﻿/* ============================================================
   PALETA PREMIUM - SASTRERÍA E. MIRANDA + FLAMENCO
============================================================ */
:root {
    /* E. Miranda */
    --black-main: #050505;
    --black-soft: #0b0b0b;
    --black-card: #101010;
    --gray-carbon: #1a1a1a;
    --gray-premium: #2a2a2a;
    --wine-deep: #7a001d;
    --red-premium: #ff2b2b;
    --blue-petroleo: #0a1622;
    --blue-steel: #13293d;
    --text-main: #f3f3f3;
    --text-muted: #bdbdbd;
    --radius-lg: 22px;
    --radius-md: 16px;
    /* Flamenco Pastel */
    --pink-pastel: #ffc7de;
    --pink-lavender: #e4a7ff;
    --blue-pastel: #a6d8ff;
}

/* ============================================================
   BASE GLOBAL
============================================================ */
html,
body {
    overflow-x: hidden !important;
    scroll-behavior: smooth;
}

html {
    /* compensa el header fijo cuando se usan anclas (#servicios, etc.) */
    scroll-padding-top: 110px !important;
}

body {
    background: var(--black-main);
    color: var(--text-main);
    font-family: "Segoe UI", system-ui, sans-serif;
    min-height: 100vh;
    font-size: 16px;
    line-height: 1.6;
}

/* ============================================================
   HEADER FIJO + NAVBAR
============================================================ */
.fixed-premium-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.72);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.main-with-fixed-header {
    padding-top: 95px !important;
}

.navbar-premium {
    background: linear-gradient( 90deg, rgba(10, 10, 10, 0.95), rgba(30, 0, 0, 0.9), rgba(15, 15, 15, 0.95) );
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.65);
}

/* Logo navbar */
.logo-nav {
    height: 46px;
    border-radius: 8px;
    border: 1px solid rgba(255, 43, 43, 0.55);
    padding: 3px;
    background: rgba(255, 255, 255, 0.06);
}

/* Marca texto premium */
.brand-premium {
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    background: linear-gradient(90deg, #ffffff, #ff8c8c, #ff2b2b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 12px rgba(255, 43, 43, 0.35);
    padding-left: 6px;
}

/* Links navbar */
.navbar .nav-link {
    color: var(--text-muted) !important;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    position: relative;
    transition: 0.25s ease;
}

    .navbar .nav-link:hover,
    .navbar .nav-link.active {
        color: var(--red-premium) !important;
    }

    .navbar .nav-link::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -4px;
        width: 0%;
        height: 2px;
        background: var(--red-premium);
        transition: width 0.25s ease;
    }

    .navbar .nav-link:hover::after,
    .navbar .nav-link.active::after {
        width: 100%;
    }

/* Estado scrolled (si luego usas JS para agregar .scrolled) */
.navbar-premium.scrolled {
    background: rgba(5, 5, 5, 0.95);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.75);
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    transition: all 0.35s ease;
}

/* ============================================================
   ÍCONOS SOCIALES NAVBAR
============================================================ */
.social-icons-nav .social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    font-size: 1.35rem;
    border-radius: 50%;
    background: linear-gradient(145deg, #2d2d2d, #000000);
    color: var(--red-premium);
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease;
}

    .social-icons-nav .social-icon:hover {
        transform: translateY(-4px) scale(1.1);
        background: var(--red-premium);
        color: white;
        box-shadow: 0 6px 18px rgba(255, 43, 43, 0.45);
    }

/* Botón hamburguesa */
.mobile-menu-trigger {
    border: none !important;
    background: transparent !important;
    outline: none !important;
}

    .mobile-menu-trigger i {
        font-size: 1.7rem;
        color: var(--red-premium);
        filter: brightness(150%);
    }

/* ============================================================
   HERO PRINCIPAL
============================================================ */
.hero-premium {
    background: linear-gradient(135deg, #0d0d0d, #050505);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: var(--radius-lg);
    padding: 4rem 2.2rem;
    position: relative;
    overflow: hidden;
}

    .hero-premium::before {
        content: "";
        position: absolute;
        inset: 12px;
        border-radius: calc(var(--radius-lg) - 12px);
        border: 2px solid var(--wine-deep);
        opacity: 0.4;
        pointer-events: none !important;
    }

.hero-inner {
    position: relative;
    z-index: 4;
}

.hero-image-wrapper {
    margin-top: 2rem;
}

.hero-image {
    width: 100%;
    max-width: 520px;
    height: auto;
    border-radius: 18px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.35);
    object-fit: cover;
}

/* ============================================================
   HERO PREMIUM – VERSIÓN UPGRADED (si la usas)
============================================================ */
.hero-upgraded {
    position: relative;
    overflow: hidden;
    padding: 6rem 2rem !important;
    border-radius: var(--radius-lg);
}

    .hero-upgraded .hero-glow {
        content: "";
        position: absolute;
        width: 480px;
        height: 480px;
        top: -80px;
        right: -120px;
        background: radial-gradient( circle, rgba(255, 43, 43, 0.45), transparent 70% );
        filter: blur(60px);
        opacity: 0.55;
        pointer-events: none;
    }

    .hero-upgraded .hero-title {
        font-size: 3.4rem;
        line-height: 1.15;
    }

    .hero-upgraded .hero-title-highlight {
        color: var(--red-premium);
        letter-spacing: 0.18em;
        text-shadow: 0 0 22px rgba(255, 43, 43, 0.35);
    }

    .hero-upgraded .hero-subtitle {
        font-size: 1.12rem;
        line-height: 1.7;
        color: var(--text-muted);
        max-width: 520px;
    }

.hero-content {
    animation: fadeSlideIn 1.2s ease forwards;
    opacity: 0;
    transform: translateY(20px);
}

@keyframes fadeSlideIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ============================================================
   BOTONES PREMIUM
============================================================ */
.btn-premium,
.btn-outline-premium,
.btn-hero-zoom {
    border-radius: 999px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: 0.25s ease;
}

.btn-premium {
    background: var(--red-premium);
    padding: 0.65rem 2.2rem;
    color: white;
    font-weight: 600;
}

    .btn-premium:hover {
        background: #e02020;
        transform: translateY(-4px);
        box-shadow: 0 10px 24px rgba(255, 43, 43, 0.22);
    }

.btn-outline-premium {
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: white;
    padding: 0.65rem 1.8rem;
}

    .btn-outline-premium:hover {
        border-color: var(--red-premium);
        color: var(--red-premium);
        background: rgba(255, 255, 255, 0.06);
        transform: translateY(-4px);
    }

/* Botones hero con efecto tipo tarjeta */
.btn-hero-zoom {
    padding: 12px 26px;
    font-size: 1.1rem;
    border-radius: 12px;
}

    .btn-hero-zoom:hover {
        transform: translateY(-6px) scale(1.05);
        box-shadow: 0 10px 25px rgba(255, 43, 43, 0.35);
        border-color: var(--red-premium) !important;
    }

