/* shared-aurora-orange.css — AUTO-GENERATED from shared.css by scripts/make-orange-skin.mjs.
   Brand orange-on-light system: #FD6F1D primary / #E65C00 text-safe / #A8460A text-on-light / #FDDFC7 peach glow / cream bg.
   Includes appended design-QA corrections (WCAG + 7 iron rules). Do not hand-edit; re-run the script to regenerate. */
@font-face {
  font-family: "MockSans";
  src: local("Geist"), local("Satoshi"), local("Plus Jakarta Sans"), local("Microsoft YaHei");
}

:root {
  --bg: #fbf7f1;
  --surface: #ffffff;
  --surface-soft: #fbefe3;
  --surface-cool: #fbf4ec;
  --ink: #101828;
  --muted: #475467;
  --faint: #667085;
  --line: rgba(253,111,29, 0.18);
  --line-strong: rgba(230,92,0, 0.28);
  --primary: #fd6f1d;
  --primary-deep: #e65c00;
  --cyan: #ff9f67;
  --emerald: #25b37e;
  --gold: #f5a524;
  --rose: #f06a6a;
  --shadow: 0 28px 90px rgba(16, 24, 40, 0.12);
  --soft-shadow: 0 18px 55px rgba(16, 24, 40, 0.08);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 8%, rgba(253,111,29, 0.16), transparent 30vw),
    radial-gradient(circle at 88% 14%, rgba(255,159,103, 0.14), transparent 26vw),
    linear-gradient(180deg, #ffffff 0%, var(--bg) 48%, #ffffff 100%);
  font-family: MockSans, "Noto Sans SC", "Microsoft YaHei", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    linear-gradient(rgba(230,92,0, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(230,92,0, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.95), transparent 82%);
}

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

.page {
  position: relative;
  z-index: 1;
}

.shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 18px;
  z-index: 10;
  width: min(1050px, calc(100% - 32px));
  margin: 18px auto 0;
  padding: 8px;
  border: 1px solid rgba(230,92,0, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(18px) saturate(1.4);
  box-shadow: 0 18px 48px rgba(16, 24, 40, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-left: 8px;
}

.brand-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  background:
    linear-gradient(135deg, #ef6a12 0%, #ff9f67 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.36), 0 12px 26px rgba(253,111,29, 0.28);
}

.brand-name {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 780;
}

.brand-name small {
  margin-top: 3px;
  color: var(--faint);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-links a {
  padding: 10px 11px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
  transition: color 500ms var(--ease), background 500ms var(--ease);
}

.nav-links a:hover,
.nav-links a.is-active {
  color: var(--ink);
  background: rgba(253,111,29, 0.08);
}

.pill-cta,
.ghost-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 44px;
  padding: 8px 9px 8px 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 760;
  font-size: 14px;
  overflow: hidden;
  transition: transform 500ms var(--ease), box-shadow 500ms var(--ease), border-color 500ms var(--ease);
}

.pill-cta {
  color: #fff;
  background: linear-gradient(135deg, #d8541a 0%, #fd6f1d 46%, #ff9f67 100%);
  box-shadow: 0 18px 42px rgba(253,111,29, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

.ghost-cta {
  color: var(--primary-deep);
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(230,92,0, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.pill-cta::before,
.shine::before {
  content: "";
  position: absolute;
  top: -80%;
  left: -40%;
  width: 34%;
  height: 240%;
  transform: rotate(22deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent);
  animation: sweep 4.6s var(--ease) infinite;
}

.pill-cta:hover,
.ghost-cta:hover {
  transform: translateY(-2px);
}

.pill-cta:active,
.ghost-cta:active {
  transform: translateY(1px) scale(0.99);
}

.cta-icon {
  position: relative;
  z-index: 1;
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: var(--primary-deep);
  background: rgba(255, 255, 255, 0.92);
  transition: transform 500ms var(--ease);
}

.pill-cta:hover .cta-icon,
.ghost-cta:hover .cta-icon {
  transform: translateX(2px) translateY(-1px);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(253,111,29, 0.18);
  color: var(--primary-deep);
  background: rgba(251,239,227, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.signal-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--cyan);
  box-shadow: 0 0 0 5px rgba(255,159,103, 0.14);
  animation: pulse 2.2s var(--ease) infinite;
}

.hero {
  min-height: calc(100dvh - 70px);
  padding: 74px 0 72px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1.08fr);
  align-items: center;
  gap: 54px;
}

.hero h1 {
  margin: 22px 0 20px;
  font-size: clamp(48px, 6vw, 88px);
  line-height: 0.95;
  letter-spacing: -0.075em;
  font-weight: 860;
}

.hero h1 span {
  color: var(--primary-deep);
}

.hero p {
  margin: 0;
  max-width: 620px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.78;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
}

.proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.proof-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(230,92,0, 0.12);
  color: var(--faint);
  font-size: 12px;
  font-weight: 680;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.double-bezel {
  padding: 8px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(230,92,0, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(251,239,227, 0.58));
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.inner-core {
  position: relative;
  overflow: hidden;
  border-radius: calc(var(--radius-xl) - 9px);
  border: 1px solid rgba(230,92,0, 0.10);
  background:
    radial-gradient(circle at 82% 6%, rgba(253,111,29, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(251,247,241, 0.96));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.mock-window {
  min-height: 520px;
}

.window-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(230,92,0, 0.10);
}

.traffic {
  display: flex;
  gap: 7px;
}

.traffic i {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(16, 24, 40, 0.14);
}

.window-title {
  color: var(--muted);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.status-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #0f7a52;
  background: rgba(255,159,103, 0.10);
  font-size: 11px;
  font-weight: 780;
}

.dash-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 14px;
  padding: 18px;
}

.panel {
  position: relative;
  overflow: hidden;
  min-height: 120px;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(230,92,0, 0.10);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.panel h3,
.panel h4 {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.metric {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
}

.metric strong {
  font-family: "Geist Mono", "Cascadia Code", monospace;
  font-size: 48px;
  line-height: 0.95;
  letter-spacing: -0.08em;
}

.metric small {
  color: var(--emerald);
  font-weight: 780;
}

.chart {
  height: 126px;
  margin-top: 16px;
  border-radius: 16px;
  background:
    linear-gradient(rgba(253,111,29, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(253,111,29, 0.08) 1px, transparent 1px);
  background-size: 28px 28px;
  position: relative;
  overflow: hidden;
}

.chart svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.draw-line {
  stroke-dasharray: 520;
  stroke-dashoffset: 520;
  animation: drawLine 2.2s var(--ease) forwards 300ms;
}

.bars {
  display: grid;
  gap: 12px;
}

.bar-row {
  display: grid;
  grid-template-columns: 68px 1fr 38px;
  align-items: center;
  gap: 10px;
  color: var(--faint);
  font-size: 12px;
  font-weight: 720;
}

.bar-track {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(230,92,0, 0.08);
}

.bar-fill {
  height: 100%;
  width: var(--w);
  border-radius: inherit;
  background: linear-gradient(90deg, var(--primary), var(--cyan));
  transform-origin: left;
  animation: growX 1.6s var(--ease) both;
}

.recommendations {
  display: grid;
  gap: 10px;
}

.rec {
  padding: 12px;
  border-radius: 14px;
  background: rgba(251,239,227, 0.64);
  border: 1px solid rgba(230,92,0, 0.08);
}

.rec b {
  display: block;
  margin-bottom: 4px;
  font-size: 13px;
}

.rec span {
  color: var(--faint);
  font-size: 12px;
  line-height: 1.5;
}

.section {
  padding: 90px 0;
}

.section-title {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  gap: 34px;
  align-items: end;
  margin-bottom: 34px;
}

.section-title h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
  letter-spacing: -0.06em;
}

.section-title p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.bento {
  display: grid;
  grid-template-columns: 1.25fr 0.8fr 0.95fr;
  grid-auto-rows: minmax(180px, auto);
  gap: 16px;
}

.bento-card {
  position: relative;
  overflow: hidden;
  padding: 22px;
  border-radius: 28px;
  border: 1px solid rgba(230,92,0, 0.12);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--soft-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.92);
  transition: transform 700ms var(--ease), box-shadow 700ms var(--ease);
}

.bento-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 76px rgba(16, 24, 40, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.bento-card.wide {
  grid-column: span 2;
}

.bento-card.tall {
  grid-row: span 2;
}

.bento-card h3 {
  margin: 0 0 10px;
  font-size: 21px;
  letter-spacing: -0.035em;
}

.bento-card p {
  margin: 0;
  color: var(--faint);
  line-height: 1.7;
}

.flow {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.flow-step {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: start;
}

.flow-step i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: var(--primary-deep);
  background: rgba(253,111,29, 0.10);
  font-style: normal;
  font-family: "Geist Mono", "Cascadia Code", monospace;
  font-size: 12px;
  font-weight: 760;
}

.flow-step b {
  display: block;
  margin-bottom: 3px;
}

.flow-step span {
  color: var(--faint);
  font-size: 13px;
  line-height: 1.55;
}

.scan-box {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.scan-input {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 9px 9px 16px;
  border-radius: 999px;
  border: 1px solid rgba(230,92,0, 0.13);
  background: rgba(255, 255, 255, 0.86);
  overflow: hidden;
}

.scan-input span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 680;
}

.scan-rail {
  position: relative;
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(253,111,29, 0.10);
}

.scan-rail::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 38%;
  border-radius: inherit;
  background: linear-gradient(90deg, transparent, var(--primary), var(--cyan), transparent);
  animation: rail 2.8s var(--ease) infinite;
}

.platforms {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.platforms span {
  padding: 7px 9px;
  border-radius: 999px;
  background: rgba(251,239,227, 0.86);
  color: var(--primary-deep);
  font-size: 11px;
  font-weight: 760;
}

.mock-note {
  display: inline-flex;
  margin-top: 22px;
  padding: 10px 13px;
  border-radius: 999px;
  color: var(--faint);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(230,92,0, 0.10);
  font-size: 12px;
  font-weight: 680;
}

.variant-hero {
  padding: 84px 0 46px;
}

.preview-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 32px;
}

.quick-tabs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  margin-top: 26px;
}

.quick-tab {
  min-height: 92px;
  padding: 13px;
  border-radius: 20px;
  border: 1px solid rgba(230,92,0, 0.12);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88), 0 14px 36px rgba(16, 24, 40, 0.06);
  transition: transform 600ms var(--ease), border-color 600ms var(--ease);
}

.quick-tab:hover {
  transform: translateY(-3px);
  border-color: rgba(230,92,0, 0.24);
}

.quick-tab b {
  display: block;
  margin-bottom: 7px;
  color: var(--primary-deep);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.quick-tab span {
  color: var(--faint);
  font-size: 12px;
  line-height: 1.45;
}

.preview-card {
  min-height: 240px;
  padding: 8px;
  border-radius: 30px;
  border: 1px solid rgba(230,92,0, 0.12);
  background: rgba(255, 255, 255, 0.70);
  box-shadow: var(--soft-shadow);
  transition: transform 700ms var(--ease);
}

.preview-card:hover {
  transform: translateY(-5px);
}

.preview-core {
  height: 100%;
  padding: 22px;
  border-radius: 23px;
  background: linear-gradient(180deg, #ffffff, #fbf4ec);
  border: 1px solid rgba(230,92,0, 0.10);
}

.preview-core h2 {
  margin: 18px 0 10px;
  font-size: 24px;
  letter-spacing: -0.04em;
}

.preview-core p {
  margin: 0;
  color: var(--faint);
  line-height: 1.65;
}

.mini-screen {
  height: 92px;
  border-radius: 18px;
  border: 1px solid rgba(230,92,0, 0.12);
  background:
    radial-gradient(circle at 80% 20%, rgba(255,159,103, 0.24), transparent 34%),
    linear-gradient(135deg, #ffffff, #fbecdd);
  position: relative;
  overflow: hidden;
}

.mini-screen::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 18px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--primary), var(--cyan));
}

.cockpit-theme {
  --bg: #faf5ee;
  --surface-soft: #faf2e8;
  --primary: #e3590a;
  --primary-deep: #b8470a;
  --cyan: #ffab7c;
}

.spark-theme {
  --bg: #fffaf3;
  --surface-soft: #fff4df;
  --primary: #fb8a2e;
  --primary-deep: #cf5510;
  --cyan: #ffa672;
  --gold: #f4b443;
}

.silver-theme {
  --bg: #faf6f0;
  --surface-soft: #f9f1e7;
  --primary: #f5731e;
  --primary-deep: #a8460a;
  --cyan: #ffc59a;
  --emerald: #39a88f;
}

.growth-theme {
  --bg: #fefcf7;
  --surface-soft: #f8f2e6;
  --primary: #1d9a72;
  --primary-deep: #0f6a50;
  --cyan: #ffb488;
  --gold: #d9a321;
}

.atlas-theme {
  --bg: #fbf7f1;
  --surface-soft: #fbeee1;
  --primary: #fd6f1d;
  --primary-deep: #9c3f08;
  --cyan: #ff8f56;
  --emerald: #20b486;
}

.cockpit-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 20px;
  align-items: stretch;
}

.sidebar {
  padding: 18px;
  border-radius: 28px;
  border: 1px solid rgba(230,92,0, 0.12);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--soft-shadow);
}

.side-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 13px;
  border-radius: 16px;
  color: var(--muted);
  font-weight: 720;
  font-size: 13px;
}

.side-item.active {
  color: var(--primary-deep);
  background: rgba(253,111,29, 0.10);
}

.cockpit-main {
  padding: 10px;
  border-radius: 34px;
  border: 1px solid rgba(230,92,0, 0.12);
  background: linear-gradient(180deg, rgba(255,255,255,0.78), rgba(251,239,227,0.68));
  box-shadow: var(--shadow);
}

.cockpit-core {
  padding: 20px;
  border-radius: 26px;
  border: 1px solid rgba(230,92,0, 0.10);
  background: rgba(255, 255, 255, 0.88);
}

.cockpit-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.cockpit-head h1 {
  margin: 0;
  font-size: 28px;
  letter-spacing: -0.055em;
}

.cockpit-head p {
  margin: 5px 0 0;
  color: var(--faint);
  font-size: 13px;
}

.cockpit-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr 0.8fr;
  gap: 12px;
}

.cockpit-card {
  min-height: 146px;
  padding: 15px;
  border-radius: 18px;
  border: 1px solid rgba(230,92,0, 0.10);
  background: rgba(251,247,241, 0.72);
}

.cockpit-card.large {
  grid-column: span 2;
}

.cockpit-card h3 {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.big-number {
  font-family: "Geist Mono", "Cascadia Code", monospace;
  font-size: 46px;
  letter-spacing: -0.08em;
  line-height: 1;
}

.matrix {
  display: grid;
  gap: 8px;
}

.matrix-row {
  display: grid;
  grid-template-columns: 88px 1fr 42px;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--faint);
  font-weight: 720;
}

.spark-orb {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.88), transparent 20%),
    conic-gradient(from 120deg, rgba(253,111,29, 0.36), rgba(255,159,103, 0.28), rgba(245, 165, 36, 0.22), rgba(253,111,29, 0.36));
  filter: blur(3px);
  opacity: 0.72;
  animation: floatOrb 8s var(--ease) infinite alternate;
}

