:root {
  --color-background: #04050d;
  --color-surface: rgba(16, 18, 31, 0.65);
  --color-surface-strong: rgba(22, 25, 40, 0.8);
  --color-border: rgba(255, 255, 255, 0.08);
  --color-border-strong: rgba(255, 231, 188, 0.2);
  --color-text: #f6f7fb;
  --color-muted: rgba(244, 244, 250, 0.7);
  --color-accent: #f8dfa7;
  --font-sans: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Space Grotesk", "Helvetica Neue", sans-serif;
  --shadow-soft: 0 30px 80px rgba(2, 5, 17, 0.55);
  --scroll-shift: 0px;
}

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

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  background: radial-gradient(circle at 15% 15%, rgba(255, 219, 150, 0.08), transparent 55%),
              radial-gradient(circle at 80% 0%, rgba(102, 126, 255, 0.1), transparent 50%),
              var(--color-background);
  color: var(--color-text);
  font-family: var(--font-sans);
  line-height: 1.6;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
}

body {
  position: relative;
  overflow-x: hidden;
}

.glow {
  position: fixed;
  pointer-events: none;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.35;
  z-index: 0;
}

.glow--one {
  top: -160px;
  left: -120px;
  background: rgba(255, 204, 128, 0.35);
}

.glow--two {
  bottom: -240px;
  right: -140px;
  background: rgba(98, 117, 255, 0.28);
}

.container {
  width: min(1120px, calc(100% - 5rem));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 1.5rem;
  z-index: 10;
  pointer-events: none;
  margin-top: 1.5rem;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  background: linear-gradient(135deg, rgba(12, 14, 24, 0.8), rgba(18, 21, 35, 0.65));
  border: 1px solid rgba(255, 231, 188, 0.2);
  border-radius: 999px;
  box-shadow: 0 25px 70px rgba(3, 6, 18, 0.55);
  backdrop-filter: blur(26px);
  padding: 0.9rem 1.1rem;
  pointer-events: auto;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-text);
  text-decoration: none;
}

.brand__logo {
  display: inline-block;
  height: 26px;
  width: auto;
  filter: drop-shadow(0 0 12px rgba(255, 208, 140, 0.35));
}

.brand__name {
  display: inline-block;
  color: var(--color-text);
}

.header__nav {
  display: flex;
  gap: 1.25rem;
  align-items: center;
}

.nav-link {
  font-size: 0.92rem;
  color: var(--color-muted);
  text-decoration: none;
  transition: color 180ms ease;
}

.nav-link:hover {
  color: var(--color-text);
}

.header__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.header__actions .button--ghost {
  padding: 0.65rem 1.2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.65rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--color-text);
  text-decoration: none;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease, opacity 200ms ease;
}

.button--primary {
  background: linear-gradient(120deg, rgba(255, 231, 188, 0.95), rgba(197, 155, 86, 1));
  color: #15151f;
  box-shadow: 0 18px 45px rgba(248, 210, 145, 0.3);
}

.button--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 60px rgba(248, 210, 145, 0.35);
}

.button--ghost {
  background: transparent;
  border-color: rgba(255, 231, 188, 0.3);
  color: var(--color-text);
}

.button--ghost:hover {
  border-color: rgba(255, 231, 188, 0.55);
  transform: translateY(-2px);
}

.button--link {
  padding: 0.5rem 0;
  text-transform: none;
  font-size: 0.92rem;
  letter-spacing: 0.01em;
  color: rgba(255, 231, 188, 0.9);
}

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

.hero {
  padding: 8rem 0 6rem;
  position: relative;
}

.hero__grid {
  display: grid;
  gap: 4rem;
  align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 231, 188, 0.7);
}

.hero__eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 231, 188, 0.1), rgba(255, 231, 188, 0.65));
}

.hero h1 {
  margin: 1.4rem 0 1.1rem;
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 6vw, 4.6rem);
  letter-spacing: -0.015em;
  line-height: 1.04;
}

.hero__copy p {
  margin: 0.35rem 0;
  font-size: 1.05rem;
  color: var(--color-muted);
}

.hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  margin-top: 2.1rem;
}

.hero__visual {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero__halo {
  position: absolute;
  inset: -15% -8%;
  border-radius: 40px;
  background: radial-gradient(circle at 40% 30%, rgba(255, 231, 188, 0.38), rgba(255, 231, 188, 0) 60%);
  filter: blur(18px);
  opacity: 0.28;
  z-index: 0;
  animation: halo 14s ease-in-out infinite;
  pointer-events: none;
}

.hero__panel {
  position: absolute;
  inset: -6% 6%;
  border-radius: 36px;
  background: linear-gradient(150deg, rgba(16, 17, 26, 0.68), rgba(27, 29, 41, 0.55));
  border: 1px solid rgba(255, 231, 188, 0.18);
  box-shadow: 0 35px 90px rgba(2, 5, 17, 0.55);
  z-index: 1;
  backdrop-filter: blur(22px);
  pointer-events: none;
}

.hero__dashboard {
  position: relative;
  width: min(420px, 82vw);
  margin: 0 auto;
  border-radius: 32px;
  background: linear-gradient(160deg, rgba(16, 19, 32, 0.9), rgba(8, 9, 16, 0.82));
  border: 1px solid rgba(255, 231, 188, 0.25);
  box-shadow: 0 30px 80px rgba(2, 5, 17, 0.6);
  backdrop-filter: blur(24px);
  padding: 2.2rem 2rem;
  overflow: hidden;
  z-index: 2;
}

.hero__dashboard::before {
  content: "";
  position: absolute;
  inset: -25% -10% 55%;
  background: radial-gradient(circle at 35% 20%, rgba(255, 231, 188, 0.35), transparent 70%);
  opacity: 0.9;
}

.hero__dashboard::after {
  content: "";
  position: absolute;
  inset: 50% -30% -40% 10%;
  background: radial-gradient(circle at 60% 80%, rgba(103, 129, 255, 0.3), transparent 65%);
}

.dashboard__header,
.dashboard__footer {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.dashboard__header span:first-child {
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 231, 188, 0.75);
}

.dashboard__badge {
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  background: rgba(103, 129, 255, 0.16);
  color: rgba(208, 216, 255, 0.85);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  animation: badgeGlow 5s ease-in-out infinite;
}

.dashboard__metrics {
  position: relative;
  z-index: 1;
  margin: 2rem 0 2.2rem;
  display: grid;
  gap: 1.6rem;
}

.metric {
  display: grid;
  gap: 0.6rem;
}

.metric--primary {
  padding: 1rem 1.2rem;
  border-radius: 18px;
  background: rgba(255, 231, 188, 0.08);
  border: 1px solid rgba(255, 231, 188, 0.22);
  box-shadow: inset 0 0 0 1px rgba(255, 231, 188, 0.05);
}

.metric__label {
  margin: 0;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 231, 188, 0.65);
}

.metric__value {
  margin: 0;
  font-family: var(--font-display);
  font-size: 2.25rem;
  letter-spacing: -0.02em;
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
}

.metric__value span {
  font-size: 0.9rem;
  color: rgba(118, 248, 167, 0.85);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.metric__chart {
  display: flex;
  align-items: flex-end;
  gap: 0.65rem;
  height: 76px;
}

.metric__bar {
  flex: 1;
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(255, 231, 188, 0.55), rgba(255, 231, 188, 0.1));
  animation: barPulse 6s ease-in-out infinite;
  transform-origin: bottom;
}

.metric__bar--1 {
  height: 36%;
}
.metric__bar--2 {
  height: 58%;
  animation-delay: -1.2s;
}
.metric__bar--3 {
  height: 72%;
  animation-delay: -2.4s;
}
.metric__bar--4 {
  height: 48%;
  animation-delay: -3.6s;
}

.metric__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.6rem;
}

.metric__list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.95rem;
  color: rgba(244, 244, 250, 0.75);
}

.pill {
  border-radius: 999px;
  padding: 0.3rem 0.75rem;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(255, 231, 188, 0.14);
  color: rgba(255, 231, 188, 0.85);
}

