.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =========================================
   0. IMPORTACIÓN DE FUENTES Y RESET
   ========================================= */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght=300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;1,400&display=swap');

* { 
    box-sizing: border-box; 
    -webkit-tap-highlight-color: transparent; 
}

html {
  scroll-behavior: smooth;
}

* {
  scroll-behavior: smooth;
}

/* =========================================
   0.1 BANNER COOKIES
   ====================================== */

.cookie-banner {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 340px;
    background: #f9f9f9; 
    border: 1px solid #e0e0e0;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
    padding: 25px;
    border-radius: 0; 
    z-index: 999999;
    display: none; 
    font-family: 'Inter', sans-serif; 
}

.cookie-banner.show {
    display: block;
    animation: cookieSlideUp 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.cookie-text {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 22px;
    color: #333333; 
}

.cookie-text a {
    color: #d63e3e;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s ease;
}

.cookie-text a:hover {
    border-bottom-color: #d63e3e;
}

.cookie-buttons {
    display: flex;
    gap: 15px;
}

.cookie-btn {
    flex: 1;
    padding: 12px;
    border: none;
    border-radius: 0;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-deny {
    background: transparent;
    color: #d63e3e;
    border: 2px solid #d63e3e;
}

.btn-deny:hover {
    background: #d63e3e;
    color: #ffffff;
}

.btn-accept {
    background: #d63e3e;
    color: #ffffff;
    border: 2px solid #d63e3e;
    box-shadow: 0 4px 15px rgba(214, 62, 62, 0.3);
}

.btn-accept:hover {
    background: #b52b2b; 
    border-color: #b52b2b;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(214, 62, 62, 0.4);
}

@keyframes cookieSlideUp {
    from { transform: translateY(60px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

@media (max-width: 480px) {
    .cookie-banner {
        left: 20px;
        right: 20px;
        bottom: 20px;
        width: auto;
        padding: 20px;
    }
    .cookie-buttons {
        flex-direction: column; 
        gap: 10px;
    }
}

/* =========================================
   1. HEADER Y NAVEGACIÓN (ESCRITORIO)
   ========================================= */

.menu-toggle { 
    display: none; 
}

.mobile-socials { 
    display: none; 
}

header#mainHeader.site-header { 
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 90px; 
    display: flex; 
    align-items: center; 
    justify-content: space-between; 
    padding: 0 40px; 
    z-index: 9999; 
    transition: all 0.4s ease; 
    background-color: transparent; 
}

@media (min-width: 901px) {
    header#mainHeader.site-header .header-nav {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
}

header#mainHeader.site-header .header-logo,
header#mainHeader.site-header .header-nav a.nav-link,
header#mainHeader.site-header .desktop-socials a {
    color: #ffffff !important;
}

header#mainHeader.site-header .desktop-socials a { 
    border-color: #ffffff !important; 
}

header#mainHeader.site-header .header-logo { 
    font-family: 'Playfair Display', serif; 
    font-size: 1.4rem; 
    font-weight: 500; 
    letter-spacing: 1px; 
    text-transform: uppercase; 
    text-decoration: none; 
    display: inline-block; 
    transition: all 0.3s ease; 
}

header#mainHeader.site-header .header-nav ul { 
    display: flex; 
    gap: 30px; 
    list-style: none; 
    margin: 0; 
    padding: 0; 
}

header#mainHeader.site-header .header-nav a.nav-link { 
    font-family: 'Montserrat', sans-serif; 
    font-size: 0.75rem; 
    font-weight: 500; 
    text-transform: uppercase; 
    letter-spacing: 2px; 
    text-decoration: none; 
    position: relative; 
    padding-bottom: 5px; 
    transition: color 0.3s, opacity 0.3s; 
}

header#mainHeader.site-header .header-nav a.nav-link::after { 
    content: ''; 
    position: absolute; 
    bottom: 0; 
    left: 0; 
    width: 0; 
    height: 1px; 
    background-color: #ffffff; 
    transition: width 0.3s ease, background-color 0.3s ease; 
}

header#mainHeader.site-header .desktop-socials { 
    display: flex; 
    align-items: center; 
    gap: 12px; 
}

header#mainHeader.site-header .desktop-socials a { 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    width: 36px; 
    height: 36px; 
    border: 1px solid #ffffff; 
    border-radius: 50%; 
    transition: all 0.3s ease; 
    text-decoration: none;
}

header#mainHeader.site-header .desktop-socials svg { 
    width: 16px; 
    height: 16px; 
    fill: currentColor; 
}

header#mainHeader.site-header:not(.scrolled) .header-nav a.nav-link.active,
header#mainHeader.site-header:not(.scrolled) .header-nav a.nav-link:hover { 
    color: #ffffff !important; 
}

header#mainHeader.site-header:not(.scrolled) .header-nav a.nav-link.active::after,
header#mainHeader.site-header:not(.scrolled) .header-nav a.nav-link:hover::after { 
    width: 100%; 
    background-color: #ffffff !important; 
}

header#mainHeader.site-header:not(.scrolled) .desktop-socials a:hover { 
    border-color: #d63e3e !important; 
    color: #d63e3e !important; 
    transform: scale(0.93); 
}

header#mainHeader.site-header:not(.scrolled) .header-logo:hover { 
    color: #d63e3e !important; 
}

header#mainHeader.site-header.scrolled { 
    background-color: #ffffff !important; 
    height: 70px; 
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); 
}

header#mainHeader.site-header.scrolled .header-logo,
header#mainHeader.site-header.scrolled .header-nav a.nav-link,
header#mainHeader.site-header.scrolled .desktop-socials a { 
    color: #1a1a1a !important; 
}

header#mainHeader.site-header.scrolled .desktop-socials a { 
    border-color: #1a1a1a !important; 
}

header#mainHeader.site-header.scrolled .header-nav a.nav-link.active,
header#mainHeader.site-header.scrolled .header-nav a.nav-link:hover,
header#mainHeader.site-header.scrolled .desktop-socials a:hover,
header#mainHeader.site-header.scrolled .header-logo:hover {
    color: #d63e3e !important;
}

header#mainHeader.site-header.scrolled .header-nav a.nav-link.active::after,
header#mainHeader.site-header.scrolled .header-nav a.nav-link:hover::after { 
    width: 100%; 
    background-color: #d63e3e !important; 
}

header#mainHeader.site-header.scrolled .desktop-socials a:hover { 
    border-color: #d63e3e !important; 
    transform: scale(0.93); 
}

/* =========================================
   2. HERO SECTION
   ========================================= */

.hero-wrapper { 
    position: relative; 
    height: 100vh; 
    width: 100%; 
    overflow: hidden; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    background-color: #000; 
    color: white; 
}

.hero-bg { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 120%; 
    background-image: url('https://theweddingcorner.es/wp-content/uploads/2026/02/Fotografo-de-bodas-en-Valencia-The-Wedding-Corner.png'); 
    background-size: cover; 
    background-position: center; 
    z-index: 1; 
    will-change: transform; 
}

.hero-overlay { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    background: rgba(0, 0, 0, 0.35); 
    z-index: 2; 
}

.hero-content { 
    position: relative; 
    z-index: 10; 
    text-align: center; 
    padding: 0 20px; 
    max-width: 1000px; 
    opacity: 0; 
    transform: translateY(30px); 
    animation: fadeInUp 1.5s ease-out forwards 0.5s; 
}

.hero-location { 
    font-family: 'Montserrat', sans-serif; 
    font-size: 0.9rem; 
    letter-spacing: 4px; 
    text-transform: uppercase; 
    margin-bottom: 20px; 
    display: inline-block; 
    position: relative; 
}

.hero-location::before, 
.hero-location::after { 
    content: ""; 
    display: inline-block; 
    width: 30px; 
    height: 1px; 
    background: rgba(255, 255, 255, 0.7); 
    vertical-align: middle; 
    margin: 0 15px; 
}

.hero-title { 
    font-family: 'Playfair Display', serif; 
    font-size: 5rem; 
    line-height: 1.1; 
    font-weight: 400; 
    margin: 0 0 45px 0; /* Corrección: Eliminado marcador de cita roto */
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.4); 
}

.hero-title span.italic { 
    font-style: italic; 
    display: block; 
}

.hero-title span.normal { 
    display: block; 
}

.hero-subtitle { 
    font-family: 'Montserrat', sans-serif; 
    font-size: 1.1rem; 
    font-weight: 300; 
    line-height: 1.6; 
    color: rgba(255, 255, 255, 0.9); 
    max-width: 700px; 
    margin: 0 auto 45px auto; 
}

.hero-buttons { 
    display: flex; 
    justify-content: center; 
    gap: 20px; 
    flex-wrap: wrap; 
}

.btn { 
    display: inline-block; 
    padding: 16px 36px; 
    font-family: 'Montserrat', sans-serif; 
    font-size: 0.85rem; 
    font-weight: 600; 
    text-transform: uppercase; 
    letter-spacing: 2px; 
    text-decoration: none; 
    border-radius: 6px; 
    transition: all 0.3s ease; 
    position: relative; 
    cursor: pointer; 
}

.btn-white { 
    background-color: #ffffff; 
    color: #1a1a1a; 
    border: 1px solid #ffffff; 
}

.btn-white:hover { 
    background-color: transparent; 
    color: #ffffff; 
    border-color: #ffffff; 
}

