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

html,
body {
  overflow-x: hidden;
}

* {
  overflow-wrap: anywhere;
}

body {
  margin: 0;
  font-family: var(--font-family-sans);
  font-size: var(--md-body-large);
  line-height: var(--md-body-large-line-height);
  letter-spacing: var(--md-body-large-tracking);
  font-weight: var(--font-weight-regular);
  color: var(--md-on-surface);
  overflow-y: scroll;
  scrollbar-gutter: stable;
  background: linear-gradient(
    180deg,
    var(--md-surface) 0%,
    color-mix(in srgb, var(--md-surface) 55%, #0f172a) 55%,
    #0a1122 100%
  );
  position: relative;
}

html {
  scroll-padding-top: 96px;
  overflow-y: auto;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: radial-gradient(
      circle at 15% 15%,
      rgba(79, 125, 255, 0.16),
      transparent 45%
    ),
    radial-gradient(
      circle at 85% 20%,
      rgba(255, 79, 216, 0.12),
      transparent 45%
    ),
    radial-gradient(
      circle at 50% 85%,
      rgba(180, 255, 57, 0.08),
      transparent 55%
    );
  opacity: 0.5;
  pointer-events: none;
  z-index: -3;
}

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

a:focus-visible,
button:focus-visible,
[role="button"]:focus-visible,
.card-reveal__toggle:focus-visible,
.sample-cta:focus-visible {
  outline: 2px solid
    color-mix(in srgb, var(--neon-cyan) 80%, var(--neon-lime));
  outline-offset: 3px;
  box-shadow: 0 0 0 3px rgba(6, 10, 26, 0.92),
    0 0 14px rgba(56, 189, 248, 0.35);
}

h1,
h2,
h3,
h4,
h5 {
  color: #f8fafc;
  font-family: var(--font-family-display);
  font-weight: var(--font-weight-regular);
  margin: 0 0 var(--space-md);
}

h1 {
  font-size: var(--md-display-large);
  line-height: var(--md-display-large-line-height);
  letter-spacing: var(--md-display-large-tracking);
  font-weight: var(--font-weight-regular);
}

h2 {
  font-size: var(--md-display-medium);
  line-height: var(--md-display-medium-line-height);
  letter-spacing: var(--md-display-medium-tracking);
}

h3 {
  font-size: var(--md-display-small);
  line-height: var(--md-display-small-line-height);
  letter-spacing: var(--md-display-small-tracking);
}

h4 {
  font-size: var(--md-headline-small);
  line-height: var(--md-headline-small-line-height);
  font-weight: var(--font-weight-medium);
}

h5 {
  font-size: var(--md-title-large);
  line-height: var(--md-title-large-line-height);
  font-weight: var(--font-weight-medium);
}

p {
  margin: 0 0 var(--space-md);
}

small,
.helper-text {
  font-size: var(--md-label-medium);
  line-height: var(--md-label-medium-line-height);
  letter-spacing: var(--md-label-medium-tracking);
  font-weight: var(--font-weight-medium);
}

.theme-landing,
.theme-wizard {
  min-height: 100vh;
  color: var(--md-on-surface);
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--md-surface) 80%, #0b1020) 0%,
    color-mix(in srgb, var(--md-surface-variant) 70%, #0f172a) 45%,
    color-mix(in srgb, var(--md-surface) 75%, #0a1224) 100%
  );
  position: relative;
  overflow-x: hidden;
}

body.theme-landing {
  scroll-behavior: smooth;
  scroll-snap-type: none;
}

.theme-landing .glass-card,
.theme-landing .highlight-card,
.theme-landing .pricing-tier {
  padding: clamp(1.25rem, 2.8vw, 2.25rem);
}

html.snap-enabled {
  scroll-snap-type: y mandatory;
}

.snap-scroll {
  position: relative;
}

.snap-section {
  position: relative;
  isolation: isolate;
  --snap-fade-color: rgba(5, 7, 15, 1);
  --snap-fade-next-color: rgba(5, 7, 15, 1);
}

.snap-section::before,
.snap-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 1;
  transition: opacity 0.35s cubic-bezier(0.2, 0, 0, 1);
}

.snap-section::before {
  top: 0;
  height: 20vh;
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--snap-fade-color) 88%, transparent) 0%,
    transparent 100%
  );
  opacity: 0.9;
}

.snap-section::after {
  bottom: 0;
  height: 26vh;
  background: linear-gradient(
    0deg,
    color-mix(in srgb, var(--snap-fade-next-color) 92%, transparent) 0%,
    transparent 100%
  );
  opacity: 0.95;
}

.snap-section.is-active::before,
.snap-section.is-active::after {
  opacity: 0.65;
}

.snap-section .section-panel,
.snap-section .section-frame,
.snap-section .hero-panel,
.snap-section .hero-shell .stack-2xl {
  opacity: 0;
  transform: translateY(24px) scale(0.98);
  transition: opacity 0.3s cubic-bezier(0.2, 0, 0, 1),
    transform 0.3s cubic-bezier(0.2, 0, 0, 1);
  will-change: opacity, transform;
}

.snap-section.is-active .section-panel,
.snap-section.is-active .section-frame,
.snap-section.is-active .hero-panel,
.snap-section.is-active .hero-shell .stack-2xl {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.snap-section__inner {
  position: relative;
  z-index: 2;
}

.horizontal-rail {
  --rail-progress: 0;
  --rail-length: 0px;
}

.horizontal-rail .snap-section__inner {
  padding-bottom: clamp(4rem, 8vh, 6rem);
}

.horizontal-rail {
  min-height: calc(70svh + var(--rail-length));
}

.horizontal-rail__pin {
  position: sticky;
  top: clamp(88px, 12vh, 120px);
  padding-bottom: clamp(3rem, 8vh, 6rem);
  z-index: 2;
}

.horizontal-rail__viewport {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: rgba(148, 163, 184, 0.45) transparent;
}

.horizontal-rail__viewport::-webkit-scrollbar {
  height: 6px;
}

.horizontal-rail__viewport::-webkit-scrollbar-thumb {
  background: rgba(148, 163, 184, 0.45);
  border-radius: 999px;
}

.horizontal-rail__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 360px);
  gap: 1.5rem;
  padding: 1rem clamp(1rem, 5vw, 4rem);
  transform: translateX(calc(-1 * var(--rail-progress)));
  transition: transform 0.1s linear;
  will-change: transform;
}

.horizontal-rail__panel {
  scroll-snap-align: start;
  min-height: 220px;
  padding: clamp(1.25rem, 2vw, 1.75rem);
}

.horizontal-rail__progress {
  height: 6px;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.15);
  overflow: hidden;
  margin-bottom: 0.75rem;
}

.horizontal-rail__progress-bar {
  display: block;
  height: 100%;
  width: 100%;
  transform-origin: left;
  transform: scaleX(var(--rail-progress-ratio, 0));
  background: linear-gradient(90deg, rgba(56, 189, 248, 0.7), rgba(255, 79, 216, 0.8));
  transition: transform 0.2s ease;
}

