@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src:
    url("./fonts/inter-latin.var.woff2") format("woff2");
  unicode-range:
    U+0000-00FF,
    U+0131,
    U+0152-0153,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+0304,
    U+0308,
    U+0329,
    U+2000-206F,
    U+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}

@font-face {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src:
    url("./fonts/exo-2-latin.var.woff2") format("woff2");
  unicode-range:
    U+0000-00FF,
    U+0131,
    U+0152-0153,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+0304,
    U+0308,
    U+0329,
    U+2000-206F,
    U+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}

@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src:
    url("./fonts/jetbrains-mono-latin.var.woff2") format("woff2");
  unicode-range:
    U+0000-00FF,
    U+0131,
    U+0152-0153,
    U+02BB-02BC,
    U+02C6,
    U+02DA,
    U+02DC,
    U+0304,
    U+0308,
    U+0329,
    U+2000-206F,
    U+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}

:root {
  color-scheme: dark;
  --ld-bg: #08081E;
  --ld-bg-soft: #0D0F24;
  --ld-surface: rgba(12, 14, 30, 0.9);
  --ld-surface-strong: rgba(12, 14, 30, 0.96);
  --ld-card: rgba(12, 14, 30, 0.82);
  --ld-card-elevated: rgba(18, 16, 58, 0.92);
  --ld-card-strong: rgba(14, 16, 40, 0.94);
  --ld-border: rgba(30, 42, 69, 0.68);
  --ld-border-strong: rgba(79, 209, 255, 0.28);
  --ld-text: #E2E8F4;
  --ld-text-secondary: #9AB0C8;
  --ld-text-muted: #5F7A9A;
  --ld-primary: #4FD1FF;
  --ld-secondary: #7B6BF5;
  --ld-accent: #F5D623;
  --ld-success: #00D4AA;
  --ld-warning: #F5D623;
  --ld-shadow: 0 28px 80px rgba(3, 5, 14, 0.48);
  --ld-shadow-soft: 0 18px 40px rgba(3, 5, 14, 0.24);
  --ld-radius-xl: 30px;
  --ld-radius-lg: 24px;
  --ld-radius-md: 18px;
  --ld-radius-sm: 14px;
  --ld-font-display: 'Exo 2', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  --ld-font-body: "Inter", "Inter Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --ld-font-mono: "JetBrains Mono", "Cascadia Code", "SFMono-Regular", Consolas, monospace;
  --ld-font-brand: 'Exo 2', 'Inter', sans-serif;
  --ld-weight-display-strong: 700;
  --ld-weight-display: 600;
  --ld-track-display-tight: -0.045em;
  --ld-track-display: -0.038em;
  --ld-track-display-soft: -0.03em;
  --ld-danger: #FF4D6D;
  --ld-lavender: #C8B0E8;
  --ld-void: #12103A;
  --ease-enter: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-exit: cubic-bezier(0.4, 0, 1, 1);
  --ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
  --ease-standard: cubic-bezier(0.25, 0.1, 0.25, 1);
}

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

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ld-text);
  background:
    radial-gradient(circle at top left, rgba(79, 209, 255, 0.16), transparent 32%),
    radial-gradient(circle at top right, rgba(123, 107, 245, 0.16), transparent 28%),
    radial-gradient(circle at 50% 120%, rgba(245, 214, 35, 0.1), transparent 32%),
    linear-gradient(180deg, #06061A 0%, #08081E 38%, #0D0F24 100%);
  font-family: var(--ld-font-body);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  position: relative;
}

.site-homepage {
  overflow-x: clip;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(79, 209, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(79, 209, 255, 0.05) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.58), transparent 88%);
}

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

.skip-link {
  position: fixed;
  left: 16px;
  top: 14px;
  z-index: 80;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(79, 209, 255, 0.22);
  background: rgba(5, 7, 18, 0.96);
  color: var(--ld-text);
  box-shadow: var(--ld-shadow-soft);
  transform: translateY(-160%);
  opacity: 0;
  transition:
    transform 160ms var(--ease-enter),
    opacity 160ms var(--ease-enter);
}

.skip-link:focus,
.skip-link:focus-visible {
  transform: translateY(0);
  opacity: 1;
  outline: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(18px);
  background: rgba(5, 7, 18, 0.78);
  border-bottom: 1px solid rgba(79, 209, 255, 0.12);
}

.site-nav__inner,
.site-footer__inner,
.site-main,
.policy-shell,
.site-band__inner {
  width: min(1180px, calc(100vw - 32px));
  margin: 0 auto;
}

.site-nav__inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.site-nav__logo {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
}

.site-nav__logo-mark {
  font-family: var(--ld-font-mono);
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--ld-primary);
}

.site-nav__logo-text {
  font-family: var(--ld-font-display);
  font-size: 24px;
  font-weight: var(--ld-weight-display-strong);
  letter-spacing: var(--ld-track-display);
}

.site-nav__links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  color: var(--ld-text-secondary);
  font-size: 14px;
  font-weight: 600;
}

.site-nav__links a {
  position: relative;
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 999px;
  transition:
    color 140ms var(--ease-enter),
    transform 140ms var(--ease-enter),
    border-color 140ms var(--ease-enter),
    background 140ms var(--ease-enter),
    box-shadow 140ms var(--ease-enter);
}

.site-nav__links a:hover,
.site-nav__links a:focus-visible,
.site-nav__links a.site-link--active {
  color: var(--ld-text);
  transform: translateY(-1px);
}

.site-nav__links a::before,
.site-nav__links a::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: inherit;
  opacity: 0;
  transition:
    opacity 160ms var(--ease-enter),
    transform 180ms var(--ease-enter);
}

.site-nav__links a::before {
  inset: 0;
  border: 1px solid rgba(79, 209, 255, 0.12);
  background: linear-gradient(135deg, rgba(79, 209, 255, 0.1), rgba(123, 107, 245, 0.08));
  transform: scale(0.86);
}

.site-nav__links a::after {
  left: 14px;
  right: 14px;
  bottom: 7px;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(79, 209, 255, 0), rgba(79, 209, 255, 0.95), rgba(123, 107, 245, 0.16), rgba(123, 107, 245, 0));
  box-shadow: 0 0 14px rgba(79, 209, 255, 0.28);
  transform: scaleX(0.22);
}

.site-nav__links a:hover::before,
.site-nav__links a:focus-visible::before,
.site-nav__links a.site-link--active::before {
  opacity: 1;
  transform: scale(1);
}

.site-nav__links a:hover::after,
.site-nav__links a:focus-visible::after,
.site-nav__links a.site-link--active::after {
  opacity: 1;
  transform: scaleX(1);
}

.site-nav__links a.site-link--active {
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    0 12px 24px rgba(4, 10, 20, 0.18);
}

.site-nav__links a:focus-visible {
  outline: none;
}

.site-shell {
  padding-bottom: 48px;
}

.site-main {
  padding: 36px 0 0;
}

.site-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 6vw, 72px);
  border: 1px solid var(--ld-border-strong);
  border-radius: var(--ld-radius-xl);
  background:
    linear-gradient(135deg, rgba(8, 16, 31, 0.98), rgba(11, 22, 43, 0.88)),
    radial-gradient(circle at top left, rgba(79, 209, 255, 0.14), transparent 44%);
  box-shadow: var(--ld-shadow);
}

.site-hero::after {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(79, 209, 255, 0.08);
  border-radius: calc(var(--ld-radius-xl) - 10px);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.9fr);
  gap: clamp(20px, 4vw, 42px);
}

.hero-badge,
.site-kicker,
.policy-kicker,
.metric-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-left: 18px;
  font-family: var(--ld-font-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ld-primary);
}

.hero-badge::before,
.site-kicker::before,
.policy-kicker::before,
.metric-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(201, 251, 255, 1) 0%, rgba(79, 209, 255, 0.92) 42%, rgba(79, 209, 255, 0) 76%);
  transform: translateY(-50%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08),
    0 0 18px rgba(79, 209, 255, 0.28);
}

.hero-badge::after,
.site-kicker::after,
.policy-kicker::after,
.metric-label::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  width: 72px;
  height: 1px;
  background: linear-gradient(90deg, rgba(79, 209, 255, 0.86), rgba(123, 107, 245, 0));
  opacity: 0.48;
  transform: translateY(-50%) scaleX(0.82);
  transform-origin: left;
}

.hero-title,
.site-band__title,
.policy-title {
  margin: 18px 0 0;
  font-family: var(--ld-font-display);
  font-weight: var(--ld-weight-display-strong);
  letter-spacing: var(--ld-track-display-tight);
  line-height: 0.98;
}