/* ============================================================
   TARJETAS PREMIUM
============================================================ */
.card-premium {
    background: var(--black-card);
    border-radius: var(--radius-md);
    padding: 1.6rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .card-premium:hover {
        transform: translateY(-6px);
        box-shadow: 0 12px 30px rgba(255, 43, 43, 0.15);
    }

    /* Halo rojo suave */
    .card-premium::after {
        content: "";
        position: absolute;
        inset: -40%;
        background: radial-gradient( circle at top, rgba(255, 43, 43, 0.22), transparent 60% );
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.35s ease, transform 0.35s ease;
        transform: translateY(20%);
    }

    .card-premium:hover::after {
        opacity: 1;
        transform: translateY(0);
    }

/* Tarjeta clara Flamenco */
.card-premium-light {
    background: rgba(255, 255, 255, 0.55);
    border-radius: 20px;
    backdrop-filter: blur(6px);
    border: 2px solid rgba(255, 255, 255, 0.6);
    color: #313131;
    transition: 0.3s ease;
}

    .card-premium-light:hover {
        transform: translateY(-6px);
        box-shadow: 0 10px 25px rgba(255, 150, 200, 0.35);
    }

/* Chips */
.chip-soft {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 0.25rem 0.8rem;
    border-radius: 999px;
    font-size: 0.72rem;
}

/* ============================================================
   PLACEHOLDERS (IMÁGENES)
============================================================ */
.placeholder-box {
    width: 100%;
    height: 260px;
    background: rgba(100, 140, 185, 0.18);
    border: 1px solid #4d78a7;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4d78a7;
    font-weight: 600;
    text-transform: uppercase;
}

    .placeholder-box.vertical {
        height: 420px;
    }

/* Parallax suave (para placeholder hero) */
.parallax-soft {
    will-change: transform;
    transition: transform 0.2s ease-out;
}

/* ============================================================
   SEPARADORES
============================================================ */
.separator-premium {
    height: 100px;
    background: linear-gradient( to bottom, rgba(255, 43, 43, 0.06), transparent );
}

    .separator-premium.reverse {
        background: linear-gradient( to top, rgba(255, 43, 43, 0.06), transparent );
    }

    .separator-premium.soft {
        background: linear-gradient( to bottom, rgba(41, 101, 192, 0.12), transparent );
    }

/* ============================================================
   SECCIONES DIFERENCIADAS
============================================================ */
.section-block {
    margin: 3rem 0;
}

/* Servicios */
.section-services {
    background: linear-gradient(135deg, #050505, var(--blue-petroleo));
    border-radius: 26px;
    padding: 5rem 0;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

/* Colección */
.section-coleccion {
    background: linear-gradient(135deg, #0d0d0d, #5a0013);
    border-radius: 26px;
    padding: 5rem 0;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

/* Sobre nosotros */
.section-nosotros {
    background: linear-gradient(135deg, var(--black-soft), var(--gray-carbon));
    border-radius: 26px;
    padding: 5rem 0;
}

/* Galería */
.section-galeria {
    background: linear-gradient(135deg, var(--blue-petroleo), #050505);
    border-radius: 26px;
    padding: 5rem 0;
}

/* Flamenco */
.section-flamenco {
    background: linear-gradient(135deg, var(--pink-pastel), var(--blue-pastel));
    border-radius: 26px;
    padding: 5rem 0;
    color: #2b2b2b;
}

/* Contacto */
.section-contacto {
    background: linear-gradient(135deg, #050505, var(--blue-steel));
    border-radius: 26px;
    padding: 5rem 0 7rem;
}

/* Sombras secciones */
.section-services,
.section-coleccion,
.section-nosotros,
.section-galeria,
.section-flamenco,
.section-contacto {
    position: relative;
    overflow: hidden;
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.7);
}

    /* Brillo superior */
    .section-services::before,
    .section-coleccion::before,
    .section-nosotros::before,
    .section-galeria::before,
    .section-flamenco::before,
    .section-contacto::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 2px;
        background: linear-gradient( 90deg, transparent, rgba(255, 255, 255, 0.18), transparent );
        opacity: 0.7;
    }

/* Hover suave en desktop */
@media (min-width: 992px) {
    .section-block {
        transition: transform 0.4s ease, box-shadow 0.4s ease;
    }

        .section-block:hover {
            transform: translateY(-6px);
            box-shadow: 0 22px 70px rgba(0, 0, 0, 0.9);
        }
}

/* ============================================================
   TIPOGRAFÍA – TÍTULOS Y TEXTOS
============================================================ */
h1,
h2,
h3,
h4 {
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

/* Hero */
.hero-title {
    font-size: 3rem;
    line-height: 1.2;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}

.hero-subtitle {
    font-size: 1rem;
    line-height: 1.7;
    letter-spacing: 0.04em;
    max-width: 580px;
    color: var(--text-muted);
}

/* Títulos de sección */
.section-heading {
    font-size: 2rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    margin-bottom: 2rem;
}

    .section-heading::after {
        content: "";
        display: block;
        width: 60px;
        height: 2px;
        margin: 0.75rem auto 0;
        background: linear-gradient( 90deg, transparent, var(--red-premium), transparent );
        opacity: 0.9;
    }

/* Textos */
p {
    margin-bottom: 0.9rem;
}

/* Ajuste text-muted de Bootstrap */
.text-muted {
    color: var(--text-muted) !important;
}

/* Badge hero */
.badge-atelier {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.9rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.32);
    background: rgba(5, 5, 5, 0.6);
    backdrop-filter: blur(6px);
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    margin-bottom: 1.25rem;
    color: var(--text-muted);
}

/* Textos por sección */
.section-services p,
.section-coleccion p,
.section-galeria p,
.section-contacto p {
    color: var(--text-muted);
}

.section-nosotros p {
    color: #c9c9c9;
}

/* Flamenco textos */
.section-flamenco .section-heading {
    color: #3a2742;
    letter-spacing: 0.2em;
}

.section-flamenco p {
    color: #4c3b52;
    line-height: 1.7;
}

.section-flamenco .card-premium-light p {
    color: #3f3242;
}

/* ============================================================
   FORMULARIO PREMIUM (CONTACTO)
============================================================ */
.form-premium {
    background: rgba(0, 0, 0, 0.4);
    padding: 2.2rem 2rem;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
}

    .form-premium .form-control {
        background: rgba(0, 0, 0, 0.65);
        border-radius: 999px;
        border: 1px solid rgba(255, 255, 255, 0.12);
        color: var(--text-main);
        font-size: 0.9rem;
        padding: 0.75rem 1.1rem;
    }

    .form-premium textarea.form-control {
        border-radius: 18px;
        min-height: 130px;
        resize: vertical;
    }

    .form-premium .form-control:focus {
        border-color: var(--red-premium);
        box-shadow: 0 0 0 0.12rem rgba(255, 43, 43, 0.35);
        outline: none;
        background: rgba(0, 0, 0, 0.85);
    }

    .form-premium .form-control::placeholder {
        color: rgba(230, 230, 230, 0.55);
        font-size: 0.85rem;
        letter-spacing: 0.05em;
    }

/* ============================================================
   SIDEBAR LATERAL PREMIUM (MÓVIL)
============================================================ */
#mobileMenuOverlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(4px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease;
    z-index: 9980;
}

    #mobileMenuOverlay.open {
        opacity: 1;
        visibility: visible;
    }

.mobile-sidebar-premium {
    position: fixed;
    left: -300px;
    width: 280px;
    background: linear-gradient(135deg, #0b0b0b, #180008);
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 4px 0 35px rgba(0, 0, 0, 0.6);
    padding: 1.8rem 1.2rem;
    transition: left 0.35s ease;
    z-index: 9990;
    top: 95px;
    height: calc(100vh - 95px);
}

    /* Abierto */
    .mobile-sidebar-premium.open {
        left: 0;
    }

/* SOLO ENLACES (sidebar minimalista) */
.sidebar-links {
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}

.link-item {
    font-size: 1rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    transition: 0.25s ease;
}

    .link-item:hover {
        color: var(--red-premium);
        padding-left: 8px;
    }

/* ============================================================
   NAVBAR MÓVIL – OPCIÓN 1 (REDES IZQ, MENÚ DER, LOGO ABAJO)
============================================================ */
@media (max-width: 992px) {
    /* iconos sociales más compactos */
    .social-icons-nav .social-icon {
        width: 36px;
        height: 36px;
        font-size: 1.2rem;
    }

    /* Contenedor navbar en móvil como grid:
       fila 1: redes + menú
       fila 2: logo + nombre */
    .navbar-premium .container {
        display: grid;
        grid-template-columns: auto 1fr auto;
        grid-template-areas:
            "icons . menu"
            "brand brand brand";
        align-items: center;
    }

    .social-icons-nav {
        grid-area: icons;
        justify-content: flex-start !important;
        margin: 0;
    }

    .mobile-menu-trigger {
        grid-area: menu;
        justify-self: end;
    }

    .navbar-brand {
        grid-area: brand;
        width: 100%;
        display: flex !important;
        justify-content: center;
        align-items: center;
        margin: 0.3rem auto 0.4rem auto !important;
        text-align: center;
    }

    .logo-nav {
        height: 38px;
    }

    .brand-premium {
        font-size: 1rem !important;
        margin-left: 0.5rem;
    }

    /* Menú collapse de Bootstrap NO se usa en móvil (solo sidebar) */
    .mobile-menu-premium {
        display: none !important;
    }

    /* Hero botones en columna */
    .hero-buttons {
        flex-direction: column;
        width: 100%;
    }

    .btn-hero-zoom {
        width: 100%;
        text-align: center;
    }

    /* Ajustes tipográficos */
    .hero-title {
        font-size: 2.4rem;
        letter-spacing: 0.12em;
    }

    .section-heading {
        font-size: 1.7rem;
        letter-spacing: 0.18em;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 2rem;
        letter-spacing: 0.1em;
    }

    .hero-subtitle {
        font-size: 0.95rem;
    }

    .section-heading {
        font-size: 1.5rem;
        letter-spacing: 0.16em;
    }
}

.footer-admin-link {
    color: var(--red-premium);
    font-size: 0.85rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-decoration: none;
    transition: .25s ease;
}

    .footer-admin-link:hover {
        color: #ff5c5c;
        text-shadow: 0 0 8px rgba(255, 43, 43, 0.35);
    }

/* ============================================================
   MODAL PREMIUM – COMPATIBLE CON NAVBAR FIJO + PARALLAX
============================================================ */

/* Fondo oscuro */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
    display: none; /* Oculto por defecto */
    justify-content: center;
    align-items: center;
    z-index: 20000; /* SUPERIOR AL NAVBAR */
    overflow-y: auto;
    padding: 20px;
}

/* Caja del modal */
.modal-content-premium {
    background: #111;
    color: white;
    padding: 30px;
    width: 450px;
    max-width: 90%;
    border-radius: 15px;
    position: relative;
    box-shadow: 0px 0px 22px rgba(255,0,0,0.5);
    transform: translateY(0);
}

/* Título */
.modal-title {
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

/* Botón cerrar */
.modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
    color: #ff5e5e;
    z-index: 30000;
}

    .modal-close:hover {
        color: white;
    }

/* ============================================================
   DESACTIVAR EFECTOS DEL SITIO CUANDO EL MODAL ESTÁ ABIERTO
============================================================ */

body.modal-abierto .section-block:hover {
    transform: none !important;
    box-shadow: none !important;
}

body.modal-abierto .parallax-soft {
    transform: none !important;
    transition: none !important;
}

body.modal-abierto {
    overflow: hidden !important; /* Evita desplazamiento global */
}

    /* PERMITIR clics SOLO dentro del modal */
    body.modal-abierto * {
        pointer-events: none !important;
    }

    body.modal-abierto #modalMensaje,
    body.modal-abierto #modalMensaje * {
        pointer-events: auto !important;
    }

/* ===========================
   CARRUSEL DE TRAJES – FIX
=========================== */

.section-coleccion {
    padding: 90px 0;
}

.traje-card {
    padding: 10px;
}

.traje-img {
    width: 100%;
    height: 360px; /* CLAVE: evita imagen banner */
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 20px 45px rgba(0,0,0,0.35);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

    .traje-img:hover {
        transform: translateY(-6px) scale(1.02);
        box-shadow: 0 30px 65px rgba(0,0,0,0.45);
    }

/* =====================================
   NOSOTROS – ATELIER NOCTURNO
===================================== */

.section-nosotros-dark {
    position: relative;
    padding: 9rem 0;
    overflow: hidden;
    background: #111;
}

    /* Fondo tipo pared colonial desenfocado */
    .section-nosotros-dark::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: url('/img/nostros.jpg');
        background-size: cover;
        background-position: center;
        filter: blur(12px) brightness(0.4);
        transform: scale(1.1);
        z-index: 0;
    }

/* Overlay cálido tipo iluminación Antigua */
.overlay-colonial {
    position: absolute;
    inset: 0;
    background: radial-gradient( circle at 30% 20%, rgba(255, 180, 100, 0.25), transparent 60% ), linear-gradient( to bottom, rgba(0,0,0,0.7), rgba(0,0,0,0.85) );
    z-index: 1;
}

/* Contenido arriba */
.section-nosotros-dark .container {
    z-index: 2;
    position: relative;
}

/* ================================
   TEXTO
================================ */

.nosotros-text {
    color: #eaeaea;
    animation: fadeSlideUp 1.2s ease forwards;
    opacity: 0;
}

.section-heading {
    font-family: 'Playfair Display', serif;
    font-size: 2.6rem;
    font-weight: 600;
    letter-spacing: 2px;
    color: #ffffff;
    margin-bottom: 1.5rem;
    position: relative;
}

    /* Línea dorada elegante */
    .section-heading::after {
        content: "";
        width: 70px;
        height: 2px;
        background: linear-gradient(90deg, #c6a76b, #e8c790);
        display: block;
        margin-top: 14px;
    }

.nosotros-text p {
    font-size: 1rem;
    line-height: 1.9;
    color: #d2d2d2;
    margin-bottom: 1.3rem;
}

/* Línea distintiva */
.signature-line {
    font-size: 0.85rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #d4af7f;
    font-weight: 500;
}

/* Firma manuscrita */
.firma-elegante {
    font-family: 'Great Vibes', cursive;
    font-size: 2.2rem;
    color: #d6b37a;
    opacity: 0.85;
}

/* ================================
   IMAGEN – EFECTO SPOTLIGHT
================================ */

.showcase-image-frame {
    position: relative;
    padding: 18px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    backdrop-filter: blur(10px);
    box-shadow: 0 30px 80px rgba(0,0,0,0.6);
    transition: all 0.6s ease;
    animation: fadeSlideRight 1.3s ease forwards;
    opacity: 0;
}

    /* Marco doble elegante */
    .showcase-image-frame::after {
        content: "";
        position: absolute;
        top: -15px;
        left: -15px;
        width: 100%;
        height: 100%;
        border: 1px solid rgba(214, 179, 122, 0.4);
        z-index: -1;
    }

.nosotros-img {
    width: 100%;
    height: auto;
    transition: transform 0.7s ease;
}

/* Hover sutil */
.showcase-image-frame:hover .nosotros-img {
    transform: scale(1.05);
}

/* ================================
   ANIMACIONES SUAVES
================================ */

@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeSlideRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* ======================================
   GALERÍA ULTRA PREMIUM
====================================== */

.section-galeria-ultra {
    padding: 8rem 0;
    background: #0e0e0e;
    overflow: hidden;
}

    .section-galeria-ultra .section-heading {
        font-family: 'Playfair Display', serif;
        font-size: 2.5rem;
        color: #fff;
        letter-spacing: 2px;
        position: relative;
    }

        .section-galeria-ultra .section-heading::after {
            content: "";
            width: 70px;
            height: 2px;
            background: linear-gradient(90deg,#c6a76b,#e8c790);
            display: block;
            margin: 15px auto 0;
        }

/* =============================
   MASONRY RESPONSIVO
============================= */

.gallery-masonry {
    column-count: 3;
    column-gap: 1.5rem;
}

.gallery-item {
    position: relative;
    display: block;
    margin-bottom: 1.5rem;
    break-inside: avoid;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 25px 60px rgba(0,0,0,0.6);
    transition: transform .4s ease;
    animation: fadeUpStagger 1s ease forwards;
    opacity: 0;
}

    .gallery-item img {
        width: 100%;
        height: auto;
        display: block;
        transition: transform .6s ease;
    }

    /* =============================
   SPOTLIGHT DINÁMICO
============================= */

    .gallery-item::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at center, rgba(214,179,122,0.25), transparent 60%);
        opacity: 0;
        transition: opacity .4s ease;
        pointer-events: none;
    }

    .gallery-item:hover::before {
        opacity: 1;
    }

    .gallery-item:hover img {
        transform: scale(1.08);
    }

    /* =============================
   ANIMACIÓN ESCALONADA
============================= */

    .gallery-item:nth-child(1) {
        animation-delay: .1s;
    }

    .gallery-item:nth-child(2) {
        animation-delay: .2s;
    }

    .gallery-item:nth-child(3) {
        animation-delay: .3s;
    }

    .gallery-item:nth-child(4) {
        animation-delay: .4s;
    }

    .gallery-item:nth-child(5) {
        animation-delay: .5s;
    }

    .gallery-item:nth-child(6) {
        animation-delay: .6s;
    }

@keyframes fadeUpStagger {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* =============================
   RESPONSIVE PERFECTO
============================= */

@media (max-width: 992px) {
    .gallery-masonry {
        column-count: 2;
    }
}

@media (max-width: 576px) {
    .gallery-masonry {
        column-count: 1;
    }
}

/* =====================================
   FLAMENCO – FASHION MODE
===================================== */

.section-flamenco-premium {
    position: relative;
    padding: 8rem 0;
    overflow: hidden;
    color: #fff;

    /* Fondo degradado animado */
    background: linear-gradient(-45deg, #140814, #2b1024, #1a0c18, #2e1327);
    background-size: 400% 400%;
    animation: gradientMove 15s ease infinite;
}

/* Textura urbana concreto */
.section-flamenco-premium::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("https://www.transparenttextures.com/patterns/concrete-wall.png");
    opacity: 0.08;
    pointer-events: none;
}

/* Animación del fondo */
@keyframes gradientMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* =============================
   TÍTULO NEÓN
============================= */

.section-flamenco-premium .section-heading {
    font-family: 'Playfair Display', serif;
    font-size: 2.6rem;
    letter-spacing: 3px;
    color: #ff4fa3;
    text-shadow:
        0 0 8px rgba(255,79,163,0.8),
        0 0 20px rgba(255,79,163,0.6);
    animation: glowPulse 3s ease-in-out infinite;
}

@keyframes glowPulse {
    0% { text-shadow: 0 0 6px rgba(255,79,163,0.6); }
    50% { text-shadow: 0 0 20px rgba(255,79,163,1); }
    100% { text-shadow: 0 0 6px rgba(255,79,163,0.6); }
}

/* =============================
   IMAGEN PROPORCIÓN FIJA
============================= */

.flamenco-image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
}

.flamenco-image-box {
    width: 100%;
    max-width: 420px;
    aspect-ratio: 4 / 5; /* PROPORCIÓN FIJA */
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255,79,163,0.4);
    box-shadow: 
        0 0 20px rgba(255,79,163,0.3),
        0 0 60px rgba(255,79,163,0.15);
    transition: all .6s ease;
}

/* Imagen adaptada */
.flamenco-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s ease;
}

