:root {
  color-scheme: dark;
  --bg: #030407;
  --surface: #090b10;
  --panel: #101217;
  --panel2: #171015;
  --text: #ffffff;
  --muted: #d9dde7;
  --soft: #aeb6c6;
  --red: #ff1744;
  --red2: #7f0612;
  --neon: #ff4d6d;
  --red-hot: #ff003c;
  --red-soft: #ff758f;
  --line: rgba(255, 255, 255, .08);
  --redline: rgba(255, 23, 68, .44);
  --shadow: 0 24px 80px rgba(0, 0, 0, .58);
  --font-body: "DM Sans", Manrope, "Segoe UI", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --font-display: "Sora", "DM Sans", Manrope, ui-sans-serif, system-ui, sans-serif;
  font-family: var(--font-body);
}

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700;800&family=Sora:wght@700;800;900&display=swap');

* { box-sizing: border-box; }
html { scroll-behavior: smooth; text-size-adjust: 100%; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 10% -8%, rgba(255, 0, 60, .22), transparent 28rem),
    radial-gradient(circle at 88% 3%, rgba(127, 6, 18, .26), transparent 22rem),
    linear-gradient(180deg, #030407 0%, #08090d 42%, #020306 100%);
  color: var(--text);
  font-size: 16px;
  line-height: 1.75;
}

/* REMOVED: body::before grid overlay — the red grid pattern is an AI template tell */

a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
strong { color: var(--text); }

.skip-link { position: absolute; left: -999px; top: auto; }
.skip-link:focus {
  left: 1rem;
  top: 1rem;
  z-index: 30;
  background: var(--red);
  color: #07080d;
  padding: .55rem .8rem;
  border-radius: .45rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(3, 4, 7, .82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.nav-wrap {
  max-width: 1180px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
  padding: .8rem 1rem;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: .2rem;
  font-weight: 950;
  font-size: 1.32rem;
}
.brand-logo {
  width: auto;
  height: 44px;
  max-width: 146px;
  object-fit: contain;
  filter: drop-shadow(0 0 20px rgba(255, 51, 51, .32));
}
.footer-brand .brand-logo { height: 48px; }
.brand-mark {
  display: inline-grid;
  place-items: center;
  min-width: 2.05rem;
  height: 2.05rem;
  border-radius: .5rem;
  background: linear-gradient(135deg, var(--red-hot), var(--red2));
  color: #08090f;
  margin-right: .12rem;
  box-shadow: 0 0 30px rgba(255, 23, 68, .42);
}
.site-menu { display: flex; align-items: center; gap: .15rem; }
.site-menu a {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  padding: .58rem .74rem;
  border-radius: .55rem;
  color: var(--muted);
  font-weight: 700;
  font-size: .93rem;
}
.site-menu a:hover,
.site-menu a:focus { background: rgba(255, 255, 255, .06); color: var(--text); }
.nav-cta {
  min-height: 2.7rem;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--redline);
  border-radius: .55rem;
  padding: .55rem .8rem;
  color: var(--red);
  font-weight: 800;
  background: rgba(255, 23, 68, .13);
}
.menu-toggle {
  display: none;
  background: rgba(255, 255, 255, .04);
  border: 1px solid var(--line);
  border-radius: .55rem;
  padding: .35rem;
  width: 2.7rem;
  height: 2.7rem;
}
.menu-toggle span {
  display: block;
  height: 2px;
  margin: .36rem;
  background: var(--text);
  border-radius: 99px;
}

main { overflow: hidden; }
.hero {
  max-width: 1180px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  gap: 2rem;
  align-items: center;
  min-height: calc(100svh - 4.5rem);
  padding: 4.3rem 1rem 2.4rem;
}
.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 6vw, 5.15rem);
  line-height: 1.01;
  margin: .3rem 0 1rem;
  text-wrap: balance;
  letter-spacing: -.02em;
  background: linear-gradient(92deg, #ffffff, #f3f5fb 48%, var(--red-soft));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero p { max-width: 44rem; color: var(--muted); font-size: 1.08rem; }
.eyebrow {
  color: var(--neon);
  text-transform: uppercase;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .13em;
  margin: 0 0 .35rem;
}
.hero-actions,
.cta-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.25rem; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.05rem;
  padding: .78rem 1.08rem;
  border-radius: .6rem;
  font-weight: 800;
  border: 1px solid var(--line);
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.btn.primary {
  background: linear-gradient(135deg, #ff4164, #ff003c 46%, #8b0614);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 16px 44px rgba(255, 0, 60, .28);
}
.btn.secondary {
  background: linear-gradient(135deg, rgba(255, 23, 68, .12), rgba(255, 255, 255, .045));
  color: var(--text);
}
.btn:hover { transform: translateY(-2px); border-color: rgba(255, 90, 106, .45); }
.hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: 1.35rem;
}
.hero-metrics span {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .045);
  padding: .4rem .66rem;
  color: var(--muted);
  font-size: .86rem;
}
.hero-metrics strong { color: var(--red); margin-right: .22rem; }

