/* =========================================================
   CASA BELICH — home-v47.css
   Diseño de máximo nivel para la Home
   ========================================================= */

/* ─────────────────────────────────────────────
   1. UTILIDADES BASE
───────────────────────────────────────────── */
.sr-only {
    position: absolute;
    width: 1px; height: 1px;
    padding: 0; margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border-width: 0;
}

/* ─────────────────────────────────────────────
   2. HERO — visibilidad responsive
───────────────────────────────────────────── */
@media (min-width: 769px) {
    .hero-slide[data-dispositivo="mobile"] { display: none !important; }
}
@media (max-width: 768px) {
    .hero-slide[data-dispositivo="desktop"] { display: none !important; }
    body::before { display: none !important; }
}
.hero-slide.first-visible-desktop,
.hero-slide.first-visible-mobile { display: block !important; }

/* ─────────────────────────────────────────────
   3. HERO — Pirámide de palabras
───────────────────────────────────────────── */
#hero-text-block p {
    line-height: 0.9 !important;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-word {
    color: var(--cb-gold, #B0894C) !important;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-shadow: 0 2px 14px rgba(0,0,0,0.75) !important;
    letter-spacing: 0.06em;
}

#word-salud     { font-size: 1.1rem;  letter-spacing: 0.45em; margin-bottom: 6px; }
#word-caracter  { font-size: 1.9rem;  letter-spacing: 0.18em; margin-bottom: 6px; }
#word-excelencia{ font-size: 2.9rem;  letter-spacing: 0.04em; }

#pyramid-line {
    background: var(--cb-gold, #B0894C) !important;
    height: 3px !important;
    width: 0;
    margin: 12px auto 0 !important;
    border-radius: 2px;
}

@media (max-width: 768px) {
    #word-salud     { font-size: 0.85rem; letter-spacing: 0.35em; margin-bottom: 4px; }
    #word-caracter  { font-size: 1.35rem; letter-spacing: 0.12em; margin-bottom: 4px; }
    #word-excelencia{ font-size: 2rem;    letter-spacing: 0.02em; }
    #pyramid-line   { height: 2px !important; margin: 9px auto 0 !important; }
}

/* ─────────────────────────────────────────────
   4. HERO — Barra social lateral
───────────────────────────────────────────── */
#hero-social-links { z-index: 4500; }

#hero-social-links a.social-link {
    background: rgba(8, 8, 8, 0.75) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 50px;
    padding: 9px 18px !important;
    margin-bottom: 8px;
    border: 1px solid rgba(255,255,255,0.15) !important;
    color: #fff !important;
    font-weight: 600;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

#hero-social-links a.social-link:hover {
    background: rgba(176, 137, 76, 0.92) !important;
    border-color: rgba(176, 137, 76, 0.5) !important;
    transform: translateX(7px) scale(1.04);
    box-shadow: 0 8px 28px rgba(176, 137, 76, 0.4);
}

#hero-social-links a.social-link svg {
    fill: currentColor;
    width: 18px; height: 18px;
    flex-shrink: 0;
}

/* ─────────────────────────────────────────────
   5. BANDA INTRODUCTORIA
───────────────────────────────────────────── */
.cb-intro-band {
    background: var(--cb-dark, #111827);
    padding: 2.2rem 1.5rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cb-intro-band::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(176,137,76,0.12) 0%, transparent 60%);
    pointer-events: none;
}

.cb-intro-band-inner {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.cb-intro-band p {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.05rem, 2.2vw, 1.4rem);
    font-style: italic;
    color: rgba(255,255,255,0.82);
    margin: 0;
    line-height: 1.6;
}

