:root{
  --bg:#f7f8fc;
  --surface:#ffffff;
  --surface-2:#f1f4fb;
  --text:#121826;
  --muted:#5b6475;
  --line:#e6eaf2;
  --brand:#4964ff;
  --brand-dark:#3049d9;
  --accent:#eef2ff;
  --shadow:0 16px 40px rgba(17,24,39,.08);
  --shadow-sm:0 8px 22px rgba(17,24,39,.06);
  --radius:24px;
  --max:1160px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}

body{
  margin:0;
  font-family:'Inter',system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  background:var(--bg);
  color:var(--text);
  line-height:1.6;
}

img{
  max-width:100%;
  display:block;
}

a{
  color:inherit;
  text-decoration:none;
}

.container{
  width:min(var(--max), calc(100% - 32px));
  margin:auto;
}

.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(247,248,252,.92);
  backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(230,234,242,.8);
}

.nav-wrap{
  min-height:76px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}

.brand{
  display:flex;
  align-items:center;
  gap:12px;
  font-weight:700;
  font-size:18px;
  color:var(--text);
}

.brand-mark{
  width:42px;
  height:42px;
  border-radius:12px;
  display:grid;
  place-items:center;
  font-weight:700;
  color:#fff;
  background:linear-gradient(135deg,var(--brand),#7a8cff);
  box-shadow:var(--shadow-sm);
}

.nav{
  display:flex;
  align-items:center;
  gap:24px;
  flex-wrap:wrap;
}

.nav a{
  font-size:15px;
  font-weight:600;
  color:var(--muted);
  transition:.2s ease;
}

.nav a:hover,
.nav a.active{
  color:var(--text);
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 22px;
  border-radius:14px;
  background:linear-gradient(135deg,var(--brand),var(--brand-dark));
  color:#fff;
  font-size:15px;
  font-weight:700;
  border:1px solid transparent;
  box-shadow:0 12px 26px rgba(73,100,255,.22);
  transition:.2s ease;
}

.btn:hover{
  transform:translateY(-1px);
}

.btn-sm{
  min-height:44px;
  padding:0 18px;
}

.btn-outline{
  background:#fff;
  color:var(--text);
  border-color:var(--line);
  box-shadow:none;
}

.hero{
  padding:72px 0 36px;
}

.hero-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  align-items:center;
}

.hero-copy,
.hero-visual,
.image-card,
.content-block,
.content-surface{
  min-width:0;
}

.eyebrow{
  display:inline-block;
  margin-bottom:12px;
  padding:8px 12px;
  border-radius:999px;
  background:var(--accent);
  color:var(--brand-dark);
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

h1,h2{
  margin:0 0 14px;
  font-size:32px;
  line-height:1.18;
  font-weight:700;
  letter-spacing:-.02em;
}

h3{
  margin:0 0 10px;
  font-size:20px;
  line-height:1.3;
  font-weight:700;
}

h4{
  margin:0 0 12px;
  font-size:16px;
  font-weight:700;
}

p{
  margin:0 0 14px;
  color:var(--muted);
  font-size:16px;
}

.hero-text{
  max-width:620px;
}

.hero-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin:22px 0 22px;
}

.hero-points{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.hero-points span{
  padding:10px 14px;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--line);
  font-size:14px;
  font-weight:600;
  color:var(--text);
}

.main-image{
  width:100%;
  height:420px;
  object-fit:cover;
  border-radius:28px;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  background:#fff;
}

.wide-image{
  width:100%;
  height:320px;
  object-fit:cover;
  border-radius:24px;
  border:1px solid var(--line);
  box-shadow:var(--shadow-sm);
  background:#fff;
}

.top-banner-image,
.page-cover{
  margin-bottom:24px;
}

.section{
  padding:42px 0;
}

.alt-bg{
  background:linear-gradient(180deg,#f3f6fc 0%, #eef3fb 100%);
  border-top:1px solid #edf0f7;
  border-bottom:1px solid #edf0f7;
}

.section-head{
  margin-bottom:24px;
}

.section-head.center{
  text-align:center;
  max-width:760px;
  margin:0 auto 24px;
}

.feature-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:20px;
}

.cards-3{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}

.feature-card,
.list-card,
.game-card{
  background:var(--surface);
  border:1px solid var(--line);
  border-radius:22px;
  padding:22px;
  box-shadow:var(--shadow-sm);
}

.split-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
  align-items:center;
}

.content-block,
.content-surface{
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:24px;
  box-shadow:var(--shadow-sm);
}

.check-list{
  margin:16px 0 0;
  padding:0;
  list-style:none;
}

.check-list li{
  position:relative;
  padding-left:28px;
  margin:0 0 12px;
  color:var(--text);
  font-weight:600;
}

.check-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:7px;
  width:14px;
  height:14px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--brand),#7a8cff);
}