.theme-landing::before,
.theme-wizard::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: radial-gradient(
      rgba(148, 163, 184, 0.15) 1px,
      transparent 1px
    ),
    radial-gradient(rgba(79, 125, 255, 0.35) 1px, transparent 1px);
  background-size: 140px 140px, 200px 200px;
  background-position: 0 0, 80px 90px;
  opacity: 0.45;
  pointer-events: none;
  z-index: -1;
}

.theme-landing::after {
  content: "";
  position: fixed;
  inset: -30%;
  background: radial-gradient(
      circle at 20% 20%,
      rgba(79, 125, 255, 0.35),
      transparent 55%
    ),
    radial-gradient(
      circle at 80% 30%,
      rgba(255, 79, 216, 0.3),
      transparent 60%
    ),
    radial-gradient(
      circle at 50% 80%,
      rgba(180, 255, 57, 0.25),
      transparent 60%
    );
  opacity: 0.55;
  pointer-events: none;
  z-index: -2;
  animation: aurora-drift 26s linear infinite;
}

.theme-wizard {
  padding: 24px;
}

@media (max-width: 600px) {
  .theme-wizard {
    padding: 16px;
  }
}

.app {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.section-slab {
  position: relative;
  isolation: isolate;
  background: var(--md-surface-variant);
  border-top: 1px solid color-mix(in srgb, var(--md-outline) 40%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--md-outline) 40%, transparent);
  box-shadow: inset 0 1px 0 rgba(248, 250, 252, 0.03);
}

.section-divider {
  position: relative;
  height: 1px;
  width: min(100%, 1200px);
  margin: 0 auto;
  background: linear-gradient(
    90deg,
    transparent 0%,
    color-mix(in srgb, var(--md-outline) 55%, transparent) 20%,
    color-mix(in srgb, var(--md-outline) 95%, transparent) 50%,
    color-mix(in srgb, var(--md-outline) 55%, transparent) 80%,
    transparent 100%
  );
  opacity: 0.6;
}

.section-divider::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: -6px;
  height: 12px;
  background: radial-gradient(circle, rgba(79, 125, 255, 0.2), transparent 65%);
  filter: blur(2px);
  pointer-events: none;
}

.section-chapter {
  position: relative;
  padding: clamp(1.5rem, 3vh, 2.75rem) 0;
}

.section-chapter::before {
  content: "";
  position: absolute;
  top: 0;
  left: clamp(1.5rem, 6vw, 4rem);
  right: clamp(1.5rem, 6vw, 4rem);
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    color-mix(in srgb, var(--md-outline) 60%, transparent) 22%,
    color-mix(in srgb, var(--md-primary) 65%, transparent) 50%,
    color-mix(in srgb, var(--md-outline) 60%, transparent) 78%,
    transparent 100%
  );
  opacity: 0.6;
}

.section-chapter:first-of-type::before {
  content: none;
}

.section-chapter + .section-chapter {
  margin-top: clamp(0.5rem, 2vh, 1rem);
}

.section-cluster {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 4vh, 3rem);
  padding: clamp(1rem, 3vh, 2.5rem) 0;
  background: linear-gradient(
    180deg,
    rgba(12, 16, 32, 0.92) 0%,
    rgba(10, 16, 36, 0.88) 45%,
    rgba(9, 14, 30, 0.94) 100%
  );
}

.section-bridge {
  background: linear-gradient(
    180deg,
    rgba(13, 18, 36, 0.88) 0%,
    rgba(12, 18, 38, 0.84) 45%,
    rgba(10, 16, 32, 0.9) 100%
  );
  box-shadow: inset 0 1px 0 rgba(148, 163, 184, 0.08);
}

.section-bridge > * {
  padding-top: clamp(0.5rem, 1.5vh, 1.25rem);
  padding-bottom: clamp(0.5rem, 1.5vh, 1.25rem);
}

.section-cluster::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
      circle at 30% 20%,
      rgba(129, 140, 248, 0.08),
      transparent 55%
    ),
    radial-gradient(
      circle at 80% 70%,
      rgba(255, 79, 216, 0.08),
      transparent 60%
    );
  pointer-events: none;
  opacity: 0.8;
}

.section-cluster > * {
  position: relative;
  z-index: 1;
}

.section-slab::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
      circle at 12% 20%,
      rgba(79, 125, 255, 0.2),
      transparent 40%
    ),
    radial-gradient(
      circle at 90% 10%,
      rgba(255, 79, 216, 0.2),
      transparent 45%
    );
  opacity: 0.6;
  pointer-events: none;
  z-index: 0;
}

.section-slab::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 320px;
  background: linear-gradient(
    180deg,
    rgba(6, 10, 26, 0) 0%,
    rgba(6, 10, 26, 0.2) 55%,
    rgba(6, 10, 26, 0.55) 85%,
    rgba(6, 10, 26, 0.75) 100%
  );
  pointer-events: none;
  z-index: 0;
}

.section-slab > * {
  position: relative;
  z-index: 1;
}

.section-slab--alt {
  background: rgba(13, 20, 36, 0.94);
}

.section-slab--hero {
  background: rgba(14, 20, 36, 0.96);
}

.section-slab--accent {
  background: linear-gradient(
      210deg,
      rgba(12, 18, 38, 0.97) 0%,
      rgba(8, 12, 28, 0.93) 50%,
      rgba(6, 10, 24, 0.96) 100%
    ),
    repeating-linear-gradient(
      120deg,
      rgba(129, 140, 248, 0.08) 0px,
      rgba(129, 140, 248, 0.08) 1px,
      transparent 1px,
      transparent 12px
    );
}

.section-slab--accent::before {
  background: radial-gradient(
      circle at 15% 15%,
      rgba(94, 234, 212, 0.18),
      transparent 45%
    ),
    radial-gradient(
      circle at 80% 30%,
      rgba(129, 140, 248, 0.22),
      transparent 55%
    );
  opacity: 0.65;
}

.hero-shell {
  min-height: auto;
  padding-top: clamp(2rem, 6vh, 3.5rem);
  padding-bottom: clamp(2rem, 6vh, 3.5rem);
  display: grid;
  align-items: center;
}

.hero-shell .stack-2xl {
  max-width: 44rem;
}

.section-slab--light {
  background: color-mix(in srgb, var(--md-surface-variant) 85%, #151f3a);
  border-top: 1px solid color-mix(in srgb, var(--md-outline) 50%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--md-outline) 50%, transparent);
  color: var(--md-on-surface);
}

.section-slab--light::before {
  background: radial-gradient(
      circle at 10% 20%,
      rgba(79, 125, 255, 0.28),
      transparent 48%
    ),
    radial-gradient(
      circle at 90% 10%,
      rgba(255, 79, 216, 0.22),
      transparent 45%
    );
  opacity: 0.55;
}

