/* Hide theme header on this landing (we use our own sticky header after hero) */
.kai-zw-landing header#masthead,
.kai-zw-landing header.site-header,
.kai-zw-landing .site-header,
.kai-zw-landing .site-header-main,
.kai-zw-landing .header,
.kai-zw-landing .header-wrap,
.kai-zw-landing .header-wrapper,
.kai-zw-landing #header,
.kai-zw-landing .main-header,
.kai-zw-landing .navbar,
.kai-zw-landing .top-header,
.kai-zw-landing .header-top,
.kai-zw-landing .header-main {
  display: none !important;
}

/* Elementor header location */
.kai-zw-landing .elementor-location-header,
.kai-zw-landing .elementor-location-header * {
  display: none !important;
}

/* Часті варіанти ID/класів хедера в темах */
.kai-zw-landing #site-header,
.kai-zw-landing #site-header *,
.kai-zw-landing .site-header,
.kai-zw-landing .site-header *,
.kai-zw-landing #masthead,
.kai-zw-landing #masthead * {
  display: none !important;
}

/* ===== Fix: remove unexpected white margins / make hero full-bleed even inside constrained theme wrappers ===== */
html,
body {
  margin: 0;
  padding: 0;
}

body.kai-zw-landing {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body.kai-zw-landing .kai-winter {
  width: 100%;
}

/* Force HERO to full viewport width (prevents white gutters from theme containers) */
body.kai-zw-landing .kai-winter .hero {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* ===== Fix: Tailwind utility classes may be unavailable on this site ===== */
body.kai-zw-landing .hidden {
  display: none !important;
}

/* ===== Hide THEME header on the first screen; show after scrolling past HERO ===== */
body.kai-zw-landing.zw-header-hidden header,
body.kai-zw-landing.zw-header-hidden #masthead,
body.kai-zw-landing.zw-header-hidden .site-header,
body.kai-zw-landing.zw-header-hidden .elementor-location-header {
  display: none !important;
}

/* Back-to-top button (hidden on first screen, shown after scroll) */
body.kai-zw-landing #zwToTop {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(5, 68, 255, 0.88);
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.02em;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(10px);
  cursor: pointer;
}

body.kai-zw-landing #zwToTop:hover {
  transform: translateY(-1px);
}

body.kai-zw-landing #zwToTop:active {
  transform: translateY(1px);
}

body.kai-zw-landing #zwToTop svg {
  width: 18px;
  height: 18px;
}

/* Robust mobile menu regardless of Tailwind */
body.kai-zw-landing #mobileMenu {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

body.kai-zw-landing #mobileMenu.is-open {
  display: block;
}

body.kai-zw-landing #mobileMenu .mobile-panel {
  position: absolute;
  inset: 0;
  background: #fff;
  overflow-y: auto;
}

/* =========================================================
     ✅ LANDING NAV (this template only)
     ========================================================= */
body.kai-zw-landing header#masthead,
body.kai-zw-landing header.site-header,
body.kai-zw-landing .site-header,
body.kai-zw-landing #header,
body.kai-zw-landing .elementor-location-header {
  display: none !important;
}

/* =========================================================
     ✅ HERO TOPBAR (logos + pills menu)
     ========================================================= */
.kai-winter .zw-topbar {
  position: absolute;
  top: 18px;
  left: 18px;
  right: 18px;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  pointer-events: auto;
}

.kai-winter .zw-logos {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 220px;
  flex-shrink: 0;
}

.kai-winter .zw-logos img {
  height: 40px;
  width: auto;
  display: block;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.22));
}

.kai-winter .zw-brand img {
  height: 40px;
  width: auto;
  display: block;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.22));
}

.kai-winter .zw-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}

.kai-winter .zw-menu {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}

.kai-winter .zw-menu a,
.kai-winter .zw-menu li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: rgba(10, 10, 10, 0.78) !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.14);
  transition: transform 0.15s ease, background 0.2s ease;
  white-space: nowrap;
  font-weight: 800;
}

.kai-winter .zw-menu a:hover,
.kai-winter .zw-menu li a:hover {
  transform: translateY(-1px);
  background: #fff;
}

.kai-winter .zw-menu .current-menu-item > a {
  background: rgba(211, 218, 71, 0.95) !important;
  color: #000 !important;
}

.kai-winter .zw-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: 0.02em;
  background: rgba(211, 218, 71, 0.95);
  color: #000 !important;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.55);
  transition: transform 0.15s ease, filter 0.2s ease;
  white-space: nowrap;
}

.kai-winter .zw-cta:hover {
  transform: translateY(-1px);
  filter: brightness(1.02);
}

/* hide menu on small screens, show hamburger */
.kai-winter .zw-nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.14);
  color: rgba(10, 10, 10, 0.78);
}

.kai-winter .zw-nav-toggle svg {
  width: 22px;
  height: 22px;
}

@media (max-width: 1100px) {
  .kai-winter .zw-nav {
    display: none;
  }

  .kai-winter .zw-nav-toggle {
    display: inline-flex;
  }
}

@media (max-width: 980px) {
  .kai-winter .zw-brand {
    display: none;
  }
}