.btn-glass { 
    color: #ffffff; 
    background: rgba(255, 255, 255, 0.05); 
    border: 1px solid rgba(255, 255, 255, 0.25); 
    backdrop-filter: blur(15px); 
    -webkit-backdrop-filter: blur(15px); 
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); 
}

.btn-glass:hover { 
    background: rgba(255, 255, 255, 0.15); 
    border-color: #ffffff; 
    color: #ffffff; 
    transform: translateY(-3px); 
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2); 
}

.scroll-arrow { 
    position: absolute; 
    bottom: 30px; 
    left: 50%; 
    transform: translateX(-50%); 
    animation: bounce 2s infinite; 
    opacity: 0.8; 
    z-index: 5; 
    pointer-events: none; 
}

@keyframes fadeInUp { 
    to { 
        opacity: 1; 
        transform: translateY(0); 
    } 
}

@keyframes bounce { 
    0%, 20%, 50%, 80%, 100% { transform: translateY(0) translateX(-50%); } 
    40% { transform: translateY(-10px) translateX(-50%); } 
    60% { transform: translateY(-5px) translateX(-50%); } 
}

/* =========================================
   3. SECCIÓN TEXTO BODA
   ========================================= */

.wedding-text-section { 
    background-color: #ffffff; 
    padding: 120px 20px; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    text-align: center; 
    width: 100%; 
}

.wedding-text-container { 
    max-width: 800px; 
    margin: 0 auto; 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
}

.wedding-subtitle { 
    font-family: 'Montserrat', sans-serif; 
    font-size: 0.75rem; 
    font-weight: 700; 
    text-transform: uppercase; 
    letter-spacing: 3px; 
    color: #d63e3e; 
    margin-bottom: 20px; 
    display: block; 
}

.wedding-title { 
    font-family: 'Playfair Display', serif; 
    font-size: 3rem; 
    font-weight: 400; 
    color: #1a1a1a; 
    margin: 0 0 25px 0; 
    letter-spacing: 1px; 
    line-height: 1.2; 
}

.wedding-divider { 
    width: 40px; 
    height: 2px; 
    background-color: #d63e3e; 
    margin-bottom: 35px; 
}

.wedding-body { 
    font-family: 'Montserrat', sans-serif; 
    font-size: 1rem; 
    line-height: 2; 
    color: #555555; 
    font-weight: 400; 
    margin: 0 auto; 
}

/* =========================================
   4. CTA PORTAFOLIO
   ========================================= */

.portfolio-cta-section { 
    width: 100%; 
    padding: 100px 20px; 
    background-color: #f9f9f9; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    text-align: center; 
}

.cta-content-wrapper { 
    max-width: 800px; 
    margin: 0 auto; 
}

.cta-subtitle { 
    font-family: 'Montserrat', sans-serif; 
    font-size: 0.85rem; 
    font-weight: 700; 
    text-transform: uppercase; 
    letter-spacing: 3px; 
    margin-bottom: 25px; 
    display: block; 
    color: #d63e3e; 
}

.cta-title { 
    font-family: 'Playfair Display', serif; 
    font-size: 3rem; 
    font-weight: 400; 
    margin: 0 0 30px 0; 
    line-height: 1.2; 
    color: #1a1a1a; 
}

.cta-text { 
    font-family: 'Montserrat', sans-serif; 
    font-size: 1rem; 
    line-height: 1.8; 
    font-weight: 400; 
    margin: 0 auto 45px auto; 
    max-width: 700px; 
    color: #555555; 
}

.cta-btn { 
    display: inline-block; 
    padding: 16px 45px; 
    background-color: #d63e3e; 
    color: #ffffff; 
    text-decoration: none; 
    text-transform: uppercase; 
    font-family: 'Montserrat', sans-serif; 
    font-size: 0.8rem; 
    letter-spacing: 2px; 
    font-weight: 600; 
    transition: all 0.3s ease; 
    border: 1px solid #d63e3e; 
}

.cta-btn:hover { 
    background-color: transparent; 
    color: #d63e3e; 
    transform: translateY(-2px); 
}

/* =========================================
   5. VALENCIA PARALLAX
   ========================================= */

.valencia-intro-section { 
    position: relative; 
    width: 100%; 
    height: 100vh; 
    overflow: hidden; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    background-color: #000; 
}

.valencia-bg-image { 
    position: absolute; 
    top: -15%; 
    left: 0; 
    width: 100%; 
    height: 130%; 
    background-image: url('https://theweddingcorner.es/wp-content/uploads/2026/02/Gemini_Generated_Image_70o8vq70o8vq70o8.png'); 
    background-size: cover; 
    background-position: center; 
    z-index: 1; 
    will-change: transform; 
}

.valencia-overlay { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    background: rgba(0, 0, 0, 0.35); 
    z-index: 2; 
}

.valencia-content { 
    position: relative; 
    z-index: 10; 
    text-align: center; 
    max-width: 950px; 
    padding: 0 20px; 
    color: white; 
}

.valencia-subtitle { 
    font-family: 'Montserrat', sans-serif; 
    font-size: 0.9rem; 
    letter-spacing: 4px; 
    text-transform: uppercase; 
    margin-bottom: 20px; 
    display: block; 
    color: rgba(255, 255, 255, 0.9); 
    font-weight: 600; 
}

.valencia-title { 
    font-family: 'Playfair Display', serif; 
    font-size: clamp(2.5rem, 5vw, 4rem); 
    line-height: 1.1; 
    font-weight: 400; 
    margin-bottom: 30px; 
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.5); 
}

.valencia-text { 
    font-family: 'Montserrat', sans-serif; 
    font-size: 1.1rem; 
    line-height: 1.8; 
    font-weight: 300; 
    margin: 0 auto 40px auto; 
    max-width: 800px; 
    color: rgba(255, 255, 255, 0.95); 
}

.valencia-btn { 
    display: inline-block; 
    padding: 16px 45px; 
    border: 1px solid #ffffff; 
    color: #ffffff; 
    text-decoration: none; 
    font-family: 'Montserrat', sans-serif; 
    font-size: 0.8rem; 
    font-weight: 600; 
    letter-spacing: 2px; 
    text-transform: uppercase; 
    transition: all 0.3s ease; 
    background-color: transparent; 
    border-radius: 2px; 
}

.valencia-btn:hover { 
    background-color: #ffffff; 
    color: #1a1a1a; 
    transform: translateY(-3px); 
}

/* =========================================
   6. TESTIMONIOS
   ========================================= */

.testimonials-section { 
    min-height: 100vh; 
    width: 100%; 
    padding: 120px 20px; 
    background-color: #f9f9f9; 
    font-family: 'Montserrat', sans-serif; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
}

.testimonials-container { 
    max-width: 1000px; 
    width: 100%; 
    text-align: center; 
    position: relative; 
}

.testimonials-header { 
    margin-bottom: 60px; 
    opacity: 1; 
}

.testimonials-subtitle { 
    font-size: 0.85rem; 
    font-weight: 700; 
    text-transform: uppercase; 
    letter-spacing: 3px; 
    color: #d63e3e; 
    display: block; 
    margin-bottom: 15px; 
}

.testimonials-title { 
    font-family: 'Playfair Display', serif; 
    font-size: 2.8rem; 
    color: #1a1a1a; 
    margin: 0; 
    line-height: 1.2; 
}

.testimonial-slider { 
    position: relative; 
    width: 100%; 
    max-width: 800px; 
    margin: 0 auto; 
    min-height: 300px; 
}

.testimonial-card { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    opacity: 0; 
    transform: translateY(20px) scale(0.95); 
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1); 
    pointer-events: none; 
    padding: 0 10px; 
}

.testimonial-card.active { 
    position: relative; 
    opacity: 1; 
    transform: translateY(0) scale(1); 
    pointer-events: auto; 
    z-index: 2; 
}

.quote-icon { 
    font-family: 'Playfair Display', serif; 
    font-size: 4rem; 
    color: #d63e3e; 
    opacity: 0.2; 
    line-height: 1; 
    margin-bottom: 20px; 
    display: block; 
}

.testimonial-text { 
    font-family: 'Playfair Display', serif; 
    font-size: 1.35rem; 
    line-height: 1.6; 
    color: #1a1a1a; 
    margin-bottom: 35px; 
    font-style: italic; 
}

.testimonial-author { 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    gap: 5px; 
}

.author-name { 
    font-family: 'Montserrat', sans-serif; 
    font-size: 0.9rem; 
    font-weight: 700; 
    text-transform: uppercase; 
    letter-spacing: 2px; 
    color: #1a1a1a; 
}

.author-location { 
    font-family: 'Montserrat', sans-serif; 
    font-size: 0.75rem; 
    color: #777; 
    font-weight: 400; 
    letter-spacing: 1px; 
}

.slider-controls { 
    display: flex; 
    justify-content: center; 
    gap: 20px; 
    margin-top: 50px; 
    position: relative; 
    z-index: 10; 
}

.slider-controls button.control-btn { 
    background-color: transparent !important; 
    border: 1px solid #e0e0e0 !important; 
    color: #1a1a1a !important; 
    width: 50px !important; 
    height: 50px !important; 
    border-radius: 50% !important; 
    display: flex !important; 
    align-items: center !important; 
    justify-content: center !important; 
    cursor: pointer; 
    transition: all 0.2s ease; 
    padding: 0 !important; 
    margin: 0 !important; 
    outline: none !important; 
}

.slider-controls button.control-btn:hover { 
    border-color: #d63e3e !important; 
    color: #d63e3e !important; 
    transform: scale(1.1); 
}