.hero-title {
  font-size: clamp(44px, 8vw, 86px);
  max-width: 10ch;
}

.hero-title span {
  display: block;
  background: linear-gradient(120deg, var(--ld-primary), #B8E8FF 46%, var(--ld-accent));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-subtitle,
.site-lead,
.policy-summary {
  color: var(--ld-text-secondary);
  font-size: 18px;
}

.hero-subtitle {
  max-width: 660px;
  margin: 22px 0 0;
}

.hero-actions,
.site-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
  position: relative;
  isolation: isolate;
}

.hero-actions > *,
.site-actions > *,
.featured-product__actions > * {
  position: relative;
  z-index: 3;
}

.hero-actions::before,
.hero-actions::after,
.featured-product__actions::before,
.featured-product__actions::after {
  content: "";
  position: absolute;
  left: var(--interest-host-x, 84px);
  top: var(--interest-host-y, 24px);
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}

.hero-actions::before,
.featured-product__actions::before {
  height: 84px;
  width: 320px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, transparent 0%, rgba(123, 107, 245, 0.22) 18%, rgba(0, 212, 170, 0.54) 38%, rgba(255, 255, 255, 1) 50%, rgba(79, 209, 255, 0.5) 62%, rgba(123, 107, 245, 0.18) 82%, transparent 100%);
  filter: blur(12px);
  transform: translate(-50%, -50%) scaleX(0.24) scaleY(0.42) rotate(-8deg);
  box-shadow: 0 0 48px rgba(79, 209, 255, 0.18);
}

.hero-actions::after,
.featured-product__actions::after {
  width: 240px;
  height: 240px;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.78) 0%, rgba(0, 212, 170, 0.54) 18%, rgba(79, 209, 255, 0.34) 38%, rgba(123, 107, 245, 0.18) 56%, transparent 76%);
  filter: blur(16px);
  transform: translate(-50%, -50%) scale(0.22);
  box-shadow:
    0 0 60px rgba(79, 209, 255, 0.24),
    0 0 90px rgba(123, 107, 245, 0.16);
}

.featured-product__actions::before {
  width: 280px;
  height: 76px;
  filter: blur(11px);
}

.featured-product__actions::after {
  width: 214px;
  height: 214px;
  filter: blur(15px);
}

.hero-actions.is-firing::before,
.featured-product__actions.is-firing::before {
  animation: reconInterestHostBeam 620ms cubic-bezier(0.12, 0.88, 0.22, 1);
}

.hero-actions.is-firing::after,
.featured-product__actions.is-firing::after {
  animation: reconInterestHostFlash 820ms cubic-bezier(0.16, 0.86, 0.16, 1);
}

.hero-actions.is-firing-echo::before,
.featured-product__actions.is-firing-echo::before {
  animation: reconInterestHostEchoBeam 320ms ease-out;
}

.hero-actions.is-firing-echo::after,
.featured-product__actions.is-firing-echo::after {
  animation: reconInterestHostEchoFlash 360ms ease-out;
}

.site-button,
.site-link-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition:
    transform 140ms var(--ease-enter),
    border-color 140ms var(--ease-enter),
    background 140ms var(--ease-enter),
    color 140ms var(--ease-enter),
    box-shadow 140ms var(--ease-enter);
}

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

.site-button--primary,
.site-link-button--primary {
  color: #06061A;
  background: linear-gradient(135deg, var(--ld-primary) 0%, var(--ld-accent) 100%);
  box-shadow: 0 14px 28px rgba(79, 209, 255, 0.18);
}

.site-button--ghost,
.site-link-button--ghost {
  background: rgba(79, 209, 255, 0.08);
  border-color: rgba(79, 209, 255, 0.16);
  color: var(--ld-text);
}

.site-button:focus-visible,
.site-link-button:focus-visible {
  outline: 2px solid var(--ld-primary);
  outline-offset: 3px;
  box-shadow: 0 0 0 4px rgba(79, 209, 255, 0.16);
}

.site-pill--link:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12),
    0 0 0 4px rgba(79, 209, 255, 0.18);
}

.site-homepage .site-button:not(.recon-interest-button),
.site-homepage .site-link-button:not(.recon-interest-button) {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  will-change: transform, box-shadow, background-position;
}

.site-homepage .site-button:not(.recon-interest-button)::before,
.site-homepage .site-link-button:not(.recon-interest-button)::before,
.site-homepage .site-button:not(.recon-interest-button)::after,
.site-homepage .site-link-button:not(.recon-interest-button)::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
}

.site-homepage .site-button:not(.recon-interest-button)::before,
.site-homepage .site-link-button:not(.recon-interest-button)::before {
  inset: -1px;
  opacity: 0;
  transform: translateX(-120%) skewX(-22deg);
  transition:
    opacity 180ms var(--ease-enter),
    transform 620ms cubic-bezier(0.16, 0.88, 0.16, 1);
}

.site-homepage .site-button:not(.recon-interest-button)::after,
.site-homepage .site-link-button:not(.recon-interest-button)::after {
  inset: auto 16px 7px;
  height: 1px;
  opacity: 0;
  transform: scaleX(0.2);
  transform-origin: center;
  transition:
    opacity 180ms var(--ease-enter),
    transform 220ms var(--ease-enter);
}

.site-homepage .site-button--primary:not(.recon-interest-button),
.site-homepage .site-link-button--primary:not(.recon-interest-button) {
  background-size: 150% 150%;
  background-position: 0% 50%;
  box-shadow:
    0 14px 28px rgba(79, 209, 255, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.02);
}

.site-homepage .site-button--primary:not(.recon-interest-button)::before,
.site-homepage .site-link-button--primary:not(.recon-interest-button)::before {
  background:
    linear-gradient(112deg, transparent 12%, rgba(255, 255, 255, 0.18) 34%, rgba(255, 255, 255, 0.82) 50%, rgba(255, 255, 255, 0.12) 66%, transparent 88%);
  mix-blend-mode: screen;
}

.site-homepage .site-button--primary:not(.recon-interest-button)::after,
.site-homepage .site-link-button--primary:not(.recon-interest-button)::after {
  background: linear-gradient(90deg, rgba(245, 214, 35, 0), rgba(245, 214, 35, 0.84), rgba(79, 209, 255, 0));
  box-shadow: 0 0 18px rgba(245, 214, 35, 0.24);
}

.site-homepage .site-button--ghost:not(.recon-interest-button),
.site-homepage .site-link-button--ghost:not(.recon-interest-button) {
  background:
    linear-gradient(135deg, rgba(79, 209, 255, 0.08), rgba(123, 107, 245, 0.05));
  backdrop-filter: blur(10px);
}

.site-homepage .site-button--ghost:not(.recon-interest-button)::before,
.site-homepage .site-link-button--ghost:not(.recon-interest-button)::before {
  inset: -16px;
  background:
    radial-gradient(circle at 18% 50%, rgba(79, 209, 255, 0.24), transparent 40%),
    radial-gradient(circle at 84% 50%, rgba(123, 107, 245, 0.18), transparent 38%);
  opacity: 0;
  transform: scale(0.82);
  transition:
    opacity 180ms var(--ease-enter),
    transform 240ms var(--ease-enter);
}

.site-homepage .site-button--ghost:not(.recon-interest-button)::after,
.site-homepage .site-link-button--ghost:not(.recon-interest-button)::after {
  background: linear-gradient(90deg, rgba(79, 209, 255, 0), rgba(79, 209, 255, 0.72), rgba(123, 107, 245, 0));
  box-shadow: 0 0 16px rgba(79, 209, 255, 0.2);
}

.site-homepage .site-button:not(.recon-interest-button):hover,
.site-homepage .site-link-button:not(.recon-interest-button):hover {
  transform: translateY(-2px);
}

.site-homepage .site-button--primary:not(.recon-interest-button):hover,
.site-homepage .site-link-button--primary:not(.recon-interest-button):hover {
  background-position: 100% 50%;
  box-shadow:
    0 18px 34px rgba(79, 209, 255, 0.24),
    0 0 0 1px rgba(255, 255, 255, 0.08);
}

.site-homepage .site-button--primary:not(.recon-interest-button):hover::before,
.site-homepage .site-link-button--primary:not(.recon-interest-button):hover::before {
  opacity: 0.96;
  transform: translateX(118%) skewX(-22deg);
}

