:root {
    --primary: #1a4d4a; /* Azul Petróleo */
    --gold: #a67c52;    /* Dorado */
    --gold-high: #c59f7c;
    --white: #FFFFFF;
    --bg-faint: #FBF9F7;
    --red: #d9534f;
    --green: #25d366;
    --text: #333333;
    --shadow-pro: 0 15px 45px rgba(0,0,0,0.12);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Montserrat', sans-serif; background: var(--white); color: var(--text); overflow-x: hidden; }

.container { width: 90%; max-width: 1200px; margin: auto; }
.section-padding { padding: 90px 0; }

/* REVEAL SYSTEM */
.scroll-reveal, .reveal-item { opacity: 0; transform: translateY(40px); transition: 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
.rev-active { opacity: 1; transform: translateY(0); }

/* HERO - IMPACTO PROFESIONAL BLANCO */
.hero-wow { 
    position: relative; height: 100vh; background-size: cover; background-position: center; 
    display: flex; align-items: center; justify-content: center; text-align: center;
}
.hero-logo-large { width: 220px; border-radius: 50%; border: 4px solid var(--gold); box-shadow: 0 10px 30px rgba(0,0,0,0.25); margin-bottom: 25px; }
.hero-title-main { font-family: 'Playfair Display', serif; font-size: 4.5rem; color: var(--primary); font-weight: 900; line-height: 1.1; }
.hero-title-main span { color: var(--gold); }
.hero-subtitle { font-size: 1.7rem; color: #666; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 45px; }

/* BOTONES GIGANTES ANSIOSOS */
.action-buttons-wrap { display: flex; gap: 25px; justify-content: center; width: 100%; max-width: 850px; margin: 0 auto 20px; }
.btn-giant { 
    display: flex; align-items: center; justify-content: center; gap: 18px;
    padding: 28px 48px; border-radius: 65px; text-decoration: none; 
    font-weight: 800; font-size: 1.3rem; color: white; transition: 0.3s ease;
    flex: 1; text-transform: uppercase; letter-spacing: 1.5px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.18);
}
.icon-svg-giant { width: 34px; height: 34px; fill: white; }
.btn-wsp-color { background: var(--green); }
.btn-call-color { background: var(--primary); }

@keyframes jump-pro { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px) scale(1.03); } }
.btn-jump { animation: jump-pro 2.5s infinite ease-in-out; }
.btn-jump-delay { animation: jump-pro 2.5s infinite ease-in-out; animation-delay: 0.3s; }

.hero-retiro { color: #888; font-style: italic; font-size: 1rem; }

/* FLECHA SCROLL */
.hero-arrow-down { position: absolute; bottom: 35px; text-decoration: none; color: #333; }
.hero-arrow-down span { display: block; font-size: 0.85rem; font-weight: bold; margin-bottom: 5px; }
.arrow-vibrate { font-size: 2rem; color: var(--gold); animation: bounce-v 2s infinite; }
@keyframes bounce-v { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-10px); } }

/* GALERÍA 8 FOTOS */
.title-section-main { text-align: center; font-family: 'Playfair Display', serif; font-size: 3.5rem; color: var(--primary); margin-bottom: 50px; }
.grid-8-photos { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 22px; }
.grid-8-photos img { width: 100%; height: 280px; object-fit: cover; border-radius: 12px; transition: 0.4s; }
.grid-8-photos img:hover { transform: scale(1.05); box-shadow: 0 15px 35px rgba(0,0,0,0.2); }

/* BOTÓN MENÚ OLACLICK */
.menu-external-cta { text-align: center; margin-top: 55px; }
.btn-menu-gold { 
    display: inline-block; padding: 22px 55px; background: var(--gold); 
    color: white; text-decoration: none; font-weight: 900; font-size: 1.4rem; 
    border-radius: 15px; border: 2px solid var(--gold); transition: 0.3s;
}
.btn-menu-gold:hover { background: white; color: var(--gold); }

/* REDES SOCIALES PRO */
.social-bar-pro { background: var(--bg-faint); border-top: 1px solid #eee; }
.flex-social-center { display: flex; flex-direction: column; align-items: center; gap: 25px; }
.social-group-pro { display: flex; gap: 22px; }
.pro-btn { 
    display: flex; align-items: center; gap: 12px;
    padding: 14px 32px; border-radius: 50px; text-decoration: none; 
    color: white; font-weight: 800; transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); 
}
.svg-pro-icon { width: 22px; height: 22px; fill: white; }
.instagram { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.facebook { background: #1877F2; }
.pro-btn:hover { transform: translateY(-7px) scale(1.05); box-shadow: 0 10px 25px rgba(0,0,0,0.15); }

/* MAPA Y CALENDARIO */
.grid-location-cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 60px; }
.map-holder { border-radius: 15px; overflow: hidden; box-shadow: var(--shadow-pro); height: 300px; }
.calendar-card { background: white; padding: 40px; border-radius: 15px; box-shadow: var(--shadow-pro); }
.cal-day { display: flex; justify-content: space-between; padding: 15px 0; border-bottom: 1px solid #eee; font-size: 1.15rem; }
.cal-day span { font-weight: bold; color: var(--primary); }
.cal-day.closed { color: var(--red); background: #fff5f5; padding: 15px 12px; border-radius: 8px; font-weight: bold; }

/* CARRUSEL */
.reviews-title-wrap { text-align: center; margin-bottom: 55px; }
.carousel-container-pro { position: relative; max-width: 800px; margin: auto; height: 350px; display: flex; align-items: center; justify-content: center; }
.pro-slide { 
    position: absolute; background: white; padding: 50px; border-radius: 25px; text-align: center;
    box-shadow: var(--shadow-pro); opacity: 0; transform: scale(0.9); transition: 0.6s ease-in-out; width: 100%;
}
.pro-slide.active { opacity: 1; transform: scale(1); z-index: 2; }
.slide-stars { color: var(--gold); margin-bottom: 25px; font-size: 1.6rem; }
.slide-author { display: block; margin-top: 25px; font-weight: 800; color: var(--gold); }

.carousel-controls button { 
    position: absolute; top: 50%; transform: translateY(-50%); background: var(--primary); color: white;
    border: none; width: 55px; height: 55px; border-radius: 50%; font-size: 2rem; cursor: pointer; z-index: 10;
}
#pBtn { left: -75px; } #nBtn { right: -75px; }

/* FOOTER BENURBAN */
.footer-benurban { background: var(--primary); color: white; text-align: center; padding: 70px 0; }
.footer-logo-mini { width: 100px; border-radius: 50%; border: 2px solid var(--gold); margin-bottom: 20px; }

/* RESPONSIVO */
@media (max-width: 768px) {
    .hero-title-main { font-size: 2.7rem; }
    .hero-subtitle { font-size: 1.2rem; }
    .action-buttons-wrap { flex-direction: column; width: 95%; }
    .grid-8-photos { grid-template-columns: 1fr 1fr; gap: 12px; }
    .carousel-controls { display: none; }
    .hero-logo-large { width: 180px; }
}