.slider-controls button.control-btn:active { 
    background-color: #d63e3e !important; 
    color: #ffffff !important; 
    transform: scale(0.95); 
    transition: none; 
}

.slider-controls button.control-btn:focus { 
    background-color: transparent !important; 
    border-color: #e0e0e0 !important; 
    color: #1a1a1a !important; 
}

.control-btn svg { 
    width: 18px; 
    height: 18px; 
    fill: currentColor; 
    pointer-events: none; 
}

/* =========================================
   7. STACKING CARDS (SERVICIOS ESCRITORIO)
   ========================================= */

.services-stack-wrapper { 
    position: relative; 
    height: 300vh; 
    background-color: #ffffff; 
    z-index: 1; 
    overflow: hidden; 
}

.services-sticky { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100vh; 
    overflow: hidden; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    padding-top: 80px; 
    padding-bottom: 20px; 
    z-index: 2; 
}

.service-card { 
    position: absolute; 
    width: 90%; 
    max-width: 1300px; 
    height: 75vh; 
    background-color: #ffffff; 
    border-radius: 4px; 
    overflow: hidden; 
    box-shadow: none; 
    left: 0; 
    right: 0; 
    margin: auto; 
    top: auto; 
    bottom: auto; 
    display: flex; 
    transition: transform 0.6s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.5s ease, box-shadow 0.4s ease; 
    will-change: transform, opacity; 
    backface-visibility: hidden; 
    transform-origin: center bottom; 
}

.service-card.active { 
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15); 
}

.card-intro { 
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
    text-align: center; 
    padding: 60px; 
}

.card-split { 
    flex-direction: row; 
}

.card-left { 
    flex: 1; 
    background-color: #ffffff; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    padding: 60px; 
    position: relative; 
    z-index: 2; 
}

.card-right { 
    flex: 1.3; 
    position: relative; 
    background-color: #1a1a1a; 
    padding: 0 !important; 
    overflow: hidden; 
}

.text-content { 
    width: 100%; 
    max-width: 480px; 
}

.intro-content { 
    max-width: 700px; 
}

.seo-label { 
    font-family: 'Montserrat', sans-serif; 
    font-size: 0.75rem; 
    font-weight: 700; 
    text-transform: uppercase; 
    letter-spacing: 3px; 
    color: #d63e3e; 
    margin-bottom: 20px; 
    display: block; 
}

.seo-title { 
    font-family: 'Playfair Display', serif; 
    font-size: clamp(2rem, 3.5vw, 3rem); 
    color: #1a1a1a; 
    margin-bottom: 25px; 
    line-height: 1.15; 
}

.seo-description { 
    font-family: 'Montserrat', sans-serif; 
    font-size: 1rem; 
    line-height: 1.8; 
    color: #555; 
    font-weight: 300; 
    margin-bottom: 35px; 
}

.btn-red-intro { 
    display: inline-block; 
    padding: 16px 40px; 
    background-color: #d63e3e; 
    color: #ffffff; 
    text-decoration: none; 
    font-family: 'Montserrat', sans-serif; 
    font-size: 0.8rem; 
    font-weight: 600; 
    text-transform: uppercase; 
    letter-spacing: 2px; 
    border-radius: 4px; 
    transition: all 0.3s ease; 
    border: 1px solid #d63e3e; 
}

.btn-red-intro:hover { 
    background-color: transparent; 
    color: #d63e3e; 
    transform: translateY(-2px); 
}

.img-full { 
    width: 100%; 
    height: 100%; 
    background-size: cover; 
    background-position: center; 
    position: absolute; 
    top: 0; 
    left: 0; 
    transform: scale(1); 
    transition: transform 1.5s cubic-bezier(0.16, 1, 0.3, 1); 
}

.service-card.active .img-full { 
    transform: scale(1.05); 
}

.img-overlay { 
    position: absolute; 
    bottom: 0; 
    left: 0; 
    width: 100%; 
    height: 50%; 
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%); 
}

.img-caption { 
    position: absolute; 
    bottom: 40px; 
    left: 40px; 
    right: 40px; 
    color: white; 
}

.caption-type { 
    font-family: 'Playfair Display', serif; 
    font-size: 2.2rem; 
    font-style: italic; 
    margin-bottom: 5px; 
}

.caption-phrase { 
    font-family: 'Montserrat', sans-serif; 
    font-size: 0.75rem; 
    letter-spacing: 3px; 
    text-transform: uppercase; 
    opacity: 0.9; 
}

.dots-nav { 
    position: absolute; 
    left: 30px; 
    top: 50%; 
    transform: translateY(-50%); 
    display: flex; 
    flex-direction: column; 
    gap: 15px; 
    z-index: 100; 
}

.dot { 
    width: 6px; 
    height: 6px; 
    background-color: #ccc; 
    border-radius: 50%; 
    cursor: pointer; 
    transition: all 0.3s ease; 
    border: none; 
    padding: 0; 
}

.dot.active { 
    background-color: #d63e3e; 
    transform: scale(2); 
}

/* =========================================
   8. FAQ
   ========================================= */

.faq-section { 
    min-height: 100vh; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    padding: 80px 20px; 
    background-color: #f9f9f9; 
    font-family: 'Montserrat', sans-serif; 
}

.faq-container { 
    width: 100%; 
    max-width: 900px; 
    margin: 0 auto; 
}

.faq-header { 
    text-align: center; 
    margin-bottom: 50px; 
}

.faq-subtitle { 
    font-size: 0.85rem; 
    font-weight: 700; 
    text-transform: uppercase; 
    letter-spacing: 3px; 
    color: #d63e3e; 
    display: block; 
    margin-bottom: 15px; 
}

.faq-title { 
    font-family: 'Playfair Display', serif; 
    font-size: 2.8rem; 
    color: #1a1a1a; 
    margin: 0; 
    line-height: 1.2; 
}

.faq-list { 
    display: flex; 
    flex-direction: column; 
    gap: 15px; 
}

.faq-item { 
    background: #ffffff; 
    border: 1px solid transparent; 
    border-radius: 4px; 
    transition: all 0.3s ease; 
    overflow: hidden; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02); 
}

button.faq-question { 
    width: 100%; 
    text-align: left; 
    padding: 25px 30px; 
    background-color: #ffffff !important; 
    border: none !important; 
    border-radius: 0 !important; 
    outline: none !important; 
    box-shadow: none !important; 
    margin: 0 !important; 
    cursor: pointer; 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    font-family: 'Playfair Display', serif; 
    font-size: 1.25rem; 
    color: #1a1a1a !important; 
    line-height: 1.4; 
}

.faq-question-text { 
    flex: 1; 
    min-width: 0; 
    padding-right: 20px; 
    word-wrap: break-word; 
    white-space: normal; 
}

button.faq-question:hover { 
    color: #d63e3e !important; 
}

.faq-icon { 
    font-family: 'Montserrat', sans-serif; 
    font-size: 1.8rem; 
    font-weight: 300; 
    color: #d63e3e; 
    line-height: 1; 
    transition: transform 0.3s ease; 
    flex-shrink: 0; 
}

.faq-answer { 
    max-height: 0; 
    overflow: hidden; 
    transition: max-height 0.4s ease; 
    background-color: #ffffff; 
}

.faq-text { 
    font-family: 'Montserrat', sans-serif; 
    font-size: 1rem; 
    line-height: 1.8; 
    color: #555; 
    padding: 0 30px 35px 30px; 
    margin: 0; 
    font-weight: 400; 
}

.faq-item.active { 
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); 
    border-color: rgba(214, 62, 62, 0.1); 
    z-index: 2; 
}

.faq-item.active .faq-icon { 
    transform: rotate(45deg); 
}

.faq-item.active button.faq-question { 
    color: #d63e3e !important; 
}

/* =========================================
   9. CONTACTO Y FORMULARIO
   ========================================= */

.contact-section { 
    padding: 100px 20px; 
    background-color: #ffffff; 
    font-family: 'Montserrat', sans-serif; 
    color: #1a1a1a; 
}

.contact-container { 
    max-width: 1100px; 
    margin: 0 auto; 
    display: grid; 
    grid-template-columns: 1fr 1.2fr; 
    gap: 80px; 
}

.contact-info { 
    padding-top: 20px; 
}

.contact-subtitle { 
    font-size: 0.75rem; 
    font-weight: 700; 
    text-transform: uppercase; 
    letter-spacing: 3px; 
    color: #d63e3e; 
    margin-bottom: 20px; 
    display: block; 
}

.contact-title { 
    font-family: 'Playfair Display', serif; 
    font-size: 3rem; 
    line-height: 1.1; 
    margin-bottom: 30px; 
    color: #1a1a1a; 
}

.contact-desc { 
    font-size: 1rem; 
    line-height: 1.8; 
    color: #555; 
    margin-bottom: 50px; 
    font-weight: 300; 
}

.contact-details { 
    display: flex; 
    flex-direction: column; 
    gap: 20px; 
}

.detail-item { 
    display: flex; 
    align-items: flex-start; 
    gap: 15px; 
    text-decoration: none; 
    color: #1a1a1a; 
    transition: color 0.3s ease; 
}

.detail-item:hover { 
    color: #d63e3e; 
}

.detail-icon { 
    width: 20px; 
    height: 20px; 
    fill: #d63e3e; 
    margin-top: 3px; 
}

.detail-text { 
    font-size: 0.95rem; 
    font-weight: 500; 
}