.spark-orb.one {
  right: -90px;
  top: -70px;
}

.spark-orb.two {
  left: -130px;
  bottom: -140px;
  animation-delay: 1.4s;
}

.spark-card {
  position: relative;
  min-height: 560px;
  overflow: hidden;
}

.spark-stack {
  position: relative;
  display: grid;
  gap: 16px;
  padding: 38px;
}

.spark-layer {
  position: relative;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(230,92,0, 0.11);
  background: rgba(255, 255, 255, 0.80);
  box-shadow: 0 18px 46px rgba(16, 24, 40, 0.08);
  animation: floatCard 5s var(--ease) infinite alternate;
}

.spark-layer:nth-child(2) {
  margin-left: 44px;
  animation-delay: 500ms;
}

.spark-layer:nth-child(3) {
  margin-left: 18px;
  animation-delay: 1s;
}

.spark-layer h3 {
  margin: 0 0 8px;
  font-size: 17px;
}

.spark-layer p {
  margin: 0;
  color: var(--faint);
  line-height: 1.6;
}

.device-stage {
  position: relative;
  min-height: 560px;
  perspective: 1200px;
}

.device {
  position: absolute;
  inset: 42px 36px 34px;
  padding: 12px;
  border-radius: 36px;
  background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(236,228,218,.76));
  border: 1px solid rgba(70, 92, 120, .16);
  box-shadow: 0 34px 110px rgba(28, 45, 68, .18), inset 0 1px 0 rgba(255,255,255,.95);
  transform: rotateX(8deg) rotateY(-12deg) rotateZ(1deg);
  animation: deviceTilt 7s var(--ease) infinite alternate;
}

