:root{--primary:#1e3a8a;--secondary:#1d4ed8;--bg-color:#f8fafc;--text-color:#0f172a}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background-color:var(--bg-color);color:var(--text-color);margin:0;padding:0;line-height:1.6}header{background-color:var(--primary);color:white;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700}nav a{color:white;text-decoration:none;margin-left:1.5rem;font-weight:500}main{max-width:1200px;margin:0 auto;padding:2rem}h1,h2,h3{color:var(--primary)}.cta-button{display:inline-block;background-color:#ef4444;color:white;padding:.75rem 1.5rem;border-radius:4px;text-decoration:none;font-weight:700;margin-top:1rem}footer{background-color:#0f172a;color:#cbd5e1;text-align:center;padding:2rem;margin-top:4rem}