/* ==========================================================================
   ALTURA COFFEE EXPORTS — PLAN B (LANDING V2: SPLIT HERO & CAROUSEL)
   Archivo de estilos exclusivo para la propuesta alternativa (/v2)
   ========================================================================== */

/* --------------------------------------------------------------------------
   0. SELECTOR FLOTANTE DE DEMO (Para alternar propuestas en vivo)
   -------------------------------------------------------------------------- */
.v2-demo-switcher {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 9999;
    background: rgba(18, 15, 13, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(212, 175, 55, 0.35);
    border-radius: 50px;
    padding: 6px 8px 6px 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6), 0 0 20px rgba(212, 175, 55, 0.15);
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
}

.v2-demo-switcher:hover {
    border-color: rgba(212, 175, 55, 0.6);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.7), 0 0 25px rgba(212, 175, 55, 0.25);
}

.v2-switcher-tag {
    color: #c89b3c;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.7rem;
}

.v2-switcher-links {
    display: flex;
    gap: 6px;
}

.v2-switcher-btn {
    padding: 4px 12px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: 600;
    transition: all 0.2s ease;
}

.v2-switcher-btn.inactive {
    color: #a8a29e;
    background: rgba(255, 255, 255, 0.05);
}

.v2-switcher-btn.inactive:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
}

.v2-switcher-btn.active {
    color: #120e0a;
    background: linear-gradient(135deg, #d4af37 0%, #aa8954 100%);
    box-shadow: 0 2px 8px rgba(212, 175, 55, 0.3);
}

/* --------------------------------------------------------------------------
   1. SPLIT HERO SECTION (CABECERA DIVIDIDA)
   -------------------------------------------------------------------------- */
.v2-split-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 120px 0 60px 0;
    overflow: hidden;
    background-color: #0c0a09;
}

.v2-split-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
    transform: scale(1.02);
    /* Fondo nítido, cálido y visible (sin oscurecimiento pesado) */
    filter: brightness(0.92) contrast(1.06) saturate(1.12);
}

.v2-split-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    /* Overlay sutil y translúcido que permite apreciar la foto con nitidez */
    background: linear-gradient(to bottom, rgba(12, 10, 9, 0.42) 0%, rgba(12, 10, 9, 0.35) 50%, rgba(12, 10, 9, 0.88) 100%),
                linear-gradient(to right, rgba(12, 10, 9, 0.62) 0%, rgba(12, 10, 9, 0.22) 50%, rgba(12, 10, 9, 0.45) 100%);
}

.v2-split-hero-container {
    position: relative;
    z-index: 3;
    width: 100%;
}

/* Columna Izquierda: Logo Showcase */
.v2-logo-showcase {
    background: rgba(20, 17, 15, 0.7);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(212, 175, 55, 0.25);
    border-radius: 20px;
    padding: 48px 36px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    text-align: center;
    position: relative;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.v2-logo-showcase:hover {
    transform: translateY(-4px);
    border-color: rgba(212, 175, 55, 0.45);
}

.v2-logo-glow {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.22) 0%, transparent 70%);
    filter: blur(30px);
    pointer-events: none;
    z-index: 0;
}

.v2-logo-img {
    position: relative;
    z-index: 1;
    max-width: 100%;
    width: 380px;
    height: auto;
    display: block;
    margin: 0 auto 24px auto;
    filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.8));
}

.v2-logo-pills {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 18px;
    padding-top: 20px;
    border-top: 1px solid rgba(212, 175, 55, 0.18);
}

.v2-logo-pill {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: #ded7ce;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 30px;
    padding: 6px 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.v2-logo-pill .bullet {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #d4af37;
}

/* Columna Derecha: Contenido Editorial */
.v2-hero-content {
    padding-left: 24px;
}

@media (max-width: 991px) {
    .v2-hero-content {
        padding-left: 0;
        margin-top: 36px;
        text-align: center;
    }
}

.v2-eyebrow {
    display: inline-block;
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    margin-bottom: 18px;
    position: relative;
    padding-left: 28px;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.85);
}

@media (max-width: 991px) {
    .v2-eyebrow {
        padding-left: 0;
    }
}

.v2-eyebrow::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 18px;
    height: 2px;
    background: #d4af37;
}

@media (max-width: 991px) {
    .v2-eyebrow::before {
        display: none;
    }
}

.v2-hero-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2.4rem, 4.5vw, 4.2rem);
    font-weight: 700;
    line-height: 1.12;
    color: #f5f5f0;
    margin-bottom: 22px;
    letter-spacing: -0.01em;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.85), 0 1px 3px rgba(0, 0, 0, 0.95);
}

.v2-hero-title-gold {
    color: #c5a059;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.9), 0 1px 3px rgba(0, 0, 0, 0.95);
}