.site-homepage .site-button--primary:not(.recon-interest-button):hover::after,
.site-homepage .site-link-button--primary:not(.recon-interest-button):hover::after,
.site-homepage .site-button--primary:not(.recon-interest-button):focus-visible::after,
.site-homepage .site-link-button--primary:not(.recon-interest-button):focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.site-homepage .site-button--ghost:not(.recon-interest-button):hover,
.site-homepage .site-link-button--ghost:not(.recon-interest-button):hover,
.site-homepage .site-button--ghost:not(.recon-interest-button):focus-visible,
.site-homepage .site-link-button--ghost:not(.recon-interest-button):focus-visible {
  border-color: rgba(79, 209, 255, 0.28);
  background:
    linear-gradient(135deg, rgba(79, 209, 255, 0.12), rgba(123, 107, 245, 0.08));
  box-shadow:
    0 14px 28px rgba(5, 8, 22, 0.24),
    inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.site-homepage .site-button--ghost:not(.recon-interest-button):hover::before,
.site-homepage .site-link-button--ghost:not(.recon-interest-button):hover::before,
.site-homepage .site-button--ghost:not(.recon-interest-button):focus-visible::before,
.site-homepage .site-link-button--ghost:not(.recon-interest-button):focus-visible::before {
  opacity: 1;
  transform: scale(1);
}

.site-homepage .site-button--ghost:not(.recon-interest-button):hover::after,
.site-homepage .site-link-button--ghost:not(.recon-interest-button):hover::after,
.site-homepage .site-button--ghost:not(.recon-interest-button):focus-visible::after,
.site-homepage .site-link-button--ghost:not(.recon-interest-button):focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.hero-panel {
  display: grid;
  gap: 16px;
  align-content: start;
}

.hero-metrics,
.site-panel,
.policy-card,
.site-card,
.site-band,
.product-card,
.policy-note {
  position: relative;
  overflow: hidden;
  border-radius: var(--ld-radius-lg);
  border: 1px solid var(--ld-border);
  background: linear-gradient(180deg, rgba(12, 14, 30, 0.82), rgba(10, 12, 28, 0.96));
  box-shadow: var(--ld-shadow-soft);
  backdrop-filter: blur(20px) saturate(1.15);
  -webkit-backdrop-filter: blur(20px) saturate(1.15);
}

.hero-metrics,
.site-panel,
.site-card,
.product-card,
.policy-card,
.policy-note {
  padding: 20px;
}

.hero-metrics::before,
.site-panel::before,
.site-card::before,
.product-card::before,
.policy-card::before,
.policy-note::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(140deg, rgba(79, 209, 255, 0.05), transparent 36%);
}

.hero-metrics::after,
.site-panel::after,
.site-card::after,
.product-card::after,
.policy-card::after,
.policy-note::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(100, 140, 255, 0.08);
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.metric-value {
  margin-top: 12px;
  font-family: var(--ld-font-display);
  font-size: 30px;
  font-weight: var(--ld-weight-display-strong);
  letter-spacing: var(--ld-track-display-tight);
}

.metric-copy,
.site-copy,
.policy-copy,
.site-small {
  color: var(--ld-text-secondary);
}

.metric-copy,
.site-small {
  font-size: 14px;
}

.hero-status-list,
.policy-list,
.site-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.hero-status-list li,
.policy-list li,
.site-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
}

.site-dot {
  width: 10px;
  height: 10px;
  margin-top: 8px;
  border-radius: 999px;
  background: var(--ld-primary);
  box-shadow: 0 0 0 6px rgba(79, 209, 255, 0.12);
}

.site-section {
  margin-top: 28px;
}

.section-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
  align-items: end;
  margin-bottom: 18px;
}

.section-title {
  margin: 10px 0 0;
  position: relative;
  display: inline-block;
  padding-bottom: 16px;
  font-family: var(--ld-font-display);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: var(--ld-weight-display-strong);
  letter-spacing: var(--ld-track-display);
}

.section-title::before,
.site-band__title::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 6px;
  width: min(180px, 56%);
  height: 42%;
  background: linear-gradient(110deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.64), rgba(255, 255, 255, 0));
  opacity: 0;
  transform: translateX(-42%) skewX(-22deg);
  filter: blur(0.4px);
  pointer-events: none;
}

.section-title::after,
.site-band__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(220px, 100%);
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(79, 209, 255, 0.96), rgba(123, 107, 245, 0.58), rgba(123, 107, 245, 0));
  box-shadow:
    0 0 16px rgba(79, 209, 255, 0.24),
    0 0 24px rgba(123, 107, 245, 0.1);
  opacity: 0.42;
  transform: scaleX(0.18);
  transform-origin: left;
}

.section-summary {
  max-width: 720px;
  color: var(--ld-text-secondary);
  font-size: 16px;
}

.site-section.is-visible .site-kicker::after,
.site-band.is-visible .site-kicker::after {
  animation: sectionKickerBeam 720ms cubic-bezier(0.16, 0.88, 0.16, 1) both;
}

.site-section.is-visible .section-title::before,
.site-band.is-visible .site-band__title::before {
  animation: sectionTitleSweep 860ms cubic-bezier(0.16, 0.88, 0.16, 1) 80ms both;
}

.site-section.is-visible .section-title::after,
.site-band.is-visible .site-band__title::after {
  animation: sectionTitleUnderline 620ms cubic-bezier(0.16, 0.88, 0.16, 1) both;
}

.product-grid,
.site-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-card {
  display: grid;
  gap: 16px;
}

.product-card__header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
}

.product-mark {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  border: 1px solid rgba(79, 209, 255, 0.22);
  background: linear-gradient(160deg, rgba(79, 209, 255, 0.15), rgba(123, 107, 245, 0.1));
  font-family: var(--ld-font-mono);
  font-size: 16px;
  font-weight: 700;
  color: var(--ld-primary);
}

.product-card__title {
  margin: 0;
  font-size: 24px;
  font-weight: var(--ld-weight-display);
  letter-spacing: var(--ld-track-display-soft);
}

.product-card__subtitle {
  margin-top: 4px;
  color: var(--ld-text-secondary);
  font-size: 14px;
}

.product-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  font-family: var(--ld-font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border: 1px solid transparent;
  white-space: nowrap;
}

.product-status--live {
  background: rgba(0, 212, 170, 0.12);
  border-color: rgba(0, 212, 170, 0.26);
  color: var(--ld-success);
}

.product-status--active {
  background: rgba(79, 209, 255, 0.12);
  border-color: rgba(79, 209, 255, 0.26);
  color: var(--ld-primary);
}

.product-status--planned {
  background: rgba(255, 211, 111, 0.12);
  border-color: rgba(255, 211, 111, 0.24);
  color: var(--ld-warning);
}

.product-card__copy {
  font-size: 14px;
  color: var(--ld-text-secondary);
}

.product-card__list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-card__list li {
  position: relative;
  padding-left: 18px;
  color: var(--ld-text-secondary);
  font-size: 14px;
}

.product-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.8;
}

.product-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

.product-grid--home {
  align-items: start;
}

.utility-strip {
  display: grid;
  gap: 16px;
  align-content: center;
  border-color: rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(8, 10, 24, 0.88), rgba(7, 8, 20, 0.94)),
    radial-gradient(circle at top right, rgba(79, 209, 255, 0.08), transparent 42%);
}

.utility-strip__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.utility-strip__body {
  display: grid;
  gap: 8px;
}

.utility-strip__title {
  margin: 0;
  font-size: 22px;
  font-weight: var(--ld-weight-display);
  letter-spacing: var(--ld-track-display-soft);
}

.utility-strip__copy {
  margin: 0;
  color: var(--ld-text-secondary);
  font-size: 14px;
}

.utility-strip__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

.utility-strip__actions .site-link-button {
  min-width: 168px;
}

.site-panel__title,
.policy-section__title {
  margin: 0;
  font-size: 22px;
  font-weight: var(--ld-weight-display);
  letter-spacing: var(--ld-track-display-soft);
}

.site-panel__copy,
.policy-section__copy,
.policy-card p {
  margin-top: 12px;
  color: var(--ld-text-secondary);
}

.site-band {
  margin-top: 28px;
  padding: 24px;
}

.site-band__inner {
  display: grid;
  gap: 16px;
}

.site-band__title {
  font-size: clamp(26px, 4vw, 38px);
}

.policy-shell {
  padding: 34px 0 60px;
}

.policy-card {
  padding: clamp(24px, 5vw, 42px);
}

.policy-header {
  display: grid;
  gap: 14px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(79, 209, 255, 0.12);
}

.policy-title {
  font-size: clamp(32px, 6vw, 54px);
}

.policy-summary {
  max-width: 760px;
}

.policy-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: var(--ld-text-muted);
  font-size: 13px;
}

