/* 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);
}
.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--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;
}
@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;
  }
}
/*
    CTA banner — Figma Pro studenty 1:2275 (pruh) / 1:2485 (stužka).
    Pruh 1440 × 225, radius 20 px, gradient #BA4458 → #00487F.
*/
section.gt-block.cta-banner {
  padding: clamp(24px, 2.6vw, 50px) 0;
  font-family: 'Inter', 'Open Sans', Arial, sans-serif;
}
section.gt-block.cta-banner .cta-banner__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
section.gt-block.cta-banner .cta-banner__panel {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  min-height: clamp(160px, 11.72vw, 225px);
  padding: clamp(24px, 2.08vw, 40px) clamp(24px, 2.5vw, 48px);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #ffffff;
  box-sizing: border-box;
}
section.gt-block.cta-banner .cta-banner__deco {
  position: absolute;
  left: 40px;
  top: 50%;
  width: 380.812px;
  height: 454.192px;
  margin-top: -227px;
  color: #ffffff;
  opacity: 0.16;
  pointer-events: none;
  z-index: 0;
}
section.gt-block.cta-banner .cta-banner__row {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 100%;
  gap: clamp(16px, 2.08vw, 40px);
}
section.gt-block.cta-banner .cta-banner__icon,
section.gt-block.cta-banner .cta-banner__bag {
  display: block;
  flex: 0 0 58px;
  width: 58px;
  height: 59px;
  object-fit: contain;
  color: #ffffff;
}
section.gt-block.cta-banner .cta-banner__title {
  flex: 0 1 220px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
section.gt-block.cta-banner .cta-banner__text {
  flex: 1 1 280px;
  margin: 0;
  max-width: 440px;
  color: #ffffff;
  font-size: clamp(16px, 0.938vw, 18px);
  font-weight: 400;
  line-height: 1.333;
  letter-spacing: 0.02em;
}
section.gt-block.cta-banner .cta-banner__btn {
  flex: 0 0 auto;
  margin-left: auto;
}
section.gt-block.cta-banner--rose .cta-banner__panel {
  background: linear-gradient(100deg, #ba4458 17%, #00487f 108%);
}
section.gt-block.cta-banner--navy .cta-banner__panel {
  background: #00487f;
}
section.gt-block.cta-banner--ribbon {
  padding: clamp(16px, 1.8vw, 32px) 0;
}
section.gt-block.cta-banner--ribbon .cta-banner__inner {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  section.gt-block.cta-banner .cta-banner__row {
    flex-wrap: wrap;
  }
  section.gt-block.cta-banner .cta-banner__title {
    flex: 1 1 calc(100% - 90px);
  }
  section.gt-block.cta-banner .cta-banner__text {
    flex: 1 1 100%;
    max-width: none;
  }
  section.gt-block.cta-banner .cta-banner__btn {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  section.gt-block.cta-banner .cta-banner__deco {
    left: -80px;
    opacity: 0.1;
  }
  section.gt-block.cta-banner .cta-banner__title {
    text-transform: none;
  }
  section.gt-block.cta-banner .cta-banner__ribbon {
    width: 100%;
    min-width: 0;
  }
}