.v2-hero-desc {
    font-size: clamp(1rem, 1.3vw, 1.18rem);
    line-height: 1.65;
    color: #ded7ce;
    margin-bottom: 34px;
    max-width: 580px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.85);
}

@media (max-width: 991px) {
    .v2-hero-desc {
        margin-left: auto;
        margin-right: auto;
    }
}

.v2-hero-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 36px;
}

@media (max-width: 991px) {
    .v2-hero-actions {
        justify-content: center;
    }
}

.v2-btn-solid {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, #d4af37 0%, #aa8954 100%);
    color: #120e0a;
    font-weight: 700;
    font-size: 0.88rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 32px;
    border-radius: 4px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 20px rgba(212, 175, 55, 0.35);
    border: none;
}

.v2-btn-solid:hover {
    background: linear-gradient(135deg, #e6c555 0%, #c09d64 100%);
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(212, 175, 55, 0.5);
}

.v2-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: transparent;
    color: #d4af37;
    font-weight: 700;
    font-size: 0.88rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 4px;
    border: 1px solid rgba(212, 175, 55, 0.5);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.v2-btn-outline:hover {
    color: #fff;
    background: rgba(212, 175, 55, 0.1);
    border-color: #d4af37;
    transform: translateY(-2px);
}

.v2-hero-metrics {
    display: flex;
    gap: 32px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 991px) {
    .v2-hero-metrics {
        justify-content: center;
    }
}

.v2-hero-metric-item strong {
    display: block;
    font-size: 1.45rem;
    font-weight: 700;
    color: #d4af37;
    font-family: 'Playfair Display', Georgia, serif;
}

.v2-hero-metric-item span {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #a8a29e;
}

/* --------------------------------------------------------------------------
   2. CARRUSEL CENTRAL DE PRODUCTOS (ROTACIÓN CADA 5 SEGUNDOS)
   -------------------------------------------------------------------------- */
.v2-carousel-section {
    position: relative;
    padding: 100px 0 90px 0;
    background: linear-gradient(180deg, #0c0a09 0%, #16120e 50%, #0c0a09 100%);
    overflow: hidden;
    border-top: 1px solid rgba(212, 175, 55, 0.12);
    border-bottom: 1px solid rgba(212, 175, 55, 0.12);
}

.v2-section-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 50px auto;
}

.v2-section-tag {
    color: #d4af37;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 12px;
}

.v2-section-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2rem, 3.5vw, 3rem);
    font-weight: 700;
    color: #f5f5f0;
    margin-bottom: 16px;
}

.v2-section-desc {
    color: #ded7ce;
    font-size: 1.05rem;
    line-height: 1.6;
}

/* Contenedor del Carrusel */
.v2-carousel-card {
    background: rgba(22, 18, 14, 0.75);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(212, 175, 55, 0.28);
    border-radius: 20px;
    padding: 36px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.65), 0 0 35px rgba(212, 175, 55, 0.08);
    position: relative;
    overflow: hidden;
}

/* Barra de progreso de 5 segundos */
.v2-carousel-timer-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 0%;
    background: linear-gradient(90deg, #d4af37, #f3e5ab);
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.8);
    z-index: 10;
}

.v2-carousel-timer-bar.running {
    animation: v2CarouselProgress 5s linear infinite;
}

@keyframes v2CarouselProgress {
    0% { width: 0%; }
    100% { width: 100%; }
}

/* Slide del carrusel */
.v2-slide {
    display: none;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.v2-slide.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

/* Lado Izquierdo del Slide: Imagen */
.v2-slide-img-wrapper {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    min-height: 380px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(212, 175, 55, 0.2);
}

.v2-slide-img {
    width: 100%;
    height: 100%;
    min-height: 380px;
    object-fit: cover;
    object-position: center;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.v2-slide:hover .v2-slide-img {
    transform: scale(1.04);
}

.v2-slide-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    background: rgba(12, 10, 9, 0.85);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(212, 175, 55, 0.4);
    color: #d4af37;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 30px;
    z-index: 2;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.v2-slide-sca {
    position: absolute;
    bottom: 18px;
    right: 18px;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.95), rgba(170, 137, 84, 0.95));
    color: #120e0a;
    font-weight: 800;
    font-size: 0.82rem;
    padding: 6px 14px;
    border-radius: 30px;
    z-index: 2;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.5);
    letter-spacing: 0.05em;
}

