:root{--ink: #0a0a0a;--ink-soft: #2a2a2a;--muted: #6b7280;--line: #e5e7eb;--line-strong: #d1d5db;--surface: #ffffff;--surface-soft: #f7f8fa;--accent: #7fa3bc;--accent-deep: #5a7d8c;--accent-soft: #e8f0f5;--promo: #0a0a0a;--danger-soft: #f3f4f6;--shadow: 0 18px 50px rgba(10, 10, 10, .08);--radius: 14px;--radius-pill: 999px;--font: "Instrument Sans", system-ui, sans-serif;--serif: "Instrument Serif", Georgia, serif;--max: 720px}*,*:before,*:after{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;font-family:var(--font);color:var(--ink);background:var(--surface);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button,input,select{font:inherit}a{color:inherit}img{max-width:100%;display:block}.app-shell{min-height:100vh;display:flex;flex-direction:column}.promo-bar{background:var(--promo);color:#fff;text-align:center;padding:.7rem 1rem;font-size:.92rem;letter-spacing:.01em}.promo-bar a{color:var(--accent);text-underline-offset:3px}.top-nav{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid transparent}.brand-logo svg{width:160px;height:auto}.phone-link{color:var(--ink);text-decoration:none;font-weight:600;font-size:.95rem}.lp-layout{display:grid;grid-template-columns:1fr 1fr;gap:0;flex:1;min-height:calc(100vh - 110px)}.lp-layout.full{grid-template-columns:1fr}.lp-hero{position:relative;background:radial-gradient(circle at 20% 10%,rgba(127,163,188,.22),transparent 45%),linear-gradient(165deg,#f4f7fa,#eef3f7 48%,#e8eef3);padding:3.5rem 3rem;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.lp-hero:after{content:"";position:absolute;inset:auto -10% -20% 30%;height:70%;background:url(/hero-woman.webp) center/cover no-repeat;opacity:.18;filter:grayscale(.15);pointer-events:none}.lp-hero-inner{position:relative;z-index:1;max-width:460px}.lp-hero h1{font-family:var(--serif);font-size:clamp(2.4rem,4vw,3.4rem);font-weight:400;line-height:1.05;margin:0 0 1rem}.lp-hero h1 span{color:var(--accent-deep)}.lp-hero p{margin:0 0 1.75rem;color:var(--ink-soft);font-size:1.05rem;line-height:1.55;max-width:36ch}.product-card{display:flex;gap:1rem;align-items:center;background:#ffffffd1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(90,125,140,.18);border-radius:18px;padding:1rem;box-shadow:var(--shadow);max-width:360px}.product-card img{width:88px;height:88px;object-fit:contain}.product-card strong{display:block;font-size:1rem;margin-bottom:.25rem}.product-card span{color:var(--muted);font-size:.9rem;line-height:1.4}.lp-wizard,.intake-shell{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.5rem 1.5rem 3rem;background:var(--surface)}.wizard-panel{width:min(100%,520px);animation:rise .35s ease both}@keyframes rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.progress{display:flex;gap:.45rem;justify-content:center;margin-bottom:2rem}.progress span{width:42px;height:10px;border-radius:var(--radius-pill);background:var(--line);color:transparent;font-size:0}.progress span.active,.progress span.done{background:var(--accent)}.question-title{font-size:clamp(1.55rem,2.6vw,2rem);font-weight:700;line-height:1.2;text-align:center;margin:0 0 1.5rem}.question-sub{text-align:center;color:var(--muted);margin:-.75rem 0 1.5rem;font-size:.95rem}.option-stack{display:flex;flex-direction:column;gap:.7rem}.option-btn,.choice-card{width:100%;appearance:none;background:var(--surface);border:1.5px solid var(--line);border-radius:12px;padding:1rem 1.15rem;text-align:center;color:var(--ink);cursor:pointer;transition:border-color .18s ease,background .18s ease,transform .18s ease}.option-btn{font-weight:500}.choice-card{display:flex;align-items:center;justify-content:space-between;gap:1rem;text-align:left}.option-btn:hover,.choice-card:hover{border-color:var(--accent-deep);transform:translateY(-1px)}.option-btn.selected,.choice-card.selected{border-color:var(--accent-deep);background:var(--accent-soft)}.choice-indicator{width:22px;height:22px;border-radius:50%;border:1.5px solid var(--line-strong);flex-shrink:0;display:grid;place-items:center}.choice-card.selected .choice-indicator{border-color:var(--accent-deep);background:var(--accent-deep)}.choice-card.selected .choice-indicator:after{content:"";width:8px;height:8px;border-radius:50%;background:#fff}.choice-card.checkbox.selected .choice-indicator{border-radius:6px}.choice-card.checkbox.selected .choice-indicator:after{content:"✓";width:auto;height:auto;background:none;color:#fff;font-size:.75rem;font-weight:700}.provider-avatar{width:56px;height:56px;margin:0 auto 1rem;display:block;border-radius:50%;overflow:hidden;box-shadow:0 8px 20px #5a7d8c24}.provider-avatar svg{display:block}.legal-note{margin-top:2rem;color:var(--muted);font-size:.78rem;line-height:1.5;text-align:center}.legal-note a{text-decoration:underline;text-underline-offset:2px}.pinned-footer{position:sticky;bottom:0;width:min(100%,520px);padding:1rem 0 .25rem;background:linear-gradient(to top,#fff 65%,#fff0);margin-top:1.25rem}.btn{appearance:none;border:none;border-radius:var(--radius-pill);padding:.95rem 1.5rem;font-weight:600;cursor:pointer;transition:transform .15s ease,opacity .15s ease,background .15s ease}.btn:disabled{cursor:not-allowed;opacity:.45}.btn-primary{background:var(--ink);color:#fff;width:100%}.btn-primary:not(:disabled):hover{transform:translateY(-1px)}.btn-next{background:var(--ink);color:#fff;padding:.85rem 1.4rem;margin-left:auto;display:inline-flex;align-items:center;gap:.4rem}.interstitial{width:min(100%,720px);animation:rise .4s ease both}.interstitial-header{display:flex;justify-content:center;margin-bottom:1.5rem}.stat-card{position:relative;border-radius:22px;overflow:hidden;min-height:360px;background:#1a2228 center/cover no-repeat;color:#fff;display:flex;align-items:flex-end;padding:2rem;box-shadow:var(--shadow)}.stat-card:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#0a0e12c7,#0a0e1233)}.stat-copy{position:relative;z-index:1}.stat-copy .big{font-family:var(--serif);font-size:clamp(3rem,8vw,4.5rem);line-height:.95}.stat-copy .mid{font-size:1.35rem;margin-top:.35rem}.stat-copy .accent{color:var(--accent);font-weight:600;font-size:1.2rem;margin-top:.35rem}.quote-card{border-radius:22px;padding:2.25rem;background:linear-gradient(145deg,#5a7d8c,#7fa3bc 55%,#a8c4d4);color:#fff;box-shadow:var(--shadow)}.quote-card blockquote{margin:0;font-family:var(--serif);font-size:clamp(1.45rem,3vw,2rem);line-height:1.25}.quote-card cite{display:block;margin-top:1.25rem;font-style:normal;font-size:.95rem;opacity:.92}.compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1.25rem}.compare-card{border:1.5px solid var(--line);border-radius:18px;padding:1.35rem;background:var(--surface)}.compare-card h3{margin:0 0 .85rem;font-size:1.15rem}.compare-media{display:block;width:120px;height:96px;object-fit:contain;margin:0 auto .75rem}.compare-card .metric{color:var(--accent-deep);font-weight:700;font-size:1.35rem}.compare-card .meta{color:var(--muted);font-size:.9rem;margin:.35rem 0 .85rem}.check-row{display:flex;align-items:center;gap:.5rem;font-size:.92rem}.check-dot{width:18px;height:18px;border-radius:50%;background:var(--accent-deep);color:#fff;display:grid;place-items:center;font-size:.7rem;flex-shrink:0}.benefit-carousel{display:grid;gap:1rem}.benefit-slide{border-radius:20px;padding:1.75rem;background:var(--surface-soft);border:1px solid var(--line)}.benefit-slide h3{margin:0 0 1rem;font-family:var(--serif);font-size:1.55rem;font-weight:400}.benefit-slide ul{margin:0;padding:0;list-style:none;display:grid;gap:.65rem}.benefit-slide li{display:flex;gap:.55rem;align-items:flex-start}.dots{display:flex;gap:.45rem;justify-content:center;margin:1rem 0 .25rem}.dots button{width:8px;height:8px;border-radius:50%;border:none;background:var(--line-strong);padding:0;cursor:pointer}.dots button.active{background:var(--accent-deep);width:18px;border-radius:var(--radius-pill)}.testimonial-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.testimonial-card{background:var(--surface-soft);border-radius:18px;overflow:hidden;border:1px solid var(--line)}.testimonial-photo{height:200px;background:linear-gradient(135deg,#d7e3eb,#b7c9d4) center/cover no-repeat}.form-stack{display:flex;flex-direction:column;gap:.85rem}.field-label{display:flex;flex-direction:column;gap:.4rem;font-size:.88rem;font-weight:600;color:var(--ink-soft)}.form-error{margin:.85rem 0 0;color:#b42318;font-size:.9rem;text-align:center;line-height:1.4}.testimonial-body{padding:1rem 1.1rem 1.2rem}.testimonial-body .name{font-weight:600;margin-bottom:.35rem}.testimonial-body .result{font-size:1.05rem}.testimonial-body .result strong{color:var(--accent-deep)}.badge{display:inline-flex;align-items:center;gap:.3rem;color:var(--muted);font-size:.82rem;margin-top:.55rem}.field{width:100%;border:1.5px solid var(--line);border-radius:12px;padding:.95rem 1rem;background:#fff;outline:none;transition:border-color .15s ease}.field:focus,.field.filled{border-color:var(--accent-deep)}.consent-row{display:flex;gap:.7rem;align-items:flex-start;margin-top:1.1rem;color:var(--muted);font-size:.88rem;line-height:1.45}.consent-row input{margin-top:.2rem}.consent-row a{text-decoration:underline;text-underline-offset:2px}.loading-screen{min-height:70vh;display:grid;place-items:center;text-align:center;padding:2rem}.spinner{width:42px;height:42px;border-radius:50%;border:3px solid var(--line);border-top-color:var(--accent-deep);animation:spin .8s linear infinite;margin:0 auto 1.25rem}@keyframes spin{to{transform:rotate(360deg)}}.complete-card{text-align:center;max-width:480px;width:100%}.complete-logo{display:grid;place-items:center;width:100%;margin:0 0 1.5rem}.complete-logo .brand-logo{display:grid;place-items:center}.complete-logo .brand-logo img{display:block;height:44px;width:auto}.complete-card h1{font-family:var(--serif);font-weight:400;font-size:2.4rem;margin:0 0 .75rem}.complete-card p{color:var(--ink-soft);line-height:1.55}.footnote{color:var(--muted);font-size:.78rem;line-height:1.45;margin-top:1rem}.interstitial-actions{display:flex;justify-content:flex-end;margin-top:1.5rem}.care-panel{border-radius:22px;padding:2rem;background:linear-gradient(160deg,#ffffffeb,#e8f0f5f2),url(/product-glp1.webp) right -20px bottom -40px / 280px no-repeat;border:1px solid var(--line);box-shadow:var(--shadow)}.care-panel h2{font-family:var(--serif);font-weight:400;font-size:clamp(1.7rem,3vw,2.2rem);margin:0 0 .75rem;max-width:18ch}.care-panel p{margin:0;color:var(--ink-soft);max-width:42ch;line-height:1.5}.below-fold{border-top:1px solid var(--line);padding:3rem 1.5rem 4rem;background:var(--surface-soft)}.below-fold-inner{max-width:980px;margin:0 auto}.below-fold h2{font-family:var(--serif);font-weight:400;font-size:2rem;margin:0 0 .5rem}.product-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1.5rem}.mini-product{background:#fff;border-radius:16px;padding:1.25rem;border:1px solid var(--line)}.mini-product strong{display:block;margin-bottom:.35rem}.mini-product span{color:var(--muted);font-size:.9rem;line-height:1.4}@media(max-width:960px){.lp-layout{grid-template-columns:1fr}.lp-hero{min-height:280px;padding:2rem 1.5rem}.lp-hero:after{opacity:.12}.compare-grid,.testimonial-grid,.product-row{grid-template-columns:1fr}}@media(min-width:700px){.testimonial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.funnel-page{min-height:100vh;max-width:920px;margin:0 auto;padding:2.5rem 1.25rem 4rem}.funnel-header h1{font-family:var(--serif);font-weight:400;font-size:2.4rem;margin:.2rem 0 .5rem}.funnel-kicker{margin:0;text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;color:var(--muted)}.funnel-header p:last-child{margin:0;color:var(--ink-soft)}.funnel-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin:2rem 0 1.5rem}.funnel-summary div{background:var(--surface-soft);border:1px solid var(--line);border-radius:var(--radius);padding:1rem 1.1rem}.funnel-summary span{display:block;color:var(--muted);font-size:.85rem;margin-bottom:.35rem}.funnel-summary strong{font-size:1.6rem;font-weight:600}.funnel-table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:var(--radius)}.funnel-table{width:100%;border-collapse:collapse;font-size:.95rem}.funnel-table th,.funnel-table td{padding:.85rem 1rem;text-align:left;border-bottom:1px solid var(--line);vertical-align:middle}.funnel-table th{background:var(--surface-soft);color:var(--muted);font-weight:500;font-size:.82rem;text-transform:uppercase;letter-spacing:.04em}.funnel-table tr:last-child td{border-bottom:0}.funnel-drop td{background:#faf6f2}.funnel-step{min-width:220px}.funnel-step span{display:block;margin-bottom:.45rem}.funnel-bar{height:6px;background:var(--line);border-radius:999px;overflow:hidden}.funnel-bar>span{display:block;height:100%;margin:0;background:var(--accent-deep)}.funnel-status,.funnel-error,.funnel-updated{color:var(--muted)}.funnel-error{color:#9b3b2e}@media(max-width:700px){.funnel-summary{grid-template-columns:1fr}}
