/* ============================================
   GOL DE DESCONTO — GRUPO UBIQUE × COPA 2026
   ============================================ */

:root {
    --deep: #0a1628;
    --navy: #0d1f3c;
    --navy-mid: #152d54;
    --blue: #1a4b8c;
    --teal: #00c6b2;
    --teal-dark: #009e8e;
    --gold: #d4a843;
    --gold-light: #e8c76a;
    --coral: #e05a4f;
    --green-field: #2d8a4e;
    --cream: #faf8f4;
    --warm-gray: #f0ece5;
    --white: #ffffff;
    --gray-300: #d1d5db;
    --gray-400: #9ca3af;
    --gray-500: #6b7280;
    --gray-600: #4b5563;
    --dark: #111827;
    --green-wpp: #25d366;
    --br-green: #009c3b;
    --br-yellow: #ffdf00;

    --font-display: 'Playfair Display', Georgia, serif;
    --font-body: 'Inter', -apple-system, sans-serif;

    --radius: 8px;
    --radius-lg: 14px;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    font-family: var(--font-body);
    color: var(--dark);
    background: var(--cream);
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

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

/* ── TOP BAR ─────────────────────────────── */
.top-bar {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 100;
    background: var(--deep);
    transform: translateY(-100%);
    transition: transform 0.35s cubic-bezier(0.22,1,0.36,1);
}

.top-bar.visible { transform: translateY(0); }

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

.top-bar-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.top-bar-emblem {
    height: 28px;
    width: auto;
}

.top-bar-sep {
    width: 1px;
    height: 18px;
    background: rgba(255,255,255,0.15);
}

.top-bar-campaign {
    font-size: 0.72rem;
    color: rgba(255,255,255,0.45);
    display: none;
}

@media (min-width: 640px) {
    .top-bar-campaign { display: inline; }
}

.top-bar-countdown {
    display: flex;
    align-items: center;
    gap: 2px;
    font-variant-numeric: tabular-nums;
    color: var(--white);
}

.top-bar-countdown-label {
    font-size: 0.6rem;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
    margin-right: 8px;
    display: none;
}

@media (min-width: 768px) {
    .top-bar-countdown-label { display: inline; }
}

.top-cd {
    font-weight: 800;
    font-size: 1rem;
}

.top-cd-sep {
    font-size: 0.6rem;
    color: var(--gold);
    font-weight: 700;
    margin: 0 2px;
}

.top-bar-cta {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background: var(--gold);
    color: var(--deep);
    padding: 7px 18px;
    border-radius: 4px;
    transition: 0.2s ease;
    white-space: nowrap;
}

.top-bar-cta:hover { background: var(--gold-light); }

/* ── NAV ─────────────────────────────────── */
.nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 50;
    padding: 12px 0;
    background: rgba(10, 22, 40, 0.85);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255,255,255,0.05);
    transition: top 0.35s cubic-bezier(0.22,1,0.36,1);
}

.nav.nav-hidden {
    top: -80px;
}

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

.nav-logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.nav-emblem {
    height: 40px;
    width: auto;
}

.nav-divider {
    width: 1px;
    height: 24px;
    background: rgba(255,255,255,0.2);
}

.nav-ubique-logo {
    height: 32px;
    width: auto;
    border-radius: 4px;
}

.nav-links {
    display: none;
    align-items: center;
    gap: 28px;
}

@media (min-width: 768px) {
    .nav-links { display: flex; }
}

.nav-links a {
    font-size: 0.78rem;
    font-weight: 500;
    color: rgba(255,255,255,0.5);
    transition: 0.2s ease;
}

.nav-links a:hover { color: var(--white); }

.nav-cta {
    color: var(--gold) !important;
    font-weight: 700 !important;
}

/* ── HERO ────────────────────────────────── */
.hero {
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    align-items: center;
    padding: 100px 24px 80px;
    color: var(--white);
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 60% 80% at 50% 50%, transparent 20%, rgba(8, 16, 40, 0.65) 100%),
        linear-gradient(180deg, rgba(8, 16, 40, 0.72) 0%, rgba(8, 16, 40, 0.5) 40%, rgba(8, 16, 40, 0.82) 100%),
        url('WhatsApp Image 2026-06-08 at 17.16.08 (1).jpeg') center / cover no-repeat;
}

.hero-bg::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--br-green) 0%, var(--br-yellow) 50%, var(--br-green) 100%);
    z-index: 1;
}

