:root {
  --ink: #15152f;
  --muted: #65647a;
  --paper: #fbfaff;
  --paper-2: #f2effa;
  --navy: #11133f;
  --navy-2: #18155c;
  --violet: #6639e6;
  --violet-light: #8f6bf4;
  --blue: #1598e9;
  --cyan: #64dff9;
  --red: #f3415f;
  --green: #4ac547;
  --gold: #ffca42;
  --orange: #ff8d37;
  --radius: 28px;
  --shadow: 0 28px 80px rgba(32, 24, 89, .14);
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--paper);
  color: var(--ink);
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }
html { scroll-padding-top: 90px; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--paper); }
body::selection { background: #d8ceff; color: var(--navy); }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, select { font: inherit; }
.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; }
.section-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.ambient { position: fixed; width: 560px; height: 560px; border-radius: 50%; filter: blur(130px); opacity: .13; z-index: -1; pointer-events: none; }
.ambient-one { background: var(--violet); top: -280px; right: -180px; }
.ambient-two { background: var(--cyan); top: 520px; left: -360px; }

.site-header { position: sticky; top: 0; z-index: 50; display: flex; align-items: center; gap: 30px; width: min(1240px, calc(100% - 24px)); min-height: 74px; margin: 12px auto 0; padding: 10px 14px 10px 18px; border: 1px solid rgba(83,73,135,.12); border-radius: 22px; background: rgba(251,250,255,.86); backdrop-filter: blur(18px); box-shadow: 0 10px 40px rgba(38,30,86,.08); }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-size: 1.05rem; letter-spacing: -.02em; white-space: nowrap; }
.brand img { border-radius: 13px; box-shadow: 0 7px 18px rgba(81,50,197,.26); }
.brand strong { color: var(--violet); }
.main-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.main-nav a { color: #4f4d64; text-decoration: none; font-size: .92rem; font-weight: 650; transition: color .2s ease; }
.main-nav a:hover { color: var(--violet); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.language-picker select { border: 0; border-radius: 12px; padding: 10px 28px 10px 11px; background: var(--paper-2); color: var(--ink); font-weight: 800; cursor: pointer; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 11px; border: 0; border-radius: 16px; text-decoration: none; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 43px; padding: 0 18px; color: white; background: var(--navy); box-shadow: 0 9px 22px rgba(17,19,63,.2); }
.button-primary { min-height: 64px; padding: 10px 22px; color: white; background: linear-gradient(135deg, var(--violet), #3b6bea); box-shadow: 0 16px 34px rgba(91,55,220,.3); }
.button-primary small, .button-primary strong { display: block; line-height: 1.1; }
.button-primary small { margin-bottom: 4px; color: #dcd6ff; font-size: .67rem; font-weight: 650; text-transform: uppercase; letter-spacing: .09em; }
.button-primary strong { font-size: 1.06rem; }
.play-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,.15); font-size: .85rem; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; margin-left: auto; border: 0; border-radius: 12px; background: var(--paper-2); }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; border-radius: 99px; background: var(--ink); }

.hero { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; min-height: 740px; padding-block: 70px 90px; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--violet); font-size: .76rem; font-weight: 850; text-transform: uppercase; letter-spacing: .13em; }
.eyebrow { padding: 9px 13px; border: 1px solid rgba(102,57,230,.18); border-radius: 999px; background: rgba(102,57,230,.06); }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(74,197,71,.13); }
.hero h1 { max-width: 690px; margin: 24px 0 24px; color: var(--navy); font-size: clamp(3.9rem, 6.2vw, 6.7rem); line-height: .86; letter-spacing: -.075em; }
.hero h1 span { display: block; }
.hero h1 span:nth-child(2) { color: var(--violet); }
.hero h1 em { display: block; color: transparent; font-style: normal; -webkit-text-stroke: 2px var(--violet); }
.hero-lead { max-width: 610px; margin: 0 0 30px; color: var(--muted); font-size: clamp(1.05rem, 1.5vw, 1.25rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); font-weight: 800; text-decoration: none; }
.text-link span:last-child { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--paper-2); }
.trust-row { display: flex; gap: 18px 24px; flex-wrap: wrap; margin-top: 30px; color: #555369; font-size: .82rem; font-weight: 700; }
.trust-row > span { display: flex; align-items: center; gap: 7px; }
.trust-row i { color: var(--green); font-style: normal; font-weight: 900; }

.hero-visual { position: relative; min-height: 580px; display: grid; place-items: center; isolation: isolate; }
.hero-visual::before { content: ""; position: absolute; inset: 7% 0; z-index: -2; border-radius: 50%; background: radial-gradient(circle, rgba(102,57,230,.26), rgba(88,206,247,.08) 48%, transparent 72%); filter: blur(12px); }
.phone { position: relative; width: 320px; height: 645px; padding: 12px; border: 6px solid #17163a; border-radius: 48px; background: #0d0d23; box-shadow: 0 45px 90px rgba(25,19,75,.27), inset 0 0 0 2px #4f4e72; transform: rotate(4deg); }
.phone-speaker { position: absolute; top: 16px; left: 50%; z-index: 3; width: 84px; height: 21px; border-radius: 99px; background: #0d0d23; transform: translateX(-50%); }
.game-screen { position: relative; height: 100%; overflow: hidden; padding: 45px 13px 18px; border-radius: 34px; background: radial-gradient(circle at 50% 15%, #236bb6, transparent 28%), linear-gradient(180deg, #0b315e 0%, #111d50 54%, #2c1766 100%); }
.game-screen::before { content: ""; position: absolute; inset: 0; opacity: .18; background: repeating-radial-gradient(circle at 40% 30%, transparent 0 18px, #51a6ef 19px 20px, transparent 21px 40px); }
.game-topbar { position: relative; display: grid; grid-template-columns: 1fr 1.4fr 1fr; align-items: center; gap: 6px; color: white; text-align: center; }
.game-topbar small { display: block; color: #8ecfff; font-size: .52rem; font-weight: 800; letter-spacing: .09em; }
.game-topbar strong { font-size: 1rem; }
.score-pill { padding: 7px; border-radius: 14px; background: rgba(5,14,55,.42); box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); }
.objective { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 7px; margin: 13px 2px 10px; padding: 8px 10px; border-radius: 13px; background: rgba(255,255,255,.1); color: white; font-size: .67rem; font-weight: 750; }
.objective > span:first-child { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 7px; background: #bcecff; color: #2577bf; }
.game-board { position: relative; display: grid; grid-template-columns: repeat(7, 1fr); gap: 5px; padding: 9px; border: 2px solid rgba(130,220,255,.42); border-radius: 20px; background: rgba(4,15,58,.53); box-shadow: inset 0 0 30px rgba(48,196,255,.16); }
.board-cell { aspect-ratio: 1; display: grid; place-items: center; border-radius: 9px; background: rgba(255,255,255,.05); }
.board-gem { position: relative; width: 74%; height: 74%; filter: drop-shadow(0 5px 3px rgba(2,5,31,.35)); }
.board-gem::after { content: ""; position: absolute; top: 12%; left: 18%; width: 28%; height: 15%; border-radius: 50%; background: rgba(255,255,255,.55); transform: rotate(-25deg); }
.gem-red { border-radius: 50% 50% 48% 48%; background: linear-gradient(145deg,#ff7b88,#e71744 62%,#a90832); transform: rotate(45deg); }
.gem-red::after { transform: rotate(-70deg); }
.gem-blue { border-radius: 50%; background: radial-gradient(circle at 32% 22%,#9df1ff,#168cfa 45%,#0456bd 76%); }
.gem-green { border-radius: 25%; background: linear-gradient(145deg,#9bf455,#36be38 50%,#128928); transform: rotate(8deg); }
.gem-yellow { background: linear-gradient(145deg,#fff17c,#ffbd20 58%,#df7a00); clip-path: polygon(50% 0,63% 34%,100% 38%,71% 61%,80% 100%,50% 77%,20% 100%,29% 61%,0 38%,37% 34%); }
.gem-purple { background: linear-gradient(145deg,#ea86ff,#9c37ef 52%,#5a13b7); clip-path: polygon(50% 0,100% 50%,50% 100%,0 50%); }
.gem-orange { border-radius: 50% 50% 45% 45%; background: linear-gradient(145deg,#ffc06b,#f26b23 58%,#b8370b); }
.ice-cell { box-shadow: inset 0 0 0 3px rgba(188,236,255,.7), inset 0 0 14px #8ad5ff; }
.special-gem { animation: gemPulse 1.8s ease-in-out infinite; box-shadow: 0 0 0 3px white, 0 0 16px #60e7ff; }
@keyframes gemPulse { 50% { transform: scale(1.14) rotate(8deg); filter: drop-shadow(0 0 10px #fff); } }
.combo-burst { position: relative; display: flex; align-items: baseline; justify-content: center; gap: 7px; margin: 10px 0; color: var(--gold); font-weight: 950; font-size: .78rem; text-shadow: 0 2px 0 #8b3d00; transform: rotate(-2deg); }
.combo-burst strong { font-size: 1.35rem; }
.booster-row { position: relative; display: flex; justify-content: center; gap: 17px; }
.booster-row span { display: grid; place-items: center; width: 42px; height: 42px; border: 2px solid rgba(255,255,255,.55); border-radius: 50%; color: white; background: linear-gradient(145deg,#7661ed,#37269a); box-shadow: 0 7px 15px rgba(0,0,0,.3); font-weight: 900; }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; min-width: 175px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.7); border-radius: 17px; background: rgba(255,255,255,.88); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.floating-card > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; color: white; background: linear-gradient(145deg,var(--violet-light),var(--violet)); }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-size: .78rem; }
.floating-card small { margin-top: 2px; color: var(--muted); font-size: .65rem; }
.floating-card-top { top: 15%; right: -5%; animation: float 4s ease-in-out infinite; }
.floating-card-bottom { bottom: 16%; left: -8%; animation: float 4.6s .5s ease-in-out infinite; }
@keyframes float { 50% { transform: translateY(-10px); } }
.orbit { position: absolute; z-index: -1; border: 1px solid rgba(102,57,230,.18); border-radius: 50%; }
.orbit-one { width: 490px; height: 490px; animation: spin 16s linear infinite; }
.orbit-two { width: 400px; height: 400px; animation: spin 11s linear reverse infinite; }
.mini-gem { position: absolute; top: -10px; left: 50%; width: 28px; height: 28px; border-radius: 8px; box-shadow: 0 8px 18px rgba(69,39,163,.3); }
.mini-gem-red { background: var(--red); transform: rotate(45deg); }
.mini-gem-green { background: var(--green); }
@keyframes spin { to { transform: rotate(360deg); } }

.stats { display: grid; grid-template-columns: repeat(4,1fr); margin-bottom: 130px; padding: 28px 20px; border: 1px solid rgba(89,75,151,.12); border-radius: 25px; background: white; box-shadow: 0 18px 60px rgba(31,25,73,.08); }
.stats div { padding: 0 25px; border-right: 1px solid #e8e4f1; text-align: center; }
.stats div:last-child { border: 0; }
.stats strong, .stats span { display: block; }
.stats strong { color: var(--violet); font-size: 2.4rem; line-height: 1; }
.stats span { margin-top: 8px; color: var(--muted); font-size: .8rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }

.section-heading { max-width: 730px; margin: 0 auto 56px; text-align: center; }
.section-heading h2, .play-copy h2, .final-cta h2, .content-card h1 { margin: 14px 0 18px; color: var(--navy); font-size: clamp(2.4rem,4vw,4.2rem); line-height: 1.03; letter-spacing: -.055em; }
.section-heading p, .play-copy > p, .final-cta > p { margin: 0 auto; color: var(--muted); font-size: 1.07rem; line-height: 1.7; }
.features { padding-bottom: 140px; }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.feature-card { position: relative; min-height: 390px; overflow: hidden; padding: 34px; border: 1px solid rgba(83,73,135,.1); border-radius: var(--radius); background: white; box-shadow: 0 18px 55px rgba(35,29,77,.08); }
.feature-card::after { content: ""; position: absolute; right: -80px; bottom: -100px; width: 230px; height: 230px; border-radius: 50%; opacity: .09; background: currentColor; }
.feature-card-blue { color: var(--blue); }
.feature-card-orange { color: var(--orange); }
.feature-card-purple { color: var(--violet); }
.feature-icon { display: flex; align-items: center; justify-content: center; gap: 9px; width: 110px; height: 110px; margin-bottom: 54px; border-radius: 30px; background: currentColor; color: white; box-shadow: inset 0 0 0 1px rgba(255,255,255,.3), 0 18px 30px color-mix(in srgb,currentColor 28%,transparent); }
.feature-gem { width: 48px; height: 48px; background: radial-gradient(circle at 30% 20%,#aff8ff,#1d9ef3 48%,#0753b2); }
.gem-round { border-radius: 50%; }
.feature-icon b { color: white; font-size: 1rem; }
.crate, .ice { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 12px; }
.crate { background: #8f4c20; box-shadow: inset 0 0 0 4px #cf8650; }
.ice { background: #c4f2ff; color: #2886be; }
.booster-stack span { display: grid; place-items: center; width: 42px; height: 42px; margin-left: -18px; border: 2px solid white; border-radius: 50%; background: #35229a; font-weight: 900; }
.booster-stack span:first-child { margin-left: 0; }
.card-number { position: absolute; top: 30px; right: 31px; color: #d8d4e4; font-weight: 900; }
.feature-card h3 { margin: 0 0 14px; color: var(--ink); font-size: 1.45rem; letter-spacing: -.025em; }
.feature-card p { margin: 0; color: var(--muted); line-height: 1.72; }

.journey { position: relative; overflow: hidden; padding: 120px 0 130px; background: radial-gradient(circle at 15% 10%,rgba(76,67,196,.48),transparent 30%),radial-gradient(circle at 85% 80%,rgba(12,154,211,.3),transparent 35%),var(--navy); color: white; }
.journey::before { content: ""; position: absolute; inset: 0; opacity: .15; background: repeating-radial-gradient(circle at 20% 10%,transparent 0 52px,#756aec 53px 54px,transparent 55px 100px); }
.journey-inner { position: relative; }
.section-heading-light h2 { color: white; }
.section-heading-light p { color: #bbb9d5; }
.section-heading-light .kicker { color: #9fdffd; }
.chapter-track { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 26px; }
.chapter-track::before { content: ""; position: absolute; top: 46px; left: 10%; right: 10%; height: 1px; background: linear-gradient(90deg,transparent,#6c6bb4 12%,#6c6bb4 88%,transparent); }
.chapter-track article { position: relative; text-align: center; }
.chapter-orb { position: relative; display: grid; place-items: center; width: 92px; height: 92px; margin: 0 auto 26px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; color: white; font-weight: 900; box-shadow: 0 0 0 9px rgba(255,255,255,.05),0 16px 30px rgba(0,0,0,.22); }
.orb-gold { background: radial-gradient(circle at 30% 20%,#fff09d,#e89919 60%,#985109); }
.orb-violet { background: radial-gradient(circle at 30% 20%,#d495ff,#8236da 60%,#47168f); }
.orb-red { background: radial-gradient(circle at 30% 20%,#ff8a7d,#e83b3b 60%,#8b151e); }
.orb-blue { background: radial-gradient(circle at 30% 20%,#91edff,#207dcc 60%,#073e92); }
.chapter-track small { color: #8d8bb6; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.chapter-track h3 { margin: 8px 0 10px; font-size: 1.3rem; }
.chapter-track p { margin: 0; color: #b9b7cf; font-size: .9rem; line-height: 1.6; }

.play-your-way { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; padding-block: 140px; }
.play-copy h2 { max-width: 620px; }
.play-copy > p { max-width: 640px; margin: 0; }
.play-copy ul { display: grid; gap: 22px; padding: 0; margin: 40px 0 0; list-style: none; }
.play-copy li { display: flex; gap: 16px; }
.play-copy li > span { flex: 0 0 44px; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 14px; background: #ede8ff; color: var(--violet); font-weight: 900; }
.play-copy li strong { display: block; margin-bottom: 5px; color: var(--navy); }
.play-copy li p { margin: 0; color: var(--muted); line-height: 1.55; }
.theme-showcase { position: relative; height: 580px; }
.theme-showcase::before { content: ""; position: absolute; inset: 14%; border-radius: 50%; background: #e9e3ff; filter: blur(35px); }
.theme-card { position: absolute; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 220px; height: 285px; overflow: hidden; border: 7px solid white; border-radius: 30px; color: white; box-shadow: var(--shadow); }
.theme-card::before { content: ""; position: absolute; inset: 0; opacity: .35; background: repeating-radial-gradient(circle at 40% 40%,transparent 0 23px,white 24px 25px,transparent 26px 49px); }
.theme-card span, .theme-card img, .theme-card strong { position: relative; }
.theme-card span { font-size: 4.2rem; }
.theme-card img { width: 95px; border-radius: 22px; }
.theme-card strong { margin-top: 18px; font-size: 1.05rem; }
.theme-forest { top: 2%; left: 8%; background: linear-gradient(155deg,#164e3c,#4bab47); transform: rotate(-8deg); }
.theme-ocean { top: 9%; right: 1%; background: linear-gradient(155deg,#063c83,#15bada); transform: rotate(8deg); }
.theme-volcanic { bottom: 2%; left: 15%; background: linear-gradient(155deg,#541b2d,#ef592e); transform: rotate(6deg); }
.theme-default { right: 8%; bottom: 0; background: linear-gradient(155deg,#17255e,#6938d9); transform: rotate(-6deg); }

.faq { padding-bottom: 130px; }
.faq-list { max-width: 850px; margin: 0 auto; border-top: 1px solid #ddd8e9; }
.faq-list details { border-bottom: 1px solid #ddd8e9; }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 26px 4px; color: var(--navy); font-size: 1.1rem; font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: #ebe7f6; color: var(--violet); font-style: normal; transition: transform .2s ease; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details p { margin: -5px 52px 26px 4px; color: var(--muted); line-height: 1.7; }

.final-cta { position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: center; margin-bottom: 85px; padding: 80px 30px; border-radius: 38px; background: radial-gradient(circle at 50% 0,rgba(123,115,255,.55),transparent 35%),linear-gradient(145deg,#191655,#0e143d); color: white; text-align: center; box-shadow: 0 35px 90px rgba(28,23,79,.2); }
.final-cta img { border-radius: 28px; box-shadow: 0 18px 35px rgba(0,0,0,.35); }
.final-cta .kicker { margin-top: 28px; color: #bcefff; }
.final-cta h2 { max-width: 720px; color: white; }
.final-cta > p { max-width: 660px; color: #c5c2dc; }
.final-cta .button { margin-top: 28px; }
.cta-gem { position: absolute; width: 80px; height: 80px; background: var(--red); transform: rotate(45deg); opacity: .8; box-shadow: 0 15px 30px rgba(0,0,0,.25); }
.cta-gem-one { top: 17%; left: 10%; border-radius: 22px; }
.cta-gem-two { right: 9%; bottom: 18%; border-radius: 50%; background: var(--blue); }

.site-footer { display: grid; grid-template-columns: 1.3fr 1fr auto; align-items: center; gap: 30px; padding-bottom: 44px; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { border-radius: 12px; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand span { margin-top: 3px; color: var(--muted); font-size: .78rem; }
.site-footer nav { display: flex; justify-content: center; gap: 22px; }
.site-footer nav a { color: var(--muted); font-size: .84rem; font-weight: 700; text-decoration: none; }
.site-footer > p { color: #8a8799; font-size: .76rem; text-align: right; }

.content-page { min-height: 70vh; padding: 75px 0 110px; }
.content-card { max-width: 900px; margin: 0 auto; padding: clamp(28px,6vw,68px); border: 1px solid rgba(83,73,135,.1); border-radius: 32px; background: white; box-shadow: var(--shadow); }
.content-card h1 { margin-top: 10px; }
.content-card h2 { margin: 42px 0 12px; color: var(--navy); font-size: 1.45rem; }
.content-card p, .content-card li { color: var(--muted); line-height: 1.75; }
.content-card a { color: var(--violet); font-weight: 700; }
.content-card .updated { display: inline-block; padding: 7px 11px; border-radius: 999px; background: #eee9ff; color: var(--violet); font-size: .75rem; font-weight: 800; }
.support-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; margin: 34px 0; }
.support-box { padding: 24px; border-radius: 20px; background: var(--paper-2); }
.support-box h3 { margin: 0 0 10px; color: var(--navy); }
.support-box p { margin: 0; font-size: .9rem; }
.email-button { display: inline-flex; margin-top: 12px; padding: 12px 16px; border-radius: 14px; background: var(--violet); color: white !important; text-decoration: none; }

@media (max-width: 1000px) {
  .site-header { gap: 15px; }
  .main-nav { gap: 16px; }
  .hero { grid-template-columns: 1fr; padding-top: 80px; text-align: center; }
  .hero-copy { position: relative; z-index: 2; }
  .hero h1 { margin-inline: auto; }
  .hero-lead { margin-inline: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-visual { margin-top: 10px; }
  .play-your-way { grid-template-columns: 1fr; gap: 50px; }
  .play-copy { max-width: 760px; margin-inline: auto; text-align: center; }
  .play-copy ul { text-align: left; }
  .theme-showcase { max-width: 680px; width: 100%; margin-inline: auto; }
  .site-footer { grid-template-columns: 1fr; text-align: center; }
  .footer-brand, .site-footer nav { justify-content: center; }
  .site-footer > p { text-align: center; }
}

@media (max-width: 760px) {
  .section-shell { width: min(100% - 24px, 620px); }
  .site-header { margin-top: 6px; min-height: 66px; }
  .brand span { display: none; }
  .brand img { width: 44px; height: 44px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: calc(100% + 7px); left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid rgba(83,73,135,.12); border-radius: 18px; background: rgba(251,250,255,.98); box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 13px 12px; }
  .button-small { display: none; }
  .hero { min-height: auto; gap: 20px; padding-block: 65px 80px; }
  .hero h1 { font-size: clamp(3.4rem,17vw,5.1rem); }
  .hero h1 em { -webkit-text-stroke-width: 1.5px; }
  .hero-visual { min-height: 560px; transform: scale(.88); margin: -30px -30px; }
  .floating-card-top { right: -2%; }
  .floating-card-bottom { left: -2%; }
  .stats { grid-template-columns: repeat(2,1fr); gap: 22px 0; margin-bottom: 95px; }
  .stats div:nth-child(2) { border-right: 0; }
  .stats div:nth-child(-n+2) { padding-bottom: 20px; border-bottom: 1px solid #e8e4f1; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 320px; }
  .feature-icon { margin-bottom: 35px; }
  .features { padding-bottom: 95px; }
  .journey { padding-block: 90px; }
  .chapter-track { grid-template-columns: 1fr 1fr; gap: 46px 22px; }
  .chapter-track::before { display: none; }
  .play-your-way { padding-block: 95px; }
  .theme-showcase { height: 510px; transform: scale(.86); margin: -30px -20px; }
  .theme-card { width: 200px; height: 260px; }
  .faq { padding-bottom: 90px; }
  .final-cta { margin-bottom: 60px; padding: 62px 22px; }
  .cta-gem { width: 48px; height: 48px; }
  .support-grid { grid-template-columns: 1fr; }
}

@media (max-width: 430px) {
  .header-actions { margin-left: auto; }
  .hero-visual { transform: scale(.76); margin: -75px -65px; }
  .trust-row { flex-direction: column; align-items: center; }
  .stats { padding-inline: 6px; }
  .stats strong { font-size: 2rem; }
  .stats span { font-size: .66rem; }
  .chapter-track { grid-template-columns: 1fr; }
  .theme-showcase { height: 600px; transform: scale(.7); margin: -90px -80px; }
  .theme-forest { left: 2%; }
  .theme-ocean { right: 2%; }
  .theme-volcanic { left: 6%; }
  .theme-default { right: 3%; }
}

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