/* =========================================================
   COPA DO BRASIL — PREMIUM WORLD CUP CAMPAIGN STYLESHEET
   Cinematic / Broadcast / High-End Sports Advertising
========================================================= */

/* ===== GENERAL HELPERS ===== */
.text-yellow { color: var(--brasil-yellow) !important; }
.text-green { color: var(--brasil-green) !important; }
.text-gold { color: var(--gold-shine) !important; }

.gradient-gold {
    background: linear-gradient(135deg, var(--gold-shine) 0%, var(--brasil-yellow) 50%, var(--gold-metallic) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 4px 14px rgba(255, 223, 0, 0.35));
}

.gradient-green {
    background: linear-gradient(135deg, #34d669 0%, var(--brasil-green) 50%, var(--brasil-green-dark) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ===== SECTION HEADERS ===== */
.section-header {
    margin-bottom: 3.5rem;
}

.section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 18px;
    background: rgba(255, 223, 0, 0.08);
    border: 1px solid rgba(255, 223, 0, 0.25);
    border-radius: 100px;
    color: var(--brasil-yellow);
    font-family: 'Oswald', sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 1rem;
    backdrop-filter: blur(10px);
}

.section-eyebrow i {
    color: var(--gold-shine);
}

.section-title {
    font-family: 'Anton', 'Bebas Neue', sans-serif;
    font-size: clamp(2.2rem, 5vw, 4rem);
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 1rem;
    text-shadow: 0 4px 32px rgba(0, 0, 0, 0.5);
}

.section-desc {
    color: rgba(255, 255, 255, 0.65);
    font-size: 1.05rem;
    max-width: 580px;
    margin: 0 auto;
    line-height: 1.5;
}

.section-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(0, 156, 59, 0.18) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}


/* =========================================================
   HERO V3 — SOLO IMAGE + UNIFIED TITLE/COUNTDOWN BLOCK
========================================================= */
.hero-v3 {
    position: relative;
    min-height: 100vh;
    padding: 80px 0 0;
    overflow: hidden;
    isolation: isolate;
    background: var(--cinematic-black);
    text-align: center;
}

/* Atmospheric base */
.hero-v3-atmos {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 90% 50% at 50% 0%, rgba(0, 156, 59, 0.42) 0%, transparent 55%),
        radial-gradient(ellipse 70% 50% at 50% 100%, rgba(255, 223, 0, 0.18) 0%, transparent 60%),
        radial-gradient(ellipse 60% 40% at 0% 60%, rgba(0, 39, 118, 0.18) 0%, transparent 60%),
        radial-gradient(ellipse 60% 40% at 100% 60%, rgba(0, 156, 59, 0.18) 0%, transparent 60%),
        linear-gradient(180deg, #02070a 0%, #04110a 50%, var(--cinematic-black) 100%);
    z-index: -3;
}

/* Cinematic light rays */
.hero-v3-rays {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    overflow: hidden;
}
.hero-v3-rays span {
    position: absolute;
    top: -10%;
    width: 260px;
    height: 130%;
    background: linear-gradient(180deg, rgba(255, 223, 0, 0.16) 0%, transparent 70%);
    clip-path: polygon(48% 0%, 52% 0%, 100% 100%, 0% 100%);
    filter: blur(40px);
    mix-blend-mode: screen;
}
.hero-v3-rays span:nth-child(1) { left: 5%; transform: rotate(-10deg); animation: rayPulseV3 9s ease-in-out infinite; }
.hero-v3-rays span:nth-child(2) { left: 50%; transform: translateX(-50%) rotate(0deg); opacity: 0.55; animation: rayPulseV3 11s ease-in-out infinite 1.5s; }
.hero-v3-rays span:nth-child(3) { right: 5%; transform: rotate(10deg); animation: rayPulseV3 10s ease-in-out infinite 3s; }
@keyframes rayPulseV3 {
    0%, 100% { opacity: 0.35; }
    50% { opacity: 0.75; }
}

/* Container */
.hero-v3-container {
    position: relative;
    z-index: 4;
    padding-top: 0;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* SOLO IMAGE — STAR */
.hero-v3-image-wrap {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: -20px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    animation: imageFloat 7s ease-in-out infinite;
}
@keyframes imageFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-14px); }
}
.hero-v3-image-halo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    height: 95%;
    background:
        radial-gradient(ellipse at center,
            rgba(255, 223, 0, 0.32) 0%,
            rgba(0, 156, 59, 0.22) 30%,
            transparent 70%);
    filter: blur(60px);
    z-index: -1;
    animation: haloPulse 5s ease-in-out infinite;
}
@keyframes haloPulse {
    0%, 100% { opacity: 0.8; transform: translate(-50%, -50%) scale(1); }
    50% { opacity: 1; transform: translate(-50%, -50%) scale(1.05); }
}
.hero-v3-image-floor {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    height: 60px;
    background: radial-gradient(ellipse at center,
        rgba(0, 0, 0, 0.55) 0%,
        transparent 70%);
    filter: blur(20px);
    z-index: -2;
}
.hero-v3-image {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    border-radius: 18px;
    z-index: 1;
    filter:
        drop-shadow(0 40px 80px rgba(0, 0, 0, 0.55))
        drop-shadow(0 0 60px rgba(0, 156, 59, 0.18));
}

/* UNIFIED BLOCK: SPLIT (TITLE LEFT | COUNTDOWN RIGHT) */
.hero-v3-block {
    position: relative;
    width: 100%;
    max-width: 1180px;
    margin: 50px auto 0;
    padding: 48px 50px;
    background:
        linear-gradient(180deg,
            rgba(12, 20, 25, 0.85) 0%,
            rgba(6, 16, 10, 0.92) 100%);
    backdrop-filter: blur(22px) saturate(180%);
    border: 1px solid rgba(255, 223, 0, 0.25);
    border-radius: 28px;
    overflow: hidden;
    box-shadow:
        0 40px 90px rgba(0, 0, 0, 0.55),
        0 0 70px rgba(0, 156, 59, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
.hero-v3-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg,
        var(--brasil-green) 0%,
        var(--brasil-yellow) 50%,
        var(--brasil-blue) 100%);
    box-shadow: 0 0 20px rgba(255, 223, 0, 0.5);
    z-index: 2;
}
.hero-v3-block::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(125deg,
            transparent 0,
            transparent 80px,
            rgba(255, 223, 0, 0.025) 80px,
            rgba(255, 223, 0, 0.025) 160px);
    pointer-events: none;
}
.hero-v3-block-glow {
    position: absolute;
    top: -30%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center,
        rgba(255, 223, 0, 0.15),
        transparent 60%);
    filter: blur(40px);
    pointer-events: none;
    z-index: 0;
}

/* SPLIT LAYOUT */
.hero-v3-split {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 40px;
}

.hero-v3-split-left {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.hero-v3-split-right {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.hero-v3-split-divider {
    width: 1px;
    height: 220px;
    background: linear-gradient(180deg,
        transparent 0%,
        rgba(255, 223, 0, 0.3) 20%,
        rgba(255, 223, 0, 0.5) 50%,
        rgba(255, 223, 0, 0.3) 80%,
        transparent 100%);
    position: relative;
}
.hero-v3-split-divider::before,
.hero-v3-split-divider::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--brasil-yellow);
    box-shadow: 0 0 10px var(--brasil-yellow);
}
.hero-v3-split-divider::before { top: 0; }
.hero-v3-split-divider::after { bottom: 0; }

/* MASSIVE TITLE (left side) */
.hero-v3-title {
    position: relative;
    font-family: 'Anton', 'Bebas Neue', sans-serif;
    font-weight: 400;
    font-size: clamp(3rem, 7vw, 6rem);
    line-height: 0.88;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    margin: 0;
    z-index: 1;
}
.hero-v3-title-stroke {
    display: block;
    color: transparent;
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.85);
    text-stroke: 2px rgba(255, 255, 255, 0.85);
}
.hero-v3-title-fill {
    display: block;
    background: linear-gradient(135deg, #fff4b0 0%, var(--brasil-yellow) 30%, var(--gold-metallic) 70%, var(--gold-shine) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 10px 36px rgba(255, 223, 0, 0.45));
    margin-top: -2px;
}

.hero-v3-lede {
    color: rgba(255, 255, 255, 0.78);
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    line-height: 1.55;
    margin: 0;
    font-weight: 300;
    max-width: 440px;
}
.hero-v3-lede strong {
    color: var(--brasil-yellow);
    font-weight: 700;
}

/* MATCH HEADER (right side) */
.hero-v3-match-header {
    margin-bottom: 8px;
}
.hero-v3-live-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    background: linear-gradient(135deg, #e63946, #c1121f);
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    border-radius: 100px;
    box-shadow: 0 6px 20px rgba(230, 57, 70, 0.4);
    margin-bottom: 18px;
}
.hero-v3-live-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ffffff;
    animation: pulse 1s ease-in-out infinite;
}

.hero-v3-match-teams {
    display: inline-flex;
    align-items: center;
    gap: 22px;
    margin-bottom: 14px;
    padding: 10px 22px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 223, 0, 0.12);
    border-radius: 100px;
    backdrop-filter: blur(10px);
    flex-wrap: wrap;
    justify-content: center;
}
.hero-v3-match-team {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-family: 'Anton', 'Bebas Neue', sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.hero-v3-match-flag {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255, 223, 0, 0.4);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.45);
    background: rgba(255, 255, 255, 0.04);
}
.hero-v3-match-vs {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    background: linear-gradient(135deg, var(--gold-shine), var(--brasil-yellow));
    color: var(--cinematic-black);
    font-family: 'Anton', sans-serif;
    font-size: 0.88rem;
    letter-spacing: 0.08em;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(255, 223, 0, 0.35);
}
.hero-v3-match-info {
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.06em;
    font-size: 0.92rem;
    margin: 0;
}
.hero-v3-match-info i {
    color: var(--brasil-yellow);
    margin-right: 6px;
}
.hero-v3-match-info-sep {
    color: rgba(255, 223, 0, 0.4);
    margin: 0 8px;
}

