:root {
  --color-midnight-ink: #0b0b0b;
  --color-deep-space: #000000;
  --color-lunar-surface: #f5f5f5;
  --color-asteroid-dust: #b8b8c2;
  --color-cosmic-gray: #212121;
  --color-eclipse-gray: #2e2e2e;
  --color-starlight: #ffffff;
  --color-ai-violet: #a881fe;
  --color-call-to-action-blue: #1e90ff;
  --surface-card: rgba(33, 33, 33, 0.34);
  --surface-strong: rgba(46, 46, 46, 0.52);
  --border-subtle: rgba(245, 245, 245, 0.1);
  --border-violet: rgba(168, 129, 254, 0.28);
  --page-max: 1120px;
  --card-radius: 16px;
  --button-radius: 12px;
  --pointer-x: 0;
  --pointer-y: 0;
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--color-lunar-surface);
  background:
    radial-gradient(circle at calc(58% + (var(--pointer-x) * 10%)) calc(10% + (var(--pointer-y) * 8%)), rgba(168, 129, 254, 0.16), transparent 28rem),
    linear-gradient(180deg, var(--color-deep-space), var(--color-midnight-ink) 28rem, var(--color-deep-space));
  background-size: 100% 100%, 100% 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

img,
svg,
iframe {
  max-width: 100%;
}

.site-header {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(calc(100% - 32px), var(--page-max));
  height: 62px;
  padding: 0 8px 0 14px;
  transform: translateX(-50%);
  border: 1px solid rgba(245, 245, 245, 0.08);
  border-top: 0;
  border-radius: 0 0 16px 16px;
  background: rgba(0, 0, 0, 0.76);
  backdrop-filter: blur(18px);
}

.brand,
.nav-links,
.hero-actions,
.site-footer,
.support-note,
.compatible-row,
.platform-support-list,
.platform-chip,
.demo-links,
.creator-links,
.header-links,
.footer-links,
.built-by,
.health-topline,
.health-meta,
.console-header,
.demo-flow {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-size: 15px;
  font-weight: 740;
}

.brand-logo-icon {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.brand-name {
  color: var(--color-starlight);
}

.brand-mark {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(168, 129, 254, 0.38);
  border-radius: 9px;
  color: var(--color-starlight);
  background: rgba(168, 129, 254, 0.14);
  box-shadow: 0 0 8px rgba(168, 129, 254, 0.18);
}

.nav-links {
  gap: 18px;
  color: var(--color-asteroid-dust);
  font-size: 13px;
  font-weight: 620;
}

.nav-links a:hover {
  color: var(--color-starlight);
}

.header-links {
  gap: 14px;
}

.creator-nav-link,
.creator-links a,
.built-by a,
.footer-links a {
  color: var(--color-asteroid-dust);
  font-size: 13px;
  font-weight: 680;
  transition: color 180ms ease;
}

.creator-nav-link:hover,
.creator-links a:hover,
.built-by a:hover,
.footer-links a:hover {
  color: var(--color-ai-violet);
}

.button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: var(--button-radius);
  padding: 0 18px;
  font-size: 14px;
  font-weight: 760;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: var(--color-deep-space);
  background: var(--color-ai-violet);
  box-shadow: rgba(168, 129, 254, 0.42) 0 4px 18px -2px;
}

.button-primary:hover {
  box-shadow: rgba(168, 129, 254, 0.46) 0 8px 28px -8px;
}

.button-secondary {
  color: var(--color-starlight);
  background: rgba(30, 144, 255, 0.86);
}

.button-secondary:hover {
  background: rgba(30, 144, 255, 0.96);
  box-shadow: rgba(30, 144, 255, 0.22) 0 8px 24px -10px;
}

.button-ghost {
  min-height: 38px;
  color: var(--color-starlight);
  border-color: rgba(245, 245, 245, 0.12);
  background: rgba(245, 245, 245, 0.04);
}

.button-ghost:hover {
  border-color: rgba(168, 129, 254, 0.3);
  background: rgba(168, 129, 254, 0.08);
}

.hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  padding: 108px 24px 62px;
  background: var(--color-deep-space);
}

.hero::after {
  position: absolute;
  inset: auto 0 0;
  z-index: 0;
  height: 150px;
  content: "";
  background: linear-gradient(180deg, transparent, var(--color-midnight-ink));
  pointer-events: none;
}

.hero-scene {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-scene::before {
  position: absolute;
  inset: -25%;
  content: "";
  opacity: 0.34;
  background:
    radial-gradient(circle at 24% 36%, rgba(168, 129, 254, 0.22), transparent 22rem),
    radial-gradient(circle at 78% 24%, rgba(30, 144, 255, 0.13), transparent 24rem);
  animation: auraDrift 18s ease-in-out infinite alternate;
}

.scene-grid {
  position: absolute;
  inset: 0;
  opacity: 0.4;
  background-image:
    linear-gradient(rgba(245, 245, 245, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245, 245, 245, 0.055) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: radial-gradient(circle at 55% 38%, black, transparent 72%);
  animation: gridDrift 28s linear infinite;
}

.scene-orbit {
  position: absolute;
  border: 1px solid rgba(168, 129, 254, 0.2);
  border-radius: 999px;
  transform: rotate(-12deg);
}

.scene-orbit-a {
  top: 104px;
  left: 50%;
  width: 680px;
  height: 236px;
  margin-left: -340px;
}

.scene-orbit-b {
  top: 172px;
  left: 50%;
  width: 900px;
  height: 324px;
  margin-left: -450px;
  border-color: rgba(30, 144, 255, 0.16);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(100%, var(--page-max));
  margin: 0 auto;
  padding-top: 18px;
}

.hero-content .badge,
.hero-content .hero-brand-icon,
.hero-content .eyebrow,
.hero-content h1,
.hero-content .hero-line,
.hero-content .hero-copy,
.hero-content .hero-actions,
.hero-content .compatible-row,
.hero-content .support-note,
.hero-content .creator-links {
  animation: heroRise 680ms cubic-bezier(0.2, 0.72, 0.24, 1) both;
}

.hero-content .badge { animation-delay: 40ms; }
.hero-content .eyebrow { animation-delay: 90ms; }
.hero-content h1 { animation-delay: 150ms; }
.hero-content .hero-line { animation-delay: 220ms; }
.hero-content .hero-copy { animation-delay: 290ms; }
.hero-content .hero-actions { animation-delay: 360ms; }
.hero-content .compatible-row { animation-delay: 410ms; }
.hero-content .support-note { animation-delay: 450ms; }
.hero-content .creator-links { animation-delay: 500ms; }

.badge {
  display: inline-flex;
  margin: 0 0 18px;
  padding: 7px 11px;
  border: 1px solid rgba(168, 129, 254, 0.3);
  border-radius: 999px;
  color: var(--color-lunar-surface);
  background: rgba(168, 129, 254, 0.11);
  font-size: 12px;
  font-weight: 760;
}

.hero-brand-icon {
  display: block;
  width: 58px;
  height: 58px;
  margin-bottom: 12px;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(168, 129, 254, 0.22));
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--color-ai-violet);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 680px;
  margin-bottom: 10px;
  color: var(--color-starlight);
  font-size: clamp(52px, 10vw, 116px);
  line-height: 0.92;
}

.hero-line {
  max-width: 700px;
  margin-bottom: 14px;
  color: var(--color-starlight);
  font-size: clamp(25px, 4vw, 44px);
  font-weight: 760;
  line-height: 1.05;
}

