/* RESET */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: #4a4a4a; line-height: 1.7; background: #fff; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* Ajuste del Logo Imagen */
.logo-image {
    display: flex;
    align-items: center;
}
.logo-image img {
    height: 45px;
    width: auto;
}

/* HEADER */
.site-header {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 9999;
    background: rgba(255,255,255,0.98);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}
.logo-text {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    font-weight: 700;
    font-style: italic;
    color: #E91E80;
}
.logo-text small {
    font-family: 'Inter', sans-serif;
    font-size: 0.55rem;
    font-weight: 500;
    color: #aaa;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    display: block;
    margin-top: -2px;
}

/* CHECKBOX HACK - Oculto siempre */
.menu-checkbox {
    display: none;
}

/* MENU TOGGLE (Hamburguesa) - Oculta en desktop */
.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    padding: 8px;
    cursor: pointer;
    z-index: 10001;
}
.menu-toggle span {
    width: 22px;
    height: 2px;
    background: #333;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* NAV - VISIBLE EN DESKTOP */
.main-nav {
    display: flex;
    align-items: center;
    gap: 0;
}
.nav-links {
    display: flex;
    align-items: center;
    gap: 0;
}
.nav-links a {
    padding: 10px 16px;
    font-size: 0.88rem;
    font-weight: 500;
    color: #555;
    border-radius: 8px;
    transition: all 0.3s ease;
}
.nav-links a:hover,
.nav-links a.active {
    color: #E91E80;
    background: #FFF0F5;
      font-weight: 600;
}
.nav-cta {
    margin-left: 16px;
    padding: 10px 24px;
    background: #E91E80;
    color: #fff !important;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.85rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}
.nav-cta:hover {
    background: #C2185B;
    transform: translateY(-2px);
}

/* ============================================
   HERO CON VIDEO (FONDO OSCURO)
   ============================================ */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: transparent; 
}

/* Contenedor del video */
.hero-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hero-bg-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Overlay oscuro para que el texto blanco se lea bien */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

/* Contenido del Hero */
.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #ffffff;
    max-width: 800px;
    padding: 0 20px;
}

/* Badge superior */
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 24px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Títulos */
.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    color: #fff !important;
    line-height: 1.1;
    margin-bottom: 20px;
}
.hero-title em {
    color: #ff69b4;
    font-style: italic;
}

.hero-text {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9) !important;
    line-height: 1.8;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Botones */
.hero-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
}

.btn-primary {
    background: #E91E80;
    color: #fff;
    border: 2px solid #E91E80;
}
.btn-primary:hover {
    background: #c2185b;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(233, 30, 128, 0.4);
}

.btn-outline {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}
.btn-outline:hover {
    background: #fff;
    color: #E91E80;
    transform: translateY(-3px);
}

