:root {
  color-scheme: dark;
  --ink: #f4efe6;
  --muted: #b9b0a2;
  --soft: #80786c;
  --black: #070707;
  --black-2: #10100e;
  --black-3: #191815;
  --line: rgba(244, 239, 230, 0.15);
  --line-strong: rgba(244, 239, 230, 0.26);
  --green: #55f0a6;
  --green-deep: #0d8a58;
  --accent-label: var(--green);
  --teal: #4ee0cd;
  --amber: #f4bb55;
  --coral: #ff8b66;
  --red: #ff694f;
  --blue: #73a7ff;
  --violet: #8d86ff;
  --paper: #fff7e8;
  --radius: 8px;
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.34);
  --container: 1220px;
  --pad: 32px;
  --bg-start: #050505;
  --bg-mid: #0b0b0a;
  --bg-end: #12110f;
  --shell-grid-x: rgba(255, 255, 255, 0.035);
  --shell-grid-y: rgba(255, 255, 255, 0.03);
  --header-bg: rgba(7, 7, 7, 0.82);
  --header-bg-scrolled: rgba(7, 7, 7, 0.92);
  --control-bg: rgba(12, 12, 11, 0.9);
  --control-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
  --control-inset: rgba(255, 255, 255, 0.04);
  --control-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
  --interactive-bg: rgba(244, 239, 230, 0.06);
  --interactive-hover: rgba(85, 240, 166, 0.11);
  --hero-overlay:
    linear-gradient(90deg, rgba(5, 5, 5, 0.88) 0%, rgba(5, 5, 5, 0.7) 42%, rgba(5, 5, 5, 0.24) 100%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.08) 0%, rgba(5, 5, 5, 0.72) 100%);
  --hero-panel-bg: rgba(13, 13, 11, 0.62);
  --surface: rgba(244, 239, 230, 0.045);
  --surface-hover: rgba(244, 239, 230, 0.065);
  --surface-weak: rgba(255, 255, 255, 0.035);
  --surface-chip: rgba(244, 239, 230, 0.08);
  --hero-strip-bg: rgba(7, 7, 7, 0.68);
  --section-contrast-bg:
    linear-gradient(135deg, rgba(244, 187, 85, 0.1), transparent 32rem),
    #11100e;
  --browser-frame-bg:
    linear-gradient(180deg, rgba(244, 239, 230, 0.07), rgba(244, 239, 230, 0.025)),
    #090908;
  --frame-bar-bg: rgba(255, 255, 255, 0.025);
  --mock-hero-bg:
    linear-gradient(135deg, rgba(85, 240, 166, 0.18), rgba(115, 167, 255, 0.1) 52%, rgba(255, 105, 79, 0.1)),
    #151512;
  --mock-grid-bg:
    linear-gradient(180deg, rgba(244, 239, 230, 0.13), rgba(244, 239, 230, 0.03)),
    #11110f;
  --mock-orbit-core: #151512;
  --floating-bg: rgba(7, 7, 7, 0.74);
  --pricing-bg:
    linear-gradient(180deg, rgba(244, 239, 230, 0.03), rgba(85, 240, 166, 0.03)),
    #080808;
  --process-bg: #11100e;
  --faq-bg: #080808;
  --footer-bg: #17120d;
  --footer-ink: var(--paper);
  --legal-bg:
    radial-gradient(circle at 14% 10%, rgba(85, 240, 166, 0.1), transparent 26rem),
    linear-gradient(180deg, #070707 0%, #12110f 100%);
  --canvas-base: #050505;
  --canvas-grid: rgba(244, 239, 230, 0.08);
  --canvas-panel-fill: rgba(10, 10, 9, 0.72);
  --canvas-panel-stroke: rgba(244, 239, 230, 0.18);
  --canvas-panel-line: rgba(244, 239, 230, 0.14);
  --canvas-headline: rgba(244, 239, 230, 0.2);
  --canvas-headline-accent: rgba(85, 240, 166, 0.26);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

:root[data-theme="light"] {
  color-scheme: light;
  --ink: #18140e;
  --muted: #554d42;
  --soft: #6e6558;
  --black: #f4ede2;
  --black-2: #ece2d5;
  --black-3: #dfd2c2;
  --line: rgba(24, 20, 14, 0.14);
  --line-strong: rgba(24, 20, 14, 0.24);
  --accent-label: #0d8a58;
  --paper: #faf4ea;
  --shadow: 0 24px 64px rgba(60, 44, 18, 0.09);
  --bg-start: #efe6d8;
  --bg-mid: #e6dbc9;
  --bg-end: #ddd0bc;
  --shell-grid-x: rgba(34, 27, 16, 0.06);
  --shell-grid-y: rgba(34, 27, 16, 0.045);
  --header-bg: rgba(249, 243, 235, 0.82);
  --header-bg-scrolled: rgba(249, 243, 235, 0.95);
  --control-bg: rgba(252, 247, 240, 0.9);
  --control-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4));
  --control-inset: rgba(255, 255, 255, 0.42);
  --control-shadow: 0 10px 26px rgba(52, 38, 14, 0.06);
  --interactive-bg: rgba(24, 20, 14, 0.035);
  --interactive-hover: rgba(13, 138, 88, 0.085);
  --hero-overlay:
    linear-gradient(90deg, rgba(244, 236, 224, 0.58) 0%, rgba(244, 236, 224, 0.38) 42%, rgba(244, 236, 224, 0.08) 100%),
    linear-gradient(180deg, rgba(248, 243, 232, 0.03) 0%, rgba(244, 236, 224, 0.18) 100%);
  --hero-panel-bg: rgba(251, 246, 239, 0.74);
  --surface: rgba(250, 245, 237, 0.78);
  --surface-hover: rgba(255, 252, 246, 0.94);
  --surface-weak: rgba(24, 20, 14, 0.05);
  --surface-chip: rgba(24, 20, 14, 0.055);
  --hero-strip-bg: rgba(248, 242, 233, 0.82);
  --section-contrast-bg:
    linear-gradient(135deg, rgba(244, 187, 85, 0.08), transparent 32rem),
    #e8ddd0;
  --browser-frame-bg:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.38)),
    #eee4d7;
  --frame-bar-bg: rgba(255, 255, 255, 0.32);
  --mock-hero-bg:
    linear-gradient(135deg, rgba(85, 240, 166, 0.12), rgba(115, 167, 255, 0.06) 52%, rgba(255, 105, 79, 0.06)),
    #eee4d7;
  --mock-grid-bg:
    linear-gradient(180deg, rgba(24, 20, 14, 0.07), rgba(24, 20, 14, 0.024)),
    #f3eadf;
  --mock-orbit-core: #efe6d8;
  --floating-bg: rgba(249, 244, 237, 0.88);
  --pricing-bg:
    linear-gradient(180deg, rgba(24, 20, 14, 0.02), rgba(85, 240, 166, 0.02)),
    #e9dfd1;
  --process-bg: #e6dacc;
  --faq-bg: #efe5d8;
  --footer-bg: #17120d;
  --footer-ink: #f3ece2;
  --legal-bg:
    radial-gradient(circle at 14% 10%, rgba(85, 240, 166, 0.08), transparent 24rem),
    linear-gradient(180deg, #f1e8db 0%, #ded2c0 100%);
  --canvas-base: #e6d8c7;
  --canvas-grid: rgba(24, 20, 14, 0.13);
  --canvas-panel-fill: rgba(255, 250, 242, 0.7);
  --canvas-panel-stroke: rgba(24, 20, 14, 0.22);
  --canvas-panel-line: rgba(24, 20, 14, 0.16);
  --canvas-headline: rgba(24, 20, 14, 0.24);
  --canvas-headline-accent: rgba(13, 138, 88, 0.34);
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(85, 240, 166, 0.08), transparent 28rem),
    radial-gradient(circle at 86% 8%, rgba(244, 187, 85, 0.08), transparent 24rem),
    linear-gradient(180deg, var(--bg-start) 0%, var(--bg-mid) 46%, var(--bg-end) 100%);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}

body[data-theme="light"] {
  background:
    radial-gradient(circle at 14% 18%, rgba(85, 240, 166, 0.04), transparent 22rem),
    radial-gradient(circle at 86% 10%, rgba(244, 187, 85, 0.04), transparent 20rem),
    linear-gradient(180deg, var(--bg-start) 0%, var(--bg-mid) 46%, var(--bg-end) 100%);
}

body.menu-open {
  overflow: hidden;
}

body.form-dialog-open {
  overflow: hidden;
}

img,
svg,
canvas {
  display: block;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

::selection {
  background: var(--green);
  color: #06100b;
}

.site-shell {
  min-height: 100svh;
  background:
    linear-gradient(var(--shell-grid-x) 1px, transparent 1px),
    linear-gradient(90deg, var(--shell-grid-y) 1px, transparent 1px);
  background-size: 64px 64px;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 16px;
  left: 50%;
  width: min(calc(100% - 32px), var(--container));
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: start;
  gap: 22px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: visible;
  background: var(--header-bg);
  backdrop-filter: blur(20px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

:root[data-theme="light"] .site-header {
  box-shadow: 0 14px 36px rgba(67, 46, 16, 0.08);
}

.site-header.is-scrolled {
  border-color: var(--line-strong);
  background: var(--header-bg-scrolled);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
}

.brand-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 6px 14px rgba(16, 72, 148, 0.22));
}

.brand-copy {
  display: grid;
  gap: 0;
  min-width: 0;
}

.brand-copy strong {
  font-size: 0.95rem;
  line-height: 1.1;
}

.brand-copy span {
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.1;
}

.desktop-nav {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.desktop-nav a,
.mobile-nav a {
  border-radius: var(--radius);
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1;
  transition:
    color 180ms ease,
    background 180ms ease;
}

.desktop-nav a {
  padding: 12px 13px;
}

.desktop-nav a:hover,
.mobile-nav a:hover {
  background: rgba(244, 239, 230, 0.08);
  color: var(--ink);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-self: end;
}

.lang-switcher {
  position: relative;
  isolation: isolate;
  display: inline-grid;
  grid-template-columns: 28px minmax(76px, auto);
  align-items: center;
  gap: 6px;
  min-height: 40px;
  padding: 5px 9px 5px 6px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: visible;
  background: var(--control-bg);
  box-shadow:
    inset 0 0 0 1px var(--control-inset),
    var(--control-shadow);
  color: var(--ink);
  transition:
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.lang-switcher::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: var(--control-gradient);
  pointer-events: none;
}

.lang-switcher > svg {
  width: 28px;
  height: 28px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: calc(var(--radius) - 4px);
  background: rgba(255, 255, 255, 0.035);
  color: var(--muted);
  flex: 0 0 auto;
}

.lang-switcher select {
  position: absolute;
  inset: 0 auto auto 0;
  width: 1px;
  height: 1px;
  min-width: 0;
  min-height: 0;
  padding: 0;
  border: 0;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  appearance: none;
}

.lang-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
  min-width: 92px;
  min-height: 30px;
  border: 0;
  padding: 0 1px 0 0;
  background: transparent;
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 650;
  line-height: 1;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}

.lang-trigger span {
  display: block;
  max-width: 104px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lang-trigger svg {
  width: 14px;
  height: 14px;
  color: var(--muted);
  flex: 0 0 auto;
  transition: transform 180ms ease;
}

.lang-switcher.is-open .lang-trigger svg {
  transform: rotate(180deg);
}

.lang-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 80;
  display: grid;
  gap: 4px;
  width: min(208px, calc(100vw - 32px));
  max-height: min(420px, calc(100vh - 110px));
  padding: 8px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  overflow-y: auto;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
    rgba(8, 8, 7, 0.96);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(18px);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px) scale(0.985);
  transform-origin: top right;
  transition:
    opacity 160ms ease,
    transform 160ms ease;
  scrollbar-width: thin;
  scrollbar-color: rgba(85, 240, 166, 0.42) transparent;
}

