/* ═══════════════════════════════════════════════════════════════════════
   Kiteba — Pages Structures (structures.css v1.0.0)
   Préfixe : ks-   Scope : body.kiteba-structure
   Variantes : .ks-school  .ks-music  .ks-sport  .ks-training
   ═══════════════════════════════════════════════════════════════════════ */

/* ── Tokens partagés ─────────────────────────────────────────────────── */
body.kiteba-structure {
  --accent:      #FF4D2E;
  --accent-l:    #FF7A62;
  --accent-d:    #D93010;
  --accent-xl:   rgba(255,77,46,.12);
  --accent-glow: rgba(255,77,46,.28);
  --violet:      #5B3FE8;
  --violet-l:    #7B65F0;
  --coral:       #FF4D2E;
  --mint:        #00A876;
  --mint-l:      #1EC99D;
  --amber:       #FFB800;
  --slate:       #0F0E1D;
  --slate-m:     #1A1830;
  --slate-l:     #252340;
  --slate-ll:    #312F52;
  --white:       #FEFEFE;
  --text-1:      rgba(254,254,254,.92);
  --text-2:      rgba(254,254,254,.55);
  --text-3:      rgba(254,254,254,.28);
  --f-d:         'Syne', sans-serif;
  --f-b:         'Nunito', sans-serif;
  --f-h:         'Caveat', cursive;
  --ease:        cubic-bezier(.22,1,.36,1);
  --r:           20px;
  --r-sm:        12px;
  background:    var(--slate) !important;
  color:         var(--text-1) !important;
  font-family:   var(--f-b) !important;
}

