﻿:root {
  --ink: #f8fafc;
  --ink-soft: #d9e2ec;
  --muted: #9aa8b7;
  --paper: #070b10;
  --white: #ffffff;
  --line: #243241;
  --surface: #0d141c;
  --surface-2: #121d27;
  --surface-3: #182635;
  --teal: #14b8a6;
  --teal-strong: #5eead4;
  --sky: #38bdf8;
  --gold: #f59e0b;
  --violet: #8b5cf6;
  --mint: #0f2c28;
  --blue-soft: #102333;
  --radius: 8px;
  --radius-lg: 14px;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.38);
  --shadow-tight: 0 18px 48px rgba(0, 0, 0, 0.28);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "DM Sans", system-ui, sans-serif;
  color: var(--ink);
  background:
    linear-gradient(rgba(94, 234, 212, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(94, 234, 212, 0.025) 1px, transparent 1px),
    linear-gradient(180deg, #070b10 0%, #0b1118 46%, #070b10 100%);
  background-size: 36px 36px, 36px 36px, auto;
  line-height: 1.55;
}

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

img {
  display: block;
  max-width: 100%;
  height: auto;
  image-rendering: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px clamp(20px, 5vw, 64px);
  background: rgba(7, 11, 16, 0.9);
  border-bottom: 1px solid rgba(217, 226, 236, 0.13);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: clamp(1.08rem, 1.5vw, 1.22rem);
  font-weight: 900;
}

.brand-mark {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 15px;
  background:
    conic-gradient(from 210deg, rgba(20, 184, 166, 0.96), rgba(245, 158, 11, 0.96), rgba(56, 189, 248, 0.88), rgba(20, 184, 166, 0.96));
  color: var(--white);
  border: 1px solid rgba(245, 158, 11, 0.28);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.72);
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.32),
    0 0 28px rgba(20, 184, 166, 0.16),
    inset 0 0 0 1px rgba(248, 250, 252, 0.22);
}

.brand-mark::before {
  content: "";
  position: absolute;
  inset: 4px;
  z-index: -1;
  border-radius: 11px;
  background:
    linear-gradient(135deg, rgba(16, 28, 39, 0.96), rgba(5, 9, 14, 0.94)),
    #0b1118;
}

.brand-mark::after {
  content: "";
  position: absolute;
  inset: 9px 7px auto;
  z-index: -1;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(245, 158, 11, 0.95), rgba(94, 234, 212, 0.88), transparent);
  box-shadow: 0 18px 0 rgba(94, 234, 212, 0.28);
  transform: rotate(-34deg);
  transform-origin: center;
}

nav {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--ink-soft);
  font-size: 0.9rem;
  font-weight: 700;
}

nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid rgba(217, 226, 236, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
  color: var(--ink-soft);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

nav a:hover,
nav a:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(94, 234, 212, 0.34);
  background: rgba(94, 234, 212, 0.08);
  color: var(--white);
  box-shadow: 0 14px 28px rgba(20, 184, 166, 0.12);
}

.demo-products-nav-link {
  border-color: rgba(245, 158, 11, 0.38);
  background:
    linear-gradient(135deg, rgba(245, 158, 11, 0.22), rgba(245, 158, 11, 0.07)),
    rgba(255, 255, 255, 0.04);
  color: var(--gold);
  font-weight: 1000;
  -webkit-text-stroke: 0.35px rgba(42, 48, 56, 0.92);
  text-shadow:
    0 0 18px rgba(245, 158, 11, 0.24),
    0 1px 0 rgba(42, 48, 56, 0.52),
    1px 0 0 rgba(42, 48, 56, 0.34),
    -1px 0 0 rgba(42, 48, 56, 0.34);
  box-shadow:
    0 12px 28px rgba(245, 158, 11, 0.14),
    inset 0 0 0 1px rgba(245, 158, 11, 0.08);
}

.demo-products-nav-link:hover,
.demo-products-nav-link:focus-visible {
  border-color: rgba(245, 158, 11, 0.66);
  background:
    linear-gradient(135deg, rgba(245, 158, 11, 0.3), rgba(245, 158, 11, 0.1)),
    rgba(255, 255, 255, 0.05);
  color: var(--gold);
  box-shadow:
    0 16px 34px rgba(245, 158, 11, 0.18),
    inset 0 0 0 1px rgba(245, 158, 11, 0.12);
}

.nav-cta {
  min-height: 44px;
  padding: 10px 16px;
  border-color: rgba(94, 234, 212, 0.42);
  background: var(--teal);
  color: #04100f;
  box-shadow: 0 10px 24px rgba(20, 184, 166, 0.18);
}

.nav-cta:hover,
.nav-cta:focus-visible {
  border-color: rgba(94, 234, 212, 0.72);
  background: var(--teal-strong);
  color: #04100f;
  box-shadow: 0 16px 34px rgba(20, 184, 166, 0.22);
}

.hidden-field {
  display: none;
}

main {
  overflow: hidden;
}

section[id] {
  scroll-margin-top: 86px;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1fr);
  align-items: center;
  gap: clamp(32px, 5vw, 70px);
  min-height: calc(80vh - 69px);
  padding: 46px clamp(20px, 5vw, 64px) 42px;
  background:
    radial-gradient(circle at 78% 18%, rgba(20, 184, 166, 0.2), transparent 34%),
    radial-gradient(circle at 18% 82%, rgba(56, 189, 248, 0.12), transparent 32%),
    linear-gradient(115deg, #080d13 0%, #101820 48%, #0a171b 100%);
  border-bottom: 2px solid rgba(20, 184, 166, 0.7);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(94, 234, 212, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(94, 234, 212, 0.04) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.85), transparent 78%);
  pointer-events: none;
}

.hero-copy,
.hero-visual {
  position: relative;
  z-index: 1;
}

.hero-copy {
  max-width: 690px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--teal-strong);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #5eead4;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 20ch;
  margin: 0;
  font-size: clamp(3rem, 5.2vw, 4.25rem);
  line-height: 1;
  letter-spacing: 0;
}

