:root {
  color-scheme: dark;
  --bg: #030612;
  --ink: #f4f7ff;
  --muted: #a5aec9;
  --faint: #151b34;
  --line: rgba(121, 240, 255, 0.16);
  --ember: #ff8f6b;
  --gold: #ffd36e;
  --cyan: #79f0ff;
  --violet: #9f7cff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 14% 17%, rgba(121, 240, 255, 0.18), transparent 14rem),
    radial-gradient(circle at 74% 22%, rgba(159, 124, 255, 0.2), transparent 20rem),
    radial-gradient(circle at 88% 76%, rgba(255, 143, 107, 0.14), transparent 18rem),
    linear-gradient(125deg, #030612 0%, #070b1c 38%, #0d1029 66%, #02030a 100%),
    var(--bg);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

button {
  font: inherit;
}

#starfield {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
}

.cursor-ring {
  position: fixed;
  z-index: 5;
  width: 31px;
  height: 31px;
  border: 1px solid rgba(121, 240, 255, 0.56);
  box-shadow: 0 0 18px rgba(121, 240, 255, 0.18);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  opacity: 0.85;
  transition: opacity 180ms ease;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px clamp(20px, 8vw, 240px);
  color: rgba(244, 247, 255, 0.86);
}

.brand,
.site-header nav,
.contact-link {
  display: flex;
  align-items: center;
}

.brand {
  gap: 13px;
  font-family: "Space Mono", monospace;
  font-size: 13px;
  letter-spacing: 0;
}

.brand-mark {
  width: 35px;
  height: 35px;
  border: 1px solid rgba(121, 240, 255, 0.5);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 47%, #ffffff 0 6%, #ffd36e 7% 11%, #ff8f6b 12% 18%, #5e37ff 19% 25%, transparent 26%),
    radial-gradient(circle, rgba(121, 240, 255, 0.42), transparent 62%);
  box-shadow:
    0 0 26px rgba(121, 240, 255, 0.34),
    0 0 42px rgba(159, 124, 255, 0.22);
}

.site-header nav {
  gap: clamp(18px, 2.6vw, 34px);
  font-family: "Space Mono", monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.site-header nav a {
  color: rgba(220, 228, 255, 0.76);
  transition: color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.site-header nav a:hover {
  color: var(--ink);
}

.contact-link {
  min-height: 40px;
  gap: 10px;
  padding: 0 19px 0 21px;
  border: 1px solid rgba(121, 240, 255, 0.28);
  background: rgba(121, 240, 255, 0.035);
  border-radius: 999px;
}

.contact-link:hover {
  border-color: rgba(255, 211, 110, 0.72);
  transform: translateY(-1px);
}

main,
.site-header {
  position: relative;
}

.hero {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 100svh;
  padding: 100px 20px 12vh;
  place-items: center;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(ellipse at 50% 56%, rgba(121, 240, 255, 0.08), transparent 34rem),
    radial-gradient(ellipse at 48% 50%, rgba(159, 124, 255, 0.08), transparent 26rem);
}

.hero::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(121, 240, 255, 0.34), rgba(159, 124, 255, 0.28), transparent);
  content: "";
}

.hero-copy {
  position: relative;
  width: min(900px, 100%);
  margin-top: 5vh;
  text-align: center;
}

.hero-copy h1 {
  margin: 0;
  color: #aeb8ff;
  font-size: clamp(72px, 10vw, 186px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.96;
}

.hero-copy h1 span,
.hero-copy h1 strong {
  display: block;
}

.hero-copy h1 strong {
  color: #f8fbff;
  font-size: clamp(80px, 11vw, 196px);
  font-weight: 900;
  text-shadow:
    0 0 34px rgba(121, 240, 255, 0.18),
    0 24px 54px rgba(159, 124, 255, 0.24);
}

.hero-copy p {
  width: min(560px, 92vw);
  margin: 56px auto 0;
  color: rgba(220, 228, 255, 0.68);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
}

.ambient-dot {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 16px rgba(255, 211, 110, 0.7);
  opacity: 0.9;
}

.ambient-dot.one {
  top: 14%;
  left: 6.8%;
}

.ambient-dot.two {
  top: 14.5%;
  left: 12%;
  width: 31px;
  height: 31px;
  border: 1px solid rgba(121, 240, 255, 0.48);
  box-shadow: 0 0 20px rgba(121, 240, 255, 0.14);
  background: transparent;
}

.note-band,
.awareness-band,
.pricing-band,
.contact-band {
  position: relative;
  z-index: 1;
  padding: clamp(72px, 9vw, 128px) clamp(20px, 8vw, 240px);
  border-bottom: 0;
  background:
    radial-gradient(circle at 16% 18%, rgba(121, 240, 255, 0.11), transparent 16rem),
    radial-gradient(circle at 82% 30%, rgba(159, 124, 255, 0.12), transparent 20rem),
    linear-gradient(125deg, rgba(255, 255, 255, 0.04), transparent 36%, rgba(121, 240, 255, 0.055)),
    rgba(3, 6, 18, 0.9);
}

.note-band::after,
.awareness-band::after,
.pricing-band::after,
.contact-band::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(121, 240, 255, 0.32), rgba(159, 124, 255, 0.22), transparent);
  content: "";
}

