/* metric-adjusted fallbacks: do not alter without recomputing against the woff2 files.
   The weight ranges must span the real faces, or the swap faux-bolds every heavier run. */
@font-face {
  font-family: 'Space Grotesk Fallback';
  src: local('Arial');
  font-weight: 500 700;
  size-adjust: 110.89%;
  ascent-override: 88.74%;
  descent-override: 26.33%;
  line-gap-override: 0%;
}
@font-face {
  font-family: 'Archivo Fallback';
  src: local('Arial');
  font-weight: 300 600;
  size-adjust: 98.81%;
  ascent-override: 88.86%;
  descent-override: 21.25%;
  line-gap-override: 0%;
}
@font-face {
  font-family: 'JetBrains Mono Fallback';
  src: local('Courier New');
  font-weight: 400 500;
  size-adjust: 99.98%;
  ascent-override: 102.02%;
  descent-override: 30%;
  line-gap-override: 0%;
}

@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/assets/fonts/space-grotesk-v22-latin-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/space-grotesk-v22-latin-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/assets/fonts/archivo-v25-latin-300.woff2') format('woff2');
}
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/archivo-v25-latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/assets/fonts/archivo-v25-latin-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/assets/fonts/archivo-v25-latin-600.woff2') format('woff2');
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/jetbrains-mono-v24-latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/assets/fonts/jetbrains-mono-v24-latin-500.woff2') format('woff2');
}

/* █ is outside every subset above; this face covers that codepoint only. */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  unicode-range: U+2588;
  src: url('/assets/fonts/jetbrains-mono-symbols.woff2') format('woff2');
}

/*
  style.css TOC (ecdev-labs)
  1. @font-face + fallbacks (above)
  2. :root tokens — color, type, space, motion
  3. Base / reset / typography
  4. Layout shells (nav, main, footer, skip-link)
  5. Hero + trust strip + terminal
  6. Services / cases / forms / FAQ
  7. Theme pair (data-bs-theme light=lifted-dark, dark=deep)
  8. Motion + prefers-reduced-motion
  9. Breakpoints
  Keep selectors in this file; no build step. Tokens first, then components.
*/

:root {
  --bg: #13161b;
  --bg-rgb: 19, 22, 27;
  --bg-alt: #1a1e25;
  --surface: #21262e;

  --text: #d9e3ed;
  --muted: #b8cadb;
  --muted-dim: #8aa0b6;

  --teal: #34a8bd;
  --teal-bright: #48bccf;
  --teal-cta: #157e90;
  --accent-rgb: 52, 168, 189;

  --green: #3ddc84;
  --green-rgb: 61, 220, 132;
  --steel: #b0b4ba;
  --steel-border: #43484e;
  --amber: #e0a15c;
  --amber-rgb: 224, 161, 92;
  --orchid: #c0a3e2;
  --orchid-rgb: 192, 163, 226;

  --error: #e08a8a;
  --error-rgb: 224, 138, 138;

  --teal-light: var(--teal-bright);
  --teal-dark: var(--teal-cta);
  /* darker teal-cta keeps white label AA */
  --teal-cta-hover: color-mix(in srgb, var(--teal-cta) 88%, var(--pure-black) 12%);
  --dark: var(--bg);
  --dark-3: var(--surface);
  --muted-aa: var(--muted);

  --display: 'Space Grotesk', 'Space Grotesk Fallback', sans-serif;
  --font-body: 'Archivo', 'Archivo Fallback', sans-serif;
  --mono: 'JetBrains Mono', 'JetBrains Mono Fallback', monospace;

  --bs-primary: #34a8bd;
  --bs-body-bg: var(--bg);
  --bs-body-color: #d9e3ed;
  --bs-border-color: rgba(255, 255, 255, 0.14);
  --bs-link-color: #34a8bd;
  --bs-link-hover-color: #48bccf;
  --bs-link-color-rgb: 52, 168, 189;
  --bs-link-hover-color-rgb: 72, 188, 207;

  --fs-h1: clamp(32px, 1.3rem + 2.6vw, 52px);
  --lh-h1: 1.08;
  --ls-h1: -0.02em;

  --fs-h2: clamp(22px, 2.2vw, 32px);
  --lh-h2: 1.12;
  --ls-h2: -0.015em;

  --fs-h3: clamp(19px, 1.9vw, 24px);
  --lh-h3: 1.3;
  --ls-h3: 0em;

  --fs-body: 16px;
  --lh-body: 1.65;

  --fs-lead: clamp(17px, 1.5vw, 19px);
  --lh-lead: 1.6;

  --fs-body-lg: var(--fs-lead);
  --lh-body-lg: var(--lh-lead);

  --fs-small: 14px;

  --fs-label: 12.5px;
  --ls-label: 0.08em;

  --border: rgba(255, 255, 255, 0.09);
  --border-strong: rgba(255, 255, 255, 0.14);
  /* --focus tracks --teal-bright across theme lift */
  --focus: var(--teal-bright);

  --border-card: var(--border);
  --border-card-md: rgba(255, 255, 255, 0.11);
  --border-card-hi: var(--border-strong);
  --border-hover: rgba(var(--accent-rgb), 0.4);
  --border-section: var(--border);

  --dot-grid: rgba(255, 255, 255, 0.05);
  --panel-tint: rgba(255, 255, 255, 0.04);
  --nav-shadow: rgba(0, 0, 0, 0.4);
  --dropdown-shadow: rgba(0, 0, 0, 0.5);
  --mobile-cta-shadow: rgba(0, 0, 0, 0.45);
  --on-accent: #fff;
  --pure-black: #000;

  --terminal-bg: rgba(8, 17, 30, 0.88);
  --terminal-border: rgba(52, 168, 189, 0.25);
  --terminal-shadow: rgba(0, 0, 0, 0.45);
  --terminal-chrome-bg: rgba(255, 255, 255, 0.04);
  --terminal-chrome-border: rgba(255, 255, 255, 0.08);
  --terminal-dot-1: rgba(255, 255, 255, 0.2);
  --terminal-dot-2: rgba(255, 255, 255, 0.13);
  --logo-plate-bg: rgba(255, 255, 255, 0.9);
  --logo-plate-invert-bg: rgba(9, 17, 25, 0.92);
  --logo-plate-invert-border: rgba(255, 255, 255, 0.09);

  /* plate ink stays fixed; must not follow page theme */
  --plate-ink: #48bccf;
  --plate-muted: #b8cadb;
  --plate-dim: #8aa0b6;
  --plate-accent-rgb: 52, 168, 189;

  --figure-plate-bg: #1a1e25;
  --figure-plate-border: rgba(255, 255, 255, 0.09);

  --radius-s: 0;
  --radius-m: 2px;
  --radius-l: 4px;

  --sec-y-lg: 104px;

  --shadow-rest: none;
}

/* scheme from data-bs-theme only; no prefers-color-scheme */
html[data-bs-theme='dark'] {
  color-scheme: dark;
}

html[data-bs-theme='light'] {
  --bg: #20252e;
  --bg-rgb: 32, 37, 46;
  --bg-alt: #272d37;
  --surface: #323945;
  --text: #e0e8f1;
  --muted: #c2d2e0;
  --muted-dim: #9aadc0;
  --teal: #4cbace;
  --teal-bright: #6cc9d9;
  color-scheme: dark;
}

/* no :root --case; each consumer carries its fallback */
[data-case='fleet-saas'] {
  --case: var(--amber);
  --case-rgb: var(--amber-rgb);
  --case-plate-rgb: 224, 161, 92;
}
[data-case='logistics-hub'] {
  --case: var(--green);
  --case-rgb: var(--green-rgb);
  --case-plate-rgb: 61, 220, 132;
}
[data-case='cloud-mobile'] {
  --case: var(--orchid);
  --case-rgb: var(--orchid-rgb);
  --case-plate-rgb: 192, 163, 226;
}

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

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

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

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  /* a weight with no real face must fail visibly, not get faux-bolded */
  font-synthesis-weight: none;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}

