*,*::before,*::after{box-sizing:border-box}
html,body{margin:0;padding:0;overflow-x:hidden;max-width:100vw}
html{font-family:'Inter',system-ui,-apple-system,sans-serif;color:#fff;background:#05111A;-webkit-text-size-adjust:100%;line-height:1.5}
body{font-size:16px;min-height:100vh;background:#05111A}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
button{font:inherit;cursor:pointer;border:0;background:transparent;color:inherit}
ul,ol{margin:0;padding:0;list-style:none}
h1,h2,h3,h4,h5,h6,p{margin:0}

:root{
  --bg-0:#05111A;
  --bg-card:#0B161F;
  --bg-card-2:#0F1A26;
  --purple:#6B41FF;
  --pink:#EA4BFF;
  --orange:#FEBC5F;
  --white:#FFFFFF;
  --muted:#B7BDC6;
  --line:rgba(107,65,255,.22);
  --grad:linear-gradient(90deg,#6B41FF 0%,#EA4BFF 50%,#FEBC5F 100%);
}

.wrap{width:100%;max-width:1240px;margin:0 auto;padding:0 24px}
.section{position:relative;padding:80px 0}

.eyebrow{display:inline-block;font-size:13px;letter-spacing:.18em;font-weight:700;text-transform:uppercase;color:var(--orange);margin-bottom:18px}

.btn{position:relative;display:inline-flex;align-items:center;gap:14px;padding:14px 22px 14px 32px;font-weight:700;font-size:15px;color:#fff;font-family:inherit;border-radius:999px;background:var(--grad);min-height:54px;letter-spacing:.01em}
.btn__arrow{width:32px;height:32px;border-radius:50%;background:#fff;color:#05111A;display:inline-flex;align-items:center;justify-content:center;font-size:16px;font-weight:700}
.btn--lg{padding:16px 26px 16px 38px;font-size:16px;min-height:60px}
.btn--ghost{background:transparent;border:2px solid transparent;background-image:linear-gradient(#05111A,#05111A),var(--grad);background-origin:border-box;background-clip:padding-box,border-box;color:#fff}

.site-header{position:sticky;top:0;z-index:30;background:#05111A;border-bottom:1px solid rgba(255,255,255,.05)}
.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:76px}
.brand{display:inline-flex;align-items:center;gap:12px;font-weight:700;font-size:20px;color:#fff;letter-spacing:.01em}
.brand__mark{width:36px;height:36px}
.nav{display:flex;gap:38px;align-items:center}
.nav__link{font-weight:600;font-size:15px;letter-spacing:.14em;text-transform:uppercase;color:#fff;opacity:.88}
.nav__link:hover,.nav__link.is-active{opacity:1;color:var(--pink)}
.burger{display:none;width:42px;height:42px;align-items:center;justify-content:center;border-radius:8px;background:transparent}
.burger__bar{display:block;width:22px;height:2px;background:#fff;position:relative}
.burger__bar::before,.burger__bar::after{content:'';position:absolute;left:0;width:22px;height:2px;background:#fff}
.burger__bar::before{top:-7px}.burger__bar::after{top:7px}

.cookie{display:none;position:fixed;bottom:24px;left:24px;z-index:60;background:var(--bg-card);border-radius:24px;padding:28px 30px;max-width:540px;width:calc(100% - 32px);box-shadow:0 18px 40px rgba(0,0,0,.55)}
.cookie.is-visible{display:block}
.cookie__title{font-weight:700;font-size:30px;color:#fff;margin-bottom:14px}
.cookie__text{color:var(--muted);font-size:14.5px;line-height:1.6;margin-bottom:6px}
.cookie__buttons{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}
.cookie__btn{display:inline-flex;align-items:center;gap:10px;padding:11px 16px 11px 22px;font-weight:700;font-size:14px;color:#fff;font-family:inherit;border-radius:999px;min-height:46px}
.cookie__btn--accept{background:var(--grad)}
.cookie__btn--learn{background:transparent;border:2px solid;border-image:var(--grad) 1;color:#fff;position:relative}
.cookie__btn--learn{background:linear-gradient(#05111A,#05111A) padding-box,var(--grad) border-box;border:2px solid transparent}
.cookie__btn-arrow{width:26px;height:26px;border-radius:50%;background:#fff;color:#05111A;display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}

.hero{padding:80px 0 100px}
.hero__inner{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center}
.hero__title{font-size:clamp(36px,5vw,60px);font-weight:700;color:#fff;line-height:1.1;letter-spacing:-.01em;margin-bottom:24px}
.hero__lead{color:var(--muted);font-size:16px;line-height:1.7;margin-bottom:34px;max-width:560px}
.hero__visual{display:flex;justify-content:flex-end}
.hero__visual img{width:100%;max-width:520px;border-radius:24px;border:2px solid rgba(255,255,255,.04);box-shadow:0 12px 40px rgba(107,65,255,.18)}

.s-head{text-align:center;margin-bottom:46px;max-width:980px;margin-left:auto;margin-right:auto}
.s-head__eyebrow{display:block;margin-bottom:14px}
.s-head__title{font-size:clamp(32px,4.2vw,52px);font-weight:700;color:#fff;line-height:1.15;letter-spacing:-.01em}
.s-head__text{color:var(--muted);font-size:15.5px;line-height:1.7;margin-top:18px}

.strengths-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;max-width:1100px;margin:0 auto}
.s-card{background:var(--bg-card);border:1px solid var(--line);border-radius:16px;padding:30px 32px;box-shadow:0 0 22px rgba(107,65,255,.08)}
.s-card__title{font-weight:700;font-size:22px;color:#fff;margin-bottom:14px}
.s-card__text{color:var(--muted);font-size:15px;line-height:1.65}

.split{padding:80px 0}
.split__row{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.split__row--reverse .split__visual{order:1}
.split__title{font-size:clamp(34px,4.2vw,52px);font-weight:700;color:#fff;line-height:1.1;letter-spacing:-.01em;margin-bottom:24px}
.split__text{color:var(--muted);font-size:15.5px;line-height:1.7;margin-bottom:18px}
.split__visual img{width:100%;max-width:540px;border-radius:24px;border:2px solid rgba(255,255,255,.04);box-shadow:0 16px 40px rgba(107,65,255,.18)}

.testimonials{padding:80px 0}
.testimonials__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;max-width:1100px;margin:0 auto}
.t-card{background:var(--bg-card);border:1px solid var(--line);border-radius:16px;padding:24px 28px;box-shadow:0 0 22px rgba(107,65,255,.08)}
.t-card__head{display:flex;align-items:center;gap:18px;margin-bottom:18px}
.t-card__avatar{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#1a2332;flex:0 0 44px}
.t-card__avatar img{width:100%;height:100%;object-fit:cover}
.t-card__name{font-weight:600;font-size:16px;color:#fff}
.t-card__stars{color:var(--orange);font-size:15px;letter-spacing:2px;margin-bottom:4px}
.t-card__text{color:var(--muted);font-size:15px;line-height:1.6}

.games-hero{padding:80px 0}
.games-hero__row{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start;margin-bottom:60px}
.games-hero__copy{}
.games-hero__title{font-size:clamp(34px,4.2vw,50px);font-weight:700;color:#fff;line-height:1.15;letter-spacing:-.01em;margin-bottom:24px}
.games-hero__text{color:var(--muted);font-size:15.5px;line-height:1.7;margin-bottom:14px}
.games-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.game-tile{display:block;background:var(--bg-card);border:1px solid var(--line);border-radius:18px;overflow:hidden;aspect-ratio:1/1;box-shadow:0 0 22px rgba(107,65,255,.08)}
.game-tile img{width:100%;height:100%;object-fit:cover;display:block}

.games-page__cards{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:30px}
.games-page__cards .game-tile{aspect-ratio:1/1}

.gd{padding:80px 0}
.gd__inner{max-width:1100px;margin:0 auto;text-align:center}
.gd__title{font-size:clamp(34px,4.2vw,52px);font-weight:700;color:#fff;line-height:1.1;letter-spacing:-.01em;margin-bottom:48px;text-align:center}
.gd__row{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;text-align:left}
.gd__copy{}
.gd__text{color:var(--muted);font-size:15.5px;line-height:1.7;margin-bottom:18px}
.gd__cta{margin-top:18px;display:flex}
.gd__visual{display:flex;justify-content:center}
.gd__visual img{width:100%;max-width:460px;border-radius:24px;border:2px solid rgba(255,255,255,.04);box-shadow:0 16px 40px rgba(107,65,255,.22)}

.legal{padding:60px 0 80px}
.legal__title{font-size:clamp(36px,4.2vw,56px);font-weight:700;color:#fff;line-height:1.1;letter-spacing:-.01em;margin-bottom:28px;text-align:center}
.legal__body{max-width:980px;margin:0 auto;color:var(--muted);font-size:15px;line-height:1.7}
.legal__body h2{font-weight:700;font-size:19px;color:#fff;margin:24px 0 10px;letter-spacing:-.01em}
.legal__body p{margin-bottom:12px}
.legal__body a{color:var(--pink);text-decoration:underline}
.legal__body ul{padding-left:0;margin-bottom:12px}
.legal__body li{list-style:none;padding:4px 0}

.site-footer{padding:54px 0 0;background:#05111A;position:relative}
.site-footer__contact{display:flex;flex-direction:column;align-items:center;gap:8px;color:#fff;font-size:14.5px;margin-bottom:18px}
.site-footer__contact a{color:#fff}
.site-footer__contact a:hover{color:var(--pink)}
.site-footer__contact span{display:inline-flex;align-items:center;gap:8px}
.site-footer__socials{display:flex;justify-content:center;gap:14px;margin-bottom:32px}
.site-footer__socials a{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;background:#1a2332;border-radius:8px;color:#fff;font-weight:700;font-size:12px}
.site-footer__socials a:hover{background:var(--purple)}
.site-footer__divider{height:3px;background:var(--grad);border-radius:2px;margin:0 24px}
.site-footer__bottom{padding:18px 24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:14px;color:#fff;font-size:13px}
.site-footer__nav{display:flex;gap:34px;flex-wrap:wrap}
.site-footer__nav a{font-weight:700;font-size:13.5px;letter-spacing:.12em;text-transform:uppercase;color:#fff}
.site-footer__nav a:hover{color:var(--pink)}
.site-footer__copy{opacity:.85}

@media (max-width:1024px){
  .games-page__cards{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:820px){
  .hero__inner{grid-template-columns:1fr;gap:36px}
  .hero__visual{justify-content:center}
  .split__row{grid-template-columns:1fr;gap:30px}
  .split__row--reverse .split__visual{order:-1}
  .games-hero__row{grid-template-columns:1fr;gap:36px}
  .gd__row{grid-template-columns:1fr;gap:32px}
  .gd__visual{order:-1}
}
@media (max-width:720px){
  .section{padding:60px 0}
  .hero{padding:60px 0 80px}
  .split{padding:60px 0}
  .testimonials{padding:60px 0}
  .gd{padding:60px 0}
  .strengths-grid{grid-template-columns:1fr}
  .testimonials__grid{grid-template-columns:1fr}
  .games-grid{grid-template-columns:1fr;gap:18px}
  .games-page__cards{grid-template-columns:1fr;gap:18px}
  .nav{position:fixed;inset:76px 0 0 0;flex-direction:column;background:var(--bg-card);padding:60px 24px;gap:42px;transform:translateX(100%);transition:transform .25s ease;justify-content:flex-start;align-items:center}
  .nav.is-open{transform:translateX(0)}
  .nav__link{font-size:20px}
  .burger{display:inline-flex}
  .site-footer__bottom{justify-content:center;text-align:center}
  .site-footer__nav{justify-content:center}
  .cookie{left:14px;right:14px;bottom:14px;padding:24px 20px}
  .cookie__title{font-size:24px}
}
@media (max-width:420px){
  .wrap{padding:0 18px}
}
