:root {
  --purple-deep: #1E1340;
  --purple: #3D2C6E;
  --text-heading: #2D2340;
  --text-light: #8A7FA0;
  --bg-soft: #F5F2EF;
  --purple-mid: #513A8F;
  --purple-light: #6B4FB5;
  --purple-pale: #EDE8F8;
  --coral: #E8614A;
  --coral-light: #F2876F;
  --coral-pale: #FDF0ED;
  --gold: #C9A96E;
  --gold-light: #E2C898;
  --gold-pale: #FBF6ED;
  --cream: #FAF8F5;
  --white: #FFFFFF;
  --soft-gray: #F0EDE8;
  --border: #E2DDD8;
  --text: #2D2340;
  --text-body: #4A4060;
  --text-muted: #8A7FA0;
  --where-active: #0d9488;
  --where-soon: #C9A96E;
  --where-inactive: #E5E2DD;
  /* Deep purple → indigo — full-width sections & page headers */
  --gradient-purple-deep: linear-gradient(135deg, #1E1340 0%, #3D2C6E 42%, #513A8F 72%, #6B4FB5 100%);
}
*{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;overflow-x:hidden;}
body{font-family:'DM Sans',sans-serif;background:var(--cream);color:var(--text-body);overflow-x:hidden;width:100%;max-width:100vw;}
/* Belt-and-suspenders: any page-specific element that dares exceed 100vw gets clipped */
nav, footer, section, .container, .page-header, .footer-grid { max-width: 100vw; }

/* ── SHARED NAV ── */
nav{position:fixed;top:0;left:0;right:0;z-index:200;background:rgba(250,248,245,0.97);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);padding:12px 48px;display:flex;align-items:center;justify-content:space-between;min-height:88px;overflow:visible;}
.nav-logo{display:flex;align-items:center;gap:12px;text-decoration:none;padding:6px 0;}
.nav-logo .hh-logo{font-size:0.7rem;}
.nav-logo img{height:80px;width:auto;}
.nav-logo-fallback{display:flex;flex-direction:column;line-height:1.1;}
.nav-logo-fallback .name{font-family:'Playfair Display',serif;font-size:20px;font-weight:700;color:var(--purple);}
.nav-logo-fallback .sub{font-size:11px;font-weight:600;letter-spacing:0.14em;text-transform:uppercase;color:var(--gold);}
.nav-links{display:flex;align-items:center;gap:28px;list-style:none;}
.nav-links a{text-decoration:none;font-size:14px;font-weight:500;color:var(--text-body);transition:color .2s;letter-spacing:.01em;}
.nav-links a:hover{color:var(--purple-light);}
.nav-links a.active{color:var(--purple);font-weight:700;border-bottom:2px solid var(--coral);padding-bottom:4px;}
.nav-cta{background:var(--coral)!important;color:white!important;padding:10px 22px;border-radius:8px;font-weight:600!important;transition:all .2s!important;}
.nav-cta:hover{background:var(--coral-light)!important;transform:translateY(-1px);}
.nav-hamburger{display:none;background:var(--purple-pale);border:1px solid var(--border);border-radius:8px;font-size:22px;cursor:pointer;padding:6px 14px;color:var(--purple);line-height:1;transition:background .15s;}
.nav-hamburger:hover{background:var(--purple);color:white;}
@media(max-width:1023px){
  .nav-hamburger{display:block;}
  nav .nav-links{display:none;position:absolute;top:100%;left:0;right:0;background:rgba(250,248,245,0.99);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);flex-direction:column;gap:0;padding:16px 24px;box-shadow:0 12px 32px rgba(61,44,110,.12);}
  nav.open .nav-links{display:flex;}
  nav .nav-links li{width:100%;}
  nav .nav-links a{display:block;padding:14px 0;font-size:15px;border-bottom:1px solid var(--border);}
  nav .nav-links li:last-child a{border-bottom:none;}
  nav .nav-links .nav-cta{margin-top:8px;text-align:center;}
  #where-map .where-callouts{display:none!important;}
  .where-map-ne-note{display:block!important;font-size:12px;color:var(--text-muted);text-align:center;padding:10px 20px;line-height:1.5;font-style:italic;}
  .where-legend{flex-direction:row;flex-wrap:nowrap;justify-content:center;gap:16px;}
  .where-legend-item{font-size:12px;}
}

/* ── PAGE HEADER ── */
.page-header{padding:180px 80px 72px;background:var(--gradient-purple-deep);position:relative;overflow:hidden;}
.page-header::before{content:'';position:absolute;width:500px;height:500px;border-radius:50%;background:rgba(201,169,110,.08);top:-200px;right:0;}
.page-header::after{content:'';position:absolute;width:300px;height:300px;border-radius:50%;background:rgba(232,97,74,.08);bottom:-100px;left:10%;}
.page-header-inner{position:relative;z-index:1;max-width:720px;}
.page-header-label{display:inline-flex;align-items:center;gap:8px;background:rgba(201,169,110,.2);border:1px solid rgba(201,169,110,.3);color:var(--gold-light);font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;padding:6px 14px;border-radius:100px;margin-bottom:20px;}
.page-header h1{font-family:'Playfair Display',serif;font-size:clamp(36px,5vw,58px);font-weight:700;color:white;line-height:1.12;margin-bottom:16px;}
.page-header h1 em{font-style:italic;color:var(--gold-light);}
.page-header p{font-size:18px;color:rgba(255,255,255,.75);line-height:1.7;max-width:600px;}

/* ── SHARED LAYOUT ── */
.container{max-width:1200px;margin:0 auto;padding:0 80px;}
section{padding:88px 80px;}
.section-label{font-size:12px;font-weight:600;color:var(--coral);letter-spacing:.15em;text-transform:uppercase;margin-bottom:14px;}
.section-title{font-family:'Playfair Display',serif;font-size:clamp(30px,4vw,46px);font-weight:700;color:var(--purple);line-height:1.18;margin-bottom:18px;}
.section-desc{font-size:17px;color:var(--text-body);line-height:1.72;max-width:580px;}

/* ── BUTTONS ── */
.btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:10px;font-size:15px;font-weight:600;transition:all .2s;letter-spacing:.01em;}
.btn-primary{background:var(--coral);color:white;padding:15px 32px;box-shadow:0 4px 16px rgba(232,97,74,.3);}
.btn-primary:hover{background:#d4553f;transform:translateY(-2px);box-shadow:0 8px 24px rgba(232,97,74,.4);}
.btn-purple{background:var(--purple);color:white;padding:15px 32px;box-shadow:0 4px 16px rgba(61,44,110,.25);}
.btn-purple:hover{background:var(--purple-mid);transform:translateY(-2px);}
.btn-outline{border:2px solid var(--purple);color:var(--purple);padding:13px 30px;}
.btn-outline:hover{background:var(--purple);color:white;}
.btn-ghost{color:var(--purple);font-size:15px;font-weight:500;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:gap .2s;}
.btn-ghost:hover{gap:12px;}
.btn-ghost::after{content:'→';}
.btn-white{background:white;color:var(--purple);padding:15px 32px;}
.btn-white:hover{background:var(--cream);transform:translateY(-2px);}
.btn-outline-white{border:2px solid rgba(255,255,255,.35);color:white;padding:13px 30px;}
.btn-outline-white:hover{border-color:white;transform:translateY(-2px);}

/* ── CARDS / SHARED ── */
.card{background:white;border-radius:16px;border:1px solid var(--border);transition:transform .2s,box-shadow .2s;}
.card:hover{transform:translateY(-3px);box-shadow:0 16px 40px rgba(61,44,110,.1);}

/* ── REVEAL ANIMATIONS ── */
.reveal{opacity:0;transform:translateY(22px);transition:opacity .65s ease,transform .65s ease;}
.reveal.visible{opacity:1;transform:translateY(0);}
.reveal-delay-1{transition-delay:.1s;}
.reveal-delay-2{transition-delay:.2s;}
.reveal-delay-3{transition-delay:.3s;}

@keyframes fadeUp{from{opacity:0;transform:translateY(24px);}to{opacity:1;transform:translateY(0);}}
@keyframes fadeIn{from{opacity:0;}to{opacity:1;}}
@keyframes pulse{0%,100%{opacity:1;transform:scale(1);}50%{opacity:.5;transform:scale(1.3);}}

/* ── FOOTER ── */
footer{background:#1A1030;padding:64px 80px 32px;color:rgba(255,255,255,.55);}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-top:40px;margin-bottom:48px;}
.footer-name{font-family:'Playfair Display',serif;font-size:22px;font-weight:700;color:white;margin-bottom:4px;}
.footer-sub{font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);}
.footer-tagline{font-size:14px;margin-top:16px;line-height:1.65;color:rgba(255,255,255,.45);}
.footer-state{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,.07);font-size:12px;font-weight:500;padding:5px 12px;border-radius:100px;margin-top:16px;color:rgba(255,255,255,.55);}
.footer-col h4{font-size:12px;font-weight:700;color:white;letter-spacing:.1em;text-transform:uppercase;margin-bottom:16px;}
.footer-links{list-style:none;display:flex;flex-direction:column;gap:10px;}
.footer-links a{text-decoration:none;font-size:14px;color:rgba(255,255,255,.45);transition:color .2s;}
.footer-links a:hover{color:var(--gold-light);}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;}
.footer-bottom p{font-size:13px;}
.footer-disclaimer{font-size:12px;color:rgba(255,255,255,.25);margin-top:14px;line-height:1.65;}
.footer-social{display:flex;align-items:center;gap:16px;margin-top:14px;flex-wrap:wrap;}
.footer-social a{color:rgba(255,255,255,.45);text-decoration:none;transition:color .2s;display:inline-flex;align-items:center;gap:8px;}
.footer-social a[href*="facebook.com"]:hover{color:#1877F2;}
.footer-social a[href*="instagram.com"]:hover{color:#E4405F;}
.footer-social span{font-size:13px;}
/* Hide all embedded logo images that use the old PNG asset */
img[src^="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA/8AAAYACAYAAAAg/vg9AAEAAElEQVR42uz9eYws"]{display:none;}

/* ══════════════════════════════════
   HOME PAGE
══════════════════════════════════ */
.hero{min-height:100vh;padding-top:72px;display:grid;grid-template-columns:1fr 1fr;position:relative;overflow:hidden;}
.hero-left{display:flex;flex-direction:column;justify-content:center;padding:80px 64px 80px 80px;position:relative;z-index:2;}
.hero-badge{display:inline-flex;align-items:center;gap:8px;background:var(--purple-pale);border:1px solid rgba(107,79,181,.2);color:var(--purple-light);font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:6px 14px;border-radius:100px;margin-bottom:28px;width:fit-content;animation:fadeUp .6s ease both;}
.hero-badge::before{content:'';width:6px;height:6px;background:var(--coral);border-radius:50%;animation:pulse 2s ease infinite;}
.hero-title{font-family:'Playfair Display',serif;font-size:clamp(40px,5vw,62px);font-weight:700;color:var(--purple);line-height:1.1;margin-bottom:24px;animation:fadeUp .7s ease .1s both;}
.hero-title em{font-style:italic;color:var(--coral);}
.hero-desc{font-size:18px;color:var(--text-body);line-height:1.72;max-width:480px;margin-bottom:40px;animation:fadeUp .7s ease .2s both;}
.hero-actions{display:flex;gap:16px;align-items:center;margin-bottom:56px;animation:fadeUp .7s ease .3s both;}
.hero-trust{display:flex;gap:36px;animation:fadeUp .7s ease .4s both;}
.trust-item{display:flex;flex-direction:column;}
.trust-number{font-family:'Playfair Display',serif;font-size:30px;font-weight:700;color:var(--purple);}
.trust-label{font-size:12px;color:var(--text-muted);font-weight:500;letter-spacing:.04em;}
.hero-right{position:relative;overflow:hidden;}
.hero-right img{width:100%;height:100%;object-fit:cover;animation:fadeIn 1s ease .2s both;}
.hero-right::after{content:'';position:absolute;inset:0;background:linear-gradient(to right,var(--cream) 0%,transparent 35%);z-index:1;}
.hero-card{position:absolute;bottom:48px;left:-24px;background:white;border-radius:16px;padding:22px 26px;box-shadow:0 20px 60px rgba(61,44,110,.18);z-index:3;animation:fadeUp .8s ease .6s both;min-width:230px;}
.hero-card-title{font-size:11px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.12em;margin-bottom:12px;}
.hero-card-items{list-style:none;display:flex;flex-direction:column;gap:8px;}
.hero-card-items li{font-size:13px;font-weight:500;color:var(--purple);display:flex;align-items:center;gap:10px;}
.hero-card-items li::before{content:'✓';width:20px;height:20px;background:var(--purple-pale);color:var(--purple-light);border-radius:50%;font-size:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;}

/* HOME — why section */
.why-strip{background:var(--gradient-purple-deep);padding:56px 80px;display:grid;grid-template-columns:repeat(4,1fr);gap:2px;}
.why-item{background:rgba(255,255,255,.04);padding:32px 28px;transition:background .3s;position:relative;overflow:hidden;}
.why-item::before{content:'';position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--coral);}
.why-item:hover{background:rgba(255,255,255,.08);}
.why-title{font-size:16px;font-weight:600;color:white;margin-bottom:8px;}
.why-desc{font-size:13px;color:rgba(255,255,255,.6);line-height:1.6;}

/* HOME — conditions preview */
.conditions-preview{background:white;padding:88px 80px;}
.conditions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px;}
.conditions-grid .condition-card--row-full{grid-column:1 / -1;}
.home-pricing-teaser{max-width:720px;margin:0 auto;text-align:center;padding:8px 12px 0;}
.home-pricing-teaser .section-title{margin-bottom:14px;}
.home-pricing-teaser p{font-size:17px;color:var(--text-body);line-height:1.7;margin:0 0 24px;}
.condition-card{padding:28px;border-radius:14px;background:var(--cream);border:1px solid var(--border);transition:all .25s;position:relative;overflow:hidden;}
.condition-card::before{content:'';position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--coral);}
.condition-card--row-full::before{display:none;}
.condition-card:hover{background:var(--purple-pale);border-color:rgba(107,79,181,.2);transform:translateY(-2px);}
.condition-icon{font-size:28px;margin-bottom:12px;}
.condition-title{font-size:15px;font-weight:600;color:var(--purple);margin-bottom:10px;}
.condition-items{list-style:none;display:flex;flex-direction:column;gap:4px;}
.condition-items li{font-size:13px;color:var(--text-body);padding-left:14px;position:relative;}
.condition-items li::before{content:'·';position:absolute;left:0;color:var(--coral);font-weight:700;}

