@font-face {
  font-family: "Fusion Pixel";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://fusion-pixel-font.takwolf.com/fusion-pixel-12px-proportional-zh_hans.otf.woff2") format("woff2");
  unicode-range:
    U+3000-303F,
    U+3400-4DBF,
    U+4E00-9FFF,
    U+F900-FAFF,
    U+FF00-FFEF;
}

@font-face {
  font-family: "Fusion Pixel";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://fusion-pixel-font.takwolf.com/fusion-pixel-12px-proportional-latin.otf.woff2") format("woff2");
}

@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://v0-pixel-perfect-seven.vercel.app/_next/static/media/36966cca54120369-s.p.woff2") format("woff2");
}

@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("https://v0-pixel-perfect-seven.vercel.app/_next/static/media/36966cca54120369-s.p.woff2") format("woff2");
}

@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://v0-pixel-perfect-seven.vercel.app/_next/static/media/36966cca54120369-s.p.woff2") format("woff2");
}

@font-face {
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/notosanssc/v40/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaG9_FnYw.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/notosanssc/v40/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaG-3FnYw.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/notosanssc/v40/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaGzjCnYw.ttf") format("truetype");
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://v0-pixel-perfect-seven.vercel.app/_next/static/media/d3ebbfd689654d3a-s.p.woff2") format("woff2");
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("https://v0-pixel-perfect-seven.vercel.app/_next/static/media/98e207f02528a563-s.p.woff2") format("woff2");
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://v0-pixel-perfect-seven.vercel.app/_next/static/media/37786be940ec402b-s.p.woff2") format("woff2");
}

:root {
  --bg: #0a0a0a;
  --surface: #0f0f0f;
  --surface-2: #111111;
  --surface-3: #0d0d0d;
  --border: #2d2d2d;
  --text: #f5f5f0;
  --muted: #888888;
  --muted-2: #555555;
  --primary: #ffd400;
  --accent: #ff6b35;
  --mono: "Fusion Pixel", "IBM Plex Mono", monospace;
  --display: "Fusion Pixel", "Space Grotesk", sans-serif;
  --heading-font: "Fusion Pixel", "Space Grotesk", sans-serif;
  --display-large: "Fusion Pixel", "Space Grotesk", sans-serif;
  --body-font: "Fusion Pixel", "IBM Plex Mono", monospace;
  --max-width: 1400px;
  --content-width: 1100px;
}

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

html {
  scroll-behavior: smooth;
}

html,
body {
  cursor: default;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--text);
  font-family: var(--display);
}

.pixel-field {
  position: fixed;
  inset: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.54;
  mix-blend-mode: screen;
}

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

button {
  font: inherit;
}

.container {
  width: min(calc(100% - 48px), var(--max-width));
  margin: 0 auto;
}

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

.section {
  padding: 100px 0;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  border-bottom: 1px solid transparent;
  background: transparent;
  backdrop-filter: none;
  transition:
    background-color 220ms ease,
    border-color 220ms ease,
    backdrop-filter 220ms ease;
}

.site-header.scrolled {
  border-bottom-color: #1d1d1d;
  background: rgba(10, 10, 10, 0.92);
  backdrop-filter: blur(14px);
}

.header-inner {
  min-height: 60px;
  width: min(calc(100% - 48px), var(--max-width));
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.brand::before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--primary);
}

.site-nav,
.header-actions,
.hero-actions,
.showcase-controls,
.trust-strip,
.hero-meta,
.footer-socials {
  display: flex;
  align-items: center;
}

.site-nav {
  justify-content: center;
  gap: 36px;
}

.site-nav a,
.text-link {
  font-family: var(--mono);
  color: var(--muted-2);
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.site-nav a:hover,
.text-link:hover {
  color: var(--text);
}

.header-actions {
  gap: 14px;
}

.button {
  min-height: 56px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.14);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--primary);
  color: #0a0a0a;
  border-color: var(--primary);
  font-family: var(--display);
  font-weight: 700;
}

.button-primary:hover {
  background: #e6c200;
}

.button-ghost {
  background: transparent;
  color: var(--muted);
  border-color: #3d3d3d;
  font-family: var(--mono);
}

.button-ghost:hover {
  border-color: rgba(255, 255, 255, 0.25);
  color: var(--text);
}

.button-sm {
  min-height: 37px;
  padding-inline: 18px;
  border-width: 0;
  font-size: 11px;
  letter-spacing: 1.5px;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  border: 1px solid var(--border);
  background: transparent;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
}

.menu-toggle span {
  width: 18px;
  height: 1px;
  background: var(--text);
}

.hero {
  padding: 100px 0 32px;
  background: #0a0a0a;
}