.hero h1 {
  color: var(--white);
}

.lead {
  max-width: 650px;
  margin: 20px 0 0;
  color: var(--ink-soft);
  font-size: 1.06rem;
}

.hero .lead {
  color: #d9e2ec;
}

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

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

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.hero-proof span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 1px solid rgba(217, 226, 236, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
  color: var(--ink-soft);
  font-size: 0.84rem;
  font-weight: 800;
  padding: 0 11px;
}

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

.hero-shortcuts a {
  display: grid;
  min-height: 96px;
  align-content: start;
  gap: 6px;
  padding: 13px;
  border: 1px solid rgba(94, 234, 212, 0.26);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(5, 12, 24, 0.78), rgba(16, 35, 51, 0.62));
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.26), inset 0 0 0 1px rgba(255, 255, 255, 0.025);
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.hero-shortcuts a:hover {
  transform: translateY(-3px);
  border-color: rgba(94, 234, 212, 0.68);
  background: linear-gradient(135deg, rgba(15, 44, 40, 0.72), rgba(16, 35, 51, 0.72));
}

.hero-shortcuts span {
  color: var(--teal-strong);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.62rem;
  font-weight: 800;
}

.hero-shortcuts strong {
  color: var(--white);
  line-height: 1.05;
}

.hero-shortcuts em {
  color: var(--muted);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  padding: 0 20px;
  font-weight: 800;
}

.button.primary {
  background: var(--teal);
  color: #04100f;
  box-shadow: 0 14px 34px rgba(20, 184, 166, 0.18);
}

.button.secondary {
  border: 1px solid var(--line);
  background: var(--surface-2);
  color: var(--ink);
}

.demo-product-link {
  border-color: rgba(94, 234, 212, 0.55);
  background: rgba(20, 184, 166, 0.13);
  color: var(--white);
  box-shadow: 0 0 0 1px rgba(94, 234, 212, 0.14);
}

.hero .button.secondary {
  border-color: rgba(217, 226, 236, 0.24);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.hero-visual {
  margin: 0;
  border: 2px solid rgba(248, 250, 252, 0.72);
  outline: 1px solid rgba(94, 234, 212, 0.34);
  outline-offset: 4px;
  border-radius: var(--radius);
  box-shadow:
    0 0 0 1px rgba(7, 11, 16, 0.95),
    0 30px 90px rgba(0, 0, 0, 0.34),
    0 18px 42px rgba(20, 184, 166, 0.1);
  background: #0b1118;
  overflow: hidden;
}

.hero-console {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: min(390px, calc(100% - 32px));
  padding: 14px;
  border: 1px solid rgba(94, 234, 212, 0.32);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(5, 12, 24, 0.92), rgba(12, 38, 70, 0.78));
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.42), 0 0 28px rgba(20, 184, 166, 0.12);
}

.hero-console > span {
  color: var(--teal-strong);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.66rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-console > strong {
  display: block;
  margin-top: 6px;
  color: var(--white);
  font-size: 1rem;
  line-height: 1.12;
}

.hero-console div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.hero-console em {
  display: grid;
  min-height: 56px;
  align-content: center;
  padding: 8px;
  border: 1px solid rgba(217, 226, 236, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
  color: var(--muted);
  font-size: 0.64rem;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-console b {
  display: block;
  color: var(--white);
  font-size: 1.12rem;
  line-height: 1;
}

.hero-visual img {
  aspect-ratio: 16 / 9;
}

.hero-visual img,
.variation-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #05080c;
  border-radius: var(--radius);
}

.metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-block: 1px solid rgba(217, 226, 236, 0.12);
  background: linear-gradient(180deg, #0a0f15, #071019);
}

.metrics div {
  min-height: 132px;
  padding: 28px clamp(20px, 5vw, 64px);
  border-right: 1px solid rgba(217, 226, 236, 0.12);
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.06), transparent 54%);
}

.metrics div:last-child {
  border-right: 0;
}

.metrics strong {
  display: block;
  color: var(--white);
  font-size: clamp(1.28rem, 2.4vw, 1.72rem);
  line-height: 1;
}

.metrics small {
  display: block;
  margin-bottom: 10px;
  color: var(--sky);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.metrics span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-weight: 700;
}

.section {
  padding: clamp(60px, 7vw, 92px) clamp(20px, 5vw, 64px);
}

.page-hero {
  padding-top: clamp(70px, 9vw, 118px);
  padding-bottom: clamp(42px, 6vw, 72px);
  background:
    radial-gradient(circle at 82% 18%, rgba(20, 184, 166, 0.18), transparent 34%),
    linear-gradient(115deg, #080d13 0%, #101820 48%, #0a171b 100%);
  border-bottom: 1px solid rgba(217, 226, 236, 0.12);
}

.page-hero h1 {
  max-width: 17ch;
}

.page-hero .lead {
  max-width: 760px;
}

.example-products-page .page-hero {
  padding-top: clamp(26px, 3.4vw, 40px);
  padding-bottom: clamp(22px, 2.7vw, 34px);
}

.example-products-page .page-hero h1 {
  max-width: 31ch;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
}

.example-products-page .page-hero .lead {
  max-width: 900px;
}

.example-products-page .work-section {
  padding-top: clamp(18px, 3vw, 32px);
}

.example-products-page .section-head {
  margin-bottom: 18px;
}

.example-products-page .section-head h2 {
  font-size: clamp(2rem, 3.6vw, 2.8rem);
}

.example-products-page .section-head p:last-child {
  margin-top: 8px;
}

.section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.split-head {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.68fr);
  gap: 32px;
  max-width: none;
  align-items: end;
}