.lang-switcher.is-open .lang-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.lang-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 38px;
  width: 100%;
  border: 0;
  border-radius: calc(var(--radius) - 2px);
  padding: 0 10px;
  background: transparent;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 650;
  text-align: left;
  cursor: pointer;
  transition:
    background 160ms ease,
    color 160ms ease;
}

.lang-option:hover,
.lang-option:focus-visible {
  background: rgba(85, 240, 166, 0.1);
  color: var(--ink);
  outline: none;
}

.lang-option.is-active {
  background: rgba(85, 240, 166, 0.16);
  color: var(--green);
}

.lang-option.is-active::after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 14px currentColor;
}

:root[data-theme="light"] .lang-menu {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.58)),
    rgba(250, 245, 238, 0.96);
  box-shadow: 0 18px 44px rgba(67, 46, 16, 0.14);
}

:root[data-theme="light"] .lang-switcher > svg {
  border-color: rgba(13, 138, 88, 0.13);
  background: rgba(13, 138, 88, 0.08);
  color: var(--accent-label);
}

:root[data-theme="light"] .lang-option.is-active {
  color: var(--accent-label);
  background: rgba(13, 138, 88, 0.11);
}

.lang-switcher:hover,
.lang-switcher:focus-within,
.lang-switcher.is-open {
  border-color: rgba(85, 240, 166, 0.5);
  background: var(--interactive-hover);
  box-shadow:
    inset 0 0 0 1px rgba(85, 240, 166, 0.1),
    0 12px 28px rgba(0, 0, 0, 0.16),
    var(--control-shadow);
}

.ghost-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  font-size: 0.88rem;
  white-space: nowrap;
}

.ghost-link svg,
.button svg,
.icon-button svg,
.menu-toggle svg,
.theme-toggle svg,
.feature-list svg,
.contact-links svg,
.site-footer svg {
  width: 18px;
  height: 18px;
  stroke-width: 2;
}

.icon-button,
.menu-toggle,
.theme-toggle {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--interactive-bg);
  color: var(--ink);
  cursor: pointer;
}

.menu-toggle {
  display: none;
}

.mobile-nav {
  display: none;
}

.hero {
  position: relative;
  min-height: clamp(660px, 74svh, 820px);
  padding: 96px var(--pad) 0;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero-canvas,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-canvas {
  width: 100%;
  height: 100%;
  opacity: 0.9;
}

:root[data-theme="light"] .hero-canvas {
  opacity: 0.96;
}

.hero-overlay {
  pointer-events: none;
  background: var(--hero-overlay);
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 680px) minmax(280px, 340px);
  gap: 40px;
  align-items: start;
  width: min(100%, var(--container));
  margin: 0 auto;
  min-height: clamp(430px, calc(74svh - 164px), 560px);
}

.hero-copy {
  max-width: 620px;
  padding-bottom: 0;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--accent-label);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 620px;
  margin-bottom: 16px;
  font-size: clamp(2.75rem, 3.8vw, 3.65rem);
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
}

h2 {
  margin-bottom: 18px;
  font-size: 3.1rem;
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.28rem;
  line-height: 1.16;
  letter-spacing: 0;
}

.hero-lead {
  max-width: 540px;
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.5;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: var(--interactive-bg);
  color: var(--ink);
  font-weight: 800;
  text-align: center;
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.button:hover,
.icon-button:hover,
.menu-toggle:hover,
.theme-toggle:hover,
.ghost-link:hover {
  border-color: rgba(85, 240, 166, 0.72);
  background: var(--interactive-hover);
}

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

.button.primary {
  border-color: rgba(85, 240, 166, 0.82);
  background: var(--green);
  color: #04100a;
}

.button.secondary {
  background: rgba(244, 187, 85, 0.1);
}

:root[data-theme="light"] .button.secondary {
  background: rgba(255, 250, 243, 0.56);
}

.button:disabled {
  opacity: 0.72;
  cursor: wait;
  transform: none;
}

.hero-panel {
  align-self: center;
  padding: 18px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: var(--hero-panel-bg);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.panel-topline {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 0.84rem;
}

.status-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 20px rgba(85, 240, 166, 0.9);
}

.score-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.score-grid div {
  min-width: 0;
  padding: 14px 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-weak);
}

.score-grid .score {
  display: block;
  color: var(--ink);
  font-size: 1.52rem;
  font-weight: 900;
  line-height: 1.1;
}

.score-grid span:last-child {
  display: block;
  color: var(--soft);
  font-size: 0.72rem;
}

.deploy-line {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.deploy-line span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 38px;
  padding: 9px 8px;
  border-radius: var(--radius);
  background: var(--surface-chip);
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  text-wrap: balance;
}

.hero-strip {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(100%, var(--container));
  margin: 0 auto;
  border: 1px solid var(--line);
  border-bottom: 0;
  border-radius: var(--radius) var(--radius) 0 0;
  background: var(--hero-strip-bg);
  backdrop-filter: blur(16px);
}

.hero-strip span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 68px;
  padding: 12px 16px;
  border-right: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-wrap: balance;
}

:root[data-theme="light"] .hero-strip span {
  color: #4f473c;
}

.hero-strip span:last-child {
  border-right: 0;
}

.section {
  padding: 96px var(--pad);
}

.market-section {
  position: relative;
  padding-top: 72px;
  overflow: hidden;
}

.market-section::before {
  content: "";
  position: absolute;
  top: 12px;
  right: max(var(--pad), calc((100vw - var(--container)) / 2));
  width: min(44vw, 520px);
  height: 320px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 20% 24%, rgba(85, 240, 166, 0.1), transparent 22%),
    radial-gradient(circle at 78% 72%, rgba(115, 167, 255, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(244, 239, 230, 0.08), rgba(244, 239, 230, 0.02));
  filter: blur(10px);
  opacity: 0.7;
  pointer-events: none;
}

.market-section .section-heading {
  position: relative;
  display: block;
  margin-bottom: 46px;
  padding: 28px min(31vw, 380px) 28px 0;
  min-height: 280px;
}

.market-section .section-heading::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: min(31vw, 380px);
  height: 238px;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 10px);
  background:
    linear-gradient(90deg, rgba(85, 240, 166, 0.52), rgba(85, 240, 166, 0.2)) 24px 30px / 38% 12px no-repeat,
    linear-gradient(90deg, rgba(244, 239, 230, 0.14), rgba(244, 239, 230, 0.06)) 24px 64px / 78% 8px no-repeat,
    linear-gradient(90deg, rgba(244, 239, 230, 0.12), rgba(244, 239, 230, 0.05)) 24px 94px / 70% 8px no-repeat,
    linear-gradient(90deg, rgba(244, 239, 230, 0.1), rgba(244, 239, 230, 0.04)) 24px 124px / 84% 8px no-repeat,
    linear-gradient(90deg, rgba(244, 239, 230, 0.08), rgba(244, 239, 230, 0.03)) 24px 154px / 62% 8px no-repeat,
    linear-gradient(105deg, transparent 10%, rgba(85, 240, 166, 0.2) 26%, rgba(115, 167, 255, 0.18) 54%, transparent 70%) 20px 182px / 86% 28px no-repeat,
    linear-gradient(180deg, rgba(244, 239, 230, 0.1), rgba(244, 239, 230, 0.03)),
    repeating-linear-gradient(180deg, rgba(244, 239, 230, 0.06) 0 1px, transparent 1px 38px),
    repeating-linear-gradient(90deg, rgba(244, 239, 230, 0.04) 0 1px, transparent 1px 84px),
    radial-gradient(circle at 22% 24%, rgba(85, 240, 166, 0.16), transparent 18%),
    radial-gradient(circle at 78% 76%, rgba(115, 167, 255, 0.14), transparent 20%);
  box-shadow:
    0 22px 60px rgba(0, 0, 0, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
  pointer-events: none;
}

.market-section .section-heading::after {
  content: "";
  position: absolute;
  right: 42px;
  top: 42px;
  width: min(25vw, 280px);
  height: 168px;
  border-radius: calc(var(--radius) + 4px);
  background:
    linear-gradient(180deg, rgba(244, 239, 230, 0.08), rgba(244, 239, 230, 0.02)),
    linear-gradient(90deg, rgba(85, 240, 166, 0.12), transparent 56%),
    repeating-linear-gradient(180deg, rgba(244, 239, 230, 0.08) 0 1px, transparent 1px 32px);
  border: 1px solid rgba(244, 239, 230, 0.08);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
  pointer-events: none;
}

.market-section .section-heading .eyebrow,
.market-section .section-heading h2,
.market-section .section-heading p:not(.eyebrow) {
  position: relative;
  z-index: 1;
}

.market-section .section-heading .eyebrow {
  margin-bottom: 22px;
}

.market-section .section-heading h2 {
  max-width: 780px;
  margin-bottom: 22px;
  font-size: clamp(2.7rem, 4.4vw, 4.15rem);
  line-height: 0.98;
  text-wrap: balance;
}

.market-section .section-heading p:not(.eyebrow) {
  max-width: 650px;
  margin-bottom: 0;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 4px);
  background: rgba(244, 239, 230, 0.05);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.1);
}

:root[data-theme="light"] .market-section::before {
  background:
    radial-gradient(circle at 20% 24%, rgba(85, 240, 166, 0.1), transparent 22%),
    radial-gradient(circle at 78% 72%, rgba(115, 167, 255, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.02));
}