/* COUNTDOWN TIMER */
.hero-v3-timer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}
.hero-v3-time {
    flex: 1;
    min-width: 110px;
    max-width: 160px;
    position: relative;
    padding: 22px 12px 16px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(0, 0, 0, 0.45) 100%);
    border: 1px solid rgba(255, 223, 0, 0.2);
    border-radius: 16px;
    text-align: center;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 8px 24px rgba(0, 0, 0, 0.4);
    overflow: hidden;
}
.hero-v3-time::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--brasil-yellow), transparent);
}
.hero-v3-time-value {
    display: block;
    font-family: 'Anton', 'Bebas Neue', sans-serif;
    font-size: clamp(2.4rem, 5.5vw, 4rem);
    line-height: 1;
    background: linear-gradient(180deg, #ffffff 0%, var(--brasil-yellow) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 4px 18px rgba(255, 223, 0, 0.4));
    margin-bottom: 6px;
    letter-spacing: 0.02em;
}
.hero-v3-time-label {
    font-family: 'Oswald', sans-serif;
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.62);
    letter-spacing: 0.18em;
    text-transform: uppercase;
}
.hero-v3-time-sep {
    font-family: 'Anton', sans-serif;
    font-size: clamp(1.6rem, 3vw, 2.5rem);
    color: var(--brasil-yellow);
    opacity: 0.5;
    line-height: 1;
    margin-top: -16px;
}

/* CTA */
.hero-v3-cta {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 18px 30px 18px 26px;
    background: linear-gradient(135deg, var(--gold-shine) 0%, var(--brasil-yellow) 50%, var(--gold-metallic) 100%);
    color: var(--cinematic-black) !important;
    font-family: 'Anton', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-radius: 14px;
    text-decoration: none;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    box-shadow:
        0 14px 36px rgba(255, 223, 0, 0.45),
        0 0 0 1px rgba(245, 215, 110, 0.5) inset,
        0 2px 0 rgba(255, 255, 255, 0.5) inset;
    align-self: flex-start;
    z-index: 1;
}
.hero-v3-cta-glow {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
    transform: translateX(-100%);
    transition: transform 0.8s ease;
    z-index: -1;
}
.hero-v3-cta-label { position: relative; }
.hero-v3-cta-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: var(--cinematic-black);
    color: var(--brasil-yellow);
    border-radius: 50%;
    transition: transform 0.3s ease;
}
.hero-v3-cta:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow:
        0 22px 50px rgba(255, 223, 0, 0.6),
        0 0 50px rgba(255, 223, 0, 0.4),
        0 0 0 1px rgba(245, 215, 110, 0.5) inset,
        0 2px 0 rgba(255, 255, 255, 0.5) inset;
    color: var(--cinematic-black) !important;
}
.hero-v3-cta:hover .hero-v3-cta-glow {
    transform: translateX(100%);
}
.hero-v3-cta:hover .hero-v3-cta-arrow {
    transform: translateX(4px);
}

/* Bottom Brazil stripe */
.hero-v3-stripe {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg,
        var(--brasil-green) 0%,
        var(--brasil-green) 33%,
        var(--brasil-yellow) 33%,
        var(--brasil-yellow) 66%,
        var(--brasil-blue) 66%,
        var(--brasil-blue) 100%);
    box-shadow: 0 -10px 30px rgba(255, 223, 0, 0.2);
    z-index: 8;
}


/* ==== HERO V3 RESPONSIVE ==== */
@media (max-width: 1199px) {
    .hero-v3-block { padding: 42px 36px; }
    .hero-v3-split { gap: 28px; }
    .hero-v3-split-divider { height: 200px; }
}

@media (max-width: 991px) {
    .hero-v3 { padding-top: 100px; }
    .hero-v3-container { padding-top: 30px; padding-bottom: 80px; }
    .hero-v3-block {
        padding: 36px 28px;
        margin-top: 36px;
    }
    .hero-v3-split {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .hero-v3-split-left {
        text-align: center;
        align-items: center;
    }
    .hero-v3-split-divider {
        width: 60%;
        height: 1px;
        background: linear-gradient(90deg,
            transparent 0%,
            rgba(255, 223, 0, 0.4) 50%,
            transparent 100%);
        justify-self: center;
    }
    .hero-v3-split-divider::before,
    .hero-v3-split-divider::after {
        top: 50%;
        left: auto;
        transform: translateY(-50%);
    }
    .hero-v3-split-divider::before { left: 0; }
    .hero-v3-split-divider::after { right: 0; left: auto; }
    .hero-v3-cta { align-self: center; }
    .hero-v3-lede { margin: 0 auto; }
    .hero-v3-match-teams {
        gap: 14px;
        padding: 8px 14px;
    }
    .hero-v3-match-team { font-size: 1.15rem; }
    .hero-v3-match-flag { width: 34px; height: 34px; }
}

@media (max-width: 767px) {
    .hero-v3 { padding-top: 90px; }
    .hero-v3-container { padding-top: 20px; padding-bottom: 90px; }
    .hero-v3-image-wrap { padding: 10px; }
    .hero-v3-block {
        padding: 28px 18px;
        border-radius: 22px;
        margin-top: 26px;
    }
    .hero-v3-match-teams {
        flex-direction: column;
        border-radius: 22px;
        padding: 14px 18px;
        gap: 10px;
    }
    .hero-v3-match-info { font-size: 0.82rem; }
    .hero-v3-timer { gap: 6px; }
    .hero-v3-time { min-width: 68px; padding: 14px 4px 10px; }
    .hero-v3-time-sep { display: none; }
    .hero-v3-cta {
        width: 100%;
        justify-content: center;
        padding: 16px 22px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .hero-v3-title-stroke { -webkit-text-stroke-width: 1.5px; }
    .hero-v3-time-value { font-size: 1.9rem; }
}


/* ===== legacy hero v2 (kept inert to avoid breaks) ===== */
.hero-v2 { display: none !important; }
.hero-v2-old {
    position: relative;
    min-height: 100vh;
    padding: 110px 0 0;
    overflow: hidden;
    isolation: isolate;
    background: var(--cinematic-black);
}

/* Atmospheric base */
.hero-v2-atmos {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 80% 50% at 50% -10%, rgba(0, 156, 59, 0.4) 0%, transparent 60%),
        radial-gradient(ellipse 60% 40% at 80% 100%, rgba(255, 223, 0, 0.18) 0%, transparent 60%),
        radial-gradient(ellipse 60% 40% at 0% 100%, rgba(0, 39, 118, 0.25) 0%, transparent 60%),
        linear-gradient(180deg, #02070a 0%, #061410 50%, var(--cinematic-black) 100%);
    z-index: -3;
}

/* Subtle grid */
.hero-v2-grid-overlay {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 80px 80px;
    mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
    z-index: -2;
}

/* Cinematic light rays from top */
.hero-v2-rays {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    overflow: hidden;
}
.hero-v2-rays span {
    position: absolute;
    top: -10%;
    width: 200px;
    height: 130%;
    background: linear-gradient(180deg, rgba(255, 223, 0, 0.18) 0%, transparent 70%);
    clip-path: polygon(48% 0%, 52% 0%, 100% 100%, 0% 100%);
    filter: blur(40px);
    mix-blend-mode: screen;
}
.hero-v2-rays span:nth-child(1) { left: 8%; transform: rotate(-8deg); animation: rayPulse 9s ease-in-out infinite; }
.hero-v2-rays span:nth-child(2) { left: 50%; transform: translateX(-50%) rotate(0deg); opacity: 0.6; animation: rayPulse 11s ease-in-out infinite 1.5s; }
.hero-v2-rays span:nth-child(3) { right: 8%; transform: rotate(8deg); animation: rayPulse 10s ease-in-out infinite 3s; }
@keyframes rayPulse {
    0%, 100% { opacity: 0.35; }
    50% { opacity: 0.75; }
}

/* Side glows */
.hero-v2-glow-l, .hero-v2-glow-r {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    height: 70%;
    pointer-events: none;
    z-index: -1;
    filter: blur(80px);
}
.hero-v2-glow-l {
    left: -15%;
    background: radial-gradient(circle, rgba(0, 156, 59, 0.35) 0%, transparent 60%);
}
.hero-v2-glow-r {
    right: -15%;
    background: radial-gradient(circle, rgba(255, 223, 0, 0.18) 0%, transparent 60%);
}

/* BROADCAST TICKER */
.hero-v2-ticker {
    position: absolute;
    top: 88px;
    left: 0;
    right: 0;
    height: 38px;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.85) 0%, rgba(12, 20, 25, 0.85) 50%, rgba(0, 0, 0, 0.85) 100%);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 223, 0, 0.15);
    border-bottom: 1px solid rgba(255, 223, 0, 0.15);
    overflow: hidden;
    display: flex;
    align-items: center;
    z-index: 5;
}
.hero-v2-ticker::before, .hero-v2-ticker::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 80px;
    z-index: 2;
    pointer-events: none;
}
.hero-v2-ticker::before {
    left: 0;
    background: linear-gradient(90deg, var(--cinematic-black), transparent);
}
.hero-v2-ticker::after {
    right: 0;
    background: linear-gradient(-90deg, var(--cinematic-black), transparent);
}
.hero-v2-ticker-track {
    display: flex;
    align-items: center;
    gap: 32px;
    animation: tickerScroll 50s linear infinite;
    white-space: nowrap;
    width: max-content;
    padding-left: 100%;
}
@keyframes tickerScroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
.ticker-live {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 12px;
    background: linear-gradient(135deg, #e63946, #c1121f);
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    border-radius: 4px;
    flex-shrink: 0;
}
.ticker-live-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ffffff;
    animation: pulse 1s ease-in-out infinite;
}
.ticker-item {
    color: rgba(255, 255, 255, 0.85);
    font-family: 'Oswald', sans-serif;
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    flex-shrink: 0;
}
.ticker-sep {
    color: var(--brasil-yellow);
    font-size: 0.85rem;
    opacity: 0.5;
    flex-shrink: 0;
}

