:root{--teal: #125051;--teal-light: #1a6e6f;--teal-pale: #e8f4f4;--gold: #b7d2bc;--gold-light: #b7d2bc;--gold-pale: #eef5ef;--coral: #F07A6A;--slate: #46545D;--gray-light: #E8EBED;--gray-mid: #c0c8cc;--text-dark: #333333;--text-mid: #555555;--white: #ffffff;--shadow: 0 4px 24px rgba(18, 80, 81, .1);--shadow-lg: 0 8px 40px rgba(18, 80, 81, .16);--radius: 12px;--radius-lg: 24px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}[hidden]{display:none!important}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;overflow:hidden;white-space:nowrap;clip:rect(0 0 0 0);clip-path:inset(50%)}html{scroll-behavior:smooth;scroll-padding-top:84px}body{font-family:Segoe UI,system-ui,-apple-system,sans-serif;color:var(--text-dark);background:#f7f9f9;line-height:1.6}nav{position:sticky;top:0;z-index:1000;background:var(--teal);padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:68px;box-shadow:0 2px 16px #0000002e}.nav-logo{display:flex;align-items:center;gap:.25rem}.nav-logo img{height:69.12px;display:block}.nav-logo-bamh{padding:10px 0}.nav-links{display:flex;gap:.72rem;align-items:center;list-style:none}.nav-links a{color:#ffffffe0;text-decoration:none;padding:.45rem .9rem;border-radius:6px;font-size:.88rem;font-weight:500;transition:all .2s;white-space:nowrap}.nav-links a:hover,.nav-links a.active{background:#b7d2bc2e;color:var(--gold-light)}.nav-cta{background:var(--gold);color:var(--teal)!important;font-weight:700!important;border-radius:30px!important;padding:.5rem 1.3rem!important}.nav-cta:hover{background:#b7d2bc!important;color:var(--teal)!important}.nav-cta-refer{background:transparent!important;color:var(--gold-light)!important;border:1.5px solid var(--gold-light)!important}.nav-cta-refer:hover{background:var(--gold)!important;color:var(--teal)!important;border-color:var(--gold)!important}.nav-cta-secondary-item{margin-left:.144rem}.nav-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;background:none;border:0;border-radius:8px;cursor:pointer}.nav-toggle:hover,.nav-toggle:focus-visible{background:#b7d2bc2e}.nav-toggle-bar{display:block;width:24px;height:2px;border-radius:2px;background:#fff;transition:transform .2s,opacity .2s}.nav-open .nav-toggle-bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-open .nav-toggle-bar:nth-child(2){opacity:0}.nav-open .nav-toggle-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-badge{background:var(--coral);color:#fff;border-radius:999px;font-size:.7rem;padding:.1rem .45rem;margin-left:4px;vertical-align:middle;font-weight:700}.nav-item{position:relative}.nav-item>a{display:flex;align-items:center;gap:.25rem}.nav-chevron{font-size:.7rem;opacity:.7;transition:transform .2s}.nav-item:hover .nav-chevron{transform:rotate(180deg)}.nav-dropdown{position:absolute;top:calc(100% + 10px);left:0;background:#0c3c3d;border-radius:10px;padding:.5rem 0;min-width:210px;box-shadow:0 8px 28px #00000052;list-style:none;opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .18s,transform .18s,visibility .18s;z-index:200}.nav-item:hover .nav-dropdown,.nav-item:focus-within .nav-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown li a{display:block;padding:.48rem 1.2rem;color:#ffffffd9;font-size:.84rem;font-weight:500;border-radius:0;white-space:nowrap}.nav-dropdown li a:hover{background:#b7d2bc2e;color:var(--gold-light)}.nav-dropdown li+li{border-top:1px solid rgba(255,255,255,.06)}@media(max-width:1199px){nav.site-nav{flex-wrap:wrap;height:auto;min-height:64px;padding:.4rem 1rem}nav.site-nav .nav-logo img{height:52px}nav.site-nav .nav-toggle{display:inline-flex}nav.site-nav .nav-links{display:none;width:100%;flex-direction:column;align-items:stretch;gap:.1rem;padding:.6rem 0 1rem;max-height:calc(100vh - 76px);max-height:calc(100dvh - 76px);overflow-y:auto}nav.site-nav.nav-open .nav-links{display:flex}nav.site-nav .nav-links a{display:block;padding:.65rem .9rem;font-size:.95rem}nav.site-nav .nav-item{display:block}nav.site-nav .nav-item>a{display:block}nav.site-nav .nav-chevron{display:none}nav.site-nav .nav-dropdown{position:static;opacity:1;visibility:visible;transform:none;transition:none;box-shadow:none;min-width:0;margin:.1rem 0 .5rem;padding:.25rem 0;background:#00000038}nav.site-nav .nav-dropdown li a{padding:.5rem 1.8rem;font-size:.88rem;white-space:normal}nav.site-nav .nav-links>li:has(.nav-cta){order:-1}nav.site-nav .nav-cta{display:block;text-align:center;margin:.25rem 0}nav.site-nav .nav-cta-secondary-item{margin-left:0}}.hero{background:linear-gradient(135deg,var(--teal) 0%,#0d3b3c 50%,#1a5c5e 100%);color:#fff;padding:4rem 2rem 3rem;position:relative;overflow:hidden;min-height:520px;display:flex;align-items:center}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 80% 50%,rgba(183,210,188,.08) 0%,transparent 70%);pointer-events:none}.hero-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 400px;gap:3rem;align-items:center;width:100%;position:relative;z-index:1}.hero-eyebrow{background:#b7d2bc33;border:1px solid rgba(183,210,188,.4);color:var(--gold-light);font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:.35rem .9rem;border-radius:999px;display:inline-block;margin-bottom:1.2rem}.hero h1{font-size:2.8rem;font-weight:800;line-height:1.12;margin-bottom:1rem}.hero h1 span{color:var(--gold)}.hero p{font-size:1.05rem;opacity:.88;max-width:540px;margin-bottom:2rem}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.btn-primary{background:var(--gold);color:var(--teal);font-weight:700;padding:.8rem 1.8rem;border-radius:999px;text-decoration:none;font-size:.95rem;transition:all .2s;display:inline-flex;align-items:center;gap:.5rem;border:none;cursor:pointer}.btn-primary:hover{background:#b7d2bc;transform:translateY(-1px);box-shadow:0 4px 16px #b7d2bc66}.btn-secure-checkout,.btn-secure-checkout:hover{background:#e3cfa4}.section-alt .alert+.btn-primary,.section-alt .alert+a.btn-primary{background:#b7d2bc;color:var(--teal)}.btn-outline{border:2px solid rgba(255,255,255,.5);color:#fff;padding:.8rem 1.8rem;border-radius:999px;text-decoration:none;font-size:.95rem;transition:all .2s;display:inline-flex;align-items:center;gap:.5rem;background:transparent;cursor:pointer}.btn-outline:hover{border-color:#fff;background:#ffffff1a}.hero-image{display:flex;align-items:center;justify-content:center}.hero-image img{max-height:340px;filter:drop-shadow(0 8px 32px rgba(0,0,0,.3));animation:floatDNA 6s ease-in-out infinite}@keyframes floatDNA{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}.screening-hero{min-height:0;padding-bottom:4rem}.screening-hero-grid{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:2rem}.screening-hero-copy p{max-width:620px}.screening-hero-tags{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.screening-hero-tag{display:inline-flex;align-items:center;padding:.5rem .9rem;border-radius:999px;background:#ffffff1a;border:1px solid rgba(255,255,255,.18);color:#ffffffeb;font-size:.82rem;font-weight:600}.screening-hero-panel{background:linear-gradient(180deg,#ffffff24,#ffffff14);border:1px solid rgba(255,255,255,.14);border-radius:28px;padding:1.5rem;box-shadow:0 20px 48px #0000002e;backdrop-filter:blur(10px)}.screening-hero-panel-header h2{font-size:1.35rem;line-height:1.25;margin-top:.35rem;color:#fff}.screening-hero-panel-kicker{display:inline-flex;align-items:center;padding:.28rem .7rem;border-radius:999px;background:#b7d2bc33;color:var(--gold-light);font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.screening-hero-metrics{display:grid;gap:.9rem;margin-top:1.2rem}.screening-hero-metric{padding:1rem 1.05rem;border-radius:18px;background:#0c3c3da8;border:1px solid rgba(255,255,255,.08)}.screening-hero-metric strong{display:block;color:#fff;font-size:.95rem;margin-bottom:.25rem}.screening-hero-metric span{display:block;color:#ffffffc7;font-size:.86rem;line-height:1.55}.screening-hero-note{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.12);color:#ffffffc2;font-size:.84rem;line-height:1.6}.stats-bar{background:var(--gold-pale);border-top:3px solid var(--gold);border-bottom:3px solid var(--gold-light);padding:1.4rem 2rem}.stats-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.stat-item{text-align:center}.stat-number{font-size:2rem;font-weight:800;color:var(--teal);line-height:1}.stat-label{font-size:.8rem;color:var(--slate);margin-top:.25rem}.section{padding:4rem 2rem}.section-alt{background:#fff}.section-teal{background:var(--teal);color:#fff}.section-inner{max-width:1200px;margin:0 auto}.section-eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:.6rem}.section-eyebrow--lozenge{display:inline-flex;align-items:center;padding:.35rem .9rem;border-radius:999px;background:#ffffff26;border:1px solid rgba(255,255,255,.22)}.section-teal .section-eyebrow{color:var(--gold-light)}.section h2{font-size:2rem;font-weight:800;color:var(--teal);margin-bottom:.8rem;line-height:1.2}.section-teal h2{color:#fff}.section h2 span{color:var(--gold)}.section-teal h2 span{color:var(--gold-light)}.lead{font-size:1.05rem;color:var(--text-mid);max-width:680px;margin-bottom:2rem}.section-teal .lead{color:#ffffffd1}.divider{width:56px;height:4px;background:var(--gold);border-radius:2px;margin:.8rem 0 1.8rem}.section-teal .divider{background:var(--gold-light)}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.two-col-img{border-radius:var(--radius-lg);overflow:hidden;text-align:center}.two-col-img img{max-width:100%;border-radius:var(--radius-lg)}.metaboliser-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;margin-top:2rem}.met-card{background:#fff;border:2px solid var(--gray-light);border-radius:var(--radius);padding:1.4rem 1rem;text-align:center;cursor:pointer;transition:all .22s;position:relative;overflow:hidden}.met-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px}.met-card.poor:before{background:var(--coral)}.met-card.intermediate:before{background:#f5a623}.met-card.normal:before{background:#4caf50}.met-card.rapid:before{background:#2196f3}.met-card.ultrarapid:before{background:var(--teal)}.met-card:hover{border-color:var(--teal);box-shadow:var(--shadow-lg);transform:translateY(-3px)}.met-card.active{border-color:var(--teal);box-shadow:var(--shadow-lg);background:var(--teal-pale)}.met-icon{font-size:2rem;margin-bottom:.5rem}.icon,img.icon{width:20px;height:20px;display:inline-block;vertical-align:-.125em;margin-right:.5rem}.glossary-icon{width:18px;height:18px;display:inline-block;vertical-align:-.125em;margin-right:.5rem}.met-title{font-size:.85rem;font-weight:700;color:var(--teal);margin-bottom:.4rem}.met-subtitle{font-size:.72rem;color:var(--text-mid);line-height:1.4}.met-detail{display:none;background:#fff;border:2px solid var(--teal);border-radius:var(--radius);padding:1.8rem 2rem;margin-top:1.5rem;animation:fadeIn .3s ease}.met-detail.show{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.met-detail h3{color:var(--teal);font-size:1.2rem;margin-bottom:.5rem}.met-detail p{font-size:.92rem;color:var(--text-mid);margin-bottom:.8rem}.met-detail ul{padding-left:1.2rem;font-size:.92rem;color:var(--text-mid)}.met-detail ul li{margin-bottom:.35rem}.prodrug-note-panel{background:#e3cfa4;border-radius:var(--radius);padding:1.4rem}.met-badge{display:inline-block;padding:.25rem .7rem;border-radius:999px;font-size:.75rem;font-weight:700;margin-bottom:.8rem}.badge-poor{background:#fde8e5;color:#c0392b}.badge-intermediate{background:#fef3e2;color:var(--teal)}.badge-normal{background:#e8f5e9;color:#2e7d32}.badge-rapid{background:#e3f2fd;color:#1565c0}.badge-ultrarapid{background:var(--teal-pale);color:var(--teal)}.process-steps{display:flex;gap:0;position:relative;margin-top:2rem}.process-steps:before{content:"";position:absolute;top:36px;left:36px;right:36px;height:2px;background:linear-gradient(to right,var(--gold),var(--teal));z-index:0}.step{flex:1;text-align:center;position:relative;z-index:1;padding:0 .5rem}.step-num{width:72px;height:72px;border-radius:50%;background:var(--teal);color:#fff;font-size:1.4rem;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;border:4px solid white;box-shadow:0 4px 16px #12505140;transition:all .2s}.step:hover .step-num{background:var(--gold);color:var(--teal);transform:scale(1.08)}.step h4{font-size:.9rem;font-weight:700;color:var(--teal);margin-bottom:.4rem}.step p{font-size:.8rem;color:var(--text-mid)}.pricing-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2rem;max-width:760px}.pricing-card{background:#fff;border:2px solid var(--gray-light);border-radius:var(--radius-lg);padding:2rem 1.5rem;text-align:center;transition:all .22s;position:relative;overflow:hidden}.pricing-card.featured{border-color:var(--teal);box-shadow:var(--shadow-lg)}.pricing-card.featured:before{content:"Most Popular";position:absolute;top:16px;right:-28px;background:var(--gold);color:var(--teal);font-size:.7rem;font-weight:700;padding:4px 40px;transform:rotate(45deg)}.pricing-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.price-name{font-size:.85rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--slate);margin-bottom:.5rem}.price-amount{font-size:2.6rem;font-weight:800;color:var(--teal);line-height:1}.price-period{font-size:.8rem;color:var(--text-mid)}.price-features{list-style:none;text-align:left;margin:1.4rem 0}.price-features li{font-size:.88rem;color:var(--text-mid);padding:.45rem 0;border-bottom:1px solid var(--gray-light);display:flex;align-items:flex-start;gap:.5rem}.price-features li:before{content:"✓";color:var(--teal);font-weight:700;flex-shrink:0;margin-top:1px}.insurance-note{background:var(--gold-pale);border:1px solid var(--gold-light);border-radius:var(--radius);padding:1rem 1.4rem;margin-top:1.5rem;font-size:.88rem;color:var(--slate)}.insurance-note strong{color:var(--teal)}.order-form{background:#fff;border-radius:var(--radius-lg);padding:2.5rem;box-shadow:var(--shadow);max-width:820px;margin:2rem auto 0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}.form-group{display:flex;flex-direction:column;gap:.35rem}.form-group.full{grid-column:1 / -1}.form-group label{font-size:.84rem;font-weight:600;color:var(--slate)}.form-group label .req{color:var(--coral);margin-left:2px}.form-group input,.form-group select,.form-group textarea{padding:.65rem .9rem;border:1.5px solid var(--gray-mid);border-radius:8px;font-size:.92rem;color:var(--text-dark);font-family:inherit;transition:border-color .2s,box-shadow .2s;background:#fafbfc}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--teal);box-shadow:0 0 0 3px #1250511a;background:#fff}.form-group textarea{resize:vertical;min-height:90px}.form-section-title{font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--teal);padding:1rem 0 .5rem;border-top:2px solid var(--gray-light);margin-top:.5rem;grid-column:1 / -1}.form-section-title:first-child{border-top:none;padding-top:0}.form-check{display:flex;align-items:flex-start;gap:.6rem;font-size:.88rem;color:var(--text-mid);cursor:pointer}.form-check input[type=checkbox]{accent-color:var(--teal);width:16px;height:16px;margin-top:2px;flex-shrink:0}.form-submit{text-align:center;margin-top:1.8rem}.progress-bar{height:6px;background:var(--gray-light);border-radius:999px;margin-bottom:1.5rem;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(to right,var(--teal),var(--gold));border-radius:999px;width:0%;transition:width .4s ease}.form-steps-indicator{display:flex;gap:.5rem;justify-content:center;margin-bottom:1.5rem}.form-step-dot{width:10px;height:10px;border-radius:50%;background:var(--gray-light);transition:all .2s}.form-step-dot.active{background:var(--teal)}.form-step-dot.done{background:var(--gold)}.form-panel{display:none}.form-panel.active{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}.form-nav{display:flex;gap:1rem;justify-content:space-between;margin-top:1.5rem}.consent-section-note{font-size:.83rem;color:var(--text-mid);margin:0}.consent-policy-check{padding:.9rem 1rem;border:1.5px solid rgba(18,80,81,.12);border-radius:10px;background:var(--teal-pale)}.consent-policy-check a{color:var(--teal);font-weight:700}.consent-policy-check a:hover{color:var(--teal-light)}.consent-choice-item{border:1.5px solid rgba(18,80,81,.12);border-radius:12px;background:#fff;padding:1rem 1.1rem}.consent-choice-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.8rem;margin-bottom:.85rem}.consent-choice-title{font-weight:700;color:var(--teal);font-size:.9rem;line-height:1.4}.consent-choice-control{margin:0}.consent-radio-group{display:flex;gap:.8rem;flex-wrap:wrap}.consent-inline-choice{margin:0;flex:1 1 260px;min-width:240px;padding:.85rem .95rem;border-radius:10px;border:1.5px solid var(--gray-light);background:#fafbfc}.consent-inline-choice:hover{border-color:var(--teal)}.choice-yes{color:#2e7d32;font-weight:600}.choice-no{color:#c62828;font-weight:600}.help-tooltip{position:relative;flex-shrink:0}.help-tooltip-trigger{width:28px;height:28px;border-radius:50%;border:1.5px solid rgba(18,80,81,.18);background:var(--teal-pale);color:var(--teal);font-size:.82rem;font-weight:800;cursor:help;font-family:inherit;line-height:1}.help-tooltip-trigger:hover,.help-tooltip-trigger:focus-visible{outline:none;border-color:var(--teal);background:#fff;box-shadow:0 0 0 3px #1250511f}.help-tooltip-content{position:absolute;top:calc(100% + .5rem);right:0;width:min(360px,calc(100vw - 3rem));padding:.95rem 1rem;border-radius:12px;background:var(--teal);color:#fff;font-size:.82rem;line-height:1.6;box-shadow:var(--shadow-lg);opacity:0;pointer-events:none;transform:translateY(-4px);transition:opacity .16s ease,transform .16s ease;z-index:20}.help-tooltip-content strong{display:block;margin-bottom:.35rem;color:var(--gold-light)}.help-tooltip-content:before{content:"";position:absolute;top:-6px;right:10px;width:12px;height:12px;background:var(--teal);transform:rotate(45deg)}.help-tooltip:hover .help-tooltip-content,.help-tooltip:focus-within .help-tooltip-content{opacity:1;pointer-events:auto;transform:translateY(0)}.tabs{margin-top:2rem}.tab-nav{display:flex;gap:.3rem;border-bottom:2px solid var(--gray-light);margin-bottom:2rem;overflow-x:auto}.tab-btn{padding:.7rem 1.3rem;border:none;background:none;cursor:pointer;font-size:.9rem;font-weight:600;color:var(--text-mid);border-bottom:3px solid transparent;margin-bottom:-2px;transition:all .2s;white-space:nowrap;font-family:inherit}.tab-btn:hover{color:var(--teal)}.tab-btn.active{color:var(--teal);border-bottom-color:var(--teal)}.tab-panel{display:none;animation:fadeIn .3s ease}.tab-panel.active{display:block}.faq-list{margin-top:1.5rem}.faq-item{border:1.5px solid var(--gray-light);border-radius:var(--radius);margin-bottom:.75rem;overflow:hidden;transition:border-color .2s}.faq-item:hover{border-color:var(--teal)}.faq-q{padding:1.1rem 1.4rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-weight:600;font-size:.95rem;color:var(--teal);background:#fff;transition:background .2s;gap:1rem}.faq-q:hover{background:var(--teal-pale)}.faq-icon{width:1.1rem;height:1.1rem;display:inline-block;font-size:1.4rem;flex-shrink:0;transition:transform .2s;color:var(--gold)}.faq-a{display:none;padding:0 1.4rem 1.2rem;font-size:.92rem;color:var(--text-mid);line-height:1.7;border-top:1px solid var(--gray-light);background:#fafbfc}.faq-a.show{display:block;animation:fadeIn .25s ease}.faq-item.open .faq-icon{transform:rotate(45deg)}.faq-item.open{border-color:var(--teal)}.glossary-search{display:flex;gap:.8rem;margin-bottom:1.5rem}.glossary-search input{flex:1;padding:.7rem 1rem;border:1.5px solid var(--gray-mid);border-radius:8px;font-size:.92rem;font-family:inherit}.glossary-search input:focus{outline:none;border-color:var(--teal);box-shadow:0 0 0 3px #1250511a}.glossary-letters{display:flex;flex-wrap:wrap;gap:.3rem;margin-bottom:1.2rem}.alpha-btn{width:34px;height:34px;border-radius:6px;border:1.5px solid var(--gray-light);background:#fff;cursor:pointer;font-weight:700;font-size:.82rem;color:var(--slate);transition:all .15s;font-family:inherit}.alpha-btn:hover,.alpha-btn.active{background:var(--teal);color:#fff;border-color:var(--teal)}.glossary-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.glossary-item{background:#fff;border:1px solid var(--gray-light);border-radius:8px;padding:.8rem 1rem;transition:all .15s}.glossary-item:hover{border-color:var(--teal);background:var(--teal-pale)}.glossary-term{font-weight:700;font-size:.9rem;color:var(--teal);margin-bottom:.25rem}.glossary-def{font-size:.82rem;color:var(--text-mid)}.glossary-item.hidden{display:none}.resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-top:1.5rem}.resource-card{background:#fff;border:1.5px solid var(--gray-light);border-radius:var(--radius);padding:1.4rem;transition:all .2s;text-decoration:none;color:inherit;display:block}.resource-card:hover{border-color:var(--teal);box-shadow:var(--shadow);transform:translateY(-2px)}.resource-tag{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--gold);margin-bottom:.5rem}.resource-card h4{font-size:.9rem;font-weight:700;color:var(--teal);margin-bottom:.4rem;line-height:1.3}.resource-card p{font-size:.8rem;color:var(--text-mid)}.alert{border-radius:var(--radius);padding:1rem 1.4rem;margin:1rem 0;display:flex;gap:.8rem;align-items:flex-start}.alert-info{background:#e8f4f4;border-left:4px solid #3d4b52}.alert-warn{background:#fff8e1;border-left:4px solid #f9a825}.alert-success{background:#e8f5e9;border-left:4px solid #2e7d32}.alert-critical{background:#fde8e5;border-left:4px solid var(--coral)}.alert-icon{background:#2563eb;color:#fff;border-radius:50%;width:1.25rem;height:1.25rem;display:inline-flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0;font-size:.75rem;margin-top:2px;font-family:system-ui,-apple-system,sans-serif}.alert-icon-badge{background:#2563eb;color:#fff;border-radius:50%;width:1.25rem;height:1.25rem;display:inline-flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0;font-size:.75rem}.turnstile-center{display:flex;justify-content:center;margin:1.25rem 0}.icon,img.icon{width:1.15rem;height:1.15rem;display:inline-block;vertical-align:middle;object-fit:contain}.btn-icon{width:1rem;height:1rem}.teal-icon,.info-icon,.ref-email-icon,.ref-section-icon,.ref-success-icon,.section-inline-icon,.resource-card-icon,.ref-review-icon,.met-icon{width:1.25rem;height:1.25rem}.ref-review-icon{margin-right:.5rem}.glossary-term{display:flex;align-items:center;gap:.5rem;font-weight:700}.glossary-icon{width:1.1rem;height:1.1rem;display:inline-block;vertical-align:middle}.alert-content{font-size:.88rem;color:var(--text-dark);line-height:1.6}.alert-content strong{display:block;margin-bottom:.2rem}.policy-hero{min-height:440px;padding-bottom:5rem}.policy-panel{background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);margin-top:-3rem;padding:2.25rem;position:relative;z-index:2}.policy-alert{margin-bottom:1.5rem}.consent-policy-list{display:grid;gap:0;border:1.5px solid rgba(18,80,81,.12);border-radius:var(--radius);overflow:hidden}.consent-policy-section+.consent-policy-section{margin-top:2rem}.consent-policy-section-header{margin-bottom:1rem}.consent-policy-section-header h3{color:var(--teal);font-size:1.1rem;margin-bottom:.35rem}.consent-policy-section-header p{font-size:.88rem;color:var(--text-mid)}.consent-policy-item{padding:.4rem 1.5rem;background:linear-gradient(180deg,#fff,#fcfdfd)}.consent-policy-number{display:inline-flex;align-items:center;justify-content:center;padding:.3rem .7rem;margin-bottom:.8rem;border-radius:999px;background:var(--teal-pale);color:var(--teal);font-size:.74rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.consent-policy-item h3{color:var(--teal);font-size:1.05rem;margin-bottom:.6rem}.consent-policy-item p{font-size:.9rem;color:var(--text-mid);margin-bottom:1rem}.consent-policy-label{padding:.85rem 1rem;border-radius:10px;background:var(--gold-pale);color:var(--slate);font-size:.84rem;line-height:1.5}.consent-policy-options{list-style:none;padding:0;margin:0}.consent-policy-options li+li{margin-top:.35rem}.policy-cta-row{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2rem}.policy-outline-link{border-color:var(--teal);color:var(--teal)}.policy-outline-link:hover{border-color:var(--teal-light);background:#1250510f}.terms-page-main{background:#fff}.terms-section{padding-top:4.5rem}.terms-panel{margin-top:0}.terms-content{max-width:860px;color:var(--text-mid)}.terms-content h1,.terms-content h2,.terms-content h3{color:var(--teal);line-height:1.25}.terms-content h1{font-size:clamp(2rem,4vw,3rem);margin-bottom:1.25rem}.terms-content h2{font-size:1.7rem;margin-top:2.8rem;margin-bottom:1rem;padding-top:1.8rem;border-top:1.5px solid rgba(18,80,81,.12)}.terms-content h3{font-size:1.08rem;margin-top:1.8rem;margin-bottom:.55rem}.terms-content p,.terms-content li,.terms-content td,.terms-content th{font-size:.95rem}.terms-content p,.terms-content ul,.terms-table-wrap{margin-bottom:1rem}.terms-content ul{padding-left:1.35rem}.terms-content li+li{margin-top:.3rem}.terms-table-wrap{overflow-x:auto;border:1.5px solid rgba(18,80,81,.12);border-radius:var(--radius)}.terms-content table{width:100%;min-width:620px;border-collapse:collapse;background:#fff}.terms-content th,.terms-content td{padding:.8rem 1rem;text-align:left;vertical-align:top;border-bottom:1px solid rgba(18,80,81,.1)}.terms-content th{background:var(--teal-pale);color:var(--teal);font-weight:800}.terms-content tr:last-child td{border-bottom:0}.order-page-main{padding-bottom:4rem}.order-hero{min-height:420px;padding-bottom:4.5rem}.order-shell,.order-success-shell{max-width:calc(1200px + 4rem);margin:-3rem auto 0;padding:0 2rem;position:relative;z-index:2}.order-inline-banner{max-width:calc(1200px + 4rem);margin:1.25rem auto 0;padding:0 2rem}.order-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:1.5rem;align-items:start}.order-product-card,.order-cart-card,.order-success-card,.order-transition-card{background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.order-product-card,.order-cart-card,.order-success-card{padding:2rem}.order-transition-card{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(240px,.75fr);gap:1.5rem;align-items:center;margin-top:2rem;padding:2rem}.order-transition-actions{display:flex;flex-direction:column;gap:.85rem;align-items:flex-start}.order-transition-actions>*{width:100%;box-sizing:border-box}.order-transition-actions .btn-primary,.order-transition-actions .btn-outline,.order-transition-actions .order-price-pill{display:inline-flex;justify-content:center;align-items:center;padding:.8rem 1rem;font-size:.95rem}.order-badge{display:inline-flex;align-items:center;justify-content:center;padding:.35rem .85rem;border-radius:999px;background:var(--teal-pale);color:var(--teal);font-size:.76rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.order-price-row{display:flex;gap:1.5rem;justify-content:space-between;align-items:flex-start;margin:1rem 0 1.4rem}.order-buy-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1.75rem;align-items:start;margin:1rem 0 1.4rem}.order-buy-copy{min-width:0}.order-buy-copy h2{margin-bottom:.55rem}.order-buy-button{display:flex;justify-content:flex-end;align-items:flex-start}.buy-card{display:grid;gap:.9rem;align-content:start;justify-items:stretch;width:100%;min-width:240px;max-width:22rem;padding:1.6rem;border-radius:var(--radius-lg);background:var(--teal);box-shadow:var(--shadow-lg);text-align:center}.buy-card__media{border-radius:var(--radius);background:#f2f2f0;padding:.9rem;overflow:hidden}.buy-card__media img{display:block;width:100%;height:auto;border-radius:calc(var(--radius) - 6px)}.buy-card__name{color:var(--white);font-size:1.5rem;font-weight:600;line-height:1.2;margin:.2rem 0 0}.buy-card__price{color:var(--white);font-size:2.6rem;font-weight:800;line-height:1;margin:0}.buy-card__button{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:56px;margin-top:.4rem;padding:.85rem 1.6rem;border:none;border-radius:var(--radius);background:var(--gold);color:var(--teal);font:inherit;font-size:1.15rem;font-weight:600;text-decoration:none;cursor:pointer;transition:background .2s,transform .2s}.buy-card__button:hover{background:#c8dfcc;transform:translateY(-1px)}.buy-card__button:disabled{cursor:not-allowed;opacity:.6;transform:none}.buy-card__note{color:#ffffffb8;font-size:.8rem;margin:0}.buy-card .referral-pay-promo-label{color:#ffffffdb;text-align:left}.buy-card .referral-pay-promo-input{border-color:#ffffff47}.checkout-body{background:var(--teal);min-height:100vh}.checkout-topbar{display:flex;align-items:center;gap:1.1rem;padding:1.1rem 2rem}.checkout-topbar img{height:44px;width:auto;display:block}.checkout-topbar-bamh{height:34px!important;opacity:.85}.checkout-topbar .checkout-back-link{margin-left:auto}.checkout-page{padding:0 2rem 1rem}.checkout-shell{max-width:1180px;margin:0 auto}.checkout-back-link{color:#ffffffd1;font-size:.9rem;font-weight:600;text-decoration:none}.checkout-back-link:hover{color:var(--white);text-decoration:underline}.checkout-block,.checkout-message{margin-bottom:1.4rem}.checkout-loading{color:#ffffffb3;font-size:.92rem;padding:1rem 0}.checkout-embed{min-height:520px;padding:.625rem .625rem .875rem}.checkout-footnote{color:#ffffff9e;font-size:.82rem;margin-top:.5rem;text-align:center}.checkout-legal{display:flex;align-items:center;justify-content:center;gap:.6rem;padding:1.6rem 2rem 2.5rem;font-size:.78rem;color:#ffffff59}.checkout-legal a{color:#ffffff9e;text-decoration:none}.checkout-legal a:hover{color:var(--white);text-decoration:underline}.order-price-row h2{margin-bottom:.55rem}.order-buy-copy p,.order-price-row p,.order-cart-copy{font-size:.92rem;color:var(--text-mid)}.order-buy-copy p{margin-bottom:1rem}.order-price-block{min-width:180px;text-align:right}.order-price-label{font-size:.76rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--slate)}.order-price-amount{font-size:2.4rem;font-weight:800;line-height:1;color:var(--teal);margin-top:.35rem}.order-price-meta{font-size:.82rem;color:var(--text-mid);margin-top:.35rem}.order-price-pill{display:inline-flex;align-items:center;justify-content:center;padding:.7rem 1rem;border-radius:999px;background:var(--gold-pale);color:var(--teal);font-size:.88rem;font-weight:800}.order-feature-list{list-style:none;display:grid;gap:.8rem}.order-feature-list li{display:flex;gap:.65rem;align-items:flex-start;font-size:.92rem;color:var(--text-mid)}.order-feature-list li:before{content:"✓";color:var(--teal);font-weight:800;flex-shrink:0;margin-top:.05rem}.order-product-actions{display:flex;gap:.85rem;flex-wrap:wrap;justify-content:flex-start;margin-top:1.4rem}.order-product-actions .btn-primary,.order-product-actions .btn-outline{justify-content:center}.order-cart-card{position:sticky;top:92px}.order-cart-card h2{color:var(--teal);font-size:1.4rem;margin-bottom:.5rem}.order-cart-state{margin:1.25rem 0}.order-cart-empty,.order-cart-item{border-radius:var(--radius);padding:1rem 1.1rem}.order-cart-empty{border:1.5px dashed rgba(18,80,81,.2);background:#fafbfc}.order-cart-empty strong{display:block;color:var(--teal);margin-bottom:.35rem}.order-cart-empty p{font-size:.86rem;color:var(--text-mid)}.order-cart-item{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;background:var(--teal-pale);border:1.5px solid rgba(18,80,81,.12)}.order-cart-meta{font-size:.82rem;color:var(--text-mid);margin-top:.25rem}.order-cart-total{font-size:1rem;font-weight:800;color:var(--teal);white-space:nowrap}.order-cart-actions{display:grid;gap:.85rem;margin-top:1rem}.order-message{margin:0 0 1rem}.order-message[hidden]{display:none}.order-secondary-actions{display:flex;gap:.85rem;flex-wrap:wrap;margin-top:1.2rem}.order-link-secondary{border-color:var(--teal);color:var(--teal)}.order-link-secondary:hover{border-color:var(--teal-light);background:#1250510f;color:var(--teal)}.referral-pay-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.38fr);gap:1.5rem;align-items:start;margin-top:1rem}.referral-pay-card h2{color:var(--teal);margin:.85rem 0 .5rem}.referral-pay-lead{margin-bottom:1.2rem}.referral-pay-action-panel{display:grid;justify-items:stretch}.referral-pay-promo-label{color:var(--teal);font-size:.82rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.referral-pay-promo-input{width:100%;min-height:46px;border:1.5px solid rgba(18,80,81,.18);border-radius:calc(var(--radius) - 4px);background:#fff;color:var(--ink);font:inherit;font-size:1rem;padding:.72rem .85rem}.referral-pay-promo-input:focus{border-color:var(--teal);box-shadow:0 0 0 3px #1250511f;outline:none}.referral-pay-message{margin-top:1.4rem}.referral-pay-unavailable{display:grid;gap:1rem}.referral-success-grid{grid-template-columns:minmax(0,1fr)}.order-success-card h2{color:var(--teal);font-size:1.7rem;margin:.9rem 0 .6rem}.order-success-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin:1.5rem 0}.order-detail-card{background:#fafbfc;border:1.5px solid var(--gray-light);border-radius:var(--radius);padding:1.2rem 1.3rem}.order-detail-card h3{color:var(--teal);font-size:1rem;margin-bottom:.9rem}.order-detail-list{display:grid;gap:.8rem}.order-detail-row{display:grid;grid-template-columns:minmax(120px,170px) minmax(0,1fr);gap:.45rem 1rem;align-items:start;padding-top:.8rem;border-top:1px solid rgba(18,80,81,.08)}.order-detail-row:first-child{padding-top:0;border-top:0}.order-detail-label{color:var(--slate);font-weight:700;font-size:.9rem}.order-detail-value{color:var(--text-mid);min-width:0;overflow-wrap:anywhere;word-break:break-word}.order-detail-value-stack{display:grid;gap:.15rem}.order-detail-value-code{padding:.55rem .7rem;border-radius:10px;border:1px solid rgba(18,80,81,.1);background:#fff;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.78rem;line-height:1.55}.critique-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2rem}.critique-card{background:#fff;border-radius:var(--radius);padding:1.5rem;border:1.5px solid var(--gray-light)}.critique-card.strength{border-left:4px solid #2e7d32}.critique-card.weakness{border-left:4px solid var(--coral)}.critique-card.recommendation{border-left:4px solid var(--teal)}.critique-card h4{font-size:.95rem;font-weight:700;margin-bottom:.8rem}.critique-card.strength h4{color:#2e7d32}.critique-card.weakness h4{color:#c0392b}.critique-card.recommendation h4{color:var(--teal)}.critique-card ul{padding-left:1.2rem;font-size:.85rem;color:var(--text-mid)}.critique-card ul li{margin-bottom:.4rem;line-height:1.5}.timeline{position:relative;padding-left:2rem}.timeline:before{content:"";position:absolute;left:.5rem;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,var(--gold),var(--teal))}.timeline-item{position:relative;padding:0 0 1.8rem 1.5rem}.timeline-item:before{content:attr(data-year);position:absolute;left:-2.5rem;top:4px;background:var(--teal);color:#fff;font-size:.68rem;font-weight:700;padding:.2rem .35rem;border-radius:4px;white-space:nowrap}.timeline-item:after{content:"";position:absolute;left:-.45rem;top:8px;width:12px;height:12px;border-radius:50%;background:var(--gold);border:2px solid white;box-shadow:0 0 0 2px var(--gold)}.timeline-item h4{font-size:.92rem;font-weight:700;color:var(--teal);margin-bottom:.25rem}.timeline-item p{font-size:.83rem;color:var(--text-mid)}footer{background:var(--teal);color:#fff;padding:3rem 2rem 1.5rem}.footer-inner{max-width:1200px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;margin-bottom:2.5rem}.footer-brand img{height:auto;max-height:170px;margin-bottom:.4rem;filter:none}.footer-brand p{font-size:.85rem;opacity:.72;max-width:280px;line-height:1.6}footer h5{font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-light);margin-bottom:.8rem}footer ul{list-style:none}footer ul li{margin-bottom:.45rem}footer ul li a{color:#ffffffb8;text-decoration:none;font-size:.85rem;transition:color .15s}footer ul li a:hover{color:var(--gold-light)}.footer-bottom{border-top:1px solid rgba(255,255,255,.15);padding-top:1.2rem;display:flex;justify-content:space-between;align-items:center;font-size:.78rem;opacity:.6;flex-wrap:wrap;gap:.5rem}.footer-disclaimer{max-width:1200px;margin:0 auto 1.5rem;font-size:.78rem;opacity:.65;line-height:1.6;background:#ffffff0f;border-radius:8px;padding:.8rem 1rem}.modal-overlay{display:none;position:fixed;inset:0;background:#0000008c;z-index:2000;align-items:center;justify-content:center;padding:1rem}.modal-overlay.show{display:flex}.modal{background:#fff;border-radius:var(--radius-lg);max-width:600px;width:100%;max-height:88vh;overflow-y:auto;box-shadow:0 24px 80px #0000004d;animation:slideUp .3s ease}.modal-header{background:var(--teal);color:#fff;padding:1.4rem 1.8rem;border-radius:var(--radius-lg) var(--radius-lg) 0 0;display:flex;justify-content:space-between;align-items:center}.modal-header h3{font-size:1.1rem;font-weight:700}.modal-close{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;line-height:1;opacity:.8;transition:opacity .15s}.modal-close:hover{opacity:1}.modal-body{padding:1.8rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}@keyframes slideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}.toast{position:fixed;bottom:2rem;right:2rem;background:var(--teal);color:#fff;padding:1rem 1.5rem;border-radius:var(--radius);box-shadow:var(--shadow-lg);z-index:3000;font-size:.9rem;display:flex;gap:.8rem;align-items:center;transform:translateY(100px);opacity:0;transition:all .3s ease;max-width:360px}.toast.show{transform:none;opacity:1}.toast-icon{width:1.3rem;height:1.3rem;display:inline-block;font-size:1.3rem}.report-steps{counter-reset:rstep}.report-step{counter-increment:rstep;background:#fff;border:1.5px solid var(--gray-light);border-radius:var(--radius);padding:1.2rem 1.4rem 1.2rem 4rem;margin-bottom:.8rem;position:relative;transition:border-color .2s}.report-step:hover{border-color:var(--teal)}.report-step:before{content:counter(rstep);position:absolute;left:1rem;top:1.1rem;width:32px;height:32px;background:var(--teal);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.85rem}.report-step h4{font-size:.92rem;font-weight:700;color:var(--teal);margin-bottom:.3rem}.report-step p{font-size:.85rem;color:var(--text-mid)}.reveal{opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}.reveal.visible{opacity:1;transform:none}.sticky-cta{position:fixed;bottom:0;left:0;right:0;background:var(--teal);padding:.8rem 2rem;display:flex;justify-content:center;align-items:center;gap:1.5rem;z-index:900;transform:translateY(100%);transition:transform .3s;box-shadow:0 -4px 20px #0003}.sticky-cta.show{transform:none}.sticky-cta span{color:#ffffffe0;font-size:.92rem}.tag{display:inline-block;background:var(--teal-pale);color:var(--teal);font-size:.72rem;font-weight:700;padding:.2rem .6rem;border-radius:999px;margin:.15rem}.tag-gold{background:var(--gold-pale);color:var(--teal)}.not-found-page .nav-logo a{display:block}.not-found-main{min-height:calc(100vh - 68px)}.not-found-hero{min-height:clamp(480px,70vh,680px);padding-bottom:5rem}.not-found-code{display:inline-flex;align-items:center;justify-content:center;padding:.45rem 1rem;margin-bottom:1rem;border-radius:999px;border:1px solid rgba(255,255,255,.2);background:#ffffff1f;color:var(--gold-light);font-size:.95rem;font-weight:800;letter-spacing:.18em}.not-found-panel{background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);margin-top:-3rem;padding:2.25rem;position:relative;z-index:2}.not-found-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem;margin-top:2rem}.not-found-support{display:grid;grid-template-columns:1.2fr .8fr;gap:1.2rem;margin-top:1.5rem;align-items:start}.not-found-aside{background:var(--teal-pale);border:1.5px solid rgba(18,80,81,.12);border-radius:var(--radius);padding:1.25rem 1.4rem}.not-found-aside h3{font-size:1rem;color:var(--teal);margin-bottom:.45rem}.not-found-aside p{font-size:.88rem;color:var(--text-mid);margin-bottom:.8rem}.not-found-aside a{color:var(--teal);font-weight:700;text-decoration:none}.not-found-aside a:hover{color:var(--teal-light)}.not-found-footer-grid{grid-template-columns:2fr 1fr 1fr}@media(max-width:900px){.hero-grid,.two-col{grid-template-columns:1fr}.hero-image{display:none}.screening-hero-grid{grid-template-columns:1fr}.metaboliser-grid{grid-template-columns:repeat(3,1fr)}.met-detail.show{grid-template-columns:1fr}.stats-inner{grid-template-columns:repeat(2,1fr)}.pricing-grid,.resource-grid,.order-grid,.order-success-grid,.order-transition-card,.referral-pay-grid{grid-template-columns:1fr}.order-cart-card{position:static}.order-price-row{flex-direction:column}.order-buy-row{grid-template-columns:1fr}.order-buy-button{justify-content:flex-start}.order-price-block{text-align:left}.footer-grid{grid-template-columns:1fr 1fr}.critique-grid,.glossary-grid{grid-template-columns:1fr}.process-steps{flex-direction:column;gap:1rem}.process-steps:before{display:none}.not-found-grid,.not-found-support,.not-found-footer-grid{grid-template-columns:1fr}}@media(max-width:720px){.section{padding:3rem 1.25rem}.checkout-topbar{padding:1rem 1.1rem;flex-wrap:wrap;row-gap:.6rem}.checkout-page{padding:0 1.1rem .5rem}.hero{padding-top:3rem;padding-left:1.25rem;padding-right:1.25rem;min-height:0}.hero h1{font-size:2.1rem}.section h2{font-size:1.6rem}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .btn-primary,.hero-actions .btn-outline{justify-content:center}.stats-bar{padding:1.2rem 1.25rem}.stat-number{font-size:1.6rem}footer{padding:2.5rem 1.25rem 1.25rem}.two-col{gap:2rem}.metaboliser-grid{grid-template-columns:repeat(2,1fr)}.met-detail{padding:1.25rem}.form-grid,.form-panel.active{grid-template-columns:1fr}.order-form{padding:1.5rem}.ref-progress-step:not(.active) span{display:none}.toast{left:1rem;right:1rem;bottom:1rem;max-width:none}.sticky-cta{flex-wrap:wrap;gap:.6rem;padding:.7rem 1rem;text-align:center}.modal-header{padding:1.1rem 1.25rem}.modal-body{padding:1.25rem}.screening-hero{padding:3rem 1rem 2.5rem}.screening-hero-panel{padding:1.2rem;border-radius:22px}.screening-hero-panel-header h2{font-size:1.15rem}.screening-hero-tags{gap:.55rem}.screening-hero-tag{width:100%;justify-content:center}.not-found-page nav{height:auto;min-height:68px;padding:1rem;gap:.8rem;flex-wrap:wrap}.not-found-page .nav-links{width:100%;flex-wrap:wrap;justify-content:flex-start}.not-found-page .nav-links a{font-size:.82rem;padding:.4rem .7rem}.not-found-panel,.policy-panel{margin-top:-2rem;padding:1.5rem}.order-shell,.order-inline-banner,.order-success-shell{padding:0 1rem}.order-product-card,.order-cart-card,.order-success-card,.order-transition-card{padding:1.4rem}.order-product-actions{flex-direction:column}.order-detail-row{grid-template-columns:1fr;gap:.3rem}.order-secondary-actions,.policy-cta-row{flex-direction:column}.help-tooltip-content{right:auto;left:50%;transform:translate(-50%,-4px)}.help-tooltip:hover .help-tooltip-content,.help-tooltip:focus-within .help-tooltip-content{transform:translate(-50%)}.help-tooltip-content:before{left:50%;right:auto;transform:translate(-50%) rotate(45deg)}}.info-card{background:var(--white);border-radius:var(--radius);padding:1.8rem;border:2px solid var(--gray-light);transition:border-color .22s,box-shadow .22s,transform .22s}.info-card:hover{border-color:var(--teal);box-shadow:var(--shadow);transform:translateY(-2px)}.info-card-icon{font-size:2rem;margin-bottom:.6rem}.info-card h3{font-size:1rem;font-weight:700;color:var(--teal);margin-bottom:.6rem}.info-card p{font-size:.9rem;color:var(--text-mid);line-height:1.65}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.teal-card{background:#ffffff14;border:1px solid rgba(255,255,255,.14);border-radius:var(--radius);padding:1.4rem}.teal-card-icon{font-size:1.8rem;margin-bottom:.5rem}.teal-card h4{font-size:.92rem;font-weight:700;color:var(--gold-light);margin-bottom:.4rem}.teal-card p{font-size:.82rem;color:#ffffffd1;line-height:1.6}#when-to-refer .teal-card{background:#fff;border:1.5px solid var(--gray-light);box-shadow:var(--shadow)}#when-to-refer .teal-card-icon,#when-to-refer .teal-card h4{color:var(--teal)}#when-to-refer .teal-card p{color:var(--text-mid)}#when-to-refer .section-eyebrow{color:var(--teal)}#who-this-is-for .teal-card{background:#fff;border:1.5px solid var(--gray-light);box-shadow:var(--shadow)}#who-this-is-for .teal-card-icon,#who-this-is-for .teal-card h4{color:var(--teal)}#who-this-is-for .teal-card p{color:var(--text-mid)}#who-this-is-for .section-eyebrow{color:var(--teal)}.numbered-item{display:flex;gap:.8rem;align-items:flex-start;margin-bottom:1rem}.numbered-circle{width:32px;height:32px;border-radius:50%;background:var(--teal);color:var(--white);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.8rem;flex-shrink:0}.numbered-item h4{font-size:.88rem;font-weight:700;color:var(--teal);margin-bottom:.2rem}.numbered-item p{font-size:.82rem;color:var(--text-mid);line-height:1.5}.ref-progress{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem}.ref-progress-step{display:flex;align-items:center;gap:.5rem;flex-shrink:0;cursor:pointer}.ref-progress-step:hover span{text-decoration:underline}.ref-prog-num{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.82rem;background:var(--gray-light);color:var(--text-mid);transition:all .3s}.ref-progress-step.active .ref-prog-num{background:var(--teal);color:var(--white)}.ref-progress-step.done .ref-prog-num{background:var(--gold);color:var(--teal)}.ref-progress-step span{font-size:.78rem;font-weight:600;color:var(--text-mid)}.ref-progress-step.active span,.ref-progress-step.done span{color:var(--teal)}.ref-progress-line{flex:1;height:2px;background:var(--gray-light);border-radius:2px;transition:background .3s}.ref-progress-line.done{background:var(--gold)}.drug-tag-input{border:1.5px solid var(--gray-light);border-radius:var(--radius);background:var(--white);padding:.35rem .5rem;cursor:text;min-height:2.6rem;position:relative;transition:border-color .2s}.drug-tag-input:focus-within{border-color:var(--teal)}.drug-tag-input.error{border-color:#e53e3e}.drug-tags-row{display:flex;flex-wrap:wrap;gap:.3rem;align-items:center}.drug-tag{display:inline-flex;align-items:center;gap:.3rem;background:var(--teal-pale);color:var(--teal);border-radius:999px;padding:.2rem .6rem;font-size:.8rem;font-weight:600;white-space:nowrap}.drug-tag-remove{background:none;border:none;cursor:pointer;color:var(--teal);font-size:1rem;line-height:1;padding:0;opacity:.6}.drug-tag-remove:hover{opacity:1}.drug-text-input{border:none;outline:none;font-size:.9rem;color:var(--text);flex:1;min-width:160px;padding:.2rem .3rem;background:transparent}.drug-suggestions{position:absolute;top:100%;left:0;right:0;background:var(--white);border:1.5px solid var(--teal);border-top:none;border-radius:0 0 var(--radius) var(--radius);list-style:none;margin:0;padding:.3rem 0;z-index:100;box-shadow:var(--shadow);max-height:220px;overflow-y:auto}.drug-suggestion-item{padding:.5rem .9rem;font-size:.88rem;cursor:pointer;color:var(--text)}.drug-suggestion-item:hover,.drug-suggestion-item.highlighted{background:var(--teal-pale);color:var(--teal)}.ref-panel{display:none}.ref-panel.active{display:block}.ref-section-title{display:flex;align-items:center;gap:.6rem;font-size:1rem;font-weight:700;color:var(--teal);padding-bottom:.8rem;margin-bottom:1.2rem;border-bottom:2px solid var(--teal-pale)}.ref-section-icon{font-size:1.3rem}.ref-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}.ref-form-grid .full{grid-column:1 / -1}.ref-form-grid label{font-size:.84rem;font-weight:600;color:var(--slate);margin-bottom:4px;display:block}.ref-form-grid input,.ref-form-grid select,.ref-form-grid textarea{padding:.65rem .9rem;border:1.5px solid var(--gray-mid);border-radius:8px;font-size:.92rem;color:var(--text-dark);font-family:inherit;background:#fafbfc;width:100%;outline:none;transition:border-color .2s}.ref-form-grid input:focus,.ref-form-grid select:focus,.ref-form-grid textarea:focus{border-color:var(--teal)}.ref-form-grid input.error,.ref-form-grid select.error,.ref-form-grid textarea.error{border-color:var(--coral);box-shadow:0 0 0 3px #f07a6a26}.ref-req{color:var(--coral)}.ref-email-badges{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem}.ref-email-badge{background:var(--teal-pale);border-radius:12px;padding:1rem;text-align:center}.ref-email-badge-icon{font-size:1.5rem;margin-bottom:.3rem}.ref-email-badge-label{font-size:.75rem;font-weight:700;color:var(--teal);text-transform:uppercase;letter-spacing:.08em}.ref-email-badge-addr{font-size:.82rem;color:var(--text-mid);margin-top:.2rem;word-break:break-all}.ref-review-card{background:var(--gold-pale);border:1.5px solid var(--gold-light);border-radius:12px;padding:1.5rem}.ref-review-section{margin-bottom:1.2rem;padding-bottom:1rem;border-bottom:1px solid var(--gold-light)}.ref-review-section:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.ref-review-heading{font-size:.78rem;font-weight:700;color:var(--teal);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.6rem}.ref-review-row{display:grid;grid-template-columns:160px 1fr;gap:.3rem;font-size:.85rem;margin-bottom:.25rem}.ref-review-row-label{font-weight:600;color:var(--slate)}.ref-review-row-val{color:var(--text-dark)}.ref-actions{display:flex;justify-content:space-between;margin-top:1.8rem;gap:1rem;flex-wrap:wrap}.ref-actions .btn-outline{border-color:var(--teal);color:var(--teal)}.ref-actions .btn-outline:hover{background:var(--teal-pale);border-color:var(--teal)}.ref-actions button:disabled{cursor:not-allowed;opacity:.5}.ref-actions-end{display:flex;justify-content:flex-end;margin-top:1.8rem}.ref-attestation{display:flex;align-items:flex-start;gap:.65rem;margin-top:1rem;padding:1rem;border:1.5px solid rgba(18,80,81,.16);border-radius:8px;background:#fafbfc;color:var(--text-mid);font-size:.9rem;line-height:1.5}.ref-attestation input{margin-top:.2rem;accent-color:var(--teal)}.ref-attestation input.error{outline:2px solid var(--coral);outline-offset:2px}.ref-success{display:none;text-align:center;padding:2rem 0}.ref-success.show{display:block}#ref-form-wrapper.hide{display:none}@media(max-width:900px){.grid-3{grid-template-columns:repeat(2,1fr)}}@media(max-width:720px){.grid-3,.ref-form-grid,.ref-email-badges{grid-template-columns:1fr}.ref-review-row{grid-template-columns:1fr;gap:.1rem;margin-bottom:.6rem}}