.hero-emblem-watermark {
    position: absolute;
    right: -2%;
    bottom: 8%;
    z-index: 0;
    opacity: 0.04;
    pointer-events: none;
}

.hero-emblem-watermark img {
    width: 500px;
    height: auto;
}

@media (max-width: 960px) {
    .hero-emblem-watermark { display: none; }
}

.hero-inner {
    position: relative;
    z-index: 2;
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    align-items: center;
}

@media (min-width: 960px) {
    .hero-inner {
        grid-template-columns: 1.15fr 370px;
        gap: 56px;
    }
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    margin-bottom: 24px;
}

.hero-badge span {
    font-size: 0.75rem;
    font-weight: 700;
    color: #c08c28;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-title {
    font-family: var(--font-display);
    font-size: clamp(2.4rem, 5.5vw, 3.8rem);
    font-weight: 900;
    line-height: 1.1;
    color: var(--white);
    margin-bottom: 20px;
}

.hero-title em {
    color: var(--gold);
    font-style: italic;
}

.hero-sub {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.5);
    max-width: 480px;
    margin-bottom: 36px;
    line-height: 1.75;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

/* ── BUTTONS ─────────────────────────────── */
.btn-main {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-body);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    background: var(--gold);
    color: var(--deep);
    padding: 14px 30px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    transition: 0.2s ease;
}

.btn-main:hover {
    background: var(--gold-light);
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(212, 168, 67, 0.25);
}

.btn-ghost {
    display: inline-flex;
    align-items: center;
    font-size: 0.85rem;
    font-weight: 500;
    color: rgba(255,255,255,0.55);
    padding: 14px 20px;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 6px;
    transition: 0.2s ease;
}

.btn-ghost:hover {
    border-color: rgba(255,255,255,0.3);
    color: var(--white);
}

.btn-full { width: 100%; }

.btn-lg {
    padding: 16px 32px;
    font-size: 0.95rem;
}

.btn-wpp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: var(--font-body);
    font-size: 0.9rem;
    font-weight: 700;
    background: var(--green-wpp);
    color: var(--white);
    padding: 14px 28px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    transition: 0.2s ease;
}

.btn-wpp:hover {
    background: #22c55e;
    transform: translateY(-1px);
}

/* ── HERO COUNTDOWN CARD ─────────────────── */
.hero-countdown-card {
    background: rgba(8, 16, 40, 0.75);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: var(--radius-lg);
    overflow: hidden;
    backdrop-filter: blur(20px);
    box-shadow: 0 8px 32px rgba(0,0,0,0.4);
}

.hcc-header {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.4);
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.hcc-live {
    width: 6px;
    height: 6px;
    background: var(--green-field);
    border-radius: 50%;
    animation: pulse 2s ease infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}

.hcc-match {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 24px 20px 16px;
}

.hcc-team {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--white);
}

.hcc-flag {
    width: 52px;
    height: 36px;
    object-fit: cover;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.hcc-flag-tbd {
    width: 52px;
    height: 36px;
    border-radius: 4px;
    background: rgba(255,255,255,0.05);
    border: 1px dashed rgba(255,255,255,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: rgba(255,255,255,0.15);
    font-size: 1rem;
}

.tbd-sm {
    width: 40px;
    height: 28px;
    font-size: 0.85rem;
}

.hcc-vs {
    font-size: 0.7rem;
    font-weight: 700;
    color: var(--br-yellow);
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 8px rgba(255, 223, 0, 0.2);
}

.hcc-timer {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 8px 20px 24px;
}

.hcc-t { text-align: center; }

.hcc-t span {
    display: block;
    font-family: var(--font-body);
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--white);
    line-height: 1;
    font-variant-numeric: tabular-nums;
}

.hcc-t small {
    font-size: 0.55rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.25);
    margin-top: 4px;
    display: block;
}

.hcc-discount {
    background: rgba(212, 168, 67, 0.06);
    border-top: 1px solid rgba(212, 168, 67, 0.1);
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.hcc-discount-label {
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--gold);
}

.hcc-discount-value {
    font-family: var(--font-body);
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--gold-light);
}

.hcc-discount-cupom {
    font-family: var(--font-body);
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 2px;
    background: rgba(212, 168, 67, 0.08);
    color: var(--gold);
    padding: 4px 12px;
    border-radius: 4px;
    border: 1px solid rgba(212, 168, 67, 0.15);
}

/* ── SECTIONS ────────────────────────────── */
.section {
    padding: 80px 0;
}

