/* ============ Cyber Square — Home Page (redesign) ============
   Ported from hand off landing-page/project/styles.css by hand off landing-page/scope-css.py.
   Every selector is prefixed with `.home-v2 ` so design classes (.hero, .feature-card,
   .tab, .btn, .stat, .badge, .flap, .timeline, .header, .footer …) don't collide
   with the globally-loaded public/css/style.css or with Bootstrap 4.5/5.3.
   The redesign's design tokens live inside the `.home-v2` block below — they do not
   leak to other pages. */

.home-v2 {
  --coral:#E96358;        --coral-stat:#E05F55;   --coral-700:#BA4F46;
  --ink:#0D0D0D;          --ink-2:#1A1A1A;        --grey:#4D4D4D;
  --grey-2:#999999;       --grey-3:#B3B3B3;       --line:#E6E6E6;
  --pill-bg:#F4F5F5;      --eyebrow-blue:#0288D1;
  --blue:#0065F4;         --purple:#8536F6;       --green:#008000;
  --pink:#F60043;         --amber:#FFA000;        --teal:#009688;
  --sans:'Geist',sans-serif;
  --script:'Caveat',cursive;
  --caveat-size:60px;
  font-family:var(--sans);color:var(--ink);-webkit-font-smoothing:antialiased;
  position:relative;
  overflow-x:hidden;
}

.home-v2 *,
.home-v2 *::before,
.home-v2 *::after { box-sizing: border-box; }

.home-v2 .script { font-family: var(--script); font-weight: 700; }
.home-v2 .em     { font-family: var(--script); font-weight: 700; }

/* Fonts loaded via <link> in the HTML head (Geist + Caveat) */







/* page is the fixed 1512 design canvas, scaled to fit width */





/* eyebrow pill */
.home-v2 .eyebrow {display:inline-flex;align-items:center;height:28px;padding:0 20px;border-radius:100px;
  background:var(--pill-bg);font-weight:700;font-size:18px;color:var(--eyebrow-blue);letter-spacing:.2px;}
.home-v2 .eyebrow.on-tint {background:rgba(255,255,255,.7);}

.home-v2 .section-title {font-weight:700;font-size:47px;line-height:.92;color:var(--ink);letter-spacing:-.5px;text-wrap:balance;}
.home-v2 .section-sub {font-weight:700;font-size:18px;line-height:1.2;color:#000;}

/* ===== buttons ===== */
.home-v2 .btn {display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--sans);
  font-weight:700;font-size:16px;border-radius:999px;padding:12px 22px;border:none;cursor:pointer;
  line-height:1;transition:background .12s ease,color .12s ease,border-color .12s ease,transform .06s ease;white-space:nowrap;}