.detail-label { 
    display: block; 
    font-size: 0.75rem; 
    color: #888; 
    margin-bottom: 2px; 
    text-transform: uppercase; 
    letter-spacing: 1px; 
}

.contact-form-wrapper { 
    background-color: #fcfcfc; 
    padding: 50px; 
    border-radius: 4px; 
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(0, 0, 0, 0.08); 
}

.form-row { 
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 20px; 
    margin-bottom: 25px; 
}

.form-group { 
    margin-bottom: 25px; 
}

.form-label { 
    display: block; 
    font-size: 0.8rem; 
    font-weight: 600; 
    text-transform: uppercase; 
    letter-spacing: 1px; 
    color: #1a1a1a; 
    margin-bottom: 10px; 
}

.form-input, 
.form-textarea, 
.form-select { 
    width: 100%; 
    padding: 15px; 
    border: 1px solid #e0e0e0; 
    background-color: #ffffff; 
    font-family: 'Montserrat', sans-serif; 
    font-size: 0.95rem; 
    color: #333; 
    border-radius: 2px; 
    transition: border-color 0.3s ease, box-shadow 0.3s ease; 
    outline: none; 
}

.form-input:focus, 
.form-textarea:focus { 
    border-color: #d63e3e; 
    box-shadow: 0 0 0 3px rgba(214, 62, 62, 0.05); 
}

.services-grid { 
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 15px; 
}

.checkbox-container { 
    display: flex; 
    align-items: center; 
    cursor: pointer; 
    font-size: 0.9rem; 
    color: #555; 
    transition: color 0.3s ease; 
}

.checkbox-container:hover { 
    color: #d63e3e; 
}

.checkbox-input { 
    display: none; 
}

.checkbox-custom { 
    width: 18px; 
    height: 18px; 
    border: 1px solid #ccc; 
    border-radius: 2px; 
    margin-right: 10px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    transition: all 0.2s ease; 
    background-color: #fff; 
}

.checkbox-input:checked + .checkbox-custom { 
    background-color: #d63e3e; 
    border-color: #d63e3e; 
}

.checkbox-custom::after { 
    content: ''; 
    width: 5px; 
    height: 9px; 
    border: solid white; 
    border-width: 0 2px 2px 0; 
    transform: rotate(45deg); 
    opacity: 0; 
    margin-top: -2px; 
    transition: opacity 0.2s; 
}

.checkbox-input:checked + .checkbox-custom::after { 
    opacity: 1; 
}

.btn-submit { 
    width: 100%; 
    padding: 18px; 
    background-color: #1a1a1a; 
    color: #ffffff; 
    border: none; 
    font-family: 'Montserrat', sans-serif; 
    font-size: 0.85rem; 
    font-weight: 600; 
    text-transform: uppercase; 
    letter-spacing: 2px; 
    cursor: pointer; 
    transition: all 0.3s ease; 
    border-radius: 2px; 
    margin-top: 10px; 
}

.btn-submit:hover { 
    background-color: #d63e3e; 
    transform: translateY(-2px); 
}

/* =========================================
   10. FOOTER
   ========================================= */

.site-footer { 
    background-color: #1a1a1a; 
    color: #ffffff; 
    font-family: 'Montserrat', sans-serif; 
    padding: 80px 20px 30px 20px; 
    position: relative; 
}

.footer-container { 
    max-width: 1200px; 
    margin: 0 auto; 
    display: grid; 
    grid-template-columns: 1.5fr 1fr 1fr; 
    gap: 60px; 
    margin-bottom: 60px; 
}

.footer-brand h3 { 
    font-family: 'Playfair Display', serif; 
    font-size: 1.8rem; 
    margin: 0 0 20px 0; 
    letter-spacing: 1px; 
}

.footer-brand p { 
    font-size: 0.9rem; 
    line-height: 1.8; 
    color: rgba(255, 255, 255, 0.6); 
    max-width: 300px; 
    font-weight: 300; 
}

.footer-links h4, 
.footer-contact h4 { 
    font-size: 0.75rem; 
    text-transform: uppercase; 
    letter-spacing: 2px; 
    margin-bottom: 25px; 
    color: rgba(255, 255, 255, 0.4); 
}

.footer-menu { 
    list-style: none; 
    padding: 0; 
    margin: 0; 
}

.footer-menu li { 
    margin-bottom: 12px; 
}

.footer-menu a { 
    text-decoration: none; 
    color: #ffffff; 
    font-size: 0.95rem; 
    font-weight: 400; 
    transition: color 0.3s ease, padding-left 0.3s ease; 
    display: inline-block; 
}

.footer-menu a:hover, 
.footer-menu a.active { 
    color: #d63e3e; 
    padding-left: 5px; 
}

.contact-item { 
    display: block; 
    color: #ffffff; 
    text-decoration: none; 
    margin-bottom: 15px; 
    font-size: 0.95rem; 
    font-weight: 300; 
    transition: color 0.3s ease; 
}

.contact-item:hover { 
    color: #d63e3e; 
}

.social-icons { 
    margin-top: 30px; 
    display: flex; 
    gap: 20px; 
}

.social-link { 
    color: #ffffff; 
    font-size: 1.2rem; 
    transition: transform 0.3s ease, color 0.3s ease; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    width: 40px; 
    height: 40px; 
    border: 1px solid rgba(255, 255, 255, 0.2); 
    border-radius: 50%; 
    text-decoration: none; 
}

.social-link:hover { 
    border-color: #d63e3e; 
    color: #d63e3e; 
    transform: translateY(-3px); 
}

.social-link svg { 
    width: 16px; 
    height: 16px; 
    fill: currentColor; 
}

.footer-bottom { 
    border-top: 1px solid rgba(255, 255, 255, 0.1); 
    padding-top: 30px; 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    font-size: 0.75rem; 
    color: rgba(255, 255, 255, 0.4); 
}

.legal-links a { 
    color: inherit; 
    text-decoration: none; 
    margin-left: 20px; 
    transition: color 0.3s ease; 
}

.legal-links a:hover { 
    color: #ffffff; 
}

/* =========================================
   11. MEDIA QUERIES (TABLETS Y MÓVILES)
   ========================================= */

