/* ==========================================================================
   AUTHENTZ — Design System
   A premium SaaS visual language: ink/paper base, cobalt signal accent,
   Inter workhorse + Plus Jakarta Sans display, generous whitespace.
   ========================================================================== */

/* ---- Tokens ------------------------------------------------------------ */
:root {
  /* Core palette — Authentz brand: deep purple + teal + orange */
  --ink: #310075;
  --ink-soft: #3d0092;
  --ink-2: #4b13a8;
  --paper: #faf9fb;
  --paper-dim: #f1edf7;
  --line: #e3dcee;
  --line-soft: #ece6f3;

  /* Text */
  --text-1: #1a0a33;
  --text-2: #514a63;
  --text-3: #897f99;
  --text-inverse: #f8f6fb;
  --text-inverse-dim: #c6b8de;

  /* Accent system */
  --signal: #f4550c;
  --signal-dim: #fef0e9;
  --signal-ink: #7a2b06;
  --amber: #04ddbd;
  --amber-dim: #e2fbf7;
  --emerald: #04ddbd;
  --emerald-dim: #e2fbf7;
  --red: #e5484d;
  --red-dim: #fde9e9;
  --emerald-ink: #05877a;
  --purple: var(--ink);
  /* legacy alias used inline across the two legal pages */

  /* Gradients */
  --grad-signal: linear-gradient(135deg, #f4550c 0%, #ff8a4d 100%);
  --grad-ink: linear-gradient(180deg, #2a0064 0%, #3d0092 100%);
  --grad-mesh: radial-gradient(circle at 15% 20%, rgba(4, 221, 189, 0.16), transparent 45%),
    radial-gradient(circle at 85% 0%, rgba(244, 85, 12, 0.14), transparent 40%),
    radial-gradient(circle at 45% 10%, rgba(49, 0, 117, 0.18), transparent 45%),
    radial-gradient(circle at 50% 100%, rgba(4, 221, 189, 0.08), transparent 50%);

  /* Type */
  --font-body: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Poppins", -apple-system, sans-serif;
  --font-mono: "SF Mono", "IBM Plex Mono", ui-monospace, monospace;

  /* Scale */
  --step--1: clamp(0.8rem, 0.78rem + 0.1vw, 0.875rem);
  --step-0: clamp(0.95rem, 0.92rem + 0.15vw, 1.05rem);
  --step-1: clamp(1.1rem, 1.05rem + 0.25vw, 1.25rem);
  --step-2: clamp(1.35rem, 1.25rem + 0.5vw, 1.65rem);
  --step-3: clamp(1.7rem, 1.5rem + 1vw, 2.25rem);
  --step-4: clamp(2.2rem, 1.85rem + 1.75vw, 3.1rem);
  --step-5: clamp(2.8rem, 2.2rem + 3vw, 4.25rem);
  --step-6: clamp(3.4rem, 2.5rem + 4.5vw, 5.75rem);

  /* Layout */
  --container: 1400px;
  --container-narrow: 860px;
  --pad: clamp(16px, 2.5vw, 36px);
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --nav-h: 84px;

  /* Motion */
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-out-soft: cubic-bezier(0.25, 1, 0.5, 1);
  --dur-fast: 0.22s;
  --dur: 0.45s;
  --dur-slow: 0.7s;

  /* Shadows */
  --shadow-sm: 0 2px 8px rgba(10, 14, 20, 0.06);
  --shadow-md: 0 8px 30px rgba(10, 14, 20, 0.08);
  --shadow-lg: 0 24px 60px rgba(10, 14, 20, 0.12);
  --shadow-signal: 0 12px 30px rgba(244, 85, 12, 0.25);
}

/* ---- Reset --------------------------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text-1);
  background: var(--paper);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img,
video {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
  cursor: pointer;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
p,
figure {
  margin: 0;
}

svg {
  display: block;
}

::selection {
  background: var(--signal);
  color: #fff;
}

/* ---- Typography ---------------------------------------------------------*/
h1 {
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--text-1);
}

h2,
h3,
h4 {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: var(--text-1);
}

/* Product TM Branding - Black, Clearly Visible & Proportionate at Top-Right */
.prod-tm,
sup.prod-tm,
.prod-highlight sup,
span.prod-tm {
  color: #000000 !important;
  font-size: 0.7em !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  position: relative !important;
  top: -0.42em !important;
  margin-left: 2px !important;
  display: inline-block !important;
  vertical-align: baseline !important;
  white-space: nowrap !important;
  letter-spacing: normal !important;
}

.prod-brand-name {
  display: inline-flex;
  align-items: baseline;
  white-space: nowrap;
}



.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: var(--step--1);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--signal);
}

.eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--signal);
  box-shadow: 0 0 0 4px var(--signal-dim);
}

.h-underline {
  position: relative;
  display: inline-block;
}

.h-underline::after {
  content: "";
  position: absolute;
  left: -8%;
  right: -8%;
  bottom: -12px;
  height: 9px;
  border-radius: 4px;
  background: var(--signal);
}

.eyebrow.on-dark {
  color: var(--amber);
}

.eyebrow.on-dark::before {
  box-shadow: 0 0 0 4px rgba(43, 82, 255, 0.28);
}

.h-display {
  font-size: var(--step-6);
}

.h-1 {
  font-size: var(--step-5);
}

.h-2 {
  font-size: var(--step-4);
}

.h-3 {
  font-size: var(--step-3);
}

.h-4 {
  font-size: var(--step-2);
}

.lede {
  font-size: var(--step-1);
  color: var(--text-2);
  line-height: 1.55;
  font-weight: 450;
}

.body-lg {
  font-size: var(--step-0);
  color: var(--text-2);
  line-height: 1.65;
}

.mono-tag {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.04em;
}

.text-dim {
  color: var(--text-3);
}

.on-dark {
  color: var(--text-inverse);
}

.on-dark .lede,
.on-dark p {
  color: var(--text-inverse-dim);
}

/* ---- Layout --------------------------------------------------------------*/
.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--pad);
}

.container-narrow {
  max-width: var(--container-narrow);
  margin: 0 auto;
  padding: 0 var(--pad);
}

section {
  position: relative;
}

.section {
  padding: clamp(64px, 9vw, 132px) 0;
}

.section-tight {
  padding: clamp(40px, 6vw, 80px) 0;
}

.section-head {
  max-width: 720px;
  margin-bottom: clamp(36px, 5vw, 64px);
}

.section-head.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-head h2 {
  margin-top: 14px;
}

.section-head .lede {
  margin-top: 18px;
}

.tech-partner-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 5vw, 56px);
}

.tech-partner-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
  color: var(--text-3);
}

.tech-partner-logo iconify-icon {
  font-size: 2.75rem;
  display: inline-block;
}

.tech-partner-name {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.surface-dark {
  background: var(--ink);
  color: var(--text-inverse);
}

.surface-dim {
  background: var(--paper-dim);
}

.surface-mesh {
  background-image: var(--grad-mesh);
}

.grid {
  display: grid;
  gap: 24px;
}

.g-2 {
  grid-template-columns: repeat(2, 1fr);
}

.g-3 {
  grid-template-columns: repeat(3, 1fr);
}

.g-4 {
  grid-template-columns: repeat(4, 1fr);
}

.g-12 {
  grid-template-columns: repeat(12, 1fr);
}

@media (max-width: 980px) {
  .g-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .g-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {

  .g-2,
  .g-3,
  .g-4 {
    grid-template-columns: 1fr;
  }
}

/* ---- Buttons ---------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 52px;
  padding: 0 26px;
  border-radius: 999px;
  font-weight: 650;
  font-size: 0.95rem;
  border: 1px solid transparent;
  transition: transform var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease),
    background var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease);
  white-space: nowrap;
}

.btn iconify-icon {
  font-size: 1.1em;
}

.btn-primary {
  background: var(--ink);
  color: #fff;
}

.btn-primary:hover {
  background: var(--signal);
  box-shadow: var(--shadow-signal);
  transform: translateY(-2px);
}

.btn-signal {
  background: var(--signal);
  color: #fff;
  box-shadow: var(--shadow-signal);
}

.btn-signal:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(244, 85, 12, 0.32);
}

.btn-outline {
  background: transparent;
  border-color: rgba(13, 16, 23, 0.16);
  color: var(--text-1);
}

.btn-outline:hover {
  border-color: var(--text-1);
  transform: translateY(-2px);
}

.btn-outline.on-dark {
  border-color: rgba(255, 255, 255, 0.22);
  color: #fff;
}

.btn-outline.on-dark:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

.btn-ghost {
  background: transparent;
  color: var(--text-1);
  padding: 0 8px;
  height: auto;
}

.btn-ghost:hover {
  color: var(--signal);
}

.btn-sm {
  height: 42px;
  padding: 0 20px;
  font-size: 0.875rem;
}

.btn-lg {
  height: 60px;
  padding: 0 34px;
  font-size: 1.02rem;
}

.btn-block {
  width: 100%;
}

/* =========================================================================
   NAVIGATION
   ========================================================================= */
#nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background var(--dur) var(--ease), border-color var(--dur) var(--ease), height var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}

#nav.scrolled {
  height: 72px;
  background: rgba(250, 249, 246, 0.82);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 1px 0 rgba(10, 14, 20, 0.02), 0 12px 24px -18px rgba(10, 14, 20, 0.25);
}

body.on-dark-hero #nav:not(.scrolled) .nav-menu>li>a,
body.on-dark-hero #nav:not(.scrolled) .nav-cta .btn-outline,
body.on-dark-hero #nav:not(.scrolled) .nav-login {
  color: #fff;
}

