:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f5f6f7;--surface:#fff;--text:#111;--muted:#6f7478;--line:#e1e4e6;--accent:#f6bd06;--accent-soft:#fff4c7;--shadow:0 24px 70px #11111112}*{box-sizing:border-box}html{background:var(--bg)}body{background:radial-gradient(circle at 75% 5%, #f6bd0617, transparent 28rem), var(--bg);min-height:100vh;color:var(--text);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select,textarea{font:inherit}.shell{width:min(1180px,100% - 40px);margin:0 auto;padding:96px 0 48px}.hero{max-width:850px;padding:16px 0 52px}.eyebrow{background:var(--accent-soft);color:#765700;letter-spacing:.06em;text-transform:uppercase;border:1px solid #f0d56c;border-radius:999px;align-items:center;min-height:32px;padding:0 12px;font-size:13px;font-weight:750;display:inline-flex}h1,h2,p{margin-top:0}h1{letter-spacing:-.055em;max-width:820px;margin:26px 0 20px;font-size:clamp(44px,6.2vw,78px);line-height:.98}.heroCopy{max-width:720px;color:var(--muted);margin-bottom:28px;font-size:clamp(18px,2vw,21px);line-height:1.65}.statusRow{color:#4d5155;flex-wrap:wrap;align-items:center;gap:10px;font-size:14px;font-weight:650;display:flex}.statusDot{background:var(--accent);width:9px;height:9px;box-shadow:0 0 0 5px var(--accent-soft);border-radius:50%}.divider{background:var(--line);width:1px;height:18px;margin:0 4px}.grid{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow);border-radius:20px;grid-template-columns:repeat(4,minmax(0,1fr));display:grid;overflow:hidden}.card{border-right:1px solid var(--line);min-height:220px;padding:30px}.card:last-child{border-right:0}.card h2{letter-spacing:-.02em;margin-bottom:14px;font-size:18px}.card p{color:var(--muted);margin-bottom:0;font-size:15px;line-height:1.7}.nextStep{color:var(--muted);justify-content:space-between;gap:24px;margin-top:24px;padding:18px 4px;font-size:14px;display:flex}.nextStep strong{color:var(--text)}@media (max-width:900px){.shell{padding-top:64px}.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.card{border-bottom:1px solid var(--line)}.card:nth-child(2){border-right:0}.card:nth-child(3),.card:nth-child(4){border-bottom:0}}@media (max-width:620px){.shell{width:min(100% - 28px,1180px);padding-top:42px}h1{font-size:clamp(40px,13vw,58px)}.grid{grid-template-columns:1fr}.card{border-right:0;border-bottom:1px solid var(--line);min-height:auto}.card:nth-child(3){border-bottom:1px solid var(--line)}.nextStep{flex-direction:column;gap:5px}}.homeActions{flex-wrap:wrap;gap:10px;margin:0 0 28px;display:flex}.homePrimaryAction,.homeSecondaryAction{border-radius:9px;justify-content:center;align-items:center;min-height:44px;padding:0 16px;font-size:13px;font-weight:800;text-decoration:none;display:inline-flex}.homePrimaryAction{background:var(--accent);color:#111}.homeSecondaryAction{border:1px solid var(--line);color:var(--text);background:#fff}