@media (min-width: 768px) {
    .section { padding: 100px 0; }
}

.section-light {
    background: var(--cream);
    color: var(--dark);
}

.section-dark {
    background: var(--deep);
    color: var(--white);
}

/* ── SECTION HEADER ──────────────────────── */
.section-header {
    margin-bottom: 48px;
    max-width: 540px;
}

.section-header h2 {
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 12px;
    color: var(--deep);
}

.section-header p {
    font-size: 0.95rem;
    color: var(--gray-500);
    line-height: 1.7;
}

.section-header-light h2 {
    color: var(--white);
}

.section-header-light p {
    color: rgba(255,255,255,0.45);
}

.section-tag {
    display: inline-block;
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 12px;
    padding: 4px 0;
    border-bottom: 2px solid var(--gold);
}

.section-dark .section-tag,
.section-header-light .section-tag {
    color: var(--gold);
    border-color: var(--gold);
}

/* ── MECÂNICA ────────────────────────────── */
.mec-steps {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 720px;
}

.mec-step {
    display: flex;
    gap: 20px;
    padding: 0 0 32px;
}

.mec-step:last-child { padding-bottom: 0; }

.mec-step-marker {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
}

.mec-step-num {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid var(--deep);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-body);
    font-size: 0.85rem;
    font-weight: 800;
    color: var(--deep);
    background: var(--cream);
    position: relative;
    z-index: 1;
}

.mec-step-highlight .mec-step-num {
    background: var(--gold);
    border-color: var(--gold);
    color: var(--deep);
}

.mec-step-line {
    width: 2px;
    flex: 1;
    background: rgba(0,0,0,0.08);
    margin-top: 8px;
}

.mec-step-content {
    padding-top: 6px;
    padding-bottom: 8px;
}

.mec-step-content h3 {
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 700;
    color: var(--deep);
    margin-bottom: 8px;
}

.mec-step-content > p {
    font-size: 0.85rem;
    color: var(--gray-500);
    line-height: 1.7;
    margin-bottom: 14px;
}

.mec-step-content > p strong {
    color: var(--deep);
}

.mec-checklist {
    margin-bottom: 16px;
}

.mec-checklist li {
    position: relative;
    padding: 5px 0 5px 20px;
    font-size: 0.84rem;
    color: var(--gray-600);
    line-height: 1.6;
}

.mec-checklist li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--br-green);
}

.mec-checklist li strong {
    color: var(--deep);
}

.mec-checklist-sub {
    margin: 6px 0 4px 10px;
    list-style: none;
}

.mec-checklist-sub li {
    position: relative;
    padding: 3px 0 3px 18px;
    font-size: 0.8rem;
    color: rgba(0,0,0,0.7);
}

.mec-checklist-sub li::before {
    content: '–';
    position: absolute;
    left: 0;
    font-weight: 700;
    color: var(--gold);
}

.mec-step-closing {
    font-weight: 600;
    margin-top: 10px;
    font-size: 0.9rem;
    color: var(--deep);
}

.mec-cta {
    display: inline-block;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--gold);
    transition: 0.2s ease;
}

.mec-cta:hover {
    color: var(--deep);
}

.fc-error {
    background: rgba(220, 50, 50, 0.1);
    border: 1px solid rgba(220, 50, 50, 0.35);
    border-left: 3px solid #dc3232;
    border-radius: var(--radius);
    color: #ff8080;
    font-size: 0.8rem;
    padding: 10px 14px;
    margin-bottom: 12px;
    animation: fadeIn 0.2s ease;
}

.mec-disclaimer {
    margin-top: 40px;
    padding: 12px 16px;
    background: rgba(212, 168, 67, 0.07);
    border-left: 3px solid var(--gold);
    border-radius: 4px;
    font-size: 0.78rem;
    color: rgba(0,0,0,0.55);
    font-weight: 500;
}

/* Results grid inside step 2 */
.mec-results-grid {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 12px;
}

.mec-result {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    background: var(--white);
    border-radius: var(--radius);
    border: 1px solid rgba(0,0,0,0.06);
}

.mec-result-flag {
    width: 18px;
    height: 13px;
    object-fit: cover;
    border-radius: 2px;
    flex-shrink: 0;
}

.mec-result div {
    display: flex;
    flex-direction: column;
}

.mec-result strong {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--deep);
    line-height: 1.3;
}

.mec-result span {
    font-size: 0.75rem;
    color: var(--gray-500);
}

