/*
    Figma 1920: obsah 1440 px, okraj (100% - 1440) / 2.
    Pod 1480 px jen 20 px. ~"" kvůli čárce v max() — LESS by ji jinak sežral.
*/
/* common border radius */
/* disable text selection */
/*
    Sdílené UI Gutenberg bloků — Figma Futurum 2026.
    Obsah 1440 px (na 1920 px dá margin auto ~240 px). Okraj jen 20 px, ať se
    v editoru nesčítá 12.5vw z okna administrace.
*/
.editor-styles-wrapper .wp-block[data-type^="acf/"] {
  max-width: none;
  width: 100%;
}
.gt-section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 1.15vw, 22px);
  margin: 0 0 clamp(32px, 2.6vw, 50px);
  color: #313131;
  font-family: 'Inter', 'Open Sans', Arial, sans-serif;
  font-size: clamp(28px, 1.875vw, 36px);
  font-weight: 700;
  line-height: 1.5556;
}
.gt-section-title__icon {
  width: 32.73px;
  height: 32.73px;
  flex: 0 0 32.73px;
  display: block;
  color: #00487f;
}
.gt-section-title.gt-section-title--yellow .gt-section-title__icon {
  color: #ffc800;
}
.gt-section-title.gt-section-title--rose .gt-section-title__icon {
  color: #ba4458;
}
.gt-section-title.gt-section-title--light {
  color: #ffffff;
}
.gt-section-title__text {
  display: block;
}
.gt-ribbon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  height: 47px;
  padding: 0 36px;
  color: #00487f;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.gt-ribbon:hover,