.hero-copy {
  max-width: 620px;
  color: var(--color-lunar-surface);
  font-size: 18px;
  line-height: 1.6;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.support-note {
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
  color: var(--color-asteroid-dust);
  font-size: 13px;
}

.support-note span {
  padding: 7px 9px;
  border: 1px solid rgba(245, 245, 245, 0.08);
  border-radius: 999px;
  background: rgba(245, 245, 245, 0.04);
}

.compatible-row {
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
  color: var(--color-asteroid-dust);
  font-size: 13px;
}

.compatible-label {
  margin-right: 2px;
  color: #8f8f99;
  font-weight: 680;
}

.platform-chip {
  gap: 7px;
  padding: 7px 10px;
  border: 1px solid rgba(245, 245, 245, 0.1);
  border-radius: 999px;
  background: rgba(245, 245, 245, 0.045);
  color: var(--color-lunar-surface);
  font-size: 13px;
  font-weight: 720;
}

.platform-chip img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.creator-links {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.creator-links span,
.built-by span {
  color: #8f8f99;
  font-size: 13px;
}

.product-console {
  position: absolute;
  top: 76px;
  right: max(24px, calc((100vw - var(--page-max)) / 2));
  bottom: 34px;
  z-index: 1;
  overflow: hidden;
  width: min(390px, 44vw);
  --product-transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  border: 1px solid var(--border-violet);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.88);
  box-shadow: rgba(168, 129, 254, 0.14) 0 0 44px;
  transform: var(--product-transform);
  transform-style: preserve-3d;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
  backdrop-filter: blur(22px);
  animation: productEntrance 760ms cubic-bezier(0.2, 0.72, 0.24, 1) 260ms both, productGlow 7s ease-in-out 1.2s infinite;
}

.product-console:hover {
  border-color: rgba(168, 129, 254, 0.4);
  box-shadow: rgba(168, 129, 254, 0.2) 0 0 58px;
}

.console-header {
  justify-content: space-between;
  gap: 16px;
  padding: 16px 16px 12px;
  border-bottom: 1px solid var(--border-subtle);
}

.console-header div {
  display: grid;
  gap: 3px;
}

.console-kicker,
.meter-label,
.health-topline span,
.health-meta span,
.package-card span,
.job-hint span {
  color: var(--color-asteroid-dust);
  font-size: 12px;
  font-weight: 720;
}

.status-pill {
  padding: 6px 9px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.status-pill.risk {
  color: #fed7aa;
  background: rgba(249, 115, 22, 0.16);
}

.health-card,
.package-card,
.job-hint,
.stats-grid div {
  border: 1px solid var(--border-subtle);
  border-radius: var(--card-radius);
  background: var(--surface-card);
}

.health-card {
  display: grid;
  gap: 12px;
  margin: 14px 14px 10px;
  padding: 15px;
}

.health-topline,
.health-meta {
  justify-content: space-between;
  gap: 12px;
}

.health-topline strong {
  color: #fed7aa;
  font-size: 18px;
}

.gauge-shell {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: end;
  color: var(--color-asteroid-dust);
  font-size: 10px;
  font-weight: 800;
}

.gauge-arc {
  position: relative;
  height: 62px;
  overflow: hidden;
}

.gauge-arc i {
  position: absolute;
  inset: 0 0 auto;
  height: 124px;
  border: 12px solid transparent;
  border-top-color: #ef4444;
  border-right-color: #f59e0b;
  border-bottom-color: #84cc16;
  border-left-color: #22c55e;
  border-radius: 999px;
  transform: rotate(42deg);
}

.gauge-arc b {
  position: absolute;
  left: 50%;
  bottom: 3px;
  width: 52px;
  height: 2px;
  border-radius: 999px;
  background: var(--color-starlight);
  transform: rotate(23deg);
  transform-origin: left center;
}

.health-meta strong {
  display: block;
  margin-top: 3px;
  color: var(--color-starlight);
  font-size: 12px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: 0 14px 10px;
}

.stats-grid div {
  display: grid;
  gap: 4px;
  min-height: 58px;
  place-items: center;
}

.stats-grid span {
  color: var(--color-asteroid-dust);
  font-size: 11px;
  font-weight: 700;
}

.stats-grid strong {
  font-size: 18px;
}

.package-card,
.job-hint {
  display: grid;
  gap: 7px;
  margin: 0 14px 10px;
  padding: 13px;
}

.package-card {
  background: rgba(168, 129, 254, 0.11);
}

.package-card strong,
.job-hint strong {
  font-size: 13px;
  line-height: 1.35;
}

.package-card button {
  width: fit-content;
  margin-top: 3px;
  border: 0;
  border-radius: 10px;
  padding: 8px 11px;
  color: var(--color-deep-space);
  background: var(--color-ai-violet);
  font-size: 12px;
  font-weight: 800;
}

.job-hint {
  margin-bottom: 14px;
  background: rgba(30, 144, 255, 0.09);
}

.mini-chip {
  display: none;
  align-items: center;
  gap: 5px;
  position: absolute;
  left: max(24px, calc((100vw - var(--page-max)) / 2 + 28px));
  bottom: 126px;
  z-index: 2;
  padding: 10px 14px;
  border: 1px solid rgba(168, 129, 254, 0.32);
  border-radius: 999px;
  color: var(--color-starlight);
  background: rgba(11, 11, 11, 0.8);
  box-shadow: rgba(0, 0, 0, 0.28) 0 16px 32px;
  font-size: 13px;
  font-weight: 760;
  backdrop-filter: blur(18px);
  animation: heroRise 680ms cubic-bezier(0.2, 0.72, 0.24, 1) 520ms both, statusGlow 5s ease-in-out 1.2s infinite;
}

.popup-preview {
  display: grid;
  gap: 10px;
  padding: 14px;
  font-size: 12px;
}

.popup-preview-header,
.popup-platform,
.popup-health-panel div,
.popup-secondary-actions,
.popup-package-card div,
.job-widget-head {
  display: flex;
  align-items: center;
}

.popup-preview-header {
  justify-content: space-between;
  min-height: 26px;
}

.popup-preview-header.compact {
  min-height: 22px;
}

.popup-logo {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--color-ai-violet);
  font-weight: 760;
}

.mock-logo-icon {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.popup-version,
.popup-gear {
  color: var(--color-asteroid-dust);
  font-size: 11px;
}

.popup-gear {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid var(--border-subtle);
  border-radius: 8px;
  background: rgba(245, 245, 245, 0.04);
}

.popup-platform {
  gap: 7px;
  min-height: 28px;
  overflow: hidden;
  border: 1px solid var(--border-subtle);
  border-radius: 12px;
  padding: 7px 9px;
  color: var(--color-asteroid-dust);
  background: rgba(245, 245, 245, 0.04);
  white-space: nowrap;
}

.popup-platform.compact {
  min-height: 24px;
  padding: 6px 8px;
}

.mock-platform-logo {
  display: block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  object-fit: contain;
}

.popup-platform .mock-platform-label {
  color: #10a37f;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.6px;
}

.popup-platform.platform-claude .mock-platform-label {
  color: #d97757;
}

.popup-platform strong {
  min-width: 0;
  overflow: hidden;
  color: var(--color-lunar-surface);
  font-size: 11px;
  text-overflow: ellipsis;
}

.popup-gauge-card {
  display: grid;
  justify-items: center;
  gap: 2px;
  border: 1px solid var(--border-subtle);
  border-radius: var(--card-radius);
  padding: 8px 8px 7px;
  background: linear-gradient(180deg, rgba(33, 33, 33, 0.45), rgba(11, 11, 11, 0.62));
}

.popup-gauge-card.compact {
  padding-bottom: 8px;
}

.popup-gauge-wrap {
  position: relative;
  width: 176px;
  height: 94px;
}

.popup-gauge-wrap.small {
  width: 164px;
  height: 88px;
}

.popup-gauge-svg {
  display: block;
  width: 176px;
  height: 97px;
  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.24));
}

.popup-gauge-wrap.small .popup-gauge-svg {
  width: 164px;
  height: 91px;
}

.mock-needle {
  transform: rotate(var(--needle-angle, 0deg));
  transform-origin: 100px 100px;
  animation: needleSettle 1.2s cubic-bezier(0.2, 0.72, 0.24, 1) 620ms both;
}

.glabel {
  position: absolute;
  transform: translateX(-50%);
  font-size: 8.5px;
  font-weight: 800;
  letter-spacing: 0.6px;
  line-height: 1;
  pointer-events: none;
  text-shadow: 0 0 8px #000000;
}