/* Accent override par variante */
body.ks-school   { --accent:#FF4D2E; --accent-l:#FF7A62; --accent-d:#D93010; --accent-xl:rgba(255,77,46,.12);  --accent-glow:rgba(255,77,46,.28);  }
body.ks-music    { --accent:#5B3FE8; --accent-l:#7B65F0; --accent-d:#3D27C4; --accent-xl:rgba(91,63,232,.12);  --accent-glow:rgba(91,63,232,.28);  }
body.ks-sport    { --accent:#FFB800; --accent-l:#FFD066; --accent-d:#CC9400; --accent-xl:rgba(255,184,0,.12);  --accent-glow:rgba(255,184,0,.28);  }
body.ks-training { --accent:#00A876; --accent-l:#1EC99D; --accent-d:#008A5F; --accent-xl:rgba(0,168,118,.12);  --accent-glow:rgba(0,168,118,.28);  }

/* ── Reset & base ────────────────────────────────────────────────────── */
body.kiteba-structure * { box-sizing: border-box; }
body.kiteba-structure .ks-main { overflow-x: hidden; }
body.kiteba-structure .ks-wrap { max-width: 1180px; margin: 0 auto; padding: 0 28px; }

/* ═══════════════════════════════════════════════════════════════════════
   HERO
   ═══════════════════════════════════════════════════════════════════════ */
body.kiteba-structure .ks-hero {
  position: relative;
  padding: 72px 0 108px;
  overflow: hidden;
}
/* Ambient orbs */
body.kiteba-structure .ks-hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
  will-change: transform;
}
body.kiteba-structure .ks-hero-orb--1 {
  width: 660px; height: 660px;
  background: radial-gradient(circle, var(--accent-glow) 0%, transparent 70%);
  top: -140px; left: -180px;
}
body.kiteba-structure .ks-hero-orb--2 {
  width: 380px; height: 380px;
  background: radial-gradient(circle, rgba(91,63,232,.14) 0%, transparent 70%);
  top: 60px; right: -60px;
}
body.kiteba-structure .ks-hero-orb--3 {
  width: 280px; height: 280px;
  background: radial-gradient(circle, var(--accent-glow) 0%, transparent 70%);
  bottom: 60px; right: 28%; opacity: .45;
}

/* 2-column inner */
body.kiteba-structure .ks-hero-inner {
  position: relative; z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

/* ── Left column ────────────────────────────────────────────────────── */
body.kiteba-structure .ks-eyebrow {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  font-family: var(--f-b) !important;
  font-size: .73rem !important;
  font-weight: 700 !important;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--accent) !important;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 100px;
  padding: 5px 14px 5px 8px;
  margin: 0 0 28px !important;
  width: fit-content;
  animation: ksUp .6s var(--ease) both;
}
body.kiteba-structure .ks-eyebrow-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--accent) !important;
  animation: ksPulse 2s ease-in-out infinite;
}

body.kiteba-structure .ks-hero-title {
  font-family: var(--f-d) !important;
  font-size: clamp(36px, 5vw, 66px) !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
  color: var(--white) !important;
  letter-spacing: -.03em;
  margin: 0 0 22px !important;
  animation: ksUp .7s var(--ease) .1s both;
}
body.kiteba-structure .ks-hero-title-hand {
  font-family: var(--f-h) !important;
  color: var(--accent) !important;
  font-size: 1.12em !important;
  font-weight: 700 !important;
  letter-spacing: 0;
}
body.kiteba-structure .ks-hero-sub {
  font-family: var(--f-b) !important;
  font-size: clamp(14px, 1.5vw, 17px) !important;
  color: var(--text-2) !important;
  line-height: 1.75 !important;
  margin: 0 0 40px !important;
  max-width: 480px;
  animation: ksUp .7s var(--ease) .2s both;
}

/* Actions */
body.kiteba-structure .ks-hero-actions {
  display: flex !important;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 52px;
  animation: ksUp .7s var(--ease) .3s both;
}
body.kiteba-structure .ks-btn {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  font-family: var(--f-b) !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  border-radius: var(--r-sm) !important;
  transition: background .2s, box-shadow .2s, transform .15s;
  border: none !important;
  cursor: pointer;
}
body.kiteba-structure .ks-btn--accent {
  background: var(--accent) !important;
  color: var(--white) !important;
  font-size: .95rem !important;
  padding: 13px 26px !important;
  box-shadow: 0 4px 24px var(--accent-glow) !important;
}
body.kiteba-structure .ks-btn--accent:hover {
  background: var(--accent-d) !important;
  box-shadow: 0 6px 36px var(--accent-glow) !important;
  transform: translateY(-2px) !important;
}
body.kiteba-structure .ks-btn--lg {
  font-size: 1rem !important;
  padding: 16px 36px !important;
}
body.kiteba-structure .ks-trial-chip {
  font-family: var(--f-b) !important;
  font-size: .8rem !important;
  font-weight: 600 !important;
  color: var(--text-2) !important;
  display: flex !important;
  align-items: center;
  gap: 6px;
}
body.kiteba-structure .ks-trial-chip::before {
  content: '';
  display: block;
  width: 16px; height: 16px;
  border-radius: 50%;
  background-color: rgba(0,168,118,.15) !important;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%231EC99D' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 10px !important;
}

/* Hero stats row */
body.kiteba-structure .ks-hero-stats {
  display: flex !important;
  align-items: center;
  gap: 0;
  animation: ksUp .7s var(--ease) .4s both;
}
body.kiteba-structure .ks-stat {
  display: flex !important;
  flex-direction: column;
  gap: 2px;
  padding-right: 28px;
}
body.kiteba-structure .ks-stat:first-child { padding-left: 0; }
body.kiteba-structure .ks-stat-num {
  font-family: var(--f-d) !important;
  font-size: 1.7rem !important;
  font-weight: 800 !important;
  color: var(--white) !important;
  line-height: 1 !important;
  letter-spacing: -.03em;
}
body.kiteba-structure .ks-stat-num em { font-style: normal; color: var(--accent) !important; }
body.kiteba-structure .ks-stat-lab {
  font-family: var(--f-b) !important;
  font-size: .72rem !important;
  color: var(--text-3) !important;
  font-weight: 600;
  line-height: 1.3 !important;
}
body.kiteba-structure .ks-stat-sep {
  width: 1px; height: 32px;
  background: var(--slate-l) !important;
  margin-right: 28px;
  flex-shrink: 0;
}

/* ── Right column — glass UI widget ─────────────────────────────────── */
body.kiteba-structure .ks-hero-right {
  position: relative;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
body.kiteba-structure .ks-widget-wrap {
  position: relative;
  width: 100%; max-width: 400px;
  animation: ksFloat 6s ease-in-out infinite, ksUp .8s var(--ease) .4s both;
}
@keyframes ksFloat {
  0%, 100% { transform: translateY(0);     }
  50%       { transform: translateY(-12px); }
}
body.kiteba-structure .ks-widget {
  background: rgba(26,24,48,.88) !important;
  border: 1px solid var(--slate-ll) !important;
  border-radius: var(--r) !important;
  overflow: hidden;
  backdrop-filter: blur(24px);
  box-shadow: 0 32px 80px rgba(0,0,0,.55), 0 0 0 1px var(--slate-l), inset 0 1px 0 rgba(255,255,255,.06) !important;
}

/* Chrome bar */
body.kiteba-structure .ks-chrome {
  display: flex !important;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--slate-l) !important;
  background: rgba(255,255,255,.02) !important;
}
body.kiteba-structure .ks-chrome-dot {
  display: block;
  width: 8px; height: 8px;
  border-radius: 50%;
}
body.kiteba-structure .ks-chrome-dot:nth-child(1) { background: #FF5F57 !important; }
body.kiteba-structure .ks-chrome-dot:nth-child(2) { background: #FEBC2E !important; }
body.kiteba-structure .ks-chrome-dot:nth-child(3) { background: #28C840 !important; }
body.kiteba-structure .ks-chrome-title {
  font-family: var(--f-b) !important;
  font-size: .73rem !important;
  font-weight: 600 !important;
  color: var(--text-2) !important;
  margin-left: 6px;
  flex: 1;
}
body.kiteba-structure .ks-chrome-badge {
  display: flex !important;
  align-items: center;
  gap: 4px;
  font-family: var(--f-b) !important;
  font-size: .62rem !important;
  font-weight: 700 !important;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--mint-l) !important;
  background: rgba(0,168,118,.15) !important;
  padding: 2px 8px;
  border-radius: 100px;
}
body.kiteba-structure .ks-chrome-badge::before {
  content: '';
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--mint-l) !important;
  animation: ksPulse 2s ease-in-out infinite;
}

/* Widget body */
body.kiteba-structure .ks-widget-body { padding: 14px 16px 16px; }
body.kiteba-structure .ks-widget-label {
  font-family: var(--f-b) !important;
  font-size: .68rem !important;
  font-weight: 700 !important;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--text-3) !important;
  margin-bottom: 8px !important;
}

/* Roster rows */
body.kiteba-structure .ks-widget-rows {
  display: flex !important;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 14px;
}
body.kiteba-structure .ks-widget-row {
  display: flex !important;
  align-items: center;
  gap: 10px;
  padding: 7px 10px !important;
  border-radius: 10px;
  background: rgba(255,255,255,.025) !important;
  transition: background .2s;
}
body.kiteba-structure .ks-widget-row::before { display: none !important; }
body.kiteba-structure .ks-widget-row:hover { background: rgba(255,255,255,.05) !important; }

body.kiteba-structure .ks-widget-av {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 26px; height: 26px;
  border-radius: 50%;
  font-family: var(--f-d) !important;
  font-size: .6rem !important;
  font-weight: 700 !important;
  color: var(--white) !important;
  flex-shrink: 0;
}
body.kiteba-structure .ks-widget-av--a { background: var(--accent) !important; opacity: .9; }
body.kiteba-structure .ks-widget-av--v { background: var(--violet) !important; }
body.kiteba-structure .ks-widget-av--m { background: var(--mint) !important; }
body.kiteba-structure .ks-widget-av--b { background: var(--amber) !important; }

body.kiteba-structure .ks-widget-name {
  font-family: var(--f-b) !important;
  font-size: .8rem !important;
  font-weight: 600 !important;
  color: var(--text-1) !important;
  flex: 1;
  line-height: 1.25 !important;
}
body.kiteba-structure .ks-widget-name-sub {
  display: block !important;
  font-size: .68rem !important;
  font-weight: 400 !important;
  color: var(--text-3) !important;
}
body.kiteba-structure .ks-widget-badge {
  font-family: var(--f-b) !important;
  font-size: .65rem !important;
  font-weight: 700 !important;
  padding: 2px 8px;
  border-radius: 100px;
  flex-shrink: 0;
}
body.kiteba-structure .ks-widget-badge--ok {
  background: rgba(0,168,118,.14) !important;
  color: var(--mint-l) !important;
}
body.kiteba-structure .ks-widget-badge--ko {
  background: rgba(255,77,46,.14) !important;
  color: #FF7A62 !important;
}
body.kiteba-structure .ks-widget-badge--late {
  background: rgba(255,184,0,.14) !important;
  color: var(--amber) !important;
}
body.kiteba-structure .ks-widget-badge--info {
  background: rgba(91,63,232,.14) !important;
  color: var(--violet-l) !important;
}

/* Widget footer progress */
body.kiteba-structure .ks-widget-foot {
  border-top: 1px solid var(--slate-l) !important;
  padding-top: 12px;
}
body.kiteba-structure .ks-widget-stat-row {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}
body.kiteba-structure .ks-widget-stat-lab {
  font-family: var(--f-b) !important;
  font-size: .73rem !important;
  color: var(--text-2) !important;
}
body.kiteba-structure .ks-widget-stat-val {
  font-family: var(--f-d) !important;
  font-size: .82rem !important;
  font-weight: 700 !important;
  color: var(--white) !important;
}
body.kiteba-structure .ks-widget-bar {
  height: 4px;
  background: var(--slate-l) !important;
  border-radius: 100px;
  overflow: hidden;
}
body.kiteba-structure .ks-widget-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--accent) 0%, var(--accent-l) 100%) !important;
  border-radius: 100px;
  transform-origin: left;
  animation: ksBarGrow 1.2s var(--ease) 1s both;
}
@keyframes ksBarGrow {
  from { transform: scaleX(0); }
  to   { transform: scaleX(1); }
}