.device-screen {
  height: 100%;
  overflow: hidden;
  border-radius: 27px;
  border: 1px solid rgba(230,92,0,.12);
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(250,245,238,.94));
}

.device-row {
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 12px;
  padding: 16px;
  border-bottom: 1px solid rgba(230,92,0,.08);
}

.device-chip {
  height: 68px;
  border-radius: 18px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(230,92,0,.10);
}

.device-chip:nth-child(2) {
  background:
    radial-gradient(circle at 70% 18%, rgba(245,115,30,.22), transparent 40%),
    rgba(255,255,255,.76);
}

.device-lines {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.device-lines i {
  height: 10px;
  border-radius: 999px;
  background: rgba(16,24,40,.08);
}

.device-lines i:nth-child(1) { width: 78%; }
.device-lines i:nth-child(2) { width: 56%; }
.device-lines i:nth-child(3) { width: 88%; background: linear-gradient(90deg, rgba(245,115,30,.22), rgba(255,197,154,.36)); }

.pipeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-top: 24px;
}

.pipeline::before {
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  top: 42px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(29,154,114,.45), rgba(255,180,140,.45), transparent);
}

.pipe-node {
  position: relative;
  z-index: 1;
  min-height: 150px;
  padding: 16px;
  border-radius: 24px;
  border: 1px solid rgba(29,154,114,.14);
  background: rgba(255,255,255,.80);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.94), 0 18px 48px rgba(22, 88, 69, .08);
}