.pill--inflow {
  background: rgba(118, 248, 167, 0.18);
  color: rgba(118, 248, 167, 0.85);
}

.pill--outflow {
  background: rgba(255, 123, 123, 0.18);
  color: rgba(255, 183, 168, 0.85);
}

.dashboard__footer {
  margin-top: 1.4rem;
}

.dashboard__status {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.88rem;
  color: rgba(244, 244, 250, 0.6);
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 231, 188, 0.85);
  box-shadow: 0 0 14px rgba(255, 231, 188, 0.75);
  animation: pulse-dot 3s ease-in-out infinite;
}

.status-dot--prompt {
  width: 10px;
  height: 10px;
  background: rgba(82, 214, 120, 0.95);
  box-shadow: 0 0 12px rgba(82, 214, 120, 0.6);
}

.dashboard__action {
  border: none;
  background: transparent;
  color: rgba(255, 231, 188, 0.85);
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0.4rem 0;
}

.dashboard__action:hover {
  opacity: 0.75;
}

.section {
  padding: 6rem 0;
  position: relative;
  z-index: 1;
}

.section__grid {
  display: grid;
  gap: 3rem;
  align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.section__grid--aligned {
  align-items: center;
}

.section__grid--reverse {
  text-align: right;
}

.section__grid--reverse .section__subtitle,
.section__grid--reverse .section__content p {
  margin-left: auto;
}

.section__grid--reverse .feature-list,
.section__grid--reverse .feature-list--compact {
  justify-items: end;
}

.section__grid--reverse .feature-list span::before {
  left: auto;
  right: 0;
}

.section__grid--reverse .feature-list span {
  padding-left: 0;
  padding-right: 1.6rem;
}

.section h2 {
  margin: 0 0 1.5rem;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(2.1rem, 4vw, 3.1rem);
  letter-spacing: -0.015em;
  position: relative;
  display: inline-block;
  background: linear-gradient(90deg, rgba(228, 200, 106, 0.5), rgba(228, 200, 106, 0));
  background-size: 200% 2px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  padding-bottom: 10px;
  animation: underline 12s ease-in-out infinite;
}

.section p {
  margin: 0;
  color: var(--color-muted);
  max-width: 52ch;
}

.section__subtitle {
  font-size: 0.95rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 231, 188, 0.6);
  margin-bottom: 1rem;
}

.panel {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid var(--color-border-strong);
  background: linear-gradient(160deg, rgba(18, 20, 33, 0.9), rgba(12, 13, 24, 0.65));
  min-height: 320px;
  box-shadow: var(--shadow-soft);
}

.panel--mesh {
  isolation: isolate;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 2.5rem;
}

.panel__mesh {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 50% 40%, rgba(255, 231, 188, 0.35) 0%, rgba(255, 231, 188, 0) 55%),
    radial-gradient(circle at 70% 80%, rgba(98, 117, 255, 0.35), rgba(98, 117, 255, 0));
  opacity: 0.8;
}

.panel__pulse {
  position: absolute;
  inset: -20%;
  border-radius: 50%;
  border: 2px solid rgba(255, 231, 188, 0.2);
  animation: pulse 7s ease-in-out infinite;
  pointer-events: none;
}

.panel__pulse--soft {
  inset: -35%;
  border-color: rgba(103, 129, 255, 0.18);
  animation-duration: 11s;
}

.panel--daily {
  background: linear-gradient(160deg, rgba(12, 14, 24, 0.85), rgba(16, 19, 32, 0.65));
}

.daily-card {
  position: relative;
  padding: 2rem;
  border-radius: 28px;
  background: rgba(8, 9, 16, 0.92);
  border: 1px solid rgba(255, 231, 188, 0.15);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.55);
  display: grid;
  gap: 1.4rem;
}

.daily-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.85rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 231, 188, 0.7);
}

.daily-card__title {
  font-size: 0.82rem;
}