/* HOME — pricing preview */
.pricing-preview{background:var(--soft-gray);padding:88px 80px;}

/* ══ PRE-LAUNCH NAV + FOOTER (blog chain only) ══
   On launch day: just delete or stop using these classes; the full
   nav/footer can be copied back in from any other main-site page. */
.nav--pre-launch{justify-content:flex-start;}
.nav--pre-launch .nav-hamburger,
.nav--pre-launch .nav-links{display:none !important;}
.nav--pre-launch .nav-logo{margin-right:auto;}

.footer--pre-launch{background:var(--purple-deep);padding:56px 32px 36px;text-align:center;color:white;}
.pre-launch-footer-inner{max-width:680px;margin:0 auto;}
.pre-launch-footer-inner .hh-logo{margin:0 auto 16px;}
.pre-launch-footer-tag{font-size:15px;color:rgba(255,255,255,.85);line-height:1.65;margin:0 0 24px;}
.pre-launch-footer-tag a{color:var(--gold-light);text-decoration:underline;}
.pre-launch-footer-tag a:hover{color:white;}
.pre-launch-footer-social{display:flex;justify-content:center;gap:24px;margin-bottom:22px;}
.pre-launch-footer-social a{color:rgba(255,255,255,.7);transition:color .15s;display:inline-flex;}
.pre-launch-footer-social a:hover{color:var(--gold-light);}
.pre-launch-footer-legal{font-size:12px;color:rgba(255,255,255,.6);margin:0 0 6px;letter-spacing:.04em;}
.pre-launch-footer-copy{font-size:12px;color:rgba(255,255,255,.5);margin:0 0 16px;}
.pre-launch-footer-disclaimer{font-size:11px;color:rgba(255,255,255,.45);line-height:1.55;max-width:560px;margin:0 auto;}
@media(max-width:640px){.footer--pre-launch{padding:40px 24px 28px;}}

/* Home: "From Jesse's Desk" blog teaser */
.home-blog-teaser{padding:88px 40px;background:var(--cream);}
.home-blog-teaser-head{max-width:720px;margin:0 auto 36px;text-align:center;}
.home-blog-teaser-head .section-title{margin:8px 0 14px;}
.home-blog-teaser-head .section-title em{color:var(--coral);font-style:italic;}
.home-blog-teaser-head .section-desc{font-size:17px;color:var(--text-body);line-height:1.7;margin:0;}
.home-blog-teaser-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;}
.home-blog-teaser-cta{text-align:center;margin-top:32px;}
@media(max-width:767px){.home-blog-teaser{padding:56px 24px;}}
.pricing-cards{display:grid;grid-template-columns:repeat(3, 1fr);gap:24px;margin-top:52px;}
.price-card{background:white;border-radius:20px;padding:40px;border:2px solid transparent;position:relative;transition:all .3s;}
.price-card:hover{transform:translateY(-4px);box-shadow:0 20px 48px rgba(61,44,110,.12);}
.price-card.featured{background:var(--gradient-purple-deep);border-color:var(--gold);}
.price-badge{position:absolute;top:-14px;left:32px;background:var(--gold);color:var(--purple);font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:5px 14px;border-radius:100px;}
.price-type{font-size:12px;font-weight:600;color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;margin-bottom:10px;}
.price-card.featured .price-type{color:rgba(255,255,255,.5);}
.price-amount{font-family:'Playfair Display',serif;font-size:52px;font-weight:700;color:var(--purple);line-height:1;margin-bottom:4px;}
.price-card.featured .price-amount{color:white;}
.price-period{font-size:14px;color:var(--text-muted);margin-bottom:28px;}
.price-card.featured .price-period{color:rgba(255,255,255,.5);}
.price-divider{height:1px;background:var(--border);margin:20px 0;}
.price-card.featured .price-divider{background:rgba(255,255,255,.12);}
.price-features{list-style:none;display:flex;flex-direction:column;gap:11px;margin-bottom:32px;}
.price-features li{font-size:14px;color:var(--text-body);display:flex;gap:10px;align-items:flex-start;}
.price-card.featured .price-features li{color:rgba(255,255,255,.8);}
.price-features li::before{content:'✓';color:var(--gold);font-weight:700;flex-shrink:0;margin-top:1px;}

/* FSA/HSA badge */
.fsa-badge{display:inline-flex;align-items:center;gap:5px;background:var(--gold-pale);border:1px solid rgba(201,169,110,.35);color:var(--text-body);font-size:12px;font-weight:600;padding:5px 12px;border-radius:100px;margin-bottom:16px;letter-spacing:.02em;}
.fsa-badge svg{width:14px;height:14px;fill:var(--gold);flex-shrink:0;}
a.fsa-badge{text-decoration:none;cursor:pointer;transition:background .2s,border-color .2s;}
a.fsa-badge:hover{background:var(--gold-light);border-color:var(--gold);color:var(--text);}
.price-card.featured .fsa-badge{background:rgba(201,169,110,.18);border-color:rgba(201,169,110,.3);color:rgba(255,255,255,.85);}
.pricing-full-card.featured .fsa-badge{background:rgba(201,169,110,.18);border-color:rgba(201,169,110,.3);color:rgba(255,255,255,.85);}
.fsa-asterisk{font-size:10px;vertical-align:super;margin-left:1px;text-decoration:none;color:inherit;}
.fsa-disclaimer{font-size:12px;color:var(--text-muted);line-height:1.6;margin-top:16px;padding:16px 20px;background:var(--soft-gray);border-radius:10px;border-left:3px solid var(--gold);}
.fsa-disclaimer strong{color:var(--text-body);}