.pipe-node i {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--cyan));
  font-style: normal;
  font-family: "Geist Mono", "Cascadia Code", monospace;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(29,154,114,.20);
}

.pipe-node h3 {
  margin: 18px 0 8px;
  font-size: 17px;
  letter-spacing: -.035em;
}

.pipe-node p {
  margin: 0;
  color: var(--faint);
  font-size: 13px;
  line-height: 1.6;
}

.atlas-map {
  min-height: 560px;
  position: relative;
  overflow: hidden;
}

.atlas-map::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 40%, rgba(253,111,29,.22), transparent 8%),
    radial-gradient(circle at 72% 28%, rgba(255,143,86,.22), transparent 9%),
    radial-gradient(circle at 62% 72%, rgba(32,180,134,.18), transparent 10%),
    linear-gradient(rgba(253,111,29,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(253,111,29,.06) 1px, transparent 1px);
  background-size: auto, auto, auto, 36px 36px, 36px 36px;
}

.atlas-line {
  position: absolute;
  height: 2px;
  width: 260px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(253,111,29,.64), transparent);
  transform-origin: left center;
  animation: atlasPulse 3.8s var(--ease) infinite;
}

.atlas-line.one { left: 24%; top: 41%; transform: rotate(-18deg); }
.atlas-line.two { left: 45%; top: 34%; transform: rotate(34deg); animation-delay: .8s; }
.atlas-line.three { left: 33%; top: 66%; transform: rotate(14deg); animation-delay: 1.5s; }

.atlas-node {
  position: absolute;
  width: 150px;
  padding: 12px;
  border-radius: 20px;
  border: 1px solid rgba(253,111,29,.14);
  background: rgba(255,255,255,.82);
  box-shadow: 0 18px 58px rgba(16,24,40,.10), inset 0 1px 0 rgba(255,255,255,.92);
}

.atlas-node b {
  display: block;
  margin-bottom: 4px;
  font-size: 13px;
}

.atlas-node span {
  color: var(--faint);
  font-size: 12px;
  line-height: 1.45;
}

.atlas-node.n1 { left: 12%; top: 28%; }
.atlas-node.n2 { right: 10%; top: 18%; }
.atlas-node.n3 { left: 42%; bottom: 14%; }

.theme-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.theme-token {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(230,92,0,.10);
  background: rgba(255,255,255,.72);
  color: var(--faint);
  font-size: 12px;
  font-weight: 720;
}

.theme-token i {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--primary);
}

.final-theme {
  --bg: #fbf7f1;
  --surface-soft: #fbefe3;
  --primary: #fa8228;
  --primary-deep: #c25210;
  --cyan: #ff9f67;
  --emerald: #20b486;
  --gold: #e9a925;
}

.final-hero {
  min-height: calc(100dvh - 76px);
  padding: 62px 0 78px;
}

.final-grid {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(560px, 1.12fr);
  gap: 46px;
  align-items: center;
}