:root[data-theme="light"] .market-section .section-heading::before {
  background:
    linear-gradient(90deg, rgba(85, 240, 166, 0.56), rgba(85, 240, 166, 0.24)) 24px 30px / 38% 12px no-repeat,
    linear-gradient(90deg, rgba(24, 20, 14, 0.1), rgba(24, 20, 14, 0.04)) 24px 64px / 78% 8px no-repeat,
    linear-gradient(90deg, rgba(24, 20, 14, 0.09), rgba(24, 20, 14, 0.035)) 24px 94px / 70% 8px no-repeat,
    linear-gradient(90deg, rgba(24, 20, 14, 0.08), rgba(24, 20, 14, 0.03)) 24px 124px / 84% 8px no-repeat,
    linear-gradient(90deg, rgba(24, 20, 14, 0.07), rgba(24, 20, 14, 0.025)) 24px 154px / 62% 8px no-repeat,
    linear-gradient(105deg, transparent 10%, rgba(85, 240, 166, 0.26) 26%, rgba(115, 167, 255, 0.2) 54%, transparent 70%) 20px 182px / 86% 28px no-repeat,
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.26)),
    repeating-linear-gradient(180deg, rgba(24, 20, 14, 0.055) 0 1px, transparent 1px 38px),
    repeating-linear-gradient(90deg, rgba(24, 20, 14, 0.04) 0 1px, transparent 1px 84px),
    radial-gradient(circle at 22% 24%, rgba(85, 240, 166, 0.16), transparent 18%),
    radial-gradient(circle at 78% 76%, rgba(115, 167, 255, 0.14), transparent 20%);
  box-shadow:
    0 22px 60px rgba(68, 48, 18, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

:root[data-theme="light"] .market-section .section-heading::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0.08)),
    linear-gradient(90deg, rgba(85, 240, 166, 0.12), transparent 56%),
    repeating-linear-gradient(180deg, rgba(24, 20, 14, 0.07) 0 1px, transparent 1px 32px);
  border-color: rgba(24, 20, 14, 0.08);
  box-shadow: 0 18px 40px rgba(68, 48, 18, 0.06);
}

:root[data-theme="light"] .market-section .section-heading p:not(.eyebrow) {
  background: rgba(255, 250, 242, 0.42);
  box-shadow: 0 14px 34px rgba(68, 48, 18, 0.05);
}

.section-heading {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(280px, 0.44fr);
  gap: 16px clamp(28px, 4.2vw, 58px);
  align-items: end;
  width: min(100%, var(--container));
  margin: 0 auto 46px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.section-heading::before {
  display: none;
}

.section-heading .eyebrow,
.section-heading h2,
.section-heading p:not(.eyebrow) {
  position: relative;
  z-index: 1;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
  margin: 0;
}

.section-heading h2 {
  grid-column: 1;
  max-width: 780px;
  margin: 0;
  font-size: clamp(2.35rem, 3.45vw, 3.78rem);
  line-height: 0.98;
  text-wrap: balance;
}

.section-heading.compact {
  grid-template-columns: 1fr;
  gap: 12px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.section-heading.compact::before {
  display: none;
}

.section-heading p:not(.eyebrow) {
  grid-column: 2;
  align-self: end;
  max-width: 420px;
  margin: 0;
  padding: 0 0 2px 22px;
  border: 0;
  border-left: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--muted);
  font-size: 1.05rem;
}

.section-heading.compact .eyebrow,
.section-heading.compact h2,
.section-heading.compact p:not(.eyebrow) {
  grid-column: auto;
}

.section-heading.compact h2 {
  max-width: 860px;
  margin: 0 auto;
}

.section-heading.compact p:not(.eyebrow) {
  max-width: 700px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  width: min(100%, var(--container));
  margin: 0 auto;
}

.service-card,
.price-card,
.result-card,
.faq-item,
.process-timeline article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 14px 54px rgba(0, 0, 0, 0.16);
}

.service-card {
  min-height: 376px;
  padding: 22px;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.service-card:hover,
.price-card:hover,
.result-card:hover {
  transform: translateY(-4px);
  border-color: rgba(85, 240, 166, 0.44);
  background: var(--surface-hover);
}

.card-icon {
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: 62px;
  place-items: center;
  border: 1px solid rgba(85, 240, 166, 0.32);
  border-radius: var(--radius);
  background: rgba(85, 240, 166, 0.09);
  color: var(--green);
}

.card-icon svg {
  width: 22px;
  height: 22px;
}

.service-card p,
.price-card p,
.result-card p,
.process-timeline p,
.faq-item p,
.calculator p,
.contact-copy p {
  color: var(--muted);
}

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

.service-card li,
.price-card li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  font-size: 0.92rem;
}

.service-card li::before,
.price-card li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  transform: translateY(-50%);
}

.showcase-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(420px, 1fr);
  gap: 70px;
  align-items: center;
  padding: 120px max(var(--pad), calc((100vw - var(--container)) / 2));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    var(--section-contrast-bg);
}

.showcase-copy {
  max-width: 520px;
}

.feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.feature-list span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-weak);
  color: var(--muted);
  font-size: 0.88rem;
}

.visual-board {
  position: relative;
  min-height: 460px;
}

.browser-frame {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  border: 1px solid rgba(244, 239, 230, 0.18);
  border-radius: var(--radius);
  background:
    var(--browser-frame-bg);
  box-shadow: var(--shadow);
}

.frame-bar {
  display: flex;
  gap: 7px;
  align-items: center;
  height: 42px;
  padding: 0 14px;
  border-bottom: 1px solid var(--line);
  background: var(--frame-bar-bg);
}

.frame-bar span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--red);
}

.frame-bar span:nth-child(2) {
  background: var(--amber);
}

.frame-bar span:nth-child(3) {
  background: var(--green);
}

.mock-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 230px;
  gap: 26px;
  align-items: center;
  min-height: 235px;
  margin: 18px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    var(--mock-hero-bg);
}

.mock-hero-copy {
  align-self: center;
  padding: 16px 18px 18px;
  border: 1px solid rgba(244, 239, 230, 0.1);
  border-radius: calc(var(--radius) + 2px);
  background: linear-gradient(180deg, rgba(7, 7, 7, 0.14), rgba(7, 7, 7, 0.04));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.mock-orbit-wrap {
  display: grid;
  gap: 12px;
  justify-items: center;
}

.mock-hero small,
.mock-hero p {
  color: rgba(244, 239, 230, 0.68);
}

.mock-hero strong {
  display: block;
  max-width: 360px;
  margin: 12px 0;
  font-size: 2.15rem;
  line-height: 1.05;
}

.mock-orbit {
  position: relative;
  width: 206px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: visible;
  --orbit-accent: var(--green);
  --orbit-accent-soft: rgba(85, 240, 166, 0.16);
}

.mock-orbit::before {
  content: "";
  position: absolute;
  inset: -18px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 8%, color-mix(in srgb, var(--orbit-accent) 42%, transparent), transparent 24%),
    radial-gradient(circle at 50% 50%, rgba(85, 240, 166, 0.12), transparent 48%),
    radial-gradient(circle at 74% 70%, rgba(115, 167, 255, 0.12), transparent 28%),
    radial-gradient(circle at 26% 72%, rgba(244, 187, 85, 0.12), transparent 28%);
  filter: blur(14px);
  opacity: 0.9;
  transform: scale(1);
  transition:
    opacity 260ms ease,
    transform 260ms ease,
    background 260ms ease;
}

.mock-orbit::after {
  content: "";
  position: absolute;
  inset: 24px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(244, 239, 230, 0.035), transparent 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0)),
    var(--mock-orbit-core);
  border: 1px solid rgba(244, 239, 230, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 10px 28px rgba(0, 0, 0, 0.22);
}

.mock-orbit-arrow {
  position: absolute;
  z-index: 5;
  top: -9px;
  left: 50%;
  width: 28px;
  height: 58px;
  background: none;
  transform: translateX(-50%);
  filter: drop-shadow(0 0 12px color-mix(in srgb, var(--orbit-accent) 52%, transparent));
}

.mock-orbit-arrow::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 50%;
  width: 2px;
  height: 38px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(244, 239, 230, 0.08), rgba(244, 239, 230, 0.96));
  transform: translateX(-50%);
}

.mock-orbit-arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 4px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 12px solid rgba(244, 239, 230, 0.96);
  transform: translateX(-50%);
}

.mock-orbit-dial {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(244, 239, 230, 0.22);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.035), transparent 59%),
    conic-gradient(
      from 0deg,
      #55f0a6 0deg,
      #4ee0cd 52deg,
      #65d9ff 92deg,
      #f4bb55 136deg,
      #ff8b66 188deg,
      #ff7e8a 216deg,
      #73a7ff 260deg,
      #8d86ff 312deg,
      #55f0a6 360deg
    );
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  will-change: transform;
}

.mock-orbit-dial::before {
  content: "";
  position: absolute;
  inset: 13px;
  border: 1px solid rgba(244, 239, 230, 0.14);
  border-radius: 50%;
  box-shadow: inset 0 0 26px rgba(7, 7, 7, 0.18);
}

.mock-orbit-dial::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 12%, rgba(255, 255, 255, 0.34), transparent 15%),
    radial-gradient(circle at 24% 75%, rgba(255, 255, 255, 0.14), transparent 17%),
    radial-gradient(circle at 78% 76%, rgba(255, 255, 255, 0.1), transparent 19%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 38%, rgba(7, 7, 7, 0.12));
  mix-blend-mode: screen;
}

.mock-orbit-core-label {
  position: absolute;
  z-index: 2;
  inset: 50%;
  display: grid;
  place-items: center;
  gap: 4px;
  width: 102px;
  height: 102px;
  border: 1px solid rgba(244, 239, 230, 0.12);
  border-radius: 50%;
  background: rgba(10, 10, 9, 0.32);
  color: rgba(244, 239, 230, 0.84);
  text-align: center;
  transform: translate(-50%, -50%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 14px 36px rgba(0, 0, 0, 0.22);
}

.mock-orbit-core-label small {
  display: block;
  max-width: 70px;
  color: rgba(244, 239, 230, 0.6);
  font-size: 0.62rem;
  font-weight: 700;
  line-height: 1.18;
  text-transform: uppercase;
}

.mock-orbit-core-label strong {
  display: block;
  color: var(--orbit-accent);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.04;
  transition: color 220ms ease, transform 220ms ease;
}

.mock-orbit.is-detecting .mock-orbit-core-label {
  animation: detectPulse 620ms ease;
}

.mock-orbit.is-detecting .mock-orbit-core-label strong {
  transform: translateY(-1px);
}

.zone-marker {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 5px rgba(7, 7, 7, 0.1);
  background: var(--paper);
}

.zone-marker::after {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.18;
  filter: blur(6px);
}

.zone-green {
  transform: translate(-50%, -50%) rotate(18deg) translateY(-88px);
  color: var(--green);
  background: var(--green);
}

.zone-teal {
  transform: translate(-50%, -50%) rotate(70deg) translateY(-88px);
  color: var(--teal);
  background: var(--teal);
}

.zone-amber {
  transform: translate(-50%, -50%) rotate(132deg) translateY(-88px);
  color: var(--amber);
  background: var(--amber);
}

.zone-coral {
  transform: translate(-50%, -50%) rotate(198deg) translateY(-88px);
  color: var(--coral);
  background: var(--coral);
}

.zone-blue {
  transform: translate(-50%, -50%) rotate(258deg) translateY(-88px);
  color: var(--blue);
  background: var(--blue);
}

.zone-violet {
  transform: translate(-50%, -50%) rotate(316deg) translateY(-88px);
  color: var(--violet);
  background: var(--violet);
}

.mock-orbit-legend {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  width: min(100%, 286px);
}

.mock-orbit-legend span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 0;
  min-height: 30px;
  padding: 0 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(244, 239, 230, 0.05);
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  transition:
    border-color 220ms ease,
    background 220ms ease,
    color 220ms ease,
    transform 220ms ease,
    box-shadow 220ms ease;
}

