:root {
  --ink: #071314;
  --teal: #063f3c;
  --teal-2: #0f5a52;
  --gold: #b3873f;
  --gold-2: #d7b56c;
  --paper: #ffffff;
  --mist: #f4f8f7;
  --line: #dfe8e5;
  --line-strong: #b8cbc5;
  --muted: #5d6f6a;
  --soft: #eef4f2;
  --success: #17775f;
  --danger: #a64636;
  --shadow: 0 24px 80px rgba(7, 19, 20, 0.12);
  --shadow-soft: 0 12px 40px rgba(7, 19, 20, 0.08);
  --radius: 8px;
  --max: 1280px;
}

/* Motion system: live control-room choreography */
body::before {
  content: "";
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--gold-2));
  box-shadow: 0 2px 10px rgba(179, 135, 63, 0.28);
  pointer-events: none;
  transform: scaleX(var(--scroll-progress, 0));
  transform-origin: left center;
}

html[dir="rtl"] body::before {
  transform-origin: right center;
}

.site-header {
  transition:
    box-shadow 280ms ease,
    background-color 280ms ease,
    border-color 280ms ease,
    transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

.site-nav a {
  position: relative;
  transition:
    color 220ms ease,
    background-color 220ms ease,
    box-shadow 220ms ease;
}

.site-nav a::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--gold);
  transform: translateX(-50%) scale(0);
  transform-origin: center;
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: translateX(-50%) scale(1);
}

.brand-mark img {
  transition: transform 180ms ease;
}

.brand:hover .brand-mark img {
  transform: scale(1.02);
}

.header-action svg,
.button svg {
  transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

.header-action:hover svg,
.button:hover svg {
  transform: translateX(2px);
}

html[dir="rtl"] .header-action:hover svg,
html[dir="rtl"] .button:hover svg {
  transform: scaleX(-1) translateX(2px);
}

.language-menu:not([hidden]),
.custom-select-menu:not([hidden]),
.mobile-menu:not([hidden]) {
  animation: menu-in 160ms ease-out both;
  transform-origin: top center;
}

.service-card {
  position: relative;
  overflow: hidden;
  transition:
    transform 200ms ease,
    border-color 200ms ease,
    box-shadow 200ms ease,
    background-color 200ms ease;
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold), var(--gold-2), transparent);
  transform: scaleX(0);
  transform-origin: center;
  display: none;
}

.service-card:hover::before,
.service-card:focus-within::before,
.service-card[aria-selected="true"]::before {
  transform: scaleX(1);
}

.service-toggle {
  position: relative;
  overflow: hidden;
}

.service-toggle::after {
  content: "";
  position: absolute;
  top: -70%;
  bottom: -70%;
  left: -38%;
  width: 24%;
  background: rgba(255, 255, 255, 0.38);
  transform: rotate(18deg) translateX(-260%);
  display: none;
}

.service-toggle:hover::after {
  transform: rotate(18deg) translateX(680%);
}

.value-grid article,
.faq-grid details,
.contact-form input,
.contact-form textarea,
.custom-select-trigger {
  transition:
    transform 280ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 220ms ease,
    box-shadow 280ms ease,
    background-color 220ms ease;
}

.faq-grid details[open] {
  border-color: rgba(179, 135, 63, 0.52);
  box-shadow: 0 16px 44px rgba(7, 19, 20, 0.08);
}

.faq-grid summary::marker {
  color: var(--gold);
}

.control-room-stage {
  --spot-x: 62%;
  --spot-y: 32%;
}

.control-room-stage .stage-surface {
  transform: none;
  transition: none;
}

.control-room-window {
  transition: box-shadow 420ms ease;
}

.control-room-window::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 12;
  display: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity 360ms ease;
}

.control-room-stage:hover .control-room-window {
  box-shadow: 0 32px 72px rgba(7, 19, 20, 0.14);
}

.control-room-stage:hover .control-room-window::after {
  opacity: 0.72;
}

.motion-ready .site-header .brand,
.motion-ready .site-header .site-nav,
.motion-ready .site-header .language-picker,
.motion-ready .site-header .header-action,
.motion-ready .site-header .nav-toggle,
.motion-ready .hero-copy > *,
.motion-ready .product-stage,
.motion-ready .pipeline-card,
.motion-ready .floating-insight {
  opacity: 0;
}

.motion-ready.motion-started .site-header .brand {
  animation: header-drop 400ms 30ms ease-out both;
}

.motion-ready.motion-started .site-header .site-nav {
  animation: header-drop 400ms 70ms ease-out both;
}

.motion-ready.motion-started .site-header .language-picker {
  animation: header-drop 400ms 110ms ease-out both;
}

.motion-ready.motion-started .site-header .header-action,
.motion-ready.motion-started .site-header .nav-toggle {
  animation: header-drop 400ms 150ms ease-out both;
}