.daily-card__body {
  display: grid;
  gap: 1.1rem;
  color: rgba(244, 244, 250, 0.78);
}

.daily-card__graph {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(244, 244, 250, 0.4);
}

.daily-card__bars {
  display: flex;
  align-items: flex-end;
  gap: 0.8rem;
  height: 120px;
}

.daily-bar {
  flex: 1;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 231, 188, 0.55), rgba(255, 231, 188, 0.08));
  animation: barPulse 5s ease-in-out infinite;
  transform-origin: bottom;
}

.daily-bar--1 { height: 30%; }
.daily-bar--2 { height: 52%; animation-delay: -0.8s; }
.daily-bar--3 { height: 68%; animation-delay: -1.6s; }
.daily-bar--4 { height: 48%; animation-delay: -2.4s; }
.daily-bar--5 { height: 36%; animation-delay: -3.2s; }

.daily-card__footer {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.85rem;
  color: rgba(244, 244, 250, 0.55);
}

.section--finance {
  padding-top: 5.5rem;
}

.feature-list {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
  display: grid;
  gap: 1.1rem;
  color: rgba(244, 244, 250, 0.75);
}

.feature-list span {
  position: relative;
  padding-left: 1.6rem;
  display: inline-block;
}

.feature-list span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 231, 188, 0.85);
  box-shadow: 0 0 10px rgba(255, 231, 188, 0.65);
}

.feature-list--compact {
  gap: 0.9rem;
}

.section--learns {
  padding-top: 5rem;
}

.neural-visual {
  position: relative;
  min-height: 280px;
  border-radius: 32px;
  padding: 2rem;
  background: linear-gradient(150deg, rgba(20, 22, 35, 0.85), rgba(11, 12, 24, 0.65));
  border: 1px solid rgba(103, 129, 255, 0.28);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.neural-lines {
  position: absolute;
  inset: 15% 12%;
  display: grid;
  gap: 18%;
}

.neural-lines span {
  display: block;
  height: 2px;
  background: linear-gradient(90deg, rgba(103, 129, 255, 0), rgba(103, 129, 255, 0.5), rgba(103, 129, 255, 0));
  animation: wave 6s ease-in-out infinite;
}

.neural-lines span:nth-child(2) {
  animation-delay: -1.2s;
}

.neural-lines span:nth-child(3) {
  animation-delay: -2.4s;
}

.neural-node {
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(255, 231, 188, 0.9), rgba(103, 129, 255, 0.3));
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  animation: nodePulse 7s ease-in-out infinite;
}

.neural-node--one {
  top: 18%;
  left: 22%;
}

.neural-node--two {
  top: 42%;
  right: 20%;
  animation-delay: -2.2s;
}

.neural-node--three {
  bottom: 18%;
  left: 45%;
  animation-delay: -3.4s;
}

.evolution-prompt {
  position: absolute;
  right: 6%;
  bottom: 8%;
  width: min(320px, 70%);
  padding: 1.4rem;
  border-radius: 24px;
  border: 1px solid rgba(242, 242, 247, 0.18);
  background: rgba(15, 16, 24, 0.92);
  box-shadow: 0 18px 45px rgba(3, 6, 18, 0.45);
  backdrop-filter: blur(16px);
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  font-family: "SF Pro Display", var(--font-sans);
  z-index: 2;
}

.evolution-prompt__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.evolution-prompt__label {
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(244, 244, 250, 0.95);
  letter-spacing: 0.01em;
}

.evolution-prompt__time {
  font-size: 0.78rem;
  color: rgba(244, 244, 250, 0.6);
}

.evolution-prompt__body {
  margin: 0;
  color: rgba(244, 244, 250, 0.9);
  font-size: 0.98rem;
  line-height: 1.55;
}

.evolution-prompt__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.evolution-prompt__question {
  font-size: 0.82rem;
  color: rgba(244, 244, 250, 0.65);
}

.evolution-prompt__actions {
  display: flex;
  gap: 0.6rem;
}

.evolution-prompt__button {
  flex: 1;
  min-height: 40px;
  border-radius: 14px;
  letter-spacing: 0.02em;
  font-weight: 600;
  text-transform: none;
  font-size: 0.92rem;
}

