/* =========================================================================
   SWAT INFO SYSTEM — "LUMEN" DESIGN SYSTEM
   Bright Swiss-corporate. Precision grid, hairline rules, generous space.
   Brand: blue #2563eb + emerald #10b981 on slate ink.
   ========================================================================= */

/* ---- Fonts: self-hosted Archivo super-family (assets/fonts/, Latin subset) ----
   Display = Archivo Expanded (wide Swiss-grotesque, wght 500–700).
   Body/mono = Archivo (normal width). One family, two widths — precise + cohesive. */
@font-face { font-family: "Archivo Expanded"; font-style: normal; font-weight: 500 700; font-display: swap; src: url("../assets/fonts/archivo-expanded-latin.woff2") format("woff2"); }
@font-face { font-family: "Archivo"; font-style: normal; font-weight: 300 800; font-display: swap; src: url("../assets/fonts/archivo-normal-latin.woff2") format("woff2"); }
@font-face { font-family: "Archivo"; font-style: italic; font-weight: 400 700; font-display: swap; src: url("../assets/fonts/archivo-italic-latin.woff2") format("woff2"); }

/* ---- Tokens ------------------------------------------------------------ */
:root {
  /* brand */
  --primary: #2563eb;
  --primary-dark: #1d4ed8;
  --primary-light: #60a5fa;
  --primary-050: #eff5ff;
  --primary-100: #dbe8fe;
  --accent: #10b981;
  --accent-dark: #059669;
  --accent-050: #ecfdf5;

  /* ink & surface */
  --ink: #0b1220;
  --ink-2: #1e293b;
  --muted: #5a6b83;
  --muted-2: #8494a9;
  --line: #e6eaf0;
  --line-2: #eef1f6;
  --surface: #ffffff;
  --surface-2: #f7f9fc;
  --surface-3: #f0f4f9;

  /* type */
  --display: 'Archivo Expanded', 'Archivo', ui-sans-serif, system-ui, sans-serif;
  --body: 'Archivo', ui-sans-serif, system-ui, sans-serif;
  --mono: 'Archivo', ui-sans-serif, system-ui, sans-serif;

  /* metrics */
  --container: 1680px;           /* wide cap so big screens aren't mostly empty margin */
  --gutter: clamp(18px, 5vw, 64px);
  --radius: 14px;
  --radius-lg: 22px;
  --radius-sm: 10px;
  --header-h: 100px;

  --shadow-sm: 0 1px 2px rgba(11,18,32,.06), 0 1px 3px rgba(11,18,32,.04);
  --shadow-md: 0 8px 24px -10px rgba(11,18,32,.16), 0 2px 8px -4px rgba(11,18,32,.08);
  --shadow-lg: 0 30px 60px -22px rgba(15,23,42,.28), 0 12px 28px -18px rgba(37,99,235,.18);

  --ease: cubic-bezier(.22,.61,.36,1);
  --ease-out: cubic-bezier(.16,1,.3,1);
}

/* ---- Reset ------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink-2);
  background: var(--surface);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  font-synthesis: none; /* use real Archivo weights — never synthesise faux bold/italic */
}
img, svg, picture { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
input, textarea, select { font: inherit; color: inherit; }
ul { list-style: none; padding: 0; }
:focus-visible { outline: 2px solid var(--primary); outline-offset: 3px; border-radius: 4px; }
::selection { background: var(--primary); color: #fff; }

/* ---- Layout primitives ------------------------------------------------- */
.container { width: 90%; max-width: var(--container); margin-inline: auto; }
@media (max-width: 600px) { .container { width: 92%; } }
.section { padding-block: clamp(64px, 9vw, 132px); position: relative; }
.section--tight { padding-block: clamp(48px, 6vw, 88px); }
.section--alt { background: var(--surface-2); }
.section--ink { background: var(--ink); color: #dfe6f2; }

.grid { display: grid; gap: clamp(20px, 3vw, 34px); }
/* responsive column utilities — use these instead of inline grid-template-columns */
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 980px) { .grid--3, .grid--4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .grid--2, .grid--3 { grid-template-columns: 1fr; } }
@media (max-width: 460px) { .grid--4 { grid-template-columns: 1fr; } }
.hairline { height: 1px; background: var(--line); border: 0; }

/* ---- Typography -------------------------------------------------------- */
.display, h1, h2, h3 { font-family: var(--display); font-weight: 600; line-height: 1.04; letter-spacing: -.02em; color: var(--ink); }
h1 { font-size: clamp(2.6rem, 6.2vw, 5rem); font-weight: 650; }
h2 { font-size: clamp(2rem, 3.8vw, 3.2rem); }
h3 { font-size: clamp(1.3rem, 2vw, 1.7rem); letter-spacing: -.015em; }
p { color: var(--muted); }
.lead { font-size: clamp(1.1rem, 1.5vw, 1.32rem); line-height: 1.55; color: var(--ink-2); }
strong { color: var(--ink); font-weight: 600; }

/* eyebrow / kicker — the Swiss mono label */
.kicker {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--mono); font-size: .78rem; font-weight: 500;
  letter-spacing: .18em; text-transform: uppercase; color: var(--primary);
}
.kicker::before { content: ""; width: 26px; height: 1px; background: currentColor; opacity: .55; }
.kicker--center::after { content: ""; width: 26px; height: 1px; background: currentColor; opacity: .55; }
.section--ink .kicker { color: var(--accent); }

.eyebrow-num { font-family: var(--mono); font-size: .8rem; color: var(--muted-2); letter-spacing: .04em; }

/* generic section header */
.head { max-width: 640px; margin-bottom: clamp(38px, 5vw, 62px); }
.head--center { margin-inline: auto; text-align: center; }
.head p { margin-top: 18px; }
.head .kicker { margin-bottom: 20px; }

.text-accent { color: var(--primary); }
.text-emerald { color: var(--accent-dark); }
.underlined { position: relative; white-space: nowrap; }
.underlined::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: .06em; height: .28em;
  background: linear-gradient(90deg, var(--primary-100), var(--accent-050));
  border-radius: 4px; z-index: -1;
}

/* ---- Buttons ----------------------------------------------------------- */
.btn {
  --bh: 52px;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  height: var(--bh); padding: 0 26px; border-radius: 999px;
  font-family: var(--body); font-weight: 600; font-size: .98rem; letter-spacing: .005em;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .2s, color .2s;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; transition: transform .3s var(--ease); }
