:root {
  --ink: #030e19;
  --ink-soft: #071827;
  --panel: rgba(11, 30, 45, .82);
  --panel-strong: #0b2031;
  --gold: #f3c75f;
  --gold-bright: #ffd978;
  --gold-deep: #b57922;
  --cream: #f7f1e5;
  --muted: #93a2af;
  --emerald: #0d6a56;
  --coral: #a64e42;
  --line: rgba(243, 199, 95, .2);
  --shadow: 0 28px 80px rgba(0, 0, 0, .38);
  --radius: 22px;
  --container: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--cream);
  background:
    radial-gradient(circle at 88% 8%, rgba(70, 94, 101, .18), transparent 25rem),
    radial-gradient(circle at 10% 30%, rgba(9, 102, 82, .09), transparent 30rem),
    var(--ink);
  font-family: "Manrope", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 99; background: var(--gold); color: #08121b; padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.announcement {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 8px 20px;
  color: #b7c2cb;
  background: #02101c;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  font-size: 11px;
  letter-spacing: .04em;
}
.announcement strong { color: #fff5da; }
.announcement__shield { color: var(--gold); font-size: 16px; }
.announcement__divider { width: 1px; height: 12px; background: rgba(255, 255, 255, .2); }

.site-header { position: sticky; top: 0; z-index: 30; background: rgba(3, 14, 25, .86); border-bottom: 1px solid rgba(255, 255, 255, .07); backdrop-filter: blur(18px); }
.nav-wrap { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--gold-bright); font-family: "Playfair Display", serif; font-size: 20px; font-weight: 700; letter-spacing: .04em; white-space: nowrap; }
.brand__mark { width: 43px; height: 48px; display: grid; place-items: center; color: var(--gold); background: linear-gradient(145deg, rgba(243,199,95,.2), rgba(243,199,95,.02)); border: 2px solid var(--gold); border-radius: 16px 16px 21px 21px; transform: scale(.82) rotate(45deg); box-shadow: inset 0 0 20px rgba(243,199,95,.1), 0 0 22px rgba(243,199,95,.12); }
.brand__mark span { transform: rotate(-45deg); font-family: serif; font-size: 22px; }
.desktop-nav { display: flex; align-items: stretch; height: 100%; gap: 28px; }
.desktop-nav a { position: relative; display: inline-flex; align-items: center; color: #c6d0d7; font-size: 13px; font-weight: 600; transition: color .25s ease; }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--gold-bright); }
.desktop-nav a.active::after { content: ""; position: absolute; bottom: 17px; left: 0; right: 0; height: 2px; background: var(--gold); border-radius: 2px; box-shadow: 0 0 12px var(--gold); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.btn { min-height: 52px; padding: 0 23px; display: inline-flex; justify-content: center; align-items: center; gap: 14px; border-radius: 10px; font-size: 13px; font-weight: 800; letter-spacing: -.01em; border: 1px solid transparent; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.btn:hover { transform: translateY(-2px); }
.btn--small { min-height: 42px; padding-inline: 17px; }
.btn--gold { color: #151105; background: linear-gradient(135deg, #ffe395 0%, #e6ae3d 58%, #f7d774 100%); box-shadow: inset 0 1px 0 #fff2bf, 0 10px 30px rgba(227, 165, 51, .18); }
.btn--gold:hover { box-shadow: inset 0 1px 0 #fff2bf, 0 14px 36px rgba(227, 165, 51, .3); }
.btn--ghost, .btn--outline { border-color: rgba(243, 199, 95, .55); color: #f4ead7; background: rgba(4, 16, 28, .55); }
.btn--outline:hover, .btn--ghost:hover { border-color: var(--gold); }
.menu-button { display: none; width: 42px; height: 42px; padding: 10px; border: 1px solid var(--line); border-radius: 9px; background: rgba(255,255,255,.03); }
.menu-button span { display: block; height: 2px; margin: 4px 0; background: var(--cream); }

.hero { position: relative; min-height: 750px; overflow: hidden; padding: 86px 0 34px; isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -3; opacity: .17; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 75%); }
.hero__grid { min-height: 530px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 24px; }
.hero__copy { position: relative; z-index: 3; padding-bottom: 46px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; color: #d9b35c; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; }
.eyebrow span { width: 34px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold)); }
h1 { margin: 0; max-width: 660px; font-size: clamp(58px, 6vw, 88px); line-height: .98; letter-spacing: -.055em; font-weight: 800; }
h1 em { display: inline-block; color: transparent; font-style: normal; background: linear-gradient(110deg, #fff2c4 5%, #e8b749 55%, #fff0ae); -webkit-background-clip: text; background-clip: text; }
.hero__copy > p { max-width: 560px; margin: 26px 0 30px; color: #b9c4cb; font-size: 17px; line-height: 1.8; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 13px; }
.book-icon { color: var(--gold); font-size: 18px; }
.hero__note { display: flex; align-items: center; gap: 8px; margin-top: 22px; color: #778994; font-size: 11px; }
.hero__note span { width: 17px; height: 17px; display: grid; place-items: center; color: #7fd7ae; background: rgba(36, 139, 100, .13); border: 1px solid rgba(91, 202, 158, .24); border-radius: 50%; }
.hero__visual { position: relative; min-height: 590px; display: grid; place-items: center; }
.hero__visual img { position: absolute; z-index: 2; width: min(620px, 57vw); height: 700px; object-fit: contain; object-position: center; filter: drop-shadow(0 42px 55px rgba(0,0,0,.55)); mix-blend-mode: screen; transform: translate(24px, 8px); }
.hero__orb { position: absolute; width: 590px; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(211,158,47,.24) 0, rgba(9,95,77,.12) 32%, rgba(5,18,31,0) 69%); filter: blur(4px); }
.hero__glow { position: absolute; z-index: -2; border-radius: 50%; filter: blur(70px); pointer-events: none; }
.hero__glow--one { width: 430px; height: 430px; right: 5%; top: 6%; background: rgba(176, 125, 28, .13); }
.hero__glow--two { width: 360px; height: 360px; left: -10%; top: 36%; background: rgba(0, 100, 82, .1); }
.spark { position: absolute; z-index: 4; color: var(--gold); filter: drop-shadow(0 0 8px var(--gold)); animation: float 4s ease-in-out infinite; }
.spark--one { top: 16%; right: 10%; font-size: 20px; }
.spark--two { top: 37%; left: 8%; font-size: 13px; animation-delay: -1.5s; }
.spark--three { bottom: 15%; right: 4%; font-size: 26px; animation-delay: -2.5s; }

.trust-bar { position: relative; z-index: 6; display: grid; grid-template-columns: repeat(4, 1fr); min-height: 92px; background: linear-gradient(105deg, rgba(13,38,54,.91), rgba(8,24,38,.92)); border: 1px solid rgba(243,199,95,.26); border-radius: 18px; box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.04); }
.trust-item { position: relative; display: flex; align-items: center; justify-content: center; gap: 15px; padding: 20px; }
.trust-item + .trust-item::before { content: ""; position: absolute; left: 0; top: 22px; bottom: 22px; width: 1px; background: var(--line); }
.trust-item strong, .trust-item small { display: block; }
.trust-item strong { font-size: 13px; }
.trust-item small { margin-top: 5px; color: #7f929e; font-size: 10px; }
.mini-icon { width: 54px; height: 36px; flex: 0 0 auto; background-image: url('/assets/images/icon-set-3d.webp'); background-size: 300% 300%; filter: drop-shadow(0 7px 8px rgba(0,0,0,.4)); }
.mini-icon--book { background-position: 50% 50%; }
.mini-icon--trophy { background-position: 0 50%; }
.mini-icon--compass { background-position: 0 100%; }
.mini-icon--shield { background-position: 100% 50%; }

.section { padding: 100px 0; }
.section--intro { min-height: 500px; background: linear-gradient(to bottom, rgba(6, 21, 33, .6), rgba(3, 14, 25, 0)); }
.section-heading { display: grid; grid-template-columns: minmax(40px, 180px) auto minmax(40px, 180px); align-items: center; justify-content: center; gap: 22px; text-align: center; }
.section-heading span { color: #b99852; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.section-heading h2 { margin: 8px 0 0; font-size: clamp(28px, 3vw, 43px); letter-spacing: -.035em; }
.heading-line { height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }

.section h2 { margin-top: 0; }
.overline { display: inline-block; margin-bottom: 13px; color: #d4ad52; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.reveal { opacity: 1; transform: translateY(0); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 46px; }
.feature-card { position: relative; min-height: 405px; padding: 25px 27px 27px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); background: linear-gradient(145deg, rgba(11,35,44,.96), rgba(5,18,29,.98)); box-shadow: 0 24px 50px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.04); transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease; }
.feature-card::before { content: ""; position: absolute; inset: 0; opacity: .45; pointer-events: none; background: radial-gradient(circle at 50% 25%, var(--card-glow, rgba(31,129,103,.3)), transparent 45%); }
.feature-card:hover { transform: translateY(-8px); border-color: rgba(243,199,95,.42); box-shadow: 0 32px 65px rgba(0,0,0,.36), inset 0 1px 0 rgba(255,255,255,.06); }
.feature-card--green { --card-glow: rgba(12,122,89,.43); border-color: rgba(42,162,126,.28); }
.feature-card--purple { --card-glow: rgba(103,57,132,.43); border-color: rgba(154,95,175,.3); }
.feature-card--blue { --card-glow: rgba(38,87,149,.45); border-color: rgba(70,122,179,.3); }
.feature-card--red { --card-glow: rgba(143,54,47,.45); border-color: rgba(179,76,65,.35); }
.card-kicker { position: relative; z-index: 2; color: #8da0aa; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.icon-3d { position: relative; z-index: 2; width: 150px; height: 100px; margin-inline: auto; background-image: url('/assets/images/icon-set-3d.webp'); background-repeat: no-repeat; background-size: 300% 300%; filter: drop-shadow(0 18px 16px rgba(0,0,0,.45)); }
.icon-3d--cards { background-position: 0 0; }
.icon-3d--balls { background-position: 50% 0; }
.icon-3d--controller { background-position: 100% 0; }
.icon-3d--trophy { background-position: 0 50%; }
.icon-3d--book { background-position: 50% 50%; }
.icon-3d--shield { background-position: 100% 50%; }
.icon-3d--compass { background-position: 0 100%; }
.icon-3d--headset { background-position: 50% 100%; }
.icon-3d--envelope { background-position: 100% 100%; }
.cms-custom-hero { position:relative; z-index:2; width:min(100%,430px); max-height:380px; object-fit:contain; filter:drop-shadow(0 28px 35px rgba(0,0,0,.45)); }
.feature-card .icon-3d { width: 210px; height: 140px; margin: 4px auto 5px; transform: scale(1.05); transition: transform .35s ease; }
.feature-card:hover .icon-3d { transform: scale(1.12) translateY(-3px); }
.feature-card h3 { position: relative; z-index: 2; margin: 0 0 7px; font-size: 24px; letter-spacing: -.035em; }
.feature-card p { position: relative; z-index: 2; min-height: 62px; margin: 0 0 18px; color: #93a3ad; font-size: 12px; line-height: 1.65; }
.feature-card a { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; color: #f2d487; font-size: 11px; font-weight: 800; }
.feature-card a span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(243,199,95,.28); border-radius: 50%; }

.section--games { padding-top: 60px; background: radial-gradient(circle at 50% 20%, rgba(29,54,70,.28), transparent 44%); }
.game-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 13px; margin-top: 42px; }
.game-card { position: relative; min-height: 220px; display: flex; flex-direction: column; align-items: center; padding: 19px 12px 16px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 17px; background: linear-gradient(150deg, rgba(13,36,50,.94), rgba(7,22,34,.95)); text-align: center; transition: transform .3s ease, border-color .3s ease; }
.game-card:nth-child(2), .game-card:nth-child(5) { background: linear-gradient(150deg, rgba(46,28,54,.9), rgba(15,20,35,.96)); }
.game-card:nth-child(3), .game-card:nth-child(6) { background: linear-gradient(150deg, rgba(9,46,57,.94), rgba(8,21,34,.96)); }
.game-card:hover { transform: translateY(-6px); border-color: rgba(243,199,95,.38); }
.game-card .icon-3d { width: 130px; height: 87px; margin-bottom: 10px; }
.game-card strong { font-size: 14px; }
.game-card small { margin-top: 5px; color: #7f919c; font-size: 9px; }
.game-card > span { position: absolute; right: 13px; bottom: 12px; color: var(--gold); opacity: .55; }
.info-note { width: fit-content; margin: 23px auto 0; display: flex; align-items: center; gap: 10px; color: #71828d; font-size: 10px; }
.info-note span { width: 18px; height: 18px; display: grid; place-items: center; border: 1px solid #9d7c36; border-radius: 50%; color: var(--gold); font-weight: 800; }

.section--learn { padding-block: 85px; }
.learn-panel { position: relative; min-height: 530px; display: grid; grid-template-columns: .85fr 1fr 1.05fr; align-items: center; gap: 34px; padding: 55px 56px; border: 1px solid rgba(243,199,95,.22); border-radius: 26px; background: linear-gradient(115deg, rgba(8,31,40,.97), rgba(10,25,41,.96) 55%, rgba(23,26,40,.95)); box-shadow: var(--shadow); overflow: hidden; }
.learn-panel::before { content: ""; position: absolute; width: 360px; height: 360px; right: -90px; top: -110px; border-radius: 50%; background: rgba(140,91,31,.15); filter: blur(30px); }
.learn-copy { position: relative; z-index: 2; }
.learn-copy h2, .responsible-panel h2, .faq-intro h2 { margin: 0; font-size: clamp(34px, 3.4vw, 50px); line-height: 1.08; letter-spacing: -.045em; }
.learn-copy h2 em, .responsible-panel h2 em, .faq-intro h2 em { color: var(--gold); font-style: normal; }
.learn-copy p { margin: 22px 0 28px; color: #94a5ae; font-size: 13px; line-height: 1.75; }
.lesson-steps { display: grid; gap: 12px; }
.lesson-step { display: grid; grid-template-columns: 52px 1fr; gap: 15px; align-items: center; padding: 15px; border: 1px solid rgba(255,255,255,.1); border-radius: 13px; background: rgba(255,255,255,.035); }
.lesson-step:nth-child(1) b { background: linear-gradient(145deg, #2b8d69, #164d3e); }
.lesson-step:nth-child(2) b { background: linear-gradient(145deg, #6c548a, #342b56); }
.lesson-step:nth-child(3) b { background: linear-gradient(145deg, #3e70a8, #1d3e69); }
.lesson-step b { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 12px; color: white; font-size: 20px; box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 8px 16px rgba(0,0,0,.28); }
.lesson-step strong, .lesson-step small { display: block; }
.lesson-step strong { font-size: 12px; }
.lesson-step small { margin-top: 5px; color: #7f919c; font-size: 9px; line-height: 1.45; }
.lesson-phone { position: relative; z-index: 2; min-height: 440px; padding: 35px 27px 24px; border: 6px solid #161b22; border-radius: 36px; background: linear-gradient(160deg, #102638, #071621); box-shadow: 0 30px 60px rgba(0,0,0,.56), inset 0 0 0 1px rgba(243,199,95,.4); transform: rotate(5deg); }
.lesson-phone__speaker { position: absolute; width: 80px; height: 7px; top: 13px; left: 50%; transform: translateX(-50%); border-radius: 5px; background: #01070c; }
.phone-top { display: flex; justify-content: space-between; color: #b5c1c7; font-size: 8px; }
.phone-top b { color: #d9b65e; }
.progress { height: 4px; margin: 15px 0 28px; border-radius: 3px; background: rgba(255,255,255,.08); }
.progress span { display: block; width: 48%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #2fa879, #e1ba56); }
.lesson-phone h3 { margin: 0 0 9px; font-size: 18px; }
.lesson-phone p { color: #82949e; font-size: 9px; line-height: 1.5; }
.playing-cards { display: flex; gap: 5px; margin-block: 20px; }
.playing-cards span { width: 45px; height: 62px; padding: 8px 5px; color: #bb3229; background: #f4eee1; border-radius: 6px; box-shadow: 0 6px 10px rgba(0,0,0,.3); font-family: serif; font-size: 16px; font-weight: 800; }
.lesson-phone ul { padding: 0; list-style: none; color: #8bc6a6; font-size: 9px; line-height: 2; }
.lesson-phone button { width: 100%; height: 36px; margin-top: 10px; color: #05150d; border: 0; border-radius: 8px; background: linear-gradient(135deg, #56c99a, #2b8b65); font-weight: 800; }

.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 45px; }
.article-card { overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 19px; background: rgba(9,25,37,.9); box-shadow: 0 22px 44px rgba(0,0,0,.2); transition: transform .35s ease, border-color .35s ease; }
.article-card:hover { transform: translateY(-7px); border-color: rgba(243,199,95,.36); }
.article-card__visual { position: relative; height: 195px; display: grid; place-items: center; overflow: hidden; }
.article-card__visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 60%, rgba(4,15,24,.8)); }
.article-card__visual--green { background: radial-gradient(circle, rgba(28,132,99,.52), transparent 63%), #0b2929; }
.article-card__visual--purple { background: radial-gradient(circle, rgba(115,72,153,.55), transparent 63%), #241b37; }
.article-card__visual--gold { background: radial-gradient(circle, rgba(173,118,33,.55), transparent 63%), #2f2718; }
.article-card__visual .icon-3d { width: 225px; height: 150px; transform: scale(1.08); }
.article-card__visual > span { position: absolute; z-index: 3; left: 17px; top: 15px; padding: 7px 10px; color: #f1d483; border: 1px solid rgba(243,199,95,.25); border-radius: 999px; background: rgba(3,14,25,.74); font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.article-card__body { padding: 22px 23px 25px; }
.article-card__body small { color: #9b7e3e; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }
.article-card__body h3 { margin: 11px 0 10px; font-size: 18px; line-height: 1.35; }
.article-card__body p { min-height: 58px; color: #8798a2; font-size: 11px; line-height: 1.6; }
.article-card__body a { display: inline-flex; gap: 12px; margin-top: 8px; color: var(--gold); font-size: 11px; font-weight: 800; }

.home-editorial { position: relative; padding: 70px 0 110px; overflow: hidden; }
.home-editorial::before { content: ""; position: absolute; width: 620px; height: 620px; left: -310px; top: 12%; border-radius: 50%; background: rgba(12,112,89,.08); filter: blur(70px); pointer-events: none; }
.home-editorial__intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; margin-bottom: 55px; padding-bottom: 50px; border-bottom: 1px solid rgba(255,255,255,.075); }
.home-editorial__title h2 { margin: 0; max-width: 540px; font-size: clamp(36px, 4vw, 56px); line-height: 1.09; letter-spacing: -.05em; }
.home-editorial__title h2 em { color: var(--gold); font-style: normal; }
.home-editorial__lead p { margin: 0 0 18px; color: #96a6ae; font-size: 13px; line-height: 1.85; }
.home-topic-list { display: grid; gap: 22px; }
.home-topic { --topic-accent: rgba(52,158,119,.4); position: relative; display: grid; grid-template-columns: 320px 1fr; gap: 35px; align-items: stretch; padding: 32px 38px 36px 26px; overflow: hidden; border: 1px solid rgba(255,255,255,.09); border-radius: 22px; background: linear-gradient(120deg, rgba(8,29,40,.94), rgba(7,20,32,.96)); box-shadow: 0 25px 55px rgba(0,0,0,.22); }
.home-topic::after { content: ""; position: absolute; width: 330px; height: 330px; left: -70px; top: -95px; border-radius: 50%; background: var(--topic-accent); filter: blur(65px); opacity: .45; pointer-events: none; }
.home-topic--purple { --topic-accent: rgba(123,73,152,.42); }
.home-topic--blue { --topic-accent: rgba(53,101,164,.42); }
.home-topic--red { --topic-accent: rgba(155,67,58,.42); }
.home-topic__visual { position: relative; z-index: 2; min-height: 315px; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.08); border-radius: 17px; background: radial-gradient(circle at 50% 42%, var(--topic-accent), transparent 65%), rgba(4,16,27,.64); }
.home-topic__visual::before { content: ""; position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 34px 34px; }
.home-topic__visual > span { position: absolute; left: 17px; top: 13px; color: rgba(255,255,255,.15); font-size: 34px; font-weight: 800; letter-spacing: -.06em; }
.home-topic__visual .icon-3d { width: 290px; height: 194px; transform: scale(1.06); transition: transform .4s ease; }
.home-topic:hover .home-topic__visual .icon-3d { transform: scale(1.13) translateY(-4px); }
.home-topic__content { position: relative; z-index: 2; padding: 7px 0; }
.home-topic__tag { color: #c4a450; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .15em; }
.home-topic__content h3 { margin: 10px 0 15px; font-size: clamp(24px, 2.5vw, 34px); line-height: 1.2; letter-spacing: -.04em; }
.home-topic__content p { margin: 0 0 13px; color: #8d9da6; font-size: 12px; line-height: 1.8; }
.home-topic__content p a { color: #e4bf62; text-decoration: underline; text-decoration-color: rgba(228,191,98,.35); text-underline-offset: 3px; }
.home-topic__link { display: inline-flex; align-items: center; gap: 16px; margin-top: 5px; color: #f1d282; font-size: 11px; font-weight: 800; }
.home-topic__link span { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid rgba(243,199,95,.25); border-radius: 50%; transition: transform .25s ease, background .25s ease; }
.home-topic__link:hover span { transform: translateX(4px); background: rgba(243,199,95,.08); }

.home-research { padding: 100px 0 110px; background: linear-gradient(180deg, rgba(10,30,43,.35), rgba(4,15,25,.08)); }
.home-research__intro { max-width: 790px; margin: 24px auto 44px; color: #8c9ca5; text-align: center; font-size: 13px; line-height: 1.75; }
.home-research__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.home-research__grid article { position: relative; min-height: 220px; padding: 28px 25px 25px; overflow: hidden; border: 1px solid rgba(255,255,255,.085); border-radius: 17px; background: rgba(8,26,39,.78); transition: transform .3s ease, border-color .3s ease; }
.home-research__grid article:hover { transform: translateY(-5px); border-color: rgba(243,199,95,.3); }
.home-research__grid article::after { content: ""; position: absolute; width: 120px; height: 120px; right: -50px; bottom: -55px; border-radius: 50%; background: rgba(37,126,98,.11); }
.home-research__grid article:nth-child(2n)::after { background: rgba(119,73,143,.12); }
.home-research__grid article b { width: 33px; height: 33px; display: grid; place-items: center; color: #e9c971; border: 1px solid rgba(243,199,95,.25); border-radius: 9px; background: rgba(243,199,95,.055); font-size: 10px; }
.home-research__grid article h3 { margin: 19px 0 10px; font-size: 17px; }
.home-research__grid article p { margin: 0; color: #7f909a; font-size: 11px; line-height: 1.72; }

.home-freshness { padding: 10px 0 100px; }
.home-freshness__panel { position: relative; display: grid; grid-template-columns: 1.25fr .75fr; gap: 55px; align-items: center; padding: 55px 60px; overflow: hidden; border: 1px solid rgba(83,165,134,.27); border-radius: 24px; background: linear-gradient(120deg, rgba(9,52,45,.78), rgba(9,30,42,.94) 58%, rgba(36,26,48,.85)); box-shadow: var(--shadow); }
.home-freshness__panel::before { content: ""; position: absolute; width: 430px; height: 430px; right: -160px; top: -170px; border-radius: 50%; background: rgba(190,135,39,.13); filter: blur(45px); }
.home-freshness__copy, .home-freshness__facts { position: relative; z-index: 2; }
.home-freshness__copy h2 { margin: 0 0 18px; font-size: clamp(34px, 3.4vw, 48px); letter-spacing: -.045em; }
.home-freshness__copy p { margin: 0 0 14px; color: #98abae; font-size: 12px; line-height: 1.8; }
.home-freshness__facts { display: grid; gap: 10px; }
.home-freshness__facts > div { padding: 15px 17px; border: 1px solid rgba(255,255,255,.09); border-radius: 12px; background: rgba(3,15,24,.35); }
.home-freshness__facts span, .home-freshness__facts strong, .home-freshness__facts small { display: block; }
.home-freshness__facts span { color: #9b844d; font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.home-freshness__facts strong { margin-top: 5px; font-size: 13px; }
.home-freshness__facts small { margin-top: 3px; color: #71848c; font-size: 9px; line-height: 1.45; }
.home-freshness__facts .btn { margin-top: 4px; }

.section--process { background: linear-gradient(180deg, transparent, rgba(11,30,44,.35), transparent); }
.process-grid { display: grid; grid-template-columns: 1fr 75px 1fr 75px 1fr; align-items: center; margin-top: 50px; }
.process-card { position: relative; min-height: 290px; padding: 25px 25px 28px; text-align: center; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: rgba(7,25,37,.72); }
.process-card .icon-3d { width: 160px; height: 107px; margin-top: 11px; }
.process-card h3 { margin: 3px 0 7px; font-size: 18px; }
.process-card p { margin: 0 auto; max-width: 230px; color: #7e909b; font-size: 11px; line-height: 1.6; }
.process-number { position: absolute; top: -17px; left: 50%; width: 35px; height: 35px; display: grid; place-items: center; transform: translateX(-50%); border: 1px solid rgba(243,199,95,.36); border-radius: 50%; color: white; background: linear-gradient(145deg, #246b55, #102e29); box-shadow: 0 7px 20px rgba(0,0,0,.35); font-weight: 800; }
.process-card:nth-of-type(2) .process-number { background: linear-gradient(145deg, #634b78, #302942); }
.process-card:nth-of-type(3) .process-number { background: linear-gradient(145deg, #365f90, #1c344e); }
.process-arrow { color: #b9903a; font-size: 16px; letter-spacing: 2px; text-align: center; opacity: .7; }

.section--responsible { padding-top: 30px; }
.responsible-panel { position: relative; min-height: 340px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; padding: 55px 65px; overflow: hidden; border: 1px solid rgba(61,155,116,.35); border-radius: 25px; background: linear-gradient(110deg, #0a3c35, #072d2b 52%, #0c202c); box-shadow: var(--shadow); }
.responsible-panel::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(circle at 85% 30%, rgba(243,199,95,.18), transparent 28%), linear-gradient(135deg, transparent 55%, rgba(255,255,255,.025) 55%); pointer-events: none; }
.responsible-panel__copy { position: relative; z-index: 2; }
.responsible-panel__copy p { max-width: 560px; margin: 18px 0 25px; color: #a1b6b2; font-size: 13px; line-height: 1.7; }
.responsible-panel__art { position: relative; z-index: 2; min-height: 230px; display: grid; place-items: center; }
.responsible-panel__art .icon-3d { width: 330px; height: 220px; transform: scale(1.12); }
.safe-chip { position: absolute; right: 10%; top: 18%; width: 58px; height: 58px; display: grid; place-items: center; border: 2px solid var(--gold); border-radius: 50%; color: var(--gold); background: #08212b; font-weight: 800; box-shadow: 0 13px 25px rgba(0,0,0,.4); }
.safe-chip--two { left: 7%; top: auto; bottom: 6%; width: 42px; height: 42px; color: #6cd5a8; border-color: #45aa80; }

.section--faq { padding-bottom: 80px; }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 60px; align-items: start; }
.faq-intro > p { margin: 19px 0 25px; color: #8396a0; font-size: 12px; line-height: 1.7; }
.faq-help { display: flex; align-items: center; gap: 15px; padding: 14px 17px; border: 1px solid rgba(255,255,255,.08); border-radius: 14px; background: rgba(255,255,255,.025); }
.faq-help .icon-3d { width: 82px; height: 55px; margin: 0; }
.faq-help small, .faq-help strong, .faq-help a { display: block; }
.faq-help small { color: #70828c; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.faq-help strong { margin-top: 3px; font-size: 11px; }
.faq-help a { margin-top: 4px; color: var(--gold); font-size: 9px; }
.accordion { display: grid; gap: 10px; }
.faq-item { overflow: hidden; border: 1px solid rgba(255,255,255,.095); border-radius: 13px; background: rgba(8,25,38,.8); transition: border-color .25s ease, background .25s ease; }
.faq-item.is-open { border-color: rgba(243,199,95,.28); background: rgba(12,31,43,.95); }
.faq-item button { width: 100%; min-height: 65px; display: flex; justify-content: space-between; align-items: center; padding: 0 21px; color: #edf0ed; border: 0; background: transparent; text-align: left; font: 700 13px "Manrope", sans-serif; cursor: pointer; }
.faq-item button b { width: 26px; height: 26px; display: grid; place-items: center; border: 1px solid rgba(243,199,95,.22); border-radius: 50%; color: var(--gold); font-size: 16px; }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s ease; }
.faq-answer p { overflow: hidden; margin: 0; padding: 0 21px; color: #8798a2; font-size: 11px; line-height: 1.7; transition: padding .35s ease; }
.faq-item.is-open .faq-answer { grid-template-rows: 1fr; }
.faq-item.is-open .faq-answer p { padding-bottom: 21px; }

.newsletter-section { padding: 0 0 90px; }
.newsletter { min-height: 170px; display: grid; grid-template-columns: 130px .9fr 1.2fr; align-items: center; gap: 26px; padding: 28px 40px; border: 1px solid rgba(127,92,165,.25); border-radius: 20px; background: linear-gradient(105deg, rgba(37,26,54,.95), rgba(15,26,43,.95) 55%, rgba(7,33,42,.92)); box-shadow: var(--shadow); }
.newsletter__icon .icon-3d { width: 125px; height: 84px; }
.newsletter__copy > span { color: #ac8dcb; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.newsletter__copy h2 { margin: 7px 0 5px; font-size: 23px; letter-spacing: -.03em; }
.newsletter__copy p { margin: 0; color: #81909d; font-size: 10px; }
.newsletter__form { display: grid; grid-template-columns: 1fr auto; gap: 9px; }
.newsletter__form input { min-width: 0; height: 50px; padding: 0 17px; color: white; border: 1px solid rgba(255,255,255,.11); border-radius: 10px; outline: 0; background: rgba(2,13,23,.58); font: 500 12px "Manrope", sans-serif; }
.newsletter__form input:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(243,199,95,.1); }
.newsletter__form .btn { min-height: 50px; }
.newsletter__form small { grid-column: 1 / -1; color: #63747f; font-size: 8px; }

.site-footer { padding: 65px 0 25px; border-top: 1px solid rgba(255,255,255,.08); background: #020b13; }
.footer-grid { display: grid; grid-template-columns: 1.9fr repeat(5, 1fr); gap: 37px; }
.footer-brand .brand { font-size: 17px; }
.footer-brand .brand__mark { width: 37px; height: 40px; }
.footer-brand > p { max-width: 255px; margin: 20px 0 15px; color: #748690; font-size: 10px; line-height: 1.7; }
.footer-age { color: #c5aa6a; font-size: 9px; font-weight: 800; }
.socials { display: flex; gap: 8px; margin-top: 17px; }
.socials a { width: 29px; height: 29px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; color: #9aabb4; font-size: 11px; transition: color .25s ease, border-color .25s ease; }
.socials a:hover { color: var(--gold); border-color: var(--gold); }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer-column h3 { margin: 0 0 6px; color: #d8dee1; font-size: 11px; }
.footer-column a { color: #71828c; font-size: 9px; transition: color .25s ease; }
.footer-column a:hover { color: var(--gold); }
.footer-legal { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; margin-top: 45px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.07); color: #576a75; font-size: 8px; line-height: 1.55; }
.footer-legal p { margin: 0; }
.location-pin { color: var(--gold); font-size: 18px; }
.toast { position: fixed; left: 50%; bottom: 24px; z-index: 60; padding: 14px 20px; color: #06140e; border-radius: 10px; background: #6dd3a8; box-shadow: 0 16px 50px rgba(0,0,0,.45); font-size: 12px; font-weight: 800; opacity: 0; transform: translate(-50%, 30px); pointer-events: none; transition: opacity .3s ease, transform .3s ease; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

@keyframes float { 0%,100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-12px) rotate(8deg); } }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .nav-actions .btn--ghost { display: none; }
  .menu-button { display: block; }
  .hero__grid { grid-template-columns: 1fr 1fr; }
  .trust-item { padding-inline: 12px; }
  .category-grid { grid-template-columns: 1fr 1fr; }
  .game-grid { grid-template-columns: repeat(3, 1fr); }
  .learn-panel { grid-template-columns: 1fr 1fr; }
  .lesson-phone { grid-column: 2; grid-row: 1 / span 2; }
  .process-grid { grid-template-columns: 1fr 40px 1fr 40px 1fr; }
  .footer-grid { grid-template-columns: 1.6fr repeat(3, 1fr); }
  .footer-column:nth-last-child(-n+2) { margin-top: 15px; }
  .home-editorial__intro { gap: 45px; }
  .home-topic { grid-template-columns: 260px 1fr; padding-right: 30px; }
  .home-topic__visual { min-height: 340px; }
  .home-topic__visual .icon-3d { width: 250px; height: 167px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 30px, var(--container)); }
  .announcement { font-size: 9px; }
  .nav-wrap { height: 68px; }
  .brand { font-size: 16px; }
  .brand__mark { width: 34px; height: 38px; }
  .nav-actions { display: none; }
  .site-header.nav-open .desktop-nav { position: absolute; top: 68px; left: 0; right: 0; height: auto; display: grid; gap: 0; padding: 10px 15px 20px; border-bottom: 1px solid var(--line); background: rgba(3,14,25,.98); box-shadow: 0 25px 45px rgba(0,0,0,.5); }
  .site-header.nav-open .desktop-nav a { min-height: 47px; padding: 0 13px; border-bottom: 1px solid rgba(255,255,255,.05); }
  .site-header.nav-open .desktop-nav a.active::after { display: none; }
  .hero { min-height: auto; padding-top: 58px; }
  .hero__grid { display: flex; flex-direction: column; }
  .hero__copy { padding-bottom: 0; text-align: center; }
  .eyebrow, .hero__actions, .hero__note { justify-content: center; }
  h1 { font-size: clamp(46px, 14vw, 68px); }
  .hero__copy > p { font-size: 15px; }
  .hero__visual { width: 100%; min-height: 480px; }
  .hero__visual img { width: min(540px, 110vw); height: 550px; transform: none; }
  .trust-bar { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(3)::before { display: none; }
  .trust-item:nth-child(n+3) { border-top: 1px solid var(--line); }
  .section { padding-block: 75px; }
  .section-heading { grid-template-columns: 28px auto 28px; gap: 8px; }
  .category-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 380px; }
  .game-grid { grid-template-columns: 1fr 1fr; }
  .game-card { min-height: 210px; }
  .info-note { align-items: flex-start; text-align: left; line-height: 1.5; }
  .learn-panel { width: calc(100% - 30px); grid-template-columns: 1fr; padding: 38px 22px; }
  .lesson-phone { grid-column: 1; grid-row: auto; width: min(100%, 360px); margin: 12px auto 0; transform: rotate(1.5deg); }
  .article-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; gap: 34px; }
  .process-arrow { transform: rotate(90deg); }
  .responsible-panel { width: calc(100% - 30px); grid-template-columns: 1fr; padding: 42px 24px 25px; text-align: center; }
  .responsible-panel__copy .btn { width: 100%; }
  .responsible-panel__art { min-height: 200px; }
  .faq-layout { grid-template-columns: 1fr; gap: 35px; }
  .newsletter { width: calc(100% - 30px); grid-template-columns: 80px 1fr; padding: 26px 22px; }
  .newsletter__icon .icon-3d { width: 80px; height: 54px; }
  .newsletter__form { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1.5fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-column:nth-last-child(-n+2) { margin-top: 0; }
  .footer-legal { grid-template-columns: auto 1fr; }
  .footer-legal > span:last-child { grid-column: 2; }
  .home-editorial { padding-block: 55px 80px; }
  .home-editorial__intro { grid-template-columns: 1fr; gap: 25px; }
  .home-topic { grid-template-columns: 1fr; padding: 20px 20px 28px; }
  .home-topic__visual { min-height: 245px; }
  .home-topic__visual .icon-3d { width: 285px; height: 190px; }
  .home-topic__content { padding: 4px 4px 0; }
  .home-topic__content p { font-size: 11.5px; }
  .home-research { padding-block: 75px; }
  .home-research__grid { grid-template-columns: 1fr 1fr; }
  .home-freshness__panel { width: calc(100% - 30px); grid-template-columns: 1fr; padding: 40px 25px; gap: 30px; }
}

@media (max-width: 430px) {
  .hero__actions .btn { width: 100%; }
  .trust-bar { grid-template-columns: 1fr; }
  .trust-item + .trust-item::before { top: 0; left: 18px; right: 18px; bottom: auto; width: auto; height: 1px; }
  .trust-item:nth-child(3)::before { display: block; }
  .trust-item:nth-child(n+3) { border-top: 0; }
  .game-grid { grid-template-columns: 1fr; }
  .game-card { min-height: 205px; }
  .newsletter { grid-template-columns: 1fr; text-align: center; }
  .newsletter__icon { display: none; }
  .newsletter__form { grid-column: 1; grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px 18px; }
  .home-research__grid { grid-template-columns: 1fr; }
  .home-research__grid article { min-height: auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