/* MAIN GRID */
.hero-v2-container {
    position: relative;
    z-index: 4;
    padding-top: 60px;
    padding-bottom: 60px;
}
.hero-v2-grid {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    align-items: center;
    gap: 60px;
    min-height: calc(100vh - 240px);
}

/* LEFT CONTENT */
.hero-v2-content {
    position: relative;
    z-index: 2;
}
.hero-v2-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 28px;
    padding: 6px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 223, 0, 0.2);
    border-radius: 100px;
    backdrop-filter: blur(10px);
}
.hero-v2-eyebrow-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    background: linear-gradient(135deg, var(--gold-shine), var(--brasil-yellow));
    color: var(--cinematic-black);
    font-family: 'Oswald', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    border-radius: 100px;
    box-shadow: 0 4px 14px rgba(255, 223, 0, 0.4);
}
.hero-v2-eyebrow-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--cinematic-black);
    animation: pulse 1.4s ease-in-out infinite;
}
.hero-v2-eyebrow-text {
    padding-right: 14px;
    color: rgba(255, 255, 255, 0.75);
    font-family: 'Oswald', sans-serif;
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

/* MASSIVE TITLE */
.hero-v2-title {
    font-family: 'Anton', 'Bebas Neue', sans-serif;
    font-weight: 400;
    font-size: clamp(3.5rem, 9.5vw, 9rem);
    line-height: 0.88;
    letter-spacing: 0.005em;
    text-transform: uppercase;
    margin: 0 0 28px;
}
.hero-v2-title-stroke {
    display: block;
    color: transparent;
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.85);
    text-stroke: 2px rgba(255, 255, 255, 0.85);
    position: relative;
}
.hero-v2-title-fill {
    display: block;
    background: linear-gradient(135deg, #fff4b0 0%, var(--brasil-yellow) 30%, var(--gold-metallic) 70%, var(--gold-shine) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 12px 40px rgba(255, 223, 0, 0.45));
    margin-top: -4px;
}

.hero-v2-lede {
    color: rgba(255, 255, 255, 0.78);
    font-family: 'Inter', sans-serif;
    font-size: clamp(1rem, 1.4vw, 1.18rem);
    line-height: 1.55;
    max-width: 540px;
    margin: 0 0 36px;
    font-weight: 300;
}
.hero-v2-lede strong {
    color: var(--brasil-yellow);
    font-weight: 700;
}
.hero-v2-lede em {
    color: #ffffff;
    font-style: normal;
    font-weight: 500;
}

/* CTAs */
.hero-v2-actions {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
    margin-bottom: 36px;
}
.hero-v2-cta {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 20px 36px 20px 32px;
    background: linear-gradient(135deg, var(--gold-shine) 0%, var(--brasil-yellow) 50%, var(--gold-metallic) 100%);
    color: var(--cinematic-black) !important;
    font-family: 'Anton', sans-serif;
    font-size: 1.15rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-radius: 14px;
    text-decoration: none;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    box-shadow:
        0 14px 36px rgba(255, 223, 0, 0.45),
        0 0 0 1px rgba(245, 215, 110, 0.5) inset,
        0 2px 0 rgba(255, 255, 255, 0.5) inset;
    z-index: 1;
}
.hero-v2-cta-glow {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
    transform: translateX(-100%);
    transition: transform 0.8s ease;
    z-index: -1;
}
.hero-v2-cta-label {
    position: relative;
}
.hero-v2-cta-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: var(--cinematic-black);
    color: var(--brasil-yellow);
    border-radius: 50%;
    transition: transform 0.3s ease;
}
.hero-v2-cta:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow:
        0 22px 50px rgba(255, 223, 0, 0.6),
        0 0 50px rgba(255, 223, 0, 0.4),
        0 0 0 1px rgba(245, 215, 110, 0.5) inset,
        0 2px 0 rgba(255, 255, 255, 0.5) inset;
    color: var(--cinematic-black) !important;
}
.hero-v2-cta:hover .hero-v2-cta-glow {
    transform: translateX(100%);
}
.hero-v2-cta:hover .hero-v2-cta-arrow {
    transform: translateX(4px);
}

.hero-v2-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.75) !important;
    font-family: 'Oswald', sans-serif;
    font-size: 0.95rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(255, 223, 0, 0.3);
    transition: all 0.3s ease;
}
.hero-v2-link:hover {
    color: var(--brasil-yellow) !important;
    border-bottom-color: var(--brasil-yellow);
    transform: translateX(4px);
}
.hero-v2-link i {
    color: var(--brasil-yellow);
}

/* Trust strip */
.hero-v2-trust {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    padding: 16px 20px;
    background: rgba(12, 20, 25, 0.45);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    max-width: fit-content;
}
.hero-v2-trust-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.85);
    font-family: 'Oswald', sans-serif;
    font-size: 0.82rem;
    letter-spacing: 0.06em;
}
.hero-v2-trust-item i {
    color: var(--brasil-yellow);
    font-size: 0.95rem;
}
.hero-v2-trust-item strong {
    color: #ffffff;
    font-weight: 700;
}
.hero-v2-trust-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(255, 223, 0, 0.4);
}

/* SHOWCASE / FRAME */
.hero-v2-showcase {
    position: relative;
    z-index: 2;
}
.hero-v2-vlabel {
    position: absolute;
    top: 0;
    left: -36px;
    transform: rotate(-90deg);
    transform-origin: top left;
    color: rgba(255, 223, 0, 0.5);
    font-family: 'Oswald', sans-serif;
    font-size: 0.72rem;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    white-space: nowrap;
}
.hero-v2-vlabel::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 1px;
    background: rgba(255, 223, 0, 0.5);
    vertical-align: middle;
    margin-right: 14px;
    transform: translateY(-2px);
}

.hero-v2-frame {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    padding: 0;
    background: linear-gradient(135deg, rgba(0, 156, 59, 0.15), rgba(255, 223, 0, 0.08));
    box-shadow:
        0 40px 80px rgba(0, 0, 0, 0.6),
        0 0 60px rgba(255, 223, 0, 0.15),
        0 0 0 1px rgba(255, 223, 0, 0.18);
    animation: framedFloat 7s ease-in-out infinite;
    transform: perspective(1200px) rotateY(-2deg) rotateX(1deg);
    transition: transform 0.6s ease;
}
.hero-v2-frame:hover {
    transform: perspective(1200px) rotateY(0deg) rotateX(0deg) scale(1.01);
}
@keyframes framedFloat {
    0%, 100% { transform: perspective(1200px) rotateY(-2deg) rotateX(1deg) translateY(0); }
    50% { transform: perspective(1200px) rotateY(-2deg) rotateX(1deg) translateY(-12px); }
}
.hero-v2-frame-halo {
    position: absolute;
    inset: -1px;
    background: linear-gradient(135deg,
        var(--brasil-green) 0%,
        var(--brasil-yellow) 50%,
        var(--brasil-blue) 100%);
    border-radius: 18px;
    z-index: 0;
    opacity: 0.5;
    filter: blur(2px);
}
.hero-v2-frame-scan {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg,
        transparent 0%,
        rgba(255, 255, 255, 0.08) 50%,
        transparent 100%);
    height: 40%;
    animation: scanMove 5s ease-in-out infinite;
    pointer-events: none;
    z-index: 3;
}
@keyframes scanMove {
    0%, 100% { transform: translateY(-50%); opacity: 0; }
    50% { transform: translateY(180%); opacity: 1; }
}
.hero-v2-poster {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    border-radius: 16px;
    z-index: 2;
    margin: 2px;
    width: calc(100% - 4px);
    filter: contrast(1.05) saturate(1.08);
}

/* Corner brackets — cinema-style */
.hero-v2-corner {
    position: absolute;
    width: 28px;
    height: 28px;
    border-color: var(--brasil-yellow);
    z-index: 4;
    pointer-events: none;
}
.hero-v2-corner-tl {
    top: -8px;
    left: -8px;
    border-top: 3px solid;
    border-left: 3px solid;
    border-top-left-radius: 4px;
}
.hero-v2-corner-tr {
    top: -8px;
    right: -8px;
    border-top: 3px solid;
    border-right: 3px solid;
    border-top-right-radius: 4px;
}
.hero-v2-corner-bl {
    bottom: -8px;
    left: -8px;
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-bottom-left-radius: 4px;
}
.hero-v2-corner-br {
    bottom: -8px;
    right: -8px;
    border-bottom: 3px solid;
    border-right: 3px solid;
    border-bottom-right-radius: 4px;
}

/* Next match floating card */
.hero-v2-nextmatch {
    position: absolute;
    bottom: -32px;
    left: -36px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 22px;
    background:
        linear-gradient(135deg, rgba(12, 20, 25, 0.95), rgba(6, 16, 10, 0.95));
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 223, 0, 0.3);
    border-radius: 16px;
    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.6),
        0 0 30px rgba(0, 156, 59, 0.2);
    z-index: 6;
    animation: nextmatchFloat 5s ease-in-out infinite;
}
@keyframes nextmatchFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}
.nextmatch-side {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}
.nextmatch-flag {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255, 223, 0, 0.4);
    background: rgba(255, 255, 255, 0.05);
}
.nextmatch-team {
    font-family: 'Anton', sans-serif;
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 0.06em;
}
.nextmatch-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 6px;
    border-left: 1px solid rgba(255, 223, 0, 0.15);
    border-right: 1px solid rgba(255, 223, 0, 0.15);
    min-width: 110px;
}
.nextmatch-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'Oswald', sans-serif;
    font-size: 0.62rem;
    color: var(--brasil-yellow);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.nextmatch-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--brasil-yellow);
    box-shadow: 0 0 6px var(--brasil-yellow);
    animation: pulse 1.2s ease-in-out infinite;
}
.nextmatch-date {
    font-family: 'Anton', sans-serif;
    font-size: 1.05rem;
    color: #ffffff;
    letter-spacing: 0.04em;
}