.motion-ready.motion-started .hero-copy h1 {
  animation: hero-title-in 620ms 120ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.motion-ready.motion-started .hero-copy .hero-lede {
  animation: reveal-up 500ms 220ms ease-out both;
}

.motion-ready.motion-started .hero-copy .hero-actions {
  animation: reveal-up 500ms 290ms ease-out both;
}

.motion-ready.motion-started .product-stage {
  animation: stage-in 620ms 180ms ease-out both;
}

.motion-ready.motion-started .pipeline-card {
  animation: pipeline-in 420ms 430ms ease-out both;
}

.motion-ready.motion-started .sync-insight {
  animation: insight-in 420ms 500ms ease-out both;
}

.motion-ready.motion-started .cash-insight {
  animation: insight-in 420ms 550ms ease-out both;
}

.motion-ready.motion-started .attention-insight {
  animation: insight-in 420ms 600ms ease-out both;
}

.motion-ready.motion-started .control-room-metrics article {
  animation: metric-in 340ms ease-out both;
}

.motion-ready.motion-started .control-room-metrics article:nth-child(1) { animation-delay: 470ms; }
.motion-ready.motion-started .control-room-metrics article:nth-child(2) { animation-delay: 510ms; }
.motion-ready.motion-started .control-room-metrics article:nth-child(3) { animation-delay: 550ms; }
.motion-ready.motion-started .control-room-metrics article:nth-child(4) { animation-delay: 590ms; }

.motion-ready.motion-started .chart-lines::before,
.motion-ready.motion-started .chart-lines::after {
  animation: chart-sweep 720ms 620ms ease-out both;
  transform-origin: left center;
}

html[dir="rtl"] .motion-ready.motion-started .chart-lines::before,
html[dir="rtl"] .motion-ready.motion-started .chart-lines::after {
  transform-origin: right center;
}

.motion-ready.motion-started .chart-lines i {
  animation: point-pop 220ms ease-out both;
}

.motion-ready.motion-started .chart-lines i:nth-child(1) { animation-delay: 680ms; }
.motion-ready.motion-started .chart-lines i:nth-child(2) { animation-delay: 730ms; }
.motion-ready.motion-started .chart-lines i:nth-child(3) { animation-delay: 780ms; }
.motion-ready.motion-started .chart-lines i:nth-child(4) { animation-delay: 830ms; }
.motion-ready.motion-started .chart-lines i:nth-child(5) { animation-delay: 880ms; }
.motion-ready.motion-started .chart-lines i:nth-child(6) { animation-delay: 930ms; }
.motion-ready.motion-started .chart-lines i:nth-child(7) { animation-delay: 980ms; }

.motion-ready.motion-started .inventory-ring {
  animation: metric-in 360ms 640ms ease-out both;
}

.motion-ready.motion-started .activity-preview > span i {
  animation: bar-grow 450ms 680ms ease-out both;
  transform-origin: bottom;
}

.motion-ready.motion-started .sync-insight i {
  animation: none;
}

.motion-ready .reveal-item {
  opacity: 0;
  translate: 0 14px;
}

.motion-ready .reveal-item.is-visible {
  animation: reveal-up 480ms var(--reveal-delay, 0ms) ease-out both;
}

.motion-ready .proof-visual.is-visible .proof-phone {
  animation: none;
}

.selection-pulse {
  animation: none;
}

@media (hover: hover) and (pointer: fine) {
  .service-card:hover {
    border-color: rgba(179, 135, 63, 0.48);
    box-shadow: 0 14px 36px rgba(7, 19, 20, 0.09);
    transform: translateY(-2px);
  }

  .value-grid article:hover {
    border-color: rgba(179, 135, 63, 0.42);
    box-shadow: 0 16px 38px rgba(7, 19, 20, 0.08);
    transform: translateY(-2px);
  }

  .faq-grid details:hover {
    border-color: rgba(179, 135, 63, 0.36);
    transform: translateY(-2px);
  }
}

@keyframes header-drop {
  from { opacity: 0; translate: 0 -6px; }
  to { opacity: 1; translate: 0 0; }
}

@keyframes hero-title-in {
  from {
    opacity: 0;
    translate: 0 16px;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}

@keyframes reveal-up {
  from {
    opacity: 0;
    translate: 0 14px;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}

@keyframes stage-in {
  from {
    opacity: 0;
    translate: 0 12px;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}

@keyframes pipeline-in {
  from { opacity: 0; translate: 0 6px; }
  to { opacity: 1; translate: 0 0; }
}

@keyframes insight-in {
  from { opacity: 0; translate: 0 8px; }
  to { opacity: 1; translate: 0 0; }
}

@keyframes insight-drift {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -7px; }
}

@keyframes metric-in {
  from { opacity: 0; translate: 0 4px; }
  to { opacity: 1; translate: 0 0; }
}

@keyframes chart-sweep {
  from { opacity: 0; scale: 0 1; }
  to { opacity: 1; scale: 1 1; }
}

@keyframes point-pop {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes ring-in {
  from { opacity: 0; rotate: -35deg; scale: 0.68; }
  to { opacity: 1; rotate: 0deg; scale: 1; }
}

@keyframes bar-grow {
  from { opacity: 0.35; scale: 1 0.08; }
  to { opacity: 1; scale: 1 1; }
}

@keyframes sync-pulse {
  0% { box-shadow: 0 0 0 0 rgba(23, 119, 95, 0.4); }
  70%, 100% { box-shadow: 0 0 0 8px rgba(23, 119, 95, 0); }
}

@keyframes proof-drift {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -9px; }
}

@keyframes selection-pulse {
  0%, 100% { scale: 1; }
  46% { scale: 0.992; }
}

@keyframes menu-in {
  from { opacity: 0; translate: 0 -3px; }
  to { opacity: 1; translate: 0 0; }
}

::view-transition-old(root),
::view-transition-new(root) {
  animation-duration: 180ms;
  animation-timing-function: ease-out;
}

@media (max-width: 720px) {
  .motion-ready.motion-started .product-stage {
    animation-name: stage-in-mobile;
  }

  .motion-ready .reveal-item {
    translate: 0 10px;
  }

  .control-room-stage:hover .control-room-window::after {
    opacity: 0;
  }
}

@keyframes stage-in-mobile {
  from { opacity: 0; translate: 0 10px; }
  to { opacity: 1; translate: 0 0; }
}

@media (prefers-reduced-motion: reduce) {
  body::before {
    display: none;
  }

  *,
  *::before,
  *::after,
  ::view-transition-old(root),
  ::view-transition-new(root) {
    animation: none !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }

  .motion-ready *,
  .motion-ready .reveal-item {
    opacity: 1 !important;
    filter: none !important;
    scale: 1 !important;
    translate: none !important;
  }

  .control-room-stage .stage-surface {
    transform: none;
  }
}

* {
  box-sizing: border-box;
}

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

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

body.menu-open {
  overflow: hidden;
}

main#top {
  scroll-margin-top: 100px;
}

img,
svg {
  display: block;
}

[hidden] {
  display: none !important;
}

a {
  color: inherit;
}

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

.site-header {
  position: sticky;
  top: 14px;
  z-index: 50;
  display: grid;
  grid-template-columns: auto minmax(240px, 1fr) auto auto;
  align-items: center;
  gap: 12px;
  width: min(calc(100% - 32px), var(--max));
  height: 70px;
  margin: 14px auto 0;
  padding: 8px 9px 8px 14px;
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 20px;
  background: rgba(239, 247, 244, 0.52);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.96) inset,
    0 -1px 0 rgba(6, 63, 60, 0.06) inset,
    0 18px 48px rgba(7, 19, 20, 0.08);
  backdrop-filter: blur(30px) saturate(175%);
  -webkit-backdrop-filter: blur(30px) saturate(175%);
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: 19px;
  background:
    radial-gradient(circle at 16% -40%, rgba(255, 255, 255, 0.96), transparent 46%),
    linear-gradient(112deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0.08) 48%, rgba(215, 181, 108, 0.08));
  pointer-events: none;
}

.site-header[data-elevated="true"] {
  border-color: rgba(255, 255, 255, 0.94);
  background: rgba(242, 249, 247, 0.7);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 1) inset,
    0 -1px 0 rgba(6, 63, 60, 0.08) inset,
    0 22px 58px rgba(7, 19, 20, 0.13);
  transform: translateY(-4px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
  padding: 0 8px 0 0;
  color: var(--ink);
  text-decoration: none;
}