strong {
  font-weight: 600;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: radial-gradient(circle, var(--dot-grid) 1px, transparent 1px);
  background-size: 34px 34px;
  pointer-events: none;
  z-index: 0;
  opacity: 0.6;
}

main {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

/* on viewports taller than the page, the slack opens ABOVE the closing block,
   so the cta-band stays glued to the footer instead of drifting away from it */
main > .cta-band {
  margin-top: auto;
}

main,
section,
footer,
nav {
  position: relative;
  z-index: 1;
}

a {
  color: inherit;
}

h1,
h2,
h3 {
  font-family: var(--display);
  text-wrap: balance;
}
h3 {
  font-weight: 500;
}
p,
li {
  text-wrap: pretty;
}

.offer-price,
.trust-strip,
.trust-pill {
  font-variant-numeric: tabular-nums;
}

.label {
  text-wrap: balance;
}

.container {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 40px;
}

@media (max-width: 1024px) {
  .container {
    padding-inline: 32px;
  }
}

@media (max-width: 767px) {
  .container {
    padding-inline: 20px;
  }
}

section {
  padding-block: 104px;
}

@media (max-width: 1023px) {
  section {
    padding-block: 80px;
  }
}

@media (max-width: 767px) {
  section {
    padding-block: 64px;
  }

  section:has(> .container > .offers-grid),
  section:has(> .container > [class*='teaser-grid']) {
    padding-block: var(--sec-y-lg);
  }
}

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

:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 3px;
  border-radius: var(--radius-s);
}

.btn:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 2000;
  background: var(--teal-dark);
  color: var(--on-accent);
  padding: 10px 16px;
  border-radius: 0 0 var(--radius-m) 0;
  font-size: 14px;
}
.skip-link:focus-visible {
  left: 0;
}

.form-control,
.form-select {
  background-color: var(--surface);
  color: var(--text);
  border-color: var(--border-strong);
  border-radius: var(--radius-m);
  min-height: 44px;
  padding-block: 10px;
}

.form-control::placeholder {
  color: var(--muted-dim);
}

.field-label {
  display: block;
  margin-bottom: 6px;
  font-size: var(--fs-small);
  font-weight: 600;
  color: var(--muted-aa);
}

.form-control.is-invalid,
.form-select.is-invalid {
  border-color: var(--error);
}

.form-control.is-valid,
.form-select.is-valid {
  border-color: rgba(var(--accent-rgb), 0.5);
}

.field-error {
  margin: 6px 0 0;
  font-size: var(--fs-small);
  color: var(--error);
}

.form-control:focus,
.form-select:focus {
  background: var(--surface);
  color: var(--text);
  border-color: var(--teal);
  box-shadow: 0 0 0 0.25rem rgba(var(--accent-rgb), 0.18);
}

.form-control.is-invalid:focus,
.form-select.is-invalid:focus {
  border-color: var(--error);
  box-shadow: 0 0 0 0.25rem rgba(var(--error-rgb), 0.18);
}

.brand-mark {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--text);
}

.site-nav {
  min-height: 72px;
  padding-block: 14px;
  z-index: 100;
  transition:
    background 0.25s ease,
    border-color 0.25s ease;
  border-bottom: 1px solid transparent;
}

.site-nav.scrolled {
  background: rgba(var(--bg-rgb), 0.9);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom-color: var(--border-strong);
  box-shadow: 0 1px 0 var(--nav-shadow);
}

.site-nav .navbar-nav .nav-link {
  font-size: 14px;
  font-weight: 400;
  position: relative;
  white-space: nowrap;
  transition:
    color 0.18s ease,
    opacity 0.18s ease;
}

.site-nav .navbar-nav .nav-link:not(.nav-cta) {
  min-height: 44px;
  display: flex;
  align-items: center;
}

.site-nav .navbar-nav .nav-link:not(.nav-cta) {
  color: var(--text);
}

.site-nav .navbar-nav .nav-link:not(.nav-cta)::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--teal-bright);
  transition: width 0.22s ease;
}

.site-nav .navbar-nav .nav-link:not(.nav-cta):hover,
.site-nav .navbar-nav .nav-link:not(.nav-cta):focus-visible {
  color: var(--text);
}

.site-nav .navbar-nav .nav-link:not(.nav-cta):hover::after,
.site-nav .navbar-nav .nav-link:not(.nav-cta):focus-visible::after {
  width: 100%;
}

.site-nav .navbar-nav .nav-link.active {
  opacity: 1;
  color: var(--teal-bright);
}

.site-nav .navbar-nav .nav-link.active::after {
  width: 100%;
}

.site-nav .nav-cta {
  min-height: 44px;
  align-items: center;
  padding: 8px 20px;
  font-size: var(--fs-small);
  font-weight: 600;
  letter-spacing: 0.02em;
  background: transparent;
  border: 1px solid rgba(var(--accent-rgb), 0.45);
  color: var(--teal-bright);
}

.site-nav .nav-cta:hover,
.site-nav .nav-cta:focus-visible {
  background: rgba(var(--accent-rgb), 0.1);
  border-color: var(--teal-bright);
  color: var(--teal-bright);
  text-decoration: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 3px;
}

.navbar-toggler {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991.98px) {
  .site-nav .navbar-collapse {
    background: rgba(var(--bg-rgb), 0.96);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    margin: 0 -12px;
    padding: 8px 12px 12px;
    border-top: 1px solid var(--border-strong);
    border-radius: 0 0 var(--radius-m) var(--radius-m);
  }

  .no-js .site-nav {
    position: relative !important;
    background: rgba(var(--bg-rgb), 0.98);
  }

  .no-js .site-nav .navbar-toggler {
    display: none;
  }
  .no-js .site-nav .navbar-collapse {
    display: block !important;
  }

  .nav-cta-item {
    width: 100%;
    margin-top: 12px;
  }

  .site-nav .nav-cta {
    display: block;
    width: 100%;
    text-align: center;
  }
}

body.nav-open {
  overflow: hidden;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 36px;
  border-radius: var(--radius-m);
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease;
  cursor: pointer;
  border: none;
  touch-action: manipulation;
}

@media (prefers-reduced-motion: no-preference) {
  .btn:active {
    transform: translateY(1px);
  }
}

.btn:hover,
.btn:focus,
.btn:focus-visible,
.btn-text:hover,
.btn-text:focus {
  text-decoration: none;
}

.btn-primary {
  background: var(--teal-dark);
  color: var(--on-accent);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:focus-visible {
  background: var(--teal-cta-hover);
  color: var(--on-accent);
  text-decoration: none;
}

.btn-primary:active {
  transform: scale(0.96);
}

.btn-outline {
  border: 1.5px solid var(--teal);
  color: var(--teal-bright);
  background: transparent;
}

.btn-outline:hover {
  background: rgba(var(--accent-rgb), 0.1);
  color: var(--teal-bright);
  border-color: var(--teal-bright);
}

.btn-outline:active {
  transform: scale(0.96);
}

.btn-ghost {
  border: 1px solid rgba(var(--accent-rgb), 0.27);
  color: var(--teal);
  padding: 12px 24px;
  font-size: var(--fs-body);
  background: transparent;
  transition:
    background 0.18s ease,
    border-color 0.18s ease;
}

.btn-ghost:hover {
  background: rgba(var(--accent-rgb), 0.09);
  border-color: rgba(var(--accent-rgb), 0.45);
  color: var(--teal-light);
}

.btn-ghost:active {
  transform: scale(0.96);
}

/* matches bootstrap's (0,2,0) .btn:disabled; style.css loads after it */
.btn:disabled {
  cursor: not-allowed;
  pointer-events: none;
  transform: none;
}

.btn-primary:disabled {
  background: var(--teal-cta);
  color: var(--on-accent);
  opacity: 0.6;
}

.btn-outline:disabled {
  background: transparent;
  border-color: var(--teal);
  color: var(--teal-bright);
  opacity: 0.6;
}

.btn-ghost:disabled {
  background: transparent;
  border-color: rgba(var(--accent-rgb), 0.27);
  color: var(--teal);
  opacity: 0.6;
}

.btn-text {
  display: inline-flex;
  align-items: center;
  color: var(--teal);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.18s ease;
}

.btn-text:hover {
  color: var(--teal-light);
}

a.btn-text {
  min-height: 44px;
  padding-block: 11px;
}

.section-head {
  margin-bottom: 8px;
}
.section-head.center {
  text-align: center;
}

.label {
  display: none;
}

.label .accent {
  color: var(--case, var(--green));
}

section h2 {
  font-size: var(--fs-h2);
  font-weight: 500;
  letter-spacing: var(--ls-h2);
  line-height: var(--lh-h2);
}

.related-title {
  font-size: var(--fs-h2);
  font-weight: 500;
  letter-spacing: var(--ls-h2);
  line-height: var(--lh-h2);
}

.section-sub {
  font-size: clamp(16px, 1.2vw, 17.5px);
  color: var(--muted-aa);
  margin-top: 12px;
  max-width: 62ch;
  line-height: var(--lh-body-lg);
}

.section-head.center .section-sub {
  margin-inline: auto;
}

#hero {
  min-height: min(100vh, 1000px);
  min-height: min(100dvh, 1000px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 128px 80px;
  text-align: center;
  overflow: hidden;
  position: relative;
  isolation: isolate;
}

#hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(ellipse 70% 60% at 80% 10%, rgba(var(--accent-rgb), 0.1) 0%, transparent 65%),
    radial-gradient(ellipse 55% 50% at 10% 85%, rgba(var(--accent-rgb), 0.06) 0%, transparent 60%),
    var(--dark);
}

#hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.015;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 300px 300px;
}

.hero-code {
  width: 100%;
  text-align: left;
  background: var(--terminal-bg);
  border: 1px solid var(--terminal-border);
  border-radius: var(--radius-m);
  box-shadow:
    0 16px 48px var(--terminal-shadow),
    0 0 32px rgba(var(--plate-accent-rgb), 0.08);
  overflow: hidden;
  animation: ecReveal 0.45s 0.45s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hc-chrome {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  background: var(--terminal-chrome-bg);
  border-bottom: 1px solid var(--terminal-chrome-border);
}

.hc-dots {
  display: flex;
  gap: 6px;
}

.hc-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.hc-dots span:nth-child(1) {
  background: var(--terminal-dot-1);
}
.hc-dots span:nth-child(2) {
  background: var(--terminal-dot-2);
}
.hc-dots span:nth-child(3) {
  background: rgba(var(--plate-accent-rgb), 0.65);
}

.hc-title {
  font-family: var(--mono);
  font-size: var(--fs-label);
  color: var(--plate-dim);
}

.hero-code pre {
  margin: 0;
  padding: 18px 22px 20px;
  font-family: var(--mono);
  font-size: clamp(12px, 1.3vw, 14px);
  line-height: 1.9;
  color: var(--plate-ink);
  white-space: pre-wrap;
  min-height: 12.6em;
}

@media (max-width: 767px) {
  .hero-code pre {
    font-size: var(--fs-label);
    padding: 14px 16px 16px;
  }

  .hero-code .hc-full {
    display: none;
  }

  #hero .hero-code pre {
    min-height: 10em;
  }
}

.hero-code .hc-nb {
  white-space: nowrap;
}

.hero-code .cursor {
  animation: ecCaret 1.1s steps(1) infinite;
}

@keyframes ecCaret {
  50% {
    opacity: 0;
  }
}

@media (max-width: 767px) {
  #hero {
    padding-block: 96px 48px;
  }

  #hero .lead {
    margin: 16px 0 24px;
  }

  #hero .badge {
    margin-bottom: 24px;
  }

  #hero .hero-columns {
    gap: 28px;
  }

  #hero .trust-strip {
    margin-top: 12px;
    margin-bottom: 8px;
  }
}

.hero-inner {
  max-width: 1200px;
  width: 100%;
  padding-inline: 40px;
  animation: ecReveal 0.45s 0.1s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@media (max-width: 1024px) {
  .hero-inner {
    padding-inline: 32px;
  }
}

@media (max-width: 767px) {
  .hero-inner {
    padding-inline: 20px;
  }
}

.hero-columns {
  display: flex;
  align-items: center;
  gap: 64px;
  text-align: left;
}

.hero-col-text {
  flex: 1 1 420px;
  min-width: 0;
}

.hero-col-text .hero-actions {
  justify-content: flex-start;
}

.hero-col-terminal {
  flex: 0 1 470px;
  width: 470px;
  min-width: 320px;
}

.hero-col-visual {
  flex: 0 1 470px;
  width: 470px;
  min-width: 320px;
}

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

@media (max-width: 991.98px) {
  .hero-col-visual {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .hero-columns {
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
  }

  .hero-col-text {
    flex: 1 1 auto;
  }

  .hero-col-terminal {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
  }
}

.badge {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  background: rgba(var(--accent-rgb), 0.1);
  border: 1px solid rgba(var(--accent-rgb), 0.27);
  border-radius: var(--radius-l);
  padding: 6px 16px;
  margin-bottom: 32px;
  font-size: var(--fs-label);
  color: var(--teal-light);
  font-family: var(--mono);
  font-weight: 500;
  letter-spacing: 0.08em;
  animation: ecReveal 0.45s 0.05s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.badge .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--teal-bright);
  flex-shrink: 0;
  animation: ecPulse 2s ease-in-out infinite;
}

.eyebrow-seg {
  white-space: nowrap;
}

@keyframes ecPulse {
  0%,
  100% {
    opacity: 0.6;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
}

@keyframes ecReveal {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

#hero h1 {
  font-size: var(--fs-h1);
  font-weight: 500;
  line-height: var(--lh-h1);
  letter-spacing: var(--ls-h1);
  margin-bottom: 8px;
}

.accent-word {
  color: var(--case, var(--teal-bright));
}

#hero .accent-word,
#sub-hero .accent-word {
  background: linear-gradient(135deg, var(--teal) 0%, var(--teal-bright) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (forced-colors: active) {
  #hero .accent-word,
  #sub-hero .accent-word {
    background: none;
    -webkit-text-fill-color: CanvasText;
  }
}

#hero .lead {
  font-size: var(--fs-body-lg);
  color: var(--muted-aa);
  max-width: 700px;
  margin: 24px 0 40px;
  line-height: var(--lh-body-lg);
}

.hero-alt-link {
  min-height: 44px;
  padding: 12px 8px;
  font-size: var(--fs-body);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 0;
  align-items: center;
  justify-content: center;
  font-family: var(--mono);
  font-size: var(--fs-label);
  color: var(--muted-aa);
  letter-spacing: 0.04em;
  margin-top: 16px;
  margin-bottom: 32px;
}

#hero .trust-strip {
  justify-content: flex-start;
}

.trust-item {
  white-space: nowrap;
}

.trust-sep {
  margin-inline: 10px;
  color: var(--teal);
  flex-shrink: 0;
}

@media (max-width: 899px) {
  .trust-sep {
    display: none;
  }
  .trust-strip {
    gap: 6px 16px;
    /* ES copy is longer; allow wrap so items never spill past the viewport. */
    max-width: 100%;
  }
  .trust-item {
    white-space: normal;
    max-width: 100%;
  }
}

@media (max-width: 479px) {
  .trust-strip {
    font-size: max(11px, 0.85em);
    letter-spacing: 0.02em;
  }
}

.service-panel-illus {
  display: block;
  width: 140px;
  height: 116px;
  margin-bottom: 20px;
  opacity: 0.9;
}

.service-page-illus {
  width: 100%;
  max-width: 420px;
  height: auto;
  margin: 0 auto;
  opacity: 0.95;
}

@media (max-width: 991.98px) {
  .service-page-illus {
    display: none;
  }
}

.service-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 62ch;
}

.service-list li {
  display: block;
  position: relative;
  padding-left: 26px;
  font-size: var(--fs-small);
  color: var(--text);
  line-height: 1.55;
}

.service-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 12px;
  height: 1px;
  background: var(--teal-light);
}

#sub-pricing .service-list li,
#service-scope .service-list li {
  max-width: 62ch;
}

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