/* Lado Derecho del Slide: Información */
.v2-slide-info {
    padding: 10px 20px 10px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

@media (max-width: 991px) {
    .v2-slide-info {
        padding: 24px 0 0 0;
    }
}

.v2-slide-tag {
    color: #d4af37;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.v2-slide-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.9rem, 2.8vw, 2.6rem);
    font-weight: 700;
    color: #f5f5f0;
    margin-bottom: 10px;
}

.v2-slide-origin {
    color: #a8a29e;
    font-size: 0.95rem;
    font-weight: 500;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.v2-slide-notes-box {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(212, 175, 55, 0.18);
    border-radius: 10px;
    padding: 14px 18px;
    margin-bottom: 20px;
}

.v2-slide-notes-label {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #c89b3c;
    font-weight: 700;
    display: block;
    margin-bottom: 4px;
}

.v2-slide-notes-text {
    font-style: italic;
    color: #f3e5ab;
    font-size: 1.05rem;
    margin: 0;
    font-family: 'Playfair Display', Georgia, serif;
}

.v2-slide-desc {
    color: #ded7ce;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 24px;
}

.v2-slide-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    align-items: center;
}

.v2-slide-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #d4af37 0%, #aa8954 100%);
    color: #120e0a;
    font-weight: 700;
    font-size: 0.82rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 4px;
    transition: all 0.25s ease;
}

.v2-slide-btn-primary:hover {
    background: linear-gradient(135deg, #e6c555 0%, #c09d64 100%);
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(212, 175, 55, 0.35);
}

.v2-slide-btn-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(37, 211, 102, 0.12);
    border: 1px solid rgba(37, 211, 102, 0.35);
    color: #25D366;
    font-weight: 600;
    font-size: 0.82rem;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 4px;
    transition: all 0.25s ease;
}

.v2-slide-btn-whatsapp:hover {
    background: rgba(37, 211, 102, 0.22);
    border-color: #25D366;
    color: #4efa8e;
    transform: translateY(-2px);
}

/* Controles de Navegación del Carrusel */
.v2-carousel-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.v2-carousel-nav-btn {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(212, 175, 55, 0.25);
    color: #d4af37;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease;
    font-size: 1.2rem;
}

.v2-carousel-nav-btn:hover {
    background: rgba(212, 175, 55, 0.15);
    border-color: #d4af37;
    color: #fff;
    transform: scale(1.08);
}

.v2-carousel-dots {
    display: flex;
    gap: 10px;
    align-items: center;
}

.v2-carousel-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(212, 175, 55, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.v2-carousel-dot.active {
    width: 32px;
    border-radius: 10px;
    background: #d4af37;
    border-color: #d4af37;
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
}

.v2-carousel-timer-badge {
    font-size: 0.75rem;
    color: #a8a29e;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* --------------------------------------------------------------------------
   3. SECCIÓN DE VARIEDADES INFERIOR (CONSERVANDO INFO, FOTOS RENOVADAS)
   -------------------------------------------------------------------------- */
.v2-grid-section {
    padding: 90px 0;
    background-color: #0c0a09;
}

.v2-variety-card {
    background: #14110e;
    border: 1px solid rgba(212, 175, 55, 0.18);
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.v2-variety-card:hover {
    transform: translateY(-6px);
    border-color: rgba(212, 175, 55, 0.45);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.7);
}

.v2-variety-img-wrap {
    height: 250px;
    overflow: hidden;
    position: relative;
    background: #1c1815;
}

.v2-variety-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease;
}

.v2-variety-card:hover .v2-variety-img-wrap img {
    transform: scale(1.06);
}

.v2-variety-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.v2-variety-name {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.45rem;
    font-weight: 700;
    color: #f5f5f0;
    margin-bottom: 6px;
}

.v2-variety-origin {
    font-size: 0.82rem;
    color: #a8a29e;
    margin-bottom: 12px;
}

.v2-variety-notes {
    font-style: italic;
    font-size: 0.95rem;
    color: #d4af37;
    font-family: 'Playfair Display', Georgia, serif;
    margin-bottom: 14px;
}

.v2-variety-desc {
    font-size: 0.88rem;
    color: #ded7ce;
    line-height: 1.55;
    margin-bottom: 20px;
}

.v2-variety-footer {
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid rgba(212, 175, 55, 0.15);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* --------------------------------------------------------------------------
   4. SECCIÓN INTERACTIVA: RUTA DEL CAFÉ Y HUB DE REDES SOCIALES OFICIALES
   -------------------------------------------------------------------------- */
.v2-interactive-section {
    position: relative;
    padding: 100px 0 130px 0;
    background: radial-gradient(circle at 80% 20%, rgba(28, 22, 18, 0.9) 0%, #0c0a09 70%);
    border-top: 1px solid rgba(212, 175, 55, 0.15);
    border-bottom: 1px solid rgba(212, 175, 55, 0.15);
    overflow: hidden;
}

.v2-interactive-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 15%;
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.08) 0%, transparent 70%);
    filter: blur(50px);
    pointer-events: none;
}

