*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html,body{max-width:100vw;overflow-x:hidden}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;background:#1F2020;color:#FFFFFF;line-height:1.5;font-size:16px;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
button{background:none;border:none;cursor:pointer;font-family:inherit;color:inherit}
ul,ol{list-style:none}

:root{
  --bg:#1F2020;
  --bg-card:#2B2C2C;
  --bg-card-2:#252626;
  --bg-card-3:#1B1B1B;
  --hero-blue:#151DC7;
  --hero-blue-2:#1015A8;
  --lime:#C9FF00;
  --ink:#111111;
  --paper:#FFFFFF;
  --gray-100:#E7E7E4;
  --gray-text:#E9E9DF;
  --gray-text-2:#DCDCD4;
  --gray-text-3:#D7D7CF;
  --gray-text-4:#E9E9E2;
  --x-blue:#2296DF;
  --fb-blue:#4267B2;
}

.h-display{font-family:'Bebas Neue','Inter',sans-serif;font-weight:700;letter-spacing:.012em;color:var(--paper);line-height:.9}

.site{display:flex;flex-direction:column;min-height:100vh;width:100%;max-width:100vw;overflow-x:hidden;position:relative;background:var(--bg)}
.wrap{width:100%;max-width:1376px;margin:0 auto;padding:0 64px}
main{flex:1 0 auto}

.header{padding:14px 0;background:var(--bg);position:relative;z-index:50}
.header__inner{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:0 64px}
.brand{display:inline-flex;align-items:center;gap:10px}
.brand__mark{width:28px;height:28px;background:var(--lime);box-shadow:0 0 22px rgba(201,255,0,.55);transform:rotate(45deg);flex-shrink:0}
.brand__name{font-family:'Bebas Neue',sans-serif;font-weight:700;font-size:28px;letter-spacing:.08em;color:var(--paper);line-height:.85}
.nav{display:flex;align-items:center;gap:42px}
.nav__link{font-family:'Bebas Neue',sans-serif;font-weight:700;font-size:17px;letter-spacing:.04em;color:var(--paper);opacity:.92}
.nav__link:hover{color:var(--lime);opacity:1}
.burger{display:none;width:42px;height:42px;border-radius:10px;border:1px solid rgba(255,255,255,.2);background:transparent;position:relative}
.burger span{position:absolute;left:11px;right:11px;height:2px;background:var(--lime);border-radius:2px}
.burger span:nth-child(1){top:14px}
.burger span:nth-child(2){top:20px}
.burger span:nth-child(3){top:26px}

.menu{position:fixed;inset:0;background:#0A0B0B;z-index:90;display:none;flex-direction:column;padding:30px 24px 40px}
.menu.is-open{display:flex}
.menu__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:50px}
.menu__close{width:42px;height:42px;border-radius:10px;border:1px solid rgba(255,255,255,.2);background:transparent;color:var(--lime);font-size:22px;font-weight:700}
.menu__list{display:flex;flex-direction:column;gap:24px}
.menu__list a{font-family:'Bebas Neue',sans-serif;font-weight:700;font-size:42px;color:#fff;letter-spacing:.04em}

.hero{padding:112px 0 150px;background:radial-gradient(61.76% 107.52% at 52% 42%,rgba(201,255,0,.12) 0%,rgba(201,255,0,0) 26%),linear-gradient(180deg,var(--hero-blue) 0%,var(--hero-blue-2) 100%);position:relative;overflow:hidden}
.hero__inner{display:grid;grid-template-columns:1.4fr .6fr;gap:40px;align-items:start;padding:0 64px;position:relative;z-index:2;max-width:1440px;margin:0 auto}
.hero__art{position:relative;display:flex;flex-direction:column;align-items:flex-start}
.hero__big{font-family:'Bebas Neue',sans-serif;font-weight:700;font-size:clamp(120px,15vw,216px);line-height:.78;letter-spacing:.002em;color:var(--lime);text-align:left;text-shadow:0 16px 40px rgba(0,0,0,.12);display:block}
.hero__big--outline{-webkit-text-stroke:1.5px rgba(255,255,255,.58);color:transparent;text-shadow:none}
.hero__char{position:absolute;left:50%;top:50%;transform:translate(-50%,-46%);width:clamp(280px,40vw,520px);max-width:520px;height:auto;filter:drop-shadow(0 38px 40px rgba(0,0,0,.28));z-index:2;pointer-events:none}
.hero__side{display:flex;flex-direction:column;gap:24px;padding-top:20px}
.hero__stat{display:flex;flex-direction:column;gap:8px}
.hero__stat-num{font-family:'Bebas Neue',sans-serif;font-weight:700;font-size:36px;line-height:.95;letter-spacing:.01em;color:var(--paper)}
.hero__stat-label{font-family:'Bebas Neue',sans-serif;font-weight:700;font-size:16px;letter-spacing:.04em;color:rgba(255,255,255,.9)}
.hero__lead{font-family:'Bebas Neue',sans-serif;font-weight:700;font-size:18px;line-height:1.18;letter-spacing:.03em;color:var(--paper);max-width:340px;padding-top:10px}
.hero__cta{display:flex;flex-direction:column;gap:12px;padding-top:6px}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:0 28px;height:64px;border-radius:999px;font-family:'Inter',sans-serif;font-weight:900;font-size:14px;letter-spacing:-.01em;border:1px solid transparent;text-align:center;min-width:150px}
.btn--primary{background:var(--lime);color:var(--ink);box-shadow:0 16px 44px rgba(201,255,0,.24)}
.btn--ghost{background:rgba(255,255,255,.03);color:var(--paper);border-color:rgba(255,255,255,.8)}