.mock-orbit-legend span.is-active {
  border-color: color-mix(in srgb, var(--orbit-accent) 50%, var(--line-strong));
  background: color-mix(in srgb, var(--orbit-accent) 14%, rgba(244, 239, 230, 0.08));
  color: var(--ink);
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.14);
}

.mock-orbit[data-active-zone="0"]::before {
  transform: scale(1.02);
}

.mock-orbit[data-active-zone="1"]::before {
  transform: scale(1.035);
}

.mock-orbit[data-active-zone="2"]::before {
  transform: scale(1.02);
}

.mock-orbit[data-active-zone="3"]::before {
  transform: scale(1.035);
}

.mock-orbit[data-active-zone="4"]::before {
  transform: scale(1.02);
}

.mock-orbit[data-active-zone="5"]::before {
  transform: scale(1.03);
}

.mock-orbit-legend i {
  flex: 0 0 auto;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
}

.mock-orbit-legend span:nth-child(2) i {
  background: var(--teal);
}

.mock-orbit-legend span:nth-child(3) i {
  background: var(--amber);
}

.mock-orbit-legend span:nth-child(4) i {
  background: var(--coral);
}

.mock-orbit-legend span:nth-child(5) i {
  background: var(--blue);
}

.mock-orbit-legend span:nth-child(6) i {
  background: var(--violet);
}

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

.mock-grid .floating-metric {
  min-height: 96px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    var(--mock-grid-bg);
}

.floating-metric {
  position: relative;
  display: grid;
  align-content: center;
  gap: 6px;
  min-width: 0;
  padding: 16px;
  overflow: hidden;
  backdrop-filter: none;
  box-shadow: none;
}

.floating-metric::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 46%),
    radial-gradient(circle at 82% 18%, rgba(85, 240, 166, 0.08), transparent 28%);
  opacity: 0.8;
  pointer-events: none;
}

.floating-metric span {
  position: relative;
  z-index: 1;
  color: var(--muted);
  font-size: 0.78rem;
}

.floating-metric strong {
  position: relative;
  z-index: 1;
  font-size: 1.42rem;
}

.metric-visual {
  position: relative;
  z-index: 1;
  align-self: end;
  height: 32px;
  margin-top: 8px;
}

.metric-visual i {
  position: absolute;
  display: block;
}

.metric-zones i {
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  animation: metricPulse 2.8s ease-in-out infinite;
}

.metric-zones i:nth-child(1) {
  left: 0;
  background: var(--green);
}

.metric-zones i:nth-child(2) {
  left: 16px;
  background: var(--teal);
  animation-delay: 0.35s;
}

.metric-zones i:nth-child(3) {
  left: 32px;
  background: var(--amber);
  animation-delay: 0.7s;
}

.metric-zones i:nth-child(4) {
  left: 48px;
  background: var(--coral);
  animation-delay: 1.05s;
}

.metric-zones i:nth-child(5) {
  left: 64px;
  background: var(--blue);
  animation-delay: 1.4s;
}

.metric-zones i:nth-child(6) {
  left: 80px;
  background: var(--violet);
  animation-delay: 1.75s;
}

.metric-path::before {
  content: "";
  position: absolute;
  left: 4px;
  right: 12px;
  top: 13px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(85, 240, 166, 0.22), rgba(115, 167, 255, 0.3));
}

.metric-path i {
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--paper);
  border: 2px solid var(--green);
}

.metric-path i:nth-child(1) {
  left: 0;
}

.metric-path i:nth-child(2) {
  left: 0;
  animation: metricPathTravel 2.8s ease-in-out infinite;
}

.metric-path i:nth-child(3) {
  right: 0;
  width: 0;
  height: 0;
  top: 6px;
  border: 0;
  border-left: 12px solid var(--green);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  background: transparent;
}

.metric-responsive {
  display: flex;
  align-items: end;
  gap: 7px;
}

.metric-responsive i {
  position: relative;
  width: 14px;
  border: 1px solid rgba(85, 240, 166, 0.32);
  border-radius: 5px 5px 4px 4px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.04));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  animation: metricFloat 3.4s ease-in-out infinite;
}

.metric-responsive i:nth-child(1) {
  height: 16px;
  animation-delay: 0s;
}

.metric-responsive i:nth-child(2) {
  height: 22px;
  animation-delay: 0.28s;
}

.metric-responsive i:nth-child(3) {
  width: 28px;
  height: 18px;
  animation-delay: 0.56s;
}

.metric-motion {
  overflow: hidden;
}

.metric-motion::before {
  content: "";
  position: absolute;
  inset: 11px 0 auto 0;
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.metric-motion i:nth-child(1) {
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 14px rgba(85, 240, 166, 0.42);
  animation: metricSlide 2.8s cubic-bezier(0.4, 0.05, 0.2, 0.95) infinite;
}

.metric-motion i:nth-child(2) {
  right: 2px;
  top: 4px;
  width: 18px;
  height: 16px;
  border-radius: 6px;
  border: 1px solid rgba(115, 167, 255, 0.34);
  background: rgba(115, 167, 255, 0.09);
}

.metric-motion i:nth-child(3) {
  right: 7px;
  top: 20px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--amber);
  animation: metricPulse 2.1s ease-in-out infinite;
  animation-delay: 0.4s;
}

:root[data-theme="light"] .mock-hero {
  border-color: rgba(74, 63, 46, 0.18);
  background:
    linear-gradient(135deg, rgba(202, 246, 223, 0.46), rgba(255, 249, 240, 0.84) 52%, rgba(255, 232, 208, 0.46));
}

:root[data-theme="light"] .mock-hero-copy {
  border-color: rgba(74, 63, 46, 0.12);
  background: linear-gradient(180deg, rgba(255, 252, 246, 0.88), rgba(255, 248, 238, 0.62));
  box-shadow:
    0 16px 34px rgba(64, 46, 18, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

:root[data-theme="light"] .metric-responsive i,
:root[data-theme="light"] .metric-motion i:nth-child(2) {
  border-color: rgba(24, 20, 14, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0.18));
}

:root[data-theme="light"] .metric-motion::before {
  background: rgba(24, 20, 14, 0.1);
}

:root[data-theme="light"] .mock-hero small,
:root[data-theme="light"] .mock-hero p {
  color: rgba(79, 71, 60, 0.98);
}

:root[data-theme="light"] .mock-hero strong {
  color: #1f1a14;
}

:root[data-theme="light"] .mock-orbit {
  box-shadow: 0 18px 34px rgba(85, 58, 18, 0.08);
}

:root[data-theme="light"] .mock-orbit::before {
  opacity: 0.86;
  filter: blur(14px);
}

:root[data-theme="light"] .mock-orbit::after {
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.42), transparent 56%),
    rgba(249, 243, 233, 0.98);
}

:root[data-theme="light"] .mock-orbit::after {
  border-color: rgba(74, 63, 46, 0.1);
}

:root[data-theme="light"] .mock-orbit-arrow {
  filter: drop-shadow(0 0 12px color-mix(in srgb, var(--orbit-accent) 36%, transparent));
}

:root[data-theme="light"] .mock-orbit-arrow::before {
  background: linear-gradient(180deg, rgba(74, 63, 46, 0.08), rgba(74, 63, 46, 0.88));
}

:root[data-theme="light"] .mock-orbit-arrow::after {
  border-top-color: rgba(74, 63, 46, 0.88);
}

:root[data-theme="light"] .mock-orbit-dial {
  border-color: rgba(74, 63, 46, 0.18);
  box-shadow:
    0 18px 34px rgba(85, 58, 18, 0.08),
    inset 0 0 0 10px rgba(255, 255, 255, 0.18);
}

:root[data-theme="light"] .mock-orbit-dial::before {
  border-color: rgba(74, 63, 46, 0.12);
}

:root[data-theme="light"] .mock-orbit-core-label {
  border-color: rgba(74, 63, 46, 0.14);
  background: rgba(255, 252, 246, 0.96);
  color: #2b241c;
  box-shadow: 0 10px 24px rgba(80, 60, 22, 0.08);
}

:root[data-theme="light"] .mock-orbit-core-label small {
  color: rgba(79, 71, 60, 0.72);
}

:root[data-theme="light"] .mock-orbit-core-label strong {
  color: var(--orbit-accent);
}

:root[data-theme="light"] .mock-orbit-legend span {
  border-color: rgba(74, 63, 46, 0.16);
  background: rgba(255, 252, 246, 0.88);
  color: #4f473c;
}

:root[data-theme="light"] .zone-marker {
  border-color: rgba(255, 255, 255, 0.96);
  box-shadow: 0 0 0 5px rgba(255, 248, 238, 0.9);
}

:root[data-theme="light"] .mock-orbit-legend span.is-active {
  background: color-mix(in srgb, var(--orbit-accent) 14%, rgba(255, 252, 246, 0.92));
}

:root[data-theme="light"] .floating-metric {
  border-color: rgba(74, 63, 46, 0.18);
  background: rgba(255, 251, 245, 0.94);
}

:root[data-theme="light"] .floating-metric span {
  color: #6b6257;
}

:root[data-theme="light"] .floating-metric strong {
  color: #1f1a14;
}

.capabilities-section {
  background:
    linear-gradient(180deg, rgba(85, 240, 166, 0.035), transparent 38%),
    var(--bg);
}

.capability-lab {
  display: grid;
  grid-template-columns: minmax(180px, 0.28fr) minmax(420px, 1fr) minmax(180px, 0.32fr);
  gap: 18px;
  align-items: stretch;
  width: min(100%, var(--container));
  margin: 0 auto;
}

.capability-tabs,
.capability-stack {
  display: grid;
  gap: 10px;
  align-content: start;
}

