:root{--primary:#1e3a8a;--primary-light:#3b82f6;--secondary:#1f2937;--accent:#f59e0b;--bg-light:#f8fafc;--text-dark:#0f172a;--text-muted:#475569;--white:#fff;--border:#e2e8f0;--font-main:"Inter", system-ui, -apple-system, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:var(--bg-light);color:var(--text-dark);line-height:1.6}h1,h2,h3{color:var(--secondary);font-weight:700;line-height:1.2}h1{margin-bottom:1.5rem;font-size:3rem}h2{text-align:center;margin-bottom:1.25rem;font-size:2.25rem}p{color:var(--text-muted);margin-bottom:1rem}.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}section{padding:5rem 0}header{background:var(--white);border-bottom:1px solid var(--border);z-index:100;padding:1rem 0;position:sticky;top:0}.nav-content{justify-content:space-between;align-items:center;display:flex}.logo{color:var(--primary);align-items:center;gap:.5rem;font-size:1.5rem;font-weight:800;text-decoration:none;display:flex}.logo-icon{background:var(--primary);color:var(--white);border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;display:flex}nav ul{gap:2rem;list-style:none;display:flex}nav a{color:var(--text-muted);font-weight:500;text-decoration:none;transition:color .2s}nav a:hover{color:var(--primary)}.hero{color:var(--white);text-align:center;background:linear-gradient(135deg,#1e3a8a 0%,#172554 100%);padding:8rem 0}.hero h1{color:var(--white)}.hero p{color:#cbd5e1;max-width:800px;margin:0 auto 2.5rem;font-size:1.25rem}.btn{cursor:pointer;border:none;border-radius:6px;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.btn-primary{background:var(--accent);color:var(--secondary)}.btn-primary:hover{background:#d97706;transform:translateY(-2px)}.grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem;display:grid}.card{background:var(--white);border:1px solid var(--border);border-radius:12px;padding:2.5rem;transition:transform .3s}.card:hover{transform:translateY(-5px);box-shadow:0 10px 25px -5px #0000001a}.card h3{color:var(--primary);margin-bottom:1rem}.about{background:var(--white)}.about-content{max-width:800px;margin:0 auto;font-size:1.1rem}.contact-container{background:var(--white);border:1px solid var(--border);border-radius:12px;max-width:600px;margin:0 auto;padding:3rem}.form-group{margin-bottom:1.5rem}label{margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}input,textarea{border:1px solid var(--border);border-radius:6px;width:100%;padding:.75rem;font-family:inherit}.checkbox-group{color:var(--text-muted);align-items:flex-start;gap:.75rem;margin:2rem 0;font-size:.85rem;display:flex}.checkbox-group input{width:auto;margin-top:.2rem}footer{background:var(--secondary);color:#94a3b8;padding:4rem 0 2rem}.footer-content{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;margin-bottom:3rem;display:grid}.footer-logo{color:var(--white);margin-bottom:1rem;font-size:1.5rem;font-weight:800}.footer-links h4{color:var(--white);margin-bottom:1.5rem}.footer-links ul{list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#94a3b8;text-decoration:none}.footer-bottom{text-align:center;border-top:1px solid #334155;padding-top:2rem;font-size:.9rem}.legal-page{max-width:800px;margin:0 auto;padding:6rem 0}.legal-page h1{text-align:center;margin-bottom:3rem}.legal-page h2{text-align:left;margin-top:2.5rem;font-size:1.5rem}.legal-page p,.legal-page li{margin-bottom:1rem;font-size:1rem}@media (width<=768px){h1{font-size:2.25rem}.hero{padding:5rem 0}}