@media (max-width: 560px) {
  .kai-winter .zw-topbar {
    top: 12px;
    left: 12px;
    right: 12px;
  }

  .kai-winter .zw-logos img,
  .kai-winter .zw-brand img {
    height: 34px;
  }

  .kai-winter .zw-logos {
    gap: 10px;
    min-width: 0;
  }
}

/* Kyiv Type Sans (paths must exist in WP uploads) */
@font-face {
  font-family: 'KyivTypeSans';
  src: url('/wp-content/uploads/fonts/kyiv-type-sans/KyivTypeSans-Thin.otf')
    format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'KyivTypeSans';
  src: url('/wp-content/uploads/fonts/kyiv-type-sans/KyivTypeSans-Light.otf')
    format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'KyivTypeSans';
  src: url('/wp-content/uploads/fonts/kyiv-type-sans/KyivTypeSans-Regular.otf')
    format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'KyivTypeSans';
  src: url('/wp-content/uploads/fonts/kyiv-type-sans/KyivTypeSans-Medium.otf')
    format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'KyivTypeSans';
  src: url('/wp-content/uploads/fonts/kyiv-type-sans/KyivTypeSans-Bold.otf')
    format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'KyivTypeSans';
  src: url('/wp-content/uploads/fonts/kyiv-type-sans/KyivTypeSans-Black.otf')
    format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Base — SCOPED to the landing wrapper to avoid breaking header/footer */
.kai-winter,
.kai-winter * {
  box-sizing: border-box;
}

.kai-winter {
  isolation: isolate;
  background: var(--kai-bg);
  color: var(--kai-text);
  font-family: 'KyivTypeSans', system-ui, -apple-system, BlinkMacSystemFont,
    'Segoe UI', Roboto, Arial, sans-serif;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.kai-winter img {
  max-width: 100%;
  height: auto;
  display: block;
}

.kai-winter a {
  color: inherit;
  text-decoration: none;
}

.kai-winter a:focus-visible,
.kai-winter button:focus-visible {
  outline: none;
  box-shadow: var(--focus);
  border-radius: 14px;
}

.kai-winter .container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

.kai-winter h1,
.kai-winter h2,
.kai-winter h3 {
  margin: 0;
  line-height: 1.1;
  letter-spacing: 0.02em;
}

.kai-winter .hero h1 {
  font-weight: 900;
  font-size: clamp(2.7rem, 5.8vw, 5.2rem);
  letter-spacing: 0.03em;
  text-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
}

.kai-winter h2 {
  font-weight: 900;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
}

.kai-winter h3 {
  font-weight: 800;
  font-size: clamp(1.15rem, 2.1vw, 1.55rem);
}

.kai-winter p {
  margin: 0;
  font-weight: 400;
  font-size: clamp(1rem, 1.1vw, 1.08rem);
  color: var(--kai-text);
}

.kai-winter .muted {
  color: var(--kai-muted);
}

.kai-winter .section-title {
  text-align: center;
  margin: 0 0 18px;
  color: var(--kai-blue-main);
}

.kai-winter .section-lead {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 28px;
  color: var(--kai-muted);
}

/* Buttons */
.kai-winter .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 26px;
  border-radius: 16px;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 0.03em;
  border: 2px solid transparent;
  transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease,
    border-color 0.2s ease, filter 0.2s ease;
  user-select: none;
  white-space: nowrap;
  will-change: transform;
}

.kai-winter .btn:active {
  transform: translateY(1px);
}

.kai-winter .btn-primary {
  background: var(--kai-blue-main);
  color: #fff;
  box-shadow: var(--shadow-md);
}

.kai-winter .btn-primary:hover {
  background: var(--kai-blue-dark);
  box-shadow: var(--shadow-lg);
  transform: translateY(-1px);
}

.kai-winter .btn-ghost {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(8px);
}

.kai-winter .btn-ghost:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.36);
  transform: translateY(-1px);
}

/* Badge */
.kai-winter .badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: 0.02em;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.15);
  text-align: center;
  background: #fff;
  color: var(--kai-blue-main);
}

/* HERO */
.kai-winter .hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;

  /* ✅ Gradient as requested */
  background: linear-gradient(135deg, #4cb4e7 0%, #0544ff 100%);
}

/* subtle vignette for readability */
.kai-winter .hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(
    1200px 720px at 45% 35%,
    rgba(255, 255, 255, 0.14) 0%,
    rgba(0, 0, 0, 0.14) 62%,
    rgba(0, 0, 0, 0.26) 100%
  );
  pointer-events: none;
  z-index: 1;
}

/* ✅ white snowflakes over full hero */
.kai-winter .hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background-image: var(--hero-snow-white-url);
  background-repeat: repeat;
  background-size: 420px auto;
  opacity: 0.22;
  mix-blend-mode: overlay;
}

/* layout like your screenshot: text left, illustration right */
.kai-winter .hero-grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: center;
  padding: clamp(88px, 9vw, 120px) 0 56px;
  text-align: left;
  max-width: 100%;
}

.kai-winter .hero-copy {
  max-width: 640px;
}

.kai-winter .hero-copy p {
  color: rgba(255, 255, 255, 0.92);
}

