*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--paper);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.container{width:min(1160px,100% - 40px);margin:0 auto}.narrow-container{max-width:820px}.claim-container{max-width:1120px}.site-header{z-index:50;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f5f7f3e0;border-bottom:1px solid #10231e14;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:24px;min-height:72px;display:flex}.brand{letter-spacing:-.03em;align-items:center;gap:10px;font-size:20px;font-weight:850;display:inline-flex}.brand-mark{color:#fff;background:var(--brand);border-radius:11px;place-items:center;width:34px;height:34px;display:grid;box-shadow:0 8px 20px #0c6b4f40}.main-nav{color:var(--muted);align-items:center;gap:24px;font-weight:650;display:flex}.main-nav a:hover{color:var(--brand)}.hero{background:radial-gradient(circle at 75% 10%, #d9f0e4 0, transparent 34%), linear-gradient(180deg, #f8faf7 0, var(--paper) 100%);padding:88px 0 72px}.hero-grid{grid-template-columns:1.12fr .88fr;align-items:center;gap:68px;display:grid}.eyebrow{color:var(--brand);text-transform:uppercase;letter-spacing:.13em;font-size:13px;font-weight:850;display:inline-block}h1,h2,h3,p{margin-top:0}h1{letter-spacing:-.055em;max-width:760px;margin:16px 0 22px;font-size:clamp(42px,6vw,70px);line-height:1.02}h2{letter-spacing:-.035em;font-size:clamp(26px,3vw,38px);line-height:1.12}h3{letter-spacing:-.025em;font-size:20px}.hero-copy{max-width:650px;color:var(--muted);font-size:20px;line-height:1.65}.button-row{flex-wrap:wrap;gap:12px;margin:30px 0 24px;display:flex}.button{border:1px solid #0000;border-radius:13px;justify-content:center;align-items:center;min-height:48px;padding:0 20px;font-weight:780;transition:transform .16s,box-shadow .16s,background .16s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button:disabled{opacity:.55;cursor:not-allowed;transform:none}.button-secondary{color:var(--ink);border-color:var(--line);background:#fff}.button-wide{width:100%}.trust-row{color:var(--muted);flex-wrap:wrap;gap:18px;font-size:14px;font-weight:650;display:flex}.hero-card{color:#fff;background:linear-gradient(145deg,#123f33,#092b23);border-radius:28px;padding:28px;transform:rotate(1.5deg);box-shadow:0 34px 80px #062b2142}.hero-card-top{color:#cce4da;justify-content:space-between;align-items:center;font-size:13px;display:flex}.hero-card-top strong{color:#fff;border:1px solid #ffffff2e;border-radius:9px;padding:7px 10px}.route-line{grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:36px 0;display:grid}.route-line div:not(.route-track){flex-direction:column;gap:4px;display:flex}.route-line strong{font-size:24px}.route-line span{color:#b8d2c7;font-size:13px}.route-track{background:#538175;height:2px;position:relative}.route-track:before,.route-track:after{content:"";background:#123f33;border:2px solid #f5c464;border-radius:50%;width:10px;height:10px;position:absolute;top:50%;transform:translateY(-50%)}.route-track:before{left:0}.route-track:after{right:0}.delay-result,.money-preview{border-top:1px solid #ffffff1f;justify-content:space-between;align-items:center;padding:17px 0;display:flex}.delay-result span,.money-preview span{color:#b8d2c7}.delay-result strong{color:#f5c464}.section{padding:88px 0}.app-section{background:radial-gradient(circle at 15% 5%,#e1f2ea,#0000 28%);min-height:calc(100vh - 150px)}.section-heading{max-width:720px;margin-bottom:38px}.section-heading.center{text-align:center;margin-left:auto;margin-right:auto}.section-heading h1{font-size:clamp(38px,5vw,58px)}.section-heading p{color:var(--muted);font-size:17px;line-height:1.6}.feature-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.feature-card,.app-card{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid #10231e14}.feature-card{padding:28px}.feature-card>span,.step-number{width:38px;height:38px;color:var(--brand);background:var(--brand-soft);border-radius:12px;place-items:center;font-weight:850;display:grid}.feature-card h3{margin:24px 0 10px}.feature-card p{color:var(--muted);line-height:1.6}.mode-banner{color:var(--muted);background:#f2faf6;border:1px dashed #a6c9ba;border-radius:16px;justify-content:space-between;gap:16px;margin-top:28px;padding:18px 22px;display:flex}.mode-banner strong{color:var(--brand)}.app-card{padding:30px}.form-stack{gap:20px;display:grid}.two-column{grid-template-columns:1fr 1fr;gap:18px;display:grid}.field{color:var(--ink);gap:8px;font-weight:700;display:grid;position:relative}.field>span,.field label span{font-size:14px}.field input,.field select,.field textarea{width:100%;min-height:50px;color:var(--ink);background:#fff;border:1px solid #cfdad4;border-radius:12px;outline:none;padding:12px 14px}.field textarea{resize:vertical}.station-options{z-index:20;border:1px solid var(--line);background:#fff;border-radius:14px;padding:6px;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:hidden;box-shadow:0 18px 50px #10231e29}.station-options button{text-align:left;background:#fff;border:0;border-radius:9px;justify-content:space-between;align-items:center;width:100%;padding:11px 10px;display:flex}.station-options small{color:var(--muted)}.form-error{color:var(--danger);background:#fff1f1;border:1px solid #f0c8c8;border-radius:11px;margin:0;padding:12px 14px;font-weight:650}.standalone-error{margin-bottom:18px}.microcopy{color:var(--muted);margin:0;font-size:13px;line-height:1.5}.result-header,.claim-topbar,.admin-heading,.admin-claim-heading{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.result-header h2,.claim-topbar h1,.admin-heading h1,.admin-claim-heading h1{margin:8px 0 0}.claim-topbar h1,.admin-heading h1,.admin-claim-heading h1{font-size:clamp(34px,5vw,52px)}.text-button{color:var(--brand);background:0 0;border:0;font-weight:750}.journey-list{gap:12px;display:grid}.journey-card{width:100%;color:var(--ink);border:1px solid var(--line);text-align:left;background:#fff;border-radius:16px;grid-template-columns:1fr auto 190px;align-items:center;gap:18px;padding:18px;display:grid}.journey-card:hover:not(:disabled){border-color:#9cc2b2;box-shadow:0 12px 28px #10231e14}.journey-card:disabled{cursor:not-allowed;opacity:.62;background:#f5f7f5}.journey-main{gap:5px;display:grid}.journey-main strong{font-size:18px}.journey-main span,.journey-delay span{color:var(--muted);font-size:13px}.journey-delay{text-align:right;display:grid}.journey-delay strong{font-size:18px}.eligibility-positive,.eligibility-neutral{text-align:center;border-radius:10px;padding:10px 12px;font-size:13px;font-weight:800}.eligibility-positive{color:var(--brand);background:var(--brand-soft)}.eligibility-neutral{color:var(--muted);background:#eef1ef}.loading-state{text-align:center;align-content:center;place-items:center;min-height:280px;display:grid}.loading-state h2{margin:18px 0 4px}.loading-state p{color:var(--muted)}.spinner{border:4px solid #d7e7df;border-top-color:var(--brand);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.error-card{text-align:center;max-width:620px;margin:0 auto}.progress-steps{grid-template-columns:repeat(4,1fr);gap:10px;margin:24px 0 30px;padding:0;list-style:none;display:grid}.progress-steps li{color:var(--muted);align-items:center;gap:9px;font-size:14px;font-weight:750;display:flex}.progress-steps li span{border:1px solid var(--line);background:#fff;border-radius:50%;place-items:center;width:30px;height:30px;display:grid}.progress-steps li.complete{color:var(--brand)}.progress-steps li.complete span{color:#fff;border-color:var(--brand);background:var(--brand)}.status-pill{color:#4e625b;white-space:nowrap;background:#edf1ef;border-radius:999px;align-items:center;min-height:32px;padding:0 11px;font-size:12px;font-weight:850;display:inline-flex}.status-ready_for_review,.status-approved,.status-payment_received,.status-paid_out{color:var(--brand);background:var(--brand-soft)}.status-rejected{color:var(--danger);background:#fff0f0}.claim-grid{grid-template-columns:minmax(0,1fr) 330px;align-items:start;gap:24px;display:grid}.claim-main{gap:18px;display:grid}.claim-sidebar{gap:18px;display:grid;position:sticky;top:96px}.claim-section{box-shadow:0 10px 32px #10231e0f}.card-heading{align-items:flex-start;gap:14px;margin-bottom:24px;display:flex}.card-heading h2{margin:0 0 5px;font-size:24px}.card-heading p{color:var(--muted);margin:0;line-height:1.5}.upload-form{background:#f5fbf8;border:1px dashed #a9cabb;border-radius:14px;align-items:center;gap:12px;padding:16px;display:flex}.upload-form input{flex:1}.success-box{color:var(--brand);background:var(--brand-soft);border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:15px 16px;display:flex}.success-box span{color:#47645a;font-size:13px}.money-input{background:#fff;border:1px solid #cfdad4;border-radius:12px;align-items:center;display:flex}.money-input>span{color:var(--muted);padding-left:14px}.money-input input{border:0;box-shadow:none!important}.agreement-box{border:1px solid var(--line);color:#4b5d57;background:#fafbf9;border-radius:14px;margin-bottom:18px;padding:18px;font-size:14px;line-height:1.6}.agreement-box p:last-child{margin-bottom:0}.summary-card h2{font-size:22px}.summary-card dl,.detail-list{gap:0;margin:0;display:grid}.summary-card dl div,.detail-list div{border-top:1px solid var(--line);grid-template-columns:110px 1fr;gap:10px;padding:13px 0;display:grid}.summary-card dt,.detail-list dt{color:var(--muted);font-size:13px}.summary-card dd,.detail-list dd{overflow-wrap:anywhere;margin:0;font-weight:700}.accent-text{color:var(--brand)}.money-card{color:#fff;background:linear-gradient(145deg,#0f513e,#08382c)}.money-card>span{color:#b9d5ca;font-size:13px}.money-card>strong{margin:8px 0 20px;font-size:38px;display:block}.money-card div{border-top:1px solid #ffffff21;justify-content:space-between;padding:12px 0;display:flex}.money-card .customer-total{color:#f7ca70;font-size:18px}.money-card small{color:#b9d5ca;margin-top:15px;line-height:1.5;display:block}.site-footer{color:var(--muted);border-top:1px solid var(--line);background:#fff;padding:30px 0;font-size:13px}.footer-inner{justify-content:space-between;gap:20px;display:flex}.footer-inner p{margin:0}.login-container{max-width:520px}.login-card h1{font-size:44px}.login-card p{color:var(--muted);line-height:1.55}.login-card code{background:#eef2ef;border-radius:5px;padding:2px 5px}.admin-section{min-height:calc(100vh - 145px)}.admin-heading{margin-bottom:28px}.admin-heading p{color:var(--muted)}.admin-table-wrap{padding:0;overflow-x:auto}.admin-table{border-collapse:collapse;width:100%}.admin-table th,.admin-table td{border-bottom:1px solid var(--line);text-align:left;vertical-align:middle;white-space:nowrap;padding:16px}.admin-table th{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;background:#f8faf8;font-size:12px}.admin-table td:first-child{gap:4px;display:grid}.admin-table small{color:var(--muted)}.table-link,.back-link{color:var(--brand);font-weight:800}.empty-state{text-align:center;padding:60px}.empty-state p{color:var(--muted)}.back-link{margin-bottom:20px;display:inline-block}.admin-claim-heading{margin-bottom:28px}.admin-detail-grid{grid-template-columns:minmax(0,1fr) 340px;align-items:start;gap:24px;display:grid}.detail-card{box-shadow:0 10px 32px #10231e0f}.detail-card h2{font-size:23px}.sticky-card{position:sticky;top:96px}.sticky-card>p{color:var(--muted);line-height:1.55}.timeline{display:grid}.timeline>div{grid-template-columns:1fr;padding:0 0 22px 26px;display:grid;position:relative}.timeline>div:before{content:"";background:var(--line);width:1px;position:absolute;top:9px;bottom:-4px;left:5px}.timeline>div:last-child:before{display:none}.timeline i{background:var(--brand);border-radius:50%;width:11px;height:11px;position:absolute;top:4px;left:0}.timeline div div{gap:5px;display:grid}.timeline span{color:var(--muted);font-size:12px}.timeline code{overflow-wrap:anywhere;background:#f1f4f2;border-radius:8px;padding:8px;font-size:11px}@media (max-width:900px){.hero-grid,.claim-grid,.admin-detail-grid{grid-template-columns:1fr}.hero-card{transform:none}.feature-grid{grid-template-columns:1fr}.claim-sidebar,.sticky-card{position:static}.journey-card{grid-template-columns:1fr auto}.journey-card>:last-child{grid-column:1/-1}}@media (max-width:640px){.container{width:min(100% - 24px,1160px)}.main-nav{gap:12px;font-size:14px}.hero,.section{padding:58px 0}.two-column{grid-template-columns:1fr}.app-card{border-radius:18px;padding:20px}.progress-steps{grid-template-columns:1fr 1fr}.result-header,.claim-topbar,.admin-heading,.admin-claim-heading,.mode-banner,.footer-inner{flex-direction:column}.upload-form{flex-direction:column;align-items:stretch}.journey-card{grid-template-columns:1fr}.journey-delay{text-align:left}.summary-card dl div,.detail-list div{grid-template-columns:1fr;gap:4px}}.claim-main,.claim-sidebar,.claim-section,.form-stack,.field,.two-column>*{min-width:0}.claim-grid{grid-template-columns:minmax(0,1fr) minmax(290px,330px)}.upload-form{grid-template-columns:minmax(180px,.9fr) minmax(220px,1.4fr) auto;align-items:center;display:grid}.upload-form select,.upload-form input[type=file]{width:100%;min-width:0;max-width:100%}.upload-form input[type=file]{overflow:hidden}.student-product-box{color:#264d40;background:#f1faf6;border:1px solid #a9cabb;border-radius:14px;padding:16px 18px}.student-product-box strong{color:var(--brand);margin-bottom:5px;display:block}.student-product-box p{margin:0 0 7px;line-height:1.5}.student-product-box small,.inline-notice{color:var(--muted);line-height:1.45}.inline-notice{background:#f4f6f4;border-radius:10px;margin:-2px 0 0;padding:11px 13px;font-size:13px}@media (max-width:1120px){.claim-grid{grid-template-columns:1fr}.claim-sidebar{grid-template-columns:repeat(2,minmax(0,1fr));position:static}}@media (max-width:760px){.claim-sidebar,.upload-form{grid-template-columns:1fr}}.form-help{color:var(--muted);margin:0 0 10px;font-size:13px}.operation-panel{gap:16px}.operation-downloads{grid-template-columns:1fr;gap:10px;display:grid}.operation-block{border-top:1px solid var(--line);padding-top:18px}.operation-block:first-of-type{border-top:0;padding-top:0}.operation-block h3{margin-bottom:8px}.operation-block>p{color:var(--muted);font-size:14px;line-height:1.5}.operation-highlight{background:linear-gradient(#f0faf5,#0000);border-radius:14px;margin:0 -10px;padding:18px 10px 0}.compact-stack{gap:13px}.check-row{color:#385048;align-items:flex-start;gap:9px;font-size:13px;font-weight:700;line-height:1.4;display:flex}.check-row input{margin-top:2px}.check-grid{grid-template-columns:1fr;gap:9px;display:grid}.operation-success{color:var(--brand);background:var(--brand-soft);border-radius:11px;margin:0;padding:12px 14px;font-size:13px;font-weight:700}.operation-terminal{color:var(--danger);background:#fff2f2;border-radius:13px;padding:16px}.operation-terminal p{color:#7b5454;margin:6px 0 0;font-size:13px}.operation-complete{color:var(--brand);background:var(--brand-soft)}.operation-complete p{color:#47645a}.request-list{gap:12px;display:grid}.request-card{border:1px solid var(--line);background:#fafbf9;border-radius:13px;gap:9px;padding:14px;display:grid}.request-card>div:first-child{justify-content:space-between;gap:12px;display:flex}.request-card strong{color:var(--ink)}.request-card small{color:var(--muted);overflow-wrap:anywhere}.request-card p{color:#435750;margin:0;font-size:14px;line-height:1.5}.request-card blockquote{border-left:3px solid var(--brand);background:var(--brand-soft);color:#35594c;margin:0;padding:11px 13px;font-size:13px}.request-responded{border-color:#9fc9b7}.request-resolved{opacity:.75}.information-request-section{background:#fffbf0;border-color:#d9b567;margin-bottom:20px}.information-request-section h2{margin:8px 0 18px;font-size:27px}.document-list{margin-top:18px}.admin-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:24px;display:grid}.admin-kpi{gap:5px;padding:18px;display:grid}.admin-kpi span{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:12px;font-weight:800}.admin-kpi strong{font-size:28px}.next-action{color:var(--brand);font-size:13px;font-weight:750}@media (max-width:900px){.admin-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.admin-kpis{grid-template-columns:1fr}}.status-needs_information{color:#79551b;background:#fff3d8}.status-submitted{color:#315b84;background:#eaf3fb}.automation-card{margin-top:18px}.automation-heading,.exception-title,.exception-footer,.admin-heading-actions{justify-content:space-between;align-items:center;gap:12px;display:flex}.automation-heading h2,.exception-title h2{margin:4px 0 0}.automation-state{color:#42554d;text-transform:uppercase;letter-spacing:.05em;background:#eef2ef;border-radius:999px;padding:6px 9px;font-size:11px;font-weight:850}.state-waiting_reply,.state-submitted{color:#315b84;background:#eaf3fb}.state-action_required,.state-paused{color:#79551b;background:#fff3d8}.state-failed{color:var(--danger);background:#fff0f0}.state-completed{color:var(--brand);background:var(--brand-soft)}.compact-details{margin-top:14px}.break-all{overflow-wrap:anywhere}.automation-actions{gap:10px;margin-top:16px;display:grid}.automation-section{border-top:1px solid var(--line);margin-top:22px;padding-top:18px}.automation-section h3{margin-bottom:12px}.email-timeline{gap:10px;display:grid}.email-card{border:1px solid var(--line);background:#fbfcfb;border-radius:12px;gap:5px;padding:12px;display:grid}.email-card>div:first-child{justify-content:space-between;gap:10px;display:flex}.email-card span,.email-card small{color:var(--muted);font-size:12px}.email-inbound{border-left:4px solid #d4a546}.email-outbound{border-left:4px solid var(--brand)}.classification-pill{background:#eef2ef;border-radius:999px;width:fit-content;padding:3px 7px;font-weight:750}.exception-grid{gap:16px;display:grid}.exception-card{border-left:5px solid #d4a546;padding:20px}.severity-critical{border-left-color:var(--danger)}.severity-info{border-left-color:#4a83ae}.exception-title span{color:var(--muted);text-transform:uppercase;font-size:11px;font-weight:850}.exception-title small{color:var(--muted)}.exception-card pre{white-space:pre-wrap;overflow-wrap:anywhere;background:#f4f6f4;border-radius:10px;max-height:260px;padding:13px;font-size:12px;overflow:auto}.exception-actions{gap:8px;display:flex}.exception-footer>span{color:var(--muted);font-size:13px}.button-ghost{border:1px solid var(--line);color:var(--muted);background:0 0}.warning-box{color:#694d19;background:#fff7df;border-radius:11px;gap:4px;margin-top:12px;padding:13px;font-size:13px;display:grid}@media (max-width:700px){.automation-heading,.exception-title,.exception-footer,.admin-heading-actions{flex-direction:column;align-items:flex-start}}.admin-detail-grid>aside{align-content:start;gap:18px;min-width:0;display:grid}.admin-detail-grid>aside .automation-card{margin-top:0}.payment-model-box{border:1px solid var(--line);color:#385048;background:#f6faf8;border-radius:14px;padding:16px}.payment-model-box strong{margin-bottom:5px;display:block}.payment-model-box p{margin:0;font-size:14px;line-height:1.55}.independence-note{max-width:650px;color:var(--muted);margin:22px 0 0;font-size:13px;line-height:1.55}.home-proof-strip{background:#fff;border-top:1px solid #10231e12;border-bottom:1px solid #10231e12}.home-proof-grid{grid-template-columns:repeat(3,1fr);display:grid}.home-proof-grid>div{border-right:1px solid var(--line);gap:6px;min-width:0;padding:24px 28px;display:grid}.home-proof-grid>div:first-child{padding-left:0}.home-proof-grid>div:last-child{border-right:0;padding-right:0}.home-proof-grid strong{letter-spacing:-.01em;font-size:15px}.home-proof-grid span{color:var(--muted);font-size:13px;line-height:1.5}.home-section-soft{background:linear-gradient(#eef7f2 0,#f5f7f3 100%);border-top:1px solid #10231e0f;border-bottom:1px solid #10231e0f}.home-split{grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);align-items:center;gap:70px;display:grid}.home-split h2{max-width:620px;margin:14px 0 18px}.home-lead{max-width:620px;color:var(--muted);margin-bottom:28px;font-size:18px;line-height:1.7}.eligibility-card{box-shadow:var(--shadow);background:#fff;border:1px solid #10231e14;border-radius:26px;padding:34px}.eligibility-card h3{margin-bottom:20px}.check-list{gap:13px;margin:0;padding:0;list-style:none;display:grid}.check-list li{color:#385048;padding-left:30px;line-height:1.5;position:relative}.check-list li:before{content:"✓";width:20px;height:20px;color:var(--brand);background:var(--brand-soft);border-radius:50%;place-items:center;font-size:12px;font-weight:900;display:grid;position:absolute;top:0;left:0}.eligibility-card>p{color:var(--muted);border-top:1px solid var(--line);margin:22px 0 0;padding-top:18px;font-size:13px;line-height:1.55}.pricing-layout{grid-template-columns:minmax(360px,.8fr) minmax(0,1.2fr);align-items:center;gap:64px;display:grid}.pricing-card{color:#fff;background:linear-gradient(145deg,#123f33,#092b23);border-radius:26px;padding:30px;box-shadow:0 28px 68px #062b2133}.pricing-label{color:#cce4da;border:1px solid #ffffff29;border-radius:999px;margin-bottom:18px;padding:7px 10px;font-size:12px;font-weight:800;display:inline-flex}.pricing-row{border-top:1px solid #ffffff21;justify-content:space-between;gap:24px;padding:17px 0;display:flex}.pricing-row span{color:#b8d2c7}.pricing-row strong{white-space:nowrap}.pricing-total{color:#f7ca70;margin-top:4px;font-size:19px}.pricing-total span{color:#f7ca70}.pricing-copy h3{margin-bottom:14px;font-size:28px}.pricing-copy p{color:var(--muted);font-size:17px;line-height:1.7}.pricing-copy small{color:var(--muted);margin-top:20px;line-height:1.55;display:block}.security-section{color:#fff;background:linear-gradient(145deg,#0f3d31,#082a22)}.security-section .eyebrow{color:#8dd7b9}.security-section .section-heading p{color:#bad2c8}.security-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.security-card{background:#ffffff0e;border:1px solid #ffffff1f;border-radius:20px;padding:28px}.security-card>span{color:#f1c36a;letter-spacing:.12em;font-size:12px;font-weight:900}.security-card h3{margin:20px 0 10px}.security-card p{color:#bad2c8;margin:0;line-height:1.65}.faq-layout{grid-template-columns:minmax(280px,.75fr) minmax(0,1.25fr);align-items:start;gap:64px;display:grid}.faq-layout .section-heading{margin-bottom:0;position:sticky;top:110px}.faq-list{gap:12px;display:grid}.faq-list details{border:1px solid var(--line);background:#fff;border-radius:16px;padding:0 22px;box-shadow:0 10px 30px #10231e0b}.faq-list summary{cursor:pointer;padding:20px 34px 20px 0;font-weight:800;list-style:none;position:relative}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";color:var(--brand);font-size:24px;line-height:1;position:absolute;top:50%;right:0;transform:translateY(-50%)}.faq-list details[open] summary:after{content:"–"}.faq-list details p{color:var(--muted);margin:0;padding:0 34px 20px 0;line-height:1.65}.final-cta-section{padding-top:24px}.final-cta{background:linear-gradient(135deg,#e0f3ea,#f9fbf9);border:1px solid #acd0c1;border-radius:28px;justify-content:space-between;align-items:center;gap:44px;padding:42px 46px;display:flex;box-shadow:0 22px 60px #142f2714}.final-cta h2{max-width:720px;margin:12px 0 10px}.final-cta p{color:var(--muted);margin:0;line-height:1.6}.final-cta .button{flex:none;min-width:220px}@media (max-width:900px){.home-proof-grid,.security-grid{grid-template-columns:1fr}.home-proof-grid>div,.home-proof-grid>div:first-child,.home-proof-grid>div:last-child{border-right:0;border-bottom:1px solid var(--line);padding:20px 0}.home-proof-grid>div:last-child{border-bottom:0}.home-split,.pricing-layout,.faq-layout{grid-template-columns:1fr;gap:36px}.faq-layout .section-heading{position:static}.final-cta{flex-direction:column;align-items:flex-start}}@media (max-width:640px){.eligibility-card,.pricing-card{border-radius:20px;padding:24px 20px}.pricing-row{gap:16px;font-size:14px}.security-card{padding:22px}.final-cta{border-radius:22px;padding:30px 22px}.final-cta .button{width:100%;min-width:0}}.customer-status-card{margin-bottom:22px;padding:26px;box-shadow:0 10px 32px #10231e0f}.customer-status-heading{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}.customer-status-heading h2{margin:7px 0;font-size:27px}.customer-status-heading p{max-width:700px;color:var(--muted);margin:0;line-height:1.55}.customer-status-timeline{grid-template-columns:repeat(5,minmax(0,1fr));margin:0;padding:0;list-style:none;display:grid}.customer-status-timeline li{grid-template-columns:32px 1fr;gap:9px;min-width:0;padding-right:16px;display:grid;position:relative}.customer-status-timeline li:not(:last-child):after{content:"";background:var(--line);height:2px;position:absolute;top:15px;left:32px;right:0}.customer-status-marker{z-index:1;border:1px solid var(--line);width:32px;height:32px;color:var(--muted);background:#fff;border-radius:50%;place-items:center;font-size:12px;font-weight:850;display:grid;position:relative}.customer-status-timeline li>div{z-index:1;background:var(--card);padding-top:3px;position:relative}.customer-status-timeline strong{font-size:13px;line-height:1.35;display:block}.customer-status-timeline small{color:var(--muted);margin-top:4px;font-size:11px;line-height:1.4;display:block}.customer-status-complete .customer-status-marker{color:#fff;border-color:var(--brand);background:var(--brand)}.customer-status-complete:not(:last-child):after{background:var(--brand)}.customer-status-active .customer-status-marker{color:var(--brand);border:2px solid var(--brand);background:var(--brand-soft)}.customer-status-pending{opacity:.62}.customer-security-note{color:#47645a;background:#f1f7f4;border-radius:11px;margin:22px 0 0;padding:13px 15px;font-size:12px;line-height:1.5}@media (max-width:820px){.customer-status-heading{flex-direction:column}.customer-status-timeline{grid-template-columns:1fr;gap:12px}.customer-status-timeline li{min-height:44px;padding-right:0}.customer-status-timeline li:not(:last-child):after{width:2px;height:auto;inset:32px auto -12px 15px}}:root{--ink:#10233a;--muted:#5e6d7f;--paper:#f3f5f7;--card:#fff;--line:#d9e0e8;--brand:#0057b8;--brand-dark:#003b7a;--brand-soft:#e8f1fb;--accent:#ffd447;--danger:#b33b3b;--shadow:0 18px 48px #0823471a;--radius:18px}body{color:var(--ink);background:var(--paper)}.site-header{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5;border-bottom:1px solid #e3e8ee;box-shadow:0 5px 18px #0823470d}.header-inner{min-height:78px}.brand{color:var(--brand-dark);letter-spacing:-.035em;font-size:22px}.brand-symbol{width:42px;height:30px;display:inline-block;position:relative}.brand-symbol i{border-top:5px solid var(--brand);border-right:5px solid var(--brand);width:28px;height:10px;position:absolute;transform:skew(38deg)}.brand-symbol i:first-child{top:2px;left:1px}.brand-symbol i:last-child{bottom:2px;right:1px;transform:rotate(180deg)skew(38deg)}.main-nav{color:var(--brand-dark);font-weight:720}.main-nav a{position:relative}.main-nav a:after{content:"";background:var(--brand);height:2px;transition:right .18s;position:absolute;bottom:-8px;left:0;right:100%}.main-nav a:hover:after{right:0}.header-cta{color:#fff;background:var(--brand);box-shadow:0 10px 24px #0057b833}.header-cta:hover{background:var(--brand-dark)}.button-primary{color:#fff;background:var(--brand);box-shadow:0 12px 28px #0057b833}.button-primary:hover{background:var(--brand-dark)}.button-secondary{color:var(--brand-dark)}.eyebrow{color:var(--brand)}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--brand);box-shadow:0 0 0 4px #0057b81c}.station-options button:hover{background:var(--brand-soft)}.sc-home-hero{background:var(--accent);border-bottom:1px solid #10233a1a;padding:58px 0 68px}.sc-home-hero-inner{gap:34px;display:grid}.sc-home-intro{max-width:820px}.sc-home-kicker{color:var(--brand-dark);letter-spacing:.01em;margin-bottom:14px;font-size:15px;font-weight:850;display:inline-flex}.sc-home-intro h1{max-width:850px;color:var(--brand-dark);letter-spacing:-.055em;margin:0 0 20px;font-size:clamp(42px,6.4vw,74px);line-height:1.01}.sc-home-intro>p{color:#253e5c;max-width:720px;margin-bottom:22px;font-size:19px;line-height:1.65}.sc-home-trust{flex-wrap:wrap;gap:10px;display:flex}.sc-home-trust span{color:var(--brand-dark);background:#ffffff6b;border:1px solid #003b7a26;border-radius:999px;padding:8px 11px;font-size:13px;font-weight:800}.sc-home-independent{color:#4c5e72!important;margin:14px 0 0!important;font-size:12px!important}.sc-home-checker{background:#fffffff5;border-radius:22px;padding:24px;box-shadow:0 26px 64px #0031652e}.sc-home-checker-heading{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:18px;display:flex}.sc-home-checker-heading h2{color:var(--brand-dark);margin:6px 0 0;font-size:clamp(24px,3vw,34px)}.sc-home-checker-step{color:var(--brand);text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:850}.sc-home-live-pill{color:#17643d;white-space:nowrap;background:#e6f5ec;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:850}.sc-home-checker>.app-card{box-shadow:none;border:0;border-radius:0;padding:0}.sc-home-checker .form-stack{gap:16px}.sc-home-checker .field input{border-radius:8px;min-height:56px}.sc-home-checker .button{border-radius:8px;min-height:54px}.sc-home-checker .microcopy:last-child{color:#718096;padding-top:2px;font-size:11px}.sc-home-proof{border-bottom:1px solid var(--line);background:#fff}.sc-home-proof-grid{grid-template-columns:repeat(3,1fr);display:grid}.sc-home-proof article{border-right:1px solid var(--line);gap:6px;min-width:0;padding:25px 28px;display:grid}.sc-home-proof article:first-child{padding-left:0}.sc-home-proof article:last-child{border-right:0;padding-right:0}.sc-home-proof strong{color:var(--brand-dark);font-size:15px}.sc-home-proof span{color:var(--muted);font-size:13px;line-height:1.5}.sc-home-how{background:#f3f5f7}.sc-home-steps{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.sc-home-steps article{border:1px solid var(--line);background:#fff;border-radius:16px;padding:28px;box-shadow:0 12px 34px #0823470f}.sc-home-steps article>span{width:38px;height:38px;color:var(--brand-dark);background:var(--accent);border-radius:8px;place-items:center;font-weight:900;display:grid}.sc-home-steps h3{color:var(--brand-dark);margin:22px 0 9px}.sc-home-steps p{color:var(--muted);margin:0;line-height:1.6}.sc-home-benefit{background:#fff}.sc-home-benefit-grid{grid-template-columns:minmax(0,.9fr) minmax(380px,1.1fr);align-items:center;gap:68px;display:grid}.sc-home-benefit-grid h2,.sc-home-costs-grid h2{color:var(--brand-dark);margin:13px 0 16px}.sc-home-benefit-grid p,.sc-home-costs-grid p{color:var(--muted);font-size:17px;line-height:1.7}.sc-home-benefit-card{background:#eef5fc;border:1px solid #d7e1ed;border-radius:18px;padding:32px}.sc-home-benefit-card h3{color:var(--brand-dark)}.sc-home-benefit-card ul{gap:14px;margin:20px 0 0;padding:0;list-style:none;display:grid}.sc-home-benefit-card li{color:#27415f;padding-left:30px;position:relative}.sc-home-benefit-card li:before{content:"✓";color:var(--brand);font-weight:900;position:absolute;top:-1px;left:0}.sc-home-costs{background:#eef2f6}.sc-home-costs-grid{grid-template-columns:minmax(330px,.8fr) minmax(0,1.2fr);align-items:center;gap:64px;display:grid}.sc-home-cost-card{color:#fff;background:var(--brand-dark);border-radius:18px;padding:30px;box-shadow:0 24px 52px #002a5738}.sc-home-cost-card>span{color:#c8d8eb;margin-bottom:16px;font-size:12px;font-weight:800;display:inline-flex}.sc-home-cost-card>div{border-top:1px solid #ffffff26;justify-content:space-between;align-items:center;gap:18px;padding:17px 0;display:flex}.sc-home-cost-card small{color:#c8d8eb}.sc-home-cost-total{color:var(--accent);font-size:20px}.sc-home-cost-total small{color:var(--accent)}.sc-home-smallprint{font-size:12px!important}.sc-home-faq{background:#fff}.sc-home-faq-grid{grid-template-columns:minmax(280px,.75fr) minmax(0,1.25fr);align-items:start;gap:64px;display:grid}.sc-home-final{color:#fff;background:var(--brand-dark);padding:46px 0}.sc-home-final-inner{justify-content:space-between;align-items:center;gap:28px;display:flex}.sc-home-final span{color:#b8cbe1;font-size:13px;font-weight:800}.sc-home-final h2{margin:6px 0 0}.sc-home-yellow-button{color:var(--brand-dark);background:var(--accent);box-shadow:0 12px 28px #00000029}.sc-home-yellow-button:hover{background:#ffca1c}.site-footer{color:#d7e2ef;background:#072b58;border-top:1px solid #ffffff1a}.status-ready_for_review,.status-approved,.status-payment_received,.status-paid_out,.success-box,.operation-success,.operation-complete{color:#17643d;background:#e6f5ec}.money-card{background:linear-gradient(145deg,#003b7a,#072b58)}.money-card .customer-total{color:var(--accent)}@media (max-width:960px){.main-nav{display:none}.sc-home-benefit-grid,.sc-home-costs-grid,.sc-home-faq-grid{grid-template-columns:1fr;gap:38px}.sc-home-proof-grid,.sc-home-steps{grid-template-columns:1fr}.sc-home-proof article,.sc-home-proof article:first-child,.sc-home-proof article:last-child{border-right:0;border-bottom:1px solid var(--line);padding:20px 0}.sc-home-proof article:last-child{border-bottom:0}}@media (max-width:680px){.header-inner{min-height:68px}.brand{font-size:19px}.brand-symbol{transform-origin:0;width:36px;transform:scale(.88)}.header-cta{min-height:42px;padding:0 14px;font-size:13px}.sc-home-hero{padding:42px 0 48px}.sc-home-intro h1{font-size:clamp(38px,12vw,56px)}.sc-home-intro>p{font-size:17px}.sc-home-checker{border-radius:16px;margin:0 -2px;padding:18px}.sc-home-checker-heading,.sc-home-final-inner{flex-direction:column;align-items:flex-start}.sc-home-live-pill{align-self:flex-start}.sc-home-steps article,.sc-home-benefit-card,.sc-home-cost-card{padding:22px}.sc-home-final-inner .button{width:100%}}.legal-page{background:radial-gradient(circle at 100% 0,#ffd4472e,#0000 24%),#f3f5f7;min-height:calc(100vh - 150px)}.legal-container{max-width:920px}.legal-heading{max-width:780px;margin-bottom:34px}.legal-heading h1{color:var(--brand-dark);margin:14px 0 18px;font-size:clamp(38px,6vw,64px)}.legal-heading>p{color:var(--muted);font-size:18px;line-height:1.7}.legal-heading>small{color:var(--muted)}.legal-card{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:20px;padding:clamp(24px,5vw,54px)}.legal-card h2{color:var(--brand-dark);margin:38px 0 12px;font-size:25px}.legal-card h2:first-child{margin-top:0}.legal-card p,.legal-card li{color:#40526a;line-height:1.75}.legal-card ul{padding-left:24px}.legal-card a:not(.button){color:var(--brand);text-underline-offset:3px;font-weight:750;text-decoration:underline}.legal-notice{background:#fff8dc;border:1px solid #e6c151;border-radius:12px;margin-bottom:32px;padding:16px 18px}.legal-notice strong{color:#6c5210}.legal-notice p{color:#725f2d;margin:5px 0 0;font-size:13px;line-height:1.55}.legal-action-row{flex-wrap:wrap;gap:12px;margin-top:32px;display:flex}.contact-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:34px;display:grid}.contact-card-grid article{border:1px solid var(--line);background:#f7f9fb;border-radius:14px;gap:7px;min-width:0;padding:20px;display:grid}.contact-card-grid span{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:800}.contact-card-grid a{overflow-wrap:anywhere;font-size:17px}.legal-details{margin:0}.legal-details div{border-top:1px solid var(--line);grid-template-columns:160px 1fr;gap:18px;padding:13px 0;display:grid}.legal-details dt{color:var(--muted);font-size:13px}.legal-details dd{color:var(--ink);overflow-wrap:anywhere;margin:0;font-weight:700}.site-footer{padding:58px 0 24px}.legal-footer-grid{grid-template-columns:minmax(250px,1.5fr) repeat(3,minmax(130px,.65fr));gap:48px;display:grid}.legal-footer-brand{max-width:390px}.footer-brand{color:#fff}.legal-footer-brand p{color:#d7e2ef;margin:20px 0 12px;font-size:14px;line-height:1.65}.legal-footer-brand small{color:#9eb3ca;line-height:1.55}.legal-footer-grid nav{align-content:start;gap:12px;display:grid}.legal-footer-grid nav strong{color:#fff;margin-bottom:4px;font-size:14px}.legal-footer-grid nav a{color:#c6d5e5;font-size:13px}.legal-footer-grid nav a:hover{color:var(--accent)}.legal-footer-bottom{color:#91a8c0;border-top:1px solid #ffffff1f;justify-content:space-between;gap:20px;margin-top:44px;padding-top:22px;font-size:12px;display:flex}.legal-footer-bottom p{margin:0}@media (max-width:900px){.legal-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.legal-footer-brand{grid-column:1/-1}}@media (max-width:640px){.legal-card{border-radius:16px;padding:22px}.contact-card-grid,.legal-footer-grid{grid-template-columns:1fr}.legal-footer-brand{grid-column:auto}.legal-details div{grid-template-columns:1fr;gap:4px}.legal-footer-bottom{flex-direction:column}}