@media (max-width: 900px) {
    .hero-title { 
        font-size: 2.5rem !important; 
        line-height: 1.15 !important;
        margin-bottom: 40px !important; 
    }
    
    .hero-subtitle { 
        font-size: 0.95rem !important; 
        line-height: 1.6 !important; 
        padding: 0 15px !important; 
        margin-bottom: 30px !important;
    }

    header#mainHeader.site-header { 
        padding: 0 20px; 
        justify-content: space-between; 
    } 
    
    header#mainHeader.site-header .header-logo { 
        font-size: 0.95rem; 
        position: relative; 
        z-index: 10001; 
        transition: color 0.3s ease; 
    } 
    
    header#mainHeader.site-header .desktop-socials { 
        display: none !important; 
    } 
    
    header#mainHeader.site-header button.menu-toggle {
        display: flex !important; 
        flex-direction: column !important; 
        justify-content: space-between !important;
        width: 26px !important; 
        height: 18px !important; 
        background-color: transparent !important; 
        background: transparent !important;
        border: none !important; 
        box-shadow: none !important;
        cursor: pointer !important; 
        z-index: 10001 !important; 
        padding: 0 !important; 
        margin-left: auto !important;
    }

    header#mainHeader.site-header button.menu-toggle span.hamburger-line {
        display: block !important; 
        width: 100% !important; 
        height: 2px !important;
        background-color: #ffffff !important; 
        transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease !important;
    }

    header#mainHeader.site-header.header-blanco button.menu-toggle span.hamburger-line {
        background-color: #1a1a1a !important; 
    }

    header#mainHeader.site-header.scrolled button.menu-toggle span.hamburger-line,
    body.menu-open header#mainHeader.site-header button.menu-toggle span.hamburger-line { 
        background-color: #1a1a1a !important; 
    }
    
    body.menu-open header#mainHeader.site-header .header-logo { 
        color: #1a1a1a !important; 
    }

    header#mainHeader.site-header button.menu-toggle.active .line-1 { 
        transform: translateY(8px) rotate(45deg) !important; 
    }
    
    header#mainHeader.site-header button.menu-toggle.active .line-2 { 
        opacity: 0 !important; 
    }
    
    header#mainHeader.site-header button.menu-toggle.active .line-3 { 
        transform: translateY(-8px) rotate(-45deg) !important; 
    }

    header#mainHeader.site-header .header-nav { 
        position: fixed; 
        top: 0; 
        left: 0; 
        width: 100%; 
        height: 100vh;
        background-color: #ffffff !important; 
        display: flex; 
        flex-direction: column; 
        align-items: center; 
        justify-content: center;
        transform: translateX(100%); 
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); 
        z-index: 10000;
    }
    
    header#mainHeader.site-header .header-nav.active { 
        transform: translateX(0); 
    }

    header#mainHeader.site-header .header-nav ul {
        display: flex; 
        flex-direction: column; 
        align-items: center; 
        gap: 40px;
        opacity: 0; 
        transform: translateY(20px);
        transition: opacity 0.4s ease 0.3s, transform 0.4s ease 0.3s;
        margin: 0; 
        padding: 0;
    }
    
    header#mainHeader.site-header .header-nav.active ul { 
        opacity: 1; 
        transform: translateY(0); 
    }
    
    header#mainHeader.site-header .header-nav a.nav-link,
    header#mainHeader.site-header:not(.scrolled) .header-nav a.nav-link { 
        font-size: 1.5rem !important; 
        color: #1a1a1a !important; 
        font-weight: 600 !important; 
    }
    
    header#mainHeader.site-header .header-nav a.nav-link:hover, 
    header#mainHeader.site-header .header-nav a.nav-link.active,
    header#mainHeader.site-header:not(.scrolled) .header-nav a.nav-link:hover, 
    header#mainHeader.site-header:not(.scrolled) .header-nav a.nav-link.active { 
        color: #d63e3e !important; 
    }
    
    header#mainHeader.site-header .header-nav a.nav-link::after,
    header#mainHeader.site-header:not(.scrolled) .header-nav a.nav-link.active::after,
    header#mainHeader.site-header:not(.scrolled) .header-nav a.nav-link:hover::after { 
        display: none !important; 
    }

    header#mainHeader.site-header .mobile-socials {
        display: flex; 
        gap: 20px; 
        margin-top: 50px;
        opacity: 0; 
        transform: translateY(20px);
        transition: opacity 0.4s ease 0.4s, transform 0.4s ease 0.4s;
    }
    
    header#mainHeader.site-header .header-nav.active .mobile-socials { 
        opacity: 1; 
        transform: translateY(0); 
    }
    
    header#mainHeader.site-header .mobile-socials a {
        width: 45px; 
        height: 45px; 
        border: 1px solid #1a1a1a !important;
        border-radius: 50%; 
        display: flex; 
        align-items: center; 
        justify-content: center;
        color: #1a1a1a !important; 
        transition: all 0.3s ease; 
        text-decoration: none;
    }
    
    header#mainHeader.site-header .mobile-socials a:hover { 
        color: #d63e3e !important; 
        border-color: #d63e3e !important; 
        transform: translateY(-3px); 
    }
    
    header#mainHeader.site-header .mobile-socials svg { 
        width: 20px; 
        height: 20px; 
        fill: currentColor; 
    }

    body.menu-open { 
        overflow: hidden; 
    }

    /* --- 11.3 SERVICIOS STACKING CARDS MÓVIL --- */
    .services-stack-wrapper { 
        height: 100vh !important; 
        min-height: 600px; 
        overflow: hidden; 
    } 
    
    .services-sticky { 
        padding-top: 40px; 
        padding-bottom: 40px; 
        align-items: center; 
        height: 100%; 
        position: relative; 
    } 
    
    .service-card { 
        width: 90%; 
        height: 70vh; 
        min-height: 500px; 
        margin-top: 0; 
        flex-direction: column; 
        transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.4s ease; 
    } 
    
    .service-card.is-dragging { 
        transition: none !important; 
        cursor: grabbing; 
    } 
    
    .card-intro { 
        padding: 40px 20px; 
    } 
    
    .card-split { 
        flex-direction: column; 
    } 
    
    .card-right { 
        height: 45%; 
        flex: none; 
        width: 100%; 
    } 
    
    .card-left { 
        height: 55%; 
        flex: none; 
        width: 100%; 
        padding: 25px 20px; 
        align-items: flex-start; 
        text-align: left; 
    } 
    
    .seo-title { 
        font-size: 1.8rem; 
        margin-bottom: 10px; 
    } 
    
    .seo-description { 
        font-size: 0.9rem; 
        line-height: 1.5; 
        margin-bottom: 0; 
    } 
    
    .seo-label { 
        margin-bottom: 10px; 
        font-size: 0.65rem; 
    } 
    
    .img-caption { 
        bottom: 15px; 
        left: 20px; 
    } 
    
    .caption-type { 
        font-size: 1.5rem; 
    } 
    
    .dots-nav { 
        display: none; 
    } 
    
    .btn-red-intro { 
        padding: 12px 25px; 
        font-size: 0.75rem; 
        margin-top: 15px; 
    } 
    
    .mobile-swipe-hint { 
        display: flex; 
        align-items: center; 
        justify-content: center; 
        gap: 10px; 
        position: absolute; 
        bottom: 30px; 
        left: 0; 
        width: 100%; 
        z-index: 10; 
        pointer-events: none; 
        opacity: 0.9; 
        transition: opacity 0.5s ease; 
        animation: fadeInHint 2s ease-in-out infinite; 
    } 
    
    .mobile-swipe-hint p { 
        font-family: 'Montserrat', sans-serif; 
        font-size: 0.8rem; 
        font-weight: 700; 
        text-transform: uppercase; 
        letter-spacing: 3px; 
        color: #d63e3e; 
        margin: 0; 
        text-shadow: 0 0 10px rgba(255, 255, 255, 0.8); 
        transition: all 0.5s ease; 
    } 
    
    @keyframes fadeInHint { 
        0%, 100% { 
            opacity: 0.5; 
            transform: translateY(0); 
        } 
        50% { 
            opacity: 1; 
            transform: translateY(-3px); 
        } 
    }
    
    /* --- 11.4 CONTACTO MÓVIL --- */
    .contact-container { 
        grid-template-columns: 1fr; 
        gap: 50px; 
    } 
    
    .contact-title { 
        font-size: 2.2rem; 
    } 
    
    .contact-form-wrapper { 
        padding: 30px 20px; 
    } 
    
    .form-row { 
        grid-template-columns: 1fr; 
        gap: 0; 
    } 
    
    .services-grid { 
        grid-template-columns: 1fr; 
    }
    
    /* --- 11.5 FOOTER MÓVIL --- */
    .footer-container { 
        grid-template-columns: 1fr; 
        gap: 40px; 
        text-align: center; 
    } 
    
    .footer-brand p { 
        margin: 0 auto; 
    } 
    
    .social-icons { 
        justify-content: center; 
    } 
    
    .footer-bottom { 
        flex-direction: column; 
        gap: 20px; 
    } 
    
    .legal-links a { 
        margin: 0 10px; 
    }
}

/* =========================================
   12. EXTRA SMALL SCREENS (TELS. PEQUEÑOS)
   ========================================= */

@media (max-width: 768px) {
    .hero-title { 
        font-size: 2.2rem !important; 
    } 
    
    .hero-buttons { 
        flex-direction: column; 
        width: 100%; 
        padding: 0 40px; 
    } 
    
    .btn { 
        width: 100%; 
        text-align: center; 
    }
    
    .wedding-text-section { 
        padding: 80px 25px; 
    } 
    
    .wedding-title { 
        font-size: 2.2rem; 
    } 
    
    .portfolio-cta-section { 
        padding: 60px 20px !important; 
    } 
    
    .cta-subtitle { 
        font-size: 0.7rem !important; 
        margin-bottom: 15px !important; 
    }
    
    .cta-title { 
        font-size: 1.8rem !important; 
        margin-bottom: 20px !important; 
        line-height: 1.2 !important; 
    } 
    
    .cta-text { 
        font-size: 0.9rem !important; 
        line-height: 1.6 !important; 
        margin-bottom: 30px !important; 
    }
    
    .cta-btn { 
        padding: 14px 30px !important; 
        font-size: 0.75rem !important; 
    }
    
    .testimonials-title { 
        font-size: 2rem; 
    } 
    
    .testimonial-text { 
        font-size: 1.1rem; 
    } 
    
    .faq-title { 
        font-size: 2rem; 
    } 
}

/* =========================================
   13. TOAST NOTIFICATION (POPUP MENSAJE)
   ========================================= */

.toast-notification {
    position: fixed; 
    bottom: -100px; 
    right: 30px;
    background-color: #1a1a1a; 
    color: #ffffff;
    padding: 18px 25px; 
    border-radius: 4px;
    display: flex; 
    align-items: center; 
    gap: 15px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    font-family: 'Montserrat', sans-serif;
    z-index: 100000; 
    opacity: 0; 
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border-left: 4px solid #d63e3e;
}

.toast-notification.show { 
    bottom: 30px; 
    opacity: 1; 
    visibility: visible; 
}

.toast-icon { 
    width: 24px; 
    height: 24px; 
    fill: #d63e3e; 
}

.toast-content { 
    display: flex; 
    flex-direction: column; 
}

.toast-title { 
    font-weight: 700; 
    font-size: 0.9rem; 
    margin-bottom: 3px; 
}

.toast-message { 
    font-weight: 300; 
    font-size: 0.8rem; 
    color: rgba(255, 255, 255, 0.8); 
}

@media (max-width: 768px) {
    .toast-notification { 
        right: 20px; 
        left: 20px; 
        bottom: -100px; 
    }
    
    .toast-notification.show { 
        bottom: 20px; 
    }
}

/* =========================================
   HERO — PORTAFOLIO
   ========================================= */

.portfolio-hero-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
}

.portfolio-hero-bg {
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  height: 120%;
  background-image: url('https://theweddingcorner.es/wp-content/uploads/2026/02/DSC5620-scaled.jpg');
  background-size: cover;
  background-position: center;
  transform-origin: center center;
  will-change: transform;
  z-index: 1;
}

.portfolio-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.42);
  z-index: 2;
}

.portfolio-hero-content {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 0 24px;
  max-width: 950px;
  opacity: 0;
  transform: translateY(28px);
  animation: portfolioFadeInUp 1.4s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.4s;
}

.portfolio-hero-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 22px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.portfolio-hero-eyebrow::before,
.portfolio-hero-eyebrow::after {
  content: '';
  display: inline-block;
  width: 34px;
  height: 1px;
  background: rgba(255, 255, 255, 0.65);
}

.portfolio-hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 38px;
  text-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
  color: #fff;
}