/* Prize sticker */
.hero-v2-sticker {
    position: absolute;
    top: -28px;
    right: -28px;
    width: 130px;
    height: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--gold-shine) 0%, var(--brasil-yellow) 50%, var(--gold-metallic) 100%);
    border-radius: 50%;
    color: var(--cinematic-black);
    box-shadow:
        0 20px 50px rgba(255, 223, 0, 0.5),
        0 0 0 4px rgba(0, 0, 0, 0.3),
        0 0 0 6px rgba(255, 223, 0, 0.6);
    z-index: 7;
    animation: stickerSpin 8s linear infinite, stickerBob 4s ease-in-out infinite;
    transform-origin: center;
}
@keyframes stickerSpin {
    from { rotate: 0deg; }
    to { rotate: 360deg; }
}
@keyframes stickerBob {
    0%, 100% { translate: 0 0; }
    50% { translate: 0 -10px; }
}
.hero-v2-sticker-prize {
    font-family: 'Anton', sans-serif;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.02em;
}
.hero-v2-sticker-text {
    font-family: 'Oswald', sans-serif;
    font-size: 0.6rem;
    letter-spacing: 0.22em;
    margin-top: 4px;
}

/* Bottom Brazil stripe */
.hero-v2-stripe {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg,
        var(--brasil-green) 0%,
        var(--brasil-green) 33%,
        var(--brasil-yellow) 33%,
        var(--brasil-yellow) 66%,
        var(--brasil-blue) 66%,
        var(--brasil-blue) 100%);
    box-shadow: 0 -10px 30px rgba(255, 223, 0, 0.2);
    z-index: 8;
}


/* ==== HERO V2 RESPONSIVE ==== */
@media (max-width: 1199px) {
    .hero-v2-grid {
        gap: 40px;
    }
    .hero-v2-sticker {
        width: 110px;
        height: 110px;
    }
    .hero-v2-sticker-prize { font-size: 1.4rem; }
}

@media (max-width: 991px) {
    .hero-v2 {
        padding-top: 100px;
    }
    .hero-v2-ticker {
        top: 80px;
    }
    .hero-v2-grid {
        grid-template-columns: 1fr;
        gap: 60px;
        min-height: auto;
        text-align: center;
    }
    .hero-v2-showcase {
        order: -1;
    }
    .hero-v2-eyebrow,
    .hero-v2-actions,
    .hero-v2-trust {
        margin-left: auto;
        margin-right: auto;
    }
    .hero-v2-trust {
        max-width: 100%;
        justify-content: center;
    }
    .hero-v2-lede {
        margin-left: auto;
        margin-right: auto;
    }
    .hero-v2-frame {
        transform: none;
        animation: framedFloatNoTilt 7s ease-in-out infinite;
    }
    @keyframes framedFloatNoTilt {
        0%, 100% { translate: 0 0; }
        50% { translate: 0 -10px; }
    }
    .hero-v2-vlabel { display: none; }
    .hero-v2-nextmatch {
        left: 50%;
        transform: translateX(-50%);
    }
    @keyframes nextmatchFloat {
        0%, 100% { transform: translateX(-50%) translateY(0); }
        50% { transform: translateX(-50%) translateY(-8px); }
    }
}

@media (max-width: 767px) {
    .hero-v2 {
        padding-top: 90px;
    }
    .hero-v2-ticker {
        top: 78px;
        height: 32px;
    }
    .ticker-item { font-size: 0.68rem; }
    .ticker-live { font-size: 0.65rem; padding: 3px 9px; }
    .hero-v2-container {
        padding-top: 50px;
        padding-bottom: 80px;
    }
    .hero-v2-title { line-height: 0.92; }
    .hero-v2-eyebrow {
        flex-direction: column;
        gap: 6px;
        padding: 8px 12px;
        border-radius: 16px;
    }
    .hero-v2-eyebrow-text { padding-right: 0; }
    .hero-v2-cta {
        padding: 16px 24px 16px 22px;
        font-size: 1rem;
    }
    .hero-v2-actions {
        flex-direction: column;
        gap: 16px;
    }
    .hero-v2-cta { width: 100%; justify-content: center; }
    .hero-v2-trust {
        gap: 10px;
        padding: 12px 14px;
    }
    .hero-v2-trust-item { font-size: 0.74rem; }
    .hero-v2-trust-dot { display: none; }
    .hero-v2-sticker {
        width: 90px;
        height: 90px;
        top: -16px;
        right: -10px;
    }
    .hero-v2-sticker-prize { font-size: 1.15rem; }
    .hero-v2-sticker-text { font-size: 0.5rem; letter-spacing: 0.2em; }
    .hero-v2-nextmatch {
        padding: 10px 14px;
        gap: 10px;
        bottom: -24px;
        left: 50%;
        transform: translateX(-50%) scale(0.92);
    }
    .nextmatch-flag { width: 30px; height: 30px; }
    .nextmatch-team { font-size: 0.68rem; }
    .nextmatch-date { font-size: 0.9rem; }
    .nextmatch-label { font-size: 0.55rem; }
    .nextmatch-center { min-width: 88px; }
}

@media (max-width: 480px) {
    .hero-v2-title-stroke { -webkit-text-stroke-width: 1.5px; }
    .hero-v2-corner { width: 22px; height: 22px; }
}


/* ===== legacy hero (kept to avoid CSS errors if referenced) ===== */
.hero-section { display: none; }

/* (Old stadium block kept inert below) */
.hero-section.__legacy_unused {
    position: relative;
    min-height: 100vh;
    padding: 140px 0 80px;
    overflow: hidden;
    isolation: isolate;
}

.hero-container {
    position: relative;
    z-index: 5;
}

/* Stadium background */
.stadium-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 30% 20%, rgba(0, 156, 59, 0.35) 0%, transparent 55%),
        radial-gradient(ellipse at 70% 80%, rgba(255, 223, 0, 0.18) 0%, transparent 55%),
        radial-gradient(ellipse at 50% 100%, rgba(0, 39, 118, 0.3) 0%, transparent 60%),
        linear-gradient(180deg, var(--cinematic-black) 0%, #061a0e 50%, var(--cinematic-black) 100%);
    z-index: 1;
}

.stadium-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        repeating-linear-gradient(90deg,
            transparent,
            transparent 60px,
            rgba(0, 156, 59, 0.04) 60px,
            rgba(0, 156, 59, 0.04) 120px);
    opacity: 0.6;
}

/* Stadium spotlights */
.stadium-lights {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 2;
}

.light {
    position: absolute;
    width: 600px;
    height: 800px;
    background: linear-gradient(180deg,
        rgba(255, 223, 0, 0.2) 0%,
        rgba(255, 223, 0, 0.08) 40%,
        transparent 100%);
    clip-path: polygon(45% 0%, 55% 0%, 100% 100%, 0% 100%);
    filter: blur(20px);
    transform-origin: top center;
    mix-blend-mode: screen;
}

.light-1 { left: 5%; top: -100px; transform: rotate(-12deg); animation: lightSweep 8s ease-in-out infinite; }
.light-2 { left: 30%; top: -100px; transform: rotate(-4deg); animation: lightSweep 9s ease-in-out infinite 1s; opacity: 0.7; }
.light-3 { right: 30%; top: -100px; transform: rotate(4deg); animation: lightSweep 10s ease-in-out infinite 2s; opacity: 0.7; }
.light-4 { right: 5%; top: -100px; transform: rotate(12deg); animation: lightSweep 8s ease-in-out infinite 0.5s; }

@keyframes lightSweep {
    0%, 100% { opacity: 0.35; transform: translateX(0) rotate(var(--r, 0deg)); }
    50% { opacity: 0.65; transform: translateX(40px) rotate(var(--r, 0deg)); }
}

/* Particles */
.particles {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 3;
}

.particle {
    position: absolute;
    border-radius: 50%;
    bottom: -10px;
    animation: floatUp linear infinite;
}

@keyframes floatUp {
    0% {
        transform: translateY(0) translateX(0);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateY(-110vh) translateX(30px);
        opacity: 0;
    }
}

/* Confetti */
.confetti-layer {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 3;
    background-image:
        radial-gradient(circle at 15% 30%, rgba(255, 223, 0, 0.4) 0, transparent 2px),
        radial-gradient(circle at 85% 25%, rgba(0, 156, 59, 0.5) 0, transparent 2px),
        radial-gradient(circle at 70% 70%, rgba(255, 223, 0, 0.3) 0, transparent 2px),
        radial-gradient(circle at 25% 80%, rgba(0, 39, 118, 0.4) 0, transparent 2px);
    background-size: 200px 200px;
    opacity: 0.5;
}

/* Field diagonal stripes */
.field-stripes {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 2;
    background: repeating-linear-gradient(125deg,
        transparent 0px,
        transparent 120px,
        rgba(0, 156, 59, 0.04) 120px,
        rgba(0, 156, 59, 0.04) 240px);
    opacity: 0.7;
}

/* Hero text */
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 18px;
    background: linear-gradient(135deg, rgba(0, 156, 59, 0.25), rgba(0, 156, 59, 0.1));
    border: 1px solid rgba(0, 156, 59, 0.5);
    border-radius: 100px;
    color: #34d669;
    font-family: 'Oswald', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 30px rgba(0, 156, 59, 0.25);
}

.pulse-dot {
    width: 8px;
    height: 8px;
    background: #34d669;
    border-radius: 50%;
    animation: pulse 1.5s ease-in-out infinite;
    box-shadow: 0 0 10px #34d669;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.4); opacity: 0.6; }
}

