:root {
  --black: #05070a;
  --black-2: #0b0f14;
  --ink: #111820;
  --white: #f7f8fa;
  --muted: #9ba7b4;
  --blue: #087ef5;
  --blue-2: #005fc7;
  --orange: #e96d20;
  --line: rgba(255, 255, 255, .13);
  --shadow: 0 22px 70px rgba(0, 0, 0, .32);
  --radius: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--black);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
body.menu-open, body.lightbox-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 110px 0; }
.section-black { background: var(--black); color: var(--white); }
.section-dark { background: var(--black); color: var(--white); }
.skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 10px 14px; background: #fff; color: #000; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 1000;
  inset: 0 0 auto;
  height: 86px;
  color: var(--white);
  background: linear-gradient(to bottom, rgba(3,5,8,.92), rgba(3,5,8,.25));
  border-bottom: 1px solid transparent;
  transition: .28s ease;
}
.site-header.scrolled { height: 72px; background: rgba(5,7,10,.94); backdrop-filter: blur(16px); border-color: var(--line); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { width: 176px; height: 62px; display: flex; align-items: center; overflow: hidden; }
.brand img { width: 100%; height: auto; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 26px; font-size: .87rem; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; }
.main-nav > a:not(.nav-cta) { position: relative; padding: 10px 0; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: 3px; width: 0; height: 2px; background: var(--blue); transition: width .25s ease; }
.main-nav > a:hover::after, .main-nav > a:focus-visible::after { width: 100%; }
.nav-cta { padding: 12px 18px; background: var(--blue); clip-path: polygon(8px 0,100% 0,100% calc(100% - 8px),calc(100% - 8px) 100%,0 100%,0 8px); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 1px solid var(--line); background: transparent; color: #fff; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; background: currentColor; margin: 5px 0; transition: .25s; }

.hero { position: relative; padding-top: 132px; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 720px; height: 720px; right: -250px; top: -220px; background: radial-gradient(circle, rgba(8,126,245,.25), transparent 67%); }
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(115deg, transparent 0 48%, rgba(255,255,255,.025) 48% 49%, transparent 49% 100%); }
.hero-noise { position: absolute; inset: 0; opacity: .22; background-image: repeating-linear-gradient(135deg, transparent 0 18px, rgba(255,255,255,.025) 18px 20px); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .95fr .8fr; align-items: center; gap: 72px; min-height: 760px; padding-bottom: 70px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 18px; color: #b9c7d8; font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .19em; }
.eyebrow span { width: 42px; height: 4px; background: var(--blue); transform: skew(-25deg); }
.eyebrow.dark { color: #536271; }
.eyebrow.orange span { background: var(--orange); }
.hero h1, .section-heading h2, .section-top h2, .sample h2, .football h2, .contact h2 {
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .02em;
  line-height: .9;
}
.hero h1 { font-size: clamp(4rem, 7.5vw, 7.4rem); }
.hero h1 em, .section-heading h2 em, .sample h2 em, .contact h2 em { color: var(--blue); font-style: normal; }
.hero-lead { max-width: 600px; margin: 28px 0 34px; color: #c0cad6; font-size: 1.15rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 54px; padding: 0 24px; border: 1px solid transparent; font-weight: 900; text-transform: uppercase; letter-spacing: .045em; transition: transform .2s, background .2s, border-color .2s; }
.btn:hover { transform: translateY(-3px); }
.btn-primary { color: #fff; background: var(--blue); box-shadow: 0 14px 35px rgba(8,126,245,.25); clip-path: polygon(10px 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%,0 10px); }
.btn-primary:hover { background: var(--blue-2); }
.btn-ghost { border-color: rgba(255,255,255,.28); color: #fff; background: rgba(255,255,255,.025); }
.btn-ghost:hover { border-color: var(--blue); }
.btn-white { color: var(--black); background: #fff; }
.btn-orange { color: #fff; background: var(--orange); box-shadow: 0 14px 35px rgba(233,109,32,.22); }
.hero-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 34px; }
.hero-tags span { padding: 7px 12px; border: 1px solid var(--line); color: #a9b6c3; font-size: .74rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.hero-visual { position: relative; justify-self: end; width: min(100%, 470px); }
.poster-frame { position: relative; transform: rotate(1.2deg); filter: drop-shadow(0 35px 50px rgba(0,0,0,.52)); }
.poster-frame::before { content: ""; position: absolute; inset: -12px 12px 12px -12px; border: 2px solid var(--blue); z-index: -1; }
.poster-frame img { width: 100%; border: 1px solid rgba(255,255,255,.18); }
.hero-badge { position: absolute; right: -54px; bottom: 80px; width: 150px; aspect-ratio: 1; display: grid; place-content: center; text-align: center; border-radius: 50%; background: var(--blue); border: 8px solid var(--black); transform: rotate(-8deg); box-shadow: var(--shadow); }
.hero-badge strong { font-family: Impact, sans-serif; font-size: 2.2rem; letter-spacing: .05em; line-height: 1; }
.hero-badge span { font-size: .7rem; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; }
.hero-strip { position: relative; z-index: 2; border-top: 1px solid var(--line); background: rgba(255,255,255,.025); }
.strip-grid { min-height: 86px; display: grid; grid-template-columns: repeat(3,1fr); align-items: center; }
.strip-grid span { display: flex; align-items: center; gap: 14px; padding: 0 24px; min-height: 86px; border-left: 1px solid var(--line); text-transform: uppercase; font-size: .78rem; font-weight: 900; letter-spacing: .07em; }
.strip-grid span:last-child { border-right: 1px solid var(--line); }
.strip-grid b { color: var(--blue); font-size: 1.05rem; }

.intro { background: #f5f7fa; }
.intro-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: start; }
.section-heading h2 { font-size: clamp(4rem, 7vw, 7rem); }
.intro-copy { padding-top: 40px; }
.intro-big { margin: 0 0 40px; max-width: 760px; font-size: clamp(1.35rem, 2.3vw, 2.2rem); font-weight: 750; line-height: 1.35; }
.coach-card { display: inline-flex; align-items: center; gap: 18px; padding: 16px 20px; color: #fff; background: var(--black); box-shadow: var(--shadow); }
.coach-mark { width: 52px; height: 52px; display: grid; place-items: center; color: #fff; background: var(--blue); font-family: Impact, sans-serif; font-size: 1.45rem; }
.coach-card span { display: block; color: #9ba8b5; font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .16em; }
.coach-card strong { display: block; font-size: 1.15rem; }

.section-top { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 48px; }
.section-top h2 { font-size: clamp(3.7rem, 7vw, 6.5rem); }
.section-top > p { max-width: 420px; margin: 0 0 8px; color: var(--muted); }
.discipline-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.discipline-card { min-height: 310px; padding: 28px 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; overflow: hidden; transition: .25s ease; }
.discipline-card::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 5px; background: var(--blue); transform: scaleX(0); transform-origin: left; transition: transform .25s; }
.discipline-card:hover { background: rgba(8,126,245,.08); transform: translateY(-5px); }
.discipline-card:hover::after { transform: scaleX(1); }
.discipline-number { color: #617080; font-size: .75rem; font-weight: 900; }
.discipline-icon { margin: 54px 0 24px; color: var(--blue); font-size: 2.4rem; font-weight: 900; }
.discipline-card h3 { margin: 0 0 8px; font-family: Impact, sans-serif; font-size: 1.9rem; text-transform: uppercase; letter-spacing: .04em; }
.discipline-card p { margin: 0; color: var(--muted); font-size: .92rem; }

.sample { background: var(--blue); color: #fff; overflow: hidden; }
.sample-box { position: relative; min-height: 440px; display: grid; align-items: center; overflow: hidden; }
.sample-box::before, .sample-box::after { content: ""; position: absolute; background: rgba(255,255,255,.13); transform: rotate(-18deg); }
.sample-box::before { width: 170px; height: 800px; left: 62%; top: -180px; }
.sample-box::after { width: 32px; height: 800px; left: 77%; top: -180px; }
.sample-copy { position: relative; z-index: 2; max-width: 660px; padding: 70px 0; }
.sample h2 { font-size: clamp(4rem, 8vw, 7.2rem); }
.sample h2 em { color: #fff; -webkit-text-stroke: 2px #fff; color: transparent; }
.sample-copy > p { max-width: 580px; margin: 24px 0 30px; font-size: 1.08rem; }
.sample-word { position: absolute; right: -20px; bottom: -65px; color: rgba(0,0,0,.14); font-family: Impact, sans-serif; font-size: clamp(12rem, 28vw, 25rem); line-height: .8; letter-spacing: -.04em; }

.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 245px; gap: 14px; }
.gallery-item { position: relative; padding: 0; border: 0; overflow: hidden; background: #111; cursor: zoom-in; }
.gallery-item.wide { grid-column: span 7; }
.gallery-item.wide:nth-child(2) { grid-column: span 5; }
.gallery-item.tall { grid-column: span 5; grid-row: span 2; }
.gallery-item.tall:last-child { grid-column: span 7; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease, filter .55s ease; }
.gallery-item:hover img { transform: scale(1.045); filter: contrast(1.06); }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.8), transparent 55%); }
.gallery-item span { position: absolute; z-index: 1; left: 22px; bottom: 18px; color: #fff; font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }

.football { position: relative; color: #fff; background: #11161c; overflow: hidden; }
.football-bg { position: absolute; inset: 0; background: radial-gradient(circle at 80% 30%, rgba(233,109,32,.18), transparent 40%), repeating-linear-gradient(125deg, transparent 0 25px, rgba(255,255,255,.02) 25px 27px); }
.football-grid { position: relative; display: grid; grid-template-columns: .83fr 1.17fr; gap: 74px; align-items: start; }
.football-poster { position: sticky; top: 100px; }
.football-poster img { width: 100%; max-height: 900px; object-fit: contain; box-shadow: 0 35px 80px rgba(0,0,0,.48); border: 1px solid rgba(255,255,255,.12); }
.football h2 { font-size: clamp(4.3rem, 8vw, 7.6rem); }
.football h3 { margin: 20px 0 0; max-width: 680px; color: var(--orange); font-family: Impact, sans-serif; font-size: clamp(1.7rem, 3vw, 2.8rem); line-height: 1.05; text-transform: uppercase; letter-spacing: .03em; }
.football-lead { margin: 20px 0 36px; color: #d9e0e6; font-weight: 800; }
.benefit-list { display: grid; gap: 12px; }
.benefit-list article { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 20px; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.025); }
.benefit-list article > span { width: 48px; height: 48px; display: grid; place-items: center; background: var(--orange); font-weight: 900; }
.benefit-list h4 { margin: 0 0 5px; text-transform: uppercase; font-size: 1rem; }
.benefit-list p { margin: 0; color: #aeb8c2; font-size: .92rem; }
.football-closing { margin: 30px 0 24px; padding-left: 18px; border-left: 5px solid var(--orange); font-weight: 900; text-transform: uppercase; }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.contact h2 { font-size: clamp(3.8rem, 7vw, 6.5rem); }
.contact-copy > p { max-width: 580px; margin: 24px 0 30px; color: var(--muted); font-size: 1.08rem; }
.contact-info { display: grid; gap: 12px; }
.info-card { display: grid; grid-template-columns: 58px 1fr; gap: 18px; align-items: center; padding: 22px; border: 1px solid var(--line); background: rgba(255,255,255,.025); transition: .2s; }
a.info-card:hover { border-color: var(--blue); transform: translateX(6px); }
.info-icon { width: 52px; height: 52px; display: grid; place-items: center; background: var(--blue); font-size: 1.3rem; }
.info-card small { display: block; color: #7f8b98; font-size: .68rem; font-weight: 900; text-transform: uppercase; letter-spacing: .15em; }
.info-card strong { display: block; color: #fff; font-size: 1.15rem; }
.info-card p { margin: 2px 0 0; color: #98a4b0; font-size: .88rem; }

.site-footer { color: #aab4be; background: #020304; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 200px 1fr auto; align-items: center; gap: 40px; min-height: 150px; }
.footer-brand { width: 180px; height: 76px; overflow: hidden; display: flex; align-items: center; }
.footer-brand img { width: 100%; }
.footer-disciplines { font-size: .78rem; font-weight: 900; letter-spacing: .08em; text-align: center; }
.footer-contact { display: grid; text-align: right; font-size: .84rem; }
.footer-contact a { color: #fff; font-size: 1.1rem; font-weight: 900; }
.footer-bottom { min-height: 58px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); font-size: .76rem; }
.footer-bottom a { color: #fff; font-weight: 800; }

.whatsapp-float { position: fixed; z-index: 900; right: 22px; bottom: 22px; width: 62px; height: 62px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #25d366; box-shadow: 0 15px 38px rgba(0,0,0,.36); transition: transform .2s; }
.whatsapp-float:hover { transform: translateY(-5px) scale(1.03); }
.whatsapp-float svg { width: 34px; fill: currentColor; }
.lightbox { position: fixed; z-index: 2000; inset: 0; display: grid; place-items: center; padding: 30px; background: rgba(0,0,0,.92); }
.lightbox[hidden] { display: none; }
.lightbox img { max-width: min(1200px, 95vw); max-height: 88vh; box-shadow: 0 30px 90px #000; }
.lightbox-close { position: fixed; top: 18px; right: 22px; width: 52px; height: 52px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: #fff; background: rgba(0,0,0,.4); font-size: 2rem; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; transition-delay: var(--delay, 0ms); }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1020px) {
  .main-nav { gap: 16px; font-size: .76rem; }
  .nav-cta { padding: 11px 13px; }
  .hero-grid { gap: 35px; }
  .hero-badge { right: -18px; }
  .discipline-grid { grid-template-columns: repeat(3,1fr); }
  .football-grid { gap: 42px; }
}

@media (max-width: 820px) {
  .section { padding: 82px 0; }
  .site-header, .site-header.scrolled { height: 72px; }
  .brand { width: 154px; height: 54px; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 72px 0 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 24px 20px 40px; background: rgba(5,7,10,.98); transform: translateX(100%); transition: transform .28s ease; }
  .main-nav.open { transform: translateX(0); }
  .main-nav > a { padding: 18px 4px !important; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .nav-cta { margin-top: 18px; text-align: center; border: 0 !important; }
  .hero { padding-top: 96px; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; gap: 48px; padding-bottom: 58px; }
  .hero-copy { padding-top: 35px; }
  .hero h1 { font-size: clamp(3.7rem, 17vw, 6.1rem); }
  .hero-visual { justify-self: center; width: min(92%, 450px); }
  .hero-badge { width: 126px; right: -8px; bottom: 58px; }
  .strip-grid { grid-template-columns: 1fr; }
  .strip-grid span, .strip-grid span:last-child { min-height: 58px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .intro-grid, .contact-grid, .football-grid { grid-template-columns: 1fr; gap: 44px; }
  .intro-copy { padding-top: 0; }
  .section-top { display: block; }
  .section-top > p { margin-top: 18px; }
  .discipline-grid { grid-template-columns: repeat(2,1fr); }
  .sample-box { min-height: 380px; }
  .gallery-grid { grid-auto-rows: 220px; }
  .gallery-item.wide, .gallery-item.wide:nth-child(2), .gallery-item.tall, .gallery-item.tall:last-child { grid-column: span 6; grid-row: span 1; }
  .football-poster { position: static; max-width: 600px; margin-inline: auto; }
  .footer-grid { grid-template-columns: 1fr; gap: 18px; padding: 35px 0; text-align: center; }
  .footer-brand { margin-inline: auto; }
  .footer-contact { text-align: center; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 68px 0; }
  .hero-copy { text-align: left; }
  .hero-actions { display: grid; }
  .btn { width: 100%; }
  .hero-visual { width: 92%; }
  .hero-badge { width: 105px; right: -14px; bottom: 38px; border-width: 6px; }
  .hero-badge strong { font-size: 1.7rem; }
  .section-heading h2, .section-top h2, .sample h2, .football h2, .contact h2 { font-size: clamp(3.2rem, 16vw, 5rem); }
  .discipline-grid { grid-template-columns: 1fr; }
  .discipline-card { min-height: 240px; }
  .discipline-icon { margin: 35px 0 18px; }
  .sample-box::before, .sample-box::after { left: 80%; }
  .sample-word { font-size: 11rem; }
  .gallery-grid { display: grid; grid-template-columns: 1fr; grid-auto-rows: auto; }
  .gallery-item.wide, .gallery-item.wide:nth-child(2), .gallery-item.tall, .gallery-item.tall:last-child { grid-column: auto; grid-row: auto; aspect-ratio: 4 / 3; }
  .gallery-item.tall { aspect-ratio: 3 / 4; }
  .benefit-list article { grid-template-columns: 46px 1fr; padding: 16px; }
  .benefit-list article > span { width: 42px; height: 42px; }
  .info-card { grid-template-columns: 48px 1fr; padding: 18px 14px; }
  .info-icon { width: 44px; height: 44px; }
  .footer-bottom { flex-direction: column; justify-content: center; gap: 6px; padding: 14px 0; }
  .whatsapp-float { width: 56px; height: 56px; right: 15px; bottom: 15px; }
}

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

/* Cloudflare-safe progressive enhancement: the page never depends on JavaScript to be visible. */
.reveal,
.reveal.visible {
  opacity: 1;
  transform: none;
}