.policy-sections {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.policy-section {
  border: 1px solid rgba(79, 209, 255, 0.08);
  border-radius: var(--ld-radius-md);
  background: rgba(6, 14, 27, 0.34);
  padding: 20px;
}

.policy-section__title {
  font-size: 20px;
}

.policy-section__copy {
  font-size: 15px;
}

.policy-note {
  margin-top: 20px;
}

.policy-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid rgba(79, 209, 255, 0.12);
  color: var(--ld-text-muted);
  font-size: 14px;
}

.policy-footer__links,
.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

.policy-footer__links a,
.site-footer__links a {
  color: var(--ld-text-secondary);
}

.site-footer {
  padding: 26px 0 44px;
}

.site-footer__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  color: var(--ld-text-muted);
  font-size: 14px;
}

.site-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.site-pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(79, 209, 255, 0.14);
  background: rgba(79, 209, 255, 0.08);
  color: var(--ld-text);
  font-size: 13px;
  font-weight: 600;
}

.site-link-inline {
  color: var(--ld-primary);
}

.site-link-inline:hover {
  color: #d2fbff;
}

.site-homepage .site-hero {
  isolation: isolate;
}

.site-homepage main [id] {
  scroll-margin-top: 108px;
}

.site-homepage .site-hero::before {
  content: "";
  position: absolute;
  inset: -12% auto auto -8%;
  width: 52%;
  height: 72%;
  border-radius: 999px;
  background:
    radial-gradient(circle at center, rgba(79, 209, 255, 0.32), transparent 58%);
  filter: blur(18px);
  opacity: 0.9;
  animation: heroGlowDrift 16s ease-in-out infinite alternate;
  pointer-events: none;
  z-index: 0;
}

.site-homepage .hero-grid {
  align-items: stretch;
}

.site-homepage .hero-panel {
  height: 100%;
}

.hero-intro {
  display: grid;
  align-content: start;
}

.hero-inline-proof {
  margin-top: 14px;
}

.hero-command-deck {
  display: grid;
  gap: 14px;
}

.hero-command-card {
  position: relative;
  display: grid;
  gap: 14px;
  padding: 22px;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(79, 209, 255, 0.14);
  background: var(--ld-card-elevated);
  box-shadow:
    0 18px 36px rgba(4, 10, 20, 0.26),
    inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.hero-command-card::before,
.hero-command-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero-command-card::before {
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(79, 209, 255, 0.12), transparent 32%),
    linear-gradient(120deg, rgba(79, 209, 255, 0.06), transparent 34%, rgba(123, 107, 245, 0.08) 72%, transparent 100%);
}

.hero-command-card::after {
  left: -22%;
  top: 0;
  width: 40%;
  height: 1px;
  background: linear-gradient(90deg, rgba(79, 209, 255, 0), rgba(79, 209, 255, 0.9), rgba(255, 255, 255, 0.12), rgba(79, 209, 255, 0));
  box-shadow: 0 0 20px rgba(79, 209, 255, 0.3);
  animation: heroCommandSweep 7.2s ease-in-out infinite;
}

.hero-command-card--primary {
  border-color: rgba(123, 107, 245, 0.24);
  background:
    linear-gradient(180deg, rgba(17, 24, 46, 0.98), rgba(8, 15, 31, 0.99));
  box-shadow:
    0 22px 42px rgba(5, 10, 22, 0.34),
    0 0 0 1px rgba(123, 107, 245, 0.08),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.hero-command-card__eyebrow {
  font-family: var(--ld-font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ld-primary);
}

.hero-command-card__head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
}

.hero-command-card__title {
  margin: 0;
  font-family: var(--ld-font-display);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: var(--ld-weight-display-strong);
  line-height: 0.98;
  letter-spacing: var(--ld-track-display);
  max-width: 11ch;
}

.hero-command-card__copy {
  margin: 0;
  color: var(--ld-text-secondary);
  font-size: 15px;
}

.hero-command-card__steps {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hero-command-card__step {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(79, 209, 255, 0.12);
  background: rgba(79, 209, 255, 0.06);
  color: var(--ld-text-secondary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

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

.hero-signal {
  position: relative;
  min-height: 100%;
  padding: 14px;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(79, 209, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(8, 16, 31, 0.92), rgba(6, 13, 26, 0.98));
}

.hero-signal::before {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(79, 209, 255, 0), rgba(79, 209, 255, 0.86), rgba(123, 107, 245, 0));
  opacity: 0.54;
  animation: heroSignalPulse 4.8s ease-in-out infinite;
}

.hero-signal h3 {
  margin: 10px 0 0;
  font-size: 17px;
  line-height: 1.04;
  font-weight: var(--ld-weight-display);
  letter-spacing: var(--ld-track-display-soft);
}

.hero-signal p {
  margin: 8px 0 0;
  color: var(--ld-text-secondary);
  font-size: 13px;
}

.hero-proof,
.featured-product {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(79, 209, 255, 0.18);
  border-radius: var(--ld-radius-lg);
  background:
    linear-gradient(180deg, rgba(11, 22, 43, 0.92), rgba(7, 15, 29, 0.98));
  box-shadow: var(--ld-shadow-soft);
}

.hero-proof::before,
.featured-product::before,
.site-homepage .product-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-proof::before,
.featured-product::before {
  background:
    linear-gradient(115deg, rgba(79, 209, 255, 0.1), transparent 34%, rgba(123, 107, 245, 0.08) 72%, transparent 100%);
}

.hero-proof {
  display: grid;
  gap: 18px;
  padding: 20px;
  min-height: 100%;
}

.hero-proof__header,
.hero-proof__meta,
.featured-product__meta,
.product-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-proof__eyebrow {
  color: var(--ld-text-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-proof__stack {
  display: grid;
  gap: 14px;
}

.hero-proof__item {
  position: relative;
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(79, 209, 255, 0.1);
  background: rgba(7, 15, 29, 0.66);
  transition:
    transform 180ms var(--ease-enter),
    border-color 180ms var(--ease-enter),
    box-shadow 180ms var(--ease-enter);
}

.hero-proof__item:hover,
.featured-product:hover,
.site-homepage .product-card:hover,
.site-homepage .site-card:hover,
.site-homepage .site-panel:hover {
  transform: translateY(-3px);
  border-color: rgba(79, 209, 255, 0.28);
  box-shadow: 0 20px 38px rgba(5, 11, 24, 0.34);
}

.hero-proof__item--featured {
  border-color: rgba(123, 107, 245, 0.26);
  background:
    linear-gradient(180deg, rgba(18, 26, 52, 0.92), rgba(9, 17, 34, 0.94));
}

.hero-proof__item h2 {
  margin: 12px 0 0;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.hero-proof__item p {
  margin: 12px 0 0;
  color: var(--ld-text-secondary);
  font-size: 14px;
}

.hero-proof__list {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.hero-proof__list li {
  position: relative;
  padding-left: 18px;
  color: var(--ld-text-secondary);
  font-size: 14px;
}

.hero-proof__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--ld-primary);
  box-shadow: 0 0 0 6px rgba(79, 209, 255, 0.08);
}

.platform-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(79, 209, 255, 0.16);
  background: rgba(79, 209, 255, 0.08);
  color: var(--ld-text);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.platform-badge--linkedin {
  border-color: rgba(123, 107, 245, 0.24);
  background: rgba(123, 107, 245, 0.14);
}

.platform-badge--youtube {
  border-color: rgba(255, 77, 109, 0.24);
  background: rgba(255, 77, 109, 0.14);
}

.platform-badge--neutral {
  border-color: rgba(255, 211, 111, 0.18);
  background: rgba(255, 211, 111, 0.12);
}

.product-status--utility {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
  color: var(--ld-text-secondary);
}

.featured-product {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(280px, 0.92fr);
  gap: 24px;
  margin-top: 18px;
  padding: 24px;
}

.featured-product__content {
  position: relative;
  z-index: 1;
}

.featured-product__title {
  margin: 16px 0 0;
  font-family: var(--ld-font-display);
  font-size: clamp(30px, 4vw, 46px);
  font-weight: var(--ld-weight-display-strong);
  line-height: 1;
  letter-spacing: var(--ld-track-display);
  max-width: 12ch;
}

.featured-product__copy {
  max-width: 62ch;
  margin: 14px 0 0;
  color: var(--ld-text-secondary);
  font-size: 16px;
}

.featured-product__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
  position: relative;
  isolation: isolate;
}

.launch-lane__summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.launch-lane__point {
  position: relative;
  min-height: 100%;
  padding: 14px 14px 16px;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(79, 209, 255, 0.1);
  background: rgba(8, 16, 31, 0.72);
}

.launch-lane__point::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(79, 209, 255, 0.06), transparent 44%, rgba(123, 107, 245, 0.08) 100%);
  pointer-events: none;
}

.launch-lane__point strong {
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: var(--ld-weight-display);
  letter-spacing: -0.02em;
}

.launch-lane__point p {
  position: relative;
  margin: 6px 0 0;
  color: var(--ld-text-secondary);
  font-size: 14px;
}

.recon-interest-button {
  --interest-chrome-inset-block: -58px;
  --interest-chrome-inset-inline: -84px;
  --interest-flash-size: 74px;
  --interest-beam-width: calc(100% + 160px);
  --interest-ripple-size: 34px;
  --interest-ring-size: 36px;
  --interest-ripple-scale-final: 11.8;
  --interest-ring-scale-final: 5.8;
  --interest-ring-outer-scale-final: 7.6;
  position: relative;
  overflow: visible;
  isolation: isolate;
  gap: 0;
  transform-origin: center;
  will-change: transform, box-shadow, filter;
}

.recon-interest-button--hero {
  --interest-chrome-inset-block: -62px;
  --interest-chrome-inset-inline: -92px;
  --interest-flash-size: 82px;
  --interest-beam-width: calc(100% + 190px);
  --interest-ripple-size: 38px;
  --interest-ring-size: 40px;
  --interest-ripple-scale-final: 12.6;
  --interest-ring-scale-final: 6.2;
  --interest-ring-outer-scale-final: 8.2;
}

.recon-interest-button--featured {
  --interest-chrome-inset-block: -48px;
  --interest-chrome-inset-inline: -68px;
  --interest-flash-size: 68px;
  --interest-beam-width: calc(100% + 136px);
  --interest-ripple-size: 30px;
  --interest-ring-size: 32px;
  --interest-ripple-scale-final: 9.4;
  --interest-ring-scale-final: 5.1;
  --interest-ring-outer-scale-final: 6.4;
}

.recon-interest-button--recorded {
  box-shadow:
    0 18px 30px rgba(79, 209, 255, 0.22),
    0 0 0 1px rgba(205, 251, 255, 0.12);
}

.recon-interest-button::before,
.recon-interest-button::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  pointer-events: none;
}