/* ══════════════════════════════════
   HOW IT WORKS PAGE
══════════════════════════════════ */
.how-steps-full{padding:88px 80px;background:white;}
.steps-intro{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;margin-bottom:72px;}
.step-block{display:grid;grid-template-columns:80px 1fr;gap:0;margin-bottom:4px;background:var(--cream);border-radius:16px;overflow:hidden;border:1px solid var(--border);transition:all .3s;}
.step-block:hover{box-shadow:0 12px 32px rgba(61,44,110,.1);transform:translateY(-2px);}
.step-num{background:var(--gradient-purple-deep);display:flex;align-items:center;justify-content:center;font-family:'Playfair Display',serif;font-size:36px;font-weight:700;color:rgba(255,255,255,.25);padding:32px 0;min-height:120px;}
.step-content{padding:32px 36px;}
.step-content h3{font-size:20px;font-weight:600;color:var(--purple);margin-bottom:8px;}
.step-content p{font-size:14px;color:var(--text-body);line-height:1.65;}
.step-tag-sm{display:inline-block;background:var(--purple-pale);color:var(--purple-light);font-size:11px;font-weight:600;padding:3px 10px;border-radius:100px;margin-top:10px;letter-spacing:.06em;text-transform:uppercase;}
.triage-promise{background:var(--gradient-purple-deep);border-radius:20px;padding:48px;margin-top:48px;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;}
.triage-promise h3{font-family:'Playfair Display',serif;font-size:28px;color:white;margin-bottom:12px;}
.triage-promise p{font-size:15px;color:rgba(255,255,255,.7);line-height:1.7;}
.promise-list{list-style:none;display:flex;flex-direction:column;gap:14px;}
.promise-list li{font-size:14px;color:rgba(255,255,255,.8);display:flex;gap:12px;align-items:flex-start;}
.promise-list li::before{content:'✓';width:22px;height:22px;background:rgba(201,169,110,.25);color:var(--gold-light);border-radius:50%;font-size:11px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px;}
.labs-section{padding:72px 80px;background:var(--soft-gray);}
.labs-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-top:48px;}
.labs-card{padding:36px;border-radius:16px;}
.labs-card.light{background:white;border:1px solid var(--border);}
.labs-card.dark{background:var(--gradient-purple-deep);}
.labs-card h3{font-size:18px;font-weight:600;color:var(--purple);margin-bottom:12px;}
.labs-card.dark h3{color:white;}
.labs-card p{font-size:14px;color:var(--text-body);line-height:1.65;}
.labs-card.dark p{color:rgba(255,255,255,.7);}
.how-different{padding:88px 80px;background:white;}
.diff-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:48px;}
.diff-card{padding:32px;border-radius:14px;}
.diff-card.theirs{background:var(--soft-gray);border:1px solid var(--border);}
.diff-card.ours{background:var(--purple-pale);border:1px solid rgba(107,79,181,.2);}
.diff-card h4{font-size:16px;font-weight:600;margin-bottom:16px;}
.diff-card.theirs h4{color:var(--text-muted);}
.diff-card.ours h4{color:var(--purple);}
.diff-items{list-style:none;display:flex;flex-direction:column;gap:10px;}
.diff-items li{font-size:14px;color:var(--text-body);padding-left:20px;position:relative;line-height:1.5;}
.diff-items li::before{position:absolute;left:0;font-weight:700;}
.diff-card.theirs .diff-items li::before{content:'✗';color:#C0392B;}
.diff-card.ours .diff-items li::before{content:'✓';color:var(--purple-light);}

/* ══════════════════════════════════
   WHAT WE HELP WITH PAGE
══════════════════════════════════ */
.treat-full{padding:88px 80px;background:white;}
.treat-intro{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;margin-bottom:64px;}
.treat-big-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.treat-big-card{padding:28px;border-radius:14px;background:var(--cream);border:1px solid var(--border);transition:all .25s;position:relative;overflow:hidden;}
.treat-big-card::before{content:'';position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--coral);}
.treat-big-card:hover{background:var(--purple-pale);border-color:rgba(107,79,181,.2);transform:translateY(-3px);}
.treat-big-card h3{font-size:16px;font-weight:600;color:var(--purple);margin:12px 0 10px;}
.treat-big-card ul{list-style:none;display:flex;flex-direction:column;gap:5px;}
.treat-big-card ul li{font-size:13px;color:var(--text-body);padding-left:14px;position:relative;}
.treat-big-card ul li::before{content:'·';position:absolute;left:0;color:var(--coral);font-weight:700;}
.not-treat-section{padding:72px 80px;background:var(--gradient-purple-deep);}
.not-treat-section .section-label{color:var(--gold-light);}
.not-treat-section .section-title{color:white;}
.not-treat-section .section-desc{color:rgba(255,255,255,.7);}
.not-treat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px;}
.not-treat-item{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:28px;transition:background .3s;}
.not-treat-item:hover{background:rgba(255,255,255,.1);}
.not-treat-item h4{font-size:15px;font-weight:600;color:white;margin:10px 0 8px;}
.not-treat-item p{font-size:13px;color:rgba(255,255,255,.65);line-height:1.6;}
.not-treat-icon{font-size:26px;}
.emergency-banner{background:rgba(232,97,74,.15);border:1px solid rgba(232,97,74,.3);border-radius:14px;padding:28px 36px;margin-top:40px;display:flex;gap:20px;align-items:flex-start;}
.emergency-banner-icon{font-size:32px;flex-shrink:0;}
.emergency-banner h4{font-size:16px;font-weight:700;color:white;margin-bottom:6px;}
.emergency-banner p{font-size:14px;color:rgba(255,255,255,.75);line-height:1.6;}
.triage-info{padding:72px 80px;background:var(--soft-gray);}
.triage-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;margin-top:48px;}

/* ══════════════════════════════════
   PRICING PAGE
══════════════════════════════════ */
.pricing-full{padding:88px 80px;background:white;}
.pricing-main-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:28px;margin-top:56px;}
.pricing-full-card{background:var(--cream);border-radius:20px;padding:44px;border:2px solid var(--border);position:relative;transition:all .3s;}
.pricing-full-card.featured{background:var(--gradient-purple-deep);border-color:var(--gold);}
.pricing-full-card:hover{transform:translateY(-4px);box-shadow:0 20px 56px rgba(61,44,110,.14);}
.pf-badge{position:absolute;top:-15px;left:36px;background:var(--gold);color:var(--purple);font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:5px 16px;border-radius:100px;}
.pf-type{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:10px;}
.pricing-full-card.featured .pf-type{color:rgba(255,255,255,.5);}
.pf-price{font-family:'Playfair Display',serif;font-size:56px;font-weight:700;color:var(--purple);line-height:1;margin-bottom:4px;}
.pricing-full-card.featured .pf-price{color:white;}
.pf-period{font-size:14px;color:var(--text-muted);margin-bottom:28px;}
.pricing-full-card.featured .pf-period{color:rgba(255,255,255,.5);}
.pf-divider{height:1px;background:var(--border);margin:24px 0;}
.pricing-full-card.featured .pf-divider{background:rgba(255,255,255,.12);}
.pf-features{list-style:none;display:flex;flex-direction:column;gap:12px;margin-bottom:36px;}
.pf-features li{font-size:14px;color:var(--text-body);display:flex;gap:10px;align-items:flex-start;line-height:1.5;}
.pricing-full-card.featured .pf-features li{color:rgba(255,255,255,.8);}
.pf-features li::before{content:'✓';color:var(--gold);font-weight:700;flex-shrink:0;margin-top:2px;}
.pricing-objection-callout{margin-top:40px;max-width:100%;background:var(--purple-pale);border:1px solid rgba(107,79,181,.2);border-left:4px solid var(--purple);border-radius:20px;padding:44px 48px;position:relative;}
/* Behavioral Health sub-page */
a.condition-card{text-decoration:none;color:inherit;display:block;cursor:pointer;}
.bh-conditions,.bh-info-section{padding:88px 80px;}
.bh-conditions{background:white;}
.bh-info-section{background:var(--soft-gray);}
.bh-conditions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px;}
.bh-condition-desc{font-size:14px;color:var(--text-body);line-height:1.65;}
.bh-conditions-note{font-size:14px;color:var(--text-muted);margin-top:28px;font-style:italic;max-width:720px;}
.how-steps-full.bh-journey{padding-top:0;}
.bh-journey .step-block{margin-bottom:16px;}
.bh-journey .step-block:last-child{margin-bottom:0;}
.bh-diff.how-different{background:var(--soft-gray);}
.bh-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:48px;}
.bh-info-card{background:white;border-radius:16px;border:1px solid var(--border);padding:28px;transition:transform .2s,box-shadow .2s;}
.bh-info-card:hover{transform:translateY(-3px);box-shadow:0 16px 40px rgba(61,44,110,.1);}
.bh-info-card h3{font-size:16px;font-weight:600;color:var(--purple);margin-bottom:10px;}
.bh-info-card p{font-size:14px;color:var(--text-body);line-height:1.65;}
.bh-pricing.pricing-full{background:white;}
.pricing-main-grid.bh-pricing-triple{align-items:stretch;}
.pricing-main-grid.bh-pricing-triple .pricing-full-card{display:flex;flex-direction:column;}
.pricing-main-grid.bh-pricing-triple .pf-features{flex:1 1 auto;margin-bottom:0;}
.pf-subtitle-box{font-size:13px;line-height:1.55;padding:10px 14px;border-radius:8px;margin-bottom:20px;}
.pricing-full-card:not(.featured) .pf-subtitle-box{color:var(--text-muted);background:var(--soft-gray);}
.pricing-full-card.featured .pf-subtitle-box{color:rgba(255,255,255,.75);background:rgba(255,255,255,.08);}
.pf-btn-wrap{margin-top:32px;}
.pricing-full-card .pf-btn-wrap .btn{display:block;width:100%;text-align:center;}
.bh-pricing .pricing-objection-callout p{font-size:14px;color:var(--text-body);line-height:1.7;margin:0;}
.bh-pricing .pricing-objection-callout p + p{margin-top:16px;}
.pricing-bh-teaser{margin-top:48px;padding:28px 32px;background:var(--purple-pale);border:1px solid rgba(107,79,181,.2);border-radius:16px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px;}
.pricing-bh-teaser p{font-size:17px;color:var(--text-body);line-height:1.5;margin:0;max-width:560px;}
.treat-bh-callout{margin-top:36px;padding:28px 32px;background:var(--purple-pale);border:1px solid rgba(107,79,181,.2);border-left:4px solid var(--purple);border-radius:16px;}
.treat-bh-callout p{font-size:15px;color:var(--text-body);line-height:1.65;margin:0 0 16px;}
.compare-table{padding:72px 80px;background:var(--soft-gray);}
.compare-table table{width:100%;border-collapse:collapse;margin-top:48px;background:white;border-radius:16px;overflow:hidden;box-shadow:0 8px 32px rgba(61,44,110,.08);}
.compare-table th{background:var(--gradient-purple-deep);color:white;padding:18px 24px;font-size:13px;font-weight:600;text-align:left;letter-spacing:.04em;}
.compare-table th:first-child{background:var(--purple-mid);}
.compare-table td{padding:16px 24px;font-size:14px;color:var(--text-body);border-bottom:1px solid var(--border);}
.compare-table tr:last-child td{border-bottom:none;}
.compare-table tr:nth-child(even) td{background:var(--cream);}
.compare-table td:first-child{font-weight:500;color:var(--purple);}
.td-yes{color:#2E7D32;font-weight:600;}
.td-no{color:#C62828;font-weight:600;}
.td-highlight{color:var(--purple-light);font-weight:600;}
.insurance-note{padding:56px 80px;background:white;}
.insurance-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-top:40px;}
.insurance-grid .insurance-card:nth-child(3){grid-column:1 / -1;}
.insurance-card{padding:32px;border-radius:14px;border:1px solid var(--border);}
.insurance-card h3{font-size:18px;font-weight:600;color:var(--purple);margin-bottom:12px;}
.insurance-card p{font-size:14px;color:var(--text-body);line-height:1.65;}

/* ══════════════════════════════════
   ABOUT / FOUNDER PAGE
══════════════════════════════════ */
.founder-section{padding:64px 80px;background:white;}
.founder-bio{display:grid;grid-template-columns:240px 1fr;gap:48px;align-items:start;margin-bottom:56px;}
.founder-photo{background:var(--purple-pale);border-radius:16px;overflow:hidden;aspect-ratio:3/4;max-height:340px;display:flex;align-items:stretch;justify-content:center;position:relative;}
.founder-photo img{display:block;flex:1;min-height:0;width:100%;height:100%;object-fit:cover;object-position:center 28%;}
.founder-photo-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:8px;}
.founder-photo-placeholder span{font-family:'Playfair Display',serif;font-size:48px;color:var(--purple-light);}
.founder-photo-placeholder p{font-size:12px;color:var(--text-muted);}
.founder-section .section-desc{max-width:100%;}
.founder-name{font-family:'Playfair Display',serif;font-size:36px;font-weight:700;color:var(--purple);margin-bottom:4px;}
.founder-title{font-size:16px;color:var(--gold);font-weight:600;margin-bottom:20px;}
.founder-creds{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:28px;}
.cred-tag{background:var(--purple-pale);color:var(--purple-light);font-size:12px;font-weight:600;padding:5px 12px;border-radius:100px;}
.founder-text p{font-size:16px;color:var(--text-body);line-height:1.75;margin-bottom:18px;}
.why-exists{padding:72px 80px;background:var(--gradient-purple-deep);}
.why-exists .section-label{color:var(--gold-light);}
.why-exists .section-title{color:white;}
.why-exists .section-desc{color:rgba(255,255,255,.7);}
.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:48px;}
.why-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:28px;transition:background .3s;position:relative;overflow:hidden;}
.why-card::before{content:'';position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--coral);}
.why-card:hover{background:rgba(255,255,255,.1);}
.why-card h4{font-size:15px;font-weight:600;color:white;margin:10px 0 8px;}
.why-card p{font-size:13px;color:rgba(255,255,255,.65);line-height:1.6;}
.clinical-bg{padding:72px 80px;background:var(--soft-gray);}
.clinical-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start;margin-top:48px;}
.exp-list{list-style:none;display:flex;flex-direction:column;gap:14px;}
.exp-list li{display:flex;gap:14px;align-items:center;padding:16px 20px;background:white;border-radius:10px;border:1px solid var(--border);}
.exp-icon{width:8px;height:8px;border-radius:50%;background:var(--coral);flex-shrink:0;font-size:0;}
.exp-text{font-size:14px;color:var(--text-body);font-weight:500;}
.edu-list{display:flex;flex-direction:column;gap:16px;}
.edu-item{padding:20px 24px;background:white;border-radius:12px;border-left:4px solid var(--purple);border:1px solid var(--border);border-left:4px solid var(--purple);}
.edu-degree{font-size:15px;font-weight:600;color:var(--purple);}
.edu-school{font-size:13px;color:var(--text-muted);margin-top:3px;}
.philosophy-section{padding:72px 80px;background:white;}
.philosophy-quote{background:var(--gradient-purple-deep);border-radius:20px;padding:48px 56px;position:relative;overflow:hidden;}
.philosophy-quote::before{content:'"';font-family:'Playfair Display',serif;font-size:200px;color:rgba(255,255,255,.05);position:absolute;top:-40px;left:24px;line-height:1;}
.philosophy-quote p{font-family:'Playfair Display',serif;font-size:26px;font-style:italic;color:white;line-height:1.55;position:relative;z-index:1;max-width:780px;margin-bottom:32px;}
.philosophy-author{display:flex;align-items:center;gap:16px;position:relative;z-index:1;}
.author-avatar{width:56px;height:56px;flex-shrink:0;background:var(--coral);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:'Playfair Display',serif;font-size:24px;color:white;font-weight:700;}
.author-info strong{display:block;font-size:15px;color:white;}
.author-info span{font-size:13px;color:rgba(255,255,255,.6);}
.outside-section{padding:56px 80px;background:var(--cream);}