/* Stats variant (training) */
body.kiteba-structure .ks-widget-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 12px;
  text-align: center;
}
body.kiteba-structure .ks-widget-stat-big {
  font-family: var(--f-d) !important;
  font-size: 1.7rem !important;
  font-weight: 800 !important;
  color: var(--white) !important;
  line-height: 1 !important;
  display: block !important;
}
body.kiteba-structure .ks-widget-stat-big span { font-size: .9rem !important; color: var(--accent) !important; }
body.kiteba-structure .ks-widget-stat-tiny {
  font-family: var(--f-b) !important;
  font-size: .62rem !important;
  color: var(--text-3) !important;
  text-transform: uppercase;
  letter-spacing: .07em;
  display: block !important;
  margin-top: 2px;
}
body.kiteba-structure .ks-widget-items {
  display: flex !important;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 12px;
}
body.kiteba-structure .ks-widget-item {
  display: flex !important;
  align-items: center;
  gap: 7px;
  font-family: var(--f-b) !important;
  font-size: .75rem !important;
  padding: 6px 10px !important;
  border-radius: 8px;
}
body.kiteba-structure .ks-widget-item::before { display: none !important; }
body.kiteba-structure .ks-widget-item--ok {
  color: var(--mint-l) !important;
  background: rgba(0,168,118,.08) !important;
}
body.kiteba-structure .ks-widget-item--warn {
  color: var(--amber) !important;
  background: rgba(255,184,0,.08) !important;
}
body.kiteba-structure .ks-widget-action {
  display: inline-flex !important;
  align-items: center;
  gap: 5px;
  font-family: var(--f-b) !important;
  font-size: .72rem !important;
  font-weight: 700 !important;
  color: var(--accent) !important;
  background: var(--accent-xl) !important;
  padding: 6px 12px !important;
  border-radius: 8px;
  border: none !important;
  cursor: default;
  width: fit-content;
}

