﻿/* ===================================================================
   TIENDA INFO PREMIUM — Sección Información rediseñada
   Archivo: recursos/css/tienda/tienda-info-premium.css
=================================================================== */

.tinfo-wrapper {
    max-width: 100%;
    margin: 0;
    padding: 0 0 3rem 0;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/* ① HERO DESCRIPCIÓN */
.tinfo-hero {
    background: linear-gradient(145deg, #fff, #fdf8f4);
    border: 1px solid rgba(139, 29, 29, 0.08);
    border-left: 4px solid #8B1D1D;
    border-radius: 0 18px 18px 0;
    padding: 2rem 2rem 1.75rem;
    position: relative;
}

.tinfo-hero-kicker {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.68rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #8B1D1D;
    margin-bottom: 0.85rem;
}

.tinfo-kicker-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #8B1D1D;
    flex-shrink: 0;
}

.tinfo-hero-text {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #334155;
    font-weight: 500;
    margin: 0 0 1.25rem 0;
}

.tinfo-verificado-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: rgba(5, 150, 105, 0.07);
    border: 1px solid rgba(5, 150, 105, 0.2);
    border-radius: 12px;
    padding: 0.65rem 1rem;
    margin-top: 0.25rem;
}

    .tinfo-verificado-badge i {
        color: #059669;
        font-size: 1.1rem;
        flex-shrink: 0;
    }

    .tinfo-verificado-badge strong {
        display: block;
        font-size: 0.85rem;
        color: #064e3b;
        font-weight: 800;
    }

    .tinfo-verificado-badge span {
        font-size: 0.75rem;
        color: #6b7280;
    }

/* ② STATS ROW */
.tinfo-stats-row {
    display: flex;
    gap: 0;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.07);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
}

.tinfo-stat {
    flex: 1;
    text-align: center;
    padding: 1.25rem 1rem;
    position: relative;
    transition: background 0.2s ease;
}

    .tinfo-stat:not(:last-child)::after {
        content: "";
        position: absolute;
        right: 0;
        top: 20%;
        height: 60%;
        width: 1px;
        background: rgba(15, 23, 42, 0.08);
    }

    .tinfo-stat:hover {
        background: rgba(139, 29, 29, 0.02);
    }

.tinfo-stat-num {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.9rem;
    font-weight: 900;
    color: #0f172a;
    line-height: 1;
    margin-bottom: 0.3rem;
}

.tinfo-stat-oferta .tinfo-stat-num {
    color: #d97706;
}

.tinfo-stat-label {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #64748b;
}

/* ③ LO QUE NOS HACE ÚNICOS */
.tinfo-unico {
    display: flex;
    gap: 1.1rem;
    align-items: flex-start;
    background: linear-gradient(145deg, #fffbeb, #fef3c7);
    border: 1px solid rgba(217, 119, 6, 0.2);
    border-radius: 16px;
    padding: 1.5rem;
}

.tinfo-unico-icono {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(145deg, #f59e0b, #d97706);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
    box-shadow: 0 6px 14px rgba(217, 119, 6, 0.25);
}

.tinfo-unico-label {
    font-size: 0.7rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #92400e;
    margin-bottom: 0.4rem;
}

.tinfo-unico-texto {
    font-size: 0.95rem;
    line-height: 1.65;
    color: #78350f;
    font-weight: 500;
    margin: 0;
}

/* ④ DATOS EN GRID */
.tinfo-datos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1rem;
}

.tinfo-dato-card {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.07);
    border-radius: 16px;
    padding: 1.25rem;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.03);
    transition: all 0.22s ease;
}

    .tinfo-dato-card:hover {
        border-color: rgba(139, 29, 29, 0.15);
        box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
        transform: translateY(-2px);
    }