.portfolio-hero-title--italic {
  font-style: italic;
  display: block;
}

.portfolio-hero-desc {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}

@keyframes portfolioFadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.portfolio-hero-scroll {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  animation: portfolioBounce 2s infinite;
  opacity: 0.8;
  z-index: 10;
  pointer-events: none;
}

.portfolio-hero-scroll svg {
  width: 32px;
  height: 32px;
  display: block;
}

@keyframes portfolioBounce {
  0%,  20%, 50%, 80%, 100% { transform: translateY(0)   translateX(-50%); }
  40%                       { transform: translateY(-10px) translateX(-50%); }
  60%                       { transform: translateY(-5px)  translateX(-50%); }
}

@media (max-width: 768px) {
  .portfolio-hero-title {
    font-size: clamp(1.8rem, 7vw, 2.4rem);
  }
}

/* =========================================
   14. GALERÍA PORTAFOLIO FILTRABLE
   ========================================= */

.twc-portfolio-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    font-family: 'Montserrat', sans-serif;
}

.portfolio-header {
    text-align: center;
    margin-bottom: 50px;
}

.portfolio-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-bottom: 50px;
}

.filter-btn {
    background: transparent;
    border: 1px solid #1a1a1a;
    color: #1a1a1a;
    padding: 10px 25px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.filter-btn:hover,
.filter-btn.active {
    background-color: #d63e3e; 
    color: #ffffff;
    border-color: #d63e3e;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 20px;
}

.portfolio-item {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    aspect-ratio: 4/5; 
    cursor: pointer;
    transition: opacity 0.4s ease, transform 0.4s ease;
    opacity: 1;
    transform: scale(1);
}

.portfolio-item.hidden-item {
    opacity: 0;
    transform: scale(0.9);
}

.portfolio-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.portfolio-item:hover img {
    transform: scale(1.05); 
}

.portfolio-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px 20px 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: flex-end;
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-category-tag {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #ffffff;
    font-weight: 700;
}

/* =========================================
   14.1 GALERÍA FULL-WIDTH (MURO DE FOTOS)
   ========================================= */

.twc-portfolio-wrapper-full {
    width: 100%; 
    max-width: 100%;
    position: relative;
    padding: 60px 0 0 0; 
    font-family: 'Montserrat', sans-serif;
}

.twc-portfolio-header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.portfolio-grid-full {
    display: grid;
    grid-template-columns: repeat(5, 1fr); 
    gap: 0; 
    width: 100%;
}

.portfolio-grid-full .portfolio-item {
    border-radius: 0 !important; 
}

@media (max-width: 1024px) {
    .portfolio-grid-full {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 600px) {
    .portfolio-grid-full {
        grid-template-columns: repeat(2, 1fr); 
    }
}

/* =========================================
   15. LIGHTBOX Y BOTONES FLOTANTES
   ========================================= */

.filter-btn, 
.portfolio-item, 
.twc-lightbox-btn, 
.twc-scroll-top {
    -webkit-tap-highlight-color: transparent !important;
    outline: none !important;
}

.twc-lightbox {
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100vw; 
    height: 100vh;
    z-index: 999999; 
    display: flex; 
    align-items: center; 
    justify-content: center;
    opacity: 0; 
    visibility: hidden; 
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.twc-lightbox.active { 
    opacity: 1; 
    visibility: visible; 
}

.twc-lightbox-overlay {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    background: rgba(17, 17, 17, 0.96); 
    cursor: pointer;
}

.twc-lightbox-content {
    position: relative; 
    z-index: 2; 
    max-width: 85vw; 
    max-height: 85vh;
    display: flex; 
    align-items: center; 
    justify-content: center;
}

.twc-lightbox-img {
    max-width: 100%; 
    max-height: 85vh; 
    object-fit: contain;
    box-shadow: 0 10px 50px rgba(0,0,0,0.5); 
    border-radius: 2px;
    user-select: none; 
    opacity: 0; 
    transform: scale(0.95); 
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.twc-lightbox-img.loaded { 
    opacity: 1; 
    transform: scale(1); 
}

.twc-lightbox-btn {
    position: absolute; 
    background: transparent !important; 
    background-color: transparent !important;
    border: none !important; 
    color: #ffffff !important; 
    cursor: pointer; 
    transition: all 0.3s ease;
    display: flex; 
    align-items: center; 
    justify-content: center; 
    padding: 10px;
    box-shadow: none !important; 
    outline: none !important;
}

.twc-lightbox-btn:hover, 
.twc-lightbox-btn:focus, 
.twc-lightbox-btn:active {
    background: transparent !important; 
    background-color: transparent !important;
    color: #d63e3e !important; 
    box-shadow: none !important;
}

.twc-lightbox-btn svg { 
    width: 36px; 
    height: 36px; 
    fill: currentColor; 
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3)); 
}

.twc-lightbox-close { 
    top: -45px; 
    right: -50px; 
}

.twc-lightbox-close:hover { 
    transform: scale(1.15); 
}

.twc-lightbox-prev { 
    left: -70px; 
    top: 50%; 
    transform: translateY(-50%); 
}

.twc-lightbox-next { 
    right: -70px; 
    top: 50%; 
    transform: translateY(-50%); 
}

.twc-lightbox-prev:hover, 
.twc-lightbox-next:hover { 
    transform: translateY(-50%) scale(1.15); 
}

.twc-lightbox-loader {
    position: absolute; 
    width: 40px; 
    height: 40px;
    border: 2px solid rgba(255,255,255,0.1); 
    border-top-color: #ffffff;
    border-radius: 50%; 
    animation: spin 1s linear infinite; 
    z-index: 1;
}

@keyframes spin { 
    to { 
        transform: rotate(360deg); 
    } 
}

.twc-scroll-top {
    position: fixed; 
    bottom: 30px; 
    left: 30px; 
    width: 45px; 
    height: 45px; 
    background-color: #1a1a1a; 
    color: #ffffff;
    border: none; 
    border-radius: 50%; 
    display: flex; 
    align-items: center; 
    justify-content: center;
    cursor: pointer; 
    z-index: 99998; 
    opacity: 0; 
    visibility: hidden;
    transform: translateY(20px); 
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.twc-scroll-top.show { 
    opacity: 1; 
    visibility: visible; 
    transform: translateY(0); 
}

.twc-scroll-top:hover, 
.twc-scroll-top:active { 
    background-color: #d63e3e; 
    transform: translateY(-5px); 
    color: #ffffff; 
}

.twc-scroll-top svg { 
    width: 24px; 
    height: 24px; 
    fill: currentColor; 
}

@media (max-width: 768px) {
    .twc-lightbox-content { 
        max-width: 95vw; 
        max-height: 80vh; 
    }
    
    .twc-lightbox-img { 
        max-height: 80vh; 
    }
    
    .twc-lightbox-close { 
        top: -50px; 
        right: 0; 
    }
    
    .twc-lightbox-prev { 
        left: 5px; 
        background: rgba(0,0,0,0.4) !important; 
        background-color: rgba(0,0,0,0.4) !important; 
        border-radius: 50%; 
    }
    
    .twc-lightbox-next { 
        right: 5px; 
        background: rgba(0,0,0,0.4) !important; 
        background-color: rgba(0,0,0,0.4) !important; 
        border-radius: 50%; 
    }
    
    .twc-lightbox-prev:hover, 
    .twc-lightbox-next:hover { 
        background: rgba(0,0,0,0.7) !important; 
        background-color: rgba(0,0,0,0.7) !important; 
        transform: translateY(-50%) scale(1.1); 
    }
    
    .twc-scroll-top { 
        bottom: 20px; 
        left: 20px; 
        width: 40px; 
        height: 40px; 
    }
    
    .twc-scroll-top svg { 
        width: 20px; 
        height: 20px; 
    }
}

/* =========================================
   16. HEADER ALTERNATIVO
   ========================================= */

header#mainHeader.site-header.header-blanco { 
    position: fixed !important; 
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff !important; 
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important; 
    height: 80px; 
}

@media (max-width: 900px) {
    header#mainHeader.site-header.header-blanco {
        height: 65px !important;
    }
}

html:has(.header-blanco) body {
    padding-top: 80px;
}
@media (max-width: 900px) {
    html:has(.header-blanco) body {
        padding-top: 65px;
    }
}

header#mainHeader.site-header.header-blanco .header-logo,
header#mainHeader.site-header.header-blanco .header-nav a.nav-link,
header#mainHeader.site-header.header-blanco .desktop-socials a {
    color: #1a1a1a !important;
}

header#mainHeader.site-header.header-blanco .desktop-socials a { 
    border-color: #1a1a1a !important; 
}

header#mainHeader.site-header.header-blanco .header-nav a.nav-link.active,
header#mainHeader.site-header.header-blanco .header-nav a.nav-link:hover,
header#mainHeader.site-header.header-blanco .desktop-socials a:hover,
header#mainHeader.site-header.header-blanco .header-logo:hover {
    color: #d63e3e !important;
}

header#mainHeader.site-header.header-blanco .header-nav a.nav-link.active::after,
header#mainHeader.site-header.header-blanco .header-nav a.nav-link:hover::after { 
    width: 100%; 
    background-color: #d63e3e !important;
}

header#mainHeader.site-header.header-blanco .desktop-socials a:hover { 
    border-color: #d63e3e !important; 
    transform: scale(0.93); 
}

/* =========================================
   17 SERVICIOS - HERO SECTION CON PARALLAX ZOOM
   ========================================= */

