/* =========================================================================
   JLCS V2 — Soft Sky design system
   Light, airy, Apple-inspired. Concept 5D color palette.
   ========================================================================= */
:root {
  --deep-navy: #0a1b33;
  --action-blue: #2563eb;
  --action-blue-hi: #3b82f6;
  --action-blue-lo: #1d4ed8;
  --airy-sky: #7dbaf6;
  --powder-blue: #c9e2ff;
  --ice-blue: #e8f3ff;
  --cloud-white: #fafcff;
  --soft-silver: #e6ebf2;
  --slate-text: #5e6b7e;

  --bg: #ffffff;
  --bg-soft: var(--cloud-white);
  --bg-tint: var(--ice-blue);
  --bg-elevated: #ffffff;
  --bg-glass: rgba(255, 255, 255, 0.72);
  --bg-glass-hi: rgba(255, 255, 255, 0.85);

  --text-hi: var(--deep-navy);
  --text-mid: #2c3a52;
  --text-lo: var(--slate-text);
  --text-muted: #8794ad;

  --hairline: rgba(10, 27, 51, 0.06);
  --hairline-strong: rgba(10, 27, 51, 0.12);
  --hairline-blue: rgba(37, 99, 235, 0.18);

  --positive: #10b981;
  --warn: #f59e0b;
  --danger: #ef4444;

  --grad-sky: linear-gradient(180deg, #ffffff 0%, var(--ice-blue) 100%);
  --grad-mesh:
    radial-gradient(ellipse 60% 40% at 30% 20%, rgba(125, 186, 246, 0.18), transparent 60%),
    radial-gradient(ellipse 50% 35% at 80% 70%, rgba(37, 99, 235, 0.10), transparent 60%);
  --grad-button: linear-gradient(180deg, #3b82f6 0%, #2563eb 100%);
  --grad-text-blue: linear-gradient(135deg, #0a1b33 0%, #2563eb 60%, #7dbaf6 100%);

  --shadow-xs: 0 1px 2px rgba(10, 27, 51, 0.05);
  --shadow-sm: 0 4px 12px rgba(10, 27, 51, 0.06), 0 1px 3px rgba(10, 27, 51, 0.04);
  --shadow-md: 0 12px 32px rgba(10, 27, 51, 0.08), 0 2px 6px rgba(10, 27, 51, 0.04);
  --shadow-lg: 0 28px 56px rgba(10, 27, 51, 0.10), 0 4px 12px rgba(10, 27, 51, 0.05);
  --shadow-xl: 0 48px 96px rgba(10, 27, 51, 0.14), 0 8px 24px rgba(10, 27, 51, 0.06);

  --font-display: "Manrope", -apple-system, BlinkMacSystemFont, "SF Pro Display", system-ui, sans-serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "SF Pro Text", system-ui, sans-serif;
  --font-mono: "JetBrains Mono", "SF Mono", ui-monospace, monospace;

  --fs-mega: clamp(3rem, 8vw + 0.5rem, 7rem);
  --fs-hero: clamp(2.5rem, 5vw + 1rem, 5.5rem);
  --fs-display: clamp(2rem, 3.5vw + 1rem, 4rem);
  --fs-h1: clamp(1.875rem, 2vw + 1rem, 2.75rem);
  --fs-h2: clamp(1.5rem, 1.2vw + 1rem, 2.125rem);
  --fs-h3: clamp(1.25rem, 0.5vw + 1rem, 1.5rem);
  --fs-lede: clamp(1.0625rem, 0.4vw + 1rem, 1.25rem);
  --fs-body: 1rem;
  --fs-sm: 0.875rem;
  --fs-xs: 0.75rem;
  --fs-eyebrow: 0.78rem;

  --s-1: 4px;  --s-2: 8px;  --s-3: 12px;
  --s-4: 16px; --s-5: 24px; --s-6: 32px;
  --s-7: 48px; --s-8: 64px; --s-9: 96px; --s-10: 144px;

  --container: 1200px;
  --container-narrow: 920px;
  --container-wide: 1400px;
  --r-sm: 8px;  --r-md: 12px; --r-lg: 18px;
  --r-xl: 24px; --r-2xl: 32px; --r-pill: 999px;

  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --ease-smooth: cubic-bezier(0.4, 0, 0.2, 1);
  --d-fast: 200ms;
  --d-base: 360ms;
  --d-slow: 600ms;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: 1.6;
  color: var(--text-mid);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: var(--action-blue); text-decoration: none; transition: color var(--d-fast) var(--ease-out); }
a:hover { color: var(--action-blue-lo); }
button { font: inherit; color: inherit; cursor: pointer; border: none; background: none; }
input, select, textarea { font: inherit; color: inherit; }

h1, h2, h3, h4, h5 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.025em;
  color: var(--text-hi);
  margin: 0;
}
h1 { font-size: var(--fs-display); letter-spacing: -0.03em; }
h2 { font-size: var(--fs-h1); }
h3 { font-size: var(--fs-h2); }
h4 { font-size: var(--fs-h3); }
p { margin: 0; }

::selection { background: var(--action-blue); color: white; }
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: var(--bg-soft); }
::-webkit-scrollbar-thumb { background: var(--soft-silver); border-radius: 5px; }
::-webkit-scrollbar-thumb:hover { background: var(--airy-sky); }

:focus-visible { outline: 2px solid var(--action-blue); outline-offset: 3px; border-radius: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: clamp(20px, 4vw, 40px); }
.container-narrow { max-width: var(--container-narrow); margin-inline: auto; padding-inline: clamp(20px, 4vw, 40px); }
.container-wide  { max-width: var(--container-wide); margin-inline: auto; padding-inline: clamp(20px, 4vw, 40px); }
.section { padding-block: clamp(80px, 10vw, 160px); position: relative; }
.section-tight { padding-block: clamp(48px, 6vw, 96px); position: relative; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-mono);
  font-size: var(--fs-eyebrow);
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--action-blue);
  margin: 0 0 var(--s-4);
}
.eyebrow::before { content: ""; width: 22px; height: 1px; background: var(--action-blue); }
.lede { font-size: var(--fs-lede); color: var(--text-lo); line-height: 1.55; max-width: 60ch; }
.text-gradient { background: var(--grad-text-blue); -webkit-background-clip: text; background-clip: text; color: transparent; }

.section-heading { display: flex; flex-direction: column; gap: var(--s-3); max-width: 760px; margin-bottom: var(--s-7); }
.section-heading.center { text-align: center; margin-inline: auto; align-items: center; }
.section-heading h2 { font-size: var(--fs-h1); }
.section-heading p { color: var(--text-lo); font-size: var(--fs-lede); max-width: 60ch; }

.btn {
  --pad-x: 22px; --pad-y: 13px;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: var(--pad-y) var(--pad-x);
  border-radius: var(--r-pill);
  font-weight: 600; font-size: var(--fs-sm);
  letter-spacing: -0.005em; white-space: nowrap;
  transition: transform var(--d-fast) var(--ease-out), background var(--d-base), box-shadow var(--d-base), color var(--d-fast);
  position: relative; isolation: isolate; overflow: hidden;
}
.btn:active { transform: translateY(1px) scale(0.98); }
.btn-primary { background: var(--grad-button); color: white; box-shadow: 0 6px 20px rgba(37, 99, 235, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.25); }
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 10px 32px rgba(37, 99, 235, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.3); color: white; }
.btn-primary::after { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,0.35) 50%, transparent 70%); transform: translateX(-100%); transition: transform 700ms var(--ease-out); pointer-events: none; }
.btn-primary:hover::after { transform: translateX(100%); }
.btn-secondary { background: white; color: var(--text-hi); border: 1px solid var(--hairline-strong); box-shadow: var(--shadow-xs); }
.btn-secondary:hover { border-color: var(--action-blue); color: var(--action-blue); transform: translateY(-1px); box-shadow: var(--shadow-sm); }
.btn-ghost { background: transparent; color: var(--text-hi); }
.btn-ghost:hover { color: var(--action-blue); }
.btn-sm { --pad-x: 16px; --pad-y: 9px; font-size: var(--fs-xs); }
.btn-lg { --pad-x: 30px; --pad-y: 17px; font-size: 1rem; }
.btn .arrow { display: inline-block; transition: transform var(--d-base) var(--ease-out); }
.btn:hover .arrow { transform: translateX(4px); }

.site-header {
  position: fixed; top: 14px; left: 0; right: 0;
  z-index: 100; pointer-events: none;
}
.nav-shell {
  pointer-events: auto;
  max-width: var(--container-wide);
  margin-inline: auto;
  padding-inline: clamp(14px, 3vw, 28px);
  display: flex; align-items: center; justify-content: space-between; gap: var(--s-4);
}
/* ========== LIQUID GLASS NAVIGATION ========== */
.nav-bar {
  position: relative;
  display: flex;
  width: 100%;
  background: transparent;
  border-radius: 2rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow:
    0 4px 24px rgba(37, 99, 235, 0.08),
    0 1px 3px rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
/* --- Glass Layers (premium frosted liquid glass) --- */
.glass-filter {
  position: absolute;
  inset: 0;
  z-index: 0;
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  filter: url(#lg-dist);
  isolation: isolate;
}
.glass-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.72);
}
.glass-specular {
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
  overflow: hidden;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 -1px 0 rgba(255, 255, 255, 0.3),
    inset 0 0 30px rgba(255, 255, 255, 0.15);
}
/* --- Nav Content (sits above all glass layers) --- */
.glass-content.nav-content-wrapper {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s-4);
  width: 100%;
  padding: 8px 8px 8px 16px;
}
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-icon { height: 32px; width: 32px; object-fit: contain; display: block; filter: drop-shadow(0 4px 10px rgba(125, 186, 246, 0.4)); transition: transform var(--d-fast) var(--ease-out); }
.brand:hover .brand-icon { transform: rotate(-6deg) scale(1.05); }
.brand-text { font-family: var(--font-display); font-weight: 800; font-size: 1.05rem; color: var(--text-hi); letter-spacing: -0.02em; }
.nav-links { display: inline-flex; align-items: center; gap: 4px; }
.nav-links a { padding: 8px 14px; border-radius: var(--r-pill); font-size: var(--fs-sm); font-weight: 500; color: var(--text-mid); transition: all var(--d-fast) var(--ease-out); }
.nav-links a:hover, .nav-links a.is-current { color: var(--text-hi); background: var(--bg-tint); }
.nav-cta { display: inline-flex; align-items: center; gap: 8px; }
.nav-toggle { display: none; }
@media (max-width: 880px) {
  .nav-links { display: none; }
  .nav-shell.is-open .nav-links { display: flex; flex-direction: column; align-items: stretch; position: absolute; top: 70px; left: 14px; right: 14px; background: white; border: 1px solid var(--hairline-strong); border-radius: var(--r-xl); padding: 12px; box-shadow: var(--shadow-lg); }
  .nav-toggle { display: inline-flex; flex-direction: column; gap: 4px; padding: 8px; border-radius: 10px; background: transparent; }
  .nav-toggle span { width: 20px; height: 2px; background: var(--text-hi); border-radius: 2px; transition: transform var(--d-fast); }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .nav-cta .btn-secondary { display: none; }
}
.scroll-progress { position: fixed; top: 0; left: 0; height: 2px; width: 0%; background: linear-gradient(90deg, var(--action-blue), var(--airy-sky)); z-index: 200; transition: width 80ms linear; }/* =========================================================================
   HERO SECTION (V2 Interactive & Parallax)
   ========================================================================= */
.hero-interactive {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 80px;
  background: var(--grad-sky);
  background-image: var(--grad-mesh);
}

.interactive-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  opacity: 0.85;
}

.hero-container {
  position: relative;
  z-index: 2;
  width: 100%;
}

.hero-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 820px;
  margin: 0 auto;
  gap: var(--s-5);
  text-align: center;
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  width: 100%;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px 6px 6px;
  border-radius: var(--r-pill);
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(10, 27, 51, 0.05);
  font-size: var(--fs-xs);
  font-weight: 500;
  color: var(--text-mid);
  box-shadow: var(--shadow-xs);
}

.hero-eyebrow .pill {
  background: var(--grad-button);
  color: white;
  padding: 4px 10px;
  border-radius: var(--r-pill);
  font-weight: 800;
  font-size: 9px;
  letter-spacing: 0.08em;
}

.hero-eyebrow .eyebrow-text {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--text-muted);
}

.hero-title {
  font-size: var(--fs-hero);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.02;
  color: var(--deep-navy);
  margin: 0;
  text-align: center;
}

.hero-title .accent {
  background: var(--grad-text-blue);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-lede {
  font-size: var(--fs-lede);
  color: var(--text-mid);
  max-width: 52ch;
  line-height: 1.55;
  margin: 0 auto;
  text-align: center;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 8px;
}

.pulse-glow {
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.32);
  animation: pulse-blue 2.5s infinite;
}

@keyframes pulse-blue {
  0% { box-shadow: 0 0 0 0 rgba(37, 99, 235, 0.6); }
  70% { box-shadow: 0 0 0 12px rgba(37, 99, 235, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 99, 235, 0); }
}

/* 3D PARALLAX SPINE mock */
.hero-visual {
  position: relative;
  width: 100%;
  height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1200px;
}

.spine-card-wrapper {
  width: 100%;
  max-width: 440px;
  transform-style: preserve-3d;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

/* Futuristic borderless glass hologram */
.parallax-card {
  position: relative;
  width: 100%;
  height: 400px;
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.45) 0%, rgba(240, 246, 255, 0.15) 100%);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: var(--r-2xl);
  box-shadow: 
    0 30px 60px rgba(10, 27, 51, 0.08), 
    0 1px 3px rgba(10, 27, 51, 0.03), 
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
  transform-style: preserve-3d;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hologram blueprint grid lines */
.hologram-grid {
  position: absolute;
  inset: 15px;
  border-radius: var(--r-xl);
  background-image: 
    linear-gradient(rgba(37, 99, 235, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 99, 235, 0.03) 1px, transparent 1px);
  background-size: 20px 20px;
  background-position: center;
  opacity: 0.8;
  pointer-events: none;
}