.section-head p:last-child {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

h2 {
  margin: 0;
  font-size: clamp(2.55rem, 5vw, 3.5rem);
  line-height: 1;
  letter-spacing: 0;
}

.service-grid,
.pricing-grid,
.website-grid,
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

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

.service-card,
.price-card,
.website-grid article,
.why-grid article {
  min-height: 380px;
  padding: 24px;
  border: 1px solid rgba(217, 226, 236, 0.12);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(rgba(94, 234, 212, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(94, 234, 212, 0.028) 1px, transparent 1px),
    linear-gradient(180deg, var(--surface-2), var(--surface));
  background-size: 26px 26px, 26px 26px, auto;
  box-shadow: var(--shadow-tight);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.service-card:hover,
.why-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(94, 234, 212, 0.34);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.35), 0 0 26px rgba(20, 184, 166, 0.08);
}

.price-card,
.website-grid article,
.why-grid article {
  min-height: 220px;
}

.service-card:nth-child(1) {
  border-top: 5px solid var(--teal);
}

.service-card:nth-child(2) {
  border-top: 5px solid var(--sky);
}

.service-card:nth-child(3) {
  border-top: 5px solid var(--gold);
}

.service-card:nth-child(4) {
  border-top: 5px solid var(--violet);
}

.service-card:nth-child(5) {
  border-top: 5px solid var(--teal);
}

.service-card:nth-child(6) {
  border-top: 5px solid var(--sky);
}

.service-index {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 9px;
  border: 1px solid rgba(94, 234, 212, 0.24);
  border-radius: 999px;
  background: rgba(20, 184, 166, 0.08);
  color: var(--teal-strong);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.72rem;
  font-weight: 700;
}

h3 {
  margin: 26px 0 12px;
  font-size: 1.35rem;
  line-height: 1.12;
}

.service-card p,
.engagement-grid p,
.process span {
  color: var(--ink-soft);
}

.service-card .best-fit {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(217, 226, 236, 0.12);
  color: #b8c7d6;
  font-size: 0.92rem;
  font-weight: 700;
}

.service-card ul {
  display: grid;
  gap: 8px;
  margin: 22px 0 0;
  padding: 0;
  color: var(--ink-soft);
  font-size: 0.94rem;
  font-weight: 700;
  list-style: none;
}

.service-card li {
  display: flex;
  gap: 8px;
}

.service-card li::before {
  content: "";
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  margin-top: 9px;
  border-radius: 999px;
  background: var(--teal);
}

.text-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 22px;
  color: var(--teal-strong);
  font-weight: 800;
}

.text-link::after {
  content: "->";
  margin-left: 8px;
  color: var(--sky);
}

.dashboard-types {
  background:
    linear-gradient(180deg, #0b1118 0%, #0d141c 100%);
  border-top: 1px solid rgba(217, 226, 236, 0.12);
}

.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.dashboard-card {
  position: relative;
  min-height: 360px;
  padding: 24px;
  border: 1px solid rgba(217, 226, 236, 0.13);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #15202c 0%, #0d141c 100%);
  box-shadow: var(--shadow-tight);
  overflow: hidden;
}

.dashboard-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: var(--teal);
}

.dashboard-card:nth-child(2)::before {
  background: var(--gold);
}

.dashboard-card:nth-child(3)::before {
  background: var(--violet);
}

.dashboard-card:nth-child(4)::before {
  background: var(--sky);
}

.dashboard-card span {
  display: inline-flex;
  margin-top: 8px;
  color: var(--teal-strong);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
}

.dashboard-card p {
  color: var(--ink-soft);
}

.dashboard-card dl {
  margin: 26px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(217, 226, 236, 0.13);
}

.dashboard-card dt {
  margin-bottom: 6px;
  color: var(--muted);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
}

.dashboard-card dd {
  margin: 0;
  color: var(--ink);
  font-weight: 800;
  line-height: 1.35;
}

.work-section,
.pricing-section,
.faq-section {
  background:
    radial-gradient(circle at 82% 12%, rgba(20, 184, 166, 0.1), transparent 32%),
    linear-gradient(180deg, #070b10 0%, #0b1118 100%);
  border-top: 1px solid rgba(217, 226, 236, 0.12);
}

.example-block + .example-block {
  margin-top: 54px;
}

.mini-head {
  max-width: 880px;
  margin-bottom: 22px;
}

.mini-head span,
.price-card span,
.website-grid span {
  color: var(--teal-strong);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
}

.mini-head h3 {
  margin-top: 10px;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
}

.capabilities {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-block: 1px solid rgba(217, 226, 236, 0.12);
  background: #05080c;
  color: var(--white);
}

.capabilities span {
  display: flex;
  min-height: 112px;
  align-items: center;
  padding: 20px clamp(16px, 2.5vw, 28px);
  border-right: 1px solid rgba(217, 226, 236, 0.18);
  font-weight: 800;
  line-height: 1.2;
}

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

.proof-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(320px, 1.12fr);
  gap: 36px;
  align-items: start;
  padding: clamp(56px, 7vw, 82px) clamp(20px, 5vw, 64px);
  background: #070b10;
  color: var(--white);
  border-block: 1px solid rgba(217, 226, 236, 0.12);
}

.proof-band .eyebrow {
  color: #38bdf8;
}

.proof-copy p:last-child {
  max-width: 640px;
  margin: 22px 0 0;
  color: #d9e2ec;
  font-size: 1.22rem;
}

.variation-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.variation-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(260px, 0.78fr);
  gap: 22px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(217, 226, 236, 0.14);
  border-radius: var(--radius);
  background: linear-gradient(180deg, var(--surface-2), var(--surface));
  box-shadow: var(--shadow-tight);
}

.variation-card-featured {
  grid-template-columns: minmax(360px, 1.12fr) minmax(260px, 0.72fr);
  padding: 22px;
}

.variation-card-featured .variation-image {
  aspect-ratio: 17 / 10;
}

.variation-image {
  margin: 0;
  aspect-ratio: 16 / 9;
  border: 2px solid rgba(248, 250, 252, 0.62);
  outline: 1px solid rgba(94, 234, 212, 0.28);
  outline-offset: 3px;
  border-radius: var(--radius);
  background: #05080c;
  overflow: hidden;
}

