:root {
  --cream: #fbf6ec;
  --cream-deep: #f2eadc;
  --paper: #fffdf8;
  --ink: #302a43;
  --muted: #6f687c;
  --purple: #7657d5;
  --purple-dark: #5436b4;
  --purple-pale: #eee8ff;
  --yellow: #ffcc4d;
  --yellow-pale: #fff3c5;
  --mint: #a9dccd;
  --mint-pale: #e6f7f1;
  --line: rgba(61, 52, 84, .12);
  --shadow: 0 24px 70px rgba(72, 54, 115, .14);
  --radius: 28px;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-rounded, "SF Pro Rounded", "Segoe UI", system-ui, -apple-system, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.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;
}
.skip-link {
  position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 16px;
  color: white; background: var(--purple-dark); border-radius: 10px; transform: translateY(-150%);
}
.skip-link:focus { transform: none; }

.site-header {
  position: fixed; z-index: 100; inset: 0 0 auto; height: 80px;
  border-bottom: 1px solid transparent; transition: background .25s, border-color .25s, box-shadow .25s;
}
.site-header.scrolled {
  background: rgba(251, 246, 236, .9); border-color: var(--line);
  box-shadow: 0 8px 30px rgba(48, 42, 67, .05); backdrop-filter: blur(18px);
}
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 850; font-size: 20px; letter-spacing: -.5px; }
.brand img { border-radius: 12px; image-rendering: pixelated; }
.main-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 700; }
.main-nav > a:not(.button) { color: var(--muted); transition: color .2s; }
.main-nav > a:not(.button):hover { color: var(--purple); }
.nav-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.nav-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: var(--ink); transition: .2s; }

.button {
  display: inline-flex; min-height: 54px; padding: 14px 24px; align-items: center; justify-content: center; gap: 14px;
  color: #fff; background: var(--purple); border: 2px solid var(--purple); border-radius: 16px;
  box-shadow: 0 12px 30px rgba(118, 87, 213, .25); font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s;
}
.button:hover { transform: translateY(-2px); background: var(--purple-dark); box-shadow: 0 16px 36px rgba(118, 87, 213, .32); }
.button:focus-visible, .text-link:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
.button-small { min-height: 42px; padding: 8px 18px; border-radius: 13px; }

