:root {
  --ink: #071829;
  --ink-deep: #03101d;
  --blue: #1675d1;
  --blue-bright: #2b9aff;
  --green: #36bf6a;
  --gold: #f3c857;
  --paper: #f4f7fb;
  --white: #ffffff;
  --muted: #647489;
  --line: rgba(7, 24, 41, 0.12);
  --radius: 24px;
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "Inter", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; top: 10px; left: 10px; z-index: 100;
  transform: translateY(-150%); background: var(--gold); color: var(--ink);
  padding: 10px 16px; border-radius: 8px; font-weight: 700;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 50; color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.1); transition: .3s ease;
}
.site-header.is-scrolled {
  background: rgba(3,16,29,.94); backdrop-filter: blur(18px);
  box-shadow: 0 14px 45px rgba(0,0,0,.18);
}
.header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-logo {
  width: 132px; aspect-ratio: 1104 / 739; flex: 0 0 auto;
}
.brand-logo img {
  width: 100%; height: 100%; object-fit: contain;
}
.main-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 600; }
.main-nav > a:not(.nav-cta) { opacity: .82; transition: opacity .2s ease; }
.main-nav > a:hover { opacity: 1; }
.nav-cta { padding: 10px 18px; border-radius: 999px; background: var(--gold); color: var(--ink); }
.nav-toggle { display: none; background: transparent; border: 0; padding: 9px; }
.nav-toggle > span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px 0; background: white; transition: .2s ease; }

