:root {
  --bg: #07110f;
  --bg-soft: #0d1c18;
  --card: rgba(255,255,255,.08);
  --card-strong: rgba(255,255,255,.13);
  --text: #f4fff9;
  --muted: #b7c9c1;
  --line: rgba(255,255,255,.16);
  --lime: #b7ff2a;
  --mint: #41ffd2;
  --orange: #ffb22e;
  --shadow: 0 30px 90px rgba(0,0,0,.45);
  --radius: 28px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 10%, rgba(65,255,210,.22), transparent 34%),
    radial-gradient(circle at 80% 15%, rgba(183,255,42,.18), transparent 32%),
    radial-gradient(circle at 75% 80%, rgba(255,178,46,.16), transparent 30%),
    linear-gradient(180deg, #07110f 0%, #0a1512 42%, #07110f 100%);
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.55), transparent 75%);
  z-index: -2;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.wrap { width: min(var(--max), calc(100% - 36px)); margin: 0 auto; }
.nav { position: sticky; top: 14px; z-index: 20; margin-top: 14px; }
.nav-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  padding: 12px 14px; border: 1px solid var(--line); border-radius: 999px;
  background: rgba(7, 17, 15, .72); backdrop-filter: blur(20px);
  box-shadow: 0 18px 50px rgba(0,0,0,.22);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; letter-spacing: -.03em; }