.section--cfo {
  padding-top: 5rem;
}

.panel--cfo,
.panel__pulse--small {
  display: none;
}

.privacy-visual {
  position: relative;
  width: min(340px, 88vw);
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  pointer-events: none;
  perspective: 1000px;
}

.privacy-globe {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.privacy-globe canvas {
  width: 100% !important;
  height: 100% !important;
  display: block;
  border-radius: 50%;
}

.section--closing {
  padding: 6rem 0 7rem;
  text-align: center;
}

.closing__inner {
  max-width: 640px;
  margin: 0 auto;
}

.closing__inner h2 {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  letter-spacing: -0.01em;
  margin-bottom: 0.75rem;
}

.closing__inner p {
  margin: 0 auto 1.5rem;
  color: var(--color-muted);
}

.waitlist {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.waitlist__input {
  min-width: 260px;
  max-width: 360px;
  width: 100%;
  padding: 0.85rem 1.1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 231, 188, 0.28);
  background: rgba(14, 16, 24, 0.8);
  color: var(--color-text);
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 0 0 rgba(255, 231, 188, 0);
}

.waitlist__input::placeholder {
  color: rgba(244, 244, 250, 0.45);
}

.waitlist__input:focus {
  outline: none;
  border-color: rgba(255, 231, 188, 0.55);
  box-shadow: 0 0 0 3px rgba(255, 231, 188, 0.12);
}

.waitlist__button {
  padding-left: 1.9rem;
  padding-right: 1.9rem;
}

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

.site-footer {
  padding: 2.5rem 0 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(8, 9, 16, 0.75);
  backdrop-filter: blur(20px);
}

.footer__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.75rem;
  font-size: 0.9rem;
  color: rgba(244, 244, 250, 0.5);
}

.footer__link {
  color: inherit;
  text-decoration: none;
}

.footer__link:hover {
  color: var(--color-text);
}

.tagline {
  text-align: center;
  margin: 0 auto 4rem;
  font-size: 0.95rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(228, 200, 106, 0.35);
  max-width: 32ch;
  padding: 0 1.25rem;
}

.reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

.parallax {
  will-change: transform;
  transition: transform 0.1s linear;
}

body::before {
  content: "";
  position: fixed;
  inset: -10%;
  background: radial-gradient(1200px 600px at 70% 20%, rgba(228, 200, 106, 0.08), transparent 60%),
              radial-gradient(800px 400px at 20% 80%, rgba(228, 200, 106, 0.05), transparent 60%);
  filter: blur(20px);
  pointer-events: none;
  z-index: -1;
  transform: translate3d(calc(var(--scroll-shift) * -0.04), calc(var(--scroll-shift) * -0.08), 0);
  transition: transform 0.4s ease-out;
}

.whisper {
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: 0.35;
}

.whisper__line {
  fill: none;
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-dasharray: 6 10;
  stroke-dashoffset: 0;
  animation: whisperMove 22s ease-in-out infinite alternate;
}

.whisper__line:nth-child(2) {
  animation-duration: 28s;
  opacity: 0.6;
}

.whisper__line:nth-child(3) {
  animation-duration: 34s;
  opacity: 0.4;
}

.dust {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}

.dust span {
  position: absolute;
  width: 2px;
  height: 2px;
  background: rgba(228, 200, 106, 0.35);
  border-radius: 50%;
  filter: blur(0.3px);
  animation: float 24s ease-in-out infinite;
}

.dust span:nth-child(odd) {
  width: 1px;
  height: 1px;
  opacity: 0.5;
  animation-duration: 30s;
}

@media (max-width: 720px) {
  .container {
    width: calc(100% - 2rem);
  }

  .header__inner {
    padding: 0.8rem 1rem;
  }

  .brand__logo {
    height: 22px;
  }

  .header__actions .button--ghost {
    padding: 0.55rem 1rem;
    font-size: 0.82rem;
    letter-spacing: 0.03em;
  }

  .site-header {
    position: sticky;
    top: 1rem;
    margin-top: 1rem;
    pointer-events: none;
  }

  .header__nav {
    display: none;
  }

  .hero {
    padding-top: 2rem;
  }
}

