/* Pong League USA | styles.css | v1.1.0 | 2026-08-22 */
:root {
  --navy: #071a36;
  --blue: #0b5ed7;
  --blue2: #1574f6;
  --red: #df2437;
  --white: #ffffff;
  --ink: #101828;
  --muted: #667085;
  --surface: #f5f7fb;
  --line: #e4e7ec;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, Arial, sans-serif; color: var(--ink); background: #fff; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 50; min-height: 74px; padding: 10px max(20px, calc((100vw - 1120px)/2)); display: flex; align-items: center; justify-content: space-between; background: rgba(7,26,54,.96); color: white; border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(12px); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: .08em; }
.brand-logo { width: 48px; height: 48px; }
.nav { display: flex; align-items: center; gap: 24px; font-weight: 600; font-size: .94rem; }
.nav a:not(.btn):hover { color: #9cc4ff; }
.menu-toggle { display: none; color: white; background: none; border: 0; font-size: 1.75rem; cursor: pointer; }
.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 0 22px; border: 0; border-radius: 8px; background: var(--red); color: white; font: inherit; font-weight: 800; cursor: pointer; box-shadow: 0 8px 22px rgba(223,36,55,.23); transition: .2s ease; }
.btn:hover { transform: translateY(-2px); filter: brightness(1.05); }
.btn-small { min-height: 40px; padding: 0 16px; }
.btn-ghost { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.4); box-shadow: none; }
.btn-light { background: white; color: var(--navy); box-shadow: none; white-space: nowrap; }
.hero { position: relative; min-height: 680px; display: flex; align-items: center; color: white; overflow: hidden; background:
  radial-gradient(circle at 75% 30%, rgba(21,116,246,.55), transparent 28%),
  linear-gradient(120deg, #06142b 0%, #092755 55%, #0a4ca8 100%); }
.hero::after { content:""; position:absolute; inset:auto -120px -230px auto; width:620px; height:620px; border:80px solid rgba(255,255,255,.05); border-radius:50%; }
.hero-content { position: relative; z-index: 2; padding-top: 70px; padding-bottom: 70px; }
.eyebrow { margin: 0 0 12px; color: var(--blue2); font-size: .8rem; font-weight: 800; letter-spacing: .16em; }
.hero .eyebrow { color: #91bdff; }
h1, h2 { font-family: Anton, Impact, sans-serif; font-weight: 400; text-transform: uppercase; letter-spacing: .015em; margin: 0; line-height: .95; }
h1 { max-width: 760px; font-size: clamp(4rem, 9vw, 7.6rem); }
h1 span { color: #79adff; }
h2 { font-size: clamp(2.5rem, 5vw, 4.3rem); color: var(--navy); }
.hero-copy { max-width: 680px; font-size: 1.12rem; line-height: 1.7; color: #dce8fb; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0 36px; }
.hero-stats { display: flex; flex-wrap: wrap; gap: 34px; margin-bottom: 10px; }
.hero-stats div { min-width: 115px; border-left: 3px solid var(--red); padding-left: 14px; }
.hero-stats strong { display:block; font-size: 1.7rem; }
.hero-stats span { font-size:.82rem; color:#c8d8ef; }
.hero small { color:#9fb4d0; }
.section { padding-top: 90px; padding-bottom: 90px; }
.section-heading { margin-bottom: 34px; }
.split-heading { display:flex; justify-content:space-between; align-items:end; gap:20px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { padding: 30px; background: var(--surface); border:1px solid var(--line); border-radius:14px; }
.card h3 { margin: 12px 0 8px; font-size:1.2rem; }
.card p { margin:0; color:var(--muted); line-height:1.7; }
.step-num { font-family: Anton, Impact, sans-serif; font-size:2.6rem; color:var(--blue); }
.band { background: var(--navy); color:white; }
.band-inner { padding-top:70px; padding-bottom:70px; display:grid; grid-template-columns: 1fr 1fr; gap:55px; align-items:center; }
.band h2 { color:white; }
.band p:last-child { color:#ccd7e7; line-height:1.8; font-size:1.05rem; }
.status-pill { padding:8px 12px; border-radius:999px; background:#e8f1ff; color:var(--blue); font-size:.78rem; font-weight:800; }
.table-wrap { overflow-x:auto; border:1px solid var(--line); border-radius:14px; }
table { width:100%; border-collapse:collapse; min-width:620px; }
th, td { padding:18px 20px; text-align:left; border-bottom:1px solid var(--line); }
th { background:var(--navy); color:white; font-size:.8rem; letter-spacing:.08em; text-transform:uppercase; }
tbody tr:last-child td { border-bottom:0; }
tbody tr:hover { background:#f8faff; }
.register-section { background: var(--surface); }
.register-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:60px; align-items:start; }
.register-grid > div > p:not(.eyebrow) { color:var(--muted); line-height:1.8; }
.check-list { list-style:none; padding:0; margin:28px 0 0; }
.check-list li { margin:12px 0; padding-left:28px; position:relative; }
.check-list li::before { content:"✓"; position:absolute; left:0; color:var(--blue); font-weight:900; }
.registration-form { padding:28px; border-radius:16px; background:white; border:1px solid var(--line); box-shadow:0 18px 50px rgba(16,24,40,.08); }
.registration-form label { display:block; margin-bottom:16px; font-size:.86rem; font-weight:700; }
.registration-form input[type="text"], .registration-form input[type="email"], .registration-form input[type="tel"] { width:100%; margin-top:7px; padding:13px 14px; border:1px solid #cfd5df; border-radius:8px; font:inherit; outline:none; }
.registration-form input:focus { border-color:var(--blue); box-shadow:0 0 0 3px rgba(11,94,215,.12); }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.checkbox { display:flex !important; gap:10px; align-items:flex-start; font-weight:500 !important; color:var(--muted); }
.form-message { min-height:20px; margin-bottom:0; font-size:.88rem; font-weight:700; color:var(--blue); }
.host-card { border-radius:18px; padding:50px; background:linear-gradient(120deg,var(--blue),#0a3e88); color:white; display:flex; justify-content:space-between; gap:40px; align-items:center; }
.host-card h2 { color:white; }
.host-card p:not(.eyebrow) { max-width:760px; line-height:1.7; color:#e7efff; }
.host-card .eyebrow { color:#b9d3ff; }
.faq-list { border-top:1px solid var(--line); }
details { border-bottom:1px solid var(--line); padding:18px 0; }
summary { cursor:pointer; font-weight:800; font-size:1.02rem; }
details p { max-width:800px; color:var(--muted); line-height:1.7; }
footer { background:#041126; color:#b8c5d8; padding:35px 0; }
.footer-inner { display:flex; justify-content:space-between; align-items:center; gap:20px; font-size:.85rem; }
.footer-brand { color:white; }
.footer-brand .brand-logo { width:40px; height:40px; }
@media (max-width: 800px) {
  .menu-toggle { display:block; }
  .nav { display:none; position:absolute; top:74px; left:0; right:0; padding:18px 20px 24px; background:var(--navy); flex-direction:column; align-items:stretch; }
  .nav.open { display:flex; }
  .nav .btn { width:100%; }
  .hero { min-height:620px; }
  .steps-grid, .register-grid, .band-inner { grid-template-columns:1fr; }
  .host-card, .footer-inner { flex-direction:column; align-items:flex-start; }
  .host-card { padding:34px 28px; }
  .form-row { grid-template-columns:1fr; gap:0; }
  .section { padding-top:68px; padding-bottom:68px; }
}