/* Hover fashion */
.flamenco-image-box:hover .flamenco-img {
    transform: scale(1.1);
}

/* Neon borde */
.flamenco-image-box::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 2px solid rgba(255,79,163,0.5);
    box-shadow: 0 0 25px rgba(255,79,163,0.7);
    pointer-events: none;
}

/* =============================
   TEXTO
============================= */

.flamenco-content p {
    color: #e6e6e6;
    line-height: 1.8;
    font-size: 1rem;
}

/* BOTÓN NEÓN */
.btn-flamenco {
    background: transparent;
    border: 1px solid #ff4fa3;
    padding: 12px 28px;
    color: #ff4fa3;
    font-weight: 500;
    letter-spacing: 2px;
    transition: all .4s ease;
    position: relative;
}

.btn-flamenco:hover {
    background: #ff4fa3;
    color: #fff;
    box-shadow: 0 0 20px rgba(255,79,163,0.8);
}

/* =============================
   RESPONSIVE PERFECTO
============================= */

@media (max-width: 992px) {
    .section-flamenco-premium {
        text-align: center;
    }

    .flamenco-image-box {
        max-width: 320px;
        margin: 0 auto 2rem auto;
    }
}

/* =====================================
   CONTACTO – SALÓN PRIVADO DE MODA
===================================== */

