/* ============================================================
   THEME: VITRINE (Guaraipo Vitrine)
   Inclui estilos do hero, landing page e componentes específicos.
   Carregado via @push('head-links') em products/vitrine/landing.blade.php
   ============================================================ */

/* ── Variáveis do tema ─────────────────────────────────────── */

:root {
    --vitrine-primary: #7c3aed;
    --vitrine-primary-dark: #5b21b6;
    --vitrine-primary-light: #ede9fe;
    --vitrine-muted: #4b4466;
}

/* ── Hero ──────────────────────────────────────────────────── */

.vitrine-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, #7c3aed 0%, #7c3aed 52%, #1e0a3c 100%);
}

.vitrine-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 78% 45%, rgba(196, 167, 255, 0.2), transparent 35%);
    pointer-events: none;
}

.vitrine-left {
    position: relative;
    z-index: 2;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.vitrine-badge {
    display: inline-block;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: var(--vitrine-primary-dark);
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.vitrine-title {
    font-size: clamp(2.4rem, 4.8vw, 4.2rem);
    line-height: 1.08;
    font-weight: 800;
    color: #fff;
    max-width: 760px;
}

.vitrine-description {
    margin-top: 1.5rem;
    max-width: 660px;
    font-size: 1.15rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.82);
}

.vitrine-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.vitrine-right {
    position: relative;
    z-index: 2;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.vitrine-stage {
    position: relative;
    min-height: 620px;
    border-radius: 1.75rem;
    background: linear-gradient(160deg, rgba(30, 10, 60, 0.98), rgba(48, 18, 90, 0.94));
    border: 1px solid rgba(196, 167, 255, 0.32);
    box-shadow: 0 2rem 4rem rgba(20, 5, 45, 0.42);
    overflow: hidden;
}

.vitrine-stage::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0));
    pointer-events: none;
}

/* ── Orbit items ────────────────────────────────────────────── */

.vitrine-orbit-item {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
}

.vitrine-orbit-hex {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(196, 167, 255, 0.14);
    border: 1px solid rgba(196, 167, 255, 0.28);
}

.vitrine-orbit-icon {
    width: 24px;
    height: 24px;
    color: rgba(196, 167, 255, 0.9);
}

.vitrine-orbit-label {
    font-size: 0.7rem;
    font-weight: 600;
    color: rgba(196, 167, 255, 0.7);
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.vitrine-orbit-item--produto  { top: 11%;  left: 9%; }
.vitrine-orbit-item--servico  { top: 11%;  right: 9%; }
.vitrine-orbit-item--projeto  { bottom: 24%; left: 6%; }
.vitrine-orbit-item--mel      { top: 38%;  right: 7%; }
.vitrine-orbit-item--leads    { bottom: 18%; right: 11%; }
.vitrine-orbit-item--catalogo { top: 56%;  left: 10%; }

/* ── Dashboard frame ─────────────────────────────────────────── */

.vitrine-dashboard-frame {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    width: 80%;
    max-width: 420px;
}

.vitrine-dashboard-image {
    width: 100%;
    height: auto;
    border-radius: 0.75rem 0.75rem 0 0;
    box-shadow: 0 -8px 32px rgba(124, 58, 237, 0.32);
    object-fit: cover;
    display: block;
}

/* ── Section styles ─────────────────────────────────────────── */

.vitrine-section-title {
    color: var(--vitrine-primary);
    font-weight: 700;
}

.vitrine-muted {
    color: var(--vitrine-muted);
}

.vitrine-card {
    border-radius: 0.875rem;
}

.vitrine-card:hover {
    box-shadow: 0 8px 24px rgba(124, 58, 237, 0.12) !important;
}

.vitrine-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    background: var(--vitrine-primary-light);
    color: var(--vitrine-primary-dark);
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 0.75rem;
}

/* ── CTA section ─────────────────────────────────────────────── */

.vitrine-cta {
    background: linear-gradient(135deg, var(--vitrine-primary) 0%, var(--vitrine-primary-dark) 100%);
    color: #fff;
}

/* ── Responsive ──────────────────────────────────────────────── */

@media (max-width: 992px) {
    .vitrine-left {
        padding-top: 4rem;
        padding-bottom: 3rem;
    }

    .vitrine-title {
        font-size: 2.2rem;
    }

    .vitrine-stage {
        min-height: 420px;
    }
}