/* Columna Izquierda: Explorador de la Ruta del Café */
.v2-process-interactive-box {
    background: rgba(20, 16, 13, 0.85);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(212, 175, 55, 0.28);
    border-radius: 18px;
    padding: 32px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.v2-box-header {
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.v2-box-tag {
    color: #d4af37;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    display: block;
    margin-bottom: 6px;
}

.v2-box-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.65rem;
    color: #f5f5f0;
    font-weight: 700;
    margin: 0;
}

/* Selector de Pasos (Tabs interactivos) */
.v2-steps-nav {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-bottom: 24px;
}

@media (max-width: 576px) {
    .v2-steps-nav {
        grid-template-columns: repeat(2, 1fr);
    }
}

.v2-step-tab {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(212, 175, 55, 0.15);
    border-radius: 10px;
    padding: 12px 8px;
    text-align: center;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    color: #a8a29e;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.v2-step-tab:hover {
    background: rgba(212, 175, 55, 0.08);
    border-color: rgba(212, 175, 55, 0.35);
    color: #f5f5f0;
    transform: translateY(-2px);
}

.v2-step-tab.active {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.2) 0%, rgba(212, 175, 55, 0.05) 100%);
    border-color: #d4af37;
    color: #d4af37;
    box-shadow: 0 4px 14px rgba(212, 175, 55, 0.2);
}

.v2-step-tab-num {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    opacity: 0.8;
}

.v2-step-tab-name {
    font-size: 0.78rem;
    font-weight: 600;
}

/* Tarjeta del paso activo */
.v2-step-content-pane {
    display: none;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.v2-step-content-pane.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.v2-step-card-inner {
    background: rgba(14, 11, 9, 0.75);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 14px;
    padding: 24px;
    margin-bottom: 20px;
}

.v2-step-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(212, 175, 55, 0.15);
    border: 1px solid rgba(212, 175, 55, 0.3);
    color: #d4af37;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 12px;
}

.v2-step-heading {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.35rem;
    color: #f5f5f0;
    margin-bottom: 10px;
    font-weight: 700;
}

.v2-step-desc {
    color: #ded7ce;
    font-size: 0.92rem;
    line-height: 1.6;
    margin-bottom: 18px;
}

/* Pastillas de telemetría del café */
.v2-step-pills-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.v2-step-pill-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 10px 14px;
}

.v2-step-pill-label {
    font-size: 0.7rem;
    text-transform: uppercase;
    color: #a8a29e;
    letter-spacing: 0.05em;
    display: block;
    margin-bottom: 2px;
}

.v2-step-pill-val {
    font-size: 0.88rem;
    font-weight: 700;
    color: #d4af37;
}

/* Columna Derecha: Hub de Redes Sociales y Trato Directo */
.v2-social-hub-box {
    background: rgba(20, 16, 13, 0.85);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(212, 175, 55, 0.28);
    border-radius: 18px;
    padding: 32px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.v2-social-cards-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 20px;
    flex-grow: 1;
}

.v2-social-card {
    background: rgba(14, 11, 9, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    text-decoration: none;
}

.v2-social-card:hover {
    transform: translateX(4px);
    border-color: rgba(212, 175, 55, 0.4);
    background: rgba(26, 20, 16, 0.9);
}

.v2-social-card-left {
    display: flex;
    align-items: center;
    gap: 14px;
}

.v2-social-icon-box {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.v2-social-card.whatsapp .v2-social-icon-box {
    background: rgba(37, 211, 102, 0.15);
    border: 1px solid rgba(37, 211, 102, 0.3);
    color: #25D366;
}

.v2-social-card.instagram .v2-social-icon-box {
    background: rgba(225, 48, 108, 0.15);
    border: 1px solid rgba(225, 48, 108, 0.3);
    color: #e1306c;
}

.v2-social-card.facebook .v2-social-icon-box {
    background: rgba(24, 119, 242, 0.15);
    border: 1px solid rgba(24, 119, 242, 0.3);
    color: #1877f2;
}

.v2-social-meta-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #f5f5f0;
    margin-bottom: 2px;
}

.v2-social-meta-sub {
    font-size: 0.78rem;
    color: #a8a29e;
    margin: 0;
}

.v2-social-card-action {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.78rem;
    font-weight: 700;
    color: #d4af37;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    white-space: nowrap;
}

.v2-social-card:hover .v2-social-card-action {
    color: #f3e5ab;
}

/* Tarjeta inferior de acción rápida */
.v2-hub-cta-box {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.12) 0%, rgba(28, 22, 18, 0.8) 100%);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 12px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: auto;
}

@media (max-width: 576px) {
    .v2-hub-cta-box {
        flex-direction: column;
        text-align: center;
    }
}

.v2-hub-cta-title {
    font-size: 0.88rem;
    font-weight: 700;
    color: #f5f5f0;
    margin-bottom: 2px;
}

.v2-hub-cta-desc {
    font-size: 0.76rem;
    color: #ded7ce;
    margin: 0;
}