.section-contacto-premium {
    position: relative;
    padding: 9rem 0;
    overflow: hidden;
    /* Base oscura premium */
    background: linear-gradient(135deg, #0b0b0b 0%, #141414 50%, #0b0b0b 100%);
}

    /* Textura lino sutil */
    .section-contacto-premium::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: url("https://www.transparenttextures.com/patterns/linen.png");
        opacity: 0.07;
        pointer-events: none;
        z-index: 0;
    }

    /* Iluminación radial dorada */
    .section-contacto-premium::after {
        content: "";
        position: absolute;
        inset: -20%;
        background: radial-gradient(circle at 30% 25%, rgba(214,179,122,0.18), transparent 60%), radial-gradient(circle at 70% 70%, rgba(214,179,122,0.10), transparent 65%);
        pointer-events: none;
        z-index: 0;
        filter: blur(10px);
    }

    /* =============================
   PARTÍCULAS DORADAS SUTILES
============================= */
    .section-contacto-premium .container::before,
    .section-contacto-premium .container::after {
        content: "";
        position: absolute;
        inset: -40px;
        pointer-events: none;
        z-index: 1;
        /* puntos dorados */
        background-image: radial-gradient(circle, rgba(214,179,122,0.22) 1px, transparent 2px), radial-gradient(circle, rgba(214,179,122,0.14) 1px, transparent 2px);
        background-size: 90px 90px, 140px 140px;
        background-position: 0 0, 40px 60px;
        opacity: 0.35;
        animation: goldDustFloat 14s ease-in-out infinite;
        mix-blend-mode: screen;
    }

    .section-contacto-premium .container::after {
        opacity: 0.25;
        animation-duration: 18s;
        filter: blur(0.2px);
    }