/* Floating notification */
body.kiteba-structure .ks-widget-notif {
  position: absolute;
  bottom: -16px; left: 20px;
  background: var(--slate-m) !important;
  border: 1px solid var(--slate-ll) !important;
  border-radius: 12px;
  padding: 8px 14px;
  display: flex !important;
  align-items: center;
  gap: 8px;
  font-family: var(--f-b) !important;
  font-size: .72rem !important;
  font-weight: 600 !important;
  color: var(--text-1) !important;
  white-space: nowrap;
  box-shadow: 0 8px 24px rgba(0,0,0,.4) !important;
  animation: ksUp .6s var(--ease) 1.2s both;
  z-index: 10;
}
body.kiteba-structure .ks-notif-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
  background: var(--accent) !important;
  animation: ksPulse 2s ease-in-out infinite;
}

/* Floating chips around widget */
body.kiteba-structure .ks-float-chip {
  position: absolute;
  background: rgba(26,24,48,.92) !important;
  border: 1px solid var(--slate-ll) !important;
  border-radius: 12px;
  padding: 7px 13px;
  font-family: var(--f-b) !important;
  font-size: .7rem !important;
  font-weight: 700 !important;
  color: var(--white) !important;
  white-space: nowrap;
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 24px rgba(0,0,0,.35) !important;
}
body.kiteba-structure .ks-float-chip--1 {
  top: 10px; right: -22px;
  animation: ksUp .6s var(--ease) .8s both, ksFloatSm 7s ease-in-out 1.4s infinite;
}
body.kiteba-structure .ks-float-chip--2 {
  bottom: 44px; right: -10px;
  animation: ksUp .6s var(--ease) 1s both, ksFloatSm 7s ease-in-out 2s infinite;
}
@keyframes ksFloatSm {
  0%, 100% { transform: translateY(0);  }
  50%       { transform: translateY(7px); }
}