.pillar {
  background: var(--dark-3);
  border: 1px solid var(--border-card);
  border-radius: var(--radius-m);
  padding: 24px;
  box-shadow: var(--shadow-rest);
  transition:
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.pillar:hover {
  box-shadow: inset 2px 0 0 0 var(--teal);
  border-color: var(--border-hover);
}

.pillar-title {
  font-weight: 600;
  font-size: 16px;
  color: var(--text);
  margin-bottom: 6px;
}

.pillar p {
  font-size: var(--fs-small);
  color: var(--muted-aa);
  line-height: 1.65;
  margin: 0;
}

@media (min-width: 992px) {
  .pillars-wide .pillar > div {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    column-gap: 40px;
    row-gap: 6px;
  }

  .pillars-wide .pillar-title {
    flex: 0 0 220px;
    margin-bottom: 0;
  }

  .pillars-wide .pillar p {
    flex: 1 1 400px;
    max-width: 62ch;
  }
}

.route-col {
  display: flex;
  align-items: flex-start;
  padding-top: 57px;
}

/* the trimmed bootstrap ships col-lg-* but not col-12 */
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.route-col--below {
  padding-top: 0;
}

.route-col--below .route-card {
  max-width: 62ch;
}

@media (min-width: 992px) {
  .pillars-2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .pillars-2col .pillar:last-child {
    grid-column: 1 / -1;
  }

  .pillars-2col .pillar:last-child p {
    max-width: 62ch;
  }
}

.route-col .route-card {
  width: 100%;
}

.route-card {
  background: var(--dark-3);
  border: 1px solid var(--border-card);
  border-radius: var(--radius-m);
  padding: 28px 24px;
  box-shadow: var(--shadow-rest);
}

.route-card h3 {
  font-size: var(--fs-h3);
  font-weight: 600;
  color: var(--text);
  margin: 0 0 12px;
}

.route-card p {
  font-size: var(--fs-small);
  color: var(--muted-aa);
  line-height: 1.65;
  margin: 0;
  max-width: 62ch;
}

.start-here-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 48px;
}

@media (max-width: 640px) {
  .start-here-grid {
    grid-template-columns: 1fr;
  }
}

.start-here-card {
  background: var(--dark-3);
  border: 1px solid var(--border-card);
  border-radius: var(--radius-m);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-decoration: none;
  color: inherit;
  box-shadow: var(--shadow-rest);
  transition:
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.start-here-card:hover {
  box-shadow: inset 2px 0 0 0 var(--teal);
  border-color: var(--border-hover);
  color: inherit;
}

.start-icon {
  font-family: var(--mono);
  font-size: var(--fs-small);
  color: var(--teal);
  letter-spacing: 0.06em;
}

.start-here-card h3 {
  font-size: var(--fs-h3);
  font-weight: 500;
  line-height: var(--lh-h3);
  letter-spacing: var(--ls-h3);
  color: var(--text);
}

.start-here-card p {
  font-size: var(--fs-small);
  color: var(--muted-aa);
  line-height: 1.65;
  flex: 1;
}

.hotfix-strip {
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--dark-3);
  border: 1px solid rgba(var(--accent-rgb), 0.22);
  border-radius: var(--radius-m);
  padding: 16px 24px;
  margin-top: 48px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.hotfix-strip-icon {
  font-family: var(--mono);
  font-size: 18px;
  color: var(--teal);
  flex-shrink: 0;
  line-height: 1;
}

.hotfix-strip-text {
  flex: 1;
  min-width: 200px;
}

.hotfix-strip-text > strong {
  display: block;
  font-size: var(--fs-small);
  font-weight: 600;
  color: var(--text);
  margin-bottom: 2px;
}

.hotfix-strip-text span {
  font-size: var(--fs-small);
  color: var(--muted-aa);
}

.hotfix-strip .btn-hotfix {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 8px 20px;
  background: transparent;
  border: 1px solid var(--teal);
  border-radius: var(--radius-s);
  color: var(--teal);
  font-size: var(--fs-small);
  font-family: var(--mono);
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
}

@media (prefers-reduced-motion: no-preference) {
  .hotfix-strip .btn-hotfix {
    transition:
      background 150ms ease-out,
      color 150ms ease-out;
  }
}

.hotfix-strip .btn-hotfix:hover {
  background: var(--teal);
  color: var(--dark);
}

.hotfix-strip .btn-hotfix:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 3px;
}

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

.offer-card {
  background: var(--dark-3);
  border: 1px solid var(--border-card-md);
  border-radius: var(--radius-m);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow: var(--shadow-rest);
  transition:
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.offer-card:hover {
  box-shadow: inset 2px 0 0 0 var(--teal);
  border-color: var(--border-hover);
}

.offer-type {
  font-family: var(--mono);
  font-size: var(--fs-label);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--teal-light);
}

.offer-card h3 {
  font-size: var(--fs-h3);
  font-weight: 500;
  line-height: var(--lh-h3);
  color: var(--text);
  margin: 0;
}

.offer-card > p {
  font-size: var(--fs-small);
  color: var(--muted-aa);
  line-height: 1.65;
  margin: 0;
}

.offer-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.offer-list li {
  font-size: var(--fs-small);
  color: var(--muted-aa);
  padding-left: 16px;
  position: relative;
  line-height: 1.5;
}

.offer-list li::before {
  content: '';
  position: absolute;
  left: 0;
  width: 8px;
  height: 1px;
  background: var(--teal);
  top: 0.7em;
}

.offer-price {
  font-size: var(--fs-label);
  color: var(--muted-dim);
  font-family: var(--mono);
  letter-spacing: var(--ls-label);
  text-transform: uppercase;
  margin-top: auto;
}

.offer-price-meta {
  font-size: var(--fs-small);
  color: var(--muted-aa);
  font-family: var(--mono);
  text-transform: none;
  letter-spacing: 0;
}

.offers-note {
  margin: 28px auto 0;
  max-width: 660px;
  text-align: center;
  font-size: var(--fs-body);
  line-height: 1.6;
  color: var(--muted-aa);
}

.price-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-top: 28px;
}

.price-row .offers-note {
  margin: 0;
}

.price-row--start {
  justify-content: flex-start;
}

.price-row + .hero-actions {
  margin-top: 36px;
}

@media (max-width: 767px) {
  .offer-card {
    padding: 22px 18px;
    gap: 12px;
  }
}

.mobile-cta {
  display: none;
}
@media (max-width: 991.98px) {
  .mobile-cta {
    display: flex;
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: max(16px, env(safe-area-inset-bottom));
    z-index: 90;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 20px;
    background: var(--teal-dark);
    color: var(--on-accent);
    font-weight: 600;
    font-size: var(--fs-small);
    text-decoration: none;
    border-radius: var(--radius-m);
    box-shadow: 0 8px 24px var(--mobile-cta-shadow);
    touch-action: manipulation;
    transition:
      opacity 0.25s ease,
      transform 0.25s ease,
      visibility 0s linear 0.25s;
  }
  .mobile-cta.is-hidden {
    opacity: 0;
    visibility: hidden;
    transform: translateY(130%);
    pointer-events: none;
  }
}

.reco-pointer {
  max-width: 680px;
  margin-inline: auto;
  margin-top: 40px;
  text-align: center;
  background: none;
  border: 0;
  border-top: 1px solid var(--border);
  border-radius: 0;
  padding: 28px 0 0;
}

.reco-pointer-label {
  display: block;
  font-family: var(--mono);
  font-size: var(--fs-label);
  letter-spacing: var(--ls-label);
  text-transform: uppercase;
  color: var(--muted-dim);
  margin-bottom: 10px;
}

.reco-pointer p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
  margin: 0 auto;
  max-width: 62ch;
}

.reco-pointer-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 24px;
}

.reco-quote {
  max-width: 46ch;
  margin: 0 auto 22px;
}

.reco-quote p {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(18px, 1.4vw, 21px);
  line-height: 1.45;
  letter-spacing: -0.015em;
  color: var(--text);
  max-width: none;
  margin: 0;
  text-wrap: balance;
}