.hero-stack {
  position: relative;
  display: grid;
  gap: 0;
}

.hero-copy {
  position: static;
  display: grid;
  justify-items: center;
  text-align: center;
  min-height: 368px;
}

.eyebrow,
.section-index,
.feature-tag,
.plan-kicker,
.hero-meta,
.showcase-count,
.showcase-footer,
.trust-strip,
.window-topbar,
.canvas-hud,
.status-strip {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.eyebrow,
.section-index,
.feature-tag,
.plan-kicker {
  color: var(--primary);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  background: #1a1a1a;
  border: 2px solid var(--primary);
  padding: 0 16px;
  margin-top: 0;
  font-weight: 700;
}

.hero-title,
.section-head h2,
.showcase-heading h2,
.cta-panel h2 {
  margin: 0;
  font-family: var(--heading-font);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.05;
}

.feature-card h3,
.step-card h3,
.capability-card h3,
.showcase-meta h3,
.price-card h3 {
  margin: 0;
  font-family: var(--heading-font);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.05;
}

.hero-title {
  margin-top: 32px;
  width: 100%;
  max-width: 1040px;
  font-size: clamp(32px, 10vw, 96px);
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1;
  text-wrap: balance;
}

.hero-title span {
  display: block;
}

.hero-title span:nth-child(3) {
  color: var(--primary);
  display: inline-block;
  white-space: nowrap;
  width: auto;
  margin-inline: auto;
  font-size: clamp(22px, 6vw, 72px);
  letter-spacing: -0.04em;
}

.hero-subtitle,
.section-head p,
.feature-card p,
.step-card p,
.capability-card p,
.showcase-meta p,
.price-card li,
.faq-item p,
.cta-panel p {
  color: var(--muted);
  font-family: var(--mono);
  line-height: 1.6;
}

.section-head p,
.feature-card p,
.step-card p,
.capability-card p,
.showcase-meta p,
.price-card li,
.cta-panel p {
  font-size: 14px;
  letter-spacing: 0.5px;
}

.quote-card p,
.faq-item p {
  font-family: var(--mono);
  letter-spacing: 0.5px;
}

.hero-subtitle {
  max-width: 760px;
  margin: 28px 0 0;
  font-family: var(--mono);
  font-size: 14px;
  line-height: 1.72;
  letter-spacing: 0.65px;
}

.hero-actions {
  gap: 14px;
  margin-top: 40px;
}

.hero-actions .button:first-child {
  width: 220px;
}

.hero-actions .button-ghost {
  width: 200px;
}

.hero-meta {
  justify-content: center;
  margin-top: 20px;
  color: var(--muted-2);
}

.floating-tag,
.avatar-pill {
  position: absolute;
  z-index: 20;
}

.floating-tag {
  min-height: 20px;
  padding: 2px 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #0a0a0a;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.floating-tag::before {
  content: "";
  position: absolute;
  left: -14px;
  top: -14px;
  width: 16px;
  height: 18px;
  background: var(--cursor-color, currentColor);
  clip-path: polygon(10% 10%, 90% 48%, 52% 58%, 34% 96%, 10% 10%);
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.7));
  opacity: 1;
}

.floating-tag::after {
  content: "";
  position: absolute;
  left: -13px;
  top: -13px;
  width: 16px;
  height: 18px;
  border: 1.5px solid #0a0a0a;
  clip-path: polygon(10% 10%, 90% 48%, 52% 58%, 34% 96%, 10% 10%);
  opacity: 1;
}

.tag-yellow {
  background: var(--primary);
  --cursor-color: var(--primary);
}

.tag-orange {
  background: var(--accent);
  color: #fff;
  --cursor-color: var(--accent);
}

.tag-green {
  background: #4ade80;
  --cursor-color: #4ade80;
}

.tag-blue {
  background: #60a5fa;
  --cursor-color: #60a5fa;
}

.tag-left {
  left: 9%;
  top: 140px;
}

.tag-right {
  right: 22%;
  top: 116px;
}

.tag-lower-left {
  left: 14%;
  top: 356px;
}

.tag-lower-right {
  right: 9%;
  top: 394px;
}

.avatar-pill {
  right: 1%;
  top: 282px;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 4px solid #f4f1eb;
  background: #f5efe4;
}

.avatar-pill::before,
.avatar-pill::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #43311f;
}

.avatar-pill::before {
  top: 4px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
}

.avatar-pill::after {
  bottom: 4px;
  width: 15px;
  height: 9px;
  border-radius: 10px 10px 8px 8px;
}