.cb-intro-band strong {
    color: var(--cb-gold, #B0894C);
    font-style: normal;
}

/* ─────────────────────────────────────────────
   6. SECCIÓN REJILLA EDITORIAL
───────────────────────────────────────────── */
.cb-grid-section {
    background: linear-gradient(180deg, #f3ede5 0%, var(--cb-cream, #F9F5F0) 100%);
    padding: 5rem 1.5rem 6rem;
    position: relative;
    overflow: hidden;
}

.cb-grid-section::before {
    content: '';
    position: absolute;
    top: 0; left: 50%; transform: translateX(-50%);
    width: 60px; height: 3px;
    background: var(--cb-gold, #B0894C);
    border-radius: 0 0 4px 4px;
}

/* Encabezado editorial */
.cb-grid-eyebrow {
    text-align: center;
    margin-bottom: 3.5rem;
}

.cb-grid-eyebrow-tag {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--cb-gold, #B0894C);
    border: 1px solid rgba(176,137,76,0.3);
    padding: 5px 18px;
    border-radius: 50px;
    margin-bottom: 1.1rem;
}

.cb-grid-eyebrow h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 700;
    color: var(--cb-dark, #111827);
    margin: 0;
    line-height: 1.15;
}

.cb-grid-eyebrow h2 em {
    font-style: italic;
    color: var(--cb-gold, #B0894C);
}

/* Grid 2×2 */
.cb-cards-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    max-width: 1280px;
    margin: 0 auto;
}

@media (min-width: 640px)  { .cb-cards-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .cb-cards-grid { gap: 1.75rem; } }

/* ─────────────────────────────────────────────
   7. TARJETA DE SECCIÓN (cb-section-card) — EQUILIBRIO DE CONTRASTE Y TRANSPARENCIA
───────────────────────────────────────────── */

/* === ESTILOS COMUNES PARA AMBAS VERSIONES === */
.cb-section-card {
    position: relative;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    background: #0d0d0d;
    box-shadow: 0 4px 24px rgba(0,0,0,0.12);
    will-change: transform;
}

.cb-section-card .slide-img {
    position: absolute;
    inset: 0;
    width: 100%; 
    height: 100%;
    object-fit: cover;
    opacity: 1 !important;
    z-index: 1;
}

.cb-card-body {
    position: absolute;
    bottom: 0; 
    left: 0; 
    right: 0;
    z-index: 3;
}

/* Letras amarillas: Tono dorado mate suave con Aura de Dispersión Elegante (Sin líneas negras baratas) */
.cb-card-tag {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700 !important;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #DFB87E !important; /* Dorado mate en armonía corporativa */
    margin-bottom: 0.5rem;
    /* Difuminado suave de alta cobertura: Cero bordes duros pixelados */
    text-shadow: 
        0 2px 4px rgba(0, 0, 0, 0.9),
        0 4px 10px rgba(0, 0, 0, 0.7),
        0 0 15px rgba(0, 0, 0, 0.5) !important;
}

/* Títulos del medio (Guías de Cuidados, etc.): Blanco Puro con Sombra Suave y Profunda */
.cb-card-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.4rem, 2.5vw, 1.9rem);
    font-weight: 700;
    color: #ffffff !important;
    margin: 0 0 0.45rem;
    line-height: 1.2;
    text-shadow: 
        0 2px 6px rgba(0, 0, 0, 0.95),
        0 4px 12px rgba(0, 0, 0, 0.75),
        0 8px 24px rgba(0, 0, 0, 0.5) !important;
}

/* Subtítulos pequeños de descripción */
.cb-card-sub {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.95) !important;
    margin: 0 0 1.1rem;
    font-weight: 500;
    line-height: 1.4;
    text-shadow: 
        0 2px 4px rgba(0, 0, 0, 0.9),
        0 4px 10px rgba(0, 0, 0, 0.6) !important;
}

/* Botón de acción inferior (CTA) */
.cb-card-cta {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #DFB87E !important;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.4s ease 0.05s, transform 0.4s ease 0.05s;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9) !important;
}

.cb-section-card:hover .cb-card-cta {
    opacity: 1;
    transform: translateY(0);
}

.cb-card-cta svg {
    width: 14px; height: 14px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.cb-section-card:hover .cb-card-cta svg { transform: translateX(4px); }


/* === VISTA EXCLUSIVA: PANTALLAS MÓVILES (Lista vertical limpia) === */
@media (max-width: 768px) {
    .cb-cards-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 24px !important;
        padding: 0 20px !important;
    }
    .cb-section-card {
        aspect-ratio: 1.3 / 1 !important;
    }
    .cb-card-body {
        padding: 1.75rem 1.25rem 1.25rem !important;
    }
    /* Gradiente translúcido para móvil: Equilibrado para que la foto respire por detrás */
    .cb-card-gradient {
        position: absolute;
        inset: 0;
        background: linear-gradient(
            to top,
            rgba(10, 10, 12, 0.92) 0%,
            rgba(10, 10, 12, 0.70) 40%,
            rgba(10, 10, 12, 0.25) 75%,
            transparent 100%
        ) !important;
        z-index: 2;
    }
}


