@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');
body{margin:0;font-family:'Inter',sans-serif;color:#1a1a1a;font-size:22px}
header{display:flex;align-items:center;justify-content:space-between;background:white;padding:20px 40px}
.logo{height:90px}
nav{display:flex;gap:30px}
nav a{color:#0a2540;text-decoration:none;font-weight:600;font-size:20px}
.call-btn{background:#4da6ff;color:white;padding:10px 16px;border-radius:6px;white-space:nowrap}
.hero{background:linear-gradient(to right,#0a2540,#4da6ff);color:white;text-align:center;padding:140px 20px}
.hero h1{font-size:54px;margin-bottom:15px}
.hero p{font-size:24px}
.section{padding:80px 20px;max-width:1100px;margin:auto;text-align:center}
.section h2{font-size:44px}
.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:25px}
.card{background:#f2f8ff;padding:30px;border-radius:12px;font-size:22px}
footer{background:#000;color:white;text-align:center;padding:25px}