.section-divider {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.section-divider span {
  display: block;
  height: 4px;
  background: var(--primary);
}

.section-divider span:nth-child(2n) {
  background: #0a0a0a;
}

.hero-window,
.panel {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #111111;
}

.hero-copy,
.hero-visual,
.section-head,
.feature-grid,
.steps-grid,
.stats-grid,
.testimonials-grid,
.capability-grid,
.compare-table,
.showcase-shell,
.faq-list,
.pricing-grid,
.cta-panel,
.site-footer {
  position: relative;
  z-index: 9;
}

.hero-visual {
  margin-top: 28px;
}

.hero-window {
  overflow: hidden;
  border: 2px solid var(--border);
  box-shadow: none;
  width: min(100%, 1064px);
  margin: 0 auto;
  background: #0f0f0f;
}

.hero-panel-svg {
  display: block;
  width: 100%;
  background: #0f0f0f;
}

.hero-panel-svg svg {
  display: block;
  width: 100%;
  height: auto;
}

.window-topbar,
.canvas-hud,
.status-strip {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.window-topbar {
  display: none;
}

.window-body {
  display: grid;
  grid-template-columns: 176px 1fr 190px;
  min-height: 560px;
}

.window-sidebar {
  padding: 44px 16px 16px;
  display: grid;
  align-content: start;
  gap: 14px;
  border-right: 1px solid var(--border);
  background: #111111;
  color: var(--muted-2);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.5px;
}

.window-sidebar span {
  position: relative;
  padding-left: 14px;
}

.window-sidebar span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 3px;
  height: 3px;
  border-radius: 999px;
  background: #888;
  transform: translateY(-50%);
}

.window-canvas {
  position: relative;
  overflow: hidden;
  padding: 0;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 214, 0, 0.04), transparent 42%),
    #0f0f0f;
}

.canvas-ruler {
  position: absolute;
  z-index: 1;
  opacity: 0.35;
}

.ruler-x {
  left: 16px;
  right: 0;
  top: 36px;
  height: 16px;
  background-image: repeating-linear-gradient(
    90deg,
    rgba(42, 42, 42, 1),
    rgba(42, 42, 42, 1) 1px,
    transparent 1px,
    transparent 20px
  );
}

.ruler-y {
  left: 0;
  top: 52px;
  bottom: 32px;
  width: 16px;
  background-image: repeating-linear-gradient(
    180deg,
    rgba(42, 42, 42, 1),
    rgba(42, 42, 42, 1) 1px,
    transparent 1px,
    transparent 20px
  );
}

.canvas-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(26, 26, 26, 0.85) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26, 26, 26, 0.85) 1px, transparent 1px);
  background-size: 100% 50px, 50px 100%;
  opacity: 0.25;
}

.canvas-toolbar {
  position: relative;
  z-index: 1;
  margin: 6px 0 0 28px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted-2);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 1px;
}

.canvas-toolbar span {
  width: 18px;
  height: 18px;
  border-radius: 2px;
  background: #1e1e1e;
}

.canvas-toolbar span:last-of-type {
  width: 18px;
  background: var(--primary);
}

.canvas-toolbar em {
  margin-left: 6px;
  font-style: normal;
}

.canvas-hud,
.status-strip {
  position: relative;
  z-index: 1;
  color: var(--muted-2);
}

.canvas-card,
.token-panel {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(14, 14, 14, 0.96);
}

.canvas-card {
  margin-top: 34px;
  margin-left: 64px;
  width: min(100% - 128px, 520px);
  padding: 52px 28px 20px;
  background: #0a0a0a;
  outline: 1.5px dashed rgba(255, 212, 0, 0.8);
  outline-offset: 0;
}