.brand-mark {
  display: grid;
  position: relative;
  width: 40px;
  height: 40px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(6, 63, 60, 0.12);
  border-radius: 13px;
  background: #f2f7f5;
  box-shadow: 0 7px 18px rgba(6, 63, 60, 0.12);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand strong,
.brand small {
  display: block;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand strong {
  font-size: 17px;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.brand small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.025em;
}

.site-nav {
  display: flex;
  justify-content: center;
  justify-self: center;
  gap: 12px;
}

.site-nav a,
.mobile-menu a {
  color: #29413b;
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}

.site-nav a {
  padding: 9px 13px 11px;
}

.site-nav a:hover,
.mobile-menu a:hover {
  color: var(--teal);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--gold);
}

.language-picker {
  position: relative;
  z-index: 2;
  justify-self: end;
}

.language-toggle {
  display: inline-flex;
  min-width: 78px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 12px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    transform 160ms ease;
}

.language-toggle:hover,
.language-toggle[aria-expanded="true"] {
  color: var(--gold);
  background: transparent;
}

.language-toggle:hover {
  transform: translateY(-1px);
}

.language-toggle svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.language-toggle .language-chevron {
  width: 13px;
  height: 13px;
  color: var(--muted);
  transition: transform 160ms ease;
}

.language-toggle[aria-expanded="true"] .language-chevron {
  transform: rotate(180deg);
}

.language-toggle strong {
  font-size: 12px;
  letter-spacing: 0.05em;
}

.language-menu {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  width: 168px;
  overflow: hidden;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 55px rgba(7, 19, 20, 0.14);
  backdrop-filter: blur(18px);
}

.language-menu button {
  display: flex;
  width: 100%;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 11px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  text-align: start;
}

.language-menu button:hover,
.language-menu button[aria-current="true"] {
  background: var(--soft);
}

.language-menu button span {
  font-size: 13px;
  font-weight: 720;
}

.language-menu button small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.header-action,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  gap: 10px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease,
    color 160ms ease;
}

.header-action {
  min-height: 48px;
  padding: 0 12px;
  border: 0;
  background: transparent;
  color: var(--teal);
  box-shadow: none;
}

.header-action:hover,
.header-action:focus-visible {
  background: transparent;
  color: var(--gold);
  box-shadow: none;
}

.header-action svg,
.button svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.header-action:hover,
.button:hover,
.service-toggle:hover,
.package-select:hover {
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  border-radius: 2px;
  background: currentColor;
  transition: transform 180ms ease;
}

.nav-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  inset: 98px 16px auto 16px;
  z-index: 49;
  display: grid;
  gap: 2px;
  max-width: 480px;
  margin-inline: auto;
  padding: 8px;
  border: 1px solid rgba(184, 203, 197, 0.82);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 55px rgba(7, 19, 20, 0.15);
  backdrop-filter: blur(20px);
}

.mobile-menu a {
  padding: 14px 16px;
  border-radius: 12px;
}

.mobile-menu a:hover {
  background: var(--mist);
}

.mobile-menu a:last-child {
  background: var(--teal);
  color: var(--paper);
}

.mobile-menu a:last-child:hover {
  background: var(--teal-2);
  color: var(--paper);
}

html[dir="rtl"] .language-menu {
  right: auto;
  left: 0;
}

html[dir="rtl"] .header-action svg,
html[dir="rtl"] .button svg,
html[dir="rtl"] .pipeline-card svg {
  transform: scaleX(-1);
}

html[dir="rtl"] .service-card li,
html[dir="rtl"] .package-card li {
  padding-right: 20px;
  padding-left: 0;
}

html[dir="rtl"] .service-card li::before,
html[dir="rtl"] .package-card li::before {
  right: 0;
  left: auto;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 78px);
  padding: 78px 24px 58px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 43%, rgba(255, 255, 255, 0.6) 100%),
    linear-gradient(135deg, #ffffff 0%, #f6faf9 52%, #e8f1ee 100%);
}

.hero-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(560px, 1.2fr);
  align-items: center;
  gap: 32px;
  width: min(var(--max), 100%);
  min-height: 620px;
  margin: 0 auto;
}

.hero-copy {
  position: relative;
  z-index: 2;
  align-self: start;
  max-width: 650px;
  padding-top: 68px;
}

.hero h1 {
  max-width: 640px;
  margin: 0;
  font-size: 74px;
  line-height: 0.95;
  letter-spacing: 0;
}

.hero-lede {
  max-width: 620px;
  margin: 28px 0 0;
  color: #354842;
  font-size: 20px;
  line-height: 1.62;
}

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

.button {
  min-width: 158px;
  padding: 0 20px;
  border: 1px solid transparent;
}

.button.primary {
  background: var(--ink);
  color: var(--paper);
}

.button.primary:hover {
  background: var(--teal);
}

.button.secondary {
  border-color: var(--line-strong);
  background: var(--paper);
  color: var(--ink);
}

.button.secondary:hover {
  border-color: var(--gold);
  color: var(--teal);
}

.button.full {
  width: 100%;
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 640px;
  margin: 44px 0 0;
  padding: 1px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.hero-facts div {
  min-height: 94px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.86);
}

.hero-facts div:first-child {
  border-radius: 7px 0 0 7px;
}

.hero-facts div:last-child {
  border-radius: 0 7px 7px 0;
}

.hero-facts dt {
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-facts dd {
  margin: 7px 0 0;
  color: #1d332d;
  font-size: 15px;
  font-weight: 720;
}

.product-stage {
  position: relative;
  height: 620px;
  min-width: 0;
}

.dashboard-window,
.sync-status-card,
.mobile-summary-card {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(7, 19, 20, 0.12);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: var(--shadow);
}

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

.frame-bar span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #bfcfca;
}

.pipeline-card {
  position: absolute;
  top: 24px;
  right: 0;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(179, 135, 63, 0.35);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  color: var(--teal);
  font-size: 13px;
  font-weight: 800;
  box-shadow: var(--shadow-soft);
}

.product-stage::before {
  content: "";
  position: absolute;
  inset: 86px 44px 54px 56px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(6, 63, 60, 0.06), rgba(179, 135, 63, 0.1)),
    repeating-linear-gradient(0deg, rgba(7, 19, 20, 0.035) 0 1px, transparent 1px 60px),
    #ffffff;
  box-shadow: var(--shadow-soft);
}

.pipeline-card svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: var(--gold);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.dashboard-window {
  top: 94px;
  left: 36px;
  z-index: 2;
  width: min(600px, calc(100% - 52px));
  height: 420px;
  background: #ffffff;
}

.dashboard-shell {
  display: grid;
  grid-template-columns: 104px 1fr;
  height: calc(100% - 34px);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfa 100%);
}

.preview-sidebar {
  display: grid;
  align-content: start;
  gap: 15px;
  padding: 22px 18px;
  border-right: 1px solid var(--line);
  background: #fbfdfc;
}

.sidebar-mark {
  width: 34px;
  height: 34px;
  margin-bottom: 7px;
  border-radius: 7px;
  background:
    linear-gradient(180deg, rgba(215, 181, 108, 0.82), rgba(179, 135, 63, 0.9)),
    var(--gold);
}

.nav-line {
  display: block;
  height: 9px;
  border-radius: 999px;
  background: #d7e3df;
}

.nav-line.active {
  width: 62px;
  background: var(--teal);
}

.nav-line.short {
  width: 42px;
}

.preview-main {
  padding: 24px;
}

.preview-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.preview-heading span,
.metric-row span,
.chart-note span,
.mobile-summary-card small,
.mobile-summary-card .mobile-title,
.sync-status-card span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0;
  text-transform: uppercase;
}