.servicios-hero-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
}

.servicios-hero-bg {
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  height: 120%;
  background-image: url('https://theweddingcorner.es/wp-content/uploads/2026/02/DSC6007-scaled.jpg');
  background-size: cover;
  background-position: center;
  transform-origin: center center;
  will-change: transform;
  z-index: 1;
}

.servicios-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.42);
  z-index: 2;
}

.servicios-hero-content {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 0 24px;
  max-width: 950px;
  opacity: 0;
  transform: translateY(28px);
  animation: svhFadeInUp 1.4s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.4s;
}

.servicios-hero-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 22px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.servicios-hero-eyebrow::before,
.servicios-hero-eyebrow::after {
  content: '';
  display: inline-block;
  width: 34px;
  height: 1px;
  background: rgba(255, 255, 255, 0.65);
}

.servicios-hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 38px;
  text-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
  color: #fff;
}

.servicios-hero-title--italic {
  font-style: italic;
  display: block;
}

.servicios-hero-desc {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0;
}

@keyframes svhFadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.servicios-hero-scroll {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  animation: svhBounce 2s infinite;
  opacity: 0.8;
  z-index: 10;
  pointer-events: none;
}

.servicios-hero-scroll svg {
  width: 32px;
  height: 32px;
  display: block;
}

@keyframes svhBounce {
  0%,  20%, 50%, 80%, 100% { transform: translateY(0)   translateX(-50%); }
  40%                       { transform: translateY(-10px) translateX(-50%); }
  60%                       { transform: translateY(-5px)  translateX(-50%); }
}

@media (max-width: 768px) {
  .servicios-hero-title {
    font-size: clamp(1.8rem, 7vw, 2.4rem);
  }
  .servicios-hero-cta {
    padding: 15px 36px;
  }
}

/* =========================================
   TWC — SERVICIOS COMPLETOS
   ========================================= */

.twc-sv-wrapper {
  width: 100%;
  background-color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  color: #1a1a1a;
}

.twc-sv-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #d63e3e;
  margin: 0 0 20px;
  display: block;
}

.twc-sv-intro {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  padding: 100px 20px 80px;
}

.twc-sv-intro-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  color: #1a1a1a;
  margin: 0 0 25px;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
}

.twc-sv-divider {
  width: 40px;
  height: 2px;
  background-color: #d63e3e;
  margin: 0 auto 35px;
}

.twc-sv-intro-body {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 2;
  color: #555555;
  font-weight: 400;
  margin: 0;
}

.twc-sv-block {
  width: 100%;
}

.twc-sv-img-wrap {
  width: 100%;
  height: 62vh;
  min-height: 380px;
  overflow: hidden;
}

.twc-sv-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 8s ease;
}

.twc-sv-img-wrap:hover .twc-sv-img {
  transform: scale(1.04);
}

.twc-sv-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 65px 20px 90px;
  align-items: start;
}

.twc-sv-tag {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #d63e3e;
  margin: 0 0 15px;
  display: block;
}

.twc-sv-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 2.8vw, 2.5rem);
  font-weight: 400;
  color: #1a1a1a;
  margin: 0 0 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.1;
}

.twc-sv-desc {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 2;
  color: #555555;
  font-weight: 400;
  margin: 0 0 14px;
}

.twc-sv-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
}

.twc-sv-btns--center {
  justify-content: center;
}

.twc-sv-btn {
  display: inline-block;
  padding: 16px 36px;
  background-color: #d63e3e;
  color: #ffffff;
  border: 1px solid #d63e3e;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.twc-sv-btn:hover {
  background-color: transparent;
  color: #d63e3e;
  transform: translateY(-2px);
}

.twc-sv-btn--outline {
  background-color: transparent;
  color: #d63e3e;
  border-color: #d63e3e;
}

.twc-sv-btn--outline:hover {
  background-color: #d63e3e;
  color: #ffffff;
  transform: translateY(-2px);
}

.twc-sv-includes-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #1a1a1a;
  margin: 0 0 20px;
  display: block;
}

.twc-sv-includes {
  list-style: none;
  margin: 0;
  padding: 0;
}

.twc-sv-includes li {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #555555;
  font-weight: 400;
  padding: 13px 0 13px 20px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}

.twc-sv-includes li:first-child {
  border-top: 1px solid #e0e0e0;
}

.twc-sv-includes li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 1px;
  background-color: #d63e3e;
}

.twc-sv-cta-final {
  text-align: center;
  background-color: #f9f9f9;
  padding: 100px 20px;
}

.twc-sv-cta-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 400;
  color: #1a1a1a;
  margin: 0 0 20px;
  line-height: 1.2;
}

.twc-sv-cta-sub {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  color: #555555;
  font-weight: 400;
  margin: 0 auto 45px;
  max-width: 520px;
}

.twc-sv-intro,
.twc-sv-content {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.twc-sv-intro.twc-sv-visible,
.twc-sv-content.twc-sv-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 860px) {
  .twc-sv-content {
    grid-template-columns: 1fr;
    gap: 44px;
    padding: 50px 20px 70px;
  }
  .twc-sv-img-wrap {
    height: 50vw;
    min-height: 260px;
  }
}

@media (max-width: 600px) {
  .twc-sv-intro {
    padding: 70px 20px 50px;
  }
  .twc-sv-img-wrap {
    height: 60vw;
  }
  .twc-sv-btns {
    flex-direction: column;
  }
  .twc-sv-btn {
    text-align: center;
  }
}

/* =========================================
   TWC — TU BODA (Galerias privadas)
   ========================================= */

.twc-tb-wrapper {
  width: 100%;
  background-color: #ffffff;
  font-family: 'Montserrat', sans-serif;
}

.twc-tb-intro {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  padding: 100px 20px 60px;
}

.twc-tb-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #d63e3e;
  margin: 0 0 20px;
  display: block;
}

.twc-tb-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  color: #1a1a1a;
  margin: 0 0 25px;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
}

.twc-tb-divider {
  width: 40px;
  height: 2px;
  background-color: #d63e3e;
  margin: 0 auto 35px;
}

.twc-tb-body {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 2;
  color: #555555;
  font-weight: 400;
  margin: 0;
}

.twc-tb-search-wrap {
  text-align: center;
  max-width: 480px;
  margin: 0 auto 80px;
  padding: 0 20px;
}

.twc-tb-search-inner {
  position: relative;
  display: flex;
  align-items: center;
}

.twc-tb-search-inner svg {
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  color: #bbbbbb;
  pointer-events: none;
}

.twc-tb-search-input {
  width: 100%;
  padding: 13px 0 13px 28px;
  border: none;
  border-bottom: 1px solid #cccccc;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  color: #1a1a1a;
  outline: none;
  background: transparent;
  transition: border-color 0.3s ease;
}

.twc-tb-search-input:focus {
  border-bottom-color: #d63e3e;
}

.twc-tb-search-input::placeholder {
  color: #bbbbbb;
  font-style: italic;
  font-size: 0.85rem;
}

.twc-tb-search-hint {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.62rem;
  color: #cccccc;
  letter-spacing: 2px;
  margin: 12px 0 0;
  text-transform: uppercase;
}

.twc-tb-list {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 120px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 36px;
}

.twc-tb-item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.twc-tb-item.twc-tb-visible {
  opacity: 1;
  transform: translateY(0);
}

.twc-tb-item-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.twc-tb-item-img {
  position: relative;
  width: 100%;
  aspect-ratio: 4/5;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.twc-tb-item-img::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  transition: transform 0.7s ease;
  z-index: 0;
}

.twc-tb-item-img-inner {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.7s ease;
  z-index: 0;
}

.twc-tb-item-link:hover .twc-tb-item-img-inner {
  transform: scale(1.05);
}

.twc-tb-card-count {
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgba(0,0,0,0.5);
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 10px;
  z-index: 2;
}

.twc-tb-item-body {
  padding: 20px 0 0;
}

.twc-tb-card-tag {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #d63e3e;
  margin: 0 0 10px;
  display: block;
}

.twc-tb-item-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.1rem, 1.6vw, 1.5rem);
  font-weight: 400;
  color: #1a1a1a;
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2;
}

.twc-tb-item-desc {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  line-height: 1.9;
  color: #666666;
  margin: 0 0 18px;
}

.twc-tb-item-btn {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
  padding-bottom: 2px;
  display: inline-block;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.twc-tb-item-link:hover .twc-tb-item-btn {
  color: #d63e3e;
  border-color: #d63e3e;
}

.twc-tb-no-results {
  text-align: center;
  color: #aaaaaa;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 1px;
  padding: 40px 20px;
  grid-column: 1 / -1;
}

@media (max-width: 900px) {
  .twc-tb-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 28px;
  }
}

@media (max-width: 560px) {
  .twc-tb-intro { padding: 70px 20px 50px; }
  .twc-tb-list {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

.twc-tb-search-input,
.twc-tb-search-input:focus,
.twc-tb-search-input:hover,
.twc-tb-search-input:active {
  border: none !important;
  border-bottom: 1px solid #cccccc !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  outline: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

.twc-tb-search-input:focus {
  border-bottom-color: #d63e3e !important;
}

/* =========================================
   HERO — TU BODA
   ========================================= */

.tuboda-hero-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
}

.tuboda-hero-bg {
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  height: 120%;
  background-image: url('https://theweddingcorner.es/wp-content/uploads/2026/02/FOT0309-scaled.jpg');
  background-size: cover;
  background-position: center;
  transform-origin: center center;
  will-change: transform;
  z-index: 1;
}

.tuboda-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 2;
}

.tuboda-hero-content {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 0 24px;
  max-width: 900px;
  opacity: 0;
  transform: translateY(28px);
  animation: tubodaFadeInUp 1.4s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.4s;
}

.tuboda-hero-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 22px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.tuboda-hero-eyebrow::before,
.tuboda-hero-eyebrow::after {
  content: '';
  display: inline-block;
  width: 34px;
  height: 1px;
  background: rgba(255, 255, 255, 0.65);
}

.tuboda-hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 38px;
  text-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
  color: #fff;
}

