:root {
    --brand-red: #dc3545;       /* Rojo de acento para el badge */
    --text-main: #212529;       /* Gris oscuro para títulos principales, igual que tu web */
    --text-sub: #495057;        /* Gris intermedio para descripciones */
    --light-bg: #f8f9fa;        /* Gris muy claro para bordes o zonas secundarias */
    --border-color: #dee2e6;
}

.coming-soon-container {
    position: relative;         /* Habilita el anclaje del badge absoluto en la esquina */
    background: #ffffff;        /* Fondo blanco puro que combina al 100% con tu web */
    border-radius: 8px;
    padding: 55px 40px 40px 40px; /* Más padding arriba para dar espacio al badge */
    max-width: 1000px;
    margin: 30px auto;
    font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;
    color: var(--text-main);
    box-shadow: 0 4px 20px rgba(0,0,0,0.05); /* Sombra muy suave y limpia, nada pesada */
    border: 1px solid var(--border-color);
}

.coming-soon-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 40px;
    align-items: center;
}

/* Ubicación exacta en la esquina superior izquierda del contenedor */
.badge-status {
    position: absolute;
    top: 0;
    left: 0;
    background: #17a2b8;        /* Color Cyan Informativo para Pre-Release */
    color: #ffffff;
    padding: 8px 16px;
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: 8px 0 8px 0; /* Curvatura perfecta que acopla con la esquina del contenedor */
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 10;
}