.hero {
  min-height: 830px; position: relative; isolation: isolate; color: var(--white);
  background: radial-gradient(circle at 78% 34%, rgba(22,117,209,.32), transparent 31%), var(--ink-deep);
  display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden;
}
.hero-court {
  position: absolute; inset: 0; z-index: -3; background-image: url("assets/hero-court.png");
  background-size: cover; background-position: center; opacity: .86; transform: scale(1.01);
}
.hero-shade {
  position: absolute; inset: 0; z-index: -2;
  background:
    linear-gradient(90deg, rgba(3,16,29,.98) 0%, rgba(3,16,29,.86) 43%, rgba(3,16,29,.32) 76%, rgba(3,16,29,.58) 100%),
    linear-gradient(0deg, rgba(3,16,29,.92) 0%, transparent 45%);
}
.hero::after {
  content: ""; position: absolute; width: 460px; height: 460px; right: -240px; top: 120px;
  border: 1px solid rgba(243,200,87,.26); border-radius: 50%; box-shadow: 0 0 0 80px rgba(43,154,255,.04);
  z-index: -1;
}
.hero-content { padding: 180px 0 100px; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .48fr); align-items: end; gap: 90px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: rgba(255,255,255,.72); font-size: 12px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow i { display: block; width: 30px; height: 2px; background: var(--gold); }
.eyebrow.dark { color: var(--blue); }
.hero h1, .section h2 { font-family: var(--display); text-transform: uppercase; letter-spacing: -.025em; line-height: .94; margin: 18px 0 24px; }
.hero h1 { max-width: 760px; font-size: clamp(58px, 7.6vw, 106px); }
.hero h1 em { display: block; color: var(--gold); font-style: normal; }
.hero-copy > p { max-width: 620px; color: rgba(255,255,255,.75); font-size: clamp(17px, 2vw, 20px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button {
  min-height: 50px; padding: 12px 20px; border: 1px solid transparent; border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center; gap: 18px;
  font-size: 14px; font-weight: 700; cursor: pointer; transition: transform .2s ease, background .2s ease, border .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: var(--ink); }
.button-primary:hover { background: #ffdb75; }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.04); }
.button-ghost:hover { border-color: rgba(255,255,255,.7); background: rgba(255,255,255,.09); }
.button-dark { background: var(--ink); color: var(--white); }
.hero-card { padding: 28px; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); background: rgba(6,28,49,.7); backdrop-filter: blur(15px); }
.card-kicker, .form-label { color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.hero-card p { color: rgba(255,255,255,.72); line-height: 1.55; }
.hero-card-footer { margin-top: 28px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); display: flex; align-items: end; justify-content: space-between; }
.hero-card-footer span { color: rgba(255,255,255,.55); font-size: 13px; text-transform: uppercase; }
.hero-card-footer strong { font: 800 45px/1 var(--display); color: var(--gold); }
.hero-stats { border-top: 1px solid rgba(255,255,255,.12); background: rgba(3,16,29,.84); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats-grid > div, .stats-grid > a { min-height: 105px; padding: 23px 26px; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid rgba(255,255,255,.1); }
.stats-grid > :last-child { border-right: 1px solid rgba(255,255,255,.1); }
.stats-grid strong { color: var(--gold); font: 800 28px/1 var(--display); letter-spacing: .02em; }
.stats-grid span { margin-top: 8px; color: rgba(255,255,255,.6); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.stats-grid a:hover { background: rgba(255,255,255,.04); }

.section { padding: 120px 0; }
.section-light { background: var(--paper); }
.split-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 10vw; align-items: start; }
.section h2 { font-size: clamp(44px, 5.4vw, 78px); }
.section-heading h2 { max-width: 520px; }
.body-copy { padding-top: 35px; }
.body-copy p { color: var(--muted); max-width: 620px; }
.body-copy .lead { margin-top: 0; color: var(--ink); font-size: clamp(19px, 2.2vw, 25px); line-height: 1.5; font-weight: 500; }
.text-link, .source-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 18px; color: var(--blue); font-weight: 700; font-size: 14px; }

.gallery-section { background: #e8eef5; overflow: hidden; }
.gallery-heading { margin-bottom: 48px; display: flex; align-items: end; justify-content: space-between; gap: 55px; }
.gallery-heading > div { max-width: 760px; }
.gallery-heading h2 { margin-bottom: 0; }
.gallery-heading > p { max-width: 360px; margin: 0 0 8px; color: var(--muted); }
.gallery-carousel { position: relative; }
.gallery-viewport {
  position: relative; aspect-ratio: 16 / 9; overflow: hidden; border-radius: var(--radius); isolation: isolate;
  background: var(--ink-deep); box-shadow: 0 35px 80px rgba(7,24,41,.22);
}
.gallery-slide {
  position: absolute; inset: 0; z-index: 0; margin: 0; opacity: 0; visibility: hidden;
  transition: opacity .55s ease, visibility .55s ease;
}
.gallery-slide::before {
  content: ""; position: absolute; inset: -35px; z-index: -1; opacity: .48; filter: blur(25px);
  background: linear-gradient(rgba(3,16,29,.18), rgba(3,16,29,.3)), var(--gallery-image) center / cover no-repeat;
  transform: scale(1.12);
}
.gallery-slide::after { content: ""; position: absolute; inset: auto 0 0; z-index: 2; height: 25%; background: linear-gradient(transparent, rgba(3,16,29,.3)); pointer-events: none; }
.gallery-slide.is-active { z-index: 1; opacity: 1; visibility: visible; }
.gallery-slide img { width: 100%; height: 100%; object-fit: cover; object-position: center; position: relative; z-index: 1; }
.gallery-slide:nth-of-type(2) img { object-position: center 58%; }
.gallery-arrow {
  position: absolute; z-index: 4; top: 50%; width: 52px; height: 52px; padding: 0; border: 1px solid rgba(255,255,255,.35);
  border-radius: 50%; display: grid; place-items: center; color: var(--white); background: rgba(3,16,29,.55);
  backdrop-filter: blur(12px); font-size: 21px; cursor: pointer; transform: translateY(-50%); transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.gallery-arrow:hover { border-color: rgba(255,255,255,.75); background: rgba(3,16,29,.8); transform: translateY(-50%) scale(1.05); }
.gallery-arrow:focus-visible, .gallery-dot:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.gallery-arrow-prev { left: 22px; }
.gallery-arrow-next { right: 22px; }
.gallery-counter { position: absolute; z-index: 4; right: 24px; top: 22px; min-width: 78px; padding: 9px 13px; border-radius: 999px; color: rgba(255,255,255,.62); background: rgba(3,16,29,.58); backdrop-filter: blur(12px); font: 700 12px/1 var(--body); text-align: center; }
.gallery-counter strong { margin-right: 5px; color: var(--gold); }
.gallery-footer { min-height: 54px; padding: 16px 4px 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.gallery-footer > span { color: var(--muted); font-size: 13px; }
.gallery-dots { display: flex; align-items: center; gap: 0; }
.gallery-dot { width: 38px; height: 38px; padding: 0; border: 0; display: grid; place-items: center; background: transparent; cursor: pointer; }
.gallery-dot::before { content: ""; width: 12px; height: 12px; border-radius: 999px; background: rgba(7,24,41,.22); transition: width .25s ease, background .25s ease; }
.gallery-dot.is-active::before { width: 30px; background: var(--blue); }

.section-ink { background: var(--ink); color: var(--white); position: relative; overflow: hidden; }
.section-ink::before { content: ""; position: absolute; width: 540px; height: 540px; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; top: -250px; right: -130px; }
.section-top { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 60px; }
.section-top > div { max-width: 790px; }
.section-top h2 { margin-bottom: 0; }
.section-top > p { max-width: 330px; color: rgba(255,255,255,.58); }
.program-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.program-card { min-height: 360px; padding: 26px; border: 1px solid rgba(255,255,255,.11); border-radius: 18px; display: flex; flex-direction: column; position: relative; background: rgba(255,255,255,.025); overflow: hidden; transition: .3s ease; }
.program-card:hover { transform: translateY(-6px); border-color: rgba(243,200,87,.48); background: rgba(255,255,255,.045); }
.program-number { align-self: end; color: rgba(255,255,255,.28); font: 700 13px/1 var(--display); }
.program-icon { margin-top: 55px; font-size: 36px; filter: grayscale(.2); }
.program-card h3 { margin: 18px 0 8px; font: 700 32px/1 var(--display); text-transform: uppercase; }
.program-card p { margin: 0; color: rgba(255,255,255,.58); font-size: 14px; }
.program-card-link { cursor: pointer; }
.program-card-link:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.program-action { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: var(--gold); font-size: 12px; font-weight: 700; }
.program-card-link .program-line { margin-top: 16px; }
.program-line { margin-top: auto; width: 50px; height: 3px; background: var(--gold); transition: width .3s ease; }
.program-card:hover .program-line { width: 100%; }

.impact-section { background: var(--white); }
.impact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; }
.impact-panel blockquote { margin: 45px 0 12px; padding-left: 25px; border-left: 3px solid var(--gold); font-size: clamp(18px, 2vw, 24px); line-height: 1.5; font-weight: 600; }
.quote-credit { color: var(--muted); font-size: 13px; }
.impact-numbers { padding: 45px; border-radius: var(--radius); background: var(--paper); }
.big-number { display: grid; grid-template-columns: auto 1fr; align-items: end; gap: 24px; padding-bottom: 35px; border-bottom: 1px solid var(--line); }
.big-number strong { color: var(--blue); font: 800 clamp(70px, 8vw, 110px)/.72 var(--display); }
.big-number p { margin: 0; color: var(--muted); font-size: 14px; }
.impact-facts > div { display: grid; grid-template-columns: 38px 1fr; align-items: center; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.impact-facts span { color: var(--green); font: 800 18px/1 var(--display); }
.impact-facts p { margin: 0; font-size: 14px; }
.source-link { font-size: 12px; }

.agenda-section { color: var(--white); background: linear-gradient(135deg, #0c477f, var(--ink)); scroll-margin-top: 84px; }
.detail-page { background: var(--ink-deep); }
.detail-header { background: rgba(3,16,29,.94); backdrop-filter: blur(18px); box-shadow: 0 14px 45px rgba(0,0,0,.18); }
.futsal-page-section { min-height: 100vh; padding-top: 150px; scroll-margin-top: 0; }
.back-link { display: inline-flex; align-items: center; gap: 10px; color: rgba(255,255,255,.72); font-size: 13px; font-weight: 700; }
.back-link:hover { color: var(--gold); }
.futsal-page-top { margin-top: 34px; }
.futsal-page-top h1 { margin: 18px 0 14px; font: 800 clamp(68px, 9vw, 118px)/.88 var(--display); letter-spacing: -.025em; text-transform: uppercase; }
.futsal-page-summary { max-width: 650px; margin: 0; color: rgba(255,255,255,.68); font-size: 17px; }
.detail-footer { border-top: 1px solid rgba(255,255,255,.09); }
.schedule-intro {
  margin-bottom: 18px; padding: 24px 28px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px;
  display: flex; align-items: center; justify-content: space-between; gap: 35px; background: rgba(255,255,255,.07);
}
.schedule-kicker { color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.schedule-intro p { margin: 5px 0 0; color: rgba(255,255,255,.7); font-size: 14px; }
.shift-legend { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.shift-legend > span { padding: 8px 12px; border-radius: 999px; color: rgba(255,255,255,.72); background: rgba(3,16,29,.35); font-size: 12px; white-space: nowrap; }
.shift-legend strong { color: var(--white); }
.schedule-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.schedule-day {
  min-height: 285px; padding: 26px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px;
  background: rgba(3,16,29,.28); box-shadow: 0 18px 45px rgba(3,16,29,.13);
}
.schedule-day h3 { margin: 0 0 20px; color: var(--white); font: 700 27px/1 var(--display); letter-spacing: .01em; text-transform: uppercase; }
.schedule-slot { padding: 14px 0; border-top: 1px solid rgba(255,255,255,.1); display: grid; grid-template-columns: 82px 1fr; gap: 14px; align-items: start; }
.schedule-slot > div { display: grid; }
.schedule-slot strong { color: var(--white); font-size: 13px; }
.schedule-slot > div span { color: rgba(255,255,255,.5); font-size: 11px; }
.schedule-slot p { margin: 0; display: flex; flex-wrap: wrap; gap: 6px; }
.coach { padding: 4px 9px; border-radius: 999px; border: 1px solid currentColor; font-size: 11px; font-weight: 700; line-height: 1.3; }
.coach[data-coach="aline"] { color: #ff7b84; background: rgba(255,123,132,.08); }
.coach[data-coach="renan"] { color: #ffc364; background: rgba(255,195,100,.08); }
.coach[data-coach="lucas"] { color: #68db94; background: rgba(104,219,148,.08); }
.coach[data-coach="fabio"] { color: #72b9ff; background: rgba(114,185,255,.08); }
.coach[data-coach="warik"] { color: #c698ff; background: rgba(198,152,255,.08); }
.schedule-day-empty { display: flex; flex-direction: column; }
.empty-schedule { flex: 1; min-height: 180px; border-top: 1px solid rgba(255,255,255,.1); display: grid; place-content: center; text-align: center; }
.empty-schedule span { color: var(--gold); font: 800 36px/1 var(--display); }
.empty-schedule p { margin: 8px 0 0; color: rgba(255,255,255,.55); font-size: 13px; }
.schedule-note { max-width: 760px; margin: 22px 0 0; color: rgba(255,255,255,.58); font-size: 12px; }

.connect-section { background: var(--gold); position: relative; overflow: hidden; }
.connect-section::before { content: ""; position: absolute; width: 420px; height: 420px; border: 1px solid rgba(7,24,41,.15); border-radius: 50%; left: -250px; bottom: -180px; }
.connect-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 8vw; align-items: start; }
.connect-copy { position: sticky; top: 120px; }
.connect-copy h2 { margin-bottom: 22px; }
.connect-copy > p { max-width: 470px; color: rgba(7,24,41,.7); }
.connect-options { display: inline-flex; padding: 5px; border: 1px solid rgba(7,24,41,.16); border-radius: 999px; margin-top: 25px; }
.option-tab { padding: 10px 16px; border: 0; border-radius: 999px; background: transparent; color: var(--ink); font-weight: 700; font-size: 13px; cursor: pointer; }
.option-tab.is-active { background: var(--ink); color: var(--white); }
.form-shell { min-height: 570px; padding: 42px; border-radius: var(--radius); background: var(--white); box-shadow: 0 30px 80px rgba(7,24,41,.18); }
.form-panel h3 { margin: 8px 0 30px; font: 700 37px/1.05 var(--display); text-transform: uppercase; }
.form-label { color: var(--blue); }
form { display: grid; gap: 20px; }
form > label, fieldset > legend { color: #34485f; font-size: 13px; font-weight: 700; }
input:not([type="radio"]), select { width: 100%; min-height: 52px; margin-top: 8px; padding: 0 14px; border: 1px solid #d7e0e9; border-radius: 10px; color: var(--ink); background: var(--white); outline: none; }
input:focus, select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(22,117,209,.12); }
fieldset { padding: 0; border: 0; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 9px; }
.choice-grid label { cursor: pointer; }
.choice-grid input { position: absolute; opacity: 0; pointer-events: none; }
.choice-grid span { min-height: 46px; padding: 10px 12px; display: grid; place-items: center; border: 1px solid #d7e0e9; border-radius: 10px; color: #536477; font-size: 13px; font-weight: 700; }
.choice-grid input:checked + span { color: var(--blue); border-color: var(--blue); background: rgba(22,117,209,.08); }
.choice-grid input:focus-visible + span { outline: 3px solid rgba(22,117,209,.23); }
.form-submit { width: 100%; margin-top: 4px; }
.enrollment-home-card { display: grid; gap: 22px; }
.enrollment-home-card strong { color: var(--ink); font-size: 18px; }
.enrollment-home-card p { margin: 6px 0 0; color: var(--muted); font-size: 14px; }
.enrollment-home-card ul { margin: 0; padding: 18px 20px 18px 38px; border-radius: 14px; color: #455a70; background: var(--paper); font-size: 13px; font-weight: 600; }
.enrollment-home-card li + li { margin-top: 6px; }
.message-ready { min-height: 480px; place-content: center; text-align: center; }
.message-ready:not([hidden]) { display: grid; }
.message-ready > span { color: var(--green); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.message-ready > p { max-width: 360px; margin: 12px auto 28px; color: var(--muted); }
.message-actions { display: grid; gap: 14px; justify-items: center; }
.text-button { border: 0; background: transparent; color: var(--blue); font-size: 13px; font-weight: 700; cursor: pointer; }

.partners-section { color: var(--white); background: var(--ink-deep); }
.partner-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; align-items: center; }
.partner-copy p { max-width: 540px; color: rgba(255,255,255,.65); }
.partner-copy .button { margin-top: 22px; }
.support-list > div { display: grid; grid-template-columns: 50px 120px 1fr; gap: 18px; align-items: center; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.support-list span { color: var(--gold); font: 800 18px/1 var(--display); }
.support-list strong { font: 700 23px/1 var(--display); text-transform: uppercase; }
.support-list p { margin: 0; color: rgba(255,255,255,.55); font-size: 13px; }

.social-section { background: var(--paper); overflow: hidden; }
.social-grid { display: grid; grid-template-columns: 1fr .85fr; align-items: center; gap: 11vw; }
.social-copy p { max-width: 480px; color: var(--muted); }
.social-copy .button { margin-top: 20px; }
.instagram-frame { width: min(100%, 350px); justify-self: center; padding: 12px; border-radius: 32px; background: var(--ink); transform: rotate(2.5deg); box-shadow: 0 35px 70px rgba(7,24,41,.23); transition: .3s ease; }
.instagram-frame:hover { transform: rotate(0deg) translateY(-5px); }
.instagram-frame img { width: 100%; max-height: 580px; object-fit: cover; object-position: top; border-radius: 23px; }
.instagram-frame span { padding: 14px 10px 6px; display: block; color: var(--white); text-align: center; font-size: 12px; font-weight: 700; }

.site-footer { color: var(--white); background: #020b13; }
.footer-main { padding: 70px 0 55px; display: grid; grid-template-columns: 2fr .7fr .7fr; gap: 70px; }
.site-footer .brand-logo { width: 190px; }
.footer-brand p { max-width: 380px; color: rgba(255,255,255,.5); font-size: 14px; }
.footer-links { display: grid; align-content: start; gap: 9px; }
.footer-links strong { margin-bottom: 8px; color: var(--gold); font: 700 17px/1 var(--display); text-transform: uppercase; }
.footer-links a { color: rgba(255,255,255,.58); font-size: 13px; }
.footer-links a:hover { color: white; }
.footer-bottom { min-height: 70px; border-top: 1px solid rgba(255,255,255,.08); display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.38); font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 22px; transform: translate(-50%, 160%); padding: 12px 18px; border-radius: 999px; background: var(--ink); color: white; font-size: 13px; box-shadow: 0 15px 40px rgba(0,0,0,.25); transition: transform .28s ease; }
.toast.is-visible { transform: translate(-50%, 0); }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .nav-toggle { display: block; z-index: 3; }
  .main-nav { position: fixed; inset: 0; padding: 125px 35px 40px; background: var(--ink-deep); display: grid; align-content: start; gap: 10px; transform: translateX(100%); transition: transform .28s ease; }
  .main-nav.is-open { transform: translateX(0); }
  .main-nav a { padding: 12px 0; font: 700 32px/1 var(--display); text-transform: uppercase; }
  .main-nav .nav-cta { margin-top: 12px; padding: 16px 22px; text-align: center; color: var(--ink); }
  .nav-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: 760px; }
  .hero-content { grid-template-columns: 1fr; gap: 45px; padding-top: 145px; }
  .hero-card { max-width: 400px; }
  .split-layout, .impact-grid, .connect-grid, .partner-layout, .social-grid { grid-template-columns: 1fr; gap: 55px; }
  .program-grid { grid-template-columns: 1fr 1fr; }
  .schedule-grid { grid-template-columns: 1fr 1fr; }
  .connect-copy { position: static; }
  .instagram-frame { max-width: 320px; }
}

@media (max-width: 700px) {
  .container { width: min(100% - 28px, 1180px); }
  .header-inner { min-height: 78px; }
  .brand-logo { width: 110px; }
  .hero { min-height: auto; }
  .hero-court { background-position: 61% center; opacity: .58; }
  .hero-shade { background: linear-gradient(0deg, rgba(3,16,29,.98) 0%, rgba(3,16,29,.78) 70%, rgba(3,16,29,.7) 100%); }
  .hero-content { padding: 130px 0 65px; }
  .hero h1 { font-size: clamp(53px, 16vw, 76px); }
  .hero-copy > p { font-size: 16px; }
  .hero-card { padding: 22px; }
  .hero-actions { display: grid; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid > div, .stats-grid > a { min-height: 92px; padding: 18px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .stats-grid > :nth-child(odd) { border-left: 0; }
  .section { padding: 85px 0; }
  .section h2 { font-size: clamp(42px, 13vw, 60px); }
  .body-copy { padding-top: 0; }
  .section-top { display: block; margin-bottom: 38px; }
  .section-top > p { margin-top: 20px; }
  .section-top > .button { margin-top: 20px; }
  .gallery-heading { margin-bottom: 32px; display: block; }
  .gallery-heading > p { margin-top: 18px; }
  .gallery-viewport { aspect-ratio: 1 / 1; border-radius: 18px; }
  .gallery-arrow { width: 46px; height: 46px; }
  .gallery-arrow-prev { left: 12px; }
  .gallery-arrow-next { right: 12px; }
  .gallery-counter { right: 14px; top: 14px; }
  .gallery-footer > span { max-width: 180px; line-height: 1.35; }
  .program-grid, .schedule-grid { grid-template-columns: 1fr; }
  .schedule-intro { padding: 22px; display: grid; }
  .shift-legend { justify-content: flex-start; }
  .schedule-day { min-height: 0; padding: 22px; }
  .program-card { min-height: 285px; }
  .program-icon { margin-top: 25px; }
  .futsal-page-section { padding-top: 125px; }
  .futsal-page-top { margin-top: 24px; }
  .futsal-page-top h1 { font-size: clamp(64px, 22vw, 88px); }
  .impact-numbers { padding: 30px 22px; }
  .big-number { grid-template-columns: 1fr; }
  .big-number strong { font-size: 88px; }
  .form-shell { min-height: 0; padding: 28px 20px; }
  .connect-options { width: 100%; display: grid; grid-template-columns: 1fr 1fr; }
  .choice-grid { grid-template-columns: 1fr 1fr; }
  .support-list > div { grid-template-columns: 38px 90px 1fr; gap: 10px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 45px 30px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { padding: 20px 0; display: grid; gap: 6px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
