:root{--bg:#08111f;--bg-soft:#0d1a2d;--panel:#0f2038;--panel-soft:rgba(255,255,255,0.04);--line:rgba(148,163,184,0.18);--text:#ecf4ff;--muted:#9cb2ce;--accent:#1ea7ff;--accent-strong:#65c7ff;--success:#13314f}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at top left,rgba(30,167,255,.14),transparent 28%),linear-gradient(180deg,#07101d,#091423);color:var(--text);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}.page-shell{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:24px 0 64px}.topbar{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:8px 0 32px}.logo-image{width:38px!important;height:auto!important;display:block}.brand-badge{width:28px;height:28px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(135deg,var(--accent),#0d5ea5);font-weight:700;letter-spacing:.06em}.brand-title{font-size:1.05rem;font-weight:700;text-transform:lowercase}.brand-subtitle{color:var(--muted);font-size:.85rem}.topbar-link{border:1px solid var(--line);background:rgba(30,167,255,.08);color:var(--accent-strong);padding:12px 16px;border-radius:14px;font-weight:600}.hero{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:28px;padding:12px 0 26px}.centered-hero,.hero{gap:28px;align-items:center}.centered-hero{display:flex;flex-direction:column;justify-content:center;width:100%}.centered-copy,.centered-hero{text-align:center}.centered-copy h1{font-size:clamp(3rem,6vw,5rem);font-weight:800}.centered-card{width:100%;max-width:980px;margin:0 auto}.eyebrow{margin:0 0 10px;color:var(--accent-strong);text-transform:uppercase;letter-spacing:.16em;font-size:.76rem;font-weight:700}.hero h1,.section-copy h2,.snapshot-header h2{margin:0;line-height:1.08;letter-spacing:-.03em}.hero h1{font-size:clamp(2.2rem,5vw,4.4rem);max-width:760px}.form-note,.hero-text,.metric-card p,.report-card p,.section-copy p,.snapshot-footer p,.trust-card p{color:var(--muted);line-height:1.65}.hero-card,.report-card,.snapshot-card,.trust-card{border:1px solid var(--line);background:linear-gradient(180deg,rgba(16,31,52,.94),rgba(12,23,39,.94));border-radius:24px;box-shadow:0 10px 40px rgba(0,0,0,.24)}.hero-card{padding:24px}.wide-card{width:100%;max-width:980px;padding:32px}.dual-form-layout{display:grid;grid-template-columns:1fr auto 1fr;grid-gap:28px;gap:28px;align-items:end}.field-block{display:grid;grid-gap:10px;gap:10px}.field-block label{color:var(--text);font-weight:700;font-size:1rem}.field-block input{width:100%;height:56px;border-radius:14px;border:1px solid var(--line);background:rgba(5,12,22,.56);color:var(--text);padding:0 16px;outline:none}.field-block input::placeholder{color:#7490b0}.centered-or{align-self:end;justify-self:center;font-size:1.05rem;font-weight:800;color:var(--accent-strong);margin-bottom:16px}.hero-button-row{margin-top:28px}.hero-button-row button{width:100%;border:0;border-radius:14px;background:linear-gradient(135deg,var(--accent),#59c4ff);color:#04111d;font-weight:700;height:56px;cursor:pointer}.form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.field{display:grid;grid-gap:8px;gap:8px}.field label{color:var(--text);font-weight:700;font-size:1.1rem}.field input{width:100%;height:52px;border-radius:14px;border:1px solid var(--line);background:rgba(5,12,22,.56);color:var(--text);padding:0 16px;outline:none}.field input::placeholder{color:#7490b0}.field-wide{grid-column:1/-1}.field-hint{margin:0;color:var(--muted);font-size:.82rem;line-height:1.4;min-height:38px}.field button,.report-card button{border:0;border-radius:14px;background:linear-gradient(135deg,var(--accent),#59c4ff);color:#04111d;font-weight:700;height:54px;cursor:pointer}.snapshot-card{padding:28px;margin-top:12px}.snapshot-header{display:flex;justify-content:space-between;align-items:center;gap:16px}.risk-badge{padding:10px 14px;border-radius:999px;border:1px solid rgba(255,89,89,.2);background:rgba(255,89,89,.1);color:#ffc5c5;font-weight:700;white-space:nowrap}.metric-grid,.report-grid,.trust-grid{display:grid;grid-gap:18px;gap:18px}.metric-grid{grid-template-columns:repeat(3,1fr);margin-top:22px}.metric-card{padding:22px;border-radius:20px;background:var(--panel-soft);border:1px solid var(--line)}.metric-card h3,.report-card h3,.trust-card h3{margin:0 0 8px;font-size:1.1rem}.metric-value{font-size:clamp(2rem,3vw,2.8rem);font-weight:800;margin-bottom:10px;color:white}.snapshot-footer{margin-top:22px;padding-top:20px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:18px;align-items:center}.primary-link{color:var(--accent-strong);font-weight:700;white-space:nowrap}.trust-grid{grid-template-columns:repeat(3,1fr);margin-top:22px}.report-card,.trust-card{padding:24px}.reports-section{margin-top:34px;padding-top:8px}.report-grid{grid-template-columns:repeat(2,1fr);margin-top:20px}.report-price{color:var(--accent-strong);font-size:1.4rem;font-weight:800;margin-bottom:12px}.modal-overlay{position:fixed;inset:0;background:rgba(3,10,20,.78);display:flex;align-items:center;justify-content:center;z-index:9999;padding:24px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-card{width:100%;max-width:620px;background:#0f2038;color:var(--text);border-radius:24px;border:1px solid var(--line);box-shadow:0 24px 80px rgba(0,0,0,.45);padding:36px;position:relative}.modal-card h2{margin:0;font-size:2rem;line-height:1.15;color:var(--text)}.modal-card label{color:var(--text);font-weight:700}.modal-card input{width:100%;height:56px;border-radius:14px;border:1px solid var(--line);background:rgba(5,12,22,.56);color:var(--text);padding:0 16px;outline:none}.modal-card input::placeholder{color:#7490b0}.modal-header{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px}.modal-header h2{margin:0;font-size:1.6rem}.modal-close{border:1px solid var(--line);background:rgba(255,255,255,.04);color:var(--text);width:40px;height:40px;border-radius:12px;cursor:pointer;font-size:1.4rem}.modal-form{display:grid;grid-gap:16px;gap:16px}.match-info{margin:0;color:var(--muted);line-height:1.5}.match-info strong{color:var(--text)}.form-error{margin:0;color:#ffb4b4;line-height:1.5}.modal-actions{display:flex;justify-content:flex-end;gap:12px}.modal-actions button{border:0;border-radius:14px;background:linear-gradient(135deg,var(--accent),#59c4ff);color:#04111d;font-weight:700;height:54px;padding:0 24px;cursor:pointer}.secondary-button{border:1px solid var(--line)!important;background:rgba(255,255,255,.04)!important;color:var(--text)!important}@media (max-width:980px){.hero,.metric-grid,.report-grid,.trust-grid{grid-template-columns:1fr}.snapshot-footer,.snapshot-header,.topbar{flex-direction:column;align-items:flex-start}}@media (max-width:640px){.page-shell{width:min(100% - 20px,1180px);padding-top:18px}.wide-card{max-width:640px;padding:24px}.dual-form-layout{grid-template-columns:1fr;gap:18px}.centered-or{padding-bottom:0}.field-hint{min-height:auto}.hero-card,.report-card,.snapshot-card,.trust-card{border-radius:20px}.form-grid{grid-template-columns:1fr}.hero h1{font-size:2.2rem}.modal-actions{flex-direction:column}.modal-actions button{width:100%}.consent-label{display:flex;gap:12px;align-items:flex-start;cursor:pointer;font-weight:400!important;font-size:.82rem;color:var(--muted);line-height:1.5}.consent-label input[type=checkbox]{margin-top:3px;width:16px;height:16px;flex-shrink:0;accent-color:var(--accent);cursor:pointer}}