@keyframes goldDustFloat {
    0% {
        transform: translateY(0) translateX(0);
    }

    50% {
        transform: translateY(-18px) translateX(10px);
    }

    100% {
        transform: translateY(0) translateX(0);
    }
}

/* =============================
   TÍTULO + APARICIÓN ELEGANTE
============================= */

.section-contacto-premium .section-heading {
    font-family: 'Playfair Display', serif;
    font-size: 2.6rem;
    letter-spacing: 2px;
    color: #ffffff;
    position: relative;
    z-index: 2;
    /* Animación elegante */
    opacity: 0;
    transform: translateY(18px);
    animation: revealSoft 1s ease forwards;
    animation-delay: .1s;
}

    .section-contacto-premium .section-heading::after {
        content: "";
        width: 70px;
        height: 2px;
        background: linear-gradient(90deg,#c6a76b,#e8c790);
        display: block;
        margin: 15px auto 0;
        opacity: 0.9;
    }

@keyframes revealSoft {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* =============================
   COLUMNA IZQUIERDA – BOUTIQUE
============================= */

.contacto-info {
    color: #d8d8d8;
    position: relative;
    z-index: 2;
    opacity: 0;
    transform: translateY(18px);
    animation: revealSoft 1s ease forwards;
    animation-delay: .25s;
}

    .contacto-info h3 {
        font-family: 'Playfair Display', serif;
        color: #d4af7f;
        margin-bottom: 1.2rem;
        letter-spacing: 1px;
    }

    .contacto-info p {
        line-height: 1.9;
    }

.contact-details p {
    margin-bottom: 0.5rem;
    color: rgba(255,255,255,0.78);
}

/* WhatsApp elegante (salón privado) */
.btn-whatsapp-premium {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(37,211,102,0.7);
    color: #25D366;
    padding: 12px 24px;
    letter-spacing: 1px;
    transition: all .35s ease;
    position: relative;
    overflow: hidden;
}

    .btn-whatsapp-premium::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 30% 30%, rgba(37,211,102,0.18), transparent 60%);
        opacity: 0;
        transition: opacity .35s ease;
    }

    .btn-whatsapp-premium:hover {
        background: rgba(37,211,102,0.12);
        box-shadow: 0 0 24px rgba(37,211,102,0.25);
        transform: translateY(-2px);
    }

        .btn-whatsapp-premium:hover::before {
            opacity: 1;
        }

/* =============================
   FORM – GLASS LUXE
============================= */

.form-premium-dark {
    position: relative;
    z-index: 2;
    background: rgba(255,255,255,0.035);
    padding: 3.2rem;
    border: 1px solid rgba(255,255,255,0.07);
    backdrop-filter: blur(14px);
    box-shadow: 0 40px 90px rgba(0,0,0,0.6);
    opacity: 0;
    transform: translateY(22px);
    animation: revealSoft 1s ease forwards;
    animation-delay: .4s;
}

    /* Borde dorado sutil tipo vitrina */
    .form-premium-dark::after {
        content: "";
        position: absolute;
        top: -14px;
        left: -14px;
        width: 100%;
        height: 100%;
        border: 1px solid rgba(214,179,122,0.22);
        pointer-events: none;
        z-index: -1;
    }

    .form-premium-dark .form-control {
        background: rgba(15,15,15,0.88);
        border: 1px solid rgba(255,255,255,0.08);
        color: #fff;
        padding: 12px 15px;
        border-radius: 0;
    }

        .form-premium-dark .form-control::placeholder {
            color: rgba(255,255,255,0.55);
        }

        .form-premium-dark .form-control:focus {
            border-color: rgba(214,179,122,0.75);
            box-shadow: 0 0 0 0.16rem rgba(214,179,122,0.16);
            background: rgba(15,15,15,0.92);
            color: #fff;
        }

/* Botón enviar */
.btn-enviar-premium {
    background: linear-gradient(90deg,#c6a76b,#e8c790);
    border: none;
    color: #111;
    font-weight: 700;
    padding: 14px;
    letter-spacing: 1px;
    transition: all .35s ease;
}

    .btn-enviar-premium:hover {
        transform: translateY(-3px);
        box-shadow: 0 18px 36px rgba(198,167,107,0.35);
    }

/* =============================
   RESPONSIVE PERFECTO
============================= */

@media (max-width: 992px) {
    .section-contacto-premium {
        padding: 6rem 0;
        text-align: center;
    }

    .form-premium-dark {
        padding: 2.2rem;
    }

    .section-contacto-premium .container::before,
    .section-contacto-premium .container::after {
        inset: -20px; /* menos partículas en móvil */
        opacity: 0.22;
    }
}

/* ============================================================
   CONTACTO – LINK WHATSAPP PREMIUM
============================================================ */

.contact-link {
    color: #25D366; /* Verde WhatsApp elegante */
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.5px;
    position: relative;
    transition: all 0.3s ease;
}

    /* Línea animada inferior sutil */
    .contact-link::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -3px;
        width: 0%;
        height: 2px;
        background: linear-gradient(90deg, #25D366, #1ebe5d);
        transition: width 0.3s ease;
    }

    /* Hover elegante */
    .contact-link:hover {
        color: #ffffff;
    }

        .contact-link:hover::after {
            width: 100%;
        }

/* Versión más refinada en fondo oscuro */
.section-contacto-premium .contact-link {
    color: #25D366;
}

    .section-contacto-premium .contact-link:hover {
        text-shadow: 0 0 8px rgba(37, 211, 102, 0.6);
    }

/* =====================================
   LOGO FLAMENCO
===================================== */

.flamenco-logo-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
}

.flamenco-logo {
    max-width: 220px; /* Tamaño estándar elegante */
    width: 100%;
    height: auto;
    object-fit: contain;
    transition: all 0.4s ease;
}

    /* Efecto hover sutil */
    .flamenco-logo:hover {
        transform: scale(1.05);
    }

.flamenco-logo {
    filter: drop-shadow(0 0 10px rgba(255,79,163,0.4));
}

/* ======================================
   HERO CINEMÁTICO MEJORADO
====================================== */

.hero-cinematic {
    position: relative;
    padding: 9rem 0 7rem 0;
    overflow: hidden;
    background: #000;
}

/* =============================
   FONDO BASE
============================= */

.hero-bg-parallax {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,#000000,#120000,#1a0000);
    z-index: 0;
}

/* =============================
   PARTÍCULAS MÁS VISIBLES
============================= */

.hero-particles {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background-image: radial-gradient(circle, rgba(255,0,0,0.35) 2px, transparent 3px), radial-gradient(circle, rgba(255,0,0,0.25) 1.5px, transparent 3px);
    background-size: 100px 100px, 160px 160px;
    animation: particlesMove 18s linear infinite;
    opacity: 0.6;
}

@keyframes particlesMove {
    from {
        background-position: 0 0, 0 0;
    }

    to {
        background-position: 300px 500px, 400px 700px;
    }
}

/* =============================
   OVERLAY CINEMÁTICO
============================= */

.hero-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 85% 20%, rgba(255,0,0,0.35), transparent 55%), linear-gradient(to right, rgba(0,0,0,0.92), rgba(0,0,0,0.6));
    z-index: 2;
}