.engagement-grid article {
  border: 1px solid rgba(217, 226, 236, 0.14);
  border-radius: var(--radius);
  background: linear-gradient(180deg, var(--surface-2), var(--surface));
}

.variation-card span {
  color: #93c5fd;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
}

.variation-card h3 {
  margin-top: 12px;
}

.variation-card p {
  margin-bottom: 18px;
  color: #d9e2ec;
}

.variation-card strong {
  display: block;
  color: var(--white);
  font-size: 0.96rem;
  line-height: 1.35;
}

.case-study-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.product-demo-grid {
  grid-template-columns: 1fr;
  gap: 16px;
}

.product-demo-card {
  grid-template-areas:
    "head head"
    "summary visual"
    "sample visual"
    "features visual"
    "proof proof"
    "final final";
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  grid-template-rows: auto auto auto auto auto auto;
  gap: 14px 16px;
  align-items: stretch;
  padding: 18px;
}

.demo-card-head {
  grid-area: head;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

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

.demo-card-head h3 {
  margin: 8px 0 0;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.02;
}

.demo-open-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  background: var(--teal);
  color: #04100f;
  font-weight: 900;
  padding: 0 18px;
  white-space: nowrap;
  box-shadow: 0 14px 34px rgba(20, 184, 166, 0.18);
}

.secondary-demo-open {
  border: 1px solid rgba(94, 234, 212, 0.36);
  background: rgba(255, 255, 255, 0.065);
  color: var(--teal-strong);
}

.demo-open-button::after {
  content: " >";
}

.demo-summary {
  grid-area: summary;
  align-self: stretch;
  margin: 0;
  padding: 16px;
  border: 1px solid rgba(217, 226, 236, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
  font-size: 1.08rem;
}

.demo-feature-grid {
  grid-area: features;
  display: grid;
  gap: 12px;
}

.demo-feature-grid div {
  padding: 14px;
  border: 1px solid rgba(94, 234, 212, 0.18);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(18, 29, 39, 0.9), rgba(13, 20, 28, 0.92));
}

.demo-feature-grid span {
  color: var(--teal-strong);
}

.demo-feature-grid strong {
  margin-top: 8px;
  color: var(--ink-soft);
  font-size: 0.98rem;
}

.demo-proof-list {
  grid-area: proof;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  grid-column: 1 / -1;
}

.demo-proof-list span {
  min-height: 70px;
  padding: 12px;
  border: 1px solid rgba(217, 226, 236, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  color: var(--ink-soft);
  font-weight: 900;
}

.demo-proof-list strong {
  display: block;
  margin-bottom: 5px;
  color: var(--teal-strong);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.72rem;
  text-transform: uppercase;
}

.product-demo-card > strong {
  grid-area: final;
  padding-top: 2px;
  color: var(--teal-strong);
}

.product-demo-card .sample-note {
  grid-area: sample;
}

.product-demo-card .case-visual {
  grid-area: visual;
  height: auto;
  min-height: 320px;
}

.custom-banner {
  display: grid;
  grid-template-columns: minmax(220px, 0.36fr) 1fr;
  gap: 18px;
  margin: -2px 0 12px;
  padding: 14px 16px;
  border: 1px solid rgba(94, 234, 212, 0.24);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.16), rgba(56, 189, 248, 0.08));
}

.custom-banner strong {
  color: var(--white);
  font-size: 1.18rem;
}

.custom-banner span {
  color: var(--ink-soft);
  font-weight: 700;
}

.example-data-note,
.sample-note {
  border: 1px solid rgba(217, 226, 236, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
}

.example-data-note {
  display: grid;
  grid-template-columns: minmax(220px, 0.36fr) 1fr;
  gap: 18px;
  margin: 0 0 12px;
  padding: 14px 16px;
}

.example-data-note strong {
  color: var(--white);
}

.example-data-note span {
  color: var(--ink-soft);
  font-weight: 700;
}

.featured-demo-callout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin: 18px 0;
  padding: 18px;
  border: 1px solid rgba(94, 234, 212, 0.34);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(20, 184, 166, 0.18), rgba(56, 189, 248, 0.08)),
    linear-gradient(180deg, rgba(18, 29, 39, 0.92), rgba(13, 20, 28, 0.94));
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

.featured-demo-callout span {
  color: var(--teal-strong);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
}

.featured-demo-callout strong {
  display: block;
  margin-top: 6px;
  color: var(--white);
  font-size: clamp(1.45rem, 2.6vw, 2.2rem);
  line-height: 1.05;
}

.featured-demo-callout p {
  max-width: 820px;
  margin: 10px 0 0;
  color: var(--ink-soft);
  font-weight: 750;
}

.dashboard-motion-highlight {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin: 12px 0 16px;
  padding: 20px;
  border: 1px solid rgba(245, 158, 11, 0.42);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(245, 158, 11, 0.18), rgba(20, 184, 166, 0.08)),
    linear-gradient(180deg, rgba(18, 29, 39, 0.94), rgba(13, 20, 28, 0.96));
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.3),
    0 0 42px rgba(245, 158, 11, 0.1);
}

