:root {
  color-scheme: light;
  --bg: #071322;
  --surface: #0d2035;
  --surface-2: #132b45;
  --card: #ffffff;
  --text: #102033;
  --muted: #607184;
  --line: #d9e6f0;
  --blue-950: #071322;
  --blue-850: #0d2035;
  --blue-700: #15547a;
  --accent: #4cc9f0;
  --money: #39e6a3;
  --gold: #ffd166;
  --shadow: 0 24px 70px rgba(7, 19, 34, 0.24);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(76, 201, 240, 0.20), transparent 34rem),
    radial-gradient(circle at top right, rgba(57, 230, 163, 0.14), transparent 30rem),
    linear-gradient(180deg, #071322 0%, #0c1d30 38%, #eef6fb 38%, #f7fbfd 100%);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}

a {
  color: var(--blue-700);
  font-weight: 750;
}

code {
  word-break: break-word;
}

.site {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 56px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(170px, 0.72fr) minmax(0, 1.6fr);
  gap: 28px;
  align-items: center;
  min-height: 330px;
  margin: 0 0 28px;
  overflow: hidden;
  padding: clamp(26px, 5vw, 54px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background:
    radial-gradient(circle at 25% 18%, rgba(255, 209, 102, 0.20), transparent 16rem),
    linear-gradient(135deg, #0a1b2e 0%, #12314e 62%, #15547a 100%);
  box-shadow: var(--shadow);
}

.hero-copy {
  color: white;
}

.hero-copy h1 {
  margin: 0 0 14px;
  color: white;
  font-size: clamp(2.7rem, 7vw, 5.4rem);
}

.hero-copy p:not(.eyebrow) {
  max-width: 690px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1rem, 2vw, 1.25rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.ghost-link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: white;
  text-decoration: none;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--money);
  font-size: 0.83rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-logo-wrap {
  display: grid;
  justify-self: center;
  width: min(230px, 100%);
  aspect-ratio: 1;
  place-items: center;
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 28px 55px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.hero-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nav-brand {
  display: inline-flex;
  gap: 10px;
  align-items: center;
}

.nav-brand img {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  object-fit: cover;
}

.hero-mark {
  position: relative;
  width: min(230px, 100%);
  aspect-ratio: 1;
  justify-self: center;
  border-radius: 36px;
  background:
    radial-gradient(circle at 35% 22%, rgba(255, 255, 255, 0.20), transparent 12rem),
    linear-gradient(145deg, #071322, #103554);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 28px 55px rgba(0, 0, 0, 0.28);
}

.plate {
  position: absolute;
  inset: 18%;
  border-radius: 50%;
  background: #f8fcff;
  box-shadow: inset 0 0 0 12px rgba(76, 201, 240, 0.14), inset 0 0 0 2px rgba(7, 19, 34, 0.10);
}

.fork,
.knife {
  position: absolute;
  top: 20%;
  bottom: 20%;
  width: 6px;
  border-radius: 999px;
  background: #12314e;
}

.fork {
  left: 31%;
  box-shadow: -9px -16px 0 -1px #12314e, 0 -16px 0 -1px #12314e, 9px -16px 0 -1px #12314e;
}

.knife {
  right: 28%;
  transform: rotate(-9deg);
}

.bill {
  position: absolute;
  right: 14%;
  bottom: 14%;
  display: grid;
  width: 33%;
  aspect-ratio: 1.42;
  place-items: center;
  border-radius: 12px;
  background: var(--money);
  color: #05231a;
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 950;
  box-shadow: 0 15px 32px rgba(0, 0, 0, 0.24);
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 28px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(13, 32, 53, 0.78);
  backdrop-filter: blur(18px);
}

.nav strong {
  color: white;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.nav-links a,
.pill {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(76, 201, 240, 0.14);
  color: white;
  text-decoration: none;
}

.pill {
  background: var(--gold);
  color: #332300;
  font-weight: 850;
}

.card {
  margin: 22px 0;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--card);
  box-shadow: 0 12px 38px rgba(7, 19, 34, 0.09);
}

.intro-grid,
.showcase,
.platform-band,
.scan-band {
  margin: 22px 0;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background:
    radial-gradient(circle at 18% 0%, rgba(76, 201, 240, 0.16), transparent 18rem),
    linear-gradient(145deg, #08182a 0%, #0e2741 100%);
  color: white;
  box-shadow: var(--shadow);
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.3fr);
  gap: 22px;
  align-items: start;
}

.feature-lede h2,
.section-heading h2,
.platform-band h2,
.scan-band h2 {
  color: white;
}

.feature-lede .lede,
.section-heading p,
.platform-grid p,
.scan-band p,
.feature-card p,
.screenshot-card figcaption span {
  color: rgba(255, 255, 255, 0.72);
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 24px;
}

.stat-row div,
.feature-card,
.platform-grid article,
.scan-steps div {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.stat-row div {
  padding: 14px;
}

.stat-row strong {
  display: block;
  color: var(--accent);
  font-size: 1.7rem;
  line-height: 1;
}

.stat-row span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.70);
  font-size: 0.82rem;
  font-weight: 750;
}

.feature-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.feature-card {
  padding: 18px;
}

.feature-icon {
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  place-items: center;
  border-radius: 14px;
  background: rgba(76, 201, 240, 0.16);
  color: var(--money);
  font-size: 1.45rem;
  font-weight: 950;
}

.feature-card h3,
.platform-grid h3 {
  margin-top: 0;
  color: white;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 22px;
}

.screenshot-grid {
  display: grid;
  grid-template-columns: 1fr 1fr minmax(190px, 0.6fr);
  gap: 18px;
  align-items: stretch;
}

.screenshot-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 14px;
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.07);
}

.screenshot-card img {
  display: block;
  width: 100%;
  max-height: 620px;
  border-radius: 20px;
  object-fit: cover;
  object-position: top center;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.30);
}

.watch-shot img {
  max-height: 430px;
  object-fit: contain;
  background: #071322;
}

.screenshot-card figcaption {
  display: grid;
  gap: 4px;
}

.screenshot-card figcaption strong {
  color: white;
  font-size: 1.05rem;
}

.screenshot-card figcaption span {
  font-size: 0.94rem;
  line-height: 1.45;
}

.platform-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.platform-grid article {
  padding: 18px;
}

.meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 12px;
  margin: 18px 0 0;
}

