:root {
  color-scheme: dark;
  --background: #090a12;
  --background-deep: #05060a;
  --surface: #151625;
  --surface-soft: #1d2031;
  --border: #343852;
  --text: #f7f4ec;
  --text-secondary: #c9c2d6;
  --text-muted: #8e93a8;
  --gold: #ffd700;
  --gold-soft: #e4d4a8;
  --violet: #818cf8;
  --mint: #6ee7b7;
  --lavender: #d8bfd8;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    linear-gradient(180deg, rgba(9, 10, 18, 0) 0%, var(--background) 36rem),
    linear-gradient(135deg, #090a12 0%, #10172a 38%, #05060a 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent 58%);
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  background: linear-gradient(180deg, rgba(5, 6, 10, 0.86), rgba(5, 6, 10, 0));
}

.brand,
.nav-links,
.hero-actions,
.legal-links,
.site-footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  color: var(--text);
  font-weight: 800;
  text-decoration: none;
}

.brand img {
  border-radius: 50%;
  box-shadow: 0 0 32px rgba(255, 215, 0, 0.18);
}

.nav-links {
  gap: clamp(12px, 2vw, 26px);
  color: var(--text-secondary);
  font-size: 0.92rem;
  font-weight: 700;
}

.nav-links a,
.site-footer a,
.legal-links a {
  text-decoration: none;
}

.nav-links a:hover,
.site-footer a:hover,
.legal-links a:hover {
  color: var(--gold);
}

.hero {
  position: relative;
  min-height: 100svh;
  min-height: 100dvh;
  overflow: hidden;
  isolation: isolate;
  display: grid;
  align-items: center;
  padding: 108px clamp(20px, 6vw, 92px) 132px;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, var(--background));
  pointer-events: none;
}

.hero-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 6, 10, 0.96) 0%, rgba(5, 6, 10, 0.8) 36%, rgba(5, 6, 10, 0.2) 74%, rgba(5, 6, 10, 0.86) 100%),
    linear-gradient(180deg, rgba(5, 6, 10, 0.2), rgba(5, 6, 10, 0.95));
  z-index: 2;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    repeating-linear-gradient(92deg, rgba(110, 231, 183, 0.08) 0 1px, transparent 1px 44px),
    linear-gradient(126deg, transparent 0 38%, rgba(255, 215, 0, 0.13) 38.2%, transparent 38.8% 100%);
  mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.76) 22%, transparent 74%);
  opacity: 0.34;
}

.phone {
  position: absolute;
  z-index: 1;
  width: min(26vw, 360px);
  min-width: 210px;
  border-radius: 28px;
  opacity: 0.78;
  filter: saturate(1.08) contrast(1.04);
  box-shadow: var(--shadow);
}

.phone-main {
  right: clamp(10px, 8vw, 130px);
  top: 5vh;
  width: min(31vw, 430px);
  opacity: 0.94;
}

.phone-oracle {
  right: min(42vw, 560px);
  bottom: -19vh;
  transform: rotate(-6deg);
}

.phone-ritual {
  right: -3vw;
  bottom: -8vh;
  transform: rotate(5deg);
}

.hero-copy {
  position: relative;
  z-index: 4;
  min-width: 0;
  width: 100%;
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold-soft);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

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

h1 {
  margin-bottom: 22px;
  font-family: "Arial Narrow", "Roboto Condensed", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(4.6rem, 14vw, 11rem);
  font-weight: 900;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 5vw, 4.7rem);
  font-weight: 900;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.02rem;
}