.hero-title {
    font-family: 'Anton', 'Bebas Neue', sans-serif;
    font-weight: 400;
    font-size: clamp(3rem, 8vw, 7rem);
    line-height: 0.92;
    letter-spacing: 0.01em;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow:
        0 4px 30px rgba(0, 0, 0, 0.7),
        0 0 40px rgba(0, 156, 59, 0.3);
}

.hero-title-line {
    display: block;
    background-clip: text;
}

.hero-title-line.accent {
    color: #ffffff;
}

.hero-title-line.gold {
    background: linear-gradient(135deg, #fff4b0 0%, var(--brasil-yellow) 30%, var(--gold-metallic) 60%, var(--gold-shine) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 8px 32px rgba(255, 223, 0, 0.5));
    position: relative;
}

.hero-divider {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--brasil-green), var(--brasil-yellow), var(--brasil-blue));
    border-radius: 4px;
    margin-bottom: 1.5rem;
    box-shadow: 0 0 20px rgba(255, 223, 0, 0.6);
}

.hero-promo {
    font-size: clamp(1rem, 1.8vw, 1.3rem);
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.5;
    margin-bottom: 0.8rem;
    max-width: 580px;
    font-weight: 400;
}

.hero-promo strong {
    font-weight: 700;
    text-shadow: 0 0 20px rgba(255, 223, 0, 0.5);
}

.hero-sub {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: 'Oswald', sans-serif;
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.05rem;
    letter-spacing: 0.05em;
    margin-bottom: 2rem;
    padding: 10px 20px;
    background: rgba(255, 223, 0, 0.06);
    border-left: 3px solid var(--brasil-yellow);
    border-radius: 0 8px 8px 0;
}

.hero-sub i {
    color: var(--brasil-yellow);
    font-size: 1.2rem;
}

.hero-sub strong {
    color: var(--brasil-yellow);
}

.hero-cta-row {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

.hero-stats {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    padding: 20px 28px;
    background: rgba(12, 20, 25, 0.65);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 223, 0, 0.15);
    border-radius: 16px;
    max-width: fit-content;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.stat-number {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.8rem;
    line-height: 1;
    background: linear-gradient(135deg, var(--gold-shine), var(--brasil-yellow));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 0.02em;
}

.stat-label {
    font-family: 'Oswald', sans-serif;
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.stat-divider {
    width: 1px;
    height: 36px;
    background: linear-gradient(180deg, transparent, rgba(255, 223, 0, 0.4), transparent);
}

/* Hero image */
.hero-img-col {
    position: relative;
}

.hero-img-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
}

.hero-img {
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 4;
    filter:
        drop-shadow(0 30px 60px rgba(0, 0, 0, 0.6))
        drop-shadow(0 0 80px rgba(0, 156, 59, 0.4));
    animation: heroFloat 6s ease-in-out infinite;
}

@keyframes heroFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

/* Energy rings */
.energy-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 2px solid rgba(255, 223, 0, 0.15);
    z-index: 1;
}

.ring-1 {
    width: 70%;
    height: 70%;
    animation: ringPulse 4s ease-in-out infinite;
    border-color: rgba(0, 156, 59, 0.3);
}

.ring-2 {
    width: 90%;
    height: 90%;
    animation: ringPulse 4s ease-in-out infinite 1s;
    border-color: rgba(255, 223, 0, 0.2);
}

.ring-3 {
    width: 110%;
    height: 110%;
    animation: ringPulse 4s ease-in-out infinite 2s;
    border-color: rgba(0, 39, 118, 0.2);
}

@keyframes ringPulse {
    0%, 100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.5;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.08);
        opacity: 1;
    }
}

/* Glow burst */
.glow-burst {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    background: radial-gradient(circle, rgba(255, 223, 0, 0.3) 0%, rgba(0, 156, 59, 0.2) 30%, transparent 70%);
    filter: blur(40px);
    z-index: 2;
    animation: burstPulse 5s ease-in-out infinite;
}

@keyframes burstPulse {
    0%, 100% { opacity: 0.6; transform: translate(-50%, -50%) scale(1); }
    50% { opacity: 1; transform: translate(-50%, -50%) scale(1.1); }
}

/* Floating elements */
.float-element {
    position: absolute;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--gold-shine), var(--gold-metallic));
    color: var(--cinematic-black);
    font-size: 1.5rem;
    box-shadow: 0 10px 30px rgba(255, 223, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.5);
    z-index: 5;
    animation: floatElement 5s ease-in-out infinite;
}

.float-trophy {
    top: 12%;
    right: 8%;
    animation-delay: 0s;
}

.float-ball {
    bottom: 18%;
    right: 4%;
    background: linear-gradient(135deg, #ffffff, #e8e8e8);
    color: var(--cinematic-black);
    animation-delay: 1.5s;
}

.float-medal {
    top: 30%;
    left: 4%;
    background: linear-gradient(135deg, #34d669, var(--brasil-green));
    color: #ffffff;
    animation-delay: 3s;
}

@keyframes floatElement {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    25% { transform: translate(-10px, -15px) rotate(-5deg); }
    50% { transform: translate(8px, -8px) rotate(5deg); }
    75% { transform: translate(-5px, 10px) rotate(-3deg); }
}

/* Premium BTN — Hero */
.btn-hero {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 18px 36px;
    background: linear-gradient(135deg, var(--gold-shine) 0%, var(--brasil-yellow) 40%, var(--gold-metallic) 100%);
    color: var(--cinematic-black) !important;
    font-family: 'Anton', 'Bebas Neue', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border: none;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow:
        0 10px 30px rgba(212, 175, 55, 0.55),
        0 0 0 1px rgba(245, 215, 110, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

.btn-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
    transition: left 0.7s ease;
}

.btn-hero:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow:
        0 20px 50px rgba(212, 175, 55, 0.7),
        0 0 40px rgba(255, 223, 0, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.6);
    color: var(--cinematic-black) !important;
}

.btn-hero:hover::before {
    left: 100%;
}

.btn-hero-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: var(--cinematic-black);
    color: var(--brasil-yellow);
    border-radius: 50%;
    font-size: 0.85rem;
}

.btn-hero-arrow {
    display: inline-flex;
    transition: transform 0.3s ease;
}

.btn-hero:hover .btn-hero-arrow {
    transform: translateX(6px);
}

.btn-hero-lg {
    padding: 22px 50px;
    font-size: 1.2rem;
}

.btn-hero-xl {
    padding: 26px 60px;
    font-size: 1.35rem;
}

.btn-hero-full {
    width: 100%;
    justify-content: center;
}

.btn-hero-ghost {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 28px;
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff !important;
    font-family: 'Oswald', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border: 1.5px solid rgba(255, 255, 255, 0.25);
    border-radius: 14px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-hero-ghost:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--brasil-yellow);
    color: var(--brasil-yellow) !important;
    transform: translateY(-2px);
}

/* Scroll indicator */
.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    z-index: 5;
    opacity: 0.6;
}

.scroll-indicator span {
    width: 24px;
    height: 24px;
    border-right: 2px solid var(--brasil-yellow);
    border-bottom: 2px solid var(--brasil-yellow);
    transform: rotate(45deg);
    animation: scrollBounce 2s infinite;
}

.scroll-indicator span:nth-child(2) {
    animation-delay: 0.2s;
    opacity: 0.6;
}

.scroll-indicator span:nth-child(3) {
    animation-delay: 0.4s;
    opacity: 0.3;
}

@keyframes scrollBounce {
    0%, 100% { transform: rotate(45deg) translate(0, 0); }
    50% { transform: rotate(45deg) translate(6px, 6px); }
}


/* =========================================================
   COUNTDOWN SECTION
========================================================= */
.countdown-section {
    position: relative;
    padding: 80px 0;
    z-index: 5;
}

.countdown-card {
    position: relative;
    max-width: 920px;
    margin: 0 auto;
    padding: 50px 40px;
    background:
        linear-gradient(135deg, rgba(0, 156, 59, 0.15) 0%, rgba(12, 20, 25, 0.85) 50%, rgba(255, 223, 0, 0.1) 100%);
    backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(255, 223, 0, 0.25);
    border-radius: 28px;
    overflow: hidden;
    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 0 80px rgba(0, 156, 59, 0.2);
}

.countdown-bg-stripes {
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(125deg,
            transparent 0,
            transparent 80px,
            rgba(255, 223, 0, 0.025) 80px,
            rgba(255, 223, 0, 0.025) 160px);
    pointer-events: none;
}

.countdown-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--brasil-green) 0%, var(--brasil-yellow) 50%, var(--brasil-blue) 100%);
    box-shadow: 0 0 20px rgba(255, 223, 0, 0.5);
}

.countdown-header {
    text-align: center;
    margin-bottom: 2.5rem;
    position: relative;
}

.live-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    background: linear-gradient(135deg, #e63946, #c1121f);
    border-radius: 100px;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 1rem;
    box-shadow: 0 6px 20px rgba(230, 57, 70, 0.4);
}

.live-dot {
    width: 8px;
    height: 8px;
    background: #ffffff;
    border-radius: 50%;
    animation: pulse 1s ease-in-out infinite;
}

.countdown-title {
    font-family: 'Anton', 'Bebas Neue', sans-serif;
    font-size: clamp(2rem, 5vw, 3.6rem);
    color: #ffffff;
    letter-spacing: 0.04em;
    margin-bottom: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
    line-height: 1;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.6);
}

.vs-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    background: linear-gradient(135deg, var(--gold-shine), var(--brasil-yellow));
    color: var(--cinematic-black);
    font-size: 0.95rem;
    letter-spacing: 0.1em;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(255, 223, 0, 0.4);
}

.countdown-sub {
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.05em;
    font-size: 0.95rem;
}

