/* Self-hosted fonts (Law 25: no visitor IPs sent to Google; also faster).
   Variable woff2, latin + latin-ext subsets, downloaded from Google Fonts v20/v22. */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('/assets/fonts/manrope-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('/assets/fonts/manrope-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/assets/fonts/space-grotesk-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/assets/fonts/space-grotesk-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* ============================================================================
   Dynacom marketing site — bold 2026 design system (self-hosted static rebuild)
   Brand: orange #f47b20 + deep navy #0f172a, teal #14746f secondary accent.
   Language: layered aurora gradients, bento grids, gradient text, glass
   surfaces, line-art icon medallions, expressive-but-tasteful motion.
   ============================================================================ */

:root {
  /* ---- Brand ---- */
  --brand:              #f47b20;
  --brand-300:          #ff9a51;
  --brand-400:          #ff8f3e;
  --brand-600:          #e9660f;
  --brand-700:          #cf580a;
  --brand-ink:          #b0500c;
  --brand-50:           #fff4eb;

  --teal:               #14746f;
  --teal-600:           #0f5d59;
  --teal-300:           #4cb3ac;
  --teal-50:            #e6f4f3;

  /* ---- Ink / surfaces ---- */
  --ink:                #0a101c;
  --navy:               #0f172a;
  --navy-800:           #131c2b;
  --navy-700:           #1a2435;
  --navy-600:           #243042;

  --text:               #101a2e;
  --text-muted:         #475569;
  --text-soft:          #64748b;
  --text-light:         #94a3b8;

  --bg:                 #fbfaf7;
  --bg-tint:            #f5f2ec;
  --surface:            #ffffff;
  --surface-2:          #fbf8f3;
  --surface-glass:      rgba(255, 255, 255, 0.72);

  --border:             rgba(15, 23, 42, 0.09);
  --border-soft:        rgba(15, 23, 42, 0.06);
  --border-strong:      rgba(15, 23, 42, 0.16);

  /* ---- Back-compat tokens (referenced by inline styles across pages — keep!) ---- */
  --color-brand:        var(--brand-ink);
  --color-brand-dark:   var(--brand-600);
  --color-brand-light:  var(--brand-50);
  --color-accent:       var(--teal);
  --color-accent-soft:  var(--teal-50);
  --color-text:         var(--text);
  --color-text-muted:   var(--text-muted);
  --color-text-light:   var(--text-light);
  --color-bg:           var(--bg);
  --color-bg-soft:      var(--surface);
  --color-bg-dark:      var(--navy);
  --color-border:       var(--border);
  --color-card:         var(--surface);
  --color-surface-strong: var(--surface);
  --color-ink-inverse:  #f8fafc;
  --color-header-bg:    rgba(255, 255, 255, 0.85);
  --color-card-border:  var(--border-soft);
  --color-glowing-shadow: rgba(244, 123, 32, 0.12);

  /* ---- Typography ---- */
  --font-sans:    "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-display: "Space Grotesk", var(--font-sans);

  --fs-h1: clamp(2.55rem, 1.55rem + 3.4vw, 3.9rem);
  --fs-h2: clamp(1.95rem, 1.35rem + 2.1vw, 2.95rem);
  --fs-h3: clamp(1.3rem, 1.12rem + 0.7vw, 1.65rem);
  --fs-h4: clamp(1.1rem, 1.02rem + 0.35vw, 1.28rem);
  --fs-lede: clamp(1.05rem, 0.99rem + 0.4vw, 1.22rem);

  /* ---- Elevation ladder ---- */
  --shadow-xs: 0 1px 2px rgba(15, 23, 42, 0.05);
  --shadow-sm: 0 2px 6px rgba(15, 23, 42, 0.05), 0 1px 2px rgba(15, 23, 42, 0.04);
  --shadow-md: 0 10px 24px -6px rgba(15, 23, 42, 0.10), 0 4px 10px -4px rgba(15, 23, 42, 0.06);
  --shadow-lg: 0 24px 48px -16px rgba(15, 23, 42, 0.16), 0 10px 22px -10px rgba(15, 23, 42, 0.08);
  --shadow-xl: 0 40px 80px -24px rgba(15, 23, 42, 0.24), 0 16px 32px -16px rgba(15, 23, 42, 0.12);
  --shadow-brand: 0 18px 40px -12px rgba(233, 102, 15, 0.45);
  --shadow-teal:  0 18px 40px -12px rgba(15, 93, 89, 0.38);

  /* ---- Radii ---- */
  --radius-sm:   10px;
  --radius-md:   14px;
  --radius-card: 20px;
  --radius-lg:   26px;
  --radius-pill: 999px;

  /* ---- Gradients ---- */
  --gradient-brand:   linear-gradient(135deg, #ff963f 0%, #e9660f 100%);
  --gradient-brand-2: linear-gradient(135deg, #ffae62 0%, #f0671b 55%, #d9520a 100%);
  --gradient-teal:    linear-gradient(135deg, #2a9c95 0%, #0f5d59 100%);
  --gradient-ink:     linear-gradient(150deg, #18233a 0%, #0c1422 100%);
  --gradient-text:    linear-gradient(100deg, #f47b20 0%, #ff9a51 40%, #14746f 120%);
  --surface-blur:     saturate(160%) blur(16px);

  /* ---- Motion easings (Elevation layer, July 2026) ---- */
  --ease-out-expo:    cubic-bezier(0.16, 1, 0.3, 1);   /* signature settle */
  --ease-out-quint:   cubic-bezier(0.22, 1, 0.36, 1);  /* slightly softer settle */
  --ease-in-out-quart: cubic-bezier(0.76, 0, 0.24, 1); /* symmetric moves */

  /* ---- Letter-spacing steps (Elevation layer) ---- */
  --tracking-eyebrow: 0.18em; /* section eyebrows (widest step) */
  --tracking-label:   0.14em; /* uppercase labels / chips / meta */

  /* ---- Brand-tinted glow shadows (Elevation layer) ---- */
  --shadow-glow:      0 0 40px -8px rgba(244, 123, 32, 0.45);
  --shadow-glow-teal: 0 0 40px -8px rgba(20, 116, 111, 0.40);

  /* ---- Focus ---- */
  /* Radius-following two-layer ring: bg-colored offset + brand ring. */
  --focus-ring: 0 0 0 2px var(--bg), 0 0 0 4px var(--brand-600);

  --container-max: 1240px;
  --container-pad: 24px;
  --header-h: 76px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.65;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img, svg { max-width: 100%; }
img { height: auto; display: block; }
a { color: var(--brand-ink); text-decoration: none; transition: color .25s ease, opacity .25s ease; text-underline-offset: 0.14em; }
a:hover { color: var(--brand-700); }
button { cursor: pointer; font-family: inherit; border: none; background: none; padding: 0; color: inherit; }
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 .5em;
  font-weight: 700;
  line-height: 1.08;
  color: var(--text);
  text-wrap: balance;
  font-family: var(--font-display);
  letter-spacing: -0.018em;
}
h1 { font-size: var(--fs-h1); }
h2 { font-size: var(--fs-h2); }
h3 { font-size: var(--fs-h3); letter-spacing: -0.012em; }
h4 { font-size: var(--fs-h4); letter-spacing: -0.01em; }
p  { margin: 0 0 1.25em; text-wrap: pretty; }

/* ---------- Global focus-visible ---------- */
:where(a, button, input, textarea, select, summary, [tabindex]):focus-visible {
  outline: none;
  box-shadow: var(--focus-ring);
  border-radius: 6px;
}

/* ---------- Layout ---------- */
.container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--container-pad);
}
.section {
  padding: clamp(64px, 8vw, 104px) 0;
  position: relative;
}
.section--soft {
  background:
    radial-gradient(80% 60% at 85% 0%, rgba(20, 116, 111, 0.05), transparent 60%),
    linear-gradient(180deg, var(--surface-2) 0%, #ffffff 100%);
}
.section--tint { background: var(--bg-tint); }
.section--dark {
  background:
    radial-gradient(70% 90% at 12% 0%, rgba(244, 123, 32, 0.20), transparent 55%),
    radial-gradient(60% 80% at 92% 100%, rgba(20, 116, 111, 0.20), transparent 55%),
    var(--gradient-ink);
  color: #eef2f8;
}
.section--dark h2, .section--dark h3, .section--dark h4 { color: #fff; }
.section--dark p { color: #c4ccd9; }

/* Section eyebrow + heading rhythm */
.section__eyebrow, .story-copy__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  color: var(--brand-ink);
  margin-bottom: 14px;
}
.section__eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background: var(--gradient-brand);
}
.section--dark .section__eyebrow { color: var(--brand-300); }

/* Gradient text accent */
.gradient-text, .text-gradient {
  background: var(--gradient-text);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* Aurora decorative layer (decoration only) */
.aurora { position: relative; isolation: isolate; }
.aurora::before {
  content: "";
  position: absolute;
  inset: -10% -5% auto -5%;
  height: 120%;
  z-index: -1;
  background:
    radial-gradient(38% 50% at 18% 28%, rgba(244, 123, 32, 0.16), transparent 60%),
    radial-gradient(34% 46% at 84% 12%, rgba(20, 116, 111, 0.14), transparent 60%),
    radial-gradient(40% 50% at 70% 88%, rgba(255, 154, 81, 0.12), transparent 62%);
  filter: blur(8px);
  pointer-events: none;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 30px;
  border-radius: var(--radius-pill);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  border: 1.5px solid transparent;
  transition: transform .25s cubic-bezier(0.34, 1.4, 0.64, 1), box-shadow .25s ease, background .25s ease, color .2s ease, border-color .2s ease;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  will-change: transform;
}
.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(120px 60px at var(--mx, 50%) var(--my, 50%), rgba(255, 255, 255, 0.35), transparent 70%);
  opacity: 0;
  transition: opacity .3s ease;
  pointer-events: none;
}
.btn:hover::after { opacity: 1; }
.btn--primary {
  background: var(--gradient-brand);
  color: #fff !important;
  box-shadow: var(--shadow-brand);
}
.btn--primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 48px -12px rgba(233, 102, 15, 0.55);
}
.btn--primary:active { transform: translateY(-1px) scale(0.99); }
.btn--outline {
  background: var(--surface-glass);
  border-color: var(--border-strong);
  color: var(--text) !important;
  -webkit-backdrop-filter: var(--surface-blur);
  backdrop-filter: var(--surface-blur);
}
.btn--outline:hover {
  background: var(--brand-50);
  border-color: var(--brand);
  transform: translateY(-3px);
  color: var(--brand-700) !important;
}
.btn--ghost {
  background: transparent;
  color: var(--brand-700);
  padding: 9px 14px;
  border-radius: var(--radius-sm);
  font-weight: 600;
  gap: 7px;
}
.btn--ghost:hover { color: var(--brand-700); background: var(--brand-50); padding: 9px 14px; }
.btn--ghost .btn__arrow, .btn--ghost::after { transition: transform .25s ease; }
.btn--lg { padding: 17px 40px; font-size: 1.08rem; }
.section--dark .btn--outline { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.22); color: #fff !important; }
.section--dark .btn--outline:hover { background: rgba(255,255,255,0.16); border-color: rgba(255,255,255,0.4); }

/* ---------- Header / nav ---------- */
.site-header {
  position: sticky;
  top: 0;
  background: rgba(251, 250, 247, 0.78);
  -webkit-backdrop-filter: var(--surface-blur);
  backdrop-filter: var(--surface-blur);
  border-bottom: 1px solid var(--border-soft);
  z-index: 100;
  transition: background .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 30px -12px rgba(18, 25, 37, 0.12);
  border-color: var(--border);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 0;
  gap: 28px;
  position: relative;
}
.nav__logo { display: inline-flex; align-items: center; transition: transform .3s ease; min-height: 48px; }
.nav__logo:hover { transform: scale(1.02); }
.nav__logo img { height: 38px; width: auto; max-width: 220px; display: block; }
@media (max-width: 960px) { .nav__logo { min-height: 44px; } .nav__logo img { height: 34px; } }
@media (max-width: 540px) { .nav__logo { min-height: 40px; } .nav__logo img { height: 30px; max-width: 170px; } }
.nav__menu {
  display: flex; align-items: center; gap: 24px;
  list-style: none; margin: 0; padding: 0; flex: 1;
}
.nav__menu > li { position: relative; }
.nav__menu > li > a, .nav__menu > li > button {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--text); font-weight: 600; font-size: 0.95rem;
  padding: 12px 2px; transition: color .2s ease; white-space: nowrap;
  position: relative;
}
.nav__menu > li > a::after {
  content: ""; position: absolute; left: 2px; right: 2px; bottom: 6px; height: 2px;
  border-radius: 2px; background: var(--gradient-brand); transform: scaleX(0); transform-origin: left;
  transition: transform .25s ease;
}
.nav__menu > li > a:hover::after { transform: scaleX(1); }
.nav__menu > li > a:hover, .nav__menu > li > button:hover { color: var(--brand-700); }
.nav__menu > li.has-dropdown > button::after { content: "▾"; font-size: .7rem; opacity: .55; }
.nav__dropdown {
  position: absolute; top: calc(100% + 6px); left: -16px; min-width: 264px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--border); border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg); padding: 10px; list-style: none; margin: 0;
  opacity: 0; visibility: hidden; transform: translateY(-6px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  -webkit-backdrop-filter: var(--surface-blur); backdrop-filter: var(--surface-blur);
}
.nav__menu > li.has-dropdown:hover .nav__dropdown,
.nav__menu > li.has-dropdown:focus-within .nav__dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.nav__dropdown a { display: block; padding: 10px 14px; color: var(--text); border-radius: var(--radius-sm); font-size: .93rem; font-weight: 500; transition: background .15s ease, color .15s ease, padding .15s ease; }
.nav__dropdown a:hover { background: var(--brand-50); color: var(--brand-700); padding-left: 18px; }

.nav__lang { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; font-size: 0.85rem; color: var(--text); padding: 6px 10px; border-radius: var(--radius-sm); transition: background .2s ease; }
.nav__lang:hover { background: rgba(15,23,42,0.05); }
.nav__lang img { width: 20px; height: auto; display: block; border-radius: 2px; }
.nav__actions { display: flex; align-items: center; gap: 12px; }
.nav__phone {
  display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border-radius: var(--radius-pill);
  color: var(--text); background: var(--surface-glass); border: 1px solid var(--border);
  font-weight: 600; text-decoration: none; transition: border-color .2s ease, color .2s ease; white-space: nowrap;
}
.nav__phone:hover { color: var(--brand-700); border-color: rgba(244, 123, 32, 0.4); }
.nav__toggle {
  display: none; background: var(--surface-glass); border: 1px solid var(--border); padding: 8px;
  color: var(--text); border-radius: var(--radius-pill); width: 48px; height: 48px; align-items: center; justify-content: center;
}
.nav__toggle svg { width: 26px; height: 26px; }

@media (max-width: 1180px) {
  .nav__menu {
    display: none; position: absolute; top: 100%; left: 50%; right: auto; width: 100vw; max-width: 100vw;
    flex-direction: column; background: rgba(255, 255, 255, 0.98);
    -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px);
    padding: 28px 24px; gap: 6px; box-shadow: var(--shadow-lg); border-top: 1px solid var(--border); transform: translateX(-50%);
  }
  .nav__menu.is-open { display: flex; }
  .nav__menu > li { width: 100%; }
  .nav__menu > li > a, .nav__menu > li > button { font-size: 1.05rem; padding: 14px 0; border-bottom: 1px solid var(--border-soft); width: 100%; justify-content: flex-start; }
  .nav__menu > li > a::after { display: none; }
  .nav__menu > li:last-child > a, .nav__menu > li:last-child > button { border-bottom: none; }
  .nav__dropdown { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: none; padding: 0 0 4px 14px; background: transparent; margin-top: 0; display: none; }
  .nav__menu > li.has-dropdown.is-open .nav__dropdown { display: block; }
  .nav__toggle { display: inline-flex; }
  .nav__phone { display: none; }
  .nav__actions { margin-left: auto; }
}
@media (max-width: 720px) {
  .nav { gap: 12px; }
  .nav__actions > .btn { display: none; }
  .nav__toggle { width: 42px; height: 42px; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: calc(100svh - var(--header-h));
  display: flex; align-items: center;
  padding: clamp(24px, 4vw, 44px) 0 clamp(28px, 4vw, 48px);
  background:
    radial-gradient(48% 55% at 12% 18%, rgba(244, 123, 32, 0.14), transparent 60%),
    radial-gradient(42% 50% at 92% 6%, rgba(20, 116, 111, 0.12), transparent 58%),
    linear-gradient(180deg, #fbf6ef 0%, #ffffff 78%);
  overflow: hidden;
}
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  -webkit-mask-image: radial-gradient(70% 70% at 50% 35%, #000 0%, transparent 78%);
  mask-image: radial-gradient(70% 70% at 50% 35%, #000 0%, transparent 78%);
}
.hero__grid {
  display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(390px, 0.82fr);
  gap: clamp(32px, 4vw, 72px); align-items: center; position: relative; z-index: 1;
}
.hero__content { max-width: 660px; }
.hero__eyebrow {
  display: inline-flex; align-items: center; gap: 8px; padding: 8px 15px; border-radius: var(--radius-pill);
  background: var(--surface-glass); border: 1px solid var(--border);
  box-shadow: var(--shadow-sm); text-transform: uppercase; letter-spacing: 0.08em;
  font-size: 0.72rem; font-weight: 700; color: var(--brand-ink); margin-bottom: 16px;
  -webkit-backdrop-filter: var(--surface-blur); backdrop-filter: var(--surface-blur);
}
.hero__eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--brand); box-shadow: 0 0 0 3px rgba(244,123,32,0.18); }
.hero__title { font-size: clamp(2.3rem, 1.3rem + 3.2vw, 3.5rem); line-height: 1.04; margin-bottom: 16px; color: var(--text); max-width: 17ch; }
.hero__lede { font-size: var(--fs-lede); line-height: 1.6; color: var(--text-muted); margin-bottom: 22px; max-width: 56ch; }
.hero__cta { display: flex; gap: 16px; flex-wrap: wrap; }
.hero__meta { margin-top: 14px; font-size: 0.9rem; color: var(--text-muted); }
.hero__meta strong { color: var(--text); }
.hero__signals { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin: 18px 0 0; }
.hero__signal {
  position: relative; display: flex; flex-direction: column; gap: 3px; min-height: 0;
  padding: 13px 15px; border-radius: var(--radius-md); background: #f1f3f5;
  border: 1px solid var(--border); box-shadow: var(--shadow-sm); color: var(--text-muted); overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}
.hero__signal:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.hero__signal strong { font-size: 0.98rem; line-height: 1.15; }
.hero__signal small { color: var(--text-muted); font-size: 0.83rem; line-height: 1.35; }

.hero__image { position: relative; width: min(100%, 620px); margin-left: auto; }
.hero__scene { position: relative; min-height: 360px; }
.hero__device-frame {
  position: relative; width: min(100%, 520px); margin: 12px 0 0 auto; padding: 14px;
  border-radius: var(--radius-lg); background: var(--surface-glass);
  border: 1px solid rgba(255, 255, 255, 0.6); box-shadow: var(--shadow-xl);
  -webkit-backdrop-filter: var(--surface-blur); backdrop-filter: var(--surface-blur);
  transform-style: preserve-3d; transition: transform .2s ease;
}
.hero__device-frame::before {
  content: ""; position: absolute; inset: -1px; border-radius: inherit; padding: 1px; pointer-events: none;
  background: linear-gradient(140deg, rgba(244,123,32,0.6), rgba(20,116,111,0.4), transparent 60%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
}
.hero__device-frame img { width: 100%; border-radius: var(--radius-md); border: 1px solid var(--border); background: linear-gradient(180deg, #fff, #fff8f1); }
.hero__floating-card {
  position: absolute; max-width: 230px; padding: 15px 17px; border-radius: var(--radius-md);
  background: rgba(15, 23, 42, 0.92); color: #f7f4ef; box-shadow: var(--shadow-lg);
  z-index: 2; -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); font-size: 0.92rem;
}
.hero__floating-card strong { display: block; margin-bottom: 4px; }
.hero__floating-card p { margin: 0; font-size: 0.82rem; opacity: 0.85; line-height: 1.4; }
.hero__floating-card--top { top: 18px; left: -8px; animation: float-soft 6s ease-in-out infinite; }
.hero__floating-card--bottom { right: -8px; bottom: 8px; background: #fff; color: var(--text); border: 1px solid var(--border); animation: float-soft 6.6s ease-in-out infinite 1.4s; }
.hero__floating-card--bottom p { opacity: 0.7; }
.hero__floating-card:hover { animation-play-state: paused; }

@media (max-width: 960px) {
  .hero { min-height: auto; padding: 28px 0 52px; }
  .hero__grid { grid-template-columns: 1fr; gap: 28px; }
  .hero__content { padding-top: 12px; max-width: none; }
  .hero__title { max-width: none; }
  .hero__device-frame { margin: 0 auto; width: 100%; max-width: 480px; transform: none !important; }
  .hero__floating-card { display: none; }
  .hero__scene { min-height: 0; }
  .hero__image { width: 100%; margin: 0; }
}
@media (max-width: 720px) {
  .hero__signals { grid-template-columns: 1fr; gap: 10px; }
  .hero__signal { min-height: 0; flex-direction: row; align-items: baseline; gap: 8px; }
  .hero__cta .btn { width: 100%; }
}
/* Short desktop viewports (e.g. 1366×768 laptops): compact the hero so the
   full content — CTAs, signals and meta — fits above the fold without scroll. */
@media (min-width: 961px) and (max-height: 820px) {
  .hero { padding: 12px 0 16px; }
  .hero__eyebrow { margin-bottom: 10px; padding: 6px 13px; }
  .hero__title { font-size: clamp(1.95rem, 2.3vw, 2.65rem); line-height: 1.05; margin-bottom: 12px; max-width: 24ch; }
  .hero__lede { font-size: 1rem; line-height: 1.55; margin-bottom: 14px; }
  .hero__signals { margin-top: 12px; }
  .hero__signal { padding: 11px 13px; }
  .hero__meta { margin-top: 9px; }
  .hero__device-frame { margin-top: 0; }
}

/* ---------- Page hero (inner pages) ---------- */
.page-hero {
  position: relative; overflow: hidden;
  padding: clamp(72px, 9vw, 104px) 0 clamp(56px, 7vw, 76px);
  background:
    radial-gradient(40% 60% at 8% 0%, rgba(244, 123, 32, 0.13), transparent 58%),
    radial-gradient(36% 56% at 96% 14%, rgba(20, 116, 111, 0.12), transparent 56%),
    linear-gradient(180deg, #fbf6ef 0%, #ffffff 100%);
  border-bottom: 1px solid var(--border-soft);
}
.page-hero::after {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.03) 1px, transparent 1px);
  background-size: 40px 40px;
  -webkit-mask-image: radial-gradient(60% 90% at 30% 20%, #000, transparent 75%);
  mask-image: radial-gradient(60% 90% at 30% 20%, #000, transparent 75%);
}
.page-hero .container { position: relative; z-index: 1; max-width: 960px; }
.page-hero__breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-size: 0.84rem; color: var(--text-soft); margin-bottom: 18px; }
.page-hero__breadcrumb a { color: var(--text-soft); font-weight: 600; }
.page-hero__breadcrumb a:hover { color: var(--brand-700); }
.page-hero__breadcrumb span[aria-current] { color: var(--text); }
.page-hero__breadcrumb .sep { opacity: 0.5; }
.page-hero__eyebrow {
  display: inline-flex; align-items: center; gap: 8px; padding: 8px 15px; border-radius: var(--radius-pill);
  background: var(--surface-glass); border: 1px solid var(--border); box-shadow: var(--shadow-sm);
  text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.72rem; font-weight: 700; color: var(--brand-ink); margin-bottom: 18px;
}
.page-hero__eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--brand); }
.page-hero h1 { margin-bottom: 16px; font-size: clamp(2.2rem, 1.4rem + 3vw, 3.4rem); line-height: 1.04; }
.page-hero p { margin: 0; max-width: 60ch; color: var(--text-muted); font-size: var(--fs-lede); line-height: 1.6; }
@media (max-width: 720px) { .page-hero .container { padding: 0 22px; } }

/* ---------- Proof band ---------- */
.proof-band {
  display: flex; flex-wrap: wrap; gap: 14px 36px; align-items: center; margin-top: 28px;
  padding-top: 24px; border-top: 1px solid var(--border);
}
.proof-band__item { display: flex; flex-direction: column; gap: 2px; }
.proof-band__item strong { font-family: var(--font-display); font-size: 1.5rem; line-height: 1; color: var(--text); }
.proof-band__item span { font-size: 0.82rem; color: var(--text-soft); }

/* ---------- Intro band ---------- */
.intro { padding: clamp(48px, 6vw, 72px) 0; text-align: center; }
.intro h2 { max-width: 880px; margin: 0 auto 22px; }
.intro p { max-width: 800px; margin: 0 auto 16px; font-size: var(--fs-lede); line-height: 1.7; color: var(--text-muted); }
.intro p strong { color: var(--text); }

/* ---------- Stats ---------- */
.stats {
  padding: clamp(56px, 7vw, 76px) 0; color: #fff; position: relative; overflow: hidden;
  background:
    radial-gradient(60% 90% at 8% 0%, rgba(244, 123, 32, 0.26), transparent 55%),
    radial-gradient(55% 85% at 95% 100%, rgba(20, 116, 111, 0.26), transparent 55%),
    var(--gradient-ink);
}
.stats__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; position: relative; z-index: 1; }
.stat {
  display: flex; flex-direction: column; justify-content: center; text-align: center; padding: 28px 18px;
  border-radius: var(--radius-card); background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1); transition: transform .25s ease, background .25s ease;
}
.stat:hover { transform: translateY(-4px); background: rgba(255, 255, 255, 0.08); }
.stat__value { font-family: var(--font-display); font-size: clamp(2.4rem, 4vw, 3.4rem); font-weight: 700; line-height: 1; background: linear-gradient(135deg, #ffbe7e 0%, #f47b20 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; margin-bottom: 8px; }
.stat__label { font-size: .9rem; color: #c4ccd9; text-transform: uppercase; letter-spacing: .08em; font-weight: 600; }
@media (max-width: 900px) { .stats__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; } }
@media (max-width: 480px) { .stats__grid { grid-template-columns: 1fr; } }

/* ---------- Cards ---------- */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 26px; margin-top: 48px; }
@media (min-width: 980px) { .cards { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.card {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-card);
  overflow: hidden; transition: transform .28s cubic-bezier(0.2,0.7,0.2,1), box-shadow .28s ease, border-color .28s ease;
  position: relative; box-shadow: var(--shadow-sm); display: flex; flex-direction: column;
}
.card:hover { transform: translateY(-6px); border-color: rgba(244, 123, 32, 0.32); box-shadow: var(--shadow-lg); }
.card__image { height: 188px; background: linear-gradient(180deg, var(--surface-2), #fff); overflow: hidden; border-bottom: 1px solid var(--border-soft); }
.card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.card:hover .card__image img { transform: scale(1.04); }
.card__body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.card__body h3 { margin-bottom: 12px; color: var(--text); font-size: 1.22rem; }
.card__body p { color: var(--text-muted); margin-bottom: 16px; line-height: 1.62; flex: 1; }

/* ---------- Bento grid ---------- */
.bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; margin-top: 48px; }
.bento__cell {
  position: relative; overflow: hidden; grid-column: span 2;
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-card);
  padding: 28px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; gap: 12px;
  transition: transform .28s cubic-bezier(0.2,0.7,0.2,1), box-shadow .28s ease, border-color .28s ease;
}
.bento__cell:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: rgba(244, 123, 32, 0.3); }
.bento__cell h3 { font-size: 1.2rem; margin: 0; }
.bento__cell p { margin: 0; color: var(--text-muted); font-size: 0.95rem; line-height: 1.6; }
.bento__cell .btn { align-self: flex-start; margin-top: auto; padding-left: 0; }
.bento__cell .btn--ghost:hover { padding-left: 14px; }
.bento__cell--wide { grid-column: span 3; }
.bento__cell--tall { grid-row: span 2; }
.bento__cell--feature { grid-column: span 4; }
.bento__cell--dark {
  color: #eef2f8; border-color: rgba(255,255,255,0.1);
  background: radial-gradient(80% 120% at 0% 0%, rgba(244,123,32,0.28), transparent 55%), var(--gradient-ink);
}
.bento__cell--dark h3 { color: #fff; }
.bento__cell--dark p { color: #c4ccd9; }
.bento__cell--brand {
  color: #fff; border-color: transparent;
  background: var(--gradient-brand-2);
}
.bento__cell--brand h3, .bento__cell--brand p { color: #fff; }
.bento__cell--teal { color: #fff; border-color: transparent; background: var(--gradient-teal); }
.bento__cell--teal h3, .bento__cell--teal p { color: #fff; }
.bento__cell--brand .service__icon, .bento__cell--teal .service__icon, .bento__cell--dark .service__icon {
  background: rgba(255, 255, 255, 0.16); color: #fff; border-color: rgba(255, 255, 255, 0.32);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
}
.bento__cell--brand .btn--ghost, .bento__cell--teal .btn--ghost, .bento__cell--dark .btn--ghost { color: #fff; }
.bento__cell--brand .btn--ghost:hover, .bento__cell--teal .btn--ghost:hover, .bento__cell--dark .btn--ghost:hover { background: rgba(255,255,255,0.16); color: #fff; }
.bento__cell__eyebrow { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; opacity: 0.7; }
@media (max-width: 900px) {
  .bento { grid-template-columns: repeat(2, 1fr); }
  .bento__cell, .bento__cell--wide, .bento__cell--feature { grid-column: span 1; }
  .bento__cell--tall { grid-row: span 1; }
  .bento__cell--feature { grid-column: span 2; }
}
@media (max-width: 560px) { .bento { grid-template-columns: 1fr; } .bento__cell--feature { grid-column: span 1; } }

/* ---------- Icon medallion (shared) ---------- */
.icon-medallion, .service__icon, .doc-card__icon, .feature-list__icon, .channel__icon {
  --m-size: 58px;
  width: var(--m-size); height: var(--m-size); flex-shrink: 0;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 16px; position: relative;
  background: linear-gradient(150deg, var(--brand-50), #fff);
  color: var(--brand-600); border: 1px solid rgba(244, 123, 32, 0.22);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), 0 6px 16px -8px rgba(244, 123, 32, 0.5);
  transition: transform .28s ease, box-shadow .28s ease;
}
.icon-medallion svg, .service__icon svg, .doc-card__icon svg, .channel__icon svg, .feature-list__icon svg { width: 28px; height: 28px; stroke-width: 1.7; }
.icon-medallion--teal, .service__icon--teal { background: linear-gradient(150deg, var(--teal-50), #fff); color: var(--teal-600); border-color: rgba(20, 116, 111, 0.22); box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), 0 6px 16px -8px rgba(20, 116, 111, 0.5); }
.service:hover .service__icon, .doc-card:hover .doc-card__icon, .channel:hover .channel__icon { transform: translateY(-3px) rotate(-3deg); }

/* Story-band channel list (e.g. documentation "other channels") */
.story-band__list { display: flex; flex-direction: column; gap: 16px; margin-top: 12px; }
.story-band__item { display: flex; align-items: center; gap: 14px; }
.story-band__item strong { font-family: var(--font-display); display: block; margin-bottom: 2px; }
.story-band__item p { margin: 0; font-size: 0.95rem; }
.story-band__icon {
  --m-size: 52px; width: var(--m-size); height: var(--m-size); flex-shrink: 0;
  display: inline-flex; align-items: center; justify-content: center; border-radius: 14px;
  background: linear-gradient(150deg, var(--brand-50), #fff); color: var(--brand-600);
  border: 1px solid rgba(244, 123, 32, 0.22); box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
}
.story-band__icon svg { width: 24px; height: 24px; }

/* ---------- Feature row ---------- */
.feature-row { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; margin-bottom: 96px; }
.feature-row:last-child { margin-bottom: 0; }
.feature-row__media { display: flex; justify-content: center; aspect-ratio: 4 / 3; align-items: center; }
.feature-row__image { border-radius: var(--radius-card); box-shadow: var(--shadow-lg); max-width: 560px; width: 100%; height: auto; }
@media (max-width: 960px) { .feature-row { grid-template-columns: 1fr; gap: 36px; margin-bottom: 56px; } }

/* ---------- Why Us ---------- */
.why-us { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.why-us img { width: 100%; max-width: 540px; height: auto; border-radius: var(--radius-card); box-shadow: var(--shadow-lg); margin: 0 auto; display: block; }
@media (max-width: 960px) { .why-us { grid-template-columns: 1fr; gap: 36px; text-align: center; } .why-us .checklist { text-align: left; max-width: 500px; margin: 24px auto; } }

/* ---------- Editorial Story ---------- */
.editorial-story { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 72px; align-items: center; }
.story-copy h2 { margin-bottom: 18px; }
.story-visual { display: flex; justify-content: center; }
.story-visual img { width: 100%; max-width: 600px; height: auto; border-radius: var(--radius-lg); box-shadow: var(--shadow-xl); }
.story-copy__lede { font-size: var(--fs-lede); color: var(--text-muted); margin-bottom: 24px; }
.story-copy__stack { display: flex; flex-direction: column; gap: 14px; }
.story-note { position: relative; margin: 0; padding: 20px 22px 20px 26px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.story-note:hover { transform: translateX(4px); box-shadow: var(--shadow-md); }
.story-note::before { content: ""; position: absolute; left: 0; top: 14px; bottom: 14px; width: 4px; border-radius: 4px; background: var(--gradient-brand); }
.story-note strong { display: block; margin-bottom: 4px; font-family: var(--font-display); }
.story-note p { margin: 0; color: var(--text-muted); font-size: 0.95rem; }
@media (max-width: 960px) { .editorial-story { grid-template-columns: 1fr; gap: 44px; } .story-visual { order: -1; } }

.feature-list { list-style: none; padding: 0; margin: 28px 0 0; }
.feature-list li { position: relative; padding: 18px 0 18px 70px; border-top: 1px solid var(--border); min-height: 58px; }
.feature-list li:first-child { border-top: 0; }
.feature-list li strong { display: block; font-family: var(--font-display); margin-bottom: 4px; }
.feature-list li span:not(.feature-list__icon) { color: var(--text-muted); font-size: 0.95rem; line-height: 1.6; }
.feature-list .feature-list__icon { position: absolute; left: 0; top: 16px; --m-size: 50px; }

/* ---------- Services / channels / offices ---------- */
.services, .channels, .offices { display: grid; grid-template-columns: repeat(auto-fit, minmax(264px, 1fr)); gap: 24px; margin-top: 48px; }
.service, .channel, .office {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-card);
  padding: 30px 26px; text-align: left; position: relative; overflow: hidden;
  box-shadow: var(--shadow-sm); display: flex; flex-direction: column;
  transition: transform .28s cubic-bezier(0.2,0.7,0.2,1), box-shadow .28s ease, border-color .28s ease;
}
.service::before, .channel::before {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 3px; transform: scaleX(0); transform-origin: left;
  background: var(--gradient-brand); transition: transform .3s ease;
}
.service:hover, .channel:hover, .office:hover { transform: translateY(-6px); border-color: rgba(244, 123, 32, 0.3); box-shadow: var(--shadow-lg); }
.service:hover::before, .channel:hover::before { transform: scaleX(1); }
/* Cards with a teal (green) icon medallion hover to a dark-green border + green top bar. */
.service:has(.service__icon--teal):hover,
.channel:has(.service__icon--teal):hover,
.doc-card:has(.service__icon--teal):hover,
.card:has(.icon-medallion--teal):hover,
.bento__cell:has(.icon-medallion--teal):hover { border-color: rgba(20, 116, 111, .35); }
.service:has(.service__icon--teal):hover::before,
.channel:has(.service__icon--teal):hover::before { background: var(--gradient-teal); }
.service__icon, .channel__icon { margin: 0 0 18px 0; }
.service h3, .channel h3, .office__country { font-size: 1.15rem; margin-bottom: 12px; color: var(--text); font-weight: 700; font-family: var(--font-display); }
.service p, .channel p, .office__address { color: var(--text-muted); font-size: .95rem; line-height: 1.65; margin-bottom: 14px; }
.service > p:last-child, .channel > p:last-child { margin-bottom: 0; }
.office__flag { line-height: 0; margin-bottom: 14px; }
.office__flag svg { display: block; width: 46px; height: 33px; border-radius: 5px; overflow: hidden; box-shadow: var(--shadow-xs); border: 1px solid var(--border-soft); }
.office__phone { font-weight: 700; color: var(--brand-700); }

/* ---------- Numbered steps (use-cases / how it works) ---------- */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(264px, 1fr)); gap: 24px; margin-top: 48px; counter-reset: step; }
.step {
  position: relative; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-card);
  padding: 30px 26px 28px; box-shadow: var(--shadow-sm); overflow: hidden;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.step:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: rgba(20, 116, 111, 0.3); }
.step__num {
  display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px;
  border-radius: 14px; font-family: var(--font-display); font-weight: 700; font-size: 1.15rem;
  color: #fff; background: var(--gradient-teal); box-shadow: var(--shadow-teal); margin-bottom: 16px;
}
.step h3 { font-size: 1.12rem; margin-bottom: 10px; }
.step p { margin: 0; color: var(--text-muted); font-size: 0.95rem; line-height: 1.65; }
.step::after { content: ""; position: absolute; right: -30px; top: -30px; width: 110px; height: 110px; border-radius: 50%; background: radial-gradient(circle, rgba(20,116,111,0.08), transparent 70%); }

/* ---------- Checklist ---------- */
.checklist { list-style: none; padding: 0; margin: 30px 0; }
.checklist li { display: flex; align-items: flex-start; gap: 14px; padding: 10px 0; font-size: 1.04rem; color: var(--text); }
.checklist li::before {
  content: ""; flex-shrink: 0; width: 26px; height: 26px; margin-top: 2px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / 14px 14px no-repeat, var(--gradient-teal);
  border-radius: 50%; box-shadow: 0 4px 10px -3px rgba(20, 116, 111, 0.5);
}

/* ---------- Clients / marquee ---------- */
.clients { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 20px; align-items: center; margin-top: 52px; }
.client { display: flex; align-items: center; justify-content: center; min-height: 88px; padding: 22px; background: var(--surface); border: 1px solid var(--border-soft); border-radius: var(--radius-md); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.client img { max-height: 40px; filter: grayscale(1); opacity: 0.7; transition: filter .3s ease, opacity .3s ease; }
.client:hover { border-color: rgba(244, 123, 32, 0.4); box-shadow: var(--shadow-md); transform: translateY(-4px); }
.client:hover img { filter: grayscale(0); opacity: 1; }
@media (max-width: 1080px) { .clients { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 720px) { .clients { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

.marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); margin-top: 48px; }
.marquee__track { display: flex; gap: 20px; width: max-content; animation: marquee-scroll 38s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee .client { min-width: 180px; min-height: 96px; }
@keyframes marquee-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- CTA band ---------- */
.cta-band {
  position: relative; text-align: center; padding: clamp(56px, 7vw, 84px) 24px;
  background:
    radial-gradient(60% 100% at 12% 0%, rgba(244, 123, 32, 0.28), transparent 55%),
    radial-gradient(55% 100% at 92% 100%, rgba(20, 116, 111, 0.24), transparent 55%),
    var(--gradient-ink);
  color: #fff; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-xl);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
/* Blueprint hairline grid (replaces the old dot-radial motif) — 56px cells,
   white at low alpha since the band is dark; same top-fade mask as before. */
.cta-band::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: radial-gradient(60% 100% at 50% 0%, #000, transparent 75%);
  mask-image: radial-gradient(60% 100% at 50% 0%, #000, transparent 75%);
}
.cta-band > * { position: relative; z-index: 1; }
.cta-band h2 { color: #fff; margin-bottom: 20px; max-width: 18ch; margin-left: auto; margin-right: auto; }
.cta-band p { color: #cdd5e1; }

/* ---------- Footer ---------- */
.footer { background: var(--gradient-ink); color: #aab4c2; padding: 72px 0 32px; margin-top: 0; position: relative; }
.footer::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--brand), var(--teal)); opacity: 0.8; }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 34px; margin-bottom: 48px; }
.footer__title { color: #fff; font-size: .8rem; letter-spacing: 1.2px; text-transform: uppercase; margin-bottom: 18px; font-family: var(--font-display); }
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer ul li { margin-bottom: 10px; }
.footer a { color: #aab4c2; transition: color .2s ease, padding .2s ease; }
.footer ul a:hover { color: #fff; padding-left: 4px; }
/* Footer logo: native orange wordmark (#f78f1e), no background, small */
.footer__brand img { height: 26px; margin-bottom: 16px; width: auto; }
.footer__brand p { color: #aab4c2; }
.footer__social { display: flex; gap: 12px; margin-top: 20px; }
.footer__social a { display: flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 50%; background: rgba(255, 255, 255, 0.06); color: #aab4c2; transition: background .3s ease, color .3s ease, transform .3s ease; }
.footer__social a:hover { background: var(--gradient-brand); color: #fff; transform: translateY(-3px); }
.footer__social svg { width: 18px; height: 18px; fill: currentColor; }
.footer__bottom { border-top: 1px solid rgba(255, 255, 255, 0.1); padding-top: 24px; text-align: center; font-size: .85rem; color: #7e8a99; }
@media (max-width: 960px) { .footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .footer__grid { grid-template-columns: 1fr; } }

/* ---------- Pricing ---------- */
.billing-switcher-container { display: flex; justify-content: center; margin: 8px 0 12px; }
.billing-switcher { display: inline-flex; align-items: center; background: var(--surface); border: 1px solid var(--border-strong); padding: 5px; border-radius: var(--radius-pill); gap: 2px; box-shadow: var(--shadow-sm); }
.billing-switcher__label { font-size: .92rem; font-weight: 600; color: var(--text-muted); cursor: pointer; padding: 9px 20px; border-radius: var(--radius-pill); transition: background .25s ease, color .25s ease; }
.billing-switcher__label.is-active { background: var(--gradient-brand); color: #fff !important; box-shadow: var(--shadow-brand); }

.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(264px, 1fr)); gap: 26px; margin-top: 36px; align-items: stretch; }
@media (min-width: 760px) { .pricing-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 540px) { .pricing-grid { grid-template-columns: 1fr; } }
.price-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-card); padding: 36px 28px; text-align: left; position: relative; display: flex; flex-direction: column; box-shadow: var(--shadow-sm); transition: transform .28s ease, box-shadow .28s ease; }
.price-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.price-card--featured { border-color: transparent; box-shadow: var(--shadow-lg); transform: translateY(-8px); }
/* Featured card starts at -8px; its hover must lift beyond that, not sink to the
   generic -5px (which the shared :hover rule would otherwise apply). */
.price-card.price-card--featured:hover { transform: translateY(-11px); box-shadow: var(--shadow-xl); }
.price-card--featured::after { content: ""; position: absolute; inset: -1.5px; border-radius: inherit; padding: 1.5px; pointer-events: none; background: var(--gradient-brand); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; }
.price-card--featured::before { content: "★ Populaire"; position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--gradient-brand); color: #fff; padding: 6px 20px; border-radius: var(--radius-pill); font-size: .8rem; font-weight: 700; z-index: 2; box-shadow: var(--shadow-brand); white-space: nowrap; }
.price-card[data-badge]::before { content: attr(data-badge); }
.price-card ul { list-style: none; padding: 0; margin: 22px 0; flex: 1; }
.price-card ul li { position: relative; padding-left: 28px; margin-bottom: 12px; font-size: .92rem; color: var(--text-muted); line-height: 1.5; }
.price-card ul li::before { content: ""; position: absolute; left: 0; top: 3px; width: 18px; height: 18px; border-radius: 50%; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / 11px no-repeat, var(--gradient-brand); }
.price-card .btn { width: 100%; margin-top: auto; }
.price { font-family: var(--font-display); font-size: 2.6rem; font-weight: 700; color: var(--text); margin: 12px 0 4px; letter-spacing: -0.02em; }
.price-suffix { font-size: .95rem; color: var(--text-muted); line-height: 1.5; }

/* ---------- Contact form ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 56px; margin-top: 48px; }
.form-field { margin-bottom: 20px; }
.form-field label { display: block; margin-bottom: 8px; font-weight: 600; font-size: .92rem; color: var(--text); }
.form-field input, .form-field textarea, .form-field select {
  width: 100%; padding: 14px 16px; border: 1.5px solid var(--border-strong); border-radius: var(--radius-md);
  background: var(--surface); font-size: 1rem; font-family: inherit; color: var(--text);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.form-field input::placeholder, .form-field textarea::placeholder { color: var(--text-light); }
.form-field input:focus, .form-field textarea:focus, .form-field select:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 4px rgba(244, 123, 32, 0.14); }
.form-field input:user-invalid, .form-field textarea:user-invalid { border-color: #dc2626; }
.form-field input:user-invalid:focus, .form-field textarea:user-invalid:focus { box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.14); }
.form-field textarea { resize: vertical; min-height: 130px; }
.form-field .req { color: var(--brand-600); }
.contact-form-premium { background: var(--surface); padding: 40px; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); border: 1px solid var(--border); }
.contact-form-premium .btn { width: 100%; }
.form-disclaimer { margin-top: 18px; font-size: .86rem; color: var(--text-muted); text-align: center; line-height: 1.5; }
.form-status { margin-top: 16px; padding: 14px 16px; border-radius: var(--radius-md); font-size: 0.92rem; font-weight: 600; display: none; }
.form-status.is-success { display: block; background: var(--teal-50); color: var(--teal-600); border: 1px solid rgba(20,116,111,0.25); }
.form-status.is-error { display: block; background: #fef2f2; color: #b91c1c; border: 1px solid rgba(220,38,38,0.25); }
.contact-hours { display: block; text-align: center; margin: 30px auto 0; font-size: 0.95rem; color: var(--text-muted); }
.contact-hours strong { color: var(--text); }
.contact-info { padding: 40px 32px; border-radius: var(--radius-lg); background: var(--surface); border: 1px solid var(--border); position: relative; overflow: hidden; box-shadow: var(--shadow-sm); }
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; gap: 36px; } }

/* ---------- Reveal animations ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s cubic-bezier(0.2, 0.8, 0.2, 1), transform .7s cubic-bezier(0.2, 0.8, 0.2, 1); will-change: transform, opacity; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal--stagger > * { opacity: 0; transform: translateY(24px); transition: opacity .6s cubic-bezier(0.2,0.8,0.2,1), transform .6s cubic-bezier(0.2,0.8,0.2,1); transition-delay: calc(var(--i, 0) * 70ms); }
.reveal--stagger.is-visible > * { opacity: 1; transform: translateY(0); }

/* ---------- FAQ ---------- */
details { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-md); padding: 0; margin-bottom: 14px; overflow: hidden; transition: border-color .3s ease, box-shadow .3s ease; }
details[open] { box-shadow: var(--shadow-md); border-color: rgba(244, 123, 32, 0.4); }
summary { cursor: pointer; font-family: var(--font-display); font-weight: 600; font-size: 1.04rem; padding: 20px 56px 20px 24px; list-style: none; position: relative; transition: background .2s ease; }
summary::-webkit-details-marker { display: none; }
summary::after { content: ""; position: absolute; right: 22px; top: 50%; width: 20px; height: 20px; transform: translateY(-50%); background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e9660f' stroke-width='2.5' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E") center / contain no-repeat; transition: transform .3s ease; }
details[open] summary::after { transform: translateY(-50%) rotate(135deg); }
summary:hover { background: var(--brand-50); }
details p { padding: 0 24px 22px; margin: 0; color: var(--text-muted); line-height: 1.65; }

/* ---------- Tables ---------- */
.table-responsive { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 24px 0; border-radius: var(--radius-md); background: var(--surface); border: 1px solid var(--border); }
.data-table { width: 100%; border-collapse: collapse; margin: 0; min-width: 600px; }
.data-table th, .data-table td { padding: 14px 20px; border: 1px solid var(--border); font-size: 0.95rem; }
.data-table th { background: var(--surface-2); font-weight: 700; color: var(--text); font-family: var(--font-display); }
.data-table tr:nth-child(even) { background: rgba(15,23,42,0.015); }

/* ---------- Feature checklist card ---------- */
.feature-checklist-card { background: var(--surface-glass); -webkit-backdrop-filter: var(--surface-blur); backdrop-filter: var(--surface-blur); border: 1px solid rgba(255, 255, 255, 0.5); border-radius: var(--radius-lg); padding: clamp(32px, 5vw, 60px); box-shadow: var(--shadow-xl); margin-top: 40px; position: relative; overflow: hidden; }
.feature-checklist-card::before { content: ""; position: absolute; top: 0; left: 0; width: 6px; height: 100%; background: var(--gradient-brand); }
.feature-checklist-card h2 { margin-bottom: 12px; }
.feature-checklist-card .checklist { display: grid; grid-template-columns: repeat(auto-fit, minmax(360px, 1fr)); gap: 30px 48px; margin-top: 44px; }
.feature-checklist-card .checklist li { padding: 0; border-bottom: none; font-size: 1rem; align-items: flex-start; }
.feature-checklist-card .checklist li > div { display: flex; flex-direction: column; gap: 4px; }
.feature-checklist-card .checklist li strong { font-size: 1.12rem; color: var(--text); line-height: 1.2; font-family: var(--font-display); }
.feature-checklist-card .checklist li span { color: var(--text-muted); line-height: 1.55; font-size: 0.95rem; }
@media (max-width: 768px) { .feature-checklist-card .checklist { grid-template-columns: 1fr; gap: 24px; } }

/* ---------- Documentation ---------- */
.doc-search-box { position: relative; max-width: 600px; margin: 32px 0 0; }
.doc-search-box input { width: 100%; padding: 16px 20px 16px 52px; border-radius: var(--radius-pill); background: var(--surface); border: 1.5px solid var(--border-strong); font-size: 1.05rem; box-shadow: var(--shadow-sm); transition: border-color .25s ease, box-shadow .25s ease; }
.doc-search-box input:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 4px rgba(244, 123, 32, 0.14); }
.doc-search-box svg { position: absolute; left: 20px; top: 50%; transform: translateY(-50%); color: var(--text-muted); width: 20px; height: 20px; }
.doc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(264px, 1fr)); gap: 22px; }
.doc-card { padding: 30px; border-radius: var(--radius-card); background: var(--surface); border: 1px solid var(--border); box-shadow: var(--shadow-sm); transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; display: flex; flex-direction: column; gap: 14px; }
.doc-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: rgba(244, 123, 32, 0.3); }
.doc-card[hidden] { display: none; }
.doc-card__icon { margin-bottom: 4px; }
.doc-card h3 { margin: 0; font-size: 1.18rem; }
.doc-card p { margin: 0; font-size: 0.95rem; color: var(--text-muted); line-height: 1.6; }
.doc-card__link { margin-top: auto; font-weight: 600; font-size: 0.92rem; color: var(--brand-700); display: inline-flex; align-items: center; gap: 8px; }
.doc-card__link::after { content: "→"; transition: transform .25s ease; }
.doc-card:hover .doc-card__link::after { transform: translateX(4px); }
.doc-search-empty { display: none; padding: 32px; text-align: center; color: var(--text-muted); }

/* ---------- Accessibility ---------- */
.skip-link { position: absolute; top: -100px; left: 12px; background: var(--brand); color: #fff; padding: 10px 18px; border-radius: var(--radius-sm); z-index: 1000; font-weight: 700; transition: top .3s ease; }
.skip-link:focus { top: 12px; }
::selection { background: rgba(244, 123, 32, 0.25); color: var(--text); }

/* ---------- Scroll utilities ---------- */
.scroll-top { position: fixed; bottom: 32px; right: 32px; width: 50px; height: 50px; background: var(--gradient-brand); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-brand); opacity: 0; visibility: hidden; z-index: 99; border: none; cursor: pointer; transition: opacity .4s ease, visibility .4s ease, transform .25s ease; }
.scroll-top:hover { transform: translateY(-3px); }
.scroll-top.is-visible { opacity: 1; visibility: visible; }
.scroll-top svg { width: 22px; height: 22px; fill: currentColor; }
@media (max-width: 720px) { .scroll-top { display: none; } }

.hero__scroll { position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 10px; color: var(--text-muted); font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; opacity: 0.5; transition: opacity .3s ease, transform .3s ease; z-index: 5; text-decoration: none; }
.hero__scroll:hover { opacity: 1; transform: translate(-50%, -4px); }
.hero__scroll-mouse { width: 20px; height: 32px; border: 2px solid currentColor; border-radius: 10px; position: relative; }
.hero__scroll-mouse::before { content: ""; position: absolute; top: 6px; left: 50%; width: 3px; height: 3px; background: currentColor; border-radius: 50%; transform: translateX(-50%); animation: scroll-dot 2s infinite; }
@keyframes float-soft { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes scroll-dot { 0% { transform: translate(-50%, 0); opacity: 1; } 100% { transform: translate(-50%, 12px); opacity: 0; } }
@media (max-width: 960px) { .hero__scroll { display: none; } }

/* ---------- Utilities ---------- */
.nowrap { white-space: nowrap; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.text-center { text-align: center !important; }
.mx-auto { margin-left: auto !important; margin-right: auto !important; }
.mb-8 { margin-bottom: 8px !important; } .mb-12 { margin-bottom: 12px !important; } .mb-16 { margin-bottom: 16px !important; } .mb-24 { margin-bottom: 24px !important; } .mb-32 { margin-bottom: 32px !important; } .mb-48 { margin-bottom: 48px !important; } .mb-64 { margin-bottom: 64px !important; }
.mt-8 { margin-top: 8px !important; } .mt-12 { margin-top: 12px !important; } .mt-16 { margin-top: 16px !important; } .mt-24 { margin-top: 24px !important; } .mt-32 { margin-top: 32px !important; } .mt-48 { margin-top: 48px !important; } .mt-64 { margin-top: 64px !important; }
.max-w-720 { max-width: 720px !important; } .max-w-840 { max-width: 840px !important; } .max-w-940 { max-width: 940px !important; }
.u-muted { color: var(--text-muted); }
.u-lede { font-size: var(--fs-lede); color: var(--text-muted); line-height: 1.65; }
.u-gradient-border { position: relative; }
.u-gradient-border::after { content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1.5px; pointer-events: none; background: var(--gradient-brand); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; }

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
  .reveal, .reveal--stagger > * { opacity: 1 !important; transform: none !important; }
  .marquee__track { animation: none !important; }
  /* Static users must still be able to reach every client logo: allow manual
     scroll and drop the edge-fade mask that would hide the scrollbar ends. */
  .marquee { overflow-x: auto; -webkit-mask-image: none; mask-image: none; }
  .hero__scroll-mouse::before { animation: none !important; }
  .hero__device-frame { transform: none !important; }

  /* ---- Elevation layer (July 2026) neutralizations ---- */
  /* Button sheen sweep: never plays. */
  .btn--sheen::before, .btn--sheen:hover::before { animation: none !important; }
  /* Money-flow path: keep the dashed styling but stop the marching motion. */
  .flow-band .flow-path { animation: none !important; }
  /* KPI chart draw-on-reveal: show the line fully drawn, no transition. */
  .kpi-chart--draw .line { stroke-dasharray: none !important; stroke-dashoffset: 0 !important; transition: none !important; }
  /* Console caret: solid, no blink. */
  .console__caret, .console__line--caret::after { animation: none !important; opacity: 1 !important; }
  /* Spotlight overlays: no pointer-follow fade (JS also no-ops the tracking). */
  .spot-group :where(.card, .bento__cell, .step, .doc-card, .tile, .why-item)::before,
  .spot-group :where(.service, .channel, .quote-card)::after,
  .spot-group .price-card:not(.price-card--featured)::after { transition: none !important; }
}

/* ============================================================================
   Elevation components (June 2026 final audit) — reusable building blocks for
   the bespoke inner-page redesigns. All reuse the existing design tokens so the
   visual language stays consistent with the homepage.
   ============================================================================ */

/* ---- Split page-hero: copy + illustration ---- */
.page-hero--split .container { max-width: var(--container-max); }
.page-hero__grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr); gap: clamp(28px, 4vw, 64px); align-items: center; }
.page-hero__art { position: relative; }
.page-hero__art img { width: 100%; max-width: 560px; margin-left: auto; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.page-hero--split h1 { max-width: 18ch; }
.page-hero--split p { max-width: 54ch; }
@media (max-width: 900px) { .page-hero__grid { grid-template-columns: 1fr; gap: 32px; } .page-hero__art { order: -1; } .page-hero__art img { margin: 0 auto; } }

/* ---- Milestone timeline ---- */
.timeline { position: relative; margin: 44px 0 0; }
.timeline__item { position: relative; padding: 0 0 34px 60px; }
.timeline__item:last-child { padding-bottom: 0; }
.timeline__item::before { content: ""; position: absolute; left: 18px; top: 32px; bottom: -4px; width: 2px; background: linear-gradient(var(--brand), var(--teal)); opacity: .35; }
.timeline__item:last-child::before { display: none; }
.timeline__node { position: absolute; left: 0; top: 0; width: 38px; height: 38px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 700; font-size: .76rem; color: #fff; background: var(--gradient-brand); box-shadow: var(--shadow-brand); }
.timeline__year { font-family: var(--font-display); font-weight: 700; color: var(--brand-700); font-size: .86rem; letter-spacing: .04em; }
.timeline__item h3 { margin: .15em 0 .35em; font-size: 1.18rem; }
.timeline__item p { margin: 0; color: var(--text-muted); }

/* ---- Light stat row (inline, on light surfaces) ---- */
.stat-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 20px; margin-top: 40px; }
.stat-row__item { text-align: center; padding: 26px 16px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-card); box-shadow: var(--shadow-sm); transition: transform .25s ease, box-shadow .25s ease; }
.stat-row__item:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.stat-row__value { font-family: var(--font-display); font-size: clamp(1.4rem, 2.3vw, 1.95rem); font-weight: 700; line-height: 1.1; background: var(--gradient-text); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.stat-row__label { margin-top: 8px; font-size: .84rem; color: var(--text-soft); text-transform: uppercase; letter-spacing: .06em; font-weight: 600; }

/* ---- Tile grid (integrations, modules, logos) ---- */
.tile-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(152px, 1fr)); gap: 16px; margin-top: 40px; }
.tile { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; text-align: center; padding: 26px 16px; min-height: 132px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-card); box-shadow: var(--shadow-sm); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.tile:hover { transform: translateY(-4px); border-color: rgba(244, 123, 32, .3); box-shadow: var(--shadow-md); }
.tile__icon { width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; border-radius: 13px; background: linear-gradient(150deg, var(--brand-50), #fff); color: var(--brand-600); border: 1px solid rgba(244, 123, 32, .18); }
.tile__icon--teal { background: linear-gradient(150deg, var(--teal-50), #fff); color: var(--teal-600); border-color: rgba(20, 116, 111, .2); }
.tile__icon svg { width: 24px; height: 24px; }
.tile strong { font-size: .95rem; font-family: var(--font-display); color: var(--text); }
.tile span { font-size: .8rem; color: var(--text-soft); }

/* ---- Tag pills ---- */
.tag-list { display: flex; flex-wrap: wrap; gap: 10px; margin: 10px 0 0; padding: 0; list-style: none; }
.tag { display: inline-flex; align-items: center; gap: 6px; padding: 7px 14px; border-radius: var(--radius-pill); background: var(--surface); border: 1px solid var(--border); font-size: .85rem; font-weight: 600; color: var(--text-muted); }
/* Neutralized so hero pill chips read as static labels, not clickable buttons. */
.tag--brand { background: var(--surface); color: var(--text-muted); border-color: var(--border); }
.tag--teal { background: var(--surface); color: var(--text-muted); border-color: var(--border); }

/* ---- Callout (summary / note) ---- */
.callout { display: flex; gap: 14px; padding: 18px 20px; border-radius: var(--radius-md); background: var(--teal-50); border: 1px solid rgba(20, 116, 111, .2); margin: 24px 0; }
.callout svg { flex-shrink: 0; width: 22px; height: 22px; color: var(--teal-600); margin-top: 2px; }
.callout p { margin: 0; font-size: .95rem; color: var(--text); }
.callout--brand { background: var(--brand-50); border-color: rgba(244, 123, 32, .2); }
.callout--brand svg { color: var(--brand-600); }

/* ---- Legal layout (sticky TOC + readable document) ---- */
.legal-layout { display: grid; grid-template-columns: 248px minmax(0, 1fr); gap: 48px; align-items: start; margin-top: 40px; }
.legal-toc { position: sticky; top: 96px; align-self: start; padding: 22px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-card); box-shadow: var(--shadow-sm); }
.legal-toc h2 { font-size: .76rem; text-transform: uppercase; letter-spacing: .12em; color: var(--text-soft); margin-bottom: 12px; }
.legal-toc ol { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 2px; counter-reset: toc; }
.legal-toc a { display: block; padding: 8px 10px; border-radius: 8px; font-size: .9rem; font-weight: 500; color: var(--text-muted); transition: background .15s ease, color .15s ease; }
.legal-toc a:hover { background: var(--brand-50); color: var(--brand-700); }
.legal-doc > section { scroll-margin-top: 96px; padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid var(--border-soft); }
.legal-doc > section:last-child { border-bottom: 0; margin-bottom: 0; }
.legal-doc h2 { font-size: 1.45rem; }
.legal-doc h3 { margin-top: 22px; font-size: 1.1rem; }
.legal-doc ul { padding-left: 22px; }
.legal-doc li { margin-bottom: 8px; color: var(--text-muted); }
.legal-updated { display: inline-block; font-size: .82rem; color: var(--text-soft); background: var(--surface-2); padding: 6px 14px; border-radius: var(--radius-pill); border: 1px solid var(--border); }
@media (max-width: 860px) { .legal-layout { grid-template-columns: 1fr; gap: 24px; } .legal-toc { position: static; } }

/* ---- Grid helpers (POS / Documentation / Integrations / edition card grids) ---- */
.grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
@media (max-width: 920px) { .grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; } }
@media (max-width: 560px) { .grid--4 { grid-template-columns: 1fr !important; } }

.grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
@media (max-width: 860px) { .grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; } }
@media (max-width: 560px) { .grid--3 { grid-template-columns: 1fr !important; } }

/* Accessibility: distinguish inline text links without relying on colour */
main p a:not(.btn):not(.nav__logo),
main .u-lede a, main .u-muted a, main .channel a, main .story-note a,
main .price-suffix a, main .feature-list a,
main a[href^="tel"]:not(.btn), main a[href^="mailto"]:not(.btn) {
  color: var(--brand-ink); text-decoration: underline; text-underline-offset: 2px; text-decoration-thickness: 1px;
}
/* On dark surfaces the brand-ink link/eyebrow colours fail contrast — lighten them. */
.cta-band .section__eyebrow, .section--dark .section__eyebrow { color: var(--brand-300); }
.cta-band a[href^="tel"]:not(.btn), .cta-band a[href^="mailto"]:not(.btn),
.section--dark a[href^="tel"]:not(.btn), .section--dark a[href^="mailto"]:not(.btn),
main .cta-band p a:not(.btn), main .section--dark p a:not(.btn) { color: #ffb27a; }

/* ---------- 404 page ---------- */
.error-404-title { font-size: clamp(5rem, 16vw, 9rem); line-height: 1; margin: 8px 0 4px; background: var(--gradient-brand); -webkit-background-clip: text; background-clip: text; color: transparent; font-family: var(--font-display); letter-spacing: -0.03em; }

/* ==== Elevation layer (July 2026) ==== */
/* ============================================================================
   Foundation package F1 — texture, motion and component kit for the UI
   elevation. Everything below is additive and keyed to the existing tokens.
   CANONICAL BREAKPOINTS for all rules in this layer: 1180 / 960 / 720 / 560.
   No other widths may be introduced here.
   ============================================================================ */

/* ---------- Texture utilities ---------- */
/* Blueprint hairline grid. Apply to a DEDICATED decorative layer (empty,
   absolutely-positioned div), not a content container: the radial mask fades
   the whole element, children included. */
.grid-motif {
  background-image:
    linear-gradient(to right, rgba(15, 23, 42, 0.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(15, 23, 42, 0.05) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: radial-gradient(75% 75% at 50% 40%, #000, transparent 80%);
  mask-image: radial-gradient(75% 75% at 50% 40%, #000, transparent 80%);
}
.grid-motif--dark {
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
}

/* Static film-grain — kills banding on large gradient/glow surfaces. Pure SVG
   turbulence data-URI, zero runtime cost. Apply to the surface itself. */
.noise { position: relative; }
.noise::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 160px 160px;
}

/* Apple-style dimming duo-tone headline: ink fading toward muted. */
.text-gradient-soft {
  background-image: linear-gradient(180deg, var(--text), rgba(16, 26, 46, 0.55));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* 1px seam divider that fades at both ends. */
.hr-fade {
  border: none;
  height: 1px;
  margin: 32px 0;
  background: linear-gradient(90deg, transparent, var(--border-strong), transparent);
}

/* ---------- Spotlight group (pointer-tracked card glow) ----------
   CSS half of the contract: JS (separate package) writes --spot-x/--spot-y on
   each card in its own coordinate space on pointermove, and toggles .spot-on
   on the group for the hover session.
   Pseudo-element budget per card class (audited):
     ::before FREE  → .card .bento__cell .step .doc-card .tile
     ::before TAKEN → .service/.channel (hover top bar), .price-card (badge),
                      .quote-card (quote glyph, defined below) → use ::after.
     EXCLUDED       → .price-card--featured (both pseudos taken: badge + ring). */
.spot-group { position: relative; }
/* Compat: these receivers are not positioned in their base rules. */
.spot-group :where(.doc-card, .tile) { position: relative; }
.spot-group :where(.card, .bento__cell, .step, .doc-card, .tile, .why-item)::before,
.spot-group :where(.service, .channel, .quote-card)::after,
.spot-group .price-card:not(.price-card--featured)::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: 0;
  pointer-events: none;
  background: radial-gradient(320px circle at var(--spot-x, 50%) var(--spot-y, 50%), rgba(244, 123, 32, 0.09), transparent 70%);
  transition: opacity .3s ease;
}
.spot-group.spot-on:hover :where(.card, .bento__cell, .step, .doc-card, .tile)::before,
.spot-group.spot-on:hover :where(.service, .channel, .quote-card)::after,
.spot-group.spot-on:hover .price-card:not(.price-card--featured)::after { opacity: 1; }

/* ---------- Button sheen ----------
   One white stripe sweep per hover entry, on ::before (::after is the pointer
   glow). Never on .btn--ghost: its ::after doubles as the arrow affordance and
   a sheen reads wrong on a transparent button. */
.btn--sheen:not(.btn--ghost)::before {
  content: "";
  position: absolute;
  top: 0; bottom: 0; left: 0;
  width: 40%;
  background: linear-gradient(105deg, transparent, rgba(255, 255, 255, 0.35) 50%, transparent);
  transform: translateX(-160%) skewX(-18deg);
  pointer-events: none;
}
.btn--sheen:not(.btn--ghost):hover::before { animation: btn-sheen 1.6s var(--ease-out-quint); }
@keyframes btn-sheen {
  from { transform: translateX(-160%) skewX(-18deg); }
  to   { transform: translateX(260%) skewX(-18deg); }
}

/* ---------- Quotes (testimonials) ---------- */
.quotes { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; margin-top: 48px; }
.quote-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 30px 28px 26px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-sm);
  transition: transform .28s cubic-bezier(0.2, 0.7, 0.2, 1), box-shadow .28s ease, border-color .28s ease;
}
.quote-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: rgba(244, 123, 32, 0.3); }
/* Oversized quote glyph — decorative, sits under the copy. */
.quote-card::before {
  content: "\201C";
  position: absolute;
  top: -18px; right: 14px;
  font-family: var(--font-display);
  font-size: 7rem;
  line-height: 1;
  color: var(--brand-50);
  pointer-events: none;
}
.quote-card blockquote { margin: 0; font-size: 1.02rem; line-height: 1.62; color: var(--text); position: relative; }
.quote-card figcaption { margin-top: auto; display: flex; flex-direction: column; gap: 2px; position: relative; }
.quote-card figcaption strong { font-family: var(--font-display); font-size: .98rem; color: var(--text); }
.quote-card figcaption span { font-size: .85rem; color: var(--text-soft); }
.quote-card--featured { background: var(--gradient-teal); border-color: transparent; color: #fff; box-shadow: var(--shadow-teal); }
.quote-card--featured::before { color: rgba(255, 255, 255, 0.14); }
.quote-card--featured blockquote, .quote-card--featured figcaption strong { color: #fff; }
.quote-card--featured figcaption span { color: rgba(255, 255, 255, 0.78); }
/* Links inside the featured card must not fall back to brand-ink (fails
   contrast on the teal gradient). */
.quote-card--featured a { color: #fff; text-decoration: underline; text-underline-offset: 2px; }
.quote-card--featured a:hover { color: #fff; opacity: .85; }

/* ---------- KPI dashboard kit (homepage hero panel) ---------- */
/* Browser-chrome frame: dots + URL pill bar over a body slot. */
.panel-frame {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xl);
  overflow: hidden;
}
.panel-frame__bar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  background: var(--surface-2);
  border-bottom: 1px solid var(--border-soft);
}
.panel-frame__dots { display: inline-flex; gap: 6px; flex-shrink: 0; }
.panel-frame__dot, .console__dot { width: 10px; height: 10px; border-radius: 50%; background: var(--border-strong); }
.panel-frame__url {
  flex: 1;
  max-width: 340px;
  padding: 4px 14px;
  border-radius: var(--radius-pill);
  background: var(--surface);
  border: 1px solid var(--border);
  font-size: .74rem;
  color: var(--text-soft);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.panel-frame__body { padding: 18px; }

/* 3-up KPI tiles; 2-up at 720, 1-up at 560. */
.kpi-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
@media (max-width: 720px) { .kpi-row { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .kpi-row { grid-template-columns: 1fr; } }
.kpi-tile {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 16px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-xs);
}
.kpi-tile__label {
  font-size: .68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: var(--tracking-label);
  color: var(--text-soft);
}
.kpi-tile__value {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.1;
  color: var(--text);
  letter-spacing: -0.01em;
}
.kpi-delta {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 9px;
  border-radius: var(--radius-pill);
  font-size: .72rem;
  font-weight: 700;
  background: var(--teal-50);
  color: var(--teal-600);
}
.kpi-delta--brand { background: var(--brand-50); color: var(--brand-ink); }

/* Inline-SVG chart block. Markup supplies <linearGradient id="kpiFill">. */
.kpi-chart { display: block; width: 100%; }
.kpi-chart svg { display: block; width: 100%; height: auto; }
.kpi-chart .line { stroke: var(--brand); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.kpi-chart .area { fill: url(#kpiFill); }
/* CSS-only draw-on-reveal: dashed out at rest, drawn when an ancestor
   .reveal.is-visible fires (same IntersectionObserver as everything else). */
.kpi-chart--draw .line {
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
  transition: stroke-dashoffset 1.2s var(--ease-out-expo) .15s;
}
.reveal.is-visible .kpi-chart--draw .line { stroke-dashoffset: 0; }

/* Segmented control — the .billing-switcher recipe (~line 806) promoted to a
   reusable component. .billing-switcher/.billing-switcher__label are grouped
   in as legacy aliases so both stay in lockstep; their original rules above
   are untouched (identical declarations, so no visual change). */
.segmented, .billing-switcher {
  display: inline-flex;
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--border-strong);
  padding: 5px;
  border-radius: var(--radius-pill);
  gap: 2px;
  box-shadow: var(--shadow-sm);
}
.segmented__btn, .billing-switcher__label {
  font-size: .92rem;
  font-weight: 600;
  color: var(--text-muted);
  cursor: pointer;
  padding: 9px 20px;
  border-radius: var(--radius-pill);
  border: none;
  background: transparent;
  font-family: inherit;
  transition: background .25s ease, color .25s ease;
}
.segmented__btn.is-active, .billing-switcher__label.is-active {
  background: var(--gradient-brand);
  color: #fff !important;
  box-shadow: var(--shadow-brand);
}

/* ---------- Money-flow band ---------- */
.flow-band {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 4vw, 48px);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(60% 100% at 10% 0%, rgba(244, 123, 32, 0.18), transparent 55%),
    radial-gradient(55% 100% at 90% 100%, rgba(20, 116, 111, 0.20), transparent 55%),
    var(--gradient-ink);
  color: #eef2f8;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-xl);
}
.flow-band h2, .flow-band h3 { color: #fff; }
.flow-band p { color: #c4ccd9; }
.flow-band svg { display: block; width: 100%; height: auto; }
.flow-band .flow-path {
  fill: none;
  stroke: var(--brand-300);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 6 10;
  animation: flow-dash 2.4s linear infinite;
}
.flow-band .flow-path--teal { stroke: var(--teal-300); }
/* -16 = one full dash period (6 + 10) for a seamless loop. */
@keyframes flow-dash { to { stroke-dashoffset: -16; } }
/* Glass-on-dark node pills sitting along the flow. */
.flow-node {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 15px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  -webkit-backdrop-filter: var(--surface-blur);
  backdrop-filter: var(--surface-blur);
  font-size: .82rem;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
}

/* ---------- Console panel ---------- */
.console {
  background: var(--gradient-ink);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xl);
  overflow: hidden;
  color: #d7dee9;
  font-size: .88rem;
}
.console__bar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.03);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.console__dot { background: rgba(255, 255, 255, 0.2); }
.console__dots { display: inline-flex; gap: 6px; flex-shrink: 0; }
.console__tab {
  padding: 5px 14px;
  border-radius: var(--radius-pill);
  font-family: var(--font-display);
  font-size: .78rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid transparent;
  background: transparent;
  transition: color .2s ease, background .2s ease, border-color .2s ease;
}
.console__tab:hover { color: #fff; }
.console__tab.is-active,
.console__tab[aria-selected="true"] { background: rgba(255, 255, 255, 0.1); color: #fff; border-color: rgba(255, 255, 255, 0.16); }
.console__pane { padding: 18px 20px; font-family: ui-monospace, "SF Mono", Menlo, monospace; }
.console__pane[hidden] { display: none; }
.console__line { font-family: ui-monospace, "SF Mono", Menlo, monospace; line-height: 1.7; color: #c4ccd9; white-space: pre-wrap; }
/* Command rows get a dim "$ " prompt prefix. */
.console__line--cmd::before { content: "$ "; color: rgba(255, 255, 255, 0.35); }
.console__line--ok { color: var(--teal-300); }
/* Blinking caret (opt-in, e.g. on the last line). */
.console__caret, .console__line--caret::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 1.05em;
  margin-left: 3px;
  vertical-align: text-bottom;
  background: var(--brand-300);
  animation: caret-blink 1.1s step-end infinite;
}
@keyframes caret-blink { 0%, 49% { opacity: 1; } 50%, 100% { opacity: 0; } }

/* ---------- Trust strip ---------- */
.trust-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 28px;
  padding: 18px 26px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-sm);
}
.trust-strip__item { display: flex; align-items: center; gap: 12px; font-size: .92rem; font-weight: 600; color: var(--text-muted); }
.trust-strip__item .icon-medallion { --m-size: 40px; border-radius: 12px; }
.trust-strip__item .icon-medallion svg { width: 20px; height: 20px; }
@media (max-width: 560px) { .trust-strip { justify-content: flex-start; } }
/* Card-footer buttons: pin to the card bottom so link rows align across
   siblings regardless of description length. */
.service > .btn { margin-top: auto; align-self: flex-start; }

/* Snug section: follows a same-background sibling without double padding. */
.section--snug { padding-top: 8px; }

/* Two-up card grid (company brand cards). */
.grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (max-width: 720px) { .grid--2 { grid-template-columns: 1fr; } }

/* Grid variant: icon columns align row-over-row (contact page 2x2). */
.trust-strip--grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (max-width: 560px) { .trust-strip--grid { grid-template-columns: 1fr; } }
/* Channel cards: links live in a bottom-pinned footer with a fixed two-row
   footprint, so every card's PRIMARY link sits on the same row and a second
   link (e.g. "Immediate support") tucks under it without shifting siblings. */
.channel__links { margin-top: auto; padding-top: 18px; min-height: 104px; display: flex; flex-direction: column; gap: 8px; align-items: flex-start; }
@media (max-width: 900px) { .channel__links { min-height: 0; } }

/* ---------- CTA band hue variants (hue-only) ---------- */
.cta-band--support {
  background:
    radial-gradient(60% 100% at 12% 0%, rgba(20, 116, 111, 0.34), transparent 55%),
    radial-gradient(55% 100% at 92% 100%, rgba(76, 179, 172, 0.18), transparent 55%),
    var(--gradient-ink);
}
.cta-band--partner {
  background:
    radial-gradient(60% 100% at 12% 0%, rgba(244, 123, 32, 0.38), transparent 55%),
    radial-gradient(55% 100% at 92% 100%, rgba(255, 154, 81, 0.20), transparent 55%),
    var(--gradient-ink);
}

/* ---------- Inline-style absorption utilities ----------
   Derived from `grep -ho 'style="…"' … | sort | uniq -c` across all pages;
   each utility maps one inline pattern occurring ≥3 times that no existing
   utility (lines ~930-941) covers. Patterns composable from existing +
   new utilities (e.g. text-align:center + color:muted → .text-center.u-muted)
   get no dedicated class. */
/* 66× td "text-align:center; padding:12px 16px; border:1px solid var(--color-border)" (via .cell.cell--center) + 20× without centering */
.cell { padding: 12px 16px !important; border: 1px solid var(--border) !important; }
.cell--center { text-align: center !important; }
/* 10× th "padding:12px 16px; background:var(--color-bg-soft); border-bottom:1px solid …" */
.cell--head { padding: 12px 16px !important; background: var(--color-bg-soft) !important; border-bottom: 1px solid var(--border) !important; }
/* 8× th "padding:12px 16px; background:transparent; border-bottom:1px solid …" */
.cell--head-plain { padding: 12px 16px !important; background: transparent !important; border-bottom: 1px solid var(--border) !important; }
/* 63× "font-weight:600" */
.fw-600 { font-weight: 600 !important; }
/* 32× "vertical-align:middle" */
.va-middle { vertical-align: middle !important; }
/* 45× "font-size:0.9rem; color:var(--color-text-muted); margin-top:8px" */
.u-note { font-size: .9rem; color: var(--text-muted); margin-top: 8px; }
/* 6× "font-weight:400; font-size:.82rem; muted" + 6× ".85rem" variant (consolidated at .84rem) */
.u-fine { font-size: .84rem; font-weight: 400; color: var(--text-muted); }
/* 9× "color:#fff; text-decoration:underline; font-weight:700" (links on dark bands) */
.link-inverse { color: #fff !important; text-decoration: underline; font-weight: 700; }
.link-inverse:hover { color: #fff !important; opacity: .85; }
/* 14× partner-logo img "height:44px; width:auto; margin-bottom:12px" */
.img-h44 { height: 44px !important; width: auto; margin-bottom: 12px; }
/* 12× CTA lede "opacity:.92; max-width:620px; margin:0 auto 24px" + 8× flush variant */
.cta-lede { opacity: .92; max-width: 620px; margin: 0 auto 24px; }
.cta-lede--flush { margin: 0 auto; }
/* 10× "display:flex; flex-wrap:wrap; gap:12px" + 6× centered + 4× gap:40px/align start */
.cluster { display: flex; flex-wrap: wrap; gap: 12px; }
.cluster--center { justify-content: center; }
.cluster--loose { gap: 40px; align-items: flex-start; }
/* 9× "margin-top:0", 6× "margin-top:10px", 6× "margin-top:14px" (off the existing mt scale) */
.mt-0 { margin-top: 0 !important; } .mt-10 { margin-top: 10px !important; } .mt-14 { margin-top: 14px !important; }
/* 6× "max-width:820px" */
.max-w-820 { max-width: 820px !important; }
/* 6× price-card plan label "font-weight:700; font-size:1.1rem; color:var(--color-brand); uppercase; ls .06em; mb 8; mt 0" */
.plan-label { font-weight: 700; font-size: 1.1rem; color: var(--color-brand); text-transform: uppercase; letter-spacing: .06em; margin: 0 0 8px; }
/* 4× struck-through old price ".95rem; fw 500; muted; line-through; nowrap" */
.price-was { font-size: .95rem; font-weight: 500; color: var(--text-muted); text-decoration: line-through; white-space: nowrap; }
/* 4× savings note ".95rem; brand; fw 600; mt -2px" */
.price-note { font-size: .95rem; color: var(--color-brand); font-weight: 600; margin-top: -2px; }
/* 4× "color:var(--color-brand)" */
.u-brand { color: var(--color-brand) !important; }
/* 4× "flex: 1 1 360px" (contact split columns) */
.col-360 { flex: 1 1 360px; }
/* 4× bordered promo tile "flex:1 1 280px; max-w 340; 2px brand border; r16; p32; centered" */
.promo-tile { flex: 1 1 280px; max-width: 340px; border: 2px solid var(--color-brand); border-radius: 16px; padding: 32px; text-align: center; background: var(--color-bg); }
/* 3× "position:relative; z-index:1" (content above decorative layers) */
.u-rel-1 { position: relative; z-index: 1; }

/* ---- QA fix-loop additions (July 2026) ---- */
/* Wide tables scroll inside their own container instead of the page (pre-existing 390px overflow on preferential-service). */
.table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; position: relative; }
/* Positioned so absolutely-positioned descendants (e.g. .visually-hidden sr-only spans in table
   headers) are clipped by the scroll container instead of stretching the page. Same fix for the
   pre-existing .table-responsive wrapper. */
.table-responsive { position: relative; }
/* Long CTA labels (e.g. carriere FR) may wrap on narrow screens instead of overflowing. */
@media (max-width: 560px) {
  .btn--lg { white-space: normal; text-align: center; }
}

/* ==== Live-motion & 3D layer (July 2026) ==== */
/* "Pourquoi Dynacom" feature stack — replaces the plain checklist + stock illustration. */
.why-list { display: grid; gap: 14px; align-content: center; }
.why-item { display: flex; gap: 16px; align-items: flex-start; text-align: left; padding: 18px 20px; background: var(--surface); border: 1px solid var(--border-soft); border-radius: var(--radius-md); box-shadow: var(--shadow-xs); position: relative; transition: transform .35s var(--ease-out-expo), box-shadow .3s ease, border-color .3s ease; }
.why-item:hover { transform: translateX(8px); box-shadow: var(--shadow-md); border-color: rgba(244, 123, 32, 0.35); }
.why-item .icon-medallion { flex-shrink: 0; }
.why-item h3 { margin: 0 0 4px; font-size: 1.04rem; }
.why-item p { margin: 0; color: var(--text-muted); font-size: .92rem; line-height: 1.55; }

/* Compact variant: short feature labels in a two-up card grid (edition pages). */
.why-list--compact { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.why-item--compact { align-items: center; padding: 14px 16px; gap: 12px; }
.why-item--compact .icon-medallion { --m-size: 38px; }
.why-item--compact h3 { margin: 0; font-size: .95rem; font-weight: 600; font-family: var(--font-sans); }
.why-list--1col { grid-template-columns: 1fr; }
@media (max-width: 560px) { .why-list--compact { grid-template-columns: 1fr; } }

/* Browser-chrome URL pill keeps its height when left empty (no fictional domains). */
.panel-frame__url:empty::before { content: "\00a0"; }

/* 3D settle-in entrance for browser-frame panels (composes with .reveal; reduced-motion
   block already forces .reveal to its final state). */
.reveal.panel-tilt-in { transform: perspective(1100px) rotateX(10deg) rotateY(-4deg) translateY(34px); }
.reveal.panel-tilt-in.is-visible { transform: perspective(1100px) rotateX(0deg) rotateY(0deg) translateY(0); transition-duration: .8s, 1.15s; }

/* Slow aurora drift — opt-in by adding .aurora--live next to .aurora. */
/* The aurora ::before bleeds 5% past each side; clip it so narrow viewports don't scroll. */
.aurora { overflow-x: clip; }
.aurora--live::before { animation: aurora-drift 18s ease-in-out infinite alternate; will-change: transform; }
@keyframes aurora-drift {
  from { transform: translate3d(-2.5%, -2%, 0) scale(1); }
  to   { transform: translate3d(2.5%, 3%, 0) scale(1.1); }
}

/* Live pulse dot at the tip of the hero KPI chart. */
.kpi-chart svg { overflow: visible; }
.kpi-live { transform-box: fill-box; transform-origin: center; }
.kpi-live--halo { animation: kpi-halo 2.4s ease-out infinite; }
@keyframes kpi-halo { 0% { transform: scale(1); opacity: .75; } 70%, 100% { transform: scale(3.2); opacity: 0; } }

/* Animated beams for hub-and-spoke diagrams (marching dashes, same rhythm family as .flow-path). */
.beam-path { stroke-dasharray: 5 9; animation: flow-dash 2.6s linear infinite; }

/* Reading-progress bar (element injected by app.js). */
.scroll-progress { position: fixed; top: 0; left: 0; width: 100%; height: 3px; z-index: 1200; transform-origin: 0 50%; transform: scaleX(var(--scroll-p, 0)); background: var(--gradient-brand); pointer-events: none; }

@media (prefers-reduced-motion: reduce) {
  .aurora--live::before { animation: none !important; }
  .kpi-live--halo { animation: none !important; opacity: 0 !important; }
  .beam-path { animation: none !important; }
}

/* ==== Landing-page live layer (July 2026, round 3) ==== */
/* Gradient shimmer across the hero headline's gradient words. */
.hero h1 .gradient-text { animation: text-shimmer 7s ease-in-out infinite; }
@keyframes text-shimmer {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

/* Pointer parallax targets (app.js writes --par-x/--par-y; `translate` composes
   with the reveal/tilt/float transforms instead of overwriting them). */
[data-parallax] { translate: var(--par-x, 0) var(--par-y, 0); transition: translate .5s var(--ease-out-expo); will-change: translate; }

/* Slow diagonal pan for dark blueprint grids (stats band). */
.grid-motif--pan { animation: grid-pan 26s linear infinite; }
@keyframes grid-pan { to { background-position: 56px 56px; } }

/* Drifting warm/teal glow inside dark bands (CTA). Sits under .cta-band > * content. */
.glow-drift {
  position: absolute; inset: -20%; pointer-events: none;
  background:
    radial-gradient(30% 42% at 18% 30%, rgba(255, 154, 81, 0.20), transparent 60%),
    radial-gradient(26% 38% at 82% 72%, rgba(76, 179, 172, 0.16), transparent 60%);
  filter: blur(12px);
  animation: aurora-drift 14s ease-in-out infinite alternate;
}
.cta-band > .glow-drift { z-index: 0; }

/* Icon pop on card hover (bento modules, service cards, why-items). */
.service__icon, .icon-medallion { transition: transform .35s var(--ease-out-expo); }
.bento__cell:hover .service__icon,
.service:hover .service__icon,
.why-item:hover .icon-medallion { transform: scale(1.1) rotate(-4deg); }

@media (prefers-reduced-motion: reduce) {
  .hero h1 .gradient-text, .grid-motif--pan, .glow-drift { animation: none !important; }
  [data-parallax] { translate: none !important; transition: none !important; }
}

/* Split heroes: an open vertical rhythm so dense columns (breadcrumb + chip +
   3-line H1 + lede + CTAs + tags) never read cramped. */
.page-hero--split h1 { margin-bottom: 22px; }
.page-hero--split .page-hero__grid > div > p { line-height: 1.7; }
.page-hero .hero__cta { margin-top: 38px; }
.page-hero .hero__cta .btn { white-space: nowrap; }
.page-hero .tag-list { margin-top: 28px; }

/* ==== Consent banner (Law 25) — injected by app.js ==== */
.consent-banner {
  position: fixed; left: 20px; bottom: 20px; z-index: 1300;
  max-width: 420px; padding: 20px 22px;
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xl);
}
.consent-banner p { margin: 0 0 14px; font-size: .92rem; line-height: 1.55; color: var(--text-muted); }
.consent-banner p a { color: var(--brand-ink); }
.consent-banner__actions { display: flex; gap: 10px; }
.consent-banner__actions .btn { padding: 10px 22px; font-size: .92rem; }
@media (max-width: 560px) {
  .consent-banner { left: 12px; right: 12px; bottom: 12px; max-width: none; }
}

/* ==== Live-help code entry (aide-en-direct) ==== */
.code-card { max-width: 560px; margin: 0 auto; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); padding: 44px 36px; text-align: center; position: relative; }
.code-card label { display: block; font-weight: 600; font-family: var(--font-display); margin-bottom: 16px; }
.code-input { width: 100%; max-width: 320px; margin: 0 auto 20px; display: block; text-align: center; font: 700 2rem/1.2 ui-monospace, "SF Mono", Menlo, monospace; letter-spacing: .35em; text-indent: .35em; padding: 14px 8px; border: 2px solid var(--border-strong); border-radius: var(--radius-md); background: var(--surface); color: var(--text); }
.code-input:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 4px rgba(244, 123, 32, 0.15); }
.code-input::placeholder { color: var(--text-light); letter-spacing: .35em; }
@media (max-width: 560px) { .code-card { padding: 32px 20px; } .code-input { font-size: 1.6rem; } }
