*{box-sizing:border-box;margin:0;padding:0}
body{font-family:'Inter',sans-serif;line-height:1.6;color:#1f2937;background:#fff}
a{color:inherit;text-decoration:none}
.hero{position:relative;min-height:80vh;background:url('https://images.unsplash.com/photo-1521737604893-d14cc237f11d?auto=format&fit=crop&w=1920&q=80') center/cover no-repeat}
.overlay{position:absolute;inset:0;background:rgba(0,0,0,.6)}
.hero-content{position:relative;z-index:1;max-width:800px;margin:0 auto;padding:20vh 1rem 2rem;text-align:center;color:#fff}
.hero h1{font-size:3rem;margin-bottom:.5rem}
.tagline{font-size:1.25rem;margin-bottom:2rem;font-weight:300}
.btn{display:inline-block;padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border-radius:9999px;font-weight:600;transition:background .3s}
.btn:hover{background:#2563eb}
.section{padding:4rem 1rem}
.section.alt{background:#f8fafc}
.container{max-width:900px;margin:0 auto}
h2{font-size:2rem;margin-bottom:1rem;text-align:center}
.cards{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}
.card{background:#fff;padding:1.5rem;border-radius:.75rem;box-shadow:0 4px 10px rgba(0,0,0,0.05);max-width:280px;text-align:center}
.card h3{margin-bottom:.75rem;font-size:1.25rem}
.card p{margin-bottom:1rem}
.btn.small{padding:.5rem 1rem;font-size:.875rem}
.contact-list{list-style:none}
.contact-list li{margin:.5rem 0;text-align:center}
.footer{text-align:center;padding:2rem 1rem;background:#0f172a;color:#fff}
@media (max-width:640px){.hero h1{font-size:2.25rem}.tagline{font-size:1rem}}
