:root{font-family:Inter,Segoe UI,system-ui,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background-color:#f1f5f9;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;overflow:hidden}#root{min-height:100vh}a{color:inherit;text-decoration:none}a:hover{color:#1d4ed8}.page{min-height:100vh;display:flex;flex-direction:column;justify-content:center;gap:clamp(16px,3vw,28px);padding:clamp(20px,4vw,48px);max-width:1080px;margin:0 auto}.hero{display:flex;flex-direction:column;gap:12px}.eyebrow{font-size:.9rem;letter-spacing:.14em;text-transform:uppercase;color:#64748b;margin:0}h1{font-size:clamp(2.4rem,6vw,4.4rem);margin:0;color:#0f172a}.subtitle{margin:0;font-size:clamp(1rem,2.2vw,1.2rem);color:#475569;max-width:720px}.cta{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px}.button{padding:10px 18px;border-radius:999px;font-weight:600;font-size:.95rem;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease;display:inline-flex;align-items:center;justify-content:center}.button.primary{background:#0f172a;color:#fff;box-shadow:0 10px 20px #0f172a26}.button.ghost{border:1px solid #cbd5f5;color:#0f172a;background:#fff}.button:hover{transform:translateY(-1px)}.details{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}.card{border-radius:18px;padding:16px 18px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 12px 28px #0f172a0f}.card h2{margin:0 0 10px;font-size:1.1rem;color:#0f172a}.card ul{margin:0;padding-left:18px;color:#475569;font-size:.95rem;line-height:1.5}.card p{margin:6px 0;color:#475569;font-size:.95rem}.social{display:flex;gap:14px;margin-top:8px;flex-wrap:wrap}.social a{font-weight:600;color:#1d4ed8}.footer{display:flex;flex-direction:column;gap:8px;color:#475569}.prompt{margin:0;font-weight:600;color:#0f172a}.note{margin:0;font-size:.85rem;color:#64748b}@media(max-width:640px){.page{justify-content:flex-start}}