.hero-lede {
  max-width: 660px;
  color: var(--text-secondary);
  font-size: clamp(1.1rem, 2vw, 1.42rem);
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin: 34px 0 40px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 20px;
  font-weight: 900;
  text-decoration: none;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

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

.button-primary {
  background: var(--gold);
  color: #111214;
  box-shadow: 0 16px 48px rgba(255, 215, 0, 0.22);
}

.button-secondary {
  border: 1px solid rgba(228, 212, 168, 0.38);
  color: var(--gold-soft);
  background: rgba(255, 255, 255, 0.035);
}

.hero-signals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.hero-signals div,
.proof-strip article,
.trust-list article,
.final-cta {
  border: 1px solid rgba(216, 191, 216, 0.16);
  border-radius: 8px;
  background: rgba(21, 22, 37, 0.72);
  backdrop-filter: blur(16px);
}

.hero-signals div {
  min-height: 132px;
  padding: 16px;
}

.hero-signals dt {
  margin-bottom: 8px;
  color: var(--text);
  font-weight: 900;
}

.hero-signals dd {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.92rem;
}

.proof-strip {
  position: relative;
  z-index: 6;
  width: min(1120px, calc(100% - 40px));
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: -88px auto 96px;
}

.proof-strip article {
  padding: 18px;
}

.proof-strip span {
  color: var(--mint);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.proof-strip h2 {
  margin: 10px 0 8px;
  font-size: 1.18rem;
}

.proof-strip p,
.section p,
.trust-list p,
.final-cta p {
  color: var(--text-secondary);
}

.section,
.proof-lab,
.final-cta,
.site-footer {
  width: min(1120px, calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
}

.section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(28px, 6vw, 72px);
  align-items: start;
  margin-bottom: 76px;
}

.section p {
  max-width: 680px;
  font-size: 1.1rem;
}

.proof-lab {
  position: relative;
  width: min(1180px, calc(100% - 40px));
  overflow: hidden;
  margin-bottom: 112px;
}

.proof-lab::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 8% -10% auto;
  height: 520px;
  background:
    radial-gradient(circle at 80% 20%, rgba(110, 231, 183, 0.18), transparent 34%),
    radial-gradient(circle at 18% 42%, rgba(255, 215, 0, 0.13), transparent 30%),
    linear-gradient(180deg, rgba(129, 140, 248, 0.12), transparent 70%);
  filter: blur(8px);
}

.proof-kicker {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(280px, 0.82fr);
  gap: clamp(28px, 7vw, 88px);
  align-items: end;
  margin-bottom: clamp(38px, 6vw, 64px);
}

.proof-kicker h2 {
  max-width: 820px;
}

.proof-kicker > p {
  max-width: 520px;
  margin-bottom: 24px;
  color: var(--text-secondary);
  font-size: 1.08rem;
}

.proof-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  gap: clamp(34px, 8vw, 104px);
  align-items: center;
  padding: clamp(28px, 5vw, 58px) 0 clamp(40px, 7vw, 82px);
  border-top: 1px solid rgba(216, 191, 216, 0.18);
  border-bottom: 1px solid rgba(216, 191, 216, 0.16);
}

.proof-stage::after,
.proof-moment::after {
  content: "";
  position: absolute;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(110, 231, 183, 0.36), transparent),
    linear-gradient(90deg, rgba(255, 215, 0, 0.32), transparent);
  opacity: 0.7;
}

.proof-stage::after {
  top: 34px;
  left: 0;
  width: min(220px, 42%);
  height: 2px;
}

.proof-copy {
  max-width: 610px;
}

.signal-pill {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(110, 231, 183, 0.34);
  border-radius: 999px;
  background: rgba(110, 231, 183, 0.07);
  color: var(--mint);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.proof-copy h3,
.moment-copy h3 {
  margin: 18px 0;
  font-size: clamp(2.2rem, 5.4vw, 5.65rem);
  font-weight: 900;
}

.proof-copy p,
.moment-copy p {
  max-width: 560px;
  color: var(--text-secondary);
  font-size: 1.08rem;
}

.proof-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: clamp(30px, 5vw, 46px) 0 0;
  border-top: 1px solid rgba(216, 191, 216, 0.16);
  border-bottom: 1px solid rgba(216, 191, 216, 0.12);
}

.proof-metrics div {
  padding: 18px 18px 18px 0;
}

.proof-metrics div + div {
  padding-left: 18px;
  border-left: 1px solid rgba(216, 191, 216, 0.12);
}