.hero { position: relative; min-height: 820px; overflow: hidden; padding: 142px 0 120px; background: var(--cream); }
.hero::before {
  content: ""; position: absolute; width: 780px; height: 780px; top: -270px; right: -220px;
  border-radius: 50%; background: radial-gradient(circle at center, rgba(181, 164, 235, .35), rgba(238, 232, 255, .1) 64%, transparent 65%);
}
.hero::after {
  content: ""; position: absolute; width: 420px; height: 420px; bottom: 0; left: -250px;
  border-radius: 50%; background: rgba(255, 204, 77, .12);
}
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; gap: 52px; align-items: center; }
.hero-copy { padding-top: 26px; }
.eyebrow { margin: 0 0 18px; color: var(--purple); font-size: 13px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow-dot { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 2px; background: var(--yellow); box-shadow: 10px -6px 0 rgba(118, 87, 213, .3); }
h1, h2, h3, p { overflow-wrap: break-word; }
h1 { margin: 0; font-size: clamp(54px, 5.8vw, 82px); line-height: .98; letter-spacing: -.065em; font-weight: 900; }
h1 span { color: var(--purple); }
.hero-lead { max-width: 610px; margin: 30px 0 32px; color: var(--muted); font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.text-link { display: inline-flex; align-items: center; gap: 11px; font-weight: 800; }
.play { display: grid; width: 36px; height: 36px; place-items: center; padding-left: 2px; color: var(--purple); background: var(--purple-pale); border-radius: 50%; font-size: 11px; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 20px; margin: 32px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: 13px; font-weight: 700; }
.hero-notes span { display: inline-grid; width: 20px; height: 20px; margin-right: 5px; place-items: center; color: var(--purple); background: var(--purple-pale); border-radius: 6px; }
.pixel { position: absolute; z-index: 1; width: 22px; height: 22px; background: rgba(118, 87, 213, .18); box-shadow: 22px 0 rgba(255,204,77,.35), 0 22px rgba(118,87,213,.08); }
.pixel-one { left: 4%; top: 24%; transform: rotate(12deg); }
.pixel-two { right: 7%; bottom: 18%; transform: rotate(-10deg); }
.hero-wave { position: absolute; z-index: 3; bottom: -1px; width: 100%; height: 64px; background: var(--paper); clip-path: polygon(0 48%, 9% 65%, 20% 46%, 33% 70%, 47% 45%, 59% 62%, 72% 40%, 87% 62%, 100% 38%, 100% 100%, 0 100%); }

.hero-visual { position: relative; display: grid; min-height: 590px; place-items: center; }
.phone { position: relative; z-index: 2; width: 332px; padding: 12px; border: 7px solid #3f3856; border-radius: 48px; background: #3f3856; box-shadow: 0 40px 80px rgba(57, 43, 96, .25), inset 0 0 0 1px rgba(255,255,255,.15); transform: rotate(2deg); }
.phone-top { position: absolute; z-index: 3; top: 12px; left: 50%; width: 88px; height: 24px; background: #3f3856; border-radius: 0 0 16px 16px; transform: translateX(-50%); }
.phone-top span { position: absolute; top: 7px; left: 29px; width: 30px; height: 4px; border-radius: 4px; background: rgba(255,255,255,.2); }
.phone-screen { min-height: 548px; padding: 28px 17px 18px; overflow: hidden; background: #f9f6ff; border-radius: 34px; }
.app-bar { display: flex; align-items: center; justify-content: space-between; font-size: 12px; font-weight: 850; }
.round-control { display: grid; width: 28px; height: 28px; place-items: center; background: #fff; border-radius: 10px; box-shadow: 0 5px 12px rgba(69,54,109,.08); }
.app-title { padding-top: 4px; }
.progress-row { display: flex; justify-content: space-between; margin: 24px 2px 7px; color: #7e7889; font-size: 10px; font-weight: 750; }
.progress-row b { color: var(--purple); }
.progress { height: 7px; overflow: hidden; background: #e4deef; border-radius: 9px; }
.progress span { display: block; width: 68%; height: 100%; background: linear-gradient(90deg, var(--purple), #a184ea); border-radius: inherit; }
.puzzle-frame { position: relative; margin: 19px 0 20px; padding: 8px; background: #fff; border-radius: 22px; box-shadow: 0 14px 28px rgba(62,48,97,.11); }
.puzzle-frame svg { width: 100%; border-radius: 16px; }
.hint-bubble { position: absolute; right: -9px; bottom: 16px; padding: 7px 10px; color: #594709; background: var(--yellow-pale); border: 2px solid #fff; border-radius: 10px 10px 2px 10px; box-shadow: 0 6px 12px rgba(74,62,24,.12); font-size: 8px; font-weight: 850; }
.palette { display: flex; align-items: center; justify-content: center; gap: 9px; }
.swatch { display: grid; width: 39px; height: 39px; place-items: center; color: var(--ink); border: 3px solid #fff; border-radius: 13px; box-shadow: 0 5px 10px rgba(50,43,70,.1); font-size: 10px; font-weight: 900; }
.swatch-one { background: #7657d5; }.swatch-two { background: #ffcc4d; }.swatch-three { background: #b9addf; }.swatch-four { background: #433b60; color: #fff; }.swatch-five { background: #fff7db; }
.swatch-active { transform: translateY(-7px); outline: 3px solid var(--purple); outline-offset: 2px; }
.floating-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 11px; padding: 12px 15px; background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.8); border-radius: 16px; box-shadow: 0 18px 34px rgba(65,51,98,.16); }
.floating-card b, .floating-card small { display: block; line-height: 1.3; }
.floating-card b { font-size: 12px; }
.floating-card small { color: var(--muted); font-size: 9px; }
.floating-card-top { top: 84px; right: -6px; transform: rotate(4deg); }
.floating-card-bottom { bottom: 92px; left: -15px; transform: rotate(-4deg); }
.mini-icon, .privacy-icon { display: grid; width: 34px; height: 34px; place-items: center; color: #72570d; background: var(--yellow); border-radius: 11px; }
.privacy-icon { color: #fff; background: var(--purple); }
.spark { position: absolute; color: var(--yellow); font-size: 28px; filter: drop-shadow(0 5px 8px rgba(162,122,11,.2)); }
.spark-one { top: 23px; left: 17%; }
.spark-two { right: 10%; bottom: 41px; font-size: 18px; }

.intro { background: var(--paper); }
.section-heading { max-width: 740px; margin: 0 auto 56px; text-align: center; }
.section-heading h2, .steps-copy h2, .privacy-copy h2, .download-copy h2 { margin: 0; font-size: clamp(38px, 4.5vw, 58px); line-height: 1.08; letter-spacing: -.045em; }
.section-heading > p:last-child { max-width: 650px; margin: 22px auto 0; color: var(--muted); font-size: 18px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-card { position: relative; min-height: 330px; padding: 38px 34px; overflow: hidden; border: 1px solid rgba(67,59,96,.07); border-radius: var(--radius); }
.feature-card::after { content: ""; position: absolute; width: 130px; height: 130px; right: -42px; bottom: -45px; border: 18px solid rgba(255,255,255,.32); border-radius: 30px; transform: rotate(18deg); }
.feature-purple { background: var(--purple-pale); }
.feature-yellow { background: var(--yellow-pale); }
.feature-mint { background: var(--mint-pale); }
.feature-icon { display: grid; width: 62px; height: 62px; margin-bottom: 32px; place-items: center; color: var(--purple); background: rgba(255,255,255,.72); border-radius: 19px; box-shadow: 0 10px 24px rgba(56,48,83,.07); }
.feature-icon svg { width: 32px; fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.feature-card h3 { max-width: 270px; margin: 0 0 13px; font-size: 23px; line-height: 1.2; letter-spacing: -.025em; }
.feature-card p { position: relative; z-index: 2; margin: 0; color: var(--muted); font-size: 15px; }
.card-number { position: absolute; top: 24px; right: 28px; color: rgba(69,58,94,.18); font-weight: 900; }

.steps-section { background: #f6f1ff; }
.steps-layout { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; }
.section-lead { margin: 22px 0 32px; color: var(--muted); font-size: 17px; }
.steps-list { margin: 38px 0 0; padding: 0; list-style: none; }
.steps-list li { display: flex; gap: 20px; padding: 20px 0; border-top: 1px solid var(--line); opacity: .72; }
.steps-list li:last-child { border-bottom: 1px solid var(--line); }
.steps-list li > span { display: grid; flex: 0 0 40px; height: 40px; place-items: center; color: var(--purple); background: var(--paper); border-radius: 12px; font-weight: 900; }
.steps-list li.active { opacity: 1; }
.steps-list li.active > span { color: #fff; background: var(--purple); box-shadow: 0 8px 18px rgba(118,87,213,.24); }
.steps-list h3 { margin: 0 0 3px; font-size: 17px; }
.steps-list p { margin: 0; color: var(--muted); font-size: 14px; }
.process-visual { position: relative; display: flex; min-height: 540px; align-items: center; justify-content: center; }
.process-visual::before { content: ""; position: absolute; width: 470px; height: 470px; border-radius: 50%; background: rgba(255,255,255,.56); }
.process-card { position: relative; width: 245px; height: 320px; overflow: hidden; background: #fff; border: 9px solid #fff; border-radius: 28px; box-shadow: var(--shadow); }
.process-card > span { position: absolute; inset: auto 12px 12px; padding: 8px 12px; color: #fff; background: rgba(48,42,67,.74); border-radius: 10px; backdrop-filter: blur(8px); text-align: center; font-size: 11px; font-weight: 800; }
.photo-card { z-index: 2; transform: translate(28px, -38px) rotate(-7deg); background: #b9d9eb; }
.photo-sky { position: absolute; inset: 0; background: linear-gradient(#b9d9eb 0 54%, #f8dca0 55%); }
.photo-sun { position: absolute; width: 62px; height: 62px; top: 40px; right: 35px; background: #ffd45c; border-radius: 50%; box-shadow: 0 0 45px rgba(255,212,92,.5); }
.photo-hill { position: absolute; width: 350px; height: 190px; left: -75px; bottom: -45px; border-radius: 50% 50% 0 0; transform: rotate(-7deg); }
.hill-back { background: #8cb7a6; bottom: 10px; left: 20px; }
.hill-front { background: #547b69; }
.pixel-card { z-index: 3; transform: translate(-14px, 50px) rotate(6deg); }
.process-arrow { position: relative; z-index: 5; display: grid; flex: 0 0 48px; height: 48px; place-items: center; color: #fff; background: var(--purple); border: 5px solid #f6f1ff; border-radius: 50%; font-weight: 900; transform: translateX(7px); }
.pixel-scene { display: grid; width: 100%; height: 100%; grid-template-columns: repeat(8, 1fr); grid-template-rows: repeat(8, 1fr); }
.pixel-scene i { background: #b9d9eb; }
.pixel-scene i:nth-child(n+25):nth-child(-n+32) { background: #e7d59c; }
.pixel-scene i:nth-child(29), .pixel-scene i:nth-child(30), .pixel-scene i:nth-child(36), .pixel-scene i:nth-child(37), .pixel-scene i:nth-child(38), .pixel-scene i:nth-child(43), .pixel-scene i:nth-child(44), .pixel-scene i:nth-child(45), .pixel-scene i:nth-child(46), .pixel-scene i:nth-child(51), .pixel-scene i:nth-child(52), .pixel-scene i:nth-child(53), .pixel-scene i:nth-child(54), .pixel-scene i:nth-child(55), .pixel-scene i:nth-child(n+59) { background: #547b69; }
.pixel-scene i:nth-child(15), .pixel-scene i:nth-child(16), .pixel-scene i:nth-child(22), .pixel-scene i:nth-child(23) { background: #ffd45c; }
.pixel-scene i:nth-child(35), .pixel-scene i:nth-child(42), .pixel-scene i:nth-child(50), .pixel-scene i:nth-child(58) { background: #8cb7a6; }
.lumi-chip { position: absolute; z-index: 6; right: 2%; bottom: 2%; display: flex; align-items: center; gap: 10px; padding: 9px 14px 9px 8px; background: #fff; border-radius: 18px; box-shadow: 0 15px 35px rgba(63,50,94,.14); }
.lumi-chip img { width: 45px; height: 45px; border-radius: 12px; image-rendering: pixelated; }
.lumi-chip b, .lumi-chip small { display: block; line-height: 1.3; }
.lumi-chip b { font-size: 12px; }.lumi-chip small { color: var(--muted); font-size: 9px; }

.worlds-section { background: var(--paper); }
.worlds-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.world-card { overflow: hidden; background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); transition: transform .25s, box-shadow .25s; }
.world-card:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(60,48,91,.1); }
.world-art { position: relative; height: 250px; overflow: hidden; }
.world-copy { padding: 30px 30px 34px; }
.world-copy > span { color: var(--purple); font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.world-copy h3 { margin: 9px 0; font-size: 23px; line-height: 1.2; }
.world-copy p { margin: 0; color: var(--muted); font-size: 14px; }
.personal-art { background: #e6e0f7; }
.gallery-tile { position: absolute; width: 130px; height: 158px; border: 8px solid white; border-radius: 16px; box-shadow: 0 15px 25px rgba(64,51,92,.15); }
.gallery-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, transparent 45%, rgba(255,255,255,.45) 46% 52%, transparent 53%), repeating-linear-gradient(90deg, #7657d5 0 22px, #ffcc4d 22px 44px, #b8aee0 44px 66px); opacity: .72; }
.tile-one { top: 57px; left: 29px; transform: rotate(-10deg); }.tile-two { z-index: 2; top: 35px; left: calc(50% - 65px); }.tile-three { top: 57px; right: 29px; transform: rotate(10deg); }
.create-art { background: var(--yellow-pale); }
.draw-grid { position: absolute; width: 176px; height: 176px; top: 32px; left: calc(50% - 88px); border: 8px solid white; border-radius: 18px; background-color: #fff9e9; background-image: linear-gradient(rgba(98,82,50,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(98,82,50,.13) 1px, transparent 1px), linear-gradient(135deg, transparent 42%, #ffcc4d 43% 57%, transparent 58%); background-size: 22px 22px, 22px 22px, 100% 100%; box-shadow: 0 14px 28px rgba(101,81,25,.13); transform: rotate(3deg); }
.draw-pencil { position: absolute; right: 20%; bottom: 16px; color: var(--purple); font-size: 65px; transform: rotate(-35deg); }
.events-art { display: grid; place-items: center; background: var(--mint-pale); }
.cup { display: grid; width: 126px; height: 126px; place-items: center; color: #fff; background: var(--purple); border: 12px solid rgba(255,255,255,.72); border-radius: 34px; box-shadow: 0 20px 30px rgba(74,55,133,.2); font-size: 58px; transform: rotate(-3deg); }
.star { position: absolute; color: var(--yellow); font-size: 30px; }.star-left { left: 18%; top: 28%; }.star-right { right: 15%; bottom: 21%; font-size: 20px; }

.privacy-section { overflow: hidden; background: var(--ink); color: white; }
.privacy-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.privacy-copy .eyebrow { color: var(--yellow); }
.privacy-copy .section-lead { color: rgba(255,255,255,.66); }
.privacy-visual { position: relative; min-height: 520px; }
.shield { position: absolute; z-index: 3; top: 50%; left: 50%; display: grid; width: 205px; height: 225px; place-items: center; background: var(--purple); border: 10px solid rgba(255,255,255,.1); border-radius: 64px 64px 82px 82px; box-shadow: 0 30px 80px rgba(0,0,0,.3); transform: translate(-50%, -50%) rotate(2deg); }
.shield svg { width: 110px; fill: rgba(255,255,255,.08); stroke: var(--yellow); stroke-width: 8; stroke-linecap: round; stroke-linejoin: round; }
.privacy-orbit { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; transform: translate(-50%,-50%); }
.orbit-one { width: 370px; height: 370px; }.orbit-two { width: 500px; height: 500px; }
.privacy-pill { position: absolute; z-index: 4; padding: 10px 14px; color: var(--ink); background: var(--paper); border-radius: 12px; box-shadow: 0 12px 28px rgba(0,0,0,.22); font-size: 11px; font-weight: 800; }
.pill-one { top: 16%; left: 0; transform: rotate(-3deg); }.pill-two { right: 0; top: 31%; transform: rotate(4deg); }.pill-three { bottom: 14%; left: 7%; transform: rotate(2deg); }
.check-list { margin: 34px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 15px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.12); }
.check-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.12); }
.check-list li > span { display: grid; flex: 0 0 29px; height: 29px; place-items: center; color: var(--ink); background: var(--yellow); border-radius: 9px; font-weight: 900; }
.check-list b, .check-list small { display: block; }.check-list b { font-size: 15px; }.check-list small { margin-top: 3px; color: rgba(255,255,255,.58); font-size: 12px; }

.quote-section { padding: 84px 0; background: var(--yellow-pale); }
blockquote { display: grid; max-width: 780px; margin: 0 auto; justify-items: center; text-align: center; }
blockquote img { border-radius: 24px; image-rendering: pixelated; }
blockquote p { margin: 22px 0 3px; color: var(--ink); font-size: clamp(28px, 4vw, 47px); line-height: 1.1; letter-spacing: -.04em; font-weight: 900; }
blockquote footer { color: var(--muted); font-size: 14px; }

.download-section { background: var(--paper); }
.download-card { position: relative; display: grid; min-height: 410px; padding: 70px 74px; overflow: hidden; grid-template-columns: 1.3fr .7fr; align-items: center; color: white; background: linear-gradient(135deg, #6f50cf, #49319f); border-radius: 36px; box-shadow: 0 30px 70px rgba(84,54,172,.25); }
.download-card::before { content: ""; position: absolute; width: 470px; height: 470px; right: -100px; top: -95px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.035), 0 0 0 110px rgba(255,255,255,.025); }
.download-copy { position: relative; z-index: 2; }
.download-copy .eyebrow { color: var(--yellow); }
.download-copy p:not(.eyebrow) { max-width: 610px; margin: 22px 0 28px; color: rgba(255,255,255,.7); }
.store-row { display: flex; flex-wrap: wrap; gap: 12px; }
.store-badge { display: inline-flex; min-width: 160px; min-height: 54px; align-items: center; gap: 12px; padding: 9px 16px; color: var(--ink); background: white; border-radius: 14px; font-weight: 850; line-height: 1.15; }
.store-badge > span:first-child { font-size: 24px; }.store-badge small { display: block; color: var(--muted); font-size: 9px; font-weight: 700; }
.play-mark { color: #54ae75; }
.download-icon { position: relative; z-index: 2; display: grid; justify-items: center; }
.download-icon img { width: 245px; height: 245px; border: 12px solid rgba(255,255,255,.12); border-radius: 54px; box-shadow: 0 25px 45px rgba(27,18,66,.3); image-rendering: pixelated; transform: rotate(5deg); }
.download-pixels { position: absolute; inset: auto 0 0 auto; }.download-pixels i { position: absolute; width: 28px; height: 28px; background: rgba(255,204,77,.45); }.download-pixels i:nth-child(1) { right: 35px; bottom: 38px; }.download-pixels i:nth-child(2) { right: 63px; bottom: 66px; }.download-pixels i:nth-child(3) { right: 35px; bottom: 94px; }.download-pixels i:nth-child(4) { right: 91px; bottom: 38px; }.download-pixels i:nth-child(5) { right: 7px; bottom: 66px; }

.site-footer { padding: 64px 0 28px; color: rgba(255,255,255,.75); background: #262137; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 30px; }
.footer-brand { color: white; }.footer-grid > p { margin: 0; text-align: center; font-size: 13px; }.footer-grid nav { display: flex; gap: 24px; font-size: 12px; font-weight: 750; }.footer-grid nav a:hover { color: var(--yellow); }
.footer-bottom { display: flex; margin-top: 45px; padding-top: 22px; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.4); font-size: 11px; }

.reveal { opacity: 1; }
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal[data-delay="1"] { transition-delay: .12s; }.reveal[data-delay="2"] { transition-delay: .24s; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1000px) {
  .hero { padding-top: 120px; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  h1 { font-size: clamp(49px, 7vw, 68px); }
  .phone { width: 300px; }
  .floating-card-top { right: -20px; }.floating-card-bottom { left: -20px; }
  .steps-layout, .privacy-layout { gap: 42px; }
  .process-card { width: 205px; height: 285px; }
  .world-art { height: 220px; }
  .world-copy { padding: 26px 24px 30px; }
  .download-card { padding: 58px; }
}

@media (max-width: 780px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .section { padding: 82px 0; }
  .site-header { height: 70px; }
  .main-nav { display: none; }
  .js .nav-toggle { position: relative; z-index: 3; display: block; }
  .nav-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] > span:nth-child(3) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] > span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .js .main-nav { position: fixed; inset: 70px 0 auto; display: grid; padding: 28px 24px 34px; gap: 22px; background: rgba(251,246,236,.98); border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(50,42,70,.1); transform: translateY(-130%); opacity: 0; pointer-events: none; transition: .25s; }
  .main-nav.open { transform: none; opacity: 1; pointer-events: auto; }
  .main-nav .button { width: 100%; }
  .hero { padding: 110px 0 100px; }
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero-copy { padding-top: 0; }
  .hero-lead { margin-inline: auto; }
  .hero-actions, .hero-notes { justify-content: center; }
  .hero-visual { min-height: 570px; margin-top: 10px; }
  .feature-grid, .worlds-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 280px; }
  .steps-layout, .privacy-layout { grid-template-columns: 1fr; }
  .steps-layout { gap: 35px; }.privacy-layout { gap: 25px; }
  .process-visual { order: -1; min-height: 500px; }
  .privacy-visual { min-height: 440px; }
  .privacy-copy { text-align: center; }.privacy-copy .check-list { text-align: left; }
  .download-card { grid-template-columns: 1fr; padding: 48px 36px; text-align: center; }
  .download-copy p:not(.eyebrow) { margin-inline: auto; }
  .store-row { justify-content: center; }
  .download-icon { display: none; }
  .footer-grid { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .footer-bottom { gap: 15px; flex-direction: column; text-align: center; }
}

@media (max-width: 480px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .brand { font-size: 18px; }.brand img { width: 42px; height: 42px; }
  h1 { font-size: clamp(44px, 13vw, 58px); }
  .hero-lead { font-size: 17px; }
  .hero-actions { flex-direction: column; gap: 20px; }.hero-actions .button { width: 100%; }
  .hero-notes { display: grid; gap: 9px; text-align: left; }
  .phone { width: 286px; }
  .floating-card-top { right: -8px; top: 62px; }.floating-card-bottom { left: -8px; bottom: 72px; }
  .floating-card { padding: 9px 11px; }
  .section-heading h2, .steps-copy h2, .privacy-copy h2, .download-copy h2 { font-size: 37px; }
  .section-heading { margin-bottom: 38px; }
  .process-visual { min-height: 420px; transform: scale(.82); margin: -30px -50px; }
  .privacy-visual { min-height: 390px; transform: scale(.84); margin: -30px; }
  .download-card { padding: 42px 20px; border-radius: 26px; }
  .store-row { display: grid; }.store-badge { width: 100%; }
  .footer-grid nav { flex-wrap: wrap; justify-content: center; }
}

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