.capability-tabs button,
.capability-stack span {
  min-width: 0;
  min-height: 54px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-weak);
  color: var(--muted);
  font: inherit;
  font-weight: 850;
  text-align: left;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.capability-tabs button {
  cursor: pointer;
}

.capability-tabs button:hover,
.capability-tabs button.is-active {
  border-color: rgba(85, 240, 166, 0.74);
  background: rgba(85, 240, 166, 0.12);
  color: var(--ink);
  transform: translateX(3px);
}

.capability-preview {
  min-width: 0;
}

.live-browser {
  overflow: hidden;
  min-height: 440px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(244, 239, 230, 0.08), transparent 42%),
    var(--browser-frame-bg);
  box-shadow: var(--shadow);
}

.live-toolbar {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 48px;
  padding: 0 16px;
  border-bottom: 1px solid var(--line);
  background: var(--frame-bar-bg);
}

.live-toolbar span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--red);
}

.live-toolbar span:nth-child(2) {
  background: var(--amber);
}

.live-toolbar span:nth-child(3) {
  background: var(--green);
}

.live-toolbar strong {
  margin-left: auto;
  color: var(--soft);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.live-screen {
  position: relative;
  display: grid;
  grid-template-columns: minmax(180px, 0.62fr) minmax(260px, 1fr);
  gap: 22px;
  min-height: 390px;
  padding: 24px;
}

.live-screen::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent, rgba(85, 240, 166, 0.08), transparent);
  transform: translateX(-100%);
  animation: scan 5.2s ease-in-out infinite;
  pointer-events: none;
}

.live-metric {
  position: relative;
  display: grid;
  grid-column: 1;
  grid-row: 1;
  align-self: start;
  gap: 8px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-weak);
}

.live-metric span {
  color: var(--muted);
  font-size: 0.82rem;
}

.live-metric strong {
  color: var(--green);
  font-size: 4rem;
  line-height: 0.95;
}

.live-bars {
  position: relative;
  display: grid;
  grid-column: 1;
  grid-row: 2;
  gap: 14px;
  align-self: end;
}

.live-bars span {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: rgba(244, 239, 230, 0.08);
}

.live-bars span::before {
  content: "";
  display: block;
  width: var(--bar);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--green), rgba(115, 167, 255, 0.72));
  animation: barPulse 3.4s ease-in-out infinite;
}

.live-card {
  position: relative;
  z-index: 1;
  grid-column: 2;
  grid-row: 1 / span 2;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(244, 239, 230, 0.08), rgba(244, 239, 230, 0.035));
}

.live-card h3 {
  max-width: 520px;
  font-size: 2rem;
}

.live-card p {
  color: var(--muted);
  line-height: 1.6;
}

.live-card ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.live-card li {
  position: relative;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.45;
}

.live-card li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
}

.capability-stack span {
  display: inline-flex;
  align-items: center;
  color: var(--soft);
}

@keyframes scan {
  0%,
  44% {
    transform: translateX(-100%);
  }
  72%,
  100% {
    transform: translateX(100%);
  }
}

@keyframes barPulse {
  0%,
  100% {
    opacity: 0.72;
  }
  50% {
    opacity: 1;
  }
}

@keyframes detectPulse {
  0%,
  100% {
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.04),
      0 14px 36px rgba(0, 0, 0, 0.22);
  }

  44% {
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.08),
      0 0 0 6px color-mix(in srgb, var(--orbit-accent) 12%, transparent),
      0 18px 44px color-mix(in srgb, var(--orbit-accent) 22%, transparent);
  }
}

.pricing-section {
  background:
    var(--pricing-bg);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  width: min(100%, var(--container));
  margin: 0 auto;
  align-items: stretch;
}

.price-card {
  display: flex;
  flex-direction: column;
  min-height: 610px;
  padding: 24px;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.price-card.featured {
  border-color: rgba(85, 240, 166, 0.62);
  background:
    linear-gradient(180deg, rgba(85, 240, 166, 0.13), rgba(244, 239, 230, 0.05)),
    rgba(244, 239, 230, 0.035);
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 22px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--green);
  font-size: 0.76rem;
  font-weight: 900;
}

.price-head p {
  min-height: 74px;
}

.price {
  margin: 18px 0 6px;
  color: var(--ink);
  font-size: 3rem;
  font-weight: 950;
  line-height: 1;
}

.timeline {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--amber);
  font-weight: 800;
}

.price-card ul {
  margin-bottom: 24px;
}

.plan-button {
  margin-top: auto;
  width: 100%;
}

.calculator {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(320px, 1fr);
  gap: 40px;
  align-items: center;
  width: min(100%, var(--container));
  margin: 20px auto 0;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  color: #17120d;
}

.calculator .eyebrow {
  color: var(--green-deep);
}

.calculator h3 {
  font-size: 2rem;
}

.calculator p {
  color: rgba(23, 18, 13, 0.68);
}

.calc-form {
  display: grid;
  gap: 16px;
}

.calc-form label,
.contact-form label {
  display: grid;
  gap: 8px;
}

.calc-form label span,
.contact-form label span {
  font-size: 0.86rem;
  font-weight: 850;
}

select,
input,
textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(23, 18, 13, 0.22);
  border-radius: var(--radius);
  background: #fffaf0;
  color: #17120d;
  outline: none;
}

input,
select {
  padding: 0 12px;
}

textarea {
  padding: 12px;
  resize: vertical;
}

select:focus,
input:focus,
textarea:focus {
  border-color: var(--green-deep);
  box-shadow: 0 0 0 4px rgba(13, 138, 88, 0.12);
}

input[type="range"] {
  accent-color: var(--green-deep);
  padding: 0;
}

.toggle-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.check {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 10px;
  border: 1px solid rgba(23, 18, 13, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.5);
}

.check input {
  width: 18px;
  min-height: 18px;
  accent-color: var(--green-deep);
}

.calc-output {
  display: block;
  padding-top: 4px;
  color: #090805;
  font-size: 2.5rem;
  font-weight: 950;
  line-height: 1;
}

.tax-note {
  margin: 0;
  font-size: 0.9rem;
}

.process-section {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 12% 8%, rgba(85, 240, 166, 0.1), transparent 28rem),
    radial-gradient(circle at 88% 22%, rgba(244, 187, 85, 0.09), transparent 24rem),
    linear-gradient(180deg, rgba(244, 239, 230, 0.03), transparent 32%),
    var(--process-bg);
}

.process-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, var(--shell-grid-y) 1px, transparent 1px),
    linear-gradient(var(--shell-grid-x) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
  pointer-events: none;
}

.process-section .section-heading,
.process-timeline {
  position: relative;
  z-index: 1;
}

.process-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  width: min(100%, var(--container));
  margin: 0 auto;
}

.process-timeline article {
  position: relative;
  overflow: hidden;
  min-height: 224px;
  padding: 22px;
  background:
    linear-gradient(135deg, rgba(244, 239, 230, 0.08), transparent 54%),
    var(--surface);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.process-timeline article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--green), rgba(244, 187, 85, 0.86), rgba(115, 167, 255, 0.56));
  opacity: 0.58;
}

.process-timeline article::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 74px;
  height: 74px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, transparent 38%, rgba(85, 240, 166, 0.1) 39% 47%, transparent 48%),
    conic-gradient(from 210deg, rgba(85, 240, 166, 0.38), rgba(244, 187, 85, 0.24), rgba(115, 167, 255, 0.16), rgba(85, 240, 166, 0.38));
  opacity: 0.28;
  pointer-events: none;
}

.process-timeline article:hover {
  transform: translateY(-4px);
  border-color: rgba(85, 240, 166, 0.44);
  background:
    linear-gradient(135deg, rgba(85, 240, 166, 0.1), transparent 56%),
    var(--surface-hover);
}

.process-timeline span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 30px;
  border: 1px solid rgba(244, 187, 85, 0.5);
  border-radius: var(--radius);
  background: rgba(244, 187, 85, 0.08);
  color: var(--amber);
  font-weight: 950;
}

.process-timeline h3,
.process-timeline p {
  position: relative;
  z-index: 1;
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  width: min(100%, var(--container));
  margin: 0 auto;
}

.results-section {
  position: relative;
  padding-top: 88px;
  overflow: hidden;
}

.results-section::before,
.faq-section::before {
  content: "";
  position: absolute;
  inset: -80px auto auto 50%;
  width: min(54vw, 720px);
  height: 220px;
  transform: translateX(-50%);
  background:
    radial-gradient(circle at 50% 50%, rgba(85, 240, 166, 0.08), rgba(115, 167, 255, 0.035) 44%, transparent 74%);
  filter: blur(18px);
  pointer-events: none;
}

.result-card {
  overflow: hidden;
  min-height: 510px;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.result-card h3,
.result-card p,
.result-card span {
  margin-left: 20px;
  margin-right: 20px;
}

.result-card span {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 10px;
  color: var(--green);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.result-card p {
  margin-bottom: 24px;
}

.support-projects {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 2.2fr);
  gap: 18px;
  align-items: stretch;
  width: min(100%, var(--container));
  margin: 0 auto 22px;
  padding: 20px;
  border: 1px solid var(--line-strong);
  border-radius: calc(var(--radius) + 4px);
  background:
    radial-gradient(circle at 12% 18%, rgba(85, 240, 166, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(244, 239, 230, 0.075), rgba(244, 239, 230, 0.025));
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.18);
}

.support-projects h3 {
  margin: 6px 0 0;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.05;
}

.support-project-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.support-project-links a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px 10px;
  align-items: center;
  min-height: 92px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--surface-strong) 72%, transparent), var(--surface));
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.support-project-links a:hover {
  transform: translateY(-3px);
  border-color: rgba(85, 240, 166, 0.48);
  background: var(--surface-hover);
}

.support-project-links span {
  overflow-wrap: anywhere;
  color: var(--text);
  font-weight: 950;
}

.support-project-links small {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 0.84rem;
}

.support-project-links svg {
  width: 18px;
  height: 18px;
  color: var(--green);
}

.result-visual {
  position: relative;
  overflow: hidden;
  min-height: 218px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 18% 12%, color-mix(in srgb, var(--visual-accent, var(--green)) 28%, transparent), transparent 34%),
    linear-gradient(135deg, color-mix(in srgb, var(--visual-accent, var(--green)) 22%, transparent), transparent 50%),
    linear-gradient(90deg, rgba(244, 239, 230, 0.12) 1px, transparent 1px),
    linear-gradient(rgba(244, 239, 230, 0.1) 1px, transparent 1px),
    #11110f;
  background-size: auto, auto, 42px 42px, 42px 42px, auto;
}