.mec-result-gold {
    border-left: 3px solid var(--gold);
    background: rgba(212, 168, 67, 0.04);
}

.mec-result-gold strong { color: var(--deep); }
.mec-result-gold span { color: var(--gold); font-weight: 600; }

.mec-result-teal {
    border-left: 3px solid var(--teal);
}

.mec-result-teal span { color: var(--teal); font-weight: 600; }

.mec-result-green {
    border-left: 3px solid var(--br-green);
    background: rgba(0, 156, 59, 0.03);
}

.mec-result-green strong { color: var(--br-green); }
.mec-result-green span { color: var(--gray-600); }

/* ── DESCONTOS TABLE ─────────────────────── */
.descontos-table {
    max-width: 780px;
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.06);
}

.dt-row {
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    gap: 16px;
    padding: 16px 24px;
    border-bottom: 1px solid rgba(255,255,255,0.04);
    font-size: 0.88rem;
    color: rgba(255,255,255,0.85);
}

.dt-row:last-child { border-bottom: none; }

.dt-header {
    background: rgba(255,255,255,0.03);
    color: rgba(255,255,255,0.35);
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 12px 24px;
}

.dt-highlight {
    background: rgba(212, 168, 67, 0.06);
    border-left: 3px solid var(--gold);
}

.dt-special {
    background: rgba(45, 138, 78, 0.06);
    border-left: 3px solid var(--green-field);
}

.dt-result {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}

.dt-mini-flag {
    width: 20px;
    height: 14px;
    object-fit: cover;
    border-radius: 2px;
}

.dt-benefit {
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 800;
    color: var(--gold-light);
    white-space: nowrap;
}

.dt-benefit-idiomas {
    color: var(--teal);
}

.dt-benefit-special {
    color: var(--green-field);
    font-size: 0.88rem;
    color: #4ade80;
}

.dt-cupom {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: rgba(255,255,255,0.3);
    background: rgba(255,255,255,0.04);
    padding: 4px 10px;
    border-radius: 4px;
    white-space: nowrap;
}

.descontos-note {
    margin-top: 20px;
    font-size: 0.75rem;
    color: rgba(255,255,255,0.25);
    max-width: 560px;
}

@media (max-width: 600px) {
    .dt-row {
        grid-template-columns: 1fr;
        gap: 6px;
        padding: 14px 16px;
    }
    .dt-header { display: none; }
    .dt-cupom { justify-self: start; }
}

/* ── HERO CAROUSEL ───────────────────────── */
.hero-carousel {
    position: relative;
    background: rgba(8, 16, 40, 0.75);
    border: 1px solid rgba(255,255,255,0.1);
    border-top: 2px solid var(--br-green);
    border-radius: var(--radius-lg);
    overflow: hidden;
    backdrop-filter: blur(20px);
    box-shadow: 0 8px 32px rgba(0,0,0,0.4);
}

.hero-carousel::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 40px;
    background: linear-gradient(180deg, rgba(0, 156, 59, 0.08) 0%, transparent 100%);
    z-index: 0;
    pointer-events: none;
}

.carousel-slides {
    position: relative;
}

.carousel-slide {
    display: none;
}

.carousel-slide.active {
    display: block;
    animation: fadeSlide 0.4s ease;
}

@keyframes fadeSlide {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
}

.hcc-tag {
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--br-green);
    background: rgba(0, 156, 59, 0.12);
    padding: 3px 10px;
    border-radius: 3px;
}

.hcc-date {
    font-size: 0.65rem;
    color: rgba(255,255,255,0.35);
}

.carousel-nav {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 0 20px 16px;
}

.carousel-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.15);
    background: transparent;
    cursor: pointer;
    padding: 0;
    transition: 0.25s ease;
}

.carousel-dot.active {
    background: var(--br-green);
    border-color: var(--br-green);
    width: 24px;
    border-radius: 4px;
}

/* ── IDIOMAS CALENDAR ───────────────────── */
.idiomas-calendar {
    margin-top: 48px;
    padding-top: 40px;
    border-top: 1px solid rgba(255,255,255,0.06);
}

.ic-title {
    font-family: var(--font-display);
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 6px;
}

.ic-sub {
    font-size: 0.82rem;
    color: rgba(255,255,255,0.35);
    margin-bottom: 28px;
    max-width: 600px;
}

.ic-sub strong {
    color: var(--gold);
}