.awareness-kicker {
  margin: 0 0 18px;
  color: var(--cyan);
  font-family: "Space Mono", monospace;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.note-band,
.note-style-band {
  display: grid;
  min-height: 82svh;
  place-items: center;
  overflow: hidden;
  text-align: center;
}

.note-band {
  min-height: 94svh;
  padding-top: clamp(110px, 12vw, 175px);
  padding-bottom: clamp(110px, 12vw, 175px);
}

.awareness-band {
  padding-bottom: clamp(110px, 14vw, 190px);
}

#note-particles,
#awareness-particles {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.95;
  pointer-events: none;
}

.note-copy,
.stat-row {
  position: relative;
  z-index: 1;
}

.note-copy {
  width: min(900px, 100%);
  margin: 0 auto;
}

.note-copy h2 {
  margin: 0;
  color: #f8fbff;
  text-shadow: 0 0 34px rgba(159, 124, 255, 0.18);
  font-size: clamp(72px, 11vw, 172px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.92;
}

#awareness-title {
  width: max-content;
  max-width: 96vw;
  margin-inline: auto;
  font-size: clamp(24px, 4vw, 58px);
  line-height: 1.05;
  white-space: nowrap;
}

.note-copy p {
  width: min(720px, 92vw);
  margin: 34px auto 0;
  color: rgba(220, 228, 255, 0.68);
  font-size: clamp(14px, 1.4vw, 17px);
  line-height: 1.65;
}

.note-copy .awareness-stat {
  width: min(640px, 92vw);
  margin-top: 26px;
  color: rgba(121, 240, 255, 0.9);
  font-family: "Space Mono", monospace;
  font-size: clamp(12px, 1.2vw, 15px);
  line-height: 1.7;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.awareness-bottom-space {
  height: clamp(90px, 12vw, 170px);
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: clamp(28px, 8vw, 120px);
  width: min(760px, 100%);
  margin: clamp(92px, 13vw, 155px) auto 0;
}

.stat-row article {
  display: grid;
  gap: 10px;
}

.stat-row strong {
  color: #ffffff;
  font-size: clamp(52px, 6vw, 88px);
  font-weight: 900;
  line-height: 0.9;
  text-shadow: 0 0 30px rgba(121, 240, 255, 0.22);
}

.stat-row span {
  color: rgba(255, 211, 110, 0.82);
  font-family: "Space Mono", monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(120px, 0.25fr) minmax(0, 1fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 36px;
}

.section-heading p {
  margin: 0 0 6px;
  color: var(--cyan);
  font-family: "Space Mono", monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.section-heading h2 {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(32px, 4vw, 64px);
  line-height: 1.02;
}

.pricing-panel {
  width: min(980px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(169, 191, 255, 0.18);
  border-radius: 16px;
  background:
    radial-gradient(circle at 18% 0%, rgba(121, 240, 255, 0.08), transparent 18rem),
    radial-gradient(circle at 90% 28%, rgba(159, 124, 255, 0.09), transparent 16rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.045), transparent 32%),
    rgba(2, 4, 12, 0.78);
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.42),
    inset 0 0 0 1px rgba(121, 240, 255, 0.03);
}

.pricing-panel__header,
.pricing-menu article {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) max-content;
  gap: 28px;
  align-items: center;
}

.pricing-panel__header {
  min-height: 66px;
  padding: 0 28px;
  border-bottom: 1px solid rgba(169, 191, 255, 0.14);
}

.pricing-panel__header span {
  color: rgba(121, 240, 255, 0.62);
  font-family: "Space Mono", monospace;
  font-size: 10px;
  letter-spacing: 2px;
}

.pricing-panel__header h2 {
  grid-column: 2 / -1;
  margin: 0;
  color: #f8fbff;
  font-size: 15px;
  font-weight: 800;
}

.pricing-menu article {
  min-height: 78px;
  padding: 15px 28px;
  border-bottom: 1px solid rgba(169, 191, 255, 0.1);
}

.pricing-menu article:last-child {
  border-bottom: 0;
}

.row-mark {
  width: 20px;
  height: 20px;
  border: 1px solid rgba(121, 240, 255, 0.17);
  border-radius: 6px;
  background: rgba(121, 240, 255, 0.02);
}

.pricing-menu h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.1;
}