/* Glowing center core record sphere */
.core-hub {
  position: absolute;
  z-index: 10;
  width: 108px;
  height: 108px;
  background: radial-gradient(circle at 35% 35%, #ffffff 0%, #eef6ff 50%, #c9e2ff 100%);
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 
    0 12px 36px rgba(37, 99, 235, 0.28), 
    inset 0 -3px 8px rgba(37, 99, 235, 0.15), 
    inset 0 3px 6px rgba(255, 255, 255, 0.9);
  transform: translateZ(50px);
}

.hub-radar {
  position: absolute;
  inset: -10px;
  border: 1px solid rgba(125, 186, 246, 0.5);
  border-radius: 50%;
  animation: hub-ping 4s cubic-bezier(0.1, 0.8, 0.2, 1) infinite;
}

@keyframes hub-ping {
  0% { transform: scale(1); opacity: 1; }
  100% { transform: scale(1.8); opacity: 0; }
}

/* Polished glossy glass core sphere */
.hub-sphere {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.1) 0%, transparent 60%, rgba(37, 99, 235, 0.05) 100%);
  pointer-events: none;
}

.hub-label {
  font-family: var(--font-display);
  font-size: 8px;
  font-weight: 800;
  color: var(--deep-navy);
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0.1em;
  transform: translateY(1px);
}

/* Floating Miniature Dashboard Card Mockups */
.floating-card {
  position: absolute;
  width: 136px;
  height: 72px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: var(--r-lg);
  padding: 8px;
  box-shadow: 
    0 8px 24px rgba(10, 27, 51, 0.05),
    0 1px 2px rgba(10, 27, 51, 0.02);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
  transform: translateZ(var(--depth));
  animation: float-drift-tag 6s ease-in-out infinite;
  animation-delay: var(--delay);
  transition: all var(--d-fast);
}

@keyframes float-drift-tag {
  0% { transform: translateZ(var(--depth)) translateY(0); }
  50% { transform: translateZ(var(--depth)) translateY(-4px); }
  100% { transform: translateZ(var(--depth)) translateY(0); }
}

/* Card internals styling */
.mini-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.mini-cat {
  font-family: var(--font-mono);
  font-size: 7.5px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 1px 4px;
  border-radius: 3px;
  line-height: 1;
}

.mini-cat.field { background: rgba(37, 99, 235, 0.08); color: var(--action-blue); }
.mini-cat.finance { background: rgba(16, 185, 129, 0.08); color: var(--positive); }
.mini-cat.hr { background: rgba(245, 158, 11, 0.08); color: var(--warn); }
.mini-cat.tools { background: rgba(139, 92, 246, 0.08); color: #8b5cf6; }
.mini-cat.admin { background: rgba(239, 68, 68, 0.08); color: var(--danger); }

.mini-id {
  font-family: var(--font-mono);
  font-size: 8px;
  color: var(--text-muted);
  font-weight: 500;
}

.mini-card-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: 4px;
}

.mini-title {
  font-size: 9.5px;
  font-weight: 700;
  color: var(--deep-navy);
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Unique card features */
.mini-blueprint {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 1px;
}
.blueprint-icon { font-size: 9px; line-height: 1; }
.blueprint-status { font-family: var(--font-mono); font-size: 7px; color: var(--text-muted); }

.mini-data {
  font-size: 11px;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 2px;
  line-height: 1;
  margin-top: 1px;
}
.green-text { color: var(--positive); }
.mini-trend { font-size: 7px; }

.mini-checklist {
  display: flex;
  gap: 3px;
  margin-top: 2px;
}
.mini-checklist .check {
  font-size: 7px;
  width: 9px;
  height: 9px;
  border-radius: 2px;
  background: var(--soft-silver);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: var(--text-hi);
  line-height: 1;
}
.mini-checklist .check.checked {
  background: var(--action-blue);
  color: white;
}

.mini-status-row {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 2px;
}
.status-dot {
  width: 4.5px;
  height: 4.5px;
  border-radius: 50%;
}
.status-dot.green { background: var(--positive); }
.status-text {
  font-size: 7.5px;
  color: var(--text-lo);
  font-weight: 500;
}

.mini-avatars {
  display: flex;
  align-items: center;
  margin-top: 1px;
}
.avatar-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid white;
  margin-right: -3px;
}
.avatar-dot.av-1 { background: #ffaa5b; }
.avatar-dot.av-2 { background: #3b82f6; }
.avatar-count {
  font-family: var(--font-mono);
  font-size: 7px;
  color: var(--text-muted);
  margin-left: 6px;
  font-weight: 700;
}

.mini-badge-pill {
  align-self: flex-start;
  font-size: 7px;
  background: rgba(239, 68, 68, 0.08);
  color: var(--danger);
  padding: 1.5px 5px;
  border-radius: var(--r-pill);
  font-weight: 700;
  margin-top: 2px;
  line-height: 1;
}

.mini-desc {
  font-size: 8px;
  color: var(--text-lo);
  font-weight: 500;
  margin-top: 2px;
}

.mini-progress-bar {
  width: 100%;
  height: 3px;
  background: var(--soft-silver);
  border-radius: 1.5px;
  overflow: hidden;
  margin-top: 4px;
}
.mini-progress-bar .bar-fill {
  height: 100%;
  background: #8b5cf6;
  border-radius: 1.5px;
}

.mini-progress-text {
  font-family: var(--font-mono);
  font-size: 7.5px;
  color: var(--text-muted);
  font-weight: 700;
  margin-top: 2px;
}

/* SVG Connection Ray Grid laser animations */
.spine-rays-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  transform: translateZ(12px);
}

.ray {
  stroke: url(#ray-grad-1);
  stroke-width: 1px;
  stroke-linecap: round;
  stroke-dasharray: 6 12;
  animation: ray-laser 12s linear infinite;
  opacity: 0.7;
}

@keyframes ray-laser {
  from { stroke-dashoffset: 240; }
  to { stroke-dashoffset: 0; }
}

/* Coordinates and delays for perfectly aligned symmetric Operations Columns */
/* Left Column (Operations & Tools) stacked vertically */
.tag-col-left-1 { top: 6%; left: 6%; }
.tag-col-left-2 { top: 29%; left: 6%; }
.tag-col-left-3 { top: 52%; left: 6%; }
.tag-col-left-4 { top: 75%; left: 6%; }

/* Right Column (Finance & HR & Admin) stacked vertically */
.tag-col-right-1 { top: 6%; right: 6%; }
.tag-col-right-2 { top: 29%; right: 6%; }
.tag-col-right-3 { top: 52%; right: 6%; }
.tag-col-right-4 { top: 75%; right: 6%; }

@media (max-width: 880px) {
  .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: var(--s-6);
  }
  .hero-content {
    align-items: center;
  }
  .hero-title {
    text-align: center;
  }
  .hero-lede {
    text-align: center;
    margin-inline: auto;
  }
  .hero-actions {
    justify-content: center;
  }
  .hero-visual {
    height: 420px;
  }
  .parallax-card {
    height: 330px;
    max-width: 380px;
  }
}

@media (max-width: 520px) {
  .hero-interactive {
    padding-top: 100px;
    padding-bottom: 40px;
  }
  .hero-visual {
    height: 320px;
  }
  .parallax-card {
    height: 260px;
    max-width: 300px;
  }
  .floating-card {
    width: 98px;
    height: 48px;
    padding: 4px 6px;
  }
  .floating-card .mini-title {
    font-size: 8px;
  }
  .floating-card .mini-cat {
    font-size: 6px;
    padding: 0.5px 3px;
  }
  .floating-card .mini-id {
    font-size: 6.5px;
  }
  .floating-card .mini-blueprint,
  .floating-card .mini-data,
  .floating-card .mini-status-row,
  .floating-card .mini-avatars,
  .floating-card .mini-desc,
  .floating-card .mini-progress-bar,
  .floating-card .mini-progress-text,
  .floating-card .mini-badge-pill,
  .floating-card .mini-checklist {
    display: none !important;
  }
  .core-hub {
    width: 84px;
    height: 84px;
  }
  .spine-line {
    top: 18%;
    bottom: 18%;
  }
}

.card { background: white; border: 1px solid var(--hairline); border-radius: var(--r-xl); padding: var(--s-6); box-shadow: var(--shadow-sm); transition: transform var(--d-base), box-shadow var(--d-base), border-color var(--d-base); }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--hairline-blue); }

.bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: var(--s-4); }
.bento-cell { background: white; border: 1px solid var(--hairline); border-radius: var(--r-xl); padding: var(--s-6); box-shadow: var(--shadow-xs); transition: transform var(--d-base), box-shadow var(--d-base), border-color var(--d-base); position: relative; overflow: hidden; }
.bento-cell:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--hairline-blue); }
.bento-cell .icon { width: 44px; height: 44px; border-radius: 12px; background: linear-gradient(180deg, var(--ice-blue), white); border: 1px solid var(--hairline); display: inline-flex; align-items: center; justify-content: center; margin-bottom: var(--s-4); color: var(--action-blue); }
.bento-cell h3 { font-size: 1.25rem; margin-bottom: 8px; }
.bento-cell p { color: var(--text-lo); font-size: var(--fs-sm); line-height: 1.55; }
.bento-cell.span-3 { grid-column: span 3; }
.bento-cell.span-4 { grid-column: span 4; }
.bento-cell.span-2 { grid-column: span 2; }
.bento-cell.span-6 { grid-column: span 6; }
.bento-cell.tall { grid-row: span 2; }
@media (max-width: 880px) {
  .bento { grid-template-columns: repeat(2, 1fr); }
  .bento-cell.span-3, .bento-cell.span-4, .bento-cell.span-6 { grid-column: span 2; }
}
@media (max-width: 520px) { .bento { grid-template-columns: 1fr; } .bento-cell.span-3, .bento-cell.span-4, .bento-cell.span-6, .bento-cell.span-2 { grid-column: span 1; } }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-7); align-items: stretch; }
.split-col { padding: var(--s-7); border-radius: var(--r-2xl); position: relative; overflow: hidden; }
.split-col.problem { background: linear-gradient(180deg, #fff8f4 0%, white 100%); border: 1px solid rgba(239, 68, 68, 0.12); }
.split-col.solution { background: linear-gradient(180deg, var(--ice-blue) 0%, white 100%); border: 1px solid var(--hairline-blue); }
.split-col .badge { display: inline-flex; align-items: center; gap: 6px; padding: 4px 10px; border-radius: var(--r-pill); font-family: var(--font-mono); font-size: 10px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: var(--s-4); }
.split-col.problem .badge { background: rgba(239,68,68,0.12); color: var(--danger); }
.split-col.solution .badge { background: rgba(37,99,235,0.12); color: var(--action-blue); }
.split-col h3 { font-size: 1.5rem; margin-bottom: var(--s-4); }
.split-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 14px; }
.split-col li { padding-left: 28px; position: relative; color: var(--text-mid); font-size: var(--fs-sm); line-height: 1.6; }
.split-col.problem li::before { content: ""; position: absolute; left: 0; top: 6px; width: 16px; height: 16px; border-radius: 4px; background: rgba(239, 68, 68, 0.12); border: 1px solid rgba(239, 68, 68, 0.3); }
.split-col.problem li::after { content: "−"; position: absolute; left: 4px; top: 1px; font-weight: 700; color: var(--danger); }
.split-col.solution li::before { content: ""; position: absolute; left: 0; top: 6px; width: 16px; height: 16px; border-radius: 4px; background: var(--action-blue); }
.split-col.solution li::after { content: "✓"; position: absolute; left: 3px; top: 4px; font-size: 10px; font-weight: 800; color: white; }
@media (max-width: 760px) { .split { grid-template-columns: 1fr; } }

.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--s-4); }
.stat-card { background: white; border: 1px solid var(--hairline); border-radius: var(--r-xl); padding: var(--s-6); text-align: center; position: relative; overflow: hidden; transition: transform var(--d-base), box-shadow var(--d-base); }
.stat-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.stat-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--action-blue), var(--airy-sky)); opacity: 0; transition: opacity var(--d-base); }
.stat-card:hover::before { opacity: 1; }
.stat-num { font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3.25rem); font-weight: 800; letter-spacing: -0.03em; color: var(--deep-navy); display: block; font-variant-numeric: tabular-nums; line-height: 1.05; }
.stat-num .unit { color: var(--action-blue); font-size: 0.6em; }
.stat-label { font-size: var(--fs-sm); color: var(--text-lo); margin-top: 8px; }
.stat-detail { font-size: var(--fs-xs); color: var(--text-muted); margin-top: 4px; font-family: var(--font-mono); letter-spacing: 0.04em; }
@media (max-width: 880px) { .stats-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .stats-grid { grid-template-columns: 1fr; } }

.modules-strip { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: var(--s-4); }
.module-tile { background: white; border: 1px solid var(--hairline); border-radius: var(--r-lg); padding: var(--s-5); display: flex; flex-direction: column; gap: 10px; transition: all var(--d-base); cursor: pointer; position: relative; overflow: hidden; }
.module-tile:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--hairline-blue); }
.module-tile .top { display: flex; justify-content: space-between; align-items: flex-start; gap: 8px; }
.module-tile .icon-sq { width: 36px; height: 36px; border-radius: 10px; background: var(--ice-blue); display: inline-flex; align-items: center; justify-content: center; color: var(--action-blue); }
.module-tile .num { font-family: var(--font-mono); font-size: 11px; color: var(--text-muted); letter-spacing: 0.1em; }
.module-tile h4 { font-size: 1rem; font-weight: 700; letter-spacing: -0.015em; color: var(--text-hi); margin: 0; }
.module-tile p { font-size: var(--fs-xs); color: var(--text-lo); line-height: 1.5; margin: 0; }
.module-tile .cat-pill { align-self: flex-start; font-family: var(--font-mono); font-size: 9px; padding: 3px 8px; border-radius: var(--r-pill); letter-spacing: 0.12em; text-transform: uppercase; background: var(--bg-tint); color: var(--text-mid); }

