/* Copyright (c) 2026 Hypothetical Money Machine LLC. All rights reserved. */
:root {
  color-scheme: dark;
  --bg: #0a0d12;
  --bg-deep: #06080b;
  --panel: rgba(15, 20, 28, 0.78);
  --panel-strong: rgba(20, 27, 36, 0.92);
  --panel-soft: rgba(255, 255, 255, 0.04);
  --text: #f4f1e8;
  --muted: rgba(244, 241, 232, 0.7);
  --line: rgba(203, 214, 225, 0.18);
  --line-soft: rgba(203, 214, 225, 0.1);
  --accent: #eec16d;
  --accent-soft: rgba(238, 193, 109, 0.16);
  --accent-strong: #f6d18b;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(238, 193, 109, 0.16), transparent 0 34rem),
    radial-gradient(circle at 85% 22%, rgba(120, 196, 255, 0.14), transparent 0 30rem),
    linear-gradient(180deg, #10151c 0%, #090c11 52%, #06080b 100%);
  color: var(--text);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}

a {
  color: inherit;
}

code {
  font-family: "SF Mono", "Fira Code", "Fira Mono", Menlo, monospace;
}

.page-glow {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 24%, rgba(238, 193, 109, 0.12), transparent 0 18rem),
    radial-gradient(circle at 82% 20%, rgba(120, 196, 255, 0.08), transparent 0 20rem);
  opacity: 0.85;
}

.container {
  position: relative;
  width: min(1180px, calc(100vw - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(18px);
  background: rgba(6, 8, 11, 0.72);
  border-bottom: 1px solid var(--line-soft);
}

.nav {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.brand-mark {
  width: 30px;
  height: 30px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--accent-strong), #d09c3d);
  color: #0b0d11;
  font-size: 0.7rem;
  font-weight: 800;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 0.82rem 1.22rem;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    background-color 0.18s ease,
    color 0.18s ease,
    box-shadow 0.18s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(180deg, var(--accent-strong), var(--accent));
  color: #111318;
  box-shadow: 0 14px 34px rgba(238, 193, 109, 0.16);
}

.btn-outline,
.btn-ghost {
  color: var(--text);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.02);
}

.btn-outline:hover,
.btn-ghost:hover {
  border-color: rgba(203, 214, 225, 0.3);
  background: rgba(255, 255, 255, 0.05);
}

.hero {
  padding: 7.5rem 0 5rem;
}

.stage-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: 2.4rem;
  align-items: stretch;
}

.stage-copy,
.stage-panel {
  position: relative;
}

.stage-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
}

.stage-panel {
  padding: 1.4rem;
  border: 1px solid var(--line);
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015)),
    rgba(13, 18, 25, 0.86);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 28px 60px rgba(0, 0, 0, 0.24);
}

.stage-panel::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 140px;
  border-radius: 32px 32px 0 0;
  background: linear-gradient(180deg, rgba(238, 193, 109, 0.12), transparent);
  pointer-events: none;
}

.eyebrow,
.proof-kicker,
.command-step,
.panel-stat-label {
  margin: 0;
  color: rgba(244, 241, 232, 0.52);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  font-weight: 700;
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  max-width: 10ch;
  margin-bottom: 1.15rem;
  font-size: clamp(3.3rem, 8vw, 6rem);
  line-height: 0.92;
  letter-spacing: -0.065em;
  font-weight: 800;
}

h2 {
  max-width: 15ch;
  margin-bottom: 0.75rem;
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
  font-weight: 700;
}

.lead,
.stage-panel-copy,
.hero-note-copy,
.proof-card p:last-child,
.panel-stats p,
.download-row a,
.footer-wrap {
  color: var(--muted);
}

.lead {
  max-width: 24ch;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 3.2rem;
}

.proof-card {
  min-height: 220px;
  padding: 1.2rem;
  border: 1px solid var(--line-soft);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    rgba(255, 255, 255, 0.02);
}

.proof-kicker {
  margin-bottom: 1rem;
}

.proof-card p:last-child {
  max-width: 28ch;
  margin-bottom: 0;
}

.stage-panel-header,
.hero-note,
.install-panel,
.panel-stats {
  position: relative;
  z-index: 1;
}

