*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,Arial,sans-serif;color:#1f2937;line-height:1.6}.navbar{display:flex;justify-content:space-between;align-items:center;padding:20px 8%;background:#fff;position:sticky;top:0;z-index:10;box-shadow:0 2px 10px #0000000d}.logo{font-size:22px;font-weight:700;color:#2563eb}.nav-links a{margin-left:25px;text-decoration:none;color:#374151;font-weight:500}.hero{min-height:80vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:60px 10%;background:linear-gradient(135deg,#eff6ff,#fff)}.hero h1{font-size:48px;line-height:1.2;margin-bottom:20px}.hero p{max-width:700px;margin:auto;font-size:20px;color:#4b5563}.hero-buttons{margin-top:30px}button{padding:14px 30px;border:none;border-radius:8px;background:#2563eb;color:#fff;font-size:16px;cursor:pointer;margin:10px}button.secondary{background:#fff;color:#2563eb;border:1px solid #2563eb}.section{padding:70px 10%;text-align:center}.section h2{font-size:36px;margin-bottom:20px}.section p{max-width:800px;margin:auto}.cards{margin-top:40px;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:25px}.card{background:#fff;padding:30px;border-radius:15px;box-shadow:0 10px 30px #00000014}.card h3{color:#2563eb;margin-bottom:10px}.contact a{color:#2563eb;text-decoration:none}footer{background:#111827;color:#fff;text-align:center;padding:30px}@media(max-width:768px){.navbar{flex-direction:column}.nav-links{margin-top:15px}.hero h1{font-size:32px}.hero p{font-size:17px}}