.reco-quote footer {
  margin-top: 14px;
}

.reco-quote-name {
  font-weight: 600;
  font-size: 14px;
  color: var(--text);
}

.reco-quote-role {
  display: block;
  margin-top: 2px;
  font-family: var(--mono);
  font-size: var(--fs-label);
  color: var(--muted-dim);
}

@media (max-width: 767px) {
  .reco-pointer {
    padding: 24px 20px;
  }
}

.stack {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.stack span {
  font-size: var(--fs-label);
  color: var(--steel);
  border: 1px solid var(--steel-border);
  padding: 3px 10px;
  border-radius: var(--radius-m);
  font-family: var(--mono);
}

body[data-case] .stack span {
  color: var(--case);
  background: color-mix(in srgb, var(--case) 10%, transparent);
  border-color: rgba(var(--case-rgb), 0.22);
}

.collab-footnote {
  margin-top: 32px;
  margin-inline: auto;
  max-width: 52ch;
  text-align: center;
  font-size: var(--fs-small);
  color: var(--muted-aa);
}

/* text-decoration not border: padding grows the 44px target without shifting layout */
.inline-link {
  color: var(--teal);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(var(--accent-rgb), 0.35);
  text-underline-offset: 3px;
  padding-block: 6px;
  margin-block: -6px;
  transition: text-decoration-color 0.2s;
}

.inline-link:hover {
  text-decoration-color: var(--teal);
}

.founder-card {
  max-width: 560px;
  margin: 52px auto 0;
  background: var(--dark-3);
  border: 1px solid var(--border-card-md);
  border-radius: var(--radius-l);
  padding: 36px;
  text-align: center;
  box-shadow: var(--shadow-rest);
}

.avatar {
  position: relative;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, rgba(var(--accent-rgb), 0.27), rgba(var(--accent-rgb), 0.1));
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid rgba(var(--accent-rgb), 0.27);
  font-family: var(--mono);
  font-weight: 500;
  font-size: 22px;
  color: var(--text);
}

.avatar img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid color-mix(in srgb, var(--teal) 55%, transparent);
}

.founder-card h3 {
  font-size: var(--fs-h3);
  font-weight: 500;
}

.founder-role {
  font-size: var(--fs-small);
  color: var(--teal);
  margin-top: 4px;
  font-family: var(--mono);
  letter-spacing: 0.03em;
}

.founder-card p {
  font-size: var(--fs-small);
  color: var(--muted-aa);
  line-height: 1.7;
  margin: 16px 0 20px;
}

.founder-links {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.founder-links .btn {
  padding: 8px 18px;
  font-size: var(--fs-small);
  min-height: 44px;
}

.trust-pills-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.trust-pill {
  font-family: var(--mono);
  font-size: var(--fs-label);
  color: var(--muted-aa);
  letter-spacing: 0.06em;
  padding: 6px 14px;
  border: 1px solid var(--border-card-hi);
  border-radius: var(--radius-l);
  background: rgba(var(--accent-rgb), 0.06);
  white-space: nowrap;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 48px;
  max-width: 800px;
  margin-inline: auto;
}

.faq-item {
  border: 1px solid var(--border-card);
  border-radius: var(--radius-m);
  overflow: hidden;
  background: var(--dark-3);
  box-shadow: var(--shadow-rest);
}

.faq-item[open] {
  border-color: rgba(var(--accent-rgb), 0.27);
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  cursor: pointer;
  font-size: var(--fs-small);
  font-weight: 600;
  color: var(--text);
  list-style: none;
  gap: 16px;
  transition: background 0.18s ease;
  user-select: none;
}

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

.faq-question:hover {
  background: rgba(var(--accent-rgb), 0.04);
}

.faq-toggle {
  font-family: var(--mono);
  font-size: var(--fs-h3);
  color: var(--teal-bright);
  flex-shrink: 0;
  line-height: 1;
}

.faq-toggle::before {
  content: '+';
}
.faq-item[open] .faq-toggle::before {
  content: '−';
}

.faq-answer {
  padding: 4px 24px 20px;
}

.faq-answer p {
  font-size: var(--fs-small);
  max-width: 62ch;
  color: var(--muted-aa);
  line-height: 1.75;
  margin: 0;
}

.contact-wrap {
  max-width: 760px;
  margin: 0 auto;
}

.contact-lead {
  margin-top: 24px;
  font-size: var(--fs-lead);
  color: var(--muted-aa);
  text-align: left;
  max-width: 62ch;
}

#contact-form {
  margin-top: 48px;
}

#contact-form textarea {
  min-height: 140px;
}

.form-note {
  margin: 0;
  font-size: var(--fs-small);
  color: var(--muted-aa);
  max-width: 52ch;
}

.success {
  margin-top: 48px;
  text-align: center;
  background: rgba(var(--accent-rgb), 0.12);
  border: 1px solid rgba(var(--accent-rgb), 0.35);
  border-radius: var(--radius-l);
  padding: 48px;
}

.success .check {
  font-size: 40px;
  margin-bottom: 12px;
}

.success-title {
  font-size: var(--fs-h3);
  font-weight: 600;
  color: var(--teal-bright);
}

.success-sub {
  font-size: var(--fs-small);
  color: var(--muted-aa);
  margin-top: 8px;
}

.mailto-fallback {
  margin-top: 24px;
  text-align: left;
  font-size: var(--fs-small);
  color: var(--muted-aa);
  max-width: 52ch;
}

.mailto-fallback a {
  color: var(--teal);
  text-decoration: underline;
  text-underline-offset: 2px;
  font-family: var(--mono);
  padding-block: 6px;
  margin-block: -6px;
}

.form-error {
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: var(--radius-m);
  border: 1px solid rgba(var(--error-rgb), 0.35);
  background: rgba(var(--error-rgb), 0.08);
  color: var(--error);
  font-size: var(--fs-small);
}

.form-error a {
  color: inherit;
  text-decoration: underline;
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.legal-page {
  max-width: 720px;
  padding-top: 104px;
  padding-bottom: 80px;
}

.legal-page h1 {
  font-size: var(--fs-h2);
  line-height: var(--lh-h1);
  letter-spacing: var(--ls-h1);
  font-weight: 500;
  margin: 14px 0 18px;
}

.legal-content {
  margin-top: 32px;
  color: var(--muted-aa);
}

.legal-content h2 {
  margin-top: 32px;
  margin-bottom: 12px;
  font-size: var(--fs-h3);
  font-weight: 700;
  color: var(--text);
}

.legal-content p,
.legal-content li {
  font-size: var(--fs-body);
  line-height: 1.7;
  max-width: 62ch;
}

.legal-content ul {
  list-style: none;
  padding-left: 0;
}

.legal-content li {
  position: relative;
  padding-left: 20px;
}

.legal-content li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 10px;
  height: 1px;
  background: var(--teal-light);
}

.legal-content li + li {
  margin-top: 8px;
}

.legal-meta {
  color: var(--muted);
  font-family: var(--mono);
  font-size: var(--fs-label);
}

.site-footer {
  padding-top: 26px;
  padding-bottom: 26px;
  border-top: 1px solid var(--border-section);
}

.copy {
  font-size: var(--fs-small);
  color: var(--muted-aa);
  text-align: center;
}

.cross-link {
  font-family: var(--mono);
  font-size: var(--fs-label);
  color: var(--teal);
  text-decoration: none;
  transition: text-decoration-color 0.2s ease;
}

.cross-link:hover {
  text-decoration: underline;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding-bottom: 14px;
}

.footer-links a:not(.cross-link) {
  color: var(--muted-aa);
  font-size: var(--fs-small);
  text-decoration: none;
  transition: color 0.15s ease;
}

.footer-links a:not(.cross-link):hover,
.footer-links a:not(.cross-link):focus-visible {
  color: var(--teal-bright);
  text-decoration: underline;
}

.footer-sep {
  color: var(--muted-dim);
}

.footer-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding-bottom: 14px;
}

