:root {
  --black: #040600;
  --black-2: #090d02;
  --acid: #c8ff00;
  --acid-2: #7cc400;
  --smoke: #bac49c;
  --bone: #f2efd5;
  --line: rgba(200, 255, 0, 0.22);
  --glass: rgba(9, 13, 2, 0.72);
  font-family: "Inter", system-ui, sans-serif;
  color: var(--bone);
  background: var(--black);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 70% 8%, rgba(200, 255, 0, .18), transparent 34rem),
    radial-gradient(circle at 10% 18%, rgba(124, 196, 0, .14), transparent 28rem),
    linear-gradient(180deg, #050700 0%, #080c01 48%, #030400 100%);
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

#app {
  overflow: hidden;
}

.noise {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 50;
  opacity: .12;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 38px 38px;
  mix-blend-mode: overlay;
}

.site-header {
  width: min(1220px, calc(100% - 40px));
  height: 86px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(200, 255, 0, .45);
}

.brand img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 0 24px rgba(200, 255, 0, .45);
}

nav { display: flex; gap: 34px; color: var(--smoke); font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
nav a:hover { color: var(--acid); }

.header-cta,
.store-button,
.phone button {
  border: 1px solid rgba(200,255,0,.55);
  background: linear-gradient(135deg, var(--acid), #77a900);
  color: #071000;
  font-weight: 900;
  box-shadow: 0 0 26px rgba(200,255,0,.22), inset 0 1px rgba(255,255,255,.45);
}

.header-cta {
  padding: 13px 21px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 13px;
}

.hero {
  width: min(1220px, calc(100% - 40px));
  min-height: 760px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 42px;
  align-items: center;
  padding: 35px 0 90px;
}

.kicker {
  color: var(--acid);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin: 0 0 18px;
}

h1, h2, h3 {
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  margin: 0;
}

h1 {
  max-width: 620px;
  font-size: clamp(78px, 9vw, 150px);
  line-height: .78;
  letter-spacing: -.045em;
  color: var(--bone);
  text-shadow: 0 0 28px rgba(200,255,0,.26);
}

h2 {
  font-size: clamp(52px, 6vw, 92px);
  line-height: .86;
  letter-spacing: -.03em;
}

.hero-lede {
  max-width: 570px;
  margin: 30px 0;
  color: var(--smoke);
  font-size: 19px;
  line-height: 1.75;
}

.store-row { display: flex; gap: 14px; flex-wrap: wrap; }
.store-row.center { justify-content: center; }

.store-button {
  min-width: 178px;
  height: 62px;
  padding: 10px 17px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: transform .2s, box-shadow .2s;
}

.store-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 38px rgba(200,255,0,.36);
}

.store-icon { font-size: 29px; line-height: 1; }
.store-icon.play { font-size: 23px; }
.store-button span:last-child { display: grid; line-height: 1; font-size: 19px; }
.store-button small { display: block; font-size: 9px; letter-spacing: .08em; margin-bottom: 5px; }

.hero-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.hero-badges span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 14px;
  color: var(--smoke);
  background: rgba(200,255,0,.045);
}

.hero-art {
  position: relative;
  min-height: 680px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.green-fire {
  position: absolute;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200,255,0,.34), rgba(124,196,0,.18) 38%, transparent 69%);
  filter: blur(10px);
}

