:root {
  --ink: #123044;
  --muted: #587080;
  --cream: #f7fff9;
  --paper: #ffffff;
  --navy: #073b4c;
  --orange: #f26b38;
  --gold: #ffd166;
  --mint: #18a999;
  --sky: #3ba7d8;
  --plum: #7353ba;
  --line: rgba(18, 33, 59, .12);
  --shadow: 0 18px 55px rgba(16, 38, 76, .13);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}
body.locked { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 88px 0; }
.eyebrow {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--orange);
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .17em;
  text-transform: uppercase;
}
h1, h2, h3 { margin: 0; line-height: 1.08; }
h1 { font-size: clamp(3.2rem, 7vw, 6.6rem); letter-spacing: -.075em; }
h2 { font-size: clamp(2.2rem, 4vw, 4.15rem); letter-spacing: -.06em; }
h3 { font-size: 1.25rem; letter-spacing: -.025em; }
p { margin: 0; }
.lead { max-width: 720px; color: var(--muted); font-size: 1.09rem; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 850;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-3px); box-shadow: 0 10px 22px rgba(255, 122, 69, .3); }
.btn.alt { background: var(--navy); }
.btn.alt:hover { box-shadow: 0 10px 22px rgba(16, 38, 76, .25); }
.btn.ghost { border: 1px solid var(--line); background: transparent; color: var(--ink); }
.btn.small { min-height: 42px; padding: 0 18px; font-size: .88rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(18, 33, 59, .08);
  background: rgba(247, 255, 249, .9);
  backdrop-filter: blur(16px);
}
.nav { display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 10px; color: var(--navy); font-size: 1.06rem; font-weight: 900; letter-spacing: -.045em; }
.brand-mark { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 12px; background: var(--orange); color: #fff; font-size: .94rem; transform: rotate(-6deg); }
.nav-links { display: flex; align-items: center; gap: 23px; color: #34445f; font-size: .88rem; font-weight: 760; }
.nav-links a:hover { color: var(--orange); }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--navy); font-size: 1.6rem; }

.hero {
  position: relative;
  overflow: hidden;
  padding: 94px 0 76px;
  background: radial-gradient(circle at 86% 8%, rgba(255, 209, 102, .38), transparent 23%), linear-gradient(135deg, #f7fff9 0%, #e9fff4 100%);
}
.hero::before {
  position: absolute;
  width: 320px;
  height: 320px;
  border: 34px solid rgba(67, 198, 172, .14);
  border-radius: 46% 54% 62% 38%;
  content: "";
  left: -140px;
  top: 36px;
  transform: rotate(22deg);
}
.hero-grid { display: grid; align-items: center; gap: 38px; grid-template-columns: 1.03fr .97fr; }
.hero h1 span { color: var(--orange); }
.hero .lead { margin-top: 22px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-note { margin-top: 24px; color: var(--muted); font-size: .83rem; font-weight: 700; }
.hero-art { position: relative; min-height: 470px; }
.art-panel { position: absolute; inset: 24px 0 0 40px; overflow: hidden; border-radius: 46px; background: var(--navy); box-shadow: var(--shadow); }
.art-panel img { width: 100%; height: 100%; object-fit: cover; }
.floating-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 15px 17px;
  border: 1px solid rgba(255,255,255,.6);
  border-radius: 18px;
  background: rgba(255,255,255,.91);
  box-shadow: var(--shadow);
  color: var(--navy);
  font-size: .82rem;
  font-weight: 900;
}
.floating-card b { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--gold); }
.floating-card.one { left: 0; top: 0; }
.floating-card.two { right: -12px; bottom: 14px; }

