/**
 * Sdílené styly bloků ACF layoutů (redesign 2026).
 *
 * Bloky action_* a abroad_* se vykreslují i v šabloně Produkt, kde neběží
 * css/action.css ani css/main.css – ty jsou kompletní stylopisy svých stránek
 * (vlastní reset, .container, hlavička, patička) a na běžné stránce by rozbily
 * layout. Tento soubor obsahuje POUZE třídové selektory, takže je bezpečný
 * kdekoli.
 *
 * Neobsahuje accordion, karty, .section-subtitle ani .btn – ty jsou globálně
 * ve style.css přes src/scss/components/_acf-blocks.scss.
 *
 * Vygenerováno extrakcí z css/action.css a css/main.css se zachováním pořadí
 * v kaskádě. Při úpravě těchto bloků je nutné držet soubory v synchronu.
 */

/* ==== css/action.css ==== */

.order__guarantee strong {
  font-family: Work Sans, sans-serif;
}

.section-subtitle {
  font-family: Unbounded, sans-serif;
  color: #003DA5;
  font-weight: 800;
  font-size: clamp(14.4px, 1.6vw, 17.6px);
  margin-bottom: 24px;
  text-transform: uppercase;
}

.section-subtitle--on-blue {
  color: #ffffff;
}

.check {
  font-weight: 700;
  flex-shrink: 0;
}

.btn {
  display: inline-block;
  font-family: Unbounded, sans-serif;
  font-weight: 700;
  font-size: 12.8px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 14px 28px;
  border-radius: 100px;
  text-decoration: none;
  text-align: center;
  border: none;
  cursor: pointer;
}

.btn--orange {
  background: #F64C1C;
  color: #ffffff;
}

.btn--blue {
  background: #003DA5;
  color: #ffffff;
}

.btn--outline-white {
  border: 2px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
}

.stats-bar {
  background: #D0DF00;
  padding: 20px 0;
}

.stats-bar__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