.glabel-crit { color: #fca5a5; left: 19px; top: 56px; }
.glabel-low { color: #fdba74; left: 55px; top: 18px; }
.glabel-fair { color: #fde68a; left: 101px; top: 11px; }
.glabel-good { color: #bef264; left: 142px; top: 33px; }
.glabel-safe { color: #86efac; left: 161px; top: 68px; }

.popup-gauge-wrap.small .glabel-crit { left: 18px; top: 53px; }
.popup-gauge-wrap.small .glabel-low { left: 51px; top: 17px; }
.popup-gauge-wrap.small .glabel-fair { left: 94px; top: 10px; }
.popup-gauge-wrap.small .glabel-good { left: 132px; top: 31px; }
.popup-gauge-wrap.small .glabel-safe { left: 150px; top: 63px; }

.popup-status {
  color: var(--health-color, #fb923c);
  font-size: 16px;
  animation: statusTextGlow 4.8s ease-in-out infinite;
}

.popup-hint {
  color: var(--color-asteroid-dust);
  font-size: 10px;
}

.popup-health-panel,
.popup-package-card {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--border-subtle);
  border-radius: var(--card-radius);
  background: var(--surface-card);
}

.popup-health-panel {
  gap: 7px;
  padding: 10px 12px;
}

.popup-health-panel.compact ul {
  display: none;
}

.popup-health-panel div {
  justify-content: space-between;
  gap: 10px;
  color: var(--color-asteroid-dust);
  font-size: 11px;
}

.popup-health-panel strong {
  color: #fca5a5;
}

.popup-health-panel ul {
  margin: 0;
  border-top: 1px solid var(--border-subtle);
  padding: 7px 0 0 14px;
  color: var(--color-asteroid-dust);
  font-size: 10.5px;
  line-height: 1.45;
}

.popup-health-panel p {
  margin: 0;
  border-top: 1px solid var(--border-subtle);
  padding-top: 7px;
  color: #fb923c;
  font-size: 11px;
  font-weight: 760;
  text-align: center;
}

.popup-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid var(--border-subtle);
  border-radius: var(--card-radius);
  background: var(--surface-card);
}

.popup-stats div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 9px 4px;
}

.popup-stats div + div {
  border-left: 1px solid var(--border-subtle);
}

.popup-stats strong {
  color: var(--color-starlight);
  font-size: 18px;
}

.popup-stats span {
  color: #7a7a84;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.7px;
}

.popup-primary {
  display: flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid rgba(168, 129, 254, 0.52);
  border-radius: var(--button-radius);
  color: var(--color-starlight);
  background: linear-gradient(180deg, #a881fe, #6419ff);
  font-size: 12.5px;
  font-weight: 760;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.popup-primary:hover {
  box-shadow: rgba(168, 129, 254, 0.34) 0 8px 24px -10px;
  transform: translateY(-1px);
}

.popup-primary img {
  display: block;
  width: 15px;
  height: 15px;
  object-fit: contain;
  flex-shrink: 0;
}

.popup-package-card strong {
  padding: 10px 12px 4px;
  color: var(--color-starlight);
  font-size: 10px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.popup-package-card span {
  padding: 0 12px 10px;
  color: var(--color-asteroid-dust);
  font-size: 11px;
  line-height: 1.4;
}

.popup-package-card div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--border-subtle);
}

.popup-package-card button,
.popup-secondary-actions button {
  min-height: 32px;
  border: 0;
  color: var(--color-lunar-surface);
  background: rgba(30, 144, 255, 0.07);
  font-size: 11px;
  font-weight: 720;
}

.popup-package-card button + button,
.popup-secondary-actions button + button {
  border-left: 1px solid var(--border-subtle);
}

.popup-secondary-actions {
  gap: 8px;
}

.popup-secondary-actions button {
  flex: 1;
  border: 1px solid var(--border-subtle);
  border-radius: var(--button-radius);
  background: rgba(245, 245, 245, 0.04);
}

.section {
  width: min(calc(100% - 40px), var(--page-max));
  margin: 0 auto;
  padding: 48px 0;
  content-visibility: auto;
  contain-intrinsic-size: 680px;
}

.hackathon-fit-section {
  padding-inline: 28px;
  border: 1px solid rgba(168, 129, 254, 0.22);
  border-radius: 24px;
  background:
    radial-gradient(circle at 85% 20%, rgba(168, 129, 254, 0.1), transparent 55%),
    rgba(0, 0, 0, 0.18);
}

.editorial-break {
  width: min(calc(100% - 40px), var(--page-max));
  margin: 0 auto;
  padding: 40px 24px;
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
  text-align: center;
}

.editorial-break p {
  max-width: 760px;
  margin: 0 auto;
  color: var(--color-starlight);
  font-size: clamp(18px, 2.6vw, 28px);
  font-weight: 760;
  line-height: 1.25;
}

.section-heading {
  display: grid;
  max-width: 720px;
  gap: 8px;
  margin-bottom: 22px;
}

.section-heading p,
.privacy-card p,
.platform-card p,
.cta-panel p,
.preview-card p,
.workflow p,
.solution-strip span {
  color: var(--color-asteroid-dust);
  font-size: 16.5px;
  line-height: 1.65;
}

.section-heading.compact {
  max-width: 620px;
  margin-inline: auto;
  text-align: center;
}

.section-heading.split,
.privacy-card,
.platform-card,
.cta-panel {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 34px;
  align-items: center;
}

h2 {
  color: var(--color-starlight);
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.06;
}

h3 {
  margin-bottom: 9px;
  color: var(--color-starlight);
  font-size: 19px;
  line-height: 1.22;
}

.card {
  border: 1px solid var(--border-subtle);
  border-radius: var(--card-radius);
  background: var(--surface-card);
  transition: border-color 200ms ease, background 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.card:hover {
  border-color: rgba(168, 129, 254, 0.28);
  background: rgba(33, 33, 33, 0.42);
  box-shadow: rgba(168, 129, 254, 0.1) 0 18px 44px -26px;
  transform: translateY(-2px);
}

.pain-grid,
.use-case-grid,
.feature-grid,
.submission-grid,
.tech-grid,
.criteria-grid {
  display: grid;
  gap: 12px;
}

.pain-grid,
.use-case-grid,
.submission-grid,
.criteria-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.feature-grid,
.tech-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pain-card,
.use-card,
.feature-card,
.submission-card,
.tech-card,
.criteria-card {
  min-height: 178px;
  padding: 22px;
}

.pain-card span,
.submission-card span,
.tech-card span,
.criteria-card span {
  display: inline-flex;
  margin-bottom: 30px;
  color: var(--color-ai-violet);
  font-size: 12px;
  font-weight: 800;
}

.pain-card p,
.use-card p,
.feature-card p,
.submission-card p,
.tech-card p,
.criteria-card p {
  color: var(--color-asteroid-dust);
  font-size: 16px;
  line-height: 1.62;
}

.submission-card strong,
.tech-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--color-starlight);
  font-size: 17px;
  line-height: 1.25;
}

.submission-card a {
  color: var(--color-call-to-action-blue);
  overflow-wrap: anywhere;
}

.tech-card.wide {
  grid-column: span 3;
}

.criteria-card span {
  margin-bottom: 24px;
  color: #c4b5fd;
}

.solution-strip {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
  padding: 18px 20px;
  border: 1px solid var(--border-violet);
  border-radius: var(--card-radius);
  background: rgba(168, 129, 254, 0.1);
  transition: border-color 200ms ease, background 200ms ease, box-shadow 200ms ease;
}

.solution-strip:hover {
  border-color: rgba(168, 129, 254, 0.38);
  background: rgba(168, 129, 254, 0.13);
  box-shadow: rgba(168, 129, 254, 0.09) 0 18px 42px -28px;
}

.solution-strip strong {
  max-width: 440px;
  font-size: 18px;
}

.icon-dot {
  display: block;
  width: 12px;
  height: 12px;
  margin-bottom: 38px;
  border-radius: 50%;
}

.icon-dot.violet {
  background: var(--color-ai-violet);
  box-shadow: rgba(168, 129, 254, 0.52) 0 0 20px;
  animation: statusGlow 5.5s ease-in-out infinite;
}

.icon-dot.blue {
  background: var(--color-call-to-action-blue);
  box-shadow: rgba(30, 144, 255, 0.38) 0 0 18px;
}

.feature-card.wide {
  grid-column: span 2;
}

.workflow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.workflow li {
  display: grid;
  gap: 10px;
  min-height: 176px;
  align-content: start;
  padding: 18px;
  border: 1px solid var(--border-subtle);
  border-radius: var(--card-radius);
  background: linear-gradient(180deg, rgba(33, 33, 33, 0.42), rgba(0, 0, 0, 0.18));
  transition: border-color 200ms ease, transform 200ms ease;
}

.workflow li:hover {
  border-color: rgba(168, 129, 254, 0.26);
  transform: translateY(-2px);
}

.workflow span,
.demo-flow span::before {
  color: var(--color-ai-violet);
  font-size: 12px;
  font-weight: 800;
}

.workflow strong {
  color: var(--color-starlight);
  line-height: 1.25;
}

.workflow p {
  margin-bottom: 0;
  font-size: 13.5px;
}

.demo-flow {
  flex-wrap: wrap;
  gap: 9px;
  justify-content: center;
  padding: 18px;
  border: 1px solid var(--border-subtle);
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(168, 129, 254, 0.08), rgba(30, 144, 255, 0.05)),
    rgba(0, 0, 0, 0.28);
}

.demo-flow span {
  position: relative;
  padding: 10px 13px;
  border: 1px solid rgba(245, 245, 245, 0.1);
  border-radius: 999px;
  background: rgba(11, 11, 11, 0.58);
  font-size: 13.5px;
  font-weight: 720;
  transition: border-color 200ms ease, background 200ms ease, transform 200ms ease;
}

.demo-flow span:hover {
  border-color: rgba(168, 129, 254, 0.28);
  background: rgba(168, 129, 254, 0.09);
  transform: translateY(-1px);
}

.demo-flow span:not(:last-child)::after {
  content: "->";
  margin-left: 10px;
  color: var(--color-ai-violet);
}

.demo-links {
  justify-content: space-between;
  gap: 18px;
  margin-top: 14px;
  padding: 18px 20px;
}

.demo-links strong {
  display: block;
  margin-bottom: 6px;
  color: var(--color-starlight);
  font-size: 16px;
}

.demo-links p {
  max-width: 720px;
  margin: 0;
  color: var(--color-asteroid-dust);
  font-size: 14.5px;
  line-height: 1.55;
}

.linkedin-flow-section {
  padding: 52px 28px;
  border: 1px solid rgba(168, 129, 254, 0.2);
  border-radius: 28px;
  background:
    radial-gradient(circle at 14% 18%, rgba(30, 144, 255, 0.1), transparent 26rem),
    radial-gradient(circle at 86% 20%, rgba(168, 129, 254, 0.14), transparent 28rem),
    rgba(0, 0, 0, 0.22);
}

.linkedin-role-note {
  margin: -4px 0 0;
  color: #c4b5fd;
  font-size: 14px;
  font-weight: 720;
}

.linkedin-workflow {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
  margin-top: 24px;
}

.linkedin-step {
  display: grid;
  gap: 8px;
  min-height: 156px;
  align-content: start;
  padding: 15px;
  border: 1px solid rgba(245, 245, 245, 0.09);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(33, 33, 33, 0.42), rgba(11, 11, 11, 0.48));
}

.linkedin-step span {
  color: var(--color-ai-violet);
  font-size: 11px;
  font-weight: 820;
}

.linkedin-step strong {
  color: var(--color-starlight);
  font-size: 14px;
  line-height: 1.22;
}

.linkedin-step p {
  margin: 0;
  color: var(--color-asteroid-dust);
  font-size: 12.5px;
  line-height: 1.48;
}

.job-mock-grid {
  display: grid;
  grid-template-columns: 0.9fr 0.78fr 1.32fr;
  gap: 14px;
  align-items: stretch;
  margin-top: 18px;
}

.job-mock-card {
  display: grid;
  gap: 12px;
  min-height: 326px;
  padding: 16px;
  border: 1px solid rgba(168, 129, 254, 0.24);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(33, 33, 33, 0.5), rgba(0, 0, 0, 0.34)),
    rgba(11, 11, 11, 0.82);
  box-shadow: rgba(0, 0, 0, 0.22) 0 18px 40px -28px;
}