.dashboard-motion-highlight span {
  color: var(--gold);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.dashboard-motion-highlight strong {
  display: block;
  margin-top: 6px;
  color: var(--white);
  font-size: clamp(1.6rem, 2.8vw, 2.35rem);
  line-height: 1.04;
}

.dashboard-motion-highlight p {
  max-width: 900px;
  margin: 10px 0 0;
  color: var(--ink-soft);
  font-weight: 780;
}

.sample-note {
  margin: 0;
  padding: 12px 14px;
  color: var(--muted);
  font-weight: 800;
}

.service-site-preview {
  display: grid;
  align-content: start;
  gap: 10px;
}

.service-site-hero {
  padding: 18px;
  border: 1px solid rgba(245, 158, 11, 0.28);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 85% 12%, rgba(245, 158, 11, 0.16), transparent 34%),
    linear-gradient(135deg, #161218, #102333);
}

.service-site-hero span,
.service-site-nav span,
.service-site-flow span {
  color: var(--teal-strong);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
}

.service-site-hero strong {
  display: block;
  margin-top: 9px;
  color: var(--white);
  font-size: 1.2rem;
  line-height: 1.08;
}

.service-site-hero em {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 700;
}

.service-site-nav,
.service-site-flow {
  display: grid;
  gap: 7px;
}

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

.service-site-nav span,
.service-site-flow span {
  display: grid;
  min-height: 34px;
  place-items: center;
  border: 1px solid rgba(217, 226, 236, 0.12);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.055);
  color: var(--ink-soft);
  text-align: center;
}

.service-site-packages {
  display: grid;
  gap: 8px;
}

.service-site-packages div {
  min-height: 70px;
  padding: 11px;
  border: 1px solid rgba(217, 226, 236, 0.12);
  border-left: 4px solid var(--gold);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #121d27, #0d141c);
}

.service-site-packages strong {
  display: block;
  color: var(--white);
}

.service-site-packages em {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 700;
}

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

.product-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(217, 226, 236, 0.14);
  border-radius: var(--radius);
  background: linear-gradient(180deg, var(--surface-2), var(--surface));
  box-shadow: var(--shadow-tight);
}

.product-table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
}

.product-table th,
.product-table td {
  padding: 18px;
  border-bottom: 1px solid rgba(217, 226, 236, 0.1);
  text-align: left;
  vertical-align: top;
}

.product-table th {
  color: var(--teal-strong);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.product-table td {
  color: var(--ink-soft);
}

.product-table tr:last-child td {
  border-bottom: 0;
}

.product-table td strong,
.product-table td span {
  display: block;
}

.product-table td strong {
  color: var(--white);
  font-size: 1rem;
}

.product-table td span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.table-link {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  background: var(--teal);
  color: #04100f;
  font-weight: 800;
  padding: 0 13px;
  white-space: nowrap;
}

.case-card {
  display: grid;
  gap: 20px;
  align-content: start;
  padding: 20px;
  border: 1px solid rgba(217, 226, 236, 0.14);
  border-radius: var(--radius);
  background: linear-gradient(180deg, var(--surface-2), var(--surface));
  box-shadow: var(--shadow-tight);
}

.case-card span {
  color: #93c5fd;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
}

.case-card h3 {
  margin-top: 12px;
}

.case-card p {
  margin-bottom: 18px;
  color: #d9e2ec;
}

.case-card strong {
  display: block;
  color: var(--white);
  font-size: 0.96rem;
  line-height: 1.35;
}

.case-visual {
  min-height: 300px;
  padding: 18px;
  border: 2px solid rgba(248, 250, 252, 0.68);
  outline: 1px solid rgba(94, 234, 212, 0.3);
  outline-offset: 3px;
  border-radius: var(--radius);
  background:
    linear-gradient(rgba(94, 234, 212, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(94, 234, 212, 0.035) 1px, transparent 1px),
    #05080c;
  background-size: 30px 30px;
  box-shadow:
    0 0 0 1px rgba(7, 11, 16, 0.96),
    0 18px 44px rgba(0, 0, 0, 0.32);
  overflow: hidden;
}

.case-visual-complex {
  min-height: 520px;
  padding: 14px;
}

.portal-topbar,
.dashboard-topbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(94, 234, 212, 0.22);
  border-radius: var(--radius);
  background: linear-gradient(135deg, #0b1118, #102333);
}

.portal-topbar span,
.dashboard-topbar span,
.portal-quick-panel strong,
.dashboard-side-mock strong {
  color: var(--teal-strong);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.portal-topbar strong,
.dashboard-topbar strong {
  display: block;
  margin-top: 6px;
  color: var(--white);
  font-size: 1.35rem;
  line-height: 1.05;
}

.portal-topbar em {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 700;
}

.portal-actions,
.dashboard-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-end;
}

.portal-actions span,
.dashboard-tabs span {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  border: 1px solid rgba(217, 226, 236, 0.14);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.055);
  color: var(--ink-soft);
  padding: 0 8px;
  font-size: 0.62rem;
}

.portal-quick-panel {
  display: grid;
  grid-template-columns: 0.72fr repeat(3, 1fr);
  gap: 8px;
  align-items: center;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid rgba(20, 184, 166, 0.22);
  border-radius: var(--radius);
  background: rgba(20, 184, 166, 0.055);
}

.portal-quick-panel span,
.filter-row-mock span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(217, 226, 236, 0.12);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.055);
  color: var(--ink-soft);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.58rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

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

.portal-grid div {
  min-height: 112px;
  padding: 12px;
  border: 1px solid rgba(217, 226, 236, 0.12);
  border-top: 4px solid var(--teal);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #121d27, #0d141c);
}

.portal-grid div:nth-child(2),
.portal-grid div:nth-child(5) {
  border-top-color: var(--sky);
}

.portal-grid div:nth-child(3),
.portal-grid div:nth-child(6) {
  border-top-color: var(--violet);
}

.portal-grid span,
.table-mock span {
  color: var(--teal-strong);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.58rem;
  font-weight: 700;
  text-transform: uppercase;
}

.portal-grid strong {
  display: block;
  margin-top: 10px;
  color: var(--white);
  font-size: 0.9rem;
  line-height: 1.12;
}

.portal-grid em {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 700;
}

.portal-analytics {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 8px;
  margin-top: 10px;
}

.portal-kpis {
  display: grid;
  gap: 7px;
}

.portal-kpis span {
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  min-height: 40px;
  padding: 8px;
  border: 1px solid rgba(217, 226, 236, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
}

.portal-kpis strong {
  color: var(--white);
  font-size: 1.12rem;
  line-height: 1;
}

.portal-chart {
  display: flex;
  min-height: 134px;
  align-items: end;
  gap: 8px;
  padding: 12px;
  border: 1px solid rgba(217, 226, 236, 0.12);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(56, 189, 248, 0.08), transparent),
    #0d141c;
}