body.on-dark-hero #nav:not(.scrolled) .nav-logo img {
  filter: brightness(0) invert(1);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}

.nav-logo {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.nav-logo img {
  height: 48px;
  width: auto;
  transition: filter var(--dur) var(--ease);
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 4px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.nav-menu>li {
  position: relative;
}

.nav-menu>li>a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 18px;
  font-size: 0.92rem;
  font-weight: 550;
  color: var(--text-1);
  border-radius: 999px;
  transition: background var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease);
  cursor: pointer;
}

.nav-menu>li>a:hover {
  background: rgba(13, 16, 23, 0.05);
}

body.on-dark-hero #nav:not(.scrolled) .nav-menu>li>a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.nav-menu>li>a .chev {
  font-size: 0.7em;
  transition: transform var(--dur-fast) var(--ease);
  opacity: 0.6;
}

.nav-menu>li.has-menu:hover>a .chev,
.nav-menu>li.has-menu.open>a .chev {
  transform: rotate(180deg);
}

.nav-menu>li>a.active {
  color: var(--signal);
}

.nav-cta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-login {
  font-size: 0.9rem;
  font-weight: 600;
  padding: 10px 14px;
  color: var(--text-1);
  border-radius: 999px;
  transition: background var(--dur-fast) var(--ease);
}

.nav-login:hover {
  background: rgba(13, 16, 23, 0.05);
}

/* ---- Dropdown / Mega menu ---- */
.mega-panel {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity var(--dur-fast) var(--ease-out-soft), transform var(--dur-fast) var(--ease-out-soft), visibility var(--dur-fast);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  padding: 28px;
  z-index: 50;
}

/* Invisible hover bridge: without this, the cursor crosses empty space
   between the nav link and the panel below it and the menu closes before
   the pointer arrives — this keeps the hover chain unbroken across the gap. */
.mega-panel::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  height: 14px;
}

.nav-menu>li.has-menu:hover>.mega-panel,
.nav-menu>li.has-menu.open>.mega-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.mega-panel.mega-lg {
  width: min(760px, 84vw);
}

.mega-panel.mega-md {
  width: min(560px, 80vw);
}

.mega-cols {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 6px;
}

.mega-cols .mega-col+.mega-col {
  border-left: 1px solid var(--line-soft);
  padding-left: 26px;
}

.mega-col-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-3);
  margin-bottom: 12px;
  padding: 0 10px;
}

.mega-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.mega-item {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding: 10px 10px;
  border-radius: 12px;
  transition: background var(--dur-fast) var(--ease);
}

.mega-item:hover {
  background: var(--paper-dim);
}

.mega-item .ico {
  flex: none;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--signal-dim);
  color: var(--signal);
  font-size: 1.1rem;
}

.mega-item .ico.amber {
  background: var(--amber-dim);
  color: var(--emerald-ink);
}

.mega-item .tt {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.mega-item .tt strong {
  font-size: 0.92rem;
  font-weight: 650;
  color: var(--text-1);
  display: flex;
  align-items: center;
  gap: 6px;
}

.mega-item .tt span {
  font-size: 0.8rem;
  color: var(--text-3);
  line-height: 1.4;
}

.mega-item .soon-pill {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 2px 7px;
  border-radius: 999px;
  background: var(--amber-dim);
  color: var(--emerald-ink);
}

.mega-panel .mega-cta {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--line-soft);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.mega-panel .mega-cta p {
  font-size: 0.82rem;
  color: var(--text-3);
  max-width: 220px;
}

/* Company dropdown (simple) */
.mega-panel.mega-simple {
  width: 320px;
  padding: 12px;
}

.mega-panel.mega-simple .mega-item .tt strong {
  font-size: 0.95rem;
}

.burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.burger span {
  width: 22px;
  height: 2px;
  background: var(--text-1);
  margin: 0 auto;
  transition: transform var(--dur-fast) var(--ease), opacity var(--dur-fast) var(--ease);
}

body.on-dark-hero #nav:not(.scrolled) .burger span {
  background: #fff;
}

.burger.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.burger.open span:nth-child(2) {
  opacity: 0;
}

.burger.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ---- Mobile menu ---- */
.mob-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: min(400px, 100%);
  height: 100vh;
  height: 100dvh;
  background: #fff;
  z-index: 999;
  padding: 100px 24px 32px;
  overflow-y: auto;
  transition: right var(--dur) var(--ease);
  box-shadow: -20px 0 60px rgba(0, 0, 0, 0.15);
}

.mob-menu.open {
  right: 0;
}

.mob-close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--paper-dim);
  font-size: 1.3rem;
}

.mob-item {
  border-bottom: 1px solid var(--line-soft);
}

.mob-item>a,
.mob-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 4px;
  font-size: 1.02rem;
  font-weight: 600;
  cursor: pointer;
}

.mob-head .chev {
  transition: transform var(--dur-fast) var(--ease);
  font-size: 0.85em;
  color: var(--text-3);
}

.mob-item.open .mob-head .chev {
  transform: rotate(180deg);
}

.mob-sub {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--dur) var(--ease);
}

.mob-item.open .mob-sub {
  max-height: 900px;
}

.mob-sub-inner {
  padding: 4px 4px 16px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.mob-sub-inner a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 10px;
  border-radius: 10px;
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--text-2);
}

.mob-sub-inner a:hover {
  background: var(--paper-dim);
  color: var(--text-1);
}

.mob-sub-inner .soon-pill {
  margin-left: auto;
  font-size: 0.58rem;
  padding: 2px 6px;
  background: var(--amber-dim);
  color: var(--emerald-ink);
  border-radius: 999px;
  font-weight: 700;
}

.mob-cta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 24px;
}

.mob-scrim {
  position: fixed;
  inset: 0;
  background: rgba(10, 14, 20, 0.4);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--dur) var(--ease);
}

.mob-scrim.open {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1080px) {

  .nav-menu,
  .nav-cta .btn-outline,
  .nav-login {
    display: none;
  }

  .burger {
    display: flex;
  }

  :root {
    --nav-h: 72px;
  }
}

/* =========================================================================
   FOOTER
   ========================================================================= */
footer.site-footer {
  background-color: var(--paper);
  background-image: var(--grad-mesh);
  color: var(--text-2);
  padding: clamp(56px, 7vw, 96px) 0 28px;
}

.ft-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--line);
}

.ft-brand img {
  height: 40px;
  margin-bottom: 18px;
}

.ft-brand p {
  font-size: 0.9rem;
  line-height: 1.65;
  max-width: 280px;
  color: var(--text-2);
}

.ft-social {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}

.ft-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--paper-dim);
  color: var(--ink);
  transition: background var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease), transform var(--dur-fast) var(--ease);
}

.ft-social a:hover {
  background: var(--signal);
  color: #fff;
  transform: translateY(-3px);
}

.ft-col h5 {
  font-family: var(--font-body);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink);
  font-weight: 650;
  margin-bottom: 16px;
}

.ft-col ul {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.ft-col a {
  font-size: 0.88rem;
  color: var(--text-2);
  transition: color var(--dur-fast) var(--ease);
}

.ft-col a:hover {
  color: var(--ink);
}

.ft-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 26px;
  font-size: 0.8rem;
  color: var(--text-3);
}

.ft-bottom a {
  color: var(--text-3);
}

.ft-bottom a:hover {
  color: var(--ink);
}

@media (max-width: 980px) {
  .ft-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .ft-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

/* =========================================================================
   REVEAL / MOTION UTILITIES
   ========================================================================= */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-fade {
  opacity: 0;
  transition: opacity 1s var(--ease);
}

.reveal-fade.visible {
  opacity: 1;
}

.reveal-scale {
  opacity: 0;
  transform: scale(0.94);
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
}

.reveal-scale.visible {
  opacity: 1;
  transform: scale(1);
}

[data-d] {}

/* Cookie banner (kept from previous site, restyled) */
.cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  max-width: 480px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  padding: 22px;
  z-index: 950;
  transform: translateY(140%);
  transition: transform var(--dur-slow) var(--ease);
}

.cookie-banner.show {
  transform: translateY(0);
}

.cookie-banner p {
  font-size: 0.85rem;
  color: var(--text-2);
  line-height: 1.55;
  margin-bottom: 14px;
}

.cookie-banner .row {
  display: flex;
  gap: 10px;
}

/* Skip link / a11y */
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 9999;
  background: var(--ink);
  color: #fff;
  padding: 12px 18px;
  border-radius: 8px;
}

.skip-link:focus {
  left: 16px;
  top: 16px;
}

/* Scrollbar niceties (non-critical) */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: var(--line);
  border-radius: 10px;
}

/* =========================================================================
   PAGE HERO — light, Airwallex-referenced: white ground, one accent word,
   a real product screenshot doing the visual work (not a dark full-bleed panel)
   ========================================================================= */
.hero-wrapper {
  position: relative;
  background: var(--paper);
  padding-top: calc(var(--nav-h) + 64px);
  padding-bottom: 56px;
  overflow: hidden;
}

.hero-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--grad-mesh);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
}

.hero-copy h1 {
  margin-top: 18px;
  font-size: clamp(2.1rem, 1.5rem + 2.6vw, 3.4rem);
  line-height: 1.12;
}

.hero-copy h1 .accent {
  color: var(--signal);
}

.hero-copy .lede {
  margin-top: 22px;
  max-width: 460px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
  flex-wrap: wrap;
}