.recon-interest-button::before {
  background:
    radial-gradient(circle at 24% 30%, rgba(255, 255, 255, 0.24), transparent 26%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.18), transparent 34%, rgba(255, 255, 255, 0.12) 50%, transparent 72%);
  opacity: 0;
  z-index: 0;
}

.recon-interest-button::after {
  border: 1px solid rgba(205, 251, 255, 0.28);
  opacity: 0;
  transform: scale(0.94);
  z-index: 0;
}

.recon-interest-content {
  position: relative;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  overflow: visible;
}

.recon-interest-chrome {
  position: absolute;
  inset: var(--interest-chrome-inset-block) var(--interest-chrome-inset-inline);
  z-index: 3;
  pointer-events: none;
  filter: saturate(1.08);
}

.recon-interest-flash,
.recon-interest-beam,
.recon-interest-ripple,
.recon-interest-ring,
.recon-interest-spark {
  position: absolute;
  left: 50%;
  top: 50%;
  pointer-events: none;
}

.recon-interest-flash {
  width: var(--interest-flash-size);
  height: var(--interest-flash-size);
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.98) 0 10%, rgba(0, 212, 170, 0.94) 26%, rgba(79, 209, 255, 0.56) 48%, rgba(123, 107, 245, 0.24) 68%, transparent 84%);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.16);
  filter: blur(1.2px);
}

.recon-interest-beam {
  width: var(--interest-beam-width);
  height: 24px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, transparent 0%, rgba(123, 107, 245, 0.12) 14%, rgba(0, 212, 170, 0.52) 34%, rgba(255, 255, 255, 0.95) 50%, rgba(79, 209, 255, 0.5) 66%, rgba(123, 107, 245, 0.14) 84%, transparent 100%);
  opacity: 0;
  transform: translate(-50%, -50%) scaleX(0.24) scaleY(0.4);
  filter: blur(5px);
}

.recon-interest-beam::after {
  content: "";
  position: absolute;
  inset: -10px 22%;
  border-radius: inherit;
  background: linear-gradient(135deg, transparent 12%, rgba(255, 255, 255, 0.92) 50%, transparent 88%);
  opacity: 0.65;
  transform: rotate(-8deg) scaleX(0.86);
  filter: blur(6px);
}

.recon-interest-ripple {
  width: var(--interest-ripple-size);
  height: var(--interest-ripple-size);
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.98) 0 10%, rgba(0, 212, 170, 0.88) 26%, rgba(79, 209, 255, 0.46) 48%, rgba(123, 107, 245, 0.2) 66%, transparent 82%);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.06);
  filter: blur(0.5px);
}

.recon-interest-ring {
  width: var(--interest-ring-size);
  height: var(--interest-ring-size);
  border-radius: 999px;
  border: 2px solid rgba(223, 252, 255, 0.72);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.18);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.2),
    0 0 38px rgba(79, 209, 255, 0.42),
    inset 0 0 20px rgba(255, 255, 255, 0.18);
}

.recon-interest-ring--outer {
  border-color: rgba(123, 107, 245, 0.48);
  box-shadow:
    0 0 0 1px rgba(123, 107, 245, 0.18),
    0 0 52px rgba(123, 107, 245, 0.34),
    0 0 84px rgba(79, 209, 255, 0.22);
  filter: blur(0.2px);
}

.recon-interest-spark {
  width: var(--spark-tail, 44px);
  height: 6px;
  opacity: 0;
  transform-origin: 8px 50%;
  transform: translate(-50%, -50%) rotate(var(--spark-angle, 0deg)) scale(0.16);
}

.recon-interest-spark::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(123, 107, 245, 0.2) 14%, rgba(79, 209, 255, 0.52) 48%, rgba(255, 255, 255, 0.98) 100%);
  box-shadow:
    0 0 18px rgba(79, 209, 255, 0.38),
    0 0 28px rgba(123, 107, 245, 0.22);
}

.recon-interest-spark::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(0, 212, 170, 0.98) 24%, rgba(79, 209, 255, 0.9) 54%, transparent 80%);
  transform: translateY(-50%);
  box-shadow:
    0 0 18px rgba(255, 255, 255, 0.54),
    0 0 28px rgba(79, 209, 255, 0.42);
}

.recon-interest-button.is-fired {
  animation: reconInterestPress 820ms cubic-bezier(0.18, 0.88, 0.18, 1);
  box-shadow:
    0 24px 54px rgba(79, 209, 255, 0.32),
    0 0 0 1px rgba(205, 251, 255, 0.18),
    0 0 56px rgba(123, 107, 245, 0.22);
  filter: saturate(1.08);
}

.recon-interest-button.is-fired::before {
  animation: reconInterestGloss 700ms ease-out;
}

.recon-interest-button.is-fired::after {
  animation: reconInterestEdgePulse 760ms ease-out;
}

.recon-interest-button.is-fired .recon-interest-flash {
  animation: reconInterestFlash 720ms cubic-bezier(0.16, 0.86, 0.16, 1);
}

.recon-interest-button.is-fired .recon-interest-beam {
  animation: reconInterestBeam 540ms cubic-bezier(0.14, 0.88, 0.2, 1);
}

.recon-interest-button.is-fired .recon-interest-ripple {
  animation: reconInterestRipple 760ms cubic-bezier(0.12, 0.72, 0.18, 1);
}

.recon-interest-button.is-fired .recon-interest-ring {
  animation: reconInterestRing 840ms cubic-bezier(0.1, 0.74, 0.16, 1);
}

.recon-interest-button.is-fired .recon-interest-ring--outer {
  animation: reconInterestRingOuter 920ms cubic-bezier(0.1, 0.74, 0.16, 1);
}

.recon-interest-button.is-fired .recon-interest-spark {
  animation: reconInterestSpark 760ms cubic-bezier(0.16, 0.86, 0.16, 1);
}

.recon-interest-button.is-fired .recon-interest-state {
  animation: reconInterestCountIn 560ms cubic-bezier(0.16, 0.88, 0.16, 1);
}

.recon-interest-button.is-echo-fired {
  animation: reconInterestEchoPress 320ms ease-out;
  box-shadow:
    0 18px 34px rgba(79, 209, 255, 0.18),
    0 0 0 1px rgba(205, 251, 255, 0.14);
}

.recon-interest-button.is-echo-fired::after {
  animation: reconInterestEchoEdgePulse 320ms ease-out;
}

.recon-interest-button.is-echo-fired .recon-interest-ripple {
  animation: reconInterestEchoRipple 320ms ease-out;
}