.countdown-sub i {
    color: var(--brasil-yellow);
    margin-right: 4px;
}

.countdown-timer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.time-block {
    flex: 1;
    min-width: 110px;
    max-width: 160px;
    position: relative;
    padding: 24px 12px 18px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(0, 0, 0, 0.4) 100%);
    border: 1px solid rgba(255, 223, 0, 0.18);
    border-radius: 16px;
    text-align: center;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 8px 24px rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

.time-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--brasil-yellow), transparent);
}

.time-value {
    display: block;
    font-family: 'Anton', 'Bebas Neue', sans-serif;
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    line-height: 1;
    background: linear-gradient(180deg, #ffffff 0%, var(--brasil-yellow) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 4px 20px rgba(255, 223, 0, 0.4));
    margin-bottom: 8px;
    letter-spacing: 0.02em;
    animation: tickIn 1s ease;
}

@keyframes tickIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

.time-label {
    font-family: 'Oswald', sans-serif;
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.time-separator {
    font-family: 'Anton', sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    color: var(--brasil-yellow);
    opacity: 0.5;
    line-height: 1;
    margin-top: -20px;
}

.countdown-footer {
    text-align: center;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 223, 0, 0.12);
    color: rgba(255, 255, 255, 0.75);
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.06em;
    font-size: 0.95rem;
}

.countdown-footer i {
    color: var(--brasil-yellow);
    margin-right: 8px;
    animation: pulse 1.5s ease-in-out infinite;
}


/* =========================================================
   MATCHES SECTION
========================================================= */
.matches-section {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    isolation: isolate;
}

.match-card {
    position: relative;
    height: 100%;
    padding: 32px 26px 26px;
    background:
        linear-gradient(180deg, rgba(12, 20, 25, 0.9) 0%, rgba(6, 16, 10, 0.95) 100%);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 223, 0, 0.12);
    border-radius: 22px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.match-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--brasil-green), var(--brasil-yellow), var(--brasil-blue), transparent);
    opacity: 0.6;
    transition: opacity 0.4s ease;
}

.match-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(0, 156, 59, 0.08), transparent 50%),
        radial-gradient(circle at bottom left, rgba(255, 223, 0, 0.05), transparent 50%);
    pointer-events: none;
}

.match-card-glow {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgba(255, 223, 0, 0.12), transparent 40%);
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

.match-card:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 223, 0, 0.4);
    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.6),
        0 0 50px rgba(255, 223, 0, 0.15);
}

.match-card:hover .match-card-glow {
    opacity: 1;
}

.match-card:hover::before {
    opacity: 1;
}

.match-card.next-match {
    border-color: rgba(255, 223, 0, 0.4);
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.4),
        0 0 40px rgba(255, 223, 0, 0.15);
}

.match-card-badge {
    position: absolute;
    top: -1px;
    right: 24px;
    padding: 8px 16px 6px;
    background: linear-gradient(135deg, var(--gold-shine), var(--brasil-yellow));
    color: var(--cinematic-black);
    font-family: 'Oswald', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 6px 20px rgba(255, 223, 0, 0.45);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    z-index: 2;
}

.next-dot {
    width: 6px;
    height: 6px;
    background: var(--cinematic-black);
    border-radius: 50%;
    animation: pulse 1s ease-in-out infinite;
}

.match-stage {
    font-family: 'Oswald', sans-serif;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.45);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    text-align: center;
    position: relative;
    z-index: 1;
}

.match-teams {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1;
}

.team {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    flex: 1;
}

.flag-wrap {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    background: rgba(255, 255, 255, 0.04);
    border: 3px solid rgba(255, 223, 0, 0.35);
    transition: all 0.4s ease;
    box-shadow:
        0 10px 28px rgba(0, 0, 0, 0.5),
        0 0 0 2px rgba(0, 0, 0, 0.3) inset,
        0 0 20px rgba(255, 223, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}

.match-card:hover .flag-wrap {
    border-color: var(--brasil-yellow);
    transform: scale(1.08);
    box-shadow:
        0 14px 36px rgba(0, 0, 0, 0.55),
        0 0 0 2px rgba(0, 0, 0, 0.3) inset,
        0 0 28px rgba(255, 223, 0, 0.4);
}

.flag-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.team-name {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.05rem;
    color: #ffffff;
    letter-spacing: 0.06em;
    text-align: center;
}

.match-vs {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

.vs-text {
    font-family: 'Anton', sans-serif;
    font-size: 1.5rem;
    color: var(--brasil-yellow);
    letter-spacing: 0.05em;
    line-height: 1;
}

.match-time-pill {
    font-family: 'Oswald', sans-serif;
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.85);
    background: rgba(255, 223, 0, 0.12);
    border: 1px solid rgba(255, 223, 0, 0.3);
    padding: 4px 10px;
    border-radius: 8px;
    letter-spacing: 0.08em;
    font-weight: 600;
}

.match-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    margin-bottom: 1.2rem;
    flex-wrap: wrap;
    gap: 8px;
    position: relative;
    z-index: 1;
}

.info-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'Oswald', sans-serif;
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.75);
    letter-spacing: 0.04em;
}

.info-item i {
    color: var(--brasil-yellow);
    font-size: 0.78rem;
}

.match-prize {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 16px;
    background:
        linear-gradient(135deg, rgba(0, 156, 59, 0.2), rgba(0, 156, 59, 0.05));
    border: 1px solid rgba(0, 156, 59, 0.4);
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.95);
    font-family: 'Oswald', sans-serif;
    font-size: 0.92rem;
    letter-spacing: 0.04em;
    position: relative;
    z-index: 1;
}

.match-prize i {
    color: var(--brasil-yellow);
    font-size: 1.1rem;
}

.match-prize strong {
    color: var(--brasil-yellow);
    margin: 0 2px;
}


/* =========================================================
   HOW TO PARTICIPATE
========================================================= */
.how-section {
    position: relative;
    padding: 100px 0;
}

.step-card {
    position: relative;
    height: 100%;
    padding: 36px 28px 28px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(0, 0, 0, 0.4) 100%);
    border: 1px solid rgba(255, 223, 0, 0.15);
    border-radius: 22px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    backdrop-filter: blur(20px);
}

.step-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top, rgba(0, 156, 59, 0.1), transparent 60%);
    pointer-events: none;
}

.step-card:hover {
    transform: translateY(-10px);
    border-color: rgba(255, 223, 0, 0.4);
    box-shadow:
        0 25px 60px rgba(0, 0, 0, 0.5),
        0 0 40px rgba(255, 223, 0, 0.1);
}

.step-card.featured {
    background:
        linear-gradient(180deg, rgba(0, 156, 59, 0.12) 0%, rgba(0, 0, 0, 0.5) 100%);
    border-color: rgba(255, 223, 0, 0.35);
    transform: translateY(-12px);
    box-shadow:
        0 30px 70px rgba(0, 0, 0, 0.5),
        0 0 50px rgba(0, 156, 59, 0.2);
}

.step-card.featured::before {
    background: radial-gradient(circle at top, rgba(255, 223, 0, 0.18), transparent 60%);
}

.step-number {
    font-family: 'Anton', sans-serif;
    font-size: 5rem;
    line-height: 1;
    background: linear-gradient(180deg, rgba(255, 223, 0, 0.18), rgba(255, 223, 0, 0));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    top: 12px;
    right: 24px;
    z-index: 0;
    pointer-events: none;
    font-weight: 400;
}

.step-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--brasil-green), var(--brasil-green-dark));
    border-radius: 20px;
    color: var(--brasil-yellow);
    font-size: 2rem;
    box-shadow:
        0 12px 30px rgba(0, 156, 59, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
}

.step-card.featured .step-icon {
    background: linear-gradient(135deg, var(--gold-shine), var(--gold-metallic));
    color: var(--cinematic-black);
    box-shadow:
        0 12px 30px rgba(255, 223, 0, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.step-card:hover .step-icon {
    transform: scale(1.1) rotate(-6deg);
}

.step-title {
    font-family: 'Anton', 'Bebas Neue', sans-serif;
    font-size: 1.6rem;
    color: #ffffff;
    letter-spacing: 0.04em;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
}

.step-desc {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.98rem;
    line-height: 1.5;
    margin-bottom: 1.4rem;
    position: relative;
    z-index: 1;
}

.step-desc strong {
    color: var(--brasil-yellow);
}

.step-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 223, 0, 0.2);
    border-radius: 100px;
    color: rgba(255, 255, 255, 0.85);
    font-family: 'Oswald', sans-serif;
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.step-tag i {
    color: var(--brasil-yellow);
}

.step-tag.highlight {
    background: linear-gradient(135deg, rgba(255, 223, 0, 0.18), rgba(212, 175, 55, 0.1));
    border-color: rgba(255, 223, 0, 0.4);
    color: var(--brasil-yellow);
}


/* =========================================================
   DOUBLE COUPON BANNER (Como Participar)
========================================================= */
.double-coupon-banner {
    position: relative;
    margin: 3.5rem auto 0;
    max-width: 920px;
    padding: 28px 36px;
    display: flex;
    align-items: center;
    gap: 28px;
    background:
        linear-gradient(135deg,
            rgba(0, 156, 59, 0.18) 0%,
            rgba(12, 20, 25, 0.92) 35%,
            rgba(12, 20, 25, 0.92) 65%,
            rgba(255, 223, 0, 0.18) 100%);
    backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(255, 223, 0, 0.4);
    border-radius: 22px;
    overflow: hidden;
    box-shadow:
        0 25px 60px rgba(0, 0, 0, 0.5),
        0 0 60px rgba(255, 223, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.double-coupon-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg,
        var(--brasil-green) 0%,
        var(--brasil-yellow) 50%,
        var(--brasil-green) 100%);
    box-shadow: 0 0 20px rgba(255, 223, 0, 0.5);
}

.double-coupon-shine {
    position: absolute;
    top: -50%;
    left: -100%;
    width: 60%;
    height: 200%;
    background: linear-gradient(90deg,
        transparent,
        rgba(255, 223, 0, 0.15),
        transparent);
    transform: skewX(-20deg);
    animation: shineMove 6s ease-in-out infinite;
    pointer-events: none;
}

@keyframes shineMove {
    0%, 100% { left: -100%; }
    50% { left: 150%; }
}

.double-coupon-icon {
    position: relative;
    width: 90px;
    height: 90px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--gold-shine), var(--brasil-yellow), var(--gold-metallic));
    border-radius: 22px;
    color: var(--cinematic-black);
    font-size: 2.4rem;
    box-shadow:
        0 14px 36px rgba(255, 223, 0, 0.5),
        inset 0 2px 0 rgba(255, 255, 255, 0.5);
    animation: iconBounce 2.5s ease-in-out infinite;
}