.result-visual::before {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  top: 24px;
  height: 108px;
  border: 1px solid rgba(244, 239, 230, 0.16);
  border-radius: calc(var(--radius) + 4px);
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--visual-accent, var(--green)) 78%, transparent) 0 34%, transparent 34% 100%) 18px 20px / 44% 9px no-repeat,
    linear-gradient(90deg, rgba(244, 239, 230, 0.18), rgba(244, 239, 230, 0.05)) 18px 48px / 72% 7px no-repeat,
    linear-gradient(90deg, rgba(244, 239, 230, 0.14), rgba(244, 239, 230, 0.04)) 18px 72px / 58% 7px no-repeat,
    linear-gradient(180deg, rgba(244, 239, 230, 0.09), rgba(244, 239, 230, 0.03));
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

.result-visual::after {
  content: "";
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 24px;
  height: 52px;
  border-radius: calc(var(--radius) + 2px);
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--visual-accent, var(--green)) 78%, transparent), color-mix(in srgb, var(--visual-accent, var(--green)) 28%, transparent)) 0 0 / 36% 100% no-repeat,
    linear-gradient(90deg, rgba(244, 239, 230, 0.12), rgba(244, 239, 230, 0.04));
  border: 1px solid rgba(244, 239, 230, 0.12);
}

.result-visual.construction {
  --visual-accent: var(--amber);
}

.result-visual.clinic {
  --visual-accent: var(--green);
}

.result-visual.ecommerce {
  --visual-accent: var(--blue);
}

.faq-section {
  position: relative;
  padding-top: 84px;
  background: var(--faq-bg);
  overflow: hidden;
}

.faq-list {
  display: grid;
  gap: 10px;
  width: min(100%, 900px);
  margin: 0 auto;
}

.faq-item {
  overflow: hidden;
}

.faq-item button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  padding: 20px;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-weight: 850;
  text-align: left;
  cursor: pointer;
}

.faq-item button svg {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  color: var(--green);
  transition: transform 180ms ease;
}

.faq-item div {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 220ms ease;
}

.faq-item div p {
  overflow: hidden;
  margin: 0;
  padding: 0 20px;
}

.faq-item.is-open div {
  grid-template-rows: 1fr;
}

.faq-item.is-open div p {
  padding-bottom: 20px;
}

.faq-item.is-open button svg {
  transform: rotate(180deg);
}

.contact-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(320px, 460px);
  gap: 70px;
  align-items: center;
  min-height: 760px;
  padding: 118px max(var(--pad), calc((100vw - var(--container)) / 2));
  overflow: hidden;
  border-top: 1px solid var(--line);
  background: var(--paper);
  color: #17120d;
}

.contact-visual {
  position: absolute;
  inset: 0;
  opacity: 0.34;
  background:
    linear-gradient(90deg, rgba(23, 18, 13, 0.09) 1px, transparent 1px),
    linear-gradient(rgba(23, 18, 13, 0.09) 1px, transparent 1px);
  background-size: 72px 72px;
}

.contact-map {
  position: absolute;
  inset: 80px 4% 60px 40%;
  border: 1px solid rgba(23, 18, 13, 0.2);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 30% 24%, rgba(13, 138, 88, 0.16), transparent 20rem),
    linear-gradient(135deg, rgba(13, 138, 88, 0.08), transparent 42%),
    rgba(255, 255, 255, 0.18);
}

.contact-copy,
.contact-form {
  position: relative;
  z-index: 1;
}

.contact-copy {
  max-width: 650px;
}

.contact-copy .eyebrow {
  color: var(--green-deep);
}

.contact-copy h2 {
  color: #17120d;
}

.contact-copy p {
  color: rgba(23, 18, 13, 0.7);
  font-size: 1.05rem;
}

.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.contact-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(23, 18, 13, 0.2);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.4);
  font-weight: 850;
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(23, 18, 13, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 24px 70px rgba(23, 18, 13, 0.14);
}

.contact-form .button {
  width: 100%;
}

.field-error {
  display: block;
  margin-top: -4px;
  color: #9a3328;
  font-size: 0.78rem;
  font-weight: 750;
  line-height: 1.35;
}

.field-error[hidden] {
  display: none;
}

.contact-form input.is-invalid,
.contact-form textarea.is-invalid,
.contact-form select.is-invalid {
  border-color: rgba(186, 58, 44, 0.76);
  box-shadow: 0 0 0 4px rgba(186, 58, 44, 0.1);
}

.hp-field {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.consent-check {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  color: rgba(23, 18, 13, 0.72);
  font-size: 0.88rem;
}

.consent-check input {
  width: 18px;
  min-height: 18px;
  margin-top: 2px;
  accent-color: var(--green-deep);
}

.consent-check a {
  color: #0d8a58;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.contact-form.is-success {
  border-color: rgba(13, 138, 88, 0.36);
}

.contact-form.is-error {
  border-color: rgba(186, 58, 44, 0.3);
}

.form-note {
  margin: 0;
  color: rgba(23, 18, 13, 0.58);
  font-size: 0.84rem;
}

.contact-form.is-success .form-note {
  color: #0d8a58;
}

.contact-form.is-error .form-note {
  color: #9a3328;
}

.form-dialog {
  width: 100%;
  max-width: none;
  height: 100dvh;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  background:
    radial-gradient(circle at 50% 42%, rgba(85, 240, 166, 0.2), transparent 29%),
    radial-gradient(circle at 44% 55%, rgba(115, 167, 255, 0.14), transparent 34%),
    rgba(0, 0, 0, 0.66);
  color: var(--text);
  place-items: center;
  z-index: 500;
  backdrop-filter: blur(12px);
}

.form-dialog:not([open]):not(.is-visible) {
  display: none;
}

.form-dialog[open],
.form-dialog.is-visible {
  position: fixed;
  inset: 0;
  display: grid;
}

.form-dialog::backdrop {
  background: transparent;
}

.form-dialog-card {
  position: relative;
  display: grid;
  gap: 12px;
  width: min(440px, calc(100vw - 32px));
  max-height: calc(100dvh - 32px);
  overflow: auto;
  padding: 28px;
  border: 1px solid var(--line-strong);
  border-radius: calc(var(--radius) + 6px);
  background:
    radial-gradient(circle at 18% 12%, rgba(85, 240, 166, 0.12), transparent 34%),
    linear-gradient(145deg, var(--surface-strong), var(--surface));
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
}

.form-dialog-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--text);
  cursor: pointer;
}

.form-dialog-close:hover {
  border-color: rgba(85, 240, 166, 0.5);
}

.form-dialog-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: #07110b;
  box-shadow: 0 0 36px rgba(85, 240, 166, 0.34);
}

.form-dialog h2,
.form-dialog p {
  margin: 0;
}

.form-dialog h2 {
  padding-right: 34px;
  font-size: clamp(1.65rem, 4vw, 2.35rem);
  line-height: 1.05;
}

.form-dialog p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.55;
}

.form-dialog .button {
  width: 100%;
  margin-top: 6px;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 120;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  width: min(980px, calc(100vw - 40px));
  margin: 0 auto;
  padding: 18px 20px;
  border: 1px solid var(--line-strong);
  border-radius: calc(var(--radius) + 4px);
  background:
    linear-gradient(135deg, rgba(244, 239, 230, 0.08), rgba(244, 239, 230, 0.03)),
    rgba(10, 10, 9, 0.88);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
  opacity: 0;
  pointer-events: none;
  transform: translateY(22px);
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

.cookie-banner.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.cookie-banner-copy {
  display: grid;
  gap: 6px;
}

.cookie-banner-copy strong {
  font-size: 1rem;
}

.cookie-banner-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.cookie-banner-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.cookie-link-button {
  background: rgba(244, 239, 230, 0.04);
}

:root[data-theme="light"] .section-heading {
  background: transparent;
  box-shadow: none;
}

:root[data-theme="light"] .tag,
:root[data-theme="light"] .result-card span {
  color: var(--accent-label);
}

:root[data-theme="light"] .section-heading p:not(.eyebrow) {
  background: transparent;
  box-shadow: none;
}

:root[data-theme="light"] .process-section {
  background:
    radial-gradient(circle at 12% 8%, rgba(85, 240, 166, 0.08), transparent 28rem),
    radial-gradient(circle at 88% 22%, rgba(244, 187, 85, 0.08), transparent 24rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), transparent 34%),
    var(--process-bg);
}

:root[data-theme="light"] .process-timeline article {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.42), transparent 58%),
    var(--surface);
  box-shadow: 0 18px 42px rgba(68, 48, 18, 0.08);
}

:root[data-theme="light"] .process-timeline article:hover {
  background:
    linear-gradient(135deg, rgba(85, 240, 166, 0.1), rgba(255, 255, 255, 0.38) 58%),
    var(--surface-hover);
}

:root[data-theme="light"] .result-visual {
  background:
    radial-gradient(circle at 18% 12%, color-mix(in srgb, var(--visual-accent, var(--green)) 20%, transparent), transparent 34%),
    linear-gradient(135deg, color-mix(in srgb, var(--visual-accent, var(--green)) 16%, transparent), transparent 50%),
    linear-gradient(90deg, rgba(24, 20, 14, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(24, 20, 14, 0.07) 1px, transparent 1px),
    #eee4d7;
}

:root[data-theme="light"] .result-visual::before {
  border-color: rgba(24, 20, 14, 0.12);
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--visual-accent, var(--green)) 72%, transparent) 0 34%, transparent 34% 100%) 18px 20px / 44% 9px no-repeat,
    linear-gradient(90deg, rgba(24, 20, 14, 0.14), rgba(24, 20, 14, 0.04)) 18px 48px / 72% 7px no-repeat,
    linear-gradient(90deg, rgba(24, 20, 14, 0.1), rgba(24, 20, 14, 0.035)) 18px 72px / 58% 7px no-repeat,
    linear-gradient(180deg, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0.14));
  box-shadow: 0 18px 42px rgba(68, 48, 18, 0.09);
}

:root[data-theme="light"] .result-visual::after {
  border-color: rgba(24, 20, 14, 0.1);
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--visual-accent, var(--green)) 68%, transparent), color-mix(in srgb, var(--visual-accent, var(--green)) 26%, transparent)) 0 0 / 36% 100% no-repeat,
    linear-gradient(90deg, rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0.14));
}

:root[data-theme="light"] .cookie-banner {
  background:
    linear-gradient(135deg, rgba(255, 252, 246, 0.92), rgba(255, 248, 240, 0.84)),
    rgba(255, 255, 255, 0.9);
  box-shadow: 0 24px 64px rgba(74, 63, 46, 0.14);
}

:root[data-theme="light"] .cookie-link-button {
  background: rgba(255, 255, 255, 0.62);
}

.legal-body {
  margin: 0;
  background: var(--legal-bg);
  color: var(--ink);
}