.section-slab--light::after {
  background: linear-gradient(
    180deg,
    rgba(6, 10, 26, 0) 0%,
    rgba(6, 10, 26, 0.25) 55%,
    rgba(6, 10, 26, 0.55) 85%,
    rgba(6, 10, 26, 0.8) 100%
  );
}

.section-slab--fade-light::after {
  background: linear-gradient(
    180deg,
    rgba(6, 10, 26, 0) 0%,
    rgba(6, 10, 26, 0.25) 50%,
    rgba(6, 10, 26, 0.55) 80%,
    rgba(6, 10, 26, 0.82) 100%
  );
}

.section-slab--fade-dark::after {
  background: linear-gradient(
    180deg,
    rgba(6, 10, 26, 0) 0%,
    rgba(6, 10, 26, 0.2) 55%,
    rgba(6, 10, 26, 0.55) 85%,
    rgba(6, 10, 26, 0.75) 100%
  );
}

.section-slab--light h1,
.section-slab--light h2,
.section-slab--light h3,
.section-slab--light h4,
.section-slab--light h5,
.section-slab--light p,
.section-slab--light li {
  color: var(--md-on-surface);
}

.section-slab--light .text-muted {
  color: var(--text-muted) !important;
}

.md-app-bar,
.site-header {
  --md-app-bar-border: color-mix(in srgb, var(--md-outline) 45%, transparent);
  --md-app-bar-glow: rgba(56, 189, 248, 0.28);
  border-bottom: 1px solid var(--md-app-bar-border);
  background: color-mix(in srgb, var(--md-surface-variant) 82%, #0c1220);
  backdrop-filter: blur(12px);
  box-shadow: var(--md-elevation-2);
  position: sticky;
  top: 0;
  z-index: 30;
  transition: border-color 0.25s cubic-bezier(0.2, 0, 0, 1),
    box-shadow 0.25s cubic-bezier(0.2, 0, 0, 1),
    background-color 0.25s cubic-bezier(0.2, 0, 0, 1);
}

.md-app-bar::before,
.site-header::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  background: var(--neon-gradient);
  opacity: 0.45;
  pointer-events: none;
  transition: opacity 0.25s cubic-bezier(0.2, 0, 0, 1),
    height 0.25s cubic-bezier(0.2, 0, 0, 1);
}

.md-app-bar:hover,
.site-header:hover,
.md-app-bar:focus-within,
.site-header:focus-within {
  border-bottom-color: transparent;
  box-shadow: var(--md-elevation-3), 0 0 18px var(--md-app-bar-glow);
}

.md-app-bar:hover::before,
.site-header:hover::before,
.md-app-bar:focus-within::before,
.site-header:focus-within::before {
  opacity: 0.8;
  height: 3px;
}

.md-app-bar::after,
.site-header::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--md-accent-overlay);
  opacity: 0.22;
  pointer-events: none;
}

.md-app-bar > *,
.site-header > * {
  position: relative;
  z-index: 1;
}

.site-header__top {
  background: color-mix(in srgb, var(--md-surface) 70%, #0b1020);
  border-bottom: 1px solid color-mix(in srgb, var(--md-outline) 40%, transparent);
  font-size: var(--md-label-small);
  letter-spacing: var(--md-label-small-tracking);
  color: color-mix(in srgb, var(--md-on-surface) 75%, transparent);
}

.site-header__top-inner {
  padding: 0.35rem 0;
  transition: padding 0.25s cubic-bezier(0.2, 0, 0, 1);
}

.site-header__top-links a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.2, 0, 0, 1);
}

.site-header__top-links a:hover,
.site-header__top-links a:focus-visible {
  color: #f8fafc;
}

.site-header__main {
  padding: 1.25rem 0;
  transition: padding 0.25s cubic-bezier(0.2, 0, 0, 1);
}

.site-header__cta .btn {
  white-space: nowrap;
}

.site-header.is-shrunk .site-header__main {
  padding: 0.65rem 0;
}

.site-header.is-shrunk .site-header__top-inner {
  padding: 0.25rem 0;
}

.md-section-header {
  --md-section-glow: rgba(79, 125, 255, 0.35);
  position: relative;
  display: inline-flex;
  flex-direction: column;
  gap: 0.35rem;
  padding-bottom: 0.75rem;
  margin-bottom: 1.5rem;
  color: #f8fafc;
}

.md-section-header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(240px, 70%);
  height: 2px;
  border-radius: 999px;
  background: var(--neon-gradient);
  opacity: 0.65;
  transition: opacity 0.2s cubic-bezier(0.2, 0, 0, 1),
    box-shadow 0.2s cubic-bezier(0.2, 0, 0, 1),
    width 0.2s cubic-bezier(0.2, 0, 0, 1);
}

.md-section-header:hover::after,
.md-section-header:focus-within::after {
  opacity: 0.95;
  width: min(280px, 75%);
  box-shadow: 0 0 16px var(--md-section-glow),
    0 0 20px rgba(255, 79, 216, 0.25);
}

.logo {
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.9rem;
  background: var(--neon-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 14px rgba(79, 125, 255, 0.45),
    0 0 24px rgba(255, 79, 216, 0.25);
  transition: transform 0.25s cubic-bezier(0.2, 0, 0, 1);
  transform-origin: left center;
}

.site-header.is-shrunk .logo {
  transform: scale(0.92);
}

.hero-eyebrow {
  text-transform: uppercase;
  letter-spacing: var(--md-label-medium-tracking);
  font-size: var(--md-label-medium);
  line-height: var(--md-label-medium-line-height);
  color: color-mix(in srgb, var(--md-on-surface) 80%, transparent);
  margin-bottom: 0.75rem;
}

.hero-title {
  font-size: clamp(2.6rem, 4vw, var(--md-display-large));
  letter-spacing: var(--md-display-large-tracking);
  line-height: var(--md-display-large-line-height);
  text-transform: none;
  font-weight: var(--font-weight-bold);
  max-inline-size: 22ch;
  background: var(--neon-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 18px rgba(79, 125, 255, 0.45),
    0 0 32px rgba(255, 79, 216, 0.25);
  margin-bottom: 1.5rem;
}

.hero-subhead,
.hero-legal {
  color: color-mix(in srgb, var(--md-on-surface) 72%, transparent);
  max-inline-size: 64ch;
}

.hero-cta-group {
  margin-top: 2rem;
}

.hero-proof-row {
  margin-top: 0.75rem;
}

.hero-proof-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.75rem;
  border-radius: var(--radius-pill);
  border: 1px solid color-mix(in srgb, var(--md-outline) 55%, transparent);
  background: color-mix(in srgb, var(--md-surface-variant) 85%, #090d1b);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: color-mix(in srgb, var(--md-on-surface) 80%, transparent);
}

.hero-panel {
  position: relative;
  min-height: clamp(220px, 42vh, 420px);
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: linear-gradient(
    160deg,
    color-mix(in srgb, var(--md-surface-variant) 85%, #0e1224),
    color-mix(in srgb, var(--md-surface) 85%, #060a18)
  );
  border: 1px solid color-mix(in srgb, var(--md-outline) 55%, transparent);
  box-shadow: var(--md-elevation-4);
  animation: float-card 12s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  transform-origin: center;
}

.hero-product-frame {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 1rem;
}

.hero-mini-panel {
  padding: 1rem 1.25rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(148, 163, 184, 0.25);
  background: rgba(9, 12, 24, 0.75);
  box-shadow: 0 16px 30px rgba(8, 10, 20, 0.45);
  backdrop-filter: blur(6px);
}

.hero-mini-panel__title {
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--md-on-surface) 85%, transparent);
  margin-bottom: 0.35rem;
}

.hero-mini-panel__description {
  margin-bottom: 0.5rem;
  color: color-mix(in srgb, var(--md-on-surface) 70%, transparent);
  font-size: 0.95rem;
}

.hero-mini-panel__list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: grid;
  gap: 0.35rem;
  font-size: 0.85rem;
  color: color-mix(in srgb, var(--md-on-surface) 68%, transparent);
}

.hero-mini-panel__list li {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.hero-mini-panel__list li::before {
  content: "•";
  color: var(--neon-cyan);
}

.hero-footer {
  margin-top: clamp(1.5rem, 3vw, 2.5rem);
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: center;
  justify-content: space-between;
}

.hero-scroll-cue {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: color-mix(in srgb, var(--md-on-surface) 70%, transparent);
}

.hero-scroll-cue__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.4);
  font-size: 0.95rem;
}