.industry-strip-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-block: 8px;
}
.industry-strip-wrapper::before,
.industry-strip-wrapper::after {
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  width: 100px;
  z-index: 10;
  pointer-events: none;
}
.industry-strip-wrapper::before {
  left: 0;
  background: linear-gradient(90deg, var(--bg) 0%, transparent 100%);
}
.industry-strip-wrapper::after {
  right: 0;
  background: linear-gradient(-90deg, var(--bg) 0%, transparent 100%);
}

.industry-strip {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  width: max-content;
  flex-shrink: 0;
  animation: marquee-scroll 32s linear infinite;
  padding-block: 4px;
  will-change: transform;
}
.industry-strip-wrapper:hover .industry-strip {
  animation-play-state: paused;
}

@keyframes marquee-scroll {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-50%, 0, 0); } /* Shift exactly half the width for seamless infinite looping */
}

.industry-pill {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: var(--r-pill);
  background: white;
  border: 1px solid var(--hairline);
  color: var(--text-mid);
  font-size: var(--fs-sm);
  font-weight: 500;
  box-shadow: var(--shadow-xs);
  transition: all var(--d-fast) var(--ease-out);
}
.industry-pill:hover { transform: translateY(-2px); border-color: var(--action-blue); color: var(--action-blue); box-shadow: var(--shadow-sm); }
.industry-pill .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--action-blue); }

/* --- Volumetric Interactive CTA Card --- */
.cta-section {
  position: relative;
  border-radius: var(--r-3xl);
  padding: clamp(32px, 5vw, 64px) clamp(20px, 4vw, 48px);
  text-align: left;
  overflow: hidden;
  z-index: 0;
  background: 
    radial-gradient(circle 420px at var(--cta-x, 50%) var(--cta-y, 50%), rgba(37, 99, 235, 0.18) 0%, rgba(139, 92, 246, 0.08) 50%, rgba(255, 255, 255, 0) 80%),
    linear-gradient(135deg, #fafcff 0%, #edf4fc 100%);
  border: 1px solid rgba(37, 99, 235, 0.16);
  box-shadow: 
    0 24px 64px rgba(10, 27, 51, 0.04), 
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.cta-section:hover {
  border-color: rgba(37, 99, 235, 0.35);
  box-shadow: 
    0 36px 80px rgba(37, 99, 235, 0.08), 
    0 8px 24px rgba(10, 27, 51, 0.03), 
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

/* Redefined layout grid for cta-inner */
.cta-inner {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(32px, 6vw, 80px);
  align-items: center;
  text-align: left;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Left side */
.cta-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--s-4);
}
.cta-content h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  line-height: 1.15;
  margin: 0;
}
.cta-content p {
  color: var(--text-lo);
  font-size: var(--fs-sm);
  line-height: 1.6;
  max-width: 48ch;
  margin: 0;
}

/* Right side - Simulator container */
.cta-interactive {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.cta-glass-card {
  width: 100%;
  max-width: 460px;
  background: rgba(255, 255, 255, 0.52);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: var(--r-2xl);
  box-shadow: 
    0 12px 32px rgba(10, 27, 51, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.glass-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.2);
}

.glass-header .pulse-indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--action-blue);
  box-shadow: 0 0 8px rgba(37, 99, 235, 0.5);
  animation: ctaPulse 2s infinite;
}
@keyframes ctaPulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.3); opacity: 0.6; }
  100% { transform: scale(1); opacity: 1; }
}

.glass-header .glass-title {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--text-mid);
}

.glass-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Trigger buttons */
.simulator-triggers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}

.sim-trigger {
  padding: 8px 4px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 10px;
  color: var(--text-mid);
  cursor: pointer;
  text-align: center;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: var(--shadow-xs);
  white-space: nowrap;
}

.sim-trigger:hover {
  background: rgba(255, 255, 255, 0.65);
  border-color: rgba(37, 99, 235, 0.25);
  color: var(--action-blue);
}

.sim-trigger.is-active {
  background: var(--grad-button);
  color: white;
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.25);
}

/* Steps in Simulation Lane */
.simulator-lane {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}

.sim-step {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 0.22;
  transform: translateY(8px);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.sim-step.is-active {
  opacity: 1;
  transform: translateY(0);
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(255, 255, 255, 0.8);
  box-shadow: 
    0 8px 24px rgba(10, 27, 51, 0.03),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.sim-step .step-num {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 800;
  color: var(--text-muted);
  background: rgba(0, 0, 0, 0.04);
  padding: 2px 6px;
  border-radius: 6px;
  transition: all 0.3s var(--ease-out);
}
.sim-step.is-active .step-num {
  color: var(--action-blue);
  background: rgba(37, 99, 235, 0.08);
}

.sim-step .step-desc {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
}

.sim-step .step-desc strong {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: var(--fs-xs);
  color: var(--text-hi);
}

.sim-step .step-tag {
  align-self: flex-start;
  margin-top: 5px;
  font-family: var(--font-mono);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 2px 6px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.03);
  color: var(--text-muted);
}
.sim-step.is-active .step-tag {
  background: rgba(37, 99, 235, 0.06);
  color: var(--action-blue);
}

/* Connective vertical line behind steps */
.simulator-lane::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 20px;
  bottom: 20px;
  width: 1px;
  background: linear-gradient(to bottom, rgba(37, 99, 235, 0.1), rgba(37, 99, 235, 0.02));
  z-index: -1;
}

/* Mobile responsive layout */
@media (max-width: 960px) {
  .cta-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .cta-content {
    align-items: center;
    text-align: center;
  }
  .cta-content p {
    max-width: 52ch;
  }
  .cta-content .hero-end-actions,
  .cta-content .hero-actions {
    justify-content: center;
    width: 100%;
  }
  .cta-interactive {
    justify-content: center;
  }
}

.site-footer { background: var(--bg-soft); border-top: 1px solid var(--hairline); padding: var(--s-9) 0 var(--s-6); margin-top: var(--s-8); }
.footer-inner { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: var(--s-7); margin-bottom: var(--s-7); }
.footer-brand { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; max-width: 320px; }
.footer-brand p { color: var(--text-lo); font-size: var(--fs-sm); }
.footer-wordmark { height: 36px; width: auto; aspect-ratio: 1322 / 372; display: block; filter: drop-shadow(0 4px 12px rgba(125, 186, 246, 0.3)); }
.footer-col h4 { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--text-muted); margin-bottom: var(--s-4); font-weight: 500; }
.footer-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.footer-col a { color: var(--text-mid); font-size: var(--fs-sm); }
.footer-col a:hover { color: var(--action-blue); }
.footer-bottom { border-top: 1px solid var(--hairline); padding-top: var(--s-5); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--s-3); font-size: var(--fs-xs); color: var(--text-muted); }
.footer-bottom .links { display: flex; gap: var(--s-5); }
@media (max-width: 760px) { .footer-inner { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .footer-inner { grid-template-columns: 1fr; } }

[data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity 800ms var(--ease-out), transform 800ms var(--ease-out); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
[data-reveal][data-delay="1"] { transition-delay: 80ms; }
[data-reveal][data-delay="2"] { transition-delay: 160ms; }
[data-reveal][data-delay="3"] { transition-delay: 240ms; }
[data-reveal][data-delay="4"] { transition-delay: 320ms; }
[data-reveal][data-delay="5"] { transition-delay: 400ms; }
[data-reveal][data-delay="6"] { transition-delay: 480ms; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
  .hero-scroll { height: 100vh; }
}

.quote { text-align: center; max-width: 760px; margin: 0 auto; }
.quote blockquote { font-family: var(--font-display); font-size: clamp(1.5rem, 2.4vw, 2.25rem); font-weight: 600; line-height: 1.3; letter-spacing: -0.02em; color: var(--text-hi); margin: 0 0 var(--s-5); }
.quote cite { font-style: normal; font-size: var(--fs-sm); color: var(--text-lo); display: inline-flex; align-items: center; gap: 12px; }
.quote cite .avatar { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--action-blue), var(--airy-sky)); color: white; display: inline-flex; align-items: center; justify-content: center; font-weight: 700; }
.quote cite strong { color: var(--text-hi); display: block; font-style: normal; }

.page-hero { padding-top: clamp(140px, 18vw, 200px); padding-bottom: clamp(48px, 6vw, 96px); text-align: center; background: var(--grad-sky); position: relative; overflow: hidden; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: var(--grad-mesh); pointer-events: none; }
.page-hero h1 { font-size: var(--fs-display); letter-spacing: -0.03em; max-width: 22ch; margin: 0 auto var(--s-4); position: relative; }
.page-hero .lede { margin: 0 auto; position: relative; }

.divider { height: 1px; background: var(--hairline); }
.tag { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; padding: 5px 10px; border-radius: var(--r-pill); background: var(--bg-tint); color: var(--action-blue); border: 1px solid var(--hairline-blue); }
.tag-row { display: flex; flex-wrap: wrap; gap: 8px; }

section[id] { scroll-margin-top: 100px; }
.counter { font-variant-numeric: tabular-nums; }

/* =========================================================================
   PLATFORM PAGE
   ========================================================================= */

/* --- Operational Pillars Quick-Nav (Replacing Redundant Architecture Grid) --- */
.quick-nav-section {
  padding-top: 0;
  padding-bottom: var(--s-6);
}

.quick-nav-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: var(--s-3);
  max-width: 1100px;
  margin: 0 auto;
}

.quick-nav-pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.48);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: var(--r-pill);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: var(--fs-xs);
  color: var(--text-hi);
  text-decoration: none;
  box-shadow: 
    0 4px 14px rgba(10, 27, 51, 0.03),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.quick-nav-pill::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.04);
  pointer-events: none;
}

.quick-nav-pill .pill-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.quick-nav-pill .pill-count {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 2px 7px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.04);
  color: var(--text-mid);
  transition: all 0.3s var(--ease-out);
}