@keyframes iconBounce {
    0%, 100% { transform: scale(1) rotate(0deg); }
    50% { transform: scale(1.05) rotate(-3deg); }
}

.double-coupon-x2 {
    position: absolute;
    top: -10px;
    right: -10px;
    background: linear-gradient(135deg, #e63946, #c1121f);
    color: #ffffff;
    font-family: 'Anton', sans-serif;
    font-size: 1.05rem;
    letter-spacing: 0.04em;
    padding: 4px 10px;
    border-radius: 100px;
    border: 2px solid var(--cinematic-black);
    box-shadow: 0 6px 16px rgba(230, 57, 70, 0.5);
}

.double-coupon-content {
    flex: 1;
    text-align: left;
}

.double-coupon-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 14px;
    background: rgba(230, 57, 70, 0.15);
    border: 1px solid rgba(230, 57, 70, 0.4);
    border-radius: 100px;
    color: #ff6b6b;
    font-family: 'Oswald', sans-serif;
    font-size: 0.74rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.double-coupon-title {
    font-family: 'Anton', 'Bebas Neue', sans-serif;
    font-size: clamp(1.3rem, 2.5vw, 1.85rem);
    color: #ffffff;
    line-height: 1.1;
    letter-spacing: 0.02em;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.double-coupon-desc {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.98rem;
    line-height: 1.5;
    margin: 0;
}

.double-coupon-desc strong {
    color: var(--brasil-yellow);
}

@media (max-width: 767px) {
    .double-coupon-banner {
        flex-direction: column;
        text-align: center;
        padding: 24px 22px;
        gap: 18px;
    }
    .double-coupon-content {
        text-align: center;
    }
    .double-coupon-icon {
        width: 76px;
        height: 76px;
        font-size: 2rem;
    }
}


/* =========================================================
   SPONSORS PERK BADGE
========================================================= */
.sponsors-perk {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-top: 1.5rem;
    padding: 12px 22px 12px 12px;
    background:
        linear-gradient(135deg, rgba(0, 156, 59, 0.18), rgba(255, 223, 0, 0.1));
    border: 1px solid rgba(255, 223, 0, 0.35);
    border-radius: 100px;
    backdrop-filter: blur(10px);
    box-shadow:
        0 10px 28px rgba(0, 0, 0, 0.35),
        0 0 30px rgba(255, 223, 0, 0.1);
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
}

.sponsors-perk-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: linear-gradient(135deg, var(--gold-shine), var(--brasil-yellow), var(--gold-metallic));
    color: var(--cinematic-black);
    font-family: 'Anton', sans-serif;
    font-size: 0.95rem;
    letter-spacing: 0.06em;
    border-radius: 100px;
    box-shadow: 0 6px 18px rgba(255, 223, 0, 0.4);
    flex-shrink: 0;
}

.sponsors-perk-text {
    color: rgba(255, 255, 255, 0.92);
    font-family: 'Oswald', sans-serif;
    font-size: 0.98rem;
    letter-spacing: 0.04em;
}

.sponsors-perk-text strong {
    color: var(--brasil-yellow);
}

@media (max-width: 480px) {
    .sponsors-perk {
        padding: 10px 16px 10px 10px;
        gap: 10px;
    }
    .sponsors-perk-text {
        font-size: 0.88rem;
    }
    .sponsors-perk-badge {
        font-size: 0.82rem;
        padding: 6px 12px;
    }
}


/* =========================================================
   SPONSORS SECTION
========================================================= */
.sponsors-section {
    position: relative;
    padding: 80px 0 100px;
    overflow: hidden;
}

.sponsors-wrap {
    position: relative;
    padding: 20px 0;
}

.sponsors-edge {
    position: absolute;
    top: 0;
    width: 80px;
    height: 100%;
    z-index: 3;
    pointer-events: none;
}

.sponsors-edge-left {
    left: 0;
    background: linear-gradient(90deg, var(--cinematic-black) 0%, transparent 100%);
}

.sponsors-edge-right {
    right: 0;
    background: linear-gradient(-90deg, var(--cinematic-black) 0%, transparent 100%);
}

.sponsor-card {
    height: 130px;
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}

.sponsor-logo {
    max-width: 100%;
    max-height: 90px;
    width: auto;
    height: auto;
    object-fit: contain;
}


/* =========================================================
   REGISTER / FORM SECTION
========================================================= */
.register-section {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    isolation: isolate;
}

.register-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 0% 50%, rgba(0, 156, 59, 0.18) 0%, transparent 50%),
        radial-gradient(ellipse at 100% 50%, rgba(255, 223, 0, 0.08) 0%, transparent 50%);
    pointer-events: none;
    z-index: -1;
}

.register-title {
    font-family: 'Anton', sans-serif;
    font-size: clamp(2.2rem, 5vw, 4rem);
    color: #ffffff;
    line-height: 0.95;
    letter-spacing: 0.02em;
    margin: 1rem 0;
    text-shadow: 0 4px 28px rgba(0, 0, 0, 0.5);
}

.register-text {
    color: rgba(255, 255, 255, 0.75);
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.register-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.register-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.85);
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.03em;
    font-size: 1rem;
}

.register-item i {
    color: var(--brasil-yellow);
    font-size: 1.2rem;
    flex-shrink: 0;
}

.register-card {
    position: relative;
    padding: 40px;
    background:
        linear-gradient(180deg, rgba(12, 20, 25, 0.95) 0%, rgba(6, 16, 10, 0.95) 100%);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 223, 0, 0.25);
    border-radius: 24px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.register-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--brasil-green), var(--brasil-yellow), var(--brasil-blue));
    box-shadow: 0 0 20px rgba(255, 223, 0, 0.5);
}

.register-card-header {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-bottom: 20px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(255, 223, 0, 0.15);
}

.register-card-header i {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--brasil-green), var(--brasil-green-dark));
    border-radius: 14px;
    font-size: 1.5rem;
    color: var(--brasil-yellow);
    box-shadow: 0 8px 24px rgba(0, 156, 59, 0.4);
}

.register-card-header h3 {
    font-family: 'Anton', sans-serif;
    font-size: 1.8rem;
    color: #ffffff;
    margin: 0;
    letter-spacing: 0.04em;
}

.register-form .form-label {
    color: rgba(255, 255, 255, 0.85);
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.8rem;
    font-weight: 500;
    margin-bottom: 8px;
}

.register-form .form-control,
.register-form .form-select {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 223, 0, 0.18);
    color: #ffffff;
    border-radius: 12px;
    padding: 14px 18px;
    font-size: 0.98rem;
    transition: all 0.3s ease;
}

.register-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.35);
}

.register-form .form-control:focus,
.register-form .form-select:focus {
    background: rgba(255, 255, 255, 0.07);
    border-color: var(--brasil-yellow);
    box-shadow: 0 0 0 4px rgba(255, 223, 0, 0.15);
    color: #ffffff;
}

.register-form .form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23FFDF00' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 16px 12px;
    padding-right: 48px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.register-form .form-select option {
    background: var(--cinematic-dark);
    color: #ffffff;
}

.form-help {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
    font-family: 'Oswald', sans-serif;
    font-size: 0.78rem;
    color: var(--brasil-yellow);
    text-decoration: none;
    letter-spacing: 0.05em;
    transition: color 0.3s ease;
}

.form-help:hover {
    color: var(--gold-shine);
    text-decoration: underline;
}

.form-help i {
    font-size: 0.85rem;
}

.form-disclaimer {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.85rem;
    margin: 0;
}

.form-disclaimer i {
    color: #34d669;
    margin-right: 4px;
}


/* =========================================================
   WINNERS SECTION
========================================================= */
.winners-section {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

.winners-wrap {
    position: relative;
    padding: 20px 0;
}

.winner-card {
    position: relative;
    background:
        linear-gradient(180deg, rgba(12, 20, 25, 0.9) 0%, rgba(6, 16, 10, 0.95) 100%);
    border: 1px solid rgba(255, 223, 0, 0.18);
    border-radius: 22px;
    overflow: hidden;
    transition: all 0.4s ease;
    backdrop-filter: blur(20px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.winner-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--gold-shine), var(--brasil-yellow), var(--gold-metallic));
    z-index: 2;
}

.winner-card:hover {
    transform: translateY(-8px) scale(1.01);
    border-color: var(--brasil-yellow);
    box-shadow:
        0 30px 70px rgba(0, 0, 0, 0.55),
        0 0 40px rgba(255, 223, 0, 0.15);
}

.winner-img-wrap {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(0, 156, 59, 0.15), rgba(255, 223, 0, 0.05));
}

.winner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.winner-card:hover .winner-img {
    transform: scale(1.08);
}

.winner-trophy {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--gold-shine), var(--gold-metallic));
    border-radius: 50%;
    color: var(--cinematic-black);
    font-size: 1.15rem;
    box-shadow: 0 8px 20px rgba(255, 223, 0, 0.5);
    z-index: 2;
}