.recon-interest-button.is-echo-fired .recon-interest-ring {
  animation: reconInterestEchoRing 340ms ease-out;
}

.recon-interest-button.is-echo-fired .recon-interest-ring--outer {
  animation: reconInterestEchoRingOuter 360ms ease-out;
}

.recon-interest-button.is-echo-fired .recon-interest-state {
  animation: reconInterestEchoCount 260ms ease-out;
}

.recon-interest-button.is-echo-fired .recon-interest-flash,
.recon-interest-button.is-echo-fired .recon-interest-beam,
.recon-interest-button.is-echo-fired .recon-interest-spark,
.recon-interest-button.is-echo-fired .recon-interest-burst {
  animation: none !important;
  opacity: 0;
}

.recon-interest-button.is-reaffirmed {
  animation: reconInterestReaffirm 280ms ease-out;
}

.recon-interest-state {
  min-width: 6.4ch;
  color: rgba(5, 17, 27, 0.72);
  font-family: var(--ld-font-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  opacity: 1;
  transform: translateY(0) scale(1);
  transform-origin: left center;
  filter: none;
  transition:
    opacity 220ms var(--ease-enter),
    transform 220ms var(--ease-enter),
    filter 220ms var(--ease-enter);
}

.recon-interest-state.is-gaining {
  animation: reconInterestCountIn 560ms cubic-bezier(0.16, 0.88, 0.16, 1);
}

.recon-interest-button--recorded .recon-interest-state {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: none;
  color: rgba(5, 17, 27, 0.9);
}

.recon-interest-gain {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  color: rgba(0, 212, 170, 0.96);
  font-family: var(--ld-font-mono);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  opacity: 0;
  transform: translate3d(-6px, 6px, 0) scale(0.76);
  filter: blur(2px);
  text-shadow:
    0 0 16px rgba(0, 212, 170, 0.34),
    0 0 26px rgba(79, 209, 255, 0.22);
  pointer-events: none;
}

.recon-interest-gain.is-active {
  animation: reconInterestGain 1320ms cubic-bezier(0.14, 0.82, 0.16, 1);
}

.recon-interest-burst {
  position: absolute;
  top: -34px;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background:
    linear-gradient(135deg, rgba(10, 28, 38, 0.98), rgba(17, 38, 69, 0.94));
  color: var(--ld-success);
  font-family: var(--ld-font-mono);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  opacity: 0;
  transform: translate3d(-50%, 14px, 0) scale(0.78);
  pointer-events: none;
  box-shadow:
    0 24px 44px rgba(3, 5, 14, 0.4),
    0 0 34px rgba(0, 212, 170, 0.24),
    0 0 48px rgba(79, 209, 255, 0.18);
  text-shadow:
    0 0 16px rgba(0, 212, 170, 0.42),
    0 0 26px rgba(79, 209, 255, 0.24);
  z-index: 5;
  isolation: isolate;
}

.recon-interest-burst::before {
  content: "";
  position: absolute;
  inset: -10px -18px;
  border-radius: inherit;
  background:
    radial-gradient(circle, rgba(0, 212, 170, 0.56) 0%, rgba(79, 209, 255, 0.16) 48%, transparent 78%);
  filter: blur(12px);
  opacity: 0.92;
  z-index: -1;
}

.recon-interest-button.is-fired .recon-interest-burst,
.recon-interest-burst.is-bursting {
  animation: reconInterestBurst 880ms cubic-bezier(0.2, 0.72, 0.16, 1);
}

.featured-product__rail {
  position: relative;
  display: grid;
  gap: 14px;
  padding: 10px;
  border-radius: 22px;
  border: 1px solid rgba(79, 209, 255, 0.12);
  background: rgba(7, 15, 29, 0.64);
}

.workflow-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(79, 209, 255, 0.08);
  background: rgba(10, 12, 28, 0.82);
}

.workflow-step--active {
  border-color: rgba(79, 209, 255, 0.2);
  box-shadow: inset 0 0 0 1px rgba(79, 209, 255, 0.06);
}

.workflow-step__index {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(79, 209, 255, 0.2), rgba(123, 107, 245, 0.22));
  border: 1px solid rgba(79, 209, 255, 0.22);
  color: var(--ld-text);
  font-family: var(--ld-font-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.workflow-step strong {
  display: block;
  font-size: 15px;
  font-weight: var(--ld-weight-display);
  letter-spacing: -0.01em;
}

.workflow-step p {
  margin: 6px 0 0;
  color: var(--ld-text-secondary);
  font-size: 14px;
}

.product-grid--home {
  margin-top: 18px;
}

.product-matrix {
  display: grid;
  gap: 18px;
  margin-top: 18px;
}

.product-preview {
  position: relative;
}

.preview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 18px;
  align-items: start;
}

.preview-card {
  display: grid;
  gap: 18px;
  padding: clamp(18px, 2.4vw, 24px);
  background: var(--ld-card-elevated);
}

.preview-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.preview-card__content {
  display: grid;
  gap: 8px;
  max-width: 44ch;
}

.preview-card__title {
  margin: 0;
  font-family: var(--ld-font-display);
  font-size: clamp(24px, 3.1vw, 36px);
  font-weight: var(--ld-weight-display-strong);
  line-height: 1.02;
  letter-spacing: var(--ld-track-display);
}

.preview-card__copy {
  margin: 0;
  color: var(--ld-text-secondary);
  font-size: 15px;
}

.preview-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border-radius: 22px;
  border: 1px solid rgba(79, 209, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(12, 23, 41, 0.96), rgba(8, 16, 30, 0.98)),
    radial-gradient(circle at top left, rgba(79, 209, 255, 0.12), transparent 38%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 24px 48px rgba(3, 5, 14, 0.3);
}

.preview-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), transparent 16%, transparent 82%, rgba(79, 209, 255, 0.08)),
    radial-gradient(circle at top center, rgba(255, 255, 255, 0.08), transparent 36%);
}

.preview-image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  object-position: top center;
}

.site-homepage .preview-card {
  transition:
    transform 180ms var(--ease-enter),
    border-color 180ms var(--ease-enter),
    box-shadow 180ms var(--ease-enter);
}

.site-homepage .preview-card:hover {
  transform: translateY(-2px);
  border-color: rgba(79, 209, 255, 0.2);
  box-shadow:
    0 22px 52px rgba(3, 5, 14, 0.3),
    0 0 0 1px rgba(79, 209, 255, 0.05);
}

.site-homepage .product-card {
  min-height: 100%;
}

.site-homepage .product-card::after {
  opacity: 0;
  background: linear-gradient(120deg, transparent 18%, rgba(79, 209, 255, 0.16) 50%, transparent 82%);
  transform: translateX(-120%);
  transition: opacity 180ms var(--ease-enter);
}

.site-homepage .product-card:hover::after {
  opacity: 1;
  transform: translateX(120%);
  transition: transform 620ms var(--ease-enter), opacity 180ms var(--ease-enter);
}

.use-case-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.proof-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.proof-card {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 176px;
}

.proof-card__value {
  font-family: var(--ld-font-display);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: var(--ld-weight-display-strong);
  line-height: 0.98;
  letter-spacing: var(--ld-track-display);
}

.use-case-card {
  display: grid;
  gap: 12px;
  align-content: start;
  min-height: 220px;
}

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

.stat-bar {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1px;
  background: var(--ld-border);
  border-radius: var(--ld-radius-lg);
  overflow: hidden;
}

.stat-bar__item {
  padding: 28px 24px;
  background: var(--ld-card);
}

.stat-bar__value {
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--ld-primary);
  margin-bottom: 6px;
}

.stat-bar__label {
  font-size: 0.88rem;
  color: var(--ld-text-secondary);
  line-height: 1.5;
}

.site-pill--link {
  cursor: pointer;
  transition:
    transform 140ms var(--ease-enter),
    border-color 140ms var(--ease-enter),
    background 140ms var(--ease-enter),
    box-shadow 140ms var(--ease-enter);
}

.site-pill--link:hover {
  border-color: rgba(79, 209, 255, 0.24);
  background: rgba(79, 209, 255, 0.12);
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(5, 8, 22, 0.18);
}

.js .site-homepage [data-reveal] {
  opacity: 0;
  transform: translateY(22px);
}

.js .site-homepage [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 560ms ease var(--reveal-delay, 0ms),
    transform 560ms ease var(--reveal-delay, 0ms);
}

@keyframes heroGlowDrift {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  100% {
    transform: translate3d(42px, 18px, 0) scale(1.12);
  }
}

