:root{--ink:#13243a;--muted:#5c6878;--paper:#f6f3eb;--white:#fffefa;--line:#d8d9d3;--teal:#2c6a63;--teal-dark:#1d4d49;--teal-soft:#e4efeb;--amber:#e7a24b;--amber-soft:#fff1d9;--red:#a54036;--shadow:0 28px 70px rgba(19,36,58,0.11)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}button,input,select{font:inherit}a,button{-webkit-tap-highlight-color:transparent}a{color:inherit}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid rgba(231,162,75,.6);outline-offset:3px}.site-header{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1240px;padding:24px 28px}.brand{font-size:18px;font-weight:800;gap:10px;letter-spacing:-.3px;text-decoration:none}.brand,.brand-mark{align-items:center;display:inline-flex}.brand-mark{background:var(--ink);border-radius:11px;height:38px;justify-content:center;width:38px}.brand-mark svg{height:28px;width:28px}.brand-mark svg path:first-child{fill:none;stroke:var(--white);stroke-linejoin:round;stroke-width:2}.brand-mark svg path:last-child{fill:none;stroke:var(--amber);stroke-linecap:round;stroke-linejoin:round;stroke-width:2.5}.site-header nav{display:flex;gap:30px}.site-header nav a{color:var(--muted);font-size:14px;font-weight:700;text-decoration:none}.site-header nav a:hover{color:var(--ink)}.header-cta{background:var(--ink);border-radius:999px;color:white;font-size:14px;font-weight:800;padding:12px 20px;text-decoration:none}.hero{align-items:start;display:grid;grid-gap:62px;gap:62px;grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr);margin:0 auto;max-width:1240px;min-height:700px;padding:72px 28px 100px}.hero-copy{padding-top:50px}.availability-badge{align-items:center;background:var(--teal-soft);border:1px solid #c9ddd7;border-radius:999px;color:var(--teal-dark);display:inline-flex;font-size:12px;font-weight:800;gap:8px;letter-spacing:.04em;padding:7px 12px;text-transform:uppercase}.availability-badge span{background:#4b9c73;border-radius:50%;height:7px;width:7px}.hero h1{font-family:Georgia,Times New Roman,serif;font-size:clamp(52px,5vw,78px);font-weight:500;letter-spacing:-.055em;line-height:.99;margin:28px 0 26px;max-width:650px}.hero-lead{color:#48586b;font-size:19px;line-height:1.65;margin:0;max-width:580px}.trust-row{display:flex;flex-wrap:wrap;gap:12px 20px;margin-top:28px}.trust-row span{align-items:center;display:inline-flex;font-size:13px;font-weight:750;gap:7px}.deliverable-copy li>svg,.included-box svg,.trust-row svg{fill:none;height:17px;stroke:var(--teal);stroke-linecap:round;stroke-linejoin:round;stroke-width:2.2;width:17px}.hero-note{border-left:2px solid var(--amber);color:var(--muted);font-size:13px;margin:34px 0 0;max-width:520px;padding-left:13px}.form-shell,.result-panel{background:var(--white);border:1px solid rgba(19,36,58,.1);border-radius:24px;box-shadow:var(--shadow);min-height:560px;padding:34px}.form-topline,.section-heading-row{align-items:flex-start;display:flex;justify-content:space-between}.eyebrow{color:var(--teal);font-size:11px;font-weight:850;letter-spacing:.13em;margin:0 0 8px;text-transform:uppercase}.form-topline h2,.result-success h2{font-family:Georgia,Times New Roman,serif;font-size:30px;font-weight:500;letter-spacing:-.03em;line-height:1.1;margin:0}.step-count{color:var(--muted);font-size:12px;font-weight:750}.progress{display:grid;grid-gap:8px;gap:8px;grid-template-columns:repeat(4,1fr);margin:24px 0 34px}.progress span{background:#e7e8e4;border-radius:99px;height:4px}.progress span.active{background:var(--teal)}fieldset{border:0;margin:0;min-width:0;padding:0}legend{font-size:20px;font-weight:800;letter-spacing:-.02em;padding:0}.field-intro{color:var(--muted);font-size:14px;margin:7px 0 26px}label:not(.choice-card):not(.check-row){display:block;font-size:13px;font-weight:800;margin-bottom:8px}input[type=date],input[type=email],input[type=number],input[type=text],select{background:#fff;border:1px solid #c8cdc9;border-radius:11px;color:var(--ink);font-size:16px;height:54px;padding:0 15px;transition:border-color .15s ease,box-shadow .15s ease;width:100%}input:focus,select:focus{border-color:var(--teal);box-shadow:0 0 0 4px rgba(44,106,99,.1);outline:none}input::placeholder{color:#99a0a7}.helper{color:#78818a;display:block;font-size:11px;margin-top:8px}.demo-tip{align-items:center;background:var(--amber-soft);border:1px solid #efd5a8;border-radius:12px;display:flex;flex-wrap:wrap;font-size:12px;gap:5px 8px;margin-top:24px;padding:13px 15px}.demo-tip button{background:transparent;border:0;color:#765017;cursor:pointer;font-weight:850;padding:0;text-decoration:underline}.choice-grid{display:grid;grid-gap:10px;gap:10px;grid-template-columns:1fr 1fr}.choice-card{align-items:center;border:1px solid #d2d5d2;border-radius:12px;cursor:pointer;display:flex;gap:11px;min-height:66px;padding:12px}.choice-card:has(input:checked){background:var(--teal-soft);border-color:var(--teal);box-shadow:inset 0 0 0 1px var(--teal)}.check-row input,.choice-card input{accent-color:var(--teal);height:17px;margin:0;width:17px}.choice-card span{display:flex;flex-direction:column}.choice-card strong{font-size:13px}.choice-card small{color:var(--muted);font-size:11px}.conditional-fields{background:#f6f8f6;border-radius:14px;margin:16px 0 20px;padding:17px}.buyer-fields{background:var(--amber-soft);border:1px solid #efd4a5;border-radius:14px;display:grid;grid-gap:14px;gap:14px;grid-template-columns:1fr 1fr;margin-bottom:20px;padding:17px}.buyer-fields label span{color:#866837;font-size:9px;font-weight:700;margin-left:3px;text-transform:uppercase}.buyer-fields>p{color:#654719;font-size:10px;grid-column:1/-1;line-height:1.5;margin:-2px 0 0}.currency-input{align-items:center;display:flex;position:relative}.currency-input>span{color:var(--muted);font-weight:800;left:16px;position:absolute}.currency-input input{padding-left:33px}.check-row{align-items:flex-start;color:#455364;cursor:pointer;display:flex;font-size:12px;gap:10px;line-height:1.45;margin-top:14px}.check-row input{flex:0 0 auto;margin-top:1px}.marketing-check{background:#f5f7f5;border-radius:11px;padding:13px}.included-box{background:#f1f6f3;border:1px solid #d4e3dd;border-radius:14px;margin-bottom:22px;padding:16px}.included-box>strong{display:block;font-size:13px;margin-bottom:10px}.included-box ul{display:grid;grid-gap:7px;gap:7px;list-style:none;margin:0;padding:0}.included-box li{align-items:center;display:flex;font-size:12px;gap:8px}.fine-print,.privacy-note,.source-date{color:#737c85;font-size:11px;line-height:1.55}.privacy-note{margin:16px 0 0}.honeypot{height:0;left:-10000px;opacity:0;overflow:hidden;position:absolute;width:0}.form-error{background:#fbeae7;border:1px solid #efc3bd;border-radius:10px;color:var(--red);font-size:12px;font-weight:700;margin:18px 0 0;padding:11px 13px}.form-actions{align-items:center;display:flex;justify-content:space-between;margin-top:30px}.back-button,.copy-button,.primary-button,.text-button{border:0;cursor:pointer;font-weight:800}.primary-button{align-items:center;background:var(--ink);border-radius:999px;color:white;display:inline-flex;font-size:14px;gap:9px;justify-content:center;min-height:48px;padding:0 22px}.primary-button:hover{background:#223a57}.primary-button:disabled{cursor:wait;opacity:.7}.primary-button svg,.source-links svg{fill:none;height:17px;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8;width:17px}.back-button,.text-button{background:transparent;color:var(--muted);font-size:13px;padding:9px 0;text-decoration:underline;text-underline-offset:3px}.result-panel{padding:30px}.result-success{align-items:center;display:flex;gap:14px}.result-success>div p:last-child{color:var(--muted);font-size:12px;margin:5px 0 0}.success-icon{align-items:center;background:var(--teal);border-radius:50%;color:white;display:flex;height:44px;justify-content:center;width:44px}.success-icon svg{fill:none;height:22px;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2;width:22px}.no-income-screen,.prototype-notice{background:var(--amber-soft);border:1px solid #efd4a5;border-radius:11px;color:#654719;font-size:11px;margin-top:22px;padding:11px 13px}.buyer-warning{background:#eef4f7;border:1px solid #ccdce5;border-radius:11px;color:#38566a;font-size:11px;margin-top:9px;padding:11px 13px}.buyer-warning strong{display:block;margin-bottom:2px}.metric-grid{display:grid;grid-gap:1px;gap:1px;grid-template-columns:1fr 1fr;margin:22px 0;overflow:hidden}.metric-grid article{background:#f4f6f3;display:flex;flex-direction:column;padding:14px}.metric-grid article:first-child{border-radius:12px 0 0 0}.metric-grid article:nth-child(2){border-radius:0 12px 0 0}.metric-grid article:nth-child(3){border-radius:0 0 0 12px}.metric-grid article:last-child{border-radius:0 0 12px 0}.metric-grid span,.scenario-card span{color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.metric-grid strong{font-family:Georgia,Times New Roman,serif;font-size:23px;font-weight:500;margin:3px 0}.metric-grid small,.scenario-card small{color:#707983;font-size:10px}.buyer-insight,.letter-card,.official-breakdown,.scenario-section{border-top:1px solid var(--line);padding-top:22px}.buyer-insight{border:1px solid #d8ded9;border-radius:14px;margin-bottom:22px;padding:18px}.buyer-supports-review{background:#eef7f1;border-color:#c6dfce}.buyer-near-assessment{background:var(--amber-soft);border-color:#efd4a5}.buyer-does-not-support{background:#f4f6f5}.buyer-insight h3{font-family:Georgia,Times New Roman,serif;font-size:20px;font-weight:500;letter-spacing:-.02em;margin:0}.buyer-price-grid{display:grid;grid-gap:8px;gap:8px;grid-template-columns:repeat(3,1fr);margin:16px 0}.buyer-price-grid>div{background:rgba(255,255,255,.72);border:1px solid rgba(19,36,58,.09);border-radius:10px;display:flex;flex-direction:column;padding:11px}.buyer-price-grid span{color:var(--muted);font-size:8px;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.buyer-price-grid strong{font-size:14px;margin-top:3px}.buyer-insight>p:not(.eyebrow):not(.fine-print){color:#435465;font-size:11px;line-height:1.55}.buyer-next-step{align-items:flex-start;border-top:1px solid rgba(19,36,58,.12);display:flex;gap:12px;padding-top:12px}.buyer-next-step strong{color:var(--teal-dark);flex:0 0 auto;font-size:10px;text-transform:uppercase}.buyer-next-step span{color:#435465;font-size:10px;line-height:1.5}.letter-card h3,.official-breakdown h3,.scenario-section h3{font-family:Georgia,Times New Roman,serif;font-size:20px;font-weight:500;letter-spacing:-.02em;margin:0}.estimate-pill{background:#eceeeb;border-radius:99px;color:var(--muted);font-size:9px;font-weight:850;letter-spacing:.06em;padding:6px 9px;text-transform:uppercase}.scenario-grid{display:grid;grid-gap:8px;gap:8px;grid-template-columns:repeat(3,1fr);margin-top:15px}.scenario-card{border:1px solid #dde0dc;border-radius:11px;display:flex;flex-direction:column;padding:12px}.scenario-card strong{font-size:17px;margin:4px 0 2px}.scenario-below{background:#edf6ef;border-color:#c8dfce}.scenario-above{background:#f7f7f4}.scenario-near{background:var(--amber-soft);border-color:#efd4a5}.letter-card,.official-breakdown{margin-top:22px}.official-breakdown dl{display:grid;grid-gap:0 24px;gap:0 24px;grid-template-columns:1fr 1fr;margin:15px 0}.official-breakdown dl div{align-items:center;border-bottom:1px solid #e4e5e1;display:flex;justify-content:space-between;padding:8px 0}.official-breakdown dt{color:var(--muted);font-size:11px}.official-breakdown dd{font-size:12px;font-weight:800;margin:0}.source-links{display:flex;flex-wrap:wrap;gap:7px 15px}.source-links a{align-items:center;color:var(--teal-dark);display:inline-flex;font-size:10px;font-weight:850;gap:4px}.source-links svg{height:12px;width:12px}.source-date{margin-bottom:0}.letter-card{background:#fbfaf6;border:1px solid #dedfd9;border-radius:14px;padding:18px}.copy-button{background:var(--ink);border-radius:999px;color:white;font-size:10px;padding:8px 12px}.letter-copy{border-top:1px solid #e0e1dc;color:#455364;font-family:Georgia,Times New Roman,serif;font-size:12px;line-height:1.6;margin-top:15px;padding-top:10px}.letter-copy p:last-child{margin-bottom:0}.honest-result p:last-child{color:var(--muted);font-size:12px;margin-bottom:0}.result-panel>.text-button{margin-top:14px}.experience-strip{align-items:center;background:var(--ink);color:white;display:grid;grid-gap:48px;gap:48px;grid-template-columns:190px minmax(0,720px);justify-content:center;padding:72px 28px}.experience-number{font-family:Georgia,Times New Roman,serif;font-size:112px;letter-spacing:-.08em;line-height:1}.experience-number span{color:var(--amber);font-size:54px;vertical-align:top}.experience-strip .eyebrow{color:#76b5a6}.deliverable-copy h2,.experience-strip h2,.section-intro h2,.trust-section h2{font-family:Georgia,Times New Roman,serif;font-size:clamp(34px,4vw,52px);font-weight:500;letter-spacing:-.045em;line-height:1.06;margin:0}.experience-strip p:not(.eyebrow){color:#c5ccd4;font-size:16px;line-height:1.7;margin:20px 0 10px}.experience-strip small{color:#8f9bab;font-size:11px}.proof-section{align-items:center;display:grid;grid-gap:64px;gap:64px;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);margin:0 auto;max-width:1240px;padding:110px 28px}.proof-visual{background:var(--ink);border:1px solid rgba(19,36,58,.14);border-radius:22px;box-shadow:var(--shadow);line-height:0;overflow:hidden}.proof-visual img{height:auto;width:100%}.local-details h2,.official-links-section h2,.proof-copy h2{font-family:Georgia,Times New Roman,serif;font-size:clamp(34px,4vw,52px);font-weight:500;letter-spacing:-.045em;line-height:1.06;margin:0}.proof-copy>p:not(.eyebrow){color:var(--muted);font-size:15px;line-height:1.7;margin:21px 0}.proof-result{border-bottom:1px solid var(--line);border-top:1px solid var(--line);display:flex;flex-direction:column;margin:28px 0 20px;padding:20px 0}.proof-result span{color:var(--muted);font-size:10px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.proof-result strong{color:var(--teal-dark);font-family:Georgia,Times New Roman,serif;font-size:52px;font-weight:500;letter-spacing:-.045em;line-height:1;margin-top:8px}.proof-copy>p.proof-disclosure{font-size:11px;margin:0 0 25px}.proof-link{align-items:center;background:var(--ink);border-radius:999px;color:white;display:inline-flex;font-size:13px;font-weight:800;min-height:46px;padding:0 20px;text-decoration:none}.proof-link:hover{background:#223a57}.local-hero{align-items:start;background:linear-gradient(180deg,#eef2ed 0,var(--paper) 100%);display:grid;grid-gap:62px;gap:62px;grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr);padding:82px max(28px,calc((100vw - 1184px) / 2)) 105px}.local-hero-copy{padding-top:38px}.local-hero h1{font-family:Georgia,Times New Roman,serif;font-size:clamp(48px,5vw,70px);font-weight:500;letter-spacing:-.055em;line-height:1;margin:18px 0 24px}.local-hero-copy>p:not(.eyebrow):not(.local-pilot-note){color:#48586b;font-size:18px;line-height:1.65;margin:0}.local-hero-copy ul{display:grid;grid-gap:10px;gap:10px;list-style:none;margin:30px 0 24px;padding:0}.local-hero-copy li{color:#3f5264;font-size:13px;font-weight:750;padding-left:24px;position:relative}.local-hero-copy li:before{color:var(--teal);content:"✓";font-weight:900;left:0;position:absolute}.local-pilot-note{border-left:2px solid var(--amber);color:var(--muted);font-size:11px;line-height:1.55;margin:0;max-width:520px;padding-left:13px}.local-details{border-top:1px solid var(--line);margin:0 auto;max-width:1160px;padding:110px 28px}.local-details>div:first-child{max-width:720px}.local-details>div:first-child>p:last-child,.official-links-section>div:first-child>p:last-child{color:var(--muted);font-size:16px;line-height:1.7}.local-detail-grid{display:grid;grid-gap:18px;gap:18px;grid-template-columns:repeat(3,1fr);margin-top:48px}.local-detail-grid article{background:var(--white);border:1px solid var(--line);border-radius:16px;padding:28px}.local-detail-grid article>span{color:var(--amber);font-family:Georgia,Times New Roman,serif;font-size:18px;font-weight:700}.local-detail-grid h3{font-size:16px;margin:36px 0 8px}.local-detail-grid article p{color:var(--muted);font-size:13px;line-height:1.65;margin:0}.official-links-section{background:#dfeae5;display:grid;grid-gap:44px 60px;gap:44px 60px;grid-template-columns:.9fr 1.1fr;padding:90px max(28px,calc((100vw - 1104px) / 2))}.official-link-list{display:grid;grid-gap:12px;gap:12px}.official-link-list a{background:rgba(255,255,255,.76);border:1px solid rgba(19,36,58,.12);border-radius:14px;display:flex;flex-direction:column;padding:20px;text-decoration:none}.official-link-list a:hover{border-color:var(--teal)}.official-link-list span{color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.official-link-list strong{color:var(--teal-dark);font-size:14px;margin-top:5px}.official-links-section>small{color:#6b7d79;font-size:10px;grid-column:1/-1}.deliverable-section,.pathways-section,.process-section{margin:0 auto;max-width:1160px;padding:110px 28px}.pathways-section{border-top:1px solid var(--line);display:grid;grid-gap:18px;gap:18px;grid-template-columns:1.15fr 1fr 1fr}.pathways-heading{padding-right:35px}.pathways-heading h2{font-family:Georgia,Times New Roman,serif;font-size:clamp(32px,3.5vw,46px);font-weight:500;letter-spacing:-.045em;line-height:1.08;margin:0}.pathways-section article{background:var(--ink);border-radius:17px;color:white;padding:28px}.pathways-section article:last-child{background:var(--teal)}.pathways-section article>span{color:var(--amber);font-size:10px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.pathways-section article:last-child>span{color:#d8f0e9}.pathways-section h3{font-family:Georgia,Times New Roman,serif;font-size:23px;font-weight:500;letter-spacing:-.025em;line-height:1.15;margin:38px 0 13px}.pathways-section article p{color:#bfc8d2;font-size:12px;line-height:1.65;margin:0}.pathways-section article:last-child p{color:#d6e8e4}.section-intro{max-width:650px}.deliverable-copy>p,.section-intro>p:last-child{color:var(--muted);font-size:16px;line-height:1.7}.process-grid{display:grid;grid-gap:18px;gap:18px;grid-template-columns:repeat(3,1fr);margin-top:48px}.process-grid article{background:var(--white);border:1px solid var(--line);border-radius:16px;padding:28px}.process-grid article>span{color:var(--amber);font-family:Georgia,Times New Roman,serif;font-size:18px;font-weight:700}.process-grid h3{font-size:16px;margin:36px 0 8px}.process-grid p{color:var(--muted);font-size:13px;line-height:1.65;margin:0}.deliverable-section{align-items:center;border-top:1px solid var(--line);display:grid;grid-gap:80px;gap:80px;grid-template-columns:1fr .9fr}.deliverable-copy ul{display:grid;grid-gap:18px;gap:18px;list-style:none;margin:34px 0 0;padding:0}.deliverable-copy li{align-items:flex-start;display:flex;gap:12px}.deliverable-copy li>svg{background:var(--teal-soft);border-radius:50%;flex:0 0 auto;height:24px;padding:4px;width:24px}.deliverable-copy li span{color:var(--muted);display:flex;flex-direction:column;font-size:13px}.deliverable-copy li strong{color:var(--ink);font-size:14px;margin-bottom:2px}.sample-report{background:var(--white);border:1px solid var(--line);border-radius:4px;box-shadow:22px 26px 0 #e3ded2,var(--shadow);min-height:500px;padding:28px;transform:rotate(1.2deg)}.sample-footer,.sample-top{align-items:center;display:flex;font-size:8px;font-weight:850;justify-content:space-between;letter-spacing:.12em}.sample-top{border-bottom:2px solid var(--ink);padding-bottom:12px}.sample-address{display:flex;flex-direction:column;padding:32px 0 24px}.sample-address small,.sample-metrics small{color:var(--muted);font-size:8px;font-weight:850;letter-spacing:.1em}.sample-address strong{font-family:Georgia,Times New Roman,serif;font-size:29px;font-weight:500;margin:4px 0}.sample-address span{color:var(--muted);font-size:10px}.sample-metrics{border-bottom:1px solid var(--line);border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr}.sample-metrics div{display:flex;flex-direction:column;padding:20px 0}.sample-metrics div+div{border-left:1px solid var(--line);padding-left:20px}.sample-metrics strong{font-size:22px;margin-top:4px}.sample-chart{align-items:flex-end;border-bottom:1px solid var(--ink);display:flex;gap:17px;height:190px;padding:25px 24px 0}.sample-chart>span{background:#b9c5c1;display:block;flex:1 1;position:relative}.sample-chart>span:nth-child(2){background:var(--ink)}.sample-chart>span.estimate-bar{background:var(--amber)}.sample-chart i{bottom:-23px;color:var(--muted);font-size:8px;font-style:normal;left:50%;position:absolute;transform:translateX(-50%)}.sample-footer{color:var(--muted);margin-top:52px}.sample-footer strong{color:var(--teal)}.trust-section{align-items:flex-end;background:#dfeae5;display:grid;grid-gap:60px;gap:60px;grid-template-columns:1.1fr .9fr auto;padding:85px max(28px,calc((100vw - 1160px) / 2))}.trust-section p:not(.eyebrow){color:#475b59;font-size:14px;line-height:1.7;margin:0}.trust-section a{background:var(--ink);border-radius:999px;color:white;font-size:13px;font-weight:800;padding:14px 20px;text-decoration:none;white-space:nowrap}.site-footer{align-items:flex-end;background:#0d1b2d;color:white;display:flex;justify-content:space-between;padding:60px max(28px,calc((100vw - 1160px) / 2))}.footer-brand>p{color:#93a0af;font-size:12px;margin:16px 0 0}.footer-copy{color:#7f8c9c;font-size:10px;max-width:430px;text-align:right}.footer-copy p{margin:5px 0}@media (max-width:1020px){.site-header nav{display:none}.hero{grid-template-columns:1fr;max-width:760px;padding-top:35px}.hero-copy{padding-top:20px}.hero h1{max-width:720px}.deliverable-section,.local-detail-grid,.local-hero,.official-links-section,.pathways-section,.proof-section,.trust-section{grid-template-columns:1fr}.local-hero{margin:0 auto;max-width:820px}.local-hero-copy{padding-top:12px}.official-links-section{gap:26px}.sample-report{margin:0 auto;max-width:500px;width:100%}.trust-section{align-items:start;gap:24px}.trust-section a{justify-self:start}}@media (max-width:700px){.site-header{padding:18px}.header-cta{display:none}.hero{gap:42px;padding:32px 18px 70px}.hero h1{font-size:49px}.hero-lead{font-size:17px}.form-shell,.result-panel{border-radius:18px;padding:23px}.buyer-fields,.buyer-price-grid,.choice-grid,.metric-grid,.official-breakdown dl,.process-grid,.scenario-grid{grid-template-columns:1fr}.metric-grid article,.metric-grid article:first-child,.metric-grid article:last-child,.metric-grid article:nth-child(2),.metric-grid article:nth-child(3){border-radius:0}.metric-grid article:first-child{border-radius:12px 12px 0 0}.metric-grid article:last-child{border-radius:0 0 12px 12px}.section-heading-row{gap:10px}.estimate-pill{display:none}.experience-strip{gap:12px;grid-template-columns:1fr;padding:60px 22px}.experience-number{font-size:78px}.deliverable-section,.local-details,.pathways-section,.process-section,.proof-section{padding:78px 20px}.proof-section{gap:40px}.proof-visual{border-radius:14px}.proof-result strong{font-size:44px}.local-hero{gap:42px;padding:52px 18px 74px}.local-hero h1{font-size:46px}.official-links-section{padding:68px 22px}.deliverable-section{gap:50px}.sample-report{box-shadow:10px 13px 0 #e3ded2,var(--shadow);min-height:460px;padding:20px;transform:none}.trust-section{padding:64px 22px}.site-footer{align-items:start;flex-direction:column;gap:32px;padding:48px 22px}.footer-copy{text-align:left}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}