/* ================================================
   VARIAVEIS & RESET
   ================================================ */
:root {
    --primary:       #7B1E2E;
    --primary-dark:  #4E0F1C;
    --primary-mid:   #9B2438;
    --gold:          #F5C518;
    --gold-dark:     #D4A017;
    --green:         #1A7A3C;
    --green-dark:    #12592B;
    --green-light:   rgba(26,122,60,.1);
    --orange:        #E07020;
    --red-badge:     #DC2626;
    --white:         #FFFFFF;
    --off-white:     #FAF8F5;
    --light-gray:    #F2EEE9;
    --mid-gray:      #E2DDD8;
    --text:          #1A1A1A;
    --text-muted:    #6B6B6B;
    --shadow-sm:     0 2px 8px rgba(0,0,0,.08);
    --shadow-md:     0 6px 24px rgba(0,0,0,.11);
    --shadow-lg:     0 12px 48px rgba(0,0,0,.16);
    --shadow-xl:     0 20px 64px rgba(0,0,0,.2);
    --radius:        14px;
    --radius-lg:     22px;
    --radius-xl:     32px;
    --transition:    all .3s cubic-bezier(.4,0,.2,1);
    --font-head:     'Montserrat', sans-serif;
    --font-body:     'Poppins', sans-serif;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    font-family: var(--font-body);
    color: var(--text);
    background: var(--white);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

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

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

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ================================================
   TOP BAR
   ================================================ */
.top-bar {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: linear-gradient(90deg, var(--primary-dark) 0%, #6B1228 50%, var(--primary-dark) 100%);
    border-bottom: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 2px 16px rgba(0,0,0,.35);
}

.top-bar-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 10px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.top-logo {
    height: 42px;
    object-fit: contain;
}

.logo-text {
    font-family: var(--font-head);
    font-size: 22px;
    font-weight: 900;
    color: var(--gold);
    letter-spacing: 3px;
}

.top-badges {
    display: flex;
    gap: 10px;
}

.top-badge {
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 10px;
    padding: 8px 18px;
    text-align: center;
    color: #fff;
    backdrop-filter: blur(4px);
}

.top-badge.urgent {
    background: rgba(220,38,38,.3);
    border-color: rgba(220,38,38,.4);
}

.badge-label {
    display: block;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    opacity: .75;
    margin-bottom: 2px;
}

.badge-value {
    display: block;
    font-family: var(--font-head);
    font-size: 21px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.5px;
}

/* ================================================
   HERO
   ================================================ */
.hero {
    position: relative;
    background: linear-gradient(145deg, #240710 0%, #5A1020 35%, #3D0A14 65%, #1A0508 100%);
    min-height: 90vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 80px 0 60px;
}

.hero-glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 60% at 50% 40%, rgba(245,197,24,.07) 0%, transparent 65%);
    pointer-events: none;
}

.hero-pattern {
    position: absolute;
    inset: 0;
    opacity: .04;
    background-image:
        repeating-linear-gradient(0deg, transparent, transparent 49px, rgba(255,255,255,1) 49px, rgba(255,255,255,1) 50px),
        repeating-linear-gradient(90deg, transparent, transparent 49px, rgba(255,255,255,1) 49px, rgba(255,255,255,1) 50px);
    pointer-events: none;
}

.hero-inner {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
}

.cpf-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--gold);
    color: #1A1A1A;
    font-family: var(--font-head);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2.5px;
    padding: 10px 26px;
    border-radius: 50px;
    margin-bottom: 28px;
    box-shadow: 0 4px 20px rgba(245,197,24,.45), 0 0 0 3px rgba(245,197,24,.15);
}

.hero-trophy {
    margin-bottom: 16px;
}

.hero-fifa-img {
    height: 220px;
    margin: 0 auto;
    object-fit: contain;
    filter: drop-shadow(0 8px 32px rgba(0,0,0,.6));
}

@media (max-width: 480px) {
    .hero-fifa-img { height: 160px; }
}

