:root {
  --bg: #091018;
  --surface: #111a24;
  --surface-2: #152230;
  --text: #f5f9ff;
  --muted: #a8b8c8;
  --accent: #f7931a;
  --accent-2: #ffcf4a;
  --line: #2a3948;
  --ok: #40f3a2;
}

* {
  box-sizing: border-box;
}

html,
body,
#app {
  margin: 0;
  min-height: 100%;
  font-family: "Space Grotesk", "Sora", "Avenir Next", "Segoe UI", sans-serif;
  color: var(--text);
  background: radial-gradient(circle at 15% 16%, #1a334f 0%, transparent 34%),
    radial-gradient(circle at 82% 14%, #43301e 0%, transparent 28%),
    linear-gradient(160deg, #070d13 0%, #0a121b 38%, #0c1722 100%);
}

.page {
  position: relative;
  width: min(1120px, 92vw);
  margin: 0 auto;
  padding: 48px 0 88px;
}

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 3px 3px;
  opacity: 0.22;
}

.hero,
.roi,
.operator,
.tools,
.momentum,
.final {
  position: relative;
  background: color-mix(in srgb, var(--surface) 82%, transparent);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: clamp(22px, 4vw, 42px);
  margin-bottom: 26px;
  backdrop-filter: blur(4px);
  box-shadow: 0 10px 28px rgba(3, 8, 12, 0.28);
}

.ticker-strip {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  margin-bottom: 16px;
  background: linear-gradient(90deg, rgba(64, 243, 162, 0.1), rgba(17, 26, 36, 0.88), rgba(247, 147, 26, 0.1));
}

.ticker-track {
  display: flex;
  gap: 14px;
  align-items: center;
  width: max-content;
  padding: 10px 14px;
  animation: ticker-move 28s linear infinite;
}

.ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid #2f4558;
  background: rgba(10, 18, 27, 0.72);
}

.ticker-symbol {
  font-weight: 800;
  letter-spacing: 0.02em;
}

.ticker-price {
  color: #d8e6f8;
  font-size: 0.9rem;
}

.ticker-change {
  font-size: 0.82rem;
  font-weight: 700;
}

.ticker-change.up {
  color: var(--ok);
}

.ticker-change.down {
  color: #ff7c7c;
}

.kicker {
  margin: 0;
  color: var(--accent-2);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.variant-tag {
  margin-top: 8px;
  color: #88ffc8;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.operator-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-items: stretch;
}

.operator-steps {
  display: grid;
  gap: 10px;
}

.op-step {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px;
  background: linear-gradient(160deg, rgba(64, 243, 162, 0.1), rgba(13, 17, 23, 0.88));
}

.op-tag {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--accent-2);
}

.op-step h3 {
  margin-top: 6px;
  font-size: 1.03rem;
}

.op-step p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
}

h1 {
  margin-top: 14px;
  font-size: clamp(1.9rem, 4.8vw, 3.6rem);
  line-height: 1.02;
  letter-spacing: -0.02em;
  max-width: 18ch;
}

h1 span {
  color: var(--accent-2);
}

h1 strong {
  color: var(--accent);
}

h1 em {
  font-style: normal;
  color: var(--ok);
}
.hero-inline-image {
  margin-top: 14px;
  width: 100%;
  max-height: 460px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid #2a3b4b;
  box-shadow: 0 20px 48px rgba(4, 10, 15, 0.45);
}

.hero-pill-row {
  margin-top: 12px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.hero-pill {
  border: 1px solid #33485b;
  background: linear-gradient(118deg, rgba(64, 243, 162, 0.15), rgba(247, 147, 26, 0.16));
  color: #e8fff4;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.hero-pill.cycle {
  color: #fff8e8;
  cursor: pointer;
  font-family: inherit;
}

.sub {
  margin-top: 16px;
  max-width: 62ch;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  line-height: 1.55;
}

.stat-grid {
  display: grid;
  margin-top: 22px;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.stat-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 166, 70, 0.14), rgba(20, 27, 35, 0.85));
  padding: 16px;
}

