/* =========================================================
    TEMA MODERNO
========================================================= */


/* =========================================================
    HERO
========================================================= */

.tema-moderno .hero {
    padding: 60px 20px;
}

.tema-moderno .hero::before {
    background: rgba(0,0,0,.62);
}

.tema-moderno .logo {
    width: 120px;
    height: 120px;
    border-radius: 20px;
    border: 2px solid rgba(255,255,255,.2);
}

.tema-moderno .hero h1 {
    font-size: 2.5rem;
}

.tema-moderno .hero p {
    font-size: 1rem;
}


/* =========================================================
    CATEGORÍAS
========================================================= */

.tema-moderno .categorias {
    gap: 10px;
    padding: 14px;
    background: rgba(255,255,255,.9);
    border-bottom: 1px solid rgba(0,0,0,.06);
}

.tema-moderno .categorias button {
    background: transparent !important;
    color: #222;
    padding: 10px 14px;
    border-radius: 10px;
    font-size: .92rem;
}

.tema-moderno .categoria-activa {
    background: var(--color-principal) !important;
    color: white !important;
    transform: none;
    box-shadow: none;
}

.tema-moderno .categorias button.categoria-activa {
    background: var(--color-principal) !important;
    color: #ffffff !important;
}


/* =========================================================
    PRODUCTOS
========================================================= */

.tema-moderno .productos {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 18px;
}


/* =========================================================
    CARDS
========================================================= */

.tema-moderno .card {
    border-radius: 14px;
    border: 1px solid rgba(0,0,0,.08);
    background: white;
}

.tema-moderno .card:hover {
    transform: translateY(-4px);
}

.tema-moderno .card img {
    height: 180px;
}

.tema-moderno .card-content {
    padding: 16px;
}

.tema-moderno .card-content h3 {
    font-size: 1.2rem;
}

.tema-moderno .precio {
    font-size: 1.3rem;
}


/* =========================================================
    BADGE DESTACADO
========================================================= */

.tema-moderno .badge-destacado {
    border-radius: 8px;
}


/* =========================================================
    CARDS SIN IMAGEN
========================================================= */

.tema-moderno .card-sin-imagen {
    border-left: 4px solid var(--color-principal);
}

.tema-moderno .card-sin-imagen .card-content {
    padding: 16px;
}


/* =========================================================
    FOOTER
========================================================= */

.tema-moderno .footer {
    background:
        linear-gradient(rgba(20,20,20,.92), rgba(20,20,20,.92)),
        #111;
}

.tema-moderno .footer-redes a {
    border-radius: 12px;
}

.tema-moderno .footer-item {
    opacity: .9;
}


/* =========================================================
    WHATSAPP
========================================================= */

.tema-moderno .whatsapp {
    padding: 14px 18px;
    border-radius: 14px;
    font-size: .95rem;
    box-shadow: 0 8px 20px rgba(0,0,0,.15);
    border-left: 5px solid rgba(255,255,255,.8);
    transform: skew(-5deg);
}

.tema-moderno .whatsapp:hover {
    transform: skew(-5deg) translateY(-4px);
}