.trophy-fallback {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.trophy-icon { font-size: 72px; }

.trophy-text {
    font-family: var(--font-head);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 4px;
    color: rgba(255,255,255,.6);
}

.trophy-year {
    font-family: var(--font-head);
    font-size: 48px;
    font-weight: 900;
    color: var(--gold);
    line-height: 1;
}

.hero-eyebrow {
    font-size: 12px;
    letter-spacing: 4px;
    color: rgba(255,255,255,.55);
    text-transform: uppercase;
    margin-bottom: 12px;
}

.hero-title {
    font-family: var(--font-head);
    font-size: clamp(72px, 12vw, 130px);
    font-weight: 900;
    line-height: .88;
    letter-spacing: -3px;
    margin-bottom: 24px;
    background: linear-gradient(180deg, #FFFFFF 30%, rgba(255,255,255,.65) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-title span {
    background: linear-gradient(180deg, var(--gold) 0%, #D4A017 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-desc {
    font-size: 16px;
    line-height: 1.75;
    color: rgba(255,255,255,.8);
    max-width: 560px;
    margin: 0 auto 20px;
}

.hero-alert {
    font-size: 15px;
    font-weight: 600;
    color: var(--gold);
    margin-bottom: 28px;
}

.stock-wrap {
    max-width: 480px;
    margin: 0 auto 36px;
}

.stock-bar {
    height: 8px;
    background: rgba(255,255,255,.15);
    border-radius: 99px;
    overflow: hidden;
    margin-bottom: 8px;
}

.stock-fill {
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, var(--gold), #FF6B35);
    border-radius: 99px;
    transition: width 1.5s cubic-bezier(.4,0,.2,1);
}

.stock-label {
    font-size: 12px;
    color: rgba(255,255,255,.55);
}

.btn-outline-gold {
    display: inline-block;
    border: 2px solid var(--gold);
    color: var(--gold);
    font-family: var(--font-head);
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 1.5px;
    padding: 14px 36px;
    border-radius: 50px;
    transition: var(--transition);
}

.btn-outline-gold:hover {
    background: var(--gold);
    color: #1A1A1A;
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(245,197,24,.4);
}

/* ================================================
   ANIMATIONS
   ================================================ */
@keyframes fadeDown {
    from { opacity: 0; transform: translateY(-24px); }
    to   { opacity: 1; transform: translateY(0); }
}

@keyframes pulse-cta {
    0%, 100% { box-shadow: 0 8px 32px rgba(26,122,60,.5); }
    50% { box-shadow: 0 8px 56px rgba(26,122,60,.8), 0 0 0 10px rgba(26,122,60,.12); }
}

@keyframes float-wa {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}

.anim-fade-down { animation: fadeDown .7s ease forwards; opacity: 0; }
.delay-1 { animation-delay: .1s; }
.delay-2 { animation-delay: .2s; }
.delay-3 { animation-delay: .32s; }
.delay-4 { animation-delay: .44s; }
.delay-5 { animation-delay: .56s; }
.delay-6 { animation-delay: .68s; }
.delay-7 { animation-delay: .8s; }

.reveal {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity .65s ease, transform .65s ease;
}
.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ================================================
   BUTTONS
   ================================================ */
.btn {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: var(--font-head);
    font-weight: 800;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: var(--transition);
    border-radius: 50px;
    letter-spacing: 1px;
}

.btn-cta {
    background: linear-gradient(135deg, var(--green), var(--green-dark));
    color: #fff;
    font-size: 19px;
    padding: 20px 52px;
    box-shadow: 0 8px 32px rgba(26,122,60,.5);
}

.btn-cta:hover {
    transform: translateY(-3px) scale(1.01);
    box-shadow: 0 14px 44px rgba(26,122,60,.65);
}

.btn-pulse {
    animation: pulse-cta 2.4s ease-in-out infinite;
}

.btn-sub {
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .5px;
    opacity: .85;
    margin-top: 5px;
}

/* ================================================
   BRAND SECTION
   ================================================ */
.brand-section {
    background: #0f0f1a;
    padding: 36px 0;
    border-top: 1px solid rgba(255,255,255,.04);
    border-bottom: 1px solid rgba(255,255,255,.04);
}

.brand-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.brand-logo-main {
    height: 52px;
    object-fit: contain;
}

.brand-logo-venda {
    height: 42px;
    object-fit: contain;
}

.brand-divider {
    width: 1px;
    height: 40px;
    background: rgba(255,255,255,.15);
    flex-shrink: 0;
}

@media (max-width: 480px) {
    .brand-divider { display: none; }
    .brand-inner { gap: 24px; }
    .brand-logo-main { height: 40px; }
    .brand-logo-venda { height: 32px; }
}

/* ================================================
   SECTION TITLES
   ================================================ */
.section-title {
    font-family: var(--font-head);
    font-size: clamp(26px, 4vw, 38px);
    font-weight: 800;
    text-align: center;
    margin-bottom: 8px;
    color: var(--text);
}

.section-sub {
    text-align: center;
    font-size: 15px;
    color: var(--text-muted);
    margin-bottom: 44px;
}

/* ================================================
   KIT SELECTION
   ================================================ */
.kits-section {
    padding: 88px 0;
    background: #fff;
}

.kits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-bottom: 36px;
}

/* Kit card */
.kit-card {
    position: relative;
    cursor: pointer;
    display: block;
    transition: var(--transition);
}

.kit-card input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.kit-body {
    border: 2px solid var(--mid-gray);
    border-radius: var(--radius-lg);
    padding: 22px 20px 18px;
    background: #fff;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.kit-body::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--green-light), transparent 60%);
    opacity: 0;
    transition: opacity .3s ease;
    border-radius: var(--radius-lg);
}

.kit-card:hover .kit-body {
    border-color: var(--green);
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.kit-card input:checked ~ .kit-body {
    border-color: var(--green);
    box-shadow: 0 0 0 3px rgba(26,122,60,.18), var(--shadow-md);
}

.kit-card input:checked ~ .kit-body::before {
    opacity: 1;
}

/* Top ribbon */
.kit-top-ribbon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: var(--green);
    color: #fff;
    font-family: var(--font-head);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    padding: 5px 20px;
    border-radius: 0 0 12px 12px;
    z-index: 3;
    white-space: nowrap;
}

.kit-top-ribbon.orange {
    background: var(--orange);
}

.kit-card.featured .kit-body,
.kit-card.best-value .kit-body {
    padding-top: 30px;
}

/* Discount badge */
.kit-discount-tag {
    position: absolute;
    top: 14px;
    right: 14px;
    background: var(--red-badge);
    color: #fff;
    font-family: var(--font-head);
    font-size: 11px;
    font-weight: 700;
    padding: 3px 9px;
    border-radius: 6px;
    z-index: 2;
}

.kit-card.featured .kit-discount-tag,
.kit-card.best-value .kit-discount-tag {
    top: 36px;
}

/* Kit image */
.kit-img-wrap {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 14px;
    background: var(--light-gray);
    aspect-ratio: 4/3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kit-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}

.kit-card:hover .kit-img-wrap img {
    transform: scale(1.04);
}

/* Kit info */
.kit-info h3 {
    font-family: var(--font-head);
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 4px;
}

.kit-info p {
    font-size: 13px;
    color: var(--text-muted);
    margin-bottom: 10px;
}

.kit-tags {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.tag {
    font-size: 11px;
    font-weight: 500;
    padding: 3px 11px;
    border-radius: 99px;
    background: #F0EDED;
    color: var(--text-muted);
}

.tag.green {
    background: rgba(26,122,60,.1);
    color: var(--green);
}

/* Price block */
.kit-price-block {
    border-top: 1px solid var(--mid-gray);
    padding-top: 12px;
    margin-bottom: 8px;
}

.price-old {
    display: block;
    font-size: 12px;
    color: #AAA;
    text-decoration: line-through;
    margin-bottom: 2px;
    text-align: right;
}

.price-main {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 2px;
    line-height: 1;
    margin-bottom: 2px;
}

.price-currency {
    font-family: var(--font-head);
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 4px;
}

.price-value {
    font-family: var(--font-head);
    font-size: 40px;
    font-weight: 900;
    letter-spacing: -2px;
    line-height: 1;
}

.price-cents {
    font-family: var(--font-head);
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 4px;
}

.price-method {
    display: block;
    font-size: 11px;
    color: var(--text-muted);
    text-align: right;
    margin-bottom: 8px;
}

.kit-savings {
    background: rgba(26,122,60,.08);
    border: 1px solid rgba(26,122,60,.15);
    color: var(--green);
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    padding: 5px 8px;
    border-radius: 8px;
    margin-bottom: 12px;
}

/* Select row */
.kit-select-row {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: var(--text-muted);
    font-weight: 500;
}

.radio-dot {
    width: 20px;
    height: 20px;
    border: 2px solid var(--mid-gray);
    border-radius: 50%;
    flex-shrink: 0;
    position: relative;
    transition: var(--transition);
}

.radio-dot::after {
    content: '';
    position: absolute;
    inset: 3px;
    border-radius: 50%;
    background: var(--green);
    transform: scale(0);
    transition: transform .25s cubic-bezier(.34,1.56,.64,1);
}

.kit-card input:checked ~ .kit-body .radio-dot {
    border-color: var(--green);
}

.kit-card input:checked ~ .kit-body .radio-dot::after {
    transform: scale(1);
}

.kit-card input:checked ~ .kit-body .kit-select-row {
    color: var(--green);
    font-weight: 600;
}

/* CTA wrap */
.cta-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.btn-cta.btn-pulse {
    font-size: 20px;
    padding: 22px 60px;
    width: 100%;
    max-width: 520px;
}

.trust-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    color: var(--text-muted);
    font-weight: 500;
}
.trust-item svg { flex-shrink: 0; }

/* ================================================
   ALBUM STATS
   ================================================ */
.album-section {
    padding: 88px 0;
    background: var(--off-white);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 32px;
}

.stat-card {
    background: #fff;
    border-radius: var(--radius);
    padding: 28px 20px;
    text-align: center;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--mid-gray);
    transition: var(--transition);
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}

.stat-icon {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
}

.stat-card h3 {
    font-family: var(--font-head);
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 5px;
}

.stat-card p {
    font-size: 13px;
    color: var(--text-muted);
    line-height: 1.5;
}

.historic-box {
    background: #fff;
    border-radius: var(--radius-lg);
    padding: 36px 40px;
    max-width: 700px;
    margin: 0 auto;
    box-shadow: var(--shadow-md);
    border-left: 5px solid var(--gold);
}

.historic-title {
    font-family: var(--font-head);
    font-size: 19px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 20px;
}

.historic-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.historic-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid var(--mid-gray);
    font-size: 15px;
    color: var(--text-muted);
}