.winner-info {
    padding: 22px 20px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.winner-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    background: linear-gradient(135deg, var(--brasil-green), var(--brasil-green-dark));
    border-radius: 100px;
    color: var(--brasil-yellow);
    font-family: 'Oswald', sans-serif;
    font-size: 0.7rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.winner-name {
    font-family: 'Anton', sans-serif;
    font-size: 1.4rem;
    color: #ffffff;
    margin: 0 0 6px;
    letter-spacing: 0.04em;
}

.winner-prize {
    color: var(--brasil-yellow);
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.06em;
    font-size: 0.95rem;
    margin: 0;
}

.winner-confetti {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        radial-gradient(circle at 20% 30%, var(--brasil-yellow) 0, transparent 2px),
        radial-gradient(circle at 80% 20%, var(--brasil-green) 0, transparent 2px),
        radial-gradient(circle at 70% 80%, var(--gold-shine) 0, transparent 2px);
    background-size: 100% 100%;
    opacity: 0.3;
    mix-blend-mode: screen;
}

.winners-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(255, 223, 0, 0.95), rgba(212, 175, 55, 0.95));
    color: var(--cinematic-black);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 8px 24px rgba(255, 223, 0, 0.4);
    transition: all 0.3s ease;
}

.winners-nav:hover {
    transform: translateY(-50%) scale(1.1);
}

.winners-nav-prev { left: -10px; }
.winners-nav-next { right: -10px; }

.winners-pagination {
    margin-top: 30px;
    text-align: center;
}

.winners-pagination .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.3);
    opacity: 1;
    width: 10px;
    height: 10px;
}

.winners-pagination .swiper-pagination-bullet-active {
    background: var(--brasil-yellow);
    width: 30px;
    border-radius: 5px;
}


/* =========================================================
   CTA FINAL
========================================================= */
.cta-final {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    isolation: isolate;
}

.cta-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 30% 50%, rgba(0, 156, 59, 0.3), transparent 50%),
        radial-gradient(circle at 70% 50%, rgba(255, 223, 0, 0.18), transparent 50%),
        linear-gradient(135deg, rgba(0, 39, 118, 0.15), transparent 70%);
    z-index: -1;
}

.cta-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(125deg,
            transparent 0,
            transparent 100px,
            rgba(255, 223, 0, 0.03) 100px,
            rgba(255, 223, 0, 0.03) 200px);
}

.cta-content {
    max-width: 800px;
    margin: 0 auto;
}

.cta-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 20px;
    background: rgba(230, 57, 70, 0.15);
    border: 1px solid rgba(230, 57, 70, 0.4);
    border-radius: 100px;
    color: #ff6b6b;
    font-family: 'Oswald', sans-serif;
    font-size: 0.85rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.cta-title {
    font-family: 'Anton', sans-serif;
    font-size: clamp(2.4rem, 6vw, 4.5rem);
    color: #ffffff;
    line-height: 0.95;
    letter-spacing: 0.02em;
    margin-bottom: 1.5rem;
    text-shadow: 0 6px 40px rgba(0, 0, 0, 0.6);
}

.cta-text {
    color: rgba(255, 255, 255, 0.75);
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 2.5rem;
}

.cta-text strong {
    color: var(--brasil-yellow);
}


/* =========================================================
   FOOTER
========================================================= */
.site-footer {
    background: var(--cinematic-deep);
    border-top: 1px solid rgba(255, 223, 0, 0.12);
    position: relative;
    margin-top: 60px;
}

.footer-stripe {
    background: linear-gradient(90deg, var(--brasil-green) 0%, var(--brasil-green-dark) 100%);
    padding: 14px 0;
    overflow: hidden;
    border-top: 1px solid rgba(255, 223, 0, 0.3);
    border-bottom: 1px solid rgba(255, 223, 0, 0.3);
    position: relative;
}

.footer-stripe::before,
.footer-stripe::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 80px;
    z-index: 2;
    pointer-events: none;
}

.footer-stripe::before {
    left: 0;
    background: linear-gradient(90deg, var(--brasil-green-dark), transparent);
}

.footer-stripe::after {
    right: 0;
    background: linear-gradient(-90deg, var(--brasil-green-dark), transparent);
}

.footer-stripe-track {
    display: flex;
    gap: 50px;
    animation: stripeScroll 30s linear infinite;
    white-space: nowrap;
    width: max-content;
}

.footer-stripe-track span {
    color: var(--brasil-yellow);
    font-family: 'Anton', sans-serif;
    font-size: 1.05rem;
    letter-spacing: 0.16em;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.footer-stripe-track span i {
    color: #ffffff;
    font-size: 1rem;
}

@keyframes stripeScroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.footer-main {
    background:
        linear-gradient(180deg, var(--cinematic-deep) 0%, var(--cinematic-black) 100%);
    color: #ffffff;
}

.footer-main .img-logo {
    max-height: 64px;
    filter: drop-shadow(0 4px 16px rgba(255, 223, 0, 0.25));
}

.footer-tagline {
    color: rgba(255, 255, 255, 0.7);
    max-width: 320px;
    margin: 0 auto;
    line-height: 1.5;
}

@media (min-width: 992px) {
    .footer-tagline {
        margin: 0;
    }
}

.footer-title {
    font-family: 'Anton', sans-serif;
    color: var(--brasil-yellow);
    letter-spacing: 0.04em;
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.footer-text {
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.5;
}

.footer-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    background: rgba(255, 223, 0, 0.08);
    border: 1px solid rgba(255, 223, 0, 0.25);
    border-radius: 100px;
    color: var(--brasil-yellow);
    font-family: 'Oswald', sans-serif;
    font-size: 0.9rem;
    letter-spacing: 0.06em;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-link:hover {
    background: rgba(255, 223, 0, 0.18);
    color: var(--gold-shine);
    transform: translateY(-2px);
}

.footer-social {
    display: inline-flex;
    gap: 12px;
    margin-top: 1rem;
}

.footer-social a {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 223, 0, 0.2);
    color: #ffffff;
    border-radius: 12px;
    font-size: 1.15rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background: linear-gradient(135deg, var(--brasil-yellow), var(--gold-metallic));
    color: var(--cinematic-black);
    transform: translateY(-3px) rotate(-4deg);
    border-color: transparent;
}

.footer-badges {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1rem;
}

@media (min-width: 992px) {
    .footer-badges {
        justify-content: flex-end;
    }
}

.footer-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    background: rgba(0, 156, 59, 0.15);
    border: 1px solid rgba(0, 156, 59, 0.3);
    border-radius: 100px;
    color: #34d669;
    font-family: 'Oswald', sans-serif;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
}

.footer-bottom {
    background: rgba(0, 0, 0, 0.4);
    padding: 18px 0;
    border-top: 1px solid rgba(255, 223, 0, 0.08);
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.88rem;
}

.brazil-pill {
    display: inline-block;
    width: 16px;
    height: 8px;
    border-radius: 4px;
    margin: 0 2px;
}

.brazil-green { background: var(--brasil-green); }
.brazil-yellow { background: var(--brasil-yellow); }
.brazil-blue { background: var(--brasil-blue); }


/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 991px) {
    .hero-section {
        padding: 120px 0 60px;
        min-height: auto;
    }
    .hero-img-wrap {
        min-height: 400px;
    }
    .hero-stats {
        gap: 14px;
        padding: 14px 18px;
    }
    .float-element {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
    .countdown-card {
        padding: 30px 20px;
    }
    .countdown-title {
        gap: 10px;
    }
    .time-block {
        min-width: 80px;
        padding: 18px 8px 14px;
    }
    .time-separator {
        font-size: 1.5rem;
        margin-top: -10px;
    }
    .match-card-badge {
        right: 16px;
        font-size: 0.65rem;
        padding: 6px 12px 4px;
    }
    .register-card {
        padding: 28px 22px;
    }
    .register-card-header h3 {
        font-size: 1.4rem;
    }
    .register-card-header i {
        width: 44px;
        height: 44px;
        font-size: 1.2rem;
    }
    .winners-nav {
        display: none;
    }
}

@media (max-width: 767px) {
    .hero-section {
        padding: 110px 0 50px;
        text-align: center;
    }
    .hero-text-col {
        order: 2;
    }
    .hero-img-col {
        order: 1;
    }
    .hero-img-wrap {
        min-height: 320px;
    }
    .hero-cta-row {
        justify-content: center;
    }
    .hero-stats {
        margin: 0 auto;
        justify-content: center;
    }
    .hero-sub {
        margin: 0 auto 1.5rem;
        max-width: fit-content;
    }
    .countdown-timer {
        gap: 6px;
    }
    .time-block {
        min-width: 70px;
        padding: 14px 6px 10px;
    }
    .time-separator {
        display: none;
    }
    .section-header {
        margin-bottom: 2.5rem;
    }
    .match-card {
        padding: 28px 20px 22px;
    }
    .flag-wrap {
        width: 64px;
        height: 64px;
    }
    .team-name {
        font-size: 0.9rem;
    }
    .match-info {
        flex-direction: column;
        gap: 6px;
        align-items: flex-start;
    }
    .step-card.featured {
        transform: none;
    }
    .btn-hero {
        padding: 14px 24px;
        font-size: 0.95rem;
    }
    .btn-hero-lg, .btn-hero-xl {
        padding: 16px 28px;
        font-size: 1rem;
    }
    .sponsor-card {
        height: 100px;
        padding: 12px;
    }
    .sponsor-logo {
        max-height: 70px;
    }
    .footer-stripe-track span {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 2.6rem;
    }
    .countdown-title {
        font-size: 1.8rem;
    }
    .vs-badge {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    .section-title {
        font-size: 2rem;
    }
    .time-value {
        font-size: 2rem;
    }
    .btn-hero {
        width: 100%;
        justify-content: center;
    }
    .btn-hero-ghost {
        width: 100%;
        justify-content: center;
    }
}
