:root {
  color-scheme: dark;
  --bg: #07111f;
  --bg-deep: #030813;
  --panel: rgba(17, 29, 52, 0.72);
  --panel-strong: rgba(19, 34, 62, 0.92);
  --line: rgba(113, 142, 214, 0.26);
  --text: #f7fbff;
  --muted: #93a2c6;
  --blue: #5c8cff;
  --cyan: #74e8ff;
  --mint: #63e6a0;
  --gold: #ffca45;
  --rose: #ff7d8d;
  --ink: #08101d;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
  --radius: 8px;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 18% 12%, rgba(92, 140, 255, 0.24), transparent 24rem),
    linear-gradient(145deg, #061224 0%, #050a14 46%, #071827 100%);
  color: var(--text);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -4;
  content: "";
  background:
    linear-gradient(rgba(116, 232, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(116, 232, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 88%);
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  display: block;
}

button,
input,
select {
  font: inherit;
}

.noise {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: 0.17;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 300 300' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E");
}

.market-field {
  position: fixed;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 20px clamp(18px, 4vw, 64px);
  border-bottom: 1px solid rgba(125, 160, 255, 0.14);
  background: rgba(4, 10, 20, 0.68);
  backdrop-filter: blur(22px);
}

.brand {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-width: max-content;
  transform-origin: left center;
  transition:
    filter 220ms ease,
    transform 220ms ease;
}

.brand::after {
  position: absolute;
  inset: -10px -16px;
  z-index: -1;
  content: "";
  border: 1px solid rgba(116, 232, 255, 0);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 20% 50%, rgba(116, 232, 255, 0.28), transparent 36%),
    linear-gradient(90deg, rgba(92, 140, 255, 0.12), transparent);
  opacity: 0;
  transform: scaleX(0.82);
  transform-origin: left center;
  transition:
    opacity 220ms ease,
    transform 220ms ease,
    border-color 220ms ease;
}

.brand-logo {
  width: 198px;
  height: 48px;
  object-fit: contain;
  object-position: left center;
}

.brand:hover {
  filter: drop-shadow(0 0 18px rgba(116, 232, 255, 0.6));
  transform: translateY(-1px);
}

.brand:hover::after {
  border-color: rgba(116, 232, 255, 0.24);
  opacity: 1;
  transform: scaleX(1);
}

.nav-links {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 28px;
  color: #b7c3e6;
  font-size: 0.92rem;
}

.nav-links a {
  transition:
    color 180ms ease,
    text-shadow 180ms ease;
}

.nav-links a:hover {
  color: #ffffff;
  text-shadow: 0 0 18px rgba(92, 140, 255, 0.68);
}

.button {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 20px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  font-weight: 850;
  color: var(--text);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.button::before,
.button::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
}

.button::before {
  background:
    radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(255, 202, 69, 0.28), transparent 24%),
    linear-gradient(90deg, transparent 18%, rgba(99, 230, 160, 0.16) 48%, transparent 78%);
  opacity: 0;
  transition: opacity 180ms ease;
}

.button::after {
  width: 120px;
  height: 100%;
  background:
    linear-gradient(135deg, transparent 0 35%, rgba(255, 255, 255, 0.46) 48%, transparent 62%),
    linear-gradient(90deg, transparent, rgba(99, 230, 160, 0.55), transparent);
  transform: translateX(-140%) skewX(-22deg);
  transition: transform 520ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:hover::before {
  opacity: 1;
}

.button:hover::after {
  transform: translateX(260%) skewX(-22deg);
}

.button-primary {
  background:
    linear-gradient(135deg, rgba(92, 140, 255, 0.98), rgba(116, 232, 255, 0.78)),
    #315df2;
  box-shadow: 0 16px 46px rgba(92, 140, 255, 0.35);
}

.button-primary:hover {
  box-shadow:
    0 22px 60px rgba(92, 140, 255, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.12) inset;
}

.button-secondary,
.button-ghost {
  border-color: rgba(123, 153, 226, 0.28);
  background: rgba(16, 29, 53, 0.72);
}

.button-secondary:hover,
.button-ghost:hover {
  border-color: rgba(116, 232, 255, 0.55);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.25);
}