.footer-stack-label {
  font-family: var(--mono);
  font-size: var(--fs-label);
  letter-spacing: var(--ls-label);
  text-transform: uppercase;
  color: var(--muted-dim);
}

.stack-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 32px;
  max-width: 760px;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 860px) {
  .stack-strip {
    max-width: 364px;
  }
}

@media (max-width: 412px) {
  .stack-strip {
    max-width: 232px;
  }
}

.footer-stack-icon {
  display: block;
  width: 34px;
  height: 34px;
  fill: currentColor;
  filter: grayscale(1) opacity(0.55);
  transition:
    transform 0.15s ease,
    filter 0.2s ease;
}

.footer-stack li:hover .footer-stack-icon,
.footer-stack li:focus-within .footer-stack-icon {
  transform: translateY(-2px);
  filter: none;
}

.fs-php {
  color: #777bb4;
}
.fs-laravel {
  color: #ff2d20;
}
.fs-javascript {
  color: #f7df1e;
}
.fs-typescript {
  color: #3178c6;
}
.fs-nodedotjs {
  color: #5fa04e;
}
.fs-react {
  color: #61dafb;
}
.fs-python {
  color: #3776ab;
}
.fs-docker {
  color: #2496ed;
}
.fs-claude {
  color: #d97757;
}
.fs-openai {
  color: #8b7fd4;
}

.fs-openjdk,
.fs-cursor {
  color: var(--text);
}

.error-page {
  min-height: min(100vh - 228px, 620px);
  min-height: min(100dvh - 228px, 620px);
  display: flex;
  align-items: center;
  justify-content: center;
  /* no breadcrumbs here, so this block clears the fixed nav on its own */
  padding: 128px 24px 48px;
  text-align: center;
}

.error-inner h1 {
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
  letter-spacing: var(--ls-h2);
  font-weight: 500;
  margin: 16px 0 12px;
}

.error-inner p {
  color: var(--muted-aa);
  margin-bottom: 24px;
}

.js-anim [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.55s ease,
    transform 0.55s ease;
  animation: reveal-failsafe 0.5s ease 3s forwards;
}
.js-anim [data-reveal].visible {
  opacity: 1;
  transform: none;
  animation: none;
}
.js-anim [data-reveal]:focus-visible,
.js-anim [data-reveal]:focus-within {
  opacity: 1;
  transform: none;
  animation: none;
  transition-delay: 0s;
}
@keyframes reveal-failsafe {
  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 767px) {
  section {
    padding-inline: 20px;
  }

  .badge {
    font-size: var(--fs-label);
    letter-spacing: 0.04em;
    padding: 5px 12px;
    white-space: normal;
    text-align: center;
    max-width: 100%;
    word-break: break-word;
  }

  .hotfix-strip {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .hotfix-strip .btn-hotfix {
    width: 100%;
    justify-content: center;
  }

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

  .btn-primary,
  .btn-outline {
    min-height: 44px;
    touch-action: manipulation;
  }
}

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

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

  .badge .dot {
    animation: none;
  }
  .hero-inner,
  .badge {
    animation: none;
    opacity: 1;
    transform: none;
  }

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

  .pillar,
  .offer-card,
  .start-here-card {
    transition: none;
  }

  .hero-code .cursor {
    animation: none;
  }
}

/* theme block outranks :root; name the bump here or light mode loses it */
@media (prefers-contrast: more) {
  :root,
  html[data-bs-theme='light'] {
    --muted-dim: var(--muted);
  }
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown .dropdown-toggle {
  background: none;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  font-family: inherit;
}

.dropdown-caret {
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.18s ease;
  flex: none;
}

.nav-dropdown.open > .dropdown-toggle .dropdown-caret {
  transform: rotate(225deg) translateY(2px);
}

.nav-dropdown .dropdown-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 8px;
  min-width: 264px;
  background: var(--surface);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-m);
  box-shadow: 0 18px 44px var(--dropdown-shadow);
  z-index: 110;
}

.nav-dropdown.open > .dropdown-menu,
.no-js .nav-dropdown > .dropdown-menu {
  display: block;
}

.nav-dropdown .dropdown-item {
  display: block;
  padding: 10px 14px;
  border-radius: var(--radius-m);
  color: var(--text);
  font-size: var(--fs-small);
  font-weight: 400;
  text-decoration: none;
  transition:
    background 0.15s ease,
    color 0.15s ease;
}

.nav-dropdown .dropdown-item:hover,
.nav-dropdown .dropdown-item:focus-visible {
  background: rgba(var(--accent-rgb), 0.12);
  color: var(--teal-bright);
}

.nav-dropdown .dropdown-item.active {
  color: var(--teal-bright);
}

@media (min-width: 992px) {
  .nav-dropdown .dropdown-menu {
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 991.98px) {
  .nav-dropdown .dropdown-menu,
  .nav-dropdown.open > .dropdown-menu,
  .no-js .nav-dropdown > .dropdown-menu {
    position: static;
    border: none;
    background: transparent;
    box-shadow: none;
    padding: 0 0 4px 16px;
    min-width: 0;
  }
}

.site-nav .lang-dropdown .dropdown-toggle {
  gap: 8px;
  font-family: var(--mono);
  font-size: var(--fs-label);
  letter-spacing: 0.06em;
}

.lang-flag {
  flex: none;
  width: 16px;
  height: 12px;
  display: block;
  border-radius: 1px;
}

/* deliberately NOT .nav-dropdown — initNavDropdowns() binds every element carrying that class */
.theme-toggle {
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  padding-inline: 10px;
}

.nav-chrome {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  order: 2;
}

.site-nav .navbar-collapse {
  order: 3;
  flex-basis: 100%;
}

@media (min-width: 992px) {
  .nav-chrome {
    order: 3;
    margin-left: 8px;
  }

  .site-nav .navbar-collapse {
    order: 2;
    flex-basis: auto;
    flex-grow: 1;
  }
}

.nav-chrome .theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 42px;
  min-width: 44px;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius-m);
  color: inherit;
}

@media (min-width: 992px) {
  .nav-chrome .theme-toggle {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-color: transparent;
    padding-inline: 0;
  }
}

.theme-icon {
  flex: none;
  opacity: 0.85;
}

.theme-icon-moon {
  display: none;
}

html[data-bs-theme='light'] .theme-icon-sun {
  display: none;
}

html[data-bs-theme='light'] .theme-icon-moon {
  display: block;
}

/* the control is JS-only: nojs.js clears .no-js before first paint, so this never flashes */
.no-js .nav-chrome .theme-toggle {
  display: none;
}

.lang-dropdown .dropdown-menu {
  min-width: 76px;
}

.lang-dropdown .dropdown-item {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  font-family: var(--mono);
  letter-spacing: 0.06em;
}

.lang-dropdown span.dropdown-item {
  cursor: default;
}
.lang-dropdown span.dropdown-item:hover {
  background: none;
}

.breadcrumbs {
  padding-top: 100px;
  font-family: var(--mono);
  font-size: var(--fs-label);
}

.breadcrumbs ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  padding: 0;
  color: var(--muted-dim);
}

.breadcrumbs li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.breadcrumbs li + li::before {
  content: '›';
  color: var(--muted-dim);
}

.breadcrumbs a {
  display: inline-block;
  padding: 12px 0;
  margin: -12px 0;
  color: var(--muted-aa);
  text-decoration: none;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus-visible {
  color: var(--teal-bright);
  text-decoration: underline;
}

.breadcrumbs [aria-current='page'] {
  color: var(--text);
}

.page-hero {
  padding: 36px 0 8px;
}

.page-hero h1 {
  font-size: clamp(28px, 1.1rem + 2.2vw, 42px);
  line-height: 1.12;
  letter-spacing: var(--ls-h1);
  font-weight: 500;
  margin: 14px 0 18px;
}

.page-hero .lead {
  font-size: clamp(16px, 1.2vw, 17.5px);
  line-height: var(--lh-lead);
  color: var(--muted-aa);
  max-width: 62ch;
}

.page-hero .hero-note {
  font-family: var(--mono);
  font-size: var(--fs-small);
  line-height: 1.65;
  color: var(--muted-dim);
  max-width: 62ch;
  margin-top: 18px;
  padding-left: 14px;
  border-left: 1px solid var(--border);
}

.page-hero .hero-actions {
  margin-top: 26px;
}

.cta-band {
  text-align: left;
}

.cta-band .cta-band-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    'heading actions'
    'sub     actions';
  column-gap: 32px;
  row-gap: 12px;
  align-items: center;
  max-width: none;
  margin: 0;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-m);
  padding: 40px;
}

