:root{
  --brand:#3B93D1;
  --brand-action:#2D7BB2;
  --brand-pressed:#256A99;
  --green:#67B96F;
  --yellow:#F4C95D;
  --orange:#F29B63;
  --brand-soft:#EAF5FC;
  --green-soft:#EDF7EE;
  --yellow-soft:#FFF7DD;
  --orange-soft:#FFF0E7;
  --bg:#F7FBFD;
  --surface:#FFFFFF;
  --surface-2:#FBFDFE;
  --text:#102331;
  --muted:#607381;
  --line:#DCE8EE;
  --shadow:0 18px 60px rgba(16,35,49,.09);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;background:var(--bg);color:var(--text);
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.65;-webkit-font-smoothing:antialiased
}
html[dir="rtl"] body{text-align:right}
html[dir="rtl"] .skip{left:auto;right:-9999px}
html[dir="rtl"] .skip:focus{left:auto;right:12px}
html[dir="rtl"] .support-link{direction:rtl}
html[dir="rtl"] .arrow{transform:rotate(180deg)}
html[dir="rtl"] .footer-links{justify-content:flex-start}
a{color:inherit}
img,svg{display:block;max-width:100%}
.wrap{width:min(1160px,calc(100% - 40px));margin:0 auto}
.skip{position:absolute;left:-9999px;top:8px;z-index:1000;background:#fff;padding:10px 14px;border-radius:10px}
.skip:focus{left:12px}
header{
  position:sticky;top:0;z-index:30;background:rgba(247,251,253,.91);
  backdrop-filter:blur(18px);border-bottom:1px solid rgba(220,232,238,.88)
}
.nav{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.brand{display:flex;align-items:center;text-decoration:none;min-width:0}
.brand-logo{width:164px;height:auto}
.brand-icon{width:74px;height:74px;object-fit:contain}
.nav-links{display:flex;align-items:center;gap:5px}
.nav-links a,.lang{
  border:0;background:transparent;color:var(--muted);font:inherit;font-weight:700;font-size:14px;
  padding:9px 11px;border-radius:12px;text-decoration:none
}
.nav-links a:hover,.nav-links a:focus-visible,.lang:hover,.lang:focus-visible{background:#fff;color:var(--text);outline:none}
.lang{border:1px solid var(--line);background:#fff;cursor:pointer}

.hero{padding:86px 0 56px}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(340px,.88fr);gap:52px;align-items:center}
.eyebrow,.pill{
  display:inline-flex;align-items:center;gap:8px;padding:7px 11px;border-radius:999px;
  background:var(--brand-soft);color:var(--brand-action);font-weight:800;font-size:13px
}
.dot{width:8px;height:8px;border-radius:50%;background:var(--green)}
.hero h1{font-size:clamp(46px,6vw,76px);line-height:1.02;letter-spacing:-.055em;margin:20px 0 20px;max-width:880px}
.lead{font-size:18px;color:var(--muted);max-width:760px;margin:0}
.slogan{margin:22px 0 0;font-weight:800;color:var(--brand-action);font-size:17px}
.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 18px;border-radius:14px;
  border:1px solid var(--line);background:#fff;font-weight:800;text-decoration:none;box-shadow:0 5px 18px rgba(16,35,49,.04)
}
.btn.primary{background:var(--brand-action);border-color:var(--brand-action);color:#fff}
.btn:hover{transform:translateY(-1px)}
.hero-trust{display:flex;gap:8px;flex-wrap:wrap;margin-top:22px}
.trust{font-size:13px;border:1px solid var(--line);background:#fff;border-radius:999px;padding:7px 10px;color:var(--muted)}
.trust b{color:var(--text)}
.support-panel{
  background:#fff;border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);overflow:hidden
}
.support-head{padding:26px;background:linear-gradient(135deg,var(--brand-action),#3B93D1);color:#fff}
.support-head small{opacity:.83;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.support-head h2{margin:7px 0 8px;font-size:26px;line-height:1.18;letter-spacing:-.03em}
.support-head p{margin:0;color:rgba(255,255,255,.86)}
.support-list{padding:10px 16px}
.support-link{display:grid;grid-template-columns:38px 1fr auto;gap:12px;align-items:center;padding:14px 7px;text-decoration:none;border-bottom:1px solid var(--line)}
.support-link:last-child{border-bottom:0}
.support-ico{width:36px;height:36px;border-radius:12px;display:grid;place-items:center;background:var(--brand-soft);color:var(--brand-action);font-weight:900}
.support-link strong,.support-link span span{display:block}
.support-link span span{font-size:12px;color:var(--muted);margin-top:2px}
.arrow{color:var(--brand-action)}
.support-email{margin:0 16px 16px;background:var(--surface-2);border:1px solid var(--line);border-radius:16px;padding:14px}
.support-email small{display:block;color:var(--muted);font-weight:700}
.support-email a{color:var(--brand-action);font-weight:800;word-break:break-all}

section{padding:58px 0}
.section-head{display:flex;justify-content:space-between;gap:28px;align-items:flex-end;margin-bottom:24px}
.kicker{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:var(--brand-action);font-weight:900}
.section-head h2{font-size:clamp(30px,4vw,48px);line-height:1.1;letter-spacing:-.04em;margin:7px 0 7px}
.sub{color:var(--muted);max-width:760px;margin:0}
.games{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.game-card{
  display:grid;grid-template-columns:118px minmax(0,1fr);gap:18px;min-height:232px;text-decoration:none;padding:18px;border-radius:22px;
  border:1px solid var(--line);background:#fff;box-shadow:0 7px 24px rgba(16,35,49,.04);transition:.18s ease
}
.game-card-art{height:118px;border-radius:22px;overflow:hidden;background:var(--brand-soft);display:grid;place-items:center}
.game-card-content{display:flex;flex-direction:column;min-width:0}
.game-card:hover{transform:translateY(-3px);box-shadow:0 18px 46px rgba(16,35,49,.09)}
.game-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.game-icon{width:62px;height:62px;border-radius:18px;display:grid;place-items:center;background:var(--brand-soft);font-size:30px}
.game-artwork{width:100%;height:100%;object-fit:cover;border-radius:18px}
.game-card-art .game-artwork,.game-detail-art .game-artwork{border-radius:0}
.age-chip{font-size:11px;font-weight:800;color:var(--brand-action);background:var(--brand-soft);border-radius:999px;padding:6px 9px;white-space:nowrap}
.badge{font-size:11px;font-weight:900;border-radius:999px;padding:6px 9px;background:#F1F4F6;color:var(--muted)}
.badge-development{background:var(--yellow-soft);color:#8A6810}
.badge-approved{background:#E4EFFA;color:#2D6F9D}
.badge-released{background:var(--green-soft);color:#32743A}
.approved-release{background:#F3F9FE;border-color:#B8D9F1;color:#285E86}
.game-card h3{font-size:25px;margin:19px 0 8px;letter-spacing:-.025em}
.game-card-content h3{margin:12px 0 6px}
.game-card p{color:var(--muted);margin:0 0 18px}
.chips{display:flex;gap:7px;flex-wrap:wrap;margin-top:auto}
.chip{font-size:11px;padding:5px 8px;border-radius:999px;background:var(--surface-2);border:1px solid var(--line);color:var(--muted)}
.game-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:20px;padding-top:15px;border-top:1px solid var(--line);font-size:12px;color:var(--muted)}
.game-card-content .game-foot{margin-top:auto;padding-top:12px}
.details{color:var(--brand-action);font-weight:800}

.benefit-section{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.benefits,.standards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.benefit,.standard,.info-card,.privacy-card{
  border:1px solid var(--line);border-radius:18px;padding:18px;background:var(--surface-2)
}
.benefit-icon,.standard-icon{font-size:24px;margin-bottom:10px}
.benefit strong,.standard strong,.info-card strong,.privacy-card strong{display:block;margin-bottom:5px}
.benefit span,.standard span,.info-card p,.privacy-card span{color:var(--muted);font-size:14px;margin:0}
.parent-note{
  margin-top:18px;border-radius:18px;padding:18px 20px;background:var(--brand-soft);border:1px solid #CFE8F7;color:var(--text)
}
.parent-note strong{color:var(--brand-action)}

.page{padding:58px 0 80px}
.page-card{
  max-width:940px;margin:0 auto;background:#fff;border:1px solid var(--line);border-radius:28px;padding:clamp(24px,4vw,44px);
  box-shadow:var(--shadow)
}
.page-card h1{font-size:clamp(36px,5vw,56px);line-height:1.04;letter-spacing:-.045em;margin:16px 0}
.page-card h2{font-size:25px;margin:34px 0 10px;letter-spacing:-.025em}
.page-card p,.page-card li{color:var(--muted)}
.page-card strong{color:var(--text)}
.breadcrumb{font-weight:800;color:var(--brand-action);text-decoration:none}
.info-grid,.privacy-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:22px 0}
.privacy-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.steps{padding-left:22px}
.steps li{margin:8px 0}
.faq{display:grid;gap:10px}
.faq-item{border:1px solid var(--line);border-radius:16px;padding:16px;background:var(--surface-2)}
.faq-item p{margin:4px 0}
.text-link{color:var(--brand-action);font-weight:800}
.contact-box,.notice,.release-box{
  border:1px solid var(--line);background:var(--surface-2);border-radius:18px;padding:18px
}
.notice{background:var(--yellow-soft);border-color:#F0DEA0}
.email{display:inline-block;margin:8px 0 14px;color:var(--brand-action);font-size:18px;font-weight:900;word-break:break-all}
.feature-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;padding:0;list-style:none}
.feature-list li{border:1px solid var(--line);background:var(--surface-2);border-radius:14px;padding:12px 14px}
.meta{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0}
.meta span{font-size:12px;border-radius:999px;padding:7px 10px;background:var(--brand-soft);color:var(--brand-action);font-weight:800}
.game-detail-hero{display:grid;grid-template-columns:150px minmax(0,1fr);gap:26px;align-items:center;margin:22px 0 8px}
.game-detail-art{width:150px;height:150px;border-radius:34px;overflow:hidden;background:var(--brand-soft);box-shadow:0 12px 28px rgba(16,35,49,.12)}
.game-detail-hero h1{margin:12px 0 10px}
.game-screenshots{display:flex;gap:12px;overflow-x:auto;padding:4px 0 10px}
.game-screenshots img{max-height:280px;width:auto;border:1px solid var(--line);border-radius:18px;box-shadow:0 8px 22px rgba(16,35,49,.08)}
.game-support-link{margin-top:20px}

footer{border-top:1px solid var(--line);padding:28px 0 38px;color:var(--muted);font-size:13px}
.footer-row{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}
.footer-row strong{color:var(--text);font-size:16px}
.footer-links{display:flex;gap:14px;flex-wrap:wrap;justify-content:flex-end}
.footer-links a{color:var(--muted)}
.footer-email{word-break:break-all}
.not-found{text-align:center}
.not-found .brand-icon{margin:0 auto}

@media(max-width:900px){
  .hero-grid{grid-template-columns:1fr;gap:34px}
  .games,.benefits,.standards{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .wrap{width:min(100% - 24px,1160px)}
  .nav{min-height:64px}
  .brand-logo{width:142px}
  .nav-links{gap:1px;overflow-x:auto}
  .nav-links a,.lang{padding:8px 7px;font-size:12px;white-space:nowrap}
  .hero{padding:50px 0 36px}
  .hero h1{font-size:43px}
  section{padding:42px 0}
  .games,.benefits,.standards,.info-grid,.privacy-grid,.feature-list{grid-template-columns:1fr}
  .game-card{grid-template-columns:92px minmax(0,1fr);gap:14px;padding:14px;min-height:0}
  .game-card-art{height:92px;border-radius:18px}
  .game-card h3{font-size:21px}
  .game-detail-hero{grid-template-columns:1fr;gap:18px}
  .game-detail-art{width:116px;height:116px;border-radius:28px}
  .section-head{align-items:flex-start;flex-direction:column}
  .support-panel,.page-card{border-radius:21px}
  .footer-row{flex-direction:column}
  .footer-links{justify-content:flex-start}
}