@media (max-width: 900px) {
  .hero__visual {
    min-height: 420px;
  }
}

@media (max-width: 540px) {
  .container {
    width: calc(100% - 1.5rem);
  }

  .hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .button--link {
    align-self: center;
  }

  .waitlist {
    flex-direction: column;
    align-items: stretch;
  }

  .section__grid--reverse {
    text-align: left;
  }

  .section__grid--reverse .section__subtitle,
  .section__grid--reverse .section__content p {
    margin-left: 0;
  }

  .section__grid--reverse .feature-list span {
    padding-left: 1.6rem;
    padding-right: 0;
  }

  .section__grid--reverse .feature-list span::before {
    left: 0;
    right: auto;
  }

  .section__grid--reverse .feature-list,
  .section__grid--reverse .feature-list--compact {
    justify-items: start;
  }

  .evolution-prompt {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 1.5rem;
    box-shadow: 0 16px 40px rgba(3, 6, 18, 0.45);
  }

  .evolution-prompt__actions {
    flex-direction: column;
  }
}

@media (min-width: 960px) {
  .section__grid--reverse > *:first-child {
    order: 2;
  }

  .section__grid--reverse > *:last-child {
    order: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition: none !important;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 0.35;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.6;
  }
  100% {
    transform: scale(0.95);
    opacity: 0.35;
  }
}

@keyframes pulse-dot {
  0%,
  100% {
    opacity: 0.55;
    transform: scale(0.9);
    box-shadow: 0 0 8px rgba(255, 231, 188, 0.45);
  }
  50% {
    opacity: 1;
    transform: scale(1.15);
    box-shadow: 0 0 16px rgba(255, 231, 188, 0.85);
  }
}

@keyframes barPulse {
  0%,
  100% {
    transform: scaleY(0.92);
  }
  50% {
    transform: scaleY(1.08);
  }
}

@keyframes badgeGlow {
  0%,
  100% {
    box-shadow: 0 0 0 rgba(103, 129, 255, 0.1);
  }
  50% {
    box-shadow: 0 0 18px rgba(103, 129, 255, 0.35);
  }
}

@keyframes wave {
  0%,
  100% {
    transform: scaleX(1);
    opacity: 0.6;
  }
  50% {
    transform: scaleX(1.05);
    opacity: 0.9;
  }
}

@keyframes nodePulse {
  0%,
  100% {
    transform: scale(0.95);
    opacity: 0.75;
  }
  50% {
    transform: scale(1.05);
    opacity: 1;
  }
}

@keyframes whisperMove {
  to {
    stroke-dashoffset: -320;
  }
}

@keyframes float {
  0% {
    transform: translate3d(var(--x, 10vw), var(--y, 10vh), 0) scale(1);
  }
  50% {
    transform: translate3d(calc(var(--x) + 2vw), calc(var(--y) - 3vh), 0) scale(1.2);
  }
  100% {
    transform: translate3d(var(--x), var(--y), 0) scale(1);
  }
}

@keyframes halo {
  0%,
  100% {
    opacity: 0.25;
    transform: scale(1);
  }
  50% {
    opacity: 0.35;
    transform: scale(1.04);
  }
}

@keyframes underline {
  50% {
    background-position: 100% 100%;
  }
}

@keyframes boundaryPulse {
  0%,
  100% {
    transform: rotateX(2deg) rotateY(-2deg) scale(0.97);
    box-shadow: 0 20px 50px rgba(3, 6, 18, 0.45), inset 0 0 36px rgba(9, 10, 16, 0.75);
  }
  50% {
    transform: rotateX(5deg) rotateY(-4deg) scale(1.02);
    box-shadow: 0 28px 65px rgba(3, 6, 18, 0.55), inset 0 0 46px rgba(9, 10, 16, 0.9);
  }
}

@keyframes spherePulse {}