/* ══════════════════════════════════
   FAQ PAGE
══════════════════════════════════ */
.faq-full{padding:88px 80px;background:white;}
.faq-layout{display:grid;grid-template-columns:280px 1fr;gap:64px;align-items:start;}
.faq-nav{position:sticky;top:96px;}
.faq-nav-title{font-size:12px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.12em;margin-bottom:16px;}
.faq-nav-links{list-style:none;display:flex;flex-direction:column;gap:4px;}
.faq-nav-links a{text-decoration:none;font-size:14px;color:var(--text-body);padding:8px 14px;border-radius:8px;display:block;transition:all .2s;font-weight:500;}
.faq-nav-links a:hover{background:var(--purple-pale);color:var(--purple);}
.faq-content{display:flex;flex-direction:column;gap:40px;}
.faq-group-title{font-family:'Playfair Display',serif;font-size:22px;font-weight:600;color:var(--purple);margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid var(--purple-pale);}
.faq-group{display:flex;flex-direction:column;gap:2px;}
.faq-item{border-radius:12px;overflow:hidden;border:1px solid var(--border);}
.faq-q{padding:20px 24px;font-size:15px;font-weight:600;color:var(--purple);cursor:pointer;display:flex;justify-content:space-between;align-items:center;background:var(--cream);transition:background .2s;user-select:none;}
.faq-q:hover{background:var(--purple-pale);}
.faq-q.open{background:var(--purple);color:white;}
.faq-chevron{transition:transform .3s;font-style:normal;font-size:11px;flex-shrink:0;margin-left:16px;}
.faq-q.open .faq-chevron{transform:rotate(180deg);}
.faq-a{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s;background:white;padding:0 24px;font-size:14px;color:var(--text-body);line-height:1.72;}
.faq-a.open{max-height:400px;padding:16px 24px 22px;}

/* ══════════════════════════════════
   CONTACT / ENROLLMENT PAGE
══════════════════════════════════ */
.enroll-section{padding:88px 80px;background:white;}
.enroll-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;}
.enroll-options{display:flex;flex-direction:column;gap:20px;margin-top:40px;}
.enroll-option{padding:28px 32px;border-radius:16px;border:2px solid var(--border);cursor:pointer;transition:all .25s;position:relative;}
.enroll-option:hover,.enroll-option.selected{border-color:var(--purple);background:var(--purple-pale);}
.enroll-option h3{font-size:18px;font-weight:600;color:var(--purple);margin-bottom:6px;}
.enroll-option p{font-size:14px;color:var(--text-body);}
.enroll-option .price{font-family:'Playfair Display',serif;font-size:26px;font-weight:700;color:var(--coral);margin-top:8px;}
.enroll-form{background:var(--cream);border-radius:20px;padding:40px;border:1px solid var(--border);}
.enroll-form h3{font-family:'Playfair Display',serif;font-size:24px;color:var(--purple);margin-bottom:8px;}
.enroll-form p{font-size:14px;color:var(--text-muted);margin-bottom:28px;}
.form-group{margin-bottom:20px;}
.form-group label{display:block;font-size:13px;font-weight:600;color:var(--purple);margin-bottom:6px;letter-spacing:.03em;}
.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px 16px;border:2px solid var(--border);border-radius:10px;font-size:14px;font-family:'DM Sans',sans-serif;color:var(--text);background:white;transition:border .2s;outline:none;}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--purple-light);}
.form-group textarea{resize:vertical;min-height:80px;}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
.form-submit{width:100%;padding:16px;background:var(--coral);color:white;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;font-family:'DM Sans',sans-serif;transition:all .2s;margin-top:8px;}
.form-submit:hover{background:#d4553f;transform:translateY(-1px);}
.contact-info{padding:72px 80px;background:var(--soft-gray);}
.contact-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px;}
.contact-card{background:white;border-radius:16px;padding:32px;border:1px solid var(--border);text-align:center;}
.contact-card-icon{font-size:32px;margin-bottom:14px;}
.contact-card h4{font-size:16px;font-weight:600;color:var(--purple);margin-bottom:8px;}
.contact-card p{font-size:14px;color:var(--text-body);line-height:1.6;}
.plan-pick-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:32px;max-width:1100px;margin-left:auto;margin-right:auto;}
.plan-pick-card{border:2px solid var(--border);border-radius:16px;padding:24px;cursor:pointer;transition:background .2s,border-color .2s;background:var(--cream);text-align:left;}
.plan-pick-card:hover{border-color:var(--purple-light);}
.plan-pick-card.selected{border-color:var(--purple);background:var(--purple-pale);}
.plan-pick-badge{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:5px 12px;border-radius:100px;background:var(--gold);color:var(--purple);margin-bottom:10px;}
.plan-pick-title{font-size:16px;font-weight:600;color:var(--purple);margin-bottom:8px;}
.plan-pick-price{font-family:'Playfair Display',serif;font-size:26px;font-weight:700;color:var(--coral);line-height:1.2;margin-bottom:6px;}
.plan-pick-sub{font-size:13px;color:var(--text-muted);margin-bottom:10px;}
.plan-pick-desc{font-size:14px;color:var(--text-body);line-height:1.55;}
#plan-next-btn:disabled{opacity:0.45;cursor:not-allowed;}
.enrollment-modal-overlay{position:fixed;inset:0;z-index:600;display:none;align-items:center;justify-content:center;padding:24px;box-sizing:border-box;}
.enrollment-modal-overlay.open{display:flex;}
.enrollment-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,0.6);}
.enrollment-modal-sheet{position:relative;z-index:1;background:white;border-radius:20px;max-width:620px;width:100%;max-height:90vh;overflow-y:auto;padding:40px 36px 32px;border:1px solid var(--border);box-sizing:border-box;}
.enrollment-modal-close{position:absolute;top:12px;right:12px;border:none;background:transparent;font-size:26px;line-height:1;cursor:pointer;color:var(--text-muted);padding:8px 12px;font-family:inherit;}
.enrollment-plan-badge{display:inline-block;background:var(--purple);color:white;font-size:12px;font-weight:600;padding:8px 14px;border-radius:100px;margin-bottom:14px;}
.enrollment-form-global-error{font-size:14px;color:var(--coral);margin-bottom:16px;padding:10px 12px;border-radius:8px;border:1px solid rgba(232,97,74,.35);background:var(--coral-pale);}
.enrollment-form-global-error.enrollment-error-animate{animation:enrollment-error-shake .45s ease;}
@keyframes enrollment-error-shake{
  0%,100%{transform:translateX(0);}
  20%,60%{transform:translateX(-6px);}
  40%,80%{transform:translateX(6px);}
}
.enrollment-field-error{font-size:13px;color:var(--coral);margin-top:6px;display:none;}
.enrollment-field-error.visible{display:block;}
.enrollment-inline-msg{font-size:13px;color:var(--coral);margin-top:6px;display:none;}
.enrollment-inline-msg.visible{display:block;}
.enrollment-input-invalid{outline:2px solid var(--coral)!important;border-color:var(--coral)!important;}
.enrollment-children-validation-msg{margin-top:12px;}
#enrollment-back-btn{background:none;border:none;color:var(--purple-light);cursor:pointer;text-decoration:underline;font-size:14px;font-family:inherit;padding:8px 0;margin:16px auto 0;display:block;}
.enrollment-child-card{border:1px solid var(--border);border-radius:14px;padding:20px 18px 18px;margin-top:16px;background:var(--cream);position:relative;}
.enrollment-child-card--primary{margin-top:8px;}
.enrollment-child-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;}
.enrollment-child-card-title{font-size:15px;font-weight:600;color:var(--purple);margin:0;}
.enrollment-child1-plan-line{font-size:14px;color:var(--text-body);margin-bottom:16px;padding:10px 12px;background:white;border-radius:8px;border:1px solid var(--border);line-height:1.45;}
.btn-enrollment-add-child{width:100%;margin-top:14px;padding:12px 20px;border:2px solid var(--purple);color:var(--purple);background:transparent;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .2s,border-color .2s;}
.btn-enrollment-add-child:hover{background:var(--purple-pale);border-color:var(--purple-mid);}
.enrollment-child-remove-btn{background:none;border:none;color:var(--purple-light);font-size:13px;cursor:pointer;text-decoration:underline;font-family:inherit;padding:4px 0;flex-shrink:0;}
.enrollment-child-remove-btn:hover{color:var(--purple);}
#enrollment-additional-children{margin-top:0;}
@media(max-width:900px){
  .plan-pick-grid{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:600px){
  .plan-pick-grid{grid-template-columns:1fr;}
}

/* ══════════════════════════════════
   WHEN TELEHEALTH IS NOT ENOUGH
══════════════════════════════════ */
.telehealth-limits{padding:88px 80px;background:white;}
.limits-intro{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;margin-bottom:64px;}
.limits-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;}
.limit-card{padding:32px;border-radius:14px;background:var(--cream);border:1px solid var(--border);position:relative;overflow:hidden;}
.limit-card::before{content:'';position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--coral);}
.limit-card h4{font-size:16px;font-weight:600;color:var(--purple);margin:10px 0 10px;}
.limit-card ul{list-style:none;display:flex;flex-direction:column;gap:8px;}
.limit-card ul li{font-size:13px;color:var(--text-body);display:flex;gap:8px;align-items:flex-start;line-height:1.5;}
.limit-card ul li::before{content:'•';color:var(--coral);font-weight:700;flex-shrink:0;}
.escalation-section{padding:72px 80px;background:var(--gradient-purple-deep);}
.escalation-section .section-label{color:var(--gold-light);}
.escalation-section .section-title{color:white;}
.escalation-section .section-desc{color:rgba(255,255,255,.7);}
.escalation-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px;}
.esc-step{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:32px;position:relative;overflow:hidden;}
.esc-step::before{content:'';position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--coral);}
.esc-step-num{font-family:'Playfair Display',serif;font-size:42px;font-weight:700;color:rgba(255,255,255,.1);margin-bottom:12px;}
.esc-step h4{font-size:16px;font-weight:600;color:white;margin-bottom:8px;}
.esc-step p{font-size:13px;color:rgba(255,255,255,.65);line-height:1.6;}
.commitment-section{padding:72px 80px;background:var(--soft-gray);}