.canvas-card h2 {
  margin: 0 0 6px;
  font-family: var(--display);
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

.mini-bars {
  display: grid;
  gap: 5px;
  margin: 0 0 14px;
}

.mini-bars span {
  display: block;
  height: 3px;
  background: #5a554e;
}

.mini-bars span:first-child {
  width: 96%;
  background: #efebe4;
}

.mini-bars span:nth-child(2) {
  width: 62%;
  background: var(--primary);
}

.mini-bars span:last-child {
  width: 72%;
}

.canvas-card p {
  margin: 0 0 12px;
  color: var(--muted-2);
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: 0.5px;
}

.mini-buttons {
  display: flex;
  gap: 10px;
}

.mini-button {
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: 0.5px;
}

.mini-button.active {
  background: var(--primary);
  color: #090909;
  border-color: var(--primary);
}

.token-panel {
  position: relative;
  top: auto;
  right: auto;
  width: auto;
  padding: 44px 12px 16px;
  line-height: 1.6;
  color: var(--muted-2);
  background: #111111;
  border-left: 1px solid var(--border);
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: 0.5px;
}

.inspect-title {
  margin-bottom: 18px;
  color: var(--primary);
  letter-spacing: 2px;
}

.preview-console {
  position: absolute;
  left: 96px;
  right: 92px;
  bottom: 94px;
  height: 154px;
  z-index: 1;
  background: #161616;
  border: 1px solid #222;
}

.console-dots {
  display: flex;
  gap: 5px;
  padding: 7px 8px 0;
}

.console-dots span {
  width: 5px;
  height: 5px;
  border-radius: 999px;
}

.console-dots span:first-child { background: #ff6b35; }
.console-dots span:nth-child(2) { background: #ffd400; }
.console-dots span:last-child { background: #68f0a0; }

.console-lines {
  padding: 12px 20px;
  display: grid;
  gap: 7px;
}

.console-lines span {
  display: block;
  height: 3px;
  background: #3f658e;
}

.console-lines span:nth-child(2n) {
  width: 52%;
  background: #4a8054;
}

.console-lines span:nth-child(3n) {
  width: 38%;
  background: #755341;
}

.console-lines span:nth-child(4n) {
  width: 28%;
}

.token-panel strong {
  color: var(--text);
}

.status-strip {
  margin-top: 54px;
  padding: 10px 18px 0;
  gap: 10px;
  flex-wrap: wrap;
  border-top: 1px solid #222;
  font-size: 8px;
  letter-spacing: 1px;
}

.avatars {
  display: none;
}

.trust-band {
  position: relative;
  background: #0f0f0f;
  padding: 48px 0;
}

.trust-strip {
  flex-direction: column;
  justify-content: center;
  gap: 32px;
  text-align: center;
  color: #444444;
  font-size: 11px;
  letter-spacing: 3px;
}

.trust-strip div {
  display: flex;
  justify-content: center;
  gap: 64px;
  flex-wrap: wrap;
  font-family: var(--display);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #333333;
}

.section-head {
  display: grid;
  gap: 14px;
  margin-bottom: 60px;
}

.section-head h2 {
  max-width: 720px;
  font-size: clamp(36px, 5.6vw, 60px);
  letter-spacing: -2px;
  line-height: 1.05;
  text-wrap: balance;
}

.feature-grid,
.steps-grid,
.stats-grid,
.testimonials-grid,
.pricing-grid,
.footer-grid {
  display: grid;
  gap: 0;
}

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

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

.feature-card,
.step-card,
.capability-card,
.price-card,
.quote-card,
.stat-card,
.compare-table,
.faq-item,
.cta-panel {
  padding: 24px;
}

.feature-card,
.step-card,
.capability-card,
.price-card,
.quote-card,
.stat-card {
  transition:
    transform 180ms ease,
    border-color 180ms ease;
}

.feature-card:hover,
.step-card:hover,
.capability-card:hover,
.price-card:hover,
.quote-card:hover,
.stat-card:hover {
  transform: translateY(-2px);
}

.feature-card {
  position: relative;
  min-height: 252px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.feature-card::before {
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  margin-bottom: 24px;
  background: var(--primary);
}

.feature-card:nth-child(2)::before {
  background: var(--accent);
}

.feature-card:nth-child(3)::before {
  background: #f0ede6;
}

.feature-card h3,
.step-card h3,
.capability-card h3,
.showcase-meta h3,
.price-card h3 {
  font-size: 26px;
  line-height: 1.05;
  letter-spacing: -1px;
}

.feature-card .feature-tag {
  position: absolute;
  left: 24px;
  bottom: 28px;
  padding: 4px 10px;
  border: 1px solid currentColor;
}

.feature-card:nth-child(2) .feature-tag {
  color: var(--accent);
}

.feature-card:nth-child(3) .feature-tag {
  color: #83807a;
}

.steps-grid {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.step-card {
  min-height: 216px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.step-card:nth-child(2) {
  border-color: rgba(255, 212, 0, 0.5);
}

.step-number,
.price {
  font-family: var(--display);
  color: var(--primary);
}

.step-number {
  display: inline-block;
  font-size: 56px;
  line-height: 1;
}

.section-steps {
  background: #0d0d0d;
}

.stats-section {
  background: var(--primary);
  color: #0a0a0a;
  padding: 56px 0;
}

.stats-section .section-index,
.stats-section .stat-card strong,
.stats-section .stat-card span {
  color: #090909;
}

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

.stat-card {
  min-height: 184px;
  display: grid;
  place-content: center;
  gap: 12px;
  border: 0;
  background: transparent;
}

.stat-card:not(:last-child) {
  border-right: 1px solid rgba(9, 9, 9, 0.4);
}

.stat-card strong {
  font-size: clamp(56px, 7vw, 80px);
  line-height: 0.9;
}

.stat-card span {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-testimonials {
  background: #0a0a0a;
  padding: 92px 0;
}

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

.quote-card {
  min-height: 196px;
  display: grid;
  gap: 20px;
  border-left: 4px solid transparent;
}

.quote-card:nth-child(1) {
  border-left-color: var(--primary);
}

.quote-card:nth-child(2) {
  border-left-color: var(--accent);
}

.quote-card:nth-child(3) {
  border-left-color: #ece9e2;
}

.quote-card p {
  font-size: 18px;
  line-height: 1.45;
  color: var(--text);
}

.quote-card footer {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--text);
}

.quote-card footer span {
  color: var(--muted);
}

.quote-avatar {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #444;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.section-capabilities {
  background: #0d0d0d;
}

.capability-card {
  min-height: 276px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.capability-card:first-child {
  background: var(--primary);
  color: #090909;
}

.capability-card:first-child h3,
.capability-card:first-child p,
.capability-card:first-child .feature-tag {
  color: #090909;
}

.capability-card:nth-child(5) {
  border-color: rgba(255, 107, 53, 0.7);
}

.capability-card .feature-tag {
  margin-bottom: 24px;
}

.capability-card p {
  font-size: 13px;
  line-height: 1.7;
}

.compare-table {
  overflow-x: auto;
  padding: 0;
}

#solutions {
  background: #050505;
}

.compare-row {
  min-width: 720px;
  display: grid;
  grid-template-columns: minmax(190px, 1.8fr) repeat(4, minmax(90px, 1fr));
  gap: 0;
}

.compare-row span {
  padding: 16px 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #cccccc;
  font-family: var(--mono);
  font-size: 11px;
  line-height: 1.52;
  letter-spacing: 0.2px;
}

.compare-row span:last-child {
  border-right: 0;
}

.compare-head span {
  color: #8f8b85;
}

.compare-head span:nth-child(2) {
  color: var(--primary);
  border-bottom: 2px solid var(--primary);
}

.compare-row span:first-child {
  color: var(--text);
}

.compare-row:not(.compare-head) span:nth-child(2) {
  color: var(--primary);
}

.showcase-shell {
  --showcase-gutter: max(24px, calc((100vw - var(--max-width)) / 2 + 24px));
  display: grid;
  gap: 34px;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.showcase-pad {
  padding-inline: var(--showcase-gutter);
}

.showcase-top {
  display: grid;
  grid-template-columns: minmax(0, 880px) 1fr auto;
  align-items: end;
  gap: 24px;
}

.showcase-heading {
  display: grid;
  gap: 16px;
}

.showcase-heading h2 {
  max-width: 900px;
  margin: 0;
  font-family: var(--heading-font);
  font-size: clamp(40px, 4.4vw, 68px);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: -2px;
  text-transform: uppercase;
  text-wrap: balance;
}

.showcase-spacer {
  min-height: 1px;
}

.showcase-controls {
  gap: 8px;
  justify-self: end;
  align-self: center;
}

.showcase-nav {
  width: 48px;
  height: 48px;
  border: 2px solid rgba(255, 255, 255, 0.12);
  background: #141414;
  color: #bcb8b1;
  font-family: var(--display);
  font-size: 18px;
}

.showcase-nav.active {
  background: var(--primary);
  color: #090909;
  border-color: var(--primary);
}

.showcase-stage {
  overflow: hidden;
  height: 416px;
  padding-inline: var(--showcase-gutter);
}

.showcase-track {
  display: flex;
  align-items: stretch;
  gap: 2px;
  width: max-content;
  transition: transform 500ms ease-in-out;
  will-change: transform;
}

.showcase-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 560px;
  min-height: 412px;
  padding: 40px;
  border: 2px solid #2d2d2d;
  background: #0f0f0f;
  transition: transform 220ms ease, border-color 220ms ease;
}

.showcase-card:hover {
  transform: translateY(-2px);
}

.showcase-card.is-active {
  border-color: rgba(255, 212, 0, 0.9);
}

@media (min-width: 1360px) {
  .showcase-shell {
    gap: 30px;
  }

  .showcase-pad,
  .showcase-stage {
    padding-inline: var(--showcase-gutter);
  }

  .showcase-top {
    grid-template-columns: minmax(0, 920px) 1fr auto;
    align-items: end;
    justify-content: initial;
    gap: 28px;
  }

  .showcase-spacer {
    display: block;
  }

  .showcase-heading h2 {
    max-width: 920px;
    font-size: clamp(50px, 3.55vw, 66px);
    line-height: 1.04;
  }

  .showcase-controls {
    align-self: end;
  }

  .showcase-stage {
    height: 428px;
  }
}

@media (min-width: 1680px) {
  .showcase-top {
    grid-template-columns: minmax(0, 980px) 1fr auto;
  }

  .showcase-heading h2 {
    max-width: 980px;
    font-size: 64px;
  }
}

.showcase-shot {
  position: relative;
  height: 200px;
  min-height: 200px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 62% 16%, rgba(255, 212, 0, 0.06), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01)),
    #181818;
  overflow: hidden;
}

.showcase-shot.has-image {
  background:
    linear-gradient(180deg, rgba(8, 8, 8, 0.06), rgba(8, 8, 8, 0.1)),
    var(--shot-image) center / cover no-repeat,
    #121212;
}

.showcase-shot.has-image::before {
  inset: 0;
  border: 0;
  background:
    linear-gradient(180deg, rgba(8, 8, 8, 0.08), rgba(8, 8, 8, 0.28)),
    linear-gradient(0deg, rgba(8, 8, 8, 0.38), rgba(8, 8, 8, 0.08));
}

.showcase-shot.has-image::after {
  display: none;
}

.showcase-shot::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background:
    linear-gradient(#141414, #141414) left top / 18% 100% no-repeat,
    linear-gradient(#121212, #121212) right top / 20% 100% no-repeat,
    linear-gradient(#0f0f0f, #0f0f0f) center top / 58% 100% no-repeat,
    linear-gradient(rgba(255, 212, 0, 0.92), rgba(255, 212, 0, 0.92)) 31% 16% / 24% 3px no-repeat,
    linear-gradient(rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.14)) 31% 24% / 30% 1px no-repeat,
    linear-gradient(#171717, #171717) 11% 10% / 2px 80% no-repeat,
    repeating-linear-gradient(180deg, rgba(70, 70, 70, 0.72), rgba(70, 70, 70, 0.72) 1px, transparent 1px, transparent 15px) 10% 10% / 12px 80% no-repeat,
    repeating-linear-gradient(90deg, rgba(42, 42, 42, 0.7), rgba(42, 42, 42, 0.7) 1px, transparent 1px, transparent 26px) 21% 0 / 59% 100% no-repeat,
    repeating-linear-gradient(180deg, rgba(42, 42, 42, 0.7), rgba(42, 42, 42, 0.7) 1px, transparent 1px, transparent 26px) 21% 0 / 59% 100% no-repeat,
    linear-gradient(#0c0c0c, #0c0c0c);
}

.showcase-shot::after {
  content: "";
  position: absolute;
  left: 31%;
  top: 29%;
  width: 38%;
  height: 26%;
  border: 1.5px solid var(--shot-accent, rgba(255, 212, 0, 0.82));
  background:
    linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    #101010;
  box-shadow:
    0 0 0 1px rgba(255, 212, 0, 0.14),
    0 18px 30px rgba(0, 0, 0, 0.28);
}

.showcase-shot[data-theme="dashboard"] {
  --shot-accent: rgba(255, 212, 0, 0.85);
  background:
    radial-gradient(circle at 20% 15%, rgba(255, 212, 0, 0.08), transparent 30%),
    #1a1a1a;
}

.showcase-shot[data-theme="design"] {
  --shot-accent: rgba(255, 212, 0, 0.82);
  background:
    radial-gradient(circle at 75% 16%, rgba(255, 212, 0, 0.12), transparent 22%),
    #1b1b1b;
}

.showcase-shot[data-theme="mobile"] {
  --shot-accent: rgba(255, 107, 53, 0.82);
  background:
    radial-gradient(circle at 50% 22%, rgba(255, 107, 53, 0.12), transparent 26%),
    #1a1a1a;
}

.showcase-shot[data-theme="landing"] {
  --shot-accent: rgba(255, 212, 0, 0.82);
  background:
    linear-gradient(135deg, rgba(255, 212, 0, 0.08), transparent 36%),
    #191919;
}

.showcase-shot.has-image[data-theme],
.showcase-shot.has-image[data-theme="dashboard"],
.showcase-shot.has-image[data-theme="design"],
.showcase-shot.has-image[data-theme="mobile"],
.showcase-shot.has-image[data-theme="landing"] {
  background:
    linear-gradient(180deg, rgba(8, 8, 8, 0.06), rgba(8, 8, 8, 0.1)),
    var(--shot-image) center / cover no-repeat,
    #121212;
}

.showcase-meta {
  display: grid;
  gap: 18px;
  padding: 0;
}

.showcase-card .feature-tag {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 12px;
  border: 1px solid currentColor;
  background: transparent;
}

.showcase-card.is-accent .feature-tag {
  color: var(--accent);
}

.showcase-meta-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.showcase-card h3 {
  font-size: 30px;
  line-height: 1.08;
  letter-spacing: -1.2px;
}

.showcase-meta p {
  max-width: 440px;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.2px;
}

.showcase-count {
  color: #8a867f;
}

.tag-outline {
  color: var(--accent);
  border: 1px solid currentColor;
  padding: 4px 8px;
}

.showcase-footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 32px;
  align-items: center;
  padding-bottom: 100px;
}

.showcase-progress-wrap {
  justify-self: start;
}

.showcase-progress-wrap span,
.showcase-footer a {
  color: #8a867f;
}

.showcase-footer a {
  justify-self: end;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.showcase-footer a:hover {
  color: var(--primary);
}

.showcase-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.showcase-dots span {
  width: 8px;
  height: 3px;
  background: #414141;
}

.showcase-dots span.active {
  width: 28px;
  background: var(--primary);
}

.faq-list {
  display: grid;
  gap: 0;
}

.faq-item {
  padding: 22px 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background: transparent;
}

#faq .section-head {
  margin-bottom: 56px;
}

.faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  list-style: none;
  font-family: var(--heading-font);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.6px;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #bdb8b0;
  background: #1b1b1b;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.faq-item[open] summary::after {
  content: "—";
  color: #090909;
  background: var(--primary);
  border-color: var(--primary);
}

.faq-item p {
  margin: 16px 0 0;
  max-width: 68rem;
  padding-right: 84px;
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 1.8;
}

.faq-link {
  display: inline-flex;
  gap: 10px;
  margin-top: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--primary);
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 1.5px;
  cursor: pointer;
  appearance: none;
}

.price {
  font-size: 42px;
  line-height: 1.12;
  margin-top: 16px;
}

.price span {
  color: var(--muted);
  font-size: 18px;
}

.price-card ul {
  display: grid;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 14px 0 18px;
}

#pricing .section-head {
  margin-bottom: 58px;
}

.pricing-grid {
  gap: 0;
}

.price-card {
  min-height: 560px;
}

.price-card.featured {
  position: relative;
  border-color: rgba(255, 212, 0, 0.8);
}

.price-card.featured::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 212, 0, 0.34);
  pointer-events: none;
}

.cta-panel {
  text-align: center;
  padding: 108px 36px;
  background: #0a0a0a;
  border-top: 2px solid var(--primary);
}

.cta-panel p {
  max-width: 42rem;
  margin-inline: auto;
}

.cta-panel .hero-actions {
  justify-content: center;
}

#services {
  background: #0a0a0a;
}

#cases {
  background: #080808;
  padding-top: 100px;
  padding-bottom: 0;
}