.legal-page {
  width: min(calc(100% - 32px), 980px);
  margin: 0 auto;
  padding: 118px 0 40px;
  min-height: calc(100svh - 190px);
}

.legal-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(244, 239, 230, 0.05);
  box-shadow: var(--shadow);
}

.legal-card h1 {
  font-size: 3.2rem;
  line-height: 0.98;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.legal-card h2 {
  margin-top: 36px;
  margin-bottom: 14px;
  font-size: 1.5rem;
  line-height: 1.08;
}

.legal-card p,
.legal-card li {
  color: var(--muted);
  line-height: 1.7;
}

.legal-card ul {
  margin: 0;
  padding-left: 18px;
}

.legal-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 28px;
  color: var(--green);
  font-weight: 800;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 26px max(var(--pad), calc((100vw - var(--container)) / 2));
  border-top: 1px solid rgba(23, 18, 13, 0.14);
  background: var(--footer-bg);
  color: var(--footer-ink);
}

.site-footer div {
  display: grid;
  gap: 2px;
}

.site-footer .footer-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.site-footer span {
  color: rgba(255, 247, 232, 0.62);
  font-size: 0.86rem;
}

.site-footer a,
.site-footer button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--green);
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

.site-footer button span {
  color: var(--green);
  font-weight: 850;
}

[data-reveal] {
  opacity: 0.18;
  transform: translateY(12px);
  transition:
    opacity 340ms ease,
    transform 340ms ease;
}

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

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

@keyframes metricPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.78;
  }

  50% {
    transform: scale(1.28);
    opacity: 1;
  }
}

@keyframes metricHop {
  0%,
  100% {
    transform: translateX(0) scale(1);
  }

  45% {
    transform: translateX(10px) translateY(-2px) scale(1.06);
  }

  60% {
    transform: translateX(10px) scale(1);
  }
}

@keyframes metricPathTravel {
  0% {
    left: 0;
    transform: scale(0.92);
    opacity: 0.72;
  }

  38% {
    left: calc(50% - 5px);
    transform: translateY(-3px) scale(1.08);
    opacity: 1;
  }

  72%,
  100% {
    left: calc(100% - 22px);
    transform: scale(0.96);
    opacity: 0.88;
  }
}

@keyframes metricFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-3px);
  }
}

@keyframes metricSlide {
  0% {
    left: 0;
    transform: scale(0.9);
    opacity: 0.6;
  }

  48% {
    left: calc(50% - 5px);
    transform: scale(1.1);
    opacity: 1;
  }

  100% {
    left: calc(100% - 22px);
    transform: scale(0.9);
    opacity: 0.72;
  }
}

@media (min-width: 1440px) {
  :root {
    --container: 1320px;
  }

  h1 {
    font-size: clamp(2.75rem, 3.8vw, 3.65rem);
  }

  h2 {
    font-size: 3.35rem;
  }

  .hero {
    min-height: clamp(640px, 70svh, 780px);
    padding-top: 92px;
  }

  .hero-inner {
    grid-template-columns: minmax(0, 840px) minmax(320px, 390px);
    min-height: clamp(420px, calc(70svh - 150px), 520px);
  }
}