/* ══════════════════════════════════
   CTA STRIP (shared)
══════════════════════════════════ */
.cta-strip{background:var(--gradient-purple-deep);padding:88px 80px;text-align:center;position:relative;overflow:hidden;}
.cta-strip::before{content:'';position:absolute;width:400px;height:400px;border-radius:50%;background:rgba(201,169,110,.07);top:-150px;right:0;}
.cta-strip::after{content:'';position:absolute;width:250px;height:250px;border-radius:50%;background:rgba(232,97,74,.07);bottom:-80px;left:5%;}
.cta-strip .section-label{color:var(--gold-light);position:relative;z-index:1;}
.cta-strip .section-title{color:white;max-width:600px;margin:0 auto 18px;position:relative;z-index:1;}
.cta-strip .section-desc{color:rgba(255,255,255,.7);max-width:540px;margin:0 auto 40px;position:relative;z-index:1;}
.cta-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;position:relative;z-index:1;}
.cta-note{font-size:13px;color:rgba(255,255,255,.35);margin-top:20px;position:relative;z-index:1;}

/* ══════════════════════════════════
   WHERE WE PRACTICE PAGE
══════════════════════════════════ */
.where-legend{display:flex;justify-content:center;gap:32px;flex-wrap:wrap;padding:20px 24px;background:var(--cream);border-bottom:1px solid var(--border);}
.where-legend-item{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:var(--text-body);}
.where-map-wrap{max-width:1000px;margin:0 auto;padding:40px 24px;position:relative;}
#where-map{position:relative;width:100%;height:0;padding-bottom:60%;background:#ffffff;border-radius:16px;box-shadow:0 4px 24px rgba(61,44,110,.08);overflow:hidden;}
#where-map svg{position:absolute;top:0;left:0;width:100%;height:100%;display:block;overflow:hidden;border-radius:16px;}
.where-state{cursor:pointer;transition:filter .2s ease;}
.where-state:hover{filter:brightness(1.15);}
.where-tooltip{position:fixed;z-index:300;background:white;border-radius:12px;padding:12px 16px;box-shadow:0 8px 32px rgba(61,44,110,.2);border:1px solid var(--border);pointer-events:none;max-width:260px;display:none;}
.where-tooltip.visible{display:block;}
.where-tooltip strong{display:block;font-size:15px;color:var(--purple);margin-bottom:8px;}
.where-tooltip .where-tooltip-badge{display:block;font-size:11px;font-weight:600;padding:4px 10px;border-radius:100px;margin-bottom:8px;width:fit-content;}
.where-tooltip .where-tooltip-msg{display:block;font-size:13px;color:var(--text-body);line-height:1.45;}
.where-callout-box,.where-callout-line{cursor:pointer;transition:opacity .2s ease;}
.where-callout-box:hover{opacity:0.9;}
.where-callout-text{font-size:10px;font-weight:600;fill:#fff;pointer-events:none;text-anchor:middle;dominant-baseline:middle;}
.where-callout-text.inactive{fill:#4A4060;}
.where-request-card{max-width:680px;margin:0 auto;padding:48px 40px;background:white;border-radius:16px;border:1px solid var(--border);box-shadow:0 4px 24px rgba(61,44,110,.08);}
.where-request-card h2{font-family:'Playfair Display',serif;font-size:28px;font-weight:700;color:var(--purple);margin-bottom:8px;}
.where-request-card .subtext{font-size:15px;color:var(--text-body);line-height:1.65;margin-bottom:28px;}
.where-request-card .form-group{margin-bottom:20px;}
.where-request-card label{display:block;font-size:13px;font-weight:600;color:var(--purple);margin-bottom:6px;}
.where-request-card select,.where-request-card input{width:100%;padding:12px 14px;border:1px solid var(--border);border-radius:10px;font-size:15px;font-family:inherit;}
.where-request-card .form-note{font-size:12px;color:var(--text-muted);margin-top:4px;}
.where-request-card .btn{margin-top:8px;}
.where-privacy-note{text-align:center;font-size:12px;color:var(--text-muted);margin-top:20px;padding:0 24px;}
.where-mobile-tooltip{display:none;position:fixed;bottom:0;left:0;right:0;z-index:300;background:white;border-radius:20px 20px 0 0;padding:24px;box-shadow:0 -4px 24px rgba(0,0,0,.12);max-height:50vh;overflow:auto;}
.where-mobile-tooltip.visible{display:block;}
.where-mobile-tooltip-close{position:absolute;top:12px;right:12px;width:36px;height:36px;border:none;background:var(--soft-gray);border-radius:50%;font-size:22px;line-height:1;cursor:pointer;color:var(--text-body);}
.where-map-mobile-note{display:none;font-size:13px;color:var(--text-muted);text-align:center;padding:12px 24px;line-height:1.5;}
.where-map-ne-note{display:none;font-size:13px;color:var(--text-muted);text-align:center;padding:12px 24px;line-height:1.5;}
@media(max-width:640px){
  .where-map-wrap{padding:24px 0!important;margin:0;}
  #where-map{width:100%;max-width:100%;border-radius:0;}
  #where-map svg{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:0;}
  #where-map .where-callouts{display:none!important;}
  .where-map-mobile-note{display:block;}
}
@media(max-width:768px){.where-legend{flex-direction:column;align-items:center;}.where-request-card{padding:32px 24px;margin:0 24px;}}
@media(max-width:767px){
  .where-legend{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:16px;flex-wrap:wrap;padding:12px 16px;}
  .where-legend .where-legend-item{font-size:12px;gap:6px;}
}

/* ══════════════════════════════════
   PAGE ROUTING (SPA)
══════════════════════════════════ */
.page{display:none;}
.page.active{display:block;}

/* ══════════════════════════════════
   RESPONSIVE
══════════════════════════════════ */
@media(max-width:960px){
  nav{padding:0 24px;}
}
@media(max-width:768px){
  .hero{grid-template-columns:1fr;}
  .hero-right{display:none;}
  .hero-left{padding:60px 24px;}
  section,.how-steps-full,.labs-section,.how-different,.treat-full,.not-treat-section,.triage-info,.pricing-full,.compare-table,.insurance-note,.founder-section,.why-exists,.clinical-bg,.philosophy-section,.outside-section,.faq-full,.enroll-section,.contact-info,.telehealth-limits,.escalation-section,.commitment-section,.cta-strip,.where-map-wrap,.bh-conditions,.bh-info-section,.bh-pricing,.treat-bh-callout,.pricing-bh-teaser{padding:56px 24px;}
  .page-header{padding:120px 24px 56px;}
  .why-strip{grid-template-columns:1fr 1fr;padding:48px 24px;}
  .conditions-preview,.pricing-preview{padding:56px 24px;}
  .steps-intro,.treat-intro,.triage-promise,.labs-grid,.diff-grid,.founder-bio,.why-grid,.clinical-grid,.pricing-main-grid,.insurance-grid,.enroll-grid,.limits-intro,.faq-layout,.bh-conditions-grid,.bh-info-grid{grid-template-columns:1fr;}
  .treat-big-grid,.conditions-grid,.not-treat-grid,.escalation-steps,.contact-cards{grid-template-columns:1fr 1fr;}
  .pricing-cards{grid-template-columns:1fr;}
  .footer-grid{grid-template-columns:1fr 1fr;}
  footer{padding:48px 24px 24px;}
  .form-row{grid-template-columns:1fr;}
  .step-block{grid-template-columns:64px 1fr;}
  .step-num{font-size:28px;padding:24px 0;min-height:100px;}
  .step-content{padding:24px 20px;}
}
@media(max-width:600px){
  .treat-big-grid,.conditions-grid,.not-treat-grid,.escalation-steps,.contact-cards,.why-strip{grid-template-columns:1fr;}
  .hero-trust{gap:20px;}
}

  /* ── FULL-WIDTH VIDEO HERO ── */
  .hero-video-fullwidth {
    position: relative;
    width: 100%;
    height: calc(100vh + 40px);
    min-height: 680px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    background: #1E1340;
  }

  .hero-video-bg {
    position: absolute;
    top: -1%;
    left: -1%;
    width: 102%;
    height: 108%;
    object-fit: cover;
    z-index: 0;
  }

  /* Subtle bottom-weighted gradient for text legibility */
  .hero-video-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(to top, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.28) 35%, transparent 65%);
    pointer-events: none;
  }

  /* Bottom content — floats over video with NO background box */
  .hero-video-bottom {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    gap: 60px;
    padding: 0 60px 48px;
  }

  .hero-video-left {
    flex: 1;
    min-width: 0;
  }

  .hero-video-right {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }

  .hero-badge-dark {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--purple-deep);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding: 10px 20px;
    background: rgba(255,255,255,0.96);
    border-radius: 100px;
    border: 1px solid rgba(255,255,255,0.8);
    box-shadow: 0 4px 24px rgba(0,0,0,0.2), 0 0 0 1px rgba(61,44,110,0.08);
  }
  .hero-badge-dark::before {
    content: '';
    width: 8px;
    height: 8px;
    background: var(--coral);
    border-radius: 50%;
    animation: pulse 2s ease infinite;
    flex-shrink: 0;
  }

  .hero-video-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(36px, 4.5vw, 62px);
    font-weight: 700;
    color: white;
    line-height: 1.12;
    margin-bottom: 24px;
    text-shadow: 0 2px 16px rgba(0,0,0,0.5);
  }
  .hero-video-title em {
    color: var(--gold-light);
    font-style: italic;
  }

  .hero-video-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
  }

  .btn-ghost-white {
    color: rgba(255,255,255,0.9);
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    text-shadow: 0 1px 6px rgba(0,0,0,0.5);
    transition: color 0.2s;
  }
  .btn-ghost-white:hover { color: white; }

  .hero-video-desc {
    font-size: 16px;
    color: rgba(255,255,255,0.88);
    line-height: 1.65;
    text-shadow: 0 1px 8px rgba(0,0,0,0.5);
  }

  .hero-video-stats {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .hero-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .hero-stat-num {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 700;
    color: white;
    line-height: 1;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
  }
  .hero-stat-lbl {
    font-size: 11px;
    color: rgba(255,255,255,0.7);
    font-weight: 500;
    margin-top: 4px;
    white-space: nowrap;
    text-shadow: 0 1px 6px rgba(0,0,0,0.5);
  }
  .hero-stat-divider {
    width: 1px;
    height: 36px;
    background: rgba(255,255,255,0.3);
  }

  @media (max-width: 900px) {
    /* Mobile: let the hero grow with its content so the title isn't clipped by the fixed nav. */
    .hero-video-fullwidth {
      height: auto;
      min-height: 100vh;
    }
    .hero-video-bottom {
      flex-direction: column;
      gap: 24px;
      /* Top padding clears the fixed 88px nav on mobile */
      padding: 120px 24px 36px;
    }
    .hero-video-stats { flex-wrap: wrap; }
  }
  @media (max-width: 600px) {
    .hero-video-title { font-size: 30px; line-height: 1.18; }
    .hero-video-bottom { padding: 110px 20px 32px; }
  }

  
  /* ── LEGAL PAGES ── */
  .legal-hero {
    background: var(--gradient-purple-deep);
    padding: 120px 0 60px;
  }
  .legal-hero-inner {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 48px;
  }
  .legal-breadcrumb {
    font-size: 13px;
    color: rgba(255,255,255,0.6);
    margin-bottom: 16px;
  }
  .legal-breadcrumb a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
  }
  .legal-breadcrumb a:hover { color: white; }
  .legal-hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: 700;
    color: white;
    margin-bottom: 12px;
  }
  .legal-meta {
    font-size: 13px;
    color: rgba(255,255,255,0.55);
    margin-bottom: 20px;
  }
  .legal-intro {
    font-size: 17px;
    color: rgba(255,255,255,0.82);
    line-height: 1.7;
    max-width: 680px;
  }
  .legal-body {
    display: flex;
    gap: 48px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 48px 80px;
  }
  .legal-sidebar {
    width: 220px;
    flex-shrink: 0;
    position: sticky;
    top: 100px;
    align-self: flex-start;
  }
  .legal-nav-title {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--text-light);
    margin-bottom: 14px;
  }
  .legal-nav-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .legal-nav-links a {
    font-size: 13px;
    color: var(--text-body);
    text-decoration: none;
    line-height: 1.4;
    transition: color 0.2s;
  }
  .legal-nav-links a:hover { color: var(--purple); }
  .legal-content {
    flex: 1;
    min-width: 0;
  }
  .legal-notice {
    background: rgba(107,79,181,0.08);
    border: 1px solid rgba(107,79,181,0.2);
    border-left: 4px solid var(--purple);
    border-radius: 8px;
    padding: 18px 22px;
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-body);
    margin-bottom: 40px;
  }
  .legal-notice-warning {
    background: rgba(224,123,90,0.08);
    border-color: rgba(224,123,90,0.3);
    border-left-color: var(--coral);
  }
  .legal-section {
    margin-bottom: 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid var(--border);
  }
  .legal-section:last-child { border-bottom: none; }
  .legal-section h2 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 700;
    color: var(--purple-deep);
    margin-bottom: 16px;
  }
  .legal-section h3 {
    font-size: 15px;
    font-weight: 700;
    color: var(--text-heading);
    margin: 20px 0 10px;
  }
  .legal-section p {
    font-size: 15px;
    line-height: 1.75;
    color: var(--text-body);
    margin-bottom: 14px;
  }
  .legal-section ul {
    padding-left: 20px;
    margin-bottom: 14px;
  }
  .legal-section ul li {
    font-size: 15px;
    line-height: 1.7;
    color: var(--text-body);
    margin-bottom: 6px;
  }
  .legal-contact-box {
    background: var(--bg-soft);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 20px 24px;
    font-size: 15px;
    line-height: 1.8;
    color: var(--text-body);
    margin: 16px 0;
  }
  @media (max-width: 768px) {
    .legal-body { flex-direction: column; padding: 40px 24px; }
    .legal-sidebar { width: 100%; position: static; }
    .legal-hero-inner { padding: 0 24px; }
    .legal-hero h1 { font-size: 32px; }
  }

  /* ── Section 03: Trust & Proof additions ── */

  /* Hero: founder line below CTAs */
  .hero-founder-line {
    margin-top: 22px;
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .hero-founder-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255,255,255,0.85);
    flex-shrink: 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
  }
  .hero-founder-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
  }
  .hero-founder-name {
    color: rgba(255,255,255,0.95);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-shadow: 0 1px 6px rgba(0,0,0,0.5);
  }
  .hero-founder-exp {
    color: rgba(255,255,255,0.75);
    font-size: 12.5px;
    text-shadow: 0 1px 6px rgba(0,0,0,0.5);
  }

  /* Home: founder origin quote band */
  .founder-voice {
    max-width: 860px;
    margin: 16px auto 64px;
    padding: 0 40px;
    text-align: center;
  }
  .founder-voice-quote {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: clamp(20px, 2.2vw, 26px);
    color: var(--purple);
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .founder-voice-attribution {
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--text-body);
    opacity: 0.7;
    margin-bottom: 10px;
  }
  .founder-voice-link {
    font-size: 14px;
    color: var(--purple);
    text-decoration: none;
    font-weight: 600;
  }
  .founder-voice-link:hover { text-decoration: underline; }

  /* Home: full-width triage promise band (replaces old panel + pullquote) */
  .promise-band {
    width: 100%;
    background: linear-gradient(135deg, var(--purple-deep) 0%, var(--purple) 100%);
    padding: 80px 40px;
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
  }
  .promise-band-inner {
    max-width: 860px;
    margin: 0 auto;
  }
  .promise-band-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(28px, 3.4vw, 40px);
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.15;
    color: white;
  }
  .promise-band-desc {
    font-size: clamp(16px, 1.9vw, 19px);
    color: rgba(255,255,255,0.9);
    line-height: 1.55;
    margin: 0 auto 40px;
    max-width: 680px;
  }
  .promise-band-quote {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: clamp(17px, 2.1vw, 22px);
    color: var(--gold-light);
    line-height: 1.5;
    padding-top: 36px;
    border-top: 1px solid rgba(255,255,255,0.18);
    max-width: 780px;
    margin: 0 auto;
  }
  @media (max-width: 720px) {
    .promise-band { padding: 56px 24px; }
  }

  /* Lead magnet capture strip */
  .lead-magnet-strip {
    background: var(--cream);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 56px 40px;
  }
  .lead-magnet-inner {
    max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 40px;
    align-items: center;
  }
  .lead-magnet-copy .lead-magnet-eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--coral);
    margin-bottom: 12px;
  }
  .lead-magnet-copy h3 {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    line-height: 1.2;
    color: var(--purple);
    margin: 0 0 12px;
    font-weight: 600;
  }
  .lead-magnet-copy p.lead-magnet-desc {
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-body);
    margin: 0 0 10px;
  }
  .lead-magnet-copy p.lead-magnet-byline {
    font-size: 13px;
    color: var(--text-muted);
    margin: 0;
    font-style: italic;
  }
  .lead-magnet-form {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(61,44,110,0.06);
  }
  .lead-magnet-form label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--text-body);
    margin-bottom: 6px;
  }
  .lead-magnet-form input[type="email"] {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid var(--border);
    border-radius: 8px;
    font-size: 15px;
    font-family: inherit;
    color: var(--text-body);
    background: var(--cream);
    box-sizing: border-box;
    outline: none;
    transition: border-color .15s ease, background .15s ease;
  }
  .lead-magnet-form input[type="email"]:focus {
    border-color: var(--purple);
    background: #fff;
  }
  .lead-magnet-form button {
    width: 100%;
    margin-top: 10px;
    padding: 12px 16px;
    border: none;
    border-radius: 8px;
    background: var(--coral);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    transition: background .15s ease, transform .05s ease;
  }
  .lead-magnet-form button:hover { background: #d64f38; }
  .lead-magnet-form button:active { transform: translateY(1px); }
  .lead-magnet-form button:disabled { background: #c7b8d4; cursor: not-allowed; }
  .lead-magnet-note {
    font-size: 12px;
    color: var(--text-muted);
    margin: 10px 0 0;
    line-height: 1.5;
  }
  .lead-magnet-success {
    display: none;
    margin-top: 10px;
    font-size: 14px;
    color: #0d9488;
    font-weight: 600;
  }
  .lead-magnet-success a { color: #0d9488; text-decoration: underline; }
  .lead-magnet-error {
    display: none;
    margin-top: 10px;
    font-size: 13px;
    color: var(--coral);
  }
  @media (max-width: 720px) {
    .lead-magnet-strip { padding: 44px 24px; }
    .lead-magnet-inner { grid-template-columns: 1fr; gap: 24px; }
    .lead-magnet-copy h3 { font-size: 24px; }
  }

  /* Smaller inline lead magnet mention (BH page, FAQ page) */
  .lead-magnet-inline {
    background: var(--purple-pale);
    border-left: 4px solid var(--purple);
    border-radius: 8px;
    padding: 18px 22px;
    margin: 32px auto;
    max-width: 760px;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
  }
  .lead-magnet-inline-text {
    flex: 1 1 300px;
    font-size: 14px;
    color: var(--text-body);
    line-height: 1.5;
  }
  .lead-magnet-inline-text strong {
    color: var(--purple);
    font-weight: 600;
  }
  .lead-magnet-inline a {
    flex: 0 0 auto;
    display: inline-block;
    padding: 10px 18px;
    background: var(--purple);
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: background .15s ease;
  }
  .lead-magnet-inline a:hover { background: #2e2353; }

  /* Footer: trust row */
  .trust-row {
    border-top: 1px solid rgba(255,255,255,0.08);
    border-bottom: 1px solid rgba(255,255,255,0.08);
    padding: 18px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 28px;
    color: rgba(255,255,255,0.55);
    font-size: 12px;
    letter-spacing: 0.04em;
  }
  .trust-row-item { white-space: nowrap; }
  @media (max-width: 720px) {
    .trust-row { gap: 14px; font-size: 11px; padding: 14px 18px; }
  }

  /* Pricing: "Who you're paying" strip */
  .pricing-who {
    max-width: 760px;
    margin: 0 auto 40px;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 20px;
    background: var(--cream);
    border: 1px solid var(--border);
    border-radius: 12px;
  }
  .pricing-who-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center top;
    flex-shrink: 0;
  }
  .pricing-who-text { font-size: 14px; color: var(--text-body); line-height: 1.5; }
  .pricing-who-name { font-weight: 600; color: var(--purple-deep); display: block; }

  /* About: intro video placeholder + modal */
  .about-intro-video {
    margin: 24px 0;
    padding: 16px 24px;
    background: #F4F0FA;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    cursor: pointer;
    border: 1px solid rgba(107,79,181,0.15);
    transition: transform 0.15s;
    color: inherit;
    text-decoration: none;
  }
  .about-intro-video:hover { transform: translateY(-1px); }
  .about-intro-video-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--coral);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    flex-shrink: 0;
  }
  .about-intro-video-text { font-size: 15px; color: var(--purple-deep); font-weight: 600; line-height: 1.3; }
  .about-intro-video-note { font-size: 12px; color: var(--text-body); font-weight: 400; margin-top: 2px; }

  .intro-video-modal {
    position: fixed;
    inset: 0;
    background: rgba(30,19,64,0.85);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 20px;
  }
  .intro-video-modal.open { display: flex; }
  .intro-video-modal-inner {
    background: white;
    border-radius: 16px;
    max-width: 720px;
    width: 100%;
    padding: 48px 40px 40px;
    position: relative;
  }
  .intro-video-modal-close {
    position: absolute;
    top: 12px;
    right: 16px;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: var(--text-body);
    line-height: 1;
  }

  /* How It Works: visit dialogue */
  .visit-dialogue {
    max-width: 1040px;
    margin: 60px auto;
    padding: 0 20px;
  }
  .visit-dialogue-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 32px;
  }
  .dialogue-card {
    background: var(--cream);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 24px;
  }
  .dialogue-card h4 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    color: var(--purple-deep);
    margin-bottom: 14px;
  }
  .dialogue-line {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
    color: var(--text-body);
  }
  .dialogue-line strong { color: var(--purple); font-weight: 700; }

  /* ── Section 04: Pricing page additions ── */

  /* Pricing: "Which plan is right?" chooser */
  .plan-chooser {
    max-width: 900px;
    margin: 0 auto 28px;
    padding: 28px 32px;
    background: var(--cream);
    border: 1px solid var(--border);
    border-radius: 16px;
    text-align: center;
  }
  .plan-chooser-q {
    font-family: 'Playfair Display', serif;
    font-size: clamp(18px, 2.2vw, 22px);
    color: var(--purple-deep);
    margin-bottom: 22px;
    font-weight: 600;
  }
  .plan-chooser-buttons {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .plan-chooser-btn {
    background: white;
    border: 1.5px solid var(--border);
    padding: 14px 24px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
    color: var(--purple);
    cursor: pointer;
    transition: all 0.15s;
    position: relative;
    font-family: inherit;
  }
  .plan-chooser-btn:hover {
    border-color: var(--purple-light);
    transform: translateY(-1px);
  }
  .plan-chooser-btn.recommended {
    border-color: var(--coral);
    color: var(--purple-deep);
  }
  .plan-chooser-btn.recommended::before {
    content: '★ Most families';
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--coral);
    color: white;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 100px;
    white-space: nowrap;
    letter-spacing: 0.06em;
  }
  .plan-chooser-hint {
    margin-top: 14px;
    font-size: 14px;
    color: var(--text-body);
    min-height: 20px;
    transition: opacity 0.2s;
  }

  /* Pricing: Family size selector */
  .family-size-selector {
    max-width: 720px;
    margin: 0 auto 36px;
    padding: 18px 26px;
    background: white;
    border: 1px solid var(--border);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
  }
  .family-size-label {
    font-size: 15px;
    font-weight: 600;
    color: var(--purple-deep);
  }
  .family-size-buttons {
    display: inline-flex;
    gap: 4px;
    background: var(--cream);
    padding: 4px;
    border-radius: 100px;
  }
  .family-size-buttons button {
    background: transparent;
    border: none;
    padding: 8px 18px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
    color: var(--text-body);
    cursor: pointer;
    transition: all 0.15s;
    font-family: inherit;
  }
  .family-size-buttons button:hover { color: var(--purple); }
  .family-size-buttons button.active {
    background: var(--purple);
    color: white;
    box-shadow: 0 2px 6px rgba(61,44,110,0.25);
  }
  .family-size-note {
    font-size: 12px;
    color: var(--text-body);
    opacity: 0.75;
    text-align: center;
    max-width: 900px;
    margin: -24px auto 28px;
  }

  /* Card highlight pulse when a chooser button is clicked */
  .pricing-full-card.highlight-pulse {
    animation: card-pulse 1.2s ease;
  }
  @keyframes card-pulse {
    0%, 100% { transform: scale(1); }
    30% { transform: scale(1.015); box-shadow: 0 16px 40px rgba(232,97,74,0.25); }
  }

  /* Where We Practice: expansion-criteria note (B4) */
  .where-expansion-note {
    max-width: 720px;
    margin: 28px auto 0;
    padding: 20px 28px;
    background: #F4F0FA;
    border-left: 4px solid var(--coral);
    border-radius: 12px;
    font-size: 14px;
    color: var(--text-body);
    line-height: 1.6;
  }
  .where-expansion-note strong { color: var(--purple-deep); }

  /* Home: pull-quote band (C) */
  .home-pullquote {
    max-width: 780px;
    margin: 72px auto;
    padding: 24px 48px;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: clamp(18px, 2.2vw, 24px);
    color: var(--purple-deep);
    line-height: 1.5;
    position: relative;
  }
  .home-pullquote::before,
  .home-pullquote::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--coral);
  }
  .home-pullquote::before { left: 0; }
  .home-pullquote::after { right: 0; }