/* Glassmorphism applied ONLY to the hero panel — the focal element */
.hero-panel {
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(255, 23, 68, .105), rgba(255, 255, 255, .026)),
    linear-gradient(180deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, .012));
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
  border-radius: .8rem;
  padding: 1rem;
  min-height: 22rem;
  display: grid;
  place-items: center;
}

/* All other cards use flat surfaces — no blur, no glow stacking */
.trust-band div,
.info-card,
.feature,
.download-box,
.article-card,
.faq details,
.game-tile {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .03);
  border-radius: .8rem;
}

.phone-shell {
  width: min(100%, 27rem);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 1.1rem;
  background: linear-gradient(180deg, #171015, #07080d);
  padding: .8rem;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .44);
}
.phone-top,
.phone-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
  color: var(--muted);
  font-size: .82rem;
}
.phone-top span {
  width: 2.7rem;
  height: .36rem;
  border-radius: 99px;
  background: rgba(255, 255, 255, .18);
}
.phone-top em { font-style: normal; color: var(--neon); font-weight: 800; }
.phone-shell img { border-radius: .75rem; margin: .8rem 0; border: 1px solid rgba(255, 255, 255, .1); }
.phone-actions span {
  flex: 1;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: .5rem;
  padding: .45rem .2rem;
  color: var(--text);
  font-weight: 700;
  background: rgba(255, 255, 255, .04);
}

.breadcrumbs {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 1rem 1rem;
  display: flex;
  gap: .55rem;
  flex-wrap: wrap;
  color: var(--soft);
  font-size: .92rem;
}
.breadcrumbs a { color: var(--red); }
.section { max-width: 1180px; margin: auto; padding: 3.4rem 1rem; }
.section-head { max-width: 770px; margin-bottom: 1.35rem; }
.section h2 {
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 4vw, 2.65rem);
  line-height: 1.12;
  margin: .15rem 0 .8rem;
  text-wrap: balance;
  letter-spacing: -.02em;
}
.section h3 { font-size: 1.14rem; line-height: 1.25; margin: .25rem 0 .5rem; }
.section p,
.section li { color: var(--muted); }
.content { max-width: 940px; font-size: 1.03rem; }
.content a { color: var(--red); font-weight: 700; }

