/* ── SKIP LINK ── */
.skip-link{position:absolute;top:-40px;left:0;background:#1c1624;color:#fdf9f4;padding:8px 16px;text-decoration:none;z-index:9999;transition:top .3s;}
.skip-link:focus{top:0;}

/* ── NAV SCROLL EFFECT ── */
body.page-features-growth nav.site-nav{
  transition:background 0.5s ease,box-shadow 0.5s ease,padding 0.5s ease;
}
body.page-features-growth nav.site-nav.scrolled{
  padding:16px 48px;
  background:rgba(26,42,56,0.92);
  backdrop-filter:blur(28px) saturate(1.4);
  -webkit-backdrop-filter:blur(28px) saturate(1.4);
  border-bottom:1px solid rgba(189,213,234,0.12);
  box-shadow:0 2px 40px rgba(0,0,0,0.28);
}
body.page-features-growth .nav-logo{color:#fdf9f4;font-size:26px;}
body.page-features-growth .nav-links a{color:rgba(253,249,244,0.65);}
body.page-features-growth .nav-links a:hover,
body.page-features-growth .nav-links a.active{color:#fdf9f4;}
body.page-features-growth .nav-hamburger span{background:#fdf9f4;}
body.page-features-growth .nav-cta{
  background:linear-gradient(135deg,#7ab0d4,#b8cfc4);
  color:#1c1624;border:none;padding:10px 24px;
  border-radius:var(--r-pill);font-size:14px;font-weight:500;
  cursor:pointer;transition:transform 0.3s,box-shadow 0.3s;
}
body.page-features-growth .nav-cta:hover{
  transform:translateY(-2px);
  box-shadow:0 8px 24px rgba(122,176,212,0.35);
}
@media(max-width:900px){
  body.page-features-growth nav.site-nav.scrolled{padding:14px 24px;}
}

/* ── AMBIENT ORBS ── */
.growth-orb{position:fixed;border-radius:50%;pointer-events:none;z-index:0;}
.growth-orb-1{width:500px;height:500px;top:-90px;left:-70px;background:radial-gradient(circle,rgba(122,176,212,.20) 0%,transparent 70%);filter:blur(72px);animation:growth-dark-float 22s ease-in-out infinite;}
.growth-orb-2{width:380px;height:380px;bottom:-70px;right:-50px;background:radial-gradient(circle,rgba(122,191,165,.16) 0%,transparent 70%);filter:blur(72px);animation:growth-dark-float 28s ease-in-out infinite reverse;}
.growth-orb-3{width:260px;height:260px;top:40%;left:60%;background:radial-gradient(circle,rgba(189,213,234,.14) 0%,transparent 70%);filter:blur(60px);animation:growth-dark-float 18s ease-in-out infinite;animation-delay:-6s;}
@keyframes growth-dark-float{0%,100%{transform:translate(0,0) scale(1);}33%{transform:translate(28px,-18px) scale(1.05);}66%{transform:translate(-18px,28px) scale(.97);}}

/* ── HERO ── */
.growth-hero-section{background:#1c1624;position:relative;z-index:1;min-height:100vh;}
.growth-bc-wrap{background:#1c1624;padding:96px 56px 0;}
.growth-bc{max-width:1200px;margin:0 auto;font-size:12px;color:rgba(253,249,244,.45);font-family:'DM Sans',sans-serif;display:flex;align-items:center;gap:0;}
.growth-bc a{color:rgba(253,249,244,.45);text-decoration:none;transition:color .3s;}
.growth-bc a:hover{color:rgba(253,249,244,.75);}
.growth-bc-sep{margin:0 8px;opacity:.4;}
.growth-bc-current{color:rgba(189,213,234,.70);}
.growth-hero{margin:0 auto;display:grid;grid-template-columns:55% 45%;align-items:center;gap:48px;padding:56px 56px 80px; max-width:1200px;}
.growth-hero-text{position:relative;z-index:2;}
.growth-eyebrow{display:inline-flex;align-items:center;gap:8px;background:rgba(189,213,234,.10);border:1px solid rgba(189,213,234,.28);backdrop-filter:blur(12px);color:rgba(189,213,234,.90);padding:8px 18px;border-radius:999px;font-size:12px;letter-spacing:.06em;text-transform:uppercase;margin-bottom:28px;}
.growth-h1{font-family:'Cormorant Garamond',serif;font-weight:300;font-size:clamp(52px,6vw,60px);line-height:1.08;color:#fdf9f4;margin-bottom:24px;}
.growth-h1 em{font-style:italic;background:linear-gradient(135deg,#bdd5ea,#b8cfc4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;}
.growth-capsule{font-size:18px;color:rgba(253,249,244,.65);max-width:460px;line-height:1.75;margin-bottom:32px;}
.growth-hero-pills{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:36px;}
.growth-hero-pill{background:rgba(255,255,255,.07);border:1px solid rgba(189,213,234,.28);color:rgba(253,249,244,.80);padding:8px 16px;border-radius:999px;font-size:13px;display:flex;align-items:center;gap:6px;}
.growth-cta-row{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:20px;}
.growth-cta-primary{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#8b7cba,#c98472);color:#fff;padding:16px 32px;border-radius:999px;font-size:15px;font-weight:400;letter-spacing:.02em;text-decoration:none;cursor:pointer;border:none;box-shadow:0 8px 32px rgba(139,124,186,.45);transition:all .35s ease;}
.growth-cta-primary:hover{transform:translateY(-3px);box-shadow:0 14px 48px rgba(139,124,186,.55);color:#fff;}
.growth-cta-ghost{color:rgba(253,249,244,.65);font-size:14px;text-decoration:none;letter-spacing:.03em;border-bottom:1px solid rgba(253,249,244,.25);padding-bottom:2px;transition:all .3s ease;}
.growth-cta-ghost:hover{color:#fdf9f4;border-bottom-color:#fdf9f4;}
.growth-trust{font-size:13px;color:rgba(253,249,244,.45);letter-spacing:.02em;}

/* ── PHONE MOCKUP ── */
.growth-hero-visual{position:relative;display:flex;justify-content:center;align-items:center;z-index:2;}
.growth-phone-wrap{position:relative;width:270px;height:560px;}
.growth-phone-glow{position:absolute;inset:-40px;border-radius:50%;background:radial-gradient(circle,rgba(122,176,212,.22) 0%,transparent 65%);filter:blur(48px);z-index:0;}
.growth-phone{width:270px;height:560px;background:linear-gradient(160deg,#1a2a38,#1e1928);border-radius:44px;border:1.5px solid rgba(189,213,234,.22);box-shadow:0 40px 120px rgba(0,0,0,.60),inset 0 1px 0 rgba(255,255,255,.08);overflow:hidden;position:relative;z-index:1;animation:growth-float-phone 6s ease-in-out infinite;}
@keyframes growth-float-phone{0%,100%{transform:translateY(0) rotate(-1deg);}50%{transform:translateY(-14px) rotate(1deg);}}
.growth-phone-island{width:80px;height:24px;background:#000;border-radius:20px;margin:14px auto 0;position:relative;z-index:2;}
.growth-phone-screen{padding:14px 16px 16px;position:relative;z-index:2;}
.growth-phone-status{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;}
.growth-phone-time{font-size:10px;color:rgba(253,249,244,.60);font-family:'DM Sans',sans-serif;}
.growth-phone-signals{font-size:9px;color:rgba(253,249,244,.50);}
.growth-phone-header-card{background:rgba(255,255,255,.06);border-radius:14px;padding:10px 12px;margin-bottom:10px;}
.growth-phone-label{font-size:9px;text-transform:uppercase;letter-spacing:.06em;color:rgba(189,213,234,.65);margin-bottom:3px;}
.growth-phone-name{font-family:'Cormorant Garamond',serif;font-size:20px;font-weight:300;color:#fdf9f4;line-height:1.1;margin-bottom:3px;}
.growth-phone-sub{font-size:11px;color:#b8cfc4;}
.growth-phone-chart-wrap{background:rgba(255,255,255,.04);border-radius:12px;padding:8px;margin-bottom:8px;}
.growth-phone-stat-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:6px;margin-bottom:8px;}
.growth-phone-stat{background:rgba(255,255,255,.06);border-radius:12px;padding:8px 6px;text-align:center;}
.growth-phone-stat-val{font-family:'Cormorant Garamond',serif;font-size:14px;color:#fdf9f4;font-weight:300;}
.growth-phone-stat-key{font-size:8px;color:rgba(253,249,244,.45);margin:1px 0;}
.growth-phone-stat-pct{font-size:9px;}
.growth-phone-insight{background:rgba(122,191,165,.15);border:1px solid rgba(122,191,165,.30);border-radius:10px;padding:7px 10px;font-size:10px;color:rgba(253,249,244,.80);text-align:center;}

/* ── FLOATING CARDS ── */
.growth-fc{position:absolute;background:rgba(28,22,36,.85);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:16px;padding:12px 14px;z-index:3;min-width:130px;}
.growth-fc-a{top:-20px;right:-70px;border:1.5px solid rgba(189,213,234,.30);animation:growth-fc-float1 5s ease-in-out infinite;}
.growth-fc-b{bottom:50px;left:-80px;border:1.5px solid rgba(184,207,196,.30);animation:growth-fc-float2 7s ease-in-out infinite;animation-delay:1s;}
.growth-fc-c{top:45%;right:-75px;border:1.5px solid rgba(195,224,212,.30);animation:growth-fc-float3 5.5s ease-in-out infinite;animation-delay:.5s;}
.growth-fc-icon{font-size:10px;text-transform:uppercase;letter-spacing:.05em;color:rgba(253,249,244,.50);margin-bottom:4px;}
.growth-fc-val{font-family:'Cormorant Garamond',serif;font-size:26px;font-weight:300;line-height:1;}
.growth-fc-sub{font-size:10px;margin-top:3px;}
@keyframes growth-fc-float1{0%,100%{transform:translateY(0);}50%{transform:translateY(-10px);}}
@keyframes growth-fc-float2{0%,100%{transform:translateY(0);}50%{transform:translateY(-8px);}}
@keyframes growth-fc-float3{0%,100%{transform:translateY(0);}50%{transform:translateY(-12px);}}

/* ── PROOF STRIP ── */
.growth-proof-strip{background:#1c1624;border-top:1px solid rgba(189,213,234,.12);border-bottom:1px solid rgba(189,213,234,.12);padding:28px 56px;position:relative;z-index:1;}
.growth-proof-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-around;gap:24px;flex-wrap:wrap;}
.growth-proof-item{display:flex;flex-direction:column;align-items:center;gap:5px;text-align:center;padding:0 24px;border-left:1px solid rgba(189,213,234,.15);}
.growth-proof-item:first-child{border-left:none;}
.growth-proof-num{font-family:'Cormorant Garamond',serif;font-size:clamp(24px,3vw,32px);font-weight:300;color:#fdf9f4;}
.growth-proof-label{font-size:12px;color:rgba(253,249,244,.55);text-transform:uppercase;letter-spacing:.05em;max-width:140px;}

/* ── SHARED SECTION STYLES ── */
.growth-section{position:relative;z-index:1;}
.growth-section-inner{max-width:1200px;margin:0 auto;padding:50px;}
.growth-section-label{font-size:12px;text-transform:uppercase;letter-spacing:.1em;font-family:'DM Sans',sans-serif;margin-bottom:16px;}
.growth-label-blue{color:#bdd5ea;}
.growth-label-sage{color:#b8cfc4;}
.growth-label-mint{color:#c3e0d4;}
.growth-split{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;}
.growth-split-rev{grid-template-columns:1fr 1fr;}
.growth-h2{font-family:'Cormorant Garamond',serif;font-weight:300;font-size:clamp(36px,4vw,52px);line-height:1.12;color:#1c1624;margin-bottom:24px;}
.growth-h2-cream{color:#fdf9f4;}
.growth-h2 em{font-style:italic;color:#7ab0d4;}
.growth-h2-dark em{color:#7abfa5;}
.growth-body-text{font-size:17px;line-height:1.80;color:#7b6e8f;margin-bottom:20px;}
.growth-feature-list{list-style:none;padding:0;margin:0 0 24px;}
.growth-feature-list li{font-size:15px;color:#3d3250;padding:6px 0;display:flex;align-items:flex-start;gap:10px;line-height:1.5;}
.growth-feature-list li::before{content:'✓';color:#7ab0d4;font-weight:700;flex-shrink:0;margin-top:1px;}
.growth-internal-link{display:inline-flex;align-items:center;gap:6px;font-size:14px;color:#7ab0d4;text-decoration:none;border-bottom:1px solid rgba(122,176,212,.30);padding-bottom:2px;transition:all .3s;}
.growth-internal-link:hover{color:#5a9ac8;border-bottom-color:#5a9ac8;}

/* ── GLASS CARDS ── */
.growth-glass-card{background:rgba(255,255,255,.55);border:1.5px solid rgba(255,255,255,.75);backdrop-filter:blur(20px) saturate(1.4);-webkit-backdrop-filter:blur(20px) saturate(1.4);border-radius:28px;box-shadow:0 24px 72px rgba(46,37,53,.13);}
.growth-glass-card-light{background:rgba(255,255,255,.70);border:1.5px solid rgba(255,255,255,.85);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:28px;box-shadow:0 24px 72px rgba(46,37,53,.13);}
.growth-dark-card{background:linear-gradient(160deg,#1a2a38,#1e2835);border:1.5px solid rgba(189,213,234,.22);border-radius:28px;box-shadow:0 24px 72px rgba(46,37,53,.18);}

/* ── STATS BAR DARK ── */
.growth-stats-bar{background:#1c1624;border-top:1px solid rgba(189,213,234,.10);border-bottom:1px solid rgba(189,213,234,.10);padding:52px 56px;position:relative;z-index:1;}
.growth-stats-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-around;gap:24px;flex-wrap:wrap;}
.growth-stat-item{display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center;padding:0 24px;border-left:1px solid rgba(189,213,234,.12);}
.growth-stat-item:first-child{border-left:none;}
.growth-stat-num{font-family:'Cormorant Garamond',serif;font-size:clamp(28px,3.5vw,40px);font-weight:300;color:#fdf9f4;}
.growth-stat-label{font-size:12px;color:rgba(253,249,244,.50);text-transform:uppercase;letter-spacing:.05em;max-width:140px;}

/* ── COMPARISON TABLE ── */
.growth-compare-wrap{overflow-x:auto;border-radius:28px;overflow:hidden;}
.growth-compare-table{width:100%;border-collapse:collapse;background:rgba(255,255,255,.55);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);}
.growth-compare-table th,.growth-compare-table td{padding:14px 20px;text-align:center;border-bottom:1px solid rgba(189,213,234,.10);font-size:14px;}
.growth-compare-table th:first-child,.growth-compare-table td:first-child{text-align:left;font-size:13px;color:#3d3250;}
.growth-compare-table thead th{font-family:'DM Sans',sans-serif;font-weight:400;font-size:13px;color:#7b6e8f;background:rgba(255,255,255,.40);}
.growth-compare-table thead th.lunara-col{background:rgba(189,213,234,.20);color:#1c1624;font-weight:500;}
.growth-compare-table td.lunara-col{background:rgba(189,213,234,.08);color:#1c1624;font-weight:500;}
.growth-compare-table .check{color:#7abfa5;font-size:15px;}
.growth-compare-table .cross{color:rgba(123,110,143,.40);font-size:15px;}
.growth-compare-table caption{font-size:11px;color:rgba(123,110,143,.60);caption-side:bottom;padding:10px;text-align:left;}

/* ── TESTIMONIALS ── */
.growth-testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;}
.growth-testi-card{background:rgba(255,255,255,.55);border:1.5px solid rgba(255,255,255,.75);backdrop-filter:blur(20px) saturate(1.4);-webkit-backdrop-filter:blur(20px) saturate(1.4);border-radius:28px;padding:32px;box-shadow:0 24px 72px rgba(46,37,53,.10);}
.growth-testi-stars{color:#d9bc94;font-size:13px;margin-bottom:14px;letter-spacing:2px;}
.growth-testi-quote{font-family:'Cormorant Garamond',serif;font-style:italic;font-size:18px;font-weight:300;color:#1c1624;line-height:1.65;margin-bottom:20px;}
.growth-testi-author{font-size:13px;color:#7b6e8f;}
.growth-testi-tag{display:inline-flex;align-items:center;gap:6px;background:rgba(189,213,234,.15);border:1px solid rgba(189,213,234,.30);color:#7ab0d4;padding:5px 12px;border-radius:999px;font-size:11px;margin-top:10px;}

/* ── FAQ ── */
.growth-faq-list{max-width:720px;margin:0 auto;}
.growth-faq-item{border-bottom:1px solid rgba(189,213,234,.18);}
.growth-faq-q{width:100%;background:none;border:none;text-align:left;padding:20px 0;font-family:'DM Sans',sans-serif;font-size:16px;color:#1c1624;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;transition:color .3s;}
.growth-faq-q:hover{color:#7ab0d4;}
.growth-faq-q .faq-icon{font-size:18px;color:#bdd5ea;flex-shrink:0;transition:transform .3s;}
.growth-faq-q[aria-expanded="true"] .faq-icon{transform:rotate(45deg);}
.growth-faq-a{max-height:0;overflow:hidden;transition:max-height .4s ease;}
.growth-faq-a.open{max-height:400px;}
.growth-faq-a p{font-size:15px;color:#7b6e8f;line-height:1.75;padding-bottom:18px;}

/* ── FINAL CTA ── */
.growth-cta-section{background:#1c1624;position:relative;z-index:1;text-align:center;overflow:hidden;}
.growth-cta-inner{max-width:680px;margin:0 auto;padding:120px 56px;}
.growth-cta-eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:rgba(189,213,234,.60);margin-bottom:20px;}
.growth-cta-h2{font-family:'Cormorant Garamond',serif;font-weight:300;font-size:clamp(48px,6vw,76px);color:#fdf9f4;line-height:1.08;margin-bottom:20px;}
.growth-cta-h2 em{font-style:italic;background:linear-gradient(135deg,#bdd5ea,#b8cfc4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;}
.growth-cta-sub{font-size:17px;color:rgba(253,249,244,.65);line-height:1.70;max-width:460px;margin:0 auto 36px;}
.growth-cta-trust{font-size:13px;color:rgba(253,249,244,.40);margin-top:18px;}

/* ── AGE TABS ── */
.growth-tabs-wrap{max-width:1200px;margin:0 auto;}
.growth-tab-list{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:36px;}
.growth-tab-btn{background:rgba(255,255,255,.50);border:1.5px solid rgba(189,213,234,.20);color:#7b6e8f;padding:10px 18px;border-radius:999px;font-size:13px;font-family:'DM Sans',sans-serif;cursor:pointer;transition:all .3s;}
.growth-tab-btn:hover{background:rgba(189,213,234,.15);color:#1c1624;}
.growth-tab-btn.active,.growth-tab-btn[aria-selected="true"]{background:linear-gradient(135deg,rgba(189,213,234,.35),rgba(184,207,196,.25));border-color:rgba(189,213,234,.50);color:#1c1624;font-weight:500;}
.growth-tab-panel{display:none;}
.growth-tab-panel.active{display:block;}
.growth-tab-content{background:rgba(255,255,255,.55);border:1.5px solid rgba(255,255,255,.75);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:28px;padding:36px;box-shadow:0 24px 72px rgba(46,37,53,.10);}
.growth-tab-h3{font-family:'Cormorant Garamond',serif;font-size:28px;font-weight:300;color:#1c1624;margin-bottom:16px;}
.growth-tab-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;margin-bottom:20px;}
.growth-tab-stat-card{background:rgba(189,213,234,.12);border:1px solid rgba(189,213,234,.22);border-radius:16px;padding:14px 16px;}
.growth-tab-stat-label{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:#7ab0d4;margin-bottom:5px;}
.growth-tab-stat-val{font-size:14px;color:#3d3250;line-height:1.4;}
.growth-tab-note{font-size:15px;color:#7b6e8f;line-height:1.70;border-top:1px solid rgba(189,213,234,.15);padding-top:16px;}
.growth-tab-alert{background:rgba(122,176,212,.08);border:1px solid rgba(189,213,234,.25);border-radius:12px;padding:12px 16px;font-size:13px;color:#7ab0d4;margin-top:12px;}

/* ── REPORT MOCKUP ── */
.growth-report-doc{background:#fff;border:1px solid rgba(46,37,53,.10);border-radius:16px;padding:20px;box-shadow:0 8px 40px rgba(46,37,53,.08);position:relative;max-width:360px;}
.growth-report-badge{position:absolute;top:12px;right:12px;background:#bdd5ea;color:#1c1624;font-size:10px;font-weight:700;padding:4px 10px;border-radius:999px;letter-spacing:.06em;}
.growth-report-title{font-size:13px;font-weight:500;color:#1c1624;margin-bottom:10px;}
.growth-report-row{display:flex;justify-content:space-between;padding:7px 0;border-bottom:1px solid rgba(46,37,53,.06);font-size:12px;color:#7b6e8f;}
.growth-report-row strong{color:#3d3250;}
.growth-report-footer{font-size:10px;color:rgba(123,110,143,.50);margin-top:12px;text-align:center;}

/* ── CORRELATION CARDS ── */
.growth-corr-wrap{display:flex;flex-direction:column;gap:16px;position:relative;}
.growth-corr-card{border-radius:20px;padding:20px 24px;}
.growth-corr-card-feed{background:rgba(240,201,184,.12);border:1.5px solid rgba(240,201,184,.30);}
.growth-corr-card-growth{background:rgba(122,191,165,.10);border:1.5px solid rgba(122,191,165,.28);}
.growth-corr-label{font-size:11px;text-transform:uppercase;letter-spacing:.07em;margin-bottom:8px;}
.growth-corr-bars{display:flex;align-items:flex-end;gap:5px;height:52px;margin-bottom:8px;}
.growth-corr-bar{border-radius:4px 4px 0 0;flex:1;transition:all .5s ease;}
.growth-corr-bar-feed{background:rgba(201,132,114,.55);}
.growth-corr-bar-high{background:rgba(240,120,80,.75);}
.growth-corr-arrow{text-align:center;font-size:11px;color:rgba(139,124,186,.70);padding:6px 0;}
.growth-corr-val{font-family:'Cormorant Garamond',serif;font-size:28px;font-weight:300;color:#7abfa5;}
.growth-corr-confirm{font-size:12px;color:#7abfa5;}

/* ── SPURT TIMELINE ── */
.growth-spurt-timeline{margin-bottom:16px;}
.growth-spurt-days{display:flex;gap:4px;height:48px;align-items:flex-end;margin-bottom:6px;}
.growth-spurt-day{flex:1;border-radius:4px 4px 0 0;position:relative;}
.growth-spurt-day-label{font-size:8px;color:rgba(253,249,244,.35);text-align:center;margin-top:3px;}
.growth-spurt-alert-box{background:rgba(122,191,165,.10);border:1px solid rgba(122,191,165,.30);border-radius:14px;padding:14px 16px;margin-bottom:12px;}
.growth-spurt-alert-title{font-size:13px;color:#b8cfc4;font-weight:500;margin-bottom:6px;}
.growth-spurt-alert-body{font-size:12px;color:rgba(253,249,244,.60);line-height:1.55;margin-bottom:10px;}
.growth-spurt-confidence{display:flex;align-items:center;gap:10px;font-size:11px;color:rgba(184,207,196,.70);}
.growth-spurt-conf-bar{height:4px;flex:1;background:rgba(255,255,255,.10);border-radius:999px;overflow:hidden;}
.growth-spurt-conf-fill{height:100%;width:89%;background:linear-gradient(90deg,#7abfa5,#7ab0d4);border-radius:999px;}
.growth-spurt-confirm-chip{background:rgba(122,191,165,.20);border:1px solid rgba(122,191,165,.30);border-radius:10px;padding:10px 14px;font-size:12px;color:#7abfa5;display:flex;align-items:center;gap:8px;}

/* ── MEASUREMENT CARD ── */
.growth-meas-card{border-radius:28px;padding:28px;background:linear-gradient(160deg,#1e2c3a,#1c1f30);border:1.5px solid rgba(189,213,234,.18);}
.growth-meas-header{font-size:12px;color:rgba(253,249,244,.50);text-transform:uppercase;letter-spacing:.07em;margin-bottom:16px;}
.growth-meas-row{display:flex;align-items:center;gap:14px;padding:14px 0;border-bottom:1px solid rgba(189,213,234,.08);}
.growth-meas-row:last-of-type{border-bottom:none;}
.growth-meas-icon{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:15px;flex-shrink:0;}
.growth-meas-icon-blue{background:rgba(189,213,234,.15);border:1px solid rgba(189,213,234,.25);}
.growth-meas-icon-sage{background:rgba(184,207,196,.15);border:1px solid rgba(184,207,196,.25);}
.growth-meas-icon-mint{background:rgba(195,224,212,.15);border:1px solid rgba(195,224,212,.25);}
.growth-meas-info{flex:1;}
.growth-meas-label{font-size:9px;text-transform:uppercase;letter-spacing:.06em;margin-bottom:2px;}
.growth-meas-val{font-family:'Cormorant Garamond',serif;font-size:24px;font-weight:300;color:#fdf9f4;line-height:1;}
.growth-meas-pct{font-size:11px;margin-top:2px;}
.growth-meas-pct-blue{color:#bdd5ea;}
.growth-meas-pct-sage{color:#b8cfc4;}
.growth-meas-pct-mint{color:#c3e0d4;}
.growth-sparkline{flex-shrink:0;}
.growth-meas-footer{margin-top:16px;padding-top:14px;border-top:1px solid rgba(189,213,234,.10);}
.growth-meas-footer-row{display:flex;justify-content:space-between;font-size:12px;color:rgba(253,249,244,.45);margin-bottom:8px;}
.growth-meas-progress{height:4px;background:rgba(189,213,234,.12);border-radius:999px;overflow:hidden;margin-bottom:14px;}
.growth-meas-progress-fill{height:100%;width:72%;background:linear-gradient(90deg,#7abfa5,#7ab0d4);border-radius:999px;}
.growth-meas-export{display:inline-flex;align-items:center;gap:8px;background:rgba(189,213,234,.12);border:1px solid rgba(189,213,234,.25);color:rgba(189,213,234,.80);padding:9px 16px;border-radius:999px;font-size:12px;cursor:pointer;transition:all .3s;}
.growth-meas-export:hover{background:rgba(189,213,234,.20);}

/* ── WHO CHART CARD ── */
.growth-who-card{border-radius:28px;padding:28px;background:linear-gradient(160deg,#1a2a38,#1e2835);border:1.5px solid rgba(189,213,234,.22);box-shadow:0 24px 72px rgba(46,37,53,.18);}
.growth-who-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;flex-wrap:wrap;gap:10px;}
.growth-who-title{font-size:12px;color:rgba(253,249,244,.60);text-transform:uppercase;letter-spacing:.07em;}
.growth-who-toggles{display:flex;gap:6px;}
.growth-who-toggle{padding:5px 14px;border-radius:999px;font-size:11px;cursor:pointer;border:1px solid rgba(189,213,234,.25);background:transparent;color:rgba(253,249,244,.50);transition:all .3s;}
.growth-who-toggle.active{background:rgba(189,213,234,.20);color:#fdf9f4;border-color:rgba(189,213,234,.40);}
.growth-who-attr{font-size:10px;color:rgba(253,249,244,.30);font-style:italic;text-align:right;margin-top:8px;}

/* ── WAVE TRANSITION ── */
.growth-wave{display:block;width:100%;height:60px;overflow:hidden;line-height:0;}

/* ── SAFARI FIXES ── */
.growth-orb-1,.growth-orb-2,.growth-orb-3{-webkit-filter:blur(72px);}
.growth-glass-card,.growth-glass-card-light,.growth-dark-card,.growth-testi-card{isolation:isolate;position:relative;}

/* ── LAYOUT HELPERS (replace inline styles for responsive control) ── */
.growth-ped-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start;}
.growth-feat-cols{display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px;margin:24px 0;}

/* ── COMPARISON TABLE: needs min-width to trigger horizontal scroll ── */
.growth-compare-table{min-width:620px;}

/* ── TABS: hide scrollbar while allowing scroll ── */
.growth-tab-list{-ms-overflow-style:none;scrollbar-width:none;-webkit-overflow-scrolling:touch;}
.growth-tab-list::-webkit-scrollbar{display:none;}

/* ── FLOATING CARDS: clipped at medium widths, hidden below 1200px ── */
.growth-phone-wrap{overflow:visible;}
@media(max-width:1200px){
  .growth-fc{display:none;}
}

/* ── 1024px: tablet landscape ── */
@media(max-width:1024px){
  .growth-hero{grid-template-columns:1fr;padding:60px 36px 56px;}
  .growth-hero-visual{display:none;}
  .growth-split{grid-template-columns:1fr;gap:40px;}
  .growth-testimonials-grid{grid-template-columns:1fr 1fr;}
  .growth-ped-grid{grid-template-columns:1fr;}
  .growth-h2{font-size:clamp(32px,5vw,48px);}
  .growth-section-inner{padding:80px 36px;}
  .growth-bc-wrap{padding:88px 36px 0;}
}

/* ── 768px: tablet portrait / large phone ── */
@media(max-width:768px){
  .growth-bc-wrap{padding:76px 20px 0;}
  .growth-section-inner{padding:64px 20px;}
  .growth-hero{padding:36px 20px 52px;}
  .growth-h1{font-size:clamp(40px,9vw,60px)!important;}
  .growth-capsule{font-size:16px;}
  /* Proof strip: stack vertically as rows */
  .growth-proof-strip{padding:20px;}
  .growth-proof-inner{flex-direction:column;align-items:stretch;gap:0;}
  .growth-proof-item{padding:14px 20px;border-left:none!important;border-bottom:1px solid rgba(189,213,234,.12);flex-direction:row;justify-content:space-between;align-items:center;text-align:left;}
  .growth-proof-item:last-child{border-bottom:none;}
  .growth-proof-label{max-width:none;text-align:right;}
  /* Testimonials: single column */
  .growth-testimonials-grid{grid-template-columns:1fr;}
  /* Feature columns in section 9: 2 col */
  .growth-feat-cols{grid-template-columns:1fr 1fr;}
  /* Tabs */
  .growth-tab-list{overflow-x:auto;flex-wrap:nowrap;padding-bottom:8px;}
  .growth-tab-btn{flex-shrink:0;}
  .growth-tab-content{padding:24px 20px;}
  .growth-tab-stats{grid-template-columns:1fr 1fr;}
  /* Stats bar: stack as rows */
  .growth-stats-bar{padding:32px 20px;}
  .growth-stats-inner{flex-direction:column;align-items:stretch;gap:0;}
  .growth-stat-item{padding:14px 20px;border-left:none!important;border-bottom:1px solid rgba(189,213,234,.10);flex-direction:row;justify-content:space-between;align-items:center;}
  .growth-stat-item:last-child{border-bottom:none;}
  /* CTA */
  .growth-cta-inner{padding:72px 20px;}
  .growth-cta-h2{font-size:clamp(40px,8vw,60px)!important;}
  /* Comparison */
  .growth-compare-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:16px;}
  /* Cards */
  .growth-meas-card{padding:20px!important;}
  .growth-who-card{padding:20px!important;}
  .growth-who-header{flex-direction:column;align-items:flex-start;}
  .growth-dark-card{padding:20px!important;}
  .growth-meas-footer-row{flex-direction:column;gap:4px;}
  /* Glass card in section 9 */
  .growth-glass-card{padding:28px!important;}
  /* FAQ */
  .growth-faq-q{font-size:15px;padding:16px 0;}
  .growth-faq-a p{font-size:14px;}
  /* Testimonials */
  .growth-testi-card{padding:24px;}
  .growth-testi-quote{font-size:16px;}
  /* Correlation */
  .growth-corr-wrap{gap:10px;}
}

/* ── 480px: small phone ── */
@media(max-width:480px){
  .growth-bc-wrap{padding:70px 16px 0;}
  .growth-section-inner{padding:56px 16px;}
  .growth-hero{padding:28px 16px 44px;}
  .growth-h2{font-size:clamp(28px,8vw,40px)!important;}
  .growth-cta-row{flex-direction:column;align-items:stretch;}
  .growth-cta-primary{width:100%;justify-content:center;}
  .growth-hero-pills{gap:8px;}
  .growth-hero-pill{font-size:12px;padding:6px 12px;}
  .growth-feat-cols{grid-template-columns:1fr;}
  .growth-tab-stats{grid-template-columns:1fr;}
  .growth-proof-strip{padding:14px 16px;}
  .growth-compare-table{font-size:12px;}
  .growth-compare-table th,.growth-compare-table td{padding:10px 12px;}
  .growth-spurt-days{gap:3px;}
  .growth-stats-bar{padding:24px 16px;}
  .growth-cta-inner{padding:60px 16px;}
  .growth-ped-grid{gap:32px;}
  /* Reduce proof num size slightly */
  .growth-proof-num{font-size:22px;}
  .growth-stat-num{font-size:24px;}
}

/* ── 600px: small phone landscape ── */
@media(max-width:640px){
  body.page-features-growth .growth-h2{font-size:clamp(26px,8vw,36px)!important;}
  body.page-features-growth .growth-hero{padding:28px 16px 40px;}
  body.page-features-growth .growth-cta-h2{font-size:clamp(36px,9vw,52px)!important;}
  body.page-features-growth .growth-testimonials-grid{gap:16px;}
  body.page-features-growth .growth-tab-content{padding:20px 16px;}
  body.page-features-growth .growth-testi-card{padding:20px;}
  body.page-features-growth .growth-testi-quote{font-size:15px;}
  body.page-features-growth .growth-faq-q{font-size:14px;}
  body.page-features-growth .growth-tab-list{overflow-x:auto;flex-wrap:nowrap;}
  body.page-features-growth .growth-tab-btn{flex-shrink:0;font-size:12px;padding:8px 14px;}
  body.page-features-growth .growth-section-inner{padding:48px 16px;}
  body.page-features-growth .growth-feat-cols{grid-template-columns:1fr;}
  body.page-features-growth .growth-ped-grid{gap:24px;}
  .growth-eyebrow {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 100%;
        text-align: center;
        padding: 12px 20px;
        box-sizing: border-box;
        gap: 6px;
        font-size: 12px;
        line-height: 1.4;
        letter-spacing: 0.06em;
    }

     {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        width: 100%;
        margin-bottom: 28px;
    }

    .growth-hero-pill {
        width: 100%;
        min-height: 48px;
        padding: 10px 14px;
        justify-content: center;
        text-align: center;
        box-sizing: border-box;
        font-size: 13px;
        line-height: 1.35;
        gap: 6px;
    }
    
}

/* ── DATA POINT PULSE ── */
@keyframes growth-pulse{0%,100%{r:5;opacity:1;}50%{r:7;opacity:.7;}}