.gamesribbon{position:absolute;left:-12%;right:-12%;bottom:-9px;background:var(--lime);box-shadow:inset 0 -24px 0 rgba(0,0,0,.06);transform:rotate(2.2deg);padding:14px 0;z-index:3;overflow:hidden}
.gamesribbon__inner{display:flex;align-items:center;gap:42px;font-family:'Bebas Neue',sans-serif;font-weight:700;font-size:42px;letter-spacing:.04em;color:var(--ink);white-space:nowrap;padding:0 32px}
.gamesribbon__inner span{flex-shrink:0}

.bgword{position:absolute;left:-2%;right:-2%;font-family:'Bebas Neue',sans-serif;font-weight:700;font-size:clamp(140px,24vw,345px);line-height:.8;letter-spacing:.02em;-webkit-text-stroke:1.5px rgba(255,255,255,.25);color:transparent;opacity:.85;white-space:nowrap;text-align:center;pointer-events:none}
.bgword--hero{bottom:62px;z-index:1}

.sec{padding:106px 64px 96px;background:var(--bg)}
.sec__head{display:flex;flex-direction:column;gap:10px;margin-bottom:34px;max-width:1312px;margin-left:auto;margin-right:auto}
.sec__title{font-family:'Bebas Neue',sans-serif;font-weight:700;font-size:clamp(56px,7vw,86px);line-height:.9;letter-spacing:.01em;color:var(--paper)}
.sec__sub{font-family:'Bebas Neue',sans-serif;font-weight:700;font-size:18px;letter-spacing:.04em;color:var(--gray-text);max-width:740px}

.why{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px;max-width:1312px;margin:0 auto}
.why__card{background:linear-gradient(180deg,var(--bg-card) 0%,var(--bg-card-2) 100%);border:1px solid rgba(255,255,255,.06);box-shadow:0 18px 42px rgba(0,0,0,.2);padding:32px;display:flex;flex-direction:column;gap:7px;min-height:236px}
.why__icon{width:74px;height:74px;display:flex;align-items:center;justify-content:center}
.why__icon svg{width:100%;height:100%}
.why__title{font-family:'Bebas Neue',sans-serif;font-weight:700;font-size:34px;line-height:.96;color:var(--paper);margin-top:18px}
.why__txt{font-family:'Inter',sans-serif;font-weight:400;font-size:14px;line-height:1.57;color:var(--gray-text-3);margin-top:6px}

.lineup{padding:140px 64px 96px;background:var(--bg)}
.lineup__head{display:flex;justify-content:space-between;align-items:center;gap:60px;max-width:1312px;margin:0 auto 46px}
.lineup__heading{display:flex;flex-direction:column;gap:10px;flex:1}
.lineup__title{font-family:'Bebas Neue',sans-serif;font-weight:700;font-size:clamp(56px,7.2vw,86px);line-height:.9;letter-spacing:.01em;color:var(--paper)}
.lineup__sub{font-family:'Bebas Neue',sans-serif;font-weight:700;font-size:18px;letter-spacing:.04em;color:rgba(255,255,255,.9);max-width:680px}
.lineup__pill{background:var(--lime);box-shadow:0 18px 36px rgba(0,0,0,.18);border-radius:999px;padding:12px 20px;font-family:'Bebas Neue',sans-serif;font-weight:700;font-size:20px;color:var(--ink);transform:rotate(-3deg);white-space:nowrap;flex-shrink:0}

.gamesgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px 24px;max-width:1312px;margin:0 auto}
.gcard{background:linear-gradient(180deg,var(--bg-card) 0%,var(--bg-card-2) 100%);border:1px solid rgba(255,255,255,.06);box-shadow:0 26px 70px rgba(0,0,0,.32);padding:24px;display:flex;flex-direction:column;gap:14px;position:relative;overflow:hidden;min-height:340px}
.gcard--blue{background:linear-gradient(180deg,#1521C8 0%,#1820B6 100%)}
.gcard--dark{background:linear-gradient(180deg,#252626 0%,#191A1A 100%)}
.gcard__glow{position:absolute;right:-20%;top:-40%;width:210px;height:210px;background:var(--lime);opacity:.18;filter:blur(22px);border-radius:50%;pointer-events:none;z-index:0}
.gcard__icon{position:relative;width:92px;height:92px;background:var(--paper);border:2px solid rgba(255,255,255,.16);box-shadow:0 18px 38px rgba(0,0,0,.28);border-radius:22px;overflow:hidden;z-index:1}
.gcard__icon img{width:100%;height:100%;object-fit:cover}
.gcard__title{font-family:'Bebas Neue',sans-serif;font-weight:700;font-size:42px;line-height:.9;letter-spacing:.01em;color:var(--paper);margin-top:14px;position:relative;z-index:1}
.gcard__title a{color:inherit}
.gcard__title a:hover{color:var(--lime)}
.gcard__txt{font-family:'Inter',sans-serif;font-weight:400;font-size:14px;line-height:1.57;color:var(--gray-text-2);position:relative;z-index:1;flex:1}
.gcard__bot{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:16px;border-top:1px solid rgba(255,255,255,.1);margin-top:auto;position:relative;z-index:1}
.gcard__tag{font-family:'Bebas Neue',sans-serif;font-weight:700;font-size:18px;letter-spacing:.04em;color:var(--lime)}
.gcard__cta{display:inline-flex;align-items:center;padding:10px 14px;border:1px solid rgba(255,255,255,.28);border-radius:999px;font-family:'Inter',sans-serif;font-weight:900;font-size:12px;color:var(--paper)}
.gcard__cta:hover{background:var(--lime);color:var(--ink);border-color:var(--lime)}

.creative{padding:96px 64px;background:var(--gray-100);color:#272828}
.creative__inner{display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px;align-items:start;max-width:1312px;margin:0 auto}
.creative__left{display:flex;flex-direction:column;gap:14px}
.creative__title{font-family:'Bebas Neue',sans-serif;font-weight:700;font-size:clamp(64px,7vw,95px);line-height:.83;letter-spacing:.005em;color:#272828}
.creative__lead{font-family:'Bebas Neue',sans-serif;font-weight:700;font-size:17px;line-height:1.18;color:#303232;max-width:340px}
.creative__mid{display:flex;flex-direction:column;gap:12px}
.creative__mid-title{font-family:'Bebas Neue',sans-serif;font-weight:700;font-size:32px;line-height:.9;color:#222}
.creative__list{display:flex;flex-direction:column;gap:14px}
.creative__list li{font-family:'Bebas Neue',sans-serif;font-weight:700;font-size:27px;line-height:.92;color:#303030}
.poster{position:relative;background:var(--ink);border:1px solid #222;box-shadow:0 18px 28px rgba(0,0,0,.12);height:126px;display:flex;align-items:center;justify-content:center;gap:14px;padding:18px}
.poster__cube{width:42px;height:80px;border-radius:2px}
.poster__cube--blue{background:var(--hero-blue)}
.poster__cube--lime{background:var(--lime)}
.poster__speaker{position:absolute;width:38px;height:14px;background:#000;border:2px solid var(--paper);border-radius:8px;bottom:14px;opacity:.65}
.poster__speaker--1{left:14px}
.poster__speaker--2{left:74px;width:48px}
.poster__speaker--3{left:142px;width:60px}

.creative__right{position:relative;display:flex;align-items:flex-end;justify-content:center;min-height:500px}
.archbg{position:relative;width:100%;max-width:528px;height:504px;background:var(--lime);border:4px solid var(--ink);border-bottom:0;border-radius:260px 260px 0 0;box-shadow:inset 0 0 0 1px rgba(255,255,255,.32);overflow:hidden}
.archbg__img{position:absolute;left:50%;top:5px;transform:translateX(-50%);width:84%;max-width:440px;height:auto;filter:drop-shadow(0 30px 24px rgba(0,0,0,.18))}

.cta-sec{padding:64px;background:var(--bg)}
.cta-card{display:flex;align-items:center;justify-content:space-between;gap:60px;padding:64px;background:linear-gradient(92.46deg,var(--bg-card) 0%,var(--bg-card-2) 60%,#222 100%);border:1px solid rgba(255,255,255,.07);box-shadow:0 26px 70px rgba(0,0,0,.32);max-width:1312px;margin:0 auto}
.cta-card__left{display:flex;flex-direction:column;gap:14px;flex:1}
.cta-card__title{font-family:'Bebas Neue',sans-serif;font-weight:700;font-size:clamp(50px,5vw,70px);line-height:.9;color:var(--paper)}
.cta-card__sub{font-family:'Bebas Neue',sans-serif;font-weight:700;font-size:17px;letter-spacing:.03em;color:var(--gray-text-4)}
.cta-card__cta{margin-top:8px}
.cta-card__shape{width:190px;height:190px;background:var(--lime);box-shadow:0 0 80px rgba(201,255,0,.28);transform:rotate(45deg);flex-shrink:0;align-self:center}

.footer{padding:58px 64px 140px;background:var(--bg);position:relative;overflow:hidden;border-top:1px solid rgba(255,255,255,.05)}
.footer__bg{position:absolute;left:50%;top:170px;transform:translateX(-50%);font-family:'Bebas Neue',sans-serif;font-weight:700;font-size:clamp(120px,22vw,308px);line-height:.8;letter-spacing:.02em;-webkit-text-stroke:1.3px rgba(255,255,255,.25);color:transparent;opacity:.86;white-space:nowrap;text-align:center;pointer-events:none;z-index:0}
.footer__inner{position:relative;display:flex;flex-wrap:wrap;gap:44px;max-width:1312px;margin:0 auto;z-index:2}
.footer__col{flex:1;min-width:240px;display:flex;flex-direction:column;gap:17px}
.footer__col--socials{flex:0 0 auto;display:flex;flex-direction:row;gap:14px;justify-content:flex-end;align-items:flex-start;width:auto}
.footer__addr{font-family:'Bebas Neue',sans-serif;font-weight:700;font-size:17px;line-height:1.24;letter-spacing:.03em;color:var(--paper);max-width:530px}
.footer__link{font-family:'Bebas Neue',sans-serif;font-weight:700;font-size:17px;line-height:1.24;letter-spacing:.03em;color:var(--paper);text-decoration:underline}
.footer__link:hover{color:var(--lime)}
.footer__social{width:38px;height:38px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:var(--paper);font-family:'Inter',sans-serif;font-weight:900;font-size:16px}
.footer__social--x{background:var(--x-blue)}
.footer__social--f{background:var(--fb-blue)}
.footer__copy{position:relative;text-align:center;padding-top:44px;font-family:'Inter',sans-serif;font-weight:400;font-size:12px;letter-spacing:.03em;color:var(--paper);z-index:2;max-width:1240px;margin:0 auto}

.cookie{display:none;position:fixed;bottom:24px;left:24px;z-index:80;background:var(--hero-blue);border:1px solid rgba(255,255,255,.12);padding:30px;max-width:380px;width:calc(100% - 32px);box-shadow:0 24px 60px rgba(0,0,0,.6)}
.cookie.is-visible{display:block}
.cookie__title{font-family:'Bebas Neue',sans-serif;font-weight:700;font-size:46px;line-height:.9;color:var(--paper);margin-bottom:18px}
.cookie__text{font-family:'Bebas Neue',sans-serif;font-weight:700;font-size:14px;letter-spacing:.06em;line-height:1.45;color:var(--paper);margin-bottom:22px}
.cookie__buttons{display:flex;flex-direction:column;gap:12px}
.cookie__btn{padding:14px 24px;border-radius:999px;font-family:'Inter',sans-serif;font-weight:900;font-size:14px;text-align:center;border:1px solid transparent}
.cookie__btn--accept{background:var(--lime);color:var(--ink);box-shadow:0 16px 44px rgba(201,255,0,.24)}
.cookie__btn--learn{background:transparent;color:var(--paper);border-color:rgba(255,255,255,.8)}

.gamesPage{padding:80px 64px 100px;background:var(--bg)}
.gamesPage__head{margin-bottom:46px;display:flex;justify-content:space-between;align-items:center;gap:60px;max-width:1312px;margin:0 auto 46px}

.legal{padding:80px 64px;background:var(--bg)}
.legal__card{max-width:1312px;margin:0 auto;background:linear-gradient(180deg,var(--bg-card) 0%,var(--bg-card-2) 100%);border:1px solid rgba(255,255,255,.06);box-shadow:0 26px 70px rgba(0,0,0,.32);padding:60px 64px}
.legal__title{font-family:'Bebas Neue',sans-serif;font-weight:700;font-size:clamp(56px,6vw,82px);line-height:.9;letter-spacing:.012em;color:var(--paper);margin-bottom:22px}
.legal__body{display:flex;flex-direction:column;gap:8px;font-family:'Bebas Neue',sans-serif;font-weight:700;font-size:16px;line-height:1.32;letter-spacing:.02em;color:var(--gray-text-2)}
.legal__body p{font-size:16px}
.legal__body h3{font-size:17px;font-weight:700;color:var(--paper);margin-top:14px;letter-spacing:.04em}
.legal__body ul{display:flex;flex-direction:column;gap:6px;padding-left:22px;list-style:disc}
.legal__body li{font-size:16px;color:var(--gray-text-2)}
.legal__body a{color:var(--lime);text-decoration:underline}

.detail{padding:112px 0 96px;background:radial-gradient(61.76% 107.52% at 52% 42%,rgba(201,255,0,.12) 0%,rgba(201,255,0,0) 26%),linear-gradient(180deg,var(--hero-blue) 0%,var(--hero-blue-2) 100%);position:relative;overflow:hidden}
.detail__inner{position:relative;z-index:2;max-width:1312px;margin:0 auto;padding:0 64px;display:grid;grid-template-columns:.55fr 1fr;gap:40px;align-items:center}
.detail__left{position:relative;display:flex;align-items:center;justify-content:center;min-height:420px}
.detail__icon{position:relative;width:280px;height:280px;background:var(--paper);border:2px solid rgba(255,255,255,.16);box-shadow:0 26px 60px rgba(0,0,0,.4);border-radius:36px;overflow:hidden;z-index:3}
.detail__icon img{width:100%;height:100%;object-fit:cover}
.detail__bgword{position:absolute;left:-10%;font-family:'Bebas Neue',sans-serif;font-weight:700;font-size:clamp(120px,18vw,216px);line-height:.78;letter-spacing:.002em;color:var(--lime);text-shadow:0 16px 40px rgba(0,0,0,.12);z-index:1;pointer-events:none;text-align:left;opacity:.95}
.detail__right{display:flex;flex-direction:column;gap:24px;position:relative;z-index:3}
.detail__title{font-family:'Bebas Neue',sans-serif;font-weight:700;font-size:clamp(56px,6vw,86px);line-height:.9;letter-spacing:.012em;color:var(--paper)}
.detail__lead{font-family:'Bebas Neue',sans-serif;font-weight:700;font-size:18px;line-height:1.5;letter-spacing:.03em;color:var(--paper)}
.detail__cta{margin-top:8px;align-self:flex-start}

@media (max-width:1024px){
  .hero__inner,.creative__inner,.cta-card,.lineup__head,.detail__inner{grid-template-columns:1fr;display:flex;flex-direction:column}
  .cta-card{align-items:flex-start;padding:40px}
  .why{grid-template-columns:1fr 1fr}
  .gamesgrid{grid-template-columns:1fr 1fr}
  .hero{padding:60px 0 110px}
  .hero__art{align-items:center}
  .hero__char{position:relative;left:auto;top:auto;transform:none;margin-top:-40px}
  .footer__inner{flex-direction:column;gap:30px}
  .footer__col--socials{justify-content:flex-start}
  .detail__left{justify-content:flex-start}
  .detail__bgword{position:relative;left:auto}
}

@media (max-width:768px){
  .nav{display:none}
  .burger{display:inline-block}
  .header__inner{padding:0 24px}
  .wrap{padding:0 20px}
  .sec,.cta-sec,.creative,.lineup,.gamesPage,.legal,.footer{padding-left:20px;padding-right:20px}
  .why,.gamesgrid{grid-template-columns:1fr}
  .gcard{min-height:auto}
  .legal__card{padding:40px 24px}
  .cookie{left:14px;right:14px;bottom:14px;max-width:none}
  .cookie__title{font-size:36px}
  .hero{padding:30px 0 80px}
  .hero__inner{padding:0 20px}
  .hero__big{font-size:96px}
  .gamesribbon__inner{font-size:28px;gap:24px}
  .footer{padding:40px 20px 60px}
  .creative__title{font-size:64px}
  .archbg{height:380px;border-radius:200px 200px 0 0}
  .cta-card{padding:30px 24px}
  .cta-card__shape{width:120px;height:120px}
  .detail{padding:60px 0}
  .detail__inner{padding:0 20px}
  .detail__bgword{display:none}
  .detail__icon{width:200px;height:200px;border-radius:24px}
}