.mini-pill{
  display:inline-flex;
  align-items:center;
  padding:8px 12px;
  border-radius:999px;
  background:#eef2ff;
  color:var(--brand-dark);
  font-size:12px;
  font-weight:700;
  margin-bottom:12px;
}

.text-link{
  display:inline-block;
  margin-top:6px;
  color:var(--brand-dark);
  font-weight:700;
}

.cta-section{
  padding-bottom:58px;
}

.cta-box{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  background:linear-gradient(135deg,#ffffff,#f3f7ff);
  border:1px solid var(--line);
  border-radius:28px;
  padding:28px;
  box-shadow:var(--shadow);
}

.cta-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

.site-footer{
  background:#fff;
  border-top:1px solid var(--line);
  padding-top:34px;
}

.footer-grid{
  display:grid;
  grid-template-columns:1.2fr .8fr .8fr;
  gap:24px;
  padding-bottom:24px;
}

.footer-brand{
  margin-bottom:12px;
}

.footer-copy{
  max-width:430px;
}

.footer-links{
  margin:0;
  padding:0;
  list-style:none;
}

.footer-links li{
  margin:0 0 10px;
}

.footer-links a{
  color:var(--muted);
  font-weight:600;
}

.footer-links a:hover{
  color:var(--text);
}

.footer-note{
  padding:18px 0 28px;
  border-top:1px solid var(--line);
}

.footer-note p{
  margin:0;
  font-size:14px;
}

.inner-page{
  padding-top:12px;
}

.narrow{
  max-width:860px;
}

.legal-content h3{
  margin-top:20px;
  margin-bottom:8px;
}

@media (max-width: 980px){
  .hero-grid,
  .split-grid,
  .footer-grid,
  .cta-box,
  .feature-grid,
  .cards-3{
    grid-template-columns:1fr;
  }

  .cta-box{
    align-items:flex-start;
  }

  .feature-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media (max-width: 760px){
  .nav{
    display:none;
  }

  .hero{
    padding-top:42px;
  }

  h1,h2{
    font-size:32px;
  }

  .container{
    width:min(var(--max), calc(100% - 22px));
  }

  .main-image{
    height:280px;
    border-radius:20px;
  }

  .wide-image{
    height:220px;
    border-radius:20px;
  }

  .content-block,
  .content-surface,
  .feature-card,
  .list-card,
  .game-card,
  .cta-box{
    border-radius:20px;
  }

  .feature-grid{
    grid-template-columns:1fr;
  }
}

.cookie-overlay{
  position:fixed;
  inset:0;
  background:rgba(10,18,35,.10);
  backdrop-filter:blur(4px);
  -webkit-backdrop-filter:blur(4px);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .25s ease, visibility .25s ease;
  z-index:9998;
}

.cookie-overlay.is-visible{
  opacity:1;
  visibility:visible;
}

.cookie-strip{
  position:fixed;
  left:16px;
  right:16px;
  bottom:16px;
  z-index:9999;
  opacity:0;
  visibility:hidden;
  transform:translateY(18px);
  transition:opacity .25s ease, transform .25s ease, visibility .25s ease;
}

.cookie-strip.is-visible{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}

.cookie-strip__content{
  max-width:1100px;
  margin:auto;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(230,234,242,.95);
  box-shadow:0 18px 50px rgba(15,23,42,.14);
  border-radius:22px;
  padding:18px 20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}

.cookie-strip__text{
  flex:1 1 auto;
  min-width:0;
}

.cookie-strip__text strong{
  display:block;
  margin:0 0 6px;
  font-size:16px;
  font-weight:700;
  color:var(--text);
}

.cookie-strip__text p{
  margin:0;
  font-size:14px;
  line-height:1.6;
  color:var(--muted);
}

.cookie-strip__actions{
  display:flex;
  align-items:center;
  gap:12px;
  flex-shrink:0;
}

.cookie-btn{
  min-width:120px;
  min-height:46px;
  border-radius:14px;
  border:1px solid transparent;
  font-size:14px;
  font-weight:700;
  cursor:pointer;
  transition:all .2s ease;
  padding:0 18px;
}

.cookie-btn--primary{
  color:#fff;
  background:linear-gradient(135deg,var(--brand),var(--brand-dark));
  box-shadow:0 12px 24px rgba(73,100,255,.22);
}

.cookie-btn--primary:hover{
  transform:translateY(-1px);
}

.cookie-btn--light{
  color:var(--text);
  background:#fff;
  border-color:var(--line);
}

.cookie-btn--light:hover{
  background:#f8faff;
}

body.cookie-open{
  overflow:hidden;
}

@media (max-width: 760px){
  .cookie-strip{
    left:12px;
    right:12px;
    bottom:12px;
  }

  .cookie-strip__content{
    padding:16px;
    border-radius:18px;
    flex-direction:column;
    align-items:stretch;
  }

  .cookie-strip__actions{
    width:100%;
    display:grid;
    grid-template-columns:1fr 1fr;
  }

  .cookie-btn{
    width:100%;
    min-width:0;
  }
}