.button-small {
  min-height: 40px;
  padding-inline: 15px;
  font-size: 0.86rem;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.78fr);
  gap: clamp(32px, 5vw, 78px);
  align-items: center;
  min-height: 100svh;
  padding: 118px clamp(20px, 6vw, 86px) 48px;
}

.hero-copy {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 13.5ch;
  margin-bottom: 24px;
  font-size: clamp(3.6rem, 7vw, 7.2rem);
  line-height: 0.9;
  letter-spacing: 0;
}

.hero-text {
  max-width: 660px;
  color: #b9c6e6;
  font-size: clamp(1.06rem, 1.6vw, 1.28rem);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.ticker-rail {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 36px;
}

.ticker-rail button {
  min-width: 78px;
  padding: 10px 16px;
  border: 1px solid rgba(112, 142, 214, 0.24);
  border-radius: 999px;
  background: rgba(16, 29, 53, 0.68);
  color: #aeb9d9;
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.ticker-rail button:hover,
.ticker-rail button.is-active {
  border-color: rgba(116, 232, 255, 0.62);
  background:
    radial-gradient(circle at 20% 20%, rgba(116, 232, 255, 0.22), transparent 34%),
    rgba(24, 44, 79, 0.92);
  box-shadow: 0 0 24px rgba(92, 140, 255, 0.28);
  color: #ffffff;
  transform: translateY(-2px);
}

.hero-device {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 660px;
  perspective: 1200px;
}

.phone-shell {
  position: relative;
  width: min(340px, 74vw);
  aspect-ratio: 1170 / 2397;
  padding: 10px;
  border: 1px solid rgba(151, 176, 255, 0.42);
  border-radius: 42px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.18), transparent 17% 82%, rgba(116, 232, 255, 0.2)),
    #050914;
  box-shadow:
    0 48px 120px rgba(0, 0, 0, 0.62),
    0 0 0 7px rgba(8, 14, 28, 0.86),
    0 0 70px rgba(92, 140, 255, 0.3);
  transform-style: preserve-3d;
}

.hero-phone {
  transform: rotateX(7deg) rotateY(-19deg) rotateZ(3deg);
  animation: phoneFloat 7s ease-in-out infinite;
}

.phone-metal {
  position: absolute;
  inset: -8px;
  z-index: -1;
  border-radius: 48px;
  background:
    linear-gradient(90deg, rgba(116, 232, 255, 0.2), rgba(255, 202, 69, 0.1), rgba(92, 140, 255, 0.28)),
    #0c1324;
  transform: translateZ(-18px);
}

.phone-screen {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 32px;
  background: var(--ink);
}

.phone-screen::before {
  position: absolute;
  top: 8px;
  left: 50%;
  z-index: 3;
  width: 34%;
  height: 24px;
  content: "";
  border-radius: 0 0 18px 18px;
  background: #040915;
  transform: translateX(-50%);
}

.phone-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    opacity 250ms ease,
    transform 600ms ease;
}

.hero-phone .phone-screen img {
  opacity: 0.42;
  filter: saturate(0.9) contrast(1.08);
}

.ticker-screen {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 48px 18px 20px;
  background:
    linear-gradient(180deg, rgba(6, 16, 31, 0.94), rgba(7, 17, 31, 0.72) 46%, rgba(7, 17, 31, 0.92)),
    radial-gradient(circle at 80% 18%, rgba(92, 140, 255, 0.24), transparent 36%);
  transition:
    opacity 260ms ease,
    transform 260ms ease,
    filter 260ms ease;
}

.hero-phone.is-switching {
  animation: tickerSwap 520ms ease;
}

.hero-phone.is-switching .ticker-screen {
  opacity: 0;
  filter: blur(8px);
  transform: translateX(26px) scale(0.98);
}