.kai-winter .hero-copy .muted {
  color: rgba(255, 255, 255, 0.86);
}

.kai-winter .hero-badges .badge {
  color: var(--kai-blue-main);
}

/* hero right block */
.kai-winter .hero-media {
  position: relative;
  min-height: 520px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

/* plate under the girl */
.kai-winter .hero-plate {
  position: absolute;
  right: 0;
  top: 78px;
  width: min(560px, 44vw);
  height: 420px;
  background: rgba(162, 217, 240, 0.55);
  border-radius: 18px 260px 18px 18px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(10px);
  z-index: 1;
}

/* arcs (instead of "lines") */
.kai-winter .hero-arcs {
  position: absolute;
  right: 86px;
  bottom: 56px;
  width: min(420px, 34vw);
  z-index: 2;
  opacity: 0.9;
  pointer-events: none;
}

/* girl */
.kai-winter .hero-girl {
  position: absolute;
  right: 28px;
  bottom: -2px;
  width: min(420px, 36vw);
  height: auto;
  z-index: 3;
  filter: drop-shadow(0 24px 52px rgba(0, 0, 0, 0.28));
  pointer-events: none;
}

/* yellow snowflake */
.kai-winter .hero-snow-yellow {
  position: absolute;
  right: 18px;
  bottom: 78px;
  width: 140px;
  z-index: 4;
  pointer-events: none;
  filter: drop-shadow(0 16px 22px rgba(0, 0, 0, 0.14));
}

.kai-winter .hero-badges {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.kai-winter .hero-actions {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

/* Sections / grids */
.kai-winter section {
  padding: clamp(56px, 6vw, 78px) 0;
}

.kai-winter .section-soft {
  background: var(--kai-bg-soft);
}

.kai-winter .grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
  margin-top: 26px;
  align-items: stretch;
}

.kai-winter .card {
  background: #fff;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(5, 68, 255, 0.1);
  padding: 26px;
  transition: transform 0.18s ease, box-shadow 0.22s ease,
    border-color 0.22s ease;
  height: 100%;
}

.kai-winter .card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: rgba(5, 68, 255, 0.16);
}

.kai-winter .stat-card {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: space-between;
  min-height: 126px;
}

.kai-winter .stat-number {
  font-weight: 900;
  font-size: clamp(2rem, 2.8vw, 3rem);
  color: var(--kai-blue-main);
  letter-spacing: 0.01em;
  line-height: 1;
}

.kai-winter .stat-label {
  color: var(--kai-muted);
  font-weight: 800;
}

.kai-winter .info-block {
  background: linear-gradient(
    135deg,
    rgba(5, 68, 255, 0.08),
    rgba(76, 180, 231, 0.1)
  );
  border: 1px solid rgba(5, 68, 255, 0.12);
  border-radius: var(--radius-xl);
  padding: 28px;
  height: 100%;
}

.kai-winter .info-block ul {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.kai-winter .info-block li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-weight: 700;
  color: var(--kai-text);
}

.kai-winter .info-block li::before {
  content: '';
  width: 12px;
  height: 12px;
  margin-top: 6px;
  border-radius: 50%;
  background: var(--kai-accent);
  box-shadow: 0 0 0 6px rgba(211, 218, 71, 0.25);
  flex: 0 0 12px;
}

/* Formats */
.kai-winter .formats-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
  margin-top: 26px;
  align-items: stretch;
}

.kai-winter .format-card {
  grid-column: span 6;
}

.kai-winter .format-head {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 14px;
  margin-bottom: 12px;
}

.kai-winter .format-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(5, 68, 255, 0.08);
  border: 1px solid rgba(5, 68, 255, 0.12);
  font-size: 1.7rem;
  flex: 0 0 54px;
}

.kai-winter .format-title {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.kai-winter .format-title h3 {
  color: var(--kai-blue-main);
}

.kai-winter .format-list {
  margin-top: 10px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.kai-winter .format-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-weight: 700;
  color: var(--kai-text);
}

.kai-winter .format-list li::before {
  content: '';
  width: 10px;
  height: 10px;
  margin-top: 7px;
  border-radius: 50%;
  background: var(--kai-cyan);
  box-shadow: 0 0 0 6px rgba(76, 180, 231, 0.22);
  flex: 0 0 10px;
}

/* Discounts */
.kai-winter .discounts-wrap {
  margin-top: 26px;
}

.kai-winter .discounts-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
  align-items: stretch;
}

.kai-winter .discount-card {
  grid-column: span 4;
}

.kai-winter .pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: 0.02em;
  background: rgba(5, 68, 255, 0.08);
  color: var(--kai-blue-main);
  border: 1px solid rgba(5, 68, 255, 0.12);
  margin-bottom: 12px;
}

.kai-winter .price-tag {
  margin-top: 10px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(211, 218, 71, 0.18);
  border: 1px solid rgba(211, 218, 71, 0.35);
  /* font-weight: 900; */
  color: #000;
}

.kai-winter .combo-card {
  grid-column: span 12;
  background: linear-gradient(
    135deg,
    rgba(5, 68, 255, 0.1),
    rgba(76, 180, 231, 0.1)
  );
  border: 1px solid rgba(5, 68, 255, 0.14);
}