.btn:hover svg { transform: translateX(3px); }
.btn--primary { background: var(--primary); color: #fff; box-shadow: 0 10px 22px -10px rgba(37,99,235,.7); }
.btn--primary:hover { background: var(--primary-dark); transform: translateY(-2px); box-shadow: 0 16px 30px -12px rgba(37,99,235,.75); }
.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { transform: translateY(-2px); background: #17233b; }
.btn--ghost { background: transparent; color: var(--ink); box-shadow: inset 0 0 0 1.5px var(--line); }
.btn--ghost:hover { box-shadow: inset 0 0 0 1.5px var(--ink); transform: translateY(-2px); }
.btn--light { background: #fff; color: var(--ink); }
.btn--light:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn--sm { --bh: 44px; padding: 0 20px; font-size: .9rem; }
.btn--block { width: 100%; }

.link-arrow {
  display: inline-flex; align-items: center; gap: 8px; font-weight: 600; color: var(--primary);
}
.link-arrow svg { width: 16px; height: 16px; transition: transform .3s var(--ease); }
.link-arrow:hover svg { transform: translateX(4px); }

/* ---- Header ------------------------------------------------------------ */
.site-header {
  position: sticky; top: 0; z-index: 100;
  height: var(--header-h);
  display: flex; align-items: center;   /* vertically centre the nav in the header */
  background: rgba(255,255,255,.82);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s, box-shadow .3s, background .3s;
}
.site-header.is-stuck { border-bottom-color: var(--line); box-shadow: 0 6px 24px -20px rgba(11,18,32,.5); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 100%; gap: 28px; }
.brand { display: flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand-mark { height: 42px; width: auto; }
.brand-word { height: 75px; width: auto; }        /* header wordmark — desktop */
.brand--footer .brand-mark { height: 46px; }
.brand--footer .brand-word { height: 52px; }
.brand-word--light { filter: brightness(0) invert(1); opacity: .96; }
/* header height + logo scale down on smaller screens */
@media (max-width: 1200px) { .nav-cta .nav-tel { display: none; } }   /* free nav space before the hamburger kicks in */
@media (max-width: 1080px) { :root { --header-h: 86px; } .brand-word { height: 62px; } }
@media (max-width: 900px)  { :root { --header-h: 72px; } .brand-word { height: 50px; } }
@media (max-width: 400px)  { .brand-word { height: 44px; } }

.nav-menu { display: flex; align-items: center; gap: 4px; }
.nav-link {
  position: relative; padding: 9px 15px; border-radius: 999px;
  font-weight: 500; font-size: .96rem; color: var(--ink-2);
  transition: color .2s, background .2s;
}
.nav-link:hover { color: var(--primary); background: var(--primary-050); }
.nav-link.is-active { color: var(--primary); }
.nav-link.is-active::after { content:""; position:absolute; left:15px; right:15px; bottom:2px; height:2px; background: var(--primary); border-radius:2px; }
.nav-cta { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }

/* dropdown */
.has-drop { position: relative; display: flex; align-items: center; }
.nav-drop-t { padding-right: 4px; cursor: pointer; }
.nav-caret { display: inline-flex; align-items: center; justify-content: center; padding: 7px; border-radius: 8px; color: var(--ink-2); cursor: pointer; }
.nav-caret svg { width: 13px; height: 13px; transition: transform .3s var(--ease); }
.nav-caret:hover { color: var(--primary); background: var(--primary-050); }
.nav-drop {
  position: absolute; top: calc(100% + 12px); left: 50%; transform: translateX(-50%) translateY(10px);
  min-width: 262px; background: #fff; border: 1px solid var(--line); border-radius: 16px;
  box-shadow: var(--shadow-lg); padding: 10px; opacity: 0; visibility: hidden;
  transition: opacity .28s var(--ease), transform .28s var(--ease), visibility .28s; z-index: 120;
}
.nav-drop::before { content: ""; position: absolute; top: -6px; left: 50%; transform: translateX(-50%) rotate(45deg); width: 12px; height: 12px; background: #fff; border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.nav-drop a { display: flex; flex-direction: column; gap: 2px; padding: 11px 14px; border-radius: 11px; font-size: .95rem; font-weight: 600; color: var(--ink-2); transition: background .2s, color .2s, transform .2s; position: relative; z-index: 1; }
.nav-drop a small { font-family: var(--mono); font-size: .68rem; font-weight: 400; letter-spacing: .01em; color: var(--muted-2); }
.nav-drop a:hover { background: var(--primary-050); color: var(--primary); }
.nav-drop a:hover small { color: var(--primary); }
.nav-drop a.is-active { background: var(--primary-050); color: var(--primary); }
@media (min-width: 901px) { .has-drop:hover .nav-drop { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); } .has-drop:hover .nav-caret svg { transform: rotate(180deg); } }
.has-drop.open .nav-drop { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.has-drop.open .nav-caret svg { transform: rotate(180deg); }
.nav-drop-t.parent-active { color: var(--primary); }

/* mega menu (Expertise) */
.nav-drop--mega { min-width: 660px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px 12px; padding: 16px; left: 0; transform: translateX(-24px) translateY(10px); }
.nav-drop--mega::before { left: 64px; }
@media (min-width: 901px) {
  .has-drop:hover .nav-drop--mega { transform: translateX(-24px) translateY(0); }
}
.has-drop.open .nav-drop--mega { transform: translateX(-24px) translateY(0); }
.nav-drop-col { display: flex; flex-direction: column; }
.nav-drop-h { font-family: var(--mono); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted-2); padding: 8px 14px 6px; }
.nav-tel { display: inline-flex; align-items: center; gap: 7px; font-weight: 600; font-size: .92rem; color: var(--ink); }
.nav-tel svg { width: 16px; height: 16px; color: var(--primary); }

.nav-toggle { display: none; width: 44px; height: 44px; border-radius: 12px; align-items: center; justify-content: center; }
.nav-toggle span { position: relative; width: 20px; height: 2px; background: var(--ink); border-radius: 2px; transition: .3s var(--ease); }
.nav-toggle span::before, .nav-toggle span::after { content: ""; position: absolute; left: 0; width: 20px; height: 2px; background: var(--ink); border-radius: 2px; transition: .3s var(--ease); }
.nav-toggle span::before { top: -6px; }
.nav-toggle span::after { top: 6px; }
body.nav-open .nav-toggle span { background: transparent; }
body.nav-open .nav-toggle span::before { top: 0; transform: rotate(45deg); }
body.nav-open .nav-toggle span::after { top: 0; transform: rotate(-45deg); }

/* ---- Footer ------------------------------------------------------------ */
.site-footer { background: var(--ink); color: #aebacd; padding-top: clamp(56px, 7vw, 92px); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px; }
.footer-brand .brand { color: #fff; }
.footer-brand .brand span b { color: var(--primary-light); }
.footer-brand p { color: #93a1b8; margin-top: 18px; max-width: 300px; font-size: .96rem; }
.footer-badge { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; font-family: var(--mono); font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; color: #cdd6e5; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); padding: 8px 14px; border-radius: 999px; }
.footer-badge svg { width: 15px; height: 15px; color: var(--accent); }
.footer-col h3 { font-family: var(--body); font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #6f7f98; margin-bottom: 18px; }
.footer-col a { display: block; padding: 6px 0; color: #b9c4d6; font-size: .97rem; transition: color .2s, transform .2s; }
.footer-col a:hover { color: #fff; transform: translateX(3px); }
.footer-contact li { display: flex; gap: 12px; padding: 7px 0; font-size: .96rem; color: #b9c4d6; }
.footer-contact svg { width: 18px; height: 18px; color: var(--primary-light); flex-shrink: 0; margin-top: 3px; }
.footer-socials { display: flex; gap: 10px; margin-top: 22px; }
.footer-socials a { width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center; background: rgba(255,255,255,.06); color: #cdd6e5; transition: .25s var(--ease); }
.footer-socials a:hover { background: var(--primary); color: #fff; transform: translateY(-3px); }
.footer-socials svg { width: 18px; height: 18px; }
.footer-bottom { margin-top: clamp(40px, 5vw, 64px); border-top: 1px solid rgba(255,255,255,.08); padding: 26px 0; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: .88rem; color: #7f8da5; }
.footer-bottom a:hover { color: #fff; }

/* ---- Cards ------------------------------------------------------------- */
.card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: clamp(24px, 3vw, 34px);
  transition: transform .4s var(--ease-out), box-shadow .4s var(--ease-out), border-color .3s;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }

/* service card */
.service-card { display: flex; flex-direction: column; position: relative; overflow: hidden; }
.service-card .s-index { position: absolute; top: 26px; right: 30px; font-family: var(--mono); font-size: .8rem; color: var(--muted-2); }
.service-icon { width: 62px; height: 62px; border-radius: 16px; display: grid; place-items: center; background: var(--primary-050); margin-bottom: 22px; transition: .35s var(--ease); }
.service-icon img { width: 30px; height: 30px; }
.service-card:hover .service-icon { background: var(--primary); transform: rotate(-6deg) scale(1.05); }
.service-card:hover .service-icon img { filter: brightness(0) invert(1); }
.service-card h3 { margin-bottom: 10px; }
.service-card p { font-size: .97rem; margin-bottom: 20px; }
.service-card .link-arrow { margin-top: auto; font-size: .92rem; }
.service-card .s-line { height: 1px; background: var(--line-2); margin: 0 0 20px; }

/* stat */
.stat-num { font-family: var(--display); font-weight: 700; font-size: clamp(2.8rem, 5vw, 4.2rem); line-height: 1; color: var(--ink); letter-spacing: -.03em; }
.stat-num .suffix { color: var(--primary); }
.stat-label { margin-top: 10px; font-size: .96rem; color: var(--muted); }
.section--ink .stat-num { color: #fff; }
.section--ink .stat-num .suffix { color: var(--accent); }
.section--ink .stat-label { color: #9fb0c9; }

/* pill / tag */
.tag { display: inline-flex; align-items: center; gap: 7px; padding: 6px 13px; border-radius: 999px; background: var(--surface-3); font-size: .82rem; font-weight: 500; color: var(--ink-2); font-family: var(--mono); letter-spacing: .01em; }
.tag--accent { background: var(--accent-050); color: var(--accent-dark); }
.tag--blue { background: var(--primary-050); color: var(--primary-dark); }

/* checklist */
.checklist li { display: flex; gap: 12px; padding: 9px 0; color: var(--ink-2); align-items: flex-start; }
.checklist svg { width: 22px; height: 22px; flex-shrink: 0; color: var(--accent-dark); margin-top: 1px; }

/* ---- Reveal animations ------------------------------------------------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease-out), transform .8s var(--ease-out); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-d="1"] { transition-delay: .08s; }
.reveal[data-d="2"] { transition-delay: .16s; }
.reveal[data-d="3"] { transition-delay: .24s; }
.reveal[data-d="4"] { transition-delay: .32s; }
.reveal[data-d="5"] { transition-delay: .40s; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1 !important; transform: none !important; } }

/* =========================================================================
   PAGE-BANNER (inner-page hero) — LUMEN 2.0 typed + per-page system.
   Light Swiss canvas. Each page sets its own --pb-accent (inline) and a
   .pb-motif--* background pattern, with a typed aside (modules / compliance /
   photo). Unique look per page, one coherent family.
   ========================================================================= */
.page-banner { --pb-accent: var(--primary);
  position: relative; overflow: hidden; isolation: isolate; color: var(--ink);
  background: var(--surface); border-bottom: 1px solid var(--line);
  padding-block: clamp(46px, 6vw, 92px) clamp(44px, 5vw, 78px); }
/* motif layer (varies by .pb-motif--*) — base is a hairline Swiss grid */
.page-banner::before { content: ""; position: absolute; inset: 0; z-index: -2; pointer-events: none;
  background-image: linear-gradient(var(--line-2) 1px, transparent 1px), linear-gradient(90deg, var(--line-2) 1px, transparent 1px);
  background-size: clamp(56px, 6vw, 76px) clamp(56px, 6vw, 76px);
  -webkit-mask-image: radial-gradient(122% 108% at 15% -14%, #000 30%, transparent 80%);
          mask-image: radial-gradient(122% 108% at 15% -14%, #000 30%, transparent 80%); opacity: .8; }
/* accent glow, tinted by the page's own accent */
.page-banner::after { content: ""; position: absolute; inset: 0; z-index: -3; pointer-events: none;
  background:
    radial-gradient(40% 58% at 90% 8%, color-mix(in srgb, var(--pb-accent) 14%, transparent), transparent 62%),
    radial-gradient(34% 50% at 99% 96%, color-mix(in srgb, var(--pb-accent) 8%, transparent), transparent 60%); }
.page-banner .container { position: relative; z-index: 1; }

/* ---- per-page background motifs (tinted by --pb-accent) ---- */
.pb-motif--rays::before { background-image:
  repeating-conic-gradient(from 0deg at 93% 2%, color-mix(in srgb, var(--pb-accent) 13%, transparent) 0deg 2deg, transparent 2deg 11deg),
  linear-gradient(var(--line-2) 1px, transparent 1px), linear-gradient(90deg, var(--line-2) 1px, transparent 1px);
  background-size: auto, 66px 66px, 66px 66px; }
.pb-motif--dots::before { background-image:
  radial-gradient(color-mix(in srgb, var(--pb-accent) 26%, transparent) 1.5px, transparent 1.7px),
  linear-gradient(var(--line-2) 1px, transparent 1px), linear-gradient(90deg, var(--line-2) 1px, transparent 1px);
  background-size: 22px 22px, 66px 66px, 66px 66px; }
.pb-motif--blueprint::before { background-image:
  repeating-linear-gradient(45deg, color-mix(in srgb, var(--pb-accent) 8%, transparent) 0 1px, transparent 1px 22px),
  linear-gradient(var(--line-2) 1px, transparent 1px), linear-gradient(90deg, var(--line-2) 1px, transparent 1px);
  background-size: auto, 44px 44px, 44px 44px; }
.pb-motif--molecular::before { background-image:
  radial-gradient(color-mix(in srgb, var(--pb-accent) 24%, transparent) 1.6px, transparent 1.8px),
  radial-gradient(color-mix(in srgb, var(--pb-accent) 10%, transparent) 1px, transparent 1.2px),
  linear-gradient(90deg, transparent, transparent);
  background-size: 30px 30px, 30px 30px, 100% 100%; background-position: 0 0, 15px 15px, 0 0; }
.pb-motif--facet::before { background-image:
  repeating-linear-gradient(115deg, color-mix(in srgb, var(--pb-accent) 12%, transparent) 0 1px, transparent 1px 26px),
  repeating-linear-gradient(65deg, color-mix(in srgb, var(--pb-accent) 8%, transparent) 0 1px, transparent 1px 26px);
  background-size: auto, auto; }
.pb-motif--waves::before { background-image:
  radial-gradient(120% 16px at 50% 0, transparent 0 15px, color-mix(in srgb, var(--pb-accent) 12%, transparent) 15px 16px, transparent 16px),
  linear-gradient(var(--line-2) 1px, transparent 1px), linear-gradient(90deg, var(--line-2) 1px, transparent 1px);
  background-size: 40px 26px, 66px 66px, 66px 66px; }

/* ---- layout ---- */
.pb-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(30px, 4vw, 60px); align-items: center; }
@media (max-width: 900px) { .pb-grid { grid-template-columns: 1fr; gap: clamp(28px, 5vw, 40px); } }

/* breadcrumb (light) */
.breadcrumb { display: flex; gap: 10px; align-items: center; font-family: var(--mono); font-size: .76rem; letter-spacing: .04em; color: var(--muted-2); margin-bottom: 24px; }
.breadcrumb a { color: var(--muted); transition: color .2s; }
.breadcrumb a:hover { color: var(--pb-accent); }
.breadcrumb span { color: var(--line); }
.breadcrumb .cur { color: var(--ink-2); }

/* kicker + headline + intro */
.pb-kicker { display: inline-flex; align-items: center; gap: 11px; font-family: var(--mono); font-size: .76rem; font-weight: 500; letter-spacing: .17em; text-transform: uppercase; color: var(--pb-accent); margin-bottom: 22px; }
.pb-kicker::before { content: ""; width: 30px; height: 1px; background: currentColor; }
.page-banner h1 { font-family: var(--display); font-weight: 700; font-size: clamp(2.3rem, 4.6vw, 3.9rem); letter-spacing: -.035em; line-height: 1.0; color: var(--ink); max-width: 18ch; }
.page-banner p.pb-intro { margin-top: 20px; max-width: 56ch; font-size: clamp(1.04rem, 1.35vw, 1.22rem); line-height: 1.55; color: var(--muted); }
.pb-actions { margin-top: clamp(26px, 3vw, 34px); display: flex; gap: 13px; flex-wrap: wrap; align-items: center; }

/* ---- aside: ERP modules / pharma compliance panels ---- */
.pb-aside { position: relative; }
.pb-panel { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); overflow: hidden; }
.pb-panel-h { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 18px; border-bottom: 1px solid var(--line); background: var(--surface-2); }
.pb-panel-h .k { font-family: var(--mono); font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted-2); display: inline-flex; align-items: center; gap: 8px; }
.pb-panel-h .k::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--pb-accent); }
.pb-panel-h .n { font-family: var(--display); font-weight: 700; font-size: .98rem; letter-spacing: -.02em; color: var(--ink); }
.pb-modules { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); }
.pb-mod { display: flex; align-items: center; gap: 10px; padding: 13px 16px; background: #fff; font-size: .9rem; font-weight: 500; color: var(--ink-2); transition: background .25s; }
.pb-mod:hover { background: var(--surface-2); }
.pb-mod .d { width: 7px; height: 7px; border-radius: 50%; background: var(--pb-accent); flex-shrink: 0; }
.pb-comp { padding: 7px; }
.pb-comp li { display: flex; align-items: center; gap: 12px; padding: 12px; }
.pb-comp li + li { border-top: 1px solid var(--line-2); }
.pb-comp .c { width: 27px; height: 27px; border-radius: 8px; background: color-mix(in srgb, var(--pb-accent) 14%, #fff); color: var(--pb-accent); display: grid; place-items: center; flex-shrink: 0; }
.pb-comp .c svg { width: 15px; height: 15px; }
.pb-comp .t { font-weight: 600; color: var(--ink); font-size: .95rem; }

/* ---- aside: industry photo ---- */
.pb-photo { position: relative; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-md); aspect-ratio: 4 / 3; }
.pb-photo img { width: 100%; height: 100%; object-fit: cover; }
.pb-photo .pb-photo-tag { position: absolute; left: 16px; bottom: 16px; font-family: var(--mono); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; color: #fff; background: color-mix(in srgb, var(--pb-accent) 55%, rgba(11,18,32,.72)); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); padding: 7px 13px; border-radius: 999px; }
@media (max-width: 900px) { .pb-aside { max-width: 520px; } }

/* core-page banners match the detail-page copy width (the pb-grid column) */

/* =========================================================================
   PAGE-BANNER — DARK theme. Dark ink canvas; each page keeps its own
   --pb-accent, motif and typed panel (which now glow against the dark).
   ========================================================================= */
.page-banner { color: #eaf1fb; background: color-mix(in srgb, var(--pb-accent) 12%, #0a1020); border-bottom-color: rgba(255,255,255,.08); }
.page-banner::before { background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); opacity: .9; }
.page-banner::after { background:
  radial-gradient(48% 70% at 90% 2%, color-mix(in srgb, var(--pb-accent) 52%, transparent), transparent 60%),
  radial-gradient(40% 60% at 2% 114%, color-mix(in srgb, var(--pb-accent) 26%, transparent), transparent 60%),
  linear-gradient(140deg, color-mix(in srgb, var(--pb-accent) 15%, #090e1c) 0%, color-mix(in srgb, var(--pb-accent) 24%, #0b1533) 52%, color-mix(in srgb, var(--pb-accent) 9%, #090d1a) 100%); }
/* motifs on dark: faint white grid base + brighter accent pattern */
.pb-motif--rays::before { background-image:
  repeating-conic-gradient(from 0deg at 93% 2%, color-mix(in srgb, var(--pb-accent) 30%, transparent) 0deg 2deg, transparent 2deg 11deg),
  linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: auto, 66px 66px, 66px 66px; }
.pb-motif--dots::before { background-image:
  radial-gradient(color-mix(in srgb, var(--pb-accent) 55%, transparent) 1.5px, transparent 1.7px),
  linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 22px 22px, 66px 66px, 66px 66px; }
.pb-motif--blueprint::before { background-image:
  repeating-linear-gradient(45deg, color-mix(in srgb, var(--pb-accent) 20%, transparent) 0 1px, transparent 1px 22px),
  linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: auto, 44px 44px, 44px 44px; }
.pb-motif--molecular::before { background-image:
  radial-gradient(color-mix(in srgb, var(--pb-accent) 55%, transparent) 1.6px, transparent 1.8px),
  radial-gradient(color-mix(in srgb, var(--pb-accent) 26%, transparent) 1px, transparent 1.2px),
  linear-gradient(90deg, transparent, transparent);
  background-size: 30px 30px, 30px 30px, 100% 100%; background-position: 0 0, 15px 15px, 0 0; }
.pb-motif--facet::before { background-image:
  repeating-linear-gradient(115deg, color-mix(in srgb, var(--pb-accent) 26%, transparent) 0 1px, transparent 1px 26px),
  repeating-linear-gradient(65deg, color-mix(in srgb, var(--pb-accent) 15%, transparent) 0 1px, transparent 1px 26px); }
.pb-motif--waves::before { background-image:
  radial-gradient(120% 16px at 50% 0, transparent 0 15px, color-mix(in srgb, var(--pb-accent) 26%, transparent) 15px 16px, transparent 16px),
  linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 40px 26px, 66px 66px, 66px 66px; }
/* text on dark */
.page-banner h1 { color: #fff; }
.page-banner p.pb-intro { color: #aebfd8; }
.breadcrumb { color: rgba(233,241,251,.5); }
.breadcrumb a { color: rgba(233,241,251,.72); }
.breadcrumb span { color: rgba(255,255,255,.22); }
.breadcrumb .cur { color: #fff; }
.page-banner .btn--ghost { color: #fff; box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.3); }
.page-banner .btn--ghost:hover { box-shadow: inset 0 0 0 1.5px #fff; transform: translateY(-2px); }
/* typed panels → dark glass */
.pb-panel { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.13); box-shadow: 0 30px 60px -30px rgba(0,0,0,.6); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.pb-panel-h { background: rgba(255,255,255,.04); border-bottom-color: rgba(255,255,255,.1); }
.pb-panel-h .k { color: rgba(233,241,251,.62); }
.pb-panel-h .n { color: #fff; }
.pb-modules { background: rgba(255,255,255,.1); }
.pb-mod { background: #0d1730; color: #dfe6f2; }
.pb-mod:hover { background: #13223f; }
.pb-comp li + li { border-top-color: rgba(255,255,255,.08); }
.pb-comp .c { background: color-mix(in srgb, var(--pb-accent) 26%, transparent); color: #fff; }
.pb-comp .t { color: #fff; }
.pb-comp .t small { display: block; font-weight: 400; font-size: .76rem; color: #aebfd8; margin-top: 3px; line-height: 1.3; }
/* numbered values list (About) */
.pb-values li { display: flex; align-items: center; gap: 13px; padding: 12px 15px; }
.pb-values li + li { border-top: 1px solid rgba(255,255,255,.08); }
.pb-values .vn { font-family: var(--mono); font-size: .72rem; color: var(--pb-accent); flex-shrink: 0; width: 18px; }
.pb-values .vt { font-weight: 600; color: #fff; font-size: .9rem; line-height: 1.25; }

/* =========================================================================
   HOMEPAGE HERO — dark, to match the page-banners (blue-tinted dark canvas).
   ========================================================================= */
.sx-hero { color: #eaf1fb;
  background: linear-gradient(140deg, color-mix(in srgb, var(--primary) 15%, #090e1c) 0%, color-mix(in srgb, var(--primary) 24%, #0b1533) 52%, color-mix(in srgb, var(--primary) 9%, #090d1a) 100%); }
.sx-hero::before { background:
  radial-gradient(44% 60% at 84% 16%, color-mix(in srgb, var(--primary) 46%, transparent), transparent 60%),
  radial-gradient(38% 52% at 98% 92%, color-mix(in srgb, var(--accent) 26%, transparent), transparent 60%); }
.sx-gridbg { background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); opacity: .85; }
.sx-hero .sx-meta { color: rgba(233,241,251,.55); }
.sx-hero .sx-meta b { color: #fff; }
.sx-hero .sx-meta i { color: rgba(255,255,255,.2); }
.sx-hero .sx-kicker { color: var(--primary-light); }
.sx-hero .sx-h1 { color: #fff; }
.sx-hero .sx-h1 em { color: var(--primary-light); }
.sx-hero .sx-lead { color: #aebfd8; }
.sx-hero .btn--ghost { color: #fff; box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.3); }
.sx-hero .btn--ghost:hover { box-shadow: inset 0 0 0 1.5px #fff; }
.sx-hero .sx-facts { border-top-color: rgba(255,255,255,.18); }
.sx-hero .sx-fact { border-left-color: rgba(255,255,255,.12); }
.sx-hero .sx-fact .fn { color: #fff; }
.sx-hero .sx-fact .fn .suffix { color: var(--primary-light); }
.sx-hero .sx-fact .fl { color: #9fb0c9; }

/* =========================================================================
   BODY AMBIENT BACKGROUND — light animated gradient mesh + dot pattern behind
   the content; shows through the transparent (white) .section areas. Subtle,
   but visible, and gently drifting. Dark hero/banners/footer sit on top.
   ========================================================================= */
body::before { content: ""; position: fixed; inset: -20%; z-index: -2; pointer-events: none;
  background:
    radial-gradient(30% 34% at 20% 16%, rgba(37,99,235,.10), transparent 60%),
    radial-gradient(27% 30% at 82% 24%, rgba(16,185,129,.08), transparent 60%),
    radial-gradient(33% 36% at 72% 84%, rgba(37,99,235,.08), transparent 60%),
    radial-gradient(24% 28% at 10% 86%, rgba(16,185,129,.06), transparent 60%);
  animation: bodyDrift 28s ease-in-out infinite; will-change: transform; }
body::after { content: ""; position: fixed; inset: 0; z-index: -2; pointer-events: none;
  background-image: radial-gradient(rgba(37,99,235,.06) 1px, transparent 1.5px);
  background-size: 26px 26px; }
@keyframes bodyDrift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(-2.2%, 1.6%) scale(1.06); }
  66% { transform: translate(1.8%, -1.6%) scale(1.03); }
}
@media (prefers-reduced-motion: reduce) { body::before { animation: none; } }

/* =========================================================================
   HERO (home)
   ========================================================================= */
.hero { position: relative; padding-top: clamp(48px, 6vw, 92px); padding-bottom: clamp(56px, 7vw, 110px); overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -2;
  background:
    radial-gradient(50% 60% at 82% 8%, rgba(37,99,235,.10), transparent 62%),
    radial-gradient(40% 55% at 12% 96%, rgba(16,185,129,.09), transparent 60%);
}
.hero-grid-bg { position: absolute; inset: 0; z-index: -1; opacity: .5;
  background-image: linear-gradient(var(--line-2) 1px, transparent 1px), linear-gradient(90deg, var(--line-2) 1px, transparent 1px);
  background-size: 58px 58px; -webkit-mask-image: radial-gradient(70% 60% at 50% 30%, #000, transparent 78%); mask-image: radial-gradient(70% 60% at 50% 30%, #000, transparent 78%); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(34px, 5vw, 68px); align-items: center; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 7px 8px 7px 7px; border-radius: 999px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); font-size: .84rem; color: var(--ink-2); margin-bottom: 26px; }
.hero-eyebrow b { background: var(--accent-050); color: var(--accent-dark); padding: 4px 10px; border-radius: 999px; font-family: var(--mono); font-size: .72rem; letter-spacing: .04em; }
.hero h1 { margin-bottom: 24px; }
.hero h1 .g { background: linear-gradient(115deg, var(--primary), var(--accent-dark), var(--primary)); background-size: 220% auto; -webkit-background-clip: text; background-clip: text; color: transparent; animation: textShine 7s linear infinite; }
@keyframes textShine { to { background-position: 220% center; } }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(64px); z-index: -1; pointer-events: none; }
.hero-orb--1 { width: 400px; height: 400px; background: radial-gradient(circle, rgba(37,99,235,.32), transparent 70%); top: -90px; right: -70px; animation: orbFloat 15s ease-in-out infinite; }
.hero-orb--2 { width: 340px; height: 340px; background: radial-gradient(circle, rgba(16,185,129,.28), transparent 70%); bottom: -110px; left: -50px; animation: orbFloat 19s ease-in-out infinite reverse; }
@keyframes orbFloat { 0%,100% { transform: translate(0,0) scale(1); } 33% { transform: translate(34px,-24px) scale(1.08); } 66% { transform: translate(-22px,26px) scale(.94); } }
.hero-sub { font-size: clamp(1.06rem, 1.4vw, 1.24rem); max-width: 46ch; color: var(--muted); margin-bottom: 34px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.hero-trust { margin-top: 38px; display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.hero-trust .avatars { display: flex; }
.hero-trust .avatars span { width: 40px; height: 40px; border-radius: 50%; border: 2.5px solid #fff; margin-left: -12px; display: grid; place-items: center; font-weight: 700; font-size: .9rem; color: #fff; font-family: var(--display); }
.hero-trust .avatars span:first-child { margin-left: 0; }
.hero-trust small { display: block; color: var(--muted); font-size: .9rem; }
.hero-trust b { color: var(--ink); font-size: .98rem; }
.stars { color: #f59e0b; letter-spacing: 1px; }

/* hero visual — layered glass panel */
.hero-visual { position: relative; }
.hero-panel { position: relative; background: #fff; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow-lg); padding: 22px; }
.hero-panel__bar { display: flex; align-items: center; gap: 7px; margin-bottom: 18px; }
.hero-panel__bar i { width: 11px; height: 11px; border-radius: 50%; background: var(--line); }
.hero-panel__bar i:nth-child(1){ background:#ff5f57;} .hero-panel__bar i:nth-child(2){ background:#febc2e;} .hero-panel__bar i:nth-child(3){ background:#28c840;}
.hero-panel__bar span { margin-left: auto; font-family: var(--mono); font-size: .74rem; color: var(--muted-2); }
.hero-metric { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 16px; }
.metric-box { border: 1px solid var(--line); border-radius: 14px; padding: 16px; background: var(--surface-2); }
.metric-box .mk { font-family: var(--mono); font-size: .72rem; color: var(--muted-2); text-transform: uppercase; letter-spacing: .08em; }
.metric-box .mv { font-family: var(--display); font-weight: 700; font-size: 1.7rem; color: var(--ink); margin-top: 6px; }
.metric-box .mv small { font-size: .9rem; color: var(--accent-dark); font-weight: 600; }
.hero-bars { display: flex; align-items: flex-end; gap: 9px; height: 92px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 14px; }
.hero-bars i { flex: 1; background: linear-gradient(var(--primary-light), var(--primary)); border-radius: 5px 5px 3px 3px; transform-origin: bottom; animation: barGrow 1s var(--ease-out) both; }
.hero-bars i:nth-child(5){ background: linear-gradient(var(--accent), var(--accent-dark)); }
@keyframes barGrow { from { transform: scaleY(0); } }
.hero-badge { position: absolute; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-md); padding: 13px 16px; display: flex; align-items: center; gap: 12px; }
.hero-badge svg { width: 20px; height: 20px; }
.hero-badge .hb-k { font-size: .74rem; color: var(--muted); }
.hero-badge .hb-v { font-weight: 700; color: var(--ink); font-size: .96rem; font-family: var(--display); }
.hero-badge--tl { top: 22px; left: -34px; animation: float 6s ease-in-out infinite; }
.hero-badge--br { bottom: 30px; right: -28px; animation: float 6s ease-in-out infinite .8s; }
.hero-badge--tl svg { color: var(--accent-dark); }
.hero-badge--br svg { color: var(--primary); }
@keyframes float { 0%,100%{ transform: translateY(0);} 50%{ transform: translateY(-10px);} }
@media (prefers-reduced-motion: reduce){ .hero-badge{ animation:none;} .hero-bars i{ animation:none;} }

/* logos strip */
.logos-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--surface-2); }
.logos-strip .container { display: flex; align-items: center; gap: 34px; padding-block: 26px; flex-wrap: wrap; justify-content: center; }
.logos-strip p { font-family: var(--mono); font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; color: var(--muted-2); }

/* =========================================================================
   MARQUEE (tech)
   ========================================================================= */
.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); }
.marquee__track { display: flex; gap: 18px; width: max-content; animation: scrollX 34s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
@keyframes scrollX { to { transform: translateX(-50%); } }
.tech-chip { display: flex; align-items: center; gap: 12px; padding: 14px 24px; border: 1px solid var(--line); border-radius: 999px; background: #fff; flex-shrink: 0; }
.tech-chip img { width: 30px; height: 30px; object-fit: contain; }
.tech-chip span { font-weight: 600; color: var(--ink-2); font-size: .96rem; }
@media (prefers-reduced-motion: reduce){ .marquee__track { animation: none; flex-wrap: wrap; justify-content:center; } }

/* =========================================================================
   PRODUCTS (flagship)
   ========================================================================= */
.product-feature { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 4vw, 62px); align-items: center; }
.product-feature.rev .pf-media { order: 2; }
.pf-media { position: relative; border-radius: var(--radius-lg); overflow: hidden; }
.pf-visual { position: relative; border-radius: var(--radius-lg); padding: clamp(26px,3vw,42px); min-height: 340px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; color: #fff; }
.pf-visual--solar { --pfa: 37,99,235; background: var(--ink); }
.pf-visual--lims { --pfa: 16,185,129; background: var(--ink); }
.pf-visual::after { content:""; position:absolute; inset:0; z-index:0; pointer-events:none; background-image: radial-gradient(60% 80% at 86% 6%, rgba(var(--pfa,37,99,235),.42), transparent 58%), linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: auto, 100% 42px, 42px 100%; }
.pf-visual::before { content:""; position:absolute; left:0; right:0; top:0; height:3px; z-index:1; background: rgb(var(--pfa,37,99,235)); }
.pf-visual .pf-badge { align-self: flex-start; background: rgba(255,255,255,.16); backdrop-filter: blur(6px); border: 1px solid rgba(255,255,255,.25); border-radius: 999px; padding: 8px 15px; font-family: var(--mono); font-size: .74rem; letter-spacing: .06em; position: relative; z-index: 1; }
.pf-visual .pf-big { font-family: var(--display); font-weight: 700; font-size: clamp(1.8rem, 3vw, 2.6rem); line-height: 1.05; position: relative; z-index: 1; letter-spacing: -.02em; }
.pf-modules { display: flex; flex-wrap: wrap; gap: 8px; position: relative; z-index: 1; }
.pf-modules span { background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.2); padding: 6px 12px; border-radius: 8px; font-size: .8rem; font-weight: 500; }
.pf-body .tag { margin-bottom: 20px; }
.pf-body h3 { font-size: clamp(1.7rem, 2.6vw, 2.3rem); margin-bottom: 8px; }
.pf-body .pf-tagline { font-family: var(--mono); font-size: .86rem; color: var(--primary); margin-bottom: 18px; letter-spacing: .02em; }
.pf-body > p { margin-bottom: 22px; }
.pf-metrics { display: flex; gap: 30px; margin: 24px 0; flex-wrap: wrap; }
.pf-metrics div .n { font-family: var(--display); font-weight: 700; font-size: 1.7rem; color: var(--ink); }
.pf-metrics div .l { font-size: .84rem; color: var(--muted); }

/* =========================================================================
   SOLUTIONS mosaic
   ========================================================================= */
.mosaic { display: grid; grid-template-columns: repeat(6, 1fr); gap: clamp(14px, 1.6vw, 20px); grid-auto-rows: 200px; }
.sol-card { position: relative; border-radius: var(--radius-lg); overflow: hidden; display: flex; align-items: flex-end; color: #fff; isolation: isolate; }
.sol-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform .7s var(--ease-out); }
.sol-card::after { content:""; position:absolute; inset:0; z-index:-1; background: linear-gradient(to top, rgba(8,15,30,.86) 6%, rgba(8,15,30,.28) 46%, rgba(8,15,30,.05)); }
.sol-card:hover img { transform: scale(1.07); }
.sol-card .sol-body { padding: 22px; position: relative; z-index: 1; }
.sol-card .sol-k { font-family: var(--mono); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.75); }
.sol-card h3 { color: #fff; font-size: 1.3rem; margin-top: 4px; }
.sol-card p { color: rgba(255,255,255,.82); font-size: .9rem; margin-top: 6px; max-height: 0; overflow: hidden; opacity: 0; transition: max-height .5s var(--ease), opacity .4s, margin .4s; }
.sol-card:hover p { max-height: 80px; opacity: 1; margin-top: 8px; }
.sol-card--lg { grid-column: span 3; grid-row: span 2; }
.sol-card--md { grid-column: span 3; }
.sol-card--sm { grid-column: span 2; }
/* gradient specialisation cards (Pharma / Solar — designed motif, no photo) */
.sol-card--pharma { background: radial-gradient(130% 130% at 78% 12%, #10b981 0%, #059669 46%, #064e3b 100%); box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); }
.sol-card--solar { background: radial-gradient(130% 130% at 78% 12%, #38bdf8 0%, #2563eb 46%, #0b3a97 100%); box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); }
.sol-card--pharma::after, .sol-card--solar::after { background: linear-gradient(to top, rgba(6,12,24,.5), rgba(6,12,24,.08) 55%, transparent); }
/* pharma = molecular dot-lattice + soft glow */
.sol-card--pharma::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .95;
  background-image:
    radial-gradient(circle at 80% 16%, rgba(255,255,255,.28), transparent 38%),
    radial-gradient(circle at 12% 92%, rgba(255,255,255,.12), transparent 46%),
    radial-gradient(rgba(255,255,255,.16) 1.4px, transparent 1.6px);
  background-size: auto, auto, 22px 22px; }
/* solar = radiating sun-rays + panel lines */
.sol-card--solar::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .95;
  background-image:
    radial-gradient(circle at 84% 14%, rgba(255,255,255,.42), transparent 30%),
    repeating-conic-gradient(from 0deg at 84% 14%, rgba(255,255,255,.14) 0deg 4deg, transparent 4deg 14deg),
    linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: auto, auto, 100% 42px; }
/* icon as a large ghosted watermark motif bleeding off the edge */
.sol-ico { position: absolute; top: 50%; right: -18px; transform: translateY(-58%); z-index: 0; opacity: .17; pointer-events: none; }
.sol-ico svg { width: clamp(150px, 20vw, 210px); height: clamp(150px, 20vw, 210px); color: #fff; }
@media (prefers-reduced-motion: no-preference) {
  .sol-card--pharma .sol-ico, .sol-card--solar .sol-ico { animation: solFloat 9s ease-in-out infinite; }
}
@keyframes solFloat { 0%, 100% { transform: translateY(-58%); } 50% { transform: translateY(-50%); } }
.sol-card--pharma p, .sol-card--solar p, .sol-card--lg p { max-height: 96px; opacity: 1; margin-top: 8px; }
.sol-badge { position: absolute; top: 22px; left: 22px; z-index: 1; font-family: var(--mono); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.28); padding: 5px 11px; border-radius: 999px; }

/* =========================================================================
   PROCESS / steps
   ========================================================================= */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; counter-reset: step; }
.step { position: relative; padding: 34px 28px; border-left: 1px solid var(--line); }
.step:first-child { border-left: 0; }
.step .step-n { font-family: var(--mono); font-size: .8rem; color: var(--primary); letter-spacing: .1em; }
.step h3 { font-size: 1.22rem; margin: 14px 0 10px; }
.step p { font-size: .95rem; }
.step .dot { position: absolute; top: -6px; left: -6px; width: 11px; height: 11px; border-radius: 50%; background: var(--primary); }
.step:first-child .dot { left: 0; }

/* modern connected-step process */
.process { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(16px, 1.6vw, 24px); }
.process .proc-line { position: absolute; top: 78px; left: 11%; right: 11%; height: 2px; z-index: 0;
  background: repeating-linear-gradient(90deg, var(--gray-light) 0 7px, transparent 7px 15px); }
.proc-step { position: relative; z-index: 1; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: clamp(26px, 2.4vw, 34px) clamp(20px, 2vw, 28px); text-align: center; overflow: hidden;
  transition: transform .4s var(--ease-out), box-shadow .4s var(--ease-out), border-color .3s; }
.proc-step::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; transform: scaleX(0); transform-origin: left;
  background: linear-gradient(90deg, var(--primary), var(--accent)); transition: transform .45s var(--ease); }
.proc-step:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: transparent; }
.proc-step:hover::before { transform: scaleX(1); }
.proc-num { width: 52px; height: 52px; margin: 0 auto; border-radius: 50%; display: grid; place-items: center;
  font-family: var(--display); font-size: 1.1rem; color: #fff; background: linear-gradient(135deg, var(--primary), var(--accent-dark));
  box-shadow: 0 10px 22px -8px rgba(37,99,235,.65); position: relative; }
.proc-num::after { content: ""; position: absolute; inset: -5px; border-radius: 50%; border: 1.5px dashed var(--primary-light); opacity: .5; }
.proc-ico { width: 56px; height: 56px; margin: 20px auto 16px; border-radius: 15px; background: var(--primary-050); color: var(--primary);
  display: grid; place-items: center; transition: transform .35s var(--ease), background .3s, color .3s; }
.proc-ico svg { width: 27px; height: 27px; }
.proc-step:hover .proc-ico { transform: translateY(-3px) rotate(-6deg); background: var(--primary); color: #fff; }
.proc-step h3 { font-size: 1.22rem; margin-bottom: 10px; }
.proc-step p { font-size: .94rem; }
@media (max-width: 980px) { .process { grid-template-columns: repeat(2, 1fr); } .process .proc-line { display: none; } }
@media (max-width: 560px) { .process { grid-template-columns: 1fr; } }

/* =========================================================================
   VALUES
   ========================================================================= */
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
.value-cell { padding: clamp(26px, 3vw, 40px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .3s, box-shadow .35s; position: relative; overflow: hidden; }
.value-cell::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: linear-gradient(180deg, var(--primary), var(--accent)); transform: scaleY(0); transform-origin: top; transition: transform .5s var(--ease); }
.value-cell:hover { background: var(--surface-2); }
.value-cell:hover::before { transform: scaleY(1); }
.value-cell .v-ico { width: 54px; height: 54px; border-radius: 15px; display: grid; place-items: center; background: linear-gradient(140deg, var(--primary), var(--primary-dark)); color: #fff; margin-bottom: 20px; box-shadow: 0 12px 24px -10px rgba(37, 99, 235, .6); transition: transform .4s var(--ease); }
.value-cell:hover .v-ico { transform: translateY(-4px) rotate(-5deg); }
.value-cell .v-ico svg { width: 25px; height: 25px; }
.value-cell h3 { font-size: 1.2rem; margin-bottom: 8px; }
.value-cell p { font-size: .95rem; }
.value-cell .v-n { position: absolute; top: 16px; right: 24px; font-family: var(--display); font-size: 2.6rem; line-height: 1; color: var(--primary-100); transition: color .35s; pointer-events: none; }
.value-cell:hover .v-n { color: var(--primary); opacity: .35; }
/* staggered icon pop when the grid reveals into view (on the SVG, so the tile keeps its own hover transform) */
.values-grid.reveal .v-ico svg { opacity: 0; transform: scale(.5) rotate(-10deg); }
.values-grid.reveal.in .v-ico svg { opacity: 1; transform: none; transition: transform .55s var(--ease-out), opacity .5s ease; }
.values-grid.reveal.in .value-cell:nth-child(1) .v-ico svg { transition-delay: .06s; }
.values-grid.reveal.in .value-cell:nth-child(2) .v-ico svg { transition-delay: .13s; }
.values-grid.reveal.in .value-cell:nth-child(3) .v-ico svg { transition-delay: .20s; }
.values-grid.reveal.in .value-cell:nth-child(4) .v-ico svg { transition-delay: .27s; }
.values-grid.reveal.in .value-cell:nth-child(5) .v-ico svg { transition-delay: .34s; }
.values-grid.reveal.in .value-cell:nth-child(6) .v-ico svg { transition-delay: .41s; }
@media (prefers-reduced-motion: reduce) { .values-grid.reveal .v-ico svg { opacity: 1 !important; transform: none !important; } }

/* =========================================================================
   CTA band
   ========================================================================= */
.cta-band { position: relative; overflow: hidden; border-radius: clamp(20px, 3vw, 34px); background: linear-gradient(130deg, #0b1220, #16294e 55%, #123a6b); color: #fff; padding: clamp(44px, 6vw, 84px) clamp(28px, 5vw, 76px); }
.cta-band::before { content:""; position:absolute; inset:0; background: radial-gradient(50% 120% at 88% 10%, rgba(37,99,235,.5), transparent 55%), radial-gradient(46% 110% at 6% 100%, rgba(16,185,129,.32), transparent 55%); }
.cta-band::after { content:""; position:absolute; inset:0; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 46px 46px; -webkit-mask-image: radial-gradient(80% 80% at 70% 20%, #000, transparent); mask-image: radial-gradient(80% 80% at 70% 20%, #000, transparent); }
.cta-band > * { position: relative; z-index: 1; }
.cta-band h2 { color: #fff; max-width: 18ch; }
.cta-band p { color: #b9c6dc; margin-top: 16px; max-width: 52ch; font-size: 1.1rem; }
.cta-band .cta-actions { margin-top: 32px; display: flex; gap: 14px; flex-wrap: wrap; }

/* =========================================================================
   CONTACT
   ========================================================================= */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(30px, 4vw, 60px); align-items: start; }
.contact-info .ci-item { display: flex; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.contact-info .ci-item:last-child { border-bottom: 0; }
.contact-info .ci-ico { width: 50px; height: 50px; border-radius: 14px; background: var(--primary-050); color: var(--primary); display: grid; place-items: center; flex-shrink: 0; }
.contact-info .ci-ico svg { width: 22px; height: 22px; }
.contact-info h4 { font-family: var(--body); font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; color: var(--muted-2); margin-bottom: 5px; font-weight: 700; }
.contact-info .ci-item p, .contact-info .ci-item a { color: var(--ink); font-weight: 500; }
.contact-info .ci-item a:hover { color: var(--primary); }

.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(26px, 3vw, 42px); box-shadow: var(--shadow-md); }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: .86rem; font-weight: 600; color: var(--ink-2); margin-bottom: 8px; }
.field input, .field textarea, .field select {
  width: 100%; padding: 13px 16px; border: 1.5px solid var(--line); border-radius: 12px; background: var(--surface-2);
  transition: border-color .2s, box-shadow .2s, background .2s;
}
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--primary); background: #fff; box-shadow: 0 0 0 4px var(--primary-050); }
.field textarea { resize: vertical; min-height: 130px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-note { font-size: .84rem; color: var(--muted); margin-top: 6px; text-align: center; }
.form-success { display: none; padding: 16px; border-radius: 12px; background: var(--accent-050); color: var(--accent-dark); font-weight: 600; text-align: center; margin-bottom: 18px; }
.form-success.show { display: block; }
.form-error { background: #fef2f2; color: #b91c1c; }
.form-error a { color: #b91c1c; text-decoration: underline; }

/* map / address block */
.map-embed { border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; height: 340px; }
.map-embed iframe { width: 100%; height: 100%; border: 0; filter: grayscale(.2) contrast(1.05); }

/* =========================================================================
   MISC — feature list, split, faq
   ========================================================================= */
.feature-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px,4vw,60px); align-items: center; }
.media-frame { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-md); position: relative; }
.media-frame img { width: 100%; height: 100%; object-fit: cover; }

.icon-list { display: grid; gap: 18px; }
.icon-list li { display: flex; gap: 16px; }
.icon-list .il-ico { width: 46px; height: 46px; border-radius: 12px; background: var(--accent-050); color: var(--accent-dark); display: grid; place-items: center; flex-shrink: 0; }
.icon-list .il-ico svg { width: 22px; height: 22px; }
.icon-list h4 { font-family: var(--display); font-size: 1.1rem; color: var(--ink); margin-bottom: 4px; }
.icon-list p { font-size: .94rem; }

.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { display: flex; justify-content: space-between; align-items: center; gap: 20px; width: 100%; text-align: left; padding: 22px 4px; font-family: var(--display); font-weight: 600; font-size: 1.15rem; color: var(--ink); }
.faq-q .fi { flex-shrink: 0; width: 26px; height: 26px; position: relative; }
.faq-q .fi::before, .faq-q .fi::after { content:""; position:absolute; top:50%; left:50%; transform: translate(-50%,-50%); background: var(--primary); border-radius: 2px; }
.faq-q .fi::before { width: 14px; height: 2px; }
.faq-q .fi::after { width: 2px; height: 14px; transition: transform .3s var(--ease); }
.faq-item.open .fi::after { transform: translate(-50%,-50%) scaleY(0); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .4s var(--ease); }
.faq-a p { padding: 0 4px 22px; color: var(--muted); }

/* =========================================================================
   FOCUS / CORE SPECIALISATIONS (ERP + Pharma)
   ========================================================================= */
.focus-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: clamp(18px, 2vw, 26px); }
@media (max-width: 560px) { .focus-grid { grid-template-columns: 1fr; } }
/* full-width closer card (ERP Development) — .focus-card.* to beat the base flex-direction */
.focus-card.focus-card--wide { grid-column: 1 / -1; margin-top: clamp(18px, 2vw, 26px); flex-direction: row; align-items: center; gap: clamp(18px, 2.4vw, 34px); flex-wrap: wrap; }
.focus-card--wide .focus-ico { margin: 0; flex-shrink: 0; align-self: flex-start; }
.focus-card--wide .fw-body { flex: 1 1 340px; }
.focus-card--wide h3 { margin: 8px 0 6px; }
.focus-card--wide .btn { margin-left: auto; }
.focus-card {
  position: relative; border: 1px solid var(--line); border-radius: var(--radius-lg);
  background: #fff; padding: clamp(28px, 3.4vw, 46px); overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform .4s var(--ease-out), box-shadow .4s var(--ease-out), border-color .3s;
}
.focus-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 5px; }
.focus-card--erp::before { background: linear-gradient(90deg, var(--primary), var(--primary-light)); }
.focus-card--pharma::before { background: linear-gradient(90deg, var(--accent-dark), var(--accent)); }
.focus-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
.focus-ghost { position: absolute; top: -8px; right: 10px; font-family: var(--display); font-weight: 700; font-size: 6.4rem; line-height: 1; z-index: 0; pointer-events: none; }
.focus-card--erp .focus-ghost { color: #cadcff; }
.focus-card--pharma .focus-ghost { color: #b8efd8; }
.focus-ribbon { display: inline-flex; align-items: center; gap: 8px; font-family: var(--mono); font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 20px; position: relative; z-index: 1; }
.focus-ribbon::before { content: ""; width: 22px; height: 1px; background: currentColor; }
.focus-card--erp .focus-ribbon { color: var(--primary); }
.focus-card--pharma .focus-ribbon { color: var(--accent-dark); }
.focus-ico { width: 64px; height: 64px; border-radius: 16px; display: grid; place-items: center; margin-bottom: 22px; position: relative; z-index: 1; transition: transform .35s var(--ease); }
.focus-card--erp .focus-ico { background: var(--primary-050); color: var(--primary); }
.focus-card--pharma .focus-ico { background: var(--accent-050); color: var(--accent-dark); }
.focus-card:hover .focus-ico { transform: rotate(-6deg) scale(1.05); }
.focus-ico svg { width: 32px; height: 32px; }
.focus-card h3 { font-size: clamp(1.5rem, 2.2vw, 2rem); margin-bottom: 12px; position: relative; z-index: 1; }
.focus-card > p { margin-bottom: 22px; position: relative; z-index: 1; }
.focus-caps { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; position: relative; z-index: 1; }
.focus-proof { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 22px; border-top: 1px solid var(--line-2); position: relative; z-index: 1; }
.focus-proof .fp-k { font-size: .82rem; color: var(--muted); }
.focus-proof .fp-k b { color: var(--ink); font-weight: 700; }

/* =========================================================================
   ANIMATION & INTERACTION POLISH
   ========================================================================= */
/* Scroll progress bar (top of every page) */
.scroll-progress { position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 200; pointer-events: none; background: transparent; }
.scroll-progress span { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--primary), var(--accent)); box-shadow: 0 0 10px rgba(37,99,235,.5); transition: width .08s linear; }

/* Button sheen sweep on hover */
.btn--primary, .btn--dark, .btn--light { position: relative; overflow: hidden; }
.btn--primary > *, .btn--dark > *, .btn--light > * { position: relative; z-index: 1; }
.btn--primary::after, .btn--dark::after, .btn--light::after {
  content: ""; position: absolute; top: 0; left: -130%; width: 55%; height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,.4), transparent);
  transform: skewX(-20deg); z-index: 0;
}
.btn--primary:hover::after, .btn--dark:hover::after, .btn--light:hover::after { animation: sheen .85s var(--ease); }
@keyframes sheen { to { left: 140%; } }

/* Focus-card interactive glow (follows cursor via --mx/--my set in JS) + shimmering top bar */
.focus-card::after { content: ""; position: absolute; inset: 0; z-index: 0; opacity: 0; transition: opacity .45s var(--ease); pointer-events: none;
  background: radial-gradient(340px circle at var(--mx,50%) var(--my,0%), rgba(37,99,235,.10), transparent 62%); }
.focus-card--pharma::after { background: radial-gradient(340px circle at var(--mx,50%) var(--my,0%), rgba(16,185,129,.12), transparent 62%); }
.focus-card:hover::after { opacity: 1; }
.focus-card > * { position: relative; z-index: 1; }
.focus-card:hover::before { background-size: 220% 100%; animation: barShimmer 1.6s linear infinite; }
.focus-card--erp:hover::before { background-image: linear-gradient(90deg, var(--primary), var(--accent), var(--primary)); }
.focus-card--pharma:hover::before { background-image: linear-gradient(90deg, var(--accent-dark), var(--primary-light), var(--accent-dark)); }
@keyframes barShimmer { to { background-position: 220% 0; } }

/* Reveal direction variants (add alongside .reveal) */
.reveal--l { transform: translateX(-34px); }
.reveal--r { transform: translateX(34px); }
.reveal--scale { transform: scale(.93); }
.reveal--l.in, .reveal--r.in, .reveal--scale.in { transform: none; }

/* Animated kicker line */
.kicker::before, .kicker--center::after { transition: width .5s var(--ease); }
.head:hover .kicker::before { width: 40px; }

/* Card lift refinement — image zoom already handled on .sol-card */
.card, .service-card, .focus-card { will-change: transform; }

/* Highlight band (ERP/Pharma cross-links) */
.hl-band { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(16px,2vw,22px); }
.hl-tile { position: relative; overflow: hidden; border-radius: var(--radius-lg); padding: clamp(24px,3vw,36px); display: flex; align-items: center; gap: 20px; color: #fff; isolation: isolate; transition: transform .4s var(--ease-out), box-shadow .4s var(--ease-out); }
.hl-tile:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.hl-tile--erp { background: linear-gradient(135deg, #0b3ea8, #2563eb); }
.hl-tile--pharma { background: linear-gradient(135deg, #065f46, #10b981); }
.hl-tile::after { content: ""; position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px); background-size: 100% 34px; }
.hl-tile .hl-ico { width: 56px; height: 56px; border-radius: 14px; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.25); display: grid; place-items: center; flex-shrink: 0; }
.hl-tile .hl-ico svg { width: 28px; height: 28px; }
.hl-tile h3 { color: #fff; font-size: 1.3rem; margin-bottom: 4px; }
.hl-tile p { color: rgba(255,255,255,.85); font-size: .92rem; }
.hl-tile .hl-go { margin-left: auto; width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,.16); display: grid; place-items: center; flex-shrink: 0; transition: transform .3s var(--ease), background .3s; }
.hl-tile .hl-go svg { width: 20px; height: 20px; }
.hl-tile:hover .hl-go { background: #fff; color: var(--ink); transform: translateX(4px); }
@media (max-width: 760px) { .hl-band { grid-template-columns: 1fr; } }

/* related-expertise link cards */
.rel-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: clamp(14px, 1.5vw, 20px); }
.rel-card { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 26px;
  border: 1px solid var(--line); border-radius: var(--radius); background: #fff;
  font-family: var(--display); font-size: 1.06rem; color: var(--ink); position: relative; overflow: hidden;
  transition: transform .35s var(--ease-out), box-shadow .35s var(--ease-out), border-color .3s; }
.rel-card::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: linear-gradient(var(--primary), var(--accent)); transform: scaleY(0); transform-origin: top; transition: transform .35s var(--ease); }
.rel-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: transparent; }
.rel-card:hover::before { transform: scaleY(1); }
.rel-card .rel-go { width: 40px; height: 40px; border-radius: 50%; background: var(--primary-050); color: var(--primary);
  display: grid; place-items: center; flex-shrink: 0; transition: background .3s, color .3s, transform .3s var(--ease); }
.rel-card .rel-go svg { width: 18px; height: 18px; }
.rel-card:hover .rel-go { background: var(--primary); color: #fff; transform: translateX(3px); }

/* spotlight list — distinct specialisation layout for the Services page */
.spec-list { border-top: 1px solid var(--line); }
.spec-row { display: grid; grid-template-columns: auto auto 1fr auto; gap: clamp(18px, 2.6vw, 38px); align-items: center;
  padding: clamp(26px, 3vw, 40px) clamp(6px, 1.4vw, 20px); border-bottom: 1px solid var(--line); position: relative; transition: background .3s; }
.spec-row::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: linear-gradient(var(--primary), var(--accent)); transform: scaleY(0); transform-origin: top; transition: transform .4s var(--ease); }
.spec-row:hover { background: var(--surface-2); }
.spec-row:hover::before { transform: scaleY(1); }
.spec-num { font-family: var(--display); font-size: clamp(1.9rem, 3vw, 2.8rem); line-height: 1; color: var(--line); }
.spec-row:hover .spec-num { background: linear-gradient(120deg, var(--primary), var(--accent-dark)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.spec-ico { width: 62px; height: 62px; border-radius: 16px; display: grid; place-items: center; flex-shrink: 0; transition: transform .35s var(--ease); }
.spec-row--pharma .spec-ico { background: var(--accent-050); color: var(--accent-dark); }
.spec-row--erp .spec-ico { background: var(--primary-050); color: var(--primary); }
.spec-row:hover .spec-ico { transform: rotate(-6deg) scale(1.06); }
.spec-ico svg { width: 28px; height: 28px; }
.spec-main h3 { font-size: clamp(1.3rem, 2vw, 1.75rem); margin-bottom: 7px; }
.spec-main p { font-size: .98rem; margin-bottom: 13px; max-width: 64ch; }
.spec-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.spec-tags span { font-family: var(--mono); font-size: .72rem; padding: 4px 11px; border-radius: 999px; background: var(--surface-3); color: var(--ink-2); }
.spec-go { width: 54px; height: 54px; border-radius: 50%; border: 1.5px solid var(--line); display: grid; place-items: center; color: var(--ink); flex-shrink: 0; transition: .3s var(--ease); }
.spec-go svg { width: 20px; height: 20px; }
.spec-row:hover .spec-go { background: var(--ink); color: #fff; border-color: var(--ink); transform: translateX(4px); }
@media (max-width: 760px) {
  .spec-row { grid-template-columns: auto 1fr; gap: 16px 18px; }
  .spec-ico, .spec-go { display: none; }
}

/* products overview — intro + directory panel (distinct to the Products page) */
.prod-overview { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(30px, 4vw, 64px); align-items: start; }
.prod-stats { display: flex; flex-wrap: wrap; gap: clamp(22px, 3vw, 40px); margin-top: 30px; }
.prod-stats > div .n { font-family: var(--display); font-size: clamp(1.7rem, 2.6vw, 2.2rem); color: var(--ink); line-height: 1; }
.prod-stats > div .n .suffix { color: var(--primary); }
.prod-stats > div .l { font-size: .84rem; color: var(--muted); margin-top: 6px; }
.prod-directory { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 12px; box-shadow: var(--shadow-md); }
.prod-dir-group { padding: 14px 14px 6px; font-family: var(--mono); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted-2); }
.prod-dir-group:first-child { padding-top: 8px; }
.prod-dir-link { display: flex; align-items: center; gap: 12px; padding: 13px 14px; border-radius: 12px; color: var(--ink-2); transition: background .2s, color .2s; }
.prod-dir-link:hover { background: var(--primary-050); color: var(--primary); }
.prod-dir-link .pd-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.prod-dir-link.pd-pharma .pd-dot { background: var(--accent); }
.prod-dir-link.pd-erp .pd-dot { background: var(--primary); }
.prod-dir-link .pd-name { font-weight: 600; }
.prod-dir-link .pd-tag { margin-left: auto; font-family: var(--mono); font-size: .66rem; color: var(--muted-2); }
.prod-dir-link svg { width: 16px; height: 16px; opacity: 0; transform: translateX(-4px); transition: .25s var(--ease); }
.prod-dir-link:hover svg { opacity: 1; transform: translateX(0); }
@media (max-width: 900px) { .prod-overview { grid-template-columns: 1fr; } }

/* =========================================================================
   URBI-INSPIRED TOUCHES — split buttons · pill badges · tint · connected hub
   ========================================================================= */
/* 1 · split buttons (label + contrasting icon chip) */
.btn--primary, .btn--dark, .btn--light { padding-right: 9px; gap: 13px; }
.btn--primary > svg, .btn--dark > svg, .btn--light > svg { width: 30px; height: 30px; padding: 7px; border-radius: 9px; box-sizing: border-box; flex-shrink: 0; }
.btn--primary > svg { background: #fff; color: var(--primary); }
.btn--dark > svg { background: #fff; color: var(--ink); }
.btn--light > svg { background: var(--ink); color: #fff; }
.btn--sm.btn--primary > svg { width: 26px; height: 26px; padding: 6px; border-radius: 8px; }

/* 2 · pill badge with icon (eyebrow alternative) */
.badge { display: inline-flex; align-items: center; gap: 9px; padding: 8px 17px 8px 11px; border-radius: 999px;
  background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm);
  font-family: var(--body); font-size: .84rem; font-weight: 600; color: var(--ink-2); letter-spacing: .01em; }
.badge svg { width: 17px; height: 17px; color: var(--primary); }
.badge--center { margin-inline: auto; }
.section--ink .badge { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.18); color: #eaf1fb; }
.section--ink .badge svg { color: var(--accent); }

/* 3 · soft tinted section */
.section--tint { background: #f3f5fd; }

/* 4 · connected-platform hub (floating nodes + route lines) */
.connected { overflow: hidden; }
.hub { position: relative; max-width: 820px; margin: clamp(20px,4vw,50px) auto 0; aspect-ratio: 1.45 / 1; }
.hub-lines { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.hub-lines path { fill: none; stroke: var(--gray-light); stroke-width: .5; stroke-dasharray: 2.5 2.5; animation: dashFlow 18s linear infinite; }
@keyframes dashFlow { to { stroke-dashoffset: -60; } }
.hub-center { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 2;
  width: clamp(120px, 15vw, 168px); height: clamp(120px, 15vw, 168px); border-radius: 50%;
  background: linear-gradient(140deg, var(--primary), var(--accent-dark)); color: #fff;
  display: grid; place-items: center; text-align: center; padding: 14px; box-shadow: 0 24px 50px -18px rgba(37,99,235,.65); }
.hub-center b { font-family: var(--display); font-size: clamp(.95rem, 1.5vw, 1.15rem); line-height: 1.1; }
.hub-center span { display: block; font-family: var(--mono); font-size: .6rem; letter-spacing: .12em; text-transform: uppercase; opacity: .85; margin-top: 5px; }
.hub-node { position: absolute; transform: translate(-50%,-50%); z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 8px; width: 108px; }
.hub-node .hn-ico { width: 54px; height: 54px; border-radius: 15px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-md); display: grid; place-items: center; color: var(--primary); transition: transform .35s var(--ease), color .3s, border-color .3s; }
.hub-node:nth-child(odd) .hn-ico { color: var(--accent-dark); }
.hub-node .hn-ico svg { width: 25px; height: 25px; }
.hub-node span { font-size: .82rem; font-weight: 600; color: var(--ink-2); }
.hub-node:hover .hn-ico { transform: translateY(-4px) scale(1.06); border-color: transparent; }
.hub-node--1 { top: 4%; left: 50%; } .hub-node--2 { top: 27%; left: 92%; } .hub-node--3 { top: 73%; left: 92%; }
.hub-node--4 { top: 96%; left: 50%; } .hub-node--5 { top: 73%; left: 8%; } .hub-node--6 { top: 27%; left: 8%; }
@media (prefers-reduced-motion: reduce) { .hub-lines path { animation: none; } }
@media (max-width: 680px) {
  .hub { aspect-ratio: auto; display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; max-width: 420px; }
  .hub-lines { display: none; }
  .hub-center { position: static; transform: none; order: -1; width: 100%; height: auto; border-radius: var(--radius-lg); padding: 22px; margin-bottom: 6px; }
  .hub-center { flex-direction: row; }
  .hub-node { position: static; transform: none; width: 40%; }
}

@media (prefers-reduced-motion: reduce) {
  .hero h1 .g, .hero-orb, .focus-card:hover::before { animation: none !important; }
  .btn--primary:hover::after, .btn--dark:hover::after, .btn--light:hover::after { animation: none; }
  .scroll-progress span { transition: none; }
}

/* =========================================================================
   RESPONSIVE
   ========================================================================= */
@media (max-width: 1080px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { max-width: 520px; margin: 8px auto 0; }
  .hero-badge--tl { left: 0; } .hero-badge--br { right: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .steps { grid-template-columns: 1fr 1fr; }
  .step:nth-child(3){ border-left:0; }
  .step { border-top: 1px solid var(--line); }
  .step:nth-child(1), .step:nth-child(2){ border-top:0; }
}
@media (max-width: 900px) {
  .nav-menu, .nav-tel { display: none; }
  .nav-toggle { display: flex; }
  .nav-menu {
    position: fixed; inset: var(--header-h) 0 auto 0; flex-direction: column; align-items: stretch; gap: 4px;
    background: #fff; padding: 20px var(--gutter) 30px; border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-md); transform: translateY(-140%); transition: transform .45s var(--ease); z-index: 90;
    max-height: calc(100vh - var(--header-h)); max-height: calc(100dvh - var(--header-h));
    overflow-y: auto; -webkit-overflow-scrolling: touch; overscroll-behavior: contain;
  }
  body.nav-open .nav-menu { display: flex; transform: translateY(0); }
  .nav-link { padding: 14px 16px; border-radius: 12px; font-size: 1.05rem; }
  .nav-link.is-active::after { display: none; }
  .nav-link.is-active { background: var(--primary-050); }
  .has-drop { display: flex; flex-wrap: wrap; align-items: center; }
  .has-drop .nav-drop-t { flex: 1 1 auto; }
  .has-drop .nav-caret { margin-left: auto; width: 44px; height: 44px; padding: 8px; }
  .has-drop .nav-drop { flex-basis: 100%; }
  .nav-drop { position: static; transform: none; opacity: 1; visibility: visible; box-shadow: none; border: 0; border-left: 2px solid var(--line); border-radius: 0; margin: 2px 0 6px 14px; padding: 0; min-width: 0; max-height: 0; overflow: hidden; transition: max-height .35s var(--ease); }
  .nav-drop::before { display: none; }
  .has-drop.open .nav-drop { max-height: 900px; transform: none; }
  .nav-drop a { padding: 12px 14px; }
  .nav-drop--mega { min-width: 0; display: block; padding: 0; transform: none; }
  .nav-drop-h { padding: 10px 14px 4px; }
  .product-feature, .product-feature.rev { grid-template-columns: 1fr; }
  .product-feature.rev .pf-media { order: 0; }
  .feature-split, .contact-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .mosaic { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 190px; }
  .sol-card--lg, .sol-card--md, .sol-card--sm { grid-column: span 1; grid-row: span 1; }
  .sol-card--lg { grid-column: span 2; }
  .sol-card p { max-height: 80px; opacity: 1; margin-top: 8px; }
}
@media (max-width: 620px) {
  body { font-size: 16px; }
  .field-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .step { border-left: 0 !important; border-top: 1px solid var(--line); }
  .step:first-child { border-top: 0; }
  .values-grid { grid-template-columns: 1fr; }
  .mosaic { grid-template-columns: 1fr; grid-auto-rows: 220px; }
  .sol-card--lg { grid-column: span 1; }
  .pf-metrics { gap: 20px; }
  .hero-badge { display: none; }
  .btn { width: 100%; }
  .hero-actions .btn, .cta-actions .btn { width: 100%; }
}

/* =========================================================================
   ATTRACTIVENESS PASS — dot-mesh depth · richer dark sections · softer inputs
   ========================================================================= */
/* dotted perspective mesh for dark sections (urbi-style depth) */
.section--ink { position: relative; overflow: hidden; }
.section--ink::before { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(52% 80% at 84% -10%, rgba(37,99,235,.30), transparent 60%),
    radial-gradient(44% 70% at 6% 120%, rgba(16,185,129,.18), transparent 60%),
    radial-gradient(circle, rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: auto, auto, 24px 24px; }
.section--ink .container { position: relative; z-index: 1; }
.cta-band::before { background-image:
  radial-gradient(50% 120% at 88% 10%, rgba(37,99,235,.5), transparent 55%),
  radial-gradient(46% 110% at 6% 100%, rgba(16,185,129,.32), transparent 55%),
  radial-gradient(circle, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: auto, auto, 26px 26px; }
/* (page-banner backdrop is defined by the LUMEN 2.0 banner block above) */

/* richer stats — animated underline accent + spacing */
.section--ink .stat-num { position: relative; display: inline-block; }
.section--ink .grid > div { padding: 10px 0; }

/* softer, larger form inputs (urbi-style) */
.field input, .field textarea, .field select { padding: 15px 18px; border-radius: 14px; font-size: 1rem; }
.field label { font-size: .88rem; }

/* light-section decorative orb (reusable) */
.has-orb { position: relative; overflow: hidden; }
.has-orb::after { content: ""; position: absolute; z-index: 0; width: 460px; height: 460px; border-radius: 50%;
  right: -120px; top: -160px; pointer-events: none;
  background: radial-gradient(circle, rgba(37,99,235,.10), transparent 70%); }
.has-orb > .container { position: relative; z-index: 1; }

/* card hover lift consistency */
.card:hover, .service-card:hover, .focus-card:hover, .rel-card:hover, .hl-tile:hover, .proc-step:hover, .sol-card:hover { box-shadow: var(--shadow-lg); }

/* contact: brand gradient panel beside the form */
.contact-hero { position: relative; overflow: hidden; border-radius: var(--radius-lg); color: #fff; padding: clamp(26px,3vw,38px); margin-bottom: 26px;
  background: linear-gradient(140deg, #0b3ea8, #2563eb 55%, #10b981); }
.contact-hero::after { content: ""; position: absolute; right: -30px; top: 50%; transform: translateY(-50%); width: 210px; aspect-ratio: 1200/1639;
  background: url('../assets/images/shield-logo.png') center/contain no-repeat; opacity: .16; }
.contact-hero::before { content: ""; position: absolute; inset: 0; background-image:
  radial-gradient(circle at 80% 15%, rgba(255,255,255,.18), transparent 42%),
  radial-gradient(circle, rgba(255,255,255,.07) 1px, transparent 1px); background-size: auto, 22px 22px; }
.contact-hero > * { position: relative; }
.contact-hero .ch-badge { display: inline-flex; align-items: center; gap: 8px; font-family: var(--mono); font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.28); padding: 6px 13px; border-radius: 999px; margin-bottom: 18px; }
.contact-hero h2 { color: #fff; font-size: clamp(1.5rem,2.4vw,2rem); margin-bottom: 10px; }
.contact-hero p { color: rgba(255,255,255,.9); font-size: .98rem; }
.contact-hero .ch-stats { display: flex; gap: 26px; margin-top: 22px; flex-wrap: wrap; }
.contact-hero .ch-stats b { font-family: var(--display); font-size: 1.5rem; display: block; }
.contact-hero .ch-stats span { font-size: .8rem; color: rgba(255,255,255,.82); }

/* =========================================================================
   MOTION PASS — data-flow · pulses · 3D tilt · parallax · animated gradients
   ========================================================================= */
/* connected-hub: traveling data dots + pulsing core + floating nodes */
.hub-dot { fill: #fff; filter: drop-shadow(0 0 2px var(--primary)); }
.hub-center { will-change: transform; }
.hub-center::after { content: ""; position: absolute; inset: -8px; border-radius: 50%; border: 2px solid rgba(37,99,235,.45); animation: hubPulse 3s ease-out infinite; }
@keyframes hubPulse { 0% { transform: scale(.82); opacity: .85; } 100% { transform: scale(1.4); opacity: 0; } }
.hub-node .hn-ico { animation: hubFloat 6s ease-in-out infinite; }
.hub-node--2 .hn-ico, .hub-node--4 .hn-ico, .hub-node--6 .hn-ico { animation-delay: -3s; }
@keyframes hubFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }

/* 3D tilt for the hero dashboard + product gradient panels (JS sets --rx/--ry) */
.hero-panel, .pf-visual { transform: perspective(1100px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg)); transition: transform .3s var(--ease); transform-style: preserve-3d; will-change: transform; }
.hero-panel__bar, .hero-metric, .hero-bars { transform: translateZ(30px); }

/* animated CTA gradient shimmer */
.cta-band { background: linear-gradient(140deg, #0a1020, #0c1a34 55%, #0a1327); }
@keyframes ctaShift { 0%,100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } }

/* blur-in reveal variant (pairs with .reveal) */
.reveal--blur { filter: blur(9px); }
.reveal--blur.in { filter: blur(0); }

/* section number/heading gradient sweep on hover */
.stat-num, .focus-ghost { will-change: transform; }

/* parallax hint */
.hero-orb, [data-parallax] { will-change: transform; }

@media (prefers-reduced-motion: reduce) {
  .hub-dot, .hub-center::after, .hub-node .hn-ico, .cta-band { animation: none !important; }
  .hero-panel, .pf-visual { transform: none !important; }
}

/* =========================================================================
   MOTION PASS 2 — animated stats · scroll-scrub · hero-panel gradient border
   ========================================================================= */
/* 1 · animated stat band (accent bar grows with the count-up + pop on finish) */
.section--ink .stat-num { position: relative; }
.section--ink .stat-num::after { content: ""; position: absolute; left: 50%; transform: translateX(-50%); bottom: -13px;
  height: 3px; border-radius: 3px; width: calc(8px + var(--p, 1) * 56px);
  background: linear-gradient(90deg, var(--primary), var(--accent)); box-shadow: 0 0 12px rgba(37,99,235,.6);
  opacity: calc(.3 + var(--p, 1) * .7); }
.section--ink .stat-num.is-done { animation: statPop .55s var(--ease); }
@keyframes statPop { 0%,100% { transform: scale(1); } 45% { transform: scale(1.07); } }

/* 2 · scroll-scrubbed reveal (JS sets --sp 0→1 by scroll position) */
.scrub { opacity: var(--sp, 0); transform: translateY(calc((1 - var(--sp, 0)) * 40px)); will-change: opacity, transform; }
.focus-card.scrub { transition: box-shadow .4s var(--ease-out), border-color .3s; }

/* 3 · animated gradient border on the hero dashboard */
@property --a { syntax: '<angle>'; initial-value: 0deg; inherits: false; }
.hero-panel::after { content: ""; position: absolute; inset: 0; border-radius: 24px; padding: 1.6px; pointer-events: none; z-index: 3;
  background: conic-gradient(from var(--a), var(--primary), var(--accent), #60a5fa, var(--primary));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); mask-composite: exclude;
  opacity: .8; animation: borderSpin 7s linear infinite; }
@keyframes borderSpin { to { --a: 360deg; } }

@media (prefers-reduced-motion: reduce) {
  .section--ink .stat-num.is-done { animation: none; }
  .hero-panel::after { animation: none; }
  .scrub { opacity: 1; transform: none; }
}

/* =========================================================================
   ═══ LUMEN 2.0 — SWISS-PRECISION HOME ═══
   Archivo Expanded display · hairline grid · near-monochrome + one blue accent
   · restrained, orchestrated motion. Scoped to .sx-* so other pages are safe.
   ========================================================================= */
:root { --sx-ease: cubic-bezier(.22,.61,.36,1); }

/* Display now runs on a variable width font — push the Swiss look: tight, dark. */
.sx h1, .sx h2, .sx h3, .sx-h1 { letter-spacing: -.035em; }

/* --- orchestrated load / scroll reveal (CSS-only, reduced-motion safe) --- */
@keyframes sxRise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
.sx-rise { opacity: 0; animation: sxRise .85s var(--sx-ease) both; }
.sx-rise[data-d="1"] { animation-delay: .06s; }
.sx-rise[data-d="2"] { animation-delay: .14s; }
.sx-rise[data-d="3"] { animation-delay: .22s; }
.sx-rise[data-d="4"] { animation-delay: .30s; }
.sx-rise[data-d="5"] { animation-delay: .38s; }
.sx-rise[data-d="6"] { animation-delay: .46s; }
@media (prefers-reduced-motion: reduce) { .sx-rise { opacity: 1; animation: none; } }

/* hairline meta row (uppercase mono, blue tick) */
.sx-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 20px;
  font-family: var(--mono); font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted-2); }
.sx-meta .tk { width: 6px; height: 6px; border-radius: 50%; background: var(--primary); flex-shrink: 0; }
.sx-meta b { color: var(--ink); font-weight: 600; }
.sx-meta i { color: var(--line); font-style: normal; }

/* faint precision grid backdrop */
.sx-gridbg { position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background-image: linear-gradient(var(--line-2) 1px, transparent 1px), linear-gradient(90deg, var(--line-2) 1px, transparent 1px);
  background-size: clamp(56px, 6vw, 84px) clamp(56px, 6vw, 84px);
  -webkit-mask-image: radial-gradient(130% 96% at 22% -6%, #000 34%, transparent 82%);
          mask-image: radial-gradient(130% 96% at 22% -6%, #000 34%, transparent 82%); opacity: .8; }

/* ─────────────── HERO ─────────────── */
.sx-hero { position: relative; overflow: hidden; padding-top: clamp(34px, 4vw, 66px); padding-bottom: clamp(46px, 6vw, 92px); }
.sx-hero::before { content: ""; position: absolute; inset: 0; z-index: -2; pointer-events: none;
  background:
    radial-gradient(46% 52% at 82% 28%, rgba(37,99,235,.10), transparent 62%),
    radial-gradient(40% 48% at 92% 82%, rgba(16,185,129,.07), transparent 60%); }
.sx-hero-top { padding-bottom: clamp(28px, 4vw, 52px); }
.sx-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(30px, 4vw, 64px); align-items: center; }
.sx-kicker { font-family: var(--mono); font-size: .8rem; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: var(--primary); display: inline-flex; align-items: center; gap: 12px; margin-bottom: 26px; }
.sx-kicker::before { content: ""; width: 34px; height: 1px; background: currentColor; }
.sx-h1 { font-family: var(--display); font-weight: 700; line-height: .98; font-size: clamp(2.5rem, 5.2vw, 4.9rem); color: var(--ink); text-wrap: balance; }
.sx-h1 em { font-style: normal; color: var(--primary); }
.sx-lead { margin-top: clamp(24px, 3vw, 34px); max-width: 50ch; font-size: clamp(1.06rem, 1.35vw, 1.28rem); line-height: 1.55; color: var(--muted); }
.sx-actions { margin-top: clamp(28px, 3vw, 38px); display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }

/* right column — the two core specialisations, as a spec index */
.sx-spec { border-top: 2px solid var(--ink); }
.sx-spec-h { font-family: var(--mono); font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--muted-2); padding: 15px 2px; }
.sx-spec a { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px;
  padding: 20px 2px; border-top: 1px solid var(--line); color: var(--ink);
  transition: padding .35s var(--sx-ease), color .3s, background .3s; }
.sx-spec a .n { font-family: var(--mono); font-size: .74rem; color: var(--muted-2); align-self: start; padding-top: 4px; }
.sx-spec a .b .t { font-family: var(--display); font-weight: 600; font-size: 1.12rem; letter-spacing: -.02em; color: var(--ink); }
.sx-spec a .b small { display: block; margin-top: 4px; font-size: .84rem; color: var(--muted); }
.sx-spec a .go { width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; color: var(--ink);
  transition: transform .3s var(--sx-ease), background .3s, color .3s, border-color .3s; }
.sx-spec a .go svg { width: 15px; height: 15px; }
.sx-spec a:hover { padding-left: 14px; color: var(--primary); }
.sx-spec a:hover .t { color: var(--primary); }
.sx-spec a:hover .go { background: var(--primary); border-color: var(--primary); color: #fff; transform: translateX(3px); }

/* hero facts — real proof numbers, hairline-separated, with count-up */
.sx-facts { margin-top: clamp(40px, 5vw, 76px); border-top: 1px solid var(--ink); display: grid; grid-template-columns: repeat(4, 1fr); }
.sx-fact { padding: clamp(24px, 3vw, 34px) 0 6px; border-left: 1px solid var(--line); padding-left: clamp(18px, 2vw, 30px); }
.sx-fact:first-child { border-left: 0; padding-left: 0; }
.sx-fact .fn { font-family: var(--display); font-weight: 700; font-size: clamp(2.4rem, 4.4vw, 3.7rem); letter-spacing: -.04em; line-height: 1; color: var(--ink); }
.sx-fact .fn .suffix { color: var(--primary); }
.sx-fact .fl { margin-top: 12px; font-family: var(--mono); font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }

/* ─────────────── HERO VISUAL — animated ERP dashboard mockup ─────────────── */
.sx-hero-visual { position: relative; align-self: stretch; }
.dash { position: relative; z-index: 1; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-lg); overflow: hidden; }
.dash-top { display: flex; align-items: center; gap: 10px; padding: 12px 16px; border-bottom: 1px solid var(--line); background: var(--surface-2); }
.dash-live { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); animation: dashPulse 2.4s infinite; flex-shrink: 0; }
@keyframes dashPulse { 0% { box-shadow: 0 0 0 0 rgba(16,185,129,.5); } 70% { box-shadow: 0 0 0 7px rgba(16,185,129,0); } 100% { box-shadow: 0 0 0 0 rgba(16,185,129,0); } }
.dash-title { font-family: var(--mono); font-size: .74rem; letter-spacing: .04em; color: var(--muted); }
.dash-dots { margin-left: auto; display: flex; gap: 5px; }
.dash-dots i { width: 8px; height: 8px; border-radius: 50%; background: var(--line); }
.dash-body { display: grid; grid-template-columns: 52px 1fr; }
.dash-side { border-right: 1px solid var(--line); padding: 16px 0; display: flex; flex-direction: column; align-items: center; gap: 13px; background: var(--surface-2); }
.ds-logo { width: 24px; height: 26px; border-radius: 6px; object-fit: contain; }
.ds-i { width: 22px; height: 22px; border-radius: 7px; background: #fff; border: 1px solid var(--line); }
.ds-i { transition: background .3s var(--sx-ease), border-color .3s var(--sx-ease), box-shadow .3s var(--sx-ease); }
.dash-tab.is-on { background: linear-gradient(135deg, var(--primary), var(--accent-dark)); border-color: transparent; box-shadow: 0 6px 14px -4px rgba(37,99,235,.5); }
.dash-tab:hover:not(.is-on) { border-color: var(--primary-light); }
.dash-tab:focus-visible { outline: 2px solid var(--primary); outline-offset: 2px; }
.ds-foot { margin-top: auto; width: 24px; height: 24px; border-radius: 50%; background: radial-gradient(circle at 34% 30%, #cbd5e1, #64748b); border: 1px solid var(--line); }
.dash-main { padding: 15px; display: flex; flex-direction: column; gap: 13px; }
.dash-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.kpi { border: 1px solid var(--line); border-radius: 12px; padding: 10px 11px; }
.kpi-k { display: block; font-family: var(--mono); font-size: .56rem; letter-spacing: .07em; text-transform: uppercase; color: var(--muted-2); }
.kpi-v { display: block; font-family: var(--display); font-weight: 700; font-size: 1.1rem; letter-spacing: -.03em; color: var(--ink); margin-top: 5px; }
.kpi-v b { font-size: .66rem; color: var(--muted); }
.kpi-t { display: inline-block; margin-top: 5px; font-family: var(--mono); font-size: .55rem; letter-spacing: .04em; color: var(--muted); }
.kpi-t.up { color: var(--accent-dark); }
.dash-chart { border: 1px solid var(--line); border-radius: 12px; padding: 11px 12px; }
.dc-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 6px; }
.dc-head b { font-size: .72rem; font-weight: 600; color: var(--ink-2); }
.dc-tag { font-family: var(--mono); font-size: .54rem; letter-spacing: .08em; text-transform: uppercase; color: var(--primary); background: var(--primary-050); padding: 3px 7px; border-radius: 999px; }
.dc-area { width: 100%; height: 66px; display: block; overflow: visible; }
.dc-area .area { fill: url(#dcGrad); }
.dc-area .line { fill: none; stroke: var(--primary); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 640; stroke-dashoffset: 640; animation: dcDraw 2.6s var(--sx-ease) .3s forwards; }
.dc-area .dot { fill: #fff; stroke: var(--primary); stroke-width: 2; opacity: 0; animation: dcDot .4s ease 2.6s forwards; }
@keyframes dcDraw { to { stroke-dashoffset: 0; } }
@keyframes dcDot { to { opacity: 1; } }
.dash-bars { display: flex; align-items: flex-end; gap: 6px; height: 52px; }
.dash-bars i { flex: 1; height: var(--h); background: linear-gradient(var(--primary-light), var(--primary)); border-radius: 4px 4px 2px 2px; transform-origin: bottom; transform: scaleY(0); animation: dashBar .75s var(--ease-out) forwards; }
.dash-bars i:nth-child(1) { animation-delay: .35s; } .dash-bars i:nth-child(2) { animation-delay: .42s; }
.dash-bars i:nth-child(3) { animation-delay: .49s; } .dash-bars i:nth-child(4) { animation-delay: .56s; }
.dash-bars i:nth-child(5) { animation-delay: .63s; } .dash-bars i:nth-child(6) { animation-delay: .70s; }
.dash-bars i:nth-child(7) { animation-delay: .77s; } .dash-bars i:nth-child(8) { animation-delay: .84s; }
.dash-bars i:last-child { background: linear-gradient(var(--accent), var(--accent-dark)); }
@keyframes dashBar { to { transform: scaleY(1); } }
/* dashboard slides: software feature grid (icon + label) */
.dash-feats { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.feat { display: flex; align-items: center; gap: 10px; padding: 10px 11px; border: 1px solid var(--line); border-radius: 11px; background: #fff; transition: border-color .25s, background .25s; }
.feat:hover { border-color: var(--primary-100); background: var(--surface-2); }
.feat-i { width: 32px; height: 32px; border-radius: 9px; background: var(--primary-050); color: var(--primary); display: grid; place-items: center; flex-shrink: 0; }
.feat-i svg { width: 17px; height: 17px; }
.feat-t { font-size: .8rem; font-weight: 600; color: var(--ink); line-height: 1.12; }
.feat-t small { display: block; font-weight: 400; font-size: .66rem; color: var(--muted); margin-top: 2px; }
.dash-slide--pharma .feat-i { background: var(--accent-050); color: var(--accent-dark); }
.dash-slide--pharma .feat:hover { border-color: var(--accent-050); }
.dash-badge { position: absolute; z-index: 2; background: #fff; border: 1px solid var(--line); border-radius: 13px; box-shadow: var(--shadow-md); padding: 10px 14px; }
.dash-badge b { display: block; font-family: var(--display); font-weight: 700; font-size: 1rem; color: var(--ink); letter-spacing: -.02em; }
.dash-badge span { font-family: var(--mono); font-size: .56rem; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.dash-badge--1 { top: -16px; left: clamp(-26px, -2vw, -8px); animation: dashFloat 6s ease-in-out infinite; }
.dash-badge--2 { bottom: 32px; right: clamp(-24px, -2vw, -8px); animation: dashFloat 6s ease-in-out infinite 1s; }
@keyframes dashFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@media (max-width: 520px) { .dash-badge { display: none; } .dash-body { grid-template-columns: 44px 1fr; } }
@media (prefers-reduced-motion: reduce) {
  .dash-live, .dash-badge, .dash-bars i, .dc-area .line, .dc-area .dot { animation: none; }
  .dash-bars i { transform: none; } .dc-area .line { stroke-dashoffset: 0; } .dc-area .dot { opacity: 1; }
}
/* dashboard slider — stacked slides cross-fade; JS auto-rotates */
.dash-stage { display: grid; }
.dash-slide { grid-area: 1 / 1; padding: 15px; display: flex; flex-direction: column; gap: 13px;
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: opacity .4s var(--sx-ease), transform .4s var(--sx-ease), visibility .4s; }
.dash-slide.is-active { transition-delay: .08s; }
/* brand cover slide (first slide content = the logo) */
.dash-slide--cover { align-items: center; justify-content: center; text-align: center; }
.dc-cover { display: flex; flex-direction: column; align-items: center; gap: 16px; padding: 14px; }
.dc-logo { height: 44px; width: auto; max-width: 82%; object-fit: contain; }
.dc-tag { font-family: var(--mono); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.dc-chips { display: flex; flex-wrap: wrap; gap: 7px; justify-content: center; }
.dc-chips span { font-family: var(--mono); font-size: .64rem; letter-spacing: .05em; padding: 5px 11px; border-radius: 999px; background: var(--primary-050); color: var(--primary-dark); }
.dash-slide.is-active { opacity: 1; visibility: visible; transform: none; }
.dash-slide--pharma .dc-tag { color: var(--accent-dark); background: var(--accent-050); }
.dash-slide--pharma .dc-area .line { stroke: var(--accent-dark); }
.dash-slide--pharma .dc-area .dot { stroke: var(--accent-dark); }
.dash-slide--pharma .dash-bars i { background: linear-gradient(var(--accent), var(--accent-dark)); }
/* dashboard slide tabs are <button class="ds-i dash-tab"> — active state defined above */

/* ─────────────── SECTION HEADERS (Swiss) ─────────────── */
.sx-head { display: grid; grid-template-columns: 1.35fr 1fr; gap: clamp(18px, 3vw, 48px); align-items: end;
  padding-bottom: clamp(34px, 4vw, 54px); border-bottom: 1px solid var(--line); margin-bottom: clamp(38px, 4vw, 60px); }
.sx-head .sx-idx { font-family: var(--mono); font-size: .8rem; letter-spacing: .12em; color: var(--muted-2); padding-bottom: 8px; }
.sx-head h2 { font-size: clamp(1.9rem, 3.6vw, 3rem); letter-spacing: -.035em; line-height: 1.02; max-width: 20ch; }
.sx-head .sx-sub { grid-column: 2; max-width: 54ch; color: var(--muted); margin-top: 18px; }
@media (max-width: 720px) { .sx-head { grid-template-columns: 1fr; gap: 14px; } .sx-head .sx-sub { grid-column: 1; } }

/* ─────────────── PLATFORM MATRIX (ERP + Pharma) ─────────────── */
.sx-matrix { border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; background: var(--line); }
.sx-matrix-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; }
.sx-cell { position: relative; background: #fff; padding: clamp(28px, 3.4vw, 48px); overflow: hidden; isolation: isolate;
  display: flex; flex-direction: column; transition: background .4s var(--sx-ease); }
.sx-cell:hover { background: var(--surface-2); }
.sx-cell > * { position: relative; z-index: 1; }
.sx-cell .sx-num { position: absolute; top: clamp(26px,3vw,40px); right: clamp(28px,3.4vw,48px); z-index: 1;
  font-family: var(--mono); font-size: .78rem; color: var(--muted-2); }
.sx-cell .sx-ghost { position: absolute; right: -10px; bottom: -34px; z-index: 0; pointer-events: none;
  font-family: var(--display); font-weight: 700; font-size: clamp(6rem, 13vw, 11rem); line-height: 1; letter-spacing: -.05em; color: #c3d0e2; }
.sx-cell:hover .sx-ghost { color: #a9bfe8; }
.sx-cell.is-pharma:hover .sx-ghost { color: #a6dcc5; }
.sx-ribbon { display: inline-flex; align-items: center; gap: 9px; font-family: var(--mono); font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--primary); margin-bottom: clamp(18px,2.4vw,26px); }
.sx-ribbon::before { content: ""; width: 24px; height: 1px; background: currentColor; }
.sx-cell.is-pharma .sx-ribbon { color: var(--accent-dark); }
.sx-cell h3 { font-size: clamp(1.55rem, 2.4vw, 2.15rem); margin-bottom: 12px; }
.sx-cell > p { color: var(--muted); margin-bottom: 22px; max-width: 44ch; }
.sx-caps { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: clamp(24px,3vw,32px); }
.sx-cell .link-arrow { margin-top: auto; font-size: .94rem; }

/* wide custom-ERP closer strip */
.sx-wide { margin-top: 1px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--ink); color: #fff;
  padding: clamp(28px, 3.4vw, 44px); display: flex; align-items: center; gap: clamp(20px, 3vw, 40px); flex-wrap: wrap; position: relative; overflow: hidden; isolation: isolate; }
.sx-wide::after { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background-image: linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 44px 100%;
  -webkit-mask-image: linear-gradient(90deg, #000, transparent 70%); mask-image: linear-gradient(90deg, #000, transparent 70%); }
.sx-wide .sx-ribbon { color: var(--primary-light); }
.sx-wide-b { flex: 1 1 380px; }
.sx-wide h3 { color: #fff; font-size: clamp(1.4rem, 2.2vw, 1.9rem); margin: 6px 0 8px; }
.sx-wide p { color: #aebfd8; max-width: 62ch; }
.sx-wide .btn { margin-left: auto; }

/* ─────────────── SERVICES — typographic index ─────────────── */
.sx-services { border-top: 1px solid var(--line); }
.sx-srv { display: grid; grid-template-columns: auto 1fr auto; align-items: baseline; gap: clamp(16px, 3vw, 48px);
  padding: clamp(24px, 2.8vw, 38px) clamp(4px, 1vw, 14px); border-bottom: 1px solid var(--line); position: relative; transition: background .35s; }
.sx-srv::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 2px; background: var(--primary); transform: scaleY(0); transform-origin: top; transition: transform .4s var(--sx-ease); }
.sx-srv:hover { background: var(--surface-2); }
.sx-srv:hover::before { transform: scaleY(1); }
.sx-srv .sx-srv-n { font-family: var(--mono); font-size: .82rem; color: var(--muted-2); }
.sx-srv h3 { font-size: clamp(1.4rem, 2.4vw, 2.1rem); letter-spacing: -.03em; transition: transform .35s var(--sx-ease); }
.sx-srv:hover h3 { transform: translateX(6px); }
.sx-srv .sx-srv-d { grid-column: 2; color: var(--muted); font-size: .98rem; max-width: 62ch; margin-top: 10px; }
.sx-srv .sx-srv-go { align-self: center; grid-column: 3; grid-row: 1 / span 2; width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--line);
  display: grid; place-items: center; color: var(--ink); transition: .3s var(--sx-ease); }
.sx-srv .sx-srv-go svg { width: 18px; height: 18px; }
.sx-srv:hover .sx-srv-go { background: var(--ink); border-color: var(--ink); color: #fff; transform: translateX(4px); }
/* featured ERP row — reads as the specialism */
.sx-srv--feature { background: var(--primary-050); }
.sx-srv--feature:hover { background: var(--primary-100); }
.sx-srv--feature::before { transform: scaleY(1); }
.sx-srv--feature h3 { color: var(--primary-dark); }
.sx-srv--feature .sx-srv-go { border-color: var(--primary); color: var(--primary); }
.sx-srv--feature:hover .sx-srv-go { background: var(--primary); border-color: var(--primary); color: #fff; }
.sx-srv-tag { display: inline-block; margin-left: 14px; transform: translateY(-3px); font-family: var(--mono); font-size: .58rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--primary); background: #fff; border: 1px solid var(--primary-100); padding: 5px 10px; border-radius: 999px; }
@media (max-width: 620px) { .sx-srv { grid-template-columns: auto 1fr; } .sx-srv .sx-srv-go { display: none; } .sx-srv .sx-srv-d { grid-column: 1 / -1; } .sx-srv-tag { display: none; } }

/* ─────────────── PRODUCT PLATES ─────────────── */
.sx-prod-row { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 64px); align-items: center; }
.sx-prod-row + .sx-prod-row { margin-top: clamp(28px, 4vw, 60px); }
.sx-prod-row.rev .sx-plate { order: 2; }
.sx-plate { position: relative; border-radius: var(--radius-lg); overflow: hidden; isolation: isolate; color: #fff;
  background: var(--ink); padding: clamp(28px, 3.2vw, 44px); min-height: clamp(300px, 34vw, 380px);
  display: flex; flex-direction: column; justify-content: space-between; gap: 22px; }
.sx-plate::before { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background-image:
    radial-gradient(60% 80% at 86% 6%, rgba(37,99,235,.42), transparent 58%),
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: auto, 100% 42px, 42px 100%; }
.sx-plate.is-pharma::before { background-image:
    radial-gradient(60% 80% at 86% 6%, rgba(16,185,129,.42), transparent 58%),
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); }
.sx-plate::after { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px; background: var(--primary); z-index: 1; }
.sx-plate.is-pharma::after { background: var(--accent); }
.sx-plate .pl-badge { align-self: flex-start; font-family: var(--mono); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase;
  padding: 8px 14px; border-radius: 999px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); }
.sx-plate .pl-big { font-family: var(--display); font-weight: 700; font-size: clamp(1.7rem, 3vw, 2.6rem); line-height: 1.02; letter-spacing: -.03em; }
.sx-plate .pl-mods { display: flex; flex-wrap: wrap; gap: 8px; }
.sx-plate .pl-mods span { font-size: .78rem; font-weight: 500; padding: 6px 12px; border-radius: 8px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); color: #eaf1fb; }
.sx-pbody .tag { margin-bottom: 18px; }
.sx-pbody h3 { font-size: clamp(1.7rem, 2.8vw, 2.4rem); margin-bottom: 8px; }
.sx-pbody .pl-domain { font-family: var(--mono); font-size: .84rem; color: var(--primary); letter-spacing: .02em; margin-bottom: 18px; }
.sx-pbody > p { color: var(--muted); margin-bottom: 24px; max-width: 52ch; }
.sx-pmetrics { display: grid; grid-template-columns: repeat(3, auto); gap: clamp(20px, 3vw, 40px); justify-content: start; margin-bottom: 28px; padding-top: 22px; border-top: 1px solid var(--line); }
.sx-pmetrics .n { font-family: var(--display); font-weight: 700; font-size: clamp(1.5rem, 2.2vw, 1.9rem); letter-spacing: -.03em; color: var(--ink); line-height: 1; }
.sx-pmetrics .l { font-family: var(--mono); font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); margin-top: 8px; }
@media (max-width: 900px) { .sx-prod-row, .sx-prod-row.rev { grid-template-columns: 1fr; } .sx-prod-row.rev .sx-plate { order: 0; } }

/* ─────────────── CTA (Swiss ink) ─────────────── */
.sx-cta { position: relative; overflow: hidden; isolation: isolate; border-radius: clamp(20px, 3vw, 32px);
  background: var(--ink); color: #fff; padding: clamp(48px, 7vw, 100px) clamp(28px, 5vw, 80px); }
.sx-cta::before { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 52px 52px; -webkit-mask-image: radial-gradient(90% 120% at 82% 0%, #000, transparent 72%); mask-image: radial-gradient(90% 120% at 82% 0%, #000, transparent 72%); }
.sx-cta::after { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--primary); }
.sx-cta .sx-kicker { color: var(--primary-light); }
.sx-cta h2 { color: #fff; font-size: clamp(2rem, 4.4vw, 3.6rem); letter-spacing: -.035em; line-height: 1.0; max-width: 20ch; }
.sx-cta p { color: #aebfd8; margin-top: 20px; max-width: 52ch; font-size: 1.1rem; }
.sx-cta .cta-actions { margin-top: 34px; display: flex; gap: 14px; flex-wrap: wrap; }

/* ─────────────── PROMISE line (Swiss) ─────────────── */
.sx-promise { max-width: 980px; margin-inline: auto; text-align: center; }
.sx-promise .sx-kicker { justify-content: center; }
.sx-promise .sx-kicker::after { content: ""; width: 34px; height: 1px; background: currentColor; }
.sx-promise p.q { font-family: var(--display); font-weight: 600; font-size: clamp(1.5rem, 3.2vw, 2.5rem); line-height: 1.24; letter-spacing: -.03em; color: var(--ink); margin-top: 22px; }
.sx-promise p.q em { font-style: normal; color: var(--primary); }
.sx-promise .sx-chips { margin-top: 34px; display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }

/* ─────────────── TEAM / PROMISE band (with photography) ─────────────── */
.sx-team { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(34px, 5vw, 76px); align-items: center; }
.sx-team-media { position: relative; }
.sx-team-media img { display: block; object-fit: cover; }
.tm-main { width: 100%; aspect-ratio: 4 / 3.1; border-radius: var(--radius-lg); border: 1px solid var(--line); box-shadow: var(--shadow-md); }
.tm-sub { position: absolute; width: 46%; aspect-ratio: 4 / 3.2; right: -16px; bottom: -26px; border-radius: 16px; border: 4px solid #fff; box-shadow: var(--shadow-lg); }
.tm-stat { position: absolute; top: -22px; left: -22px; background: var(--ink); color: #fff; border-radius: 16px; padding: 15px 20px; box-shadow: var(--shadow-lg); }
.tm-stat b { display: block; font-family: var(--display); font-weight: 700; font-size: 1.85rem; letter-spacing: -.03em; line-height: 1; }
.tm-stat span { display: block; font-family: var(--mono); font-size: .58rem; letter-spacing: .1em; text-transform: uppercase; color: #9fb0c9; margin-top: 7px; }
.sx-team-body h2 { font-size: clamp(1.8rem, 3.2vw, 2.7rem); letter-spacing: -.035em; line-height: 1.06; margin-top: 18px; }
.sx-team-body h2 em { font-style: normal; color: var(--primary); }
.sx-team-body > p { margin-top: 18px; max-width: 52ch; }
.sx-team-stats { display: flex; gap: clamp(22px, 3vw, 44px); margin: 28px 0; flex-wrap: wrap; }
.sx-team-stats .n { font-family: var(--display); font-weight: 700; font-size: clamp(1.6rem, 2.4vw, 2.1rem); letter-spacing: -.03em; color: var(--ink); line-height: 1; }
.sx-team-stats .n .suffix { color: var(--primary); }
.sx-team-stats .l { font-family: var(--mono); font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-top: 8px; }
.sx-team-chips { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 30px; }
@media (max-width: 860px) { .sx-team { grid-template-columns: 1fr; } .sx-team-media { max-width: 520px; margin: 0 auto clamp(34px, 6vw, 46px); } }

/* ─────────────── hub + process recolour to monochrome ─────────────── */
.sx .hub-center { background: linear-gradient(150deg, var(--ink), var(--ink-2)); box-shadow: 0 24px 50px -20px rgba(11,18,32,.45); }
.sx .hub-node .hn-ico, .sx .hub-node:nth-child(odd) .hn-ico { color: var(--primary); }
.sx .hub-center::after { border-color: rgba(37,99,235,.4); }
.sx .proc-num { background: var(--ink); box-shadow: 0 10px 22px -10px rgba(11,18,32,.5); }
.sx .proc-num::after { border-color: var(--primary-light); }
.sx .proc-step::before { background: var(--primary); }

/* ─────────────── responsive ─────────────── */
@media (max-width: 960px) {
  .sx-hero-grid { grid-template-columns: 1fr; gap: clamp(28px, 5vw, 44px); }
  .sx-spec { max-width: 560px; }
}
@media (max-width: 760px) {
  .sx-matrix-grid { grid-template-columns: 1fr; }
  .sx-wide { flex-direction: column; align-items: flex-start; }
  .sx-wide .btn { margin-left: 0; }
}
@media (max-width: 560px) {
  .sx-facts { grid-template-columns: 1fr 1fr; gap: 1px; }
  .sx-fact { border-left: 0; padding-left: 0; border-top: 1px solid var(--line); }
  .sx-fact:nth-child(-n+2) { border-top: 0; }
  .sx-pmetrics { grid-template-columns: 1fr 1fr; }
}