/* =============================
   CONTENIDO
============================= */

.hero-container {
    position: relative;
    z-index: 3;
}

.hero-content {
    color: #fff;
    animation: fadeUpHero 1.2s ease forwards;
    opacity: 0;
    transform: translateY(30px);
}

@keyframes fadeUpHero {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-badge {
    display: inline-block;
    font-size: 0.75rem;
    letter-spacing: 2px;
    padding: 6px 14px;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 30px;
    margin-bottom: 1.5rem;
    color: #ccc;
}

/* Título */

.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 3.8rem;
    line-height: 1.05;
    margin-bottom: 1.5rem;
}

    .hero-title span {
        display: block;
        color: #ff2a2a;
        animation: glowRed 2.5s ease-in-out infinite;
    }

@keyframes glowRed {
    0% {
        text-shadow: 0 0 10px rgba(255,0,0,0.6);
    }

    50% {
        text-shadow: 0 0 30px rgba(255,0,0,1);
    }

    100% {
        text-shadow: 0 0 10px rgba(255,0,0,0.6);
    }
}

.hero-description {
    color: #ccc;
    max-width: 520px;
    line-height: 1.8;
    margin-bottom: 2rem;
}

/* =============================
   BOTONES
============================= */

.hero-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-hero-primary {
    background: #ff2a2a;
    padding: 12px 30px;
    font-weight: 600;
    color: #fff;
    transition: all .3s ease;
}

    .btn-hero-primary:hover {
        transform: translateY(-3px);
        box-shadow: 0 15px 35px rgba(255,0,0,0.6);
    }

.btn-hero-outline {
    border: 1px solid rgba(255,255,255,0.4);
    padding: 12px 30px;
    color: #fff;
    transition: all .3s ease;
}

    .btn-hero-outline:hover {
        background: #fff;
        color: #000;
    }

/* =============================
   IMAGEN CONTROLADA
============================= */

.hero-image-wrapper {
    position: relative;
    max-width: 420px; /* TAMAÑO CONTROLADO */
    width: 100%;
    margin-left: auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 40px 90px rgba(0,0,0,0.8);
    animation: fadeRightHero 1.4s ease forwards;
    opacity: 0;
    transform: translateX(40px);
}

/* Movimiento suave flotante */

.hero-image-wrapper {
    animation: fadeRightHero 1.4s ease forwards, floatImage 6s ease-in-out infinite;
}