.ticker-screen-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 16px;
  border: 1px solid rgba(123, 153, 226, 0.24);
  border-radius: 14px;
  background: rgba(16, 29, 53, 0.78);
}

.ticker-screen-top strong {
  display: block;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
}

.ticker-screen-top span {
  display: block;
  margin-top: 6px;
  color: #8494bb;
  font-size: 0.72rem;
}

#tickerPrice {
  min-width: max-content;
  color: #ffffff;
  font-size: 1.45rem;
}

.ticker-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ticker-badges span {
  padding: 7px 10px;
  border: 1px solid rgba(255, 125, 141, 0.26);
  border-radius: 999px;
  background: rgba(255, 125, 141, 0.12);
  color: #ff9aa6;
  font-size: 0.68rem;
  font-weight: 900;
}

.ticker-badges span:nth-child(2) {
  border-color: rgba(99, 230, 160, 0.26);
  background: rgba(99, 230, 160, 0.12);
  color: #85efb6;
}

.ticker-score-card {
  padding: 16px;
  border: 1px solid rgba(116, 232, 255, 0.24);
  border-radius: 14px;
  background: rgba(11, 24, 44, 0.78);
}

.ticker-score-card span,
.ticker-pick small {
  display: block;
  color: #9eacd0;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ticker-score-card strong {
  display: block;
  margin-top: 6px;
  color: var(--mint);
  font-size: 3.2rem;
  line-height: 0.9;
}

.ticker-score-card small {
  color: #9ba9ce;
  font-size: 0.76rem;
}

.ticker-picks {
  display: grid;
  gap: 10px;
  margin-top: auto;
}

.ticker-pick {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 13px 12px;
  border-left: 4px solid var(--mint);
  border-radius: 12px;
  background: rgba(18, 33, 60, 0.82);
}

.ticker-pick b {
  font-size: 1.02rem;
}

.ticker-pick strong {
  color: var(--mint);
  font-size: 1.4rem;
}

.phone-shine {
  position: absolute;
  inset: 14px;
  pointer-events: none;
  border-radius: 30px;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.26), transparent 24% 70%, rgba(116, 232, 255, 0.14));
  mix-blend-mode: screen;
  opacity: 0.36;
}