.home-v2 .btn:active {transform:translateY(1px);}
.home-v2 .btn-primary {background:var(--coral);color:#fff;}
.home-v2 .btn-primary:hover {background:var(--coral-700);}
.home-v2 .btn-secondary {background:#fff;color:var(--ink);border:1.5px solid var(--line);}
.home-v2 .btn-secondary:hover {background:#fafafa;border-color:var(--coral);color:var(--coral);}
.home-v2 .btn .ico {width:18px;height:18px;}

/* ============ HEADER ============ */
.home-v2 .header {height:131px;display:flex;align-items:center;justify-content:space-between;padding:0 50px;background:#fff;
  position:relative;z-index:50;border-bottom:1px solid #f2f2f2;}
.home-v2 .header .logo {height:68px;}
.home-v2 .nav {display:flex;align-items:center;gap:22px;}
.home-v2 .nav a {font-weight:700;font-size:14px;color:#000;text-decoration:none;white-space:nowrap;transition:color .12s;}
.home-v2 .nav a:hover {color:var(--coral);}
.home-v2 .header-cta {display:flex;align-items:center;gap:11px;}
.home-v2 .header-cta .btn {padding:12px 26px;}

/* ============ HERO ============ */
.home-v2 .hero {position:relative;background:#fff;padding:141px 50px 80px;overflow:hidden;min-height:834px;}
.home-v2 .hero-grid {position:absolute;inset:0;
  background-image:linear-gradient(#f4f4f4 1px,transparent 1px),linear-gradient(90deg,#f4f4f4 1px,transparent 1px);
  background-size:90px 90px;z-index:0;
  -webkit-mask-image:radial-gradient(120% 90% at 35% 30%,#fff 30%,transparent 72%);
  mask-image:radial-gradient(120% 90% at 35% 30%,#fff 30%,transparent 72%);}
.home-v2 .hero-inner {position:relative;z-index:2;display:flex;justify-content:space-between;gap:60px;max-width:1412px;width:100%;margin:0 auto;}
.home-v2 .hero-left {width:52%;flex:1 1 auto;max-width:714px;}
.home-v2 .hero-h1 {font-weight:700;font-size:47px;line-height:1.32;color:var(--ink);letter-spacing:-.5px;
  position:relative;overflow:visible;padding-top:12px;margin-top:-12px;
  background: linear-gradient(120deg, transparent 40%, #E96358 50%, transparent 60%) no-repeat, var(--ink);
  background-size: 200% 100%, auto;
  background-position: 150% 0, 0 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.home-v2 .hero-underline {
  position:relative;
  display:inline-block;
  white-space:nowrap;
  color: var(--ink) !important;
  -webkit-text-fill-color: var(--ink) !important;
}
.home-v2 .underline-svg {
  position:absolute;
  left:0;
  bottom:-1px;
  width:100%;
  height:auto;
  pointer-events:none;
}
.home-v2 .hero-h1 .em {
  font-size:62px;line-height:1;
  background: linear-gradient(120deg, transparent 40%, #ffc0b8 50%, transparent 60%) no-repeat, #E96358 !important;
  background-size: 200% 100%, auto !important;
  background-position: 150% 0, 0 0 !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  padding-right: 0.15em; /* Prevents cursive/italic font glyph clipping (e.g. the letter 'm' at the end) */
}
.home-v2 .hero-h1:hover {
  animation: heroTextShine 4.5s linear infinite;
}
.home-v2 .hero-h1:hover .em {
  animation: heroTextShine 4.5s linear infinite !important;
}
@keyframes heroTextShine {
  0% { background-position: 150% 0, 0 0; }
  10% { background-position: 150% 0, 0 0; }
  50% { background-position: -50% 0, 0 0; }
  100% { background-position: -50% 0, 0 0; }
}
.home-v2 .hero-trust {font-family:var(--script);font-weight:700;font-size:50px;color:var(--ink);line-height:1;margin-top:10px;}
.home-v2 .hero-btns {display:flex;gap:15px;margin-top:48px;}
.home-v2 .hero-img {width:44%;height:auto;aspect-ratio:618/457;flex:0 1 auto;max-width:618px;border-radius:11px;border:1.9px solid var(--coral);
  box-shadow:2.8px 3.8px 2.8px 1px rgba(0,0,0,.05);overflow:hidden;background:#0e1525;position:relative;align-self:flex-start;margin-top:8px;}
.home-v2 .hero-img img {position:absolute;width:1180px;height:auto;left:-520px;top:-120px;}
.home-v2 .star {position:absolute;z-index:3;}
.home-v2 .star.s1 {left:678px;top:96px;width:54px;}
.home-v2 .star.s2 {left:33px;top:540px;width:26px;transform:rotate(10deg);}

/* ============ SECTION 2 — track record ============ */
.home-v2 .track {position:relative;background:#fff;padding:38px 50px 0;height:684px;overflow:hidden;}
.home-v2 .track-map {position:absolute;left:251px;top:18px;width:1009px;height:666px;z-index:0;
  background:url('/images/home/world-map.svg') center/contain no-repeat;opacity:1;
  -webkit-mask-image:radial-gradient(78% 82% at 50% 45%,#000 68%,transparent 100%);
  mask-image:radial-gradient(78% 82% at 50% 45%,#000 68%,transparent 100%);}
.home-v2 .track-inner {position:relative;max-width:1412px;margin:0 auto;height:100%;}
.home-v2 .track-head {position:relative;z-index:2;width:580px;display:flex;flex-direction:column;align-items:flex-start;gap:5px;}
.home-v2 .track-title {display:flex;flex-direction:column;}
.home-v2 .tt-geist {font-weight:700;font-size:47px;line-height:1.06;color:var(--ink);letter-spacing:-.5px;}
.home-v2 .track-script {font-family:var(--script);font-weight:700;font-size:56px;line-height:1.18;white-space:nowrap;color:var(--ink);}
.home-v2 .track-head .section-sub {max-width:520px;margin-top:0;}
.home-v2 .timeline {position:absolute;left:0;right:0;top:366px;z-index:2;}
.home-v2 .timeline-inner {
  --card-w:189px;
  --gap:55px;
  --line-pad:94.5px;
  position:relative;
  width:calc(6 * var(--card-w) + 5 * var(--gap));
  margin:0 auto;
}
.home-v2 .tl-cards {display:flex;gap:var(--gap);align-items:stretch;}
.home-v2 .tl-card {width:var(--card-w);flex:0 0 var(--card-w);border-radius:12px;padding:12px;color:#fff;position:relative;min-height:143px;
  transition:transform .4s cubic-bezier(.34,1.56,.64,1),box-shadow .3s ease;}
.home-v2 .tl-card:not(.in) {opacity:0;transform:translateY(28px) scale(.96);}
.home-v2 .tl-card.in {animation:tlCardIn .55s cubic-bezier(.2,.7,.3,1) both;}
@keyframes tlCardIn{from{opacity:0;transform:translateY(28px) scale(.96);}to{opacity:1;transform:none;}}
.home-v2 .tl-card.in:hover {transform:translateY(-10px) scale(1.05);box-shadow:0 18px 36px rgba(0,0,0,.2);}
.home-v2 .tl-card.in:active {transform:translateY(-4px) scale(1.02);transition-duration:.12s;}
.home-v2 .tl-card .ic svg {transition:transform .4s cubic-bezier(.34,1.56,.64,1);}
.home-v2 .tl-card.in:hover .ic svg {transform:scale(1.18) rotate(-6deg);}
.home-v2 .tl-card .ic {width:46px;height:46px;display:flex;align-items:center;justify-content:center;margin-bottom:12px;}
.home-v2 .tl-card .ic svg {width:46px;height:46px;}
.home-v2 .tl-card .ic img {width:46px;height:46px;object-fit:contain;}
.home-v2 .tl-card .ic-chip {width:46px;height:46px;}
.home-v2 .tl-card .ic-chip img {width:100%;height:100%;}
.home-v2 .tl-card p {font-size:16px;line-height:1.06;font-weight:500;white-space:pre-line;}
.home-v2 .tl-card .tail {position:absolute;left:50%;transform:translateX(-50%);bottom:-19px;width:0;height:0;
  border-left:15px solid transparent;border-right:15px solid transparent;border-top:19px solid;}
.home-v2 .tl-years {position:relative;margin-top:30px;display:flex;gap:var(--gap);z-index:3;}
.home-v2 .tl-yslot {width:var(--card-w);flex:0 0 var(--card-w);display:flex;justify-content:center;}
.home-v2 .tl-year {position:relative;z-index:2;display:inline-flex;align-items:center;justify-content:center;height:32px;padding:0 16px;border-radius:8px;
  background:var(--coral);color:#fff;font-weight:700;font-size:18px;
  opacity:0;}
.home-v2 .tl-yslot.in .tl-year {animation:tlYearIn .4s ease both;}
@keyframes tlYearIn{from{opacity:0;}to{opacity:1;}}
.home-v2 .timeline-line {position:absolute;left:var(--line-pad);right:var(--line-pad);top:16px;height:1px;background:#111;z-index:1;
  transform:scaleX(0);transform-origin:left center;}
.home-v2 .timeline-line.in {animation:tlLineIn 1.1s cubic-bezier(.4,0,.2,1) both;}
@keyframes tlLineIn{from{transform:scaleX(0);}to{transform:scaleX(1);}}

@media (max-width: 1500px) {
  .home-v2 .timeline-inner {
    --card-w: 155px;
    --gap: 36px;
    --line-pad: 77.5px;
  }
  .home-v2 .tl-card p {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .home-v2 .timeline-inner {
    --card-w: 125px;
    --gap: 20px;
    --line-pad: 62.5px;
  }
  .home-v2 .tl-card p {
    font-size: 12px;
    line-height: 1.2;
  }
  .home-v2 .tl-card {
    min-height: 120px;
    padding: 10px;
  }
  .home-v2 .tl-card .ic {
    margin-bottom: 8px;
  }

  /* Feature card padding and tabs wrap on tablets */
  .home-v2 .feature {padding: 24px 20px;}
  .home-v2 .feature-card {padding: 40px 32px 30px;}
  .home-v2 .tabs {
    width:100%;max-width:100%;justify-content:flex-start;overflow-x:auto;padding-bottom:6px;
    -webkit-overflow-scrolling:touch;scrollbar-width:none;
  }
  .home-v2 .tabs::-webkit-scrollbar {display:none;}

  /* Feature lower vertical stack on tablets */
  .home-v2 .feature-lower {position:static;height:auto;margin-top:22px;display:flex;flex-direction:column;gap:20px;}
  .home-v2 .feature-left {position:static;width:100%;top:auto;}
  .home-v2 .feature-img {position:static;left:auto;right:auto;top:auto;width:100%;height:auto;}
  .home-v2 #currImg {aspect-ratio:16/10;position:relative;}
  .home-v2 .feature-img img {position:static;width:100% !important;height:auto;margin:0 !important;display:block;}

  /* Pillars stage vertical stack on tablets */
  .home-v2 .pillars-stage {flex-direction:column;gap:26px;align-items:center;}
  .home-v2 .box-diagram {transform:scale(.8);transform-origin:top center;margin:0 0 -120px;}
  .home-v2 .pillar-detail {max-width:none;width:100%;min-height:0;padding:26px 22px;}
}
@media (max-width: 950px) {
  .home-v2 .timeline-inner {
    --card-w: 105px;
    --gap: 12px;
    --line-pad: 52.5px;
  }
  .home-v2 .tl-card p {
    font-size: 11px;
    line-height: 1.15;
  }
  .home-v2 .tl-card {
    min-height: 110px;
    padding: 8px;
  }
  .home-v2 .tl-card .ic {
    width: 32px;
    height: 32px;
    margin-bottom: 6px;
  }
  .home-v2 .tl-card .ic svg, .home-v2 .tl-card .ic img, .home-v2 .tl-card .ic-chip {
    width: 32px;
    height: 32px;
  }

  /* Hero vertical stack on tablets < 950px */
  .home-v2 .hero {padding:40px 20px 46px;min-height:0;}
  .home-v2 .hero-inner {flex-direction:column;gap:28px;}
  .home-v2 .hero-left {width:100%;max-width:none;flex:none;}
  .home-v2 .hero-img {width:100%;max-width:none;flex:none;height:auto;aspect-ratio:16/10;margin-top:0;}
  .home-v2 .hero-img img {position:static;width:100%;height:100%;object-fit:cover;left:auto;top:auto;}
  .home-v2 .star.s2 {display:none;}

  /* Founder vertical stack on tablets < 950px */
  .home-v2 .founder-row {flex-direction:column;gap:22px;align-items:center;}
  .home-v2 .founder-photo {width:100%;max-width:280px;height:auto;aspect-ratio:4/5;flex:none;align-self:center;}

  /* Footer vertical stack on tablets < 950px */
  .home-v2 .footer {padding:28px 20px 48px;}
  .home-v2 .footer-grid {flex-direction:column;gap:32px;}
  .home-v2 .footer-brand {width:100%;}
  .home-v2 .footer-cols {flex-direction:column;gap:28px;}
  .home-v2 .news {width:100%;}
  .home-v2 .news-form {flex-direction:column;gap:10px;}
  .home-v2 .news-form input {width:100%;}
  .home-v2 .news-form .btn {width:100%;}
}

/* ============ FEATURE CARD (sections 3) ============ */
.home-v2 .feature {padding:48px 50px;background:#fff;}
.home-v2 .feature-card {position:relative;max-width:1412px;width:100%;margin:0 auto;min-height:937px;border-radius:28px;overflow:hidden;padding:57px 64px 0;}
.home-v2 .feature-head {text-align:center;max-width:630px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:12px;}
.home-v2 .feature-head .section-title {white-space:pre-line;}
.home-v2 .feature-head .section-sub {max-width:529px;}
.home-v2 .tabs {display:flex;gap:12px;justify-content:center;margin-top:18px;flex-wrap:nowrap;width:max-content;max-width:none;}
.home-v2 .tab {display:inline-flex;align-items:center;height:44px;padding:0 22px;border-radius:999px;background:#fff;
  border:1.5px solid var(--line);font-weight:700;font-size:18px;color:var(--ink);cursor:pointer;transition:all .12s ease;white-space:nowrap;}
.home-v2 .tab:hover {background:#fafafa;}
.home-v2 .tab.active {color:#fff;border-color:transparent;}

/* curriculum mini-tabs */
.home-v2 .age-pretabs {display:flex;gap:9px;align-items:center;justify-content:center;margin-top:6px;font-weight:700;font-size:13.6px;}
.home-v2 .minitab {display:inline-flex;align-items:center;height:33px;padding:0 16px;border-radius:999px;background:#fff;
  border:1.5px solid var(--line);font-weight:700;font-size:13.6px;cursor:pointer;transition:all .12s;}
.home-v2 .minitab.active {border-color:var(--coral);color:var(--coral);}

.home-v2 .feature-lower {position:relative;margin-top:34px;height:520px;}
.home-v2 .feature-left {position:absolute;left:0;top:10px;width:300px;z-index:3;}
.home-v2 .feature-left .fl-title {font-weight:700;font-size:25px;line-height:1.2;}
.home-v2 .feature-left .fl-sub {font-weight:500;font-size:14px;color:var(--grey);margin-top:2px;}
.home-v2 .fl-list {margin-top:26px;display:flex;flex-direction:column;gap:8px;}
.home-v2 .fl-list .item {font-weight:700;font-size:16px;color:var(--ink);padding:5px 10px;margin-left:-10px;display:flex;align-items:center;gap:8px;cursor:default;border-radius:8px;}
.home-v2 .fl-list .item .dot {opacity:0;font-size:14px;transform:translateX(-6px);transition:opacity .2s ease,transform .2s cubic-bezier(.2,.7,.3,1);}
.home-v2 .fl-list .item.lead {color:inherit;}
.home-v2 .fl-list .item.lead .dot {opacity:1;transform:none;}
.home-v2 .fl-list .item:hover {color:var(--accent);transform:translateX(7px);background-color:color-mix(in srgb,var(--accent) 9%,transparent);}
.home-v2 .fl-list .item:hover .dot {opacity:1;transform:none;color:var(--accent);}
.home-v2 .fl-list .item.sub {margin-left:14px;font-weight:600;font-size:14.5px;color:var(--grey);}
.home-v2 .fl-list .item.sub .dot {font-size:11px;}
.home-v2 .fl-list .item.selected {color:var(--accent);background-color:color-mix(in srgb,var(--accent) 12%,transparent);cursor:pointer;}
.home-v2 .fl-list .item.selected .dot {opacity:1;transform:none;color:var(--accent);}
.home-v2 .fl-list .item {cursor:pointer;}
.home-v2 .img-label {position:absolute;top:16px;left:16px;z-index:6;display:inline-flex;align-items:center;
  max-width:calc(100% - 32px);background:#fff;border:1.6px solid var(--accent,#E96358);color:var(--accent,#E96358);
  border-radius:100px;padding:8px 18px;font-weight:700;font-size:15px;line-height:1;white-space:nowrap;
  overflow:hidden;text-overflow:ellipsis;box-shadow:0 6px 18px rgba(0,0,0,.12);}
.home-v2 .fl-list.compact {gap:1px;margin-top:14px;}
.home-v2 #ageList.compact + .fl-cta {margin-top:6px;}
.home-v2 .fl-list.compact .item {padding:2px 10px;font-size:14.5px;}
.home-v2 .fl-list.compact .item.sub {font-size:13px;}
.home-v2 .feature-head .section-title .em {color:var(--accent);line-height:.9;transition:color .35s ease;}
.home-v2 .fl-cta {margin-top:18px;display:inline-flex;flex-direction:column;gap:2px;font-size:12px;}
.home-v2 .fl-cta .lbl {color:#777;}
.home-v2 .fl-cta a {display:flex;align-items:center;gap:60px;font-weight:700;text-decoration:none;}

.home-v2 .feature-img {position:absolute;left:315px;right:0;top:0;height:486px;border-radius:12px;overflow:hidden;
  background:#fff;border:2px solid var(--coral);box-shadow:3px 4px 3px 1px rgba(0,0,0,.04);}
.home-v2 .feature-img img {width:100%;height:auto;display:block;transition:opacity .2s ease;}
.home-v2 .feature-img.shot-fill img {width:1068px;}
.home-v2 .feature-img.shot-pad img {width:1066px;margin:22px 0 0 14px;}

/* ============ STATS BAND ============ */
.home-v2 .stats {padding:48px 50px;background:#fff;}
.home-v2 .stats-band {background:var(--coral-stat);border-radius:20px;padding:43px 88px;display:flex;justify-content:space-between;gap:96px;max-width:1412px;width:100%;margin:0 auto;}
.home-v2 .stat {flex:1;text-align:center;color:#fff;display:flex;flex-direction:column;gap:8px;align-items:center;}
.home-v2 .stat .v {font-weight:700;font-size:66px;line-height:.93;}
.home-v2 .stat .l {font-family:var(--script);font-weight:700;font-size:16px;line-height:1.25;max-width:240px;}

/* ============ PARTNERS ============ */
.home-v2 .partners {position:relative;height:634px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:54px;}
.home-v2 .partners .ptitle {font-weight:700;font-size:47px;text-align:center;line-height:1;}
.home-v2 .partners .ptitle .em {display:block;font-size:47px;margin-top:6px;color:var(--coral);}
.home-v2 .partner-row {display:flex;align-items:center;justify-content:center;gap:90px;}
.home-v2 .ptile {width:192px;height:192px;border-radius:50%;display:flex;align-items:center;justify-content:center;
  background:linear-gradient(rgba(248,248,248,.5),rgba(224,224,224,.35));box-shadow:0 1px 30px rgba(21,21,21,.04),inset 0 1px 2px rgba(255,255,255,.6);}
.home-v2 .ptile img {max-width:130px;max-height:54px;object-fit:contain;}
/* floating logo animation — each tile drifts on its own wandering path */
.home-v2 .partners .ptile {animation:logoFloat 7s ease-in-out infinite;will-change:transform;}
.home-v2 .partner-row:nth-of-type(1) .ptile:nth-child(2) {animation-name:logoFloatB;animation-duration:7.8s;animation-delay:-1.6s;}
.home-v2 .partner-row:nth-of-type(3) .ptile:nth-child(1) {animation-duration:8.4s;animation-delay:-3.2s;}
.home-v2 .partner-row:nth-of-type(3) .ptile:nth-child(2) {animation-name:logoFloatB;animation-duration:6.6s;animation-delay:-2.4s;}
@keyframes logoFloat{
  0%,100%{transform:translate(0,0) rotate(0);}
  25%{transform:translate(9px,-12px) rotate(2deg);}
  50%{transform:translate(0,-18px) rotate(0);}
  75%{transform:translate(-9px,-8px) rotate(-2deg);}
}
@keyframes logoFloatB{
  0%,100%{transform:translate(0,0) rotate(0);}
  25%{transform:translate(-10px,-9px) rotate(-2.4deg);}
  50%{transform:translate(-3px,-17px) rotate(1.5deg);}
  75%{transform:translate(11px,-11px) rotate(2.4deg);}
}

/* ============ PRESS ============ */
.home-v2 .press {padding:88px 50px;text-align:center;}
.home-v2 .press .section-title {margin-top:12px;}
.home-v2 .press-cards {display:flex;gap:34px;justify-content:center;margin-top:50px;}
.home-v2 .qcard {flex:1;max-width:576px;background:var(--pill-bg);border-radius:16px;padding:40px 44px;text-align:left;position:relative;min-height:230px;overflow:hidden;}
.home-v2 .qcard::before {content:"";position:absolute;top:100%;left:50%;width:900px;height:900px;border-radius:50%;
  background:var(--coral);transform:translate(-50%,-50%) scale(0);
  transition:transform .55s cubic-bezier(.4,0,.2,1);z-index:0;pointer-events:none;}
.home-v2 .qmark {position:relative;z-index:1;font-family:var(--script);font-weight:700;font-size:104px;line-height:.6;color:var(--coral);height:46px;transition:color .3s ease;}
.home-v2 .qcard p {position:relative;z-index:1;font-weight:600;font-size:21px;line-height:1.35;color:var(--ink-2);margin:8px 0 20px;transition:color .3s ease;}
.home-v2 .qcard .src {position:relative;z-index:1;font-weight:500;font-size:15px;color:var(--grey);transition:color .3s ease;}

/* ============ TRUST ============ */
.home-v2 .trust {padding:79px 50px;text-align:center;}
.home-v2 .trust .section-title {margin-top:12px;white-space:pre-line;}
.home-v2 .badges {display:flex;gap:28px;justify-content:center;margin-top:48px;}
.home-v2 .badge {width:200px;height:200px;display:flex;align-items:center;justify-content:center;}
.home-v2 .badge img {width:200px;height:200px;object-fit:contain;}
.home-v2 .seal {width:150px;height:150px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;
  color:#fff;text-align:center;gap:4px;padding:14px;border:5px double rgba(255,255,255,.6);}
.home-v2 .seal .big {font-weight:800;font-size:26px;letter-spacing:.5px;}
.home-v2 .seal .sm {font-weight:700;font-size:11px;letter-spacing:1px;text-transform:uppercase;}
.home-v2 .seal.blue {background:radial-gradient(circle at 50% 35%,#3b8ee0,#1c63b3);}
.home-v2 .seal.coral-shield {background:none;border:none;}

/* ============ FOUNDER ============ */
.home-v2 .founder {padding:80px 50px 60px;}
.home-v2 .founder-container {max-width:1120px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:32px;}
.home-v2 .founder-eyebrow-container {display:flex;justify-content:center;}
.home-v2 .founder-quote-container {position:relative;max-width:1020px;padding:0 50px;}
.home-v2 .quote-mark {position:absolute;left:10px;top:-30px;font-family:Georgia,serif;font-size:84px;color:var(--ink);font-weight:700;line-height:1;user-select:none;}
.home-v2 .quote-mark-inline {
  font-family: Georgia, serif;
  font-size: 84px;
  color: var(--ink);
  font-weight: 700;
  line-height: 0;
  display: inline-block;
  vertical-align: -0.22em;
  margin-right: 4px;
  user-select: none;
}
.home-v2 .founder-quote {font-weight:700;line-height:1.3;color:var(--ink);letter-spacing:-.5px;text-wrap:pretty;text-align:center;}
.home-v2 .founder-profile {display:flex;align-items:center;gap:18px;text-align:left;margin-top:10px;}
.home-v2 .founder-photo-circular {width:90px;height:90px;border-radius:50%;overflow:hidden;background:#b3b3b3;flex-shrink:0;border:1px solid var(--line);}
.home-v2 .founder-photo-circular img {width:100%;height:100%;object-fit:cover;object-position:center top;}
.home-v2 .founder-info {display:flex;flex-direction:column;gap:3px;}
.home-v2 .founder-name {font-weight:700;font-size:18px;color:var(--ink-2);line-height:1.2;}
.home-v2 .founder-role {font-weight:500;font-size:14px;color:var(--grey);line-height:1.3;max-width:480px;}
.home-v2 .founder-social-btn {display:inline-flex;align-items:center;margin-top:6px;width:24px;height:24px;transition:transform 0.2s ease;}
.home-v2 .founder-social-btn:hover {transform:scale(1.1);}
.home-v2 .linkedin-svg-circle {width:100%;height:100%;}
.home-v2 .eyebrow.coral {color:var(--coral);}

/* ============ PRODUCTS / 4 PILLARS ============ */
.home-v2 .products {padding:80px 50px 0;background:#fff;position:relative;}
.home-v2 .products-head {text-align:center;max-width:640px;margin:0 auto 40px;display:flex;flex-direction:column;align-items:center;gap:12px;}
.home-v2 .products-head .ptit {font-weight:700;font-size:47px;line-height:1.2;color:var(--ink);}
.home-v2 .products-head .ptit .em {font-size:60px;}
.home-v2 .products-head .ptit .sq {color:var(--coral);}
.home-v2 .products-head .ptit .cs-rotate {
  display: inline-block;
  vertical-align: bottom;
  overflow: hidden;
  white-space: nowrap;
  transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  padding-right: 14px; /* Prevent cursive glyph clipping */
}
.home-v2 .products-head .ptit .cs-rotate.rolling {animation:csRoll .7s ease both;}
@keyframes csRoll{
  0%{opacity:1;transform:translateY(0);}
  42%{opacity:0;transform:translateY(-0.42em);}
  43%{opacity:0;transform:translateY(0.42em);}
  100%{opacity:1;transform:translateY(0);}
}
.home-v2 .products-head .pdesc {font-weight:700;font-size:17px;line-height:1.2;color:#000;max-width:690px;}

.home-v2 .stepper {display:flex;align-items:flex-start;justify-content:center;gap:0;margin-bottom:44px;}
.home-v2 .step {display:flex;flex-direction:column;align-items:center;gap:8px;width:120px;cursor:pointer;}
.home-v2 .step .num {width:58px;height:58px;border-radius:50%;background:#E6E6E6;color:var(--grey-2);display:flex;align-items:center;
  justify-content:center;font-weight:700;font-size:31px;transition:all .15s;}
.home-v2 .step .nm {font-weight:700;font-size:17px;text-align:center;line-height:1.2;color:var(--grey-2);transition:color .15s;}
.home-v2 .step-line {width:45px;height:2px;background:var(--coral);margin-top:28px;}

.home-v2 .pillars-stage {display:flex;gap:60px;justify-content:center;align-items:flex-start;}
/* unfolded box diagram */
.home-v2 .box-diagram {position:relative;width:570px;height:604px;flex:0 0 570px;}
.home-v2 .flap {position:absolute;background:var(--pill-bg);border:2px solid var(--line);transition:all .18s ease;}
.home-v2 .flap .flabel {display:flex;align-items:center;gap:8px;font-weight:700;font-size:17px;color:var(--grey-2);}
.home-v2 .flap .fbadge {width:22px;height:22px;border-radius:50%;background:var(--grey-3);color:#fff;display:flex;
  align-items:center;justify-content:center;font-weight:700;font-size:11px;flex:0 0 22px;}
.home-v2 .flap-top {left:93px;top:0;width:384px;height:110px;border-radius:24px 24px 0 0;display:flex;flex-direction:column;
  align-items:center;justify-content:center;gap:4px;}
.home-v2 .flap-top .fsub {font-weight:500;font-size:16px;color:var(--grey-2);}
.home-v2 .flap-bottom {left:93px;bottom:0;width:384px;height:110px;border-radius:0 0 24px 24px;display:flex;align-items:flex-end;
  justify-content:center;padding-bottom:24px;}
.home-v2 .flap-right {right:0;top:110px;width:110px;height:384px;border-radius:0 24px 24px 0;display:flex;align-items:center;justify-content:center;}
.home-v2 .flap-left {left:0;top:110px;width:110px;height:384px;border-radius:24px 0 0 24px;display:flex;align-items:center;justify-content:center;}
.home-v2 .flap-right .flabel, .home-v2 .flap-left .flabel {writing-mode:vertical-rl;}
.home-v2 .flap-left .flabel {transform:rotate(180deg);}
.home-v2 .box-center {position:absolute;left:93px;top:110px;width:384px;height:384px;background:#FDEFEE;border:2px solid var(--coral);
  display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:2;}
.home-v2 .box-center .clogo {height:34px;}
.home-v2 .box-center .cw {font-weight:700;font-size:49px;color:var(--coral);line-height:1;margin-top:2px;}
/* active flap states are set via JS adding .on with custom props */
.home-v2 .flap.on {z-index:3;}

.home-v2 .pillar-detail {flex:1;max-width:672px;background:#F8F8F8;border-radius:24px;padding:32px 30px;min-height:604px;}
.home-v2 .pd-head {display:flex;align-items:center;gap:16px;}
.home-v2 .pd-num {width:56px;height:56px;border-radius:50%;background:var(--coral);color:#fff;display:flex;align-items:center;
  justify-content:center;font-weight:700;font-size:30px;flex:0 0 56px;}
.home-v2 .pd-titles {display:flex;flex-direction:column;gap:6px;}
.home-v2 .pd-title {font-weight:700;font-size:24px;line-height:1;}
.home-v2 .pd-pill {display:inline-flex;align-items:center;height:24px;padding:0 12px;border-radius:100px;color:#fff;
  font-weight:500;font-size:16px;width:fit-content;}
.home-v2 .pd-para {font-weight:500;font-size:16px;line-height:1.2;color:#000;margin-top:22px;}
.home-v2 .pd-chips {display:flex;flex-wrap:wrap;gap:8px;margin-top:18px;}
.home-v2 .pd-chip {display:inline-flex;align-items:center;height:28px;padding:0 14px;border-radius:100px;border:1.5px solid var(--coral);
  color:var(--ink);font-weight:500;font-size:15px;background:#fff;}
.home-v2 .pd-video {margin-top:24px;height:250px;border-radius:20px;background:#FDEFEE;display:flex;align-items:flex-start;
  padding:53px 38px;font-weight:500;font-size:16px;color:#000;position:relative;}
.home-v2 .pd-video .play {position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:64px;height:64px;border-radius:50%;
  background:rgba(255,255,255,.85);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px rgba(0,0,0,.12);}
.home-v2 .pd-video .play svg {width:24px;height:24px;margin-left:3px;}

/* ===== Explainer video player ===== */
.home-v2 .ev {margin-top:24px;height:250px;border-radius:20px;position:relative;overflow:hidden;padding:0;}
.home-v2 .ev-stage {position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;
  text-align:center;padding:34px 40px;gap:12px;}
.home-v2 .ev-scene {display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;width:100%;
  animation:evIn .5s cubic-bezier(.2,.7,.3,1) both;}
@keyframes evIn{from{opacity:0;transform:translateY(14px) scale(.98);}to{opacity:1;transform:none;}}
.home-v2 .ev-eyebrow {font-weight:700;font-size:11px;letter-spacing:1.4px;text-transform:uppercase;color:var(--grey-2);}
.home-v2 .ev-big {font-family:var(--script);font-weight:700;font-size:42px;line-height:1;}
.home-v2 .ev-cap {font-weight:500;font-size:15px;color:var(--grey);max-width:440px;line-height:1.35;}
.home-v2 .ev-label {font-weight:700;font-size:24px;color:var(--ink);}
.home-v2 .ev-icon {width:58px;height:58px;}
.home-v2 .ev-icon svg {width:100%;height:100%;animation:evPop .5s cubic-bezier(.34,1.56,.64,1) both;}
.home-v2 .ev-icon-lg {width:72px;height:72px;}
@keyframes evPop{from{opacity:0;transform:scale(.4) rotate(-8deg);}to{opacity:1;transform:none;}}
.home-v2 .ev-chips {display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-top:4px;}
.home-v2 .ev-chip {display:inline-flex;align-items:center;height:34px;padding:0 18px;border-radius:100px;border:1.5px solid;
  background:#fff;font-weight:600;font-size:15px;animation:evPop .45s cubic-bezier(.34,1.56,.64,1) both;}
.home-v2 .ev-poster {position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:10px;cursor:pointer;z-index:3;}
.home-v2 .ev-poster-eyebrow {font-weight:700;font-size:12px;letter-spacing:1.4px;text-transform:uppercase;color:var(--grey-2);}
.home-v2 .ev-poster-title {font-family:var(--script);font-weight:700;font-size:40px;line-height:1;}
.home-v2 .ev-playbtn {margin-top:6px;width:64px;height:64px;border-radius:50%;border:none;background:#fff;cursor:pointer;
  display:flex;align-items:center;justify-content:center;box-shadow:0 6px 18px rgba(0,0,0,.16);transition:transform .15s ease,box-shadow .15s ease;}
.home-v2 .ev-playbtn:hover {transform:scale(1.08);box-shadow:0 10px 26px rgba(0,0,0,.22);}
.home-v2 .ev-playbtn svg {width:26px;height:26px;margin-left:3px;}
.home-v2 .ev-progress {position:absolute;left:0;right:0;bottom:0;height:5px;background:rgba(0,0,0,.08);z-index:4;}
.home-v2 .ev-progress span {display:block;height:100%;width:0;}
.home-v2 .ev-toggle {position:absolute;right:14px;bottom:14px;width:38px;height:38px;border-radius:50%;border:none;
  background:rgba(255,255,255,.92);cursor:pointer;display:flex;align-items:center;justify-content:center;
  box-shadow:0 3px 10px rgba(0,0,0,.14);z-index:5;}
.home-v2 .ev-toggle svg {width:18px;height:18px;}
.home-v2 .ev-replay {margin-top:8px;display:inline-flex;align-items:center;gap:8px;border:none;background:#fff;cursor:pointer;
  font-weight:700;font-size:15px;padding:10px 18px;border-radius:100px;box-shadow:0 4px 14px rgba(0,0,0,.12);}
.home-v2 .ev-replay svg {width:18px;height:18px;}

.home-v2 .float-cta {position:absolute;right:57px;bottom:12px;display:flex;flex-direction:column;gap:8px;z-index:20;}
.home-v2 .float-cta a {width:62px;height:62px;border-radius:50%;display:flex;align-items:center;justify-content:center;
  box-shadow:0 6px 18px rgba(0,0,0,.18);}
.home-v2 .float-cta .wa {background:#29A71A;}
.home-v2 .float-cta .chat {background:var(--eyebrow-blue);}
.home-v2 .float-cta svg {width:32px;height:32px;fill:#fff;}

/* ============ FOOTER ============ */
.home-v2 .footer {position:relative;padding:40px 50px 60px;background:#fff;}
.home-v2 .footer-rule {height:5px;background:var(--coral);width:100%;margin-bottom:36px;border-radius:3px;}
.home-v2 .footer-grid {display:flex;justify-content:space-between;gap:60px;}
.home-v2 .footer-brand {width:263px;}
.home-v2 .footer-brand .logo {height:52px;}
.home-v2 .footer-brand p {font-size:16px;color:var(--ink-2);margin-top:26px;line-height:1.2;}
.home-v2 .footer-cols {display:flex;gap:111px;}
.home-v2 .fcol h4 {font-weight:700;font-size:16px;color:var(--ink-2);margin-bottom:20px;}
.home-v2 .fcol .colhead-light {font-weight:500;}
.home-v2 .fcol ul {list-style:none;display:flex;flex-direction:column;gap:12px;}
.home-v2 .fcol a {font-weight:500;font-size:14px;color:var(--ink-2);text-decoration:none;}
.home-v2 .fcol a:hover {color:var(--coral);}
.home-v2 .news {width:377px;}
.home-v2 .news p {font-size:16px;color:var(--ink-2);margin-bottom:16px;line-height:1.2;}
.home-v2 .news-form {display:flex;gap:15px;}
.home-v2 .news-form input {flex:1;height:48px;border-radius:8px;border:1px solid var(--grey-2);padding:0 14px;font-family:var(--sans);font-size:14px;}
.home-v2 .news-form input:focus {outline:none;border-color:var(--coral);box-shadow:0 0 0 3px rgba(233,99,88,.25);}
.home-v2 .news-form .btn {padding:12px 20px;}

/* ============ MOTION & MICRO-INTERACTIONS ============ */
.home-v2 .feature-card {transition:background .45s ease;}
.home-v2 .feature-img {transition:border-color .4s ease, box-shadow .2s ease, transform .25s ease;}
.home-v2 #ageEyebrow, .home-v2 #ageTitle, .home-v2 #ageCtaLink, .home-v2 .fl-title {transition:color .35s ease;}
.home-v2 .feature-head .eyebrow {transition:color .3s ease;}
.home-v2 .curr-shot {position:absolute;inset:0;background:#fff center top no-repeat;transition:opacity .3s ease, transform .3s ease;}
.home-v2 .curr-shot.swap {opacity:0;transform:scale(1.03);}
.home-v2 .feature-left {transition:opacity .25s ease;}
.home-v2 .feature-left.swap {opacity:0;}
.home-v2 .fl-list .item {transition:color .2s ease,transform .22s cubic-bezier(.2,.7,.3,1),background-color .2s ease;}

/* tab hover / press */
.home-v2 .tab {transition:background .15s ease,color .15s ease,border-color .15s ease,transform .12s ease,box-shadow .15s ease;}
.home-v2 .tab:hover:not(.active) {transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.06);}
.home-v2 .tab.active {box-shadow:0 6px 16px rgba(0,0,0,.12);}
.home-v2 .tab:active {transform:translateY(0);}
.home-v2 .minitab {transition:all .15s ease;}
.home-v2 .minitab:hover:not(.active) {border-color:var(--grey-3);transform:translateY(-1px);}

/* learn-more arrow nudge */
.home-v2 .fl-cta a svg {transition:transform .18s ease;}
.home-v2 .fl-cta a:hover svg {transform:translateX(6px);}

/* nav underline */
.home-v2 .nav a {position:relative;}
.home-v2 .nav a::after {content:"";position:absolute;left:0;right:100%;bottom:-6px;height:2px;background:var(--coral);
  transition:right .2s ease;border-radius:2px;}
.home-v2 .nav a:hover::after {right:0;}

/* hover lifts */
.home-v2 .ptile {transition:box-shadow .2s ease;}
.home-v2 .ptile:hover {box-shadow:0 14px 36px rgba(21,21,21,.14);animation-play-state:paused;}
.home-v2 .badge {transition:transform .2s ease;}
.home-v2 .badge:hover {transform:scale(1.05);}
.home-v2 .qcard {transition:transform .25s ease,box-shadow .25s ease;}
.home-v2 .qcard:hover {transform:translateY(-3px);box-shadow:0 16px 34px rgba(233,99,88,.28);}
.home-v2 .qcard:hover::before {transform:translate(-50%,-50%) scale(1.5);}
.home-v2 .qcard:hover .qmark {color:rgba(255,255,255,.85);}
.home-v2 .qcard:hover p {color:#fff;}
.home-v2 .qcard:hover .src {color:rgba(255,255,255,.9);}
.home-v2 .feature-img:hover {transform:translateY(-2px);box-shadow:3px 8px 22px 1px rgba(0,0,0,.08);}
.home-v2 .stat .v {transition:transform .2s ease;}
.home-v2 .stat:hover .v {transform:scale(1.06);}

/* pillar interactivity */
.home-v2 .step {transition:transform .15s ease;}
.home-v2 .step:hover {transform:translateY(-2px);}
.home-v2 .step .num {transition:background .25s ease,color .25s ease,transform .15s ease;}
.home-v2 .flap {cursor:pointer;}
.home-v2 .flap:hover {filter:brightness(.985);}
.home-v2 .box-center {transition:background .3s ease,border-color .3s ease;}
.home-v2 .pd-num, .home-v2 .pd-title, .home-v2 .pd-pill, .home-v2 .pd-video {transition:all .3s ease;}
.home-v2 .pd-chip {transition:background .15s ease,color .15s ease,transform .12s ease;}
.home-v2 .pd-chip:hover {transform:translateY(-2px);}
.home-v2 .pillar-detail {transition:background .3s ease;}
.home-v2 .pd-detail-fade {animation:fadeUp .35s ease;}
@keyframes fadeUp{from{opacity:0;transform:translateY(8px);}to{opacity:1;transform:none;}}

/* float CTA pulse on hover */
.home-v2 .float-cta a {transition:transform .18s ease,box-shadow .18s ease;}
.home-v2 .float-cta a:hover {transform:scale(1.1);box-shadow:0 10px 26px rgba(0,0,0,.28);}

/* buttons get a soft shadow on hover */
.home-v2 .btn-primary {box-shadow:0 4px 14px rgba(233,99,88,.28);}
.home-v2 .btn-primary:hover {box-shadow:0 8px 22px rgba(233,99,88,.4);}

/* hero stars gentle float */
.home-v2 .star.s1 {animation:floaty 5s ease-in-out infinite;}
.home-v2 .star.s2 {animation:floaty 6s ease-in-out infinite .8s;}
@keyframes floaty{0%,100%{transform:translateY(0) rotate(0);}50%{transform:translateY(-10px) rotate(8deg);}}
.home-v2 .star.s2 {animation-name:floaty2;}
@keyframes floaty2{0%,100%{transform:translateY(0) rotate(10deg);}50%{transform:translateY(-8px) rotate(-4deg);}}

@media (prefers-reduced-motion: reduce){
  .home-v2 .star.s1, .home-v2 .star.s2 {animation:none !important;}
  .home-v2 .partners .ptile {animation:none !important;}
  .home-v2 .pd-detail-fade {animation:none !important;}
  .home-v2 .tl-card.in, .home-v2 .tl-yslot.in .tl-year, .home-v2 .timeline-line.in {animation-duration:.001ms !important;}
  
}

/* hamburger + per-card year badge are desktop-hidden, shown on mobile */
.home-v2 .nav-toggle {display:none;background:none;border:none;cursor:pointer;width:42px;height:42px;
  align-items:center;justify-content:center;color:var(--ink);padding:0;}
.home-v2 .nav-toggle svg {width:27px;height:27px;}
.home-v2 .tl-card-year {display:none;}

/* All Caveat text elements except the main hero heading should have the same font size */
.home-v2 .track-script,
.home-v2 .feature-head .section-title .em,
.home-v2 .partners .ptitle .em,
.home-v2 .ev-poster-title,
.home-v2 .ev-big,
.home-v2 .trust-em {
  font-size: var(--caveat-size) !important;
}

/* ============================================================
   MOBILE RESPONSIVE  (≤ 760px) — full single-column reflow
   ============================================================ */
@media (max-width: 760px){
  .home-v2 {
    --caveat-size: 25px;
  }
  
  

  /* ---- generic type ---- */
  .home-v2 .section-title {font-size:28px;line-height:1.06;}
  .home-v2 .section-sub {font-size:15px;line-height:1.32;}
  .home-v2 .eyebrow {font-size:13px;height:25px;padding:0 14px;}

  /* ---- header ---- */
  .home-v2 .header {height:62px;padding:0 18px;}
  .home-v2 .header .logo {height:36px;}
  .home-v2 .header-cta {margin-left:auto;gap:8px;}
  .home-v2 .header-cta .btn-secondary {display:none;}
  .home-v2 .header-cta .btn {padding:9px 16px;font-size:13px;}
  .home-v2 .nav-toggle {display:flex;margin-left:6px;}
  .home-v2 .nav {position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;
    background:#fff;padding:6px 20px 14px;box-shadow:0 18px 32px rgba(0,0,0,.12);
    border-bottom:1px solid #eee;display:none;z-index:60;}
  .home-v2 .header.open .nav {display:flex;}
  .home-v2 .nav a {padding:14px 2px;border-bottom:1px solid #f3f3f3;font-size:15px;white-space:normal;}
  .home-v2 .nav a::after {display:none;}

  /* ---- hero ---- */
  .home-v2 .hero {padding:34px 20px 46px;min-height:0;}
  .home-v2 .hero-inner {flex-direction:column;gap:28px;}
  .home-v2 .hero-left {width:100%;flex:none;}
  .home-v2 .hero-h1 {font-size:27px;line-height:1.32;overflow:visible;padding-top:0;margin-top:0;}
  .home-v2 .hero-h1 .em {font-size:30px !important;line-height:1.08;}
  .home-v2 .hero-trust {font-size:22px !important;margin-top:14px;}
  .home-v2 .hero-btns {margin-top:26px;gap:12px;flex-wrap:wrap;}
  .home-v2 .hero-btns .btn {flex:1 1 auto;min-width:140px;}
  .home-v2 .hero-img {width:100%;flex:none;height:auto;aspect-ratio:16/10;margin-top:0;}
  .home-v2 .hero-img img {position:static;width:100%;height:100%;object-fit:cover;left:auto;top:auto;}
  .home-v2 .hero-grid {-webkit-mask-image:radial-gradient(130% 60% at 50% 22%,#fff 38%,transparent 82%);
    mask-image:radial-gradient(130% 60% at 50% 22%,#fff 38%,transparent 82%);}
  .home-v2 .star.s1 {left:auto;right:14px;top:26px;width:32px;}
  .home-v2 .star.s2 {display:none;}

  /* ---- track record / timeline → vertical stack ---- */
  .home-v2 .track {height:auto;padding:44px 20px 38px;}
  .home-v2 .track-map {display:none;}
  .home-v2 .track-inner {position:static;height:auto;}
  .home-v2 .track-head {width:100%;gap:14px;}
  .home-v2 .tt-geist {font-size:27px;}
  .home-v2 .track-script {font-size:34px !important;white-space:normal;line-height:1.05;}
  .home-v2 .timeline {position:static;}
  .home-v2 .timeline-inner {width:auto;margin:0;}
  .home-v2 .timeline-line {display:none;}
  .home-v2 .tl-cards {flex-direction:column;gap:14px;margin-top:24px;align-items:stretch;}
  .home-v2 .tl-card {width:100%;flex:none;min-height:0;padding:18px 18px 20px;}
  .home-v2 .tl-card:not(.in) {opacity:1;transform:none;}
  .home-v2 .tl-card.in {animation:none !important;}
  .home-v2 .tl-card.in:hover {transform:none;box-shadow:none;}
  .home-v2 .tl-card .tail {display:none;}
  .home-v2 .tl-card .ic {margin-bottom:10px;}
  .home-v2 .tl-card p {font-size:16px;line-height:1.25;}
  .home-v2 .tl-card-year {display:block;font-weight:700;font-size:21px;margin-bottom:6px;}
  .home-v2 .tl-years {display:none;}

  /* ---- feature cards → stacked ---- */
  .home-v2 .feature {padding:16px 14px;}
  .home-v2 .feature-card {width:100%;min-height:0;padding:30px 18px 28px;border-radius:20px;}
  .home-v2 .feature-head {max-width:none;gap:10px;}
  .home-v2 .feature-head .section-title .em {font-size:1.15em !important;}
  .home-v2 .age-pretabs {flex-wrap:wrap;gap:7px;font-size:13px;}
  .home-v2 .tabs {width:100%;max-width:100%;justify-content:flex-start;overflow-x:auto;padding-bottom:6px;
    -webkit-overflow-scrolling:touch;scrollbar-width:none;}
  .home-v2 .tabs::-webkit-scrollbar {display:none;}
  .home-v2 .tab {font-size:15px;height:40px;padding:0 18px;}
  .home-v2 .feature-lower {position:static;height:auto;margin-top:22px;display:flex;flex-direction:column;gap:20px;}
  .home-v2 .feature-left {position:static;width:100%;top:auto;}
  .home-v2 .feature-img {position:static;left:auto;right:auto;top:auto;width:100%;height:auto;}
  .home-v2 #currImg {aspect-ratio:16/10;position:relative;}
  .home-v2 .feature-img img {position:static;width:100% !important;height:auto;margin:0 !important;display:block;}
  .home-v2 .feature-left .fl-title {font-size:22px;}
  .home-v2 .fl-list {margin-top:18px;}
  .home-v2 .fl-list.compact {margin-top:14px;}

  /* ---- stats → 2×2 grid ---- */
  .home-v2 .stats {padding:28px 18px;}
  .home-v2 .stats-band {flex-wrap:wrap;gap:26px 16px;padding:30px 20px;border-radius:16px;}
  .home-v2 .stat {flex:1 1 40%;min-width:120px;gap:6px;}
  .home-v2 .stat .v {font-size:42px;}
  .home-v2 .stat .l {font-size:13.5px !important;line-height:1.3;}

  /* ---- partners ---- */
  .home-v2 .partners {height:auto;padding:44px 20px;gap:30px;}
  .home-v2 .partners .ptitle {font-size:27px;}
  .home-v2 .partners .ptitle .em {font-size:27px !important;}
  .home-v2 .partner-row {gap:22px;}
  .home-v2 .ptile {width:132px;height:132px;}
  .home-v2 .ptile img {max-width:88px;max-height:40px;}
  .home-v2 .ptile svg {width:84px !important;}
  .home-v2 .partner-row .ptile span {font-size:14px !important;margin-left:6px !important;}
  .home-v2 .partner-row .ptile svg[viewBox="0 0 256 256"] {width:30px !important;}

  /* ---- press → stacked ---- */
  .home-v2 .press {padding:46px 20px;}
  .home-v2 .press-cards {flex-direction:column;gap:18px;margin-top:28px;}
  .home-v2 .qcard {max-width:none;width:100%;padding:26px 24px;min-height:0;}
  .home-v2 .qcard p {font-size:17px;line-height:1.4;}
  .home-v2 .qmark {font-size:74px;}
  .home-v2 .press .section-title .em {font-size:30px !important;}

  /* ---- trust → 2×2 ---- */
  .home-v2 .trust {padding:46px 20px;}
  .home-v2 .trust .section-title span {font-size:30px !important;}
  .home-v2 .badges {flex-wrap:wrap;gap:16px;}
  .home-v2 .badge {width:132px;height:132px;}
  .home-v2 .badge img {width:132px;height:132px;}

  /* ---- founder → stacked ---- */
  .home-v2 .founder {padding:48px 20px 40px;}
  .home-v2 .founder-container {gap:24px;}
  .home-v2 .founder-quote-container {padding:0 24px;}
  .home-v2 .quote-mark-inline {font-size:48px;vertical-align:-0.22em;margin-right:2px;}
  .home-v2 .drop-cap-o {font-size:42px;}
  .home-v2 .founder-quote {font-size:25px !important;line-height:1.2;}
  .home-v2 .founder-profile {gap:12px;}
  .home-v2 .founder-photo-circular {width:70px;height:70px;}
  .home-v2 .founder-name {font-size:16px;}
  .home-v2 .founder-role {font-size:12px;max-width:260px;}

  /* ---- products / 4 pillars ---- */
  .home-v2 .products {padding:46px 16px 0;overflow:hidden;}
  .home-v2 .products-head {max-width:none;margin-bottom:26px;}
  .home-v2 .products-head .ptit {font-size:30px;}
  .home-v2 .products-head .ptit .em {font-size:30px !important;}
  .home-v2 .products-head .pdesc {font-size:15px;}
  .home-v2 .stepper {justify-content:flex-start;overflow-x:auto;padding-bottom:8px;scrollbar-width:none;}
  .home-v2 .stepper::-webkit-scrollbar {display:none;}
  .home-v2 .step {width:88px;flex:0 0 88px;}
  .home-v2 .step .num {width:46px;height:46px;font-size:22px;}
  .home-v2 .step .nm {font-size:13px;}
  .home-v2 .step-line {width:22px;flex:0 0 22px;margin-top:22px;}
  .home-v2 .pillars-stage {flex-direction:column;gap:26px;align-items:center;}
  .home-v2 .box-diagram {transform:scale(.6);transform-origin:top center;margin:0 0 -242px;}
  .home-v2 .pillar-detail {max-width:none;width:100%;min-height:0;padding:26px 22px;}
  .home-v2 .pd-para {font-size:15px;}
  .home-v2 .pd-video, .home-v2 .ev {height:220px;}
  .home-v2 .float-cta {position:fixed;right:16px;bottom:16px;}
  .home-v2 .float-cta a {width:52px;height:52px;}
  .home-v2 .float-cta svg {width:26px;height:26px;}

  /* ---- footer → stacked ---- */
  .home-v2 .footer {padding:28px 20px 48px;}
  .home-v2 .footer-grid {flex-direction:column;gap:32px;}
  .home-v2 .footer-brand {width:100%;}
  .home-v2 .footer-cols {flex-direction:column;gap:28px;}
  .home-v2 .news {width:100%;}
  .home-v2 .news-form {flex-direction:column;gap:10px;}
  .home-v2 .news-form input {width:100%;}
  .home-v2 .news-form .btn {width:100%;}
}

@media (min-width: 761px) {
  .home-v2 #fcTeachers .feature-head .section-title .em {
    font-size: 70px !important;
  }
}