.cta-band .cta-band-inner h2 {
  grid-area: heading;
  font-size: clamp(22px, 1.9vw, 28px);
  line-height: 1.15;
}

.cta-band .cta-band-inner .section-sub {
  grid-area: sub;
  margin-top: 4px;
}

.cta-band-actions {
  grid-area: actions;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 14px;
  min-width: 0;
  margin-top: 0;
}

.cta-band-actions .btn {
  justify-content: center;
}

@media (max-width: 767px) {
  .cta-band .cta-band-inner {
    grid-template-columns: 1fr;
    grid-template-areas:
      'heading'
      'sub'
      'actions';
    padding: 28px 24px;
  }
}

.footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 22px;
  display: flex;
  justify-content: center;
}

.teaser-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}

@media (max-width: 991.98px) {
  .teaser-grid {
    grid-template-columns: 1fr;
    max-width: 560px;
  }
}

@media (min-width: 992px) {
  .teaser-grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.teaser-card {
  background: var(--dark-3);
  border: 1px solid var(--border-card);
  border-radius: var(--radius-m);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-decoration: none;
  color: inherit;
  box-shadow: var(--shadow-rest);
  transition:
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.teaser-card:hover,
.teaser-card:focus-visible {
  box-shadow: inset 2px 0 0 0 var(--teal);
  border-color: var(--border-hover);
  color: inherit;
}

.teaser-illus {
  align-self: flex-start;
}

.teaser-card h3 {
  font-size: var(--fs-h3);
  font-weight: 500;
  line-height: var(--lh-h3);
  color: var(--text);
}

.teaser-card p {
  font-size: var(--fs-small);
  color: var(--muted-aa);
  line-height: 1.65;
  flex: 1;
}

.audit-teaser {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 18px 20px;
  background: var(--dark-3);
  border: 1px solid var(--border-card);
  border-radius: var(--radius-m);
  text-decoration: none;
  color: inherit;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.audit-teaser:hover,
.audit-teaser:focus-visible {
  border-color: var(--border-hover);
  box-shadow: inset 2px 0 0 0 var(--teal);
  color: inherit;
}

.audit-teaser-name {
  font-weight: 600;
  font-size: var(--fs-small);
  color: var(--text);
}

.audit-teaser-price {
  font-family: var(--mono);
  font-size: var(--fs-small);
  color: var(--teal-bright);
}

/* must stay last: source order beats the earlier same-specificity :active rules */
@media (prefers-reduced-motion: reduce) {
  .btn:active,
  .btn-primary:active,
  .btn-outline:active,
  .btn-ghost:active {
    transform: none;
  }
}

/* the :not() list is load-bearing: this outranks the component classes inside */
section[id^='case-'] p:not(.section-sub):not(.pull-line):not(.lead) {
  max-width: 62ch;
  font-size: clamp(16px, 0.9rem + 0.25vw, 17px);
  line-height: 1.7;
}

.case-figure {
  width: min(1120px, calc(100% - 80px));
  margin: 56px auto;
  background: var(--figure-plate-bg);
  border: 1px solid var(--figure-plate-border);
  border-radius: var(--radius-m);
  padding: 24px;
}

@media (max-width: 1024px) {
  .case-figure {
    width: calc(100% - 64px);
  }
}

@media (max-width: 767px) {
  .case-figure {
    width: calc(100% - 40px);
    margin: 40px auto;
    padding: 14px;
  }
}

.case-figure img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid var(--figure-plate-border);
  border-radius: var(--radius-m);
}

.case-figure .route-line {
  font-family: var(--mono);
  font-size: var(--fs-label);
  color: var(--plate-muted);
  margin-bottom: 12px;
}

.case-figure figcaption {
  font-family: var(--mono);
  font-size: var(--fs-label);
  color: var(--plate-muted);
  max-width: 52ch;
  margin-top: 12px;
  line-height: 1.6;
}

body[data-case] .case-figure {
  border-color: rgba(var(--case-plate-rgb), 0.18);
}
body[data-case] .case-figure img {
  border-color: rgba(var(--case-plate-rgb), 0.14);
}

body[data-case] .service-list li::before {
  background: var(--case);
}

.case-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.case-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: var(--radius-m);
  padding: 24px;
  text-decoration: none;
  color: inherit;
  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.case-card:hover,
.case-card:focus-visible {
  border-color: rgba(var(--case-rgb, var(--accent-rgb)), 0.4);
  box-shadow: inset 2px 0 0 0 var(--case, var(--teal));
  color: inherit;
}

.case-card img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid var(--border);
  border-radius: var(--radius-m);
}

.case-card .route-line {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--muted-aa);
  margin-bottom: 0;
}

.case-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 8px;
  font-family: var(--mono);
  font-size: var(--fs-label);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--case, var(--green));
}

.case-card h2,
.case-card h3 {
  font-size: var(--fs-h3);
  font-weight: 500;
  line-height: var(--lh-h3);
  color: var(--text);
}

.case-card > p:not(.route-line) {
  font-size: var(--fs-small);
  color: var(--muted-aa);
  line-height: 1.65;
  flex: 1;
}

@media (min-width: 992px) {
  .case-card-grid {
    grid-template-rows: auto auto auto auto 1fr auto;
  }

  .case-card {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: 1 / -1;
  }

  .case-card > p:not(.route-line) {
    flex: none;
  }
}

@media (max-width: 991.98px) {
  .case-card-grid {
    grid-template-columns: 1fr;
    max-width: 560px;
    margin-inline: auto;
  }
}

.key-panel {
  background: var(--panel-tint);
  border: 1px solid var(--border);
  border-radius: var(--radius-l);
  padding: 24px 28px;
  margin-top: 24px;
}

.key-panel > :last-child {
  margin-bottom: 0;
}

.key-panel-teal {
  border-left: 2px solid var(--teal);
}
.key-panel-caveat {
  border-left: 2px solid var(--case, var(--amber));
}

.key-panel h3 {
  font-size: var(--fs-h3);
  line-height: var(--lh-h3);
  color: var(--text);
  margin-bottom: 10px;
}

.key-panel p + p {
  margin-top: 12px;
}
.key-panel .offer-list {
  margin-top: 14px;
}

@media (max-width: 767px) {
  .key-panel {
    padding: 20px;
  }
}

.pull-line {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(19px, 1.5vw, 22px);
  line-height: 1.3;
  letter-spacing: -0.015em;
  color: var(--case, var(--teal-bright));
  max-width: 34ch;
  margin: 32px 0;
  text-wrap: balance;
}

.org-strip {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px 18px;
  margin-top: 20px;
}

.org-strip-label {
  font-family: var(--mono);
  font-size: var(--fs-label);
  letter-spacing: var(--ls-label);
  text-transform: uppercase;
  color: var(--muted-dim);
}

.org-strip img {
  display: block;
  height: 34px;
  width: auto;
}

.org-strip > img {
  opacity: 0.85;
}

.org-chip {
  display: inline-flex;
  align-items: center;
  background: var(--logo-plate-bg);
  border-radius: var(--radius-m);
  padding: 5px 10px;
  opacity: 0.7;
}

h3,
.offer-card h3,
.teaser-card h3,
.start-here-card h3,
.founder-card h3,
.route-card h3 {
  font-weight: 500;
  letter-spacing: -0.012em;
}

.map-embed {
  display: block;
  position: relative;
  width: min(100%, 560px);
  aspect-ratio: 3 / 2;
  border: 1px solid var(--border);
  border-radius: var(--radius-l);
  overflow: hidden;
}