.job-mock-header,
.archive-head,
.archive-actions,
.ai-shortcuts,
.floating-pill,
.floating-actions {
  display: flex;
  align-items: center;
}

.job-mock-header {
  justify-content: space-between;
  color: var(--color-asteroid-dust);
  font-size: 11px;
}

.job-source-label {
  width: fit-content;
  border: 1px solid rgba(30, 144, 255, 0.24);
  border-radius: 999px;
  padding: 6px 9px;
  color: #7dd3fc;
  background: rgba(30, 144, 255, 0.08);
  font-size: 10px;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.job-current-card {
  display: grid;
  gap: 5px;
  border: 1px solid var(--border-subtle);
  border-radius: 14px;
  padding: 13px;
  background: rgba(245, 245, 245, 0.04);
}

.job-current-card span,
.archive-head span,
.archive-row small {
  color: var(--color-asteroid-dust);
  font-size: 11px;
}

.job-current-card strong {
  color: var(--color-starlight);
  font-size: 17px;
  line-height: 1.25;
}

.job-current-card p {
  margin: 0;
  color: #c4b5fd;
  font-size: 12px;
}

.job-count-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border: 1px solid var(--border-subtle);
  border-radius: 14px;
}

.job-count-grid div {
  display: grid;
  gap: 3px;
  justify-items: center;
  padding: 12px 8px;
  background: rgba(245, 245, 245, 0.035);
}

.job-count-grid div + div {
  border-left: 1px solid var(--border-subtle);
}

.job-count-grid strong {
  color: var(--color-starlight);
  font-size: 22px;
}