/* ──────────────────────────────────────────────────────
   SECTION 09 — new sections (savings math, in-between
   moments, Q&A teaser, conditions index accordion, blog)
   ────────────────────────────────────────────────────── */

/* ── Home: "In-between moments" section ── */
.between-moments{padding:72px 80px 32px;background:var(--cream);}
.between-moments-inner{max-width:780px;margin:0 auto;}
.between-moments h2{font-family:'Playfair Display',serif;font-size:clamp(28px,3.5vw,40px);font-weight:700;color:var(--purple);line-height:1.2;margin-bottom:20px;}
.between-moments h2 em{color:var(--coral);font-style:italic;}
.between-moments p{font-size:17px;color:var(--text-body);line-height:1.72;margin-bottom:16px;}
.between-moments p:last-child{margin-bottom:0;}
.between-moments p strong{color:var(--purple);}
@media(max-width:767px){.between-moments{padding:48px 24px;}}

/* ── Pricing: Savings math standalone callout ── */
.savings-math{padding:64px 80px;background:var(--gold-pale);border-top:1px solid rgba(201,169,110,.2);border-bottom:1px solid rgba(201,169,110,.2);}
.savings-math-inner{max-width:900px;margin:0 auto;}
.savings-math-title{font-family:'Playfair Display',serif;font-size:clamp(24px,3vw,32px);font-weight:700;color:var(--purple);margin-bottom:18px;text-align:center;}
.savings-math-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:28px;}
.savings-card{background:white;border-radius:14px;padding:28px;border:1px solid var(--border);}
.savings-card.ours{border-left:4px solid var(--coral);}
.savings-card.theirs{border-left:4px solid var(--text-muted);}
.savings-card h4{font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin-bottom:12px;}
.savings-card.ours h4{color:var(--coral);}
.savings-card-amount{font-family:'Playfair Display',serif;font-size:34px;font-weight:700;color:var(--purple);line-height:1.1;margin-bottom:10px;}
.savings-card-detail{font-size:14px;color:var(--text-body);line-height:1.6;}
.savings-math-bottom{margin-top:26px;text-align:center;font-size:15px;color:var(--text-body);line-height:1.7;}
.savings-math-bottom strong{color:var(--purple);}
@media(max-width:767px){.savings-math{padding:48px 24px;}.savings-math-grid{grid-template-columns:1fr;}}