.stat-value {
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.stat-label {
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.91rem;
}

.cta {
  margin-top: 22px;
  border: 0;
  border-radius: 999px;
  padding: 13px 22px;
  font-weight: 800;
  letter-spacing: 0.02em;
  cursor: pointer;
  color: #111;
  background: linear-gradient(95deg, var(--accent), var(--accent-2));
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.cta:hover {
  transform: translateY(-2px) scale(1.01);
  box-shadow: 0 8px 24px rgba(247, 147, 26, 0.42);
}

.roi-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.roi-inputs {
  display: grid;
  gap: 10px;
}

.roi-inputs label {
  display: grid;
  gap: 6px;
  color: #d9e7f4;
  font-size: 0.86rem;
  font-weight: 700;
}

.roi-inputs input {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #31465a;
  background: #0c141d;
  color: #f1f8ff;
  padding: 10px 12px;
  font-size: 0.95rem;
}

.roi-inputs input:focus {
  outline: 2px solid rgba(247, 147, 26, 0.35);
  border-color: #f7931a;
}

.roi-results {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.roi-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px;
  background: linear-gradient(170deg, rgba(247, 147, 26, 0.16), rgba(17, 26, 36, 0.9));
}

.roi-card p {
  color: var(--muted);
  font-size: 0.82rem;
}

.roi-card h3 {
  margin-top: 8px;
  font-size: clamp(1.1rem, 2.2vw, 1.7rem);
  letter-spacing: -0.02em;
}

.cta.ghost {
  color: var(--text);
  background: linear-gradient(110deg, #203040, #243649);
  border: 1px solid #30455c;
}

.section-head {
  display: grid;
  gap: 8px;
  margin-bottom: 20px;
}

.section-head.compact {
  margin-bottom: 14px;
}

.eyebrow {
  font-size: 0.76rem;
  color: var(--accent-2);
  letter-spacing: 0.06em;
  font-weight: 700;
}

.section-head h2 {
  font-size: clamp(1.45rem, 3.1vw, 2.45rem);
  max-width: 26ch;
  line-height: 1.15;
}

.tool-list {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tool-card {
  background: linear-gradient(170deg, color-mix(in srgb, var(--surface-2) 88%, transparent), #151f2a);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px;
}

.tool-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.tool-title-row h3 {
  font-size: 1.2rem;
}

.score {
  color: #111;
  background: var(--ok);
  font-weight: 800;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 0.8rem;
}

.tool-use {
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.45;
}

.tool-card ul {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.tool-card li {
  font-size: 0.95rem;
  line-height: 1.45;
  color: #d6dde6;
  border-left: 2px solid color-mix(in srgb, var(--accent) 65%, var(--line));
  padding-left: 10px;
}

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

.phase {
  background: linear-gradient(180deg, rgba(255, 209, 102, 0.12), rgba(20, 27, 35, 0.82));
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px;
}

.day {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: var(--accent-2);
  letter-spacing: 0.05em;
  font-weight: 700;
}

.phase h4 {
  margin-top: 8px;
  font-size: 1rem;
}

.phase p {
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.5;
  font-size: 0.92rem;
}

.final {
  text-align: center;
}

.final p {
  color: var(--muted);
  line-height: 1.5;
}

.final h2 {
  margin-top: 12px;
  font-size: clamp(1.5rem, 3.6vw, 2.8rem);
  line-height: 1.14;
}

.final .micro {
  max-width: 58ch;
  margin: 12px auto 0;
  font-size: 0.95rem;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 450ms ease, transform 450ms ease;
}

.reveal.show {
  opacity: 1;
  transform: translateY(0);
}

@keyframes ticker-move {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-35%);
  }
}

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

  .roi-layout {
    grid-template-columns: 1fr;
  }

  .stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tool-list {
    grid-template-columns: 1fr;
  }

  .timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .page {
    width: min(96vw, 1120px);
    padding-top: 20px;
  }

  .hero,
  .roi,
  .operator,
  .tools,
  .momentum,
  .final {
    border-radius: 16px;
    padding: 18px;
  }

  .stat-grid,
  .roi-results,
  .timeline {
    grid-template-columns: 1fr;
  }

  .ticker-track {
    animation-duration: 20s;
  }

  .cta {
    width: 100%;
  }
}