.stage-panel-header {
  margin-bottom: 1.25rem;
}

.stage-panel-title {
  margin: 0.45rem 0 0.7rem;
  max-width: 14ch;
  font-size: clamp(1.9rem, 4vw, 2.7rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 750;
}

.stage-panel-copy {
  max-width: 40ch;
  margin-bottom: 0;
  font-size: 0.98rem;
}

.hero-note {
  padding: 1.1rem 1.2rem;
  border: 1px solid var(--line-soft);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.03);
}

.hero-note-label {
  margin-bottom: 0;
  color: var(--text);
  font-size: 0.98rem;
  line-height: 1.4;
  letter-spacing: -0.02em;
}

.hero-note-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 1rem 0 0.9rem;
}

.hero-note-steps span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  border: 1px solid var(--line-soft);
  background: var(--panel-soft);
  color: rgba(244, 241, 232, 0.9);
  font-size: 0.84rem;
  letter-spacing: -0.01em;
}

.hero-note-copy {
  max-width: 34ch;
  margin-bottom: 0;
  font-size: 0.94rem;
}

.install-panel {
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid var(--line-soft);
  border-radius: 26px;
  background: rgba(8, 11, 15, 0.62);
}

.command-block {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 0.85rem;
  align-items: center;
}

.command-block + .command-block {
  margin-top: 0.95rem;
}

.command-step {
  width: 30px;
  height: 30px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--line-soft);
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-strong);
  letter-spacing: 0;
  font-size: 0.78rem;
}

.install-code {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 64px;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  border: 1px solid var(--line-soft);
  background: rgba(255, 255, 255, 0.03);
}

.install-code code {
  flex: 1;
  font-size: 0.88rem;
  color: rgba(244, 241, 232, 0.92);
  white-space: nowrap;
  overflow-x: auto;
}

.copy-btn {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition:
    color 0.18s ease,
    border-color 0.18s ease,
    background-color 0.18s ease;
}

.copy-btn:hover {
  color: var(--text);
  border-color: rgba(203, 214, 225, 0.28);
  background: rgba(255, 255, 255, 0.05);
}

.copy-btn.copied {
  color: #7bf0b7;
  border-color: rgba(123, 240, 183, 0.42);
}

.download-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.1rem;
  margin-top: 1.2rem;
  padding-top: 1.15rem;
  border-top: 1px solid var(--line-soft);
}

.download-row a {
  text-decoration: none;
  font-size: 0.89rem;
}

.download-row a:hover {
  color: var(--text);
}

.panel-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1rem;
}

.panel-stats > div {
  padding: 1rem 1.05rem;
  border: 1px solid var(--line-soft);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.025);
}

.panel-stat-label {
  display: block;
  margin-bottom: 0.55rem;
}

.panel-stats p {
  margin-bottom: 0;
  font-size: 0.92rem;
}

.site-footer {
  padding: 1.5rem 0 2.5rem;
}

.footer-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid var(--line-soft);
  padding-top: 1.35rem;
  font-size: 0.88rem;
}

.footer-wrap p {
  margin-bottom: 0;
}

@media (max-width: 980px) {
  .stage-shell {
    grid-template-columns: 1fr;
  }

  .stage-copy {
    gap: 2rem;
  }
}

@media (max-width: 720px) {
  .hero {
    padding: 6.25rem 0 4rem;
  }

  h1 {
    max-width: 10ch;
    font-size: clamp(2.85rem, 14vw, 4.4rem);
  }

  .hero-actions,
  .footer-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .btn {
    width: 100%;
  }

  .proof-grid,
  .panel-stats {
    grid-template-columns: 1fr;
  }

  .stage-panel,
  .proof-card,
  .hero-note,
  .install-panel {
    border-radius: 24px;
  }

  .hero-note-steps span {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100vw - 24px, 1180px);
  }

  .nav {
    min-height: 66px;
  }

  .stage-panel {
    padding: 1rem;
  }

  .command-block {
    grid-template-columns: 1fr;
  }

  .command-step {
    margin-bottom: -0.15rem;
  }

  .install-code {
    padding: 0.9rem;
  }

  .install-code code {
    font-size: 0.82rem;
  }
}
