:root { --oro: #c5a059; --negro: #000; --gris: #0d0d0d; --blanco: #fff; }
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Montserrat', sans-serif; background: var(--negro); color: var(--blanco); overflow-x: hidden; }

img { display: block; width: 100%; height: auto; border: none; outline: none; }

/* NAVBAR CENTRADA */
.navbar { display: flex; align-items: center; padding: 0 5%; height: 100px; background: var(--negro); position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #222; }
.nav-col-left, .nav-col-right { flex: 1; }
.nav-col-center { flex: 2; display: flex; justify-content: center; }
.logo img { height: 80px; width: auto; }
.nav-links { display: flex; list-style: none; gap: 20px; align-items: center; }
.nav-links a { color: #fff; text-decoration: none; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; }
.nav-col-right { display: flex; justify-content: flex-end; }
.btn-cita-nav { background: var(--oro); color: #000; padding: 10px 20px; font-weight: bold; text-decoration: none; }

/* DROPDOWN */
.dropdown { position: relative; }
.dropdown-content { display: none; position: absolute; background: var(--negro); min-width: 240px; top: 100%; border-top: 2px solid var(--oro); }
.dropdown-content a { padding: 15px; display: block; border-bottom: 1px solid #1a1a1a; text-transform: none; }
.dropdown:hover .dropdown-content { display: block; }

/* SLIDER */
.slider-container { height: 70vh; width: 100%; position: relative; overflow: hidden; }
.slide { position: absolute; width: 100%; height: 100%; opacity: 0; transition: opacity 1s ease-in-out; }
.slide.active { opacity: 1; z-index: 1; }
.slide img { width: 100%; height: 100%; object-fit: cover; }
.slider-prev, .slider-next { position: absolute; top: 50%; transform: translateY(-50%); z-index: 10; background: rgba(0,0,0,0.3); color: white; border: none; padding: 20px; cursor: pointer; }
.slider-next { right: 0; }

/* SECCIONES PEGADAS */
.full-split { display: flex; width: 100%; min-height: 550px; }
.full-split.reverse { flex-direction: row-reverse; }
.fs-image, .fs-text { flex: 0 0 50%; width: 50%; }
.fs-text { padding: 60px 8%; background: var(--gris); display: flex; flex-direction: column; justify-content: center; }
.fs-text h2 { font-family: 'Playfair Display', serif; color: var(--oro); font-size: 2.5rem; margin-bottom: 25px; }
.btn-gold-action { background: var(--oro); color: #000; padding: 15px 35px; text-decoration: none; font-weight: bold; margin-top: 20px; display: inline-block; }

/* SERVICIOS 3x2 */
.services-no-space { background: var(--negro); text-align: center; }
.section-title { padding: 60px 0; font-family: 'Playfair Display', serif; color: var(--oro); font-size: 2.5rem; }
.s-grid-tight { display: grid; grid-template-columns: repeat(3, 1fr); width: 100%; }
.s-item { position: relative; overflow: hidden; display: block; text-decoration: none; line-height: 0; }
.s-item h3 { position: absolute; bottom: 0; width: 100%; text-align: center; color: #fff; font-size: 1rem; text-transform: uppercase; background: rgba(0,0,0,0.6); padding: 15px 0; }

/* SOCIAL EXPERIENCE */
.social-experience { background: var(--negro); padding: 0; }
.social-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0; }
.social-main-text { grid-column: 2 / 3; grid-row: 1 / 2; padding: 40px; background: var(--negro); display: flex; flex-direction: column; justify-content: center; text-align: center; }
.social-main-text h3 { color: var(--oro); margin-bottom: 20px; font-size: 1.8rem; font-family: 'Playfair Display', serif; }
.social-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.social-grid .social-img:nth-child(n+4) { grid-row: 2 / 3; }
.btn-social-link { color: var(--oro); font-weight: bold; text-decoration: underline; margin-top: 15px; }

/* OPINIONES */
.reviews-white { background: #fff; color: #333; padding: 80px 5%; text-align: center; }
.reviews-white h2 { color: #000; font-family: 'Playfair Display', serif; font-size: 2.5rem; margin-bottom: 40px; }
.review-item { display: none; }
.review-item.active { display: block; }
.review-item p { font-size: 1.5rem; font-style: italic; max-width: 800px; margin: 0 auto 10px; }
.review-item span { color: var(--oro); font-weight: bold; }

/* MAPA Y CONTACTO (FIX DESCUADRE) */
.map-contact { display: flex; flex-wrap: wrap; background: var(--negro); width: 100%; align-items: stretch; }
.map-box { flex: 1.5; min-width: 300px; line-height: 0; }
.map-box iframe { display: block; width: 100%; height: 450px; }
.contact-details-wrapper { flex: 1; min-width: 300px; display: flex; justify-content: center; align-items: center; background: #080808; padding: 40px; }
.social-box { margin-top: 30px; display: flex; gap: 30px; font-size: 28px; }
.social-box a { color: var(--oro); }

/* FOOTER Y BOTONES */
footer { padding: 60px 5% 0; background: #000; border-top: 1px solid #111; }
.footer-content { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 40px; padding-bottom: 40px; }
.f-col a { color: #888 !important; text-decoration: none; display: block; margin-bottom: 10px; font-size: 14px; }
.f-col a:hover { color: var(--oro) !important; }
.f-logo-small { height: 100px; width: auto; }
.f-bottom-bar { text-align: center; padding: 30px 0; border-top: 1px solid #111; color: #fff; font-size: 13px; }

.whatsapp-btn { position: fixed; bottom: 30px; left: 30px; background: #25d366; color: #fff !important; width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 30px; z-index: 2000; text-decoration: none !important; box-shadow: 0 4px 10px rgba(0,0,0,0.3); }
#upBtn { position: fixed; bottom: 30px; right: 30px; background: var(--oro); border: none; padding: 15px; cursor: pointer; display: none; z-index: 2000; color: #000; }

@media (max-width: 992px) {
    .navbar { flex-direction: column; height: auto; padding: 20px; }
    .full-split, .social-grid, .map-contact { flex-direction: column; }
    .fs-image, .fs-text, .map-box, .contact-details-wrapper { width: 100%; flex: none; }
    .s-grid-tight { grid-template-columns: repeat(2, 1fr); }
}