@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@700&display=swap');
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --black: #111111;
  --white: #ffffff;
  --off-white: #f7f5f0;
  --green: #2a7a3b;
  --green-bright: #34a84e;
  --amber: #e8980a;
  --text-muted: rgba(17,17,17,0.58);
  --line: rgba(17,17,17,0.08);
  --radius: 6px;
}
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; background: var(--white); color: var(--black); overflow-x: hidden; }
a { color: inherit; }
.court-bg { position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.court-bg svg { width: 100%; height: 100%; }
nav, main, section, .strip, .mantra, footer { position: relative; z-index: 1; }
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 6vw; height: 62px;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav-brand {
  display: flex;
  align-items: center;
  gap: 9px;

  font-family: 'Fredoka', sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.03em;

  color: var(--black);
  text-decoration: none;
}
.nav-brand img { width: 30px; height: 30px; display: block; }
.nav-links { display: flex; align-items: center; gap: 22px; }
.nav-links a { font-size: 13px; font-weight: 500; color: var(--black); text-decoration: none; opacity: 0.55; transition: opacity 0.2s; }
.nav-links a:hover { opacity: 1; }
.nav-ea { background: var(--green); color: var(--white) !important; opacity: 1 !important; padding: 7px 18px; border-radius: 100px; transition: background 0.2s !important; }
.nav-ea:hover { background: var(--green-bright) !important; }
.hero {
  min-height: 100vh;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 100px 6vw 80px;
}
.launch-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--amber); color: var(--black);
  font-family: 'DM Mono', monospace; font-size: clamp(11px, 1.6vw, 14px);
  letter-spacing: 1.5px; text-transform: uppercase; font-weight: 500;
  padding: 12px 28px; border-radius: 100px; margin-bottom: 28px;
  white-space: nowrap;
  animation: fadeUp 0.5s ease both;
}
.launch-badge::before { content: ''; width: 14px; height: 14px; background: var(--black); border-radius: 50%; opacity: 0.4; }
.hero-lockup {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  width: 100%; margin: 0 auto 28px;
  animation: fadeUp 0.5s 0.07s ease both;
}
.hero-logo { width: 340px; height: 340px; flex-shrink: 0; position: relative; z-index: 1; margin-top: 20px; }
.hero-logo img { width: 100%; height: 100%; object-fit: contain; display: block; }
.hero-wordmark {
  font-family: 'Fredoka', sans-serif;
  font-size: clamp(42px, 7vw, 72px);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--black);
  line-height: 1;
  margin-top: 12px;
}
.hero-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: clamp(52px, 9.5vw, 116px);
  line-height: 0.92; letter-spacing: 0.5px; color: var(--black);
  max-width: 860px;
  animation: fadeUp 0.5s 0.12s ease both;
}
.hero-title em { color: var(--green); font-style: normal; -webkit-font-smoothing: antialiased; }
.hero-title .byhand { display: block; }
.hero-aside {
  font-size: clamp(13px, 1.4vw, 15px);
  color: var(--text-muted); font-style: italic;
  margin-top: 10px;
  animation: fadeUp 0.5s 0.16s ease both;
}
.hero-sub {
  font-size: clamp(21px, 2.6vw, 26px);
  color: var(--green); font-weight: 600;
  max-width: 640px; margin: 20px auto 0; line-height: 1.5;
  animation: fadeUp 0.5s 0.2s ease both;
}
.hero-support {
  font-size: clamp(15px, 1.8vw, 18px);
  color: var(--text-muted);
  max-width: 620px; margin: 12px auto 0; line-height: 1.6;
  animation: fadeUp 0.5s 0.24s ease both;
}
.strip { background: var(--black); padding: 52px 6vw; text-align: center; }
.strip p { font-family: 'Bebas Neue', sans-serif; font-size: clamp(22px, 3.5vw, 38px); color: rgba(255,255,255,0.85); letter-spacing: 0.5px; line-height: 1.35; max-width: 760px; margin: 0 auto; }
.strip span { color: var(--amber); }
.section { padding: 88px 6vw; }
.section-inner { max-width: 980px; }
.sec-label { font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: var(--green); margin-bottom: 10px; }
.sec-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 5vw, 62px); line-height: 0.95; color: var(--black); }
.sec-body { font-size: 15px; line-height: 1.7; color: var(--text-muted); max-width: 590px; margin-top: 12px; }
.sec-body strong { color: var(--black); font-weight: 600; }
.screens { background: var(--off-white); }
.phones { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; margin-top: 52px; max-width: 860px; align-items: end; }
.pw { display: flex; flex-direction: column; align-items: center; gap: 14px; }
.pf {
  width: 100%; max-width: 192px; border-radius: 38px; padding: 0;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.12), 0 24px 48px rgba(0,0,0,0.18), 0 8px 16px rgba(0,0,0,0.1);
  position: relative; overflow: hidden;
}
.ps { width: 100%; overflow: hidden; background: #000; aspect-ratio: 9/19.5; }
.ps img { width: 104%; height: 104%; object-fit: cover; object-position: center top; display: block; margin-left: 1%; }
.ps-roster img { margin-left: -1%; }
.ps-courtview img { margin-left: 3%; }
.ps-gameplan img { margin-left: 3%; }
.pc { font-family: 'DM Mono', monospace; font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text-muted); text-align: center; }
.pw.mid .pf { max-width: 212px; transform: translateY(-18px); }
.features { background: var(--white); }
.feat-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; margin-top: 44px; background: var(--line);
  border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
}
.fc { padding: 28px 26px; background: var(--white); transition: background 0.18s; }
.fc:hover { background: var(--off-white); }
.fi { font-size: 24px; margin-bottom: 14px; display: block; line-height: 1; }
.ft { font-family: 'Bebas Neue', sans-serif; font-size: 19px; letter-spacing: 0.4px; color: var(--black); margin-bottom: 7px; }
.fd { font-size: 13px; line-height: 1.65; color: var(--text-muted); }
.mantra { background: var(--black); padding: 88px 6vw; text-align: center; }
.mantra-row { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; }
.mw { font-family: 'Bebas Neue', sans-serif; font-size: clamp(52px, 9vw, 116px); color: var(--white); line-height: 1; padding: 0 clamp(12px, 2.5vw, 36px); border-right: 1.5px solid rgba(255,255,255,0.1); }
.mw:last-child { border-right: none; }
.mw b { color: var(--green); font-weight: 400; }
.mantra-footer { display: flex; align-items: center; justify-content: center; margin-top: 48px; width: 100%; }
.mantra-footer-inner { display: inline-flex; align-items: center; justify-content: center; gap: 20px; }
.mantra-footer-logo { width: 64px; height: 64px; flex-shrink: 0; }
.mantra-footer-logo img { width: 100%; height: 100%; object-fit: contain; display: block; filter: invert(1) opacity(0.35); }
.mantra-tag {
  font-family: 'Bebas Neue', sans-serif; font-size: clamp(18px, 3vw, 40px);
  letter-spacing: 2px; text-transform: uppercase;
  color: rgba(255,255,255,0.35); line-height: 1; text-align: left; flex-shrink: 0;
}
.subboss-brand {
  font-family: 'Fredoka', sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: rgba(255,255,255,0.35) !important;
  text-transform: none;
}
.early { background: var(--off-white); }
.early-inner { max-width: 720px; }
.cta-row { display: flex; gap: 10px; margin-top: 30px; flex-wrap: wrap; }
.text-btn, .solid-btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 44px; padding: 12px 20px; border-radius: 100px;
  font-size: 14px; font-weight: 600; text-decoration: none;
}
.solid-btn { color: var(--white); background: var(--green); }
.text-btn { color: var(--black); border: 2px solid var(--black); }
.form-note {
  font-size: 13px; color: var(--text-muted); margin: 28px 0 20px; line-height: 1.55;
  padding: 12px 16px; background: white;
  border-left: 3px solid var(--green); border-radius: 0 var(--radius) var(--radius) 0;
}
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }
.field-row.single { grid-template-columns: 1fr; }
.field { display: flex; flex-direction: column; gap: 5px; }
.field label { font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--black); }
.field input, .field select, .field textarea {
  font-family: 'DM Sans', sans-serif; font-size: 15px;
  padding: 11px 14px; border: 1.5px solid rgba(17,17,17,0.18);
  border-radius: var(--radius); background: var(--white); color: var(--black);
  transition: border-color 0.18s; -webkit-appearance: none; appearance: none; width: 100%;
}
.field textarea { min-height: 118px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--green); }
.field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23111' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px;
}
.submit-btn {
  margin-top: 16px; width: 100%;
  background: var(--green); color: var(--white);
  font-family: 'DM Sans', sans-serif; font-size: 15px; font-weight: 600;
  padding: 14px 28px; border-radius: var(--radius); border: none; cursor: pointer;
  transition: background 0.18s, transform 0.15s;
}
.submit-btn:hover { background: var(--green-bright); transform: translateY(-1px); }
.page-hero {
  padding: 132px 6vw 62px;
  background: var(--off-white);
}
.page-hero-inner { max-width: 860px; }
.page-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(50px, 9vw, 108px);
  line-height: 0.92; letter-spacing: 0.5px;
}
.page-sub { max-width: 660px; margin-top: 18px; color: var(--text-muted); font-size: clamp(17px, 2.2vw, 22px); line-height: 1.55; font-weight: 600; }
.content { background: var(--white); padding: 70px 6vw 92px; }
.content-inner { max-width: 760px; }
.copy-block + .copy-block { margin-top: 30px; }
.copy-block h2, .faq-item h2 {
  font-family: 'Bebas Neue', sans-serif; font-size: 30px; letter-spacing: 0.3px;
  line-height: 1; margin-bottom: 10px;
}
.copy-block p, .faq-item p, .copy-block li {
  color: var(--text-muted); font-size: 15px; line-height: 1.78;
}
.copy-block p + p { margin-top: 14px; }
.copy-block ul { padding-left: 18px; margin-top: 10px; }
.faq-list { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.faq-item { background: var(--white); padding: 26px; }
.faq-item p + p { margin-top: 12px; }
.inline-link { color: var(--green); font-weight: 600; }
footer { background: var(--black); padding: 26px 6vw; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; border-top: 1px solid rgba(255,255,255,0.06); }
.fb {
  display: flex;
  align-items: center;
  gap: 8px;

  font-family: 'Fredoka', sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.03em;

  color: var(--white);
}
.fb img { width: 22px; height: 22px; display: block; filter: invert(1); }
footer small { font-size: 12px; color: rgba(255,255,255,0.28); }
.fl { display: flex; gap: 16px; flex-wrap: wrap; }
.fl a { font-size: 12px; color: rgba(255,255,255,0.28); text-decoration: none; transition: color 0.2s; }
.fl a:hover { color: rgba(255,255,255,0.7); }
@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 900px) and (min-width: 761px) {
  .feat-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  nav { height: 58px; }
  .nav-links { display: none; }
  .hero { padding: 82px 6vw 62px; min-height: 100svh; }
  .hero-logo { width: min(72vw, 300px); height: min(72vw, 300px); }
  .launch-badge { font-size: 13px; padding: 9px 18px; margin-bottom: 20px; }
  .launch-badge::before { width: 8px; height: 8px; }
  .hero-lockup { margin-bottom: 20px; }
  .hero-sub { max-width: 350px; }
  .hero-support { max-width: 350px; }
  .section { padding: 68px 6vw; }
  .phones { grid-template-columns: 1fr; gap: 32px; margin-top: 42px; }
  .pw.mid .pf { transform: none; max-width: 192px; }
  .feat-grid { grid-template-columns: 1fr; }
  .fc { padding: 24px 22px; }
  .mantra { padding: 72px 6vw; }
  .mantra-row { flex-direction: column; }
  .mw { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); padding: 6px 0; width: 100%; }
  .mw:last-child { border-bottom: none; }
  .mantra-footer-inner { flex-direction: column; gap: 14px; }
  .mantra-tag { text-align: center; }
  .field-row { grid-template-columns: 1fr; }
  .cta-row { flex-direction: column; }
  .solid-btn, .text-btn { width: 100%; }
  .page-hero { padding: 102px 6vw 50px; }
  .content { padding: 54px 6vw 72px; }
  .faq-item { padding: 22px; }
  footer { align-items: flex-start; flex-direction: column; }
}