.preview-heading strong {
  max-width: 250px;
  color: var(--ink);
  font-size: 26px;
  line-height: 1.08;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.metric-row article {
  min-height: 84px;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
}

.metric-row strong {
  display: block;
  margin-top: 6px;
  font-size: 24px;
  line-height: 1;
}

.chart-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 0.82fr;
  gap: 18px;
  margin-top: 12px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
}

.chart-grid {
  display: flex;
  align-items: end;
  gap: 10px;
  min-height: 128px;
  padding: 16px 4px 0;
  border-bottom: 1px solid var(--line);
}

.chart-grid span {
  flex: 1;
  min-width: 18px;
  border-radius: 6px 6px 0 0;
  background: linear-gradient(180deg, var(--teal-2), var(--teal));
}

.chart-grid span:nth-child(even) {
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
}

.chart-note {
  align-self: center;
}

.chart-note strong {
  display: block;
  margin-bottom: 7px;
  font-size: 17px;
}

.table-preview {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.table-preview span {
  display: block;
  height: 12px;
  border-radius: 999px;
  background: #dfe8e5;
}

.table-preview span:nth-child(1) {
  width: 90%;
}

.table-preview span:nth-child(2) {
  width: 72%;
}

.table-preview span:nth-child(3) {
  width: 82%;
}

.sync-status-card {
  right: 18px;
  bottom: 74px;
  z-index: 4;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px 10px;
  width: 210px;
  padding: 18px;
}

.status-dot {
  grid-row: span 2;
  width: 12px;
  height: 12px;
  margin-top: 3px;
  border-radius: 999px;
  background: var(--success);
  box-shadow: 0 0 0 7px rgba(23, 119, 95, 0.12);
}

.sync-status-card strong {
  font-size: 18px;
  line-height: 1.15;
}

.mobile-summary-card {
  right: 42px;
  top: 172px;
  z-index: 3;
  width: 172px;
  min-height: 244px;
  padding: 18px;
  border-radius: 18px;
}

.mobile-topbar {
  width: 48px;
  height: 5px;
  margin: 0 auto 22px;
  border-radius: 999px;
  background: var(--ink);
}

.mobile-summary-card strong {
  display: block;
  margin-top: 18px;
  font-size: 28px;
  line-height: 1;
}

.mobile-lines {
  display: grid;
  gap: 9px;
  margin-top: 24px;
}

.mobile-lines span {
  display: block;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--mist);
}

.quick-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 18px 24px;
  border-bottom: 1px solid var(--line);
  background: var(--ink);
  color: rgba(255, 255, 255, 0.76);
}

.quick-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  font-size: 13px;
}

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

.section-heading {
  display: grid;
  grid-template-columns: 46px minmax(0, 0.8fr);
  gap: 18px 24px;
  margin-bottom: 34px;
}

.section-heading > p {
  grid-column: 2;
  max-width: 760px;
}

.section-heading.compact,
.section-heading.form-heading {
  display: block;
}

.section-number {
  display: inline-grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(179, 135, 63, 0.42);
  border-radius: var(--radius);
  color: var(--gold);
  font-size: 13px;
  font-weight: 850;
}

.section-heading h2,
.proof-copy h2,
.inquiry-panel h2 {
  margin: 0;
  font-size: 44px;
  line-height: 1.04;
  letter-spacing: 0;
}

.section-heading p,
.proof-copy p,
.package-head p,
.faq-grid p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.intro-section {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: 50px;
  align-items: start;
}

.value-grid {
  display: grid;
  gap: 1px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  overflow: hidden;
}

.value-grid article {
  padding: 28px;
  background: #ffffff;
}

.value-grid strong {
  font-size: 18px;
}

.value-grid p {
  margin: 8px 0 0;
  color: var(--muted);
}

.service-grid,
.package-grid,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

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

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

.service-card,
.package-card,
.faq-grid details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: 0 1px 0 rgba(7, 19, 20, 0.03);
}

.service-card {
  display: grid;
  min-height: 372px;
  padding: 22px;
}

.service-card--custom {
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  column-gap: 56px;
  min-height: 330px;
  padding: 30px;
  overflow: hidden;
  background: var(--paper);
  color: var(--ink);
}

.service-card--custom .service-eyebrow,
.service-card--custom h3,
.service-card--custom p {
  grid-column: 1;
}

.service-card--custom p {
  color: var(--muted);
}

.service-card--custom ul {
  grid-column: 2;
  grid-row: 1 / span 3;
  align-self: start;
  margin: 0 0 24px;
  color: #2f4540;
}

.service-card--custom .service-toggle {
  grid-column: 1 / -1;
  margin-top: 24px;
}

.service-eyebrow {
  align-self: start;
  color: var(--gold);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.service-card[aria-selected="true"],
.package-card[aria-selected="true"] {
  border-color: rgba(179, 135, 63, 0.72);
  box-shadow: 0 0 0 3px rgba(179, 135, 63, 0.12), var(--shadow-soft);
}

.service-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: var(--radius);
  background: var(--soft);
  color: var(--teal);
}

.service-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.service-card h3,
.package-card h3,
.setup-list h3 {
  margin: 18px 0 0;
  font-size: 23px;
  line-height: 1.15;
}

.service-card h3,
.package-head h3 {
  margin-top: 12px;
}

.service-card p,
.setup-list p {
  margin: 10px 0 0;
  color: var(--muted);
}

.service-card ul,
.package-card ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 22px;
  padding: 0;
  color: #2f4540;
  list-style: none;
}

.service-card li,
.package-card li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
}

.service-card li::before,
.package-card li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--gold);
}

.service-toggle,
.package-select {
  align-self: end;
  min-height: 42px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: #ffffff;
  color: var(--ink);
  font-size: 14px;
  font-weight: 820;
  cursor: pointer;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease,
    color 160ms ease;
}

.service-toggle[aria-pressed="true"],
.package-select[aria-checked="true"] {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--paper);
}

.package-section {
  width: 100%;
  max-width: none;
  padding-right: max(24px, calc((100vw - var(--max)) / 2));
  padding-left: max(24px, calc((100vw - var(--max)) / 2));
  background: linear-gradient(180deg, #f7fbfa 0%, #ffffff 100%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.package-card {
  display: grid;
  min-height: 540px;
  padding: 24px;
}

.package-card.featured {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfa 100%);
}

.package-head h3 {
  margin: 0;
}

.price {
  margin-top: 30px;
}

.price strong {
  display: block;
  font-size: 35px;
  line-height: 1;
}

.price span,
.monthly,
.panel-label,
.summary-prices span,
.summary-services span,
.contact-form label > span,
.contact-form .form-field > span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0;
  text-transform: uppercase;
}

.monthly {
  margin-top: 8px;
  color: var(--teal);
}

.setup-section {
  display: grid;
  grid-template-columns: minmax(0, 0.55fr) minmax(0, 1fr);
  gap: 44px;
  align-items: start;
}

.setup-list {
  display: grid;
  gap: 1px;
  margin: 0;
  padding: 1px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  list-style: none;
  overflow: hidden;
}

.setup-list li {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 4px 20px;
  min-height: 142px;
  padding: 26px;
  background: #ffffff;
}

