:root {
  --ink: #050b1f;
  --ink-2: #0a1230;
  --panel: rgba(28, 23, 54, 0.72);
  --line: rgba(173, 145, 255, 0.25);
  --violet: #7c3cff;
  --violet-2: #b85cff;
  --lavender: #e8dcff;
  --mint: #05d69a;
  --paper: #f8f9ff;
  --muted: #697087;
  --text: #f7f5ff;
  --shadow: 0 30px 90px rgba(23, 13, 61, 0.24);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  overflow-x: hidden;
}

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

button {
  font: inherit;
}

.cursor-dot {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(184, 92, 255, 0.7);
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  mix-blend-mode: difference;
}

.js-ready .split-word {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}

.js-ready .split-word span {
  display: inline-block;
}

.page-progress {
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 90;
  width: 100%;
  height: 3px;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, var(--mint), var(--violet-2), var(--violet));
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 52px);
  color: #fff;
  background: linear-gradient(180deg, rgba(5, 11, 31, 0.86), rgba(5, 11, 31, 0));
}

.brand,
.header-action,
.primary-button,
.ghost-button,
.inline-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.brand {
  font-weight: 800;
  font-size: 22px;
}

.brand-mark,
.drop-icon,
.cta-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, var(--violet-2), var(--violet));
  box-shadow: 0 14px 34px rgba(124, 60, 255, 0.38);
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 36px);
  font-size: 14px;
  font-weight: 700;
}

.header-action {
  min-height: 42px;
  padding: 0 18px;
  border-radius: 8px;
  font-weight: 800;
  background: linear-gradient(135deg, var(--violet), #5b2cff);
}

.hero {
  position: relative;
  min-height: calc(100vh - 64px);
  padding: 118px clamp(18px, 4vw, 52px) 56px;
  color: var(--text);
  background:
    radial-gradient(circle at 80% 22%, rgba(124, 60, 255, 0.36), transparent 34%),
    radial-gradient(circle at 10% 10%, rgba(5, 214, 154, 0.11), transparent 26%),
    linear-gradient(135deg, #050b1f 0%, #081232 58%, #10072a 100%);
  overflow: hidden;
}

.pulse-field {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.65;
}

.hero::after {
  content: "";
  position: absolute;
  right: -12%;
  bottom: -25%;
  width: 52vw;
  height: 52vw;
  border: 1px solid rgba(124, 60, 255, 0.5);
  border-radius: 50%;
  box-shadow: inset 0 0 80px rgba(124, 60, 255, 0.18);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  align-items: center;
  gap: clamp(38px, 6vw, 86px);
  max-width: 1280px;
  margin: 0 auto;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  max-width: 100%;
  margin: 0 0 22px;
  padding: 8px 13px;
  border: 1px solid rgba(184, 92, 255, 0.24);
  border-radius: 999px;
  color: #f0ceff;
  background: rgba(184, 92, 255, 0.12);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: #6731cf;
  background: rgba(124, 60, 255, 0.08);
}

.hero h1 {
  max-width: 700px;
  margin: 0;
  font-size: clamp(48px, 6.8vw, 92px);
  line-height: 0.95;
  letter-spacing: 0;
}

.hero h1,
.split-word span {
  background: linear-gradient(135deg, #fff 20%, #f2d8ff 45%, var(--violet-2) 76%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-lede {
  max-width: 600px;
  margin: 28px 0 0;
  color: rgba(247, 245, 255, 0.78);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 36px;
}

.primary-button,
.ghost-button {
  min-height: 56px;
  padding: 0 24px;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 800;
}

.primary-button {
  color: #fff;
  background: linear-gradient(135deg, var(--violet-2), var(--violet) 55%, #5728ff);
  box-shadow: 0 22px 50px rgba(124, 60, 255, 0.35);
}

.primary-button.compact {
  min-height: 48px;
  padding: 0 20px;
}

.ghost-button {
  color: #fff;
  border: 1px solid rgba(232, 220, 255, 0.24);
  background: rgba(255, 255, 255, 0.035);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 28px;
  color: rgba(247, 245, 255, 0.72);
  font-size: 13px;
}

.trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.trust-row svg {
  color: var(--mint);
}

.review-panel {
  position: relative;
  padding: 28px;
  border: 1px solid rgba(232, 220, 255, 0.17);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(28, 23, 54, 0.82), rgba(18, 13, 45, 0.78));
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.panel-tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-bottom: 1px solid rgba(232, 220, 255, 0.12);
}

.panel-tabs button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  border: 0;
  color: rgba(247, 245, 255, 0.72);
  background: transparent;
  font-weight: 800;
}

.panel-tabs .active {
  color: #fff;
  box-shadow: inset 0 -2px 0 var(--violet-2);
}

.drop-zone {
  display: grid;
  place-items: center;
  min-height: 350px;
  margin-top: 22px;
  padding: 42px 24px;
  border: 1px dashed rgba(184, 92, 255, 0.78);
  border-radius: 14px;
  text-align: center;
  background: rgba(8, 12, 35, 0.34);
}

.drop-zone h2 {
  margin: 20px 0 8px;
  font-size: 22px;
}

.drop-zone p {
  max-width: 390px;
  margin: 0 0 24px;
  color: rgba(247, 245, 255, 0.7);
  line-height: 1.6;
}

.scan-result {
  position: absolute;
  right: 26px;
  bottom: -44px;
  display: flex;
  align-items: center;
  gap: 16px;
  width: min(360px, calc(100% - 52px));
  padding: 16px;
  border: 1px solid rgba(232, 220, 255, 0.16);
  border-radius: 16px;
  color: #fff;
  background: rgba(10, 18, 48, 0.92);
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(18px);
}

.scan-result p {
  margin: 4px 0 0;
  color: rgba(247, 245, 255, 0.68);
  font-size: 13px;
  line-height: 1.4;
}

.score-ring {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: conic-gradient(var(--violet) 0 92%, rgba(255, 255, 255, 0.12) 92% 100%);
}

.score-ring span {
  display: grid;
  place-items: center;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background: var(--ink-2);
  font-weight: 900;
}

.logo-band {
  display: flex;
  justify-content: center;
  gap: clamp(22px, 6vw, 78px);
  padding: 30px 18px;
  color: #72798d;
  background: #fff;
  font-weight: 800;
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.08);
}

.section-pad {
  padding: clamp(72px, 9vw, 124px) clamp(18px, 5vw, 64px);
}

.section-head {
  max-width: 720px;
  margin: 0 auto 32px;
  text-align: center;
}

.features {
  padding-top: clamp(58px, 7vw, 92px);
  padding-bottom: clamp(44px, 5vw, 70px);
}

.section-head h2,
.report-stack h2,
.motion-copy h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
  letter-spacing: 0;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  max-width: 1220px;
  margin: 0 auto;
}