@media (max-width: 1180px) {
  .desktop-nav {
    gap: 2px;
  }

  .ghost-link {
    display: none;
  }

  h1 {
    font-size: clamp(2.75rem, 3.8vw, 3.65rem);
  }

  h2 {
    font-size: 2.65rem;
  }

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

  .process-timeline {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1100px) {
  h1 {
    font-size: clamp(2.35rem, 3.9vw, 2.95rem);
    line-height: 1;
  }

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

  .hero-inner {
    min-height: auto;
    gap: 18px;
  }

  .hero-copy {
    max-width: 860px;
    padding-bottom: 24px;
  }

  .hero-lead {
    max-width: 760px;
    font-size: 1.08rem;
  }

  .hero-panel {
    display: none;
  }

  .hero-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-strip span {
    min-height: 58px;
    font-size: 0.86rem;
  }

  .hero-strip span:nth-child(2) {
    border-right: 0;
  }

  .hero-strip span:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 1024px) {
  :root {
    --pad: 24px;
  }

  .site-header {
    grid-template-columns: auto 1fr auto;
    gap: 14px;
    padding: 9px 10px;
  }

  .desktop-nav {
    display: none;
  }

  .icon-button {
    display: none;
  }

  .ghost-link {
    display: none;
  }

  .menu-toggle {
    display: grid;
    width: 44px;
    height: 44px;
  }

  .mobile-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    display: grid;
    gap: 6px;
    width: auto;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(5, 5, 5, 0.98);
    backdrop-filter: blur(22px);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-6px);
    transition:
      opacity 180ms ease,
      transform 180ms ease;
  }

  .mobile-nav a {
    min-height: 48px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    border: 1px solid rgba(244, 239, 230, 0.06);
    background: rgba(244, 239, 230, 0.03);
  }

  body.menu-open .mobile-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .hero {
    padding-top: 92px;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 0;
    min-height: auto;
  }

  .hero-copy {
    max-width: 780px;
    padding-bottom: 18px;
  }

  .hero-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-strip span:nth-child(2) {
    border-right: 0;
  }

  .hero-strip span:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .market-section {
    padding-top: 44px;
  }

  .market-section::before {
    display: none;
  }

  .market-section .section-heading {
    padding: 0;
    min-height: 0;
  }

  .market-section .section-heading::before,
  .market-section .section-heading::after {
    display: none;
  }

  .market-section .section-heading p:not(.eyebrow) {
    max-width: 780px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .section-heading,
  .showcase-section,
  .calculator,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .section-heading {
    gap: 18px;
    padding: 0;
  }

  .section-heading h2,
  .section-heading p:not(.eyebrow) {
    grid-column: auto;
    max-width: none;
  }

  .section-heading p:not(.eyebrow) {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .showcase-section {
    gap: 44px;
  }

  .showcase-copy {
    max-width: 720px;
  }

  .capability-lab {
    grid-template-columns: 1fr;
  }

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

  .capability-tabs button:hover,
  .capability-tabs button.is-active {
    transform: translateY(-2px);
  }

  .capability-stack {
    grid-template-columns: repeat(4, 1fr);
  }

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

  .process-timeline {
    grid-template-columns: repeat(2, 1fr);
  }

  .price-card {
    min-height: auto;
  }

  .price-head p {
    min-height: 0;
  }

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

  .support-projects {
    grid-template-columns: 1fr;
  }

  .result-card {
    display: grid;
    grid-template-columns: 280px 1fr;
    min-height: auto;
  }

  .result-visual {
    min-height: 100%;
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .contact-section {
    gap: 30px;
    min-height: 0;
  }

  .contact-map {
    inset: 52px 24px 52px 24px;
  }

  .cookie-banner {
    grid-template-columns: 1fr;
    width: min(760px, calc(100vw - 32px));
    padding: 16px;
  }

  .cookie-banner-actions {
    justify-content: stretch;
  }

  .cookie-banner-actions > * {
    flex: 1 1 220px;
  }
}

@media (max-width: 760px) {
  :root {
    --pad: 16px;
  }

  body {
    font-size: 15px;
  }

  .site-header {
    top: 10px;
    width: min(calc(100% - 20px), var(--container));
    gap: 10px;
    padding: 8px 10px;
  }

  .header-actions {
    gap: 6px;
  }

  .brand-copy span {
    display: none;
  }

  .brand-copy strong {
    font-size: 1.02rem;
  }

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

  .hero-overlay {
    background: var(--hero-overlay);
  }

  h1 {
    font-size: clamp(2rem, 7.8vw, 2.35rem);
    line-height: 1.02;
  }

  h2 {
    font-size: 2.18rem;
    line-height: 1.06;
  }

  .hero-lead {
    font-size: 0.96rem;
  }

  .mobile-nav {
    top: calc(100% + 6px);
    padding: 10px;
  }

  .lang-switcher {
    grid-template-columns: 26px minmax(68px, auto);
    min-height: 38px;
    padding: 5px 8px 5px 5px;
    gap: 5px;
  }

  .lang-switcher > svg {
    width: 26px;
    height: 26px;
    padding: 5px;
  }

  .lang-trigger {
    min-width: 78px;
    font-size: 0.8rem;
  }

  .lang-trigger span {
    max-width: 86px;
  }

  .lang-menu {
    right: -6px;
    width: min(202px, calc(100vw - 24px));
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .hero-panel {
    display: none;
  }

  .hero-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-strip span {
    min-height: 46px;
    padding: 10px 8px;
    border-bottom: 1px solid var(--line);
    font-size: 0.76rem;
    line-height: 1.3;
  }

  .hero-strip span:nth-child(odd) {
    border-right: 1px solid var(--line);
  }

  .hero-strip span:nth-child(n + 3) {
    border-bottom: 0;
  }

  .section {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  .market-section {
    padding-top: 32px;
  }

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

  .service-card {
    min-height: auto;
  }

  .card-icon {
    margin-bottom: 38px;
  }

  .showcase-section {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .visual-board {
    min-height: 0;
  }

  .browser-frame {
    min-height: 0;
  }

  .mock-hero {
    grid-template-columns: 1fr;
    margin: 12px;
    padding: 18px;
  }

  .mock-hero strong {
    font-size: 1.62rem;
  }

  .mock-orbit {
    width: 180px;
    margin: 0 auto;
  }

  .mock-grid {
    grid-template-columns: repeat(2, 1fr);
    margin: 12px;
    gap: 10px;
  }

  .floating-metric {
    position: static;
    margin-top: 0;
  }

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

  .capability-tabs button {
    min-width: 0;
    min-height: 48px;
  }

  .capability-stack {
    grid-template-columns: 1fr 1fr;
  }

  .capability-stack span {
    min-height: 46px;
    font-size: 0.82rem;
  }

  .live-browser {
    min-height: 0;
  }

  .live-screen {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 16px;
  }

  .live-card {
    grid-column: auto;
    grid-row: auto;
    padding: 18px;
  }

  .live-card h3 {
    font-size: 1.42rem;
  }

  .live-metric strong {
    font-size: 3rem;
  }

  .calculator {
    padding: 18px;
  }

  .toggle-row {
    grid-template-columns: 1fr;
  }

  .calc-output {
    font-size: 2.1rem;
  }

  .process-timeline {
    grid-template-columns: 1fr;
  }

  .process-timeline article {
    min-height: auto;
  }

  .process-timeline span {
    margin-bottom: 24px;
  }

  .result-card {
    display: block;
  }

  .result-visual {
    min-height: 190px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .contact-section {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .contact-visual {
    display: none;
  }

  .contact-links {
    display: grid;
  }

  .consent-check {
    grid-template-columns: 18px 1fr;
    font-size: 0.84rem;
  }

  .site-footer {
    display: grid;
  }

  .site-footer .footer-actions {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: auto;
    gap: 14px;
    padding: 14px;
  }

  .cookie-banner-copy strong {
    font-size: 0.96rem;
  }

  .cookie-banner-copy p {
    font-size: 0.86rem;
  }

  .cookie-banner-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .site-header {
    padding: 8px;
  }

  .lang-switcher {
    grid-template-columns: 25px minmax(56px, auto);
    padding: 5px 7px 5px 5px;
  }

  .lang-trigger {
    min-width: 64px;
  }

  .lang-trigger span {
    max-width: 72px;
  }

  .lang-menu {
    right: -4px;
    max-height: min(360px, calc(100vh - 96px));
  }

  .brand-mark,
  .icon-button,
  .menu-toggle,
  .theme-toggle {
    width: 38px;
    height: 38px;
  }

  h1 {
    font-size: clamp(1.95rem, 7.8vw, 2.05rem);
  }

  h2 {
    font-size: 1.85rem;
  }

  .price {
    font-size: 2.35rem;
  }

  .contact-form {
    padding: 14px;
  }

  .legal-page {
    width: min(calc(100% - 20px), 980px);
    padding-top: 92px;
  }

  .legal-card {
    padding: 18px;
  }

  .legal-card h1 {
    font-size: 1.92rem;
    line-height: 1.05;
  }
}

@media (min-width: 900px) and (max-width: 1024px) {
  .site-header {
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
  }

  .desktop-nav {
    display: flex;
  }

  .desktop-nav a {
    padding: 12px 10px;
    font-size: 0.82rem;
  }

  .menu-toggle {
    display: none;
  }

  .hero {
    padding-top: 110px;
  }

  .section {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .showcase-section,
  .contact-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }
}

@media (max-width: 760px) {
  .mobile-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .mobile-nav a {
    justify-content: center;
    min-height: 44px;
    padding: 0 10px;
    text-align: center;
  }

  .mobile-nav a:last-child {
    grid-column: 1 / -1;
  }

  .section {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .market-section,
  .results-section,
  .faq-section {
    padding-top: 52px;
  }

  .section-heading,
  .section-heading.compact,
  .market-section .section-heading {
    gap: 12px;
    margin-bottom: 26px;
  }

  .section-heading h2,
  .section-heading.compact h2,
  .market-section .section-heading h2 {
    max-width: 100%;
    font-size: clamp(1.9rem, 8.4vw, 2.35rem);
    line-height: 1.04;
  }

  .section-heading p:not(.eyebrow),
  .section-heading.compact p:not(.eyebrow),
  .market-section .section-heading p:not(.eyebrow) {
    max-width: 100%;
    font-size: 0.98rem;
    line-height: 1.52;
  }

  .eyebrow {
    margin-bottom: 12px;
    font-size: 0.72rem;
  }

  .hero {
    padding-top: 86px;
  }

  .hero-copy {
    padding-bottom: 14px;
  }

  .hero-lead {
    margin-bottom: 18px;
    line-height: 1.48;
  }

  .hero-strip {
    border-radius: var(--radius);
    border-bottom: 1px solid var(--line);
    margin-bottom: 16px;
  }

  .hero-strip span {
    min-height: 44px;
  }

  .service-grid,
  .pricing-grid,
  .process-timeline,
  .results-grid,
  .support-project-links,
  .faq-list {
    gap: 12px;
  }

  .service-card,
  .price-card,
  .process-timeline article {
    padding: 17px;
  }

  .service-card p,
  .price-card p,
  .result-card p,
  .process-timeline p,
  .faq-item p,
  .contact-copy p {
    line-height: 1.5;
  }

  .card-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 18px;
  }

  .service-card ul,
  .price-card ul {
    gap: 7px;
    margin-top: 14px;
  }

  .showcase-section {
    gap: 26px;
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .feature-list {
    gap: 8px;
    margin-top: 18px;
  }

  .feature-list span {
    min-height: 36px;
    padding: 0 10px;
    font-size: 0.82rem;
  }

  .browser-frame {
    border-radius: calc(var(--radius) + 2px);
  }

  .frame-bar,
  .live-toolbar {
    height: 36px;
    padding: 0 12px;
  }

  .mock-hero {
    gap: 14px;
    margin: 10px;
    padding: 14px;
  }

  .mock-hero-copy {
    padding: 12px;
  }

  .mock-hero strong {
    margin: 8px 0;
    font-size: 1.38rem;
  }

  .mock-hero p {
    margin-bottom: 0;
    font-size: 0.88rem;
    line-height: 1.42;
  }

  .mock-orbit {
    width: min(154px, 48vw);
  }

  .mock-orbit::before {
    inset: -12px;
    filter: blur(11px);
  }

  .mock-orbit::after {
    inset: 20px;
  }

  .mock-orbit-arrow {
    top: -8px;
    height: 48px;
  }

  .mock-orbit-arrow::before {
    height: 31px;
  }

  .mock-orbit-core-label {
    width: 82px;
    height: 82px;
  }

  .mock-orbit-core-label small {
    max-width: 58px;
    font-size: 0.52rem;
  }

  .mock-orbit-core-label strong {
    font-size: 0.84rem;
  }

  .zone-marker {
    width: 11px;
    height: 11px;
  }

  .zone-green,
  .zone-teal,
  .zone-amber,
  .zone-coral,
  .zone-blue,
  .zone-violet {
    transform: translate(-50%, -50%) rotate(var(--zone-angle, 0deg)) translateY(calc(-1 * min(65px, 20vw)));
  }

  .zone-green { --zone-angle: 18deg; }
  .zone-teal { --zone-angle: 70deg; }
  .zone-amber { --zone-angle: 132deg; }
  .zone-coral { --zone-angle: 198deg; }
  .zone-blue { --zone-angle: 258deg; }
  .zone-violet { --zone-angle: 316deg; }

  .mock-orbit-legend {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, 236px);
  }

  .mock-orbit-legend span {
    min-height: 28px;
    font-size: 0.58rem;
  }

  .mock-grid {
    margin: 10px;
  }

  .mock-grid .floating-metric {
    min-height: 78px;
  }

  .floating-metric {
    padding: 12px;
  }

  .floating-metric span {
    font-size: 0.7rem;
  }

  .floating-metric strong {
    font-size: 1.08rem;
  }

  .metric-visual {
    height: 32px;
    margin-top: 4px;
  }

  .capability-lab {
    gap: 12px;
  }

  .capability-tabs,
  .capability-stack {
    gap: 8px;
  }

  .capability-tabs button,
  .capability-stack span {
    min-height: 42px;
    padding: 0 10px;
    font-size: 0.78rem;
    line-height: 1.12;
  }

  .live-screen {
    gap: 12px;
    padding: 14px;
  }

  .live-metric {
    padding: 14px;
  }

  .live-metric strong {
    font-size: 2.45rem;
  }

  .live-bars {
    gap: 8px;
  }

  .live-bars span {
    height: 7px;
  }

  .live-card {
    padding: 15px;
  }

  .live-card h3 {
    font-size: 1.28rem;
    line-height: 1.12;
  }

  .live-card p,
  .live-card li {
    font-size: 0.92rem;
    line-height: 1.48;
  }

  .live-card ul {
    gap: 8px;
    margin-top: 14px;
  }

  .price-card {
    min-height: 0;
  }

  .tag {
    min-height: 28px;
    margin-bottom: 14px;
  }

  .price {
    margin-top: 12px;
    font-size: 2.18rem;
  }

  .timeline {
    margin-bottom: 12px;
  }

  .calculator {
    gap: 18px;
    margin-top: 14px;
    padding: 16px;
  }

  .calculator h3 {
    font-size: 1.42rem;
  }

  .calc-form {
    gap: 12px;
  }

  .check {
    min-height: 40px;
  }

  .process-timeline article::after {
    width: 54px;
    height: 54px;
  }

  .process-timeline span {
    width: 34px;
    height: 34px;
    margin-bottom: 16px;
  }

  .result-visual {
    min-height: 150px;
  }

  .support-projects {
    padding: 14px;
  }

  .support-project-links {
    grid-template-columns: 1fr;
  }

  .support-project-links a {
    min-height: 76px;
    padding: 14px;
  }

  .result-card span {
    margin-top: 16px;
  }

  .result-card h3,
  .result-card p,
  .result-card span {
    margin-left: 16px;
    margin-right: 16px;
  }

  .faq-item button {
    gap: 12px;
    padding: 16px;
  }

  .faq-item div p {
    padding: 0 16px;
  }

  .faq-item.is-open div p {
    padding-bottom: 16px;
  }

  .contact-section {
    gap: 22px;
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .contact-copy p {
    font-size: 0.98rem;
  }

  .contact-links {
    gap: 8px;
    margin-top: 18px;
  }

  .contact-links a {
    min-height: 40px;
  }

  .contact-form {
    gap: 12px;
  }

  textarea {
    min-height: 112px;
  }

  .cookie-banner {
    gap: 10px;
    padding: 12px;
  }

  .cookie-banner-copy {
    gap: 4px;
  }

  .cookie-banner-copy p {
    font-size: 0.8rem;
    line-height: 1.42;
  }

  .cookie-banner .button {
    min-height: 42px;
  }
}

@media (max-width: 480px) {
  .site-header {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .brand {
    gap: 8px;
  }

  .brand-copy strong {
    font-size: 0.92rem;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
  }

  .header-actions {
    justify-self: end;
  }

  .theme-toggle,
  .menu-toggle {
    width: 36px;
    height: 36px;
  }

  .lang-switcher {
    min-height: 36px;
  }

  .lang-switcher > svg {
    width: 24px;
    height: 24px;
  }

  .lang-trigger {
    min-height: 28px;
  }

  h1 {
    max-width: 12ch;
    font-size: clamp(1.85rem, 8.8vw, 2.08rem);
    line-height: 1.04;
  }

  .hero-lead {
    max-width: 34ch;
  }

  .section-heading h2,
  .section-heading.compact h2,
  .market-section .section-heading h2 {
    font-size: clamp(1.68rem, 7.6vw, 2rem);
  }

  .service-card,
  .price-card,
  .contact-form,
  .calculator,
  .live-card,
  .live-metric {
    border-radius: calc(var(--radius) + 2px);
  }

  .cookie-banner {
    border-radius: var(--radius);
  }
}

@media (max-width: 380px) {
  .brand-copy {
    display: none;
  }

  .lang-switcher {
    grid-template-columns: minmax(58px, auto);
    padding-left: 8px;
  }

  .lang-switcher > svg {
    display: none;
  }

  .lang-trigger {
    min-width: 58px;
  }

  .lang-trigger span {
    max-width: 62px;
  }

  .hero-strip span {
    font-size: 0.7rem;
  }

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

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

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