/* === VISTA EXCLUSIVA: ORDENADORES Y PANTALLAS GRANDES (PC) === */
@media (min-width: 769px) {
    .cb-section-card {
        aspect-ratio: 4 / 3;
        transition: transform 0.55s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    }
    .cb-section-card:hover {
        transform: translateY(-8px) scale(1.01);
        box-shadow: 0 22px 45px rgba(0,0,0,0.18), 0 0 0 1px rgba(176,137,76,0.25);
    }
    .cb-card-body {
        padding: 2.2rem 1.75rem 1.75rem;
        transform: translateY(4px);
        transition: transform 0.4s ease;
    }
    .cb-section-card:hover .cb-card-body { 
        transform: translateY(0); 
    }
    /* Gradiente cristalino para PC: Permite ver perfectamente los detalles de las fotos */
    .cb-card-gradient {
        position: absolute;
        inset: 0;
        background: linear-gradient(
            to top,
            rgba(10, 10, 12, 0.88) 0%,
            rgba(10, 10, 12, 0.60) 35%,
            rgba(10, 10, 12, 0.15) 70%,
            transparent 100%
        ) !important;
        z-index: 2;
        transition: background 0.4s ease;
    }
    .cb-section-card:hover .cb-card-gradient {
        background: linear-gradient(
            to top,
            rgba(6, 6, 8, 0.94) 0%,
            rgba(8, 8, 10, 0.70) 40%,
            rgba(10, 10, 12, 0.25) 75%,
            transparent 100%
        ) !important;
    }
    .cb-card-accent {
        position: absolute;
        top: 0; left: 0;
        width: 0; height: 3px;
        background: var(--cb-gold, #B0894C);
        z-index: 4;
        transition: width 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    }
    .cb-section-card:hover .cb-card-accent { 
        width: 100%; 
    }
}


/* === PUNTOS DEL SLIDESHOW === */
.cb-card-dots {
    position: absolute;
    top: 1rem; right: 1rem;
    z-index: 4;
    display: flex;
    gap: 5px;
}

.cb-card-dot {
    width: 5px; height: 5px;
    border-radius: 50%;
    background: rgba(255,255,255,0.35);
    transition: background 0.3s ease, transform 0.3s ease;
}

.cb-card-dot.active {
    background: var(--cb-gold, #B0894C);
    transform: scale(1.4);
}
/* ─────────────────────────────────────────────
   8. BANDA DE CONFIANZA / TRUST SIGNALS
───────────────────────────────────────────── */
.cb-trust-band {
    background: var(--cb-dark, #111827);
    padding: 3.5rem 1.5rem;
    position: relative;
    overflow: hidden;
}

.cb-trust-band::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(176,137,76,0.08) 0%,
        transparent 50%,
        rgba(176,137,76,0.05) 100%
    );
    pointer-events: none;
}

.cb-trust-inner {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .cb-trust-inner { grid-template-columns: repeat(4, 1fr); }
}

.cb-trust-item {
    text-align: center;
    padding: 1.5rem 1rem;
    border: 1px solid rgba(176,137,76,0.15);
    border-radius: 16px;
    background: rgba(255,255,255,0.03);
    transition: all 0.3s ease;
    cursor: default;
}

.cb-trust-item:hover {
    background: rgba(176,137,76,0.08);
    border-color: rgba(176,137,76,0.35);
    transform: translateY(-3px);
}

.cb-trust-number {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--cb-gold, #B0894C);
    line-height: 1;
    margin-bottom: 0.4rem;
}

.cb-trust-label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.55);
    line-height: 1.4;
}

/* ─────────────────────────────────────────────
   9. SEPARADOR ORNAMENTAL
───────────────────────────────────────────── */
.cb-ornament-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    padding: 3rem 1.5rem;
    background: var(--cb-cream, #F9F5F0);
}

.cb-ornament-line {
    flex: 1;
    max-width: 220px;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(176,137,76,0.45));
}