/* ── FAQ: Live Zoom Q&A teaser ── */
.qa-teaser{padding:56px 80px;background:linear-gradient(135deg,var(--purple-pale) 0%,var(--cream) 100%);border-radius:20px;margin:0 80px 48px;}
.qa-teaser-inner{max-width:720px;margin:0 auto;text-align:center;}
.qa-teaser .section-label{color:var(--coral);margin-bottom:12px;}
.qa-teaser h2{font-family:'Playfair Display',serif;font-size:clamp(24px,3vw,32px);font-weight:700;color:var(--purple);margin-bottom:14px;}
.qa-teaser h2 em{color:var(--coral);font-style:italic;}
.qa-teaser p{font-size:16px;color:var(--text-body);line-height:1.7;margin-bottom:22px;}
.qa-teaser .qa-schedule{display:inline-flex;align-items:center;gap:8px;background:white;border-radius:100px;padding:8px 16px;font-size:13px;color:var(--purple);font-weight:600;margin-bottom:18px;border:1px solid var(--border);}
@media(max-width:767px){.qa-teaser{padding:40px 24px;margin:0 16px 32px;}}

/* ── What We Help With: Full conditions index (accordion) ── */
.conditions-index{padding:72px 80px;background:white;border-top:1px solid var(--border);}
.conditions-index-inner{max-width:900px;margin:0 auto;}
.conditions-index-intro{text-align:center;margin-bottom:36px;}
.condition-category{background:var(--cream);border:1px solid var(--border);border-radius:12px;margin-bottom:10px;overflow:hidden;transition:border-color .15s;}
.condition-category[open]{border-color:var(--purple-light);}
.condition-category summary{cursor:pointer;padding:18px 24px;font-family:'DM Sans',sans-serif;font-size:16px;font-weight:600;color:var(--purple);list-style:none;display:flex;justify-content:space-between;align-items:center;}
.condition-category summary::-webkit-details-marker{display:none;}
.condition-category summary::after{content:'+';font-size:22px;color:var(--coral);font-weight:400;transition:transform .2s;}
.condition-category[open] summary::after{content:'−';}
.condition-category-body{padding:0 24px 20px;}
.condition-category-body ul{list-style:none;display:grid;grid-template-columns:repeat(2,1fr);gap:6px 24px;}
.condition-category-body li{font-size:14px;color:var(--text-body);line-height:1.6;padding:4px 0;}
@media(max-width:640px){.conditions-index{padding:48px 24px;}.condition-category-body ul{grid-template-columns:1fr;}}

/* ── Blog: Index page + post layout ── */
.blog-hero{padding:120px 80px 48px;background:var(--gradient-purple-deep);text-align:center;}
.blog-hero h1{font-family:'Playfair Display',serif;font-size:clamp(36px,5vw,54px);font-weight:700;color:white;margin-bottom:14px;}
.blog-hero p{font-size:17px;color:rgba(255,255,255,.8);max-width:580px;margin:0 auto;line-height:1.65;}
.blog-list{padding:56px 40px 80px;max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:22px;}
.blog-card{background:white;border:1px solid var(--border);border-radius:14px;padding:22px 22px 18px;transition:transform .2s,box-shadow .2s,border-color .2s;text-decoration:none;display:flex;flex-direction:column;}
.blog-card:hover{transform:translateY(-3px);box-shadow:0 12px 32px rgba(61,44,110,.1);border-color:var(--purple-light);}
.blog-card-meta{font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--coral);margin-bottom:8px;}
.blog-card h2{font-family:'Playfair Display',serif;font-size:18px;font-weight:700;color:var(--purple);margin-bottom:8px;line-height:1.3;}
.blog-card p{font-size:14px;color:var(--text-body);line-height:1.55;margin-bottom:14px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;}
.blog-card-more{color:var(--coral);font-weight:600;font-size:13px;white-space:nowrap;}
/* Footer row: like count on the left, "Read →" on the right.
   margin-top:auto pushes it to the bottom so every card's footer lines up. */