.historic-item:last-child { border-bottom: none; }

.h-star { flex-shrink: 0; }

/* ================================================
   WHY BUY
   ================================================ */
.why-section {
    padding: 88px 0;
    background: #fff;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 820px;
    margin: 0 auto;
}

.why-card {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    background: var(--off-white);
    border: 1px solid var(--mid-gray);
    border-radius: var(--radius);
    padding: 24px 22px;
    transition: var(--transition);
}

.why-card:hover {
    background: #fff;
    box-shadow: var(--shadow-md);
    transform: translateY(-3px);
}

.why-icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.why-text h4 {
    font-family: var(--font-head);
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 4px;
}

.why-text p {
    font-size: 13px;
    color: var(--text-muted);
}

/* ================================================
   TESTIMONIALS
   ================================================ */
.testimonials-section {
    padding: 88px 0;
    background: linear-gradient(135deg, var(--off-white) 0%, #EDE9E3 100%);
}

.reviews-header {
    text-align: center;
    margin-bottom: 48px;
}

.rating-summary {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    background: #fff;
    border: 1px solid var(--mid-gray);
    border-radius: 99px;
    padding: 12px 24px;
    margin-top: 16px;
    box-shadow: var(--shadow-sm);
}

.rating-score {
    font-family: var(--font-head);
    font-size: 36px;
    font-weight: 900;
    color: var(--text);
    line-height: 1;
}

.stars-row {
    color: var(--gold);
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 3px;
}

.rating-info p {
    font-size: 12px;
    color: var(--text-muted);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.t-card {
    background: #fff;
    border-radius: var(--radius-lg);
    padding: 24px;
    box-shadow: var(--shadow-sm);
    border: 1px solid rgba(0,0,0,.05);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.t-card::before {
    content: '"';
    position: absolute;
    top: -8px;
    right: 18px;
    font-size: 96px;
    line-height: 1;
    color: var(--primary);
    opacity: .07;
    font-family: Georgia, serif;
}

.t-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.t-card-wide {
    grid-column: span 1;
}

.t-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.t-avatar {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 3px solid var(--gold);
    box-shadow: 0 0 0 2px rgba(245,197,24,.2);
}

.t-meta h4 {
    font-family: var(--font-head);
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 2px;
}

.t-stars {
    color: var(--gold);
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 3px;
}

.t-verified {
    font-size: 11px;
    color: var(--green);
    font-weight: 600;
}

.t-card p {
    font-size: 14px;
    line-height: 1.75;
    color: #555;
    font-style: italic;
    position: relative;
    z-index: 1;
}

/* ================================================
   FAQ
   ================================================ */
.faq-section {
    padding: 88px 0;
    background: #fff;
}

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

.faq-item {
    border: 1.5px solid var(--mid-gray);
    border-radius: var(--radius);
    overflow: hidden;
    transition: border-color .25s ease, box-shadow .25s ease;
}

.faq-item.active {
    border-color: var(--primary-mid);
    box-shadow: 0 4px 20px rgba(123,30,46,.1);
}

.faq-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: none;
    border: none;
    padding: 20px 24px;
    cursor: pointer;
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 600;
    color: var(--text);
    text-align: left;
    transition: background .2s ease;
}

.faq-btn:hover {
    background: var(--off-white);
}

.faq-icon {
    font-size: 24px;
    font-weight: 300;
    color: var(--primary);
    flex-shrink: 0;
    transition: transform .35s cubic-bezier(.4,0,.2,1);
    line-height: 1;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s cubic-bezier(.4,0,.2,1);
}

.faq-item.active .faq-answer {
    max-height: 320px;
}

.faq-answer p {
    padding: 4px 24px 22px;
    font-size: 14px;
    line-height: 1.8;
    color: var(--text-muted);
}

/* ================================================
   FINAL CTA SECTION
   ================================================ */
.final-section {
    padding: 88px 0;
    background: linear-gradient(145deg, #1A0508 0%, #5A1020 40%, #3D0A14 100%);
    text-align: center;
    color: #fff;
}

.final-banner-wrap {
    max-width: 900px;
    margin: 0 auto 48px;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-xl);
}

.final-banner-img {
    width: 100%;
    display: block;
}

.final-content h2 {
    font-family: var(--font-head);
    font-size: clamp(26px, 4vw, 42px);
    font-weight: 800;
    margin-bottom: 14px;
}

.final-content p {
    font-size: 17px;
    color: rgba(255,255,255,.8);
    margin-bottom: 28px;
}

.final-stock {
    max-width: 440px;
    margin: 0 auto 36px;
}

.final-stock .stock-bar {
    margin-bottom: 10px;
}

.final-stock .stock-label {
    color: rgba(255,255,255,.6);
    font-size: 13px;
}

/* ================================================
   FOOTER
   ================================================ */
.footer {
    background: #12121E;
    color: rgba(255,255,255,.65);
    padding: 64px 0 32px;
}

.footer-grid {
    display: grid;
    grid-template-columns: auto repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-logo {
    height: 48px;
    object-fit: contain;
}

.footer-logo-venda {
    height: 38px;
    object-fit: contain;
    opacity: .9;
}

.footer-col h5 {
    font-family: var(--font-head);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgba(255,255,255,.9);
    margin-bottom: 14px;
}

.footer-col a {
    display: block;
    font-size: 13px;
    color: rgba(255,255,255,.5);
    margin-bottom: 9px;
    transition: color .2s ease;
    line-height: 1.4;
}

.footer-col a:hover {
    color: var(--gold);
}

.footer-bottom {
    text-align: center;
    font-size: 12px;
    color: rgba(255,255,255,.3);
}

/* ================================================
   WHATSAPP FLOAT
   ================================================ */
.whatsapp-float {
    position: fixed;
    bottom: 28px;
    right: 28px;
    width: 62px;
    height: 62px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(37,211,102,.55), 0 0 0 0 rgba(37,211,102,.3);
    z-index: 990;
    animation: float-wa 3.5s ease-in-out infinite;
    transition: transform .25s ease, box-shadow .25s ease;
}

.whatsapp-float:hover {
    transform: scale(1.12);
    box-shadow: 0 8px 32px rgba(37,211,102,.7);
}

/* ================================================
   UNITS SYNC (shared counter)
   ================================================ */
.units-sync {
    font-weight: 700;
    color: var(--primary-mid);
    transition: color .3s ease;
}

/* ================================================
   CHECKOUT MODAL (removed — checkout is now checkout.html)
   ================================================ */
/* placeholder kept for reference */

/*
.co-overlay {
    position: fixed;
    inset: 0;
    z-index: 9000;
    background: rgba(10,15,30,.75);
    backdrop-filter: blur(6px);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
}

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

.co-modal {
    position: relative;
    background: #fff;
    width: 100%;
    max-width: 520px;
    max-height: 92vh;
    overflow-y: auto;
    border-radius: 24px 24px 0 0;
    padding: 28px 24px 40px;
    transform: translateY(100%);
    transition: transform .4s cubic-bezier(.4,0,.2,1);
    -webkit-overflow-scrolling: touch;
}

.co-overlay.co-open .co-modal {
    transform: translateY(0);
}

@media (min-width: 600px) {
    .co-overlay {
        align-items: center;
        padding: 20px;
    }
    .co-modal {
        border-radius: 24px;
        max-height: 90vh;
        transform: translateY(24px) scale(.97);
    }
    .co-overlay.co-open .co-modal {
        transform: translateY(0) scale(1);
    }
}

.co-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: var(--light-gray);
    color: var(--text);
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s;
    z-index: 10;
}

.co-close:hover { background: var(--mid-gray); }

.co-step { width: 100%; }
.co-hidden { display: none !important; }

/* Kit summary header */
.co-header { margin-bottom: 20px; }

.co-kit-summary {
    display: flex;
    gap: 16px;
    align-items: center;
    background: var(--off-white);
    border: 1.5px solid var(--mid-gray);
    border-radius: var(--radius);
    padding: 14px 16px;
    margin-bottom: 12px;
}

.co-kit-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
    flex-shrink: 0;
    background: var(--light-gray);
}

.co-kit-badge {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: var(--green);
    text-transform: uppercase;
    margin-bottom: 4px;
}

.co-kit-name {
    font-family: var(--font-head);
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 2px;
}

.co-kit-desc {
    font-size: 12px;
    color: var(--text-muted);
    margin-bottom: 6px;
}

.co-kit-price {
    font-family: var(--font-head);
    font-size: 22px;
    font-weight: 900;
    color: var(--green);
}

.co-trust-strip {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 11px;
    font-weight: 600;
    color: var(--text-muted);
}

/* Form */
.co-form-title {
    font-family: var(--font-head);
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 16px;
    color: var(--text);
}

.co-field-row { margin-bottom: 12px; }

.co-field-half {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.co-field label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 6px;
}

.co-field input {
    width: 100%;
    border: 1.5px solid var(--mid-gray);
    border-radius: 10px;
    padding: 13px 14px;
    font-family: var(--font-body);
    font-size: 15px;
    color: var(--text);
    background: #fff;
    transition: border-color .2s, box-shadow .2s;
    outline: none;
    -webkit-appearance: none;
}

.co-field input:focus {
    border-color: var(--green);
    box-shadow: 0 0 0 3px rgba(26,122,60,.12);
}

.co-field input.co-invalid {
    border-color: #DC2626;
    box-shadow: 0 0 0 3px rgba(220,38,38,.1);
}

.co-error {
    background: rgba(220,38,38,.08);
    border: 1px solid rgba(220,38,38,.25);
    border-radius: 10px;
    color: #DC2626;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 14px;
    margin-bottom: 14px;
    display: none;
}

.co-error.co-show { display: block; }

.co-submit {
    width: 100%;
    font-size: 17px;
    padding: 18px 24px;
    margin-bottom: 12px;
    border-radius: 12px;
    border: none;
    cursor: pointer;
}

.co-submit:disabled {
    opacity: .7;
    cursor: not-allowed;
    transform: none !important;
    box-shadow: none !important;
}

.co-form-note {
    text-align: center;
    font-size: 11px;
    color: var(--text-muted);
}

/* PIX step */
.co-pix-header {
    text-align: center;
    margin-bottom: 20px;
}

.co-pix-icon { margin-bottom: 12px; }
.co-pix-icon svg { margin: 0 auto; display: block; }

.co-pix-header h2 {
    font-family: var(--font-head);
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 4px;
}

.co-pix-header p {
    font-size: 13px;
    color: var(--text-muted);
}

.co-pix-amount {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(135deg, rgba(26,122,60,.06), rgba(26,122,60,.03));
    border: 1.5px solid rgba(26,122,60,.2);
    border-radius: 12px;
    padding: 14px 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    text-align: center;
}

.co-pix-amount span { font-size: 13px; color: var(--text-muted); }

.co-pix-amount strong {
    font-family: var(--font-head);
    font-size: 28px;
    font-weight: 900;
    color: var(--green);
}

.co-pix-method {
    display: block;
    width: 100%;
    font-size: 11px;
    color: var(--green);
    font-weight: 600;
    margin-top: 2px;
}

.co-pix-body { display: flex; flex-direction: column; gap: 16px; }

.co-qr-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.co-qr-img {
    width: 200px;
    height: 200px;
    border: 3px solid var(--mid-gray);
    border-radius: 14px;
    object-fit: contain;
    background: #fff;
    padding: 8px;
}

.co-qr-hint {
    font-size: 12px;
    color: var(--text-muted);
    text-align: center;
}

.co-copy-wrap {
    background: var(--off-white);
    border: 1.5px solid var(--mid-gray);
    border-radius: 12px;
    padding: 14px 16px;
}

.co-copy-label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 700;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.co-copy-box {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1.5px solid var(--mid-gray);
    border-radius: 10px;
    padding: 10px 14px;
}

.co-pix-code-text {
    flex: 1;
    font-size: 11px;
    color: var(--text-muted);
    word-break: break-all;
    font-family: monospace;
    line-height: 1.4;
    max-height: 60px;
    overflow: hidden;
}

.co-copy-btn {
    flex-shrink: 0;
    background: var(--green);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 8px 16px;
    font-family: var(--font-head);
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: background .2s;
    white-space: nowrap;
}

.co-copy-btn:hover { background: var(--green-dark); }
.co-copy-btn.co-copied { background: var(--primary); }

.co-pix-steps {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.co-pix-step {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: var(--text-muted);
}

.co-step-num {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--green);
    color: #fff;
    font-family: var(--font-head);
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.co-pix-status {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: rgba(26,122,60,.06);
    border: 1.5px solid rgba(26,122,60,.15);
    border-radius: 12px;
    padding: 14px 20px;
    font-size: 14px;
    font-weight: 600;
    color: var(--green);
}

.co-pix-status.co-paid {
    background: rgba(26,122,60,.12);
    border-color: var(--green);
}

.co-spinner {
    width: 20px;
    height: 20px;
    border: 2.5px solid rgba(26,122,60,.25);
    border-top-color: var(--green);
    border-radius: 50%;
    animation: co-spin .8s linear infinite;
    flex-shrink: 0;
}

@keyframes co-spin { to { transform: rotate(360deg); } }

/* Confirmed step */
.co-confirmed {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    padding: 12px 0;
}

.co-confirmed h2 {
    font-family: var(--font-head);
    font-size: 24px;
    font-weight: 800;
}

.co-confirmed p {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.7;
    max-width: 360px;
}

.co-confirmed-box {
    display: flex;
    align-items: center;
    gap: 12px;
    background: var(--off-white);
    border: 1.5px solid var(--mid-gray);
    border-radius: 12px;
    padding: 14px 20px;
    font-size: 14px;
    text-align: left;
    width: 100%;
}

.co-confirmed-box span { font-size: 28px; }
.co-confirmed-box strong { display: block; margin-bottom: 2px; }
.co-confirmed-box > div span { font-size: 13px; color: var(--text-muted); }

.co-close-confirmed {
    border: none;
    cursor: pointer;
    font-size: 16px;
    padding: 16px 48px;
}

/* ================================================
   RESPONSIVE
   ================================================ */
@media (max-width: 1024px) {
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: repeat(3, 1fr); }
    .footer-brand { grid-column: span 3; flex-direction: row; align-items: center; }
}

@media (max-width: 768px) {
    .top-bar-inner { flex-direction: column; gap: 8px; padding: 10px 16px; }
    .top-badges { width: 100%; justify-content: center; }
    .hero { min-height: auto; padding: 60px 0 50px; }
    .hero-title { font-size: 72px; letter-spacing: -2px; }
    .kits-grid { grid-template-columns: 1fr; max-width: 440px; margin-left: auto; margin-right: auto; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .why-grid { grid-template-columns: 1fr; max-width: 480px; margin-left: auto; margin-right: auto; }
    .testimonials-grid { grid-template-columns: 1fr; max-width: 480px; margin-left: auto; margin-right: auto; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-brand { grid-column: span 2; }
    .historic-box { padding: 24px 22px; }
    .btn-cta.btn-pulse { font-size: 17px; padding: 18px 32px; }
}

@media (max-width: 480px) {
    .top-badges { flex-direction: column; }
    .top-badge { padding: 8px 24px; }
    .hero-title { font-size: 58px; }
    .cpf-badge { font-size: 11px; padding: 9px 20px; }
    .stats-grid { grid-template-columns: 1fr 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-brand { grid-column: span 1; }
    .trust-row { gap: 14px; }
    .rating-summary { flex-direction: column; gap: 8px; }
    .co-field-half { grid-template-columns: 1fr; }
    .co-kit-img { width: 64px; height: 64px; }
    .co-pix-amount strong { font-size: 22px; }
    .co-qr-img { width: 170px; height: 170px; }
}

/* ================================================
   PURCHASE NOTIFICATION POPUPS
   ================================================ */
.notif-popup {
    position: fixed;
    bottom: 24px;
    left: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border-radius: 14px;
    padding: 12px 16px 12px 14px;
    box-shadow: 0 6px 32px rgba(0,0,0,.18), 0 1px 4px rgba(0,0,0,.08);
    border-left: 4px solid #2DBF6C;
    z-index: 9999;
    max-width: 300px;
    transform: translateX(calc(-100% - 30px));
    opacity: 0;
    transition: transform .45s cubic-bezier(.34,1.56,.64,1), opacity .35s ease;
    pointer-events: none;
}

.notif-popup.notif-show {
    transform: translateX(0);
    opacity: 1;
}

.notif-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1e3a5f 0%, #7B1E2E 100%);
    color: #fff;
    font-family: var(--font-head);
    font-weight: 800;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    text-transform: uppercase;
}

.notif-body {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.notif-body strong {
    font-family: var(--font-head);
    font-size: 13px;
    font-weight: 700;
    color: #0f1b2d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notif-body span {
    font-size: 12px;
    color: #555;
    line-height: 1.35;
}

.notif-body em {
    font-style: normal;
    font-weight: 600;
    color: #1e3a5f;
}

.notif-time {
    font-size: 11px !important;
    color: #2DBF6C !important;
    font-weight: 600;
}

@media (max-width: 480px) {
    .notif-popup { max-width: calc(100vw - 40px); bottom: 16px; left: 16px; }
}