.kai-winter .combo-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
  margin-top: 14px;
}

.kai-winter .combo-item {
  grid-column: span 6;
  padding: 16px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(5, 68, 255, 0.1);
}

.kai-winter .discounts-cta {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* =========================================================
   ✅ WHAT IS WINTER ENTRY (NEW)
   ========================================================= */
.kai-winter .what-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
  margin-top: 26px;
  align-items: stretch;
}

.kai-winter .what-main {
  grid-column: span 8;
}

.kai-winter .what-side {
  grid-column: span 4;
}

.kai-winter .checklist {
  margin-top: 14px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.kai-winter .checklist li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  /* font-weight: 800; */
  color: var(--kai-text);
}

.kai-winter .checklist li::before {
  content: '✅';
  flex: 0 0 auto;
  line-height: 1.2;
  margin-top: 2px;
}

.kai-winter .price-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 14px;

  padding: 22px;
  border-radius: var(--radius-xl);
  background: linear-gradient(
    135deg,
    rgba(211, 218, 71, 0.22),
    rgba(5, 68, 255, 0.08)
  );
  border: 1px solid rgba(5, 68, 255, 0.14);
  box-shadow: var(--shadow-sm);
}

.kai-winter .price-big {
  font-weight: 900;
  font-size: clamp(1.8rem, 2.5vw, 2.4rem);
  color: #000;
  line-height: 1.1;
}

.kai-winter .price-note {
  color: rgba(0, 0, 0, 0.7);
  font-weight: 800;
}

.kai-winter .what-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: 0.02em;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.1);
}

/* =========================================================
   ✅ BENEFITS / ELIGIBILITY (NEW)
   ========================================================= */
.kai-winter .benefits-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
  margin-top: 26px;
  align-items: stretch;
}

.kai-winter .benefits-left {
  grid-column: span 7;
}

.kai-winter .benefits-right {
  grid-column: span 5;
}

.kai-winter .list-clean {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.kai-winter .list-clean li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  /* font-weight: 800; */
  color: var(--kai-text);
}

.kai-winter .list-clean li::before {
  content: '•';
  color: var(--kai-blue-main);
  font-weight: 900;
  line-height: 1;
  margin-top: 4px;
}

.kai-winter .paid-box {
  height: 100%;
  padding: 26px;
  border-radius: var(--radius-xl);
  background: linear-gradient(
    135deg,
    rgba(5, 68, 255, 0.1),
    rgba(76, 180, 231, 0.1)
  );
  border: 1px solid rgba(5, 68, 255, 0.14);
  box-shadow: var(--shadow-sm);
}

.kai-winter .paid-box .checklist {
  margin-top: 14px;
}

.kai-winter .tag-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  justify-items: center;
}

.kai-winter .tag {
  width: 100%;
  max-width: 420px;
  text-align: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: 0.02em;
  background: #fff;
  border: 1px solid rgba(5, 68, 255, 0.12);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.kai-winter .warning {
  margin-top: 16px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(211, 218, 71, 0.22);
  border: 1px solid rgba(211, 218, 71, 0.45);
  color: #000;
  font-weight: 850;
}

.kai-winter .warning b {
  font-weight: 900;
}

@media (max-width: 980px) {
  .kai-winter .benefits-left {
    grid-column: span 12;
  }

  .kai-winter .benefits-right {
    grid-column: span 12;
  }
}

/* Responsive for this section */
@media (max-width: 980px) {
  .kai-winter .what-main {
    grid-column: span 12;
  }

  .kai-winter .what-side {
    grid-column: span 12;
  }
}

/* FAQ */
.kai-winter .faq-wrap {
  max-width: 920px;
  margin: 0 auto;
}

.kai-winter .faq-item {
  background: #fff;
  border: 1px solid rgba(5, 68, 255, 0.1);
  border-radius: 18px;
  padding: 18px 18px;
  margin-bottom: 12px;
  box-shadow: var(--shadow-sm);
  cursor: pointer;
  transition: transform 0.16s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.kai-winter .faq-item:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: rgba(5, 68, 255, 0.18);
}

.kai-winter .faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.kai-winter .faq-q span {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(5, 68, 255, 0.08);
  color: var(--kai-blue-main);
  font-weight: 900;
  transition: transform 0.2s ease;
  flex: 0 0 34px;
}

.kai-winter .faq-a {
  display: none;
  margin-top: 10px;
  color: var(--kai-muted);
  font-weight: 550;
}

.kai-winter .faq-item.active .faq-a {
  display: block;
}

.kai-winter .faq-item.active .faq-q span {
  transform: rotate(180deg);
}

/* Contacts */
.kai-winter .contacts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 26px;
  align-items: stretch;
}

.kai-winter .contacts-grid .card h3 {
  margin-bottom: 10px;
  color: var(--kai-blue-main);
  font-weight: 900;
}

/* Animations */
.kai-winter .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.kai-winter .reveal.in {
  opacity: 1;
  transform: translateY(0);
}