.hero-trusted-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  align-items: center;
}

.hero-trusted-strip__label {
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--md-on-surface) 65%, transparent);
}

.hero-trusted-strip__logos {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  font-size: 0.85rem;
  color: color-mix(in srgb, var(--md-on-surface) 70%, transparent);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero-trusted-strip__logo {
  padding: 0.2rem 0.5rem;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: rgba(9, 12, 24, 0.45);
}

.snap-section .hero-shell {
  padding-top: clamp(1.5rem, 4vh, 2.75rem);
  padding-bottom: clamp(1.5rem, 4vh, 2.75rem);
}

.hero-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
      140deg,
      rgba(255, 255, 255, 0.12),
      rgba(255, 255, 255, 0)
    ),
    var(--md-accent-overlay);
  z-index: 1;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hero-panel__glow {
  position: absolute;
  inset: 10% 10% auto auto;
  width: 230px;
  height: 230px;
  background: radial-gradient(
    circle,
    rgba(255, 79, 216, 0.55),
    transparent 70%
  );
  filter: blur(14px);
  z-index: 2;
  animation: pulse-glow 8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.hero-panel__grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.06) 1px,
      transparent 1px
    ),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 50px 50px;
  opacity: 0.35;
  z-index: 2;
  animation: grid-drift 14s linear infinite;
}

.section-slab--light .highlight-card .text-muted {
  color: var(--text-muted) !important;
}

.motion-card {
  position: relative;
  transition: transform 0.25s cubic-bezier(0.2, 0, 0, 1),
    box-shadow 0.25s cubic-bezier(0.2, 0, 0, 1);
  animation: float-card 12s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.motion-card::after {
  content: "";
  position: absolute;
  inset: -20%;
  background: radial-gradient(
    circle,
    rgba(56, 189, 248, 0.22),
    transparent 60%
  );
  opacity: 0.4;
  filter: blur(26px);
  z-index: 0;
  transition: opacity 0.25s cubic-bezier(0.2, 0, 0, 1);
}

.motion-card > * {
  position: relative;
  z-index: 1;
}

.motion-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.2);
}

.motion-card:hover::after {
  opacity: 0.7;
}

.md-card,
.glass-card,
.highlight-card,
.pricing-tier,
.footer-card,
.wizard-shell,
.question-card,
.sample-card,
.result-card,
.horizontal-rail__panel {
  position: relative;
  background: var(--md-surface-variant);
  border: 1px solid var(--md-outline);
  border-radius: var(--radius-lg);
  box-shadow: var(--md-elevation-1);
  overflow: hidden;
  transition: border-color 0.2s cubic-bezier(0.2, 0, 0, 1),
    box-shadow 0.2s cubic-bezier(0.2, 0, 0, 1);
}

.md-card {
  border-image-slice: 1;
}

.md-card::after,
.glass-card::after,
.highlight-card::after,
.pricing-tier::after,
.footer-card::after,
.wizard-shell::after,
.question-card::after,
.sample-card::after,
.result-card::after,
.horizontal-rail__panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--md-accent-overlay);
  opacity: 0.35;
  pointer-events: none;
  z-index: 0;
}

.md-card > *,
.glass-card > *,
.highlight-card > *,
.pricing-tier > *,
.footer-card > *,
.wizard-shell > *,
.question-card > *,
.sample-card > *,
.result-card > *,
.horizontal-rail__panel > * {
  position: relative;
  z-index: 1;
}

.md-card:hover,
.glass-card:hover,
.highlight-card:hover,
.pricing-tier:hover,
.sample-card:hover {
  border-color: color-mix(in srgb, var(--neon-cyan) 75%, transparent);
  box-shadow: var(--md-elevation-3),
    0 0 0 1px color-mix(in srgb, var(--neon-cyan) 40%, transparent),
    0 0 18px rgba(56, 189, 248, 0.2);
}

.md-card:hover,
.md-card:focus-within {
  border-color: transparent;
  border-image: var(--neon-gradient) 1;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.28),
    0 0 0 2px rgba(6, 10, 26, 0.92),
    0 0 0 5px color-mix(in srgb, var(--neon-cyan) 65%, var(--neon-lime)),
    var(--md-focus-ring);
}

.glass-card:focus-within,
.highlight-card:focus-within,
.pricing-tier:focus-within,
.footer-card:focus-within,
.wizard-shell:focus-within,
.question-card:focus-within,
.result-card:focus-within,
.horizontal-rail__panel:focus-within {
  border-color: color-mix(in srgb, var(--neon-cyan) 70%, var(--neon-blue));
  box-shadow: var(--md-elevation-3), 0 0 0 2px rgba(6, 10, 26, 0.92),
    0 0 0 5px color-mix(in srgb, var(--neon-cyan) 65%, var(--neon-blue)),
    var(--md-focus-ring);
}

.card-type {
  --card-height: clamp(200px, 20vw, 260px);
  min-height: var(--card-height);
  display: flex;
  flex-direction: column;
  gap: clamp(0.85rem, 1.6vw, 1.35rem);
  height: 100%;
  position: relative;
  overflow: visible;
}

.card-type--micro {
  --card-height: clamp(180px, 18vw, 230px);
}

.card-type--metric {
  --card-height: clamp(190px, 19vw, 240px);
}

.card-type--interactive {
  --card-height: clamp(210px, 21vw, 270px);
}

.card-type--gateway {
  --card-height: clamp(220px, 22vw, 280px);
}