.hero-microcopy {
  margin-top: 22px;
  font-size: 0.85rem;
  color: var(--text-3);
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-microcopy iconify-icon {
  color: var(--emerald-ink);
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 36px;
}

.hero-badges span {
  font-size: 0.78rem;
  font-weight: 550;
  padding: 7px 13px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--text-2);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.hero-badges iconify-icon {
  color: var(--ink);
}

/* ---- Hero visual stage: one realistic product screenshot + a floating detail card ---- */
.hero-visual-field {
  position: relative;
  height: clamp(460px, 50vw, 600px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-visual-field .dash-mock,
.hero-visual-field .screenshot-frame {
  max-width: 700px;
  width: 100%;
  animation: floatY 8s ease-in-out infinite;
}

.hero-visual-field .ui-card {
  position: absolute;
  animation: floatY 7s ease-in-out infinite 1.1s;
}

.hero-visual-field .card-float-1 {
  bottom: -6%;
  left: -4%;
  width: 230px;
  z-index: 3;
}

@keyframes floatY {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.ui-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  padding: 16px;
  color: var(--text-1);
}

.ui-card .ui-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.ui-card .ui-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 650;
  color: var(--text-1);
}

.ui-card .ui-title iconify-icon {
  color: var(--signal);
  font-size: 1rem;
}

.ui-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--emerald);
  box-shadow: 0 0 0 3px var(--emerald-dim);
}

.ui-dot.rec {
  background: #ff5c5c;
  box-shadow: 0 0 0 3px rgba(255, 92, 92, 0.2);
  animation: pulse 1.6s infinite;
}

@keyframes pulse {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.35;
  }
}

.card-interview .face-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  background: var(--paper-dim);
  border-radius: 10px;
  margin-bottom: 10px;
}

.card-interview .face-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--grad-signal);
  flex: none;
}

.card-interview .transcript {
  font-size: 0.74rem;
  color: var(--text-2);
  line-height: 1.5;
}

.card-interview .transcript strong {
  color: var(--text-1);
  font-weight: 600;
}

.card-interview .rec-row {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.68rem;
  color: var(--text-3);
  margin-top: 10px;
}

.card-doc .doc-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.7rem;
  padding: 5px 0;
  border-bottom: 1px dashed var(--line-soft);
  color: var(--text-3);
}

.card-doc .doc-row b {
  color: var(--text-1);
  font-weight: 600;
}

.card-doc .tamper-alert {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 7px;
  background: var(--red-dim);
  border: 1px solid rgba(229, 72, 77, 0.25);
  color: #b3282d;
  font-size: 0.7rem;
  font-weight: 650;
  padding: 7px 9px;
  border-radius: 8px;
}

.card-process .step-track {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 10px;
}

.card-process .step-track i {
  flex: 1;
  height: 4px;
  border-radius: 4px;
  background: var(--line-soft);
}

.card-process .step-track i.done {
  background: var(--emerald);
}

.card-process .step-track i.active {
  background: var(--signal);
}

.card-process .proc-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.72rem;
  color: var(--text-3);
}

.card-process .proc-row b {
  color: var(--text-1);
}

.card-process .status-pill {
  font-size: 0.62rem;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 999px;
  background: var(--emerald-dim);
  color: var(--emerald-ink);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* ---- Real product screenshot frame (browser-style chrome + cropped screenshot) ---- */
.screenshot-frame {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-lg);
}

.screenshot-frame .sf-bar {
  height: 34px;
  background: var(--paper-dim);
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 14px;
}

.screenshot-frame .sf-bar i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--line);
  display: block;
}

.screenshot-frame .sf-shot {
  height: clamp(340px, 36vw, 500px);
  overflow: hidden;
}

.screenshot-frame .sf-shot img {
  width: 100%;
  height: auto;
  display: block;
}

.screenshot-frame.tall .sf-shot {
  height: clamp(380px, 40vw, 540px);
}

/* ---- Trust strip (sector chips, replaces a customer-logo row we don't have yet) ---- */
.trust-strip {
  padding: 48px 0 34px;
  border-bottom: 1px solid var(--line);
}

.trust-strip-inner {
  display: flex;
  align-items: center;
  gap: clamp(20px, 4vw, 44px);
  flex-wrap: wrap;
  justify-content: center;
}

.trust-strip-inner.stacked {
  flex-direction: column;
  gap: 24px;
  text-align: center;
}

.trust-strip-title {
  font-size: clamp(2rem, 3vw, 2.75rem);
  font-weight: 800;
  color: var(--text-1);
  letter-spacing: -0.025em;
  line-height: 1.1;
}

.trust-chips-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 3.5vw, 48px);
  flex-wrap: nowrap;
  white-space: nowrap;
  max-width: 100%;
}

.trust-strip-label {
  font-size: 0.74rem;
  font-weight: 650;
  color: var(--text-3);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.trust-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.05rem;
  font-weight: 650;
  color: var(--text-2);
  white-space: nowrap;
  opacity: 0.95;
  transition: opacity var(--dur-fast) var(--ease), transform var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease);
}

.trust-chip:hover {
  opacity: 1;
  color: var(--ink);
  transform: translateY(-2px);
}

.trust-chip iconify-icon {
  font-size: 1.35rem;
  color: var(--ink);
}

@media (max-width: 960px) {
  .trust-chips-row {
    overflow-x: auto;
    padding-bottom: 8px;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }
}

/* =========================================================================
   DASHBOARD MOCK (realistic product screenshot — used in workflow + platform)
   ========================================================================= */
.dash-mock {
  width: 100%;
  max-width: 460px;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.4);
  font-size: 0.7rem;
}

.dash-topbar {
  background: linear-gradient(90deg, var(--ink) 0%, var(--ink-soft) 100%);
  color: #fff;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.dash-topbar .dt-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 0.78rem;
}

.dash-topbar .dt-dots {
  display: flex;
  gap: 4px;
}

.dash-topbar .dt-dots i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--signal);
  display: block;
}

.dash-topbar .dt-dots i:nth-child(2) {
  background: var(--amber);
}

.dash-topbar .dt-dots i:nth-child(3) {
  background: rgba(255, 255, 255, 0.4);
}

.dash-topbar .dt-filter {
  font-size: 0.62rem;
  background: rgba(255, 255, 255, 0.1);
  padding: 5px 10px;
  border-radius: 7px;
  color: var(--text-inverse-dim);
}

.dash-kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line-soft);
}

.dash-kpi {
  background: #fff;
  padding: 11px 12px 10px;
  border-top: 3px solid var(--accent, var(--signal));
}

.dash-kpi strong {
  display: block;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--text-1);
  font-family: var(--font-display);
}

.dash-kpi span {
  font-size: 0.56rem;
  color: var(--text-3);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.dash-charts {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 1px;
  background: var(--line-soft);
}

.dash-chart-card {
  background: #fff;
  padding: 14px;
}

.dash-chart-card h6 {
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--text-3);
  margin-bottom: 12px;
}

.dash-bars {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 74px;
}

.dash-bars i {
  flex: 1;
  border-radius: 4px 4px 0 0;
  background: var(--signal);
  opacity: 0.85;
  display: block;
}

.dash-bars i:nth-child(2n) {
  background: var(--ink-2);
  opacity: 0.8;
}

.dash-bars i:nth-child(3n) {
  background: var(--amber);
  opacity: 0.85;
}

.dash-donut {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  margin: 0 auto;
  background: conic-gradient(var(--ink) 0 35%, var(--signal) 35% 60%, var(--amber) 60% 82%, var(--line) 82% 100%);
  position: relative;
}

.dash-donut::after {
  content: "";
  position: absolute;
  inset: 15px;
  background: #fff;
  border-radius: 50%;
}

.ui-card.static {
  position: relative;
  inset: auto;
  width: 100%;
  max-width: 320px;
  animation: none;
  margin: 0 auto;
}

.card-score {
  top: 210px;
  left: 210px;
  width: 168px;
  z-index: 6;
  animation-delay: 2s;
  padding: 14px;
}

.card-score .score-ring {
  width: 56px;
  height: 56px;
  margin: 0 auto 8px;
  position: relative;
}

.card-score .score-num {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  font-weight: 800;
}

.card-score .score-label {
  text-align: center;
  font-size: 0.66rem;
  color: var(--text-inverse-dim);
}

@media (max-width: 1080px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual-field {
    height: 420px;
    margin-top: 20px;
  }
}

@media (max-width: 560px) {
  .card-interview {
    width: 78%;
  }

  .card-doc {
    width: 66%;
    top: 100px;
  }

  .card-process {
    width: 84%;
    left: 10px;
  }

  .card-score {
    display: none;
  }
}

/* =========================================================================
   STAT STRIP
   ========================================================================= */
.stat-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.stat-strip .stat {
  padding: 34px var(--pad);
  text-align: center;
  border-left: 1px solid var(--line);
}

.stat-strip .stat:first-child {
  border-left: none;
}

.stat-num {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  font-weight: 800;
  color: var(--text-1);
  letter-spacing: -0.02em;
}

.stat-label {
  margin-top: 6px;
  font-size: 0.85rem;
  color: var(--text-3);
  font-weight: 500;
}

.stat-strip.on-ink {
  border-color: rgba(255, 255, 255, 0.1);
}

.stat-strip.on-ink .stat {
  border-color: rgba(255, 255, 255, 0.1);
}

.stat-strip.on-ink .stat-num {
  color: #fff;
}

.stat-strip.on-ink .stat-label {
  color: var(--text-inverse-dim);
}