.proof-metrics dt {
  color: var(--gold);
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  font-weight: 900;
  line-height: 0.95;
}

.proof-metrics dd {
  margin: 8px 0 0;
  color: var(--text-muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.phone-stage {
  position: relative;
  justify-self: center;
  width: min(100%, 310px);
  margin: 0;
}

.phone-stage::before {
  content: "";
  position: absolute;
  inset: 10% -18%;
  z-index: -1;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(110, 231, 183, 0.22), transparent 58%),
    radial-gradient(circle, rgba(255, 215, 0, 0.18), transparent 68%);
  filter: blur(16px);
}

.phone-stage img {
  width: 100%;
  height: auto;
  border: 1px solid rgba(216, 191, 216, 0.22);
  border-radius: 30px;
  background: #0a1a2f;
  box-shadow: var(--shadow);
}

.phone-stage-primary {
  width: min(100%, 410px);
}

.phone-stage-oracle {
  width: min(100%, 330px);
}

.proof-flow {
  display: grid;
}

.proof-moment {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(260px, 0.5fr);
  gap: clamp(30px, 8vw, 96px);
  align-items: center;
  padding: clamp(44px, 8vw, 92px) 0;
  border-bottom: 1px solid rgba(216, 191, 216, 0.14);
}

.proof-moment::after {
  right: 0;
  bottom: 0;
  width: min(180px, 36%);
  height: 1px;
  transform: translateY(1px);
}

.proof-moment:nth-child(even) {
  grid-template-columns: minmax(260px, 0.5fr) minmax(0, 0.88fr);
}

.proof-moment:nth-child(even) .phone-stage {
  order: -1;
}

.moment-copy {
  max-width: 620px;
}

.moment-number {
  margin: 0;
  color: var(--lavender);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.signal-list {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  color: var(--text-muted);
  font-weight: 800;
  list-style: none;
}

.signal-list li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.signal-list li::before {
  content: "";
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 22px rgba(110, 231, 183, 0.58);
}

.trust {
  padding-top: 18px;
  border-top: 1px solid rgba(216, 191, 216, 0.18);
}

.trust-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  grid-column: 1 / -1;
}

.trust-list article {
  padding: 20px;
}

.legal-links {
  grid-column: 1 / -1;
  flex-wrap: wrap;
  gap: 14px;
  color: var(--gold-soft);
  font-weight: 800;
}

.final-cta {
  margin-bottom: 54px;
  padding: clamp(28px, 5vw, 58px);
  background:
    linear-gradient(135deg, rgba(255, 215, 0, 0.12), transparent 38%),
    rgba(21, 22, 37, 0.82);
}

.final-cta h2 {
  max-width: 780px;
}

.final-cta p {
  max-width: 620px;
  font-size: 1.08rem;
}

.site-footer {
  min-height: 72px;
  justify-content: flex-start;
  gap: 18px;
  padding: 0 0 34px;
  color: var(--text-muted);
  font-size: 0.92rem;
}

.site-footer span:first-child {
  color: var(--text);
  font-weight: 900;
}

@media (max-width: 920px) {
  .nav-links {
    display: none;
  }

  .hero {
    min-height: 100svh;
    min-height: 100dvh;
    align-items: stretch;
    padding-top: 88px;
    padding-bottom: max(34px, calc(env(safe-area-inset-bottom) + 24px));
  }

  .hero::after {
    height: 68%;
    background: linear-gradient(180deg, transparent, rgba(5, 6, 10, 0.76) 28%, var(--background-deep) 88%);
  }

  .hero-media::before {
    background:
      linear-gradient(180deg, rgba(5, 6, 10, 0.04), rgba(5, 6, 10, 0.18) 24%, rgba(5, 6, 10, 0.82) 66%, rgba(5, 6, 10, 0.98)),
      linear-gradient(90deg, rgba(5, 6, 10, 0.9), rgba(5, 6, 10, 0.34) 44%, rgba(5, 6, 10, 0.04));
  }

  .hero-media::after {
    background:
      repeating-linear-gradient(94deg, rgba(110, 231, 183, 0.1) 0 1px, transparent 1px 32px),
      linear-gradient(126deg, transparent 0 32%, rgba(255, 215, 0, 0.17) 32.2%, transparent 32.8% 100%),
      linear-gradient(184deg, transparent 0 58%, rgba(129, 140, 248, 0.12) 58.2%, transparent 58.8% 100%);
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.86), transparent 84%);
    opacity: 0.28;
  }

  .phone {
    min-width: 0;
    border-radius: 22px;
  }

  .phone-main {
    right: clamp(-64px, -8vw, -24px);
    top: 56px;
    width: min(78vw, 348px);
    opacity: 0.96;
  }

  .phone-oracle {
    display: none;
  }

  .phone-ritual {
    right: auto;
    left: -58px;
    bottom: 6svh;
    width: min(46vw, 210px);
    opacity: 0.3;
    transform: rotate(-7deg);
  }

  .hero-copy {
    align-self: end;
    width: 100%;
    max-width: min(100%, 620px);
    padding-bottom: clamp(14px, 5svh, 52px);
    text-shadow: 0 18px 44px rgba(0, 0, 0, 0.8);
  }

  .hero-actions {
    margin: 28px 0 0;
  }

  h1 {
    font-size: clamp(4.2rem, 18vw, 6rem);
  }

  .hero-signals,
  .proof-strip,
  .section,
  .proof-kicker,
  .proof-stage,
  .proof-moment,
  .trust-list {
    grid-template-columns: 1fr;
  }

  .hero-signals {
    display: none;
  }

  .proof-strip {
    margin: clamp(28px, 7vw, 48px) auto 82px;
  }

  .section {
    gap: 8px;
  }

  .proof-kicker > p {
    margin-bottom: 0;
  }

  .proof-stage {
    padding-top: 46px;
  }

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

  .proof-moment:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .proof-moment:nth-child(even) .phone-stage {
    order: 0;
  }

  .phone-stage,
  .phone-stage-oracle {
    width: min(78vw, 330px);
  }

  .phone-stage-primary {
    width: min(82vw, 380px);
  }
}

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

  .brand span {
    font-size: 0.98rem;
  }

  .hero {
    min-height: 100svh;
    min-height: 100dvh;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 86px;
  }

  .hero::after {
    height: 72%;
  }

  .phone-main {
    right: clamp(-54px, -6vw, -18px);
    top: 68px;
    width: min(78vw, 348px);
  }

  .phone-ritual {
    left: -64px;
    bottom: 8svh;
    width: min(52vw, 214px);
    opacity: 0.23;
  }

  .hero-copy {
    max-width: calc(100vw - 32px);
    padding-bottom: clamp(24px, 7svh, 64px);
  }

  .hero-lede {
    max-width: 100%;
    font-size: 1.02rem;
    line-height: 1.48;
  }

  h1 {
    margin-bottom: 16px;
    font-size: clamp(2.55rem, 10.8vw, 3.15rem);
  }

  .hero-actions {
    align-items: stretch;
  }

  .button {
    width: 100%;
  }

  .proof-strip,
  .section,
  .proof-lab,
  .final-cta,
  .site-footer {
    width: min(100% - 28px, 1120px);
  }

  .proof-strip {
    margin-bottom: 68px;
  }

  .proof-kicker {
    margin-bottom: 28px;
  }

  .proof-kicker h2,
  .proof-copy h3,
  .moment-copy h3 {
    font-size: clamp(2rem, 12vw, 3.45rem);
  }

  .proof-metrics {
    grid-template-columns: 1fr;
  }

  .proof-metrics div,
  .proof-metrics div + div {
    padding: 14px 0;
    border-left: 0;
  }

  .proof-metrics div + div {
    border-top: 1px solid rgba(216, 191, 216, 0.12);
  }

  .phone-stage,
  .phone-stage-primary,
  .phone-stage-oracle {
    width: min(86vw, 320px);
  }

  .phone-stage img {
    border-radius: 24px;
  }

  .site-footer {
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