/* Color Coding for Category Pills */
.quick-nav-pill[data-col="1"] .pill-dot { background: #3b82f6; box-shadow: 0 0 6px rgba(59, 130, 246, 0.3); }
.quick-nav-pill[data-col="2"] .pill-dot { background: #10b981; box-shadow: 0 0 6px rgba(16, 185, 129, 0.3); }
.quick-nav-pill[data-col="3"] .pill-dot { background: #8b5cf6; box-shadow: 0 0 6px rgba(139, 92, 246, 0.3); }
.quick-nav-pill[data-col="4"] .pill-dot { background: #f59e0b; box-shadow: 0 0 6px rgba(245, 158, 11, 0.3); }
.quick-nav-pill[data-col="5"] .pill-dot { background: #f43f5e; box-shadow: 0 0 6px rgba(244, 63, 94, 0.3); }

/* Premium Hover Transitions & Highlights */
.quick-nav-pill:hover {
  transform: translateY(-3px) scale(1.03);
  color: var(--text-hi);
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(255, 255, 255, 0.8);
}

.quick-nav-pill:hover .pill-dot {
  transform: scale(1.4);
}

.quick-nav-pill[data-col="1"]:hover {
  box-shadow: 
    0 12px 28px rgba(59, 130, 246, 0.12),
    0 4px 10px rgba(59, 130, 246, 0.04);
  border-color: rgba(59, 130, 246, 0.3);
}
.quick-nav-pill[data-col="1"]:hover .pill-count { background: rgba(59, 130, 246, 0.12); color: #2563eb; }

.quick-nav-pill[data-col="2"]:hover {
  box-shadow: 
    0 12px 28px rgba(16, 185, 129, 0.12),
    0 4px 10px rgba(16, 185, 129, 0.04);
  border-color: rgba(16, 185, 129, 0.3);
}
.quick-nav-pill[data-col="2"]:hover .pill-count { background: rgba(16, 185, 129, 0.12); color: #059669; }

.quick-nav-pill[data-col="3"]:hover {
  box-shadow: 
    0 12px 28px rgba(139, 92, 246, 0.12),
    0 4px 10px rgba(139, 92, 246, 0.04);
  border-color: rgba(139, 92, 246, 0.3);
}
.quick-nav-pill[data-col="3"]:hover .pill-count { background: rgba(139, 92, 246, 0.12); color: #7c3aed; }

.quick-nav-pill[data-col="4"]:hover {
  box-shadow: 
    0 12px 28px rgba(245, 158, 11, 0.12),
    0 4px 10px rgba(245, 158, 11, 0.04);
  border-color: rgba(245, 158, 11, 0.3);
}
.quick-nav-pill[data-col="4"]:hover .pill-count { background: rgba(245, 158, 11, 0.12); color: #d97706; }

.quick-nav-pill[data-col="5"]:hover {
  box-shadow: 
    0 12px 28px rgba(244, 63, 94, 0.12),
    0 4px 10px rgba(244, 63, 94, 0.04);
  border-color: rgba(244, 63, 94, 0.3);
}
.quick-nav-pill[data-col="5"]:hover .pill-count { background: rgba(244, 63, 94, 0.12); color: #e11d48; }

/* Active press state */
.quick-nav-pill:active {
  transform: translateY(-1px) scale(0.98);
  box-shadow: 0 4px 10px rgba(10, 27, 51, 0.06);
}

/* Connected spine */
.spine { display: grid; grid-template-columns: 1.05fr 1fr; gap: var(--s-7); align-items: center; }
.spine-stage { position: relative; aspect-ratio: 1 / 1; max-width: 540px; margin-inline: auto; width: 100%; }
.spine-svg { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.spine-svg path { fill: none; stroke: rgba(37, 99, 235, 0.3); stroke-width: 1.4; stroke-dasharray: 5 6; animation: spineDash 14s linear infinite; }
@keyframes spineDash { to { stroke-dashoffset: -120; } }
.spine-core { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%, -50%); width: 168px; height: 168px; border-radius: 50%; background: radial-gradient(circle at 30% 30%, white, var(--powder-blue) 80%); border: 1px solid var(--hairline-blue); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; z-index: 3; box-shadow: var(--shadow-lg), inset 0 1px 0 rgba(255,255,255,0.8); }
.spine-core span { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--action-blue); margin-bottom: 6px; }
.spine-core strong { font-family: var(--font-display); font-size: 0.95rem; color: var(--text-hi); line-height: 1.3; font-weight: 700; }
.spine-node {
  position: absolute; display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 16px; border-radius: var(--r-pill);
  background: white; border: 1px solid var(--hairline);
  font-size: var(--fs-xs); font-weight: 600; color: var(--text-mid);
  white-space: nowrap; cursor: pointer; z-index: 2;
  box-shadow: var(--shadow-xs);
  transform: translate(-50%, -50%) scale(var(--scale, 1));
  transition: background var(--d-base), color var(--d-base), border-color var(--d-base), box-shadow var(--d-base), transform var(--d-base);
}
.spine-node::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--action-blue); }
.spine-node:hover { --scale: 1.04; color: var(--action-blue); border-color: var(--action-blue); box-shadow: var(--shadow-sm); }
.spine-node.is-active { background: var(--grad-button); color: white; border-color: transparent; --scale: 1.08; box-shadow: 0 8px 24px rgba(37, 99, 235, 0.4); }
.spine-node.is-active:hover { --scale: 1.08; color: white; border-color: transparent; }
.spine-node.is-active::before { background: white; }
.spine-node[data-spine="field"]       { top: 6%;  left: 50%; }
.spine-node[data-spine="procurement"] { top: 28%; left: 92%; }
.spine-node[data-spine="safety"]      { top: 28%; left: 8%; }
.spine-node[data-spine="workforce"]   { top: 72%; left: 8%; }
.spine-node[data-spine="insights"]    { top: 72%; left: 92%; }
.spine-node[data-spine="admin"]       { top: 94%; left: 50%; }
.spine-detail { background: white; border: 1px solid var(--hairline); border-radius: var(--r-xl); padding: var(--s-6); box-shadow: var(--shadow-sm); }
.spine-detail .kicker { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--action-blue); margin-bottom: 12px; }
.spine-detail h3 { font-size: 1.5rem; margin-bottom: 12px; }
.spine-detail p { color: var(--text-lo); margin-bottom: var(--s-4); }
.spine-detail ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.spine-detail ul li { font-size: var(--fs-sm); color: var(--text-mid); padding-left: 24px; position: relative; line-height: 1.55; }
.spine-detail ul li::before { content: ""; position: absolute; left: 0; top: 7px; width: 14px; height: 14px; border-radius: 4px; background: linear-gradient(135deg, var(--action-blue), var(--airy-sky)); box-shadow: 0 2px 8px rgba(37, 99, 235, 0.3); }
.spine-detail ul li::after { content: "✓"; position: absolute; left: 3px; top: 4px; font-size: 9px; font-weight: 800; color: white; }
@media (max-width: 880px) { .spine { grid-template-columns: 1fr; } }

/* Module catalog (sticky cat-nav + cards) */
.cat-shell { display: grid; grid-template-columns: 220px 1fr; gap: var(--s-7); align-items: start; }
.cat-nav { position: sticky; top: 100px; display: flex; flex-direction: column; gap: 4px; padding: 12px; background: white; border: 1px solid var(--hairline); border-radius: var(--r-lg); box-shadow: var(--shadow-xs); }
.cat-nav a { padding: 10px 14px; border-radius: 10px; font-size: var(--fs-sm); color: var(--text-mid); display: flex; justify-content: space-between; align-items: center; transition: all var(--d-fast); }
.cat-nav a:hover { background: var(--bg-tint); color: var(--text-hi); }
.cat-nav a.is-current { background: var(--ice-blue); color: var(--action-blue); font-weight: 600; }
.cat-nav a span { font-family: var(--font-mono); font-size: 10px; color: var(--text-muted); letter-spacing: 0.05em; }
.cat-section { padding-block: clamp(40px, 5vw, 80px); position: relative; }
.cat-section + .cat-section { border-top: 1px solid var(--hairline); }
.cat-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: var(--s-4); margin-bottom: var(--s-6); }
.cat-head .left { display: flex; flex-direction: column; gap: 6px; }
.cat-head h2 { font-size: var(--fs-h1); }
.cat-head .left p { color: var(--text-lo); font-size: var(--fs-sm); max-width: 50ch; margin-top: 6px; }
.cat-head .right { font-family: var(--font-mono); font-size: var(--fs-xs); color: var(--text-muted); letter-spacing: 0.1em; text-transform: uppercase; }
.module-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: var(--s-4); }
.module-card { background: white; border: 1px solid var(--hairline); border-radius: var(--r-lg); padding: var(--s-5); display: flex; flex-direction: column; gap: 12px; transition: all var(--d-base); position: relative; overflow: hidden; }
.module-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--hairline-blue); }
.module-card .top { display: flex; justify-content: space-between; align-items: flex-start; gap: 8px; }
.module-card .icon-sq { width: 38px; height: 38px; border-radius: 10px; background: linear-gradient(180deg, var(--ice-blue), white); border: 1px solid var(--hairline); display: inline-flex; align-items: center; justify-content: center; color: var(--action-blue); }
.module-card .num { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.1em; color: var(--text-muted); }
.module-card h3 { font-size: 1.05rem; font-weight: 700; letter-spacing: -0.015em; color: var(--text-hi); margin: 0; }
.module-card .hook-text { font-size: 0.82rem; font-style: italic; line-height: 1.45; color: var(--text-mid); margin: 0 0 4px; border-left: 2px solid var(--airy-sky); padding-left: 8px; }
.module-card .details-section { display: flex; flex-direction: column; gap: 10px; border-top: 1px solid var(--hairline); padding-top: 12px; margin-top: auto; }
.module-card .detail-item { font-size: 0.76rem; line-height: 1.4; }
.module-card .detail-item strong { display: block; text-transform: uppercase; font-family: var(--font-mono); font-size: 0.64rem; letter-spacing: 0.06em; color: var(--action-blue); margin-bottom: 2px; }
.module-card .detail-item p { color: var(--text-lo); margin: 0; }
@media (max-width: 880px) {
  .cat-shell { grid-template-columns: 1fr; }
  .cat-nav { position: static; flex-direction: row; flex-wrap: wrap; }
  .cat-nav a { flex: 1; min-width: 130px; justify-content: center; }
}

/* Auto-hooks chain */
.hooks-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s-5); }
.hook-chain { background: white; border: 1px solid var(--hairline); border-radius: var(--r-xl); padding: var(--s-6); box-shadow: var(--shadow-xs); transition: transform var(--d-base), box-shadow var(--d-base); }
.hook-chain:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.hook-chain h3 { font-size: 1.125rem; margin-bottom: 6px; }
.hook-chain .sub { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--action-blue); margin-bottom: var(--s-4); }
.hook-steps { display: flex; flex-direction: column; gap: 0; position: relative; counter-reset: hook-step; }
.hook-step { position: relative; padding: 14px 14px 14px 44px; border-radius: var(--r-md); background: var(--bg-soft); border: 1px solid var(--hairline); font-size: var(--fs-sm); color: var(--text-mid); margin-bottom: 8px; }
.hook-step strong { color: var(--text-hi); display: block; font-size: var(--fs-sm); margin-bottom: 2px; }
.hook-step .module-tag { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.06em; color: var(--action-blue); display: block; margin-top: 4px; }
.hook-step::before { content: counter(hook-step); counter-increment: hook-step; position: absolute; left: 12px; top: 18px; width: 22px; height: 22px; background: var(--grad-button); color: white; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; }
.hook-step + .hook-step::after { content: ""; position: absolute; top: -10px; left: 22px; width: 1px; height: 10px; background: var(--hairline-strong); }
@media (max-width: 880px) { .hooks-grid { grid-template-columns: 1fr; } }

/* Module category color accents */
.module-card[data-cat="Field Operations"]   .icon-sq { background: linear-gradient(180deg, #e8f3ff, white); color: #2563eb; }
.module-card[data-cat="Finance & Procurement"]      .icon-sq { background: linear-gradient(180deg, #ecfdf5, white); color: #10b981; }
.module-card[data-cat="People & HR"]  .icon-sq { background: linear-gradient(180deg, #f5f3ff, white); color: #8b5cf6; }
.module-card[data-cat="Tools"]        .icon-sq { background: linear-gradient(180deg, #ecfeff, white); color: #06b6d4; }
.module-card[data-cat="Admin Console"]        .icon-sq { background: linear-gradient(180deg, #fffbeb, white); color: #d97706; }

/* =========================================================================
   SOLUTIONS PAGE
   ========================================================================= */

/* Industry picker — sticky horizontal pill bar */
.ind-picker-wrap {
  position: sticky; top: 84px; z-index: 50;
  padding: 14px 0;
  background: linear-gradient(180deg, rgba(250,252,255,0.95) 70%, rgba(250,252,255,0));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.ind-picker {
  display: flex; flex-wrap: wrap; gap: 8px;
  justify-content: center;
  padding: 8px;
  background: white;
  border: 1px solid var(--hairline);
  border-radius: var(--r-pill);
  box-shadow: var(--shadow-sm);
  max-width: max-content;
  margin-inline: auto;
}
.ind-pick {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 18px;
  border-radius: var(--r-pill);
  font-size: var(--fs-sm); font-weight: 500;
  color: var(--text-mid);
  cursor: pointer;
  transition: all var(--d-fast) var(--ease-out);
  white-space: nowrap;
}
.ind-pick:hover { background: var(--bg-tint); color: var(--text-hi); }
.ind-pick.is-active {
  background: var(--grad-button);
  color: white;
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.3);
}
.ind-pick .pick-icon {
  width: 18px; height: 18px;
  display: inline-flex; align-items: center; justify-content: center;
  color: currentColor;
}

@media (max-width: 720px) {
  .ind-picker-wrap { top: 76px; }
  .ind-picker { max-width: 100%; overflow-x: auto; flex-wrap: nowrap; justify-content: flex-start; border-radius: var(--r-lg); }
  .ind-pick { flex-shrink: 0; }
}

/* Industry panel */
.ind-panel { display: none; }
.ind-panel.is-active {
  display: block;
  animation: indFadeIn 500ms var(--ease-out);
}
@keyframes indFadeIn {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}

.ind-hero {
  padding: clamp(40px, 5vw, 72px);
  background: linear-gradient(135deg, var(--ice-blue) 0%, white 100%);
  border: 1px solid var(--hairline-blue);
  border-radius: var(--r-2xl);
  position: relative;
  overflow: hidden;
}
.ind-hero::before {
  content: "";
  position: absolute; top: -40%; right: -20%;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(125, 186, 246, 0.25), transparent 60%);
  pointer-events: none;
}
.ind-hero-inner { position: relative; display: flex; flex-direction: column; gap: var(--s-4); max-width: 70ch; }
.ind-hero h2 { font-size: var(--fs-h1); }
.ind-hero p { color: var(--text-mid); font-size: var(--fs-lede); }
.ind-hero .stats {
  display: flex; flex-wrap: wrap; gap: 24px;
  margin-top: var(--s-5);
}
.ind-hero .stat {
  display: flex; flex-direction: column; gap: 4px;
}
.ind-hero .stat .num {
  font-family: var(--font-display);
  font-size: 1.75rem; font-weight: 800;
  color: var(--deep-navy);
  letter-spacing: -0.02em;
  line-height: 1;
}
.ind-hero .stat .lbl {
  font-family: var(--font-mono);
  font-size: 10px; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--text-muted);
}

/* Pain → Solution rows for an industry */
.ps-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--s-5);
  margin-top: var(--s-7);
}
.ps-card {
  padding: var(--s-6);
  border-radius: var(--r-xl);
  border: 1px solid var(--hairline);
  background: white;
  box-shadow: var(--shadow-xs);
}
.ps-card.pain { background: linear-gradient(180deg, #fff8f4, white); border-color: rgba(239, 68, 68, 0.15); }
.ps-card.sol  { background: linear-gradient(180deg, var(--ice-blue), white); border-color: var(--hairline-blue); }
.ps-card .ps-badge {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 4px 10px; border-radius: var(--r-pill);
  font-family: var(--font-mono); font-size: 10px;
  font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
  margin-bottom: var(--s-4);
}
.ps-card.pain .ps-badge { background: rgba(239, 68, 68, 0.12); color: var(--danger); }
.ps-card.sol  .ps-badge { background: rgba(37, 99, 235, 0.12); color: var(--action-blue); }
.ps-card h3 { font-size: 1.25rem; margin-bottom: var(--s-4); }
.ps-card ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.ps-card li {
  font-size: var(--fs-sm);
  color: var(--text-mid);
  line-height: 1.55;
  padding-left: 26px;
  position: relative;
}
.ps-card.pain li::before {
  content: ""; position: absolute; left: 0; top: 7px;
  width: 14px; height: 14px; border-radius: 4px;
  background: rgba(239, 68, 68, 0.15);
  border: 1px solid rgba(239, 68, 68, 0.4);
}
.ps-card.pain li::after {
  content: "−"; position: absolute; left: 3px; top: 0px;
  font-weight: 800; color: var(--danger);
}
.ps-card.sol li::before {
  content: ""; position: absolute; left: 0; top: 7px;
  width: 14px; height: 14px; border-radius: 4px;
  background: var(--action-blue);
}
.ps-card.sol li::after {
  content: "✓"; position: absolute; left: 3px; top: 4px;
  font-size: 9px; font-weight: 800; color: white;
}
@media (max-width: 760px) { .ps-grid { grid-template-columns: 1fr; } }

/* Recommended modules row */
.rec-modules { margin-top: var(--s-7); }
.rec-modules .rec-head {
  display: flex; align-items: baseline; justify-content: space-between;
  margin-bottom: var(--s-4);
  flex-wrap: wrap; gap: 8px;
}
.rec-modules .rec-head h3 { font-size: 1.25rem; }
.rec-modules .rec-head span {
  font-family: var(--font-mono);
  font-size: 11px; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--text-muted);
}
.rec-row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: var(--s-3);
}
.rec-mod {
  display: flex; align-items: center; gap: 12px;
  padding: 14px;
  background: white;
  border: 1px solid var(--hairline);
  border-radius: var(--r-md);
  transition: all var(--d-base);
}
.rec-mod:hover {
  transform: translateY(-2px);
  border-color: var(--hairline-blue);
  box-shadow: var(--shadow-sm);
}
.rec-mod .ico {
  width: 32px; height: 32px;
  border-radius: 8px;
  background: var(--ice-blue);
  color: var(--action-blue);
  display: inline-flex; align-items: center; justify-content: center;
  flex: none;
}
.rec-mod strong {
  font-family: var(--font-display);
  font-size: var(--fs-sm); font-weight: 700;
  color: var(--text-hi);
  display: block;
  letter-spacing: -0.01em;
}
.rec-mod span {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--text-muted);
  letter-spacing: 0.05em;
}

/* =========================================================================
   RESOURCES PAGE
   ========================================================================= */

/* ROI calculator */
.calc-shell {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: var(--s-7);
  background: rgba(255, 255, 255, 0.48);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: var(--r-2xl);
  padding: clamp(28px, 4vw, 48px);
  box-shadow: 
    0 32px 64px rgba(10, 27, 51, 0.04), 
    0 4px 14px rgba(10, 27, 51, 0.02),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
.calc-controls { display: flex; flex-direction: column; gap: var(--s-5); }
.calc-control { display: flex; flex-direction: column; gap: 10px; }
.calc-control .label-row { display: flex; justify-content: space-between; align-items: baseline; }
.calc-control label {
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--text-muted);
}
.calc-control output {
  font-family: var(--font-display);
  font-size: 1.5rem; font-weight: 700;
  color: var(--deep-navy);
  font-variant-numeric: tabular-nums;
}
.range {
  -webkit-appearance: none; appearance: none;
  width: 100%; height: 6px; border-radius: var(--r-pill);
  background: var(--soft-silver); outline: none;
}
.range::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--grad-button);
  border: 3px solid white;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.4);
  transition: transform var(--d-fast);
}
.range::-webkit-slider-thumb:hover { transform: scale(1.15); }
.range::-moz-range-thumb {
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--action-blue);
  border: 3px solid white;
  cursor: pointer;
}

.calc-results {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--s-3);
}
.calc-result {
  padding: var(--s-5);
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: var(--r-md);
  position: relative;
  overflow: hidden;
  transition: transform var(--d-base), box-shadow var(--d-base);
  box-shadow: 
    0 6px 16px rgba(10, 27, 51, 0.02),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}