.contact-btns {
  text-align:center;
  margin-top:22px;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.contact-btns .btn-drones-primary {
  border-radius: 16px !important;
}

@media (prefers-reduced-motion: reduce) {
  .kai-winter .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .kai-winter .btn {
    transition: none;
  }

  .kai-winter .card {
    transition: none;
  }
}

/* Responsive */
@media (max-width: 1100px) {
  .kai-winter .container {
    padding: 0 20px;
  }

  .kai-winter .discount-card {
    grid-column: span 6;
  }
}

@media (max-width: 980px) {
  .kai-winter .hero-top {
    top: 14px;
    left: 14px;
    right: 14px;
  }

  .kai-winter .hero-logos img {
    height: 38px;
  }

  .kai-winter .hero-logos .logo-kai-start {
    height: 40px;
  }

  .kai-winter .hero {
    min-height: auto;
  }

  .kai-winter .hero-grid {
    max-width: 100%;
  }

  .kai-winter .hero-start-badge {
    top: 14px;
    right: 14px;
    padding: 10px 12px;
    font-size: 0.98rem;
  }

  .kai-winter .grid .stat-span {
    grid-column: span 6 !important;
  }

  .kai-winter .grid .detail-span {
    grid-column: span 6 !important;
  }

  .kai-winter .discount-card {
    grid-column: span 6;
  }

  .kai-winter .combo-item {
    grid-column: span 12;
  }

  .kai-winter .format-card {
    grid-column: span 12;
  }

  .kai-winter .contacts-grid {
    grid-template-columns: 1.1fr 0.9fr;
  }
}

@media (max-width: 560px) {
  .kai-winter .hero-media {
    justify-content: stretch;
  }

  .kai-winter .container {
    padding: 0 16px;
  }

  .kai-winter section {
    padding: 56px 0;
  }

  .kai-winter .hero-grid {
    padding: 64px 0 56px;
  }

  .kai-winter .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .kai-winter .btn {
    width: 100%;
  }

  .kai-winter .hero-badges {
    flex-direction: column;
    align-items: stretch;
  }

  .kai-winter .badge {
    width: 100%;
  }

  .kai-winter .hero-start-badge {
    top: 12px;
    right: 12px;
    left: 12px;
    width: auto;
    display: flex;
    justify-content: center;
    padding: 10px 12px;
    font-size: 0.95rem;
  }

  .kai-winter .grid .stat-span {
    grid-column: span 12 !important;
  }

  .kai-winter .grid .detail-span {
    grid-column: span 12 !important;
  }

  .kai-winter .discount-card {
    grid-column: span 12;
  }

  .kai-winter .format-card {
    grid-column: span 12;
  }
}

/* =========================================================
   ✅ FIXES: hero on mobile/tablet + zw nav behavior
   ========================================================= */

/* Ensure hero content is not clipped by theme wrappers */
.kai-zw-landing .kai-winter .hero {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

/* Tablet & down */
@media (max-width: 980px) {
  /* Topbar: keep logos + brand, use hamburger for menu */
  .kai-winter .zw-topbar {
    padding: 12px 14px;
    gap: 12px;
  }

  .kai-winter .zw-logos {
    gap: 12px;
  }

  .kai-winter .zw-logos img {
    height: 28px;
  }

  .kai-winter .zw-brand img {
    height: 44px;
  }

  .kai-winter .zw-nav {
    display: none;
  }

  .kai-winter .zw-nav-toggle {
    display: inline-flex;
  }

  /* Hero layout */
  .kai-winter .hero-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 118px 0 48px;
    /* space for topbar */
  }

  .kai-winter .hero h1 {
    font-size: clamp(2.2rem, 9vw, 3.4rem);
  }

  .kai-winter .hero-media {
    min-height: 420px;
  }

  .kai-winter .hero-plate {
    top: 0;
    right: 0;
    width: 100%;
    height: 420px;
    border-radius: 18px 220px 18px 18px;
  }

  .kai-winter .hero-girl {
    width: min(360px, 62vw);
    right: 10px;
  }

  .kai-winter .hero-snow-yellow {
    width: 118px;
    right: 10px;
    bottom: 86px;
  }

  .kai-winter .hero-arcs {
    right: 24px;
    bottom: 60px;
    width: min(420px, 78vw);
  }
}

/* Phone */
@media (max-width: 560px) {
  .kai-winter .zw-topbar {
    padding: 10px 12px;
  }

  .kai-winter .zw-logos img {
    height: 24px;
  }

  .kai-winter .zw-brand img {
    height: 38px;
  }

  .kai-winter .hero-grid {
    padding: 110px 0 40px;
  }

  .kai-winter .badge {
    font-size: 1rem;
    padding: 12px 14px;
  }

  .kai-winter .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .kai-winter .btn {
    width: 100%;
  }

  .kai-winter .hero-media {
    min-height: 380px;
  }

  .kai-winter .hero-plate {
    height: 360px;
    border-radius: 18px 200px 18px 18px;
  }

  .kai-winter .hero-girl {
    width: min(300px, 70vw);
    right: 8px;
    bottom: -6px;
  }

  .kai-winter .hero-snow-yellow {
    width: 96px;
    right: 10px;
    bottom: 88px;
  }
}

/* =========================================================
   ✅ RESPONSIVE + READABILITY PATCH (mobile/tablet/desktop)
   ========================================================= */

/* 1) Make mobile menu deterministic (Tailwind може бути відсутній) */
body.kai-zw-landing #mobileMenu {
  /* у вас є display:none (:contentReference[oaicite:4]{index=4}), лишаємо — але тепер JS додає is-open */
}

