:root {
  --bg: #020617;
  --panel: rgba(15, 23, 42, 0.72);
  --panel-strong: rgba(15, 23, 42, 0.92);
  --line: rgba(255, 255, 255, 0.10);
  --text: #f8fafc;
  --muted: #cbd5e1;
  --muted-2: #94a3b8;
  --cyan: #67e8f9;
  --cyan-strong: #22d3ee;
  --violet: #a78bfa;
  --green: #86efac;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: radial-gradient(circle at top left, rgba(34, 211, 238, 0.16), transparent 38%), var(--bg);
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section-pad { padding: 74px 0; }
.bg-orb { position: fixed; border-radius: 999px; filter: blur(80px); pointer-events: none; opacity: .75; z-index: -1; }
.orb-one { width: 320px; height: 320px; left: -130px; top: 60px; background: rgba(34, 211, 238, .22); }
.orb-two { width: 420px; height: 420px; right: -140px; top: 250px; background: rgba(167, 139, 250, .20); }
.orb-three { width: 380px; height: 380px; left: 32%; bottom: -180px; background: rgba(16, 185, 129, .11); }
.site-header { position: sticky; top: 0; z-index: 30; backdrop-filter: blur(18px); background: rgba(2, 6, 23, .72); border-bottom: 1px solid var(--line); }
.nav-wrap { min-height: 108px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark { width: 82px; height: 82px; border: 1px solid rgba(103, 232, 249, .35); background: rgba(103, 232, 249, .10); box-shadow: 0 16px 42px rgba(34, 211, 238, .16); border-radius: 18px; display: grid; place-items: center; overflow: hidden; }
.brand-mark.small { width: 66px; height: 66px; border-radius: 15px; }
.brand-mark img { width: 66px; height: 66px; }
.brand-text strong { display: block; font-size: 23px; letter-spacing: -0.03em; }
.brand-text small { display: block; color: rgba(103, 232, 249, .82); font-size: 11px; text-transform: uppercase; letter-spacing: .28em; margin-top: 2px; }
.main-nav { display: flex; align-items: center; gap: 28px; color: var(--muted); font-size: 14px; }
.main-nav a:hover { color: white; }
.nav-cta, .btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 20px; border-radius: 16px; font-weight: 800; transition: transform .18s ease, background .18s ease, border-color .18s ease; border: 1px solid transparent; cursor: pointer; }
.nav-cta, .btn-primary { background: var(--cyan); color: #020617; }
.nav-cta:hover, .btn:hover { transform: translateY(-2px); }
.btn-secondary { background: rgba(255,255,255,.06); color: #fff; border-color: rgba(255,255,255,.16); }
.btn-secondary:hover { background: rgba(255,255,255,.11); }
.btn-light { background: rgba(255,255,255,.88); color: #020617; }
.menu-toggle { display: none; background: transparent; border: 0; width: 44px; height: 44px; padding: 10px; }
.menu-toggle span { display: block; height: 2px; background: white; margin: 6px 0; border-radius: 99px; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 54px; align-items: center; }
.badge { display: inline-flex; align-items: center; border: 1px solid rgba(103, 232, 249, .22); background: rgba(103, 232, 249, .10); color: #d9fbff; padding: 10px 15px; border-radius: 999px; font-size: 14px; margin-bottom: 22px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(44px, 7vw, 82px); line-height: .94; letter-spacing: -0.07em; margin-bottom: 26px; }
.lead { font-size: 19px; line-height: 1.75; color: var(--muted); max-width: 720px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.hero-card, .service-card, .yes-panel, .game-card, .contact-card { border: 1px solid var(--line); background: var(--panel); backdrop-filter: blur(18px); box-shadow: var(--shadow); }
.hero-card { border-radius: 40px; padding: 26px; }
.mini-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 24px; }
.status-pill { white-space: nowrap; border-radius: 999px; background: rgba(134, 239, 172, .14); color: #bbf7d0; font-size: 12px; font-weight: 800; padding: 8px 12px; }
.check-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.check-list li { padding: 16px 18px 16px 46px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.05); position: relative; font-weight: 800; }
.check-list li:before, .yes-item:before { content: "✓"; position: absolute; left: 18px; color: var(--cyan); font-weight: 900; }
.signature-box { margin-top: 22px; border-radius: 25px; padding: 22px; color: #07111d; background: linear-gradient(135deg, var(--cyan), var(--violet)); }
.signature-box span { display: block; text-transform: uppercase; letter-spacing: .22em; font-size: 12px; font-weight: 900; margin-bottom: 6px; }
.signature-box strong { display: block; font-size: 34px; letter-spacing: -0.05em; }
.signature-box p { margin: 8px 0 0; color: rgba(2, 6, 23, .82); font-weight: 650; }
.section-title { max-width: 760px; margin: 0 auto 42px; text-align: center; }
.section-title h2, .yes-panel h2, .contact-card h2, .game-card h2 { font-size: clamp(36px, 5vw, 54px); letter-spacing: -0.05em; margin-bottom: 14px; }
.section-title p, .yes-panel p, .contact-card p, .game-card p { color: var(--muted); line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { border-radius: 32px; padding: 30px; min-height: 285px; transition: transform .18s ease, background .18s ease; }
.service-card:hover { transform: translateY(-5px); background: rgba(15,23,42,.86); }
.icon { width: 54px; height: 54px; border-radius: 18px; display: grid; place-items: center; background: rgba(103, 232, 249, .13); color: var(--cyan); font-size: 28px; margin-bottom: 24px; }
.service-card h3 { font-size: 22px; letter-spacing: -0.04em; }
.service-card p { color: var(--muted); line-height: 1.7; }
.yes-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; border-radius: 42px; padding: 46px; background: linear-gradient(135deg, rgba(34,211,238,.16), rgba(255,255,255,.06), rgba(167,139,250,.16)); }
.eyebrow { color: var(--cyan); text-transform: uppercase; letter-spacing: .34em; font-size: 13px; font-weight: 900; margin-bottom: 12px; }
.yes-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.yes-item { position: relative; border: 1px solid var(--line); background: rgba(2,6,23,.54); border-radius: 25px; padding: 22px 20px 22px 48px; font-weight: 850; line-height: 1.35; }
.game-card { border-radius: 34px; padding: 26px; }
.game-top { display: grid; grid-template-columns: 1fr auto auto; gap: 16px; align-items: center; margin-bottom: 18px; }
.game-kicker { color: var(--cyan); font-weight: 850; margin-bottom: 4px; }
.score-box { border-radius: 18px; background: rgba(2, 6, 23, .62); padding: 13px 16px; white-space: nowrap; }
.score-box span:first-child { color: var(--cyan); }
.score-box span:last-child { color: var(--violet); }
#pongCanvas { display: block; width: 100%; height: auto; border-radius: 28px; border: 1px solid var(--line); background: #06111f; box-shadow: inset 0 0 60px rgba(34, 211, 238, .10); touch-action: none; }
.game-help { color: var(--muted-2); text-align: center; margin-top: 12px; font-size: 14px; }
.contact-card { border-radius: 42px; text-align: center; padding: 48px; }
.contact-card p { max-width: 680px; margin-left: auto; margin-right: auto; }
.contact-actions { margin-top: 28px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.privacy-note { margin-top: 18px; font-size: 13px; color: var(--muted-2) !important; }
.site-footer { border-top: 1px solid var(--line); color: var(--muted-2); text-align: center; padding: 30px 0; font-size: 14px; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (max-width: 900px) {
  .nav-cta { display: none; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; left: 20px; right: 20px; top: 76px; display: none; flex-direction: column; align-items: stretch; padding: 18px; border: 1px solid var(--line); border-radius: 24px; background: rgba(2, 6, 23, .96); box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px; border-radius: 14px; }
  .main-nav a:hover { background: rgba(255,255,255,.06); }
  .hero-grid, .yes-panel { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .game-top { grid-template-columns: 1fr; }
  .mini-head { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 560px) {
  .brand-mark { width: 62px; height: 62px; border-radius: 20px; }
  .brand-mark img { width: 52px; height: 52px; }
  .brand-mark.small { width: 54px; height: 54px; }
  .brand-mark.small img { width: 46px; height: 46px; }
  .container { width: min(100% - 28px, 1180px); }
  .section-pad { padding: 54px 0; }
  .brand-text strong { font-size: 15px; }
  .brand-text small { font-size: 9px; letter-spacing: .20em; }
  .hero-card, .yes-panel, .contact-card, .game-card { border-radius: 28px; padding: 22px; }
  .yes-grid { grid-template-columns: 1fr; }
  .hero-actions, .contact-actions { flex-direction: column; }
  .btn { width: 100%; }
}