.mascot {
  position: relative;
  z-index: 2;
  width: min(620px, 100%);
  max-height: 690px;
  object-fit: contain;
  filter: drop-shadow(0 0 38px rgba(200,255,0,.34));
  border-radius: 34px;
  mask-image: radial-gradient(circle at 50% 47%, #000 62%, rgba(0,0,0,.75) 78%, transparent 100%);
}

.floating-card {
  position: absolute;
  z-index: 3;
  width: 210px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(4, 6, 0, .78);
  box-shadow: 0 18px 50px rgba(0,0,0,.45), 0 0 22px rgba(200,255,0,.15);
  backdrop-filter: blur(12px);
}
.floating-card strong { display: block; color: var(--acid); text-transform: uppercase; letter-spacing: .06em; font-size: 13px; }
.floating-card span { display: block; color: var(--smoke); font-size: 13px; margin-top: 5px; line-height: 1.35; }
.card-one { left: 6%; top: 18%; transform: rotate(-5deg); }
.card-two { right: 2%; bottom: 18%; transform: rotate(5deg); }

.strip {
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: rgba(200,255,0,.08);
  transform: rotate(-1deg) scale(1.03);
}
.strip div {
  width: max-content;
  display: flex;
  gap: 28px;
  align-items: center;
  padding: 17px 0;
  animation: marquee 20s linear infinite;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: .14em;
  color: var(--acid);
}
.strip b { color: var(--bone); }
@keyframes marquee { to { transform: translateX(-50%); } }

.section {
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto;
  padding: 120px 0;
}

.intro {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 70px;
  align-items: center;
}

.logo-card {
  min-height: 480px;
  border: 1px solid var(--line);
  border-radius: 34px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle, rgba(200,255,0,.18), transparent 58%),
    rgba(200,255,0,.035);
  box-shadow: inset 0 0 80px rgba(200,255,0,.08);
}
.logo-card img { width: min(390px, 86%); filter: drop-shadow(0 0 30px rgba(200,255,0,.42)); }
.intro-copy p:not(.kicker), .download p, .steps > p + h2 + ol, .feature-card p { color: var(--smoke); }
.intro-copy > p:last-child { max-width: 650px; font-size: 19px; line-height: 1.75; }

.app-showcase {
  padding-top: 30px;
}

.showcase-heading {
  max-width: 850px;
  margin: 0 auto 58px;
  text-align: center;
}

.showcase-heading > p:last-child {
  max-width: 720px;
  margin: 24px auto 0;
  color: var(--smoke);
  font-size: 18px;
  line-height: 1.75;
}

.screen-stage {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 34px;
  align-items: center;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 38px;
  background:
    radial-gradient(circle at 78% 40%, rgba(200,255,0,.18), transparent 28rem),
    linear-gradient(135deg, rgba(200,255,0,.08), rgba(200,255,0,.025));
  box-shadow: inset 0 0 70px rgba(200,255,0,.04);
}

.screen-copy {
  padding: 26px;
}

.screen-copy span,
.screen-card span {
  color: var(--acid);
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: 12px;
}

.screen-copy h3 {
  margin: 18px 0;
  font-size: clamp(44px, 5vw, 74px);
  line-height: .86;
}

.screen-copy p {
  color: var(--smoke);
  line-height: 1.7;
  margin: 0;
}

.screen-frame,
.screen-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(200,255,0,.28);
  border-radius: 28px;
  background: #081006;
  box-shadow: 0 28px 70px rgba(0,0,0,.42), 0 0 35px rgba(200,255,0,.11);
}

.screen-frame.lightbox-trigger,
.lightbox-card .lightbox-trigger {
  appearance: none;
  border: 0;
  color: inherit;
  cursor: zoom-in;
  font: inherit;
  padding: 0;
  text-align: inherit;
}

.screen-frame.lightbox-trigger {
  border: 1px solid rgba(200,255,0,.28);
}

.lightbox-card .lightbox-trigger {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  background: transparent;
}

.screen-frame::before,
.screen-card::before,
.lightbox-card .lightbox-trigger::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255,255,255,.08), transparent 34%);
}

.lightbox-card::before {
  display: none;
}

.screen-frame.large {
  min-height: 620px;
  display: grid;
  place-items: center;
  padding: 18px;
  background:
    radial-gradient(circle at 50% 38%, rgba(200,255,0,.14), transparent 34rem),
    #071005;
}

.screen-frame img,
.screen-card img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.screen-frame.large img {
  width: auto;
  max-width: 100%;
  height: min(620px, 76vw);
  object-fit: contain;
  object-position: center;
  border-radius: 22px;
}

.lightbox-trigger img {
  transition: transform .28s ease, filter .28s ease;
}

.lightbox-trigger:hover img,
.lightbox-trigger:focus-visible img {
  transform: scale(1.018);
  filter: brightness(1.08) saturate(1.06);
}

.lightbox-trigger:focus-visible {
  outline: 3px solid var(--acid);
  outline-offset: 5px;
}

.zoom-hint {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 4;
  border: 1px solid rgba(200,255,0,.5);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(4, 6, 0, .78);
  color: var(--acid);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1;
  opacity: 0;
  text-transform: uppercase;
  transform: translateY(8px);
  transition: opacity .22s ease, transform .22s ease;
  backdrop-filter: blur(10px);
  box-shadow: 0 0 22px rgba(200,255,0,.18);
}