/* ═══════════════════════════════════════════════════════════════════════
   SECTION: PROBLÈMES
   ═══════════════════════════════════════════════════════════════════════ */
body.kiteba-structure .ks-section { padding: 96px 0; }
body.kiteba-structure .ks-problems {
  background: rgba(255,255,255,.015) !important;
  border-top: 1px solid var(--slate-l);
  border-bottom: 1px solid var(--slate-l);
}
body.kiteba-structure .ks-features { background: var(--slate) !important; }

/* Section labels */
body.kiteba-structure .ks-section-eyebrow {
  display: inline-block !important;
  font-family: var(--f-b) !important;
  font-size: .72rem !important;
  font-weight: 700 !important;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--accent) !important;
  margin-bottom: 12px !important;
}
body.kiteba-structure .ks-section-title {
  font-family: var(--f-d) !important;
  font-size: clamp(28px, 4vw, 48px) !important;
  font-weight: 800 !important;
  color: var(--white) !important;
  letter-spacing: -.03em;
  line-height: 1.1 !important;
  margin: 0 0 56px !important;
}
body.kiteba-structure .ks-accent-text { color: var(--accent) !important; }
body.kiteba-structure .ks-hand-text {
  font-family: var(--f-h) !important;
  font-size: 1.15em !important;
  font-weight: 700 !important;
  color: var(--accent) !important;
}

/* Problem grid */
body.kiteba-structure .ks-problems-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
body.kiteba-structure .ks-problem {
  background: var(--slate-m) !important;
  border: 1px solid var(--slate-l) !important;
  border-radius: var(--r) !important;
  padding: 28px 24px;
  position: relative;
  overflow: hidden;
  transition: border-color .25s, box-shadow .25s, transform .3s var(--ease);
}
body.kiteba-structure .ks-problem::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--accent) 0%, transparent 55%);
  opacity: 0;
  transition: opacity .3s;
}
body.kiteba-structure .ks-problem:hover {
  border-color: var(--slate-ll) !important;
  box-shadow: 0 16px 48px rgba(0,0,0,.4), 0 0 28px var(--accent-glow) !important;
  transform: translateY(-4px) !important;
}
body.kiteba-structure .ks-problem:hover::before { opacity: 1; }
body.kiteba-structure .ks-problem-num {
  font-family: var(--f-d) !important;
  font-size: 3rem !important;
  font-weight: 800 !important;
  color: var(--accent) !important;
  opacity: .1;
  line-height: 1 !important;
  margin-bottom: 8px !important;
}
body.kiteba-structure .ks-problem-icon {
  width: 40px; height: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: var(--accent-xl) !important;
  border-radius: 10px;
  color: var(--accent) !important;
  margin-bottom: 16px;
}
body.kiteba-structure .ks-problem-title {
  font-family: var(--f-d) !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: var(--white) !important;
  margin: 0 0 10px !important;
  line-height: 1.3 !important;
}
body.kiteba-structure .ks-problem-desc {
  font-family: var(--f-b) !important;
  font-size: .84rem !important;
  color: var(--text-2) !important;
  line-height: 1.65 !important;
  margin: 0 !important;
}

