:root{--color-ink:#13211e;--color-muted:#52615d;--color-soft:#eef5f1;--color-bg:#f6f8f5;--color-surface:#fff;--color-line:#dbe4df;--color-brand:#0f7c70;--color-brand-dark:#075f56;--color-brand-soft:#dff1eb;--color-warning:#8f6a14;--color-warning-bg:#fff6dc;--color-danger:#c75445;--shadow-card:0 18px 48px #172b2617;--shadow-strong:0 28px 78px #172b2626;color:var(--color-ink);background:var(--color-bg);font-synthesis:none;text-rendering:optimizelegibility;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{background:radial-gradient(circle at 12% 8%, #0f7c701a, transparent 28rem), linear-gradient(180deg, #fbfcfa 0%, var(--color-bg) 42%, #eef4f0 100%);min-width:320px;margin:0;overflow-x:hidden}button{font:inherit}.linkButton{color:inherit;cursor:pointer;background:0 0;border:0;padding:0}main{min-height:100vh}.topbar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:10;background:#f8faf7e0;border-bottom:1px solid #dbe4dfe6;justify-content:space-between;align-items:center;padding:18px clamp(18px,4vw,56px);display:flex;position:sticky;top:0}.brand,.panelHeader,.sectionHeader{align-items:center;gap:10px;display:flex}.brand{font-weight:800}.brand svg,.panelHeader svg,.sectionHeader svg,.explanation svg,.readinessCard svg,.breakdownCard svg{color:var(--color-brand)}.navPills{gap:10px;display:flex}.navPills a,.questionMeta span,.topicGrid a,.areaList span{border:1px solid var(--color-line);color:#43504d;cursor:pointer;background:#fff;border-radius:999px;padding:8px 12px;font-size:.86rem;text-decoration:none}.navPills a:hover,.topicGrid a:hover{border-color:var(--color-brand);color:var(--color-brand)}.hero{background:linear-gradient(115deg,#ffffffb3,#dff1eb70),repeating-linear-gradient(90deg,#0f7c7009 0 1px,#0000 1px 72px);grid-template-columns:minmax(0,1.2fr) minmax(340px,.8fr);gap:clamp(28px,5vw,56px);min-height:calc(100vh - 75px);padding:clamp(34px,5vw,64px) clamp(18px,5vw,72px);display:grid}.heroText{align-self:center;max-width:820px}.eyebrow{color:var(--color-brand);letter-spacing:0;text-transform:uppercase;margin:0 0 14px;font-size:.78rem;font-weight:800}h1,h2,h3,p{margin-top:0}h1{letter-spacing:0;margin-bottom:22px;font-size:clamp(2.35rem,5.8vw,4.6rem);line-height:1}h2{letter-spacing:0;font-size:clamp(1.5rem,3vw,2.2rem)}.subtitle{color:var(--color-muted);max-width:710px;font-size:clamp(1.05rem,2vw,1.28rem);line-height:1.6}.heroActions,.practiceActions{flex-wrap:wrap;gap:12px;margin:28px 0 18px;display:flex}.trustStrip{flex-wrap:wrap;gap:10px;margin:0 0 18px;display:flex}.trustStrip span{border:1px solid var(--color-line);color:#43504d;background:#ffffffd1;border-radius:8px;align-items:center;gap:7px;min-height:36px;padding:8px 10px;font-size:.9rem;font-weight:750;display:inline-flex}.trustStrip svg{color:var(--color-brand);flex:none}.primaryButton,.secondaryButton,.ghostButton{cursor:pointer;border:0;border-radius:8px;justify-content:center;align-items:center;gap:10px;min-height:48px;padding:13px 18px;font-weight:800;text-decoration:none;transition:background .16s,border-color .16s,box-shadow .16s,transform .16s;display:inline-flex}.primaryButton{background:linear-gradient(180deg, var(--color-brand) 0%, var(--color-brand-dark) 100%);color:#fff;box-shadow:0 12px 24px #0f7c7033}.secondaryButton{color:var(--color-ink);background:#e8efeb}.ghostButton{color:var(--color-brand);background:0 0;border:1px solid #b9cbc5}.primaryButton:hover:not(:disabled),.secondaryButton:hover:not(:disabled),.ghostButton:hover:not(:disabled){transform:translateY(-1px)}.compact{margin-top:10px}.primaryButton:disabled,.secondaryButton:disabled,.ghostButton:disabled{cursor:not-allowed;opacity:.45}.microcopy{color:#65746f;max-width:760px;font-size:.9rem;line-height:1.55}.coachPanel,.questionCard,.readinessCard,.breakdownCard{border:1px solid var(--color-line);box-shadow:var(--shadow-card);background:#fffffff0;border-radius:8px}.coachPanel{box-shadow:var(--shadow-strong);align-self:center;padding:20px}.panelHeader{justify-content:space-between;font-weight:900}.examPreview{background:linear-gradient(#fff 0%,#f4faf7 100%);border:1px solid #cfe0da;border-radius:8px;margin:16px 0 12px;padding:18px}.examPreviewTop{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:12px;display:flex}.examPreviewTop span,.examPreviewTop strong{border-radius:999px;padding:7px 9px;font-size:.76rem;font-weight:900}.examPreviewTop span{background:var(--color-brand-soft);color:var(--color-brand-dark)}.examPreviewTop strong{color:#53635f;background:#f3f6f4}.examPreview h3{margin-bottom:10px;font-size:1.25rem;line-height:1.15}.examPreview p{color:var(--color-muted);margin-bottom:0;line-height:1.55}.miniAnswerList{gap:9px;margin-top:12px;display:grid}.miniAnswerList span{border-radius:8px;padding:11px 12px;font-weight:800;line-height:1.35}.miniAnswerWrong{border-left:4px solid var(--color-danger);color:#7f3b33;background:#fff0ed}.miniAnswerRight{color:#245744;background:#e7f7ef;border-left:4px solid #1c8b5f}.coachInsight{background:var(--color-warning-bg);color:#554719;border:1px solid #efd58d;border-radius:8px;align-items:flex-start;gap:10px;margin-bottom:12px;padding:12px;display:flex}.coachInsight svg{color:var(--color-warning);flex:none;margin-top:2px}.coachInsight strong,.coachInsight span{display:block}.coachInsight span{margin-top:3px;line-height:1.45}.sampleQuestion{background:#f0f6f4;border-radius:8px;margin:22px 0;padding:20px}.sampleQuestion p{color:var(--color-brand);margin-bottom:10px;font-size:.84rem;font-weight:800}.sampleQuestion span{color:#53635f;line-height:1.5}.scorePreview{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.examStats,.flashcardStats{grid-template-columns:repeat(3,1fr);gap:12px;margin:26px 0;display:grid}.examStats article,.flashcardStats span{background:#fff;border:1px solid #dce3de;border-radius:8px;padding:16px}.examStats strong{font-size:2rem;display:block}.examStats span,.flashcardStats span{color:#53635f}.scorePreview div{border:1px solid var(--color-line);background:#fbfcfb;border-radius:8px;padding:14px}.scorePreview strong{font-size:1.55rem;display:block}.scorePreview span{color:#5d6b67;font-size:.82rem}.creditNote,.aiUpsell{color:#274161;background:#eef5ff;border:1px solid #c7dcff;border-radius:8px;align-items:flex-start;gap:10px;margin-top:16px;padding:12px;line-height:1.5;display:flex}.creditNote svg,.aiUpsell svg{color:#2f66c2;flex:none;margin-top:2px}.aiUpsell p{color:#405873;margin:4px 0 0}.featureGrid,.splitSection,.topics,.practiceShell,.resultsShell{padding:34px clamp(18px,5vw,72px)}.featureGrid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.featureGrid article{border:1px solid var(--color-line);background:#ffffffe6;border-radius:8px;min-height:130px;padding:18px;box-shadow:0 10px 28px #172b260e}.featureGrid p{color:#41504d;margin:12px 0 0;line-height:1.5}.featureGrid h3{margin:12px 0 0;font-size:1rem}.splitSection{grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr);align-items:start;gap:28px;display:grid}.splitSection p{color:#4d5c59;line-height:1.65}.areaList,.topicGrid{flex-wrap:wrap;gap:10px;display:flex}.sectionHeader{margin-bottom:18px}.sectionHeader h2{margin-bottom:0}.practiceShell,.resultsShell{max-width:1050px;margin:0 auto}.practiceShell{padding-top:clamp(28px,5vw,56px)}.practiceHeader{justify-content:space-between;align-items:end;margin-top:22px;display:flex}.practiceHeader h1{margin-bottom:0;font-size:clamp(2rem,5vw,3.8rem)}.progressBadge{border:1px solid var(--color-line);background:#fff;border-radius:8px;padding:12px 14px;font-weight:800}.progressTrack{background:#dbe4df;border-radius:999px;height:10px;margin:22px 0;overflow:hidden}.progressTrack span{background:linear-gradient(90deg, var(--color-brand) 0%, #42a98f 100%);height:100%;transition:width .18s;display:block}.questionCard{padding:clamp(20px,4vw,34px);position:relative;overflow:hidden}.questionCard:before{background:linear-gradient(180deg, var(--color-brand) 0%, #42a98f 100%);content:"";border-radius:8px 0 0 8px;width:5px;position:absolute;top:0;bottom:0;left:0}.questionMeta{flex-wrap:wrap;gap:8px;margin-bottom:18px;display:flex}.questionCard h2{color:#10201c;max-width:900px;font-size:clamp(1.45rem,3vw,2.1rem);line-height:1.2}.choices{gap:12px;margin-top:24px;display:grid}.choice{border:1px solid var(--color-line);color:#1d2c29;cursor:pointer;text-align:left;background:#fbfcfb;border-left:4px solid #0000;border-radius:8px;grid-template-columns:34px 1fr;align-items:center;gap:12px;min-height:64px;padding:13px 16px 13px 13px;line-height:1.45;transition:background .16s,border-color .16s,transform .16s;display:grid}.choice:hover:not(:disabled){background:#f2f7f4;border-color:#b9cbc5;transform:translateY(-1px)}.choice span{background:#e3ebe7;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-weight:800;display:flex}.choice.selected{border-color:var(--color-brand);border-left-color:var(--color-brand)}.choice.correct{background:#e6f5ef;border-color:#1c8b5f}.choice.correct span{color:#fff;background:#1c8b5f}.choice.incorrect{border-color:var(--color-danger);border-left-color:var(--color-danger);background:#fff0ed}.choice.incorrect span{background:var(--color-danger);color:#fff}.answerSheet{grid-template-columns:repeat(20,1fr);gap:6px;margin-top:18px;display:grid}.answerSheet button{border:1px solid var(--color-line);cursor:pointer;background:#fff;border-radius:6px;min-height:34px}.answerSheet button.answered{background:var(--color-brand);border-color:var(--color-brand);color:#fff}.explanation{border-top:1px solid var(--color-line);margin-top:24px;padding-top:22px}.explanation div:first-child,.trapBox{align-items:center;gap:10px;display:flex}.explanation p{color:#43504d;line-height:1.6}.trapBox{background:var(--color-warning-bg);color:#554719;border:1px solid #f0d482;border-radius:8px;margin:14px 0;padding:12px}.trapBox svg{color:var(--color-warning);flex:none}.rule{background:#f4f8f6;border:1px solid #dce8e2;border-radius:8px;margin-bottom:0;padding:12px}.followupBox{border:1px solid var(--color-line);background:#f7faf8;border-radius:8px;margin-top:14px;padding:14px}.followupBox p{margin:8px 0 0}.feedbackRow{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.textButton{border:1px solid var(--color-line);color:#43504d;cursor:pointer;background:#f5f7f4;border-radius:8px;align-items:center;gap:8px;padding:9px 11px;display:inline-flex}.resultHero{border:1px solid var(--color-line);box-shadow:var(--shadow-card);background:linear-gradient(135deg,#ffffffeb,#dff1eb94);border-radius:8px;margin:28px 0;padding:clamp(28px,5vw,46px)}.resultHero h1{color:var(--color-brand-dark);font-size:clamp(3rem,8vw,5.6rem)}.resultHero p{color:#4d5c59;max-width:740px;font-size:1.1rem;line-height:1.6}.resultsGrid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.insightGrid{grid-template-columns:repeat(3,1fr);gap:14px;margin-top:18px;display:grid}.insightGrid article,.planSignup{border:1px solid var(--color-line);background:#fff;border-radius:8px;padding:20px;box-shadow:0 12px 34px #172b260f}.insightGrid span{color:var(--color-brand);text-transform:uppercase;margin-bottom:8px;font-size:.78rem;font-weight:800;display:block}.insightGrid strong{margin-bottom:8px;font-size:1.08rem;line-height:1.3;display:block}.insightGrid p{color:#4d5c59;margin:0;line-height:1.5}.readinessCard,.breakdownCard{padding:24px}.readinessCard h2,.breakdownCard h2{margin-top:10px}.readinessCard ol{color:#43504d;padding-left:22px;line-height:1.75}.areaScore{border-bottom:1px solid #e1e7e3;justify-content:space-between;align-items:center;gap:12px;padding:13px 0;display:flex}.areaScore span{color:#43504d}.areaScoreVisual{align-items:flex-start}.areaScoreVisual>div{flex:auto}.areaScoreVisual strong{color:var(--color-brand-dark);flex:none}.areaMeter{background:#dfe8e3;border-radius:999px;height:8px;margin-top:9px;overflow:hidden}.areaMeter span{background:linear-gradient(90deg, var(--color-brand) 0%, #49ad91 100%);border-radius:inherit;height:100%;display:block}.pageShell{max-width:1120px;margin:0 auto;padding:clamp(42px,7vw,82px) clamp(18px,5vw,72px)}.pageShell h1{max-width:950px}.pageLead{color:#4d5c59;max-width:800px;font-size:1.14rem;line-height:1.65}.keywordRow{flex-wrap:wrap;gap:10px;margin:24px 0 32px;display:flex}.keywordRow span{color:#43504d;background:#e7ece8;border-radius:999px;padding:8px 12px;font-size:.86rem}.guideFeature{background:#eef6f2;border:1px solid #d3ded9;border-radius:8px;margin:30px 0;padding:24px}.guideFeature h2{margin-bottom:8px;font-size:1.5rem}.guideFeature p{color:#4d5c59;max-width:760px;line-height:1.6}.guideList{grid-template-columns:repeat(2,1fr);gap:12px;margin-top:20px;display:grid}.guideList a{color:#15211f;background:#fff;border:1px solid #dce3de;border-radius:8px;padding:16px;text-decoration:none}.guideList a:hover{border-color:#117c6f}.guideList span{color:#117c6f;text-transform:uppercase;margin-bottom:8px;font-size:.76rem;font-weight:800;display:inline-block}.guideList strong{line-height:1.35;display:block}.guideList p{color:#4d5c59;margin:8px 0 0;line-height:1.5}.topicCards,.reviewList,.planGrid,.outlineList,.sourceGrid{gap:14px;display:grid}.topicCards{grid-template-columns:repeat(2,1fr)}.topicCard,.reviewList article,.planGrid article,.outlineList article,.contentPanel,.missedReview{background:#fff;border:1px solid #dce3de;border-radius:8px}.topicCard{color:inherit;cursor:pointer;text-align:left;padding:20px}.topicCard:hover{border-color:#117c6f}.topicCard span,.reviewList span,.planGrid span{color:#117c6f;text-transform:uppercase;margin-bottom:8px;font-size:.78rem;font-weight:800;display:inline-block}.topicCard h2,.reviewList h3,.outlineList h2{margin-bottom:8px;font-size:1.14rem;line-height:1.3}.topicCard p,.reviewList p,.planGrid p,.outlineList p,.contentPanel p,.legalText p,.faqBlock p,.miniQuestion p{color:#4d5c59;line-height:1.6}.contentGrid{grid-template-columns:.9fr 1.1fr;gap:18px;margin-top:26px;display:grid}.contentPanel{padding:22px}.guideArticle{max-width:1040px}.guideBody{max-width:900px}.guideBody>p,.guideBody section>p{color:#3e4d49;font-size:1.02rem;line-height:1.75}.guideBody section{margin-top:30px}.guideBody h2{margin-bottom:10px;font-size:1.45rem}.guideBody ul{color:#3e4d49;padding-left:22px;line-height:1.7}.sourcePanel{background:#f0f6f4;border:1px solid #d3ded9;border-radius:8px;margin-top:32px;padding:24px}.sourcePanel>div:first-child p:not(.eyebrow){color:#4d5c59;max-width:780px;line-height:1.6}.sourceGrid{grid-template-columns:repeat(2,1fr);margin-top:18px}.sourceGrid a{color:#15211f;background:#fff;border:1px solid #dce3de;border-radius:8px;padding:16px;text-decoration:none}.sourceGrid a:hover{border-color:#117c6f}.sourceGrid span{color:#117c6f;text-transform:uppercase;margin-bottom:8px;font-size:.76rem;font-weight:800;display:inline-block}.sourceGrid strong{line-height:1.35;display:block}.sourceGrid p{color:#4d5c59;margin-bottom:0;line-height:1.5}.methodologySources{margin:28px 0}.accountGrid,.recoveryBuilder{grid-template-columns:1fr 1fr;gap:18px;margin:28px 0;display:grid}.accountPanel{min-height:100%}.panelTitle{align-items:center;gap:10px;margin-bottom:18px;display:flex}.panelTitle h2{margin-bottom:0}.panelTitle svg{color:#117c6f}.accountForm{gap:14px;display:grid}.accountForm label{color:#43504d;gap:7px;font-weight:800;display:grid}.accountForm input{color:#15211f;font:inherit;background:#f9faf8;border:1px solid #cfd8d3;border-radius:8px;width:100%;min-height:48px;padding:12px 14px;font-weight:500}.compactActions{margin:8px 0 0}.milestoneBox{background:#f0f6f4;border:1px solid #cfe1da;border-radius:8px;padding:18px}.milestoneBox strong{margin-bottom:8px;font-size:1.6rem;display:block}.milestoneBox p{color:#43504d;margin-bottom:0;line-height:1.55}.progressStats{grid-template-columns:repeat(4,1fr);gap:14px;margin:22px 0;display:grid}.progressStats article{background:#fff;border:1px solid #dce3de;border-radius:8px;padding:18px}.progressStats span{color:#117c6f;text-transform:uppercase;margin-bottom:8px;font-size:.76rem;font-weight:800;display:block}.progressStats strong{margin-bottom:8px;font-size:1.35rem;line-height:1.25;display:block}.progressStats p{color:#4d5c59;margin-bottom:0;line-height:1.45}.choiceGroup{margin-top:18px}.choiceGroup strong{margin-bottom:10px;display:block}.choiceGroup div{flex-wrap:wrap;gap:9px;display:flex}.choiceGroup button{color:#43504d;cursor:pointer;background:#fff;border:1px solid #dce3de;border-radius:999px;padding:8px 12px}.choiceGroup button.selectedChip{color:#fff;background:#117c6f;border-color:#117c6f}.recoveryPlan>p{color:#43504d;line-height:1.6}.planTimeline{gap:12px;display:grid}.planTimeline article{background:#f9faf8;border:1px solid #e1e7e3;border-radius:8px;padding:14px}.planTimeline span{color:#117c6f;text-transform:uppercase;margin-bottom:6px;font-size:.78rem;font-weight:800;display:block}.planTimeline strong{margin-bottom:6px;display:block}.planTimeline p{color:#4d5c59;margin-bottom:0;line-height:1.5}.miniQuestion{border-top:1px solid #e1e7e3;padding:14px 0}.miniQuestion:first-of-type{border-top:0;padding-top:0}.faqBlock{margin-top:32px}.flashcard{color:#15211f;cursor:pointer;text-align:left;background:#fff;border:1px solid #dce3de;border-radius:8px;gap:18px;width:100%;min-height:280px;padding:clamp(24px,5vw,52px);display:grid;box-shadow:0 24px 60px #1f312d1a}.flashcard span{color:#117c6f;text-transform:uppercase;font-size:.78rem;font-weight:800}.flashcard strong{font-size:clamp(1.8rem,4vw,3.2rem);line-height:1.15}.flashcard small{color:#687773}.topicPractice>p{color:#43504d;line-height:1.55}.miniChoices{gap:9px;margin-top:14px;display:grid}.miniChoice{color:#1d2c29;cursor:pointer;text-align:left;background:#f9faf8;border:1px solid #dce3de;border-radius:8px;padding:11px 12px;line-height:1.4}.miniChoice.selected{border-color:#117c6f}.miniChoice.correct{background:#e6f5ef;border-color:#1c8b5f}.miniChoice.incorrect{background:#fff0ed;border-color:#d35d4b}.miniExplanation{background:#f0f6f4;border-radius:8px;margin-top:14px;padding:14px}.miniExplanation p{margin:8px 0}.miniExplanation span{color:#117c6f;font-weight:800;display:block}.faqBlock details{background:#fff;border:1px solid #dce3de;border-radius:8px;margin-bottom:10px;padding:16px 18px}.faqBlock summary{cursor:pointer;font-weight:800}.planGrid{grid-template-columns:repeat(5,1fr);margin:28px 0}.pricingTeaser,.pricingHeroCard,.waitlistPanel{background:linear-gradient(#fff 0%,#f2f8f5 100%);border:1px solid #dce3de;border-radius:8px;padding:24px}.pricingTeaser{grid-template-columns:minmax(0,1fr) minmax(320px,.95fr);gap:18px;margin:30px clamp(18px,5vw,72px);display:grid}.pricingTeaserCompact{margin:22px 0 0}.pricingHeroCard{margin-bottom:24px}.pricingHeroCard h1{max-width:840px;line-height:1}.pricingGrid{grid-template-columns:repeat(3,1fr);gap:14px;margin:28px 0;display:grid}.pricingGrid article{background:#fff;border:1px solid #dce3de;border-radius:8px;padding:20px}.pricingGrid span{color:#117c6f;margin-bottom:10px;font-weight:800;display:block}.pricingGrid strong{margin-bottom:10px;font-size:2.2rem;display:block}.pricingIntentGrid{margin-top:0}.pricingDetailGrid{grid-template-columns:1fr 1fr;gap:18px;margin:22px 0;display:grid}.checkList{color:#43504d;padding-left:20px;line-height:1.8}.planGrid article,.outlineList article,.reviewList article{padding:18px}.outlineList{grid-template-columns:repeat(2,1fr);margin:28px 0}.missedReview{margin-top:22px;padding:24px}.planSignup{grid-template-columns:1.2fr .8fr;align-items:center;gap:18px;margin-top:22px;display:grid}.waitlistPanel{grid-template-columns:1.1fr .9fr;align-items:start;gap:18px;display:grid}.planSignup h2{margin-bottom:10px}.planSignup p,.waitlistPanel p{color:#4d5c59;margin-bottom:0;line-height:1.6}.signupForm,.waitlistForm{gap:10px;display:grid}.signupForm input,.waitlistForm input,.waitlistForm select{color:#15211f;font:inherit;background:#f9faf8;border:1px solid #cfd8d3;border-radius:8px;width:100%;min-height:48px;padding:12px 14px}.waitlistForm select{appearance:none}.waitlistNote{color:#687773;margin:0;font-size:.93rem;line-height:1.5}.formError{color:#9d3f33;margin:0;font-size:.9rem;line-height:1.45}.reviewList{grid-template-columns:repeat(2,1fr)}.mobileApp{--mobile-bg:#f5f5f7;--mobile-surface:#fff;--mobile-ink:#111;--mobile-muted:#6e6e73;--mobile-line:#e5e5ea;--mobile-accent:#007aff;--mobile-soft:#f2f2f7;background:var(--mobile-bg);color:var(--mobile-ink);min-height:100vh;padding-bottom:calc(88px + env(safe-area-inset-bottom));width:100%;overflow-x:hidden}.mobileApp *,.mobileApp :before,.mobileApp :after{min-width:0}.mobileHeader{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);z-index:30;background:#f5f5f7db;border-bottom:1px solid #e5e5ead1;justify-content:space-between;align-items:center;min-width:0;max-width:100vw;height:62px;padding:0 18px;display:flex;position:sticky;top:0;overflow:hidden}.mobileBrand,.mobileHeaderActions,.mobileTabBar a,.mobilePrimary,.mobileSecondary{align-items:center;text-decoration:none;display:inline-flex}.mobileBrand{color:var(--mobile-ink);flex:auto;gap:8px;min-width:0;font-weight:900}.mobileBrand svg{color:var(--mobile-accent);flex:none}.mobileBrand span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mobileHeaderActions{flex:none;gap:8px;min-width:0}.mobileHeaderActions span,.mobileHeaderActions a{border:1px solid var(--mobile-line);color:var(--mobile-muted);white-space:nowrap;border-radius:999px;padding:7px 9px;font-size:.78rem;font-weight:800;line-height:1}.mobileHeaderActions a{color:var(--mobile-accent);background:#ffffffb8}.mobileScreen{gap:16px;width:100%;max-width:100vw;padding:18px 16px 26px;display:grid}.mobileHeroCard,.mobileCard,.mobileResultHero,.mobileQuestion,.mobileExplanationCard,.mobileReadinessDial,.mobileFlashcard,.mobileList article,.mobileList a{background:var(--mobile-surface);border:1px solid var(--mobile-line);overflow-wrap:anywhere;border-radius:24px;max-width:100%;box-shadow:0 14px 34px #0000000d}.mobileHeroCard{gap:16px;padding:28px 22px 22px;display:grid}.mobileKicker{color:var(--mobile-accent);letter-spacing:0;text-transform:uppercase;margin:0;font-size:.74rem;font-weight:900}.mobileHeroCard h1,.mobilePageTitle h1{letter-spacing:0;overflow-wrap:anywhere;word-break:break-word;margin:0;font-size:clamp(2.05rem,9vw,2.55rem);line-height:1.08}.mobileHeroCard p,.mobileCard p,.mobileResultHero p,.mobileExplanationCard p,.mobileList p,.mobilePageTitle p,.mobileQuestion p,.mobileReadinessDial p{color:var(--mobile-muted);margin:0;line-height:1.56}.mobilePrimary,.mobileSecondary,.mobileGhostButton{font:inherit;text-align:center;border-radius:16px;justify-content:center;width:100%;min-height:52px;padding:13px 16px;font-weight:900}.mobilePrimary{background:var(--mobile-accent);border:1px solid var(--mobile-accent);color:#fff;gap:9px}.mobilePrimary:disabled{background:#b8c7d9;border-color:#b8c7d9}.mobileSecondary,.mobileGhostButton{border:1px solid var(--mobile-line);color:var(--mobile-ink);background:#fff}.mobileMetricRow,.mobileMetricGrid{gap:10px;display:grid}.mobileMetricRow{grid-template-columns:1fr 1fr}.mobileMetricGrid{grid-template-columns:repeat(2,1fr)}.mobileMetricRow article,.mobileMetricGrid article{border:1px solid var(--mobile-line);background:#ffffffd1;border-radius:20px;padding:14px}.mobileMetricRow strong,.mobileMetricGrid strong{margin-bottom:6px;font-size:1.38rem;line-height:1.15;display:block}.mobileMetricRow span,.mobileMetricGrid span,.mobileCard>span,.mobileResultHero>span,.mobileReadinessDial span,.mobileList article span,.mobileList a span,.mobileFlashcard span,.mobileWizardCard>span{color:var(--mobile-accent);letter-spacing:0;text-transform:uppercase;font-size:.72rem;font-weight:900;display:block}.mobileNextAction{background:#fff}.mobileCard{gap:10px;padding:17px;display:grid}.mobileModeRow{grid-template-columns:repeat(3,1fr);gap:9px;display:grid}.mobileModeRow button,.mobileQuickPrompts button{border:1px solid var(--mobile-line);color:var(--mobile-ink);font:inherit;background:#fff;border-radius:999px;min-height:42px;padding:9px 10px;font-size:.86rem;font-weight:850}.mobileCoachNote{border:1px solid var(--mobile-line);background:#fff;border-radius:24px;grid-template-columns:28px 1fr;align-items:flex-start;gap:12px;padding:17px;display:grid;box-shadow:0 14px 34px #0000000d}.mobileCoachNote svg{color:var(--mobile-accent)}.mobileCoachNote strong{margin-bottom:4px;display:block}.mobileCoachNote p{color:var(--mobile-muted);margin:0;line-height:1.5}.mobileCard h2,.mobileList h2,.mobileExplanationCard h2{margin:0;font-size:1.08rem;line-height:1.25}.mobileFaqItem{border-top:1px solid var(--mobile-line);gap:6px;padding-top:12px;display:grid}.mobileFaqItem:first-of-type{border-top:0;padding-top:0}.mobileSourceGrid{margin-top:4px}.mobileTrustGrid{gap:8px;display:grid}.mobileTrustGrid span{border:1px solid var(--mobile-line);color:#3f504c;background:#ffffffdb;border-radius:12px;align-items:center;gap:8px;width:100%;min-height:42px;padding:10px 12px;font-weight:850;display:flex}.mobileTrustGrid svg{color:var(--mobile-accent)}.mobileTopicStrip{gap:10px;display:grid}.mobilePracticeScreen{padding-bottom:106px}.mobilePracticeTop{justify-content:space-between;align-items:center;gap:8px;display:flex}.mobilePracticeTop span,.mobilePracticeTop strong{border:1px solid var(--mobile-line);white-space:nowrap;background:#ffffffd1;border-radius:999px;padding:8px 10px;font-size:.78rem;font-weight:900;line-height:1}.mobilePracticeTop span{color:var(--mobile-muted)}.mobileProgress{background:#e5e5ea;border-radius:999px;height:9px;overflow:hidden}.mobileProgress span{background:var(--mobile-accent);height:100%;display:block}.mobileQuestion{gap:16px;padding:20px;display:grid}.mobileQuestion h1{overflow-wrap:anywhere;word-break:break-word;margin:0;font-size:clamp(1.2rem,5.2vw,1.48rem);line-height:1.18}.mobileTags{flex-wrap:wrap;gap:8px;display:flex}.mobileTags span{background:var(--mobile-soft);color:var(--mobile-muted);border-radius:999px;padding:7px 9px;font-size:.75rem;font-weight:850}.mobileChoices{gap:10px;display:grid}.mobileChoices button{border:1px solid var(--mobile-line);color:var(--mobile-ink);font:inherit;overflow-wrap:anywhere;text-align:left;background:#fff;border-radius:18px;grid-template-columns:34px 1fr;align-items:center;gap:11px;width:100%;min-height:58px;padding:12px;line-height:1.38;display:grid}.mobileChoices button>span{background:var(--mobile-soft);border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-weight:900;display:flex}.mobileChoices button.selected{border-color:var(--mobile-accent)}.mobileChoices button.correct{background:#eaf8ef;border-color:#34c759}.mobileChoices button.incorrect{background:#fff1f0;border-color:#ff3b30}.mobileExplanationCard{gap:12px;padding:17px;display:grid}.mobileExplanationCard>span{color:var(--mobile-accent);text-transform:uppercase;font-weight:900}.mobileExplanationCard div{border:1px solid var(--mobile-line);background:#f9f9fb;border-radius:18px;padding:12px}.mobileExplanationCard .mobileCoachBubble{background:#eef6ff;border-color:#d8eaff;grid-template-columns:22px 1fr;align-items:flex-start;gap:9px;display:grid}.mobileCoachBubble svg{color:var(--mobile-accent)}.mobileQuickPrompts{grid-template-columns:1fr 1fr;gap:8px;display:grid}.mobileExplanationCard strong{margin-bottom:5px;display:block}.mobileMiniActions,.mobileTwoButtons{grid-template-columns:1fr 1fr;gap:10px;display:grid}.mobileMiniActions button{border:1px solid var(--mobile-line);color:var(--mobile-muted);font:inherit;background:#fff;border-radius:14px;min-height:42px;font-weight:850}.mobileStickyAction{bottom:calc(70px + env(safe-area-inset-bottom));z-index:25;background:linear-gradient(#f5f5f700 0%,#f5f5f7f5 30%);padding:18px 16px 10px;position:fixed;left:0;right:0}.mobileStickyAction .mobilePrimary{max-width:100%}.mobileResultHero,.mobileReadinessDial{gap:10px;padding:20px;display:grid}.mobileResultHero h1,.mobileReadinessDial strong{margin:0;font-size:clamp(2.7rem,15vw,3.8rem);line-height:.95}.mobileList{gap:10px;display:grid}.mobileList h2{margin:4px 0}.mobileList article,.mobileList a{color:inherit;gap:6px;padding:14px;text-decoration:none;display:grid}.mobileList strong{line-height:1.25}.mobileFlashcard{color:var(--mobile-ink);text-align:left;gap:14px;min-height:230px;padding:22px;display:grid}.mobileFlashcard strong{font-size:clamp(1.35rem,6vw,1.9rem);line-height:1.12}.mobileFlashcard small{color:var(--mobile-muted)}.mobilePageTitle{gap:8px;padding:2px 2px 4px;display:grid}.mobileReadinessDial{background:#fff}.mobileWizardCard input{color:var(--mobile-ink);font:inherit;background:#f9faf8;border:1px solid #cfd8d3;border-radius:12px;width:100%;min-height:58px;padding:12px 14px;font-size:1.35rem;font-weight:900}.mobileStepper{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.mobileStepper span{background:#dbe4df;border-radius:999px;height:7px}.mobileStepper span.active{background:var(--mobile-accent)}.mobileChipGroup{flex-wrap:wrap;gap:8px;display:flex}.mobileChipGroup button{border:1px solid var(--mobile-line);color:var(--mobile-muted);font:inherit;background:#fff;border-radius:999px;padding:9px 11px;font-size:.9rem;font-weight:850}.mobileChipGroup button.active{background:var(--mobile-accent);border-color:var(--mobile-accent);color:#fff}.mobileRecoveryPlan div{border-top:1px solid #e1e7e3;padding-top:10px}.mobileMenuList{gap:9px;display:grid}.mobileMenuList a{border:1px solid var(--mobile-line);color:var(--mobile-ink);background:#fff;border-radius:12px;padding:14px;font-weight:850;text-decoration:none}.mobileTabBar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);max-width:100vw;padding:8px 10px calc(8px + env(safe-area-inset-bottom));z-index:35;background:#f5f5f7eb;border-top:1px solid #e5e5eae6;grid-template-columns:repeat(4,1fr);gap:4px;width:100%;display:grid;position:fixed;bottom:0;left:0;right:0}.mobileTabBar a{color:#65726f;text-align:center;border-radius:16px;flex-direction:column;justify-content:center;gap:3px;min-height:52px;padding:6px 2px;font-size:.72rem;font-weight:900;overflow:hidden}.mobileTabBar a span{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.mobileTabBar a.active{color:var(--mobile-accent);background:#e8f2ff}.mobileScreen .planSignup{border-radius:16px;grid-template-columns:1fr;align-items:stretch;margin-top:0}.mobileScreen .planSignup h2{font-size:1.2rem}.mobileScreen .pricingHeroCard,.mobileScreen .waitlistPanel{border-radius:16px;margin:0}.mobileScreen .pricingGrid{grid-template-columns:1fr}.mobileScreen .heroActions{flex-direction:column}.mobileScreen .waitlistPanel,.mobileScreen .pricingDetailGrid{grid-template-columns:1fr}.mobileScreen .primaryButton,.mobileScreen .secondaryButton,.mobileScreen .ghostButton{width:100%}footer{color:#dce3de;background:#15211f;justify-content:space-between;gap:18px;padding:24px clamp(18px,5vw,72px);display:flex}footer p{max-width:820px;margin:0;line-height:1.5}footer div{flex-wrap:wrap;gap:10px;display:flex}footer button{color:#fff;cursor:pointer;background:0 0;border:1px solid #56615e;border-radius:8px;padding:8px 10px}footer a{color:#fff;cursor:pointer;background:0 0;border:1px solid #56615e;border-radius:8px;padding:8px 10px;text-decoration:none}@media (width<=860px){.navPills{width:100%;min-width:0;max-width:100%;margin-left:0;padding-bottom:4px;overflow-x:auto}.topbar{flex-direction:column;align-items:flex-start;gap:12px;overflow:hidden}.hero,.splitSection,.resultsGrid,.contentGrid,.accountGrid,.recoveryBuilder,.topicCards,.outlineList,.reviewList,.sourceGrid,.guideList,.insightGrid,.planSignup,.progressStats,.pricingTeaser,.pricingDetailGrid,.waitlistPanel{grid-template-columns:1fr}.planGrid,.pricingGrid{grid-template-columns:1fr 1fr}.hero{min-height:auto;padding-top:36px;overflow:hidden}.featureGrid{grid-template-columns:1fr 1fr}.practiceHeader{flex-direction:column;align-items:start;gap:14px}.resultHero{margin-top:0}}@media (width<=560px){.featureGrid,.scorePreview,.examStats,.flashcardStats{grid-template-columns:1fr}.answerSheet{grid-template-columns:repeat(8,1fr)}.heroActions,.practiceActions,.trustStrip{flex-direction:column}.hero{gap:24px}.coachPanel,.questionCard,.resultHero,.readinessCard,.breakdownCard{box-shadow:0 12px 30px #172b2614}.examPreviewTop{flex-direction:column;align-items:flex-start}.choice{grid-template-columns:32px 1fr;min-height:58px;padding:12px}.choice span{width:32px;height:32px}.primaryButton,.secondaryButton,.ghostButton,.trustStrip span{width:100%}.planGrid,.pricingGrid{grid-template-columns:1fr}footer{flex-direction:column}}