.calc-result:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
  border-color: rgba(37, 99, 235, 0.2);
}
.calc-result .num {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3vw, 2.4rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  background: var(--grad-text-blue);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: block;
  line-height: 1.05;
  font-variant-numeric: tabular-nums;
}
.calc-result p {
  font-size: var(--fs-sm);
  color: var(--text-lo);
  margin-top: 6px;
}

/* Dynamic visual progress bars inside .calc-result */
.calc-result-progress {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 4px;
  background: rgba(0, 0, 0, 0.04);
  overflow: hidden;
}
.calc-result-fill {
  height: 100%;
  width: 0;
  background: var(--grad-button);
  transition: width 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 0 4px rgba(37, 99, 235, 0.3);
}

@media (max-width: 880px) {
  .calc-shell { grid-template-columns: 1fr; }
  .calc-results { grid-template-columns: 1fr 1fr; }
}

/* Workflow timeline Stepper Dashboard (Replacing static vertical timeline) */
.workflow-dashboard {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: var(--s-6);
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto;
}

.stepper-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}

/* Stepper nav items */
.step-nav-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 20px;
  background: rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: var(--r-xl);
  cursor: pointer;
  text-align: left;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 
    0 4px 12px rgba(10, 27, 51, 0.02),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  outline: none;
  width: 100%;
}

.step-nav-item:hover {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(37, 99, 235, 0.2);
  transform: translateX(4px);
}

.step-nav-item.is-active {
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(37, 99, 235, 0.4);
  box-shadow: 
    0 12px 28px rgba(37, 99, 235, 0.05),
    0 4px 10px rgba(10, 27, 51, 0.02),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transform: translateX(6px);
}

.step-nav-item .step-badge {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.04);
  color: var(--text-mid);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 800;
  transition: all 0.3s var(--ease-out);
  flex-shrink: 0;
}

.step-nav-item.is-active .step-badge {
  background: var(--grad-button);
  color: white;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.step-nav-item .step-brief {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.step-nav-item .step-brief span {
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  transition: color 0.3s var(--ease-out);
}

.step-nav-item.is-active .step-brief span {
  color: var(--action-blue);
}

.step-nav-item .step-brief strong {
  font-family: var(--font-display);
  font-size: var(--fs-xs);
  font-weight: 700;
  color: var(--text-mid);
  transition: color 0.3s var(--ease-out);
}

.step-nav-item.is-active .step-brief strong {
  color: var(--text-hi);
}

/* Stepper dynamic viewer monitor */
.stepper-viewer {
  display: flex;
  flex-direction: column;
  gap: var(--s-5);
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: var(--r-3xl);
  padding: clamp(24px, 4vw, 40px);
  box-shadow: 
    0 32px 64px rgba(10, 27, 51, 0.04),
    0 4px 14px rgba(10, 27, 51, 0.02),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  position: relative;
  justify-content: space-between;
}

.step-detail-card {
  display: none;
  flex-direction: column;
  gap: var(--s-4);
  animation: stepViewerFadeIn 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.step-detail-card.is-active {
  display: flex;
}

@keyframes stepViewerFadeIn {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

.step-detail-card .step-meta {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--action-blue);
}

.step-detail-card h3 {
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--text-hi);
  margin: 0;
  line-height: 1.25;
}

.step-detail-card p {
  font-size: var(--fs-sm);
  color: var(--text-lo);
  line-height: 1.6;
  margin: 0;
}

.step-detail-card .modules-used {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 4px;
}

.step-detail-card .mu {
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: var(--r-pill);
  background: rgba(37, 99, 235, 0.06);
  color: var(--action-blue);
  border: 1px solid rgba(37, 99, 235, 0.12);
}

/* Simulator Vector Mocks display */
.sim-mock {
  display: none;
  width: 100%;
  height: 240px;
  border-radius: var(--r-xl);
  background: linear-gradient(135deg, #f8fafc 0%, #edf3fa 100%);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 
    0 12px 32px rgba(10, 27, 51, 0.03),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  position: relative;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  animation: stepViewerFadeIn 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.sim-mock.is-active {
  display: flex;
}

/* Vector CSS Mockups components styling */
.mock-badge-scan {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.nfc-badge-glowing {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: var(--grad-button);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  box-shadow: 0 0 24px rgba(37, 99, 235, 0.4);
  animation: ctaNfcPulse 2s infinite;
}

@keyframes ctaNfcPulse {
  0% { transform: scale(1); box-shadow: 0 0 16px rgba(37, 99, 235, 0.4); }
  50% { transform: scale(1.08); box-shadow: 0 0 32px rgba(37, 99, 235, 0.6); }
  100% { transform: scale(1); box-shadow: 0 0 16px rgba(37, 99, 235, 0.4); }
}

.mock-daily-table {
  width: 85%;
  background: white;
  border: 1px solid rgba(125, 186, 246, 0.2);
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 8px 24px rgba(10, 27, 51, 0.03);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mock-row-line {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--hairline);
  padding-bottom: 8px;
  font-size: 11px;
}

.mock-row-line:last-child {
  border: none;
  padding: 0;
}

.mock-row-line strong {
  color: var(--text-hi);
}

.mock-row-line span {
  color: var(--action-blue);
  font-weight: 700;
  font-family: var(--font-mono);
}

.mock-alert-card {
  width: 80%;
  background: #fff5f5;
  border: 1px solid #fecaca;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  box-shadow: 0 8px 24px rgba(239, 68, 68, 0.04);
}

.mock-alert-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ef4444;
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 11px;
  flex-shrink: 0;
}

.mock-po-widget {
  width: 80%;
  background: white;
  border: 1px dashed var(--hairline-strong);
  border-radius: 12px;
  padding: 18px;
  position: relative;
  box-shadow: 0 8px 24px rgba(10, 27, 51, 0.02);
}

.mock-po-stamp {
  position: absolute;
  right: 14px; top: 14px;
  border: 2.5px solid #10b981;
  color: #10b981;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 6px;
  transform: rotate(-10deg);
  box-shadow: 0 0 10px rgba(16, 185, 129, 0.1);
  background: white;
}

.mock-sig-card {
  width: 80%;
  background: white;
  border: 1px solid var(--hairline);
  border-radius: 12px;
  padding: var(--s-5);
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  box-shadow: 0 8px 24px rgba(10, 27, 51, 0.02);
}

.mock-sig-line {
  width: 100%;
  height: 48px;
  border-bottom: 2px solid var(--text-muted);
  position: relative;
}

.mock-sig-vector {
  position: absolute;
  bottom: 2px; left: 10%; width: 80%; height: 42px;
  opacity: 0.85;
}

.mobile-timeline {
  display: none;
}

/* Mobile responsive Timeline cascade */
@media (max-width: 960px) {
  .workflow-dashboard {
    grid-template-columns: 1fr;
  }
  .stepper-nav {
    display: none;
  }
  .stepper-viewer {
    display: none;
  }
  .mobile-timeline {
    display: flex;
    flex-direction: column;
    gap: var(--s-5);
    position: relative;
    padding-left: 28px;
    margin: 0 auto;
    max-width: 680px;
  }
  .mobile-timeline::before {
    content: ""; position: absolute;
    left: 10px; top: 12px; bottom: 12px;
    width: 2px;
    background: linear-gradient(180deg, var(--action-blue), var(--airy-sky), transparent);
  }
  .mobile-step {
    position: relative;
    padding: var(--s-5);
    background: rgba(255, 255, 255, 0.48);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: var(--r-xl);
    display: flex;
    flex-direction: column;
    gap: 14px;
    box-shadow: 
      0 4px 12px rgba(10, 27, 51, 0.02),
      inset 0 1px 0 rgba(255, 255, 255, 0.7);
  }
  .mobile-step::before {
    content: "";
    position: absolute; left: -25px; top: 22px;
    width: 14px; height: 14px;
    border-radius: 50%;
    background: var(--grad-button);
    box-shadow: 0 0 0 3px white, 0 4px 8px rgba(37, 99, 235, 0.2);
  }
  .mobile-step h3 {
    font-size: var(--fs-md);
    font-weight: 700;
    margin: 0;
    color: var(--text-hi);
  }
  .mobile-step p {
    font-size: var(--fs-sm);
    color: var(--text-lo);
    line-height: 1.6;
    margin: 0;
  }
  .mobile-mock-card {
    display: flex;
    width: 100%;
    height: 170px;
    border-radius: 12px;
    background: linear-gradient(135deg, #f8fafc 0%, #edf3fa 100%);
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: var(--shadow-xs);
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
}

/* FAQ accordion */
.faq {
  max-width: 820px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faq-item {
  background: white;
  border: 1px solid var(--hairline);
  border-radius: var(--r-md);
  box-shadow: var(--shadow-xs);
  overflow: hidden;
  transition: border-color var(--d-base), box-shadow var(--d-base);
}
.faq-item[open] {
  border-color: var(--hairline-blue);
  box-shadow: var(--shadow-sm);
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: var(--s-5);
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--text-hi);
  font-size: 1rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  font-size: 1.5rem;
  color: var(--action-blue);
  font-weight: 300;
  transition: transform var(--d-base);
  flex: none;
}
.faq-item[open] summary::after { content: "−"; }
.faq-item .answer {
  padding: 0 var(--s-5) var(--s-5);
  color: var(--text-lo);
  font-size: var(--fs-sm);
  line-height: 1.6;
}

/* Resource cards (guides, case studies, etc.) */
.res-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: var(--s-4);
}
.res-card {
  background: white;
  border: 1px solid var(--hairline);
  border-radius: var(--r-lg);
  padding: var(--s-5);
  display: flex; flex-direction: column;
  gap: 12px;
  transition: all var(--d-base);
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}
.res-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--hairline-blue);
  color: inherit;
}
.res-card .res-kind {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--action-blue);
  display: inline-flex; align-items: center; gap: 6px;
}
.res-card .res-kind::before {
  content: "";
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--action-blue);
}
.res-card h3 {
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: var(--text-hi);
}
.res-card p {
  font-size: var(--fs-sm);
  color: var(--text-lo);
  line-height: 1.55;
  flex: 1;
}
.res-card .res-cta {
  font-family: var(--font-display);
  font-size: var(--fs-sm);
  font-weight: 600;
  color: var(--action-blue);
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: 8px;
}
.res-card .res-cta::after {
  content: "→";
  transition: transform var(--d-base);
}
.res-card:hover .res-cta::after { transform: translateX(4px); }

/* Calculator caption */
.calc-caption {
  font-size: var(--fs-xs);
  color: var(--text-muted);
  font-family: var(--font-mono);
  letter-spacing: 0.04em;
  margin-top: 8px;
}

/* =========================================================================
   ABOUT PAGE
   ========================================================================= */

/* Mission card — large hero quote */
.mission {
  text-align: center;
  max-width: 880px;
  margin-inline: auto;
  padding: clamp(40px, 6vw, 80px) clamp(24px, 4vw, 48px);
  background: linear-gradient(180deg, white 0%, var(--ice-blue) 100%);
  border: 1px solid var(--hairline-blue);
  border-radius: var(--r-2xl);
  position: relative;
  overflow: hidden;
}
.mission::before {
  content: "";
  position: absolute; top: -40%; left: 50%; transform: translateX(-50%);
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(125, 186, 246, 0.18), transparent 70%);
  pointer-events: none;
}
.mission-quote {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3.5vw, 3rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: var(--deep-navy);
  position: relative;
}
.mission-quote .accent {
  background: var(--grad-text-blue);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.mission-sig {
  margin-top: var(--s-5);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
  position: relative;
}

/* Story timeline (vertical milestones) */
.story {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: var(--s-7);
  align-items: start;
  max-width: 1000px;
  margin-inline: auto;
}
.story-side {
  position: sticky;
  top: 120px;
}
.story-side .eyebrow { margin-bottom: 12px; }
.story-side h2 { font-size: var(--fs-h2); }
.story-side p { color: var(--text-lo); font-size: var(--fs-sm); margin-top: 12px; }

.story-list {
  position: relative;
  padding-left: 28px;
  display: flex; flex-direction: column;
  gap: var(--s-5);
}
.story-list::before {
  content: ""; position: absolute;
  left: 9px; top: 8px; bottom: 8px;
  width: 2px;
  background: linear-gradient(180deg, var(--action-blue), var(--airy-sky), transparent);
}
.story-item {
  position: relative;
  padding: var(--s-5);
  background: white;
  border: 1px solid var(--hairline);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-xs);
  transition: transform var(--d-base), box-shadow var(--d-base);
}
.story-item:hover {
  transform: translateX(4px);
  box-shadow: var(--shadow-md);
  border-color: var(--hairline-blue);
}
.story-item::before {
  content: "";
  position: absolute; left: -28px; top: 22px;
  width: 20px; height: 20px;
  border-radius: 50%;
  background: white;
  border: 2px solid var(--action-blue);
  box-shadow: 0 0 0 4px white, 0 4px 10px rgba(37, 99, 235, 0.25);
}
.story-item .yr {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--action-blue);
  text-transform: uppercase;
  margin-bottom: 6px;
}
.story-item h3 { font-size: 1.125rem; margin-bottom: 8px; }
.story-item p { color: var(--text-lo); font-size: var(--fs-sm); line-height: 1.6; }