.service-feature-layout {
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.75rem);
  margin-top: clamp(1.5rem, 2.5vw, 2.5rem);
}

.service-filter {
  display: flex;
}

.service-filter__inner {
  display: grid;
  gap: 0.75rem;
  width: 100%;
}

.service-filter__list {
  display: grid;
  gap: 0.6rem;
}

.service-filter__button {
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--md-outline) 60%, transparent);
  background: color-mix(in srgb, var(--md-surface) 70%, transparent);
  color: var(--md-on-surface);
  font-size: var(--md-label-large);
  font-weight: var(--font-weight-medium);
  padding: 0.45rem 1rem;
  text-align: left;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease,
    color 0.2s ease;
}

.service-filter__button:hover,
.service-filter__button:focus-visible {
  border-color: color-mix(in srgb, var(--neon-cyan) 70%, var(--md-outline));
  background: color-mix(in srgb, var(--md-surface-variant) 65%, transparent);
}

.service-filter__button.is-active {
  border-color: color-mix(in srgb, var(--neon-cyan) 70%, var(--neon-blue));
  background: color-mix(in srgb, var(--neon-cyan) 20%, var(--md-surface));
  color: #e2f8ff;
  box-shadow: 0 0 18px rgba(56, 189, 248, 0.25);
}

.service-feature-rail {
  display: flex;
  flex-direction: column;
  gap: clamp(1.75rem, 3vw, 2.75rem);
}

.service-feature-row {
  display: flex;
  justify-content: flex-start;
}

.service-feature-row.is-odd {
  justify-content: flex-end;
}

.service-feature-row .card-type {
  width: min(100%, 23.5rem);
}

@media (max-width: 991px) {
  .service-feature-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .service-feature-row,
  .service-feature-row.is-odd {
    justify-content: stretch;
  }

  .service-feature-row .card-type {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .service-feature-layout {
    grid-template-columns: minmax(0, 220px) minmax(0, 1fr);
    align-items: start;
  }

  .service-filter__inner {
    position: sticky;
    top: clamp(5.5rem, 10vh, 8rem);
    max-height: calc(100vh - 10rem);
    overflow-y: auto;
    padding-right: 0.35rem;
  }

  .service-filter__list {
    max-height: inherit;
  }

  .card-type {
    --card-height: clamp(180px, 14vw, 230px);
  }

  .card-type--micro {
    --card-height: clamp(160px, 12vw, 210px);
  }

  .card-type--metric {
    --card-height: clamp(170px, 13vw, 220px);
  }

  .card-type--interactive {
    --card-height: clamp(190px, 15vw, 240px);
  }

  .card-type--gateway {
    --card-height: clamp(200px, 16vw, 250px);
  }

  .about-card-offset {
    position: relative;
    z-index: 1;
    transform: translateX(-2rem);
  }
}

.card-type__label {
  text-transform: none;
  letter-spacing: var(--md-label-small-tracking);
  font-size: var(--md-label-small);
  line-height: var(--md-label-small-line-height);
  color: var(--text-muted);
}

.card-type__headline,
.card-type__support {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
}

.card-type__headline {
  -webkit-line-clamp: 2;
}

.card-type__support {
  color: var(--text-muted);
  -webkit-line-clamp: 3;
}

.card-reveal__toggle {
  align-self: flex-start;
  margin-top: auto;
  background: none;
  border: none;
  color: var(--md-primary);
  font-weight: var(--font-weight-semibold);
  padding: 0;
  cursor: pointer;
}


.blog-preview-rows {
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 3vw, 2.75rem);
  margin-top: clamp(1.5rem, 3vw, 2.5rem);
}

.blog-preview-row {
  display: flex;
  align-items: stretch;
  gap: clamp(1rem, 3vw, 2.5rem);
}

.blog-preview-row--reverse {
  flex-direction: row-reverse;
}

.blog-preview-row__accent {
  flex: 1 1 40%;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: linear-gradient(
    130deg,
    rgba(56, 189, 248, 0.18),
    rgba(15, 23, 42, 0.2),
    rgba(255, 79, 216, 0.15)
  );
  position: relative;
  min-height: 220px;
  overflow: hidden;
}

.blog-preview-row__accent::after {
  content: "";
  position: absolute;
  inset: 12% 18%;
  border-radius: 999px;
  border: 1px dashed rgba(148, 163, 184, 0.35);
  opacity: 0.5;
}

.blog-preview-row article {
  flex: 1 1 55%;
  max-width: 440px;
  width: 100%;
}

@media (max-width: 991px) {
  .blog-preview-row,
  .blog-preview-row--reverse {
    flex-direction: column;
  }

  .blog-preview-row__accent {
    min-height: 140px;
  }

  .blog-preview-row article {
    max-width: 100%;
  }
}

.highlight-card.motion-card {
  animation-duration: 10s;
}

.highlight-card .text-muted {
  color: var(--text-muted) !important;
}

.highlight-card h3 {
  color: var(--text-primary);
  background: none;
  text-shadow: 0 0 12px rgba(54, 249, 255, 0.25),
    0 0 18px rgba(255, 79, 216, 0.2);
}

.glass-card h4,
.glass-card h5,
.glass-card p,
.glass-card li,
.highlight-card h4,
.highlight-card h5,
.highlight-card p,
.highlight-card li {
  color: var(--text-primary);
}

.glass-card .text-muted {
  color: var(--text-muted) !important;
}