.setup-list span {
  grid-row: span 2;
  color: var(--gold);
  font-size: 14px;
  font-weight: 860;
}

.setup-list h3 {
  margin: 0;
}

.proof-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 0.72fr);
  gap: 52px;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-right: max(24px, calc((100vw - var(--max)) / 2));
  padding-left: max(24px, calc((100vw - var(--max)) / 2));
  background: var(--ink);
  color: var(--paper);
}

.proof-copy p {
  color: rgba(255, 255, 255, 0.72);
}

.proof-visual {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.28);
}

.proof-visual img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  object-position: top center;
}

.insight-board {
  display: grid;
  gap: 18px;
  padding: 24px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f7fbfa 100%);
  color: var(--ink);
}

.insight-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.insight-header span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 860;
  letter-spacing: 0;
}

.insight-header strong {
  font-size: 28px;
  line-height: 1.05;
}

.insight-list {
  display: grid;
  gap: 12px;
}

.insight-list article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
}

.insight-list article > span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 860;
}

.insight-list strong {
  display: block;
  font-size: 17px;
}

.insight-list p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.contact-section {
  display: block;
}

.inquiry-panel,
.contact-form {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.inquiry-panel {
  position: sticky;
  top: 98px;
  padding: 28px;
}

.summary-prices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 26px 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  overflow: hidden;
}

.summary-prices div {
  padding: 18px;
  background: var(--mist);
}

.summary-prices strong {
  display: block;
  margin-top: 5px;
  font-size: 21px;
}

.summary-services ul {
  display: grid;
  gap: 8px;
  margin: 10px 0 24px;
  padding: 0;
  list-style: none;
}

.summary-services li {
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: #314941;
  font-size: 14px;
}

.copy-state {
  margin-top: 10px;
  color: var(--success);
  font-size: 13px;
  font-weight: 750;
}

.contact-form {
  display: grid;
  width: min(980px, 100%);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 0 auto;
  padding: 28px;
}

.form-heading,
.contact-form .wide,
.form-submit {
  grid-column: 1 / -1;
}

.contact-form label,
.contact-form .form-field {
  display: grid;
  gap: 7px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  padding: 0 13px;
  background: #ffffff;
  color: var(--ink);
  outline: none;
}

.contact-form textarea {
  min-height: 112px;
  padding-top: 13px;
  resize: vertical;
}

.database-field {
  position: relative;
  z-index: 20;
}

.requirements-field,
.form-submit {
  position: relative;
  z-index: 1;
}

.custom-select {
  position: relative;
  z-index: 1;
}

.custom-select-trigger {
  display: flex;
  width: 100%;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 13px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: var(--paper);
  color: var(--muted);
  cursor: pointer;
  text-align: start;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.custom-select-trigger:hover,
.custom-select-trigger[aria-expanded="true"] {
  border-color: var(--gold);
  background: #fffdfa;
  box-shadow: 0 0 0 3px rgba(179, 135, 63, 0.12);
}

.custom-select-trigger.has-value {
  color: var(--ink);
}

.custom-select-trigger svg {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  transition: transform 160ms ease;
}

.custom-select-trigger[aria-expanded="true"] > svg {
  transform: rotate(180deg);
}

.custom-select-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  z-index: 100;
  display: grid;
  gap: 4px;
  max-height: min(320px, calc(100vh - 180px));
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 7px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 22px 54px rgba(7, 19, 20, 0.16);
  backdrop-filter: blur(16px);
}

.custom-select-option {
  display: flex;
  width: 100%;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 10px 8px 13px;
  border: 1px solid transparent;
  border-radius: 7px;
  background: transparent;
  color: #2f4540;
  cursor: pointer;
  text-align: start;
  transition:
    border-color 150ms ease,
    background 150ms ease,
    color 150ms ease;
}

.custom-select-option:hover,
.custom-select-option:focus-visible {
  border-color: var(--line);
  background: var(--soft);
  color: var(--ink);
  outline: none;
}

.custom-select-option[aria-selected="true"] {
  border-color: rgba(179, 135, 63, 0.44);
  background: #fbf7ef;
  color: var(--ink);
}

.custom-select-option-label {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.custom-select-check {
  display: grid;
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: var(--paper);
  color: transparent;
}

.custom-select-check svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.custom-select-option[aria-selected="true"] .custom-select-check {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--paper);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(179, 135, 63, 0.14);
}

.faq-section {
  padding-top: 18px;
}

.faq-grid details {
  padding: 24px;
}

.faq-grid summary {
  cursor: pointer;
  font-size: 18px;
  font-weight: 820;
}

.site-footer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 28px max(24px, calc((100vw - var(--max)) / 2));
  border-top: 1px solid var(--line);
  background: #f8fbfa;
}

.site-footer p {
  margin: 0;
  color: var(--muted);
}

.site-footer > a:last-child {
  color: var(--teal);
  font-weight: 820;
  text-decoration: none;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition: none !important;
  }
}

@media (max-width: 1040px) {
  .site-nav,
  .header-action {
    display: none;
  }

  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .hero-copy {
    align-self: auto;
    padding-top: 0;
  }

  .nav-toggle {
    display: block;
  }

  .hero-layout,
  .intro-section,
  .setup-section,
  .proof-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 54px;
  }

  .hero-layout {
    gap: 26px;
    min-height: auto;
  }

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

  .product-stage {
    height: 548px;
  }

  .pipeline-card {
    right: 50%;
    transform: translateX(50%);
  }

  .dashboard-window {
    left: 50%;
    width: min(620px, calc(100% - 24px));
    transform: translateX(-50%);
  }

  .mobile-summary-card {
    right: 24px;
    top: 216px;
  }

  .sync-status-card {
    right: 52px;
    bottom: 32px;
  }

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

  .inquiry-panel {
    position: static;
  }
}