#faq {
  background: #060606;
}

#pricing {
  background: #080808;
}

.cta-section {
  background: #0a0a0a;
  padding: 120px 0;
}

.site-footer {
  display: block;
  background: #050505;
}

.footer-main,
.footer-bottom {
  width: min(calc(100% - 48px), var(--max-width));
  margin: 0 auto;
}

.footer-main {
  display: flex;
  gap: 80px;
  padding: 64px 0;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 280px;
  flex-shrink: 0;
}

.footer-mark {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-logo-box {
  width: 32px;
  height: 32px;
  background: var(--primary);
  flex-shrink: 0;
}

.footer-logo-text,
.footer-col span {
  font-family: var(--display);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.footer-logo-text {
  color: var(--primary);
}

.footer-note,
.footer-col a,
.footer-bottom span,
.footer-legal a,
.footer-version {
  font-family: var(--mono);
  letter-spacing: 1px;
}

.footer-note {
  max-width: 260px;
  margin: 0;
  color: #888888;
  font-size: 11px;
  line-height: 1.6;
}

.social-chip {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #2d2d2d;
  background: #111111;
  color: #aaaaaa;
  font-family: var(--display);
  font-size: 10px;
  font-weight: 700;
  transition: border-color 180ms ease, color 180ms ease;
}

.social-chip:hover {
  border-color: #888888;
  color: #f5f5f0;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 80px;
  flex: 1;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-col span {
  color: #f5f5f0;
  font-size: 11px;
  letter-spacing: 2px;
}

.footer-col a,
.footer-col button {
  color: #888888;
  font-size: 12px;
  transition: color 180ms ease;
}

.footer-col a:hover,
.footer-col button:hover,
.footer-legal a:hover {
  color: #cccccc;
}

.footer-col button {
  padding: 0;
  border: 0;
  background: transparent;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
  appearance: none;
}

.footer-bottom {
  min-height: 56px;
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid #1d1d1d;
}

.footer-bottom span,
.footer-legal a,
.footer-version {
  color: #666666;
  font-size: 11px;
}

.footer-legal {
  display: flex;
  align-items: center;
  gap: 32px;
}

.footer-version {
  color: var(--primary);
  font-weight: 700;
}

.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.contact-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.contact-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(8px);
}

.contact-modal-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
  padding: 28px 28px 30px;
  border: 2px solid rgba(255, 212, 0, 0.7);
  background:
    radial-gradient(circle at top right, rgba(255, 212, 0, 0.08), transparent 24%),
    #0d0d0d;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}

.contact-modal-panel h3 {
  margin: 12px 0 22px;
  font-family: var(--display);
  font-size: clamp(24px, 5vw, 36px);
  line-height: 1.05;
  text-transform: uppercase;
}

.contact-list {
  display: grid;
  gap: 14px;
}

.contact-list p {
  margin: 0;
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.02);
  color: var(--muted);
  font-family: var(--mono);
  font-size: 13px;
  line-height: 1.7;
}

.contact-list span:first-child {
  color: var(--primary);
}

.contact-list a {
  color: var(--text);
}

.contact-list span:not(:first-child) {
  color: var(--text);
}

.contact-list a:hover {
  color: var(--primary);
}

.contact-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #121212;
  color: var(--text);
  font-size: 18px;
  line-height: 1;
}