.job-count-grid span {
  color: var(--color-asteroid-dust);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.job-mock-card button {
  min-height: 36px;
  border: 1px solid rgba(168, 129, 254, 0.46);
  border-radius: 10px;
  color: var(--color-starlight);
  background: linear-gradient(180deg, #a881fe, #6419ff);
  font-size: 12px;
  font-weight: 760;
}

.job-mock-card .job-secondary-btn,
.archive-actions button {
  border-color: rgba(30, 144, 255, 0.32);
  background: rgba(30, 144, 255, 0.1);
}

.job-mock-card .job-ghost-btn {
  border-color: var(--border-subtle);
  color: #c4b5fd;
  background: rgba(245, 245, 245, 0.035);
}

.floating-job-mock {
  align-content: center;
  justify-items: start;
}

.floating-pill {
  gap: 6px;
  width: max-content;
  max-width: 100%;
  border: 1px solid rgba(168, 129, 254, 0.32);
  border-radius: 999px;
  padding: 9px 12px;
  background: rgba(11, 11, 11, 0.92);
  box-shadow: rgba(168, 129, 254, 0.2) 0 0 20px;
  font-size: 12px;
}

.floating-pill strong {
  color: #86efac;
}

.floating-expanded {
  display: grid;
  gap: 12px;
  width: min(100%, 248px);
  border: 1px solid rgba(245, 245, 245, 0.12);
  border-radius: 16px;
  padding: 14px;
  background: rgba(26, 26, 26, 0.96);
}

.floating-job-title {
  display: grid;
  gap: 4px;
}

.floating-job-title strong {
  color: var(--color-starlight);
  font-size: 14px;
  line-height: 1.25;
}

.floating-job-title span {
  color: var(--color-asteroid-dust);
  font-size: 12px;
}

.floating-actions {
  gap: 8px;
}

.floating-actions button {
  flex: 1;
  min-height: 32px;
  font-size: 11px;
}

.floating-actions button:first-child {
  border-color: rgba(34, 197, 94, 0.3);
  color: #86efac;
  background: rgba(34, 197, 94, 0.11);
}

.archive-mock {
  align-content: start;
}

.archive-head {
  justify-content: space-between;
  gap: 14px;
}

.archive-head div {
  display: grid;
  gap: 4px;
}

.archive-head strong {
  color: var(--color-starlight);
  font-size: 17px;
}

.archive-head em,
.archive-row b {
  flex-shrink: 0;
  border: 1px solid rgba(168, 129, 254, 0.32);
  border-radius: 999px;
  padding: 5px 8px;
  color: #c4b5fd;
  background: rgba(168, 129, 254, 0.09);
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
}

.archive-list {
  display: grid;
  gap: 8px;
}

.archive-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  border: 1px solid var(--border-subtle);
  border-radius: 12px;
  padding: 10px;
  background: rgba(245, 245, 245, 0.035);
}

.archive-row.selected {
  border-color: rgba(168, 129, 254, 0.24);
  background: rgba(168, 129, 254, 0.07);
}

.archive-row input {
  accent-color: var(--color-ai-violet);
}

.archive-row span {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.archive-row strong {
  overflow: hidden;
  color: var(--color-starlight);
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.archive-row b {
  border-color: rgba(30, 144, 255, 0.26);
  color: #7dd3fc;
  background: rgba(30, 144, 255, 0.08);
}

.archive-actions {
  gap: 8px;
}

.archive-actions button {
  flex: 1;
}

.ai-shortcuts {
  flex-wrap: wrap;
  gap: 8px;
}

.ai-shortcuts span,
.mvp-includes span {
  border: 1px solid rgba(245, 245, 245, 0.1);
  border-radius: 999px;
  padding: 7px 9px;
  color: var(--color-lunar-surface);
  background: rgba(245, 245, 245, 0.045);
  font-size: 11px;
  font-weight: 720;
}

.mvp-includes {
  display: grid;
  gap: 12px;
  margin-top: 14px;
  padding: 18px;
}

.mvp-includes strong {
  color: var(--color-starlight);
  font-size: 16px;
}

.mvp-includes div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.job-mock-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.linkedin-page-context {
  grid-column: span 3;
  min-height: 430px;
}

.mock-browser-bar {
  display: flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(245, 245, 245, 0.08);
  border-radius: 12px;
  padding: 8px 10px;
  background: rgba(245, 245, 245, 0.04);
}

.mock-browser-bar span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(245, 245, 245, 0.22);
}

.mock-browser-bar strong {
  margin-left: 6px;
  color: var(--color-asteroid-dust);
  font-size: 11px;
  font-weight: 720;
}

.linkedin-page-shell {
  position: relative;
  display: grid;
  grid-template-columns: 0.72fr 1fr 250px;
  gap: 12px;
  min-height: 346px;
}

.linkedin-job-list,
.linkedin-detail-panel,
.engram-docked-widget {
  border: 1px solid rgba(245, 245, 245, 0.1);
  border-radius: 14px;
  background: rgba(245, 245, 245, 0.045);
}

.linkedin-job-list {
  display: grid;
  gap: 8px;
  align-content: start;
  padding: 12px;
}

.linkedin-brand-line {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--color-lunar-surface);
  font-weight: 820;
}

.linkedin-brand-line b,
.linkedin-in-mark {
  display: inline-grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 5px;
  color: #ffffff;
  background: #0a66c2;
  font-size: 13px;
  font-weight: 900;
}

.linkedin-search-row {
  height: 30px;
  border: 1px solid rgba(10, 102, 194, 0.22);
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.12), transparent 45%),
    rgba(10, 102, 194, 0.12);
}

.linkedin-list-card {
  display: grid;
  gap: 5px;
  border: 1px solid rgba(245, 245, 245, 0.09);
  border-radius: 12px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.18);
}

.linkedin-list-card.active {
  border-color: rgba(10, 102, 194, 0.5);
  background: rgba(10, 102, 194, 0.14);
}