.glass-card h3,
.card h3 {
  background: var(--neon-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 12px rgba(54, 249, 255, 0.35),
    0 0 18px rgba(255, 79, 216, 0.25);
}

.motion-card:hover .service-highlight__image img,
.motion-card:hover .service-card__image img {
  transform: scale(1.04);
}

.pricing-lede {
  font-size: var(--md-body-large);
  line-height: var(--md-body-large-line-height);
}

.pricing-panel {
  color: var(--md-on-surface);
}

.pricing-panel p,
.pricing-panel li {
  color: var(--text-muted);
}

.pricing-tier {
  background: var(--md-surface-variant);
  border: 1px solid var(--md-outline);
  border-radius: var(--radius-lg);
  padding: var(--space-lg);
  color: var(--md-on-surface);
  box-shadow: var(--md-elevation-2);
  position: relative;
  display: flex;
  flex-direction: column;
}

.pricing-tier__body {
  display: flex;
  flex-direction: column;
  gap: clamp(0.85rem, 1.6vw, 1.35rem);
}

.pricing-tier__header {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 0.75rem;
  row-gap: 0.25rem;
  align-items: center;
}

.pricing-tier__title {
  grid-column: 1 / -1;
}

.pricing-tier h4,
.pricing-tier h5 {
  color: var(--md-on-surface);
  overflow-wrap: normal;
  word-break: keep-all;
  hyphens: manual;
}

.pricing-tier p,
.pricing-tier li {
  color: var(--text-muted);
}

.pricing-tier__price {
  font-weight: var(--font-weight-semibold);
  color: var(--md-primary);
}

.pricing-tier__badge {
  text-transform: uppercase;
  letter-spacing: var(--md-label-medium-tracking);
  font-size: var(--md-label-medium);
  line-height: var(--md-label-medium-line-height);
  color: var(--text-muted);
}

.pricing-tier__label {
  font-size: var(--md-label-small);
  line-height: var(--md-label-small-line-height);
  letter-spacing: var(--md-label-small-tracking);
}

.pricing-tier__feel {
  color: var(--md-secondary);
  font-weight: var(--font-weight-semibold);
}

.pricing-tier__note {
  color: var(--text-muted);
}

.pricing-tier .btn {
  margin-top: auto;
}

.pricing-tier--recommended.neon-outline::before {
  opacity: 0.55;
}

.pricing-closer {
  font-size: var(--md-title-large);
  line-height: var(--md-title-large-line-height);
  font-weight: var(--font-weight-semibold);
  color: var(--md-on-surface);
}

.footer-card {
  padding: 1.5rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--md-outline);
  background: color-mix(in srgb, var(--md-surface-variant) 85%, #0a0e1c);
  box-shadow: var(--md-elevation-2);
}

.footer-shell {
  background: color-mix(in srgb, var(--md-surface) 90%, #080a16);
  border-top: 1px solid var(--md-outline);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(240px, 1.6fr) repeat(3, minmax(160px, 1fr));
  gap: clamp(1.5rem, 3vw, 3rem);
}

.footer-column h2,
.footer-column h3 {
  margin-bottom: var(--space-sm);
}

.footer-mission h2 {
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
}

.footer-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: var(--md-label-medium);
  color: var(--text-muted);
  display: inline-block;
  margin-bottom: var(--space-sm);
}

.footer-details,
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.55rem;
  color: var(--text-muted);
}

.footer-links a,
.footer-legal a {
  color: inherit;
  transition: color 0.2s ease;
}

.footer-links a:hover,
.footer-links a:focus-visible,
.footer-legal a:hover,
.footer-legal a:focus-visible {
  color: var(--md-on-surface);
}

.footer-bottom {
  margin-top: clamp(2rem, 4vw, 3rem);
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, var(--md-outline) 70%, transparent);
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  align-items: center;
  justify-content: space-between;
  color: var(--text-muted);
}

.footer-copy {
  font-size: var(--md-body-small);
}

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

.footer-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--md-outline) 70%, transparent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--md-surface-variant) 75%, transparent);
  transition: transform 0.2s ease, border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.footer-social a:hover,
.footer-social a:focus-visible {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--neon-cyan) 65%, transparent);
  box-shadow: 0 8px 16px rgba(15, 23, 42, 0.22);
}

.footer-social svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.footer-legal {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  flex-wrap: wrap;
  font-size: var(--md-body-small);
}

@media (max-width: 960px) {
  .footer-grid {
    grid-template-columns: repeat(2, minmax(200px, 1fr));
  }
}

@media (max-width: 640px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

.wizard-shell {
  max-width: 720px;
  margin: 0 auto;
  background: var(--md-surface-variant);
  border-radius: var(--radius-md);
  padding: 28px;
  border: 1px solid var(--md-outline);
  box-shadow: var(--md-elevation-2);
}

@media (max-width: 600px) {
  .wizard-shell {
    padding: 18px;
  }

  .wizard-step-label {
    display: none;
  }
}

.wizard-header h1 {
  font-size: var(--md-headline-small);
  line-height: var(--md-headline-small-line-height);
  margin: 0;
}

.wizard-header p {
  margin: 0;
  color: var(--text-muted);
}

.progress-track {
  flex: 1;
  height: 8px;
  background: color-mix(in srgb, var(--md-outline) 50%, transparent);
  border-radius: var(--radius-pill);
  overflow: hidden;
}

.progress-bar-theme {
  height: 100%;
  width: 0;
  background: linear-gradient(120deg, rgba(79, 125, 255, 0.85), rgba(180, 255, 57, 0.85));
  border-radius: var(--radius-pill);
  transition: width 0.2s cubic-bezier(0.2, 0, 0, 1);
}

.question-card {
  padding: 18px;
  border-radius: var(--radius-md);
  background: var(--md-surface-variant);
  border: 1px solid var(--md-outline);
  box-shadow: var(--md-elevation-1);
}

.question-card h2 {
  font-size: var(--md-title-large);
  line-height: var(--md-title-large-line-height);
  margin: 0 0 16px;
}

.wizard-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.wizard-step-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: var(--text-muted);
}

.wizard-step-badge {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid var(--md-outline);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  background: var(--md-surface);
}

.wizard-step-label {
  font-size: var(--md-label-small);
  text-align: center;
}

.wizard-steps--7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.wizard-form-step {
  margin-bottom: 0;
}

.wizard-form-step .form-label {
  font-weight: 600;
}

.wizard-form-step .form-control {
  border-radius: 12px;
}

.wizard-step-indicator.is-active .wizard-step-badge {
  border-color: color-mix(in srgb, var(--neon-cyan) 80%, var(--neon-blue));
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--neon-cyan) 25%, transparent);
  color: var(--md-on-surface);
}

.wizard-step-indicator.is-active .wizard-step-label,
.wizard-step-indicator.is-complete .wizard-step-label {
  color: var(--md-on-surface);
}

.wizard-step-indicator.is-complete .wizard-step-badge {
  background: linear-gradient(120deg, rgba(79, 125, 255, 0.85), rgba(180, 255, 57, 0.85));
  border-color: transparent;
  color: #041a0a;
}

.wizard-question-media img,
.result-image {
  width: 100%;
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--md-outline) 70%, transparent);
  display: block;
}

.wizard-question-help {
  color: var(--text-muted);
}

.options-grid {
  display: grid;
  gap: 12px;
}

.option-button {
  border: 1px solid color-mix(in srgb, var(--md-outline) 70%, transparent);
  border-radius: 14px;
  padding: 12px 14px;
  background: color-mix(in srgb, var(--md-surface) 90%, #070a14);
  font-size: var(--md-body-medium);
  line-height: var(--md-body-medium-line-height);
  text-align: left;
  cursor: pointer;
  color: var(--md-on-surface);
  transition: border 0.2s cubic-bezier(0.2, 0, 0, 1),
    box-shadow 0.2s cubic-bezier(0.2, 0, 0, 1),
    transform 0.2s cubic-bezier(0.2, 0, 0, 1);
}

.option-button:hover {
  transform: translateY(-1px);
  border-color: color-mix(in srgb, var(--neon-cyan) 80%, var(--neon-blue));
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.2),
    0 0 0 1px color-mix(in srgb, var(--neon-cyan) 45%, transparent);
}

.option-button.active {
  border-color: color-mix(in srgb, var(--neon-cyan) 80%, var(--neon-blue));
  box-shadow: 0 0 0 2px rgba(6, 10, 26, 0.92),
    0 0 0 4px color-mix(in srgb, var(--neon-cyan) 65%, var(--neon-lime)),
    var(--md-focus-ring);
}