@media (max-width: 1200px) {
  .stats-bar__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.stats-bar__inner {
  display: flex;
  align-items: center;
}

.stats-bar__item {
  flex: 1;
  text-align: center;
  padding: 0 8px;
}

.stats-bar__num {
  font-family: Unbounded, sans-serif;
  color: #5f259f;
  font-weight: 900;
  font-size: clamp(13.6px, 1.8vw, 22.4px);
  line-height: 1.1;
}

.stats-bar__label {
  color: #5f259f;
  font-size: clamp(10.4px, 1.2vw, 13.12px);
  font-weight: 500;
  margin-top: 3px;
}

.stats-bar__divider {
  width: 2px;
  height: 36px;
  background: #5f259f;
  opacity: 0.35;
  flex-shrink: 0;
}

.event-hero, .countdown, .agenda, .suitable, .video-refs, .registration, .record, .summary, .summary-cta, .event-contact, .blog-teasers {
  font-family: Work Sans, sans-serif;
  line-height: normal;
}

.event-title {
  font-family: Unbounded, sans-serif;
  color: #003DA5;
  font-size: 35px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.3;
}

.event-title--white {
  color: #ffffff;
}

.event-title--purple {
  color: #5f259f;
}

.event-hero {
  background: #003DA5;
  padding-top: 52px;
}

.event-hero__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

@media (max-width: 1200px) {
  .event-hero__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.event-hero__inner {
  padding-top: 20px;
  padding-bottom: 56px;
}

.event-hero__breadcrumbs {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12.8px;
  margin-bottom: 20px;
}

.event-hero__breadcrumbs a {
  color: inherit;
}

.event-hero__breadcrumbs a:hover {
  color: #ffffff;
}

.event-hero__breadcrumbs-current {
  color: #ffffff;
  text-decoration: underline;
}

.event-hero__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

@media (max-width: 768px) {
  .event-hero__layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.event-hero__media {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.event-hero__media img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  max-height: 460px;
  object-fit: cover;
  display: block;
}

.event-hero__media::after {
  content: ;
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 40%, rgba(0, 61, 165, 0.7));
}

@media (min-width: 769px) {
  .event-hero__media {
    order: 2;
  }
}

.event-hero__badges {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.event-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #D0DF00;
  color: #5f259f;
  font-weight: 700;
  font-size: 13.6px;
  padding: 8px 14px;
  border-radius: 100px;
}

.event-hero__badge svg {
  flex-shrink: 0;
}

.event-hero__title {
  font-family: Unbounded, sans-serif;
  color: #ffffff;
  font-weight: 800;
  font-size: clamp(25.6px, 3.2vw, 41.6px);
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.event-hero__desc {
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  line-height: 1.6;
  max-width: 520px;
  margin-bottom: 28px;
}

.countdown {
  background: #003DA5;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 44px 0;
}

.countdown__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

@media (max-width: 1200px) {
  .countdown__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.countdown__inner {
  text-align: center;
}

.countdown__title {
  margin-bottom: 28px;
}

.countdown__timer {
  display: flex;
  gap: clamp(10px, 1.5vw, 18px);
  justify-content: center;
  align-items: flex-start;
}

.countdown__unit {
  text-align: center;
  min-width: clamp(52px, 6vw, 76px);
}

.countdown__num {
  display: block;
  font-family: Unbounded, sans-serif;
  font-weight: 900;
  font-size: clamp(32px, 4vw, 48px);
  color: #D0DF00;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.countdown__unit-label {
  font-size: 11.2px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
  margin-top: 6px;
}

.countdown__sep {
  font-family: Unbounded, sans-serif;
  font-weight: 900;
  font-size: clamp(28px, 3.5vw, 40px);
  color: #D0DF00;
  line-height: 1;
  padding-top: 2px;
}

.countdown__cta {
  margin-top: 28px;
}

.countdown.is-expired .countdown__timer {
  display: none;
}

.agenda {
  background: #ffffff;
  padding: 56px 0 48px;
}

.agenda__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

@media (max-width: 1200px) {
  .agenda__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.agenda__intro {
  font-size: 15.2px;
  line-height: 1.6;
  margin: 12px 0 28px;
  max-width: 640px;
}

.agenda__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 40px;
}

@media (max-width: 768px) {
  .agenda__list {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

.agenda__item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.agenda__num {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #D0DF00;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: Unbounded, sans-serif;
  font-weight: 900;
  font-size: 14px;
  color: #003DA5;
}

.agenda__item-title {
  font-family: Unbounded, sans-serif;
  font-weight: 700;
  font-size: 14.4px;
  color: #003DA5;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.agenda__item-text {
  font-size: 14.4px;
  line-height: 1.55;
}

.agenda__cta {
  margin-top: 32px;
}

.suitable {
  background: #ffffff;
  padding: 8px 0 56px;
}

.suitable__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

@media (max-width: 1200px) {
  .suitable__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.suitable__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 40px;
  margin-top: 24px;
}

@media (max-width: 768px) {
  .suitable__list {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

.suitable__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15.2px;
  line-height: 1.5;
}

.suitable__check {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #D0DF00;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.suitable__cta {
  margin-top: 28px;
}

.video-refs {
  background: #ffffff;
  padding: 0 0 56px;
}

.video-refs__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

@media (max-width: 1200px) {
  .video-refs__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.video-refs__track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  margin-top: 24px;
}

.video-refs__track::-webkit-scrollbar {
  display: none;
}

.video-refs__card {
  flex-shrink: 0;
  width: clamp(160px, 16vw, 210px);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.video-refs__card img, .video-refs__card video {
  width: 100%;
  aspect-ratio: 8/13;
  object-fit: cover;
  display: block;
}

.video-refs__card.is-playing .video-refs__overlay, .video-refs__card.is-playing .video-refs__play {
  display: none;
}

.video-refs__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.18);
}

.video-refs__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-refs__play-btn {
  width: 52px;
  height: 40px;
  background: #D0DF00;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-refs__play-btn::after {
  content: ;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 18px solid #5f259f;
  margin-left: 4px;
}

.video-refs__duration {
  position: absolute;
  bottom: 8px;
  left: 10px;
  color: #ffffff;
  font-size: 11.2px;
}

.video-refs__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.video-refs__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ddd;
  border: none;
  padding: 0;
  cursor: pointer;
}

.video-refs__dot.is-active {
  background: #003DA5;
}

.registration {
  background: #D0DF00;
  padding: 56px 0;
}

.registration__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

@media (max-width: 1200px) {
  .registration__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.registration__content {
  max-width: 640px;
  margin: 0 auto;
}

.registration__title {
  margin-bottom: 12px;
}

.registration__intro {
  font-size: 15.2px;
  line-height: 1.6;
  margin-bottom: 24px;
}

.registration__form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.registration__input, .registration__select, .registration__textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 12px 14px;
  font-family: Work Sans, sans-serif;
  font-size: 14.4px;
  background: #ffffff;
  color: #000000;
  outline: none;
  margin: 5px 0;
}

.registration__input:focus, .registration__select:focus, .registration__textarea:focus {
  border-color: #003DA5;
}

.registration__textarea {
  resize: vertical;
  min-height: 84px;
}

.registration__success {
  text-align: center;
  padding: 24px 0;
}

.registration__success-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #5f259f;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.registration__success-title {
  font-family: Unbounded, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #5f259f;
  text-transform: uppercase;
}

.registration__success-text {
  font-size: 14.4px;
  margin-top: 8px;
}

.record {
  background: #003DA5;
  padding: 56px 0;
}

.record__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

@media (max-width: 1200px) {
  .record__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.record__content {
  max-width: 860px;
  margin: 0 auto;
}

.record__video {
  display: block;
  margin-top: 24px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.record__video img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
}

.record__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 20, 60, 0.35);
}

.record__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.record__play-btn {
  width: 66px;
  height: 52px;
  background: #D0DF00;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.record__play-btn::after {
  content: ;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 22px solid #5f259f;
  margin-left: 5px;
}

.record__cta {
  margin-top: 24px;
}

.summary {
  background: #ffffff;
  padding: 56px 0 40px;
}

.summary__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

@media (max-width: 1200px) {
  .summary__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.summary__intro {
  font-size: 14.4px;
  line-height: 1.6;
  margin: 12px 0 24px;
  max-width: 640px;
}

.summary__tools {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 16px;
}

.summary__toggle-all {
  background: none;
  border: none;
  cursor: pointer;
  font-family: Work Sans, sans-serif;
  font-size: 12.8px;
  color: #003DA5;
  text-decoration: underline;
  text-transform: uppercase;
  padding: 0;
}

.summary__item {
  border-bottom: 1px solid #e5e5e5;
  padding: 14px 0;
}

.summary__item:first-of-type {
  border-top: 1px solid #e5e5e5;
}

.summary__item-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  text-align: left;
}

.summary__item-title {
  font-family: Unbounded, sans-serif;
  font-weight: 700;
  font-size: 12.8px;
  color: #003DA5;
  text-transform: uppercase;
  line-height: 1.4;
}

.summary__item-num {
  color: #D0DF00;
  margin-right: 6px;
}

.summary__indicator {
  font-family: Unbounded, sans-serif;
  font-weight: 700;
  font-size: 19.2px;
  color: #003DA5;
  line-height: 1;
  flex-shrink: 0;
}

.summary__item-body {
  font-size: 14.4px;
  line-height: 1.6;
  margin-top: 10px;
  max-width: 800px;
}

.summary-cta {
  background: #D0DF00;
  padding: 32px 0;
}

.summary-cta__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

@media (max-width: 1200px) {
  .summary-cta__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.summary-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.summary-cta__title {
  font-family: Unbounded, sans-serif;
  font-weight: 900;
  font-size: 16px;
  color: #5f259f;
  text-transform: uppercase;
  line-height: 1.3;
}

.event-contact {
  background: #5f259f;
  padding: 48px 0;
}

.event-contact__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

@media (max-width: 1200px) {
  .event-contact__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.event-contact__title {
  font-family: Unbounded, sans-serif;
  font-weight: 800;
  font-size: clamp(15.2px, 1.8vw, 20.8px);
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.4;
  margin-bottom: 24px;
  max-width: 720px;
}

.event-contact__person {
  display: flex;
  align-items: center;
  gap: 16px;
}

.event-contact__photo {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.event-contact__name {
  font-weight: 700;
  font-size: 15.2px;
  color: #ffffff;
  margin-bottom: 2px;
}

.event-contact__detail {
  font-size: 12.8px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 2px;
}

.event-contact__detail a {
  color: inherit;
}

.event-contact__detail a:hover {
  color: #D0DF00;
}

.event-contact__form-link {
  display: inline-block;
  margin-top: 18px;
  color: #ffffff;
  font-size: 12.8px;
  text-decoration: underline;
  text-transform: uppercase;
}

.blog-teasers {
  background: #ffffff;
  padding: 56px 0;
}

.blog-teasers__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

@media (max-width: 1200px) {
  .blog-teasers__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.blog-teasers__intro {
  font-size: 15.2px;
  line-height: 1.6;
  margin: 12px 0 24px;
  max-width: 640px;
}

.blog-teasers__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media (max-width: 640px) {
  .blog-teasers__grid {
    grid-template-columns: 1fr;
  }
}

.blog-teasers__card {
  background: #f6f6f6;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

.blog-teasers__media {
  position: relative;
  height: 200px;
}

.blog-teasers__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-teasers__media::after {
  content: ;
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.6));
}

.blog-teasers__caption {
  position: absolute;
  bottom: 12px;
  left: 16px;
  right: 16px;
  z-index: 1;
}

.blog-teasers__card-title {
  font-family: Unbounded, sans-serif;
  font-weight: 400;
  font-size: 14.4px;
  color: #ffffff;
  line-height: 1.4;
  margin-bottom: 4px;
}

.blog-teasers__date {
  font-size: 12.8px;
  color: rgba(255, 255, 255, 0.8);
}

.blog-teasers__card-footer {
  padding: 12px 16px;
}

.blog-teasers__read {
  display: inline-block;
  background: #D0DF00;
  color: #003DA5;
  border-radius: 100px;
  padding: 8px 18px;
  font-weight: 700;
  font-size: 11.2px;
  text-transform: uppercase;
}

.blog-teasers__more {
  margin-top: 24px;
  text-align: center;
}

.blog-teasers__more-btn {
  display: inline-block;
  border: 1px solid #003DA5;
  border-radius: 100px;
  padding: 10px 22px;
  font-weight: 700;
  font-size: 12.8px;
  text-transform: uppercase;
  color: #003DA5;
  background: transparent;
}

.newsletter {
  background: #5f259f;
  padding: 28px 0;
}

.newsletter__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

@media (max-width: 1200px) {
  .newsletter__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.newsletter__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.newsletter__title {
  font-family: Unbounded, sans-serif;
  color: #F64C1C;
  font-weight: 800;
  font-size: 17.6px;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.newsletter__sub {
  color: #ffffff;
  font-size: 13.6px;
  margin-bottom: 14px;
}

.newsletter__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #D0DF00;
  color: #ffffff;
  font-family: Unbounded, sans-serif;
  font-weight: 700;
  font-size: 11.52px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 10px 18px;
  border-radius: 100px;
}

.newsletter__arrows {
  font-size: 16px;
  letter-spacing: -2px;
}

.newsletter__socials {
  display: flex;
  align-items: center;
  gap: 12px;
}

.newsletter__social {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #D0DF00;
  display: flex;
  align-items: center;
  justify-content: center;
}

.newsletter__logo {
  margin-left: 8px;
}

.why-czechus {
  background: #D0DF00;
  padding: 40px 0;
}

.why-czechus__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

@media (max-width: 1200px) {
  .why-czechus__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.why-czechus__title {
  font-family: Unbounded, sans-serif;
  color: #5f259f;
  font-weight: 800;
  font-size: 12.48px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.why-czechus__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

@media (max-width: 640px) {
  .why-czechus__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.why-czechus__num {
  font-family: Unbounded, sans-serif;
  color: #5f259f;
  font-weight: 800;
  font-size: clamp(22.4px, 2.5vw, 35.2px);
  line-height: 1.1;
  margin-bottom: 4px;
}

.why-czechus__sub {
  color: #5f259f;
  font-size: 13.6px;
}

/* ==== css/main.css ==== */

.hero {
  background: #003DA5;
  padding-top: 52px;
}

.hero__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

@media (max-width: 1200px) {
  .hero__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.hero__inner {
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.hero__title {
  font-family: Unbounded, sans-serif;
  color: #ffffff;
  font-weight: 800;
  font-size: clamp(32px, 4vw, 51.2px);
  line-height: 1.15;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.hero__title--accent {
  color: #D0DF00;
  margin-bottom: 12px;
}

.hero__countries {
  color: #D0DF00;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 24px;
  letter-spacing: 0.02em;
}

.hero__desc {
  color: rgba(255, 255, 255, 0.85);
  font-size: 16.8px;
  line-height: 1.65;
  max-width: 480px;
  margin-bottom: 8px;
}

.hero__tagline {
  color: #D0DF00;
  font-weight: 600;
  font-size: 15.2px;
  margin-bottom: 36px;
}

.hero__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hero__image-wrap {
  display: flex;
  justify-content: center;
}

.hero__image {
  width: 100%;
  max-width: 480px;
  height: 500px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

@media (max-width: 768px) {
  .hero__inner {
    grid-template-columns: 1fr;
  }
  .hero__image-wrap {
    display: none;
  }
}

.toggle-all-bar {
  background: #003DA5;
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}

.toggle-all-bar__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

@media (max-width: 1200px) {
  .toggle-all-bar__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.toggle-all-bar__inner {
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
  justify-content: flex-end;
}

.toggle-all-bar__btn {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.35);
  color: #ffffff;
  font-family: Unbounded, sans-serif;
  font-weight: 700;
  font-size: 11.52px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 100px;
  cursor: pointer;
}

.accordion--white {
  background: #ffffff;
}

.accordion__title {
  font-family: Unbounded, sans-serif;
  color: #D0DF00;
  font-weight: 800;
  font-size: clamp(19.2px, 2.2vw, 27.2px);
  text-transform: uppercase;
}

.card-grid--reasons {
  margin-bottom: 48px;
}

.card {
  background: #ffffff;
  border: 2px solid #003DA5;
  border-radius: 8px;
  padding: 20px;
}

.card__num {
  font-family: Unbounded, sans-serif;
  color: #D0DF00;
  font-weight: 900;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 10px;
}

.card__title {
  font-family: Unbounded, sans-serif;
  color: #003DA5;
  font-weight: 700;
  font-size: 13.12px;
  margin-bottom: 8px;
}

.card__desc {
  color: #000000;
  font-size: 14.08px;
  line-height: 1.6;
}

.card__value {
  font-family: Unbounded, sans-serif;
  color: #F64C1C;
  font-weight: 700;
  font-size: 13.12px;
  margin-top: 10px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 24px;
}

@media (max-width: 640px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }
}

.pricing-card {
  background: #ffffff;
  border: 2px solid #003DA5;
  border-radius: 8px;
  padding: 24px;
}

.pricing-card__badge {
  display: inline-block;
  background: #D0DF00;
  color: #003DA5;
  font-family: Unbounded, sans-serif;
  font-weight: 800;
  font-size: 10.88px;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 4px;
  margin-bottom: 12px;
}

.pricing-card__badge-spacer {
  height: 26px;
  margin-bottom: 12px;
}

.pricing-card__name {
  font-family: Unbounded, sans-serif;
  color: #003DA5;
  font-weight: 800;
  font-size: 22.4px;
  margin-bottom: 4px;
}

.pricing-card__sub {
  color: #000000;
  font-size: 13.6px;
  margin-bottom: 16px;
}

.pricing-card__price-wrap {
  margin-bottom: 20px;
}

.pricing-card__price {
  font-family: Unbounded, sans-serif;
  color: #003DA5;
  font-weight: 800;
  font-size: 28.8px;
}

.pricing-card__old-price {
  color: #F64C1C;
  font-size: 12.48px;
  text-decoration: line-through;
}

.pricing-card__features {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.pricing-card__features li {
  display: flex;
  gap: 8px;
  color: #000000;
  font-size: 13.6px;
}

.pricing-card__features li .check {
  color: #003DA5;
}

.pricing-card__features li.is-excluded {
  opacity: 0.35;
}

.pricing-card--featured {
  background: #003DA5;
}

.pricing-card--featured .pricing-card__name {
  color: #D0DF00;
}

.pricing-card--featured .pricing-card__sub {
  color: rgba(255, 255, 255, 0.75);
}

.pricing-card--featured .pricing-card__price {
  color: #ffffff;
}

.pricing-card--featured .pricing-card__features li {
  color: #ffffff;
}

.pricing-card--featured .pricing-card__features li .check {
  color: #D0DF00;
}

.mentor-box {
  background: #ffffff;
  border: 2px solid #F64C1C;
  border-radius: 8px;
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 32px;
}

.mentor-box__label {
  font-family: Unbounded, sans-serif;
  color: #F64C1C;
  font-weight: 700;
  font-size: 11.52px;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.mentor-box__title {
  font-family: Unbounded, sans-serif;
  color: #003DA5;
  font-weight: 800;
  font-size: 16px;
  margin-bottom: 6px;
}

.mentor-box__desc {
  color: #000000;
  font-size: 14.08px;
  line-height: 1.6;
  max-width: 540px;
}

.mentor-box__pricing {
  text-align: right;
  flex-shrink: 0;
}

.mentor-box__price {
  font-family: Unbounded, sans-serif;
  color: #F64C1C;
  font-weight: 800;
  font-size: 22.4px;
}

.mentor-box__unit {
  color: #000000;
  font-size: 12.48px;
}

.compare-table-wrap {
  overflow-x: auto;
  border-radius: 8px;
}

.compare-table {
  width: 100%;
  min-width: 480px;
  border-collapse: collapse;
  border: 2px solid #003DA5;
}

.compare-table th {
  padding: 12px 16px;
  border-right: 0;
  border-left: 0;
}

.compare-table__feature-head {
  text-align: left;
  color: #ffffff;
  font-weight: 500;
  font-size: 13.12px;
}

.compare-table__allin-head, .compare-table__mini-head {
  text-align: center;
  font-family: Unbounded, sans-serif;
  font-size: 13.6px;
}

.compare-table__allin-head {
  color: #D0DF00;
  font-weight: 800;
}

.compare-table__mini-head {
  color: #ffffff;
  font-weight: 700;
}

.compare-table thead tr {
  background: #003DA5;
}

.compare-table tbody tr {
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 61, 165, 0.1);
}

.compare-table tbody tr:nth-child(even) {
  background: #eef2ff;
}

.compare-table tbody tr td {
  padding: 10px 16px;
  color: #000000;
  font-size: 13.6px;
  border-right: 0;
  border-left: 0;
}

.compare-table tbody tr td.center {
  text-align: center;
}

.compare-table .yes {
  color: #003DA5;
  font-weight: 700;
}

.compare-table .no {
  color: #003DA5;
  opacity: 0.25;
}

.compare-table .val {
  color: #003DA5;
  font-weight: 700;
}

.compare-table .optional {
  color: #F64C1C;
  font-size: 12.48px;
  font-weight: 600;
}

.compare-table span.cell-color--blue {
  color: #003DA5;
}

.compare-table span.cell-color--orange {
  color: #F64C1C;
}

.compare-table span.cell-color--green {
  color: #D0DF00;
}

.compare-table span.cell-color--red {
  color: #F64C1C;
}

.compare-table__price-row {
  background: #003DA5 !important;
  border-bottom: none !important;
}

.compare-table__price-row td {
  padding: 12px 16px !important;
  font-family: Unbounded, sans-serif;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 13.6px !important;
}

.compare-table__price-allin {
  color: #D0DF00 !important;
  font-weight: 800;
  font-size: 16px !important;
}

.compare-table__price-mini {
  font-weight: 800;
  font-size: 16px !important;
}

.feedback-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
  margin-bottom: 52px;
}

.feedback-card {
  border: 2px solid #003DA5;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
}

.feedback-card__head {
  padding: 10px 14px 8px;
}

.feedback-card__author {
  font-family: Unbounded, sans-serif;
  color: #F64C1C;
  font-weight: 700;
  font-size: 13.12px;
  margin-bottom: 2px;
}

.feedback-card__detail {
  color: #003DA5;
  font-size: 12.48px;
  font-weight: 500;
}

.feedback-card__img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.uni-grid {
  border: 2px solid #003DA5;
  border-radius: 8px;
  overflow: hidden;
  padding: 28px 24px;
  background: #ffffff;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 16px;
  align-items: center;
}

@media (max-width: 640px) {
  .uni-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.uni-grid__cell {
  display: flex;
  align-items: center;
  justify-content: center;
}

.uni-grid__cell img {
  max-width: 120px;
  max-height: 50px;
  object-fit: contain;
  display: block;
}

.uni-grid__fallback {
  font-size: 11.52px;
  color: #003DA5;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}

.order {
  background: #003DA5;
  padding: 60px 20px;
}

.order__inner {
  max-width: 720px;
  margin: 0 auto;
}

.order__title {
  font-family: Unbounded, sans-serif;
  color: #D0DF00;
  font-weight: 800;
  font-size: clamp(17.6px, 2.5vw, 25.6px);
  margin-bottom: 8px;
  text-transform: uppercase;
}

.order__intro {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 36px;
}

.order__step {
  margin-bottom: 32px;
}

.order__step-title {
  font-family: Unbounded, sans-serif;
  color: #ffffff;
  font-weight: 700;
  font-size: 14.4px;
  margin-bottom: 16px;
}

.order__variant-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

@media (max-width: 480px) {
  .order__variant-grid {
    grid-template-columns: 1fr;
  }
}

.order__pills {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.order__mentor-countries {
  margin-top: 16px;
}

.order__mentor-countries[hidden] {
  display: none;
}

.order__mentor-countries-label {
  color: #ffffff;
  font-size: 13.6px;
  margin-bottom: 10px;
}

.order__summary {
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid #D0DF00;
  border-radius: 8px;
  padding: 16px 20px;
  margin-bottom: 32px;
}

.order__summary-title {
  font-family: Unbounded, sans-serif;
  color: #D0DF00;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
}

.order__summary-rows {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.order__summary-row {
  display: flex;
  justify-content: space-between;
}

.order__summary-row--total {
  border-top: 1px solid rgba(208, 223, 0, 0.3);
  padding-top: 8px;
  margin-top: 4px;
}

.order__summary-label {
  color: #ffffff;
  font-size: 14.08px;
}

.order__summary-value {
  font-family: Unbounded, sans-serif;
  color: #ffffff;
  font-weight: 700;
  font-size: 14.08px;
}

.order__summary-total-label {
  font-family: Unbounded, sans-serif;
  color: #D0DF00;
  font-weight: 700;
  font-size: 13.6px;
}

.order__summary-total {
  font-family: Unbounded, sans-serif;
  color: #D0DF00;
  font-weight: 800;
  font-size: 15.2px;
}

.order__summary-total .order__summary-total-addon {
  font-size: 12.48px;
  font-weight: 600;
}

.order__select, .order__input {
  padding: 12px 16px;
  border-radius: 6px;
  border: 2px solid #003DA5;
  font-family: Work Sans, sans-serif;
  color: #000000;
  font-size: 14.4px;
  background: #ffffff;
  outline: none;
  width: 100%;
}

.order__select {
  appearance: none;
  cursor: pointer;
}

.order__contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

@media (max-width: 480px) {
  .order__contact-grid {
    grid-template-columns: 1fr;
  }
}

.order__checks {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}

.order__check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}

.order__check input {
  margin-top: 3px;
  flex-shrink: 0;
  accent-color: #D0DF00;
  width: 16px;
  height: 16px;
}

.order__check span {
  color: #ffffff;
  font-size: 13.6px;
  line-height: 1.5;
}

.order__signature {
  margin-bottom: 28px;
}

.order__canvas-wrap {
  position: relative;
  background: #ffffff;
  border-radius: 6px;
  border: 2px solid #003DA5;
}

.order__canvas {
  display: block;
  width: 100%;
  height: 120px;
  cursor: crosshair;
  touch-action: none;
}

.order__canvas-clear {
  position: absolute;
  top: 8px;
  right: 8px;
  background: transparent;
  border: 1px solid #003DA5;
  color: #003DA5;
  font-family: Work Sans, sans-serif;
  font-size: 11.52px;
  padding: 3px 10px;
  border-radius: 100px;
  cursor: pointer;
}

.order__submit {
  width: 100%;
  padding: 16px;
  border-radius: 100px;
  border: none;
  background: #F64C1C;
  color: #ffffff;
  font-family: Unbounded, sans-serif;
  font-weight: 700;
  font-size: 14.08px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 16px;
}

.order__message {
  border-radius: 8px;
  padding: 16px 20px;
}

.order__message p {
  font-weight: 600;
  font-size: 14.4px;
}

.order__message--success {
  background: #D0DF00;
}

.order__message--success p {
  color: #003DA5;
}

.order__message--error {
  background: #F64C1C;
}

.order__message--error p {
  color: #ffffff;
}

.order__guarantee {
  color: rgba(255, 255, 255, 0.75);
  font-size: 13.12px;
  line-height: 1.6;
  margin-top: 20px;
}

.order__guarantee strong {
  color: #ffffff;
}

.order__variant-error {
  background: #F64C1C;
  color: #ffffff;
  font-weight: 600;
  font-size: 14.4px;
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 32px;
}

.order__variant-error[hidden] {
  display: none;
}

.order .wpcf7 p {
  margin: 0;
}

.order .wpcf7 .wpcf7-form-control-wrap {
  display: block;
}

.order .wpcf7 .order__contact-grid p, .order .wpcf7 .order__checks p {
  display: contents;
}

.order .wpcf7 .order__contact-grid br, .order .wpcf7 .order__checks br {
  display: none;
}

.order .wpcf7 .wpcf7-not-valid-tip {
  display: block;
  color: #ffd3c4;
  font-family: Work Sans, sans-serif;
  font-size: 12.8px;
  margin-top: 6px;
}

.order .wpcf7 .wpcf7-not-valid {
  border-color: #F64C1C;
}

.order .wpcf7 .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}

.order .wpcf7 .wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}

.order .wpcf7 .wpcf7-acceptance .wpcf7-list-item input {
  margin-top: 3px;
  flex-shrink: 0;
  accent-color: #D0DF00;
  width: 16px;
  height: 16px;
}

.order .wpcf7 .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
  color: #ffffff;
  font-family: Work Sans, sans-serif;
  font-size: 13.6px;
  line-height: 1.5;
}

.order .wpcf7 .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label a {
  color: #D0DF00;
  text-decoration: underline;
}

.order .wpcf7 .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label a:hover {
  color: #ffffff;
}

.order .wpcf7 .dscf7_signature {
  width: 100%;
}

.order .wpcf7 .dscf7_signature_inner {
  display: block;
  width: 100%;
}

.order .wpcf7 .order__canvas-wrap canvas {
  display: block;
  width: 100%;
  height: 120px;
  cursor: crosshair;
  touch-action: none;
  background: #ffffff;
  border-radius: 6px;
}

.order .wpcf7 .dscf7_signature input.clearButton {
  background: #ffffff;
  border: 1px solid #003DA5;
  color: #003DA5;
  font-size: 14.4px;
  top: 8px !important;
  right: 8px !important;
}

.order .wpcf7 .wpcf7-response-output {
  margin: 16px 0 0;
  border: none;
  border-radius: 8px;
  padding: 16px 20px;
  font-family: Work Sans, sans-serif;
  font-weight: 600;
  font-size: 14.4px;
  background: #F64C1C;
  color: #ffffff;
}

.order .wpcf7 form.sent .wpcf7-response-output {
  background: #D0DF00;
  color: #003DA5;
}

.order .wpcf7 form.init .wpcf7-response-output {
  display: none;
}

.order .wpcf7 .wpcf7-spinner {
  display: block;
  margin: 8px auto 0;
}

.variant-btn {
  padding: 16px;
  border-radius: 100px;
  text-align: left;
  cursor: pointer;
  border: 2px solid #ffffff;
  background: transparent;
}

.variant-btn__name {
  display: block;
  font-family: Unbounded, sans-serif;
  color: #ffffff;
  font-weight: 800;
  font-size: 16px;
}

.variant-btn__price {
  display: block;
  font-family: Unbounded, sans-serif;
  color: #F64C1C;
  font-weight: 700;
  font-size: 14.4px;
  margin-top: 2px;
}

.variant-btn__sub {
  display: block;
  font-family: Work Sans, sans-serif;
  color: #ffffff;
  font-size: 12.48px;
}

.variant-btn.is-selected {
  border-color: #D0DF00;
  background: #D0DF00;
}

.variant-btn.is-selected .variant-btn__name, .variant-btn.is-selected .variant-btn__price, .variant-btn.is-selected .variant-btn__sub {
  color: #003DA5;
}

.pill-btn {
  padding: 12px 20px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-family: Work Sans, sans-serif;
  color: #ffffff;
  font-weight: 600;
  font-size: 14.4px;
  border: 2px solid #ffffff;
  background: transparent;
}

.pill-btn__flag {
  font-size: 20.8px;
}

.pill-btn--small {
  padding: 10px 18px;
  font-weight: 500;
  font-size: 14.08px;
}

.pill-btn.is-selected {
  border-color: #D0DF00;
  background: #D0DF00;
  color: #003DA5;
}

.author {
  background: #ffffff;
  padding: 60px 0;
}

.author__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

@media (max-width: 1200px) {
  .author__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.author__inner {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 48px;
  align-items: start;
}

@media (max-width: 768px) {
  .author__inner {
    grid-template-columns: 1fr;
  }
}

.author__photo {
  border-radius: 8px;
  overflow: hidden;
}

.author__photo img {
  width: 100%;
  display: block;
  mix-blend-mode: multiply;
}

.author__name {
  font-family: Unbounded, sans-serif;
  color: #003DA5;
  font-weight: 800;
  font-size: clamp(20.8px, 2.5vw, 30.4px);
  margin-bottom: 4px;
  text-transform: uppercase;
}

.author__role {
  color: #003DA5;
  font-weight: 600;
  font-size: 15.2px;
  margin-bottom: 24px;
}

.author__facts {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.author__facts li {
  display: flex;
  gap: 10px;
  color: #000000;
  font-size: 14.72px;
  line-height: 1.6;
}

.author__facts li .check {
  color: #003DA5;
}

.author__quote {
  border-left: 4px solid #D0DF00;
  padding-left: 20px;
}

.author__quote p {
  color: #000000;
  font-size: 15.2px;
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 8px;
}

.author__quote cite {
  font-family: Unbounded, sans-serif;
  color: #003DA5;
  font-weight: 700;
  font-size: 13.12px;
  font-style: normal;
}