body.kai-zw-landing #mobileMenu.is-open {
  display: block !important;
}

/* 2) Buttons: зробимо "ghost" читабельною на світлому фоні,
      а в HERO залишимо білий варіант */
.kai-winter .btn {
  font-size: clamp(0.98rem, 1.1vw, 1.05rem);
  line-height: 1.2;
}

.kai-winter .btn-ghost {
  background: #ffffff;
  color: var(--kai-blue-main);
  border-color: rgba(5, 68, 255, 0.22);
  box-shadow: var(--shadow-sm);
  backdrop-filter: none;
}

.kai-winter .btn-ghost:hover {
  background: #fff;
  border-color: rgba(5, 68, 255, 0.32);
  box-shadow: var(--shadow-md);
}

/* HERO keeps inverted ghost (white text) */
.kai-winter .hero .btn-ghost {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(8px);
  box-shadow: none;
}

.kai-winter .hero .btn-ghost:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.36);
}

/* 3) Better small-screen tap targets + less “bulky” UI */
@media (max-width: 560px) {
  .kai-winter .btn {
    padding: 14px 18px;
    border-radius: 14px;
    letter-spacing: 0.02em;
    white-space: normal;
    /* щоб довгі тексти кнопок переносились */
    text-align: center;
  }

  .kai-winter .card {
    padding: 20px;
  }

  .kai-winter .format-icon {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    font-size: 1.4rem;
    flex: 0 0 46px;
  }

  .kai-winter .pill,
  .kai-winter .tag {
    padding: 9px 10px;
    font-size: 0.95rem;
  }
}

/* 4) Contacts grid: 2 колонки на планшеті у вас є,
      додамо 1 колонку на телефонах + перенос довгих контактів */
@media (max-width: 680px) {
  .kai-winter .contacts-grid {
    grid-template-columns: 1fr;
  }
}

.kai-winter .contacts-grid a {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* 5) Prevent accidental horizontal scroll on small screens */
body.kai-zw-landing {
  overflow-x: hidden;
}

.kai-winter {
  overflow-x: hidden;
}

/* ================================
   ✅ Topbar logos — responsive size
   ================================ */

/* 1) Default (desktop) */
.kai-winter {
  --zw-logo-h: 46px;
  /* було 40px */
  --zw-brand-h: 44px;
  /* можна трохи підняти теж */
}

/* 2) Tablet */
@media (max-width: 980px) {
  .kai-winter {
    --zw-logo-h: 36px;
    /* було 28px */
    --zw-brand-h: 44px;
    /* у вас так і було 44px, лишаємо */
  }
}

/* 3) Phone */
@media (max-width: 560px) {
  .kai-winter {
    --zw-logo-h: 32px;
    /* було 24px (занадто мало) */
    --zw-brand-h: 38px;
    /* було 38px — ок */
  }
}

/* Apply sizes (і не даємо CSS нижче перебити) */
.kai-winter .zw-logos img {
  height: var(--zw-logo-h) !important;
  width: auto;
  display: block;
}

.kai-winter .zw-brand img {
  height: var(--zw-brand-h) !important;
  width: auto;
  display: block;
}

/* Safety: щоб на дуже вузьких екранах логотипи не "випирали" */
@media (max-width: 360px) {
  .kai-winter {
    --zw-logo-h: 28px;
  }

  .kai-winter .zw-logos {
    gap: 10px;
  }
}

/* Wide block inside benefits section */
.benefits-wide {
  margin-top: 22px;
  padding: 26px;
  border-radius: var(--radius-xl);
}

.benefits-wide-title {
  margin: 10px 0 16px !important;
  text-align: center;
  color: var(--kai-blue-main);
  font-weight: 900;
}

/* 2×2 grid on desktop/tablet, 1×4 on mobile */
.who-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

/* “chip-card” item */
.who-item {
  display: flex;
  align-items: center;
  gap: 12px;

  padding: 14px 16px;
  border-radius: 999px;

  background: #fff;
  border: 1px solid rgba(5, 68, 255, 0.16);
  box-shadow: 0 10px 26px rgba(5, 68, 255, 0.08);

  min-height: 56px;
}

.who-emoji {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 999px;
  background: rgba(5, 68, 255, 0.08);
  flex: 0 0 36px;
  font-size: 18px;
}

.who-text {
  /* font-weight: 800; */
  color: var(--kai-text);
  line-height: 1.25;
}

/* Warning full-width under grid */
.warning-wide {
  margin-top: 16px;
}

/* ✅ Mobile: stack items, make them not “pills” if text is long */
@media (max-width: 640px) {
  .benefits-wide {
    padding: 18px;
  }

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

  .who-item {
    border-radius: 18px;
    /* краще за pill на мобільному */
    min-height: auto;
    padding: 14px 14px;
  }

  .who-text {
    font-size: 1rem;
  }
}