.map-embed img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  /* Both ecdev palettes are dark; invert the light OSM tiles to match. */
  filter: invert(0.92) hue-rotate(180deg) saturate(0.7);
}

.map-plate {
  width: 100%;
  margin: 0 auto 48px;
}

.map-plate .map-embed {
  width: 100%;
  height: 320px;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-m);
  background: var(--bg);
}

@media (max-width: 767px) {
  .map-plate .map-embed {
    height: 240px;
  }
}

.map-caption {
  max-width: 52ch;
  margin: 14px auto 0;
  font-size: var(--fs-small);
  color: var(--muted-dim);
  text-align: center;
}

.map-caption .inline-link,
.map-caption .map-credit {
  display: inline-block;
  margin-inline-start: 0.35em;
}

.map-caption .map-credit {
  color: var(--muted-dim);
}

@media (max-width: 767px) {
  .map-plate .map-embed {
    aspect-ratio: 4 / 3;
  }
}

section:has(> .container > .hotfix-strip:only-child) {
  padding-block: 44px;
}

.container > .hotfix-strip:only-child {
  margin-block: 0;
}

.brand-mark .logo-svg {
  height: 26px;
  width: auto;
  display: block;
}

.logo-svg .w-b  { fill: var(--green); }
.logo-svg .w-p  { fill: var(--teal); }
.logo-svg .w-i  { fill: var(--text); }
.logo-svg .w-mu { fill: var(--muted-dim); }

.site-nav .nav-cta { white-space: nowrap; }

@media (min-width: 992px) {
  .site-nav .lang-dropdown {
    margin-left: 14px;
    padding-left: 18px;
    border-left: 1px solid var(--border-strong);
  }
}

.site-nav .navbar-nav .nav-link:focus-visible,
#nav-lang-btn:focus-visible,
#nav-services-btn:focus-visible,
#nav-theme-btn:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 3px;
  box-shadow: none;
}

@media (min-width: 992px) {
  .site-nav .navbar-nav { gap: 0; }
  .site-nav .navbar-nav .nav-link { padding-inline: 14px; line-height: 1.3; }
  .lang-dropdown .dropdown-toggle {
    font-size: 14px;
    letter-spacing: 0.04em;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .site-nav .navbar-nav .nav-link { padding-inline: 6px; }
  .site-nav .nav-cta { padding-inline: 11px; font-size: 13px; }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
  .site-nav .navbar-nav .nav-link { padding-inline: 9px; }
  .site-nav .nav-cta { padding-inline: 13px; font-size: 14px; }
}

.navbar-toggler {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius-m);
  background: transparent;
}

.navbar-toggler .navbar-toggler-icon { display: none; }

.navbar-toggler::before,
.navbar-toggler::after {
  content: '';
  width: 18px;
  height: 1.5px;
  background: var(--muted);
  transition: transform 0.18s ease;
}

.navbar-toggler[aria-expanded='true']::before { transform: translateY(3.25px) rotate(45deg); }
.navbar-toggler[aria-expanded='true']::after  { transform: translateY(-3.25px) rotate(-45deg); }

@media (max-width: 991.98px) {
  .site-nav .navbar-nav .nav-link.active::after { display: none; }
  .site-nav .navbar-nav .nav-link.active {
    border-left: 2px solid var(--teal-bright);
    padding-left: 14px;
    margin-left: -16px;
  }
}

.nav-dropdown .dropdown-menu {
  border: 1px solid var(--border);
  border-radius: var(--radius-m);
  padding-block: 8px;
  inset-inline-start: 8px;
}

.nav-dropdown .dropdown-item {
  font-size: 15px;
  line-height: 1.4;
  padding: 9px 18px;
}

.dropdown-item .di {
  width: 14px;
  height: 14px;
  margin-right: 9px;
  vertical-align: -2px;
  fill: currentColor;
  opacity: 0.62;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding-inline: 4px;
}

.icon {
  vertical-align: -3px;
  margin-right: 6px;
  flex-shrink: 0;
}

/* caret on wrapper; mask-image on select would hide the control */
.select-wrap {
  position: relative;
  display: block;
}

.form-select {
  background-image: none;
}

.select-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: var(--muted-dim);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7'%3E%3Cpath d='M1 1.4 5 5.4l4-4' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7'%3E%3Cpath d='M1 1.4 5 5.4l4-4' fill='none' stroke='%23000' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 10px 7px;
  mask-size: 10px 7px;
  -webkit-mask-position: right 14px center;
  mask-position: right 14px center;
  pointer-events: none;
}

#offers .hero-actions,
.section-head.center ~ .hero-actions,
.error-inner .hero-actions,
.cta-band .hero-actions {
  justify-content: center;
}

.related-section .hero-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .related-section .hero-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

[class*='col-'] > .key-panel:only-child {
  height: 100%;
  margin-top: 0;
}

section[id^='case-'] .service-list li {
  font-size: var(--fs-body);
  line-height: 1.6;
  max-width: 62ch;
}

.case-card-tags span {
  border: 1px solid rgba(var(--case-rgb, var(--green-rgb)), 0.22);
  border-radius: var(--radius-s);
  padding: 2px 8px;
}

.case-card .route-line { font-size: var(--fs-label); }

.key-panel .offers-note {
  margin: 0;
  max-width: 52ch;
  text-align: left;
}

.hotfix-strip { align-items: flex-start; }
.hotfix-strip-icon { margin-top: 2px; }

.error-inner p {
  max-width: 52ch;
  margin-inline: auto;
}

.error-inner .cross-link {
  display: inline-block;
  margin-top: 24px;
  font-size: var(--fs-small);
  min-height: 44px;
  padding: 12px 8px;
}

.measure-cap { max-width: 62ch; }

.measure-cap:has(> .section-head) {
  max-width: none;
}

.measure-cap:has(> .section-head) > :not(.section-head):not(.pull-line) {
  max-width: 62ch;
}

section[id^='case-'] .row > .col-lg-8:has(> .section-head) {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}

.measure-cap:has(> .section-head) > .section-head,
section[id^='case-'] .section-head,
.container:has(> .service-list, > .measure-cap) > .section-head:not(.center) {
  border-bottom: 1px solid var(--border);
  padding-bottom: 22px;
  margin-bottom: 30px;
}

section[id^='case-'] .key-panel {
  max-width: 68ch;
}

.field-req {
  color: var(--teal);
  margin-left: 3px;
}

.field-opt {
  color: var(--muted-dim);
  font-weight: 400;
}

.consent-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.consent-row input[type='checkbox'] {
  width: 1.25rem;
  height: 1.25rem;
  min-width: 44px;
  min-height: 44px;
  margin-top: 0;
  flex-shrink: 0;
  accent-color: var(--teal);
}

.consent-row input[type='checkbox'].is-invalid {
  outline: 2px solid var(--error);
  outline-offset: 2px;
}

.consent-row label {
  font-size: var(--fs-small);
  color: var(--muted);
  line-height: 1.55;
}

.success .check {
  font-size: 0;
  line-height: 0;
  color: var(--teal-bright);
  margin-bottom: 12px;
}

.cta-band-mail {
  margin: 0;
  font-size: var(--fs-small);
  color: var(--muted-dim);
  text-align: center;
}

.cta-band-mail a {
  color: inherit;
  font-family: var(--mono);
  text-decoration: underline;
  text-underline-offset: 3px;
  padding-block: 6px;
  margin-block: -6px;
}

.cta-band-mail a:hover,
.cta-band-mail a:focus-visible {
  color: var(--teal-bright);
}

.org-chip-invert {
  background: var(--logo-plate-invert-bg);
  border: 1px solid var(--logo-plate-invert-border);
}

.founder-card p.founder-bio {
  text-align: left;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .site-nav .navbar-nav .nav-link { padding-inline: 4px; }
  .site-nav .nav-cta { padding-inline: 12px; font-size: 14px; }
  .site-nav .lang-dropdown { margin-left: 4px; padding-left: 4px; }
  .lang-dropdown .dropdown-toggle { font-size: 13px; }
  .brand-mark .logo-svg { height: 23px; }
}