.final-title {
  margin: 22px 0 20px;
  font-size: clamp(48px, 6.6vw, 92px);
  line-height: .93;
  letter-spacing: -.078em;
}

.final-title span {
  color: var(--primary-deep);
}

.final-subtitle {
  margin: 0;
  max-width: 630px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.final-scan {
  margin-top: 28px;
  padding: 9px;
  border-radius: 28px;
  border: 1px solid rgba(230,92,0,.12);
  background: rgba(255,255,255,.76);
  box-shadow: 0 22px 64px rgba(16,24,40,.10), inset 0 1px 0 rgba(255,255,255,.92);
}

.final-scan-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 10px 10px 10px 18px;
  border-radius: 21px;
  border: 1px solid rgba(230,92,0,.08);
  background: linear-gradient(180deg, #fff, #fbf7f1);
}

.final-scan-label {
  display: block;
  margin-bottom: 5px;
  color: var(--faint);
  font-size: 11px;
  font-weight: 780;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.final-scan-value {
  color: var(--ink);
  font-size: 15px;
  font-weight: 760;
}

.final-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 22px;
}

.final-proof {
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(230,92,0,.10);
  background: rgba(255,255,255,.68);
}

.final-proof b {
  display: block;
  font-family: "Geist Mono", "Cascadia Code", monospace;
  font-size: 20px;
  letter-spacing: -.04em;
}

.final-proof span {
  color: var(--faint);
  font-size: 12px;
}

.final-cockpit {
  min-height: 610px;
}

.final-cockpit-grid {
  display: grid;
  grid-template-columns: 1.16fr .84fr;
  gap: 14px;
  padding: 18px;
}

.final-card {
  position: relative;
  overflow: hidden;
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(230,92,0,.10);
  background: rgba(255,255,255,.78);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.94);
}

.final-card.large {
  min-height: 256px;
}

.final-card h3 {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.final-action {
  display: grid;
  gap: 10px;
}

.final-action-item {
  padding: 12px;
  border-radius: 15px;
  background: rgba(251,239,227,.72);
  border: 1px solid rgba(230,92,0,.08);
}

.final-action-item b {
  display: block;
  margin-bottom: 4px;
  font-size: 13px;
}

.final-action-item span {
  color: var(--faint);
  font-size: 12px;
  line-height: 1.5;
}

.final-section {
  padding: 94px 0;
}

.final-band {
  padding: 8px;
  border-radius: 36px;
  border: 1px solid rgba(230,92,0,.12);
  background: rgba(255,255,255,.64);
  box-shadow: var(--soft-shadow);
}

.final-band-core {
  padding: 34px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 88% 10%, rgba(255,159,103,.16), transparent 28%),
    linear-gradient(180deg, #fff, #fbf7f1);
  border: 1px solid rgba(230,92,0,.08);
}

.final-flow {
  display: grid;
  grid-template-columns: 1fr .85fr 1fr;
  gap: 14px;
  margin-top: 26px;
}

.final-flow-card {
  min-height: 230px;
  padding: 20px;
  border-radius: 24px;
  border: 1px solid rgba(230,92,0,.10);
  background: rgba(255,255,255,.78);
}

.final-flow-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  letter-spacing: -.04em;
}

.final-flow-card p {
  margin: 0;
  color: var(--faint);
  line-height: 1.7;
}

.final-case-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 16px;
  margin-top: 28px;
}

.final-case {
  padding: 22px;
  border-radius: 26px;
  border: 1px solid rgba(230,92,0,.10);
  background: rgba(255,255,255,.78);
  box-shadow: var(--soft-shadow);
}

.final-case h3 {
  margin: 0 0 12px;
  font-size: 24px;
  letter-spacing: -.045em;
}

.final-case p {
  color: var(--faint);
  line-height: 1.7;
}

.final-price-row {
  display: grid;
  grid-template-columns: .9fr 1.15fr .95fr;
  gap: 14px;
  margin-top: 28px;
}

.final-price {
  padding: 22px;
  border-radius: 26px;
  border: 1px solid rgba(230,92,0,.10);
  background: rgba(255,255,255,.78);
}

.final-price.featured {
  border-color: rgba(250,128,40,.28);
  box-shadow: 0 28px 80px rgba(250,128,40,.14), inset 0 1px 0 rgba(255,255,255,.94);
}

.final-price h3 {
  margin: 0 0 8px;
  font-size: 22px;
}

.final-price strong {
  display: block;
  margin: 16px 0;
  font-size: 34px;
  letter-spacing: -.06em;
}

.final-price p {
  margin: 0;
  color: var(--faint);
  line-height: 1.65;
}

.final-cta-section {
  padding: 76px 0 94px;
}

.final-cta-box {
  text-align: center;
  padding: 58px 24px;
  border-radius: 38px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,159,103,.18), transparent 30%),
    linear-gradient(180deg, #fff, #fbefe3);
  border: 1px solid rgba(230,92,0,.12);
  box-shadow: var(--shadow);
}

.final-cta-box h2 {
  margin: 0 auto 18px;
  max-width: 760px;
  font-size: clamp(38px, 5vw, 68px);
  line-height: .98;
  letter-spacing: -.065em;
}

.final-cta-box p {
  margin: 0 auto 26px;
  max-width: 650px;
  color: var(--muted);
  line-height: 1.75;
}

.orig-section {
  padding: 92px 0;
}

.orig-section.compact {
  padding: 58px 0;
}

