:root {
    --blue-900: #842d26;
    --blue-800: #c84535;
    --blue-700: #e9533b;
    --blue-500: #ff6b45;
    --green-700: #a9382c;
    --green-500: #f0643f;
    --yellow-500: #ffb62d;
    --yellow-400: #ffd25c;
    --sand-50: #fff1d9;
    --ink: #4d201c;
    --muted: #76534d;
    --line: #f4c4a8;
    --white: #fff;
    --shadow: 0 18px 50px rgba(173, 61, 38, .18);
    --soft: 0 8px 28px rgba(173, 61, 38, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #fff;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.narrow { width: min(900px, calc(100% - 32px)); }

.site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 50;
    background: rgba(255,255,255,.94);
    border-bottom: 1px solid rgba(255,255,255,.55);
    box-shadow: 0 4px 24px rgba(0,0,0,.06);
    backdrop-filter: blur(14px);
}
.header-inner { min-height: 72px; display: flex; align-items: center; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand-logo { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; background: #fff; box-shadow: var(--soft); }
.brand-mark {
    width: 44px; height: 44px; border-radius: 999px;
    display: grid; place-items: center;
    color: var(--blue-700);
    background: conic-gradient(var(--blue-500), var(--yellow-500), var(--green-500), var(--blue-500));
    border: 4px solid #fff;
    box-shadow: var(--soft);
}
.brand small { display: block; color: var(--blue-700); font-weight: 700; font-size: 12px; line-height: 1; }
.brand strong { color: var(--green-700); font-size: 15px; line-height: 1.2; }
.nav { margin-left: auto; display: flex; align-items: center; gap: 2px; }
.nav a { color: #4b5565; font-weight: 700; font-size: 13px; padding: 10px 9px; border-radius: 10px; }
.nav a:hover { color: var(--blue-700); background: #fff0dc; }
.menu-toggle { display: none; margin-left: auto; border: 0; background: #fff0dc; color: var(--blue-700); border-radius: 12px; width: 44px; height: 44px; font-size: 24px; }

.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    min-height: 46px; padding: 0 18px; border: 0; border-radius: 14px;
    color: #fff; background: var(--blue-500);
    font-weight: 800; cursor: pointer;
    box-shadow: 0 10px 24px rgba(232,83,59,.28);
    transition: transform .2s, box-shadow .2s, background .2s;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(232,83,59,.34); }
.btn-small { min-height: 38px; padding: 0 14px; font-size: 13px; }
.btn-cta { background: linear-gradient(135deg, var(--yellow-500), #f28a25); box-shadow: 0 12px 32px rgba(255,182,45,.35); }
.btn-secondary { background: #fff; color: var(--blue-700); border: 2px solid #f6bb93; box-shadow: none; }
.btn-ghost, .btn-glass { background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.34); backdrop-filter: blur(12px); box-shadow: none; }
.btn-light { background: #fff; color: var(--blue-700); }
.btn-whatsapp { background: #25d366; }
.btn-icon { width: 18px; height: 18px; flex: 0 0 auto; }
.full { width: 100%; }

.hero {
    position: relative;
    min-height: 100svh;
    padding: 116px 0 58px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.hero-bg {
    position: absolute; inset: 0;
    background-image: url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=2200&q=80");
    background-size: cover;
    background-position: center;
    transform: scale(1.02);
}
.hero-shade {
    position: absolute; inset: 0;
    background:
        linear-gradient(90deg, rgba(132,45,38,.94), rgba(232,83,59,.76) 45%, rgba(255,107,69,.28)),
        linear-gradient(0deg, rgba(132,45,38,.72), rgba(132,45,38,.08) 45%, rgba(255,182,45,.32));
}
.hero:after {
    content: "";
    position: absolute; left: 0; right: 0; bottom: -1px; height: 80px;
    background: var(--sand-50);
    clip-path: polygon(0 54%, 12% 70%, 24% 58%, 36% 74%, 51% 52%, 66% 68%, 80% 48%, 100% 64%, 100% 100%, 0 100%);
}
.hero-grid {
    position: relative; z-index: 1;
    display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(340px, .72fr);
    gap: 48px; align-items: center;
}
.hero-kicker {
    display: inline-flex; align-items: center; gap: 9px;
    padding: 9px 14px; border-radius: 999px;
    color: #fff; background: rgba(255,255,255,.17);
    border: 1px solid rgba(255,255,255,.3);
    font-size: 14px; font-weight: 800;
}
.hero-kicker i { width: 10px; height: 10px; border-radius: 999px; background: var(--yellow-400); box-shadow: 0 0 0 8px rgba(255,204,0,.17); }
.hero h1 {
    margin: 20px 0 18px;
    color: #fff;
    font-size: clamp(48px, 8vw, 104px);
    line-height: .92;
    letter-spacing: 0;
}
.hero h1 strong { display: block; color: var(--yellow-400); text-shadow: 0 12px 40px rgba(0,0,0,.35); }
.hero-lead { max-width: 760px; margin: 0 0 14px; color: #fff; font-size: clamp(20px, 2.6vw, 31px); line-height: 1.2; font-weight: 800; }
.hero-text { max-width: 650px; margin: 0 0 28px; color: rgba(255,255,255,.82); font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 26px; }
.countdown { display: flex; flex-wrap: wrap; gap: 10px; }
.countdown span {
    width: 96px; min-height: 82px; border-radius: 16px;
    display: grid; place-items: center;
    color: rgba(255,255,255,.8); font-size: 12px; font-weight: 800; text-transform: uppercase;
    background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.24); backdrop-filter: blur(12px);
}
.countdown strong { display: block; color: #fff; font-size: 31px; line-height: 1; }
.hero-panel { display: grid; gap: 18px; }
.event-card {
    min-height: 330px; border-radius: 28px; padding: 28px;
    display: flex; flex-direction: column; justify-content: flex-end;
    color: #fff; box-shadow: var(--shadow);
    background:
        linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.78)),
        var(--event-card-image, url("https://picsum.photos/seed/festival-stage-ipixuna/760/900")) center/cover;
    border: 1px solid rgba(255,255,255,.22);
}
.card-tag, .badge { display: inline-flex; width: fit-content; padding: 6px 10px; border-radius: 999px; background: #fff3b3; color: #805300; font-size: 12px; font-weight: 900; }
.event-card h2 { margin: 12px 0 6px; font-size: 38px; line-height: 1; }
.event-card p { margin: 0; color: rgba(255,255,255,.84); }
.quick-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.quick-grid div { min-height: 110px; border-radius: 20px; padding: 18px; display: grid; place-items: center; text-align: center; color: #fff; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.24); backdrop-filter: blur(12px); }
.quick-grid b { font-size: 31px; }
.quick-grid span { font-weight: 900; }

.section { padding: 88px 0; background: #fff; }
.section[id], .page-hero { scroll-margin-top: 88px; }
.section-sand { background: var(--sand-50); }
.page-cta {
    max-width: 760px;
    text-align: center;
}
.page-cta h2 {
    margin: 0 0 12px;
    color: var(--blue-900);
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.05;
}
.page-cta p:not(.eyebrow) {
    margin: 0 auto 24px;
    color: var(--muted);
    line-height: 1.7;
}
.page-hero {
    position: relative;
    min-height: 430px;
    padding: 150px 0 86px;
    display: flex;
    align-items: end;
    overflow: hidden;
    color: #fff;
}
.page-hero img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(132,45,38,.92), rgba(232,83,59,.72), rgba(255,107,69,.28));
}
.page-hero .container {
    position: relative;
    z-index: 1;
}
.page-hero h1 {
    max-width: 820px;
    margin: 0 0 12px;
    font-size: clamp(44px, 7vw, 82px);
    line-height: .95;
    letter-spacing: 0;
}
.page-hero p:not(.eyebrow) {
    max-width: 680px;
    margin: 0;
    color: rgba(255,255,255,.84);
    font-size: 19px;
    line-height: 1.6;
}
.section-title { max-width: 720px; margin: 0 auto 38px; text-align: center; }
.eyebrow { margin: 0 0 9px; color: var(--yellow-500); font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.section-title h2, .section-heading { margin: 0 0 12px; color: var(--blue-900); font-size: clamp(30px, 4vw, 46px); line-height: 1.05; letter-spacing: 0; }
.section-title p, .split p { color: var(--muted); line-height: 1.75; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.feature-card, .sport-card, .contact-grid article {
    padding: 24px; border-radius: 22px; background: #fff;
    border: 1px solid var(--line); box-shadow: var(--soft);
    transition: transform .2s, box-shadow .2s;
}
.feature-card:hover, .sport-card:hover, .image-card:hover, .attraction-card:hover, .news-card:hover, .candidate-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.feature-card span { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 16px; border-radius: 18px; background: #fff0dc; font-size: 28px; }
.feature-card h3, .sport-card h3 { margin: 0 0 8px; color: #111827; }
.feature-card p, .sport-card p, .sport-card small { color: var(--muted); line-height: 1.55; }
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 52px; align-items: center; }
.image-stack { position: relative; }
.image-stack img { border-radius: 28px; box-shadow: var(--shadow); }
.image-stack span { position: absolute; right: -18px; bottom: -18px; border-radius: 18px; padding: 16px 20px; background: var(--yellow-400); color: var(--blue-900); font-weight: 900; box-shadow: var(--soft); }
.image-stack small { color: var(--blue-700); }
.inline-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.card-grid { display: grid; gap: 20px; }
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.image-card, .attraction-card, .news-card, .candidate-card, .video-card {
    overflow: hidden; border-radius: 22px; background: #fff;
    border: 1px solid var(--line); box-shadow: var(--soft);
    transition: transform .2s, box-shadow .2s;
}
.image-card img { width: 100%; height: 190px; object-fit: cover; }
.image-card > div { position: relative; z-index: 1; background: #fff; }
.image-card div, .attraction-card div, .news-card div { padding: 20px; }
.image-card span { font-size: 27px; }
.image-card h3, .attraction-card h3, .news-card h3 { margin: 8px 0; color: #101828; }
.image-card p, .attraction-card p, .news-card p { margin: 0; color: var(--muted); line-height: 1.55; }
.timeline-day { margin-bottom: 36px; }
.timeline-day h3 { color: var(--blue-900); font-size: 23px; }
.timeline-item {
    display: grid; grid-template-columns: 92px 1fr; gap: 18px;
    padding: 18px; margin-bottom: 12px; border: 1px solid var(--line);
    background: #fff; border-radius: 20px; box-shadow: var(--soft);
}
.timeline-item time { color: var(--blue-700); font-size: 20px; font-weight: 900; }
.timeline-item h4 { margin: 10px 0 4px; font-size: 18px; }
.timeline-item small { color: var(--green-700); font-weight: 800; }
.timeline-item p { margin: 8px 0 0; color: var(--muted); }
.attraction-card { position: relative; color: #fff; min-height: 360px; }
.attraction-card img { width: 100%; height: 360px; object-fit: cover; }
.attraction-card:after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(0,0,0,.82)); }
.attraction-card div { position: absolute; z-index: 1; inset: auto 0 0; }
.attraction-card h3, .attraction-card p { color: #fff; }
.attraction-card small { color: rgba(255,255,255,.82); font-weight: 800; }
.badge-green { background: #fff0c7; color: #a9382c; }
.callout { margin-top: 28px; padding: 34px; border-radius: 24px; color: #fff; text-align: center; background: linear-gradient(135deg, var(--blue-500), var(--green-500)); box-shadow: var(--shadow); }
.callout h3 { margin: 0 0 8px; font-size: 28px; }
.callout p { color: rgba(255,255,255,.83); }
.sport-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.sport-top span { font-size: 38px; }
.sport-top b { padding: 6px 10px; border-radius: 999px; color: #a9382c; background: #fff0c7; font-size: 12px; }
.sport-card a { display: inline-flex; margin-top: 18px; color: var(--blue-700); font-weight: 900; }
.form-card { padding: 28px; border-radius: 26px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.notice { padding: 14px 16px; margin-bottom: 20px; border-radius: 16px; background: #fff7d6; color: #7c4b00; font-weight: 800; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.athlete-section { margin: 24px 0; padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: var(--sand-50); }
.athlete-header { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 14px; }
.athlete-header h3 { margin: 0; color: var(--blue-900); }
.athlete-header span { color: var(--muted); font-size: 13px; font-weight: 800; }
.athlete-row { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 140px; gap: 14px; margin-bottom: 14px; }
.remove-athlete { position: absolute; right: -38px; top: 33px; width: 28px; height: 28px; border: 0; border-radius: 50%; color: #fff; background: var(--blue-700); cursor: pointer; font-size: 20px; line-height: 1; }
.registration-check, .confirmed-teams { margin-top: 72px; }
.cpf-check { display: flex; align-items: end; gap: 14px; }
.cpf-check label { flex: 1; }
.registration-results { display: grid; gap: 12px; margin-top: 18px; }
.registration-status { padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.registration-status > span { color: var(--blue-700); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.registration-status.approved > span { color: #397b32; }
.registration-status.rejected > span { color: #a9382c; }
.registration-status h3 { margin: 6px 0; color: var(--blue-900); }
.registration-status p { margin: 0; color: var(--muted); }
.confirmed-modality { margin-bottom: 12px; border: 1px solid var(--line); border-radius: 14px; background: #fff; overflow: hidden; }
.confirmed-modality summary { display: flex; justify-content: space-between; padding: 18px; color: var(--blue-900); font-weight: 900; cursor: pointer; }
.confirmed-modality summary span { color: var(--blue-700); font-size: 13px; }
.confirmed-modality article { padding: 16px 18px; border-top: 1px solid var(--line); }
.confirmed-modality h3, .confirmed-modality p { margin: 0 0 6px; }
.confirmed-modality p { color: var(--muted); }
.team-members-toggle { border: 0; padding: 0; color: var(--blue-700); background: transparent; font-weight: 900; cursor: pointer; }
.confirmed-modality ul { margin: 10px 0 0; padding-left: 18px; color: var(--muted); }
label { display: grid; gap: 7px; color: #344054; font-size: 14px; font-weight: 800; }
input, select, textarea { width: 100%; border: 1px solid #d9e2ee; border-radius: 14px; padding: 13px 14px; color: var(--ink); background: #fff; outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--blue-500); box-shadow: 0 0 0 4px rgba(255,107,69,.16); }
.check { display: flex; grid-template-columns: auto 1fr; align-items: start; margin: 18px 0; color: var(--muted); }
.check input { width: auto; margin-top: 4px; }
.table-wrap { overflow-x: auto; border-radius: 22px; box-shadow: var(--shadow); }
.public-tournaments { display: grid; gap: 22px; }
.public-tournament { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--soft); }
.public-tournament > header { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding: 18px 20px; border-bottom: 1px solid var(--line); background: #fff0dc; }
.public-tournament > header p { margin: 0; color: var(--blue-700); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.public-tournament > header h3 { margin: 0; color: var(--blue-900); font-size: 21px; }
.public-bracket { display: flex; gap: 14px; overflow-x: auto; padding: 18px; }
.public-round { display: grid; min-width: 210px; flex: 1; align-content: center; gap: 10px; }
.public-round h4 { margin: 0 0 4px; color: var(--blue-900); font-size: 14px; text-transform: uppercase; }
.public-match { display: grid; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--line); }
.public-match span, .public-match small { padding: 9px 10px; background: #fff; font-size: 13px; }
.public-match small { color: var(--blue-700); font-weight: 800; }
.public-match.is-bye { border-color: #f2c66d; }
table { width: 100%; min-width: 840px; border-collapse: collapse; background: #fff; }
th { background: var(--blue-700); color: #fff; text-align: left; padding: 16px; }
td { border-bottom: 1px solid var(--line); padding: 15px 16px; color: #475467; }
td strong { color: #805300; background: #fff3b3; padding: 7px 12px; border-radius: 999px; }
.candidate-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; max-width: 726px; margin: 0 auto; }
.candidate-grid[data-visible-count="4"] { max-width: 478px; }
.candidate-filters { display: inline-flex; gap: 8px; margin-top: 18px; padding: 5px; border-radius: 12px; background: #fff0dc; }
.candidate-filters button { min-width: 84px; min-height: 36px; border: 0; border-radius: 8px; color: var(--blue-900); background: transparent; font-weight: 800; cursor: pointer; }
.candidate-filters button.active { color: #fff; background: var(--blue-700); }
.candidate-card.is-filtered-out { display: none; }
.candidate-card { width: 230px; padding: 0; color: inherit; text-align: center; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--soft); overflow: hidden; cursor: pointer; transition: transform .2s, box-shadow .2s; }
.candidate-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.candidate-card:focus-visible { outline: 3px solid var(--yellow-500); outline-offset: 3px; }
.candidate-carousel { position: relative; width: 100%; height: 245px; overflow: hidden; }
.candidate-carousel .candidate-slide { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .65s ease; }
.candidate-carousel .candidate-slide.active { opacity: 1; }
.candidate-modal { width: min(760px, calc(100% - 32px)); padding: 0; border: 0; border-radius: 12px; color: var(--ink); background: #fff; box-shadow: 0 24px 70px rgba(77, 32, 28, .34); overflow: hidden; }
.candidate-modal::backdrop { background: rgba(77, 32, 28, .72); backdrop-filter: blur(3px); }
.candidate-modal-gallery { position: relative; height: min(66vh, 620px); background: #2d1512; }
.candidate-modal-gallery img { width: 100%; height: 100%; object-fit: contain; }
.candidate-modal-close, .candidate-modal-arrow { position: absolute; z-index: 1; display: grid; place-items: center; border: 0; color: #fff; background: rgba(77, 32, 28, .72); cursor: pointer; }
.candidate-modal-close { top: 12px; right: 12px; width: 38px; height: 38px; border-radius: 50%; font-size: 27px; }
.candidate-modal-arrow { top: 50%; width: 42px; height: 42px; border-radius: 50%; font-size: 34px; transform: translateY(-50%); }
.candidate-modal-arrow.previous { left: 14px; }
.candidate-modal-arrow.next { right: 14px; }
.candidate-modal-arrow[hidden] { display: none; }
.candidate-modal-copy { padding: 20px 24px 24px; }
.candidate-modal-copy span { color: var(--blue-700); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.candidate-modal-copy h3 { margin: 6px 0; font-size: 26px; }
.candidate-modal-copy p { margin: 0; color: var(--muted); }
.candidate-card span { display: inline-flex; margin-top: -18px; position: relative; padding: 6px 10px; border-radius: 999px; background: #fff0dc; color: var(--blue-700); font-size: 12px; font-weight: 900; }
.candidate-card h3 { margin: 10px 10px 4px; font-size: 16px; }
.candidate-card p { margin: 0 10px 16px; color: var(--muted); font-size: 13px; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.gallery-grid figure { position: relative; margin: 0; overflow: hidden; border-radius: 18px; aspect-ratio: 4 / 3; box-shadow: var(--soft); }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.gallery-grid figcaption { position: absolute; inset: auto 0 0; padding: 30px 12px 12px; color: #fff; font-weight: 900; background: linear-gradient(180deg, transparent, rgba(0,0,0,.78)); transform: translateY(100%); transition: transform .25s; }
.gallery-grid figure:hover img { transform: scale(1.08); }
.gallery-grid figure:hover figcaption { transform: translateY(0); }
.video-card { position: relative; max-width: 360px; margin-inline: auto; }
.video-card img { aspect-ratio: 9 / 16; width: 100%; object-fit: cover; filter: brightness(.7); }
.video-card video { display: block; aspect-ratio: 9 / 16; width: 100%; background: #2d1512; object-fit: cover; }
.video-card button { position: absolute; inset: 26% 0 auto; margin: auto; width: 64px; height: 64px; border: 0; border-radius: 999px; background: var(--yellow-500); color: #fff; font-size: 24px; box-shadow: var(--shadow); }
.video-card h3 { padding: 18px; margin: 0; }
.map-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 22px 0; }
.map-list span { padding: 14px; border-radius: 16px; background: var(--sand-50); border: 1px solid var(--line); font-weight: 800; }
.map-card { position: relative; overflow: hidden; border-radius: 28px; box-shadow: var(--shadow); background: var(--blue-500); }
.map-card img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; opacity: .72; }
.map-card span { position: absolute; transform: translate(-50%, -50%); width: 42px; height: 42px; border-radius: 999px; display: grid; place-items: center; background: var(--yellow-500); border: 3px solid #fff; box-shadow: var(--shadow); }
.news-card img { height: 190px; width: 100%; object-fit: cover; }
.news-card small { color: var(--blue-700); font-weight: 900; }
.sponsor-main { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; margin-bottom: 28px; }
.sponsor-main div { flex: 1 1 300px; max-width: 440px; text-align: center; padding: 28px; border-radius: 22px; background: #fff0dc; border: 1px solid #f6bb93; }
.sponsor-main b { font-size: 38px; }
.sponsor-heading { margin: 42px 0 20px; text-align: center; }
.sponsor-heading .eyebrow { margin-bottom: 6px; }
.sponsor-heading h3 { margin: 0; color: var(--blue-900); font-size: 24px; }
.sponsor-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.sponsor-item { display: grid; place-items: center; gap: 8px; width: 180px; min-height: 132px; padding: 16px; border-radius: 14px; background: #f7f9fc; border: 1px solid var(--line); font-weight: 800; color: #475467; text-align: center; }
.sponsor-logo { display: block; width: 140px; height: 76px; border-radius: 14px; object-fit: contain; }
.accordion details { margin-bottom: 12px; border-radius: 18px; background: #fff; border: 1px solid var(--line); box-shadow: var(--soft); overflow: hidden; }
.accordion summary { cursor: pointer; padding: 18px 20px; color: var(--blue-900); font-weight: 900; }
.accordion p { margin: 0; padding: 0 20px 18px; color: var(--muted); line-height: 1.7; }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; text-align: center; }
.contact-grid article .contact-icon { display: grid; place-items: center; width: 56px; height: 56px; margin: 0 auto 14px; border-radius: 18px; background: #fff0dc; color: var(--blue-700); }
.contact-icon svg { width: 28px; height: 28px; }
.contact-icon-whatsapp { color: #25d366 !important; }
.contact-icon-instagram { color: #d84a78 !important; }
.footer { color: #fff; background: linear-gradient(180deg, var(--blue-900), var(--blue-800)); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr 1fr; gap: 36px; padding: 56px 0; }
.footer p, .footer a { color: #ffe5bc; line-height: 1.7; }
.footer nav { display: grid; gap: 8px; align-content: start; }
.footer h3 { margin: 0 0 10px; }
.footer-brand small, .footer-brand strong { color: #fff; }
.footer-brand .brand-logo { width: 76px; height: 76px; }
.footer-contact { display: inline-flex; align-items: center; gap: 8px; margin-top: 8px; }
.footer-contact svg { width: 18px; height: 18px; flex: 0 0 auto; }
.footer-bottom { padding: 20px; border-top: 1px solid rgba(255,255,255,.1); text-align: center; color: #ffe5bc; font-size: 13px; }
.whatsapp-float, .scroll-top {
    position: fixed; z-index: 45; right: 18px; border: 0; border-radius: 999px;
    display: grid; place-items: center; color: #fff; font-weight: 900; box-shadow: var(--shadow);
}
.whatsapp-float { bottom: 22px; width: 58px; height: 58px; background: #25d366; }
.whatsapp-float svg { width: 30px; height: 30px; }
.scroll-top { bottom: 90px; width: 44px; height: 44px; background: var(--blue-700); opacity: 0; pointer-events: none; transition: opacity .2s; }
.scroll-top.visible { opacity: 1; pointer-events: auto; }

@media (max-width: 1060px) {
    .desktop-only { display: none; }
    .menu-toggle { display: grid; place-items: center; }
    .nav {
        position: fixed; inset: 72px 0 auto;
        display: none; flex-direction: column; align-items: stretch;
        padding: 14px 16px 18px; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--line);
    }
    .nav.open { display: flex; }
    .nav a { padding: 13px 14px; }
    .hero-grid, .split { grid-template-columns: 1fr; }
    .hero-panel { max-width: 680px; }
    .feature-grid { grid-template-columns: repeat(2, 1fr); }
    .card-grid.three { grid-template-columns: repeat(2, 1fr); }
    .candidate-grid { grid-template-columns: repeat(3, 1fr); }
    .gallery-grid { grid-template-columns: repeat(3, 1fr); }
    .contact-grid, .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
    .container, .narrow { width: min(100% - 24px, 1180px); }
    .header-inner { min-height: 66px; }
    .brand strong { font-size: 13px; }
    .brand-mark { width: 40px; height: 40px; }
    .nav { inset: 66px 0 auto; }
    .hero { padding-top: 104px; }
    .hero h1 { font-size: clamp(43px, 15vw, 72px); }
    .hero-lead { font-size: 20px; }
    .countdown span { width: calc(50% - 5px); }
    .quick-grid, .feature-grid, .card-grid.three, .form-grid, .candidate-grid, .gallery-grid, .map-list { grid-template-columns: 1fr; }
    .athlete-row { grid-template-columns: 1fr; padding-right: 34px; }
    .remove-athlete { top: 48px; right: 0; }
    .cpf-check { align-items: stretch; flex-direction: column; }
    .section { padding: 66px 0; }
    .timeline-item { grid-template-columns: 1fr; }
    .image-stack span { right: 12px; bottom: 12px; }
    .candidate-card img { height: 320px; }
}
