
body{margin:0;font-family:Inter,sans-serif;background:#f8f8f6;color:#2d2d2d}
.container{max-width:1180px;margin:auto;padding:0 28px}
.header{position:fixed;top:0;left:0;width:100%;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid #ece7dc;z-index:1000}
.nav{display:flex;justify-content:space-between;align-items:center;height:84px}
.brand{display:flex;gap:16px;align-items:center}
.logo{width:60px;height:60px;border:1px solid #c3a15d;color:#c3a15d;display:flex;align-items:center;justify-content:center;font:700 32px 'Cormorant Garamond',serif}
.brand h1{margin:0;font:700 36px 'Cormorant Garamond',serif;color:#142640}
.brand span{letter-spacing:4px;color:#8b7859}
nav{display:flex;align-items:center}
nav a{margin-left:24px;color:#142640;text-decoration:none;font-weight:500}
.btn-nav{background:#c3a15d;color:#fff!important;padding:12px 18px;border-radius:8px}
.hero{height:100vh;background:linear-gradient(rgba(20,38,64,.72),rgba(20,38,64,.72)),url('https://images.unsplash.com/photo-1521791136064-7986c2920216?auto=format&fit=crop&w=1800&q=80') center/cover;display:flex;align-items:center;color:#fff}
.hero-content{max-width:700px}
.eyebrow{letter-spacing:2px;color:#d7c18d}
.hero h2{font:700 74px 'Cormorant Garamond',serif;margin:10px 0}
.lead{font-size:22px;line-height:1.7;margin-bottom:30px}
.btn{display:inline-block;padding:16px 28px;border-radius:8px;text-decoration:none;font-weight:700;margin-right:12px}
.whatsapp{background:#25D366;color:#fff}
.secondary{border:2px solid #fff;color:#fff}
.title{text-align:center;font:700 54px 'Cormorant Garamond',serif;color:#142640;margin:80px 0 40px}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.cards article{background:#fff;padding:32px;border-radius:14px;box-shadow:0 10px 30px rgba(0,0,0,.08)}
.cards h4{margin-top:0;color:#142640;font-size:28px;font-family:'Cormorant Garamond',serif}
.cards li{margin-bottom:10px;line-height:1.5}
footer{background:#0f223d;color:#fff;padding:60px 0;margin-top:70px}
footer h3{font:700 42px 'Cormorant Garamond',serif;margin-top:0}
footer p{line-height:1.8}
@media(max-width:900px){
.nav nav{display:none}
.hero h2{font-size:48px}
.cards{grid-template-columns:1fr}
}