@keyframes heroCommandSweep {
  0%,
  18% {
    transform: translateX(0);
    opacity: 0;
  }

  28%,
  52% {
    transform: translateX(240%);
    opacity: 1;
  }

  100% {
    transform: translateX(240%);
    opacity: 0;
  }
}

@keyframes heroSignalPulse {
  0%,
  100% {
    opacity: 0.28;
    transform: scaleX(0.72);
    transform-origin: left;
  }

  50% {
    opacity: 0.88;
    transform: scaleX(1);
    transform-origin: left;
  }
}

@keyframes sectionKickerBeam {
  0% {
    opacity: 0.12;
    transform: translateY(-50%) scaleX(0.28);
  }

  48% {
    opacity: 0.96;
    transform: translateY(-50%) scaleX(1.06);
  }

  100% {
    opacity: 0.48;
    transform: translateY(-50%) scaleX(0.82);
  }
}

@keyframes sectionTitleSweep {
  0% {
    opacity: 0;
    transform: translateX(-42%) skewX(-22deg);
  }

  38% {
    opacity: 0.86;
  }

  100% {
    opacity: 0;
    transform: translateX(160%) skewX(-22deg);
  }
}

@keyframes sectionTitleUnderline {
  0% {
    opacity: 0.18;
    transform: scaleX(0.18);
  }

  54% {
    opacity: 1;
    transform: scaleX(1.04);
  }

  100% {
    opacity: 0.42;
    transform: scaleX(1);
  }
}

@keyframes reconInterestPress {
  0% {
    transform: translateY(0) scale(1);
  }

  14% {
    transform: translateY(2px) scale(0.934);
  }

  42% {
    transform: translateY(-6px) scale(1.05);
  }

  64% {
    transform: translateY(1px) scale(0.992);
  }

  100% {
    transform: translateY(0) scale(1);
  }
}

@keyframes reconInterestGloss {
  0% {
    opacity: 0;
    transform: translateX(-16%) scale(0.94);
  }

  30% {
    opacity: 0.92;
  }

  100% {
    opacity: 0;
    transform: translateX(18%) scale(1.02);
  }
}

@keyframes reconInterestEdgePulse {
  0% {
    opacity: 0;
    transform: scale(0.92);
  }

  28% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(1.08);
  }
}

@keyframes reconInterestFlash {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.16);
  }

  16% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(4.2);
  }
}

@keyframes reconInterestHostBeam {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scaleX(0.24) scaleY(0.42) rotate(-8deg);
  }

  18% {
    opacity: 0.9;
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scaleX(1.06) scaleY(1.16) rotate(-8deg);
  }
}

@keyframes reconInterestHostEchoBeam {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scaleX(0.28) scaleY(0.46) rotate(-8deg);
  }

  26% {
    opacity: 0.56;
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scaleX(0.86) scaleY(0.92) rotate(-8deg);
  }
}

@keyframes reconInterestHostFlash {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.22);
  }

  16% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.12);
  }
}

@keyframes reconInterestHostEchoFlash {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.28);
  }

  26% {
    opacity: 0.54;
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.82);
  }
}

@keyframes reconInterestBeam {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scaleX(0.24) scaleY(0.4);
  }

  18% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scaleX(1.18) scaleY(1.38);
  }
}

@keyframes reconInterestRipple {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.06);
  }

  14% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(var(--interest-ripple-scale-final));
  }
}

@keyframes reconInterestRing {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.18);
  }

  16% {
    opacity: 0.98;
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(var(--interest-ring-scale-final));
  }
}

@keyframes reconInterestRingOuter {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.24);
  }

  18% {
    opacity: 0.86;
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(var(--interest-ring-outer-scale-final));
  }
}

@keyframes reconInterestBurst {
  0% {
    opacity: 0;
    transform: translate3d(-50%, 18px, 0) scale(0.76);
  }

  12% {
    opacity: 1;
    transform: translate3d(-50%, -4px, 0) scale(1.08);
  }

  44% {
    opacity: 1;
    transform: translate3d(-50%, -22px, 0) scale(1.12);
  }

  100% {
    opacity: 0;
    transform: translate3d(-50%, -84px, 0) scale(1.18);
  }
}

@keyframes reconInterestGain {
  0% {
    opacity: 0;
    filter: blur(3px);
    transform: translate3d(-10px, 8px, 0) scale(0.72);
  }

  16% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, -6px, 0) scale(1.18);
  }

  58% {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(8px, -14px, 0) scale(1.04);
  }

  100% {
    opacity: 0;
    filter: blur(1.2px);
    transform: translate3d(18px, -24px, 0) scale(0.92);
  }
}

@keyframes reconInterestSpark {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(var(--spark-angle, 0deg)) scale(0.16);
  }

  14% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(var(--spark-angle, 0deg)) scale(calc(var(--spark-scale, 1) * 1.04));
  }

  100% {
    opacity: 0;
    transform: translate(
      calc(-50% + var(--spark-x, 0px)),
      calc(-50% + var(--spark-y, 0px))
    ) rotate(var(--spark-angle, 0deg)) scale(calc(var(--spark-scale, 1) * 0.92));
  }
}

@keyframes reconInterestCountIn {
  0% {
    opacity: 0;
    letter-spacing: 0.12em;
    filter: blur(4px);
    transform: translateY(8px) scale(0.72);
  }

  38% {
    opacity: 1;
    letter-spacing: 0.06em;
    filter: blur(0);
    transform: translateY(-1px) scale(1.14);
  }

  100% {
    opacity: 1;
    letter-spacing: 0.02em;
    filter: blur(0);
    transform: translateY(0) scale(1);
  }
}

@keyframes reconInterestEchoPress {
  0% {
    transform: translateY(0) scale(1);
  }

  40% {
    transform: translateY(-2px) scale(1.018);
  }

  100% {
    transform: translateY(0) scale(1);
  }
}

@keyframes reconInterestEchoEdgePulse {
  0% {
    opacity: 0;
    transform: scale(0.96);
  }

  32% {
    opacity: 0.72;
  }

  100% {
    opacity: 0;
    transform: scale(1.04);
  }
}

@keyframes reconInterestEchoRipple {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.08);
  }

  22% {
    opacity: 0.64;
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(calc(var(--interest-ripple-scale-final) * 0.48));
  }
}

@keyframes reconInterestEchoRing {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.24);
  }

  24% {
    opacity: 0.72;
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(calc(var(--interest-ring-scale-final) * 0.54));
  }
}

@keyframes reconInterestEchoRingOuter {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.26);
  }

  26% {
    opacity: 0.6;
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(calc(var(--interest-ring-outer-scale-final) * 0.5));
  }
}

@keyframes reconInterestEchoCount {
  0% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }

  50% {
    transform: translateY(-1px) scale(1.06);
    opacity: 1;
  }

  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

@keyframes reconInterestReaffirm {
  0% {
    transform: translateY(0) scale(1);
  }

  42% {
    transform: translateY(-2px) scale(1.02);
  }

  100% {
    transform: translateY(0) scale(1);
  }
}

body[data-product='tube'] {
  --product-primary: var(--ld-primary);
  --product-secondary: var(--ld-secondary);
}

body[data-product='recon'] {
  --product-primary: var(--ld-secondary);
  --product-secondary: var(--ld-primary);
}

body[data-product='amazon'] {
  --product-primary: var(--ld-accent);
  --product-secondary: var(--ld-primary);
}

body[data-product='pulsecrm'] {
  --product-primary: var(--ld-danger);
  --product-secondary: var(--ld-secondary);
}

body[data-product] .policy-kicker,
body[data-product] .policy-title span {
  color: var(--product-primary);
}

body[data-product] .policy-card::before,
body[data-product] .policy-note::before {
  background: linear-gradient(140deg, color-mix(in srgb, var(--product-primary) 20%, transparent), transparent 42%);
}

body[data-product] .site-button--primary,
body[data-product] .site-link-button--primary {
  background: linear-gradient(135deg, var(--product-primary), var(--product-secondary));
}

body[data-product] .site-dot,
body[data-product] .policy-kicker::before {
  background: var(--product-primary);
}