.ic-country {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: var(--radius);
    margin-bottom: 12px;
    overflow: hidden;
}

.ic-country-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: rgba(255,255,255,0.02);
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.ic-country-flag {
    width: 32px;
    height: 22px;
    object-fit: cover;
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.3);
}

.ic-country-name {
    display: block;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--white);
    line-height: 1.2;
}

.ic-country-lang {
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--teal);
}

.ic-matches {
    padding: 4px 0;
}

.ic-match {
    display: grid;
    grid-template-columns: 52px 1fr auto;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    border-bottom: 1px solid rgba(255,255,255,0.03);
    transition: 0.15s ease;
}

.ic-match:last-child { border-bottom: none; }

.ic-match:hover {
    background: rgba(255,255,255,0.02);
}

.ic-match-date {
    font-size: 0.72rem;
    font-weight: 800;
    color: var(--gold);
    white-space: nowrap;
}

.ic-match-teams {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.78rem;
    font-weight: 500;
    color: rgba(255,255,255,0.75);
}

.ic-match-teams img {
    width: 16px;
    height: 11px;
    object-fit: cover;
    border-radius: 1px;
    display: inline-block;
}

.ic-match-info {
    font-size: 0.68rem;
    color: rgba(255,255,255,0.3);
    white-space: nowrap;
}

@media (max-width: 600px) {
    .ic-match {
        grid-template-columns: 48px 1fr;
        gap: 8px;
    }
    .ic-match-info {
        grid-column: 1 / -1;
        padding-left: 48px;
        margin-top: -4px;
    }
}

/* ── BOLÃO INLINE (in form) ─────────────── */
.fc-bolao {
    margin-bottom: 20px;
    padding: 16px;
    background: rgba(0, 156, 59, 0.04);
    border: 1px solid rgba(0, 156, 59, 0.12);
    border-left: 3px solid var(--br-green);
    border-radius: var(--radius);
}

.fc-bolao > label {
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--br-green);
    margin-bottom: 4px;
}

.fc-bolao-hint {
    font-size: 0.7rem;
    color: rgba(255,255,255,0.35);
    margin-bottom: 14px;
}

.fc-bolao-game {
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.fc-bolao-game:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.fc-bolao-game-label {
    display: block;
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: rgba(255,255,255,0.4);
    text-transform: uppercase;
    margin-bottom: 8px;
}

.fc-bolao-picker {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.fc-bolao-side {
    display: flex;
    align-items: center;
    gap: 10px;
}

.fc-bolao-flag {
    width: 36px;
    height: 24px;
    object-fit: cover;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

.fc-bolao-x {
    font-size: 1.2rem;
    color: rgba(255,255,255,0.2);
    font-weight: 300;
}

.fc-bolao .bsc-group {
    display: flex;
    align-items: center;
    gap: 4px;
}

.fc-bolao .bsc-btn {
    width: 28px;
    height: 28px;
    font-size: 0.9rem;
    border-radius: 6px;
    border-color: rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.05);
    color: var(--white);
}

.fc-bolao .bsc-btn:hover {
    border-color: var(--gold);
    background: rgba(212, 168, 67, 0.12);
}

.fc-bolao .bsc-value {
    font-size: 1.6rem;
    color: var(--white);
    min-width: 28px;
}

.fc-bolao-prize {
    text-align: center;
    font-size: 0.7rem;
    color: rgba(255,255,255,0.3);
    margin-top: 10px;
}

/* ── FORM ────────────────────────────────── */
.section-form {
    background: var(--deep);
    color: var(--white);
    position: relative;
    overflow: hidden;
}

.form-layout {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    align-items: start;
}

@media (min-width: 768px) {
    .form-layout {
        grid-template-columns: 1fr 1fr;
    }
}

.form-text h2 {
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 4vw, 2.4rem);
    font-weight: 700;
    margin-bottom: 12px;
}

.form-text p {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.45);
    margin-bottom: 24px;
    line-height: 1.7;
}

.form-checklist li {
    padding: 7px 0;
    padding-left: 20px;
    position: relative;
    font-size: 0.85rem;
    color: rgba(255,255,255,0.6);
}

.form-checklist li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 8px;
    height: 2px;
    background: var(--gold);
}

.form-emblem {
    margin-top: 32px;
    opacity: 0.07;
    pointer-events: none;
}

.form-emblem img {
    height: 180px;
    width: auto;
    filter: brightness(2);
}

@media (max-width: 768px) {
    .form-emblem { display: none; }
}