.lightbox-trigger:hover .zoom-hint,
.lightbox-trigger:focus-visible .zoom-hint {
  opacity: 1;
  transform: translateY(0);
}

.screen-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.screen-card {
  min-height: 430px;
}

.screen-card img {
  height: 315px;
  object-position: top center;
}

.screen-card div {
  position: relative;
  z-index: 3;
  padding: 20px;
}

.screen-card h3 {
  margin: 9px 0 0;
  font-size: 27px;
  line-height: .95;
}

.screen-card.wide {
  grid-column: 2 / span 2;
  display: grid;
  place-items: center;
  text-align: center;
}

.screen-card.wide img {
  width: min(560px, 100%);
  height: 360px;
  margin: 0 auto;
  object-fit: contain;
  object-position: center;
  padding: 14px;
}

.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-top: 0;
}

.feature-card {
  min-height: 360px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(200,255,0,.09), rgba(200,255,0,.025)),
    var(--glass);
  position: relative;
  overflow: hidden;
}
.feature-card::after {
  content: "♠";
  position: absolute;
  right: -18px;
  bottom: -52px;
  color: rgba(200,255,0,.08);
  font-size: 180px;
}
.feature-card span { color: var(--acid); font-weight: 900; letter-spacing: .16em; }
.feature-card h3 { margin: 86px 0 18px; font-size: 45px; line-height: .9; }
.feature-card p { line-height: 1.65; margin: 0; position: relative; z-index: 1; }

.phone-section {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 80px;
  align-items: center;
  padding-top: 20px;
}

.phone {
  width: 330px;
  min-height: 650px;
  margin: 0 auto;
  padding: 17px;
  border: 1px solid rgba(200,255,0,.36);
  border-radius: 42px;
  background: linear-gradient(180deg, #101807, #020300);
  box-shadow: 0 0 55px rgba(200,255,0,.18), 0 35px 80px rgba(0,0,0,.55);
}
.phone-top { display: flex; justify-content: space-between; color: var(--smoke); font-size: 12px; font-weight: 800; padding: 5px 5px 18px; }
.phone-top i { width: 92px; height: 22px; border-radius: 999px; background: #020300; }
.app-logo { display: flex; align-items: center; gap: 11px; font-family: "Barlow Condensed"; font-size: 29px; font-weight: 900; text-transform: uppercase; }
.app-logo img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; }
.app-card, .app-list div {
  border: 1px solid var(--line);
  background: rgba(200,255,0,.08);
  border-radius: 22px;
}
.main-card { margin: 24px 0 16px; padding: 22px; }
.main-card small { color: var(--acid); font-weight: 900; letter-spacing: .16em; }
.main-card h3 { font-size: 44px; line-height: .9; margin: 10px 0; }
.main-card p { color: var(--smoke); line-height: 1.5; }
.phone button { width: 100%; border-radius: 14px; padding: 13px; text-transform: uppercase; letter-spacing: .08em; }
.app-list { display: grid; gap: 10px; }
.app-list div { display: flex; align-items: center; gap: 14px; padding: 14px; }
.app-list b { width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center; background: var(--acid); color: #071000; }
.app-list span { display: grid; gap: 3px; }
.app-list small { color: var(--smoke); }

.steps ol { list-style: none; padding: 0; margin: 34px 0 0; display: grid; gap: 16px; }
.steps li { display: flex; gap: 18px; align-items: center; border: 1px solid var(--line); border-radius: 20px; padding: 18px; background: rgba(200,255,0,.04); }
.steps li span { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--acid); color: #071000; font-weight: 900; }
.steps li p { margin: 0; color: var(--smoke); }

.download {
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto 80px;
  padding: 90px 30px;
  border: 1px solid var(--line);
  border-radius: 38px;
  background:
    radial-gradient(circle at 50% 0%, rgba(200,255,0,.24), transparent 34rem),
    linear-gradient(180deg, rgba(200,255,0,.1), rgba(200,255,0,.035));
  text-align: center;
}
.download-inner { max-width: 830px; margin: 0 auto; }
.download p:not(.kicker) { font-size: 18px; line-height: 1.7; margin: 24px auto 30px; max-width: 650px; }

footer {
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto;
  padding: 30px 0 50px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  color: var(--smoke);
}
footer .brand { color: var(--bone); }
footer .brand img { width: 40px; height: 40px; }
footer p, footer small { margin: 0; }

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 26px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease;
}

.lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background:
    radial-gradient(circle at 50% 20%, rgba(200,255,0,.16), transparent 34rem),
    rgba(0, 0, 0, .88);
  cursor: zoom-out;
}