.linkedin-list-card strong {
  overflow: hidden;
  color: var(--color-starlight);
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.linkedin-list-card span {
  color: var(--color-asteroid-dust);
  font-size: 10.5px;
  line-height: 1.35;
}

.linkedin-detail-panel {
  display: grid;
  gap: 10px;
  align-content: start;
  padding: 18px;
}

.company-mark,
.company-avatar {
  display: grid;
  place-items: center;
  border: 1px solid rgba(168, 129, 254, 0.3);
  color: var(--color-starlight);
  background: rgba(168, 129, 254, 0.14);
  font-weight: 820;
}

.company-mark {
  width: 42px;
  height: 42px;
  border-radius: 10px;
}

.company-avatar {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  border-radius: 8px;
  font-size: 11px;
}

.linkedin-detail-panel h3 {
  max-width: 420px;
  margin-bottom: 0;
  font-size: 22px;
}

.linkedin-detail-panel p {
  margin: 0;
  color: var(--color-asteroid-dust);
  font-size: 13px;
}

.linkedin-action-row {
  display: flex;
  gap: 8px;
}

.linkedin-action-row span {
  border: 1px solid rgba(10, 102, 194, 0.34);
  border-radius: 999px;
  padding: 7px 11px;
  color: #bfdbfe;
  background: rgba(10, 102, 194, 0.13);
  font-size: 11px;
  font-weight: 760;
}

.job-description-lines {
  display: grid;
  gap: 8px;
  margin-top: 8px;
}

.job-description-lines i {
  display: block;
  height: 9px;
  border-radius: 999px;
  background: rgba(245, 245, 245, 0.09);
}

.job-description-lines i:nth-child(2) {
  width: 82%;
}

.job-description-lines i:nth-child(3) {
  width: 64%;
}

.job-description-lines i:nth-child(4) {
  width: 74%;
}

.engram-docked-widget {
  display: grid;
  gap: 10px;
  align-content: center;
  padding: 14px;
  border-color: rgba(168, 129, 254, 0.24);
  background: rgba(0, 0, 0, 0.42);
}

.engram-docked-widget .floating-job-title {
  display: flex;
  align-items: center;
  gap: 9px;
}

.engram-docked-widget .floating-job-title div {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.widget-status-row {
  display: flex;
  gap: 7px;
}

.widget-status-row span {
  border: 1px solid rgba(34, 197, 94, 0.26);
  border-radius: 999px;
  padding: 5px 8px;
  color: #86efac;
  background: rgba(34, 197, 94, 0.1);
  font-size: 10px;
  font-weight: 760;
}

.platform-linkedin .mock-platform-label {
  color: #60a5fa;
}

.linkedin-source-panel,
.archive-toolbar,
.package-preview-box,
.handoff-snippet,
.mini-archive-preview {
  display: grid;
  gap: 8px;
  border: 1px solid var(--border-subtle);
  border-radius: 14px;
  padding: 12px;
  background: rgba(245, 245, 245, 0.04);
}

.linkedin-source-panel {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.linkedin-source-panel div {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.linkedin-source-panel span,
.archive-toolbar span,
.package-preview-box span,
.continuation-head span,
.handoff-snippet span,
.mini-archive-preview span {
  color: var(--color-asteroid-dust);
  font-size: 11px;
}

.linkedin-source-panel strong,
.package-preview-box strong,
.continuation-head strong,
.mini-archive-preview strong {
  color: var(--color-starlight);
}

.linkedin-source-panel p {
  margin: 0;
  color: #c4b5fd;
  font-size: 12px;
}

.linkedin-source-panel em {
  border: 1px solid rgba(34, 197, 94, 0.28);
  border-radius: 999px;
  padding: 5px 8px;
  color: #86efac;
  background: rgba(34, 197, 94, 0.1);
  font-size: 10px;
  font-style: normal;
  font-weight: 820;
}

.archive-mock {
  grid-column: span 2;
}

.archive-toolbar {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.archive-toolbar strong {
  color: #c4b5fd;
  font-size: 12px;
}

.package-preview-box {
  gap: 4px;
  border-color: rgba(30, 144, 255, 0.22);
  background: rgba(30, 144, 255, 0.07);
}

.archive-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ai-shortcuts span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.ai-shortcuts img,
.continuation-grid img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.ai-continuation-mock {
  align-content: start;
}

.continuation-head {
  display: grid;
  gap: 5px;
}

.continuation-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.continuation-grid div {
  display: grid;
  gap: 6px;
  justify-items: start;
  border: 1px solid var(--border-subtle);
  border-radius: 14px;
  padding: 12px;
  background: rgba(245, 245, 245, 0.04);
}

.continuation-grid strong {
  color: var(--color-starlight);
  font-size: 13px;
}

.continuation-grid span {
  color: var(--color-asteroid-dust);
  font-size: 11px;
}

.handoff-snippet p {
  margin: 0;
  color: var(--color-lunar-surface);
  font-size: 12.5px;
  line-height: 1.5;
}

.continuity-bridge {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 14px;
  align-items: center;
  margin-top: 14px;
  padding: 16px;
}

.continuity-bridge div {
  display: grid;
  gap: 4px;
}

.continuity-bridge span {
  color: var(--color-asteroid-dust);
  font-size: 11px;
}

.continuity-bridge strong {
  color: var(--color-starlight);
  font-size: 14px;
}

.continuity-bridge i {
  width: 34px;
  height: 1px;
  background: rgba(168, 129, 254, 0.42);
}

.preview-kicker {
  width: fit-content;
  border: 1px solid rgba(168, 129, 254, 0.28);
  border-radius: 999px;
  padding: 6px 9px;
  color: #c4b5fd;
  background: rgba(168, 129, 254, 0.08);
  font-size: 10px;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.job-preview-card {
  border-color: rgba(30, 144, 255, 0.18);
}

.mini-archive-preview ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mini-archive-preview li {
  overflow: hidden;
  border: 1px solid var(--border-subtle);
  border-radius: 10px;
  padding: 8px;
  color: var(--color-lunar-surface);
  background: rgba(0, 0, 0, 0.18);
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.preview-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 12px;
}

.preview-card {
  display: grid;
  gap: 16px;
  min-height: 258px;
  padding: 18px;
}

.preview-card.large {
  grid-row: span 2;
}

.mock-popup-real,
.mini-widget-preview,
.linkedin-widget-preview,
.settings-preview {
  border: 1px solid rgba(168, 129, 254, 0.22);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.34);
}

.standalone-package {
  min-height: 150px;
  align-content: center;
}

.mock-popup-real {
  display: grid;
  gap: 10px;
  padding: 14px;
}

.linkedin-widget-preview strong {
  color: var(--color-starlight);
}

.mini-widget-preview {
  display: grid;
  gap: 12px;
  min-height: 164px;
  align-content: center;
  justify-items: start;
  padding: 18px;
}

.ew-row-compact {
  display: flex;
  align-items: center;
  gap: 5px;
  width: max-content;
  max-width: 100%;
  border: 1px solid rgba(245, 245, 245, 0.12);
  border-radius: 16px;
  padding: 7px 11px;
  background: rgba(11, 11, 11, 0.92);
  color: var(--color-lunar-surface);
  font-size: 12px;
  white-space: nowrap;
  animation: statusGlow 4.8s ease-in-out infinite;
}

.ew-logo {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--color-ai-violet);
  font-size: 11px;
  font-weight: 760;
}

.ew-logo .mock-logo-icon {
  width: 13px;
  height: 13px;
}

.ew-dot {
  color: #5f5f68;
  font-size: 11px;
}

.ew-badge {
  color: #22c55e;
  font-size: 11px;
  font-weight: 760;
}

.ew-muted {
  color: var(--color-asteroid-dust);
  font-size: 11px;
}

.ew-expanded {
  width: min(100%, 230px);
  border: 1px solid rgba(245, 245, 245, 0.12);
  border-radius: 16px;
  padding: 9px 10px;
  background: rgba(11, 11, 11, 0.92);
}

.ew-expanded div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 3px 0;
  font-size: 11px;
}

.ew-expanded span {
  color: var(--color-asteroid-dust);
}

.ew-expanded strong {
  color: var(--color-lunar-surface);
}

.linkedin-widget-preview {
  display: grid;
  gap: 8px;
  width: min(100%, 232px);
  min-height: 170px;
  align-content: center;
  padding: 12px 14px;
  border-color: #333333;
  background: #1a1a1a;
}

.job-widget-head {
  justify-content: space-between;
}

.job-widget-head strong {
  color: #a78bfa;
  font-size: 12px;
}

.job-widget-head span {
  color: #777777;
  font-size: 12px;
}

.linkedin-widget-preview p {
  margin: 0;
  overflow: hidden;
  border-bottom: 1px solid #2a2a2a;
  padding-bottom: 6px;
  color: #888888;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.linkedin-widget-preview button {
  width: 100%;
  border: 0;
  border-radius: 6px;
  padding: 8px 10px;
  color: #ffffff;
  background: #7c3aed;
  font-size: 11px;
  font-weight: 600;
}

.linkedin-widget-preview button + button {
  border: 1px solid #333333;
  color: #a78bfa;
  background: #1a1a1a;
}

.linkedin-widget-preview small {
  min-height: 13px;
  color: #4a4a4a;
  font-size: 10px;
  text-align: center;
}

.settings-preview {
  display: grid;
  overflow: hidden;
  min-height: 170px;
  align-content: center;
}

.settings-preview-head {
  padding: 10px 12px 8px;
  border-bottom: 1px solid var(--border-subtle);
  color: var(--color-starlight);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.settings-preview-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-bottom: 1px solid var(--border-subtle);
  color: var(--color-lunar-surface);
  font-size: 12px;
}

.settings-preview-row:last-child {
  border-bottom: 0;
}

.settings-preview-row span {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 8px;
}

.settings-preview-row img {
  display: block;
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.settings-preview-row strong {
  flex-shrink: 0;
  border: 1px solid rgba(34, 197, 94, 0.28);
  border-radius: 999px;
  padding: 4px 8px;
  color: #86efac;
  background: rgba(34, 197, 94, 0.1);
  font-size: 10px;
}

.settings-preview-row strong.available {
  border-color: rgba(30, 144, 255, 0.28);
  color: #7dd3fc;
  background: rgba(30, 144, 255, 0.08);
}

.settings-preview-row.muted span {
  color: var(--color-asteroid-dust);
}

.privacy-card,
.platform-card {
  padding: 28px;
}

.platform-card-body {
  display: grid;
  gap: 14px;
}

.platform-support-list {
  flex-wrap: wrap;
  gap: 8px;
}

.platform-disclaimer {
  margin: 0;
  color: #858590;
  font-size: 12px !important;
  line-height: 1.55 !important;
}

.privacy-card p:last-child {
  margin-bottom: 0;
}

.cta-panel {
  padding: 28px;
  border: 1px solid rgba(168, 129, 254, 0.26);
  border-radius: 24px;
  background:
    radial-gradient(circle at 78% 30%, rgba(168, 129, 254, 0.16), transparent 24rem),
    rgba(0, 0, 0, 0.38);
  transition: border-color 220ms ease, box-shadow 220ms ease;
}

.cta-panel:hover {
  border-color: rgba(168, 129, 254, 0.38);
  box-shadow: rgba(168, 129, 254, 0.12) 0 18px 54px -30px;
}

.cta-panel .hero-actions {
  justify-content: flex-end;
  margin-top: 0;
}

.built-by {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.site-footer {
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
  width: min(calc(100% - 40px), var(--page-max));
  margin: 0 auto;
  padding: 24px 0 34px;
  border-top: 1px solid var(--border-subtle);
  color: var(--color-asteroid-dust);
  font-size: 13px;
}

.site-footer strong {
  color: var(--color-starlight);
  font-size: 14px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-logo-icon {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.footer-brand div {
  display: grid;
  gap: 4px;
}

.footer-links {
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

.footer-disclaimer {
  flex-basis: 100%;
  margin: 0;
  color: #787884;
  font-size: 11.5px;
  line-height: 1.5;
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 620ms cubic-bezier(0.2, 0.72, 0.24, 1) var(--reveal-delay, 0ms),
    transform 620ms cubic-bezier(0.2, 0.72, 0.24, 1) var(--reveal-delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes heroRise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes productEntrance {
  from {
    opacity: 0;
    transform: translateY(18px) var(--product-transform);
  }
  to {
    opacity: 1;
    transform: var(--product-transform);
  }
}

@keyframes productGlow {
  0%, 100% {
    box-shadow: rgba(168, 129, 254, 0.13) 0 0 40px;
  }
  50% {
    box-shadow: rgba(168, 129, 254, 0.22) 0 0 58px;
  }
}

@keyframes statusGlow {
  0%, 100% {
    box-shadow: rgba(168, 129, 254, 0.22) 0 0 18px;
  }
  50% {
    box-shadow: rgba(168, 129, 254, 0.38) 0 0 26px;
  }
}

@keyframes statusTextGlow {
  0%, 100% {
    text-shadow: 0 0 0 rgba(249, 115, 22, 0);
  }
  50% {
    text-shadow: 0 0 14px rgba(249, 115, 22, 0.32);
  }
}

@keyframes needleSettle {
  from {
    transform: rotate(var(--needle-start-angle, -74deg));
  }
  to {
    transform: rotate(var(--needle-angle, 0deg));
  }
}

@keyframes auraDrift {
  from {
    transform: translate3d(-1.5%, -1%, 0) scale(1);
  }
  to {
    transform: translate3d(1.5%, 1%, 0) scale(1.04);
  }
}

@keyframes gridDrift {
  from {
    background-position: 0 0, 0 0;
  }
  to {
    background-position: 58px 58px, 58px 58px;
  }
}

/* ── Demo video section ─────────────────────────────────────────── */

.demo-video-section {
  text-align: center;
}

.demo-video-section .section-heading {
  margin-bottom: 28px;
}

.video-wrap {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(168, 129, 254, 0.20);
  background:
    radial-gradient(circle at 50% 20%, rgba(168, 129, 254, 0.14), transparent 45%),
    rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 28px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(245, 245, 245, 0.04);
}

.video-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

@media (max-width: 980px) {
  .nav-links {
    display: none;
  }

  .creator-nav-link {
    display: none;
  }

  .hero {
    min-height: 920px;
    padding-top: 102px;
  }

  .product-console {
    top: auto;
    right: 50%;
    bottom: 52px;
    width: min(430px, calc(100% - 40px));
    --product-transform: translateX(50%) perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  }

  .mini-chip {
    left: 24px;
    bottom: 472px;
  }

  .pain-grid,
  .use-case-grid,
  .feature-grid,
  .submission-grid,
  .tech-grid,
  .criteria-grid,
  .workflow,
  .linkedin-workflow,
  .job-mock-grid,
  .preview-grid,
  .section-heading.split,
  .privacy-card,
  .platform-card,
  .cta-panel {
    grid-template-columns: 1fr;
  }

  .feature-card.wide,
  .tech-card.wide,
  .linkedin-page-context,
  .archive-mock,
  .preview-card.large {
    grid-column: auto;
    grid-row: auto;
  }

  .linkedin-page-shell,
  .continuity-bridge {
    grid-template-columns: 1fr;
  }

  .continuity-bridge i {
    width: 1px;
    height: 22px;
  }

  .pain-card,
  .use-card,
  .feature-card,
  .submission-card,
  .tech-card,
  .criteria-card,
  .linkedin-step,
  .workflow li {
    min-height: auto;
  }

  .solution-strip,
  .demo-links {
    display: grid;
  }

  .cta-panel .hero-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 900px) {
  .section {
    width: min(calc(100% - 36px), var(--page-max));
    padding: 42px 0;
  }

  .section-heading {
    gap: 7px;
    margin-bottom: 18px;
  }

  .section-heading p,
  .privacy-card p,
  .platform-card p,
  .cta-panel p,
  .preview-card p,
  .solution-strip span {
    max-width: 64ch;
    font-size: 15.5px;
    line-height: 1.62;
  }

  h2 {
    font-size: clamp(26px, 5.6vw, 38px);
  }

  .pain-grid,
  .use-case-grid,
  .feature-grid,
  .submission-grid,
  .tech-grid,
  .criteria-grid,
  .workflow,
  .linkedin-workflow,
  .job-mock-grid,
  .preview-grid {
    gap: 10px;
  }

  .pain-card,
  .use-card,
  .feature-card,
  .submission-card,
  .tech-card,
  .criteria-card,
  .workflow li,
  .linkedin-step,
  .preview-card,
  .job-mock-card {
    padding: 18px;
  }

  .pain-card span,
  .submission-card span,
  .tech-card span,
  .criteria-card span,
  .icon-dot {
    margin-bottom: 18px;
  }

  .linkedin-flow-section {
    padding: 40px 22px;
  }

  .linkedin-page-context {
    min-height: auto;
  }

  .linkedin-page-shell {
    min-height: auto;
  }
}

@media (max-width: 760px), (pointer: coarse) {
  body {
    background:
      radial-gradient(circle at 50% 0%, rgba(168, 129, 254, 0.13), transparent 22rem),
      linear-gradient(180deg, var(--color-deep-space), var(--color-midnight-ink) 24rem, var(--color-deep-space));
  }

  .site-header {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: rgba(0, 0, 0, 0.9);
  }

  .header-links {
    gap: 8px;
  }

  .hero {
    display: grid;
    min-height: auto;
    padding-bottom: 42px;
  }

  .hero-content {
    order: 1;
  }

  .hero-scene {
    position: relative;
    order: 2;
    inset: auto;
    min-height: 0;
    margin-top: 28px;
    overflow: visible;
  }

  .hero-scene::before,
  .scene-grid {
    animation: none;
  }

  .hero-scene::before {
    inset: -18px;
    opacity: 0.2;
  }

  .scene-grid {
    opacity: 0.18;
    mask-image: linear-gradient(180deg, black, transparent 78%);
  }

  .scene-orbit {
    display: none;
  }

  .product-console {
    position: relative;
    inset: auto;
    right: auto;
    bottom: auto;
    width: min(100%, 390px);
    margin: 0 auto;
    --product-transform: none;
    transform: none;
    animation: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: rgba(168, 129, 254, 0.12) 0 0 24px;
  }

  .product-console:hover,
  .card:hover,
  .workflow li:hover,
  .demo-flow span:hover,
  .button:hover,
  .popup-primary:hover,
  .cta-panel:hover,
  .solution-strip:hover {
    transform: none;
    box-shadow: none;
  }

  .hero-content .badge,
  .hero-content .hero-brand-icon,
  .hero-content .eyebrow,
  .hero-content h1,
  .hero-content .hero-line,
  .hero-content .hero-copy,
  .hero-content .hero-actions,
  .hero-content .compatible-row,
  .hero-content .support-note,
  .hero-content .creator-links,
  .icon-dot.violet,
  .popup-status,
  .ew-row-compact {
    animation: none;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .button {
    min-height: 44px;
  }
}

@media (max-width: 640px) {
  .site-header {
    height: 56px;
  }

  .header-links .button {
    min-height: 36px;
    padding: 0 12px;
    font-size: 13px;
  }

  .hero {
    padding-top: 82px;
    padding-bottom: 34px;
  }

  .hero-content {
    padding-top: 0;
  }

  .hero-brand-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }

  .badge {
    margin-bottom: 12px;
    padding: 6px 10px;
  }

  .eyebrow {
    margin-bottom: 8px;
    letter-spacing: 0.08em;
  }

  h1 {
    margin-bottom: 8px;
    font-size: clamp(40px, 14vw, 58px);
    line-height: 0.96;
  }

  .hero-line {
    max-width: 12em;
    margin-bottom: 10px;
    font-size: clamp(21px, 7vw, 28px);
    line-height: 1.12;
  }

  .hero-copy {
    max-width: 34rem;
    margin-bottom: 0;
    font-size: 15.5px;
    line-height: 1.62;
  }

  .hero-actions {
    gap: 10px;
    margin-top: 18px;
  }

  .hero-scene {
    margin-top: 22px;
  }

  .hero .product-console {
    max-width: 342px;
    gap: 8px;
    padding: 12px;
    border-radius: 16px;
  }

  .hero .product-console .popup-health-panel,
  .hero .product-console .popup-package-card,
  .hero .product-console .popup-secondary-actions {
    display: none;
  }

  .hero .popup-gauge-card {
    padding: 8px 8px 6px;
  }

  .hero .popup-gauge-wrap {
    width: 154px;
    height: 82px;
  }

  .hero .popup-gauge-svg {
    width: 154px;
    height: 85px;
  }

  .hero .popup-stats div {
    padding: 8px 4px;
  }

  .compatible-row,
  .support-note,
  .creator-links {
    gap: 7px;
    margin-top: 12px;
  }

  .section {
    width: min(calc(100% - 30px), var(--page-max));
    padding: 30px 0;
  }

  .section-heading {
    margin-bottom: 16px;
  }

  .section-heading.compact {
    text-align: left;
  }

  .hackathon-fit-section,
  .linkedin-flow-section {
    padding: 28px 16px;
    border-radius: 20px;
  }

  .editorial-break {
    width: min(calc(100% - 30px), var(--page-max));
    padding: 28px 8px;
  }

  .editorial-break p {
    font-size: clamp(18px, 6vw, 24px);
    line-height: 1.28;
  }

  .card {
    border-radius: 14px;
  }

  .pain-card,
  .use-card,
  .feature-card,
  .submission-card,
  .tech-card,
  .criteria-card,
  .workflow li,
  .linkedin-step,
  .preview-card,
  .job-mock-card,
  .privacy-card,
  .platform-card,
  .cta-panel,
  .mvp-includes,
  .demo-links {
    padding: 16px;
  }

  .pain-card p,
  .use-card p,
  .feature-card p,
  .submission-card p,
  .tech-card p,
  .criteria-card p,
  .linkedin-step p {
    font-size: 14.5px;
    line-height: 1.56;
  }

  .solution-strip,
  .demo-links,
  .continuity-bridge,
  .mvp-includes {
    margin-top: 10px;
  }

  .demo-flow {
    gap: 8px;
    padding: 12px;
    border-radius: 18px;
  }

  .demo-flow span {
    padding: 9px 11px;
    border-radius: 12px;
    font-size: 13px;
  }

  .linkedin-page-shell {
    gap: 10px;
  }

  .linkedin-job-list,
  .linkedin-detail-panel,
  .engram-docked-widget {
    padding: 12px;
  }

  .linkedin-detail-panel h3 {
    font-size: 18px;
  }

  .job-description-lines i:nth-child(n + 4),
  .linkedin-list-card:nth-of-type(n + 4) {
    display: none;
  }

  .preview-grid .mock-popup-real {
    padding: 12px;
  }

  .privacy-card,
  .platform-card,
  .cta-panel {
    gap: 16px;
  }

  .site-footer {
    padding-bottom: 28px;
  }
}

@media (max-width: 620px) {
  .site-header {
    width: min(calc(100% - 20px), var(--page-max));
    height: 58px;
    padding: 0 10px;
  }

  .brand {
    min-width: 0;
  }

  .button-ghost {
    display: none;
  }

  .hero-actions .button-ghost {
    display: inline-flex;
  }

  .hero {
    padding: 88px 16px 44px;
  }

  h1 {
    font-size: clamp(42px, 15vw, 64px);
  }

  .hero-line {
    font-size: clamp(22px, 7vw, 30px);
  }

  .hero-copy {
    font-size: 15.5px;
    line-height: 1.55;
  }

  .product-console {
    width: 100%;
  }

  .mini-chip {
    bottom: 458px;
    left: 18px;
    max-width: calc(100% - 36px);
    font-size: 12px;
  }

  .section {
    width: min(calc(100% - 32px), var(--page-max));
    padding: 34px 0;
    contain-intrinsic-size: 620px;
  }

  .linkedin-flow-section {
    width: min(calc(100% - 32px), var(--page-max));
    padding: 30px 16px;
  }

  .pain-card,
  .use-card,
  .feature-card,
  .privacy-card,
  .platform-card,
  .cta-panel {
    padding: 18px;
  }

  .section-heading p,
  .privacy-card p,
  .platform-card p,
  .cta-panel p,
  .preview-card p,
  .workflow p,
  .solution-strip span {
    font-size: 15px;
    line-height: 1.58;
  }

  h2 {
    font-size: clamp(25px, 8vw, 34px);
  }

  h3 {
    font-size: 17px;
  }

  .hero-actions,
  .cta-panel .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .hero-actions .button,
  .cta-panel .button {
    width: 100%;
  }

  .compatible-row,
  .support-note,
  .creator-links,
  .built-by,
  .footer-links {
    align-items: stretch;
  }

  .platform-chip,
  .support-note span {
    max-width: 100%;
  }

  .video-wrap {
    border-radius: 14px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.38);
  }

  .stats-grid,
  .mock-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .demo-flow {
    justify-content: flex-start;
  }

  .demo-flow span {
    width: 100%;
  }

  .demo-flow span:not(:last-child)::after {
    float: right;
  }

  .archive-row {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .archive-row b {
    grid-column: 2;
    width: fit-content;
  }

  .archive-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .popup-package-card div,
  .popup-secondary-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .popup-package-card button + button,
  .popup-secondary-actions button + button {
    border-left: 0;
    border-top: 1px solid var(--border-subtle);
  }

  .linkedin-page-shell {
    min-height: auto;
  }

  .site-footer {
    width: min(calc(100% - 32px), var(--page-max));
    display: grid;
    gap: 8px;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 480px) {
  .brand-mark {
    box-shadow: none;
  }

  .hero {
    padding-inline: 15px;
  }

  .hero-copy,
  .section-heading p,
  .privacy-card p,
  .platform-card p,
  .cta-panel p,
  .preview-card p,
  .workflow p,
  .solution-strip span {
    font-size: 14.5px;
  }

  .button {
    min-height: 46px;
    padding-inline: 14px;
  }

  .platform-chip,
  .support-note span,
  .creator-links a,
  .built-by a {
    font-size: 12.5px;
  }

  .video-wrap {
    border-radius: 12px;
  }

  .archive-head,
  .linkedin-source-panel,
  .archive-toolbar,
  .continuity-bridge {
    gap: 10px;
  }
}

@media (max-width: 420px) {
  .site-header {
    border-radius: 0 0 12px 12px;
  }

  .brand-mark {
    width: 30px;
    height: 30px;
  }

  .brand-name {
    font-size: 14px;
  }

  .hero-brand-icon {
    width: 48px;
    height: 48px;
  }

  .badge {
    max-width: 100%;
    white-space: normal;
  }

  .popup-preview {
    padding: 12px;
  }

  .popup-gauge-wrap {
    width: 164px;
    height: 88px;
  }

  .popup-gauge-svg {
    width: 164px;
    height: 91px;
  }

  .popup-stats strong {
    font-size: 16px;
  }

  .pain-card,
  .use-card,
  .feature-card,
  .submission-card,
  .tech-card,
  .criteria-card,
  .preview-card,
  .job-mock-card,
  .mvp-includes,
  .demo-links {
    padding: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .button:hover,
  .card:hover,
  .workflow li:hover,
  .demo-flow span:hover,
  .popup-primary:hover {
    transform: none;
  }

  .scene-grid,
  .hero-scene::before,
  .hero-brand-icon,
  .mini-chip,
  .ew-row-compact,
  .icon-dot.violet,
  .popup-status,
  .product-console,
  .mock-needle {
    animation: none !important;
  }
}