/* Lado Imagen y Contenedor del Carrusel */
.product-image-box {
    text-align: center;
    background: #ffffff; 
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Contenedor del Zoom Inteligente */
.main-image-zoom-container {
    position: relative;
    overflow: hidden; /* Oculta el desbordamiento de la imagen cuando se amplía */
    cursor: zoom-in;
    border-radius: 4px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 420px;
}

.ebook-img {
    max-width: 100%;
    height: auto;
    max-height: 420px;
    display: block;
    margin: 0 auto;
    transition: transform 0.1s ease, transform-origin 0.1s ease; /* Transición suave para el zoom */
}

/* Contenedor de Miniaturas */
.thumbnails-container {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 5px;
}

.thumb-box {
    width: 70px;
    height: 85px;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    padding: 4px;
    cursor: pointer;
    background: #ffffff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Por defecto, las imágenes dentro de las miniaturas están atenuadas */
.thumb-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    opacity: 0.5;                /* Estado inactivo: 50% de opacidad */
    transition: opacity 0.2s ease; /* Cambio visual fluido y suave */
}

/* Resalta sutilmente la opacidad al pasar el ratón por encima (Efecto Hover) */
.thumb-box:hover img {
    opacity: 0.8;
}

.thumb-box:hover {
    border-color: #a0aec0;
}

/* Cuando la miniatura está seleccionada (.active), gana el borde rojo y elimina la opacidad */
.thumb-box.active {
    border-color: var(--brand-red);
    box-shadow: 0 0 0 1px var(--brand-red);
}

.thumb-box.active img {
    opacity: 1;                  /* Estado activo: Nitidez completa al 100% */
}

/* Lado Detalles */
.series-tag {
    color: var(--brand-red);
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.product-details-box h2 {
    font-size: 2.2rem;
    color: var(--text-main);
    margin: 8px 0 15px 0;
    font-weight: 700;
    line-height: 1.2;
}

.product-details-box h2 small {
    font-size: 1.1rem;
    color: var(--text-sub);
    font-weight: 400;
    display: block;
    margin-top: 5px;
}

.product-description {
    color: var(--text-sub);
    line-height: 1.6;
    font-size: 0.95rem;
    margin-bottom: 20px;
}

.features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.features-list li {
    margin-bottom: 12px;
    font-size: 0.95rem;
    color: var(--text-main);
    display: flex;
    align-items: center;
}

.check-icon {
    color: #28a745;
    font-weight: bold;
    margin-right: 10px;
    font-size: 1.1rem;
}

/* ===================================================
   NUEVOS ESTILOS DEL CUADRO DE INFORMACIÓN COMPARTIDA
   =================================================== */

.ecu-pricing-loyalty-box {
    display: flex;
    align-items: center;
    background: #f8f9fa;
    border: 1px dashed #cbd5e0;
    border-radius: 6px;
    padding: 18px;
    margin-bottom: 25px;
    gap: 18px;
}

.ecu-price-tag {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid #dee2e6;
    padding: 12px 14px;
    border-radius: 4px;
    min-width: 95px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.price-label {
    font-size: 0.68rem;
    text-transform: uppercase;
    color: #718096;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.price-amount {
    font-size: 1.25rem;
    font-weight: 700;
    color: #e53e3e;
    text-decoration: line-through; /* Denota que no pagarán este monto */
}

.ecu-loyalty-message {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Filas internas de estado */
.status-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.status-row p {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.4;
    color: #4a5568;
}

/* Indicadores tipo LED circular */
.status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-top: 5px;
    flex-shrink: 0;
}

.dot-orange {
    background: #dd6b20;
    box-shadow: 0 0 6px #ed8936;
}

.dot-green {
    background: #38a169;
    box-shadow: 0 0 6px #48bb78;
}

/* Resalte especial del texto de disponibilidad inmediata */
.status-client p span {
    color: #2f855a;
    font-weight: 700;
    background: #c6f6d5;
    padding: 1px 6px;
    border-radius: 4px;
    font-size: 0.8rem;
}

/* ==========================================
   BOTÓN INTERACTIVO DE ENTRADA AL PANEL
   ========================================== */

.btn-login-unlock {
    display: block;
    background: #007bff; /* Azul corporativo */
    color: #ffffff !important;
    text-decoration: none;
    text-align: center;
    padding: 14px 24px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: background 0.2s ease, transform 0.1s ease;
    box-shadow: 0 4px 6px rgba(0, 123, 255, 0.15);
}

.btn-login-unlock:hover {
    background: #0056b3;
    transform: translateY(-1px);
}

/* Diseño Responsivo Celulares */
@media (max-width: 768px) {
    .coming-soon-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .coming-soon-container {
        padding: 45px 20px 20px 20px;
        margin: 15px;
    }
    .product-details-box h2 {
        font-size: 1.75rem;
    }
    .ecu-pricing-loyalty-box {
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
    }
    .ecu-price-tag {
        width: auto;
    }
}


/* ===================================================
   ESTILOS OPTIMIZADOS DEL CUADRO DE CONFIANZA
   =================================================== */

.ecu-pricing-loyalty-box {
    display: flex;
    align-items: center;
    background: #f8f9fa;
    border: 1px dashed #cbd5e0;
    border-radius: 6px;
    padding: 18px;
    margin-bottom: 25px;
    gap: 18px;
}

.ecu-price-tag {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid #dee2e6;
    padding: 12px 14px;
    border-radius: 4px;
    min-width: 95px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
    flex-shrink: 0;
}

.price-label {
    font-size: 0.68rem;
    text-transform: uppercase;
    color: #718096;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.price-amount {
    font-size: 1.25rem;
    font-weight: 700;
    color: #4a5568;
    text-decoration: line-through; /* Muestra el valor real pero tachado como obsequio */
}

.ecu-loyalty-message {
    flex: 1;
}

.ecu-loyalty-message p {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.5;
    color: #495057;
}

/* Resalte elegante para el beneficio GRATIS */
.ecu-loyalty-message span {
    color: #2f855a;
    font-weight: 700;
    background: #c6f6d5;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 0.8rem;
    display: inline-block;
}

/* Línea divisoria interna */
.box-divider {
    border: 0;
    border-top: 1px solid #dee2e6;
    margin: 10px 0;
}

.download-instruction {
    font-size: 0.85rem !important;
    color: #6c757d !important;
}

/* ==========================================
   BOTÓN INTERACTIVO DE ENTRADA AL PANEL
   ========================================== */

.btn-login-unlock {
    display: block;
    background: #007bff; /* Azul corporativo */
    color: #ffffff !important;
    text-decoration: none;
    text-align: center;
    padding: 14px 24px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: background 0.2s ease, transform 0.1s ease;
    box-shadow: 0 4px 6px rgba(0, 123, 255, 0.15);
}

.btn-login-unlock:hover {
    background: #0056b3;
    transform: translateY(-1px);
}

/* Diseño Responsivo Celulares */
@media (max-width: 768px) {
    .ecu-pricing-loyalty-box {
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
    }
    .ecu-price-tag {
        width: auto;
    }
}