/*
    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;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*
    Reference — Figma Pro uchazeče 1:1780 / karty 1:1793 / citát 1:1825.
    3 karty 464 × 496, mezera 24 px. Šipky jako u icon-cards.
*/
section.gt-block.testimonials {
  --testimonials-gap: 24px;
  --testimonials-card: calc((min(1440px, 100cqi - 40px) - 48px) / 3);
  container-type: inline-size;
  overflow: hidden;
  padding: clamp(24px, 2.6vw, 50px) 0 clamp(48px, 5.2vw, 100px);
  font-family: 'Inter', 'Open Sans', Arial, sans-serif;
}
section.gt-block.testimonials .testimonials__head {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
section.gt-block.testimonials .testimonials__intro {
  max-width: 720px;
  margin: -12px auto clamp(28px, 2vw, 40px);
  color: #242424;
  font-size: clamp(16px, 0.938vw, 18px);
  line-height: 1.5;
  text-align: center;
}
section.gt-block.testimonials .testimonials__viewport {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
section.gt-block.testimonials .testimonials__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--testimonials-gap);
}
section.gt-block.testimonials .testimonials__item,
section.gt-block.testimonials .testimonials__card {
  min-width: 0;
  height: 100%;
}
section.gt-block.testimonials .testimonials__card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: clamp(380px, 25.83vw, 496px);
  padding: 42px 42px 28px 49px;
  background: #f0f5f9;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  box-sizing: border-box;
}
section.gt-block.testimonials .testimonials__deco {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
  z-index: 0;
}
section.gt-block.testimonials .testimonials__highlight,
section.gt-block.testimonials .testimonials__quote,
section.gt-block.testimonials .testimonials__person {
  position: relative;
  z-index: 1;
}
section.gt-block.testimonials .testimonials__highlight {
  margin: 0;
  color: #00487f;
  font-size: clamp(16px, 0.938vw, 18px);
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.02em;
}
section.gt-block.testimonials .testimonials__quote {
  margin: 18px 0 0;
  color: #000000;
  font-size: clamp(16px, 0.938vw, 18px);
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.02em;
}
section.gt-block.testimonials .testimonials__person {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: auto;
  padding-top: 28px;
}
section.gt-block.testimonials .testimonials__photo {
  display: block;
  flex: 0 0 73px;
  width: 73px;
  height: 73px;
  object-fit: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
section.gt-block.testimonials .testimonials__photo--empty {
  background: #c5d5e8;
}
section.gt-block.testimonials .testimonials__who {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
section.gt-block.testimonials .testimonials__name {
  color: #00487f;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.02em;
}
section.gt-block.testimonials .testimonials__role {
  color: #00487f;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
section.gt-block.testimonials .testimonials__featured {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 87px minmax(0, 952px) 87px;
  column-gap: clamp(16px, 3.6vw, 70px);
  align-items: center;
  justify-content: center;
  margin-top: clamp(28px, 2.6vw, 50px);
}
section.gt-block.testimonials .testimonials__featured-viewport {
  min-width: 0;
  overflow: hidden;
}
section.gt-block.testimonials .testimonials__featured-quote {
  margin: 0;
  color: #000000;
  font-size: clamp(16px, 0.938vw, 18px);
  font-weight: 400;
  line-height: 26px;
  text-align: center;
}
section.gt-block.testimonials .testimonials__featured-author {
  margin: 33px 0 0;
  color: #ba4458;
  font-size: clamp(16px, 0.938vw, 18px);
  font-weight: 700;
  line-height: 20px;
  text-align: center;
}
section.gt-block.testimonials .testimonials__featured-slide--photo {
  display: grid;
  grid-template-columns: minmax(180px, 342px) minmax(0, 1fr);
  gap: clamp(20px, 2.76vw, 53px);
  align-items: center;
}
section.gt-block.testimonials .testimonials__featured-photo {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 342 / 270;
  object-fit: cover;
  object-position: center center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
section.gt-block.testimonials.testimonials--featured-photo .testimonials__featured {
  grid-template-columns: 87px minmax(0, 1fr) 87px;
}
section.gt-block.testimonials.testimonials--featured-photo .testimonials__featured-quote,
section.gt-block.testimonials.testimonials--featured-photo .testimonials__featured-author {
  text-align: left;
}
section.gt-block.testimonials.testimonials--featured-photo .testimonials__featured-author {
  margin-top: 16px;
}
section.gt-block.testimonials .testimonials__arrow.slick-arrow,
section.gt-block.testimonials .testimonials__arrow {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  float: none;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 87px;
  width: 87px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  background-image: none;
  color: #dee9f2;
  cursor: pointer;
  transform: none;
  z-index: 1;
}
section.gt-block.testimonials .testimonials__arrow.slick-arrow.slick-hidden,
section.gt-block.testimonials .testimonials__arrow.slick-hidden {
  display: inline-flex !important;
}
section.gt-block.testimonials .testimonials__arrow.slick-arrow:not(.slick-disabled):not([aria-disabled="true"]),
section.gt-block.testimonials .testimonials__arrow:not(.slick-disabled):not([aria-disabled="true"]) {
  color: #00487f;
}
section.gt-block.testimonials .testimonials__arrow.slick-arrow.slick-disabled,
section.gt-block.testimonials .testimonials__arrow.slick-disabled,
section.gt-block.testimonials .testimonials__arrow.slick-arrow[aria-disabled="true"],
section.gt-block.testimonials .testimonials__arrow[aria-disabled="true"] {
  display: inline-flex !important;
  color: #dee9f2;
  cursor: default;
}
section.gt-block.testimonials .testimonials__arrow--next .testimonials__arrow-shape {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
section.gt-block.testimonials .testimonials__arrow-shape {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  pointer-events: none;
}
section.gt-block.testimonials .testimonials__arrow-wing {
  width: 24.95px;
  height: 20px;
  flex: 0 0 24.95px;
  display: block;
}
section.gt-block.testimonials .testimonials__arrow-mid {
  flex: 1 1 auto;
  margin: 0 -14px;
  background: currentColor;
}
@media screen and (max-width: 991px) {
  section.gt-block.testimonials {
    --testimonials-card: min(420px, calc(100cqi - 64px));
  }
  section.gt-block.testimonials .testimonials__list {
    grid-template-columns: 1fr;
  }
  section.gt-block.testimonials .testimonials__featured {
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    column-gap: 8px;
  }
  section.gt-block.testimonials .testimonials__arrow.slick-arrow,
  section.gt-block.testimonials .testimonials__arrow {
    flex-basis: 44px;
    width: 44px;
    height: 44px;
  }
  section.gt-block.testimonials .testimonials__arrow-shape {
    height: 20px;
    top: 50%;
    margin-top: -10px;
  }
  section.gt-block.testimonials .testimonials__featured-author {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  section.gt-block.testimonials .testimonials__featured {
    grid-template-columns: 1fr auto auto 1fr;
    column-gap: 16px;
    row-gap: 24px;
    align-items: start;
  }
  section.gt-block.testimonials .testimonials__featured-viewport {
    grid-column: 1 / -1;
    grid-row: 1;
  }
  section.gt-block.testimonials .testimonials__arrow--prev {
    grid-column: 2;
    grid-row: 2;
  }
  section.gt-block.testimonials .testimonials__arrow--next {
    grid-column: 3;
    grid-row: 2;
  }
  section.gt-block.testimonials .testimonials__arrow.slick-arrow,
  section.gt-block.testimonials .testimonials__arrow {
    flex-basis: 87px;
    width: 87px;
  }
  section.gt-block.testimonials .testimonials__featured-slide--photo {
    grid-template-columns: minmax(0, 1fr);
  }
}