.orig-hero {
  padding: 72px 0 48px;
}

.orig-hero-inner {
  display: grid;
  gap: 28px;
  text-align: center;
  justify-items: center;
}

.orig-hero h1 {
  max-width: 1040px;
  margin: 0;
  font-size: clamp(46px, 7vw, 88px);
  line-height: .94;
  letter-spacing: -.075em;
}

.orig-hero h1 span {
  color: var(--primary-deep);
}

.orig-hero p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.orig-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.orig-checks,
.orig-proof-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.orig-check,
.orig-proof-item {
  padding: 9px 12px;
  border-radius: 999px;
  border: 1px solid rgba(230,92,0,.10);
  background: rgba(255,255,255,.72);
  color: var(--faint);
  font-size: 12px;
  font-weight: 720;
}

.orig-disclaimer {
  max-width: 920px;
  color: var(--faint);
  font-size: 12px;
  line-height: 1.65;
}

.sample-ticker {
  display: grid;
  gap: 12px;
}

.ticker-row {
  display: flex;
  gap: 12px;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.ticker-track {
  display: flex;
  gap: 12px;
  min-width: max-content;
  animation: tickerMove 28s linear infinite;
}

.ticker-row.reverse .ticker-track {
  animation-direction: reverse;
  animation-duration: 34s;
}

.ticker-pill {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 8px;
  align-items: center;
  min-width: 220px;
  padding: 12px 14px;
  border-radius: 999px;
  border: 1px solid rgba(230,92,0,.12);
  background: rgba(255,255,255,.78);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.92);
  color: var(--muted);
  font-size: 13px;
  font-weight: 740;
}

.ticker-pill b {
  color: var(--primary-deep);
  font-family: "Geist Mono", "Cascadia Code", monospace;
}

.product-preview-caption {
  margin-top: 12px;
  text-align: center;
  color: var(--faint);
  font-size: 12px;
}

.orig-two-col {
  display: grid;
  grid-template-columns: 1fr .82fr;
  gap: 18px;
  align-items: stretch;
}

.orig-form-card,
.orig-terminal-card {
  padding: 8px;
  border-radius: 32px;
  border: 1px solid rgba(230,92,0,.12);
  background: rgba(255,255,255,.70);
  box-shadow: var(--soft-shadow);
}

.orig-card-core {
  height: 100%;
  padding: 26px;
  border-radius: 24px;
  border: 1px solid rgba(230,92,0,.08);
  background: linear-gradient(180deg, #fff, #fbf7f1);
}

.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 20px 0;
}

.mock-field {
  display: grid;
  gap: 8px;
}

.mock-field label {
  color: var(--muted);
  font-size: 12px;
  font-weight: 780;
}

.mock-input {
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 16px;
  border: 1px solid rgba(230,92,0,.12);
  background: rgba(255,255,255,.86);
  color: var(--faint);
}

.quick-brand-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.quick-brand-row span {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(250,128,40,.08);
  color: var(--primary-deep);
  font-size: 12px;
  font-weight: 740;
}

.terminal-line {
  margin-top: 18px;
  padding: 16px;
  border-radius: 18px;
  background: #21302b;
  color: #ffe9d4;
  font-family: "Geist Mono", "Cascadia Code", monospace;
  font-size: 13px;
  overflow: auto;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.stat-card {
  min-height: 172px;
  padding: 22px;
  border-radius: 26px;
  border: 1px solid rgba(230,92,0,.10);
  background: rgba(255,255,255,.76);
  box-shadow: var(--soft-shadow);
}

.stat-card strong {
  display: block;
  color: var(--primary-deep);
  font-family: "Geist Mono", "Cascadia Code", monospace;
  font-size: 38px;
  letter-spacing: -.06em;
}

.stat-card b {
  display: block;
  margin: 10px 0 8px;
  font-size: 16px;
}

.stat-card span {
  color: var(--faint);
  font-size: 13px;
  line-height: 1.55;
}

.tool-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.tool-card {
  min-height: 196px;
  padding: 20px;
  border-radius: 26px;
  border: 1px solid rgba(230,92,0,.10);
  background: rgba(255,255,255,.76);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.92);
}

.tool-card h3 {
  margin: 12px 0 8px;
  font-size: 18px;
  letter-spacing: -.035em;
}

.tool-card p {
  margin: 0;
  color: var(--faint);
  font-size: 13px;
  line-height: 1.62;
}

.tool-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: var(--primary-deep);
  background: rgba(250,128,40,.10);
  font-family: "Geist Mono", "Cascadia Code", monospace;
  font-weight: 820;
}

.industry-panel {
  padding: 8px;
  margin-top: 28px;
  border-radius: 34px;
  border: 1px solid rgba(230,92,0,.12);
  background: rgba(255,255,255,.68);
  box-shadow: var(--soft-shadow);
}

.industry-core {
  padding: 24px;
  border-radius: 26px;
  background: linear-gradient(180deg, #fff, #fbf6ee);
  border: 1px solid rgba(230,92,0,.08);
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 16px;
}

.industry-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px;
  border-radius: 16px;
  background: rgba(251,239,227,.72);
  color: var(--muted);
  font-size: 12px;
  font-weight: 720;
}

.industry-item b {
  color: var(--primary-deep);
  font-family: "Geist Mono", "Cascadia Code", monospace;
}

.capability-list {
  display: grid;
  gap: 22px;
  margin-top: 30px;
}