/* DRONES BPLA SECTION - Complete Styles */
.kai-winter .drones-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 60px 0;
  background: #1e2936;
}

/* Video Background */
.kai-winter .drones-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.kai-winter .drones-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.kai-winter .drones-video-fallback {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1e2936;
  background-image: url('/wp-content/uploads/2025/01/drones-bg-mobile.jpg');
  background-size: cover;
  background-position: center;
}

.kai-winter .drones-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(30, 41, 54, 0.85) 0%,
    rgba(30, 41, 54, 0.65) 50%,
    rgba(30, 41, 54, 0.9) 100%
  );
}

/* Content */
.kai-winter .drones-hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 1000px;
  margin: 0 auto;
}

/* Header */
.kai-winter .drones-hero-header {
  text-align: center;
  margin-bottom: 30px;
}

.kai-winter .drones-badge {
  display: inline-block;
  padding: 10px 20px;
  background: #d3da47;
  color: #1e2936;
  border-radius: 999px;
  font-weight: 900;
  font-size: 0.95rem;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
  box-shadow: 0 4px 20px rgba(211, 218, 71, 0.3);
}

.kai-winter .drones-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.kai-winter .drones-logos img {
  height: 50px;
  width: auto;
  /* filter: brightness(0) invert(1) drop-shadow(0 4px 12px rgba(0, 0, 0, 0.3)); */
}

.kai-winter .drones-x {
  font-size: 2rem;
  font-weight: 300;
  opacity: 0.7;
}

/* Title */
.kai-winter .drones-hero-title {
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

.kai-winter .drones-gradient {
  background: linear-gradient(90deg, #a2d966 0%, #4cb4e7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.kai-winter .drones-hero-subtitle {
  text-align: center;
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  opacity: 0.9;
  max-width: 650px;
  margin: 0 auto 30px;
  line-height: 1.4;
  color: inherit;
}

/* Money Block */
.kai-winter .drones-money-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 18px 24px;
  background: rgba(211, 218, 71, 0.15);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(211, 218, 71, 0.3);
  border-radius: 20px;
  margin: 30px auto;
  max-width: 450px;
}

.kai-winter .drones-money-icon {
  font-size: 2.2rem;
}

.kai-winter .drones-money-main {
  font-size: 1.4rem;
  font-weight: 900;
  color: #d3da47;
  letter-spacing: 0.02em;
}

.kai-winter .drones-money-sub {
  font-size: 0.95rem;
  opacity: 0.85;
  margin-top: 2px;
}

/* Compact Timeline */
.kai-winter .drones-timeline-compact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 35px auto;
  flex-wrap: wrap;
}

.kai-winter .drones-step-c {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 0.9rem;
  font-weight: 700;
}

.kai-winter .drones-step-c small {
  display: block;
  opacity: 0.7;
  font-size: 0.8rem;
  font-weight: 500;
}

.kai-winter .step-num {
  width: 28px;
  height: 28px;
  background: #4cb4e7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 0.9rem;
  flex-shrink: 0;
}

.kai-winter .drones-arrow {
  color: rgba(255, 255, 255, 0.4);
  font-size: 1.3rem;
}

/* Requirements */
.kai-winter .drones-requirements {
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 24px;
  margin: 30px auto;
}

.kai-winter .drones-requirements h3 {
  text-align: center;
  font-size: 1.15rem;
  margin-bottom: 18px;
  color: #d3da47;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.kai-winter .drones-req-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.kai-winter .drones-req-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  font-size: 0.9rem;
  font-weight: 600;
}

.kai-winter .drones-req-item span:first-child {
  font-size: 1.3rem;
}

/* Program */
.kai-winter .drones-program {
  margin: 30px auto;
  text-align: center;
}

.kai-winter .drones-program h3 {
  font-size: 1.15rem;
  margin-bottom: 16px;
  color: #d3da47;
  font-weight: 900;
}

.kai-winter .drones-program-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  text-align: left;
}

.kai-winter .drones-program-list li {
  padding: 6px 0;
  font-weight: 600;
  opacity: 0.9;
}

/* CTA */
.kai-winter .drones-hero-cta {
  text-align: center;
  margin-top: 35px;
}

.kai-winter .btn-drones-primary {
  display: inline-block;
  background: linear-gradient(90deg, #d3da47 0%, #a2d966 100%);
  color: #1e2936;
  font-size: 1.05rem;
  font-weight: 900;
  padding: 16px 28px;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 6px 25px rgba(211, 218, 71, 0.35);
  transition: transform 0.2s, box-shadow 0.2s;
  letter-spacing: 0.02em;
}

.kai-winter .btn-drones-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(211, 218, 71, 0.45);
}

.kai-winter .drones-warning-hero {
  margin-top: 16px;
  font-weight: 800;
  color: #ffd700;
  font-size: 0.95rem;
}