.portal-chart span {
  flex: 1;
  border-radius: 6px 6px 0 0;
  background: linear-gradient(180deg, var(--sky), var(--teal));
}

.portal-org {
  margin-top: 12px;
  padding: 14px;
  border: 1px solid rgba(217, 226, 236, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
}

.portal-org > span {
  display: grid;
  place-items: center;
  width: 42%;
  height: 42px;
  margin: 0 auto 18px;
  border: 1px solid rgba(94, 234, 212, 0.28);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.18), rgba(56, 189, 248, 0.08));
  text-align: center;
}

.portal-org div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.portal-org div span {
  display: grid;
  min-height: 48px;
  align-content: center;
  border: 1px solid rgba(217, 226, 236, 0.12);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #121d27, #0d141c);
  padding: 7px;
  text-align: center;
}

.portal-org strong,
.dashboard-side-mock b {
  display: block;
  color: var(--white);
  font-size: 0.72rem;
  line-height: 1.1;
}

.portal-org em {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.58rem;
  font-style: normal;
  font-weight: 700;
}

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

.dashboard-metrics span {
  min-height: 72px;
  padding: 10px;
  border: 1px solid rgba(217, 226, 236, 0.12);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #121d27, #0d141c);
  color: var(--teal-strong);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.58rem;
  font-weight: 700;
  text-transform: uppercase;
}

.dashboard-metrics strong {
  display: block;
  margin-bottom: 4px;
  color: var(--white);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 1.45rem;
  line-height: 1;
}

.dashboard-body-mock {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 0.34fr;
  gap: 10px;
  margin-top: 10px;
}

