﻿/* ================================================
   MASCOTAQR — VARIANTES
   Estilos específicos de /variantes
   Usa variables de site.css — no las redefine
   Reutiliza: cfq-breadcrumb, cfq-hero__* de ComoFunciona.css
   ================================================ */

/* ================================================
   HERO
   ================================================ */
.vqr-hero {
    background: var(--gradient-hero);
    padding: 52px 0 60px;
    position: relative;
    overflow: hidden;
}

    .vqr-hero::after {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0;
        right: 0;
        height: 40px;
        background: var(--bg-cream);
        clip-path: ellipse(55% 100% at 50% 100%);
    }

.vqr-hero__preview {
    display: flex;
    justify-content: center;
    align-items: center;
}

.vqr-hero__img {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow-xl);
    animation: mqrFloat 4s ease-in-out infinite;
}

/* ================================================
   GRID DE VARIANTES
   ================================================ */
.vqr-grid {
    padding: 80px 0;
}

/* Card de variante */
.vqr-card {
    background: #fff;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-md);
    border: 2px solid transparent;
    transition: var(--transition);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

    .vqr-card:hover {
        transform: translateY(-6px);
        box-shadow: var(--shadow-xl);
        border-color: var(--primary);
    }

    .vqr-card.vqr-card--selected {
        border-color: var(--primary);
        box-shadow: var(--shadow-xl), 0 0 0 3px rgba(45,138,78,0.15);
    }

/* Imagen wrap */
.vqr-card__img-wrap {
    position: relative;
    background: var(--bg-cream);
    padding: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    overflow: hidden;
}

.vqr-card__img {
    width: 100%;
    max-width: 140px;
    height: auto;
    transition: var(--transition);
    position: relative;
    z-index: 1;
}

.vqr-card:hover .vqr-card__img {
    transform: scale(1.08) rotate(-2deg);
}

/* Punto de color */
.vqr-card__color-dot {
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    opacity: 0.08;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: var(--transition);
}

.vqr-card:hover .vqr-card__color-dot {
    opacity: 0.15;
    width: 160px;
    height: 160px;
}

/* Badge popular */
.vqr-card__popular {
    position: absolute;
    top: 12px;
    right: 12px;
    background: var(--gradient-cta);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    z-index: 2;
}

/* Body */
.vqr-card__body {
    padding: 22px 24px 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.vqr-card__name {
    font-size: 1rem;
    font-weight: 800;
    color: var(--text-dark);
    margin: 0;
    line-height: 1.2;
}

.vqr-card__desc {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin: 0;
    line-height: 1.5;
}

/* Specs */
.vqr-card__specs {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

    .vqr-card__specs span {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        font-size: 0.8rem;
        color: var(--text-muted);
        font-weight: 500;
    }

/* Botón */
.vqr-card__btn {
    font-size: 0.875rem;
    padding: 11px 20px;
    text-align: center;
    margin-top: auto;
}

/* ================================================
   ESPECIFICACIONES TÉCNICAS
   ================================================ */
.vqr-specs {
    padding: 80px 0;
    background: #fff;
}

.vqr-spec-card {
    background: var(--bg-light);
    border-radius: var(--border-radius);
    padding: 32px 24px;
    text-align: center;
    height: 100%;
    border: 1px solid rgba(45,138,78,0.1);
    transition: var(--transition);
}

    .vqr-spec-card:hover {
        transform: translateY(-4px);
        box-shadow: var(--shadow-md);
        border-color: rgba(45,138,78,0.25);
    }

.vqr-spec-card__icon {
    width: 56px;
    height: 56px;
    background: #fff;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    margin: 0 auto 18px;
    box-shadow: var(--shadow-sm);
}

.vqr-spec-card__title {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text-muted);
    margin-bottom: 8px;
}

.vqr-spec-card__val {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 4px;
    line-height: 1.2;
}

.vqr-spec-card__sub {
    font-size: 0.82rem;
    color: var(--text-muted);
    margin: 0;
    line-height: 1.4;
}

/* ================================================
   PACK MÚLTIPLE
   ================================================ */
.vqr-pack {
    padding: 80px 0;
}

.vqr-pack__inner {
    background: #fff;
    border-radius: var(--border-radius-xl);
    padding: 52px 48px;
    box-shadow: var(--shadow-lg);
    border: 1px solid rgba(45,138,78,0.1);
}

.vqr-pack__title {
    font-size: clamp(1.4rem, 2.5vw, 1.9rem);
    font-weight: 800;
    color: var(--text-dark);
    margin: 12px 0 14px;
    line-height: 1.25;
}

.vqr-pack__text {
    font-size: 0.95rem;
    color: var(--text-body);
    line-height: 1.7;
    margin-bottom: 20px;
}

.vqr-pack__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .vqr-pack__list li {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 0.9rem;
        color: var(--text-body);
        font-weight: 500;
    }

        .vqr-pack__list li [data-lucide] {
            color: var(--primary);
            flex-shrink: 0;
        }

.vqr-pack__img-wrap {
    position: relative;
}

.vqr-pack__img {
    width: 100%;
    max-width: 320px;
    height: auto;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-md);
}

/* ================================================
   CTA FINAL
   ================================================ */
.vqr-cta-final {
    background: var(--gradient-hero);
    padding: 72px 0;
    position: relative;
    overflow: hidden;
}

    .vqr-cta-final::before {
        content: '';
        position: absolute;
        inset: 0;
        background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    }

.vqr-cta-final__inner {
    position: relative;
    max-width: 580px;
    margin: 0 auto;
}

.vqr-cta-final__title {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 900;
    color: #fff;
    margin-bottom: 12px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.vqr-cta-final__sub {
    color: rgba(255,255,255,0.78);
    font-size: 1rem;
    margin-bottom: 32px;
    line-height: 1.6;
}

.vqr-cta-final__btn {
    font-size: 1rem;
    padding: 14px 36px;
}

.vqr-cta-final__note {
    margin-top: 18px;
    font-size: 0.82rem;
    color: rgba(255,255,255,0.6);
    margin-bottom: 0;
}

/* ================================================
   RESPONSIVE
   ================================================ */
@media (max-width: 991.98px) {
    .vqr-hero {
        padding: 40px 0 52px;
        text-align: center;
    }

    .vqr-hero__img {
        max-width: 340px;
    }

    .vqr-pack__inner {
        padding: 36px 28px;
    }

    .vqr-pack__img {
        max-width: 240px;
    }
}

@media (max-width: 767.98px) {
    .vqr-grid {
        padding: 56px 0;
    }

    .vqr-specs {
        padding: 56px 0;
    }

    .vqr-pack {
        padding: 56px 0;
    }

    .vqr-cta-final {
        padding: 56px 0;
    }

    .vqr-card__img-wrap {
        min-height: 160px;
        padding: 24px;
    }

    .vqr-cta-final__btn {
        width: 100%;
        text-align: center;
    }
}
