*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:#11152e;background:#fff}
a{text-decoration:none;color:inherit}
.container{width:min(1390px,calc(100% - 72px));margin:0 auto}

.nav{
  height:88px;
  background:#09041e;
  color:#fff;
  position:sticky;
  top:0;
  z-index:20;
  border-bottom:1px solid rgba(255,255,255,.09);
}
.nav-inner{height:88px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.logo-wrap{display:flex;align-items:center}
.logo{width:210px;height:auto;display:block}
.menu{display:flex;align-items:center;gap:44px;font-weight:800;font-size:18px}
.menu a{opacity:.95;position:relative}
.menu a.active{color:#e5c3ff}
.menu a.active:after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:-31px;
  height:3px;
  border-radius:3px;
  background:#a948ff;
}
.nav-right{display:flex;align-items:center;gap:28px;color:#fff;font-weight:800;font-size:16px}
.nav-btn{padding:16px 26px;border-radius:10px;background:linear-gradient(135deg,#743cff,#b653ff);box-shadow:0 12px 28px rgba(103,46,255,.32)}
.mobile-menu{display:none;font-size:30px}

.hero{
  position:relative;
  overflow:hidden;
  color:#fff;
  background:
    radial-gradient(circle at 71% 46%,rgba(128,52,255,.34),transparent 30%),
    radial-gradient(circle at 42% 35%,rgba(116,45,255,.25),transparent 27%),
    linear-gradient(120deg,#060219 0%,#130a48 48%,#182777 100%);
}
.hero:before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    radial-gradient(circle,rgba(255,255,255,.45) 0 1px,transparent 1.4px);
  background-size:92px 92px;
  opacity:.18;
}
.hero-light{position:absolute;border-radius:50%;filter:blur(70px);pointer-events:none}
.hero-light-1{width:520px;height:520px;right:8%;top:18%;background:rgba(130,49,255,.38)}
.hero-light-2{width:420px;height:420px;left:35%;bottom:-18%;background:rgba(41,96,255,.28)}

.hero-inner{
  position:relative;
  z-index:1;
  min-height:585px;
  display:grid;
  grid-template-columns:.78fr 1.22fr;
  gap:0;
  align-items:center;
}
.hero-text{padding-top:10px}
.hero h1{
  font-size:58px;
  line-height:1.08;
  margin:0 0 24px;
  letter-spacing:-2px;
  text-shadow:0 12px 36px rgba(0,0,0,.18);
}
.hero h1 span{display:block;color:#ca75ff}
.hero p{
  font-size:21px;
  line-height:1.55;
  max-width:570px;
  margin:0 0 34px;
  color:#f5efff;
}
.hero-actions{display:flex;gap:22px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:18px 28px;border-radius:12px;font-weight:900;font-size:17px}
.btn-primary{background:linear-gradient(135deg,#703cff,#b34fff);box-shadow:0 18px 34px rgba(119,58,255,.3)}
.btn-secondary{border:1px solid rgba(255,255,255,.32);background:rgba(255,255,255,.055)}

.hero-art{
  height:585px;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  margin-right:-92px;
  margin-left:-80px;
}
.hero-banner{
  width:108%;
  max-width:930px;
  display:block;
  object-fit:contain;
  filter:drop-shadow(0 30px 56px rgba(0,0,0,.30));
}

.section{padding:66px 0}
.games-section{background:#f7f8fc}
.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:20px}
.section-head h2{font-size:34px;line-height:1;margin:0;font-weight:900;color:#0f1534}
.section-head a{color:#6b32f4;font-weight:900;font-size:17px}
.games{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.game-card{
  background:#fff;
  border-radius:16px;
  overflow:hidden;
  border:1px solid #e3e6ef;
  box-shadow:0 14px 36px rgba(21,28,64,.08);
}
.game-card img{width:100%;height:160px;object-fit:cover;display:block}
.game-body{padding:18px 18px 20px}
.game-card h3{font-size:21px;margin:0 0 12px}
.game-card h3 span{
  display:inline-block;
  font-size:12px;
  color:#6b26e8;
  background:#efe5ff;
  padding:5px 9px;
  border-radius:8px;
  margin-left:6px;
  vertical-align:middle;
  font-weight:700;
}
.game-card p{margin:0 0 14px;color:#66708b;font-size:16px;line-height:1.45}
.game-card small{color:#5a4b88;font-weight:800}

.safe-panel{
  margin-top:36px;
  padding:26px 32px;
  border-radius:20px;
  background:linear-gradient(135deg,#edf5ff,#dceaff);
  display:grid;
  grid-template-columns:1.35fr repeat(4,.6fr);
  gap:18px;
  align-items:center;
  text-align:center;
  border:1px solid #d9e3f7;
}
.safe-text{text-align:left}
.safe-panel h3{font-size:24px;margin:0 0 8px}
.safe-panel p{margin:0;color:#556178;line-height:1.55}
.safe-item{color:#245bc7;line-height:1.8}

.features-section{background:#fff}
.section-title{text-align:center;font-size:34px;margin:0 0 34px}
.features{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.feature{padding:34px 22px;border:1px solid #e8eaf2;border-radius:20px;text-align:center;box-shadow:0 18px 46px rgba(21,28,64,.08);background:#fff}
.icon{width:82px;height:82px;margin:0 auto 18px;border-radius:50%;display:grid;place-items:center;font-size:34px;background:linear-gradient(135deg,#673cff,#bd6cff);color:#fff}
.feature h3{margin:0 0 12px}
.feature p{margin:0;color:#657089;line-height:1.6}

.download{padding:70px 0;background:linear-gradient(135deg,#120944,#22108d);color:#fff}
.download-inner{display:flex;align-items:center;justify-content:space-between;gap:40px}
.download h2{font-size:38px;margin:0 0 16px}
.download p{font-size:18px;line-height:1.65;color:#eee8ff;max-width:760px}
.store-row{display:flex;gap:14px;flex-wrap:wrap}
.store-row a{padding:14px 18px;border-radius:12px;background:#070714;border:1px solid rgba(255,255,255,.2);font-weight:900}
.qr{width:140px;height:140px;border-radius:14px;background:#fff;padding:10px}

.footer{background:#0a0921;color:#d9ddff;padding:54px 0 24px}
.footer-grid{display:grid;grid-template-columns:1.6fr repeat(4,1fr);gap:34px}
.footer-logo{width:175px}
.footer p{line-height:1.7;color:#b9bedc}
.footer h4{color:#fff}
.footer a{display:block;margin:10px 0;color:#c8ccef}
.copyright{border-top:1px solid rgba(255,255,255,.1);margin-top:35px;padding-top:20px;color:#a9afd0;font-size:14px}

@media(max-width:1100px){
  .container{width:min(100% - 40px,1390px)}
  .menu,.nav-right{display:none}
  .mobile-menu{display:block}
  .hero-inner{grid-template-columns:1fr;padding:50px 0 0}
  .hero-art{height:auto;margin:10px auto 0;justify-content:center}
  .hero-banner{width:115%;max-width:900px}
  .hero h1{font-size:46px}
  .hero p{font-size:18px}
  .games,.features{grid-template-columns:repeat(2,1fr)}
  .safe-panel{grid-template-columns:1fr 1fr}
  .safe-text{text-align:center}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .container{width:min(100% - 28px,1390px)}
  .nav,.nav-inner{height:76px}
  .logo{width:160px}
  .hero h1{font-size:36px;letter-spacing:-1px}
  .hero p{font-size:16px}
  .btn{width:100%}
  .games,.features,.safe-panel{grid-template-columns:1fr}
  .section-head{display:block}
  .download-inner{display:block}
  .qr{margin-top:26px}
  .footer-grid{grid-template-columns:1fr}
}



/* 3D Download Buttons */
.store-row{
  display:flex;
  gap:22px;
  flex-wrap:wrap;
  align-items:center;
  margin-top:24px;
}
.store-row a.store-btn{
  position:relative;
  min-width:260px;
  min-height:84px;
  display:inline-flex;
  align-items:center;
  gap:16px;
  padding:16px 24px;
  border-radius:18px;
  font-weight:900;
  line-height:1.05;
  border:1px solid rgba(255,255,255,.12);
  overflow:hidden;
  transition:.25s ease;
}

.store-row a.store-btn:before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:14px;
  height:24px;
  background:rgba(0,0,0,.08);
  border-radius:50%;
  filter:blur(10px);
}

.store-row a.store-btn:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:18px;
  background:rgba(0,0,0,.18);
  border-radius:0 0 18px 18px;
}

.store-row a.store-btn:hover{
  transform:translateY(-4px);
}

.store-btn .store-icon{
  position:relative;
  z-index:2;
  width:54px;
  height:54px;
  min-width:54px;
  border-radius:14px;
  display:grid;
  place-items:center;
  font-size:34px;
  line-height:1;
}

.store-btn .store-text{
  position:relative;
  z-index:2;
}

.store-btn small{
  display:block;
  font-size:12px;
  opacity:.75;
  letter-spacing:.5px;
  margin-bottom:6px;
  font-weight:700;
}

.store-btn b{
  display:block;
  font-size:22px;
  font-weight:900;
}

.google-play{
  background:linear-gradient(180deg,#ffffff 0%,#f3f3f3 72%,#d7d7d7 100%) !important;
  color:#2d2d2d !important;
  box-shadow:
    inset 0 2px 0 rgba(255,255,255,.95),
    inset 0 -6px 0 rgba(0,0,0,.08),
    0 14px 30px rgba(0,0,0,.25);
}

.google-play .store-icon{
  background:linear-gradient(135deg,#ffffff,#ececec);
  color:#34a853;
}

.apk-download{
  background:linear-gradient(180deg,#ffffff 0%,#f6f2ff 72%,#d8cdf8 100%) !important;
  color:#2d2d2d !important;
  box-shadow:
    inset 0 2px 0 rgba(255,255,255,.95),
    inset 0 -6px 0 rgba(0,0,0,.08),
    0 14px 30px rgba(0,0,0,.25);
}

.apk-download .store-icon{
  background:linear-gradient(135deg,#7d43ff,#b04fff);
  color:#fff;
}

.app-store.disabled{
  background:linear-gradient(180deg,#ffffff 0%,#f2f2f2 72%,#d8d8d8 100%) !important;
  color:#333 !important;
  opacity:.86;
  box-shadow:
    inset 0 2px 0 rgba(255,255,255,.95),
    inset 0 -6px 0 rgba(0,0,0,.08),
    0 14px 30px rgba(0,0,0,.25);
}

.app-store.disabled .store-icon{
  background:#111;
  color:#fff;
}

.footer{
  background:#090720;
}
.polished-footer{
  align-items:start;
  gap:42px;
}
.footer-brand p{
  max-width:340px;
}
.social-links{
  display:flex;
  gap:12px;
  margin-top:18px;
}
.social-links a{
  width:38px;
  height:38px;
  border-radius:50%;
  display:grid !important;
  place-items:center;
  background:linear-gradient(135deg,#6e36ff,#b44fff);
  color:#fff !important;
  font-weight:900;
  font-size:18px;
  margin:0 !important;
  box-shadow:0 10px 22px rgba(112,54,255,.28);
}
.legal-link{
  color:#fff !important;
  font-weight:900;
  background:rgba(126,70,255,.18);
  border:1px solid rgba(174,125,255,.35);
  padding:10px 12px;
  border-radius:10px;
  margin:8px 0 !important;
  display:block;
}
.contact-list a{
  display:flex !important;
  gap:12px;
  align-items:flex-start;
  line-height:1.35;
  color:#dfe2ff !important;
  word-break:break-word;
}
.contact-list span{
  width:24px;
  min-width:24px;
  height:24px;
  display:grid;
  place-items:center;
  color:#ffd57a;
  font-size:18px;
}
.contact-list .address{
  max-width:310px;
}
.footer h4{
  margin-top:0;
  margin-bottom:18px;
}
.footer a:hover{
  color:#fff !important;
}

@media(max-width:640px){
  .store-row a.store-btn{
    width:100%;
    min-width:unset;
    justify-content:flex-start;
  }
}



/* Replaceable image buttons/icons */
.image-store-row{
  display:flex;
  gap:18px;
  flex-wrap:wrap;
  align-items:center;
}
.image-store-row img{
  width:260px;
  height:auto;
  display:block;
  transition:.25s ease;
  filter:drop-shadow(0 14px 24px rgba(0,0,0,.25));
}
.image-store-row img:hover{
  transform:translateY(-4px);
}

.social-links img{
  width:42px;
  height:42px;
  display:block;
  border-radius:50%;
  filter:drop-shadow(0 8px 16px rgba(0,0,0,.22));
}

@media(max-width:640px){
  .image-store-row img{
    width:100%;
    max-width:320px;
  }
}


/* About Page */
.about-hero{
  position:relative;
  overflow:hidden;
  padding:90px 0;
  color:#fff;
  background:
    radial-gradient(circle at 78% 34%,rgba(140,67,255,.38),transparent 28%),
    radial-gradient(circle at 24% 40%,rgba(46,102,255,.28),transparent 30%),
    linear-gradient(125deg,#07031f 0%,#160b55 50%,#263c98 100%);
}

.about-hero:before{
  content:"";
  position:absolute;
  inset:0;
  background-image:radial-gradient(circle,rgba(255,255,255,.45) 0 1px,transparent 1.4px);
  background-size:88px 88px;
  opacity:.16;
}

.about-hero-inner{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:40px;
  align-items:center;
}

.eyebrow{
  margin:0 0 12px;
  color:#d58cff;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.about-hero h1{
  margin:0 0 20px;
  font-size:56px;
  line-height:1.08;
}

.about-lead{
  font-size:20px;
  line-height:1.7;
  color:#f2ecff;
}

.about-section{
  padding:70px 0;
  background:#f7f8fc;
}

.about-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:26px;
}

.about-card{
  background:#fff;
  border-radius:22px;
  padding:34px;
  border:1px solid #e7e9f4;
  box-shadow:0 18px 46px rgba(21,28,64,.08);
}

.highlight-card{
  background:linear-gradient(135deg,#ffffff,#f4efff);
}

.about-card h2,.about-card h3{
  margin:0 0 18px;
  font-size:28px;
}

.about-card p{
  color:#5f6880;
  line-height:1.7;
}

.info-row{
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:14px 0;
  border-bottom:1px solid #eceef6;
}

.about-list{
  list-style:none;
  padding:0;
  margin:0;
}

.about-list li{
  padding:12px 0 12px 34px;
  position:relative;
  border-bottom:1px solid #eceef6;
}

.about-list li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:10px;
  width:22px;
  height:22px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#efe5ff;
  color:#6b32f4;
  font-weight:900;
}

.about-actions,.legal-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:24px;
}

.about-btn,.legal-actions a{
  padding:14px 20px;
  border-radius:12px;
  background:linear-gradient(135deg,#703cff,#b34fff);
  color:#fff;
  font-weight:900;
}

.about-btn.secondary{
  background:#fff;
  color:#6b32f4;
  border:1px solid #d8cbff;
}

.contact-panel-section{
  background:#fff;
}

.contact-panel{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:34px;
  background:linear-gradient(135deg,#130944,#25148d);
  color:#fff;
  border-radius:28px;
  padding:46px;
}

.contact-details{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
}

.contact-details a{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:16px;
  border-radius:14px;
  background:rgba(255,255,255,.08);
  color:#fff;
}

.contact-details .full-address{
  grid-column:1 / -1;
}

.legal-panel{
  text-align:center;
  background:#fff;
  border-radius:24px;
  padding:42px;
  border:1px solid #e6e9f4;
}

@media(max-width:900px){
  .about-hero-inner,
  .about-grid,
  .contact-panel{
    grid-template-columns:1fr;
  }

  .contact-details{
    grid-template-columns:1fr;
  }

  .about-hero h1{
    font-size:42px;
  }
}


/* Fix About page contrast and keep nav readable */
.about-card.highlight-card,
.about-hero .highlight-card{
  background:rgba(255,255,255,0.96) !important;
  color:#11152e !important;
  backdrop-filter:blur(10px);
}
.about-card.highlight-card h3,
.about-hero .highlight-card h3{
  color:#11152e !important;
  opacity:1 !important;
}
.about-card.highlight-card .info-row,
.about-hero .highlight-card .info-row{
  border-bottom:1px solid #dfe3ee !important;
}
.about-card.highlight-card .info-row span,
.about-hero .highlight-card .info-row span{
  color:#5d667f !important;
  opacity:1 !important;
}
.about-card.highlight-card .info-row b,
.about-hero .highlight-card .info-row b{
  color:#12172e !important;
  opacity:1 !important;
}

/* About page nav should match homepage */
.about-hero{
  padding-top:90px;
}



/* ===== Legal & Policies 3D Buttons - Added by ChatGPT ===== */
.legal-panel{
  text-align:center !important;
  background:#fff !important;
  border-radius:24px !important;
  padding:46px 42px !important;
  border:1px solid #e6e9f4 !important;
  box-shadow:0 18px 46px rgba(21,28,64,.06) !important;
}

.legal-panel h2{
  margin:0 0 16px !important;
  color:#101633 !important;
  font-size:28px !important;
  font-weight:900 !important;
}

.legal-panel p{
  margin:0 auto !important;
  max-width:760px !important;
  color:#4f5870 !important;
  line-height:1.7 !important;
}

.legal-actions{
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  gap:22px !important;
  flex-wrap:wrap !important;
  margin-top:32px !important;
}

.legal-actions a{
  position:relative !important;
  min-width:230px !important;
  min-height:72px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:18px 26px 24px !important;
  border-radius:18px !important;
  background:linear-gradient(180deg,#ffffff 0%,#f7f3ff 68%,#ded2ff 100%) !important;
  color:#2d2360 !important;
  font-size:18px !important;
  font-weight:900 !important;
  border:1px solid rgba(130,78,255,.18) !important;
  box-shadow:
    inset 0 2px 0 rgba(255,255,255,.95),
    inset 0 -7px 0 rgba(89,56,160,.16),
    0 14px 28px rgba(70,43,160,.18) !important;
  overflow:hidden !important;
  transition:.25s ease !important;
}

.legal-actions a:after{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  bottom:0 !important;
  height:14px !important;
  background:rgba(87,50,155,.22) !important;
  border-radius:0 0 18px 18px !important;
}

.legal-actions a:hover{
  transform:translateY(-4px) !important;
  box-shadow:
    inset 0 2px 0 rgba(255,255,255,.95),
    inset 0 -7px 0 rgba(89,56,160,.16),
    0 18px 34px rgba(70,43,160,.24) !important;
}

.legal-actions a:first-child:before{
  content:"🔒" !important;
  position:static !important;
  margin-right:10px !important;
  font-size:22px !important;
}

.legal-actions a:last-child:before{
  content:"📄" !important;
  position:static !important;
  margin-right:10px !important;
  font-size:22px !important;
}

@media(max-width:640px){
  .legal-actions a{
    width:100% !important;
    max-width:320px !important;
  }
}
