body{font-family:'Segoe UI',-apple-system,sans-serif;color:#334155}
.hero{position:relative;min-height:80vh;background:linear-gradient(135deg,rgba(30,60,114,.85),rgba(42,82,152,.9)),url('https://images.unsplash.com/photo-1566073771259-6a8506099945?w=1600') center/cover;color:#fff;display:flex;align-items:center}
.hero h1{font-size:3.5rem;font-weight:800;line-height:1.1}
.hero p{font-size:1.25rem;opacity:.95}
.booking-widget{background:#fff;color:#334155;padding:1.5rem;border-radius:16px;box-shadow:0 25px 60px rgba(0,0,0,.3)}
.section{padding:5rem 0}
.section-title{font-size:2.25rem;font-weight:700;margin-bottom:.5rem;text-align:center}
.section-subtitle{color:#64748b;text-align:center;margin-bottom:3rem}
.card-hab{border:none;box-shadow:0 5px 20px rgba(0,0,0,.08);border-radius:12px;overflow:hidden;transition:transform .3s;height:100%}
.card-hab:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,.15)}
.card-hab .card-img-top{height:220px;background:linear-gradient(135deg,#3b82f6,#1e40af);display:flex;align-items:center;justify-content:center;color:#fff;font-size:3rem}
.card-hab .precio{font-size:1.75rem;font-weight:800;color:#1e40af}
.card-hab .precio small{font-weight:400;color:#64748b;font-size:1rem}
.servicio-card{text-align:center;padding:2rem 1rem;transition:.3s}
.servicio-card:hover{transform:translateY(-5px)}
.servicio-card i{font-size:3rem;color:#1e40af;margin-bottom:1rem}
.servicio-card h5{font-weight:700}
@media(max-width:768px){.hero h1{font-size:2rem}.hero p{font-size:1rem}}