/* Mobile Optimization */
@media (max-width: 768px) {
  .kai-winter .drones-video {
    display: none;
  }

  .kai-winter .drones-video-fallback {
    display: block;
  }

  .kai-winter .drones-hero {
    min-height: auto;
    padding: 50px 0;
  }

  .kai-winter .drones-timeline-compact {
    flex-direction: column;
    gap: 8px;
  }

  .kai-winter .drones-arrow {
    transform: rotate(90deg);
    margin: -5px 0;
  }

  .kai-winter .drones-req-grid {
    grid-template-columns: 1fr;
  }

  .kai-winter .drones-logos img {
    height: 35px;
  }

  .kai-winter .drones-hero-title {
    font-size: 2rem;
  }

  .kai-winter .drones-step-c {
    width: 100%;
    justify-content: center;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .kai-winter .drones-video {
    display: none;
  }
  .kai-winter .drones-video-fallback {
    display: block;
  }
}

/* TOT */
.graduates-tot {
  padding-top: 4.125rem;
  padding-bottom: 4.25rem;
  position: relative;
  background: url('/wp-content/themes/kai-start-theme/assets/images/graduates-tot-bg.png')
    no-repeat center center / cover;
}
.graduates-tot h3,
.graduates-tot h4 {
  font-weight: 900;
}
.graduates-tot::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.2);
  /* backdrop-filter: blur(0.70625rem); */
}
.container {
  position: relative;
  z-index: 5;
}
.graduates-tot-header {
  margin-bottom: 2.875rem;
}
.graduates-tot-header .section-title {
  color: white;
  text-transform: uppercase;
  /* font-size: clamp(1.875rem, 3vw, 3rem); */
}
.graduates-tot-header .section-title span {
  color: var(--kai-text);
}

.graduates-tot-badge-container {
  text-align: center;
}
.graduates-tot-badge {
  display: inline-flex;
  /* padding: clamp(0.625rem, 2vw, 1.375rem) clamp(1.25rem, 2.2vw, 1.375rem); */
  padding: 0.625rem 1.25rem;
  background-color: rgba(245, 255, 50, 0.8);
  border-radius: 999px;
  /* font-size: clamp(1rem, 2.2vw, 1.4375rem); */
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 900;
  transition:
    opacity 0.55s ease,
    transform 0.55s ease,
    background-color 0.2s ease,
    color 0.2s ease !important;
}
.graduates-tot-badge:hover {
  background-color: var(--kai-text);
  color: #fff;
}
.graduates-tot-info {
  margin-bottom: 1.125rem;
}
.graduates-tot-info h3 {
  color: var(--kai-blue-main);
  text-align: center;
  margin-bottom: 0.875rem;
  /* font-size: 1.4375rem; */
}
.kai-winter .checklist.graduates-tot-info-list {
  gap: 0;
}
.kai-winter .checklist .graduates-tot-info-list-item {
  /* font-size: clamp(1rem, 2.2vw, 1.4375rem); */
}
.kai-winter .checklist .graduates-tot-info-list-item::before {
  line-height: 1.2;
  margin-top: 0.125rem;
}

.graduates-tot-support {
  padding: 1.625rem 1.8125rem;
  border-radius: 1.375rem;
  border: 1px solid rgba(5, 68, 255, 0.16);
  box-shadow: 0rem 0.875rem 2.375rem 0rem rgba(5, 68, 255, 0.14);
  background-color: rgba(0, 0, 0, 0.3);
  margin-bottom: 1.125rem;
}
.graduates-tot-support h3 {
  color: white;
  text-align: center;
}
.kai-winter .grid.graduates-tot-support-cards {
  margin-top: 1rem;
}
.graduates-tot-support-cards .graduates-tot-support-card {
  grid-column: span 6;
}
.graduates-tot-support-card h4 {
  color: var(--kai-blue-main);
  margin-bottom: 1.25rem;
  font-size: clamp(1.15rem, 2.1vw, 1.55rem);
  font-weight: 900;
}

.kai-winter .card.graduates-tot-deadline {
  padding-top: 2.25rem;
  text-align: center;
}
.graduates-tot-deadline h3 {
  color: var(--kai-blue-main);
  margin-bottom: 1rem;
  /* font-size: 1.4375rem; */
}
.graduates-tot-deadline-alert {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(211, 218, 71, 0.22);
  border: 1px solid rgba(211, 218, 71, 0.45);
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--kai-text);
  font-weight: 900;
  border-radius: 1.125rem;
  margin-bottom: 1.125rem;
}
.graduates-tot-buttons {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  flex-wrap: wrap;
}
.graduates-tot-buttons .btn {
  max-width: 24.6875rem;
  width: 100%;
}
.graduates-tot-buttons .btn svg {
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}

@media (max-width: 980px) {
  .graduates-tot-badge {
    line-height: 1.5;
  }
  .kai-winter .checklist.graduates-tot-info-list {
    gap: 0.5rem;
  }
}

@media (max-width: 560px) {
  .graduates-tot {
    background-image: url('/wp-content/themes/kai-start-theme/assets/images/graduates-tot-bg_mobile.png');
  }
  .graduates-tot-support {
    padding: 1.625rem;
  }
  .graduates-tot-support-cards .graduates-tot-support-card {
    grid-column: span 12;
  }
  .graduates-tot-support-card h4 {
    margin-bottom: 0.875rem;
  }

  .graduates-tot-buttons .btn {
    max-width: 100%;
  }
}

			