@keyframes fadeRightHero {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes floatImage {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}

.hero-image img {
    width: 100%;
    height: 520px; /* ALTURA CONTROLADA */
    object-fit: cover;
}

/* =============================
   RESPONSIVE
============================= */

@media (max-width: 992px) {

    .hero-cinematic {
        padding: 6rem 0;
        text-align: center;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-description {
        margin: 0 auto 2rem auto;
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-image-wrapper {
        margin: 2rem auto 0 auto;
        max-width: 320px;
    }

    .hero-image img {
        height: 420px;
    }
}

/* =====================================
   FOOTER PREMIUM
===================================== */

.footer-premium {
    background: linear-gradient(135deg,#0a0a0a,#111111);
    padding: 5rem 0 2rem 0;
    color: #bbb;
    position: relative;
}

    /* Textura lino sutil */
    .footer-premium::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: url("https://www.transparenttextures.com/patterns/linen.png");
        opacity: 0.05;
        pointer-events: none;
    }

/* Grid spacing */
.footer-grid {
    margin-bottom: 3rem;
}

/* Títulos */
.footer-title {
    font-family: 'Playfair Display', serif;
    color: #ffffff;
    margin-bottom: 1rem;
}

.footer-subtitle {
    color: #d4af7f;
    margin-bottom: 1rem;
    letter-spacing: 1px;
}

/* Texto */
.footer-description {
    line-height: 1.7;
    font-size: 0.9rem;
}

.footer-location {
    font-size: 0.85rem;
    opacity: 0.8;
}

/* Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-links li {
        margin-bottom: 0.5rem;
    }

    .footer-links a {
        color: #bbb;
        text-decoration: none;
        font-size: 0.9rem;
        transition: color .3s ease;
    }

        .footer-links a:hover {
            color: #d4af7f;
        }

/* Social */
.footer-social {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

    .footer-social a {
        color: #bbb;
        text-decoration: none;
        transition: color .3s ease;
    }

        .footer-social a:hover {
            color: #ff2a2a;
        }

/* Línea inferior */
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 1.5rem;
    text-align: center;
    font-size: 0.85rem;
    opacity: 0.7;
}

/* Responsive */
@media (max-width: 992px) {
    .footer-grid {
        text-align: center;
    }

    .footer-social {
        align-items: center;
    }
}

/* ===========================
   FAQ PREMIUM - SECCIÓN SEO
=========================== */
.section-faq-premium {
    position: relative;
    padding: 100px 0;
    background: radial-gradient(circle at top left, rgba(212, 175, 55, 0.08), transparent 35%), radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.04), transparent 30%), linear-gradient(180deg, #0b0b0b 0%, #111111 100%);
    overflow: hidden;
}

.faq-premium-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.faq-premium-item {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(212, 175, 55, 0.15);
    border-radius: 18px;
    padding: 24px 26px;
    margin-bottom: 18px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: all 0.35s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

    .faq-premium-item:hover {
        transform: translateY(-4px);
        border-color: rgba(212, 175, 55, 0.35);
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
    }

    .faq-premium-item h3 {
        font-size: 1.1rem;
        line-height: 1.5;
        color: #d4af37;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .faq-premium-item p {
        margin: 0;
        color: rgba(255, 255, 255, 0.86);
        line-height: 1.8;
        font-size: 0.98rem;
    }

/* ===========================
   FAQ PREMIUM RESPONSIVE
=========================== */
@media (max-width: 991.98px) {
    .section-faq-premium {
        padding: 80px 0;
    }

    .faq-premium-item {
        padding: 22px 20px;
        border-radius: 16px;
    }
}

@media (max-width: 767.98px) {
    .section-faq-premium {
        padding: 70px 0;
    }

    .faq-premium-item {
        padding: 18px 16px;
        margin-bottom: 14px;
    }

        .faq-premium-item h3 {
            font-size: 1rem;
        }

        .faq-premium-item p {
            font-size: 0.95rem;
            line-height: 1.7;
        }
}
/* =========================================================
   FOOTER - LINKS LEGALES | SASTRERÍA E. MIRANDA
========================================================= */
.footer-legal-links {
    margin-top: 1.4rem;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

    .footer-legal-links a {
        color: rgba(255, 255, 255, 0.82);
        text-decoration: none;
        font-size: 0.95rem;
        transition: all 0.3s ease;
        position: relative;
    }

        .footer-legal-links a:hover {
            color: #d4af37;
            transform: translateX(4px);
        }

        .footer-legal-links a::after {
            content: "";
            display: block;
            width: 0;
            height: 1px;
            background: #d4af37;
            transition: width 0.3s ease;
            margin-top: 4px;
        }

        .footer-legal-links a:hover::after {
            width: 100%;
        }

/* =========================================================
   PÁGINAS LEGALES - CONTENEDOR GENERAL | SEO + RESPONSIVE
========================================================= */
.legal-page-section {
    position: relative;
    padding: 140px 0 90px;
    background: radial-gradient(circle at top left, rgba(212, 175, 55, 0.08), transparent 30%), radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.03), transparent 25%), linear-gradient(180deg, #0b0b0b 0%, #111111 50%, #0d0d0d 100%);
    min-height: 100vh;
    overflow: hidden;
}

.legal-page-wrapper {
    max-width: 980px;
    margin: 0 auto;
}

/* =========================================================
   PÁGINAS LEGALES - CABECERA
========================================================= */
.legal-page-header {
    text-align: center;
    margin-bottom: 2.2rem;
}

.legal-page-badge {
    display: inline-block;
    padding: 0.55rem 1rem;
    border: 1px solid rgba(212, 175, 55, 0.35);
    border-radius: 999px;
    color: #d4af37;
    font-size: 0.82rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    background: rgba(212, 175, 55, 0.06);
    margin-bottom: 1.2rem;
}

.legal-page-title {
    font-family: "Playfair Display", serif;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.15;
    color: #fff;
    margin-bottom: 1rem;
}

.legal-page-intro {
    max-width: 760px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.03rem;
    line-height: 1.9;
}

/* =========================================================
   PÁGINAS LEGALES - TARJETA DE CONTENIDO
========================================================= */
.legal-content-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(212, 175, 55, 0.12);
    border-radius: 24px;
    padding: 2.2rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

/* =========================================================
   PÁGINAS LEGALES - BLOQUES DE TEXTO
========================================================= */
.legal-block + .legal-block {
    margin-top: 1.8rem;
    padding-top: 1.8rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.legal-block h2 {
    font-family: "Playfair Display", serif;
    font-size: 1.35rem;
    color: #d4af37;
    margin-bottom: 0.9rem;
    line-height: 1.4;
}

.legal-block p {
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 1rem;
    line-height: 1.95;
}

.legal-block a {
    color: #d4af37;
    text-decoration: none;
    transition: all 0.3s ease;
    word-break: break-word;
}

    .legal-block a:hover {
        color: #f1d57a;
        text-decoration: underline;
    }

/* =========================================================
   PÁGINAS LEGALES - RESPONSIVE TABLET
========================================================= */
@media (max-width: 991.98px) {
    .legal-page-section {
        padding: 130px 0 80px;
    }

    .legal-content-card {
        padding: 1.8rem;
        border-radius: 20px;
    }

    .legal-page-intro {
        font-size: 0.98rem;
        line-height: 1.85;
    }

    .legal-block h2 {
        font-size: 1.2rem;
    }

    .legal-block p {
        font-size: 0.98rem;
        line-height: 1.85;
    }
}

/* =========================================================
   PÁGINAS LEGALES - RESPONSIVE MÓVIL
========================================================= */
@media (max-width: 767.98px) {
    .legal-page-section {
        padding: 120px 0 70px;
    }

    .legal-page-header {
        margin-bottom: 1.6rem;
    }

    .legal-page-badge {
        font-size: 0.74rem;
        padding: 0.5rem 0.85rem;
    }

    .legal-page-title {
        font-size: clamp(1.7rem, 7vw, 2.3rem);
    }

    .legal-page-intro {
        font-size: 0.95rem;
        line-height: 1.8;
    }

    .legal-content-card {
        padding: 1.2rem 1rem;
        border-radius: 16px;
    }

    .legal-block + .legal-block {
        margin-top: 1.3rem;
        padding-top: 1.3rem;
    }

    .legal-block h2 {
        font-size: 1.05rem;
        margin-bottom: 0.7rem;
    }

    .legal-block p {
        font-size: 0.94rem;
        line-height: 1.75;
    }

    .footer-legal-links {
        margin-top: 1rem;
    }
}

/* =========================================================
   FOOTER - NOTA LEGAL
========================================================= */
.footer-legal-note {
    margin-top: 1rem;
    font-size: 0.88rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.62);
}

/* ============================================================
           FLAMENCO - VISTA PRINCIPAL PREMIUM
        ============================================================ */
.flamenco-page {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    padding: 90px 20px 80px;
    background: radial-gradient(circle at top left, rgba(255, 182, 203, 0.35) 0%, transparent 35%), radial-gradient(circle at top right, rgba(173, 216, 230, 0.28) 0%, transparent 32%), linear-gradient(180deg, #ffdce6 0%, #ffeaf2 45%, #edf8ff 100%);
}

    .flamenco-page::before,
    .flamenco-page::after {
        content: "";
        position: absolute;
        border-radius: 50%;
        filter: blur(90px);
        z-index: 0;
        pointer-events: none;
    }

    .flamenco-page::before {
        width: 260px;
        height: 260px;
        top: 60px;
        left: -70px;
        background: rgba(233, 102, 134, 0.18);
    }

    .flamenco-page::after {
        width: 320px;
        height: 320px;
        bottom: 40px;
        right: -80px;
        background: rgba(103, 158, 203, 0.18);
    }

.flamenco-container {
    position: relative;
    z-index: 2;
    max-width: 1320px;
    margin: 0 auto;
}

/* ============================================================
           FLAMENCO - HERO / PRESENTACION
        ============================================================ */
.flamenco-hero {
    position: relative;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 34px;
    align-items: center;
    background: rgba(255, 255, 255, 0.70);
    border: 1px solid rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 34px;
    padding: 38px;
    box-shadow: 0 20px 60px rgba(143, 92, 112, 0.10), 0 10px 30px rgba(103, 158, 203, 0.08);
    overflow: hidden;
    margin-bottom: 34px;
}

    .flamenco-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(255,255,255,0.22), rgba(255,255,255,0.05));
        pointer-events: none;
    }

.flamenco-copy,
.flamenco-visual {
    position: relative;
    z-index: 2;
}

.flamenco-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(255,255,255,0.75);
    border: 1px solid rgba(233, 102, 134, 0.18);
    color: #c55273;
    font-size: 0.90rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 8px 20px rgba(233, 102, 134, 0.08);
    margin-bottom: 18px;
}

.flamenco-title {
    margin: 0 0 12px;
    font-size: clamp(2.5rem, 4.8vw, 4.8rem);
    line-height: 0.95;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #e96686;
    text-shadow: 0 10px 30px rgba(233, 102, 134, 0.12);
}

.flamenco-sub {
    margin: 0 0 20px;
    font-size: clamp(1.05rem, 2vw, 1.45rem);
    font-weight: 600;
    color: #679ecb;
    letter-spacing: 0.03em;
}

.flamenco-text {
    margin: 0 0 26px;
    font-size: 1.04rem;
    line-height: 1.95;
    color: #444;
    max-width: 640px;
}

.flamenco-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.flamenco-highlight {
    padding: 11px 16px;
    border-radius: 999px;
    background: rgba(255,255,255,0.78);
    border: 1px solid rgba(103, 158, 203, 0.16);
    color: #4f6d86;
    font-size: 0.95rem;
    font-weight: 600;
    box-shadow: 0 8px 18px rgba(103, 158, 203, 0.08);
}

/* ============================================================
           FLAMENCO - LOGO CARD PREMIUM
        ============================================================ */
.flamenco-visual {
    display: flex;
    justify-content: center;
}

.flamenco-logo-card {
    position: relative;
    width: 100%;
    max-width: 470px;
    padding: 26px;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255,255,255,0.90), rgba(255,255,255,0.68));
    border: 1px solid rgba(255,255,255,0.75);
    box-shadow: 0 24px 60px rgba(233, 102, 134, 0.14), 0 18px 35px rgba(103, 158, 203, 0.10);
    overflow: hidden;
}

    .flamenco-logo-card::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at top left, rgba(233, 102, 134, 0.16), transparent 35%), radial-gradient(circle at bottom right, rgba(103, 158, 203, 0.14), transparent 38%);
        pointer-events: none;
    }