@media (max-width: 720px) {
  html {
    scroll-padding-top: 86px;
  }

  main#top {
    scroll-margin-top: 86px;
  }

  .site-header {
    top: 8px;
    width: calc(100% - 16px);
    height: 64px;
    margin-top: 8px;
    gap: 10px;
    padding: 7px 8px 7px 10px;
    border-radius: 18px;
  }

  .site-header[data-elevated="true"] {
    transform: translateY(-2px);
  }

  .language-toggle {
    min-width: 66px;
    min-height: 46px;
    gap: 6px;
    padding: 0 9px;
  }

  .language-menu {
    width: 154px;
  }

  .mobile-menu {
    inset: 82px 8px auto 8px;
  }

  .brand small {
    display: none;
  }

  .brand {
    gap: 9px;
    padding-right: 0;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }

  .hero {
    min-height: auto;
    padding: 42px 18px 34px;
  }

  .hero h1 {
    font-size: 43px;
    line-height: 1;
  }

  .hero-lede {
    font-size: 17px;
  }

  .hero-actions,
  .hero-actions .button {
    width: 100%;
  }

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

  .hero-facts div,
  .hero-facts div:first-child,
  .hero-facts div:last-child {
    border-radius: 0;
  }

  .hero-facts div:first-child {
    border-radius: 7px 7px 0 0;
  }

  .hero-facts div:last-child {
    border-radius: 0 0 7px 7px;
  }

  .product-stage {
    height: 436px;
  }

  .pipeline-card {
    top: 0;
    right: 0;
    left: 0;
    justify-content: center;
    gap: 7px;
    min-height: 40px;
    padding: 0 10px;
    font-size: 11px;
    transform: none;
  }

  .pipeline-card span {
    white-space: nowrap;
  }

  .dashboard-window {
    top: 64px;
    left: 0;
    width: 100%;
    height: 306px;
    transform: none;
  }

  .dashboard-shell {
    grid-template-columns: 52px 1fr;
  }

  .preview-sidebar {
    gap: 10px;
    padding: 14px 10px;
  }

  .sidebar-mark {
    width: 26px;
    height: 26px;
  }

  .nav-line,
  .nav-line.active,
  .nav-line.short {
    width: 100%;
    height: 7px;
  }

  .preview-main {
    padding: 15px;
  }

  .preview-heading {
    align-items: start;
    flex-direction: column;
    gap: 4px;
  }

  .preview-heading strong {
    font-size: 20px;
  }

  .metric-row {
    gap: 7px;
    margin-top: 14px;
  }

  .metric-row article {
    min-height: 62px;
    padding: 10px;
  }

  .metric-row span,
  .preview-heading span,
  .chart-note span,
  .mobile-summary-card small,
  .mobile-summary-card .mobile-title,
  .sync-status-card span {
    font-size: 9px;
  }

  .metric-row strong {
    font-size: 18px;
  }

  .chart-card {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 8px;
    padding: 11px;
  }

  .chart-grid {
    min-height: 54px;
    padding-top: 8px;
  }

  .chart-note strong {
    font-size: 14px;
  }

  .table-preview {
    display: none;
  }

  .mobile-summary-card {
    right: 12px;
    top: 278px;
    width: 136px;
    min-height: 126px;
    padding: 12px;
  }

  .mobile-topbar {
    width: 38px;
    margin-bottom: 12px;
  }

  .mobile-summary-card strong {
    margin-top: 8px;
    font-size: 22px;
  }

  .mobile-lines {
    display: none;
  }

  .sync-status-card {
    left: 12px;
    right: auto;
    bottom: 10px;
    width: 158px;
    padding: 13px;
  }

  .sync-status-card strong {
    font-size: 15px;
  }

  .product-stage::before {
    inset: 42px 12px 28px 16px;
  }

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

  .hero-facts div,
  .hero-facts div:first-child,
  .hero-facts div:last-child {
    min-height: 110px;
    padding: 13px 10px;
    border-radius: 0;
  }

  .hero-facts div:first-child {
    border-radius: 7px 0 0 7px;
  }

  .hero-facts div:last-child {
    border-radius: 0 7px 7px 0;
  }

  .hero-facts dt {
    font-size: 10px;
  }

  .hero-facts dd {
    font-size: 13px;
  }

  .section {
    width: min(100% - 36px, var(--max));
    padding: 64px 0;
  }

  .section-heading {
    display: block;
  }

  .section-number {
    margin-bottom: 16px;
  }

  .section-heading h2,
  .proof-copy h2,
  .inquiry-panel h2 {
    font-size: 34px;
  }

  .section-heading p,
  .proof-copy p,
  .package-head p,
  .faq-grid p {
    font-size: 16px;
  }

  .service-grid,
  .package-grid,
  .faq-grid,
  .contact-form {
    grid-template-columns: 1fr;
  }

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

  .service-card--custom {
    grid-column: auto;
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .service-card--custom .service-eyebrow,
  .service-card--custom h3,
  .service-card--custom p,
  .service-card--custom ul,
  .service-card--custom .service-toggle {
    grid-column: 1;
    grid-row: auto;
  }

  .service-card--custom ul {
    margin: 18px 0 22px;
  }

  .package-section,
  .proof-section {
    padding-right: 18px;
    padding-left: 18px;
  }

  .setup-list li {
    grid-template-columns: 1fr;
  }

  .setup-list span {
    grid-row: auto;
  }

  .summary-prices {
    grid-template-columns: 1fr;
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding: 28px 18px;
  }
}

/* Premium real-app asset presentation */
.premium-stage {
  isolation: isolate;
}

.premium-stage::before {
  display: none;
}

.stage-surface {
  position: absolute;
  inset: 76px 18px 58px 52px;
  z-index: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(242, 248, 246, 0.72)),
    radial-gradient(circle at 18% 12%, rgba(215, 181, 108, 0.16), transparent 32%),
    radial-gradient(circle at 78% 76%, rgba(6, 63, 60, 0.14), transparent 34%),
    #ffffff;
  box-shadow: var(--shadow-soft);
}

.premium-stage .pipeline-card {
  top: 22px;
  right: 44px;
  z-index: 5;
}

.device-frame {
  position: absolute;
  z-index: 3;
  margin: 0;
  overflow: visible;
  padding: 7px;
  border: 1px solid #243132;
  border-radius: 48px;
  background:
    linear-gradient(135deg, #1d2829 0%, #071314 34%, #172323 64%, #050b0c 100%);
  box-shadow:
    0 40px 88px rgba(7, 19, 20, 0.24),
    0 12px 26px rgba(7, 19, 20, 0.16),
    0 0 0 1px rgba(255, 255, 255, 0.18) inset;
}

.device-frame::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 50%;
  z-index: 5;
  width: var(--island-width, 72px);
  height: var(--island-height, 20px);
  border-radius: 999px;
  background:
    radial-gradient(circle at 76% 50%, #1b2728 0 3px, transparent 4px),
    linear-gradient(180deg, #050809, #11191a);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.1) inset,
    0 8px 18px rgba(0, 0, 0, 0.24);
  transform: translateX(-50%);
}

.device-frame::after {
  content: "";
  position: absolute;
  inset: 7px;
  z-index: 4;
  border-radius: 41px;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.2), transparent 26%),
    linear-gradient(270deg, rgba(255, 255, 255, 0.08), transparent 18%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.54) inset,
    0 0 0 2px rgba(7, 19, 20, 0.58);
  pointer-events: none;
}

.device-frame img {
  width: 100%;
  height: 100%;
  border-radius: 41px;
  object-fit: cover;
  object-position: top center;
}

.device-main {
  top: 82px;
  left: 50%;
  width: 238px;
  height: 516px;
  z-index: 4;
  --island-width: 76px;
  --island-height: 21px;
  transform: translateX(-50%);
}

.device-left {
  top: 148px;
  left: 18px;
  width: 178px;
  height: 386px;
  opacity: 0.96;
  --island-width: 58px;
  --island-height: 16px;
  transform: rotate(-4deg);
}

.device-right {
  top: 142px;
  right: 0;
  width: 178px;
  height: 386px;
  opacity: 0.96;
  --island-width: 58px;
  --island-height: 16px;
  transform: rotate(4deg);
}