.lightbox-panel {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
  max-height: min(92vh, 980px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 14px;
  border: 1px solid rgba(200,255,0,.36);
  border-radius: 30px;
  padding: 16px;
  background:
    linear-gradient(180deg, rgba(14, 22, 6, .96), rgba(2, 4, 0, .96));
  box-shadow: 0 34px 120px rgba(0,0,0,.72), 0 0 60px rgba(200,255,0,.18);
}

.lightbox-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.lightbox-top p {
  margin: 0;
  color: var(--acid);
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.lightbox-close {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(200,255,0,.34);
  border-radius: 50%;
  background: rgba(200,255,0,.09);
  color: var(--bone);
  cursor: pointer;
  font-size: 30px;
  line-height: 1;
}

.lightbox-close:hover,
.lightbox-close:focus-visible {
  background: var(--acid);
  color: #071000;
  outline: none;
}

.lightbox-image {
  width: 100%;
  max-height: calc(92vh - 110px);
  display: block;
  object-fit: contain;
  border-radius: 20px;
  background: #050900;
}

body.lightbox-open {
  overflow: hidden;
}

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal-delay { transition-delay: .15s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 960px) {
  nav { display: none; }
  .hero, .intro, .phone-section { grid-template-columns: 1fr; }
  .hero { text-align: center; padding-top: 40px; }
  .hero-copy { display: grid; justify-items: center; }
  .hero-art { min-height: 600px; }
  .features { grid-template-columns: 1fr; }
  .screen-stage { grid-template-columns: 1fr; }
  .screen-grid { grid-template-columns: repeat(2, 1fr); }
  .screen-card.wide { grid-column: 1 / -1; }
  .intro-copy { text-align: center; }
  .phone-section { gap: 45px; }
  .steps { text-align: center; }
  footer { flex-direction: column; text-align: center; }
}

@media (max-width: 620px) {
  .site-header { width: calc(100% - 28px); height: 76px; }
  .brand { font-size: 25px; }
  .brand img { width: 40px; height: 40px; }
  .header-cta { padding: 11px 14px; font-size: 11px; }
  .hero, .section, .download { width: calc(100% - 28px); }
  .hero { min-height: auto; padding-bottom: 55px; }
  h1 { font-size: 84px; }
  h2 { font-size: 58px; }
  .hero-lede { font-size: 16px; }
  .store-row { width: 100%; flex-direction: column; }
  .store-button { justify-content: center; }
  .hero-art { min-height: 480px; margin-top: 10px; }
  .green-fire {
    width: min(360px, 92vw);
    height: min(360px, 92vw);
  }
  .mascot { border-radius: 24px; }
  .floating-card { position: relative; inset: auto; width: 100%; margin-top: -32px; transform: none; }
  .card-two { display: none; }
  .section { padding: 80px 0; }
  .strip {
    transform: none;
  }
  .strip div {
    font-size: 20px;
    gap: 18px;
  }
  .logo-card { min-height: 340px; }
  .screen-stage { padding: 16px; border-radius: 28px; }
  .screen-copy { padding: 14px; text-align: center; }
  .screen-frame.large img { height: 470px; }
  .zoom-hint { opacity: 1; transform: none; right: 12px; bottom: 12px; }
  .screen-grid { grid-template-columns: 1fr; }
  .screen-card,
  .screen-card.wide { grid-column: auto; min-height: auto; }
  .screen-card img,
  .screen-card.wide img { height: 360px; }
  .feature-card { min-height: 310px; }
  .feature-card h3 { font-size: 39px; margin-top: 60px; }
  .phone { width: min(330px, 100%); min-height: 620px; }
  .download { padding: 68px 18px; border-radius: 28px; }
  .lightbox { padding: 14px; }
  .lightbox-panel { border-radius: 22px; padding: 12px; }
  .lightbox-top p { font-size: 13px; }
}

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