.notice { padding: 28px 0; background: var(--navy); color: #fff; }
.notice-grid { display: grid; gap: 22px; grid-template-columns: 190px 1fr; }
.notice h2 { color: var(--gold); font-size: 1.28rem; letter-spacing: -.035em; }
.notice p { color: rgba(255,255,255,.78); font-size: .91rem; }

.intro-grid { display: grid; align-items: start; gap: 60px; grid-template-columns: .9fr 1.1fr; }
.intro-copy .lead { margin-top: 18px; }
.feature-grid { display: grid; gap: 15px; grid-template-columns: repeat(2, 1fr); }
.feature-card { padding: 23px; border: 1px solid var(--line); border-radius: 19px; background: rgba(255,255,255,.7); }
.feature-card strong { display: block; margin-bottom: 5px; color: var(--navy); }
.feature-card p { color: var(--muted); font-size: .88rem; }
.feature-icon { display: grid; width: 42px; height: 42px; margin-bottom: 20px; place-items: center; border-radius: 14px; background: rgba(255, 122, 69, .13); color: var(--orange); font-weight: 900; }

.games { background: #fff; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 36px; }
.section-head .lead { margin-top: 14px; }
.game-grid { display: grid; gap: 18px; grid-template-columns: repeat(4, 1fr); }
.game-card { overflow: hidden; border: 1px solid var(--line); border-radius: 21px; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.game-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.game-art { position: relative; aspect-ratio: 1 / 1; overflow: hidden; }
.game-art img { width: 100%; height: 100%; object-fit: cover; }
.game-badge { position: absolute; left: 13px; top: 13px; padding: 5px 9px; border-radius: 999px; background: rgba(255,255,255,.89); color: var(--navy); font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.game-body { padding: 16px; }
.game-body p { margin: 5px 0 14px; color: var(--muted); font-size: .84rem; }

.experience { background: linear-gradient(125deg, #073b4c, #0c6571); color: #fff; }
.experience .section-head .lead { color: rgba(255,255,255,.68); }
.steps { display: grid; gap: 14px; grid-template-columns: repeat(3, 1fr); }
.step { padding: 26px; border: 1px solid rgba(255,255,255,.15); border-radius: 20px; background: rgba(255,255,255,.06); }
.step b { display: block; margin-bottom: 16px; color: var(--gold); font-size: .8rem; letter-spacing: .15em; }
.step p { margin-top: 9px; color: rgba(255,255,255,.7); font-size: .91rem; }

.quotes-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.quote { padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); }
.quote p { color: var(--muted); font-size: .93rem; }
.quote footer { margin-top: 20px; color: var(--navy); font-size: .86rem; font-weight: 900; }
.quote footer span { display: block; color: var(--orange); font-size: .73rem; letter-spacing: .08em; text-transform: uppercase; }

.faq { background: #fff; }
.faq-grid { display: grid; gap: 42px; grid-template-columns: .85fr 1.15fr; }
details { padding: 17px 0; border-bottom: 1px solid var(--line); }
summary { cursor: pointer; color: var(--navy); font-weight: 850; }
details p { padding: 12px 0 2px; color: var(--muted); font-size: .93rem; }

.contact-grid { display: grid; gap: 46px; grid-template-columns: .86fr 1.14fr; }
.contact-details { margin-top: 22px; color: var(--muted); font-size: .93rem; }
.contact-details strong { display: block; margin-top: 13px; color: var(--navy); }
.contact-form { display: grid; gap: 13px; padding: 24px; border: 1px solid var(--line); border-radius: 21px; background: #fff; box-shadow: var(--shadow); }
.contact-form label { color: var(--navy); font-size: .8rem; font-weight: 850; }
.contact-form input, .contact-form textarea {
  width: 100%;
  margin-top: 6px;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #fffdfa;
  color: var(--ink);
  font: inherit;
}
.contact-form textarea { min-height: 122px; resize: vertical; }

.site-footer { padding: 33px 0; background: #052f3c; color: rgba(255,255,255,.67); font-size: .81rem; }
.footer-grid { display: flex; align-items: start; justify-content: space-between; gap: 28px; }
.footer-grid p { max-width: 710px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: end; gap: 13px; color: #fff; font-weight: 750; }

.gate, .cookie { position: fixed; z-index: 100; }
.gate { display: grid; inset: 0; place-items: center; padding: 20px; background: rgba(4, 14, 31, .79); backdrop-filter: blur(10px); }
.gate-card { width: min(500px, 100%); padding: 35px; border-radius: 26px; background: #fff; box-shadow: 0 22px 78px rgba(0,0,0,.3); text-align: center; }
.gate-card .brand-mark { margin: 0 auto 20px; }
.gate-card h2 { font-size: 2.2rem; }
.gate-card p { margin: 13px auto 22px; color: var(--muted); }
.gate-actions { display: flex; justify-content: center; gap: 10px; }
.denied { display: none; }
.gate.denied-state .question { display: none; }
.gate.denied-state .denied { display: block; }
.cookie {
  right: 18px;
  bottom: 18px;
  width: min(390px, calc(100% - 36px));
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #fff;
  box-shadow: var(--shadow);
}
.cookie p { margin-bottom: 12px; color: var(--muted); font-size: .8rem; }
.cookie-actions { display: flex; gap: 8px; }

.page-hero { padding: 75px 0 52px; background: linear-gradient(135deg, #e9fff4, #f7fff9); }
.page-hero .lead { margin-top: 17px; }
.prose { width: min(820px, calc(100% - 40px)); margin: 0 auto; }
.prose h2 { margin: 36px 0 12px; font-size: 1.65rem; letter-spacing: -.04em; }
.prose p, .prose li { color: var(--muted); font-size: .96rem; }
.prose p + p { margin-top: 12px; }
.error { display: grid; min-height: 70vh; place-items: center; padding: 48px 20px; text-align: center; }
.error h1 { color: var(--orange); font-size: clamp(7rem, 22vw, 14rem); }
.error h2 { margin-top: -14px; font-size: clamp(2rem, 4vw, 3.4rem); }
.error p { max-width: 560px; margin: 16px auto 24px; color: var(--muted); }

@media (max-width: 900px) {
  .hero-grid, .intro-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 62px; }
  .hero-art { min-height: 390px; }
  .game-grid { grid-template-columns: repeat(2, 1fr); }
  .steps, .quotes-grid { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .container { width: min(100% - 26px, 1160px); }
  .section { padding: 67px 0; }
  .nav-links { display: none; position: absolute; left: 0; right: 0; top: 72px; padding: 17px 20px; background: #f7fff9; border-bottom: 1px solid var(--line); flex-direction: column; align-items: start; }
  .nav-links.open { display: flex; }
  .menu-toggle { display: block; }
  h1 { font-size: clamp(3.6rem, 17vw, 5.5rem); }
  .hero-art { min-height: 298px; }
  .art-panel { inset: 16px 0 0 18px; border-radius: 28px; }
  .floating-card { padding: 10px; font-size: .7rem; }
  .floating-card b { width: 28px; height: 28px; }
  .notice-grid { grid-template-columns: 1fr; gap: 8px; }
  .feature-grid, .game-grid { grid-template-columns: 1fr; }
  .game-art { aspect-ratio: 1.45 / 1; }
  .section-head, .footer-grid { display: block; }
  .section-head .btn { margin-top: 18px; }
  .footer-links { justify-content: start; margin-top: 16px; }
  .gate-card { padding: 27px 19px; }
}