.app-proof-rail {
  position: relative;
  min-height: 560px;
  padding: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.proof-phone {
  position: absolute;
  margin: 0;
  overflow: visible;
  padding: 6px;
  border: 1px solid #243132;
  border-radius: 44px;
  background:
    linear-gradient(135deg, #1d2829 0%, #071314 38%, #182425 66%, #050b0c 100%);
  box-shadow: 0 30px 78px rgba(0, 0, 0, 0.26);
}

.proof-phone::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 50%;
  z-index: 2;
  width: 62px;
  height: 17px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 76% 50%, #1b2728 0 3px, transparent 4px),
    linear-gradient(180deg, #050809, #11191a);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.22);
  transform: translateX(-50%);
}

.proof-phone::after {
  content: "";
  position: absolute;
  inset: 6px;
  z-index: 1;
  border-radius: 38px;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.18), transparent 28%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.5) inset,
    0 0 0 2px rgba(7, 19, 20, 0.5);
  pointer-events: none;
}

.proof-phone img {
  width: 100%;
  height: 100%;
  border-radius: 38px;
  object-fit: cover;
  object-position: top center;
}

.proof-large {
  top: 0;
  left: 50%;
  width: 250px;
  height: 542px;
  z-index: 3;
  transform: translateX(-50%);
}

/* Hero control-room presentation */
.control-room-stage {
  isolation: isolate;
}

.control-room-stage::before {
  display: none;
}

.control-room-stage .stage-surface {
  inset: 24px 0 -10px 18px;
  border: 1px solid rgba(7, 19, 20, 0.08);
  border-radius: 14px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.92)),
    repeating-linear-gradient(0deg, rgba(6, 63, 60, 0.04) 0 1px, transparent 1px 42px),
    repeating-linear-gradient(90deg, rgba(6, 63, 60, 0.04) 0 1px, transparent 1px 42px),
    #f6faf8;
  box-shadow: 0 30px 70px rgba(7, 19, 20, 0.08);
}

.control-room-stage .pipeline-card {
  top: -38px;
  right: 50%;
  z-index: 8;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(7, 19, 20, 0.06);
  transform: translateX(50%);
}

.control-room-window {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 3;
  width: calc(100% - 22px);
  height: 550px;
  overflow: hidden;
  border: 1px solid rgba(7, 19, 20, 0.12);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 32px 72px rgba(7, 19, 20, 0.14);
}

.control-room-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 46px;
  padding: 0 16px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
}

.control-room-brand,
.control-room-tools,
.control-room-heading,
.control-room-filters,
.panel-title {
  display: flex;
  align-items: center;
}

.control-room-brand {
  gap: 8px;
  font-size: 12px;
}

.control-room-brand img {
  width: 22px;
  height: 22px;
  border-radius: 5px;
  background: var(--ink);
}

.control-room-tools {
  gap: 7px;
}

.control-room-tools span,
.control-room-filters span,
.panel-title > span {
  min-height: 24px;
  padding: 0 8px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 750;
  line-height: 22px;
}

.control-room-tools span:first-child {
  border-color: rgba(23, 119, 95, 0.22);
  background: rgba(23, 119, 95, 0.08);
  color: var(--success);
}

.control-room-shell {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  height: calc(100% - 46px);
}

.control-room-nav {
  display: grid;
  align-content: start;
  gap: 4px;
  padding: 17px 12px;
  border-right: 1px solid var(--line);
  background: #fbfdfc;
}

.control-room-nav span,
.control-room-nav strong {
  min-height: 27px;
  padding: 6px 8px;
  border-radius: 6px;
  color: #526560;
  font-size: 9px;
  font-weight: 720;
  line-height: 15px;
}

.control-room-nav strong {
  background: var(--ink);
  color: #ffffff;
}

.control-room-content {
  min-width: 0;
  padding: 17px;
  background: linear-gradient(180deg, #ffffff, #f8fbfa);
}

.control-room-heading {
  justify-content: space-between;
  gap: 12px;
}

.control-room-heading > span:first-child {
  display: grid;
}

.control-room-heading strong {
  font-size: 15px;
  line-height: 1.1;
}

.control-room-heading small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 8px;
}

.control-room-filters {
  gap: 6px;
}

.control-room-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}

.control-room-metrics article {
  min-width: 0;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.control-room-metrics span,
.control-room-metrics small {
  display: block;
  overflow: hidden;
  color: var(--muted);
  font-size: 7px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.control-room-metrics strong {
  display: block;
  margin: 5px 0 3px;
  overflow: hidden;
  font-size: 15px;
  line-height: 1;
  text-overflow: ellipsis;
}

.control-room-metrics .positive {
  color: var(--success);
}

.control-room-metrics .gold-value {
  color: #b36f09;
}

.control-room-insights {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(150px, 0.85fr);
  gap: 8px;
  margin-top: 8px;
}

.control-room-insights article,
.control-room-table {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.control-room-insights article {
  min-width: 0;
  padding: 10px;
}

.panel-title {
  justify-content: space-between;
  gap: 8px;
  font-size: 9px;
}

.panel-title > span {
  min-height: 18px;
  padding: 0 6px;
  font-size: 7px;
  line-height: 16px;
}

.revenue-chart {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: space-between;
  height: 112px;
  margin-top: 7px;
  padding: 0 5px 3px;
  border-bottom: 1px solid var(--line);
  background: repeating-linear-gradient(0deg, transparent 0 27px, rgba(223, 232, 229, 0.82) 27px 28px);
}

.revenue-chart > span {
  position: relative;
  z-index: 2;
  color: var(--muted);
  font-size: 6px;
}

.chart-lines {
  position: absolute;
  inset: 8px 6px 17px;
}

.chart-lines::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(23, 119, 95, 0.2), rgba(23, 119, 95, 0));
  clip-path: polygon(0 72%, 15% 58%, 29% 65%, 45% 42%, 60% 48%, 76% 28%, 100% 16%, 100% 100%, 0 100%);
}

.chart-lines::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--success);
  clip-path: polygon(0 70%, 15% 56%, 29% 63%, 45% 40%, 60% 46%, 76% 26%, 100% 14%, 100% 18%, 76% 30%, 60% 50%, 45% 44%, 29% 67%, 15% 60%, 0 74%);
}

.chart-lines i {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: 5px;
  height: 5px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 0 1px var(--success);
  transform: translate(-50%, -50%);
}

.inventory-meter {
  display: grid;
  grid-template-columns: 76px 1fr;
  align-items: center;
  gap: 10px;
  min-height: 112px;
  margin-top: 7px;
}

.inventory-ring {
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle at center, #ffffff 0 54%, transparent 56%), conic-gradient(var(--success) 0 70%, var(--gold) 70% 87%, #c95749 87% 100%);
}

.inventory-ring strong {
  font-size: 13px;
}

.inventory-meter dl {
  display: grid;
  gap: 7px;
  margin: 0;
}

.inventory-meter dl div {
  display: flex;
  justify-content: space-between;
  gap: 7px;
  color: var(--muted);
  font-size: 7px;
}

.inventory-meter dt,
.inventory-meter dd {
  margin: 0;
}

.inventory-meter dd {
  color: var(--ink);
  font-weight: 800;
}

