
*{box-sizing:border-box;margin:0;padding:0;}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.6;color:#1a1a1a;background-color:#fafafa;}
header{background:#0f172a;color:#fff;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;}
.logo{font-weight:600;font-size:1.1rem;color:#fff;text-decoration:none;}
nav a{color:#fff;text-decoration:none;margin-left:1rem;font-size:.95rem;font-weight:500;}
nav a:hover{color:#38bdf8;}
.hero{background:radial-gradient(circle at 20% 20%,#1e293b 0%,#000 70%);color:#fff;padding:4rem 2rem;text-align:center;}
.hero h1{font-size:2rem;font-weight:600;line-height:1.2;color:#fff;max-width:900px;margin:0 auto 1rem;}
.hero p{max-width:760px;margin:0 auto 2rem;color:#cbd5e1;font-size:1.05rem;}
.btn-primary{display:inline-block;background:#38bdf8;color:#0f172a;font-weight:600;border-radius:.5rem;padding:.75rem 1rem;text-decoration:none;font-size:1rem;}
.btn-primary:hover{background:#7dd3fc;}
.section{padding:3rem 2rem;max-width:1200px;margin:0 auto;}
.section h2{font-size:1.5rem;font-weight:600;color:#0f172a;margin-bottom:1rem;line-height:1.3;}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(320px,100%),1fr));gap:1.5rem;}
.card{background:#fff;border-radius:1rem;padding:1.5rem;border:1px solid #e2e8f0;box-shadow:0 20px 40px -10px rgb(0 0 0 / .08);}
.card h3{font-size:1.1rem;font-weight:600;color:#0f172a;margin-bottom:.5rem;}
.card p{color:#475569;font-size:.95rem;}
.highlight{color:#38bdf8;font-weight:600;}
footer{background:#0f172a;color:#94a3b8;padding:2rem;margin-top:3rem;font-size:.9rem;}
footer .inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(260px,100%),1fr));gap:1.5rem;}
footer h4{color:#fff;font-size:1rem;font-weight:600;margin-bottom:.5rem;}
.contact-line{color:#fff;font-weight:500;}
.address{white-space:pre-line;}
.copyright{text-align:center;color:#475569;margin-top:2rem;font-size:.8rem;}

.hero-small{padding:3rem 2rem;text-align:center;background:#e2e8f0;color:#0f172a;}
.hero-small h1{font-size:1.8rem;font-weight:600;margin-bottom:.5rem;color:#0f172a;}
.hero-small p{color:#475569;max-width:760px;margin:0 auto;font-size:1rem;}

.form-card{max-width:480px;margin:2rem auto;background:#fff;border-radius:1rem;padding:1.5rem 1.5rem 2rem;border:1px solid #e2e8f0;box-shadow:0 20px 40px -10px rgb(0 0 0 / .08);}
.form-card label{display:block;font-size:.9rem;font-weight:500;color:#0f172a;margin-bottom:.25rem;}
.form-card input,.form-card textarea{width:100%;padding:.75rem .8rem;border:1px solid #cbd5e1;border-radius:.5rem;font-size:.95rem;margin-bottom:1rem;font-family:inherit;}
.form-card button{width:100%;border:0;border-radius:.5rem;background:#0f172a;color:#fff;font-weight:600;padding:.8rem 1rem;font-size:1rem;cursor:pointer;}
.form-card button:hover{background:#1e293b;}

.badge{display:inline-block;background:#ecfeff;border:1px solid #38bdf8;color:#0f172a;font-size:.7rem;font-weight:600;padding:.25rem .5rem;border-radius:.4rem;margin-bottom:.75rem;}