.flamenco-logo-wrap {
    position: relative;
    z-index: 2;
    border-radius: 24px;
    padding: 28px;
    background: rgba(255,255,255,0.65);
    border: 1px solid rgba(255,255,255,0.80);
    text-align: center;
}

.flamenco-logo {
    width: 100%;
    max-width: 300px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 14px 28px rgba(0,0,0,0.12));
    transition: transform 0.45s ease, filter 0.45s ease;
}

.flamenco-logo-card:hover .flamenco-logo {
    transform: scale(1.03);
    filter: drop-shadow(0 18px 36px rgba(0,0,0,0.14));
}

/* ============================================================
           FLAMENCO - GALERIA PREMIUM 6 IMAGENES
        ============================================================ */
.flamenco-gallery-section {
    background: rgba(255,255,255,0.62);
    border: 1px solid rgba(255,255,255,0.68);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 34px;
    padding: 36px;
    box-shadow: 0 20px 60px rgba(143, 92, 112, 0.09), 0 10px 24px rgba(103, 158, 203, 0.07);
}

.flamenco-gallery-header {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 30px;
}

.flamenco-gallery-title {
    margin: 0 0 12px;
    font-size: clamp(1.8rem, 3vw, 2.7rem);
    font-weight: 800;
    color: #e96686;
    letter-spacing: 0.04em;
}

.flamenco-gallery-subtext {
    margin: 0;
    font-size: 1rem;
    color: #5b6d7e;
    line-height: 1.8;
}

.flamenco-gallery-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 18px;
}

.flamenco-gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    min-height: 270px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(0,0,0,0.08), 0 8px 18px rgba(233, 102, 134, 0.06);
    isolation: isolate;
}

    .flamenco-gallery-item:nth-child(1) {
        grid-column: span 7;
        min-height: 420px;
    }

    .flamenco-gallery-item:nth-child(2) {
        grid-column: span 5;
        min-height: 420px;
    }

    .flamenco-gallery-item:nth-child(3),
    .flamenco-gallery-item:nth-child(4),
    .flamenco-gallery-item:nth-child(5),
    .flamenco-gallery-item:nth-child(6) {
        grid-column: span 3;
        min-height: 270px;
    }

    .flamenco-gallery-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.65s ease, filter 0.65s ease;
    }

    .flamenco-gallery-item::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient( 180deg, rgba(255,255,255,0.02) 0%, rgba(0,0,0,0.04) 45%, rgba(0,0,0,0.18) 100% );
        z-index: 1;
        transition: opacity 0.35s ease;
    }

    .flamenco-gallery-item::after {
        content: "";
        position: absolute;
        inset: 14px;
        border-radius: 18px;
        border: 1px solid rgba(255,255,255,0.45);
        z-index: 2;
        pointer-events: none;
        opacity: 0.8;
    }

    .flamenco-gallery-item:hover img {
        transform: scale(1.08);
        filter: saturate(1.08) contrast(1.04);
    }

    .flamenco-gallery-item:hover::before {
        opacity: 0.9;
    }

.flamenco-gallery-caption {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    z-index: 3;
    color: #fff;
}

    .flamenco-gallery-caption span {
        display: inline-block;
        padding: 7px 14px;
        border-radius: 999px;
        background: rgba(255,255,255,0.18);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        font-size: 0.88rem;
        font-weight: 600;
        letter-spacing: 0.03em;
    }

/* ============================================================
           FLAMENCO - CIERRE DE MARCA
        ============================================================ */
.flamenco-bottom-note {
    text-align: center;
    max-width: 880px;
    margin: 34px auto 0;
    padding: 26px 22px;
    border-radius: 24px;
    background: rgba(255,255,255,0.55);
    border: 1px solid rgba(255,255,255,0.70);
    color: #52606d;
    line-height: 1.9;
    font-size: 1rem;
    box-shadow: 0 10px 24px rgba(103, 158, 203, 0.06);
}

/* ============================================================
           FLAMENCO - RESPONSIVE
        ============================================================ */
@@media (max-width: 1100px) {
    .flamenco-hero {
        grid-template-columns: 1fr;
        padding: 30px;
    }

    .flamenco-copy {
        text-align: center;
    }

    .flamenco-text {
        margin-left: auto;
        margin-right: auto;
    }

    .flamenco-highlights {
        justify-content: center;
    }

    .flamenco-gallery-item:nth-child(1),
    .flamenco-gallery-item:nth-child(2) {
        grid-column: span 6;
        min-height: 340px;
    }

    .flamenco-gallery-item:nth-child(3),
    .flamenco-gallery-item:nth-child(4),
    .flamenco-gallery-item:nth-child(5),
    .flamenco-gallery-item:nth-child(6) {
        grid-column: span 6;
        min-height: 260px;
    }
}

@@media (max-width: 768px) {
    .flamenco-page {
        padding: 75px 14px 60px;
    }

    .flamenco-hero,
    .flamenco-gallery-section {
        border-radius: 24px;
        padding: 22px;
    }

    .flamenco-logo-card {
        border-radius: 24px;
        padding: 18px;
    }

    .flamenco-logo-wrap {
        padding: 20px;
        border-radius: 20px;
    }

    .flamenco-gallery-grid {
        grid-template-columns: 1fr;
    }

    .flamenco-gallery-item,
    .flamenco-gallery-item:nth-child(1),
    .flamenco-gallery-item:nth-child(2),
    .flamenco-gallery-item:nth-child(3),
    .flamenco-gallery-item:nth-child(4),
    .flamenco-gallery-item:nth-child(5),
    .flamenco-gallery-item:nth-child(6) {
        grid-column: auto;
        min-height: 260px;
    }

    .flamenco-title {
        letter-spacing: 0.05em;
    }

    .flamenco-sub {
        line-height: 1.5;
    }

    .flamenco-bottom-note {
        margin-top: 24px;
        padding: 20px 16px;
        font-size: 0.96rem;
    }
}

@@media (max-width: 480px) {
    .flamenco-badge,
    .flamenco-highlight {
        font-size: 0.82rem;
    }

    .flamenco-text,
    .flamenco-gallery-subtext {
        font-size: 0.95rem;
    }

    .flamenco-gallery-caption span {
        font-size: 0.80rem;
    }
}

/* ============================================================
   FAQ - ENLACE WHATSAPP PREMIUM TIPO PIL
============================================================ */
.faq-whatsapp-link {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(212, 175, 55, 0.10);
    border: 1px solid rgba(212, 175, 55, 0.28);
    color: #d4af37;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s ease;
}

    .faq-whatsapp-link:hover {
        background: rgba(212, 175, 55, 0.16);
        border-color: rgba(212, 175, 55, 0.50);
        color: #f3cd63;
        transform: translateY(-1px);
        box-shadow: 0 8px 20px rgba(212, 175, 55, 0.10);
    }

    .faq-whatsapp-link:focus-visible {
        outline: 2px solid rgba(212, 175, 55, 0.45);
        outline-offset: 3px;
    }