.option-button:focus-visible {
  outline: none;
  border-color: color-mix(in srgb, var(--neon-cyan) 85%, var(--neon-blue));
  box-shadow: 0 0 0 2px rgba(6, 10, 26, 0.92),
    0 0 0 4px color-mix(in srgb, var(--neon-cyan) 65%, var(--neon-lime)),
    var(--md-focus-ring);
  transform: translateY(-1px);
}

.result-card {
  background: var(--md-surface-variant);
  border-radius: var(--radius-md);
  padding: 16px;
  border: 1px solid var(--md-outline);
}

.result-card h3 {
  margin: 14px 0 6px;
  font-size: var(--md-title-medium);
}

.result-card p {
  margin: 0;
}

.note {
  margin-top: 12px;
  padding: 12px 14px;
  background: rgba(16, 27, 45, 0.9);
  border-left: 4px solid var(--neon-lime);
  border-radius: 12px;
  color: #bbf7d0;
}

.sample-sites {
  margin-top: 28px;
  padding: 20px;
  border-radius: 18px;
  background: color-mix(in srgb, var(--md-surface-variant) 85%, #0a0e1c);
  border: 1px solid var(--md-outline);
}

.sample-sites h2 {
  margin: 0 0 6px;
  font-size: var(--md-title-large);
  line-height: var(--md-title-large-line-height);
}

.sample-sites p {
  margin: 0;
  color: var(--text-muted);
}

.sample-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px;
  border-radius: var(--radius-md);
  border: 1px solid var(--md-outline);
  background: color-mix(in srgb, var(--md-surface-variant) 85%, #090c18);
  text-decoration: none;
  color: inherit;
  transition: border 0.2s cubic-bezier(0.2, 0, 0, 1),
    box-shadow 0.2s cubic-bezier(0.2, 0, 0, 1),
    transform 0.2s cubic-bezier(0.2, 0, 0, 1);
}

.sample-card:focus-visible,
.sample-card:hover {
  border-color: color-mix(in srgb, var(--neon-cyan) 75%, var(--neon-blue));
  box-shadow: 0 0 0 2px rgba(6, 10, 26, 0.92),
    0 0 0 4px color-mix(in srgb, var(--neon-cyan) 65%, var(--neon-lime)),
    var(--md-focus-ring);
  outline: none;
  transform: translateY(-3px);
}

.sample-card h3 {
  margin: 0;
  font-size: var(--md-title-medium);
  line-height: var(--md-title-medium-line-height);
}

.sample-card span {
  font-size: var(--md-body-small);
  line-height: var(--md-body-small-line-height);
  color: var(--text-muted);
}

.btn-neon-primary:hover,
.btn-neon-ghost:hover,
.btn-neon:hover {
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.25),
    0 0 0 1px color-mix(in srgb, var(--neon-cyan) 55%, transparent),
    0 0 18px rgba(56, 189, 248, 0.25);
}

.btn-neon-primary:focus-visible,
.btn-neon-ghost:focus-visible,
.btn-neon:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(6, 10, 26, 0.92),
    0 0 0 4px color-mix(in srgb, var(--neon-cyan) 65%, var(--neon-lime)),
    var(--md-focus-ring);
}

.sample-cta {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: var(--radius-pill);
  background: linear-gradient(
    120deg,
    color-mix(in srgb, var(--md-primary) 80%, var(--neon-blue)),
    color-mix(in srgb, var(--neon-lime) 80%, var(--md-primary))
  );
  color: var(--md-on-primary);
  text-decoration: none;
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.7rem;
}

@media (prefers-reduced-motion: reduce) {
  .theme-landing::after,
  .motion-card,
  .hero-panel,
  .hero-panel__glow,
  .hero-panel__grid {
    animation: none;
  }

  .motion-card,
  .sample-card,
  .btn-neon {
    transition: none;
  }

  .btn-neon,
  .option-button {
    transition: none;
  }

  .snap-section .section-panel,
  .snap-section .section-frame,
  .snap-section .hero-panel,
  .snap-section .hero-shell .stack-2xl {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }

  html {
    scroll-behavior: auto;
    scroll-snap-type: none;
  }
}

.row .motion-card:nth-of-type(3n + 1) {
  animation-delay: -1.5s;
}

.row .motion-card:nth-of-type(3n + 2) {
  animation-delay: -3s;
}

.row .motion-card:nth-of-type(3n + 3) {
  animation-delay: -4.5s;
}

@keyframes float-card {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes pulse-glow {
  0%,
  100% {
    opacity: 0.6;
    transform: scale(1);
  }
  50% {
    opacity: 0.95;
    transform: scale(1.08);
  }
}

@keyframes grid-drift {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, 12px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes aurora-drift {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    transform: translate3d(-4%, 2%, 0) rotate(6deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
}

@media (max-width: 720px) {
  .hero-panel {
    min-height: 220px;
  }
}

@media (max-width: 768px) {
  .theme-landing .hero-panel {
    min-height: 200px;
  }

  .theme-landing .hero-title {
    font-size: clamp(2.2rem, 6vw, 3.2rem);
    letter-spacing: 0.05em;
  }

  .theme-landing .row.g-4 {
    row-gap: 2rem;
  }

  .theme-landing .glass-card.p-4,
  .theme-landing .highlight-card.p-4 {
    padding: 1rem !important;
  }

}

.section-rail {
  position: fixed;
  left: clamp(0.75rem, 2vw, 1.4rem);
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.65rem;
  align-items: center;
  z-index: 45;
  padding: 0.75rem 0.9rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--md-surface) 85%, #060a18);
  border: 1px solid var(--md-outline);
  box-shadow: var(--md-elevation-3);
  backdrop-filter: blur(12px);
  --rail-progress: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s cubic-bezier(0.2, 0, 0, 1);
}

.section-rail::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--md-accent-overlay);
  opacity: 0.25;
  pointer-events: none;
}

.section-rail.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.section-rail > * {
  position: relative;
  z-index: 1;
}

.section-rail__track {
  position: relative;
  width: 3px;
  height: 100%;
  border-radius: 999px;
  background: color-mix(in srgb, var(--md-outline) 60%, transparent);
  overflow: hidden;
}

.section-rail__progress-bar {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    180deg,
    var(--md-primary),
    var(--md-secondary),
    var(--neon-lime)
  );
  transform: scaleY(var(--rail-progress));
  transform-origin: top;
  transition: transform 0.2s cubic-bezier(0.2, 0, 0, 1);
}

.section-rail__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.section-rail__link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: color-mix(in srgb, var(--md-on-surface) 65%, transparent);
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.2, 0, 0, 1);
}