/* ═══════════════════════════════════════════════════════════════════════
   SECTION: FONCTIONNALITÉS
   ═══════════════════════════════════════════════════════════════════════ */
body.kiteba-structure .ks-feat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
body.kiteba-structure .ks-feat-card {
  background: var(--slate-m) !important;
  border: 1px solid var(--slate-l) !important;
  border-radius: var(--r) !important;
  padding: 26px 22px 30px;
  position: relative;
  overflow: hidden;
  display: flex !important;
  flex-direction: column;
  transition: border-color .25s, box-shadow .3s, transform .3s var(--ease);
}
body.kiteba-structure .ks-feat-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--accent) 0%, var(--accent-l) 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s var(--ease);
}
body.kiteba-structure .ks-feat-card:hover {
  border-color: var(--slate-ll) !important;
  box-shadow: 0 20px 60px rgba(0,0,0,.4), 0 0 40px var(--accent-glow) !important;
  transform: translateY(-6px) !important;
}
body.kiteba-structure .ks-feat-card:hover::after { transform: scaleX(1); }

body.kiteba-structure .ks-feat-icon {
  width: 44px; height: 44px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: var(--accent-xl) !important;
  border-radius: 12px;
  color: var(--accent) !important;
  margin-bottom: 18px;
  flex-shrink: 0;
}
body.kiteba-structure .ks-feat-title {
  font-family: var(--f-d) !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: var(--white) !important;
  margin: 0 0 10px !important;
  line-height: 1.3 !important;
}
body.kiteba-structure .ks-feat-desc {
  font-family: var(--f-b) !important;
  font-size: .84rem !important;
  color: var(--text-2) !important;
  line-height: 1.65 !important;
  margin: 0 !important;
  flex: 1;
}
body.kiteba-structure .ks-feat-tag {
  display: inline-block !important;
  margin-top: 14px;
  font-family: var(--f-b) !important;
  font-size: .65rem !important;
  font-weight: 700 !important;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--accent) !important;
  background: var(--accent-xl) !important;
  padding: 2px 9px;
  border-radius: 100px;
  width: fit-content;
}

/* ═══════════════════════════════════════════════════════════════════════
   CTA SECTION
   ═══════════════════════════════════════════════════════════════════════ */
body.kiteba-structure .ks-cta {
  position: relative;
  padding: 104px 0;
  text-align: center;
  border-top: 1px solid var(--slate-l);
  overflow: hidden;
}
body.kiteba-structure .ks-cta-glow {
  position: absolute;
  width: 720px; height: 720px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--accent-glow) 0%, transparent 65%);
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  filter: blur(80px);
  pointer-events: none;
}
body.kiteba-structure .ks-cta-inner { position: relative; z-index: 2; }
body.kiteba-structure .ks-cta-title {
  font-family: var(--f-d) !important;
  font-size: clamp(28px, 4.5vw, 54px) !important;
  font-weight: 800 !important;
  color: var(--white) !important;
  letter-spacing: -.03em;
  margin: 28px 0 16px !important;
  line-height: 1.1 !important;
}
body.kiteba-structure .ks-cta-desc {
  font-family: var(--f-b) !important;
  font-size: 1rem !important;
  color: var(--text-2) !important;
  margin: 0 auto 36px !important;
  max-width: 480px;
  line-height: 1.7 !important;
}
body.kiteba-structure .ks-cta-fine {
  margin-top: 18px !important;
  font-family: var(--f-b) !important;
  font-size: .78rem !important;
  color: var(--text-3) !important;
}