.tinfo-dato-card-envio {
    background: linear-gradient(145deg, #fff7ed, #fff);
    border-color: rgba(249, 115, 22, 0.15);
}

.tinfo-dato-head {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 0.85rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(15, 23, 42, 0.05);
}

.tinfo-dato-icono {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    color: #fff;
    flex-shrink: 0;
}

.tinfo-icono-bordo {
    background: linear-gradient(145deg, #8B1D1D, #6d1717);
}

.tinfo-icono-verde {
    background: linear-gradient(145deg, #059669, #047857);
}

.tinfo-icono-azul {
    background: linear-gradient(145deg, #2563eb, #1d4ed8);
}

.tinfo-icono-dorado {
    background: linear-gradient(145deg, #D4AF37, #b8941f);
}

.tinfo-icono-naranja {
    background: linear-gradient(145deg, #ea580c, #c2410c);
}

.tinfo-icono-gris {
    background: linear-gradient(145deg, #475569, #334155);
}

.tinfo-dato-titulo {
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #374151;
}

.tinfo-dato-body {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.tinfo-dato-texto {
    font-size: 0.88rem;
    line-height: 1.6;
    color: #475569;
    margin: 0;
    font-weight: 500;
}

/* Horarios */
.tinfo-horario-fila {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.88rem;
    color: #374151;
}

.tinfo-horario-turno {
    font-size: 0.75rem;
    color: #64748b;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    min-width: 60px;
}

.tinfo-horario-chip {
    display: inline-flex;
    font-size: 0.68rem;
    font-weight: 700;
    padding: 0.2rem 0.6rem;
    background: rgba(5, 150, 105, 0.08);
    color: #059669;
    border-radius: 999px;
    border: 1px solid rgba(5, 150, 105, 0.15);
    margin-top: 0.25rem;
}

/* Chips */
.tinfo-chips-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.tinfo-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.76rem;
    font-weight: 700;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
}

    .tinfo-chip i {
        font-size: 0.65rem;
    }

.tinfo-chip-verde {
    background: rgba(5, 150, 105, 0.08);
    color: #065f46;
    border: 1px solid rgba(5, 150, 105, 0.18);
}

.tinfo-chip-azul {
    background: rgba(37, 99, 235, 0.07);
    color: #1e40af;
    border: 1px solid rgba(37, 99, 235, 0.15);
}

/* Precios */
.tinfo-precios-display {
    display: flex;
    gap: 0.35rem;
    margin-bottom: 0.35rem;
}

.tinfo-precio-simbolo {
    font-size: 1.2rem;
    font-weight: 900;
    font-family: 'Playfair Display', Georgia, serif;
    transition: color 0.2s;
}

.tinfo-precio-activo {
    color: #0f172a;
}

.tinfo-precio-inactivo {
    color: #d1d5db;
}

.tinfo-precio-label {
    font-size: 0.78rem;
    color: #64748b;
    font-weight: 600;
    margin: 0;
}

.tinfo-nota {
    font-size: 0.75rem;
    color: #64748b;
    font-style: italic;
    margin: 0.35rem 0 0 0;
    line-height: 1.45;
}

/* ⑤ POLÍTICAS */
.tinfo-politicas {
    background: rgba(239, 68, 68, 0.04);
    border: 1px solid rgba(239, 68, 68, 0.12);
    border-left: 4px solid #ef4444;
    border-radius: 0 14px 14px 0;
    padding: 1.25rem 1.5rem;
}

.tinfo-politicas-head {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #dc2626;
    margin-bottom: 0.65rem;
}

.tinfo-politicas-texto {
    font-size: 0.9rem;
    line-height: 1.65;
    color: #475569;
    margin: 0;
    font-weight: 500;
}

/* ⑥ VIDEO */
.tinfo-video-section {
    background: #0f172a;
    border-radius: 18px;
    padding: 1.5rem;
    overflow: hidden;
}

.tinfo-video-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #ef4444;
    margin-bottom: 1rem;
}

.tinfo-video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    border-radius: 12px;
    overflow: hidden;
}

    .tinfo-video-wrapper iframe,
    .tinfo-video-wrapper video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

/* RESPONSIVE */
@media (max-width: 768px) {
    .tinfo-wrapper {
        gap: 1.5rem;
    }

    .tinfo-hero {
        padding: 1.5rem 1.25rem;
        border-radius: 0 14px 14px 0;
    }

    .tinfo-hero-text {
        font-size: 0.95rem;
    }

    .tinfo-stats-row {
        border-radius: 14px;
    }

    .tinfo-stat-num {
        font-size: 1.5rem;
    }

    .tinfo-datos-grid {
        grid-template-columns: 1fr;
    }

    .tinfo-unico {
        gap: 0.85rem;
    }

    .tinfo-unico-icono {
        width: 38px;
        height: 38px;
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .tinfo-stats-row {
        flex-wrap: wrap;
    }

    .tinfo-stat {
        flex: 1 1 45%;
        border-right: none;
    }

        .tinfo-stat::after {
            display: none;
        }
}