.mark {
  width: 38px; height: 38px; display: grid; place-items: center; border-radius: 14px;
  color: #07110f; background: linear-gradient(135deg, var(--lime), var(--mint));
  box-shadow: 0 12px 26px rgba(183,255,42,.25); font-weight: 950;
}
.nav-links { display: flex; align-items: center; gap: 20px; color: var(--muted); font-size: 14px; }
.nav-links a:hover, .footer a:hover { color: var(--text); }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px;
  padding: 0 20px; border-radius: 999px; border: 1px solid var(--line);
  background: var(--card); color: var(--text); font-weight: 800;
  transition: transform .2s ease, border-color .2s ease, background .2s ease; cursor: pointer;
}
.btn:hover { transform: translateY(-2px); border-color: rgba(255,255,255,.32); background: var(--card-strong); }
.btn-primary { border: 0; color: #06100e; background: linear-gradient(135deg, var(--lime), var(--mint)); box-shadow: 0 20px 42px rgba(65,255,210,.20), 0 10px 28px rgba(183,255,42,.18); }
.btn-contrast {
  color: var(--text);
  background: rgba(7, 17, 15, .78);
  border: 1px solid rgba(183,255,42,.62);
  box-shadow: 0 18px 42px rgba(0,0,0,.28), inset 0 0 0 1px rgba(255,255,255,.06);
}
.btn-contrast:hover {
  background: rgba(183,255,42,.12);
  border-color: var(--lime);
}
.legal-card a.btn, .legal-card a.btn-primary, .legal-card a.btn-contrast {
  text-decoration: none;
  text-underline-offset: 0;
}
.legal-card a.btn-primary { color: #06100e; }
.legal-card a.btn-contrast { color: var(--text); }

.hero { position: relative; padding: 88px 0 64px; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 46px; align-items: center; }
.eyebrow { width: fit-content; display: inline-flex; align-items: center; gap: 9px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.07); color: var(--muted); font-weight: 800; font-size: 13px; }
.pulse { width: 9px; height: 9px; border-radius: 99px; background: var(--lime); box-shadow: 0 0 0 7px rgba(183,255,42,.12); }
h1 { margin: 22px 0 18px; font-size: clamp(46px, 8vw, 92px); line-height: .9; letter-spacing: -.08em; }
.grad { background: linear-gradient(135deg, #fff 0%, var(--lime) 42%, var(--mint) 82%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lead { max-width: 650px; margin: 0; color: var(--muted); font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.trust { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.trust span { padding: 9px 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: rgba(255,255,255,.05); font-size: 13px; font-weight: 750; }
.court-card { position: relative; min-height: 610px; border: 1px solid var(--line); border-radius: 38px; overflow: hidden; background: linear-gradient(160deg, rgba(183,255,42,.15), transparent 32%), linear-gradient(25deg, rgba(65,255,210,.14), transparent 40%), rgba(255,255,255,.06); box-shadow: var(--shadow); }
.court { position: absolute; inset: 58px 42px; border: 3px solid rgba(255,255,255,.58); border-radius: 22px; transform: perspective(900px) rotateX(55deg) rotateZ(-8deg); transform-origin: center; background: linear-gradient(90deg, transparent 49.6%, rgba(255,255,255,.5) 49.6%, rgba(255,255,255,.5) 50.4%, transparent 50.4%), linear-gradient(0deg, transparent 49.6%, rgba(255,255,255,.5) 49.6%, rgba(255,255,255,.5) 50.4%, transparent 50.4%), radial-gradient(circle at 50% 50%, rgba(183,255,42,.22), transparent 44%), linear-gradient(135deg, rgba(65,255,210,.22), rgba(7,17,15,.15)); box-shadow: inset 0 0 0 14px rgba(255,255,255,.05), 0 70px 90px rgba(0,0,0,.38); }
.ball { position: absolute; width: 78px; height: 78px; border-radius: 999px; right: 70px; top: 88px; background: radial-gradient(circle at 30% 30%, #f9ffd4, var(--lime) 45%, #75a907 100%); box-shadow: 0 24px 60px rgba(183,255,42,.28); }
.racket { position: absolute; left: 60px; bottom: 70px; width: 180px; height: 248px; transform: rotate(-18deg); }
.racket::before { content: ""; position: absolute; inset: 0 20px 78px; border: 14px solid rgba(255,255,255,.78); border-radius: 46% 46% 44% 44%; background: radial-gradient(circle, rgba(255,255,255,.65) 2px, transparent 3px) 0 0 / 21px 21px, rgba(255,255,255,.06); box-shadow: 0 26px 60px rgba(0,0,0,.25); }
.racket::after { content: ""; position: absolute; left: 74px; bottom: 0; width: 34px; height: 100px; border-radius: 999px; background: linear-gradient(180deg, var(--orange), #8b4d10); box-shadow: inset 0 0 0 1px rgba(255,255,255,.22); }
.stat-float { position: absolute; right: 28px; bottom: 28px; width: min(330px, calc(100% - 56px)); padding: 18px; border: 1px solid var(--line); border-radius: 24px; background: rgba(7,17,15,.72); backdrop-filter: blur(20px); }
.stat-float b { display: block; font-size: 32px; letter-spacing: -.04em; }
.stat-float p { margin: 6px 0 0; color: var(--muted); line-height: 1.45; }
section { padding: 72px 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 26px; }
.section-head h2, .content-page h1 { margin: 0; max-width: 760px; font-size: clamp(34px, 5vw, 58px); line-height: .96; letter-spacing: -.06em; }
.section-head p { margin: 0; max-width: 390px; color: var(--muted); line-height: 1.55; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { min-height: 250px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.065); box-shadow: 0 20px 60px rgba(0,0,0,.18); }
.card .icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 17px; margin-bottom: 32px; color: #07110f; background: linear-gradient(135deg, var(--lime), var(--mint)); font-weight: 950; }
.card h3 { margin: 0 0 10px; font-size: 24px; letter-spacing: -.035em; }
.card p { margin: 0; color: var(--muted); line-height: 1.55; }
.programs { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.program { position: relative; overflow: hidden; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.07); }
.program::after { content: ""; position: absolute; width: 220px; height: 220px; border-radius: 50%; right: -80px; bottom: -100px; background: radial-gradient(circle, rgba(183,255,42,.23), transparent 70%); pointer-events: none; }
.tag { display: inline-flex; padding: 7px 10px; border-radius: 999px; background: rgba(183,255,42,.12); color: var(--lime); font-weight: 850; font-size: 13px; border: 1px solid rgba(183,255,42,.18); }
.program h3 { margin: 18px 0 10px; font-size: 30px; letter-spacing: -.05em; }
.program p { margin: 0 0 20px; color: var(--muted); line-height: 1.6; }
.program ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; color: var(--text); }
.program li { display: flex; gap: 10px; align-items: flex-start; }
.program li::before { content: "✓"; color: var(--lime); font-weight: 950; }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 18px; align-items: stretch; }
.quote { padding: 34px; border: 1px solid var(--line); border-radius: 36px; background: linear-gradient(160deg, rgba(183,255,42,.13), rgba(255,255,255,.06)); box-shadow: var(--shadow); }
.quote p { margin: 0; font-size: clamp(26px, 4vw, 44px); line-height: 1.04; letter-spacing: -.055em; }
.quote small { display: block; margin-top: 22px; color: var(--muted); line-height: 1.5; }
.steps { display: grid; gap: 12px; }
.step { display: grid; grid-template-columns: 58px 1fr; gap: 18px; padding: 20px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.06); }
.num { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 16px; background: rgba(255,255,255,.09); color: var(--lime); font-weight: 950; }
.step h3 { margin: 0 0 6px; letter-spacing: -.03em; }
.step p { margin: 0; color: var(--muted); line-height: 1.5; }
.event-band { position: relative; overflow: hidden; padding: 42px; border-radius: 38px; border: 1px solid var(--line); background: linear-gradient(135deg, rgba(183,255,42,.22), rgba(65,255,210,.11)), rgba(255,255,255,.06); box-shadow: var(--shadow); }
.event-band h2 { margin: 0 0 14px; font-size: clamp(36px, 6vw, 70px); line-height: .9; letter-spacing: -.07em; }
.event-band p { max-width: 720px; margin: 0 0 28px; color: var(--muted); font-size: 18px; line-height: 1.55; }
.event-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 28px; }
.mini { padding: 18px; border-radius: 22px; border: 1px solid var(--line); background: rgba(7,17,15,.42); backdrop-filter: blur(18px); }
.mini b { display: block; font-size: 22px; letter-spacing: -.04em; }
.mini span { display: block; margin-top: 6px; color: var(--muted); line-height: 1.35; font-size: 14px; }
.faq { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
details { border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.06); padding: 18px 20px; }
summary { cursor: pointer; font-weight: 850; letter-spacing: -.02em; }
details p { margin: 14px 0 0; color: var(--muted); line-height: 1.55; }
.contact { display: grid; grid-template-columns: 1fr .92fr; gap: 18px; align-items: stretch; }
.contact-card { padding: 34px; border-radius: 36px; border: 1px solid var(--line); background: rgba(255,255,255,.07); }
.contact-card h2 { margin: 0 0 14px; font-size: clamp(36px, 5vw, 60px); line-height: .92; letter-spacing: -.06em; }
.contact-card p { color: var(--muted); line-height: 1.6; margin: 0 0 24px; }
.form { display: grid; gap: 12px; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 18px; padding: 16px; color: var(--text); background: rgba(7,17,15,.55); outline: none; }
textarea { min-height: 130px; resize: vertical; }
input::placeholder, textarea::placeholder { color: rgba(183,201,193,.7); }
.form-note { font-size: 13px; color: var(--muted); line-height: 1.45; margin: 2px 0 0; }
.content-page { padding: 70px 0; }
.legal-card { max-width: 930px; padding: 34px; border-radius: 32px; border: 1px solid var(--line); background: rgba(255,255,255,.07); }
.legal-card h2 { margin-top: 34px; letter-spacing: -.04em; }
.legal-card h3 { margin-top: 26px; }
.legal-card p, .legal-card li { color: var(--muted); line-height: 1.65; }
.legal-card a { color: var(--lime); text-decoration: underline; text-underline-offset: 4px; }
.legal-card ul { padding-left: 20px; }
.footer { padding: 34px 0 48px; color: var(--muted); border-top: 1px solid var(--line); }
.footer-inner { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; font-size: 14px; }
.footer-links { display: flex; gap: 14px; flex-wrap: wrap; }
@media (max-width: 900px) {
  .nav-links { display: none; }
  .hero { padding-top: 58px; }
  .hero-grid, .split, .contact { grid-template-columns: 1fr; }
  .court-card { min-height: 480px; }
  .cards, .programs, .faq, .event-grid { grid-template-columns: 1fr; }
  .section-head { display: block; }
  .section-head p { margin-top: 14px; }
}
@media (max-width: 520px) {
  .wrap { width: min(var(--max), calc(100% - 24px)); }
  .hero-actions .btn { width: 100%; }
  .court-card { min-height: 390px; border-radius: 28px; }
  .court { inset: 52px 20px; }
  .racket { transform: scale(.75) rotate(-18deg); transform-origin: bottom left; }
  .ball { width: 56px; height: 56px; right: 34px; top: 72px; }
  .stat-float { left: 18px; right: 18px; width: auto; }
  .legal-card, .contact-card, .event-band { padding: 24px; border-radius: 26px; }
}


.hidden-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.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;
}
