@import url('https://fonts.googleapis.com/css2?family=Agbalumo&family=Figtree:wght@400;700;900&family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@400;500;600&family=Playfair+Display:wght@600;700&display=swap');

:root {
    --space: 'Space Grotesk', 'Inter', sans-serif;
    --body: 'Inter', 'Space Grotesk', sans-serif;
    --headline-pill: 'Agbalumo', system-ui, sans-serif;
    --figtree: 'Figtree', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --bg: #050505;
    --panel: #0b0b0f;
    --panel-dark: #060608;
    --text: #f5f5f7;
    --muted: #9ea1b7;
    --neon-yellow: #fddf4a;
    --neon-pink: #ff4fde;
    --neon-lime: #9cff01;
    --neon-cyan: #3cf4ff;
    --danger: #ff6b6b;
    --success: #46fcb4;
    --shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: var(--figtree);
    /* textos simples em Figtree */
    background: radial-gradient(circle at top, #11121a, #050505 45%);
    color: var(--text);
    min-height: 100vh;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

header.top-bar {
    background: rgba(5, 5, 5, 0.85);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 18px clamp(24px, 5vw, 72px);
    display: flex;
    align-items: center;
    gap: clamp(24px, 4vw, 80px);
}

.brand-logo {
    display: flex;
    align-items: center;
    gap: 14px;
    font-family: var(--space);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.brand-logo .sigil {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: conic-gradient(from 90deg, var(--neon-pink), var(--neon-yellow), var(--neon-cyan), var(--neon-pink));
    display: grid;
    place-items: center;
    color: #050505;
    font-weight: 700;
    font-size: 0.7rem;
    box-shadow: 0 0 24px rgba(255, 79, 222, 0.6);
}

.brand-logo span {
    font-size: 1.25rem;
    font-weight: 600;
}

header .headline {
    flex: 1;
}

.headline strong {
    color: var(--neon-pink);
}

.countdown {
    display: flex;
    gap: 18px;
    font-family: var(--space);
}

.countdown .block {
    text-align: center;
}

.countdown .value {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--panel-dark);
}

.countdown .label {
    font-size: 0.7rem;
    color: var(--muted);
    letter-spacing: 2px;
}

@media (max-width: 900px) {
    header.top-bar {
        flex-direction: column;
        text-align: center;
    }

    .countdown {
        justify-content: center;
        flex-wrap: wrap;
    }
}

.landing-shell {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.hero {
    /* topo bem mais próximo - você pode ir testando 16, 8 ou 0 */
    padding: 0px clamp(24px, 7vw, 96px) 72px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    text-align: center;
    position: relative;
}

.logo-stage {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-top: -40px;
    /* puxa a logo para perto do ticker; ajuste fino no olho */
    margin-bottom: -30px;
}

.logo-glow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.logo-type {
    width: min(900px, 90vw);
    aspect-ratio: 16 / 9;
    background: linear-gradient(120deg, #ffe702, #ff007f, #ffe702, #ff007f);
    background-size: 300% 300%;
    -webkit-mask-image: url('../img/logo-campanha.svg');
    mask-image: url('../img/logo-campanha.svg');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    animation: glowPulse 3s ease-in-out infinite, colorShift 3s linear infinite;
}

@keyframes glowPulse {

    0%,
    100% {
        filter: drop-shadow(0 0 25px rgba(255, 79, 222, 0.45)) drop-shadow(0 0 50px rgba(252, 223, 74, 0.25));
    }

    50% {
        filter: drop-shadow(0 0 30px rgba(60, 244, 255, 0.6)) drop-shadow(0 0 70px rgba(255, 79, 222, 0.35));
    }
}

@keyframes colorShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes neonFlow {
    0% {
        background-position: 0% 50%;
        box-shadow: 0 18px 36px rgba(255, 0, 127, 0.45),
            0 0 24px rgba(255, 231, 2, 0.35);
    }

    33% {
        background-position: 50% 50%;
        box-shadow: 0 18px 40px rgba(255, 0, 127, 0.45),
            0 0 28px rgba(255, 231, 2, 0.35);
    }

    66% {
        background-position: 100% 50%;
        box-shadow: 0 18px 40px rgba(255, 231, 2, 0.45),
            0 0 28px rgba(255, 0, 127, 0.3);
    }

    100% {
        background-position: 0% 50%;
        box-shadow: 0 18px 36px rgba(255, 0, 127, 0.45),
            0 0 24px rgba(255, 231, 2, 0.35);
    }
}

.hero-pill {
    /* border: 2px solid #ff2e83; */
    /* border-radius: 999px; */
    padding: 22px clamp(40px, 6vw, 72px);
    width: fit-content;
    max-width: 95vw;
    /* background: rgba(5, 5, 5, 0.9); */
    /* box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45); */
    margin-top: -30px;
    margin-left: auto;
    margin-right: auto;
    color: #f5f5f7;
    text-align: center;
    line-height: 1.35;
}

.hero-pill .pill-headline {
    font-family: var(--headline-pill);
    font-size: 3rem;
    /* 36px */
    margin: 0;
    white-space: normal;
    line-height: 1.2;
}

.hero-pill strong {
    color: var(--neon-yellow);
}

.pill-headline .pill-highlight {
    color: var(--neon-yellow);
}

.pill-subline .pill-highlight-80 {
    color: var(--neon-yellow);
    font-weight: 800;
    letter-spacing: 0.5px;
    text-shadow: 0 0 10px rgba(253, 223, 74, 0.35);
}

.pill-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    margin-left: 8px;
    border-radius: 999px;
    font-size: 0.78rem;
    letter-spacing: 0.5px;
    color: #f5f5f7;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.08);
}

.pill-chip.urgency::before {
    content: '⏳';
    font-size: 0.9rem;
}

@media (max-width: 900px) {
    .hero-pill {
        padding: 18px clamp(28px, 6vw, 54px);
        border-width: 1.5px;
        border-radius: 28px;
    }

    .hero-pill .pill-headline {
        font-size: 2.2rem;
        line-height: 1.15;
    }

    .hero-pill .pill-subline {
        font-size: 1rem !important;
        line-height: 1.35;
    }
}

@media (max-width: 720px) {
    .logo-type {
        width: min(1050px, 110vw);
    }

    .logo-stage {
        margin-top: -30px;
        margin-bottom: -20px;
    }

    .hero-pill {
        padding: 16px clamp(18px, 5vw, 36px);
        width: 100%;
        max-width: 100%;
        border-radius: 22px;
        margin-top: -10px;
    }

    .hero-pill .pill-headline {
        font-size: 2rem;
        line-height: 1.15;
    }

    .hero-pill .pill-subline {
        font-size: 1.05rem !important;
        line-height: 1.38;
    }

    .hero-note {
        font-size: 0.95rem;
        line-height: 1.45;
    }
}

@media (max-width: 520px) {
    .logo-type {
        width: min(820px, 110vw);
    }

    .logo-stage {
        margin-top: -24px;
        margin-bottom: -14px;
    }

    .hero-pill .pill-headline {
        font-size: 1.7rem;
        line-height: 1.14;
    }

    .hero-pill .pill-subline {
        font-size: 1rem !important;
        line-height: 1.36;
    }

    .hero-note {
        font-size: 0.92rem;
        line-height: 1.42;
    }
}
.hero-pill .pill-subline {
    margin: 35px 0 0;
    color: #ff4b94;
    font-family: var(--figtree);
    font-weight: 700;
    font-size: 1.4rem;
    /* 14px */
}

.countdown.ticker {
    display: grid;
    grid-template-columns: repeat(4, minmax(70px, 95px));
    gap: 10px;
    width: min(420px, 100%);
    justify-content: center;
}

.ticker .brick {
    background: linear-gradient(180deg, #ffffff 0%, #d7e0ff 100%);
    border-radius: 18px;
    padding: 14px 10px;
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #0a0a0a;
}

.ticker .value {
    font-family: var(--space);
    font-size: clamp(1.8rem, 4vw, 2.4rem);
    font-weight: 700;
}

.ticker .label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #3b3b3b;
}

.ticker-wrap {
    text-align: center;
    margin: 0 auto 8px;
    max-width: 760px;
}

/* Hero ticker refinado: menor, centrado e mais sutil */
.hero .countdown.ticker {
    grid-template-columns: repeat(4, minmax(52px, 78px));
    gap: 8px;
    width: min(320px, 100%);
    margin: 0 auto;
}

.hero .ticker .brick {
    padding: 10px 8px;
    border-radius: 14px;
    background: transparent;
    border: 1.5px solid #ff4b94;
    box-shadow: 0 0 12px rgba(255, 79, 222, 0.35);
    color: #fff;
}

.hero .ticker .value {
    font-size: clamp(1.2rem, 3vw, 1.6rem);
    color: #fff;
}

.hero .ticker .label {
    font-size: 0.62rem;
    letter-spacing: 1.5px;
    color: rgba(255, 255, 255, 0.82);
}

.ticker-kicker {
    margin: 0px 0px 10px 0px;
    font-family: var(--space);
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 800;
    color: var(--neon-yellow);
    font-size: 0.95rem;
    display: inline-block;
    padding-top: 4px;
}

.ticker-note {
    margin: 6px 0 12px;
    color: rgba(245, 245, 247, 0.9);
    font-size: 0.95rem;
    font-weight: 600;
}

.hero-note {
    max-width: 620px;
    margin: 22px 0 0;
    color: rgba(245, 245, 247, 0.8);
    font-family: var(--figtree);
    font-weight: 700;
    font-size: 0.875rem;
    /* 14px */
}

.cta-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 64px;
    border-radius: 999px;
    background: linear-gradient(120deg, #ffe702, #ff007f, #ffe702, #ff007f);
    background-size: 280% 280%;
    color: #fff;
    font-family: var(--figtree);
    font-size: 1.25rem;
    /* 20px */
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 900;
    /* Black */
    box-shadow: 0 20px 44px rgba(255, 0, 127, 0.4);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    animation: neonFlow 4s ease-in-out infinite;
}

.cta-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 60px rgba(255, 0, 127, 0.6);
}

@media (max-width: 900px) {
    .cta-primary {
        font-size: 1.1rem !important;
        padding: 16px 52px !important;
        letter-spacing: 1.5px !important;
    }
}

@media (max-width: 720px) {
    .cta-primary {
        font-size: 1rem !important;
        padding: 15px 46px !important;
        letter-spacing: 1.2px !important;
    }
}

@media (max-width: 520px) {
    .cta-primary {
        font-size: 0.95rem !important;
        padding: 14px 40px !important;
        letter-spacing: 1px !important;
    }
}

.category-body {
    background: radial-gradient(circle at top, #11121a, #050505 45%);
    color: var(--text);
}

/* Topo da categoria mais compacto */
.category-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px clamp(16px, 3vw, 32px);
    background: rgba(5, 5, 5, 0.9);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* volta pro padrão do restante do site */
.category-top .back-link {
    font-size: 0.85rem;
    letter-spacing: 2px;
}

/* chip mais “cheio” */
.category-top .category-chip {
    padding: 8px 20px;
    font-size: 0.85rem;
    letter-spacing: 3px;
}

/* carrinho com tamanho confortável */
.category-top .cart-toggle {
    min-width: 46px;
    height: 46px;
    font-size: 1.2rem;
}

.category-top .cart-badge {
    top: -6px;
    right: -6px;
    min-width: 18px;
    height: 18px;
    font-size: 0.7rem;
}

/* contador usando o espaço todo, sem scale */
.category-top .ticker {
    width: auto;
    transform: none;
    transform-origin: right center;
}

.category-top .ticker .brick {
    padding: 12px 12px;
}

.category-top .ticker .value {
    font-size: 1.4rem;
    font-weight: 700;
}

.category-top .ticker .label {
    font-size: 0.7rem;
    letter-spacing: 2px;
}

/* mantém o topo na casa dos ~100px em telas maiores */
@media (min-width: 768px) {
    .category-top {
        min-height: 72px;
        max-height: 104px;
    }
}

.back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.85rem;
}

.category-chip {
    padding: 10px 20px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-family: var(--space);
    text-transform: uppercase;
    letter-spacing: 3px;
}

.category-shell {
    display: flex;
    flex-direction: column;
    gap: clamp(32px, 6vw, 64px);
    padding: clamp(24px, 4vw, 48px) clamp(16px, 4vw, 64px) 96px;
}

.steps-section {
    background: #ffd400;
    color: #050505;
    padding: clamp(48px, 8vw, 110px) clamp(24px, 6vw, 96px);
    text-align: center;
}

.steps-section header h2 {
    font-family: var(--headline-pill);
    /* Agbalumo */
    font-size: clamp(2rem, 4vw, 2.8rem);
    margin: 4px 0 12px;
}

.section-kicker {
    font-family: var(--figtree);
    /* texto auxiliar em Figtree */
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 0;
    font-size: 0.9rem;
}

.section-subtitle {
    margin: 0 auto;
    max-width: 560px;
    color: rgba(5, 5, 5, 0.8);
}

.steps-grid {
    margin-top: 42px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
}

.step-card {
    border-radius: 28px;
    border: 2px solid #050505;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fef5b3;
}

.step-head {
    background: #050505;
    color: #fff;
    padding: 18px;
}

.step-head h3 {
    margin: 0;
    font-size: 1rem;
    font-family: var(--figtree);
    text-transform: uppercase;
}

.step-body {
    flex: 1;
    padding: 28px 22px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.step-body img {
    width: 92px;
    height: auto;
}

.order-section {
    padding: clamp(56px, 8vw, 110px) clamp(24px, 6vw, 96px) 80px;
    text-align: center;
    background: #050505;
}

.order-section header h2 {
    font-family: var(--headline-pill);
    /* Agbalumo */
    font-size: clamp(2rem, 4vw, 2.8rem);
    margin: 6px 0 12px;
}

.order-section header p {
    margin: 0 auto;
    max-width: 540px;
    color: var(--muted);
}

.category-showcase {
    margin-top: 48px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 24px;
}

.category-card {
    background: #0b0b0f;
    border-radius: 24px;
    padding: 28px 18px 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.45);
}

.category-card strong {
    font-family: var(--figtree);
    text-transform: uppercase;
    font-size: 1rem;
}

.icon-ring {
    width: 120px;
    height: 120px;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.03);
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.icon-ring img {
    width: 78px;
}

.mini-cta {
    margin-top: auto;
    background: #ff007f;
    color: #fff;
    padding: 10px 28px;
    border-radius: 999px;
    font-size: 0.85rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    transition: transform 0.2s ease;
}

.mini-cta:hover {
    transform: translateY(-2px);
}

.faq-section {
    background: #ff1f70;
    padding: clamp(56px, 8vw, 110px) clamp(24px, 6vw, 96px) 120px;
    color: #050505;
}

.faq-section h2 {
    text-align: center;
    font-family: var(--headline-pill);
    /* Agbalumo */
    margin: 0 0 36px;
    font-size: clamp(2rem, 4vw, 2.8rem);
}

.faq-list {
    max-width: 880px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-item {
    border-radius: 18px;
    background: #ffe76a;
    overflow: hidden;
    border: 2px solid #050505;
}

.faq-item .faq-toggle {
    width: 100%;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1rem;
    font-family: var(--figtree);
    background: transparent;
    border: none;
    text-align: left;
    cursor: pointer;
}

.faq-item .symbol {
    font-size: 1.5rem;
    transition: transform 0.2s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    background: #fff4bf;
    color: #050505;
    padding: 0 22px;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-answer p {
    margin: 18px 0;
}

.faq-item.is-open .faq-answer {
    max-height: 200px;
    padding: 12px 22px 20px;
}

.faq-item.is-open .symbol {
    transform: rotate(45deg);
}

.badge {
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 0.75rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* CATEGORY PAGE */
.catalog-section {
    padding: 0 clamp(24px, 6vw, 96px);
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.product-grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.product-grid-neo .neo-layout {
    display: grid;
    grid-template-columns: 84px minmax(360px, 1.05fr) minmax(300px, 0.95fr);
    gap: 0;
    padding: clamp(6px, 1.5vw, 14px);
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    align-items: start;
    position: relative;
}

.media-column {
    display: grid;
    grid-template-columns: 84px minmax(750px, 1fr);
    gap: 0;
    min-height: 800px;
    align-self: stretch;
}

.thumbs-rail {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: none;
    max-width: 88px;
    overflow-y: auto;
    flex-wrap: wrap;
}

.media-thumb {
    width: 72px;
    height: 72px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.03);
    padding: 3px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.media-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.media-thumb-video {
    color: #ff007f;
    font-weight: 700;
    font-size: 1rem;
}

.video-icon {
    display: inline-block;
    font-size: 1.1rem;
}

.media-thumb.is-active {
    border-color: rgba(255, 0, 127, 0.6);
    box-shadow: 0 0 0 2px rgba(255, 0, 127, 0.25);
}

.media-viewer {
    grid-column: 2 / 3;
    border-radius: 24px;
    border: none;
    background: transparent;
    height: 800px;
    min-height: 800px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.media-stage {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    z-index: 1;
    overflow: hidden;
}

.media-viewer img,
.media-viewer video {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.media-stage img,
.media-stage video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.media-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(0, 0, 0, 0.28);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s, opacity 0.2s;
    opacity: 0.85;
    z-index: 2;
    pointer-events: auto;
}

.media-nav--prev {
    left: 10px;
}

.media-nav--next {
    right: 10px;
}

.media-nav--prev,
.media-nav--next {
    border: 1px solid rgba(255, 0, 127, 0.9);
    color: #ff007f;
}

.media-nav:hover {
    background: rgba(0, 0, 0, 0.45);
    border-color: rgba(255, 255, 255, 0.45);
    opacity: 1;
}

.media-viewer .slide-anim {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    transition: transform 260ms ease, opacity 260ms ease;
}

.media-viewer .slide-anim img,
.media-viewer .slide-anim video {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.media-stage img,
.media-stage video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.alert-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1200;
    padding: 16px;
}

.alert-overlay.is-open {
    display: flex;
}

.alert-box {
    background: #0b0b12;
    border: 1px solid rgba(255, 0, 127, 0.5);
    border-radius: 16px;
    padding: 18px 20px;
    color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    max-width: 360px;
    width: 100%;
    text-align: center;
    font-family: var(--space);
}

.alert-box .alert-message {
    margin: 0 0 12px;
    font-size: 1rem;
    color: #ff4fde;
}

.alert-box .alert-close {
    width: 100%;
    padding: 10px 14px;
    border-radius: 12px;
    border: 1px solid rgba(255, 0, 127, 0.6);
    background: rgba(255, 0, 127, 0.12);
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.field-error {
    margin-top: 8px;
    color: #ff4d6d;
    font-weight: 600;
    font-size: 0.9rem;
}

.product-panel {
    display: flex;
    flex-direction: column;
    gap: 16px;
    grid-column: 3 / 4;
    align-self: start;
    width: 500px;
    justify-self: start;
}

.panel-head {
    display: flex;
    gap: 12px;
    align-items: center;
}

.panel-title h3 {
    margin: 0;
}

.status-badge {
    background: rgba(255, 0, 127, 0.16);
    color: #ff4fde;
    border: 1px solid rgba(255, 0, 127, 0.4);
}

.price-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
}

.price-row .price-before {
    text-decoration: line-through;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

.price-row .price-now {
    font-size: 1.8rem;
    margin: 2px 0;
}

.saving-pill {
    background: rgba(70, 252, 180, 0.15);
    color: #46fcb4;
    border: 1px solid rgba(70, 252, 180, 0.4);
    border-radius: 999px;
    padding: 8px;
}

.payment-chip {
    display: inline-block;
    margin-top: 4px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(70, 252, 180, 0.15);
    color: #46fcb4;
    font-weight: 700;
    font-size: 0.85rem;
    border: 1px solid rgba(70, 252, 180, 0.4);
}

.product-info-block {
    grid-column: 2 / 3;
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.measure-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 8px;
    margin-top: 8px;
}

.measure-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 10px 12px;
}

.measure-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 4px;
}

.measure-card li {
    color: var(--text);
    font-size: 0.95rem;
}

.selectors.neo {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.selectors .selector select,
.selectors .selector input[type="number"],
.selectors .selector input[type="text"],
.selectors .selector input[type="email"],
.selectors .selector input[type="tel"] {
    width: min(120px, 100%);
}

.cart-toggle {
    position: relative;
    min-width: 46px;
    height: 46px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    color: var(--text);
    cursor: pointer;
    font-size: 1.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cart-badge {
    position: absolute;
    top: -6px;
    right: -6px;
    min-width: 18px;
    height: 18px;
    padding: 0 6px;
    border-radius: 999px;
    background: rgba(255, 0, 127, 0.18);
    border: 1px solid rgba(255, 0, 127, 0.5);
    color: #ff007f;
    font-size: 0.7rem;
    font-weight: 700;
    display: none;
    align-items: center;
    justify-content: center;
}

.cart-flyer {
    position: fixed;
    min-width: 64px;
    height: 44px;
    padding: 0 16px;
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.6);
    color: #ff007f;
    border: 1px solid rgba(255, 0, 127, 0.6);
    box-shadow: 0 0 8px rgba(255, 0, 127, 0.25);
    transition:
        left 2.4s cubic-bezier(0.25, 0.8, 0.3, 1),
        top 2.4s cubic-bezier(0.25, 0.8, 0.3, 1),
        transform 2.4s cubic-bezier(0.25, 0.8, 0.3, 1);
}

.cart-flyer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

/* chip que sai do botão "Adicionar ao carrinho" mostrando a quantidade */
.cart-chip-flyer {
    position: fixed;
    min-width: 40px;
    height: 40px;
    padding: 0 16px;
    pointer-events: none;
    z-index: 9999;
    border-radius: 999px;
    background: linear-gradient(120deg, var(--neon-yellow), var(--neon-pink));
    color: #050505;
    font-family: var(--space);
    font-size: 0.85rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 18px rgba(255, 79, 222, 0.45);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
    transition:
        left 0.4s ease,
        top 0.4s ease,
        transform 0.4s ease,
        opacity 0.4s ease;
}

.cart-toggle--bump {
    animation: cart-bump 0.3s ease;
}

@keyframes cart-bump {
    0% {
        transform: scale(1);
    }

    30% {
        transform: scale(1.15);
    }

    100% {
        transform: scale(1);
    }
}

.cart-sidebar {
    position: fixed;
    inset: 0;
    z-index: 60;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.cart-sidebar.is-open {
    pointer-events: auto;
    opacity: 1;
}

.cart-sidebar__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.cart-sidebar.is-open .cart-sidebar__overlay {
    opacity: 1;
}

.cart-sidebar__drawer {
    position: absolute;
    top: 0;
    right: 0;
    width: min(420px, 90vw);
    height: 100%;
    background: #0b0b14;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: -12px 0 50px rgba(0, 0, 0, 0.45);
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 16px;
    transform: translateX(100%);
    transition: transform 0.35s ease-out;
    overflow: hidden;
}

.cart-sidebar.is-open .cart-sidebar__drawer {
    transform: translateX(0);
}

.cart-sidebar__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-sidebar__close {
    background: rgba(255, 255, 255, 0.08);
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: var(--text);
    cursor: pointer;
    font-size: 1.1rem;
}

.cart-sidebar__metrics {
    display: none;
}

.cart-sidebar__metrics span {
    color: var(--muted);
    font-size: 0.8rem;
}

.cart-sidebar__metrics strong {
    display: block;
    font-size: 1.1rem;
}

.cart-sidebar__actions {
    margin-top: auto;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.pill-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.pill {
    padding: 10px 14px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.04);
    color: var(--text);
    cursor: pointer;
    transition: all 0.15s ease;
}

.pill.is-active {
    border-color: rgba(255, 0, 127, 0.6);
    box-shadow: 0 0 0 2px rgba(255, 0, 127, 0.25);
}

.pill.is-disabled {
    opacity: 0.35;
    pointer-events: none;
    filter: grayscale(0.4);
}
.product-card.sold-out {
    position: relative;
    opacity: 0.55;
    filter: grayscale(0.6) blur(0.5px);
    pointer-events: none;
}
.product-card.sold-out::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    border-radius: 20px;
    z-index: 2;
}
.product-card.sold-out::after {
    content: "ESGOTADO";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    padding: 14px 18px;
    background: rgba(120, 0, 0, 0.9);
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-align: center;
    border-radius: 18px;
    z-index: 3;
}

.pill:hover {
    border-color: rgba(255, 0, 127, 0.5);
    box-shadow: 0 0 6px rgba(255, 0, 127, 0.2);
}

@media (max-width: 720px) {
    .pill-group {
        gap: 12px;
    }

    .pill {
        padding: 12px 16px;
        border-radius: 14px;
        font-size: 1rem;
    }

    .selectors .selector label {
        font-size: 0.95rem;
    }

    .selectors .selector select,
    .selectors .selector input[type='number'] {
        padding: 12px 16px;
        font-size: 1rem;
        min-width: 240px;
    }

    .selectors .selector .pill {
        padding: 14px 18px;
        font-size: 1.05rem;
    }

    .quantity-compact .qty-wrapper button {
        width: 34px;
        height: 34px;
        font-size: 1.2rem;
    }

    .quantity-compact .qty-wrapper input {
        width: 72px;
        height: 36px;
        font-size: 1rem;
    }

    .selectors .selector select,
    .selectors .selector input[type='number'] {
        padding: 12px 14px;
        font-size: 1rem;
        min-width: 240px;
    }

    .actions-row .add-btn {
        font-size: 1rem;
        max-width: 100%;
        min-width: 180px;
    }

    .selectors .selector select[data-payment] {
        width: 100%;
        min-width: 240px;
        font-size: 1rem;
        padding: 12px 16px;
    }
}

.product-meta-block {
    font-size: 0.95rem;
    color: var(--muted);
    display: grid;
    gap: 6px;
}

/* garante a ordem visual: selects -> botões -> meta */
.product-panel .selectors {
    order: 1;
}

.product-panel .actions-row {
    order: 2;
    margin-top: 4px;
}

.product-panel .product-meta-block {
    order: 3;
}

.actions-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

/* dois botões com o mesmo tamanho dentro da actions-row */
.actions-row .add-btn {
    flex: 1 1 48%;
    min-width: 180px;
    max-width: 260px;
    white-space: nowrap;
    text-align: center;
    padding-inline: 18px;
}

.quantity-compact input {
    width: 120px;
    text-align: center;
}

.quantity-compact .qty-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.quantity-compact .qty-wrapper button {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid rgba(255, 0, 127, 0.4);
    background: rgba(255, 0, 127, 0.08);
    color: #ff007f;
    font-size: 1.1rem;
    cursor: pointer;
}

.quantity-compact .qty-wrapper button:hover {
    border-color: rgba(255, 0, 127, 0.6);
    box-shadow: 0 0 4px rgba(255, 0, 127, 0.18);
}

.quantity-compact .qty-wrapper input {
    width: 64px;
    height: 32px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #0b0b10;
    color: #fff;
    text-align: center;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .quantity-compact .qty-wrapper {
        display: grid;
        grid-template-columns: 38px 1fr 38px;
        align-items: stretch;
        height: 44px;
        gap: 0;
        overflow: hidden;
        border-radius: 12px;
        border: 1px solid rgba(255, 0, 127, 0.35);
        background: rgba(255, 0, 127, 0.05);
        padding: 0;
    }

    .quantity-compact .qty-wrapper button {
        width: 34px;
        height: 44px;
        margin: 0;
        border-radius: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        background: transparent;
        border: none;
    }

    .quantity-compact .qty-wrapper button:first-child {
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }

    .quantity-compact .qty-wrapper button:last-child {
        border-left: 1px solid rgba(255, 255, 255, 0.1);
    }

    .quantity-compact .qty-wrapper input {
        width: 100%;
        height: 44px;
        border: none;
        background: transparent;
        color: #fff;
        border-radius: 0;
        text-align: center;
        padding: 0 4px;
    }
}

.selectors .selector select[data-payment] {
    width: 260px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 44px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='%23ffffff' d='M1 1l5 5 5-5'/></svg>");
    background-repeat: no-repeat;
    background-position: right 20px center;
}

@media (max-width: 600px) {
    .price-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .saving-pill {
        align-self: flex-start;
        padding: 8px 12px;
    }
}

@media (max-width: 1440px) {
    .product-grid-neo .neo-layout {
        grid-template-columns: 60px minmax(360px, 0.9fr) minmax(300px, 0.9fr);
        gap: 10px;
        padding: 10px 12px;
    }

    .media-column {
        grid-template-columns: 60px minmax(360px, 1fr);
        min-height: 700px;
        gap: 10px;
    }

    .media-viewer {
        margin-left: 6px;
        height: 620px;
        min-height: 620px;
    }

    .thumbs-rail {
        padding-right: 8px;
        padding-left: 4px;
        gap: 4px;
    }

    .media-thumb {
        width: 48px;
        height: 48px;
    }

    .actions-row .add-btn {
        max-width: 220px;
    }

    .product-info-block {
        margin-top: 4px;
        gap: 8px;
    }
}

@media (max-width: 1250px) {
    .product-grid-neo .neo-layout {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 12px 10px;
    }

    .media-column {
        grid-template-columns: 1fr;
        min-height: auto;
        gap: 12px;
    }

    .thumbs-rail {
        flex-direction: row;
        flex-wrap: wrap;
        max-width: none;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 6px;
        padding: 6px 4px 10px;
        justify-content: flex-start;
    }

    .media-thumb {
        width: 60px;
        height: 60px;
    }

    .media-viewer {
        grid-column: 1 / -1;
        height: 460px;
        min-height: 460px;
        margin-left: 0;
    }

    .product-panel,
    .product-info-block {
        grid-column: 1 / -1;
        padding-left: 6px;
        padding-right: 6px;
        max-width: 100%;
    }

    .product-info-block {
        margin-top: 4px;
        gap: 8px;
    }

    .actions-row .add-btn {
        flex: 1 1 100%;
        min-width: 140px;
        max-width: 100%;
    }

    .selectors .selector select[data-payment] {
        width: auto;
    }
}

/* Layout confortavel para telas largas (1920x1080 e acima) */
@media (min-width: 1441px) {
    .product-grid-neo .neo-layout {
        grid-template-columns: 72px 620px minmax(360px, 1fr);
        gap: 28px;
        padding: 18px;
        max-width: 1440px;
        margin: 0 auto;
    }

    .media-column {
        grid-template-columns: 72px 620px;
        gap: 18px;
        min-height: 760px;
    }

    .media-viewer {
        height: auto;
        min-height: 800px;
        margin-left: 0;
    }

    .media-thumb {
        width: 60px;
        height: 60px;
    }

    .actions-row .add-btn {
        max-width: 240px;
    }

    .product-info-block {
        margin-top: 8px;
    }
}

.product-card {
    border-radius: 32px;
    padding: clamp(18px, 4vw, 40px);
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    display: grid;
    grid-template-columns: minmax(220px, 300px) minmax(220px, 1fr) minmax(220px, 280px);
    gap: clamp(18px, 4vw, 32px);
    align-items: start;
}

.product-media {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.product-thumb {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    background: #0a0a0f;
    min-height: 280px;
}

.product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.product-thumbs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
    gap: 8px;
}

.product-thumbs .thumb {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 14px;
    padding: 0;
    background: transparent;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.2s, border-color 0.2s;
}

.product-thumbs .thumb.is-active {
    border-color: var(--neon-pink);
    opacity: 1;
}

.product-thumbs img {
    width: 100%;
    height: 60px;
    object-fit: cover;
    border-radius: 12px;
}

.product-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.product-tag {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.8rem;
    color: var(--muted);
}

.product-content h3 {
    margin: 0;
    font-size: 1.6rem;
    font-family: var(--space);
}

.product-meta {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 0.95rem;
    color: var(--muted);
}

.product-meta li strong {
    color: var(--text);
    margin-right: 6px;
}

.product-meta li span {
    margin-right: 6px;
    color: var(--text);
    font-weight: 500;
}

.product-description {
    color: var(--muted);
    font-size: 0.95rem;
    line-height: 1.5;
}

.product-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: rgba(5, 5, 8, 0.5);
    border-radius: 20px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.price-tag {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.price-tag .anchor {
    text-decoration: line-through;
    color: var(--muted);
}

.price-tag .deal {
    font-size: 1.6rem;
    color: var(--neon-pink);
    font-weight: 700;
}

.save-chip {
    display: inline-flex;
    align-items: center;
    padding: 6px 18px;
    border-radius: 999px;
    border: 1px solid rgba(255, 79, 222, 0.4);
    background: rgba(255, 79, 222, 0.15);
    color: var(--neon-pink);
    font-size: 0.6rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
}

.selector {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.selector select,
.selector input[type='number'] {
    background: #08080d;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: var(--text);
    padding: 10px 14px;
    font-family: var(--body);
}

.selector select.invalid,
.selector input.invalid {
    border-color: var(--danger);
}

.selector small {
    color: var(--muted);
}

.add-btn {
    margin-top: 8px;
    padding: 13px;
    border-radius: 16px;
    border: 1px solid transparent;
    font-family: var(--space);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 0.98rem;
    cursor: pointer;
    background: transparent;
    color: #fff;
}

.add-btn.primary {
    background: rgba(255, 235, 59, 0.18);
    border-color: rgba(255, 235, 59, 0.5);
}

.add-btn.ghost {
    background: rgba(255, 0, 127, 0.18);
    border-color: rgba(255, 0, 127, 0.5);
}

.add-btn.primary:hover,
.add-btn.ghost:hover {
    filter: brightness(1.05);
    box-shadow: 0 0 0px rgba(255, 235, 59, 0.35), 0 0 10px rgba(255, 235, 59, 0.25);
}

.add-btn.ghost:hover {
    filter: brightness(1.05);
    box-shadow: 0 0 0px rgba(255, 0, 127, 0.35), 0 0 10px rgba(255, 0, 127, 0.25);
}

@media (max-width: 1100px) {
    .product-card {
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    }

    .product-actions {
        grid-column: span 2;
    }
}

@media (max-width: 720px) {
    .product-card {
        grid-template-columns: 1fr;
    }

    .product-actions {
        grid-column: span 1;
    }
}

@media (max-width: 1100px) {
    .product-grid-neo .neo-layout {
        grid-template-columns: minmax(200px, 1fr);
        grid-template-rows: auto auto;
    }

    .media-column {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .thumbs-rail {
        flex-direction: row;
        flex-wrap: wrap;
        max-width: none;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 6px;
        padding: 6px 4px 10px;
        justify-content: flex-start;
    }

    .media-thumb {
        width: 56px;
        height: 56px;
    }

    .media-viewer {
        grid-column: 1 / -1;
        height: 420px;
        min-height: 420px;
    }

    .actions-row .add-btn {
        font-size: 1rem;
        max-width: 100%;
        min-width: 180px;
    }

    .selectors .selector select[data-payment] {
        width: 100%;
        min-width: 240px;
        font-size: 1rem;
        padding: 12px 16px;
    }
}

.cart-panel {
    margin-top: 40px;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 28px;
    background: radial-gradient(circle at top, rgba(255, 79, 222, 0.08), rgba(0, 0, 0, 0.65));
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.cart-head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
}

.cart-head h3 {
    margin: 6px 0 0;
    font-family: var(--space);
}

.cart-counter {
    text-align: right;
    background: rgba(5, 5, 5, 0.4);
    border-radius: 18px;
    padding: 8px 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    min-width: 92px;
}

.cart-counter span {
    display: block;
    font-size: 0.75rem;
    color: var(--muted);
}

.cart-counter strong {
    font-size: 1.4rem;
}

.cart-items {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding-right: 6px;
}

.cart-item {
    display: grid;
    grid-template-columns: 72px 1fr;
    grid-template-rows: auto 1fr;
    gap: 10px 14px;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(5, 5, 5, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.95rem;
    align-items: center;
}

.cart-thumb {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.04);
    flex-shrink: 0;
}

.cart-thumb.placeholder {
    background: rgba(255, 255, 255, 0.02);
}

.cart-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cart-meta {
    flex: 1;
    grid-column: 2 / 3;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.cart-meta strong {
    display: block;
}

.cart-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    justify-self: flex-end;
}

.cart-item span {
    color: var(--muted);
    display: block;
    margin-top: 4px;
}

.cart-payment {
    display: inline-block;
    margin-top: 2px;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.8);
}

.cart-item button {
    background: rgba(255, 255, 255, 0.08);
    border: none;
    color: var(--danger);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.cart-items .empty {
    color: var(--muted);
    text-align: center;
    padding: 16px 0;
}

.cart-actions {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.qty-control {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.qty-btn {
    width: 32px;
    height: 32px;
    background: rgba(255, 0, 127, 0.08);
    border: 1px solid rgba(255, 0, 127, 0.4);
    color: #ff007f;
    border-radius: 10px;
    font-size: 1.1rem;
    line-height: 1;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.qty-btn:hover {
    transform: translateY(-1px);
    border-color: rgba(255, 0, 127, 0.6);
    box-shadow: 0 0 4px rgba(255, 0, 127, 0.18);
}

/* garante o mesmo estilo nos controles de quantidade do resumo/carrinho */
.cart-sidebar .qty-btn,
.checkout-panel .qty-btn {
    background: rgba(255, 0, 127, 0.08);
    border: 1px solid rgba(255, 0, 127, 0.4);
    color: #ff007f;
}

.cart-sidebar .qty-btn:hover,
.checkout-panel .qty-btn:hover {
    border-color: rgba(255, 0, 127, 0.6);
    box-shadow: 0 0 4px rgba(255, 0, 127, 0.18);
    transform: translateY(-1px);
}

.qty-control input {
    width: 54px;
    height: 32px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    border-radius: 10px;
    outline: none;
}

/* resumo do carrinho em cards, abaixo da lista */
.cart-summary-footer {
    margin-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 12px 10px 14px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.06));
    border-radius: 14px;
}

.cart-summary-table {
    width: 100%;
    border-collapse: collapse;
    color: var(--text);
    font-size: 0.95rem;
}

.cart-summary-table tr+tr {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.cart-summary-table td {
    padding: 10px 6px;
}

.cart-summary-table .label {
    color: var(--muted);
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 0.82rem;
}

.cart-summary-table .value {
    text-align: right;
    font-weight: 700;
    font-size: 1rem;
}

.cart-summary-table .value.highlight {
    color: #46fcb4;
}

@media (max-width: 720px) {
    .cart-summary-footer {
        grid-template-columns: 1fr;
    }
}

.cart-metrics {
    display: none;
}

.cart-note {
    margin: 0;
    font-size: 0.85rem;
    color: var(--muted);
}

.primary-action {
    margin-top: 6px;
    width: 100%;
    padding: 14px;
    border-radius: 16px;
    border: 1px solid rgba(255, 0, 127, 0.5);
    background: rgba(255, 0, 127, 0.18);
    color: #fff;
    font-family: var(--space);
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
}

.primary-action:hover {
    filter: brightness(1.05);
    box-shadow: 0 0 12px rgba(255, 0, 127, 0.28);
}

.live-activity {
    position: fixed;
    bottom: 24px;
    left: 24px;
    z-index: 50;
    pointer-events: none;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.live-activity.show {
    opacity: 1;
    transform: translateY(0);
}

.live-activity__chip {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(0, 0, 0, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 14px;
    padding: 12px 16px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.45);
    pointer-events: auto;
    margin-top: 8px;
    position: relative;
}

.live-activity__avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 0, 127, 0.15);
    border: 1px solid rgba(255, 0, 127, 0.4);
    color: #ff007f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.live-activity__info strong {
    display: block;
    color: #fff;
    font-size: 0.95rem;
}

.live-activity__info span {
    display: block;
    color: var(--muted);
    font-size: 0.82rem;
}

.live-activity__close {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 0.8rem;
    cursor: pointer;
}

.live-activity__chip.entering {
    animation: liveIn 0.35s ease forwards;
}

.live-activity__chip.exiting {
    animation: liveOut 0.3s ease forwards;
}

@keyframes liveIn {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes liveOut {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(12px);
    }
}

@media (max-width: 640px) {
    .live-activity {
        left: 16px;
        bottom: 16px;
    }

    .live-activity__chip {
        padding: 14px 18px;
        gap: 12px;
        border-radius: 16px;
    }

    .live-activity__avatar {
        width: 36px;
        height: 36px;
        font-size: 1rem;
    }

    .live-activity__info strong {
        font-size: 1rem;
    }

    .live-activity__info span {
        font-size: 0.9rem;
    }
}

.checkout-overlay {
    position: fixed;
    inset: 0;
    background: rgba(5, 5, 8, 0.9);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    z-index: 900;
}

.checkout-overlay.active {
    display: flex;
}

.checkout-panel {
    width: min(960px, 95vw);
    max-height: 95vh;
    overflow: auto;
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: var(--panel);
    padding: 32px;
    display: grid;
    gap: 24px;
}

.checkout-panel h2 {
    font-family: var(--space);
    text-transform: uppercase;
    margin: 0;
}

.checkout-summary {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 20px;
}

.checkout-summary ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.checkout-summary li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    font-size: 0.95rem;
}

.checkout-thumb {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.04);
    flex-shrink: 0;
}

.checkout-thumb.placeholder {
    background: rgba(255, 255, 255, 0.02);
}

.checkout-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.checkout-info {
    flex: 1;
}

.checkout-info span {
    display: block;
    color: var(--muted);
    font-size: 0.85rem;
    margin-top: 4px;
}

.checkout-price {
    font-size: 1rem;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}

.form-grid input,
.form-grid textarea {
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #050507;
    color: var(--text);
}

.form-grid label {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 0.85rem;
    color: var(--muted);
}

.form-consents {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 10px;
}

.consent-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.02);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    color: #f7f7ff;
    line-height: 1.4;
}

.consent-item input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: #ff007f;
    flex-shrink: 0;
}

.consent-item a {
    color: #40f99b;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
    text-shadow: 0 0 6px rgba(64, 249, 155, 0.55);
}

.consent-item a:hover {
    color: #7cfbff;
    text-shadow: 0 0 12px rgba(124, 251, 255, 0.85);
}

.terms-overlay {
    position: fixed;
    inset: 0;
    background: radial-gradient(circle at 20% 20%, rgba(255, 0, 127, 0.08), transparent 45%),
                radial-gradient(circle at 80% 30%, rgba(64, 249, 155, 0.08), transparent 40%),
                rgba(0, 0, 0, 0.72);
    backdrop-filter: blur(4px);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.terms-overlay.is-open {
    display: flex;
}

.terms-modal {
    width: min(920px, 90vw);
    max-height: 80vh;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid rgba(124, 251, 255, 0.25);
    background: linear-gradient(135deg, rgba(12, 12, 20, 0.95), rgba(20, 20, 35, 0.95));
    box-shadow: 0 0 25px rgba(255, 0, 127, 0.35), 0 0 18px rgba(64, 249, 155, 0.28);
    position: relative;
    padding: 20px 22px 18px;
    color: #f7f7ff;
}

.terms-close {
    position: absolute;
    top: 10px;
    right: 16px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.terms-close:hover {
    transform: scale(1.05);
    box-shadow: 0 0 12px rgba(255, 0, 127, 0.45);
}

.terms-body {
    overflow-y: auto;
    max-height: 70vh;
    padding-right: 6px;
}

.terms-body h1, .terms-body h2, .terms-body h3 {
    color: #7cfbff;
    margin-bottom: 10px;
}

.terms-body p, .terms-body li {
    color: #e6e6f0;
    line-height: 1.6;
}

.terms-body a {
    color: #40f99b;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.terms-body a:hover {
    color: #7cfbff;
    text-shadow: 0 0 12px rgba(124, 251, 255, 0.85);
}

.checkout-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
    margin-top: 20px;
}

.checkout-actions button,
.checkout-actions input[type='submit'] {
    padding: 12px 28px;
    border-radius: 14px;
    border: 1px solid transparent;
    font-family: var(--space);
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    color: #fff;
}

@media (max-width: 768px) {
    .checkout-panel input[type='text'],
    .checkout-panel input[type='email'],
    .checkout-panel input[type='tel'] {
        font-size: 16px;
        line-height: 1.4;
    }

    .checkout-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .checkout-actions button,
    .checkout-actions input[type='submit'] {
        width: 100%;
        font-size: 0.95rem;
    }
}

/* Opt-in moderno */
.terms-optin {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    background: linear-gradient(120deg, rgba(255,255,255,0.03), rgba(0,0,0,0.25));
    box-shadow: 0 8px 30px rgba(0,0,0,0.35);
    color: #e8f6ff;
    line-height: 1.4;
    margin: 10px 0px 10px 0px;
}

.terms-optin input[type='checkbox'] {
    margin-top: 4px;
    accent-color: #24ff9c;
}

.terms-optin a {
    color: #66e0ff;
    font-weight: 700;
    text-decoration: none;
    background: linear-gradient(90deg, rgba(102,224,255,0.25), rgba(0,255,170,0.15));
    padding: 2px 6px;
    border-radius: 10px;
    transition: all 0.25s ease;
    box-shadow: 0 0 8px rgba(102,224,255,0.35);
}

.terms-optin a:hover {
    color: #8dffea;
    box-shadow: 0 0 14px rgba(102,224,255,0.6);
}

/* Modal de termos */
.terms-overlay {
    position: fixed;
    inset: 0;
    background: radial-gradient(circle at 20% 20%, rgba(102,224,255,0.08), transparent 35%), rgba(0,0,0,0.72);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
    z-index: 1000;
}

.terms-overlay.is-open {
    opacity: 1;
    pointer-events: all;
}

.terms-modal {
    width: min(900px, 92vw);
    max-height: 80vh;
    overflow: auto;
    background: linear-gradient(145deg, rgba(30,30,40,0.95), rgba(10,10,16,0.9));
    border: 1px solid rgba(102,224,255,0.25);
    border-radius: 16px;
    box-shadow: 0 25px 80px rgba(0,0,0,0.55), 0 0 25px rgba(102,224,255,0.35);
    padding: 24px;
    position: relative;
}

.terms-close {
    position: absolute;
    top: 12px;
    right: 45px;
    background: rgba(255,255,255,0.08);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.2);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s ease;
}

.terms-close:hover {
    background: rgba(255,255,255,0.14);
    box-shadow: 0 0 12px rgba(255,255,255,0.35);
}

.terms-body {
    color: #e8f6ff;
    font-size: 0.95rem;
    line-height: 1.6;
}

.terms-body h1,
.terms-body h2,
.terms-body h3,
.terms-body h4 {
    color: #8dffea;
    margin-top: 1rem;
}

.terms-body a {
    color: #8dffea;
    text-decoration: underline;
}

/* Botão flutuante WhatsApp */
.whatsapp-fab {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1200;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #25d366, #15a54c);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35), 0 0 12px rgba(37, 211, 102, 0.6);
    color: #fff;
    font-size: 28px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-fab:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.4), 0 0 16px rgba(37, 211, 102, 0.8);
}

.whatsapp-fab:active {
    transform: translateY(0);
}

.whatsapp-hint {
    position: fixed;
    right: 20px;
    bottom: 84px;
    padding: 10px 14px;
    border-radius: 12px;
    background: rgba(10, 10, 18, 0.9);
    color: #e5e9ff;
    border: 1px solid rgba(124, 251, 255, 0.3);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35), 0 0 12px rgba(124, 251, 255, 0.25);
    font-size: 13px;
    line-height: 1.2;
    z-index: 1199;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 170px;
    padding-right: 38px;
}

.whatsapp-hint::after {
    content: '';
    position: absolute;
    bottom: -8px;
    right: 14px;
    border-width: 8px 7px 0 7px;
    border-style: solid;
    border-color: rgba(124, 251, 255, 0.3) transparent transparent transparent;
}

.whatsapp-hint__close {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid rgba(124, 251, 255, 0.5);
    background: rgba(12, 18, 28, 0.95);
    color: #e5e9ff;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(124, 251, 255, 0.35);
    transition: all 0.2s ease;
}

.whatsapp-hint__close:hover {
    background: rgba(124, 251, 255, 0.9);
    color: #050505;
    box-shadow: 0 0 14px rgba(124, 251, 255, 0.6);
}
.checkout-actions .ghost {
    background: rgba(255, 0, 127, 0.18);
    border-color: rgba(255, 0, 127, 0.5);
    color: #fff;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.checkout-actions .solid {
    background: rgba(70, 252, 180, 0.15) !important;
    border-color: rgba(70, 252, 180, 0.5) !important;
    color: #46fcb4 !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.checkout-actions .ghost:hover {
    filter: brightness(1.05);
    box-shadow: 0 0 8px rgba(255, 0, 127, 0.25);
}

.checkout-actions .solid:hover {
    filter: brightness(1.05);
    box-shadow: 0 0 8px rgba(70, 252, 180, 0.3);
}

.success-screen {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 24px;
    text-align: center;
}

.success-card {
    max-width: 640px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 32px;
    padding: 48px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow);
}

.success-card h1 {
    font-family: var(--space);
    text-transform: uppercase;
}

.progress-shell {
    width: 100%;
    margin: 18px 0 26px;
    padding: 16px 22px;
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.02);
    text-align: center;
}

.progress-label {
    display: block;
    font-size: 0.85rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--muted);
}

.progress-track {
    width: 100%;
    height: 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    margin-top: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.progress-fill {
    height: 100%;
    width: var(--progress, 0%);
    background: linear-gradient(120deg, var(--neon-yellow), var(--neon-pink));
}

.success-card a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 24px;
    padding: 14px 28px;
    border-radius: 999px;
    background: linear-gradient(120deg, var(--neon-cyan), var(--neon-pink));
    color: #050505;
    font-weight: 600;
}

footer {
    padding: 32px;
    text-align: center;
    color: var(--muted);
    font-size: 0.9rem;
}

.merge-overlay {
    position: fixed;
    inset: 0;
    background: rgba(5, 5, 10, 0.85);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    z-index: 950;
}

.merge-overlay.active {
    display: flex;
}

.merge-card {
    width: min(520px, 95vw);
    background: #0b0b14;
    border-radius: 28px;
    padding: 32px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    position: relative;
    text-align: center;
}

.merge-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.08);
    color: var(--text);
    font-size: 1.2rem;
    cursor: pointer;
}

.merge-kicker {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.8rem;
    color: var(--muted);
    margin: 0 0 8px;
}

.merge-card h3 {
    margin: 0 0 12px;
}

.merge-card p {
    margin: 0 0 18px;
    color: var(--muted);
}

.merge-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.merge-option {
    padding: 14px 20px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
}

.merge-option.primary {
    background: linear-gradient(120deg, var(--neon-yellow), var(--neon-pink));
    color: #050505;
}

.merge-option.secondary {
    background: rgba(255, 255, 255, 0.05);
    color: var(--text);
}

.category-icon .labeling {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

/* Toast de compartilhamento */
.share-toast {
    position: fixed;
    left: 50%;
    bottom: 24px;
    transform: translate(-50%, 20px);
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 10px 16px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    opacity: 0;
    transition: opacity .2s ease, transform .2s ease;
    z-index: 9999;
    font-size: 0.95rem;
    letter-spacing: 0.2px;
}

.share-toast.is-visible {
    opacity: 1;
    transform: translate(-50%, 0);
}




