*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:#111827;background:#f8fafc;line-height:1.6}a{color:#1d4ed8;text-decoration:none}a:hover{text-decoration:underline}.hero{background:linear-gradient(135deg,#0f172a,#1e3a8a);color:#fff;padding:24px 20px 72px}.nav{max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:20px}.logo{font-weight:700;font-size:22px}.nav-links{display:flex;gap:18px}.nav-links a{color:#dbeafe}.hero-content{max-width:1100px;margin:70px auto 0}.eyebrow{display:inline-block;background:#1e40af;padding:6px 10px;border-radius:999px;font-size:12px;letter-spacing:.04em;text-transform:uppercase}.hero h1{max-width:780px;font-size:48px;line-height:1.15;margin:18px 0}.lead{max-width:720px;font-size:18px;color:#dbeafe}.btn{display:inline-block;margin-top:20px;background:#fff;color:#1e3a8a;padding:12px 18px;border-radius:10px;font-weight:700}.section{max-width:1100px;margin:0 auto;padding:72px 20px}.section.alt{background:#fff}.section h2{font-size:32px;margin:0 0 18px}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}.card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;padding:22px}.bullets{padding-left:20px}.footer{text-align:center;padding:28px 20px;border-top:1px solid #e5e7eb;background:#fff;color:#6b7280}.note{color:#6b7280}@media (max-width:700px){.hero h1{font-size:34px}.nav{flex-direction:column;align-items:flex-start}.nav-links{flex-wrap:wrap}}