.contact-modal-close:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 650ms ease,
    transform 650ms ease;
}

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

@media (max-width: 1100px) {
  .feature-grid,
  .steps-grid,
  .testimonials-grid,
  .pricing-grid,
  .capability-grid {
    grid-template-columns: 1fr;
  }

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

  .showcase-shell {
    width: 100%;
    margin-left: 0;
    gap: 24px;
  }

  .showcase-top {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .showcase-stage {
    height: auto;
    padding-inline: 24px;
  }

  .showcase-track {
    display: grid;
    grid-template-columns: 1fr;
    width: auto;
    gap: 16px;
    transform: none !important;
  }

  .showcase-card {
    width: auto;
    min-height: 0;
    padding: 28px;
  }

  .showcase-shot {
    height: 220px;
    min-height: 220px;
  }

  .window-body {
    grid-template-columns: 1fr;
  }

  .window-sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  }

  .token-panel {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin-top: 18px;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
  }

  .footer-main {
    flex-direction: column;
    gap: 48px;
  }

  .footer-links {
    gap: 40px;
  }
}

@media (max-width: 760px) {
  .section {
    padding: 68px 0;
  }

  .site-header {
    background: rgba(10, 10, 10, 0.94);
    border-bottom-color: #1d1d1d;
    backdrop-filter: blur(14px);
  }

  .header-inner {
    grid-template-columns: auto auto;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-nav,
  .header-actions {
    display: none;
  }

  .site-header.menu-open .site-nav,
  .site-header.menu-open .header-actions {
    display: flex;
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 18px;
  }

  .hero {
    padding-top: 98px;
  }

  .hero-copy {
    min-height: 0;
    padding-top: 6px;
  }

  .hero-title {
    font-size: clamp(3.2rem, 16vw, 5.2rem);
  }

  .eyebrow {
    margin-top: 10px;
  }

  .hero-actions,
  .hero-meta {
    flex-direction: column;
  }

  .floating-tag,
  .avatar-pill {
    transform: scale(0.82);
  }

  .tag-left {
    left: -3%;
  }

  .tag-right {
    right: 8%;
    top: 38px;
  }

  .tag-lower-left {
    left: 16%;
    top: 214px;
  }

  .tag-lower-right {
    right: 10%;
    top: 248px;
  }

  .avatar-pill {
    top: 256px;
    right: -4px;
  }

  .trust-strip div {
    gap: 22px;
  }

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

  .stat-card:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid rgba(9, 9, 9, 0.25);
  }

  .showcase-footer {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 14px;
    padding-bottom: 72px;
  }

  .showcase-pad,
  .showcase-stage {
    padding-inline: 24px;
  }

  .showcase-top {
    gap: 16px;
  }

  .showcase-heading h2 {
    font-size: clamp(42px, 12vw, 64px);
    max-width: 100%;
  }

  .showcase-nav {
    width: 44px;
    height: 44px;
  }

  .showcase-card {
    padding: 24px;
  }

  .showcase-shot {
    height: 176px;
    min-height: 176px;
  }

  .cta-panel .hero-actions {
    align-items: center;
    justify-content: center;
  }

  .footer-links {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }

  .contact-modal-panel {
    padding: 24px 20px 22px;
  }

  .contact-list p {
    font-size: 12px;
  }

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