*{box-sizing:border-box}
:root{
  --bg:#090820;
  --bg-2:#0d0b2a;
  --panel:#14112f;
  --panel-2:#1b173d;
  --text:#f7f4ff;
  --muted:#b5afd1;
  --purple:#8c78ff;
  --purple-2:#b49bff;
  --orange:#ffb64b;
  --teal:#46d0c0;
  --line:rgba(255,255,255,.10);
  --max:1180px;
}
html{scroll-behavior:smooth}
body{
  margin:0;background:var(--bg);color:var(--text);
  font-family:"DM Sans",system-ui,sans-serif;line-height:1.6;
  overflow-x:hidden;
}
body:before{
  content:"";position:fixed;inset:0;pointer-events:none;z-index:-2;
  background:
    radial-gradient(circle at 76% 12%,rgba(120,75,255,.18),transparent 27%),
    radial-gradient(circle at 15% 50%,rgba(53,31,125,.16),transparent 28%);
}
a{color:inherit;text-decoration:none}
button{font:inherit}
.container{width:min(calc(100% - 48px),var(--max));margin:auto}
.site-glow{position:fixed;width:420px;height:420px;right:-220px;top:25%;background:rgba(132,103,255,.13);filter:blur(80px);border-radius:50%;pointer-events:none}
.header{position:absolute;top:0;left:0;width:100%;z-index:10}
.nav{height:88px;display:flex;align-items:center;justify-content:space-between;gap:36px}
.brand{display:flex;align-items:center;gap:12px;font-size:21px;font-weight:700;letter-spacing:-.03em}
.brand img,.footer-brand img{width:42px;height:42px;object-fit:cover;border-radius:12px}
.nav-links{display:flex;gap:34px;margin-left:auto;margin-right:20px}
.nav-links a{color:#aaa4c4;font-size:14px;position:relative;padding:31px 0 25px}
.nav-links a:hover,.nav-links a.active{color:#fff}
.nav-links a.active:after{content:"";position:absolute;left:0;right:0;bottom:17px;height:2px;background:var(--orange);box-shadow:0 0 12px rgba(255,182,75,.55)}
.nav-cta{
  display:inline-flex;align-items:center;gap:10px;background:#8e78f8;
  color:#fff;padding:13px 20px;border-radius:999px;font-size:14px;font-weight:700;
  box-shadow:0 10px 30px rgba(116,87,240,.24);transition:.25s
}
.nav-cta:hover{transform:translateY(-2px);background:#9b87ff}
.nav-toggle{display:none;background:none;border:0;color:#fff}
.hero{min-height:790px;position:relative;display:flex;align-items:center;overflow:hidden}
.hero-art{
  position:absolute;inset:0;z-index:-1;pointer-events:none;
  background-image:url("header.webp");
  background-size:cover;background-repeat:no-repeat;
}
.hero-art-top{background-position:center top}
.hero:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(9,8,32,.92) 0%,rgba(9,8,32,.72) 43%,rgba(9,8,32,.15) 100%)}
.hero-fade{position:absolute;bottom:0;left:0;right:0;height:150px;background:linear-gradient(transparent,var(--bg));z-index:0}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:30px;padding-top:76px;position:relative;z-index:2}
.hero-copy{max-width:620px}
.eyebrow{font-size:12px;letter-spacing:.20em;font-weight:800;color:#ffc65f;margin-bottom:18px}
h1,h2,h3,p{margin-top:0}
h1,h2{font-family:"Playfair Display",Georgia,serif;letter-spacing:-.045em;line-height:1.03}
h1{font-size:clamp(48px,6vw,76px);margin-bottom:25px}
h2{font-size:clamp(38px,4.3vw,60px);margin-bottom:20px}
h1 em,h2 em{font-style:normal;color:#a98fff}
.hero-lead{font-size:18px;color:#c4bedb;max-width:540px;line-height:1.75;margin-bottom:30px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.centered{justify-content:center}
.store-btn{
  display:flex;align-items:center;gap:11px;min-width:172px;padding:9px 16px;
  border:1px solid rgba(255,255,255,.42);border-radius:11px;background:rgba(5,4,20,.38);
  backdrop-filter:blur(12px);transition:.25s
}
.store-btn:hover{transform:translateY(-3px);border-color:#fff;background:rgba(255,255,255,.08)}
.store-btn small{display:block;font-size:8px;line-height:1.1;letter-spacing:.08em;color:#ddd8eb}
.store-btn strong{display:block;font-size:15px;line-height:1.25}
.store-icon{width:25px;text-align:center;font-size:22px}
.store-icon.play{color:#76d7ff}.store-icon.apple{font-size:18px}
.hero-note{display:flex;align-items:center;gap:8px;color:#8f88ad;font-size:12px;margin-top:22px}
.dot{width:6px;height:6px;border-radius:50%;background:#51d0c1;box-shadow:0 0 10px #51d0c1}
.hero-device{position:relative;height:600px;display:flex;align-items:center;justify-content:center}
.device-glow{position:absolute;width:430px;height:430px;border-radius:50%;background:rgba(134,102,255,.28);filter:blur(80px)}
.phone{
  width:310px;height:600px;border:7px solid #19162c;border-radius:43px;
  padding:5px;background:#070617;box-shadow:0 30px 80px rgba(0,0,0,.58),0 0 0 1px rgba(255,255,255,.22);
  transform:rotate(4deg);position:relative;overflow:hidden
}
.phone:before{content:"";position:absolute;inset:0;border-radius:35px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.15);z-index:2;pointer-events:none}
.phone img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:34px}
.phone-speaker{position:absolute;z-index:3;top:9px;left:50%;width:76px;height:20px;transform:translateX(-50%);border-radius:0 0 15px 15px;background:#080715}
.floating-card{
  position:absolute;display:flex;align-items:center;gap:10px;background:rgba(21,18,48,.84);
  border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(14px);
  padding:11px 14px;border-radius:15px;box-shadow:0 15px 40px rgba(0,0,0,.3)
}
.floating-card b,.floating-card small{display:block}.floating-card b{font-size:12px}.floating-card small{font-size:10px;color:#a8a1c2}
.mini-icon{width:33px;height:33px;border-radius:10px;display:grid;place-items:center;background:#493b73;color:#ffbd5a;font-size:17px}
.card-one{left:6%;top:27%}.card-two{right:2%;bottom:22%}.card-two .mini-icon{color:#6ee0d2}
.section{padding:120px 0}
.section-heading{max-width:650px}.section-heading p{color:var(--muted);font-size:16px;max-width:560px}
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:55px}
.feature{padding:26px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(145deg,rgba(29,25,61,.86),rgba(15,13,37,.75));min-height:220px;transition:.3s}
.feature:hover{transform:translateY(-6px);border-color:rgba(167,143,255,.32)}
.feature-icon{width:50px;height:50px;border-radius:16px;display:grid;place-items:center;font-size:22px;margin-bottom:25px}
.feature-icon.purple{background:#3a2d69;color:#b99cff}.feature-icon.orange{background:#5b3d2c;color:#ffc46a}.feature-icon.teal{background:#194c53;color:#67e1d2}.feature-icon.pink{background:#512e52;color:#ff9dca}
.feature h3{font-size:17px;margin-bottom:8px}.feature p{font-size:13px;color:#aaa4c3;margin:0}
.games{background:#0c0a25;border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05)}
.games-top{display:flex;align-items:flex-end;justify-content:space-between;gap:40px}
.text-link{color:#c1b5ff;font-size:14px;font-weight:700;margin-bottom:26px}.text-link span{margin-left:8px}
.game-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:55px}
.game-card{min-height:330px;border-radius:22px;padding:27px;position:relative;overflow:hidden;border:1px solid}
.game-card:after{content:"";position:absolute;width:180px;height:180px;right:-55px;top:-55px;border-radius:50%;background:rgba(255,255,255,.07)}
.orange-card{background:linear-gradient(145deg,#402c2b,#1c1633);border-color:#a35e3b}
.teal-card{background:linear-gradient(145deg,#183f47,#17193a);border-color:#2d8d8c}
.blue-card{background:linear-gradient(145deg,#242f61,#181832);border-color:#536fc1}
.game-symbol{font-family:Georgia,serif;font-size:48px;color:#ffd081;margin-bottom:28px}
.teal-card .game-symbol{color:#75e1d0}.blue-card .game-symbol{color:#b9c7ff}
.game-meta{font-size:10px;letter-spacing:.18em;font-weight:800;color:#b4abc9;margin-bottom:7px}
.game-card h3{font-family:"Playfair Display",Georgia,serif;font-size:27px;margin-bottom:8px}
.game-card p{font-size:13px;color:#b9b3cd;max-width:260px}
.round-arrow{position:absolute;bottom:24px;right:24px;width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.28);background:rgba(0,0,0,.15);color:#fff}
.story{position:relative;overflow:hidden}
.story-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:100px;align-items:center}
.story-visual{height:420px;border-radius:34px;position:relative;display:grid;place-items:center;overflow:hidden;background:radial-gradient(circle at center,#302060 0,#17133b 43%,#0c0a25 75%);border:1px solid rgba(255,255,255,.09)}
.story-visual:before{content:"";position:absolute;inset:20px;border-radius:28px;border:1px solid rgba(255,182,75,.13)}
.story-ring{position:absolute;border:1px solid rgba(170,143,255,.2);border-radius:50%}.ring-1{width:330px;height:330px}.ring-2{width:250px;height:250px}
.story-logo{width:145px;height:145px;object-fit:cover;border-radius:38px;position:relative;z-index:2;box-shadow:0 25px 60px rgba(0,0,0,.4)}
.script-cloud{position:absolute;bottom:26px;color:rgba(255,255,255,.12);font-family:Georgia,serif;font-size:58px;letter-spacing:12px}
.story-copy{max-width:560px}.story-copy p{color:#b8b1cc;font-size:16px}
.quote{margin-top:30px;padding:19px 22px;border-left:2px solid var(--orange);background:rgba(255,255,255,.035);display:flex;gap:13px;align-items:flex-start}.quote span{font-family:Georgia,serif;font-size:42px;color:#ffbd5e;line-height:.8}.quote p{font-family:"Playfair Display",Georgia,serif;color:#e5def5;font-size:17px;margin:0}
.download{min-height:520px;position:relative;display:grid;place-items:center;text-align:center;overflow:hidden}
.download-art{position:absolute;inset:0;background-image:url("footer.webp");background-size:cover;background-position:center bottom;z-index:0}
.download:after{content:"";position:absolute;inset:0;background:linear-gradient(rgba(14,10,42,.35),rgba(9,8,32,.18));z-index:0}
.download-content{position:relative;z-index:1}.download-content h2{font-size:clamp(40px,5vw,64px)}.download-content p{color:#d0c8dc;margin-bottom:28px}
.footer{background:#08071a;border-top:1px solid rgba(255,255,255,.08);padding:30px 0}
.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:25px}
.footer-brand{display:flex;align-items:center;gap:12px}.footer-brand strong,.footer-brand span{display:block}.footer-brand strong{font-size:14px}.footer-brand span{font-size:10px;color:#77718f}
.footer-links{display:flex;gap:22px;color:#85809a;font-size:12px}.footer-links a:hover{color:#fff}.footer-copy{font-size:11px;color:#625d76}
.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.1s}.delay-2{transition-delay:.2s}
@media(max-width:900px){
  .nav-links{display:none}.nav-cta{margin-left:auto}.nav-toggle{display:flex;flex-direction:column;gap:5px}.nav-toggle span{display:block;width:23px;height:2px;background:#fff}
  .nav.open .nav-links{display:flex;position:absolute;top:74px;left:24px;right:24px;background:#14112e;border:1px solid var(--line);padding:15px 20px;border-radius:16px;flex-direction:column;gap:0;margin:0}.nav.open .nav-links a{padding:10px 0}
  .nav.open .nav-links a.active:after{display:none}
  .hero{min-height:auto;padding:120px 0 80px}.hero-grid{grid-template-columns:1fr}.hero-device{height:570px}.hero-copy{text-align:center;margin:auto}.hero-lead{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}
  .feature-grid{grid-template-columns:repeat(2,1fr)}.story-grid{grid-template-columns:1fr;gap:50px}.story-visual{height:360px}.games-top{align-items:flex-start;flex-direction:column}.text-link{margin:0}.game-grid{grid-template-columns:1fr}
  .footer-inner{flex-direction:column;text-align:center}.footer-brand{justify-content:center}.footer-links{flex-wrap:wrap;justify-content:center}
}
@media(max-width:560px){
  .container{width:min(calc(100% - 32px),var(--max))}
  .nav{height:74px}.brand span{font-size:18px}.nav-cta{padding:10px 14px;font-size:12px}.nav-cta span{display:none}
  .hero-grid{padding-top:20px}.hero{padding-top:105px}.hero-art{background-size:auto 100%;background-position:65% top}
  h1{font-size:44px}.hero-lead{font-size:15px}.store-btn{min-width:155px}
  .hero-device{height:500px}.phone{width:270px;height:500px}.card-one{left:0;top:23%}.card-two{right:0;bottom:18%}
  .section{padding:85px 0}.feature-grid{grid-template-columns:1fr}.feature{min-height:0}.game-card{min-height:280px}
  .story-visual{height:310px}.story-logo{width:120px;height:120px}.script-cloud{font-size:38px}
  .download{min-height:480px}.download-art{background-size:auto 100%;background-position:center bottom}
  .download-content p{font-size:13px}
}