.cb-ornament-line.right {
    background: linear-gradient(to left, transparent, rgba(176,137,76,0.45));
}

.cb-ornament-icon {
    width: 38px; height: 38px;
    border: 1px solid rgba(176,137,76,0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--cb-gold, #B0894C);
    flex-shrink: 0;
}

.cb-ornament-icon svg { width: 18px; height: 18px; }

/* ─────────────────────────────────────────────
   10. BLOQUE SEO PREMIUM
───────────────────────────────────────────── */
.seo-premium-section {
    padding: 5rem 1.5rem 6rem;
    background: #fff;
    overflow: hidden;
    width: 100%;
    max-width: 100vw;
}

.seo-container {
    max-width: 1152px;
    margin: 0 auto;
    width: 100%;
}

.seo-premium-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 700;
    color: var(--cb-dark, #111827);
    text-align: center;
    margin: 0 0 1.8rem;
    line-height: 1.15;
}

.seo-premium-text {
    font-size: 1rem;
    line-height: 1.75;
    color: #4b5563;
    margin: 0 0 1.5rem;
}

/* Caja highlight con borde lateral dorado */
.seo-premium-highlight {
    background: linear-gradient(135deg, #fdf9f3 0%, #f7efe2 100%);
    border: 1px solid rgba(176,137,76,0.25);
    border-left: 4px solid var(--cb-gold, #B0894C);
    border-radius: 0 16px 16px 0;
    padding: 1.8rem 2rem;
    margin: 2.5rem 0;
    box-shadow: 0 4px 20px rgba(176,137,76,0.08);
}

.seo-premium-highlight p {
    color: #5a4a2f;
    font-weight: 500;
    margin: 0;
    font-size: 0.97rem;
    line-height: 1.7;
}

.seo-premium-highlight p + p { margin-top: 1rem; }

/* Subtítulos SEO */
.seo-premium-subtitle {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--cb-dark, #111827);
    margin: 4rem 0 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 0.75rem;
}

.seo-premium-subtitle svg {
    width: 1.4rem; height: 1.4rem;
    color: var(--cb-gold, #B0894C);
    flex-shrink: 0;
}

/* ─────────────────────────────────────────────
   11. TARJETAS ÉLITE (afijos y salud)
───────────────────────────────────────────── */
.cb-card-elite {
    background: #fff !important;
    border: 1px solid var(--cb-cream-border, #E5D5B5) !important;
    border-radius: 20px !important;
    padding: 2.2rem 1.5rem !important;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06) !important;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.cb-card-elite:hover {
    transform: translateY(-7px);
    border-color: var(--cb-gold, #B0894C) !important;
    box-shadow: 0 20px 45px rgba(176,137,76,0.16) !important;
}

.cb-card-elite img {
    max-width: 130px;
    height: auto;
    margin: 0 auto 1.4rem;
    display: block;
    object-fit: contain;
}

.cb-card-elite h4 {
    color: var(--cb-dark, #111827) !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.cb-card-elite p {
    color: #6b7280 !important;
    font-size: 0.9rem !important;
    line-height: 1.6 !important;
    font-weight: 500 !important;
    margin: 0 !important;
    flex: 1;
}

.cb-badge-afijo {
    margin-top: 1.25rem;
    display: inline-block;
    background: rgba(176,137,76,0.1);
    color: var(--cb-gold, #B0894C) !important;
    font-weight: 700 !important;
    font-size: 0.78rem !important;
    padding: 4px 14px;
    border-radius: 50px;
    border: 1px solid rgba(176,137,76,0.25);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

/* ─────────────────────────────────────────────
   12. BLOQUE OSCURO FILOSOFÍA
───────────────────────────────────────────── */
.seo-dark-section {
    background: var(--cb-dark, #111827) !important;
    border-radius: 24px;
    padding: 3rem 2rem;
    margin-top: 4rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0,0,0,0.2);
}

.seo-dark-section::before {
    content: '';
    position: absolute;
    top: -80px; right: -80px;
    width: 300px; height: 300px;
    background: radial-gradient(circle, rgba(176,137,76,0.12) 0%, transparent 70%);
    pointer-events: none;
}

.seo-dark-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 700;
    color: #F4BF4C !important;
    margin: 0 0 1.5rem;
    position: relative;
    z-index: 1;
    line-height: 1.2;
}

.seo-dark-text {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #d1d5db !important;
    margin: 0 0 1.25rem;
    position: relative;
    z-index: 1;
}

.cb-glass-box {
    background: rgba(255,255,255,0.05) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(255,255,255,0.1) !important;
    border-radius: 20px !important;
    padding: 2rem !important;
    box-shadow: 0 8px 32px rgba(0,0,0,0.25);
    text-decoration: none;
    display: block;
    transition: transform 0.4s ease, border-color 0.3s ease;
    color: inherit;
}

.cb-glass-box:hover {
    transform: translateY(-5px);
    border-color: rgba(176,137,76,0.4) !important;
}

.cb-glass-box h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #F4BF4C;
    margin: 0 0 1rem;
}

.seo-dark-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.seo-dark-list li {
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px !important;
    margin-bottom: 14px !important;
    color: #d1d5db !important;
}

.seo-dark-list svg {
    width: 18px !important;
    height: 18px !important;
    color: #F4BF4C !important;
    flex-shrink: 0 !important;
    margin-top: 3px;
}

.seo-list-text {
    color: #d1d5db !important;
    font-weight: 400 !important;
    font-size: 0.93rem;
    line-height: 1.5;
}

/* ─────────────────────────────────────────────
   13. SECCIÓN SHOWS
───────────────────────────────────────────── */
.shows-section-final {
    position: relative;
    overflow: hidden;
    min-height: 480px;
    display: flex;
    align-items: center;
}

.shows-desktop-banner-structure {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.shows-desktop-banner-structure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(0.45) saturate(0.8);
}

.shows-desktop-banner-structure::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(10,10,10,0.85) 0%,
        rgba(10,10,10,0.4)  60%,
        transparent         100%
    );
}

.shows-text-content-wrapper {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 5rem 1.5rem;
}

.shows-text-inner-container {
    max-width: 1200px;
    margin: 0 auto;
}

.shows-text-final-wrapper { max-width: 620px; }

.shows-eyebrow {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.25
    em;
        text-transform: uppercase;
        color: var(--cb-gold, #B0894C);
        border: 1px solid rgba(176,137,76,0.35);
        padding: 5px 16px;
        border-radius: 50px;
        margin-bottom: 1.5rem;
        display: inline-block;
    }

    .shows-title {
        font-family: 'Cormorant Garamond', serif;
        font-size: clamp(2.2rem, 4vw, 3.4rem);
        font-weight: 700;
        color: #fff;
        margin: 0 0 1.25rem;
        line-height: 1.15;
        text-shadow: 0 2px 8px rgba(0,0,0,0.4);
    }

    .shows-desc {
        font-size: 1.05rem;
        line-height: 1.75;
        color: rgba(255,255,255,0.78);
        margin: 0 0 2rem;
    }

    .shows-desc a {
        color: #F4BF4C;
        font-weight: 700;
        text-decoration: none;
        border-bottom: 1px solid rgba(244,191,76,0.3);
        transition: border-color 0.25s ease, color 0.25s ease;
    }

    .shows-desc a:hover {
        color: #fff;
        border-bottom-color: #fff;
    }

    /* Botones de la sección shows */
    .shows-btn-group {
        display: flex;
        flex-wrap: wrap;
        gap: 0.85rem;
    }

    .shows-btn {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 0.85rem 1.75rem;
        border-radius: 50px;
        font-size: 0.8rem;
        font-weight: 700;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        text-decoration: none;
        transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
        white-space: nowrap;
    }

    .shows-btn svg {
        width: 16px; height: 16px;
        flex-shrink: 0;
    }

    .shows-btn-primary {
        background: var(--cb-gold, #B0894C);
        color: #111;
        box-shadow: 0 8px 24px rgba(176,137,76,0.4);
    }

    .shows-btn-primary:hover {
        background: #c99b56;
        transform: translateY(-3px) scale(1.03);
        box-shadow: 0 16px 36px rgba(176,137,76,0.5);
        color: #111;
    }

    .shows-btn-ghost {
        background: rgba(255,255,255,0.08);
        color: #fff;
        border: 1px solid rgba(255,255,255,0.25);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
    }

    .shows-btn-ghost:hover {
        background: rgba(255,255,255,0.16);
        border-color: rgba(255,255,255,0.5);
        transform: translateY(-3px);
        color: #fff;
    }

    /* ─────────────────────────────────────────────
       14. GRID TAILWIND — compatibilidad con clases
           usadas en el bloque SEO
    ───────────────────────────────────────────── */
    .grid { display: grid; }
    .grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
    .gap-6 { gap: 1.5rem; }
    .mt-10 { margin-top: 2.5rem; }

    @media (min-width: 768px) {
        .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
        .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    }

    @media (min-width: 1024px) {
        .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    }

    .gap-8 { gap: 2rem; }

    /* ─────────────────────────────────────────────
       15. RESPONSIVE GLOBAL
    ───────────────────────────────────────────── */
    @media (max-width: 768px) {

        /* Grid section */
        .cb-grid-section { padding: 3.5rem 1rem 4rem; }
        .cb-cards-grid   { gap: 1rem; }

        /* Tarjetas — texto más compacto en móvil */
        .cb-card-title { font-size: 1.3rem; }
        .cb-card-body  { padding: 1.5rem 1.25rem 1.25rem; }

        /* Trust band */
        .cb-trust-band  { padding: 2.5rem 1rem; }
        .cb-trust-number{ font-size: 2.2rem; }

        /* Ornament */
        .cb-ornament-divider { padding: 2rem 1rem; }
        .cb-ornament-line    { max-width: 80px; }

        /* SEO section */
        .seo-premium-section  { padding: 3.5rem 1rem 4.5rem; }
        .seo-premium-subtitle { font-size: 1.4rem; margin-top: 3rem; }
        .seo-dark-section     { padding: 2rem 1.25rem; border-radius: 16px; }
        .seo-premium-highlight{ padding: 1.25rem 1.5rem; }

        /* Shows */
        .shows-section-final          { min-height: 520px; align-items: flex-end; }
        .shows-text-content-wrapper   { padding: 2.5rem 1rem 3rem; }
        .shows-text-final-wrapper     { max-width: 100%; }
        .shows-btn-group              { flex-direction: column; }
        .shows-btn                    { justify-content: center; }

        /* Intro band */
        .cb-intro-band { padding: 1.75rem 1rem; }
    }

    @media (max-width: 480px) {
        .cb-trust-inner { grid-template-columns: repeat(2, 1fr); gap: 0.85rem; }
        .cb-trust-item  { padding: 1.1rem 0.75rem; }
        .cb-trust-number{ font-size: 1.9rem; }
        .cb-trust-label { font-size: 0.65rem; }
    }

    /* ─────────────────────────────────────────────
       16. ANIMACIONES DE ENTRADA (estado inicial
           antes de que GSAP tome el control)
    ───────────────────────────────────────────── */
    .cb-section-card,
    .cb-trust-item {
        opacity: 1; /* GSAP las anima desde 0, aquí las dejamos visibles por defecto */
    }

    /* Fallback: si GSAP no carga, las tarjetas
       siguen siendo visibles */
    @media (prefers-reduced-motion: reduce) {
        .cb-section-card,
        .cb-trust-item {
            transition: none !important;
            transform: none !important;
        }
        .cb-section-card .slide-img {
            transition: opacity 0.3s ease !important;
            transform: none !important;
        }
    }

    /* ─────────────────────────────────────────────
       17. ACCESIBILIDAD — focus visible
    ───────────────────────────────────────────── */
    .cb-section-card:focus-visible,
    .cb-card-elite:focus-visible,
    .cb-glass-box:focus-visible,
    .shows-btn:focus-visible,
    #hero-social-links a.social-link:focus-visible {
        outline: 3px solid var(--cb-gold, #B0894C);
        outline-offset: 3px;
    }

    /* ─────────────────────────────────────────────
       18. PRINT — ocultar elementos decorativos
    ───────────────────────────────────────────── */
    @media print {
        .cb-intro-band,
        .cb-trust-band,
        .cb-ornament-divider,
        .shows-section-final,
        #hero-social-links { display: none !important; }

        .cb-section-card {
            break-inside: avoid;
            box-shadow: none;
            border: 1px solid #ccc;
        }
    }
