
:root{
  --blue:#1769ff;--blue-2:#39a8ff;--navy:#112a5d;--ink:#17223f;--muted:#627092;
  --purple:#7a42ff;--pink:#ff4ea2;--yellow:#ffd84a;--orange:#ff9838;--green:#55d658;
  --cream:#fff8e9;--sand:#f5e1bb;--white:#fff;--surface:#ffffffee;
  --line:rgba(20,45,92,.12);--shadow:0 22px 60px rgba(25,64,135,.18);--shadow-heavy:0 35px 90px rgba(21,50,115,.28);
  --r-sm:16px;--r-md:24px;--r-lg:34px;--r-xl:48px;
  --container:min(1180px,calc(100vw - 40px));--ease:cubic-bezier(.2,.8,.2,1);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"Nunito",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;overflow-x:hidden;line-height:1.55}img{max-width:100%;height:auto;display:block;object-fit:contain}a{color:inherit;text-decoration:none}button,a{touch-action:manipulation}.container{width:var(--container);margin-inline:auto}.skip-link{position:fixed;left:12px;top:-80px;z-index:9999;background:#fff;color:#111;padding:12px 16px;border-radius:10px;box-shadow:var(--shadow)}.skip-link:focus{top:12px}.scroll-progress{position:fixed;inset:0 0 auto;height:4px;background:transparent;z-index:1000}.scroll-progress span{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--yellow),var(--pink),var(--purple),var(--blue));transform-origin:left}.site-header{position:fixed;z-index:900;top:0;left:0;right:0;padding:14px 0;transition:.25s var(--ease)}.site-header.scrolled{background:rgba(255,255,255,.84);backdrop-filter:blur(18px);box-shadow:0 8px 30px rgba(25,58,120,.1)}.nav{display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:9px;font-family:"Baloo 2",sans-serif;font-weight:800}.brand-plane{display:grid;place-items:center;width:39px;height:39px;border-radius:14px;background:linear-gradient(145deg,var(--yellow),var(--orange));box-shadow:0 6px 0 #dc741f;color:#fff;font-size:20px;transform:rotate(-9deg)}.brand-word{line-height:.82;display:grid;text-shadow:0 2px 0 rgba(255,255,255,.35)}.brand-word b{font-size:20px;color:#ffb51c;letter-spacing:.4px}.brand-word em{font-style:normal;color:#2776ff;font-size:17px;letter-spacing:1.4px}.nav-links{display:flex;align-items:center;gap:24px;font-weight:800;color:#33446d}.nav-links a{padding:10px 3px;position:relative}.nav-links a:not(.nav-cta)::after{content:"";position:absolute;left:4px;right:4px;bottom:5px;height:3px;border-radius:9px;background:var(--blue);transform:scaleX(0);transition:.2s var(--ease)}.nav-links a:hover::after,.nav-links a:focus-visible::after{transform:scaleX(1)}.nav-cta{background:linear-gradient(180deg,#64e15c,#31b934);color:#fff!important;border-radius:18px;padding:11px 18px!important;box-shadow:0 6px 0 #218b28,0 12px 24px rgba(42,181,69,.22)}.nav-toggle{display:none;width:48px;height:48px;border:0;border-radius:16px;background:#fff;box-shadow:0 6px 18px rgba(35,62,120,.15);padding:12px;cursor:pointer}.nav-toggle span{display:block;height:3px;background:#26447e;border-radius:5px;margin:4px 0}.hero{position:relative;min-height:860px;padding:130px 0 120px;display:grid;align-items:center;overflow:hidden;background:linear-gradient(180deg,#bce9ff 0%,#e6f6ff 42%,#fff8db 100%)}.hero-sky{position:absolute;inset:0;background:radial-gradient(circle at 75% 13%,rgba(255,255,255,.9),transparent 23%),radial-gradient(circle at 15% 28%,rgba(122,66,255,.13),transparent 22%),linear-gradient(135deg,transparent 55%,rgba(23,105,255,.06))}.hero-grid{position:relative;z-index:4;display:grid;grid-template-columns:1.02fr .98fr;gap:70px;align-items:center}.eyebrow,.kicker{font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:1.7px}.eyebrow{display:inline-flex;align-items:center;gap:9px;background:rgba(255,255,255,.78);border:1px solid rgba(255,255,255,.9);padding:8px 12px;border-radius:999px;box-shadow:0 8px 28px rgba(20,77,150,.12);color:#30518b}.eyebrow b{background:linear-gradient(90deg,var(--purple),var(--blue));color:transparent;background-clip:text;-webkit-background-clip:text}.hero h1{font-family:"Baloo 2",sans-serif;font-size:clamp(48px,6vw,82px);line-height:.92;margin:25px 0 20px;letter-spacing:-2.5px}.hero h1 span{display:block;color:#17377c}.hero h1 strong{display:block;color:transparent;background:linear-gradient(100deg,#ff9f18 0%,#ffcf31 24%,#ff5c87 57%,#6f48ff 100%);background-clip:text;-webkit-background-clip:text;text-shadow:0 4px 20px rgba(255,111,83,.12)}.hero-lead{font-size:clamp(17px,2vw,21px);max-width:630px;color:#52658d;font-weight:700}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:30px 0}.btn{min-height:56px;padding:0 22px;border-radius:19px;font-weight:900;display:inline-flex;align-items:center;gap:10px;justify-content:center;transition:.16s var(--ease);outline-offset:4px}.btn svg{width:20px;height:20px;fill:currentColor}.btn-primary{background:linear-gradient(180deg,#62df5a,#2fb63a);color:#fff;box-shadow:0 7px 0 #228a29,0 15px 28px rgba(40,177,62,.25)}.btn-primary:hover{transform:translateY(-2px)}.btn-primary:active{transform:translateY(5px);box-shadow:0 2px 0 #228a29}.btn-ghost{background:#fff;color:#275192;border:1px solid rgba(31,76,149,.1);box-shadow:0 8px 28px rgba(31,69,132,.12)}.hero-proof{display:flex;gap:12px;flex-wrap:wrap}.hero-proof span{background:rgba(255,255,255,.78);border:1px solid rgba(255,255,255,.9);border-radius:16px;padding:8px 13px;color:#637195;font-weight:800}.hero-proof b{color:var(--blue);font-size:19px}.hero-stage{position:relative;height:620px;display:grid;place-items:center}.phone{position:relative;border-radius:46px;padding:11px;background:linear-gradient(145deg,#182958,#2b3e72 45%,#0c1c43);box-shadow:var(--shadow-heavy);border:2px solid rgba(255,255,255,.55)}.phone::before{content:"";position:absolute;inset:6px;border:1px solid rgba(255,255,255,.2);border-radius:39px;pointer-events:none}.phone-hero{width:min(335px,70vw);transform:rotate(4deg)}.phone img{width:100%;border-radius:36px}.phone-speaker{position:absolute;z-index:3;top:18px;left:50%;transform:translateX(-50%);width:72px;height:6px;border-radius:20px;background:rgba(0,0,0,.45)}.hero-character{position:absolute;z-index:5;width:220px;left:-2%;bottom:1%;filter:drop-shadow(0 20px 20px rgba(31,67,123,.22));animation:bob 4.6s ease-in-out infinite}.float-prop{position:absolute;z-index:3;filter:drop-shadow(0 14px 15px rgba(24,54,110,.22));animation:float 5s ease-in-out infinite}.prop-passport{width:98px;left:2%;top:12%;transform:rotate(-13deg)}.prop-gems{width:115px;right:-2%;top:19%;animation-delay:-1.3s}.prop-rocket{width:82px;right:4%;bottom:12%;animation-delay:-2.1s}.hero-badge{position:absolute;z-index:6;background:#fff;border:2px solid rgba(255,255,255,.9);border-radius:18px;padding:9px 13px;font-size:11px;letter-spacing:1px;font-weight:900;box-shadow:0 14px 34px rgba(27,67,135,.18);color:#6a7591}.hero-badge strong{display:block;color:#26539b;font-size:16px;letter-spacing:0}.badge-top{right:3%;top:8%;transform:rotate(5deg)}.badge-bottom{left:5%;bottom:13%;transform:rotate(-4deg)}.hero-cloud{position:absolute;width:220px;height:60px;background:rgba(255,255,255,.55);filter:blur(1px);border-radius:60px}.hero-cloud::before,.hero-cloud::after{content:"";position:absolute;background:inherit;border-radius:50%}.hero-cloud::before{width:95px;height:95px;left:45px;top:-42px}.hero-cloud::after{width:70px;height:70px;right:30px;top:-26px}.hero-cloud-a{left:-40px;top:250px}.hero-cloud-b{right:-60px;top:170px;transform:scale(.7)}.hero-orbit{position:absolute;border:1px dashed rgba(43,112,233,.16);border-radius:50%}.orbit-a{width:650px;height:650px;right:-180px;top:40px}.orbit-b{width:420px;height:420px;left:-230px;top:220px}.hero-landmarks{position:absolute;z-index:2;left:0;right:0;bottom:-38px;height:180px;display:flex;justify-content:space-around;align-items:flex-end;opacity:.48;filter:saturate(.8)}.hero-landmarks img{max-height:160px;max-width:19%;object-fit:contain;filter:drop-shadow(0 12px 8px rgba(45,75,115,.16))}.section{padding:105px 0}.section-heading{max-width:760px;margin:0 auto 48px;text-align:center}.kicker{color:var(--purple)}.section h2{font-family:"Baloo 2",sans-serif;font-size:clamp(38px,5vw,60px);line-height:1.02;margin:10px 0 14px;letter-spacing:-1.5px;color:#183979}.section-heading p,.story-copy p,.rewards-copy p,.difference-copy p,.faq-intro p{color:var(--muted);font-size:17px;font-weight:650}.features{background:linear-gradient(180deg,#fff,#f7fbff)}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.feature-card{position:relative;min-height:430px;padding:28px;border-radius:32px;overflow:hidden;box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.9);transition:.28s var(--ease)}.feature-card:hover{transform:translateY(-8px) rotate(-.3deg)}.feature-blue{background:linear-gradient(160deg,#dff3ff,#fff)}.feature-purple{background:linear-gradient(160deg,#f0e8ff,#fff)}.feature-yellow{background:linear-gradient(160deg,#fff2c7,#fff)}.feature-art{height:225px;display:grid;place-items:center}.feature-art img{max-height:210px;filter:drop-shadow(0 16px 13px rgba(42,63,116,.18))}.feature-number{position:absolute;right:24px;top:20px;font-family:"Baloo 2";font-size:46px;font-weight:800;color:rgba(38,73,139,.1)}.feature-card h3,.booster-card h3{font-family:"Baloo 2";font-size:25px;line-height:1;margin:12px 0;color:#213f7b}.feature-card p,.booster-card p{color:#657290;font-weight:650}.gameplay-section{background:radial-gradient(circle at 75% 20%,rgba(109,66,255,.14),transparent 25%),linear-gradient(160deg,#122d67,#0c1c42);color:#fff}.gameplay-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}.gameplay-section h2{color:#fff}.gameplay-section .kicker{color:#9bd5ff}.gameplay-copy>p{color:#cfdaef;font-size:17px}.steps{list-style:none;margin:30px 0 0;padding:0;display:grid;gap:12px}.steps li{display:grid;grid-template-columns:48px 1fr;gap:14px;align-items:center;background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.1);padding:12px;border-radius:19px}.steps li>span{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(145deg,#62dbff,#4274ff);font-family:"Baloo 2";font-weight:800;font-size:22px;box-shadow:0 6px 0 rgba(0,0,0,.2)}.steps b{display:block}.steps small{display:block;color:#b8c6e0;margin-top:2px}.demo-wrap{perspective:1200px}.demo-window{background:linear-gradient(180deg,#253f75,#172b58);border:2px solid rgba(255,255,255,.14);padding:19px;border-radius:32px;box-shadow:0 32px 90px rgba(0,0,0,.38),inset 0 1px 0 rgba(255,255,255,.17);transform:rotateY(-3deg)}.demo-topbar{display:flex;justify-content:space-between;align-items:center;background:#fff9e9;color:#253c6a;border-radius:20px;padding:11px 16px;box-shadow:0 5px 0 #d3b986}.demo-label{display:block;font-size:10px;font-weight:900;letter-spacing:1.5px;color:#80562d}.demo-topbar strong{font-family:"Baloo 2";font-size:19px}.demo-goal{text-align:center;background:#2c72ed;color:#fff;min-width:74px;border-radius:14px;padding:4px 8px}.demo-goal span{display:block;font-family:"Baloo 2";font-size:24px;font-weight:800;line-height:1}.demo-goal small{font-size:9px;text-transform:uppercase;font-weight:900}.demo-board{position:relative;min-height:410px;margin:18px 0;border-radius:24px;background:radial-gradient(circle at 50% 45%,#335386,#1b315e 72%);overflow:hidden;border:1px solid rgba(255,255,255,.07)}.demo-item{position:absolute;width:104px;height:104px;border:0;background:transparent;padding:0;cursor:pointer;filter:drop-shadow(0 14px 12px rgba(0,0,0,.22));transition:transform .16s var(--ease),filter .16s}.demo-item img{width:100%;height:100%;object-fit:contain}.demo-item:hover,.demo-item:focus-visible{transform:scale(1.09);filter:drop-shadow(0 0 10px rgba(207,255,57,.85)) drop-shadow(0 14px 12px rgba(0,0,0,.22));outline:none}.demo-item.used{opacity:0;pointer-events:none;transform:scale(.3) translateY(50px);transition:.35s var(--ease)}.item-a{left:8%;top:12%;transform:rotate(-10deg)}.item-b{left:31%;top:7%;transform:rotate(5deg)}.item-c{right:13%;top:9%;transform:rotate(-5deg)}.item-d{left:19%;top:39%;transform:rotate(7deg)}.item-e{left:43%;top:34%;transform:rotate(-10deg)}.item-f{right:5%;top:43%;transform:rotate(7deg)}.item-g{left:4%;bottom:3%;transform:rotate(7deg)}.item-h{left:42%;bottom:1%;transform:rotate(4deg)}.item-i{right:19%;bottom:2%;transform:rotate(-9deg)}.demo-feedback{text-align:center;min-height:26px;color:#d9e6ff;font-weight:800;font-size:14px}.tray{display:grid;grid-template-columns:repeat(7,1fr);gap:7px;padding:10px;background:#fff0cd;border:4px solid #a66b2f;border-radius:18px;box-shadow:inset 0 -5px 0 rgba(129,73,26,.17)}.tray::before{content:"";grid-column:1/-1;display:none}.tray-slot{aspect-ratio:1;background:rgba(255,255,255,.72);border:2px solid rgba(139,92,42,.24);border-radius:12px;display:grid;place-items:center;position:relative;overflow:hidden}.tray-slot img{width:90%;height:90%;object-fit:contain}.tray-slot.match{animation:pop .36s var(--ease)}.demo-actions{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:12px;color:#aebdda;font-size:12px;font-weight:800}.mini-button{border:0;background:#fff;color:#264576;border-radius:13px;padding:9px 12px;font-weight:900;cursor:pointer}.story{background:linear-gradient(180deg,#fff8e9,#fff)}.story-grid{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:70px}.story-art{position:relative;height:520px;display:grid;place-items:center}.story-card{position:absolute;width:355px;height:455px;border-radius:32px}.story-card-back{background:linear-gradient(135deg,#3b80ff,#6947e7);transform:rotate(-9deg);box-shadow:var(--shadow)}.story-card-front{background:linear-gradient(180deg,#fff,#fff5d5);border:1px solid #fff;padding:20px;box-shadow:var(--shadow-heavy);overflow:hidden}.story-card-front img{height:320px;margin:auto;object-fit:contain;filter:drop-shadow(0 14px 16px rgba(36,65,119,.2))}.story-stamp{background:#f2d49a;border:2px dashed #9e6b31;color:#6f4828;font-weight:900;text-align:center;padding:12px;border-radius:14px;transform:rotate(-2deg)}.story-tags,.reward-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.story-tags span,.reward-pills span{background:#eef5ff;color:#315a9d;border-radius:999px;padding:8px 13px;font-size:13px;font-weight:900}.journey{background:linear-gradient(180deg,#e9f7ff,#dff4ff 50%,#fff)}.route{display:grid;grid-template-columns:repeat(6,1fr);gap:0;position:relative;margin:65px 0 85px}.route::before{content:"";position:absolute;left:7%;right:7%;top:74px;height:8px;border-radius:10px;background:repeating-linear-gradient(90deg,#89c9ff 0 26px,transparent 26px 40px);opacity:.8}.route-stop{position:relative;z-index:2;text-align:center;min-width:0}.route-stop img{height:120px;width:100%;object-fit:contain;margin:0 auto 8px;filter:drop-shadow(0 12px 10px rgba(39,75,130,.14))}.route-dot{position:absolute;left:50%;top:65px;transform:translate(-50%,-50%);width:31px;height:31px;background:#fff;border:6px solid #68baff;border-radius:50%;font-size:0;box-shadow:0 3px 10px rgba(24,69,128,.15)}.route-stop.active .route-dot{border-color:#54ce50;background:#fff}.route-stop small,.route-stop b{display:block}.route-stop small{text-transform:uppercase;font-size:10px;letter-spacing:1px;color:#8292ad;font-weight:900}.route-stop b{font-family:"Baloo 2";font-size:20px;color:#244783}.progress-card{position:relative;display:grid;grid-template-columns:.9fr 1.2fr 220px;align-items:center;gap:25px;background:linear-gradient(135deg,#213f83,#452e9f);border-radius:34px;padding:28px 24px 26px 34px;color:#fff;box-shadow:var(--shadow-heavy);overflow:hidden}.progress-card::after{content:"";position:absolute;width:260px;height:260px;border-radius:50%;right:-80px;top:-90px;background:rgba(255,255,255,.08)}.progress-copy span{font-size:11px;letter-spacing:1.5px;font-weight:900;color:#93dfff}.progress-copy strong{display:block;font-family:"Baloo 2";font-size:42px;line-height:1}.progress-copy small{color:#c8d4ef}.progress-visual{position:relative}.progress-line{height:12px;border-radius:20px;background:rgba(255,255,255,.15);overflow:hidden}.progress-line span{display:block;width:62%;height:100%;background:linear-gradient(90deg,#ffd348,#ff9e35)}.progress-plane{position:absolute;z-index:3;left:58%;top:-20px;font-size:28px;transform:rotate(10deg)}.progress-markers{display:flex;justify-content:space-between;font-size:10px;margin-top:8px;color:#c6d6f3}.progress-card>img{height:190px;width:220px;object-fit:contain;align-self:end;filter:drop-shadow(0 14px 16px rgba(0,0,0,.25))}.rewards{background:#fff}.rewards-grid{display:grid;grid-template-columns:1fr 1fr;gap:75px;align-items:center}.reward-stack{position:relative;height:520px}.reward-card{position:absolute;width:300px;height:350px;border-radius:32px;padding:22px;box-shadow:var(--shadow-heavy);display:grid;grid-template-rows:1fr auto;color:#fff;border:2px solid rgba(255,255,255,.6)}.reward-card img{height:230px;width:100%;object-fit:contain;filter:drop-shadow(0 18px 16px rgba(0,0,0,.2))}.reward-card small{display:block;font-weight:900;letter-spacing:1px;opacity:.78}.reward-card b{font-family:"Baloo 2";font-size:27px}.card-passport{background:linear-gradient(145deg,#1c52b7,#213776);left:0;top:70px;transform:rotate(-8deg)}.card-chest{background:linear-gradient(145deg,#7e3de9,#df49c2);left:125px;top:25px;z-index:2;transform:rotate(4deg)}.card-gems{background:linear-gradient(145deg,#ff8b34,#ffca3b);left:250px;top:90px;z-index:3;transform:rotate(9deg)}.boosters{background:linear-gradient(180deg,#f7f2ff,#fff)}.booster-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.booster-card{background:#fff;border-radius:28px;padding:22px;box-shadow:var(--shadow);border:1px solid #fff;transition:.25s var(--ease);position:relative;overflow:hidden}.booster-card:hover{transform:translateY(-7px)}.booster-card::after{content:"";position:absolute;width:120px;height:120px;border-radius:50%;right:-50px;top:-45px;background:rgba(113,78,255,.07)}.booster-icon{height:145px;display:grid;place-items:center}.booster-icon img{height:130px;object-fit:contain;filter:drop-shadow(0 12px 12px rgba(38,54,108,.18))}.booster-icon.guide span{width:94px;height:94px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#61bfff,#3373ff);color:#fff;font-family:"Baloo 2";font-size:48px;font-weight:800;box-shadow:0 8px 0 #2354c8}.booster-card small{display:inline-block;background:#edf4ff;color:#3c5e97;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.6px}.screenshots{background:linear-gradient(180deg,#10285d,#0d1e46);color:#fff}.screenshots h2{color:#fff}.screenshots .section-heading p{color:#bdcbe4}.gallery-shell{position:relative}.gallery-track{display:flex;gap:30px;overflow-x:auto;scroll-snap-type:x mandatory;padding:20px max(8vw,40px) 34px;scrollbar-width:none;overscroll-behavior-inline:contain}.gallery-track::-webkit-scrollbar{display:none}.shot{flex:0 0 min(330px,72vw);scroll-snap-align:center;margin:0;text-align:center}.device{border-radius:40px;background:linear-gradient(145deg,#243968,#0b1736);padding:10px;box-shadow:0 26px 65px rgba(0,0,0,.45);border:1px solid rgba(255,255,255,.2)}.device img{border-radius:32px;width:100%;aspect-ratio:709/1536;object-fit:cover}.shot figcaption{padding:16px 7px}.shot figcaption b{display:block;font-family:"Baloo 2";font-size:21px}.shot figcaption span{display:block;color:#aebdda;font-size:13px}.gallery-btn{position:absolute;z-index:4;top:42%;width:54px;height:54px;border:0;border-radius:50%;background:#fff;color:#17356e;font-size:34px;box-shadow:0 14px 35px rgba(0,0,0,.28);cursor:pointer}.gallery-btn.prev{left:2px}.gallery-btn.next{right:2px}.gallery-dots{display:flex;justify-content:center;gap:8px}.gallery-dots button{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.28);cursor:pointer}.gallery-dots button.active{width:30px;border-radius:8px;background:#ffd447}.difference{background:linear-gradient(135deg,#fff3c9,#fff 55%,#e6f6ff)}.difference-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;align-items:center}.difference-art{position:relative;min-height:470px;display:grid;place-items:end center}.difference-art>img{height:390px;object-fit:contain;filter:drop-shadow(0 20px 25px rgba(40,65,116,.22))}.passport-card{position:absolute;left:5%;top:17%;width:230px;background:linear-gradient(145deg,#193d93,#302468);color:#fff;border-radius:22px;padding:18px;box-shadow:var(--shadow-heavy);transform:rotate(-8deg);border:2px solid rgba(255,255,255,.2)}.passport-card span,.passport-card small{display:block;font-size:10px;letter-spacing:1.2px}.passport-card b{display:block;font-family:"Baloo 2";font-size:20px;margin:12px 0}.difference-loop{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-top:25px}.difference-loop span{background:#fff;border:1px solid var(--line);border-radius:15px;padding:9px 12px;font-weight:900;color:#2a569a;box-shadow:0 6px 18px rgba(44,76,130,.09)}.difference-loop i{font-style:normal;color:#ff9e2f;font-weight:900}.faq{background:#fff}.faq-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:70px}.faq-intro img{max-height:300px;margin-top:20px;filter:drop-shadow(0 14px 17px rgba(40,65,116,.2))}.faq-list{display:grid;gap:10px}.faq-list details{background:#f5f8ff;border:1px solid #e7effb;border-radius:20px;padding:0 18px}.faq-list summary{cursor:pointer;list-style:none;font-family:"Baloo 2";font-size:19px;font-weight:700;color:#234784;padding:17px 38px 17px 0;position:relative}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary::after{content:"+";position:absolute;right:0;top:13px;width:32px;height:32px;border-radius:10px;background:#fff;display:grid;place-items:center;font-family:Nunito;font-size:23px}.faq-list details[open] summary::after{content:"−"}.faq-list details p{margin:0 0 18px;color:#66728d}.final-cta{position:relative;overflow:hidden;background:linear-gradient(135deg,#225eff,#7940e7);color:#fff;padding:100px 0}.cta-bg{position:absolute;inset:0;background:radial-gradient(circle at 80% 10%,rgba(255,218,65,.35),transparent 22%),radial-gradient(circle at 12% 85%,rgba(69,215,255,.3),transparent 26%),repeating-linear-gradient(120deg,transparent 0 75px,rgba(255,255,255,.03) 75px 77px)}.cta-grid{position:relative;z-index:2;display:grid;grid-template-columns:1fr .95fr;gap:60px;align-items:center}.final-cta .kicker{color:#bfeeff}.final-cta h2{font-family:"Baloo 2";font-size:clamp(52px,6vw,80px);line-height:.95;margin:12px 0}.final-cta p{font-size:21px;color:#e4ebff;font-weight:700}.store-row{display:flex;gap:13px;flex-wrap:wrap;margin-top:28px}.store-button{display:flex;align-items:center;gap:12px;background:#0d1731;color:#fff;border:1px solid rgba(255,255,255,.26);border-radius:17px;padding:10px 16px;min-width:184px;box-shadow:0 8px 0 rgba(0,0,0,.28);transition:.18s var(--ease)}.store-button:hover{transform:translateY(-2px)}.store-button svg{width:30px;height:30px;fill:#fff}.store-button small,.store-button b{display:block}.store-button small{font-size:9px;letter-spacing:.7px;color:#b6c2dc}.store-button b{font-size:17px}.store-note{display:block;margin-top:14px;color:#c9d5f4}.cta-art{position:relative;min-height:420px}.cta-char{position:absolute;height:390px;left:50%;bottom:0;transform:translateX(-50%);filter:drop-shadow(0 24px 25px rgba(11,23,72,.35))}.cta-gems{position:absolute;width:160px;left:0;bottom:20px;transform:rotate(-11deg)}.cta-chest{position:absolute;width:165px;right:0;bottom:10px;transform:rotate(8deg)}.cta-ticket{position:absolute;right:2%;top:5%;background:#fff2c7;color:#714d28;border:2px dashed #a77a45;border-radius:15px;padding:12px 15px;transform:rotate(7deg);font-size:10px;letter-spacing:1px;font-weight:900;box-shadow:var(--shadow)}.cta-ticket b{display:block;font-family:"Baloo 2";font-size:19px}.footer{background:#0b1736;color:#d1dbef;padding:55px 0 95px}.footer-grid{display:grid;grid-template-columns:1.2fr .65fr .65fr 1.4fr;gap:40px}.footer-brand .brand-word b{color:#ffcd35}.footer-brand .brand-word em{color:#58a2ff}.footer p{color:#91a1bf}.footer-links{display:grid;align-content:start;gap:8px}.footer-links b{color:#fff;margin-bottom:5px}.footer-links a{font-size:14px;color:#aebbd2}.footer-links a:hover{color:#fff}.footer-note b{color:#fff}.footer-note p{font-size:13px;line-height:1.7}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:35px;padding-top:20px;display:flex;justify-content:space-between;gap:20px;font-size:12px;color:#7f91b0}.mobile-cta{display:none}.noscript{position:fixed;z-index:1000;left:15px;right:15px;bottom:15px;background:#fff6ce;border:2px solid #e8bd31;border-radius:16px;padding:14px;color:#5f4817;box-shadow:var(--shadow)}.reveal{opacity:1;transform:none}.js .reveal{opacity:0;transform:translateY(28px);transition:opacity .7s var(--ease),transform .7s var(--ease)}.js .reveal[data-delay="1"]{transition-delay:.1s}.js .reveal[data-delay="2"]{transition-delay:.18s}.js .reveal[data-delay="3"]{transition-delay:.26s}.js .reveal.visible,.reveal.no-js{opacity:1;transform:none}@keyframes float{0%,100%{transform:translateY(0) rotate(-4deg)}50%{transform:translateY(-16px) rotate(4deg)}}@keyframes bob{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pop{0%{transform:scale(1)}45%{transform:scale(1.22)}100%{transform:scale(0)}}
:focus-visible{outline:3px solid #ffbf20;outline-offset:4px}.mobile-cta{padding-bottom:env(safe-area-inset-bottom)}
@media (max-width:1050px){.nav-links{gap:15px}.hero-grid{gap:30px}.hero-stage{height:560px}.feature-grid{gap:16px}.gameplay-grid,.story-grid,.difference-grid{gap:40px}.reward-stack{transform:scale(.88);transform-origin:center}.booster-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.route-stop img{height:95px}.progress-card{grid-template-columns:1fr 1.2fr 160px}.progress-card>img{width:160px}}
@media (max-width:820px){:root{--container:min(100% - 28px,720px)}.site-header{padding:10px 0}.nav-toggle{display:block}.nav-links{position:absolute;top:68px;left:14px;right:14px;background:rgba(255,255,255,.97);backdrop-filter:blur(16px);border-radius:22px;box-shadow:var(--shadow);padding:16px;display:none;flex-direction:column;align-items:stretch;gap:2px}.nav-links.open{display:flex}.nav-links a{padding:12px 13px}.nav-cta{text-align:center;margin-top:6px}.hero{min-height:auto;padding:115px 0 90px}.hero-grid{grid-template-columns:1fr}.hero-copy{text-align:center}.hero-lead{margin-inline:auto}.hero-actions,.hero-proof{justify-content:center}.hero-stage{height:590px}.hero-character{left:5%}.hero-landmarks{opacity:.28}.section{padding:78px 0}.feature-grid,.gameplay-grid,.story-grid,.rewards-grid,.difference-grid,.faq-grid,.cta-grid{grid-template-columns:1fr}.feature-grid{max-width:620px;margin-inline:auto}.feature-card{min-height:390px}.gameplay-grid{gap:45px}.gameplay-copy{text-align:center}.steps{text-align:left}.demo-window{transform:none}.story-grid{gap:15px}.story-copy{text-align:center}.story-tags{justify-content:center}.route{grid-template-columns:repeat(3,1fr);row-gap:30px}.route::before{display:none}.route-dot{display:none}.progress-card{grid-template-columns:1fr}.progress-card>img{position:absolute;right:5px;bottom:-5px;opacity:.27}.progress-visual{max-width:520px}.rewards-grid{gap:15px}.rewards-copy{text-align:center}.reward-pills{justify-content:center}.reward-stack{width:540px;max-width:100%;margin:auto;transform:scale(.86);transform-origin:center top}.difference-copy{text-align:center}.difference-loop{justify-content:center}.faq-intro{text-align:center}.faq-intro img{margin-inline:auto}.cta-copy{text-align:center}.store-row{justify-content:center}.cta-art{min-height:380px}.footer-grid{grid-template-columns:1fr 1fr}.gallery-btn{display:none}}
@media (max-width:560px){:root{--container:min(100% - 22px,520px)}body{padding-bottom:70px}.hero{padding-top:96px}.hero h1{font-size:47px;letter-spacing:-1.5px}.hero-stage{height:500px}.phone-hero{width:280px}.hero-character{width:170px;left:-2%}.prop-passport{width:76px;left:0}.prop-gems{width:84px}.prop-rocket{width:63px}.hero-badge{display:none}.hero-landmarks{height:120px}.hero-landmarks img{max-height:105px}.feature-grid{grid-template-columns:1fr}.feature-card{min-height:360px}.feature-art{height:190px}.feature-art img{max-height:180px}.section h2{font-size:38px}.demo-window{padding:12px;border-radius:24px}.demo-board{min-height:340px}.demo-item{width:82px;height:82px}.tray{gap:4px;padding:7px;border-width:3px}.demo-actions{align-items:flex-start;flex-direction:column}.story-art{height:430px}.story-card{width:min(330px,86vw);height:410px}.story-card-front img{height:285px}.route{grid-template-columns:repeat(2,1fr)}.progress-card{padding:24px}.reward-stack{height:440px;transform:scale(.68);width:520px;margin-left:50%;translate:-50% 0}.booster-grid{grid-template-columns:1fr}.shot{flex-basis:76vw}.difference-art{min-height:400px}.difference-art>img{height:330px}.passport-card{width:190px;left:-2%;top:12%}.cta-char{height:320px}.cta-gems,.cta-chest{width:120px}.final-cta{padding:76px 0}.footer-grid{grid-template-columns:1fr;gap:25px}.footer-bottom{flex-direction:column}.mobile-cta{display:block;position:fixed;left:0;right:0;bottom:0;z-index:850;background:rgba(255,255,255,.93);backdrop-filter:blur(14px);padding:9px 12px calc(9px + env(safe-area-inset-bottom));box-shadow:0 -8px 30px rgba(24,54,100,.13)}.mobile-cta a{display:block;text-align:center;background:linear-gradient(180deg,#60de59,#31b53b);color:#fff;border-radius:16px;padding:12px;font-weight:900;box-shadow:0 5px 0 #228a29}.store-row{flex-direction:column}.store-button{justify-content:center}.gallery-track{padding-inline:10vw}}
@media (max-width:360px){.hero h1{font-size:42px}.hero-stage{height:460px}.phone-hero{width:250px}.hero-character{width:150px}.demo-board{min-height:310px}.demo-item{width:72px;height:72px}.section{padding:64px 0}.reward-stack{transform:scale(.59)}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}.float-prop,.hero-character{animation:none}.feature-card:hover,.booster-card:hover,.btn:hover{transform:none}}
.phone img,.hero-character,.float-prop,.feature-art img,.story-card-front img,.route-stop img,.progress-card>img,.reward-card img,.booster-icon img,.difference-art>img,.faq-intro img,.cta-char,.cta-gems,.cta-chest{height:auto;max-height:none;object-fit:contain;object-position:center}
.phone img{width:100%;height:auto;aspect-ratio:711/1536;object-fit:contain;background:#0c1c43}
.device img{width:100%;height:auto;aspect-ratio:709/1536;object-fit:contain;background:#0b1736}
.hero-character{max-width:220px;width:36%}
.feature-art img{max-height:210px;width:auto;max-width:100%}
.route-stop img{height:120px;width:auto;max-width:100%;margin-inline:auto}
.progress-card>img{width:auto;max-width:220px;max-height:190px}
.reward-card img{height:auto;max-height:230px;width:auto;max-width:100%;margin-inline:auto}
.booster-icon img{height:auto;max-height:130px;width:auto;max-width:90%}
.difference-art>img{height:auto;max-height:390px;width:auto;max-width:100%}
.cta-char{height:auto;max-height:390px;width:auto;max-width:55%}
.cta-gems,.cta-chest{height:auto}
.footer-grid{grid-template-columns:1.1fr .55fr .7fr 1.1fr}
.powered-by{display:flex;flex-direction:column;gap:10px;align-items:flex-start}
.powered-by span{font-size:11px;letter-spacing:1.4px;text-transform:uppercase;font-weight:900;color:#8ea0c0}
.powered-by a{display:inline-flex;align-items:center;gap:10px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:10px 14px;transition:.2s var(--ease)}
.powered-by a:hover{background:rgba(255,255,255,.12);transform:translateY(-2px)}
.powered-by img{width:auto;height:36px;max-width:160px;object-fit:contain}
.footer-bottom{align-items:center;flex-wrap:wrap}
@media (max-width:1050px){.route-stop img{height:95px}.progress-card>img{max-width:160px}}
@media (max-width:560px){.hero-character{max-width:170px}.feature-art img{max-height:180px}.powered-by img{height:32px}}
@media (max-width:360px){.hero-character{max-width:150px}}