.section-rail__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--md-outline) 90%, transparent);
  background: color-mix(in srgb, var(--md-surface-variant) 85%, #0f172a);
  box-shadow: 0 0 12px color-mix(in srgb, var(--md-primary) 25%, transparent);
  transition: transform 0.2s cubic-bezier(0.2, 0, 0, 1),
    border-color 0.2s cubic-bezier(0.2, 0, 0, 1),
    box-shadow 0.2s cubic-bezier(0.2, 0, 0, 1),
    background 0.2s cubic-bezier(0.2, 0, 0, 1);
}

.section-rail__link:hover {
  color: color-mix(in srgb, var(--neon-cyan) 85%, var(--md-on-surface));
}

.section-rail__link.is-active {
  color: var(--md-on-surface);
}

.section-rail__link.is-active .section-rail__dot {
  border-color: color-mix(in srgb, var(--md-primary) 90%, transparent);
  background: radial-gradient(circle, #fff 10%, var(--md-primary) 65%);
  box-shadow: 0 0 12px color-mix(in srgb, var(--md-primary) 55%, transparent);
  transform: scale(1.1);
}

.section-rail__link:focus-visible {
  outline: none;
  border-radius: 999px;
  box-shadow: 0 0 0 2px rgba(6, 10, 26, 0.92),
    0 0 0 4px color-mix(in srgb, var(--neon-cyan) 65%, var(--neon-lime)),
    var(--md-focus-ring);
}

@media (max-width: 992px) {
  .section-rail {
    display: none;
  }
}

.md-grid {
  --md-grid-columns: 12;
  --md-grid-gutter: var(--space-lg);
  display: grid;
  grid-template-columns: repeat(var(--md-grid-columns), minmax(0, 1fr));
  gap: var(--md-grid-gutter);
  width: 100%;
}

.md-grid--compact {
  --md-grid-gutter: var(--space-md);
}

.md-grid--roomy {
  --md-grid-gutter: var(--space-xl);
}

.md-grid--flush {
  --md-grid-gutter: 0;
}

.md-col-span-1 {
  grid-column: span 1;
}

.md-col-span-2 {
  grid-column: span 2;
}

.md-col-span-3 {
  grid-column: span 3;
}

.md-col-span-4 {
  grid-column: span 4;
}

.md-col-span-5 {
  grid-column: span 5;
}

.md-col-span-6 {
  grid-column: span 6;
}

.md-col-span-7 {
  grid-column: span 7;
}

.md-col-span-8 {
  grid-column: span 8;
}

.md-col-span-9 {
  grid-column: span 9;
}

.md-col-span-10 {
  grid-column: span 10;
}

.md-col-span-11 {
  grid-column: span 11;
}

.md-col-span-12 {
  grid-column: span 12;
}

@media (max-width: 960px) {
  .md-grid {
    --md-grid-columns: 6;
  }

  .md-col-span-md-1 {
    grid-column: span 1;
  }

  .md-col-span-md-2 {
    grid-column: span 2;
  }

  .md-col-span-md-3 {
    grid-column: span 3;
  }

  .md-col-span-md-4 {
    grid-column: span 4;
  }

  .md-col-span-md-5 {
    grid-column: span 5;
  }

  .md-col-span-md-6 {
    grid-column: span 6;
  }

  .md-col-span-md-7 {
    grid-column: span 7;
  }

  .md-col-span-md-8 {
    grid-column: span 8;
  }
}

@media (max-width: 640px) {
  .md-grid {
    --md-grid-columns: 4;
  }

  .md-col-span-sm-1 {
    grid-column: span 1;
  }

  .md-col-span-sm-2 {
    grid-column: span 2;
  }

  .md-col-span-sm-3 {
    grid-column: span 3;
  }

  .md-col-span-sm-4 {
    grid-column: span 4;
  }
}

.section-wrap {
  padding-block: clamp(var(--space-xl), 6vw, calc(var(--space-2xl) * 2));
  padding-inline: clamp(var(--space-lg), 4vw, var(--space-2xl));
  width: 100%;
}

.section-wrap--tight {
  padding-block: var(--space-xl);
}

.section-wrap--roomy {
  padding-block: calc(var(--space-2xl) * 2);
}

.section-shell {
  width: 100%;
  max-width: 75rem;
  margin-inline: auto;
}

.section-shell--wide {
  max-width: 80rem;
}

.section-shell--narrow {
  max-width: 64rem;
}

.surface {
  background: var(--md-surface);
  color: var(--md-on-surface);
}

.surface-variant {
  background: var(--md-surface-variant);
  color: var(--md-on-surface);
}

.surface-container {
  background: color-mix(in srgb, var(--md-surface) 88%, #0a0f1f);
  color: var(--md-on-surface);
  border: 1px solid color-mix(in srgb, var(--md-surface-variant) 70%, transparent);
}

.surface-container-low {
  background: color-mix(in srgb, var(--md-surface) 94%, #0a0f1f);
  color: var(--md-on-surface);
}

.surface-container-lowest {
  background: color-mix(in srgb, var(--md-surface) 97%, #080d1a);
  color: var(--md-on-surface);
}

.surface-container-high {
  background: color-mix(in srgb, var(--md-surface-variant) 85%, #0b1020);
  color: var(--md-on-surface);
}

.surface-container-highest {
  background: color-mix(in srgb, var(--md-surface-variant) 78%, #0c1224);
  color: var(--md-on-surface);
}

.elevation-0 {
  box-shadow: none;
}

.elevation-1 {
  box-shadow: var(--md-elevation-1);
}

.elevation-2 {
  box-shadow: var(--md-elevation-2);
}

.elevation-3 {
  box-shadow: var(--md-elevation-3);
}

.elevation-4 {
  box-shadow: var(--md-elevation-4);
}

.elevation-5 {
  box-shadow: var(--md-elevation-5);
}


.hero-relaunch {
  position: relative;
}

.hero-relaunch::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(34, 211, 238, 0.08), rgba(217, 70, 239, 0.08), rgba(250, 204, 21, 0.08));
  pointer-events: none;
}

.hero-kicker {
  letter-spacing: 0.18em;
}

.neon-chip {
  border-color: color-mix(in srgb, var(--neon-cyan) 55%, #ffffff 45%) !important;
  background: color-mix(in srgb, #0b1020 82%, var(--neon-magenta) 18%) !important;
}

.hero-stat-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 10px 28px rgba(11, 16, 32, 0.35);
}

.hero-visual-shell {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(160deg, rgba(10, 16, 36, 0.9), rgba(10, 18, 34, 0.76));
  box-shadow: 0 20px 44px rgba(2, 6, 23, 0.45), 0 0 40px rgba(34, 211, 238, 0.12);
}

.hero-panel-premium {
  border: 1px solid color-mix(in srgb, var(--neon-magenta) 40%, rgba(255, 255, 255, 0.18));
}

.neon-value-stack {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(145deg, rgba(15, 23, 42, 0.88), rgba(17, 24, 39, 0.68));
}

.neon-proof-strip {
  position: relative;
}

.neon-proof-strip::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 6%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(34, 211, 238, 0.65), rgba(217, 70, 239, 0.65), transparent);
}