@media (max-width: 780px) {
  .stat-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .stat-strip .stat:nth-child(2n+1) {
    border-left: none;
  }
}

/* =========================================================================
   PROBLEM / MARKET DYNAMICS ROW
   ========================================================================= */
.problem-rail {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  width: 100%;
}

@media (max-width: 1120px) {
  .problem-rail {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}

@media (max-width: 680px) {
  .problem-rail {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

@media (max-width: 440px) {
  .problem-rail {
    grid-template-columns: 1fr;
  }
}

.problem-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 330px;
  border-radius: 18px;
  padding: 24px 16px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}

.problem-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.14);
}

.problem-card .ico {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin-bottom: 16px;
  flex-shrink: 0;
}

.problem-card h4 {
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 10px;
}

.problem-card p {
  font-size: 0.8rem;
  line-height: 1.5;
  margin-top: 0;
}

.problem-card.accent {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}

.problem-card.accent .ico {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.problem-card.accent p {
  color: var(--text-inverse-dim);
}

/* =========================================================================
   PRODUCT SWITCHER (interactive tabs + live panel)
   ========================================================================= */
.switcher {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: #fff;
}

.switcher-tabs {
  border-right: 1px solid var(--line);
  background: var(--paper-dim);
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.switcher-tab {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 14px;
  border-radius: 12px;
  cursor: pointer;
  transition: background var(--dur-fast) var(--ease);
  text-align: left;
  border: none;
  background: transparent;
  width: 100%;
}

.switcher-tab:hover {
  background: rgba(13, 16, 23, 0.04);
}

.switcher-tab.active {
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.switcher-tab .ico {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--signal-dim);
  color: var(--signal);
  font-size: 1.05rem;
}

.switcher-tab.active .ico {
  background: var(--signal);
  color: #fff;
}

.switcher-tab .tt strong {
  display: block;
  font-size: 0.92rem;
  font-weight: 700;
}

.switcher-tab .tt span {
  display: block;
  font-size: 0.76rem;
  color: var(--text-3);
  margin-top: 2px;
}

.switcher-panel {
  padding: clamp(24px, 4vw, 48px);
  display: none;
}

.switcher-panel.active {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: center;
  animation: panelIn 0.5s var(--ease);
}

@keyframes panelIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.switcher-tab .ico {
  transition: transform 0.4s var(--ease);
}

.switcher-tab.active .ico {
  animation: iconPop 0.4s var(--ease);
}

@keyframes iconPop {
  0% {
    transform: scale(0.8);
  }

  60% {
    transform: scale(1.12);
  }

  100% {
    transform: scale(1);
  }
}

.switcher-panel .sp-copy .eyebrow {
  margin-bottom: 12px;
}

.switcher-panel .sp-copy h3 {
  font-size: var(--step-2);
  margin-bottom: 14px;
}

.switcher-panel .sp-copy p {
  color: var(--text-2);
  line-height: 1.65;
  margin-bottom: 20px;
}

.sp-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.sp-tags span {
  font-size: 0.78rem;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--paper-dim);
  color: var(--text-2);
}

.sp-visual {
  background: var(--ink);
  border-radius: var(--radius-md);
  padding: 20px;
  min-height: 260px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 900px) {
  .switcher {
    grid-template-columns: 1fr;
  }

  .switcher-tabs {
    flex-direction: row;
    overflow-x: auto;
    border-right: none;
    border-bottom: 1px solid var(--line);
  }

  .switcher-tab {
    flex: 0 0 auto;
  }

  .switcher-panel.active {
    grid-template-columns: 1fr;
  }
}

/* =========================================================================
   WORKFLOW / HOW IT WORKS (sticky visual + steps)
   ========================================================================= */
.workflow-wrap {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 60px;
  align-items: start;
}

.workflow-steps {
  display: flex;
  flex-direction: column;
}

.wf-step {
  padding: 26px 0 26px 54px;
  position: relative;
  border-left: 2px solid var(--line);
  margin-left: 19px;
  opacity: 0.4;
  transition: opacity var(--dur) var(--ease);
}

.wf-step.active {
  opacity: 1;
}

.wf-step:last-child {
  border-left-color: transparent;
}

.wf-step .wf-num {
  position: absolute;
  left: -20px;
  top: 24px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.9rem;
  color: var(--text-3);
  transition: all var(--dur) var(--ease);
}

.wf-step.active .wf-num {
  background: var(--signal);
  border-color: var(--signal);
  color: #fff;
  box-shadow: 0 0 0 6px var(--signal-dim);
}

.wf-step h4 {
  font-size: 1.15rem;
  margin-bottom: 8px;
}

.wf-step p {
  font-size: 0.9rem;
  color: var(--text-2);
  line-height: 1.6;
}

.workflow-visual {
  position: sticky;
  top: calc(var(--nav-h) + 24px);
  background: var(--paper-dim);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  min-height: 460px;
  padding: 28px;
  overflow: hidden;
}

.wf-visual-item {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  opacity: 0;
  transform: scale(0.95) translateY(10px);
  transition: opacity 0.5s var(--ease), transform 0.5s var(--ease);
  pointer-events: none;
}

.wf-visual-item.active {
  opacity: 1;
  transform: scale(1) translateY(0);
  pointer-events: auto;
}

@media (max-width: 900px) {
  .workflow-wrap {
    grid-template-columns: 1fr;
  }

  .workflow-visual {
    position: relative;
    top: 0;
    min-height: 320px;
    margin-bottom: 20px;
  }
}

/* =========================================================================
   QUOTE BLOCK
   ========================================================================= */
.quote-block {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.quote-block .qmark {
  font-family: var(--font-display);
  font-size: 4rem;
  color: var(--signal);
  line-height: 1;
  opacity: 0.4;
}

.quote-block blockquote {
  font-family: var(--font-display);
  font-size: var(--step-2);
  font-weight: 600;
  line-height: 1.45;
  color: var(--text-1);
}

.quote-block cite {
  display: block;
  margin-top: 22px;
  font-style: normal;
  font-size: 0.88rem;
  color: #310075;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

/* =========================================================================
   REGION / TRUST GRID
   ========================================================================= */
.region-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.region-cell {
  background: #fff;
  padding: 26px;
}

.region-cell .flag {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.region-cell h4 {
  font-size: 1rem;
  margin-bottom: 4px;
}

.region-cell span {
  font-size: 0.82rem;
  color: var(--text-3);
}

@media (max-width: 780px) {
  .region-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .region-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================================================================
   CTA BAND
   ========================================================================= */
.cta-band {
  position: relative;
  border-radius: var(--radius-xl);
  background: var(--grad-ink);
  background-image: var(--grad-ink), var(--grad-mesh);
  color: #fff;
  padding: clamp(48px, 7vw, 90px) clamp(28px, 6vw, 90px);
  text-align: center;
  overflow: hidden;
}

.cta-band h2 {
  color: #fff;
}

.cta-band .lede {
  color: var(--text-inverse-dim);
  max-width: 560px;
  margin: 18px auto 0;
}

.cta-band .hero-actions {
  justify-content: center;
  margin-top: 32px;
}

/* =========================================================================
   GENERIC PAGE HERO (light — for product / solution / company pages)
   ========================================================================= */
.page-hero {
  padding: calc(var(--nav-h) + 60px) 0 60px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  color: var(--text-3);
  margin-bottom: 20px;
}

.breadcrumb a {
  color: var(--text-3);
}

.breadcrumb a:hover {
  color: var(--signal);
}

/* =========================================================================
   CAPABILITY / IMPACT GRID (reused on product + solution pages)
   ========================================================================= */
.cap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.cap-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 26px;
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}

.cap-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}

.cap-card .ico {
  width: 44px;
  height: 44px;
  border-radius: 11px;
  background: var(--signal-dim);
  color: var(--signal);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 16px;
}

.cap-card h4 {
  font-size: 1rem;
  margin-bottom: 8px;
}

.cap-card p {
  font-size: 0.87rem;
  color: var(--text-2);
  line-height: 1.6;
}

@media (max-width: 900px) {
  .cap-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .cap-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================================================================
   WHO WE ARE (homepage intro visual — abstract, no stock imagery)
   ========================================================================= */
.who-grid {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}

.who-copy .badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 22px 0 28px;
}

.who-visual {
  position: relative;
  height: clamp(300px, 30vw, 400px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.who-circle {
  width: min(320px, 78%);
  aspect-ratio: 1;
  border-radius: 50%;
  background: conic-gradient(from 210deg, var(--ink) 0deg, var(--ink-soft) 140deg, var(--emerald) 230deg, var(--ink) 360deg);
  position: relative;
  box-shadow: var(--shadow-lg);
}

.who-circle-touch {
  position: absolute;
  width: 29%;
  height: 29%;
  left: 13%;
  bottom: 11%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.who-circle-touch img {
  width: 75%;
  height: auto;
  transform: rotate(45deg);
}

.who-quote-card {
  position: absolute;
  right: -4%;
  bottom: -6%;
  max-width: 260px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  padding: 20px;
}

.who-quote-card p {
  font-size: 0.82rem;
  font-style: italic;
  color: var(--text-2);
  line-height: 1.6;
}

.who-quote-card cite {
  display: block;
  margin-top: 10px;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #310075;
  font-style: normal;
}

@media (max-width: 900px) {
  .who-grid {
    grid-template-columns: 1fr;
  }

  .who-visual {
    margin-top: 12px;
  }
}

/* =========================================================================
   COMPARISON (problems -> winning solutions)
   ========================================================================= */
.compare-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  overflow: hidden;
}

.compare-col {
  background: #fff;
  padding: clamp(24px, 4vw, 40px);
}

.compare-col h3 {
  font-size: 1.05rem;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.compare-row {
  display: flex;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line-soft);
  font-size: 0.88rem;
  color: var(--text-2);
  line-height: 1.5;
}

.compare-row:last-child {
  border-bottom: none;
}

.compare-row iconify-icon {
  flex: none;
  font-size: 1.2rem;
  margin-top: 1px;
}

.compare-col.problem iconify-icon {
  color: var(--red);
}

.compare-col.solution iconify-icon {
  color: var(--emerald-ink);
}

.compare-row strong {
  color: var(--text-1);
  display: block;
  margin-bottom: 2px;
  font-size: 0.92rem;
}

@media (max-width: 780px) {
  .compare-wrap {
    grid-template-columns: 1fr;
  }
}

/* =========================================================================
   PROCESS FLOW (product page journey strip)
   ========================================================================= */
.flow-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 4px;
}

.flow-node {
  padding: 12px 22px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-1);
  box-shadow: var(--shadow-sm);
}

.flow-arrow {
  color: var(--text-3);
  font-size: 1.2rem;
  flex: none;
}

@media (max-width: 640px) {
  .flow-strip {
    flex-direction: column;
  }

  .flow-arrow {
    transform: rotate(90deg);
  }
}

/* Stat-style impact card (used where the old copy is expressed as a headline stat) */
.stat-impact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.stat-impact-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px;
}

.stat-impact-card .num {
  font-family: var(--font-display);
  font-size: var(--step-3);
  font-weight: 800;
  color: var(--ink);
}

.stat-impact-card h4 {
  font-size: 0.95rem;
  margin-top: 10px;
  margin-bottom: 8px;
}

.stat-impact-card p {
  font-size: 0.86rem;
  color: var(--text-2);
  line-height: 1.6;
}

@media (max-width: 780px) {
  .stat-impact-grid {
    grid-template-columns: 1fr;
  }
}

.impact-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.impact-row {
  display: flex;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line-soft);
}

.impact-row iconify-icon {
  flex: none;
  font-size: 1.3rem;
  color: var(--emerald);
  margin-top: 2px;
}

.impact-row strong {
  display: block;
  font-size: 0.95rem;
  margin-bottom: 3px;
}

.impact-row span {
  font-size: 0.87rem;
  color: var(--text-2);
  line-height: 1.55;
}

/* =========================================================================
   SOLID CARD / PANEL utility
   ========================================================================= */
.panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
}

