:root{--primary:#2563eb;--primary-dark:#1d4ed8;--dark:#0f172a;--light:#f8fafc;--gray:#64748b}*{margin:0;padding:0;box-sizing:border-box;font-family:'Inter',sans-serif}body{background:var(--light);color:var(--dark)}a{text-decoration:none;color:inherit}.navbar{display:flex;justify-content:space-between;align-items:center;padding:0.8rem 5%;background:white;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:100}.nav-logo img{height:36px}.nav-links{display:flex;gap:2rem;font-size:0.95rem;font-weight:500}.nav-links a:hover{color:var(--primary)}.hero{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:white;padding:6rem 5%;text-align:center}.hero h1{font-size:3rem;margin-bottom:1rem}.hero p{font-size:1.25rem;margin-bottom:0;opacity:0.9}.section{padding:5rem 5%;text-align:center}.section h2{font-size:2rem;margin-bottom:2.5rem}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem}.card{background:white;border:1px solid #e2e8f0;border-radius:12px;padding:2rem;text-align:left;transition:all 0.3s}.card:hover{transform:translateY(-6px);box-shadow:0 12px 24px rgba(0,0,0,0.05)}.card h3{margin-bottom:0.8rem;font-size:1.2rem}.card p{color:var(--gray);margin-bottom:0;font-size:0.95rem}.stats{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:2rem}.stat{text-align:center}.stat h3{font-size:2rem;color:var(--primary)}.stat p{color:var(--gray)}.footer{background:var(--dark);color:#94a3b8;padding:3rem 5%}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:2rem;margin-bottom:2rem}.footer h4{color:white;margin-bottom:1rem;font-size:1rem}.footer a{display:block;margin:0.3rem 0;color:#cbd5e1;font-size:0.9rem}.footer a:hover{color:white}.copyright{text-align:center;font-size:0.85rem;color:#64748b}