.dashboard-main-mock,
.dashboard-side-mock {
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(217, 226, 236, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
}

.dashboard-chart-row {
  display: grid;
  grid-template-columns: 0.38fr 1fr;
  gap: 10px;
}

.donut-mock {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border-radius: 999px;
  background:
    radial-gradient(circle, #05080c 0 43%, transparent 44%),
    conic-gradient(var(--teal) 0 42%, var(--sky) 42% 68%, var(--gold) 68% 84%, var(--violet) 84%);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.28);
}

.donut-mock span {
  position: absolute;
  color: var(--ink-soft);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.48rem;
  font-weight: 700;
  text-transform: uppercase;
}

.donut-mock span:nth-child(1) {
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
}

.donut-mock span:nth-child(2) {
  bottom: 20px;
  left: 10px;
}

.donut-mock span:nth-child(3) {
  right: 10px;
  bottom: 20px;
}

.trend-mock {
  display: flex;
  align-items: end;
  gap: 7px;
  min-height: 92px;
  padding: 10px;
  border-radius: var(--radius);
  background: #0d141c;
}

.trend-mock span {
  position: relative;
  flex: 1;
  border-radius: 5px 5px 0 0;
  background: linear-gradient(180deg, var(--sky), rgba(56, 189, 248, 0.24));
}

.trend-mock span::after {
  content: attr(data-label);
  position: absolute;
  right: 0;
  bottom: -16px;
  left: 0;
  color: var(--muted);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.46rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.trend-mock span:nth-child(1) {
  height: 42%;
}

.trend-mock span:nth-child(2) {
  height: 64%;
}

.trend-mock span:nth-child(3) {
  height: 52%;
}

.trend-mock span:nth-child(4) {
  height: 76%;
}

.trend-mock span:nth-child(5) {
  height: 58%;
}

.filter-row-mock {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 0.8fr);
  gap: 6px;
  margin-top: 10px;
}

.table-mock {
  display: grid;
  gap: 6px;
  margin-top: 10px;
}

.table-mock div {
  display: grid;
  grid-template-columns: 0.7fr 1.4fr 0.8fr;
  gap: 8px;
  align-items: center;
  min-height: 32px;
  padding: 7px 8px;
  border: 1px solid rgba(217, 226, 236, 0.1);
  border-radius: 6px;
  background: #0d141c;
}

.table-mock strong,
.table-mock em {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.table-mock strong {
  color: var(--ink-soft);
  font-size: 0.68rem;
}

.table-mock em,
.dashboard-side-mock em {
  color: var(--muted);
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 700;
}

.dashboard-side-mock {
  display: grid;
  align-content: start;
  gap: 9px;
}

.dashboard-side-mock span {
  min-height: 48px;
  padding: 8px;
  border-radius: 6px;
  background: linear-gradient(90deg, rgba(20, 184, 166, 0.18), rgba(255, 255, 255, 0.055));
}

.dashboard-side-mock span em {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.56rem;
  font-style: normal;
  font-weight: 700;
}

.mock-header {
  padding: 18px;
  border: 1px solid rgba(94, 234, 212, 0.22);
  border-radius: var(--radius);
  background: linear-gradient(135deg, #0b1118, #102333);
}

.mock-header span,
.mock-metrics span {
  color: var(--teal-strong);
  font-size: 0.68rem;
}

.mock-header strong {
  display: block;
  margin-top: 8px;
  color: var(--white);
  font-size: 1.45rem;
}

.mock-quicklinks,
.mock-card-row,
.mock-metrics {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

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

.mock-quicklinks span {
  display: grid;
  min-height: 58px;
  place-items: center;
  border: 1px solid rgba(217, 226, 236, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
  color: var(--ink-soft);
  text-align: center;
}

.mock-card-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mock-card-row span {
  min-height: 98px;
  border: 1px solid rgba(217, 226, 236, 0.12);
  border-top: 4px solid var(--teal);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #121d27, #0d141c);
}

.mock-card-row span:nth-child(2) {
  border-top-color: var(--sky);
}

.mock-card-row span:nth-child(3) {
  border-top-color: var(--violet);
}

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

.mock-metrics span {
  display: block;
  min-height: 86px;
  padding: 14px;
  border: 1px solid rgba(217, 226, 236, 0.12);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #121d27, #0d141c);
}

.mock-metrics strong {
  display: block;
  margin-bottom: 6px;
  color: var(--white);
  font-size: 1.8rem;
}

.mock-chart {
  height: 82px;
  margin-top: 14px;
  border: 1px solid rgba(217, 226, 236, 0.12);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(20, 184, 166, 0.72) 20%, transparent 20% 28%, rgba(56, 189, 248, 0.72) 28% 50%, transparent 50% 58%, rgba(245, 158, 11, 0.72) 58% 72%, transparent 72% 80%, rgba(139, 92, 246, 0.72) 80%),
    #0d141c;
}

.mock-table {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.mock-table span {
  height: 22px;
  border-radius: 6px;
  background: rgba(217, 226, 236, 0.12);
}

.mock-table span:nth-child(2),
.mock-table span:nth-child(4) {
  width: 82%;
}

.delivery-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.delivery-strip article {
  min-height: 168px;
  padding: 22px;
  border: 1px solid rgba(217, 226, 236, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
}

.delivery-strip span {
  color: var(--sky);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.78rem;
  font-weight: 700;
}

.delivery-strip strong {
  display: block;
  margin-top: 16px;
  font-size: 1.08rem;
}

.delivery-strip p {
  margin: 10px 0 0;
  color: var(--ink-soft);
}

.price-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.price-card.featured {
  border-color: rgba(20, 184, 166, 0.48);
  box-shadow: 0 24px 70px rgba(20, 184, 166, 0.12);
}

.price-card strong {
  display: block;
  color: var(--white);
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  line-height: 1;
}

.price-card p,
.website-grid p,
.why-grid p {
  margin: 0;
  color: var(--ink-soft);
}

.pricing-note {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
  color: var(--ink-soft);
}

.pricing-note p {
  margin: 0;
  padding: 20px;
  border: 1px solid rgba(217, 226, 236, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
}

.pricing-cta {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.service-hero-card span,
.service-detail-card span {
  color: var(--teal-strong);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
}

.service-page .site-header .brand,
.service-page .site-footer .brand {
  white-space: nowrap;
}

.service-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.62fr);
  gap: clamp(28px, 5vw, 58px);
  align-items: center;
  padding: clamp(58px, 8vw, 94px) clamp(20px, 5vw, 64px);
  background:
    radial-gradient(circle at 76% 18%, rgba(20, 184, 166, 0.18), transparent 34%),
    linear-gradient(115deg, #080d13 0%, #101820 50%, #0a171b 100%);
  border-bottom: 1px solid rgba(217, 226, 236, 0.12);
}

.service-hero h1 {
  max-width: 14ch;
}

.service-hero .lead {
  max-width: 720px;
}

.service-hero-card {
  padding: 24px;
  border: 1px solid rgba(217, 226, 236, 0.14);
  border-radius: var(--radius);
  background: linear-gradient(180deg, var(--surface-2), var(--surface));
  box-shadow: var(--shadow-tight);
}

.service-hero-card strong {
  display: block;
  margin-top: 14px;
  color: var(--white);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
}

.service-hero-card p {
  margin: 16px 0 0;
  color: var(--ink-soft);
}

.service-mini-visual {
  margin: 20px 0 0;
  aspect-ratio: 16 / 10;
  border: 2px solid rgba(248, 250, 252, 0.68);
  outline: 1px solid rgba(94, 234, 212, 0.3);
  outline-offset: 3px;
  border-radius: var(--radius);
  background: #05080c;
  box-shadow:
    0 0 0 1px rgba(7, 11, 16, 0.95),
    0 18px 44px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.service-mini-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #05080c;
}

.service-content {
  background:
    linear-gradient(180deg, #070b10 0%, #0b1118 100%);
}

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

.service-detail-card {
  min-height: 270px;
  padding: 24px;
  border: 1px solid rgba(217, 226, 236, 0.12);
  border-top: 5px solid var(--teal);
  border-radius: var(--radius);
  background: linear-gradient(180deg, var(--surface-2), var(--surface));
  box-shadow: var(--shadow-tight);
}

.service-detail-card:nth-child(2) {
  border-top-color: var(--sky);
}

.service-detail-card:nth-child(3) {
  border-top-color: var(--gold);
}

.service-detail-card ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  color: var(--ink-soft);
  font-weight: 700;
}

.service-detail-card li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 9px;
  border-radius: 999px;
  background: var(--teal);
  vertical-align: 2px;
}

.service-cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 24px;
  padding: 28px;
  border: 1px solid rgba(217, 226, 236, 0.14);
  border-radius: var(--radius);
  background: linear-gradient(135deg, #0f2c28 0%, #0b1118 62%, #101820 100%);
}

.service-cta-band p {
  max-width: 700px;
  margin: 10px 0 0;
  color: var(--ink-soft);
}

.engagements {
  background: #0b1118;
}

.engagement-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.engagement-grid article {
  min-height: 260px;
  padding: 26px;
  background: linear-gradient(180deg, var(--surface-2), var(--surface));
}

.process ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-grid {
  counter-reset: process-step;
}

.process li {
  min-height: 190px;
  padding: 24px;
  border: 1px solid rgba(217, 226, 236, 0.13);
  border-top: 5px solid var(--teal);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(20, 184, 166, 0.07), transparent 48%),
    linear-gradient(180deg, var(--surface-2), var(--surface));
  box-shadow: var(--shadow-tight);
}

.process li:nth-child(2),
.process li:nth-child(5) {
  border-top-color: var(--sky);
}

.process li:nth-child(3),
.process li:nth-child(6) {
  border-top-color: var(--gold);
}

.process li::before {
  counter-increment: process-step;
  content: "0" counter(process-step);
  display: block;
  margin-bottom: 18px;
  color: var(--sky);
  font-family: "JetBrains Mono", monospace;
  font-weight: 700;
}

.process strong,
.process span {
  display: block;
}

.process strong {
  margin-bottom: 12px;
  font-size: 1.2rem;
}

.contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(50px, 7vw, 78px) clamp(20px, 5vw, 64px);
  background: linear-gradient(135deg, #0f2c28 0%, #0b1118 62%, #101820 100%);
  border-top: 1px solid rgba(217, 226, 236, 0.12);
}

.about-section {
  background:
    radial-gradient(circle at 12% 12%, rgba(56, 189, 248, 0.09), transparent 30%),
    #0b1118;
}

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

.faq-list details {
  border: 1px solid rgba(217, 226, 236, 0.14);
  border-radius: var(--radius);
  background: linear-gradient(180deg, var(--surface-2), var(--surface));
}

.faq-list summary {
  cursor: pointer;
  padding: 20px 22px;
  font-weight: 800;
}

.faq-list p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--ink-soft);
}

.quote-section {
  background:
    radial-gradient(circle at 18% 4%, rgba(56, 189, 248, 0.12), transparent 32%),
    linear-gradient(135deg, #0f2c28 0%, #0b1118 60%, #070b10 100%);
  border-top: 1px solid rgba(217, 226, 236, 0.12);
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid rgba(217, 226, 236, 0.14);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(rgba(94, 234, 212, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(94, 234, 212, 0.026) 1px, transparent 1px),
    rgba(7, 11, 16, 0.72);
  background-size: 28px 28px, 28px 28px, auto;
  box-shadow: var(--shadow-tight);
}

.quote-form label {
  display: grid;
  gap: 8px;
  color: var(--ink-soft);
  font-weight: 800;
}

.optional-note {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  border: 1px solid rgba(217, 226, 236, 0.16);
  border-radius: var(--radius);
  background: #070b10;
  color: var(--ink);
  font: inherit;
  padding: 13px 14px;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  outline: 2px solid rgba(94, 234, 212, 0.32);
  border-color: rgba(94, 234, 212, 0.52);
}

.quote-form textarea {
  resize: vertical;
}

.form-helper {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.form-helper a {
  color: var(--teal-strong);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.full-span,
.quote-form button {
  grid-column: 1 / -1;
}

.contact h2 {
  max-width: 760px;
}

.contact p:last-child {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.site-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  padding: 34px clamp(20px, 5vw, 64px);
  border-top: 1px solid rgba(217, 226, 236, 0.12);
  background: #05080c;
}

.work-section > .button,
.work-section .demo-section-actions .button {
  box-shadow: 0 14px 34px rgba(20, 184, 166, 0.13);
}

.work-section > .button::after,
.work-section .demo-section-actions .button::after {
  content: "  >";
  color: var(--teal-strong);
}

.site-footer p {
  max-width: 620px;
  margin: 16px 0 0;
  color: var(--muted);
  font-weight: 700;
}

.site-footer nav {
  justify-content: flex-end;
  flex-wrap: wrap;
}

.site-footer .footer-services {
  max-width: 640px;
}

@media (max-width: 980px) {
  .proof-band,
  .service-hero,
  .split-head {
    grid-template-columns: 1fr;
  }

  h1 {
    max-width: 16ch;
    font-size: 2.55rem;
  }

  h2 {
    font-size: 3rem;
  }

  .hero {
    gap: 28px;
    min-height: calc(74vh - 69px);
    padding-top: 40px;
    padding-bottom: 34px;
  }

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

  .hero-actions {
    margin-top: 18px;
  }

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

  .service-grid,
  .six-grid,
  .pricing-grid,
  .website-grid,
  .why-grid,
  .dashboard-grid,
    .variation-card,
    .engagement-grid,
    .case-study-grid,
    .service-detail-grid,
    .process ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .pricing-note,
  .delivery-strip,
  .quote-form {
    grid-template-columns: 1fr;
  }

  .capabilities span:nth-child(3n) {
    border-right: 0;
  }
}

@media (max-width: 860px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 44px;
  }

  .hero-console {
    position: static;
    width: auto;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 0;
  }

  .product-demo-card {
    grid-template-columns: 1fr;
    grid-template-areas:
      "head"
      "summary"
      "sample"
      "features"
      "visual"
      "proof"
      "final";
  }

  .demo-card-head {
    flex-direction: column;
  }

  .custom-banner {
    grid-template-columns: 1fr;
  }

  .featured-demo-callout {
    grid-template-columns: 1fr;
  }

  .dashboard-motion-highlight {
    grid-template-columns: 1fr;
  }

  .example-data-note {
    grid-template-columns: 1fr;
  }

  .portal-analytics {
    grid-template-columns: 1fr;
  }`r`n
  .demo-proof-list {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 700px) {
  .site-header,
  .contact,
  .service-cta-band,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  nav {
    width: 100%;
    flex-wrap: wrap;
    gap: 12px;
  }

  .metrics,
  .service-grid,
  .six-grid,
  .pricing-grid,
  .website-grid,
  .why-grid,
    .dashboard-grid,
    .variation-card,
    .engagement-grid,
    .delivery-strip,
    .case-study-grid,
    .service-detail-grid,
    .capabilities,
    .process ol {
    grid-template-columns: 1fr;
  }

  .metrics div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .metrics div:last-child {
    border-bottom: 0;
  }

  .capabilities span {
    min-height: 72px;
    border-right: 0;
    border-bottom: 1px solid rgba(217, 226, 236, 0.18);
  }

  .capabilities span:last-child {
    border-bottom: 0;
  }

  .hero {
    padding-top: 34px;
    padding-bottom: 32px;
  }

  .hero-shortcuts,
  .hero-console div {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 2.55rem;
  }

  h2 {
    font-size: 2.35rem;
  }

  .lead,
  .proof-copy p:last-child,
  .contact p:last-child,
  .section-head p:last-child {
    font-size: 1rem;
  }

  .button {
    width: 100%;
  }

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