.form-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: var(--radius-lg);
    padding: 32px 24px;
}

.fc-group {
    margin-bottom: 18px;
}

.fc-group label {
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.35);
    margin-bottom: 6px;
}

.fc-group input,
.fc-group select {
    width: 100%;
    padding: 12px 14px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 6px;
    color: var(--white);
    font-family: var(--font-body);
    font-size: 0.9rem;
    transition: 0.2s ease;
    -webkit-appearance: none;
    appearance: none;
}

.fc-group select {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23555' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
}

.fc-group select option {
    background: var(--deep);
    color: var(--white);
}

.fc-group input::placeholder { color: rgba(255,255,255,0.15); }

.fc-group input:focus,
.fc-group select:focus {
    outline: none;
    border-color: var(--gold);
    box-shadow: 0 0 0 2px rgba(212, 168, 67, 0.1);
}

.fc-palpite {
    background: rgba(212, 168, 67, 0.05);
    border: 1px solid rgba(212, 168, 67, 0.1);
    border-radius: 6px;
    padding: 10px 14px;
    margin-bottom: 18px;
    font-size: 0.82rem;
    color: rgba(255,255,255,0.55);
}

.fc-palpite strong { color: var(--gold); }

.fc-privacy {
    text-align: center;
    font-size: 0.65rem;
    color: rgba(255,255,255,0.2);
    margin-top: 12px;
}

/* ── WHATSAPP SECTION ────────────────────── */
.section-whatsapp {
    background: var(--warm-gray);
    text-align: center;
    color: var(--dark);
}

.wpp-inner {
    max-width: 480px;
    margin: 0 auto;
}

.wpp-inner h2 {
    font-family: var(--font-display);
    font-size: clamp(1.6rem, 3.5vw, 2.2rem);
    font-weight: 700;
    color: var(--deep);
    margin-bottom: 12px;
}

.wpp-inner > p {
    font-size: 0.9rem;
    color: var(--gray-500);
    margin-bottom: 24px;
    line-height: 1.7;
}

.wpp-stats {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 28px;
    font-size: 0.82rem;
    color: var(--gray-500);
}

.wpp-stats strong {
    display: block;
    font-family: var(--font-body);
    font-size: 1.4rem;
    font-weight: 900;
    color: var(--green-wpp);
}

/* ── FOOTER ──────────────────────────────── */
.footer {
    background: var(--deep);
    color: var(--white);
    padding: 32px 0;
}

.footer-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    text-align: center;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-emblem {
    height: 28px;
    width: auto;
    opacity: 0.5;
}

.footer-sep {
    width: 1px;
    height: 16px;
    background: rgba(255,255,255,0.12);
}

.footer-logo-text {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 3px;
    color: rgba(255,255,255,0.5);
}

.footer-links {
    display: flex;
    gap: 24px;
}

.footer-links a {
    font-size: 0.7rem;
    color: rgba(255,255,255,0.3);
    transition: 0.2s ease;
}

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

.footer-copy {
    font-size: 0.65rem;
    color: rgba(255,255,255,0.15);
}

/* ── MODAL ───────────────────────────────── */
.modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 200;
    background: rgba(0,0,0,0.75);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.modal-overlay.active {
    opacity: 1;
    pointer-events: all;
}

.modal-box {
    background: var(--deep);
    border: 1px solid rgba(212, 168, 67, 0.12);
    border-radius: var(--radius-lg);
    padding: 40px 32px;
    text-align: center;
    max-width: 420px;
    width: 100%;
    color: var(--white);
    transform: translateY(16px);
    transition: transform 0.3s ease;
}

.modal-overlay.active .modal-box {
    transform: translateY(0);
}

.modal-check {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--br-green);
    color: var(--white);
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.modal-box h3 {
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.modal-box p {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.5);
    margin-bottom: 24px;
}

.modal-dismiss {
    background: none;
    border: none;
    color: rgba(255,255,255,0.25);
    font-size: 0.75rem;
    cursor: pointer;
    margin-top: 12px;
    padding: 8px;
}

.modal-dismiss:hover { color: var(--white); }

/* ── SCROLLBAR / SELECTION ───────────────── */
::selection {
    background: rgba(212, 168, 67, 0.2);
    color: var(--deep);
}

::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--deep); }
::-webkit-scrollbar-thumb { background: rgba(212, 168, 67, 0.2); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: rgba(212, 168, 67, 0.35); }