@media (max-width: 880px) {
  .story { grid-template-columns: 1fr; }
  .story-side { position: static; }
}

/* Principles bento (uses existing .bento) — extra accent */
.principle-icon {
  width: 48px; height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--ice-blue), white);
  border: 1px solid var(--hairline);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--action-blue);
  margin-bottom: var(--s-4);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.08);
}

/* Team / leadership cards */
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: var(--s-4);
}
.team-card {
  background: white;
  border: 1px solid var(--hairline);
  border-radius: var(--r-lg);
  padding: var(--s-5);
  text-align: center;
  transition: transform var(--d-base), box-shadow var(--d-base), border-color var(--d-base);
}
.team-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: var(--hairline-blue);
}
.team-avatar {
  width: 72px; height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--action-blue), var(--airy-sky));
  display: inline-flex; align-items: center; justify-content: center;
  color: white;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 auto var(--s-4);
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.25);
}
.team-card h3 { font-size: 1.0625rem; margin-bottom: 4px; }
.team-card .role {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--action-blue);
  margin-bottom: 12px;
}
.team-card p {
  font-size: var(--fs-xs);
  color: var(--text-lo);
  line-height: 1.55;
}

/* Trust / security badges */
.trust-row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: var(--s-4);
}
.trust-card {
  padding: var(--s-5);
  background: white;
  border: 1px solid var(--hairline);
  border-radius: var(--r-md);
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: all var(--d-base);
}
.trust-card:hover {
  transform: translateY(-2px);
  border-color: var(--hairline-blue);
  box-shadow: var(--shadow-sm);
}
.trust-card .ico {
  width: 36px; height: 36px;
  border-radius: 10px;
  background: var(--ice-blue);
  color: var(--action-blue);
  display: inline-flex; align-items: center; justify-content: center;
}
.trust-card strong {
  font-family: var(--font-display);
  font-size: var(--fs-sm);
  font-weight: 700;
  color: var(--text-hi);
  letter-spacing: -0.015em;
}
.trust-card p {
  font-size: var(--fs-xs);
  color: var(--text-lo);
  line-height: 1.55;
}

/* =========================================================================
   SOLUTIONS PAGE SPLIT-SCREEN SCHEMATIC OVERHAUL
   ========================================================================= */

.ind-hero.split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: var(--s-6);
  align-items: center;
}

.ind-hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

/* High-fidelity Glass Mockups */
.visual-card {
  width: 100%;
  max-width: 440px;
  background: rgba(255, 255, 255, 0.48);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: var(--r-xl);
  box-shadow: 
    0 24px 48px rgba(10, 27, 51, 0.04),
    0 4px 12px rgba(10, 27, 51, 0.01),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  overflow: hidden;
  transition: transform 0.3s var(--ease-out), box-shadow 0.3s var(--ease-out);
}

.visual-card:hover {
  transform: translateY(-2px);
  box-shadow: 
    0 32px 64px rgba(10, 27, 51, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  border-color: rgba(37, 99, 235, 0.2);
}

.glass-header-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background: rgba(255, 255, 255, 0.2);
}

.glass-header-bar .pulse-indicator {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3b82f6;
  box-shadow: 0 0 8px #3b82f6;
  animation: visualIndicatorPulse 2s infinite;
}

@keyframes visualIndicatorPulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.4); opacity: 0.5; }
  100% { transform: scale(1); opacity: 1; }
}

.glass-header-bar .glass-title {
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-mid);
}

.visual-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* 1. Construction Isometric Widget */
.construction-isometric {
  height: 125px;
  background: linear-gradient(135deg, #f8fafc 0%, #edf3fa 100%);
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.03);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.construction-isometric::before {
  content: "";
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(0,0,0,0.03) 1px, transparent 1px);
  background-size: 10px 10px;
}

.iso-column, .iso-beam, .iso-grid-plate {
  position: relative;
  cursor: pointer;
  transition: transform 0.2s var(--ease-out), filter 0.2s var(--ease-out);
}

.iso-column {
  width: 32px;
  height: 60px;
  background: linear-gradient(180deg, #3b82f6, #1d4ed8);
  border-radius: 6px;
  box-shadow: 0 8px 16px rgba(59, 130, 246, 0.3);
}

.iso-beam {
  width: 85px;
  height: 18px;
  background: linear-gradient(90deg, #10b981, #047857);
  border-radius: 6px;
  box-shadow: 0 8px 16px rgba(16, 185, 129, 0.3);
}

.iso-grid-plate {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #8b5cf6, #6d28d9);
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(139, 92, 246, 0.3);
}

.iso-column:hover, .iso-beam:hover, .iso-grid-plate:hover {
  transform: translateY(-3px) scale(1.05);
  filter: brightness(1.1);
}

.iso-tooltip {
  display: none;
  position: absolute;
  bottom: calc(100% + 8px); left: 50%;
  transform: translateX(-50%);
  background: #0f172a;
  color: white;
  padding: 4px 8px;
  border-radius: 6px;
  font-family: var(--font-mono);
  font-size: 8px;
  font-weight: 700;
  white-space: nowrap;
  pointer-events: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  z-index: 10;
}

.iso-tooltip::after {
  content: "";
  position: absolute; top: 100%; left: 50%;
  transform: translateX(-50%);
  border: 4px solid transparent;
  border-top-color: #0f172a;
}

.iso-column:hover .iso-tooltip,
.iso-beam:hover .iso-tooltip,
.iso-grid-plate:hover .iso-tooltip {
  display: block;
}

.visual-list-stats {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.visual-stat-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  border-bottom: 1px solid rgba(0,0,0,0.04);
  padding-bottom: 6px;
}

.visual-stat-row:last-child {
  border: none;
  padding-bottom: 0;
}

.visual-stat-row strong {
  color: var(--text-hi);
}

.badge-status {
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 6px;
  background: rgba(37, 99, 235, 0.08);
  color: var(--action-blue);
}

.badge-status.green {
  background: rgba(16, 185, 129, 0.08);
  color: #10b981;
}

.badge-status-blue {
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 6px;
  background: rgba(37, 99, 235, 0.08);
  color: var(--action-blue);
}

/* 2. Field Services Route Map Widget */
.truck-map-grid {
  height: 125px;
  background: linear-gradient(135deg, #f8fafc 0%, #edf3fa 100%);
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.03);
  position: relative;
  overflow: hidden;
}

.map-street-line {
  background: rgba(0, 0, 0, 0.05);
  position: absolute;
}

.pulsing-geofence-circle {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px dashed rgba(16, 185, 129, 0.5);
  background: rgba(16, 185, 129, 0.06);
  animation: ctaNfcPulse 2.5s infinite;
}

.pulsing-truck-node {
  position: absolute;
  left: 20px;
  top: 15px;
  font-size: 20px;
  transition: all 1.5s cubic-bezier(0.16, 1, 0.3, 1);
  filter: drop-shadow(0 4px 8px rgba(10,27,51,0.12));
}

.pulsing-truck-node.dispatched {
  left: 100px;
  top: 40px;
}

.map-dispatch-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

/* 3. Energy Compliance Radial Widget */
.radial-compliance-dial {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.radial-gauge-track {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 8px solid rgba(0, 0, 0, 0.04);
}

.radial-gauge-indicator {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 8px solid transparent;
  border-top-color: var(--action-blue);
  border-right-color: var(--action-blue);
  transform: rotate(-135deg);
  transition: transform 1.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.radial-compliance-dial.loaded .radial-gauge-indicator {
  transform: rotate(45deg);
}

.radial-gauge-value {
  position: absolute;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 800;
  color: var(--deep-navy);
}

.compliance-alerts {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.alert-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  border-bottom: 1px solid rgba(0,0,0,0.04);
  padding-bottom: 6px;
}

.alert-row strong {
  color: var(--text-hi);
}

.alert-row span {
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  color: #10b981;
}

.alert-row.warning span {
  color: #2563eb;
}

/* 4. Manufacturing Shift Controller */
.shift-selector-panel {
  display: flex;
  gap: 4px;
  background: rgba(0, 0, 0, 0.04);
  padding: 4px;
  border-radius: var(--r-pill);
}

.shift-btn {
  flex: 1;
  padding: 6px 12px;
  border-radius: var(--r-pill);
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  color: var(--text-mid);
  border: none;
  background: transparent;
  cursor: pointer;
  transition: all 0.25s var(--ease-out);
  outline: none;
}

.shift-btn.is-active {
  background: white;
  color: var(--text-hi);
  box-shadow: var(--shadow-xs);
}

.shift-metrics-display {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.metric-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  padding-bottom: 6px;
}

.metric-row strong {
  color: var(--text-hi);
}

.metric-row span {
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  color: var(--action-blue);
}

/* 5. Property Work-Order Board */
.wo-queue-card {
  background: white;
  border: 1px solid rgba(37, 99, 235, 0.15);
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 8px 24px rgba(10, 27, 51, 0.02);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.wo-card-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.stamp-badge {
  border: 2px solid #f59e0b;
  color: #f59e0b;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 10px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 3px 6px;
  border-radius: 4px;
  transform: rotate(-4deg);
  background: white;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.stamp-badge.approved {
  border-color: #10b981;
  color: #10b981;
  transform: rotate(-6deg) scale(1.08);
}

/* 6. Logistics Fuel Scan */
.fuel-scan-simulator {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.fuel-receipt-visual {
  height: 80px;
  background: white;
  border: 1px dashed var(--hairline-strong);
  border-radius: 10px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.01);
}

.fuel-receipt-visual strong {
  font-size: 11px;
  color: var(--deep-navy);
  display: block;
}

.fuel-receipt-visual span {
  font-size: 9px;
  color: var(--text-muted);
  display: block;
  margin-top: 4px;
}

.ocr-laser-scanner {
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 3px;
  background: #3b82f6;
  box-shadow: 0 0 10px #3b82f6;
  opacity: 0;
  pointer-events: none;
}

.ocr-laser-scanner.animating {
  animation: ocrScanLaserRun 1.2s infinite ease-in-out;
  opacity: 1;
}

@keyframes ocrScanLaserRun {
  0% { top: 0%; }
  50% { top: 100%; }
  100% { top: 0%; }
}

.scan-action-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Responsive collapse for industry split hero */
@media (max-width: 960px) {
  .ind-hero.split {
    grid-template-columns: 1fr;
    gap: var(--s-5);
  }
  .ind-hero-visual {
    margin-top: var(--s-4);
  }
}

/* =========================================================================
   INTERACTIVE ONE-RECORD APP SIMULATOR STYLES
   ========================================================================= */

.one-record-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--s-8);
  align-items: center;
  max-width: 1100px;
  margin-inline: auto;
}

.showcase-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  text-align: left;
}

.showcase-quote {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.2vw, 2.75rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--deep-navy);
  margin: 0;
}
.showcase-quote span {
  font-weight: 800;
}

.showcase-desc {
  font-size: var(--fs-lede);
  color: var(--text-lo);
  line-height: 1.65;
  max-width: 48ch;
  margin: 0;
}

.spine-toggle-wrapper {
  display: inline-flex;
  background: rgba(10, 27, 51, 0.04);
  padding: 5px;
  border-radius: var(--r-pill);
  border: 1px solid var(--hairline-strong);
  margin-top: 10px;
}

.spine-toggle-btn {
  padding: 10px 22px;
  border-radius: var(--r-pill);
  font-size: var(--fs-xs);
  font-weight: 600;
  color: var(--text-mid);
  transition: all 0.25s var(--ease-out);
}
.spine-toggle-btn.is-active {
  background: white;
  color: var(--text-hi);
  box-shadow: var(--shadow-sm);
}
.spine-toggle-btn:hover:not(.is-active) {
  color: var(--action-blue);
}

.showcase-visual-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.visual-glass-phone {
  width: 320px;
  height: 560px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border: 8px solid rgba(255, 255, 255, 0.95);
  border-radius: 40px;
  box-shadow: 
    0 30px 60px rgba(10, 27, 51, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 0 0 1px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.phone-status-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 22px 8px;
  font-family: var(--font-mono);
  font-size: 9px;
  color: var(--text-muted);
  font-weight: 700;
  border-bottom: 1px solid rgba(0, 0, 0, 0.02);
}
.phone-signals {
  display: flex;
  align-items: center;
  gap: 3px;
}
.signal-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--soft-silver);
}
.signal-dot.filled {
  background: var(--text-muted);
}
.battery-icon {
  font-size: 10px;
  margin-left: 2px;
}

.phone-screen-content {
  padding: 16px 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
  overflow-y: auto;
}

.screen-header {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.screen-subtitle {
  font-family: var(--font-mono);
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--action-blue);
  font-weight: 700;
}
.screen-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--deep-navy);
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.screen-view {
  display: none;
  opacity: 0;
  transition: opacity 0.35s var(--ease-out);
  flex-direction: column;
  gap: 14px;
  flex: 1;
}
.screen-view.is-active {
  display: flex;
  opacity: 1;
}