.panel-pad {
  padding: 32px;
}

.tag-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  font-weight: 650;
  padding: 6px 13px;
  border-radius: 999px;
  background: var(--paper-dim);
  color: var(--text-2);
}

/* =========================================================================
   PRODUCT/SOLUTION PAGE HERO VISUALS (bespoke per page — no stock imagery)
   ========================================================================= */
.page-hero .hero-grid {
  align-items: center;
}

.page-hero .hero-copy .lede {
  max-width: 560px;
}

.ui-card-lg {
  width: 100%;
  max-width: 420px;
  padding: 22px;
  animation: floatY 8s ease-in-out infinite;
}

/* SCREENZ — screening list */
.screen-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 4px;
}

.screen-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  background: var(--paper-dim);
  border-radius: 10px;
}

.screen-row .sr-name {
  display: flex;
  align-items: center;
  gap: 9px;
  font-weight: 600;
  font-size: 0.8rem;
  color: var(--text-1);
}

.screen-row .sr-avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--grad-signal);
  flex: none;
}

.screen-row .sr-status {
  font-size: 0.62rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.screen-row .sr-status.eligible {
  background: var(--emerald-dim);
  color: var(--emerald-ink);
}

.screen-row .sr-status.review {
  background: var(--amber-dim);
  color: #0d6b62;
}

.screen-row .sr-status.incomplete {
  background: var(--red-dim);
  color: #b3282d;
}

.screen-progress {
  margin-top: 14px;
}

.screen-progress .bar {
  height: 7px;
  border-radius: 6px;
  background: var(--line-soft);
  overflow: hidden;
}

.screen-progress .bar i {
  display: block;
  height: 100%;
  width: 0%;
  background: var(--signal);
  border-radius: 6px;
  transition: width 1.1s var(--ease-out-soft);
}

.screen-progress .lbl {
  display: flex;
  justify-content: space-between;
  font-size: 0.7rem;
  color: var(--text-3);
  margin-top: 8px;
  font-weight: 600;
}

/* FINENZ — financial ledger */
.ledger-rows {
  display: flex;
  flex-direction: column;
}

.ledger-row {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr 1fr;
  gap: 8px;
  padding: 8px 0;
  border-bottom: 1px dashed var(--line-soft);
  font-size: 0.72rem;
  color: var(--text-3);
}

.ledger-row.head {
  color: var(--text-3);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.6rem;
  letter-spacing: 0.04em;
  border-bottom: 1px solid var(--line);
  padding-bottom: 10px;
}

.ledger-row b {
  color: var(--text-1);
  font-weight: 600;
}

.ledger-verified {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--emerald-dim);
  color: var(--emerald-ink);
  font-size: 0.76rem;
  font-weight: 650;
  padding: 9px 12px;
  border-radius: 9px;
}

/* DOKENZ — AI heat-map overlay */
.heatmap-grid {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 3px;
  margin-top: 14px;
}

.heatmap-grid i {
  display: block;
  aspect-ratio: 1;
  border-radius: 3px;
  background: var(--line-soft);
}

.heatmap-grid i.flag-hi {
  background: var(--red);
  opacity: 0.7;
}

.heatmap-grid i.flag-mid {
  background: var(--amber);
  opacity: 0.55;
}

.heatmap-caption {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  font-size: 0.7rem;
  color: var(--text-3);
}

.heatmap-caption .sw {
  width: 10px;
  height: 10px;
  border-radius: 3px;
  display: inline-block;
}

/* ENTRENZ — risk/outcome checklist */
.risk-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 16px;
}

.risk-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.78rem;
  color: var(--text-2);
}

.risk-item b {
  color: var(--text-1);
  font-weight: 600;
}

.risk-item .tag {
  font-size: 0.62rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--emerald-dim);
  color: var(--emerald-ink);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

/* Shared score-ring visual, standalone (ENTRENZ hero) */
.score-ring-lg {
  width: 96px;
  height: 96px;
  position: relative;
  margin: 0 auto;
}

.score-ring-lg .score-num {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.4rem;
  color: var(--text-1);
}

/* Legacy legal-page hero (privacy_policy.html, terms-and-condition.html) */
.page-hero-prod {
  position: relative;
  padding: calc(var(--nav-h) + 50px) 0 30px;
  overflow: hidden;
  background: var(--paper-dim);
}

.page-hero-prod .php-side-corner {
  position: absolute;
  top: 0;
  right: 0;
  width: 260px;
  opacity: 0.5;
  pointer-events: none;
}

.page-hero-prod .php-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
}

.page-hero-prod .php-bread {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.85rem;
  color: var(--text-3);
  margin-bottom: 18px;
}

.page-hero-prod .php-bread a {
  color: var(--text-3);
}

.page-hero-prod .php-bread a:hover {
  color: var(--ink);
}

/* =========================================================================
   FORM
   ========================================================================= */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

@media (max-width: 640px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 18px;
}

.form-field.full {
  grid-column: 1 / -1;
}

.form-field label {
  font-size: 0.82rem;
  font-weight: 650;
  color: var(--text-1);
}

.form-field label .opt {
  font-weight: 450;
  color: var(--text-3);
}

.form-field input,
.form-field select,
.form-field textarea {
  font-family: var(--font-body);
  font-size: 0.92rem;
  padding: 13px 15px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--text-1);
  transition: border-color var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease);
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--ink);
  box-shadow: 0 0 0 3px var(--signal-dim);
}

.form-field textarea {
  resize: vertical;
  min-height: 110px;
  font-family: var(--font-body);
}

.form-success {
  display: none;
  align-items: center;
  gap: 12px;
  padding: 20px;
  border-radius: var(--radius-md);
  background: var(--emerald-dim);
  color: var(--emerald-ink);
  font-weight: 600;
}

.form-success.show {
  display: flex;
}

.form-success iconify-icon {
  font-size: 1.4rem;
}

.info-tile {
  display: flex;
  gap: 14px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line-soft);
}

.info-tile:last-child {
  border-bottom: none;
}

.info-tile .ico {
  flex: none;
  width: 42px;
  height: 42px;
  border-radius: 11px;
  background: var(--signal-dim);
  color: var(--signal);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
}

.info-tile strong {
  display: block;
  font-size: 0.92rem;
  margin-bottom: 3px;
}

.info-tile span {
  font-size: 0.86rem;
  color: var(--text-2);
  line-height: 1.5;
}

/* =========================================================================
   AUTHENTZ HOMEPAGE ENHANCEMENTS (Brand Palette: Violet #310075 / Blue #1A1A2E / Green #04DDBD / Orange #F4550C)
   ========================================================================= */

/* ---- Stat Strip Cards with Color Grading (Vertical Cards) ---- */
.stat-strip.stat-grid-cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  max-width: 1080px;
  margin: 0 auto;
  border: none;
  padding: 24px 0;
}