.feature-card {
  padding: 28px;
  border: 1px solid rgba(124, 60, 255, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 70px rgba(30, 41, 59, 0.08);
}

.feature-card svg {
  width: 42px;
  height: 42px;
  padding: 10px;
  border-radius: 10px;
  color: var(--violet);
  background: rgba(124, 60, 255, 0.08);
}

.feature-card h3 {
  margin: 24px 0 10px;
  font-size: 18px;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.workflow {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 34px;
  align-items: center;
  max-width: 1220px;
  margin: 0 auto;
  padding-top: clamp(28px, 4vw, 52px);
  padding-bottom: clamp(52px, 6vw, 84px);
}

.code-window,
.report-stack,
.cta-strip {
  border: 1px solid rgba(124, 60, 255, 0.11);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(30, 41, 59, 0.1);
}

.window-top {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.window-top span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #ff5f56;
}

.window-top span:nth-child(2) {
  background: #ffbd2e;
}

.window-top span:nth-child(3) {
  background: #27c93f;
}

.window-top strong {
  margin-left: 12px;
  font-size: 14px;
}

pre {
  margin: 0;
  padding: 28px;
  overflow-x: auto;
  color: #28214f;
  font-size: 16px;
  line-height: 1.75;
}

.report-stack {
  padding: clamp(24px, 4vw, 42px);
}

.report-stack .eyebrow {
  margin-bottom: 18px;
}

.report-item {
  margin-top: 16px;
  padding: 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-left: 4px solid var(--mint);
  border-radius: 8px;
  background: #fff;
}

.report-item span {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.report-item.high {
  border-left-color: #ff4d6d;
}

.report-item.medium {
  border-left-color: #ffb020;
}

.inline-link {
  width: max-content;
  margin-top: 22px;
  color: var(--violet);
  font-weight: 900;
}

.motion-stage {
  color: #fff;
  background:
    radial-gradient(circle at 30% 25%, rgba(5, 214, 154, 0.12), transparent 30%),
    linear-gradient(135deg, #050b1f 0%, #0a1230 45%, #170b3c 100%);
}

.motion-pin {
  position: relative;
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  align-items: center;
  gap: clamp(24px, 6vw, 72px);
  min-height: min(760px, 92vh);
  padding: clamp(76px, 8vw, 104px) clamp(18px, 5vw, 64px);
  overflow: hidden;
}

.motion-copy {
  max-width: 540px;
}

.orbit-wrap {
  position: relative;
  min-height: 460px;
}

.orbit-wrap svg {
  width: 100%;
  height: 100%;
  min-height: 460px;
  overflow: visible;
}

#orbit-path {
  fill: none;
  stroke: rgba(184, 92, 255, 0.68);
  stroke-width: 2;
  stroke-dasharray: 10 12;
}

.orbit-dot {
  fill: var(--mint);
  filter: drop-shadow(0 0 18px rgba(5, 214, 154, 0.9));
}

.floating-chip {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 18px;
  border: 1px solid rgba(232, 220, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
  font-weight: 900;
}

.chip-a {
  top: 16%;
  left: 7%;
}

.chip-b {
  top: 48%;
  right: 6%;
}

.chip-c {
  left: 22%;
  bottom: 12%;
}

.pricing {
  background: #fff;
}

.cta-strip {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  max-width: 1040px;
  margin: 0 auto;
  padding: clamp(22px, 4vw, 34px);
  background:
    linear-gradient(135deg, rgba(124, 60, 255, 0.1), rgba(5, 214, 154, 0.05)),
    #fff;
}

.cta-strip h3 {
  margin: 0 0 8px;
  font-size: 24px;
}

.cta-strip p {
  margin: 0;
  color: var(--muted);
}

.site-footer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding: 30px clamp(18px, 5vw, 64px);
  color: rgba(247, 245, 255, 0.72);
  background: #070d24;
  font-weight: 800;
}

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

  .site-header nav {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-top: 104px;
  }

  .hero-grid,
  .workflow,
  .motion-pin {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 54px;
  }

  .review-panel {
    padding: 18px;
  }

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

  .logo-band,
  .site-footer {
    flex-wrap: wrap;
    grid-template-columns: repeat(2, 1fr);
  }

  .motion-pin {
    align-content: center;
    padding-top: 92px;
  }

  .cta-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding-inline: 14px;
  }

  .header-action span {
    display: none;
  }

  .hero h1 {
    font-size: 48px;
  }

  .feature-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .panel-tabs button {
    font-size: 13px;
  }

  .drop-zone {
    min-height: 310px;
  }

  .scan-result {
    position: static;
    width: 100%;
    margin-top: 16px;
  }
}