.simulation-alert {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 9.5px;
  font-weight: 700;
  text-align: left;
}
.simulation-alert.danger {
  background: rgba(239, 68, 68, 0.08);
  color: var(--danger);
  border: 1px solid rgba(239, 68, 68, 0.18);
}
.simulation-alert.success {
  background: rgba(16, 185, 129, 0.08);
  color: var(--positive);
  border: 1px solid rgba(16, 185, 129, 0.18);
}
.alert-pulse {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  animation: ripple-alert 1.5s infinite alternate;
}
@keyframes ripple-alert {
  from { transform: scale(0.85); opacity: 0.6; }
  to { transform: scale(1.15); opacity: 1; }
}

.address-card-interactive {
  background: white;
  border: 1px solid var(--hairline-strong);
  border-radius: 14px;
  padding: 14px;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: left;
  transition: all var(--d-base);
}
.address-card-interactive.unified-card {
  border-color: var(--action-blue);
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.08);
}
.address-card-interactive .card-kicker {
  font-family: var(--font-mono);
  font-size: 8px;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: 700;
  letter-spacing: 0.05em;
}
.address-card-interactive .card-row {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
}
.address-card-interactive .card-row span {
  color: var(--text-lo);
}
.address-card-interactive .card-row strong {
  color: var(--text-hi);
  font-weight: 700;
  transition: color 0.3s;
}

.disconnected-systems-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sys-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  border: 1px solid var(--hairline);
  border-radius: var(--r-sm);
  padding: 8px 12px;
  font-size: 10.5px;
  transition: all 0.35s var(--ease-spring);
  text-align: left;
}
.sys-row .sys-name {
  font-weight: 600;
  color: var(--text-hi);
}
.sys-row .sys-val {
  color: var(--text-muted);
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.3s;
}
.sys-row .sys-status {
  font-family: var(--font-mono);
  font-size: 7.5px;
  font-weight: 700;
  color: var(--positive);
  transition: color 0.3s;
}
.sys-row.conflict {
  border-color: var(--danger);
  background: rgba(239, 68, 68, 0.02);
  transform: scale(1.02);
}
.sys-row.conflict .sys-val {
  color: var(--danger);
  font-weight: 700;
}
.sys-row.conflict .sys-status {
  color: var(--danger);
}
.sys-row.stale-warning {
  border-color: var(--warn);
  background: rgba(245, 158, 11, 0.01);
  opacity: 0.8;
}
.sys-row.stale-warning .sys-status {
  color: var(--warn);
}

.unified-systems-list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 20px;
}
.unified-spine-line {
  position: absolute;
  left: 6px;
  top: 12px;
  bottom: 12px;
  width: 2px;
  background: var(--hairline-strong);
  transition: background 0.4s ease;
}
.unified-spine-line.active {
  background: linear-gradient(180deg, var(--action-blue) 0%, var(--positive) 100%);
}

.sys-row-unified {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  border: 1px solid var(--hairline);
  border-radius: var(--r-sm);
  padding: 8px 12px;
  font-size: 10.5px;
  position: relative;
  transition: all 0.35s var(--ease-spring);
  text-align: left;
}
.sys-row-unified .node-dot {
  position: absolute;
  left: -17px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--hairline-strong);
  transition: all 0.35s;
}
.sys-row-unified .sys-name {
  font-weight: 600;
  color: var(--text-hi);
}
.sys-row-unified .sys-val {
  color: var(--text-muted);
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.3s;
}
.sys-row-unified .sys-status {
  font-family: var(--font-mono);
  font-size: 7.5px;
  font-weight: 500;
  color: var(--text-muted);
  transition: color 0.3s;
}

.sys-row-unified.synced {
  border-color: var(--positive);
  background: rgba(16, 185, 129, 0.02);
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.06);
}
.sys-row-unified.synced .node-dot {
  background: var(--positive);
  box-shadow: 0 0 6px var(--positive);
}
.sys-row-unified.synced .sys-val {
  color: var(--positive);
  font-weight: 700;
}
.sys-row-unified.synced .sys-status {
  color: var(--positive);
  font-weight: 700;
}

/* Responsive Editorial Split */
@media (max-width: 960px) {
  .one-record-split {
    grid-template-columns: 1fr;
    gap: var(--s-6);
    text-align: center;
  }
  .showcase-info {
    align-items: center;
    text-align: center;
  }
  .showcase-quote {
    text-align: center;
  }
  .showcase-desc {
    text-align: center;
    margin-inline: auto;
  }
  .spine-toggle-wrapper {
    margin-inline: auto;
  }
  .visual-glass-phone {
    height: 530px;
  }
}

/* =========================================================================
   STORY TIMELINE SCROLLWAY & TRUST HUB STYLES
   ========================================================================= */

/* Story Scrollway */
.story-scrollway {
  position: relative;
  padding-left: 48px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}
.scrollway-axis {
  position: absolute;
  left: 18px;
  top: 12px;
  bottom: 12px;
  width: 4px;
  background: linear-gradient(180deg, var(--action-blue) 0%, var(--airy-sky) 60%, rgba(125, 186, 246, 0.15) 100%);
  border-radius: var(--r-pill);
  z-index: 1;
}
.scrollway-node {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.scrollway-node::before {
  content: "";
  position: absolute;
  left: -36px;
  top: 6px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: white;
  border: 3.5px solid var(--action-blue);
  box-shadow: 0 0 0 4px white, 0 4px 10px rgba(37, 99, 235, 0.25);
  z-index: 2;
  transition: all var(--d-base) var(--ease-spring);
}
.scrollway-node:hover::before {
  background: var(--action-blue);
  transform: scale(1.15);
  box-shadow: 0 0 0 6px white, 0 6px 14px rgba(37, 99, 235, 0.4);
}
.scrollway-node.is-active::before {
  background: var(--positive);
  border-color: var(--positive);
  box-shadow: 0 0 0 4px white, 0 6px 14px rgba(16, 185, 129, 0.4);
}
.node-year {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--action-blue);
  margin-bottom: 2px;
}
.node-year span {
  font-weight: 700;
}
.node-year strong {
  font-weight: 500;
  color: var(--text-muted);
}
.node-content {
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--hairline-strong);
  border-radius: var(--r-xl);
  padding: var(--s-5);
  box-shadow: var(--shadow-sm);
  transition: transform var(--d-base) var(--ease-out), box-shadow var(--d-base) var(--ease-out), border-color var(--d-base);
}
.node-content:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: var(--hairline-blue);
}
.node-content h3 {
  font-size: 1.15rem;
  margin-bottom: var(--s-2);
  color: var(--text-hi);
  letter-spacing: -0.01em;
}
.node-content p {
  font-size: var(--fs-sm);
  color: var(--text-lo);
  line-height: 1.6;
}

/* About Vault Hub layout */
.about-vault-hub {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: var(--s-6);
  align-items: start;
  margin-top: 20px;
}
.vault-panel-left {
  display: flex;
  flex-direction: column;
  gap: var(--s-5);
}
.vault-nav-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.vault-nav-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid var(--hairline-strong);
  border-radius: var(--r-xl);
  text-align: left;
  transition: all var(--d-base) var(--ease-out);
}
.vault-nav-item:hover {
  background: rgba(255, 255, 255, 0.75);
  border-color: var(--hairline-blue);
  transform: translateX(2px);
}
.vault-nav-item.is-active {
  background: white;
  border-color: var(--action-blue);
  box-shadow: var(--shadow-md);
  transform: translateX(4px);
}
.vault-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  background: var(--ice-blue);
  color: var(--action-blue);
  border: 1px solid var(--hairline-blue);
  transition: all var(--d-base) var(--ease-out);
}
.vault-nav-item.is-active .vault-badge {
  background: var(--action-blue);
  color: white;
  border-color: var(--action-blue);
}
.vault-nav-item strong {
  font-size: var(--fs-body);
  color: var(--text-hi);
  font-weight: 700;
  letter-spacing: -0.015em;
}

.vault-details-wrapper {
  margin-top: 10px;
}
.vault-details-card {
  display: none;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity var(--d-base) var(--ease-out), transform var(--d-base) var(--ease-out);
}
.vault-details-card.is-active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.vault-details-card h3 {
  font-size: 1.35rem;
  margin-bottom: 8px;
  color: var(--text-hi);
  letter-spacing: -0.02em;
}
.vault-details-card p {
  font-size: var(--fs-sm);
  color: var(--text-lo);
  margin-bottom: 16px;
  line-height: 1.55;
}
.vault-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.vault-list li {
  position: relative;
  padding-left: 24px;
  font-size: var(--fs-sm);
  color: var(--text-mid);
  line-height: 1.5;
}
.vault-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--positive);
  font-weight: 800;
  font-size: 14px;
}

/* Vault Glass Monitor */
.vault-glass-monitor {
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: var(--r-xl);
  box-shadow: 
    0 24px 48px rgba(10, 27, 51, 0.04),
    0 4px 12px rgba(10, 27, 51, 0.01),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  overflow: hidden;
  transition: all var(--d-base);
}
.vault-glass-monitor .glass-header-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background: rgba(255, 255, 255, 0.25);
}
.vault-glass-monitor .glass-body {
  padding: 24px;
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vault-visual {
  display: none;
  width: 100%;
  opacity: 0;
  transition: opacity var(--d-base) var(--ease-out);
}
.vault-visual.is-active {
  display: block;
  opacity: 1;
}

/* Sub Visual Mocks styling */
.visual-spine-grid {
  position: relative;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 40px;
  border: 1px dashed var(--hairline-strong);
  background: rgba(255, 255, 255, 0.4);
  border-radius: 12px;
  width: 100%;
}
.spine-line {
  position: absolute;
  left: 40px;
  right: 40px;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, var(--action-blue) 0%, var(--airy-sky) 50%, var(--positive) 100%);
  transform: translateY(-50%);
  z-index: 1;
}
.spine-node-point {
  z-index: 2;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: white;
  border: 2px solid var(--hairline-strong);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-sm);
  transition: all var(--d-base) var(--ease-spring);
}
.spine-node-point span {
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  color: var(--text-muted);
  transition: color var(--d-fast);
}
.spine-node-point.active {
  border-color: var(--action-blue);
  background: var(--ice-blue);
  box-shadow: 0 0 16px rgba(37, 99, 235, 0.3);
}
.spine-node-point.active span {
  color: var(--action-blue);
}

.approvals-visual-lane {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}
.approvals-node-box {
  flex: 1;
  padding: 14px 8px;
  text-align: center;
  border-radius: 8px;
  background: white;
  border: 1px solid var(--hairline-strong);
  font-size: 10px;
  color: var(--text-muted);
  font-weight: 700;
  box-shadow: var(--shadow-xs);
  transition: all var(--d-base) var(--ease-spring);
}
.approvals-node-box.active {
  border-color: var(--action-blue);
  color: var(--action-blue);
  background: var(--ice-blue);
  box-shadow: 0 0 12px rgba(37, 99, 235, 0.15);
}
.approvals-node-box.green {
  border-color: var(--positive);
  color: var(--positive);
  background: rgba(16, 185, 129, 0.08);
  box-shadow: 0 0 12px rgba(16, 185, 129, 0.15);
}
.approvals-line-connector {
  flex: 0 0 16px;
  height: 2px;
  background: var(--hairline-strong);
}

.security-vault-console {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.security-tls-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 18px;
  background: rgba(16, 185, 129, 0.08);
  border: 1px solid var(--positive);
  border-radius: 8px;
  color: var(--positive);
  font-size: 11px;
  font-weight: 700;
  align-self: center;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.1);
}
.scrolling-audit-ledger {
  height: 100px;
  background: #0a1b33;
  border-radius: 8px;
  padding: 14px;
  font-family: var(--font-mono);
  font-size: 9px;
  color: #a5f3fc;
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
}
.ledger-line {
  line-height: 1.4;
  opacity: 0.85;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  animation: ledger-fade-in 0.4s ease-out;
}
@keyframes ledger-fade-in {
  from { opacity: 0; transform: translateY(4px); }
  to { opacity: 0.85; transform: translateY(0); }
}