.stat-card {
  padding: 44px 18px 38px;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-lg);
  text-align: center;
  color: #fff;
  box-shadow: 0 14px 34px rgba(10, 14, 20, 0.09);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
  position: relative;
  overflow: hidden;
}

.stat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 44px rgba(10, 14, 20, 0.18);
}

.stat-card .stat-num {
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(2.3rem, 3.4vw, 3.2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.05;
}

.stat-card .stat-label {
  color: rgba(255, 255, 255, 0.94);
  margin-top: 14px;
  font-size: 0.92rem;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: 0.01em;
  max-width: 170px;
}

/* Palette Card Gradients */
.card-grad-violet {
  background: linear-gradient(135deg, #310075 0%, #4f15a8 100%);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.card-grad-blue {
  background: linear-gradient(135deg, #1A1A2E 0%, #292d52 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.card-grad-green {
  background: linear-gradient(135deg, #04DDBD 0%, #018a77 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.card-grad-orange {
  background: linear-gradient(135deg, #F4550C 0%, #d83d00 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.card-grad-magenta {
  background: linear-gradient(135deg, #7928ca 0%, #b80099 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 860px) {
  .stat-strip.stat-grid-cards {
    grid-template-columns: repeat(2, 1fr);
    max-width: 440px;
  }
}

@media (max-width: 440px) {
  .stat-strip.stat-grid-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    max-width: 360px;
  }

  .stat-card {
    min-height: 220px;
    padding: 34px 12px 28px;
  }
}

/* ---- Problem Cards 6 Distinct Color Gradients ---- */
.problem-card.card-light-orange {
  background: linear-gradient(145deg, #fff7f2 0%, #ffdfd0 100%);
  border: 1px solid #ffccb4;
  color: #4a1d06;
}

.problem-card.card-light-orange .ico {
  background: rgba(244, 85, 12, 0.15);
  color: #d64402;
}

.problem-card.card-light-orange h4 {
  color: #8e2b02;
  font-weight: 750;
}

.problem-card.card-light-orange p {
  color: #5a250b;
}

.problem-card.card-dark-orange {
  background: linear-gradient(145deg, #F4550C 0%, #cf4002 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.problem-card.card-dark-orange .ico {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.problem-card.card-dark-orange h4 {
  color: #fff;
  font-weight: 750;
}

.problem-card.card-dark-orange p {
  color: rgba(255, 255, 255, 0.94);
}

.problem-card.card-light-purple {
  background: linear-gradient(145deg, #f7f2ff 0%, #e8dcff 100%);
  border: 1px solid #d8c4fa;
  color: #270656;
}

.problem-card.card-light-purple .ico {
  background: rgba(49, 0, 117, 0.12);
  color: #310075;
}

.problem-card.card-light-purple h4 {
  color: #310075;
  font-weight: 750;
}

.problem-card.card-light-purple p {
  color: #3b2064;
}

.problem-card.card-dark-purple {
  background: linear-gradient(145deg, #310075 0%, #1c0043 100%);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
}

.problem-card.card-dark-purple .ico {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.problem-card.card-dark-purple h4 {
  color: #fff;
  font-weight: 750;
}

.problem-card.card-dark-purple p {
  color: rgba(255, 255, 255, 0.94);
}

.problem-card.card-light-green {
  background: linear-gradient(145deg, #f0fdfa 0%, #cbf6ed 100%);
  border: 1px solid #a3edd9;
  color: #033e35;
}

.problem-card.card-light-green .ico {
  background: rgba(4, 221, 189, 0.2);
  color: #028672;
}

.problem-card.card-light-green h4 {
  color: #015c4e;
  font-weight: 750;
}

.problem-card.card-light-green p {
  color: #0c4d42;
}

.problem-card.card-dark-green {
  background: linear-gradient(145deg, #04DDBD 0%, #018370 100%);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
}

.problem-card.card-dark-green .ico {
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
}

.problem-card.card-dark-green h4 {
  color: #fff;
  font-weight: 750;
}

.problem-card.card-dark-green p {
  color: rgba(255, 255, 255, 0.96);
}

/* ---- Problems vs Winning Solutions Coloured Cards ---- */
.compare-col.problem-col-colored {
  background: linear-gradient(180deg, #fff7f4 0%, #feece5 100%);
  border: 1px solid #ffccb8;
  border-radius: var(--radius-lg);
  padding: clamp(24px, 4vw, 40px);
}

.compare-col.problem-col-colored h3 {
  color: #c4320a;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.25rem;
  margin-bottom: 24px;
}

.compare-col.problem-col-colored h3 iconify-icon {
  color: #F4550C;
  font-size: 1.4rem;
}

.compare-card-row.problem-item {
  display: flex;
  gap: 14px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid #ffd4c2;
  border-radius: 12px;
  padding: 16px 18px;
  margin-bottom: 12px;
  box-shadow: 0 2px 8px rgba(244, 85, 12, 0.04);
  transition: transform var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease);
}

.compare-card-row.problem-item:hover {
  transform: translateX(4px);
  box-shadow: 0 4px 14px rgba(244, 85, 12, 0.1);
}

.compare-card-row.problem-item iconify-icon {
  color: #e5484d;
  font-size: 1.25rem;
  flex: none;
  margin-top: 2px;
}

.compare-card-row.problem-item strong {
  display: block;
  font-size: 0.95rem;
  font-weight: 750;
  color: #1a0a33;
  margin-bottom: 3px;
}

.compare-card-row.problem-item span {
  font-size: 0.88rem;
  color: #554452;
  line-height: 1.5;
}

.compare-col.solution-col-colored {
  background: linear-gradient(180deg, #f0fdfb 0%, #e1faf5 100%);
  border: 1px solid #a8f0e2;
  border-radius: var(--radius-lg);
  padding: clamp(24px, 4vw, 40px);
}

.compare-col.solution-col-colored h3 {
  color: #016b5c;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.25rem;
  margin-bottom: 24px;
}

.compare-col.solution-col-colored h3 iconify-icon {
  color: #04DDBD;
  font-size: 1.4rem;
}

.compare-card-row.solution-item {
  display: flex;
  gap: 14px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #b7f3e8;
  border-radius: 12px;
  padding: 16px 18px;
  margin-bottom: 12px;
  box-shadow: 0 2px 8px rgba(4, 221, 189, 0.05);
  transition: transform var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease);
}

.compare-card-row.solution-item:hover {
  transform: translateX(4px);
  box-shadow: 0 4px 14px rgba(4, 221, 189, 0.12);
}

.compare-card-row.solution-item iconify-icon {
  color: #028e7a;
  font-size: 1.25rem;
  flex: none;
  margin-top: 2px;
}

.compare-card-row.solution-item strong {
  display: block;
  font-size: 0.95rem;
  font-weight: 750;
  color: #1a0a33;
  margin-bottom: 3px;
}

.compare-card-row.solution-item span {
  font-size: 0.88rem;
  color: #2b4f49;
  line-height: 1.5;
}

/* ---- Impact Rows with Cycling Gradients ---- */
.impact-row-box {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  height: 132px;
  border-radius: 14px;
  margin-bottom: 12px;
  border: 1px solid transparent;
  box-sizing: border-box;
  transition: transform var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease);
}

.impact-row-box:hover {
  transform: translateX(4px);
  box-shadow: 0 4px 14px rgba(10, 14, 20, 0.07);
}

.impact-row-box iconify-icon {
  flex: none;
  font-size: 1.35rem;
  margin-top: 2px;
}

.impact-row-box strong {
  display: block;
  font-size: 0.95rem;
  margin-bottom: 3px;
  font-weight: 750;
}

.impact-row-box span {
  font-size: 0.88rem;
  line-height: 1.55;
}

.impact-box-violet {
  background: linear-gradient(135deg, rgba(49, 0, 117, 0.05) 0%, rgba(75, 19, 168, 0.1) 100%);
  border-color: rgba(49, 0, 117, 0.18);
}

.impact-box-violet iconify-icon {
  color: #310075;
}

.impact-box-violet strong {
  color: #310075;
}

.impact-box-violet span {
  color: #433857;
}

.impact-box-blue {
  background: linear-gradient(135deg, rgba(26, 26, 46, 0.05) 0%, rgba(42, 45, 82, 0.1) 100%);
  border-color: rgba(26, 26, 46, 0.18);
}

.impact-box-blue iconify-icon {
  color: #1A1A2E;
}

.impact-box-blue strong {
  color: #1A1A2E;
}

.impact-box-blue span {
  color: #3c4055;
}

.impact-box-green {
  background: linear-gradient(135deg, rgba(4, 221, 189, 0.08) 0%, rgba(2, 142, 122, 0.14) 100%);
  border-color: rgba(4, 221, 189, 0.35);
}

.impact-box-green iconify-icon {
  color: #028e7a;
}

.impact-box-green strong {
  color: #016254;
}

.impact-box-green span {
  color: #1b4b44;
}

.impact-box-orange {
  background: linear-gradient(135deg, rgba(244, 85, 12, 0.06) 0%, rgba(244, 85, 12, 0.13) 100%);
  border-color: rgba(244, 85, 12, 0.26);
}

.impact-box-orange iconify-icon {
  color: #F4550C;
}

.impact-box-orange strong {
  color: #af3600;
}

.impact-box-orange span {
  color: #582b18;
}

/* ---- Workflow Visual Images ---- */
.wf-image-card {
  width: 100%;
  max-width: 520px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(10, 14, 20, 0.14);
  border: 1px solid var(--line);
}

.wf-image-card img {
  width: 100%;
  height: clamp(260px, 28vw, 360px);
  object-fit: cover;
  display: block;
}

/* ---- Clean Borderless Region List ---- */
.region-list-clean {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(20px, 2vw, 22px) clamp(24px, 3vw, 40px);
  align-items: center;
  margin-top: 36px;
  background: transparent;
  border: none;
  padding: 14px 0;
  width: 100%;
}

.region-list-clean .region-clean-item {
  flex: 0 0 auto;
  width: 15%;
  min-width: 170px;
}

.region-clean-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: transparent;
  border: none;
  padding: 6px 0;
  min-width: 0;
}

.region-clean-item .flag {
  width: 36px;
  height: 36px;
  font-size: 36px;
  line-height: 1;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.region-clean-item .flag iconify-icon {
  width: 36px;
  height: 36px;
  font-size: 36px;
  border-radius: 50%;
  display: block;
  box-shadow: 0 2px 8px rgba(10, 14, 20, 0.12);
}

.region-clean-item .flag img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: block;
  object-fit: cover;
  box-shadow: 0 2px 8px rgba(10, 14, 20, 0.12);
}

.region-clean-item h4 {
  font-size: clamp(0.88rem, 1vw, 1rem);
  font-weight: 750;
  margin-bottom: 2px;
  color: var(--text-1);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.region-clean-item span {
  font-size: clamp(0.72rem, 0.8vw, 0.82rem);
  color: var(--text-3);
  font-weight: 500;
  display: block;
  line-height: 1.35;
}

@media (max-width: 1100px) {
  .region-list-clean {
    gap: 24px 16px;
  }

  .region-list-clean .region-clean-item {
    width: 31%;
    min-width: 150px;
  }
}

@media (max-width: 640px) {
  .region-list-clean {
    gap: 20px 12px;
  }

  .region-list-clean .region-clean-item {
    width: 47%;
    min-width: 130px;
  }
}

/* ---- Trust Feature 4-Box Colored Cards (Vertical Boxes) ---- */
.trust-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  max-width: 880px;
  margin: 38px auto 0;
}

.trust-feature-card {
  border-radius: var(--radius-lg);
  padding: 38px 20px 32px;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  color: #fff;
  box-shadow: 0 14px 34px rgba(10, 14, 20, 0.09);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
  position: relative;
  overflow: hidden;
}

.trust-feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 44px rgba(10, 14, 20, 0.18);
}

.trust-feature-card .ico {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  margin-bottom: 20px;
  flex-shrink: 0;
}

.trust-feature-card h4 {
  font-size: 1.1rem;
  font-weight: 750;
  color: #fff;
  margin-bottom: 12px;
  line-height: 1.25;
}

.trust-feature-card p {
  font-size: 0.88rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
  margin: 0;
}

@media (max-width: 880px) {
  .trust-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 440px;
  }
}

@media (max-width: 440px) {
  .trust-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    max-width: 360px;
  }

  .trust-feature-card {
    min-height: 250px;
    padding: 28px 14px 24px;
  }
}

/* =========================================================================
   SCREENZ PAGE ENHANCEMENTS & VERTICAL FEATURE CARDS
   ========================================================================= */

/* SCREENZ Split Hero Layout */
/* .screenz-hero-split-grid {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  gap: clamp(36px, 4.5vw, 68px);
  align-items: center;
} */
/* SCREENZ Split Hero Layout */
.screenz-hero-split-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  /* 40% text, 60% image */
  gap: clamp(28px, 3.5vw, 56px);
  align-items: start;
}

@media (max-width: 980px) {
  .screenz-hero-split-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .screenz-hero-left {
    text-align: center !important;
  }

  .screenz-hero-left .hero-actions {
    justify-content: center !important;
  }
}

/* Hero Image 3/4 width (kept for other pages if needed) */
.screenz-hero-image-wrap {
  width: 75%;
  max-width: 1080px;
  margin: 36px auto 30px;
  position: relative;
}

@media (max-width: 900px) {
  .screenz-hero-image-wrap {
    width: 95%;
  }
}

/* Vertical Feature Cards (6 side-by-side vertical cards) */
.vertical-cards-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  width: 100%;
}

@media (max-width: 1200px) {
  .vertical-cards-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}

@media (max-width: 768px) {
  .vertical-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

@media (max-width: 480px) {
  .vertical-cards-grid {
    grid-template-columns: 1fr;
  }
}

/* 7-Card Vertical Feature Grid */
.vertical-cards-grid.grid-cols-7,
.vertical-cards-grid-7 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
  width: 100%;
}

.vertical-cards-grid.grid-cols-7 .vertical-card,
.vertical-cards-grid-7 .vertical-card {
  padding: 20px 12px 20px;
}

.vertical-cards-grid.grid-cols-7 .vc-title,
.vertical-cards-grid-7 .vc-title {
  font-size: 0.94rem;
  line-height: 1.25;
}

.vertical-cards-grid.grid-cols-7 .vc-desc,
.vertical-cards-grid-7 .vc-desc {
  font-size: 0.76rem;
  line-height: 1.45;
}

@media (max-width: 1200px) {
  .vertical-cards-grid.grid-cols-7,
  .vertical-cards-grid-7 {
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
  }
}

@media (max-width: 860px) {
  .vertical-cards-grid.grid-cols-7,
  .vertical-cards-grid-7 {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

@media (max-width: 480px) {
  .vertical-cards-grid.grid-cols-7,
  .vertical-cards-grid-7 {
    grid-template-columns: 1fr;
  }
}

/* 8-Card Vertical Feature Grid */
.vertical-cards-grid.grid-cols-8,
.vertical-cards-grid-8 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 8px;
  width: 100%;
}

.vertical-cards-grid.grid-cols-8 .vertical-card,
.vertical-cards-grid-8 .vertical-card {
  padding: 18px 10px 18px;
}

.vertical-cards-grid.grid-cols-8 .vc-title,
.vertical-cards-grid-8 .vc-title {
  font-size: 0.88rem;
  line-height: 1.25;
}

.vertical-cards-grid.grid-cols-8 .vc-desc,
.vertical-cards-grid-8 .vc-desc {
  font-size: 0.74rem;
  line-height: 1.45;
}

@media (max-width: 1200px) {
  .vertical-cards-grid.grid-cols-8,
  .vertical-cards-grid-8 {
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
  }
}

@media (max-width: 860px) {
  .vertical-cards-grid.grid-cols-8,
  .vertical-cards-grid-8 {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

@media (max-width: 480px) {
  .vertical-cards-grid.grid-cols-8,
  .vertical-cards-grid-8 {
    grid-template-columns: 1fr;
  }
}

/* 3-Card Vertical Feature Grid (for Organisational Impact & 3-card sections) */
.vertical-cards-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 980px;
  margin: 40px auto 0;
  width: 100%;
}

@media (max-width: 860px) {
  .vertical-cards-grid-3 {
    grid-template-columns: 1fr;
    max-width: 440px;
    gap: 18px;
  }
}

/* 5-Card Vertical Feature Grid (for Why Choose Authentz / 5 side-by-side vertical cards) */
.vertical-cards-grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  width: 100%;
}

@media (max-width: 1100px) {
  .vertical-cards-grid-5 {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }
}

@media (max-width: 768px) {
  .vertical-cards-grid-5 {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

@media (max-width: 480px) {
  .vertical-cards-grid-5 {
    grid-template-columns: 1fr;
  }
}

.vertical-card {
  border-radius: 18px;
  padding: 24px 16px 22px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 280px;
  overflow: hidden;
  position: relative;
  color: #fff;
  box-shadow: 0 12px 32px rgba(10, 14, 20, 0.12);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}

.vertical-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 48px rgba(10, 14, 20, 0.22);
}

.vc-top {
  position: relative;
  z-index: 2;
}

.vc-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 14px;
  backdrop-filter: blur(8px);
}

.vc-title {
  font-size: 0.98rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 8px;
}

.vc-desc {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.45;
  margin-bottom: 12px;
}

.vc-arrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  color: #fff;
  font-weight: 700;
  transition: transform var(--dur-fast) var(--ease);
}

.vertical-card:hover .vc-arrow {
  transform: translateX(4px);
}

/* Bottom Mock Container inside vertical cards */
.vc-bottom-mock {
  margin-top: 16px;
  background: #fff;
  border-radius: 14px 14px 0 0;
  padding: 12px 10px 18px;
  color: var(--text-1);
  box-shadow: 0 -6px 20px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 2;
  transform: translateY(4px);
  transition: transform var(--dur) var(--ease);
}

.vertical-card:hover .vc-bottom-mock {
  transform: translateY(0);
}

.vc-bottom-mock .mock-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--line-soft);
}

.vc-bottom-mock .mock-header span {
  font-size: 0.72rem !important;
}

.vc-bottom-mock .mock-badge {
  font-size: 0.58rem;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 2px 6px;
  border-radius: 999px;
  background: var(--paper-dim);
}

.vc-bottom-mock .mock-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.68rem;
  padding: 4px 0;
  color: var(--text-2);
}

.vc-bottom-mock .mock-row b {
  color: var(--text-1);
}

/* Card color variants */
.vc-grad-orange {
  background: linear-gradient(160deg, #F4550C 0%, #d83d00 100%);
}

.vc-grad-violet {
  background: linear-gradient(160deg, #310075 0%, #4c11a8 100%);
}

.vc-grad-blue {
  background: linear-gradient(160deg, #1A1A2E 0%, #292d5c 100%);
}

.vc-grad-teal {
  background: linear-gradient(160deg, #04DDBD 0%, #018a77 100%);
}

.vc-grad-magenta {
  background: linear-gradient(160deg, #7928ca 0%, #b80099 100%);
}

.vc-grad-coral {
  background: linear-gradient(160deg, #e65100 0%, #ff7043 100%);
}

.vc-grad-green {
  background: linear-gradient(160deg, #10b981 0%, #047857 100%);
}

.vc-grad-indigo {
  background: linear-gradient(160deg, #4338ca 0%, #312e81 100%);
}

/* =========================================================================
   SOLUTIONS PAGES SIDE-BY-SIDE VERTICAL CARDS
   ========================================================================= */
.solution-cards-grid {
  display: grid;
  width: 100%;
  gap: 12px;
}

.solution-cards-grid.grid-cols-6 {
  grid-template-columns: repeat(6, 1fr);
}

.solution-cards-grid.grid-cols-7 {
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
}

.solution-cards-grid.grid-cols-8 {
  grid-template-columns: repeat(8, 1fr);
  gap: 8px;
}

@media (max-width: 1200px) {

  .solution-cards-grid.grid-cols-6,
  .solution-cards-grid.grid-cols-7,
  .solution-cards-grid.grid-cols-8 {
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
  }
}

@media (max-width: 860px) {

  .solution-cards-grid.grid-cols-6,
  .solution-cards-grid.grid-cols-7,
  .solution-cards-grid.grid-cols-8 {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

@media (max-width: 500px) {

  .solution-cards-grid.grid-cols-6,
  .solution-cards-grid.grid-cols-7,
  .solution-cards-grid.grid-cols-8 {
    grid-template-columns: 1fr;
  }
}

.solution-card-vertical {
  border-radius: 16px;
  padding: 24px 16px 22px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start !important;
  min-height: 320px;
  color: #fff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}

.solution-card-vertical:has(.tag-pill) {
  min-height: 440px;
}

.solution-card-vertical:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
}

.solution-card-vertical .ico {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 14px;
  flex-shrink: 0;
  backdrop-filter: blur(8px);
}

.solution-card-vertical h4 {
  font-size: 1.08rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 10px;
}

.solution-card-vertical p {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.94);
  line-height: 1.5;
  margin-bottom: 0;
}

.solution-card-vertical .tag-pill {
  margin-top: auto;
  font-size: 0.68rem;
  padding: 4px 10px;
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  align-self: flex-start;
  white-space: nowrap;
}

.solution-cards-grid.grid-cols-7 .solution-card-vertical {
  padding: 20px 12px 20px;
  min-height: 300px;
}

.solution-cards-grid.grid-cols-7 .solution-card-vertical:has(.tag-pill) {
  min-height: 420px;
}

.solution-cards-grid.grid-cols-7 .solution-card-vertical h4 {
  font-size: 0.98rem;
  line-height: 1.32;
}

.solution-cards-grid.grid-cols-7 .solution-card-vertical p {
  font-size: 0.82rem;
  line-height: 1.5;
}

.solution-cards-grid.grid-cols-7 .solution-card-vertical .tag-pill {
  font-size: 0.64rem;
  padding: 3px 6px;
}

.solution-cards-grid.grid-cols-8 .solution-card-vertical {
  padding: 20px 10px 20px;
  min-height: 310px;
}

.solution-cards-grid.grid-cols-8 .solution-card-vertical:has(.tag-pill) {
  min-height: 450px;
}

.solution-cards-grid.grid-cols-8 .solution-card-vertical .ico {
  width: 38px;
  height: 38px;
  font-size: 1.2rem;
  margin-bottom: 12px;
}

.solution-cards-grid.grid-cols-8 .solution-card-vertical h4 {
  font-size: 0.90rem;
  line-height: 1.3;
}

.solution-cards-grid.grid-cols-8 .solution-card-vertical p {
  font-size: 0.76rem;
  line-height: 1.5;
}

.solution-cards-grid.grid-cols-8 .solution-card-vertical .tag-pill {
  font-size: 0.60rem;
  padding: 3px 6px;
}

/* Purple Line Connected Journey */
.journey-track-wrapper {
  position: relative;
  padding: 44px 0 24px;
  margin-top: 24px;
}

.journey-purple-line {
  position: absolute;
  top: 74px;
  left: 8%;
  right: 8%;
  height: 5px;
  background: linear-gradient(90deg, #310075 0%, #6818c7 50%, #310075 100%);
  border-radius: 999px;
  z-index: 1;
}

.journey-steps-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  position: relative;
  z-index: 2;
}

.journey-step-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.journey-step-circle {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #310075;
  color: #fff;
  border: 4px solid #fff;
  box-shadow: 0 0 0 4px rgba(49, 0, 117, 0.25), 0 8px 20px rgba(49, 0, 117, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.15rem;
  margin-bottom: 18px;
  transition: transform var(--dur) var(--ease), background var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}

.journey-step-node:hover .journey-step-circle {
  transform: scale(1.14);
  background: #F4550C;
  box-shadow: 0 0 0 4px rgba(244, 85, 12, 0.25), 0 8px 20px rgba(244, 85, 12, 0.35);
}

.journey-step-node h4 {
  font-size: 1.08rem;
  font-weight: 750;
  color: #1A1A2E;
  margin-bottom: 6px;
}

.journey-step-node p {
  font-size: 0.8rem;
  color: var(--text-3);
  line-height: 1.45;
  max-width: 170px;
}

@media (max-width: 900px) {
  .journey-purple-line {
    top: 0;
    bottom: 0;
    left: 36px;
    right: auto;
    width: 5px;
    height: 100%;
  }

  .journey-steps-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .journey-step-node {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    gap: 20px;
    padding-left: 8px;
  }

  .journey-step-circle {
    margin-bottom: 0;
    flex: none;
  }

  .journey-step-node p {
    max-width: none;
  }
}

/* Step names inside circles (named steps variant) */
.journey-track-wrapper.journey-steps-named-track .journey-purple-line {
  top: 87px;
}

.journey-steps-grid.journey-steps-named .journey-step-circle {
  width: 90px;
  height: 90px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  padding: 8px 4px;
  text-align: center;
  line-height: 1.2;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .journey-track-wrapper.journey-steps-named-track .journey-purple-line {
    left: 50px;
  }
}

/* =========================================================================
   SCREENZ JOURNEY — ALT DESIGN (vertical zigzag timeline)
   ========================================================================= */
.journey-zigzag {
  position: relative;
  max-width: 780px;
  margin: clamp(28px, 4vw, 44px) auto 0;
}

.jz-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--line);
  transform: translateX(-50%);
}

.jz-step {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 56px 1fr;
  align-items: center;
  column-gap: 24px;
  padding: 22px 0;
}

.jz-content-left {
  grid-column: 1;
  text-align: right;
}

.jz-reverse .jz-content-right {
  grid-column: 3;
  text-align: left;
}

.jz-dot {
  grid-column: 2;
  position: relative;
  z-index: 1;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #fff;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.82rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 6px var(--paper-dim), var(--shadow-md);
}

.jz-icon-wrap {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  color: #fff;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.jz-content-left .jz-icon-wrap {
  margin-left: auto;
}

.jz-step h4 {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--text-1);
  margin: 0 0 6px;
}

.jz-step p {
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--text-2);
  margin: 0;
}

@media (max-width: 700px) {
  .journey-zigzag {
    max-width: 460px;
  }

  .jz-line {
    left: 22px;
  }

  .jz-step,
  .jz-step.jz-reverse {
    grid-template-columns: 44px 1fr;
    column-gap: 18px;
  }

  .jz-content-left,
  .jz-reverse .jz-content-right {
    grid-column: 2;
    text-align: left;
  }

  .jz-step .jz-dot,
  .jz-step.jz-reverse .jz-dot {
    grid-column: 1;
  }

  .jz-content-left .jz-icon-wrap {
    margin-left: 0;
  }
}

/* =========================================================================
   PRODUCT NAME BRAND STYLING (#04DDBD & UPPERCASE)
   ========================================================================= */
.prod-highlight,
.product-highlight,
.prod-name,
span.prod-highlight {
  color: #04DDBD !important;
  text-transform: uppercase !important;
}

.site-footer .prod-highlight {
  color: var(--text-2) !important;
}

.site-footer .ft-col a:hover .prod-highlight {
  color: var(--ink) !important;
}

/* =========================================================================
   READY TO BE FUTURE READY CTA BANNER
   ========================================================================= */
.cta-future-ready {
  padding: clamp(52px, 7vw, 90px) clamp(24px, 5vw, 64px);
  text-align: center;
  color: var(--text-1);
  position: relative;
}

.cta-future-ready-btn {
  margin-top: 28px;
}

.cta-future-ready h2 {
  font-size: clamp(2.2rem, 4.4vw, 3.8rem);
  font-weight: 900;
  color: var(--ink);
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin: 0 auto 20px;
  max-width: 840px;
}

.cta-future-ready .cta-lede {
  font-size: clamp(1.02rem, 1.25vw, 1.2rem);
  color: var(--text-2);
  line-height: 1.65;
  max-width: 740px;
  margin: 0 auto 16px;
  font-weight: 450;
}

.cta-future-ready .cta-tagline {
  font-size: clamp(0.98rem, 1.15vw, 1.12rem);
  font-weight: 700;
  color: var(--ink);
  letter-spacing: 0.02em;
  margin: 0 auto;
}

.cta-future-ready .cta-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--signal);
  margin-bottom: 18px;
}

.cta-future-ready .cta-eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: var(--signal);
}