.capability-row {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 18px;
  align-items: center;
  padding: 8px;
  border-radius: 34px;
  border: 1px solid rgba(230,92,0,.10);
  background: rgba(255,255,255,.68);
  box-shadow: var(--soft-shadow);
}

.capability-row:nth-child(even) {
  grid-template-columns: 1.05fr .95fr;
}

.capability-text {
  padding: 26px;
}

.capability-text small {
  color: var(--primary-deep);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.capability-text h3 {
  margin: 12px 0 12px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
  letter-spacing: -.055em;
}

.capability-text p,
.capability-text li {
  color: var(--faint);
  line-height: 1.68;
}

.capability-text ul {
  margin: 16px 0 0;
  padding-left: 18px;
}

.capability-visual {
  min-height: 300px;
  border-radius: 26px;
  border: 1px solid rgba(230,92,0,.10);
  background:
    radial-gradient(circle at 78% 18%, rgba(255,159,103,.18), transparent 28%),
    linear-gradient(180deg, #fff, #fbefe3);
  overflow: hidden;
  position: relative;
}

.capability-visual .chart {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  height: 150px;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.solution-card {
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(230,92,0,.10);
  background: rgba(255,255,255,.76);
  box-shadow: var(--soft-shadow);
}

.solution-card h3 {
  margin: 0 0 12px;
  font-size: 24px;
  letter-spacing: -.04em;
}

.solution-card p {
  color: var(--faint);
  line-height: 1.68;
}

.orig-final-cta {
  text-align: center;
  padding: 62px 24px;
  border-radius: 38px;
  border: 1px solid rgba(230,92,0,.12);
  background:
    radial-gradient(circle at 50% 0%, rgba(255,159,103,.18), transparent 34%),
    linear-gradient(180deg, #fff, #fbefe3);
  box-shadow: var(--shadow);
}

.orig-final-cta h2 {
  max-width: 760px;
  margin: 0 auto 18px;
  font-size: clamp(38px, 5vw, 68px);
  line-height: .98;
  letter-spacing: -.065em;
}

.orig-final-cta p {
  max-width: 640px;
  margin: 0 auto 28px;
  color: var(--muted);
  line-height: 1.75;
}

.orig-cta-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  max-width: 720px;
  margin: 30px auto 0;
}

.orig-cta-metrics div {
  padding: 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(230,92,0,.10);
}

.orig-cta-metrics b {
  display: block;
  color: var(--primary-deep);
  font-family: "Geist Mono", "Cascadia Code", monospace;
  font-size: 24px;
}

.orig-footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(4, 1fr);
  gap: 20px;
}

.orig-footer-grid h4 {
  margin: 0 0 10px;
}

.orig-footer-grid a,
.orig-footer-grid p {
  display: block;
  margin: 0 0 8px;
  color: var(--faint);
  font-size: 13px;
  line-height: 1.6;
}

@keyframes tickerMove {
  to { transform: translateX(-50%); }
}

.footer {
  padding: 46px 0 60px;
  color: var(--faint);
  font-size: 13px;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  filter: blur(6px);
  transition: opacity 900ms var(--ease), transform 900ms var(--ease), filter 900ms var(--ease);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

@keyframes sweep {
  0% { transform: translateX(-220%) rotate(22deg); }
  42%, 100% { transform: translateX(560%) rotate(22deg); }
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(0.75); opacity: 0.62; }
}

@keyframes drawLine {
  to { stroke-dashoffset: 0; }
}

@keyframes growX {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

@keyframes rail {
  0% { transform: translateX(-130%); }
  100% { transform: translateX(310%); }
}

@keyframes floatOrb {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to { transform: translate3d(-20px, 26px, 0) scale(1.06); }
}

@keyframes floatCard {
  from { transform: translateY(0); }
  to { transform: translateY(-10px); }
}

@keyframes deviceTilt {
  from { transform: rotateX(8deg) rotateY(-12deg) rotateZ(1deg) translateY(0); }
  to { transform: rotateX(5deg) rotateY(-7deg) rotateZ(-1deg) translateY(-10px); }
}

@keyframes atlasPulse {
  0%, 100% { opacity: .28; }
  50% { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
    scroll-behavior: auto !important;
  }
}

@media (max-width: 900px) {
  .nav-links {
    display: none;
  }

  .hero-grid,
  .final-grid,
  .section-title,
  .cockpit-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 54px;
  }

  .mock-window {
    min-height: 460px;
  }

  .dash-grid,
  .bento,
  .cockpit-grid,
  .preview-links,
  .quick-tabs,
  .pipeline,
  .final-cockpit-grid,
  .final-flow,
  .final-case-grid,
  .final-price-row,
  .final-proof-grid,
  .orig-two-col,
  .field-grid,
  .stats-grid,
  .tool-grid,
  .industry-grid,
  .capability-row,
  .capability-row:nth-child(even),
  .solution-grid,
  .orig-cta-metrics,
  .orig-footer-grid {
    grid-template-columns: 1fr;
  }

  .bento-card.wide,
  .bento-card.tall,
  .cockpit-card.large {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 560px) {
  .shell {
    width: min(100% - 24px, 1180px);
  }

  .topbar {
    top: 10px;
    width: calc(100% - 20px);
  }

  .brand-name small {
    display: none;
  }

  .pill-cta,
  .ghost-cta {
    width: 100%;
  }

  .hero-actions {
    align-items: stretch;
  }

  .hero h1 {
    font-size: clamp(42px, 14vw, 60px);
  }

  .spark-stack {
    padding: 18px;
  }

  .device {
    position: relative;
    inset: auto;
    min-height: 440px;
    transform: none;
  }

  .spark-layer:nth-child(2),
  .spark-layer:nth-child(3) {
    margin-left: 0;
  }
}

/* ===== design-QA corrections (appended; win by source order) ===== */
:root { --primary-text: #a8460a; } /* AA-safe deep orange for SMALL text on light/peach (>=4.5:1) */

/* WCAG 1.4.3 — small orange text on light/peach pills must be deepened (rule §5 #2) */
.eyebrow { color: var(--primary-text); }
.ghost-cta { color: var(--primary-text); }
.platforms span { color: var(--primary-text); }

/* WCAG — white CTA label was on too-light orange; keep label zone deep, bright glow only at trailing edge */
.pill-cta { background: linear-gradient(135deg, #b8470a 0%, #d8541a 38%, #e65c00 78%, #fd6f1d 100%); }

/* WCAG — success delta was too light a green at 11px */
.metric small { color: #0f7a52; }

/* rule §5 #1 — "Live scan" chip reads as a true green status (AA-safe),
   keeping brand orange exclusive to brand accent (not status) */
.status-chip { color: #0f7a52; background: rgba(37, 179, 126, 0.10); }
.status-chip .signal-dot { background: var(--emerald); }

/* nav — let brand orange actually carry the active state; hover stays neutral */
.nav-links a:hover { color: var(--ink); background: rgba(253, 111, 29, 0.08); }
.nav-links a.is-active { color: #a8460a; background: rgba(253, 111, 29, 0.12); }

/* CJK hero headline — safe leading + keep the accent word 「AI 搜索」unbroken */
.hero h1 { line-height: 1.08; letter-spacing: -0.02em; }
.hero h1 span { white-space: nowrap; }

/* rule §5 #4 — soft grain over the peach glow to prevent banding (sits behind .page content) */
body::after {
  content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 0; opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ===== FINAL direction · Firecrawl Ember (chosen by user 2026-06-05) =====
   Warm-on-light single accent. Refs: Firecrawl (orange-on-light dev tool) + Superpower (orange
   radial) + Mercury (floating-card glow). A strong warm "ember" frames the hero; the accent word
   is a gradient ember; cards stay crisp white; orange张扬一次 (ghost CTA recedes to ink). */
body {
  background:
    radial-gradient(46vw 44vh at 15% -4%, rgba(253, 111, 29, 0.22), transparent 58%),
    radial-gradient(40vw 36vh at 93% 2%, rgba(255, 140, 70, 0.14), transparent 60%),
    radial-gradient(72vw 42vh at 50% -16%, rgba(255, 170, 110, 0.30), transparent 70%),
    linear-gradient(180deg, #ffffff 0%, #fff8f1 50%, #fdf2e7 100%) !important;
}
/* accent word 「AI 搜索」as a warm ember gradient */
.hero h1 span {
  background: linear-gradient(180deg, #fd6f1d 0%, #e65c00 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.eyebrow { color: #e65c00; }
.mock-window { background: rgba(255, 255, 255, 0.94); }
.pill-cta { box-shadow: 0 14px 30px rgba(253, 111, 29, 0.30); }
/* Mercury-style ambient peach halo behind the floating dashboard preview (lifts it off the page) */
.double-bezel { position: relative; }
.double-bezel::before {
  content: ""; position: absolute; inset: -9% -7% -11% -7%; z-index: -1; pointer-events: none;
  border-radius: 44px;
  background: radial-gradient(closest-side, rgba(253, 111, 29, 0.16), rgba(253, 223, 199, 0.10) 55%, transparent 80%);
}
/* single-accent discipline: ghost CTA recedes to ink so the filled orange pill is the ONLY loud element */
.ghost-cta { color: var(--ink); border-color: rgba(33, 57, 52, 0.18); }
.ghost-cta:hover { color: #e65c00; border-color: rgba(253, 111, 29, 0.30); background: rgba(253, 111, 29, 0.06); }
/* full-page cohesion — flow-step numerals carry the same ember accent, sparingly */
.flow-step > i { color: #e65c00; }

/* ===== Spec v1 upgrades (2026-06-06) · 借鉴档案 + 设计系统 spec ===== */
/* serif big-numbers (Function Health / V7 / Wispr) — premium 一步,只给大数字不动 H1 身份 */
.metric strong { font-family: Fraunces, Georgia, "Songti SC", "Noto Serif SC", serif; font-weight: 540; letter-spacing: -0.01em; }
/* tabular-nums everywhere numbers live (Midday / Twenty) */
.metric strong, .metric small, .bars .bar-row span, .flow-step > i, [data-count] { font-variant-numeric: tabular-nums; }
/* warm-gray band 分区 (HubSpot) — give the scan section its own room instead of bare cream */
#scan { background: linear-gradient(180deg, transparent 0%, #f1eee7 10%, #f1eee7 90%, transparent 100%); }
#scan .bento-card { background: #fcfbf8; }
/* border-not-shadow depth (Supabase): elevated cards lift on a faint orange ring, not heavy shadow */
.panel, .bento-card { border: 1px solid rgba(33,57,52,0.08); }
.bento-card:hover { border-color: rgba(253,111,29,0.22); transform: translateY(-2px); }