/* Leadership Spotlight Cards */
.team-card {
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: var(--r-xl);
  padding: var(--s-5);
  box-shadow: var(--shadow-sm);
  transition: transform 0.4s var(--ease-spring), box-shadow 0.4s var(--ease-out), border-color 0.4s var(--ease-out);
}
.team-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(37, 99, 235, 0.25);
}
.team-avatar-wrap {
  width: 80px;
  height: 80px;
  margin: 0 auto 16px;
  position: relative;
  border-radius: 50%;
  background: white;
  padding: 4px;
  border: 1px solid var(--hairline-strong);
  box-shadow: var(--shadow-xs);
  transition: transform 0.4s var(--ease-spring);
}
.team-card:hover .team-avatar-wrap {
  transform: scale(1.08) rotate(4deg);
}
.team-avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 800;
  color: white;
  letter-spacing: -0.02em;
  text-shadow: 0 1.5px 3px rgba(10,27,51,0.15);
  margin-bottom: 0;
  box-shadow: none;
}
.holo-grad-1 { background: linear-gradient(135deg, #3b82f6 0%, #06b6d4 100%); }
.holo-grad-2 { background: linear-gradient(135deg, #10b981 0%, #3b82f6 100%); }
.holo-grad-3 { background: linear-gradient(135deg, #8b5cf6 0%, #ec4899 100%); }
.holo-grad-4 { background: linear-gradient(135deg, #f59e0b 0%, #ef4444 100%); }

/* Responsive vault layout collapse */
@media (max-width: 960px) {
  .about-vault-hub {
    grid-template-columns: 1fr;
    gap: var(--s-5);
  }
  .vault-panel-right {
    margin-top: var(--s-3);
  }
}

/* =========================================================================
   INTERACTIVE ONE-RECORD EXPERIENCE SHOWCASE STYLES
   ========================================================================= */

.one-record-hub {
  display: flex;
  flex-direction: column;
  gap: var(--s-5);
  margin-top: 40px;
}

.showcase-toggles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  width: 100%;
}

.showcase-toggle-btn {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 24px;
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid var(--hairline-strong);
  border-radius: var(--r-xl);
  text-align: left;
  transition: all var(--d-base) var(--ease-out);
}
.showcase-toggle-btn:hover {
  background: rgba(255, 255, 255, 0.75);
  border-color: var(--hairline-blue);
  transform: translateY(-1px);
}
.showcase-toggle-btn.is-active {
  background: white;
  border-color: var(--action-blue);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.showcase-toggle-btn .btn-icon {
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--ice-blue);
  border: 1px solid var(--hairline-blue);
  transition: all var(--d-base);
}
.showcase-toggle-btn.is-active .btn-icon {
  background: var(--action-blue);
  color: white;
  border-color: var(--action-blue);
}

.showcase-toggle-btn strong {
  display: block;
  font-size: var(--fs-body);
  color: var(--text-hi);
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.2;
}
.showcase-toggle-btn span {
  display: block;
  font-size: var(--fs-xs);
  color: var(--text-muted);
  font-weight: 400;
  margin-top: 2px;
}

.showcase-viewport {
  position: relative;
  border-radius: var(--r-2xl);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow: 
    0 24px 48px rgba(10, 27, 51, 0.03),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.showcase-content-inner {
  padding: 32px;
  min-height: 420px;
  position: relative;
  z-index: 3;
}

.showcase-view {
  display: none;
  opacity: 0;
  transition: opacity var(--d-base) var(--ease-out);
}
.showcase-view.is-active {
  display: block;
  opacity: 1;
}

.view-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--s-6);
  flex-wrap: wrap;
  gap: 12px;
}

.badge {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 6px;
  letter-spacing: 0.05em;
  display: inline-flex;
  align-items: center;
}
.badge.warning {
  background: rgba(245, 158, 11, 0.08);
  color: var(--warn);
  border: 1px solid rgba(245, 158, 11, 0.3);
}
.badge.green {
  background: rgba(16, 185, 129, 0.08);
  color: var(--positive);
  border: 1px solid rgba(16, 185, 129, 0.3);
}

.action-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Fragmented Grid Layout */
.fragmented-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s-4);
}

.frag-card {
  background: white;
  border: 1px solid var(--hairline-strong);
  border-radius: var(--r-xl);
  padding: 20px;
  box-shadow: var(--shadow-xs);
  transition: all var(--d-base) var(--ease-spring);
}
.frag-card .card-meta {
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 8px;
}
.frag-card .card-field {
  font-size: var(--fs-sm);
  color: var(--text-hi);
  font-weight: 500;
}
.frag-card .card-field strong {
  font-weight: 700;
  color: var(--deep-navy);
  transition: color 0.3s;
}
.frag-card.highlight {
  border-color: var(--danger);
  box-shadow: 0 0 16px rgba(239, 68, 68, 0.18);
  transform: scale(1.03) translateY(-2px);
}
.frag-card.highlight .address-val {
  color: var(--danger) !important;
}
.frag-card.stale-warning {
  border-color: var(--warn);
  box-shadow: 0 0 12px rgba(245, 158, 11, 0.12);
  transform: scale(0.98);
  opacity: 0.85;
}

/* Unified Shared Spine Visual Layout */
.unified-visual-wrapper {
  position: relative;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.spine-core-hub {
  position: absolute;
  width: 124px;
  height: 124px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, white 0%, var(--ice-blue) 60%, var(--powder-blue) 100%);
  border: 2.5px solid var(--action-blue);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 
    0 16px 32px rgba(37, 99, 235, 0.18),
    inset 0 1.5px 0 rgba(255, 255, 255, 0.9);
  z-index: 10;
  transition: all var(--d-base) var(--ease-spring);
}
.spine-core-hub.glowing {
  box-shadow: 
    0 0 48px rgba(37, 99, 235, 0.45),
    inset 0 1.5px 0 rgba(255, 255, 255, 0.9);
  transform: scale(1.08);
  border-color: var(--positive);
}
.spine-core-hub.glowing strong {
  color: var(--positive);
}
.spine-core-hub strong {
  font-family: var(--font-display);
  font-size: 9.5px;
  font-weight: 800;
  color: var(--action-blue);
  letter-spacing: 0.05em;
  transition: color 0.3s;
}
.spine-core-hub .core-address {
  font-size: 10.5px;
  color: var(--deep-navy);
  font-weight: 700;
  margin-top: 4px;
  max-width: 106px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.spine-lasers-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.laser-beam {
  stroke: var(--hairline-strong);
  stroke-width: 1.5px;
  fill: none;
  transition: stroke var(--d-base), stroke-width var(--d-base);
}
.laser-beam.pulsing {
  stroke: url(#laser-glow);
  stroke-width: 2.5px;
  stroke-dasharray: 8 16;
  animation: laser-pulse-beam 8s linear infinite;
}
@keyframes laser-pulse-beam {
  from { stroke-dashoffset: 160; }
  to { stroke-dashoffset: 0; }
}

.orbit-node {
  position: absolute;
  background: white;
  border: 1.5px solid var(--hairline-strong);
  border-radius: var(--r-xl);
  padding: 10px 16px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  box-shadow: var(--shadow-sm);
  z-index: 5;
  transition: all var(--d-base) var(--ease-spring);
  font-size: var(--fs-xs);
  min-width: 120px;
  text-align: center;
}
.orbit-node strong {
  color: var(--text-hi);
  font-weight: 700;
}
.orbit-node .node-address {
  color: var(--text-muted);
  font-weight: 500;
  font-family: var(--font-mono);
  font-size: 9px;
}
.orbit-node.green-pulse {
  border-color: var(--positive);
  box-shadow: 0 0 16px rgba(16, 185, 129, 0.35);
  transform: scale(1.05);
}
.orbit-node.green-pulse strong {
  color: var(--positive);
}

/* Orbit Node placements around (300, 150) */
.orbit-node.node-nw { top: 20px; left: 20px; }
.orbit-node.node-n  { top: 10px; left: 50%; transform: translateX(-50%); }
.orbit-node.node-ne { top: 20px; right: 20px; }
.orbit-node.node-sw { bottom: 20px; left: 20px; }
.orbit-node.node-s  { bottom: 10px; left: 50%; transform: translateX(-50%); }
.orbit-node.node-se { bottom: 20px; right: 20px; }

/* Responsive adjustments */
@media (max-width: 880px) {
  .fragmented-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .showcase-toggles {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .unified-visual-wrapper {
    height: 480px;
  }
  /* Reflow nodes on smaller monitors */
  .orbit-node.node-nw { top: 20px; left: 10px; }
  .orbit-node.node-n  { top: 90px; left: 10px; transform: none; }
  .orbit-node.node-ne { top: 160px; left: 10px; }
  .orbit-node.node-sw { top: 20px; right: 10px; bottom: auto; }
  .orbit-node.node-s  { top: 90px; right: 10px; bottom: auto; left: auto; transform: none; }
  .orbit-node.node-se { top: 160px; right: 10px; bottom: auto; }
  
  .spine-core-hub {
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
  }
  .spine-core-hub.glowing {
    transform: translate(-50%, -50%) scale(1.08);
  }
  .spine-lasers-svg {
    display: none; /* Hide complex SVG lines on mobile stacked layout */
  }
}

@media (max-width: 480px) {
  .fragmented-grid {
    grid-template-columns: 1fr;
  }
  .showcase-content-inner {
    padding: 16px;
  }
  .orbit-node {
    min-width: 90px;
    font-size: 9px;
    padding: 6px 10px;
  }
}

/* --- Ultra-Premium Frosted Glass Booking Modal --- */
.booking-modal-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(10, 25, 50, 0.45);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: all 400ms cubic-bezier(0.16, 1, 0.3, 1);
  padding: 20px;
}
.booking-modal-overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.booking-modal-glass {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  border-radius: var(--r-2xl);
  width: 100%;
  max-width: 760px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 24px;
  box-shadow: 
    0 32px 80px rgba(10, 27, 51, 0.16),
    0 8px 24px rgba(10, 27, 51, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  position: relative;
  transform: scale(0.92) translateY(20px);
  transition: all 450ms cubic-bezier(0.34, 1.56, 0.64, 1);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.booking-modal-overlay.is-visible .booking-modal-glass {
  transform: scale(1) translateY(0);
}
.booking-modal-close {
  position: absolute;
  top: 20px; right: 20px;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.03);
  font-size: 20px;
  color: var(--text-mid);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all var(--d-fast) var(--ease-out);
}
.booking-modal-close:hover {
  background: rgba(239, 68, 68, 0.1);
  color: rgb(239, 68, 68);
  border-color: rgba(239, 68, 68, 0.2);
  transform: rotate(90deg);
}
.booking-modal-header {
  text-align: center;
}
.booking-modal-header h3 {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.5vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  color: var(--text-hi);
  margin-block: 6px;
}
.booking-modal-header p {
  color: var(--text-lo);
  font-size: var(--fs-sm);
  line-height: 1.5;
  margin: 0;
}

/* Tabs System */
.booking-tabs {
  display: flex;
  background: var(--bg-soft);
  padding: 4px;
  border-radius: var(--r-pill);
  border: 1px solid var(--hairline);
  align-self: center;
}
.booking-tab-btn {
  border: none;
  background: transparent;
  padding: 8px 20px;
  font-size: var(--fs-xs);
  font-weight: 600;
  color: var(--text-lo);
  border-radius: var(--r-pill);
  cursor: pointer;
  transition: all var(--d-fast) var(--ease-out);
}
.booking-tab-btn.is-active {
  background: white;
  color: var(--action-blue);
  box-shadow: var(--shadow-sm);
}

/* Tab Content Visibility */
.booking-tab-content {
  display: none;
  animation: modalTabFade 400ms var(--ease-out) forwards;
}
.booking-tab-content.is-active {
  display: block;
}
@keyframes modalTabFade {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Form Styles */
.booking-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 580px) {
  .form-row { grid-template-columns: 1fr; }
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: left;
}
.form-group label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-mid);
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 10px 14px;
  border-radius: var(--r-lg);
  border: 1px solid var(--hairline);
  background: rgba(255, 255, 255, 0.85);
  font-family: inherit;
  font-size: var(--fs-sm);
  color: var(--text-hi);
  transition: all var(--d-fast) var(--ease-out);
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--action-blue);
  background: white;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}
.btn-full {
  width: 100%;
  justify-content: center;
  margin-top: 8px;
}

/* Success Messages */
.booking-success-msg,
.scheduler-success-msg {
  text-align: center;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  animation: modalSuccessBounce 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
@keyframes modalSuccessBounce {
  from { opacity: 0; transform: scale(0.92); }
  to { opacity: 1; transform: scale(1); }
}
.success-icon {
  width: 60px; height: 60px;
  border-radius: 50%;
  background: rgba(16, 185, 129, 0.1);
  border: 2px solid rgba(16, 185, 129, 0.25);
  color: rgb(16, 185, 129);
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.booking-success-msg h4,
.scheduler-success-msg h4 {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--text-hi);
  margin: 0;
}
.booking-success-msg p,
.scheduler-success-msg p {
  font-size: var(--fs-sm);
  color: var(--text-lo);
  line-height: 1.5;
  margin: 0;
}

/* Mock Scheduler Styles */
.mock-scheduler {
  background: white;
  border: 1px solid var(--hairline);
  border-radius: var(--r-xl);
  padding: 20px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow: var(--shadow-sm);
}
.scheduler-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.scheduler-header strong {
  font-size: var(--fs-sm);
  color: var(--text-hi);
}
.badge-live {
  font-family: var(--font-mono);
  font-size: 9px;
  background: rgba(37, 99, 235, 0.08);
  border: 1px solid rgba(37, 99, 235, 0.2);
  color: var(--action-blue);
  padding: 3px 8px;
  border-radius: var(--r-pill);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.scheduler-desc {
  font-size: var(--fs-xs);
  color: var(--text-lo);
  line-height: 1.4;
  margin: 0;
}
.scheduler-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 16px;
  border-top: 1px solid var(--hairline);
  padding-top: 16px;
}
@media (max-width: 540px) {
  .scheduler-grid { grid-template-columns: 1fr; }
}
.month-selector {
  text-align: center;
  margin-bottom: 8px;
}
.month-title {
  font-weight: 700;
  font-size: var(--fs-xs);
  color: var(--text-hi);
}
.days-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
}
.day-label {
  font-size: 10px;
  font-weight: 700;
  color: var(--text-muted);
  text-align: center;
}
.day-btn {
  background: transparent;
  border: none;
  font-size: var(--fs-xs);
  font-weight: 600;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--text-muted);
  transition: all var(--d-fast) var(--ease-out);
}
.day-btn[disabled] {
  pointer-events: none;
  opacity: 0.35;
}
.day-btn.is-available {
  color: var(--text-hi);
  background: var(--bg-soft);
  border: 1px solid var(--hairline);
}
.day-btn.is-available:hover {
  background: var(--ice-blue);
  border-color: var(--action-blue-light);
  color: var(--action-blue);
}
.day-btn.is-selected {
  background: var(--action-blue) !important;
  color: white !important;
  border-color: var(--action-blue) !important;
  box-shadow: var(--shadow-sm);
}

.time-slots-picker {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.slots-title {
  font-size: 11px;
  font-weight: 700;
  color: var(--text-mid);
}
.slots-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.slot-btn {
  width: 100%;
  padding: 8px;
  font-size: var(--fs-xs);
  font-weight: 600;
  background: white;
  border: 1px solid var(--hairline);
  color: var(--text-mid);
  border-radius: 8px;
  cursor: pointer;
  transition: all var(--d-fast) var(--ease-out);
}
.slot-btn:hover {
  border-color: var(--action-blue);
  color: var(--action-blue);
  background: var(--bg-soft);
}
.slot-btn.is-selected {
  background: var(--ice-blue);
  border-color: var(--action-blue);
  color: var(--action-blue);
}
.scheduler-input {
  width: 100%;
  padding: 10px 14px;
  border-radius: var(--r-lg);
  border: 1px solid var(--hairline);
  font-size: var(--fs-sm);
}