/* ═══════════════════════════════════════════════════════════════════════
   ANIMATIONS
   ═══════════════════════════════════════════════════════════════════════ */
@keyframes ksUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0);    }
}
@keyframes ksPulse {
  0%, 100% { opacity: 1;  transform: scale(1);    }
  50%       { opacity: .5; transform: scale(.75);  }
}

/* ── Scroll reveals ───────────────────────────────────────────────────── */
body.kiteba-structure .ks-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .65s var(--ease), transform .65s var(--ease);
}
body.kiteba-structure .ks-reveal.ks-vis { opacity: 1; transform: none; }

body.kiteba-structure .ks-problem {
  opacity: 0;
  transform: translateY(32px) rotate(-.4deg);
  transition: opacity .6s var(--ease), transform .6s var(--ease),
              border-color .25s, box-shadow .25s;
}
body.kiteba-structure .ks-problem.ks-vis { opacity: 1; transform: translateY(0) rotate(0deg); }

body.kiteba-structure .ks-feat-card {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .6s var(--ease), transform .6s var(--ease),
              border-color .25s, box-shadow .3s;
}
body.kiteba-structure .ks-feat-card.ks-vis { opacity: 1; transform: translateY(0); }

/* CTA elements reveal */
body.kiteba-structure .ks-cta-logo {
  display: block !important;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .6s var(--ease), transform .6s var(--ease);
}
body.kiteba-structure .ks-cta-logo.ks-vis { opacity: 1; transform: none; }
body.kiteba-structure .ks-cta-title {
  opacity: 0; transform: translateY(20px);
  transition: opacity .7s var(--ease) .1s, transform .7s var(--ease) .1s;
}
body.kiteba-structure .ks-cta-title.ks-vis { opacity: 1; transform: none; }
body.kiteba-structure .ks-cta-desc {
  opacity: 0; transform: translateY(20px);
  transition: opacity .7s var(--ease) .2s, transform .7s var(--ease) .2s;
}
body.kiteba-structure .ks-cta-desc.ks-vis { opacity: 1; transform: none; }
body.kiteba-structure .ks-cta-btn {
  opacity: 0; transform: translateY(20px);
  transition: background .2s, box-shadow .2s, opacity .7s var(--ease) .3s, transform .7s var(--ease) .3s;
}
body.kiteba-structure .ks-cta-btn.ks-vis {
  opacity: 1; transform: translateY(0);
  transition: background .2s, box-shadow .2s, transform .15s;
}
body.kiteba-structure .ks-cta-fine {
  opacity: 0; transform: translateY(16px);
  transition: opacity .7s var(--ease) .4s, transform .7s var(--ease) .4s;
}
body.kiteba-structure .ks-cta-fine.ks-vis { opacity: 1; transform: none; }

/* ═══════════════════════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  body.kiteba-structure .ks-hero-inner { grid-template-columns: 1fr; text-align: center; }
  body.kiteba-structure .ks-hero-right { display: none !important; }
  body.kiteba-structure .ks-hero-sub { max-width: 100%; }
  body.kiteba-structure .ks-hero-stats { justify-content: center; }
  body.kiteba-structure .ks-hero-actions { justify-content: center; }
  body.kiteba-structure .ks-eyebrow { margin-left: auto !important; margin-right: auto !important; }
}
@media (max-width: 768px) {
  body.kiteba-structure .ks-problems-grid { grid-template-columns: 1fr; }
  body.kiteba-structure .ks-feat-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  body.kiteba-structure .ks-section { padding: 64px 0; }
  body.kiteba-structure .ks-hero { padding: 52px 0 72px; }
  body.kiteba-structure .ks-hero-stats { flex-wrap: wrap; }
  body.kiteba-structure .ks-stat-sep { display: none !important; }
  body.kiteba-structure .ks-stat { padding-right: 20px; }
}
@media (max-width: 500px) {
  body.kiteba-structure .ks-feat-grid { grid-template-columns: 1fr; }
}