.control-room-table {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  gap: 0;
  margin-top: 8px;
  overflow: hidden;
}

.control-room-table > * {
  padding: 7px 9px;
  border-right: 1px solid var(--line);
  font-size: 7px;
}

.control-room-table > *:last-child {
  border-right: 0;
}

.control-room-table span {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  color: var(--muted);
}

.control-room-table b {
  color: var(--ink);
}

.control-room-bottom-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 8px;
}

.control-room-bottom-grid article {
  display: grid;
  align-content: start;
  gap: 6px;
  min-width: 0;
  min-height: 82px;
  padding: 9px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.control-room-bottom-grid article > strong {
  font-size: 8px;
}

.control-room-bottom-grid article > span:not(.activity-preview span) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
  min-width: 0;
  color: var(--muted);
  font-size: 6px;
}

.control-room-bottom-grid article > span > i {
  position: relative;
  width: 58%;
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--soft);
}

.control-room-bottom-grid article > span > i::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--fill);
  border-radius: inherit;
  background: var(--success);
}

.control-room-bottom-grid article > span:nth-child(3) > i::after {
  background: var(--gold);
}

.control-room-bottom-grid article > span:nth-child(4) > i::after {
  background: #c95749;
}

.control-room-bottom-grid b,
.control-room-bottom-grid em {
  overflow: hidden;
  color: var(--ink);
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.activity-preview > span {
  display: flex;
  align-items: end;
  gap: 6px;
  height: 52px;
  padding: 4px 2px 0;
  border-bottom: 1px solid var(--line);
}

.activity-preview > span i {
  flex: 1;
  width: auto;
  height: 38%;
  border-radius: 3px 3px 0 0;
  background: var(--success);
}

.activity-preview > span i:nth-child(2) { height: 62%; }
.activity-preview > span i:nth-child(3) { height: 48%; }
.activity-preview > span i:nth-child(4) { height: 76%; }
.activity-preview > span i:nth-child(5) { height: 56%; }
.activity-preview > span i:nth-child(6) { height: 86%; }
.activity-preview > span i:nth-child(7) { height: 72%; }

.floating-insight {
  position: absolute;
  z-index: 6;
  display: grid;
  gap: 5px;
  padding: 13px 14px;
  border: 1px solid rgba(7, 19, 20, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 38px rgba(7, 19, 20, 0.13);
  backdrop-filter: blur(12px);
}

.floating-insight .insight-kicker {
  color: var(--muted);
  font-size: 8px;
  font-weight: 760;
}

.floating-insight strong {
  color: var(--ink);
  font-size: 15px;
  line-height: 1.2;
}

.floating-insight small {
  color: var(--muted);
  font-size: 7px;
}

.sync-insight {
  top: 210px;
  right: -20px;
  width: 132px;
}

.sync-insight strong {
  color: var(--success);
  font-size: 11px;
}

.sync-insight i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 4px;
  border-radius: 50%;
  background: var(--success);
}

.cash-insight {
  top: 570px;
  bottom: auto;
  left: 106px;
  width: 170px;
}

.cash-insight strong {
  font-size: 21px;
}

.cash-insight small {
  color: var(--success);
}

.attention-insight {
  right: 54px;
  top: 570px;
  bottom: auto;
  width: 170px;
}

.attention-insight strong {
  font-size: 10px;
}

@media (max-width: 1040px) {
  .control-room-stage {
    height: 570px;
  }

  .control-room-stage .stage-surface {
    inset: 72px 18px 35px;
  }

  .control-room-stage .pipeline-card {
    right: 50%;
    transform: translateX(50%);
  }

  .control-room-window {
    left: 50%;
    width: min(720px, calc(100% - 36px));
    transform: translateX(-50%);
  }

  .sync-insight {
    right: 4px;
  }
}

@media (max-width: 720px) {
  .control-room-stage {
    height: 432px;
  }

  .control-room-stage .stage-surface {
    inset: 52px 0 20px;
  }

  .control-room-stage .pipeline-card {
    top: 0;
    right: 0;
    left: 0;
    min-height: 40px;
    justify-content: center;
    padding: 0 8px;
    transform: none;
  }

  .control-room-window {
    top: 57px;
    left: 0;
    width: 100%;
    height: 318px;
    border-radius: 10px;
    transform: none;
  }

  .control-room-topbar {
    height: 38px;
    padding: 0 10px;
  }

  .control-room-tools span:nth-child(2),
  .control-room-tools span:nth-child(3),
  .control-room-nav,
  .inventory-panel,
  .control-room-table,
  .cash-insight,
  .attention-insight {
    display: none;
  }

  .control-room-shell {
    grid-template-columns: 1fr;
    height: calc(100% - 38px);
  }

  .control-room-content {
    padding: 12px;
  }

  .control-room-filters span:first-child {
    display: none;
  }

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

  .control-room-metrics article:nth-child(n + 3) {
    display: none;
  }

  .control-room-insights {
    grid-template-columns: 1fr;
  }

  .revenue-chart {
    height: 104px;
  }

  .sync-insight {
    top: auto;
    right: 10px;
    bottom: 2px;
    width: 126px;
    padding: 10px;
  }
}

@media (max-width: 1040px) {
  .premium-stage {
    height: 590px;
  }

  .stage-surface {
    inset: 68px 22px 52px;
  }

  .premium-stage .pipeline-card {
    right: 50%;
    transform: translateX(50%);
  }

  .device-main {
    width: 226px;
    height: 492px;
  }

  .device-left {
    left: max(8px, calc(50% - 330px));
  }

  .device-right {
    right: max(8px, calc(50% - 330px));
  }

}

@media (max-width: 720px) {
  .premium-stage {
    height: 516px;
  }

  .stage-surface {
    inset: 48px 8px 42px;
  }

  .premium-stage .pipeline-card {
    left: 0;
    right: 0;
    justify-content: center;
    gap: 8px;
    padding: 0 9px;
    transform: none;
  }

  .premium-stage .pipeline-card span:nth-of-type(2) {
    max-width: 122px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .device-frame {
    padding: 5px;
    border-width: 1px;
    border-radius: 36px;
  }

  .device-frame::before {
    top: 13px;
    width: var(--island-width, 52px);
    height: var(--island-height, 15px);
  }

  .device-frame::after {
    inset: 5px;
    border-radius: 31px;
  }

  .device-frame img {
    border-radius: 31px;
  }

  .device-main {
    top: 72px;
    width: 186px;
    height: 404px;
    --island-width: 58px;
    --island-height: 16px;
  }

  .device-left {
    top: 144px;
    left: -12px;
    width: 126px;
    height: 274px;
    --island-width: 42px;
    --island-height: 12px;
  }

  .device-right {
    top: 142px;
    right: -12px;
    width: 126px;
    height: 274px;
    --island-width: 42px;
    --island-height: 12px;
  }

  .app-proof-rail {
    min-height: 470px;
  }

  .proof-large {
    left: 50%;
    width: 190px;
    height: 414px;
    transform: translateX(-50%);
  }

}