@media (max-width: 960px) {
  .recon-interest-button--hero {
    --interest-chrome-inset-block: -52px;
    --interest-chrome-inset-inline: -74px;
    --interest-flash-size: 68px;
    --interest-beam-width: calc(100% + 136px);
    --interest-ripple-size: 32px;
    --interest-ring-size: 34px;
    --interest-ripple-scale-final: 9.3;
    --interest-ring-scale-final: 4.8;
    --interest-ring-outer-scale-final: 6.1;
  }

  .recon-interest-button--featured {
    --interest-chrome-inset-block: -42px;
    --interest-chrome-inset-inline: -56px;
    --interest-flash-size: 58px;
    --interest-beam-width: calc(100% + 106px);
    --interest-ripple-size: 26px;
    --interest-ring-size: 28px;
    --interest-ripple-scale-final: 7.9;
    --interest-ring-scale-final: 4.5;
    --interest-ring-outer-scale-final: 5.7;
  }

  .hero-actions::before {
    width: 248px;
    height: 68px;
  }

  .hero-actions::after {
    width: 184px;
    height: 184px;
  }

  .featured-product__actions::before {
    width: 226px;
    height: 64px;
  }

  .featured-product__actions::after {
    width: 176px;
    height: 176px;
  }

  .hero-grid,
  .product-grid,
  .site-grid,
  .preview-grid {
    grid-template-columns: 1fr;
  }

  .hero-signal-wall,
  .launch-lane__summary,
  .proof-grid,
  .featured-product,
  .use-case-grid,
  .trust-grid {
    grid-template-columns: 1fr;
  }

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

  .hero-command-card__title,
  .featured-product__title {
    max-width: none;
  }
}

@media (max-width: 720px) {
  .site-nav__inner,
  .site-footer__inner,
  .site-main,
  .policy-shell,
  .site-band__inner {
    width: min(100vw - 20px, 1180px);
  }

  .site-nav__inner {
    min-height: 70px;
  }

  .site-nav__links {
    gap: 12px;
    font-size: 13px;
  }

  .hero-command-card,
  .hero-signal,
  .launch-lane__point,
  .preview-card {
    padding: 18px;
  }

  .site-hero,
  .policy-card,
  .site-band,
  .site-card,
  .site-panel,
  .product-card,
  .policy-note {
    border-radius: 22px;
  }

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

  .featured-product {
    padding: 20px;
  }

  .policy-footer,
  .site-footer__inner {
    flex-direction: column;
    align-items: start;
  }
}

@media (max-width: 560px) {
  .site-homepage main [id] {
    scroll-margin-top: 188px;
  }

  .site-main {
    padding-top: 20px;
  }

  .site-nav__inner {
    align-items: start;
    flex-direction: column;
    justify-content: center;
    padding: 14px 0;
    gap: 14px;
  }

  .site-nav__links {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
    gap: 8px;
  }

  .site-nav__links a {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(79, 209, 255, 0.12);
    background: rgba(79, 209, 255, 0.08);
    padding: 0 12px;
  }

  .site-nav__logo-text {
    font-size: 18px;
  }

  .site-hero {
    padding: 22px 18px;
  }

  .hero-title {
    font-size: clamp(38px, 12vw, 54px);
    max-width: 8ch;
  }

  .hero-subtitle {
    margin-top: 16px;
  }

  .hero-panel {
    gap: 12px;
  }

  .hero-command-card {
    gap: 10px;
    padding: 16px;
  }

  .hero-command-card__title {
    font-size: clamp(20px, 6vw, 24px);
  }

  .hero-command-card__copy {
    font-size: 13px;
  }

  .hero-command-card__steps {
    display: none;
  }

  .hero-command-card--secondary {
    display: none;
  }

  .hero-signal-wall {
    display: none;
  }

  .metric-label {
    font-size: 10px;
    letter-spacing: 0.16em;
  }

  .site-section,
  .site-band {
    margin-top: 22px;
  }

  .hero-actions,
  .site-actions,
  .product-card__actions,
  .utility-strip__actions {
    flex-direction: column;
  }

  .site-button,
  .site-link-button {
    width: 100%;
  }

  .utility-strip__actions .site-link-button {
    min-width: 0;
  }

  .section-title {
    font-size: clamp(24px, 9vw, 34px);
  }

  .launch-lane__summary {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .launch-lane__point {
    min-height: 0;
    padding: 12px;
  }

  .launch-lane__point strong {
    font-size: 13px;
  }

  .launch-lane__point p {
    font-size: 12px;
    line-height: 1.35;
  }

  .featured-product__rail {
    display: none;
  }

  .preview-card {
    gap: 14px;
    padding: 16px;
  }

  .preview-card__title {
    font-size: clamp(20px, 6vw, 24px);
  }

  .preview-card__copy {
    font-size: 13px;
  }

  .preview-frame {
    aspect-ratio: 16 / 9;
  }

  .proof-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .proof-card {
    min-height: 0;
    padding: 14px;
    gap: 6px;
  }

  .proof-card__value {
    font-size: clamp(22px, 7vw, 26px);
  }

  .proof-card .site-panel__copy {
    margin-top: 2px;
    font-size: 11px;
    line-height: 1.3;
  }

  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .site-panel {
    padding: 16px;
  }

  .site-panel__title {
    font-size: 17px;
  }

  .site-panel__copy {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.35;
  }

  .featured-product__actions {
    flex-direction: column;
  }

  .featured-product__actions .site-link-button {
    width: 100%;
  }

  .recon-interest-burst {
    left: 50%;
  }

  .product-card {
    gap: 14px;
    padding: 18px;
  }

  .site-band,
  .policy-card {
    padding: 20px;
  }

  .hero-proof,
  .featured-product__rail {
    padding: 16px;
  }

  .hero-command-card__head {
    flex-direction: column;
  }

  .preview-card__meta {
    align-items: start;
  }

  .policy-footer__links,
  .site-footer__links {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
    gap: 8px;
  }

  .policy-footer__links a,
  .site-footer__links a {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 999px;
    border: 1px solid rgba(79, 209, 255, 0.1);
    background: rgba(79, 209, 255, 0.06);
    padding: 0 10px;
  }
}

/* -- Narrow-screen guard: <= 380 px -- */
@media (max-width: 380px) {
  .launch-lane__summary {
    grid-template-columns: 1fr;
  }

  .stat-bar {
    grid-template-columns: 1fr;
  }

  .hero-title {
    font-size: clamp(32px, 11vw, 42px);
  }
}

/* ── P2: Button :active press feedback ── */
.site-button:active:not(.recon-interest-button),
.site-link-button:active:not(.recon-interest-button) {
  transform: translateY(0.5px) scale(0.97);
  transition-duration: 60ms;
}

/* ── P2: Background ambient pulse ── */
@keyframes bgAmbientPulse {
  0%, 100% { opacity: 0.16; transform: scale(1); }
  50% { opacity: 0.22; transform: scale(1.03); }
}

.site-homepage::after {
  content: "";
  position: fixed;
  inset: 0;
  background: radial-gradient(ellipse 60% 50% at 30% 20%, rgba(79, 209, 255, 0.07), transparent 60%);
  animation: bgAmbientPulse 14s ease-in-out infinite;
  pointer-events: none;
  z-index: -1;
}

/* ── P2: Card hover enhancement ── */
.site-homepage .product-card,
.site-homepage .preview-card,
.site-homepage .site-card,
.site-homepage .site-panel {
  transition:
    transform 220ms cubic-bezier(0.16, 0.88, 0.16, 1),
    box-shadow 220ms var(--ease-enter),
    border-color 220ms var(--ease-enter);
}

.site-homepage .product-card:hover {
  transform: translateY(-3px) scale(1.006);
  box-shadow: 0 24px 48px rgba(3, 5, 14, 0.36), 0 0 0 1px rgba(79, 209, 255, 0.08);
  border-color: rgba(79, 209, 255, 0.24);
}

@media (prefers-reduced-motion: reduce) {
  .site-homepage .site-hero::before,
  .hero-actions::before,
  .hero-actions::after,
  .featured-product__actions::before,
  .featured-product__actions::after,
  .site-nav__links a,
  .site-nav__links a::before,
  .site-nav__links a::after,
  .hero-command-card::after,
  .hero-signal::before,
  .site-kicker::after,
  .section-title::before,
  .section-title::after,
  .site-band__title::before,
  .site-band__title::after,
  .site-homepage .product-card::after,
  .site-homepage::after {
    animation: none !important;
    transition: none !important;
  }

  .js .site-homepage [data-reveal],
  .js .site-homepage [data-reveal].is-visible,
  .recon-interest-button,
  .hero-proof__item,
  .featured-product,
  .site-homepage .product-card,
  .site-homepage .site-card,
  .site-homepage .site-panel {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .recon-interest-button::before,
  .recon-interest-button::after,
  .recon-interest-flash,
  .recon-interest-beam,
  .recon-interest-ripple,
  .recon-interest-ring,
  .recon-interest-ring--outer,
  .recon-interest-spark,
  .recon-interest-burst,
  .recon-interest-state {
    animation: none !important;
    transition: none !important;
  }
}