.tuboda-hero-title--italic {
  font-style: italic;
  display: block;
}

.tuboda-hero-desc {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}

@keyframes tubodaFadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.tuboda-hero-scroll {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  animation: tubodaBounce 2s infinite;
  opacity: 0.8;
  z-index: 10;
  pointer-events: none;
}

.tuboda-hero-scroll svg {
  width: 32px;
  height: 32px;
  display: block;
}

@keyframes tubodaBounce {
  0%,  20%, 50%, 80%, 100% { transform: translateY(0)   translateX(-50%); }
  40%                       { transform: translateY(-10px) translateX(-50%); }
  60%                       { transform: translateY(-5px)  translateX(-50%); }
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .tuboda-hero-title {
    font-size: clamp(1.8rem, 7vw, 2.4rem);
  }
} /* <-- ¡AQUÍ ESTABA EL ERROR! Faltaba esta llave de cierre que rompía todo el código de abajo */

/* =========================================
   CONTACTO — HERO
   ========================================= */

.contacto-hero-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
}

.contacto-hero-bg {
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  height: 120%;
  background-image: url('https://theweddingcorner.es/wp-content/uploads/2026/02/Gemini_Generated_Image_5wfd7f5wfd7f5wfd-scaled.png');
  background-size: cover;
  background-position: center 30%;
  transform-origin: center center;
  will-change: transform;
  z-index: 1;
}

.contacto-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 2;
}

.contacto-hero-content {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 0 24px;
  max-width: 950px;
  opacity: 0;
  transform: translateY(28px);
  animation: contactoFadeInUp 1.4s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.4s;
}

.contacto-hero-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 22px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.contacto-hero-eyebrow::before,
.contacto-hero-eyebrow::after {
  content: '';
  display: inline-block;
  width: 34px;
  height: 1px;
  background: rgba(255, 255, 255, 0.65);
}

.contacto-hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 38px;
  text-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
  color: #fff;
}

.contacto-hero-title--italic {
  font-style: italic;
  display: block;
}

.contacto-hero-desc {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}

@keyframes contactoFadeInUp {
  to { opacity: 1; transform: translateY(0); }
}

.contacto-hero-scroll {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  animation: contactoBounce 2s infinite;
  opacity: 0.8;
  z-index: 10;
  pointer-events: none;
}

.contacto-hero-scroll svg {
  width: 32px;
  height: 32px;
  display: block;
}

@keyframes contactoBounce {
  0%,  20%, 50%, 80%, 100% { transform: translateY(0)   translateX(-50%); }
  40%                       { transform: translateY(-10px) translateX(-50%); }
  60%                       { transform: translateY(-5px)  translateX(-50%); }
}

@media (max-width: 768px) {
  .contacto-hero-title {
    font-size: clamp(1.8rem, 7vw, 2.4rem);
  }
}

/* =========================================
   CONTACTO — INTRO
   ========================================= */

.contacto-intro-wrapper {
  background-color: #ffffff;
  padding: 100px 20px 80px;
}

.contacto-intro-inner {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.contacto-intro-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #d63e3e;
  margin: 0 0 20px;
  display: block;
}

.contacto-intro-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 400;
  color: #1a1a1a;
  margin: 0 0 25px;
  letter-spacing: 1px;
  line-height: 1.2;
}

.contacto-intro-divider {
  width: 40px;
  height: 2px;
  background-color: #d63e3e;
  margin: 0 auto 35px;
}

.contacto-intro-body {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 2;
  color: #555555;
  font-weight: 400;
  margin: 0;
}

/* =========================================
   CONTACTO — PILARES (4 columnas)
   ========================================= */

.contacto-pilares-wrapper {
  background-color: #f9f9f9;
  padding: 80px 20px;
}

.contacto-pilares-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 40px;
}

.contacto-pilar {
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.contacto-pilar.contacto-visible {
  opacity: 1;
  transform: translateY(0);
}

.contacto-pilar:nth-child(2) { transition-delay: 0.1s; }
.contacto-pilar:nth-child(3) { transition-delay: 0.2s; }
.contacto-pilar:nth-child(4) { transition-delay: 0.3s; }

.contacto-pilar-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 24px;
  color: #d63e3e;
}

.contacto-pilar-icon svg {
  width: 100%;
  height: 100%;
}

.contacto-pilar-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 400;
  color: #1a1a1a;
  margin: 0 0 14px;
  letter-spacing: 0.5px;
}

.contacto-pilar-desc {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  line-height: 1.9;
  color: #666666;
  margin: 0;
  font-weight: 400;
}

@media (max-width: 900px) {
  .contacto-pilares-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
  }
}

@media (max-width: 560px) {
  .contacto-pilares-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

/* =========================================
   CONTACTO — TESTIMONIO DESTACADO
   ========================================= */

.contacto-testimonio-wrapper {
  background-color: #ffffff;
  padding: 100px 20px;
}

.contacto-testimonio-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.contacto-testimonio-img {
  width: 100%;
  aspect-ratio: 3/4;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.contacto-testimonio-img.contacto-visible {
  opacity: 1;
  transform: translateX(0);
}

.contacto-testimonio-body {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.8s ease 0.2s, transform 0.8s ease 0.2s;
}

.contacto-testimonio-body.contacto-visible {
  opacity: 1;
  transform: translateX(0);
}

.contacto-testimonio-quote {
  font-family: 'Playfair Display', serif;
  font-size: 5rem;
  color: #d63e3e;
  opacity: 0.25;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}

.contacto-testimonio-text {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.1rem, 1.8vw, 1.4rem);
  font-style: italic;
  line-height: 1.7;
  color: #1a1a1a;
  margin: 0 0 36px;
}

.contacto-testimonio-autor {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 24px;
  border-top: 1px solid #e0e0e0;
}

.contacto-testimonio-nombre {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #1a1a1a;
}

.contacto-testimonio-lugar {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  color: #aaaaaa;
  letter-spacing: 1px;
}

@media (max-width: 860px) {
  .contacto-testimonio-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .contacto-testimonio-img {
    aspect-ratio: 16/9;
  }
}

/* =========================================================================
   PANTALLA DE CONTRASEÑA AISLADA Y LIMPIA (SIN COOKIES, NAV NI FOOTER)
   ========================================================================= */

/* Si la página tiene el formulario de contraseña, ocultamos por completo el footer y el header */
body:has(.post-password-form) footer,
body:has(.post-password-form) header,
body:has(.post-password-form) .cookie-banner,
body:has(.post-password-form) #mainHeader {
    display: none !important;
}

/* Forzamos a que el cuerpo de la página se convierta en un contenedor centrado y limpio */
body:has(.post-password-form) {
    background-color: #fcfcfc !important; /* Fondo suave y limpio */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 100vh !important;
    margin: 0 !important;
    padding: 20px !important;
}

/* 2. La Tarjeta del Formulario (Ajustes de alineación interna) */
.post-password-form {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    max-width: 450px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 50px 40px !important;
    background: #ffffff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 4px !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05) !important;
    text-align: center !important;
    box-sizing: border-box !important;
    font-family: 'Montserrat', sans-serif !important;
}

/* Icono de candado superior */
.post-password-form::before {
    content: "🔒" !important;
    display: block !important;
    font-size: 2rem !important;
    margin-bottom: 20px !important;
}

/* Texto descriptivo */
.post-password-form p {
    font-family: 'Playfair Display', serif !important;
    font-size: 1.3rem !important;
    line-height: 1.5 !important;
    color: #1a1a1a !important;
    margin: 0 0 30px 0 !important;
    font-weight: 400 !important;
}

/* Caja que contiene el input y el botón juntos */
.post-password-form label {
    display: flex !important;
    gap: 10px !important;
    width: 100% !important;
    font-size: 0 !important; /* Oculta la palabra "Contraseña:" nativa */
    margin-bottom: 25px !important;
}

/* El campo de texto de la contraseña */
.post-password-form input[type="password"] {
    flex: 1 !important;
    padding: 14px !important;
    border: 1px solid #e0e0e0 !important;
    background-color: #ffffff !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 0.9rem !important;
    color: #333333 !important;
    border-radius: 2px !important;
    outline: none !important;
    box-sizing: border-box !important;
}

.post-password-form input[type="password"]:focus {
    border-color: #d63e3e !important;
    box-shadow: 0 0 0 3px rgba(214, 62, 62, 0.05) !important;
}

/* El botón de Entrar */
.post-password-form input[type="submit"] {
    padding: 14px 28px !important;
    background-color: #d63e3e !important;
    color: #ffffff !important;
    border: 1px solid #d63e3e !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 0.8rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    border-radius: 2px !important;
    box-sizing: border-box !important;
}

.post-password-form input[type="submit"]:hover {
    background-color: #b52b2b !important;
    border-color: #b52b2b !important;
}/* End custom CSS */