.signal-card {
  position: absolute;
  width: 150px;
  padding: 14px;
  border: 1px solid rgba(116, 232, 255, 0.26);
  border-radius: var(--radius);
  background: rgba(11, 22, 39, 0.82);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.signal-card span {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.signal-card strong {
  display: block;
  margin-top: 4px;
  font-size: 2.2rem;
}

.signal-card-left {
  left: 2%;
  top: 20%;
}

.signal-card-right {
  right: 0;
  bottom: 20%;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: 0 clamp(20px, 6vw, 86px) 80px;
  overflow: hidden;
  border: 1px solid rgba(123, 153, 226, 0.2);
  border-radius: var(--radius);
  background: rgba(123, 153, 226, 0.2);
}

.trust-strip div {
  min-height: 116px;
  padding: 24px;
  background: rgba(10, 20, 38, 0.82);
}

.trust-strip span,
.metric-stack span,
.callout span,
.waitlist-stats span {
  display: block;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.trust-strip strong {
  display: block;
  margin-top: 10px;
  font-size: clamp(1.1rem, 1.8vw, 1.5rem);
}

.scroll-showcase {
  position: relative;
  height: 430vh;
}

.showcase-sticky {
  position: sticky;
  top: 0;
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(360px, 1fr);
  gap: clamp(20px, 4vw, 72px);
  align-items: center;
  min-height: 100svh;
  padding: 106px clamp(20px, 6vw, 86px) 44px;
}

.showcase-copy {
  max-width: 520px;
}

.showcase-copy h2,
.section-heading h2,
.waitlist-band h2,
.waitlist-copy h1 {
  margin-bottom: 18px;
  font-size: clamp(2.3rem, 5vw, 5.6rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.showcase-copy p:not(.eyebrow),
.section-heading,
.waitlist-band p,
.waitlist-copy p {
  color: #b8c5e6;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.7;
}

.metric-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.metric-stack div {
  min-height: 106px;
  padding: 18px;
  border: 1px solid rgba(123, 153, 226, 0.25);
  border-radius: var(--radius);
  background: rgba(16, 29, 53, 0.66);
}

.metric-stack strong {
  display: block;
  margin-top: 8px;
  color: #ffffff;
  font-size: clamp(1.2rem, 2vw, 1.8rem);
}

.showcase-stage {
  position: relative;
  min-height: 760px;
  perspective: 1400px;
}

.phone-scene {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  transform-style: preserve-3d;
}

.phone-3d {
  width: min(356px, 62vw);
  transform:
    translate3d(0, 0, 0)
    rotateX(var(--phone-x, 8deg))
    rotateY(var(--phone-y, -18deg))
    rotateZ(var(--phone-z, 2deg));
  transition: transform 160ms linear;
}

.callout {
  position: absolute;
  width: min(300px, 42vw);
  padding: 18px;
  border: 1px solid rgba(116, 232, 255, 0.28);
  border-radius: var(--radius);
  background: rgba(9, 20, 36, 0.78);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  opacity: var(--callout-opacity, 0);
  transform: translate3d(var(--callout-x, 0), var(--callout-y, 0), 0) scale(var(--callout-scale, 0.94));
  transition:
    opacity 220ms ease,
    transform 220ms ease,
    border-color 220ms ease;
}

.callout strong {
  display: block;
  margin-top: 8px;
  line-height: 1.45;
}

.callout-a {
  top: 10%;
  left: 0;
}

.callout-b {
  top: 38%;
  right: 0;
}

.callout-c {
  bottom: 9%;
  left: 6%;
}

.intelligence {
  padding: 80px clamp(20px, 6vw, 86px);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.feature-card {
  min-height: 330px;
  padding: 26px;
  border: 1px solid rgba(123, 153, 226, 0.24);
  border-radius: var(--radius);
  background: rgba(15, 28, 51, 0.74);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.2);
}

.feature-icon {
  width: 68px;
  height: 68px;
  margin-bottom: 28px;
  border: 1px solid rgba(116, 232, 255, 0.3);
  border-radius: var(--radius);
  background-color: rgba(92, 140, 255, 0.14);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 74%;
}

.pulse-chart {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 54 24 40l11 8 15-24 20 12' fill='none' stroke='%2374e8ff' stroke-width='7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.spread-icon {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 40h56M23 24l-11 16 11 16M57 24l11 16-11 16' fill='none' stroke='%23ffca45' stroke-width='7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.academy-icon {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 22h28a10 10 0 0 1 10 10v32H28a10 10 0 0 0-10-10V22Zm38 0h6v42' fill='none' stroke='%2363e6a0' stroke-width='6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.feature-card h3 {
  margin-bottom: 12px;
  font-size: 1.45rem;
}

.feature-card p {
  color: #aebadd;
  line-height: 1.7;
}

.command-center {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: 18px;
  align-items: stretch;
  padding: 16px clamp(20px, 6vw, 86px) 92px;
}

.terminal-panel,
.motion-panel,
.waitlist-band,
.waitlist-form {
  border: 1px solid rgba(123, 153, 226, 0.24);
  border-radius: var(--radius);
  background: rgba(10, 20, 38, 0.82);
  box-shadow: var(--shadow);
}

.terminal-panel {
  overflow: hidden;
}

.terminal-header {
  display: flex;
  gap: 8px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(123, 153, 226, 0.18);
}

.terminal-header span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--rose);
}

.terminal-header span:nth-child(2) {
  background: var(--gold);
}

.terminal-header span:nth-child(3) {
  background: var(--mint);
}

.terminal-body {
  padding: 28px;
  font-family: "SFMono-Regular", Consolas, monospace;
}

.terminal-body p {
  margin-bottom: 18px;
  color: #dce7ff;
}

.terminal-body span {
  margin-right: 12px;
  color: var(--mint);
}

.motion-panel {
  display: grid;
  place-items: center;
  min-height: 330px;
  padding: 24px;
}

.lottie-market {
  width: min(100%, 620px);
}

.lottie-market svg {
  width: 100%;
  overflow: visible;
}

.grid-line {
  fill: none;
  stroke: rgba(147, 162, 198, 0.22);
  stroke-width: 1;
}

.chart-fill {
  fill: rgba(99, 230, 160, 0.12);
}

.chart-line {
  fill: none;
  stroke: var(--mint);
  stroke-dasharray: 560;
  stroke-dashoffset: 560;
  stroke-linecap: round;
  stroke-width: 8;
  animation: drawLine 2.8s ease-in-out infinite;
  filter: drop-shadow(0 0 12px rgba(99, 230, 160, 0.55));
}

.chart-dot {
  fill: var(--gold);
  opacity: 0;
  animation: popDot 2.8s ease-in-out infinite;
}

.dot-two {
  animation-delay: 0.25s;
}

.dot-three {
  animation-delay: 0.5s;
}

.waitlist-band {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 28px;
  align-items: center;
  margin: 0 clamp(20px, 6vw, 86px) 70px;
  padding: clamp(24px, 4vw, 44px);
}

.inline-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
}

input,
select {
  min-height: 52px;
  width: 100%;
  border: 1px solid rgba(123, 153, 226, 0.28);
  border-radius: var(--radius);
  outline: none;
  background: rgba(6, 14, 27, 0.86);
  color: var(--text);
  padding: 0 16px;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease;
}

input:focus,
select:focus {
  border-color: rgba(116, 232, 255, 0.76);
  box-shadow: 0 0 0 4px rgba(116, 232, 255, 0.12);
}

label {
  display: block;
  margin: 18px 0 8px;
  color: #c5d0ec;
  font-weight: 800;
}

.form-status {
  grid-column: 1 / -1;
  min-height: 24px;
  margin: 0;
  color: var(--mint);
  font-weight: 750;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(20px, 6vw, 86px);
  border-top: 1px solid rgba(123, 153, 226, 0.16);
  color: #8f9dc2;
}

.waitlist-main {
  min-height: 100svh;
  padding: 120px clamp(20px, 6vw, 86px) 60px;
}

.waitlist-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.72fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.waitlist-copy h1 {
  max-width: 11ch;
}

.waitlist-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 32px;
}

.waitlist-stats div {
  min-height: 118px;
  padding: 18px;
  border: 1px solid rgba(123, 153, 226, 0.24);
  border-radius: var(--radius);
  background: rgba(15, 28, 51, 0.7);
}

.waitlist-stats strong {
  display: block;
  margin-top: 10px;
  font-size: 1.3rem;
}

.waitlist-form {
  padding: clamp(22px, 4vw, 34px);
}

.waitlist-form h2 {
  margin-bottom: 6px;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.waitlist-form .button {
  width: 100%;
  margin-top: 22px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@keyframes phoneFloat {
  0%,
  100% {
    transform: rotateX(7deg) rotateY(-19deg) rotateZ(3deg) translateY(0);
  }
  50% {
    transform: rotateX(3deg) rotateY(-13deg) rotateZ(1deg) translateY(-18px);
  }
}

@keyframes tickerSwap {
  0%,
  100% {
    transform: rotateX(7deg) rotateY(-19deg) rotateZ(3deg) translateY(0);
  }
  45% {
    transform: rotateX(5deg) rotateY(-8deg) rotateZ(1deg) translateY(-10px) scale(1.02);
  }
}

@keyframes drawLine {
  0% {
    stroke-dashoffset: 560;
  }
  42%,
  72% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -560;
  }
}

@keyframes popDot {
  18%,
  64% {
    opacity: 1;
    transform: scale(1);
  }
  0%,
  100% {
    opacity: 0;
    transform: scale(0.5);
  }
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .hero,
  .showcase-sticky,
  .waitlist-hero {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 110px;
  }

  .hero-copy {
    max-width: none;
  }

  .hero-device {
    min-height: 560px;
  }

  .showcase-sticky {
    align-content: center;
  }

  .showcase-stage {
    min-height: 620px;
  }

  .command-center,
  .waitlist-band {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .site-header {
    padding: 14px 16px;
  }

  .brand-logo {
    width: 96px;
    height: 36px;
    object-position: left center;
  }

  .hero {
    padding-inline: 16px;
  }

  h1 {
    font-size: clamp(3.15rem, 15vw, 4.9rem);
  }

  .hero-actions,
  .hero-actions .button,
  .inline-form,
  .inline-form .button {
    width: 100%;
  }

  .inline-form {
    grid-template-columns: 1fr;
  }

  .hero-device {
    min-height: 520px;
  }

  .signal-card {
    width: 126px;
  }

  .signal-card-left {
    left: -8px;
    top: 12%;
  }

  .signal-card-right {
    right: -8px;
  }

  .trust-strip,
  .feature-grid,
  .waitlist-stats {
    grid-template-columns: 1fr;
  }

  .trust-strip {
    margin-inline: 16px;
  }

  .scroll-showcase {
    height: auto;
  }

  .showcase-sticky {
    position: relative;
    min-height: auto;
    padding: 76px 16px;
  }

  .showcase-stage {
    min-height: 580px;
  }

  .phone-3d {
    width: min(310px, 72vw);
  }

  .callout {
    width: min(250px, 76vw);
  }

  .callout-a {
    top: 4%;
  }

  .callout-b {
    top: auto;
    right: 0;
    bottom: 22%;
  }

  .callout-c {
    left: 0;
    bottom: 2%;
  }

  .metric-stack {
    grid-template-columns: 1fr;
  }

  .intelligence,
  .command-center,
  .waitlist-main {
    padding-inline: 16px;
  }

  .waitlist-band {
    margin-inline: 16px;
  }

  .site-footer {
    flex-direction: column;
    padding-inline: 16px;
  }
}

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

/* ============ OGV merge additions ============ */

/* Real screenshots in the hero should render at full strength
   (the old 0.42 opacity was a backdrop for the removed HTML overlay) */
.hero-phone .phone-screen img.hero-real-shot {
  opacity: 1;
  filter: none;
}

/* Expanded footer with legal links and disclaimer */
.site-footer.footer-full {
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
}

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

.footer-links {
  display: flex;
  gap: 22px;
}

.footer-links a {
  color: #8f9dc2;
  text-decoration: none;
  transition: color 160ms ease;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--cyan);
}

.footer-disclaimer {
  margin: 0;
  max-width: 76em;
  font-size: 0.76rem;
  line-height: 1.7;
  color: #6b7aa1;
}

/* ============ Legal pages (Terms / Privacy) ============ */

.legal-main {
  max-width: 820px;
  margin: 0 auto;
  padding: 130px clamp(20px, 6vw, 40px) 80px;
}

.legal-main h1 {
  margin: 0 0 6px;
  font-size: clamp(2rem, 4vw, 2.8rem);
  letter-spacing: -0.01em;
}

.legal-meta {
  margin: 0 0 34px;
  color: var(--muted);
  font-size: 0.95rem;
}

.legal-main h2 {
  margin: 40px 0 12px;
  font-size: 1.25rem;
  color: var(--cyan);
}

.legal-main h3 {
  margin: 26px 0 8px;
  font-size: 1.02rem;
  color: var(--text);
}

.legal-main p,
.legal-main li {
  color: #b9c5e0;
  line-height: 1.75;
  font-size: 0.98rem;
}

.legal-main ul {
  padding-left: 22px;
}

.legal-main li {
  margin-bottom: 8px;
}

.legal-main strong {
  color: var(--text);
}

.legal-main a {
  color: var(--cyan);
}

.legal-callout {
  margin: 20px 0;
  padding: 18px 20px;
  border: 1px solid rgba(255, 202, 69, 0.35);
  border-radius: 12px;
  background: rgba(255, 202, 69, 0.06);
}