.pricing-menu p {
  margin: 0;
  color: rgba(198, 208, 241, 0.58);
  font-family: "Space Mono", monospace;
  font-size: 11px;
  line-height: 1.35;
  letter-spacing: 2.5px;
}

.pricing-menu strong {
  color: #ffffff;
  text-shadow: 0 0 16px rgba(121, 240, 255, 0.18);
  font-family: "Space Mono", monospace;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.contact-band {
  display: flex;
  min-height: 34vh;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.contact-band p {
  margin: 0;
  color: rgba(244, 247, 255, 0.82);
  font-size: clamp(34px, 5vw, 74px);
  font-weight: 800;
  line-height: 1;
}

.contact-band a {
  flex: 0 0 auto;
  padding: 18px 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  font-family: "Space Mono", monospace;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media (max-width: 820px) {
  .cursor-ring {
    display: none;
  }

  .site-header {
    padding: 18px 20px;
  }

  .site-header nav {
    gap: 14px;
    font-size: 9px;
    letter-spacing: 2px;
  }

  .site-header nav > a:not(.contact-link) {
    display: none;
  }

  .brand span:last-child,
  .contact-link span:first-child {
    display: none;
  }

  .contact-link {
    width: 42px;
    min-height: 42px;
    justify-content: center;
    padding: 0;
  }

  .hero {
    align-items: center;
    min-height: 92svh;
    padding-top: 92px;
  }

  .hero-copy h1 {
    font-size: clamp(46px, 12vw, 96px);
  }

  .hero-copy h1 strong {
    font-size: clamp(50px, 13vw, 104px);
  }

  .hero-copy p {
    margin-top: 36px;
    font-size: 14px;
  }
  .section-heading {
    grid-template-columns: 1fr;
  }

  .pricing-panel__header,
  .pricing-menu article {
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 16px;
    padding-inline: 18px;
  }

  .pricing-menu strong {
    grid-column: 2;
    justify-self: start;
    margin-top: 2px;
  }

  .contact-band {
    display: grid;
    min-height: 28vh;
  }

}

@media (max-width: 480px) {
  .contact-link {
    width: 38px;
    min-height: 38px;
  }

  .hero-copy h1 {
    font-size: clamp(42px, 13vw, 58px);
  }

  .hero-copy h1 strong {
    font-size: clamp(46px, 14vw, 64px);
  }

  .note-band,
  .awareness-band,
  .pricing-band,
  .contact-band {
    padding-inline: 18px;
  }
  .pricing-panel {
    border-radius: 12px;
  }

  .pricing-menu p {
    font-size: 10px;
    letter-spacing: 1.8px;
  }

  .note-band {
    min-height: 78svh;
  }

  .note-copy h2 {
    font-size: clamp(58px, 20vw, 86px);
  }

  #awareness-title {
    font-size: clamp(18px, 5.8vw, 28px);
  }

  .stat-row {
    grid-template-columns: 1fr;
    gap: 34px;
    margin-top: 54px;
  }

}

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

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

#awareness-title {
  width: 100% !important;
  max-width: 1200px !important;
  font-size: clamp(22px, 3vw, 44px) !important;
  line-height: 1.1 !important;
  white-space: nowrap !important;
}

@media (max-width: 640px) {
  #awareness-title {
    font-size: clamp(15px, 4.6vw, 24px) !important;
  }
}