.meta div {
  padding: 14px;
  border-radius: 14px;
  background: #eef8fc;
}

h1,
h2,
h3 {
  line-height: 1.12;
  letter-spacing: 0;
}

h2 {
  margin: 0 0 18px;
  color: var(--blue-950);
  font-size: clamp(1.85rem, 3vw, 2.6rem);
}

h3 {
  margin: 28px 0 10px;
  color: var(--blue-700);
  font-size: 1.25rem;
}

p,
ul {
  margin: 0 0 16px;
}

ul {
  padding-left: 1.35rem;
}

li + li {
  margin-top: 6px;
}

.lede {
  max-width: 820px;
  color: var(--muted);
  font-size: 1.1rem;
}

.section-label {
  display: inline-flex;
  margin: 0 0 16px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(76, 201, 240, 0.15);
  color: var(--blue-950);
  font-size: 0.82rem;
  font-weight: 850;
  text-transform: uppercase;
}

.footer {
  margin-top: 34px;
  color: var(--muted);
  text-align: center;
}

@media (max-width: 760px) {
  .site {
    width: min(100% - 20px, 1120px);
    padding-top: 10px;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: 0;
    border-radius: 18px;
    text-align: left;
  }

  .hero-logo-wrap {
    width: 164px;
    justify-self: start;
    border-radius: 28px;
  }

  .card {
    padding: 22px;
    border-radius: 16px;
  }

  .intro-grid,
  .screenshot-grid,
  .platform-grid,
  .feature-stack {
    grid-template-columns: 1fr;
  }

  .intro-grid,
  .showcase,
  .platform-band,
  .scan-band {
    padding: 22px;
    border-radius: 18px;
  }

  .stat-row {
    grid-template-columns: 1fr;
  }

  .screenshot-card img {
    max-height: none;
  }

  .nav {
    align-items: flex-start;
    flex-direction: column;
  }
}


.scan-band {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 22px;
  align-items: center;
}

.scan-copy p {
  max-width: 720px;
  font-size: 1.08rem;
}

.scan-steps {
  display: grid;
  gap: 12px;
}

.scan-steps div {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 14px;
  align-items: center;
  padding: 16px;
}

.scan-steps strong {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 16px;
  background: rgba(76, 201, 240, 0.18);
  color: var(--money);
  font-size: 1.35rem;
}

.scan-steps span {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

@media (max-width: 760px) {
  .scan-band {
    grid-template-columns: 1fr;
  }
}