.blog-card-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;padding-top:10px;border-top:1px solid rgba(61,44,110,.06);}
.blog-card-like{display:inline-flex;align-items:center;gap:5px;font-size:12px;color:var(--text-muted);line-height:1;min-width:0;}
.blog-card-like svg{color:var(--coral);flex-shrink:0;}
.blog-card-like-count{font-weight:700;color:var(--purple);font-variant-numeric:tabular-nums;}
.blog-card-like-label{color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
/* Hide the long "found this helpful" label on narrower tiles — just the heart + count */
@media(max-width:900px){.blog-card-like-label{display:none;}}
.blog-post-article{max-width:760px;margin:0 auto;padding:128px 40px 64px;}
.blog-post-meta{font-size:13px;color:var(--text-muted);margin-bottom:10px;}
.blog-post-readtime{display:inline;}

/* Share bar at the bottom of each post (below the like button) */
.blog-share{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:12px 0 24px;padding:14px 16px;background:var(--cream);border:1px solid var(--border);border-radius:12px;}
.blog-share-label{font-size:13px;font-weight:600;color:var(--purple-deep);letter-spacing:.04em;}
.blog-share-btn{display:inline-flex;align-items:center;gap:7px;padding:8px 14px;border:1px solid var(--border);border-radius:100px;background:white;font:inherit;font-size:13px;font-weight:600;color:var(--text-body);cursor:pointer;text-decoration:none;transition:all .18s ease;}
.blog-share-btn:hover{border-color:var(--coral);color:var(--coral);transform:translateY(-1px);}
.blog-share-btn svg{width:15px;height:15px;flex-shrink:0;}
.blog-share-fb svg{color:#1877F2;}
.blog-share-fb:hover svg{color:white;}
.blog-share-fb:hover{background:#1877F2;border-color:#1877F2;color:white;}
@media(max-width:520px){.blog-share-btn span{display:none;}.blog-share-btn{padding:9px 11px;}}

/* Toast that pops up when a share action succeeds */
.hh-toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%) translateY(16px);background:var(--purple-deep);color:white;padding:12px 22px;border-radius:100px;font-size:14px;font-weight:600;box-shadow:0 8px 28px rgba(0,0,0,.25);opacity:0;pointer-events:none;transition:opacity .3s ease,transform .3s ease;z-index:9999;}
.hh-toast.is-visible{opacity:1;transform:translateX(-50%) translateY(0);}

/* Blog index filter pills */
.blog-filter{max-width:1280px;margin:0 auto;padding:24px 40px 0;display:flex;flex-wrap:wrap;gap:8px;align-items:center;}
.blog-filter-label{font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);margin-right:4px;}
.blog-filter-pill{background:white;border:1px solid var(--border);border-radius:100px;padding:7px 16px;font:inherit;font-size:13px;font-weight:600;color:var(--text-body);cursor:pointer;transition:all .15s ease;}
.blog-filter-pill:hover{border-color:var(--purple-light);color:var(--purple);}
.blog-filter-pill.is-active{background:var(--purple);border-color:var(--purple);color:white;}
@media(max-width:767px){.blog-filter{padding:16px 20px 0;}}
.blog-post-article h1{font-family:'Playfair Display',serif;font-size:clamp(30px,4vw,44px);font-weight:700;color:var(--purple);line-height:1.2;margin-bottom:16px;}
.blog-post-article .subtitle{font-size:18px;color:var(--text-body);line-height:1.6;margin-bottom:32px;font-style:italic;}
.blog-post-article h2{font-family:'Playfair Display',serif;font-size:26px;color:var(--purple);margin:40px 0 14px;line-height:1.3;}
.blog-post-article h3{font-family:'DM Sans',sans-serif;font-size:18px;font-weight:600;color:var(--purple);margin:28px 0 10px;}
.blog-post-article p{font-size:17px;color:var(--text-body);line-height:1.75;margin-bottom:18px;}
.blog-post-article ul,.blog-post-article ol{margin:0 0 18px 28px;}
.blog-post-article li{font-size:17px;color:var(--text-body);line-height:1.75;margin-bottom:6px;}
.blog-post-article a{color:var(--coral);text-decoration:underline;}
.blog-post-article blockquote{border-left:4px solid var(--coral);padding:8px 0 8px 20px;margin:24px 0;font-style:italic;color:var(--purple);}
.blog-post-back{display:inline-flex;align-items:center;gap:6px;font-size:14px;color:var(--purple);text-decoration:none;margin-top:40px;padding-top:20px;border-top:1px solid var(--border);}
/* Blog like button */
.blog-like{display:flex;align-items:center;gap:14px;margin:36px 0 8px;padding:18px 20px;background:var(--cream);border:1px solid var(--border);border-radius:14px;}
.blog-like-button{display:inline-flex;align-items:center;gap:10px;background:white;border:1px solid var(--border);border-radius:100px;padding:9px 18px 9px 14px;cursor:pointer;font-family:inherit;font-size:15px;font-weight:600;color:var(--text-body);transition:all 0.18s ease;}
.blog-like-button:hover{border-color:var(--coral);color:var(--coral);transform:translateY(-1px);}
.blog-like-button svg{width:20px;height:20px;transition:all 0.2s ease;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
.blog-like-button.is-liked{background:rgba(232,97,74,0.1);border-color:var(--coral);color:var(--coral);}
.blog-like-button.is-liked svg{fill:var(--coral);stroke:var(--coral);animation:like-pop 0.32s ease;}
.blog-like-button:active svg{transform:scale(0.85);}
.blog-like-count{min-width:18px;text-align:left;font-variant-numeric:tabular-nums;}
.blog-like-label{font-size:14px;color:var(--text-muted);line-height:1.4;}
@keyframes like-pop{0%{transform:scale(1);}40%{transform:scale(1.35);}100%{transform:scale(1);}}
@media(max-width:600px){.blog-like{flex-direction:column;align-items:flex-start;gap:10px;}}
.blog-post-cta{background:linear-gradient(135deg,var(--cream) 0%,rgba(201,169,110,0.12) 100%);border:1px solid rgba(201,169,110,0.25);border-radius:16px;padding:28px 32px;margin:36px 0;text-align:center;}
.blog-post-cta-eyebrow{font-size:11px;font-weight:700;letter-spacing:0.18em;text-transform:uppercase;color:var(--coral);margin-bottom:8px;}
.blog-post-cta h3{font-family:'Playfair Display',serif;font-size:22px;font-weight:700;color:var(--purple);margin:0 0 8px;}
.blog-post-cta h3 em{color:var(--coral);font-style:italic;}
.blog-post-cta p{font-size:15px;color:var(--text-body);line-height:1.6;margin:0 0 18px;}
/* Override .blog-post-article a { color:coral; text-decoration:underline } for buttons inside posts */
.blog-post-article a.btn,.blog-post-cta a.btn{display:inline-block;text-decoration:none;}
.blog-post-article a.btn-primary,.blog-post-cta a.btn-primary{color:#ffffff;}
.blog-post-article a.btn-primary:hover,.blog-post-cta a.btn-primary:hover{color:#ffffff;}
@media(max-width:767px){.blog-list{padding:32px 20px 56px;gap:16px;}.blog-post-article{padding:112px 24px 40px;}.blog-hero{padding:140px 24px 40px;}.blog-post-cta{padding:24px 20px;}}

/* ─── Newsroom media inquiry form ─── */
.media-inquiry{background:var(--purple-deep);padding:80px 40px;color:white;}
.media-inquiry-inner{max-width:820px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:32px;}
.media-inquiry-copy{text-align:center;}
.media-inquiry-eyebrow{display:inline-block;font-size:11px;font-weight:700;letter-spacing:0.18em;text-transform:uppercase;color:var(--gold);margin-bottom:10px;}
.media-inquiry-copy h2{font-family:'Playfair Display',serif;font-size:clamp(26px,3vw,36px);color:white;margin:0 0 14px;line-height:1.2;}
.media-inquiry-copy p{font-size:16px;color:rgba(255,255,255,0.8);line-height:1.7;max-width:620px;margin:0 auto;}
.media-form{background:white;border-radius:16px;padding:28px 30px 26px;color:var(--text-body);box-shadow:0 10px 40px rgba(0,0,0,0.2);}
/* Inquiry-type toggle (Press / Partnership) */
.media-type-toggle{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:22px;}
.media-type-pill{position:relative;cursor:pointer;border:2px solid var(--border);border-radius:12px;padding:14px 16px;text-align:left;transition:all .15s ease;background:white;display:block;}
.media-type-pill input[type=radio]{position:absolute;opacity:0;inset:0;cursor:pointer;}
.media-type-pill:hover{border-color:var(--purple-light);}
.media-type-pill.is-active{border-color:var(--purple);background:var(--purple);color:white;}
.media-type-pill.is-active .media-type-sub{color:rgba(255,255,255,0.75);}
.media-type-pill strong{font-size:14px;font-weight:700;display:block;margin-bottom:2px;}
.media-type-sub{font-size:12px;color:var(--text-muted);font-weight:500;}
.media-field select{width:100%;padding:11px 14px;border:1px solid var(--border);border-radius:8px;font:inherit;font-size:15px;color:var(--text-body);background:white;outline:none;transition:border-color 0.15s;cursor:pointer;}
.media-field select:focus{border-color:var(--purple-light);}
@media(max-width:480px){.media-type-toggle{grid-template-columns:1fr;}}
.media-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px;}
.media-form-row[hidden]{display:none;}/* HTML `hidden` attribute needs to override the `display:grid` above */
.media-field{margin-bottom:16px;}
.media-form-row .media-field{margin-bottom:0;}
.media-field label{display:block;font-size:13px;font-weight:600;color:var(--purple-deep);margin-bottom:6px;}
.media-optional{font-weight:400;color:var(--text-muted);font-size:12px;}
.media-field input[type=text],.media-field input[type=email],.media-field textarea{width:100%;padding:11px 14px;border:1px solid var(--border);border-radius:8px;font:inherit;font-size:15px;color:var(--text-body);background:white;outline:none;transition:border-color 0.15s;}
.media-field input:focus,.media-field textarea:focus{border-color:var(--purple-light);}
.media-field textarea{resize:vertical;min-height:100px;font-family:inherit;}
.media-honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden;}
.media-form .btn{width:100%;margin-top:4px;}
.media-form-note{font-size:12px;color:var(--text-muted);text-align:center;margin-top:10px;line-height:1.5;}
.media-success{margin-top:14px;padding:14px 18px;background:rgba(95,169,109,0.12);color:#2b6e42;border:1px solid rgba(95,169,109,0.3);border-radius:8px;font-size:14px;line-height:1.55;}
.media-error{margin-top:14px;padding:12px 16px;background:rgba(232,97,74,0.1);color:#b5331f;border:1px solid rgba(232,97,74,0.3);border-radius:8px;font-size:14px;}
@media(max-width:620px){.media-inquiry{padding:60px 20px;}.media-form{padding:22px 20px;}.media-form-row{grid-template-columns:1fr;}}