.gt-ribbon:focus-visible {
  filter: brightness(0.94);
}
button.gt-ribbon {
  appearance: none;
  margin: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
}
.gt-ribbon__shape {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  pointer-events: none;
}
.gt-ribbon__wing {
  position: relative;
  z-index: 1;
  width: 58.812px;
  height: 100%;
  display: block;
  flex: 0 0 58.812px;
}
.gt-ribbon__mid {
  flex: 1 1 auto;
  margin: 0 -34px;
  background: currentColor;
}
.gt-ribbon__label {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-family: 'Inter', 'Open Sans', Arial, sans-serif;
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: 600;
  line-height: 1.5556;
  letter-spacing: -0.027em;
  text-align: center;
  white-space: nowrap;
}
.gt-ribbon.gt-ribbon--light {
  color: #ffffff;
}
.gt-ribbon.gt-ribbon--light .gt-ribbon__label {
  color: #242424;
}
.gt-ribbon.gt-ribbon--yellow {
  color: #ffc800;
}
.gt-ribbon.gt-ribbon--yellow .gt-ribbon__label {
  color: #00487f;
}
.gt-ribbon.gt-ribbon--rose {
  color: #ba4458;
}
.gt-ribbon.gt-ribbon--tag {
  min-width: 0;
  height: 29.365px;
  padding: 0 16px;
}
.gt-ribbon.gt-ribbon--tag .gt-ribbon__wing {
  width: 36.64px;
  flex: 0 0 36.64px;
}
.gt-ribbon.gt-ribbon--tag .gt-ribbon__mid {
  margin: 0 -21px;
}
.gt-ribbon.gt-ribbon--tag .gt-ribbon__label {
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.027em;
  line-height: 28px;
  text-transform: none;
}
.gt-ribbon.gt-ribbon--center {
  align-self: center;
}
.gt-ribbon.gt-ribbon--lg {
  min-width: 464px;
  height: 85px;
  padding: 0 56px;
}
.gt-ribbon.gt-ribbon--lg .gt-ribbon__wing {
  width: 106.674px;
  flex: 0 0 106.674px;
}
.gt-ribbon.gt-ribbon--lg .gt-ribbon__mid {
  margin: 0 -62px;
}
.gt-ribbon.gt-ribbon--lg .gt-ribbon__label {
  font-size: clamp(18px, 1.25vw, 24px);
  letter-spacing: -0.027em;
  line-height: 1.5;
  white-space: nowrap;
}
.gt-section-title.gt-section-title--left {
  justify-content: flex-start;
}
/*
    Nahrání souboru — Figma Volné pozice 1:4109 / plus Group 4007 (18.977 px).
*/
.gt-file {
  position: relative;
  display: block;
  height: 76px;
  margin-top: 16px;
  box-sizing: border-box;
}
.gt-file__input,
.gt-file input[type="file"] {
  position: absolute !important;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
  cursor: pointer;
  font-size: 0;
  background: transparent !important;
  -webkit-text-fill-color: transparent !important;
}
.gt-file__ui {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 32px;
  box-sizing: border-box;
  pointer-events: none;
}
.gt-file__name {
  min-width: 0;
  overflow: hidden;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.02em;
  opacity: 0.5;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.gt-file--filled .gt-file__name {
  opacity: 1;
}
.gt-file__icon {
  flex: 0 0 18.977px;
  display: block;
  width: 18.977px;
  height: 18.977px;
  color: #00487f;
}
.gt-file:focus-within .gt-file__ui {
  outline: 2px solid #00487f;
  outline-offset: -2px;
}
@media screen and (max-width: 767px) {
  .gt-section-title {
    flex-direction: column;
    gap: 10px;
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
  }
  .gt-ribbon {
    min-width: 0;
  }
  .gt-ribbon__label {
    white-space: normal;
  }
  .gt-file {
    height: 48px;
    margin-top: 8px;
  }
  .gt-file__ui {
    padding: 0 14px;
  }
  .gt-file__name {
    font-size: 16px;
    line-height: 20px;
  }
}
/*
    Karty oborů — Figma 1:815 / 1:841 / 1:878, stuhy 1:1264, stuhy s popisem 171:116.
    Karty 464 × 430, mezera 24 px. Stuhy 1440 × 140. Stuhy s popisem 1440 × 208.
*/
section.gt-block.program-cards {
  padding: clamp(24px, 2.6vw, 50px) 0 clamp(48px, 5.2vw, 100px);
  font-family: 'Inter', 'Open Sans', Arial, sans-serif;
}
section.gt-block.program-cards .program-cards__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
section.gt-block.program-cards .program-cards__subtitle {
  max-width: 606px;
  margin: 0 auto clamp(40px, 3.2vw, 62px);
  color: #000000;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.02em;
  text-align: center;
}
section.gt-block.program-cards .gt-section-title + .program-cards__subtitle {
  margin-top: clamp(-24px, -1.4vw, -12px);
}
section.gt-block.program-cards .program-cards__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
section.gt-block.program-cards .program-cards__card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: clamp(340px, 22.4vw, 430px);
  padding: clamp(24px, 2.08vw, 40px);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: linear-gradient(128deg, #00c08d 14%, #00487f 97%);
  color: #ffffff;
}
section.gt-block.program-cards .program-cards__image {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
}
section.gt-block.program-cards .program-cards__deco {
  position: absolute;
  right: -80px;
  bottom: -220px;
  width: 502px;
  height: 627px;
  color: #00c08d;
  pointer-events: none;
  z-index: 1;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  transform-origin: center center;
  opacity: 0.95;
}
section.gt-block.program-cards .program-cards__mark {
  position: absolute;
  top: 39px;
  right: 39px;
  z-index: 2;
  color: #242424;
}
section.gt-block.program-cards .program-cards__body {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
}
section.gt-block.program-cards .program-cards__title {
  margin: 0;
  font-size: clamp(28px, 2.19vw, 42px);
  font-weight: 500;
  line-height: 1.143;
}
section.gt-block.program-cards .program-cards__text {
  margin: 16px 0 0;
  font-size: 15px;
  line-height: 1.733;
  letter-spacing: 0.02em;
}
section.gt-block.program-cards .program-cards__facts {
  margin: clamp(20px, 1.8vw, 36px) 0 0;
  padding: 0 0 0 24px;
  list-style: disc;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.733;
  letter-spacing: 0.02em;
}
section.gt-block.program-cards .program-cards__foot {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 20px;
}
section.gt-block.program-cards .program-cards__logo {
  display: block;
  width: auto;
  max-width: 120px;
  height: 27px;
  object-fit: contain;
  object-position: right center;
}
section.gt-block.program-cards .program-cards__card--mint {
  background: #eef6f8;
  color: #242424;
}
section.gt-block.program-cards .program-cards__card--mint .program-cards__deco {
  color: #00487f;
  bottom: -260px;
  opacity: 1;
}
section.gt-block.program-cards .program-cards__card--mint .program-cards__mark {
  color: #242424;
}
section.gt-block.program-cards .program-cards__card--photo {
  color: #ffffff;
}
section.gt-block.program-cards .program-cards__card--photo .program-cards__deco {
  color: #ffc800;
  right: -40px;
  bottom: -280px;
  width: 560px;
  height: 560px;
}
section.gt-block.program-cards .program-cards__card--photo .program-cards__mark {
  top: auto;
  bottom: 40px;
  color: #ffffff;
}
section.gt-block.program-cards .program-cards__card--info .program-cards__deco {
  color: #00c08d;
}
section.gt-block.program-cards .program-cards__card--info .program-cards__title {
  color: #ffffff;
}
section.gt-block.program-cards.program-cards--ribbons,
section.gt-block.program-cards.program-cards--ribbons-text {
  padding-left: 20px;
  padding-right: 20px;
  overflow-x: hidden;
}
section.gt-block.program-cards.program-cards--ribbons .program-cards__shell,
section.gt-block.program-cards.program-cards--ribbons-text .program-cards__shell {
  max-width: 1720px;
  margin: 0 auto;
  padding: clamp(48px, 4.2vw, 80px) 20px clamp(56px, 5vw, 96px);
  box-sizing: border-box;
  overflow: hidden;
  background-color: #00487f;
  background-image: url('../../assets/images/svg/pozadi-modry-gradient.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
section.gt-block.program-cards.program-cards--ribbons .program-cards__inner,
section.gt-block.program-cards.program-cards--ribbons-text .program-cards__inner {
  padding-left: 0;
  padding-right: 0;
}
section.gt-block.program-cards.program-cards--ribbons .gt-section-title,
section.gt-block.program-cards.program-cards--ribbons-text .gt-section-title,
section.gt-block.program-cards.program-cards--ribbons h2.gt-section-title,
section.gt-block.program-cards.program-cards--ribbons-text h2.gt-section-title,
section.gt-block.program-cards.program-cards--ribbons .gt-section-title__text,
section.gt-block.program-cards.program-cards--ribbons-text .gt-section-title__text {
  color: #ffffff;
}
section.gt-block.program-cards.program-cards--ribbons .program-cards__subtitle,
section.gt-block.program-cards.program-cards--ribbons-text .program-cards__subtitle {
  color: #ffffff;
}
section.gt-block.program-cards .program-cards__ribbons {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
section.gt-block.program-cards .program-cards__ribbon {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 140.5px;
  padding: 0 clamp(24px, 2.6vw, 40px) 0 clamp(48px, 8.5vw, 122px);
  color: #ffffff;
  text-decoration: none;
}
section.gt-block.program-cards .program-cards__ribbon-shape {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  overflow: visible;
  pointer-events: none;
  filter: drop-shadow(0 2px 8px rgba(0, 72, 127, 0.08));
}
section.gt-block.program-cards .program-cards__ribbon-wing {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 12.178%;
  max-width: 175.371px;
  height: 100%;
  display: block;
  object-fit: fill;
  z-index: 1;
}
section.gt-block.program-cards .program-cards__ribbon-wing--left {
  left: 0;
}
section.gt-block.program-cards .program-cards__ribbon-wing--right {
  right: 0;
}
section.gt-block.program-cards .program-cards__ribbon-mid {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5.2%;
  right: 5.2%;
  background: #ffffff;
  z-index: 0;
}
section.gt-block.program-cards .program-cards__ribbon-logo {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: 220px;
  height: 54px;
  object-fit: contain;
  object-position: left center;
  flex: 0 0 auto;
}
section.gt-block.program-cards .program-cards__ribbon-badge {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 33px;
  padding: 1.8px 16px 1px;
  margin-left: 16px;
  background: #ba4458;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.02em;
  white-space: nowrap;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
section.gt-block.program-cards .program-cards__ribbon-name {
  position: relative;
  z-index: 1;
  color: #242424;
  font-size: clamp(18px, 1.25vw, 22px);
  font-weight: 700;
  line-height: 1.2;
  white-space: pre-line;
}
section.gt-block.program-cards .program-cards__ribbon-line {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  height: 1px;
  margin: 0 28px;
  background: #d5d5d5;
}
section.gt-block.program-cards .program-cards__ribbon-btn {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  margin-right: clamp(40px, 4.5vw, 72px);
}
section.gt-block.program-cards.program-cards--ribbons-text .program-cards__ribbon--described {
  display: grid;
  grid-template-columns: minmax(140px, 287px) minmax(0, 1fr);
  align-items: center;
  column-gap: 0;
  min-height: 208px;
  padding: 28px clamp(72px, 6.8vw, 98px) 28px clamp(88px, 8.5vw, 123px);
}
section.gt-block.program-cards.program-cards--ribbons-text .program-cards__ribbon-heading {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 220px;
  color: #ba4458;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.02em;
}
section.gt-block.program-cards.program-cards--ribbons-text .program-cards__ribbon-copy {
  position: relative;
  z-index: 1;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.018em;
}
section.gt-block.program-cards.program-cards--ribbons-text .program-cards__ribbon-copy p {
  margin: 0 0 24px;
}
section.gt-block.program-cards.program-cards--ribbons-text .program-cards__ribbon-copy p:last-child {
  margin-bottom: 0;
}
section.gt-block.program-cards.program-cards--ribbons-text .program-cards__ribbon-copy p:first-child {
  font-style: italic;
}
@media screen and (max-width: 991px) {
  section.gt-block.program-cards {
    overflow-x: hidden;
  }
  section.gt-block.program-cards .program-cards__list {
    grid-template-columns: minmax(0, 1fr);
  }
  section.gt-block.program-cards .program-cards__subtitle {
    font-size: 18px;
    line-height: 26px;
    padding: 0 8px;
  }
  section.gt-block.program-cards .program-cards__card {
    min-width: 0;
  }
  section.gt-block.program-cards .program-cards__ribbon {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 16px;
    min-height: 0;
    min-width: 0;
    padding: 20px 24px;
    overflow: hidden;
    background: #ffffff;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
  }
  section.gt-block.program-cards .program-cards__ribbon-shape {
    display: none;
  }
  section.gt-block.program-cards .program-cards__ribbon-line {
    display: none;
  }
  section.gt-block.program-cards .program-cards__ribbon-logo {
    max-width: 100%;
    height: auto;
    max-height: 48px;
  }
  section.gt-block.program-cards .program-cards__ribbon-name {
    white-space: normal;
  }
  section.gt-block.program-cards .program-cards__ribbon-badge {
    margin-left: 0;
    align-self: flex-start;
    max-width: 100%;
    white-space: normal;
  }
  section.gt-block.program-cards .program-cards__ribbon-btn.gt-ribbon {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-right: 0;
    box-sizing: border-box;
  }
  section.gt-block.program-cards.program-cards--ribbons-text .program-cards__ribbon--described {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    min-height: 0;
    padding: 24px;
  }
  section.gt-block.program-cards.program-cards--ribbons-text .program-cards__ribbon-heading {
    max-width: none;
    font-size: 20px;
    line-height: 26px;
  }
  section.gt-block.program-cards.program-cards--ribbons-text .program-cards__ribbon-copy {
    font-size: 16px;
    line-height: 22px;
  }
  section.gt-block.program-cards.program-cards--ribbons-text .program-cards__ribbon-copy p {
    margin-bottom: 16px;
  }
}