/* Estadísticas */
.hero-stats {
    display: flex;
    justify-content: center;
    gap: 50px;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.stat-number {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
}

.stat-label {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 5px;
    display: block;
}

@media (max-width: 768px) {
    
    /* ... tu código existente ... */

    /* CORRECCIÓN BOTONES HERO MÓVIL */
    .hero-buttons {
        display: flex;
        flex-direction: column; /* Botones uno debajo del otro */
        align-items: center;    /* Centra los botones horizontalmente */
        justify-content: center;
        gap: 16px;              /* Espacio entre botones */
        width: 100%;
    }

    .hero-buttons .btn {
        width: 100%;            /* Ocupa todo el ancho disponible */
        max-width: 300px;       /* Pero no más de 300px para que se vean bien */
        justify-content: center;/* Centra el texto/icono dentro del botón */
        margin: 0 auto;         /* Fuerza el centrado automático */
        padding: 14px 24px;     /* Padding vertical para que sean fáciles de tocar */
    }

    /* Ajuste del contenedor del contenido para que no empuje los botones */
    .hero-content {
        width: 100%;
        padding: 0 20px; /* Menos padding lateral para dar más espacio */
        text-align: center;
    }
}

/*  --------------------------------------------    */
/* SECCIONES */
.section { padding: 90px 0; }
.section-light {   background: 
    linear-gradient(rgba(250, 250, 250, 0.308), rgba(238, 77, 171, 0)),
    url('../img/fotoservicios.jpg');
  background-size: cover;
  background-position: center;}
.section-label {
    display: inline-flex; align-items: center; gap: 10px;
    font-size: 0.72rem; font-weight: 600; text-transform: uppercase;
    letter-spacing: 2.5px; color: #E91E80; margin-bottom: 14px;
}
.section-label::before { content: ''; width: 30px; height: 1.5px; background: #E91E80; }
.section-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    font-weight: 600; color: #1a1a1a; line-height: 1.2; margin-bottom: 14px;
}
.section-subtitle { font-size: 1rem; color: #888; max-width: 520px; line-height: 1.7; }
.text-center { text-align: center; }
.text-center .section-subtitle { margin: 0 auto; }
.highlight { color: #E91E80; }

/* About */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.about-image { position: relative; border-radius: 16px; overflow: hidden; aspect-ratio: 4/5; background: #f0e6ed; }
.about-badge {
    position: absolute; bottom: 20px; left: 20px; z-index: 2;
    background: #fff; padding: 14px 20px; border-radius: 12px;
    display: flex; align-items: center; gap: 10px;
}
.about-features { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 28px 0 32px; }
.about-feature { display: flex; align-items: center; gap: 10px; }
.about-feature i { width: 32px; height: 32px; background: #FFF0F5; border-radius: 8px; display: flex; align-items: center; justify-content: center; color: #E91E80; }

/* ============================================
   SERVICE CARDS (CORREGIDO)
   ============================================ */

/* Grid de las tarjetas */
.service-grid { 
    display: grid; 
    grid-template-columns: repeat(3, 1fr); 
    gap: 30px; 
}

/* La tarjeta en sí */
.service-card { 
    background: #fff; 
    border-radius: 16px; 
    overflow: hidden;
    border: 1px solid #f0f0f0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    transition: all 0.4s ease;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(233, 30, 128, 0.15);
}

/* Imagen de la tarjeta */
.service-card-img { 
    height: 240px;
    width: 100%;
    overflow: hidden;
    background: #fce4ec;
    display: flex; 
    align-items: center; 
    justify-content: center; 
    color: #E91E80; 
    font-size: 2.5rem;
}

/* Ajuste de la imagen dentro del cuadro */
.service-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.service-card:hover .service-card-img img {
    transform: scale(1.1);
}

/* Contenido del texto */
.service-card-body { 
    padding: 24px; 
    text-align: center;
}

.service-card-name { 
    font-size: 1.3rem; 
    font-weight: 700; 
    color: #1a1a1a; 
    margin-bottom: 12px; 
}

.service-card-desc { 
    font-size: 0.95rem; 
    color: #666; 
    line-height: 1.6; 
    margin-bottom: 20px;
    min-height: 60px;
}

/* Botón dentro de la tarjeta */
.service-card .btn {
    width: 100%;
    justify-content: center;
    font-size: 0.9rem;
    padding: 12px 24px;
}

/* CTA */
.cta-box { max-width: 600px; margin: 0 auto; text-align: center; background: linear-gradient(135deg, #E91E80, #C2185B); border-radius: 24px; padding: 60px 48px; }
.cta-box h2 { font-family: 'Playfair Display', serif; font-size: 2rem; color: #fff; margin-bottom: 12px; }
.cta-box p { color: rgba(255,255,255,0.85); font-size: 1rem; margin-bottom: 32px; }
.cta-buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.btn-white { background: #fff; color: #E91E80; }
.btn-outline-white { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,0.5); }

/* Testimonials */
.testimonials-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; max-width: 900px; margin: 40px auto 0; }
.testimonial-card { background: #fff; border-radius: 14px; padding: 32px; }
.testimonial-stars { color: #FFB800; margin-bottom: 16px; }
.testimonial-text { font-size: 0.95rem; color: #666; line-height: 1.7; font-style: italic; margin-bottom: 20px; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.testimonial-avatar { width: 44px; height: 44px; background: #E91E80; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; }
.testimonial-author h4 { font-size: 0.9rem; font-weight: 600; color: #333; }
.testimonial-author span { font-size: 0.78rem; color: #999; }

/* ============================================
   FOOTER MEJORADO
   ============================================ */

.site-footer {
    background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%);
    color: rgba(255,255,255,0.7);
    padding: 80px 0 0;
    border-top: 4px solid #E91E80;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap: 50px;
    margin-bottom: 50px;
}

/* Brand */
.footer-brand .logo-text {
    font-size: 1.6rem;
    margin-bottom: 20px;
    color: #fff;
}

.footer-brand .logo-text small {
    color: rgba(255,255,255,0.5);
    font-size: 0.6rem;
}

.footer-desc {
    font-size: 0.9rem;
    line-height: 1.8;
    margin-bottom: 24px;
    color: rgba(255,255,255,0.7);
}

.footer-socials {
    display: flex;
    gap: 12px;
}

.footer-social {
    width: 40px;
    height: 40px;
    background: rgba(233, 30, 128, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #E91E80;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.footer-social:hover {
    background: #E91E80;
    color: #fff;
    transform: translateY(-3px);
}

/* Locations */
.footer-location {
    margin-bottom: 20px;
}

.footer-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #E91E80;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-title i {
    font-size: 1.2rem;
}

.footer-address {
    font-size: 0.9rem;
    line-height: 1.8;
    margin-bottom: 16px;
    color: rgba(255,255,255,0.7);
}

.footer-maps {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #F48FB1;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 12px;
    transition: all 0.3s ease;
}

.footer-maps:hover {
    color: #E91E80;
    transform: translateX(5px);
}

.footer-phones a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,0.8);
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.footer-phones a:hover {
    color: #25D366;
}

/* Hours */
.hours-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    font-size: 0.9rem;
}

.hours-item strong {
    color: rgba(255,255,255,0.9);
}

.hours-item span {
    color: #E91E80;
    font-weight: 600;
}

.footer-emergency {
    margin-top: 20px;
    padding: 12px;
    background: rgba(233, 30, 128, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.85rem;
    color: #E91E80;
}

.footer-emergency i {
    font-size: 1.2rem;
}

/* Bottom */
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85rem;
    color: rgba(255,255,255,0.5);
}

.footer-bottom i {
    animation: heartbeat 1.5s ease-in-out infinite;
}

@keyframes heartbeat {
    0%, 100% { transform: scale(1); }
    10%, 30% { transform: scale(1.1); }
    20%, 40% { transform: scale(1); }
}

/* Responsive */
@media (max-width: 992px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .hours-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
}
/* WhatsApp */
.whatsapp-float { position: fixed; bottom: 24px; right: 24px; width: 56px; height: 56px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1.5rem; z-index: 9999; }

/* ============================================
   📱 MÓVIL - MENÚ CORREGIDO
   ============================================ */
@media (max-width: 768px) {
    /* 1. Mostrar botón hamburguesa */
    .menu-toggle {
        display: flex !important;
    }

    /* 2. Ocultar menú por defecto (para que no se vea aplastado) */
    .main-nav {
        display: none; 
        position: fixed;
        top: 72px;
        left: 0;
        width: 100%;
        height: calc(100vh - 72px);
        background-color: #ffffff !important;
        flex-direction: column;
        align-items: center;
        padding-top: 30px;
        overflow-y: auto;
        z-index: 9998;
        box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    }

    /* 3. Mostrar menú cuando se hace click en el checkbox */
    .menu-checkbox:checked ~ .main-nav {
        display: flex !important;
    }

    /* Estilos de los enlaces en móvil */
    .nav-links {
        flex-direction: column;
        width: 100%;
        max-width: 320px;
        gap: 12px;
        padding-bottom: 20px;
    }

    .nav-links a {
        display: block;
        width: 100%;
        padding: 14px 20px;
        text-align: center;
        font-size: 1.1rem;
        font-weight: 600;
        color: #333 !important;
        background: #f9f9f9;
        border-radius: 12px;
        transition: all 0.3s ease;
    }

    .nav-links a:hover,
    .nav-links a.active {
        background: #E91E80;
        color: #fff !important;
        transform: translateY(-2px);
    }

    /* Botón Reservar */
    .nav-cta {
        margin-top: 10px;
        width: 100%;
        max-width: 320px;
        justify-content: center;
        padding: 14px;
        font-size: 1rem;
        margin-bottom: 20px;
    }

    /* Animación Hamburguesa (se convierte en X) */
    .menu-checkbox:checked + .menu-toggle span:nth-child(1) {
        transform: rotate(45deg) translate(6px, 6px);
    }
    .menu-checkbox:checked + .menu-toggle span:nth-child(2) {
        opacity: 0;
    }
    .menu-checkbox:checked + .menu-toggle span:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -6px);
    }
    
    /* Ajustes extra para móvil */
    .hero { min-height: auto; padding: 120px 0 60px; }
    .hero-buttons { flex-direction: column; }
    .hero-buttons .btn { width: 100%; max-width: 280px; justify-content: center; }
    .hero-stats { flex-direction: column; gap: 20px; }
    .about-grid, .service-grid, .testimonials-grid, .footer-grid { grid-template-columns: 1fr; }
    .about-features { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; gap: 10px; text-align: center; }
    .cta-box { padding: 40px 24px; }
    .cta-buttons { flex-direction: column; }
}