.trust-band {
  max-width: 1180px;
  margin: 0 auto 1rem;
  padding: 1rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .9rem;
}
.trust-band div,
.info-card,
.feature,
.download-box,
.article-card,
.faq details { padding: 1.05rem; }
.trust-band strong { display: block; color: var(--red-soft); font-size: 1rem; }
.trust-band span { display: block; color: var(--muted); font-size: .92rem; line-height: 1.55; }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.info-card {
  position: relative;
  min-height: 11rem;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.info-card:hover,
.game-tile:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 23, 68, .5);
  background: rgba(255, 0, 60, .07);
}
.tag {
  display: inline-block;
  color: #fff;
  background: linear-gradient(135deg, #ff4164, #9b0717);
  border-radius: .4rem;
  padding: .2rem .5rem;
  font-size: .74rem;
  font-weight: 800;
  margin-bottom: .5rem;
}
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.download-box {
  display: grid;
  gap: .8rem;
  border-color: rgba(255, 51, 51, .3);
  background:
    linear-gradient(135deg, rgba(255, 0, 60, .14), rgba(255, 90, 106, .04));
}
.game-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(16rem, 1fr);
  gap: 1rem;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  padding: .15rem .15rem .8rem;
}
.game-rail::-webkit-scrollbar { height: .45rem; }
.game-rail::-webkit-scrollbar-thumb { background: rgba(255, 51, 51, .42); border-radius: 99px; }
.game-tile {
  scroll-snap-align: start;
  min-height: 13rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform .18s ease, border-color .18s ease;
}
.game-tile span {
  width: max-content;
  border: 1px solid var(--redline);
  border-radius: 999px;
  color: var(--red);
  font-size: .78rem;
  font-weight: 800;
  padding: .25rem .55rem;
}
.slider-shell {
  position: relative;
  display: grid;
  align-items: center;
}
.screenshot-slider {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(17rem, 22rem);
  gap: 1rem;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scroll-padding-inline: .2rem;
  padding: .15rem .2rem 1rem;
}
.screenshot-slider::-webkit-scrollbar { height: .45rem; }
.screenshot-slider::-webkit-scrollbar-thumb {
  background: rgba(255, 51, 51, .42);
  border-radius: 99px;
}
.screenshot-card {
  scroll-snap-align: start;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: .9rem;
  overflow: hidden;
  background: rgba(255, 255, 255, .03);
  box-shadow: var(--shadow);
}
.screenshot-card img {
  width: 100%;
  aspect-ratio: 540 / 1170;
  object-fit: cover;
  background: #111522;
}
.screenshot-card figcaption {
  display: grid;
  gap: .25rem;
  padding: .95rem;
  border-top: 1px solid var(--line);
}
.screenshot-card figcaption strong { color: var(--red-soft); }
.screenshot-card figcaption span {
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.55;
}
.slider-btn {
  position: absolute;
  z-index: 2;
  width: 2.55rem;
  height: 2.55rem;
  border: 1px solid var(--redline);
  border-radius: 999px;
  background: rgba(7, 8, 13, .82);
  color: var(--text);
  font-size: 1.8rem;
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: pointer;
  backdrop-filter: blur(12px);
}
.slider-prev { left: -.55rem; }
.slider-next { right: -.55rem; }
.slider-btn:hover { background: linear-gradient(135deg, #ff4164, #8b0614); color: #fff; }
.steps { counter-reset: step; display: grid; gap: .75rem; margin: 1rem 0; padding: 0; }
.steps li {
  list-style: none;
  position: relative;
  padding: 1rem 1rem 1rem 3.35rem;
  border: 1px solid var(--line);
  border-radius: .7rem;
  background: rgba(255, 255, 255, .04);
}
.steps li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 1rem;
  top: 1rem;
  width: 1.62rem;
  height: 1.62rem;
  border-radius: .45rem;
  background: linear-gradient(135deg, #ff4164, #ff003c 48%, #8b0614);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 800;
}
.faq details { margin: .7rem 0; overflow: hidden; }
.faq summary { cursor: pointer; padding: 1rem 1.1rem; font-weight: 800; min-height: 3.4rem; }
.faq details p { padding: 0 1.1rem 1.1rem; margin: 0; }

.blog-layout {
  max-width: 1180px;
  margin: auto;
  padding: 2rem 1rem 4rem;
  display: grid;
  grid-template-columns: minmax(0, 2.1fr) minmax(17rem, .9fr);
  gap: 1rem;
}
.article-list { display: grid; gap: 1rem; }
.article-card h2 { font-size: 1.25rem; }
.sidebar { position: sticky; top: 5.5rem; align-self: start; }
.pagination { display: flex; gap: .5rem; margin-top: 1rem; }
.pagination a,
.pagination span {
  border: 1px solid var(--line);
  padding: .58rem .8rem;
  border-radius: .5rem;
  background: rgba(255, 255, 255, .04);
}

.footer {
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, #090b12, #05060a);
  padding: 3rem 1rem 1.1rem;
}
.footer-grid {
  max-width: 1180px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 1.2rem;
}
.footer h2 { font-size: 1rem; margin: .3rem 0 .7rem; color: var(--text); }
.footer a { display: block; color: var(--muted); padding: .22rem 0; }
.footer a:hover { color: var(--red); }
.footer p { color: var(--muted); }
.footer-badges { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: .8rem; }
.footer-badges span {
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: .78rem;
  padding: .25rem .5rem;
}
.fineprint {
  max-width: 1180px;
  margin: 1.5rem auto 0;
  font-size: .86rem;
  border-top: 1px solid var(--line);
  padding-top: 1rem;
  color: var(--soft);
}
.mobile-sticky-cta { display: none; }

@media (max-width: 860px) {
  body { padding-bottom: 4.3rem; }
  .nav-wrap { padding: .72rem 1rem; }
  .menu-toggle { display: block; }
  .nav-cta { display: none; }
  .site-menu {
    position: absolute;
    inset: 100% 0 auto 0;
    background: rgba(7, 8, 13, .98);
    border-bottom: 1px solid var(--line);
    display: grid;
    gap: .15rem;
    padding: .55rem 1rem .85rem;
    transform-origin: top;
    transform: scaleY(0);
    opacity: 0;
    pointer-events: none;
    transition: transform .18s ease, opacity .18s ease;
  }
  .site-menu.open { transform: scaleY(1); opacity: 1; pointer-events: auto; }
  .site-menu a { padding: .9rem; min-height: 3rem; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding: 2.4rem 1rem 1.5rem; gap: 1.2rem; }
  .hero h1 { font-size: 2.42rem; }
  .hero p { font-size: 1rem; }
  .hero-actions .btn { width: 100%; }
  .hero-metrics { display: grid; grid-template-columns: 1fr; gap: .5rem; }
  .hero-panel { min-height: 14rem; }
  .phone-shell { border-radius: .85rem; }
  .screenshot-slider { grid-auto-columns: minmax(15.5rem, 82vw); }
  .slider-btn { display: none; }
  .trust-band,
  .card-grid,
  .feature-grid,
  .blog-layout,
  .footer-grid { grid-template-columns: 1fr; }
  .trust-band { padding: 1rem; gap: .7rem; }
  .section { padding: 2.35rem 1rem; }
  .section-head { margin-bottom: 1rem; }
  .sidebar { position: static; }
  .btn { min-height: 3.15rem; }
  .mobile-sticky-cta {
    position: fixed;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .45rem;
    left: .75rem;
    right: .75rem;
    bottom: .7rem;
    z-index: 25;
    padding: .5rem;
    border: 1px solid var(--line);
    border-radius: .85rem;
    background: rgba(7, 8, 13, .88);
    backdrop-filter: blur(18px);
    box-shadow: 0 18px 50px rgba(0, 0, 0, .4);
  }
  .mobile-sticky-cta a {
    min-height: 2.75rem;
    display: grid;
    place-items: center;
    border-radius: .6rem;
    background: rgba(255, 255, 255, .06);
    font-weight: 800;
  }
  .mobile-sticky-cta a:nth-child(2) {
    background: linear-gradient(135deg, var(--red), var(--red2));
    color: #fff;
  }
  .footer { padding-bottom: 5rem; }
}

@media (max-width: 420px) {
  .hero h1 { font-size: 2.08rem; }
  .brand { font-size: 1.16rem; }
  .section h2 { font-size: 1.55rem; }
  .info-card { min-height: auto; }
  .hero-panel { padding: .65rem; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
  .btn:hover,
  .info-card:hover,
  .game-tile:hover { transform: none; }
}