/* ═══════════════════════════════════════════════════════════════════════════
   VSHR v4 — Mobile-First Pattern Library + 2030 Flare
   Shipped 2026-04-16 as sitewide propagation of template-workers-comp fixes.
   Loads AFTER site.css and premium.css so overrides win.

   Contains:
     1. Reveal failsafe (belt-and-suspenders — site.css also flipped via sed)
     2. Mobile section spacing (52px padding, impactful waves, image dividers)
     3. 2030 wave flare (shimmer + radial glow, reduced-motion aware)
     4. Accordion primitive (.wc-indacc-* — replaces N-card-stack-graveyard)
     5. Numbered timeline (.wc-steps — replaces flow-grid process diagrams)
     6. Compact cross-list (.wc-cross-list — replaces ornate cross-card grids)
     7. Hero mobile fixes (trust chips row, CTA gap, bench strip separation)

   Class names with wc- prefix are reusable across all pages.
   ═══════════════════════════════════════════════════════════════════════════ */

/* ── SHARED PHOTO HERO (2026-06-03) ─────────────────────────────────────
   Opt-in navy-scrim photo hero for <x-sh-hero image="…"> and bare info-page
   heroes. White text, left-aligned, services-hub idiom. Pattern-set on
   /testimonials/, rolled to the bare Tier-A informational pages. Reveals are
   force-on below, so the photo hero is static (nothing to gate). */
.sh-hero.sh-hero--photo{position:relative;isolation:isolate;display:flex;align-items:center;min-height:clamp(440px,56vh,580px);padding-block:clamp(48px,7vw,84px);background:#0E1934;}
.sh-hero.sh-hero--photo .sh-hero-photo{position:absolute;inset:0;z-index:-2;background-position:center right;background-size:cover;background-repeat:no-repeat;}
.sh-hero.sh-hero--photo .sh-hero-scrim{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(14,25,52,.95) 0%,rgba(14,25,52,.84) 32%,rgba(14,25,52,.46) 62%,rgba(14,25,52,.12) 100%),linear-gradient(0deg,rgba(14,25,52,.40) 0%,rgba(14,25,52,0) 42%);}
.sh-hero.sh-hero--photo .wrap{position:relative;z-index:1;}
.sh-hero.sh-hero--photo .sec-label{color:#F9A56A!important;}
.sh-hero.sh-hero--photo h1{color:#fff!important;}
.sh-hero.sh-hero--photo .sec-p{color:#C9D2E8!important;max-width:560px;}
.sh-hero.sh-hero--photo .btn-ghost{background:transparent!important;color:#fff!important;border:1.5px solid rgba(255,255,255,.55)!important;box-shadow:none!important;}
.sh-hero.sh-hero--photo .btn-ghost:hover{background:rgba(255,255,255,.12)!important;border-color:rgba(255,255,255,.85)!important;}
@media(max-width:680px){.sh-hero.sh-hero--photo{min-height:0;padding-block:44px 40px;}.sh-hero.sh-hero--photo .sh-hero-photo{background-position:center;}.sh-hero.sh-hero--photo .sh-hero-scrim{background:linear-gradient(180deg,rgba(14,25,52,.74) 0%,rgba(14,25,52,.90) 100%);}}

/* ── SHARED PHOTO HERO for .sp-hero subpages (2026-06-03) ────────────────
   partners / resources / security already render dark with white text, so
   here we only inject a photo + navy scrim layer behind the content (no text
   recolor). Orbs hidden on the photo variant. */
.sp-hero.sp-hero--photo{position:relative;isolation:isolate;}
.sp-hero.sp-hero--photo .sp-orb{display:none!important;}
.sp-hero.sp-hero--photo .sp-h1{color:#fff!important;}
.sp-hero.sp-hero--photo .sp-hero-photo{position:absolute;inset:0;z-index:-2;background-position:center right;background-size:cover;background-repeat:no-repeat;}
.sp-hero.sp-hero--photo .sp-hero-scrim{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(14,25,52,.95) 0%,rgba(14,25,52,.85) 34%,rgba(14,25,52,.52) 64%,rgba(14,25,52,.18) 100%),linear-gradient(0deg,rgba(14,25,52,.45) 0%,rgba(14,25,52,0) 45%);}
@media(max-width:680px){.sp-hero.sp-hero--photo .sp-hero-photo{background-position:center;}.sp-hero.sp-hero--photo .sp-hero-scrim{background:linear-gradient(180deg,rgba(14,25,52,.76) 0%,rgba(14,25,52,.90) 100%);}}

/* ── 1. REVEAL FAILSAFE ─────────────────────────────────────────────── */
.reveal,
[class*="reveal-d"] {
  opacity: 1 !important;
  transform: none !important;
}

/* ── 2. MOBILE SPACING (<= 768px) — v2, tightened per user feedback ─ */
@media (max-width: 768px) {
  /* Section padding: 64 → 40. Keeps real breath, kills dead air. */
  .sec,
  section.sec,
  body .sec,
  body.premium .sec,
  body.premium section.sec {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  /* Wave dividers: 80px, impactful with 2030 flare (see §3 below) */
  .wc-wave-divider {
    height: 80px !important;
    overflow: hidden !important;
    line-height: 0;
  }
  .wc-wave-divider svg {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
  }

  /* Image divider: 160 → 80 (don't need a giant photo transition on mobile) */
  .wc-img-divider {
    height: 80px !important;
  }

  /* Section head rhythm — compact mobile */
  .eyebrow { margin-bottom: 10px !important; }
  .sec-h2 {
    margin-bottom: 10px !important;
    line-height: 1.12 !important;
    font-size: clamp(22px, 6.5vw, 30px) !important;
    letter-spacing: -0.02em !important;
  }
  .sec-sub {
    margin-bottom: 20px !important;
    font-size: 15.5px !important;
    line-height: 1.5 !important;
  }
  .wc-advantages .sec-h2 { margin: 0 0 12px !important; }
  .wc-advantages .wc-adv-copy p { margin: 0 0 18px !important; }

  /* Hero trust row: stacked vertical → wrapped inline */
  .wc-hero { position: relative; }
  .trust-row-canonical {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px 14px !important;
    justify-content: center !important;
    margin-bottom: 20px !important;
  }
  .trust-row-canonical .trust-chip-c,
  .trust-row-canonical > * {
    flex: 0 1 auto !important;
    font-size: 12.5px !important;
    padding: 4px 0 !important;
  }

  /* Hero CTAs: tight stacking */
  .wc-hero-ctas {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    margin: 0 auto 20px !important;
    max-width: 340px !important;
  }
  .wc-hero-ctas > a,
  .wc-hero-ctas > button {
    width: 100% !important;
    margin: 0 !important;
    min-height: 52px !important;
  }
  .vshr-wc-float {
    margin-top: 8px !important;
  }

  /* Team bench strip: clear separation from hero, not cramming */
  .team-bench-strip {
    margin-top: 0 !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    border-top: 1px solid rgba(13, 24, 41, 0.08);
  }
}

/* ── 3. 2030 WAVE FLARE ───────────────────────────────────────────── */
.wc-wave-divider {
  position: relative;
  overflow: hidden;
}

.wc-wave-divider svg {
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.04)) drop-shadow(0 -1px 0 rgba(13, 24, 41, 0.12));
}

/* Shimmer sweep — 2030 signal line */
.wc-wave-divider::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 200%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    transparent 42%,
    rgba(39, 71, 232, 0.22) 48%,
    rgba(213, 43, 30, 0.24) 50%,
    rgba(249, 115, 22, 0.22) 52%,
    transparent 58%,
    transparent 100%
  );
  mix-blend-mode: screen;
  filter: blur(14px);
  z-index: 3;
  pointer-events: none;
  animation: wc-wave-shimmer 14s cubic-bezier(0.65, 0.05, 0.35, 1) infinite;
}

/* Soft radial glow behind the wave */
.wc-wave-divider::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 140%;
  height: 260%;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(ellipse 60% 40% at 30% 50%, rgba(39, 71, 232, 0.10), transparent 65%),
    radial-gradient(ellipse 50% 40% at 75% 50%, rgba(213, 43, 30, 0.06), transparent 65%);
  filter: blur(30px);
  z-index: 1;
  pointer-events: none;
  animation: wc-wave-glow 18s ease-in-out infinite alternate;
}

@keyframes wc-wave-shimmer {
  0%   { transform: translateX(0%); opacity: 0; }
  15%  { opacity: 1; }
  85%  { opacity: 1; }
  100% { transform: translateX(50%); opacity: 0; }
}

@keyframes wc-wave-glow {
  0%   { transform: translate(-52%, -50%) scale(1); opacity: 0.55; }
  50%  { transform: translate(-48%, -50%) scale(1.08); opacity: 0.95; }
  100% { transform: translate(-50%, -50%) scale(1); opacity: 0.65; }
}

@media (prefers-reduced-motion: reduce) {
  .wc-wave-divider::before { animation: none; opacity: 0.4; }
  .wc-wave-divider::after  { animation: none; opacity: 0.7; }
}

/* ── 4. ACCORDION PRIMITIVE (.wc-indacc-*) ─────────────────────────── */
.wc-indacc-list {
  max-width: 760px;
  margin: 0 auto 28px;
  border-top: 1px solid #E4E9EE;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(13,24,41,.04), 0 8px 24px -14px rgba(13,24,41,.12);
  overflow: hidden;
}
.wc-indacc-row {
  border-bottom: 1px solid #E4E9EE;
  transition: background 180ms ease-out;
}
.wc-indacc-row:last-child { border-bottom: 0; }
.wc-indacc-row:hover { background: #FAFBFC; }
.wc-indacc-row[open] { background: #F4F6F8; }

.wc-indacc-row summary {
  display: grid;
  grid-template-columns: 40px 1fr auto 24px;
  gap: 14px;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  list-style: none;
  -webkit-user-select: none;
  user-select: none;
  min-height: 56px;
}
.wc-indacc-row summary::-webkit-details-marker { display: none; }
.wc-indacc-row summary::marker { display: none; }

/* Visible focus ring for keyboard users — a11y fix from audit */
.wc-indacc-row summary:focus-visible {
  outline: 2px solid var(--brand-accent, #2747E8);
  outline-offset: -2px;
  background: #F4F6F8;
}

.wc-indacc-num {
  font-family: var(--font-a, Georgia, serif);
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  color: #C8D1DC;
  letter-spacing: -0.02em;
}
.wc-indacc-name {
  font-family: var(--font-b, system-ui, sans-serif);
  font-weight: 600;
  font-size: 16px;
  color: #0D1829;
  letter-spacing: -0.005em;
  line-height: 1.3;
}
.wc-indacc-rate {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 13px;
  font-weight: 500;
  color: #2B3A4F;
  letter-spacing: 0.01em;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.wc-indacc-mark {
  font-family: var(--font-b, system-ui, sans-serif);
  font-size: 20px;
  font-weight: 300;
  color: #8A97A8;
  text-align: center;
  line-height: 1;
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1), color 180ms ease-out;
}
.wc-indacc-row[open] .wc-indacc-mark {
  transform: rotate(45deg);
  color: var(--brand-primary, #D52B1E);
}

.wc-indacc-body {
  padding: 4px 20px 20px 74px;
  animation: wc-indacc-slide 220ms cubic-bezier(0.22, 1, 0.36, 1);
}
@keyframes wc-indacc-slide {
  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: translateY(0); }
}
.wc-indacc-prose {
  font-family: var(--font-b, system-ui, sans-serif);
  font-size: 15px;
  line-height: 1.55;
  color: #2B3A4F;
  margin: 0 0 14px;
}
.wc-indacc-data {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 6px 16px;
  margin: 0;
  padding-top: 12px;
  border-top: 1px solid #EEF1F5;
}
.wc-indacc-data dt {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10.5px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #707F93;
  padding-top: 2px;
}
.wc-indacc-data dd {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 13px;
  color: #0D1829;
  font-weight: 500;
  letter-spacing: 0.01em;
  margin: 0;
  font-variant-numeric: tabular-nums;
  line-height: 1.45;
}

@media (max-width: 640px) {
  /* v2 (2026-04-16): compressed so heading + 6 rows fit on a 390x844 phone */
  .wc-indacc-list {
    margin: 12px auto 20px;
  }
  .wc-indacc-row summary {
    padding: 11px 14px;
    grid-template-columns: 28px 1fr auto 18px;
    gap: 10px;
    min-height: 48px;
  }
  .wc-indacc-num { font-size: 17px; line-height: 1; }
  .wc-indacc-name { font-size: 14.5px; line-height: 1.25; }
  .wc-indacc-rate { font-size: 11.5px; }
  .wc-indacc-mark { font-size: 18px; }
  .wc-indacc-body { padding: 4px 14px 16px 52px; }
  .wc-indacc-data { grid-template-columns: 1fr; gap: 2px; }
  .wc-indacc-data dt { padding-top: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  .wc-indacc-body { animation: none; }
  .wc-indacc-mark { transition: color 180ms ease-out; }
  .wc-indacc-row[open] .wc-indacc-mark { transform: none; }
}

/* Dark section footnote helper */
.wc-ind-footnote {
  color: #5B6B7E;
  font-size: 14.5px;
  margin-top: 24px;
  text-align: center;
}
.wc-ind-footnote a {
  color: var(--brand-accent, #2747E8);
  text-decoration: none;
  font-weight: 500;
}
.wc-ind-footnote a:hover { text-decoration: underline; }

/* ── 5. NUMBERED TIMELINE (.wc-steps) ──────────────────────────────── */
.wc-steps {
  list-style: none;
  counter-reset: wcs;
  max-width: 720px;
  margin: 32px auto 40px;
  padding: 0;
  position: relative;
  text-align: left;
}
.wc-steps::before {
  content: "";
  position: absolute;
  left: 19px;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: linear-gradient(180deg, transparent 0%, #E4E9EE 15%, #E4E9EE 85%, transparent 100%);
}
.wc-step {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 16px;
  padding: 14px 0;
  position: relative;
  align-items: start;
}
.wc-step:not(:last-child) { border-bottom: 1px solid #EEF1F5; }
.wc-step-num {
  font-family: var(--font-a, Georgia, serif);
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: var(--brand-accent, #2747E8);
  letter-spacing: -0.02em;
  background: #fff;
  padding: 8px 0 8px 4px;
  z-index: 1;
  width: 40px;
  text-align: left;
  font-variant-numeric: tabular-nums;
}
.wc-step-body { min-width: 0; padding-top: 2px; }
.wc-step-title {
  font-family: var(--font-b, system-ui, sans-serif);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  color: #0D1829;
  margin: 0 0 4px;
  letter-spacing: -0.005em;
}
.wc-step-desc {
  font-family: var(--font-b, system-ui, sans-serif);
  font-size: 14px;
  line-height: 1.5;
  color: #2B3A4F;
  margin: 0;
}
@media (max-width: 640px) {
  .wc-steps { margin: 24px auto 32px; }
  .wc-step { grid-template-columns: 32px 1fr; gap: 12px; padding: 12px 0; }
  .wc-steps::before { left: 15px; }
  .wc-step-num { font-size: 18px; width: 32px; padding: 6px 0 6px 2px; }
  .wc-step-title { font-size: 15px; }
  .wc-step-desc { font-size: 13.5px; }
}

/* ── 6. COMPACT CROSS-LIST (.wc-cross-list) ──────────────────────── */
.wc-cross-list {
  list-style: none;
  padding: 0;
  margin: 24px auto 0;
  max-width: 720px;
  border-top: 1px solid #E4E9EE;
  background: #fff;
}
.wc-cross-list li { border-bottom: 1px solid #E4E9EE; }
.wc-cross-row {
  display: grid;
  grid-template-columns: 180px 1fr 24px;
  gap: 20px;
  align-items: center;
  padding: 18px 20px;
  text-decoration: none;
  color: inherit;
  min-height: 64px;
  transition: background 180ms ease-out;
}
.wc-cross-row:hover { background: #FAFBFC; }
.wc-cross-row:focus-visible {
  outline: 2px solid var(--brand-accent, #2747E8);
  outline-offset: -2px;
  background: #F4F6F8;
}
.wc-cross-name {
  font-family: var(--font-b, system-ui, sans-serif);
  font-weight: 600;
  font-size: 16px;
  color: #0D1829;
  letter-spacing: -0.005em;
}
.wc-cross-desc {
  font-size: 14px;
  line-height: 1.45;
  color: #5B6B7E;
}
.wc-cross-arrow {
  color: #8A97A8;
  font-size: 18px;
  text-align: center;
  transition: color 180ms ease-out, transform 180ms ease-out;
}
.wc-cross-row:hover .wc-cross-arrow {
  color: var(--brand-accent, #2747E8);
  transform: translateX(3px);
}
@media (max-width: 640px) {
  .wc-cross-row {
    grid-template-columns: 1fr 20px;
    gap: 10px;
    padding: 16px 14px;
  }
  .wc-cross-name { grid-column: 1; font-size: 15px; margin-bottom: 2px; }
  .wc-cross-desc { grid-column: 1; font-size: 13.5px; }
  .wc-cross-arrow { grid-column: 2; grid-row: 1 / span 2; align-self: center; }
}

/* ── 7. STATS STRIP (kill left-accent-bar pattern) ───────────────
   User feedback: left-accent bars on wc-outcome match the golden-v2
   pattern that's been retired. Strip them, tighten layout. */
.wc-outcome::before,
.wc-outcome::after {
  display: none !important;
  content: none !important;
  background: none !important;
  width: 0 !important;
}
.wc-outcome {
  text-align: center !important;
  padding: 20px 16px !important;
  background: #fff !important;
  border: 1px solid #E4E9EE !important;
  border-radius: 10px !important;
  box-shadow: 0 1px 2px rgba(13,24,41,.04) !important;
  transform: none !important;
  transition: background 180ms ease-out !important;
}
.wc-outcome:hover {
  background: #FAFBFC !important;
  transform: none !important;
  box-shadow: 0 1px 2px rgba(13,24,41,.04) !important;
}
@media (max-width: 640px) {
  .wc-outcome-stats {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    margin-bottom: 32px !important;
  }
  .wc-outcome {
    padding: 16px 14px !important;
    display: grid !important;
    grid-template-columns: 110px 1fr !important;
    gap: 14px !important;
    text-align: left !important;
    align-items: center !important;
  }
  .wc-outcome-num {
    font-size: 1.75rem !important;
    margin-bottom: 0 !important;
    text-align: left !important;
    font-variant-numeric: tabular-nums !important;
  }
  .wc-outcome-label {
    text-align: left !important;
    font-size: 13.5px !important;
    line-height: 1.4 !important;
  }
}

/* ═══════════════════════════════════════════════════════════════════════════
   8. LIQUID GLASS CALCULATOR (iOS 26 material, dynamic tint)
   Used by the workers-comp rate calculator. Translucent glass surface
   over a brand-mesh backdrop, with severity-based dynamic tint.
   Shipped 2026-04-16 per /office-hours Approach C: product-surface pivot.
   ═══════════════════════════════════════════════════════════════════════════ */

.wc-calc-section {
  position: relative;
  padding: 48px 20px 56px;
  /* VSHR brand backdrop: navy → navy-2 with brand-cyan + orange glow */
  background:
    radial-gradient(ellipse 900px 500px at 50% 0%, rgba(2, 166, 220, 0.12), transparent 70%),
    radial-gradient(ellipse 600px 400px at 85% 30%, rgba(194, 65, 12, 0.08), transparent 60%),
    linear-gradient(180deg, var(--navy, #07192E) 0%, var(--navy-2, #0D2B45) 100%);
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}
.wc-calc-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
  z-index: 0;
}

.wc-calc-inner {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}

.wc-calc-eyebrow {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--orange-bright, #F97316);
  margin: 0 0 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.wc-calc-eyebrow::before {
  content: "";
  width: 20px;
  height: 1px;
  background: #F97316;
}

.wc-calc-h1 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  font-size: clamp(28px, 7vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.025em;
  margin: 0 0 16px;
  color: #fff;
  font-optical-sizing: auto;
}
.wc-calc-h1 em {
  font-style: italic;
  font-weight: 400;
  color: var(--orange-bright, #F97316);
}

.wc-calc-sub {
  font-size: 15.5px;
  line-height: 1.55;
  color: rgba(255,255,255,0.72);
  margin: 0 auto 32px;
  max-width: 500px;
}

/* ── Liquid Glass panel ─────────────────────────────────────────── */

.lq-glass-panel {
  background:
    linear-gradient(145deg, rgba(255,255,255,0.92) 0%, rgba(247,251,255,0.82) 55%, rgba(255,253,252,0.86) 100%);
  backdrop-filter: blur(32px) saturate(1.6);
  -webkit-backdrop-filter: blur(32px) saturate(1.6);
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 20px;
  box-shadow:
    0 1px 2px rgba(13,24,41,0.04),
    0 24px 64px -24px rgba(13,24,41,0.28),
    inset 0 1px 0 rgba(255,255,255,0.8);
  padding: 28px 22px 24px;
  text-align: left;
  position: relative;
  overflow: hidden;
  transition: box-shadow 320ms cubic-bezier(0.22, 1, 0.36, 1);
}
/* Dynamic tint — shifts with severity */
.lq-glass-panel[data-sev="low"] {
  /* VSHR cyan tint — replaces the olive-green that was reading poorly */
  background:
    linear-gradient(145deg, rgba(235,248,253,0.92) 0%, rgba(228,244,252,0.82) 55%, rgba(240,250,254,0.86) 100%);
}
.lq-glass-panel[data-sev="med"] {
  background:
    linear-gradient(145deg, rgba(254,249,237,0.92) 0%, rgba(254,245,231,0.82) 55%, rgba(255,251,243,0.86) 100%);
}
.lq-glass-panel[data-sev="high"] {
  background:
    linear-gradient(145deg, rgba(254,241,240,0.92) 0%, rgba(253,237,236,0.82) 55%, rgba(255,246,246,0.86) 100%);
}

.lq-inputs {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.lq-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
}
.lq-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.lq-label {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #5B6B7E;
}
.lq-label-hint {
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  color: #8B95A3;
  margin-left: 6px;
}
.lq-input,
.lq-select {
  width: 100%;
  padding: 13px 14px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  color: #0D1829;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(13,24,41,0.1);
  border-radius: 10px;
  transition: border-color 180ms ease-out, background 180ms ease-out, box-shadow 180ms ease-out;
  -webkit-appearance: none;
  appearance: none;
  font-variant-numeric: tabular-nums;
}
.lq-select {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%235B6B7E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px;
}
.lq-input:focus,
.lq-select:focus {
  outline: none;
  border-color: var(--blue, #1479A3);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(20, 121, 163, 0.18);
}
.lq-input::placeholder { color: #8A97A8; }

.lq-divider {
  height: 1px;
  background: rgba(13,24,41,0.08);
  margin: 20px 0;
}

.lq-result {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.lq-result-label {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #5B6B7E;
  margin: 0;
}
.lq-range-bar {
  display: grid;
  grid-template-columns: 56px 1fr 56px;
  gap: 10px;
  align-items: center;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 14px;
  font-weight: 500;
  color: #0D1829;
  font-variant-numeric: tabular-nums;
}
.lq-range-low { text-align: right; color: #5B6B7E; }
.lq-range-high { text-align: left; color: #0D1829; }
.lq-range-track {
  height: 8px;
  background: rgba(13,24,41,0.06);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.lq-range-fill {
  position: absolute;
  top: 0;
  bottom: 0;
  background: linear-gradient(90deg, var(--blue, #1479A3), var(--blue-bright, #29ABE2));
  border-radius: 4px;
  transition: left 320ms cubic-bezier(0.22, 1, 0.36, 1), width 320ms cubic-bezier(0.22, 1, 0.36, 1);
}
.lq-glass-panel[data-sev="low"] .lq-range-fill {
  background: linear-gradient(90deg, var(--brand-cyan, #02A6DC), var(--blue-bright, #29ABE2));
}
.lq-glass-panel[data-sev="med"] .lq-range-fill {
  background: linear-gradient(90deg, #D99127, #F2A742);
}
.lq-glass-panel[data-sev="high"] .lq-range-fill {
  background: linear-gradient(90deg, #D52B1E, #F04A3C);
}
.lq-unit {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  color: #707F93;
  margin: 0;
  text-align: center;
}

.lq-estimate {
  margin-top: 6px;
}
.lq-estimate-value {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.1;
  color: #0D1829;
  letter-spacing: -0.02em;
  margin: 2px 0 0;
  font-variant-numeric: tabular-nums;
  font-optical-sizing: auto;
}
.lq-estimate-value .dim { color: #8A97A8; font-weight: 400; }
.lq-estimate-value .pending { color: #8A97A8; font-weight: 400; font-style: italic; font-size: 18px; }

.lq-ctas {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 22px;
}
/* VSHR brand-shimmer CTAs — shine sweep on hover, brand gradient fill */
.lq-cta-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  min-height: 52px;
  background: linear-gradient(135deg, var(--orange, #F97316) 0%, var(--orange-deep, #EA580C) 100%);
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  font-family: inherit;
  font-weight: 600;
  font-size: 15.5px;
  letter-spacing: -0.005em;
  transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 180ms ease-out, filter 180ms ease-out;
  box-shadow: 0 4px 14px rgba(194,65,12,0.32), inset 0 1px 0 rgba(255,255,255,0.22);
  border: 0;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.lq-cta-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 70%;
  height: 100%;
  background: linear-gradient(100deg, transparent 0%, rgba(255,255,255,0.32) 50%, transparent 100%);
  transition: left 700ms cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
  z-index: 1;
}
.lq-cta-primary > * { position: relative; z-index: 2; }
.lq-cta-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(194,65,12,0.42), inset 0 1px 0 rgba(255,255,255,0.22);
  filter: brightness(1.04);
}
.lq-cta-primary:hover::before { left: 150%; }
.lq-cta-primary:focus-visible {
  outline: 2px solid var(--blue, #1479A3);
  outline-offset: 2px;
}
.lq-cta-primary[aria-disabled="true"] {
  background: #B4BEC9;
  box-shadow: none;
  cursor: not-allowed;
  pointer-events: none;
  filter: none;
}

/* Talk-to-a-Specialist — filled VSHR blue gradient so it stands out next to orange primary */
.lq-cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  min-height: 52px;
  background: linear-gradient(135deg, var(--blue, #1479A3) 0%, var(--blue-bright, #29ABE2) 100%);
  color: #fff !important;
  border: 0;
  border-radius: 10px;
  text-decoration: none;
  font-family: inherit;
  font-weight: 600;
  font-size: 15.5px;
  letter-spacing: -0.005em;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  box-shadow: 0 4px 14px rgba(20,121,163,0.32), inset 0 1px 0 rgba(255,255,255,0.22);
  transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 180ms ease-out, filter 180ms ease-out;
}
.lq-cta-secondary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 70%;
  height: 100%;
  background: linear-gradient(100deg, transparent 0%, rgba(255,255,255,0.32) 50%, transparent 100%);
  transition: left 700ms cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
  z-index: 1;
}
.lq-cta-secondary > * { position: relative; z-index: 2; }
.lq-cta-secondary:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(20,121,163,0.42), inset 0 1px 0 rgba(255,255,255,0.22);
  filter: brightness(1.04);
}
.lq-cta-secondary:hover::before { left: 150%; }
.lq-cta-secondary:focus-visible {
  outline: 2px solid var(--orange, #F97316);
  outline-offset: 2px;
}

/* Icon sizing inside CTAs */
.lq-cta-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lq-disclaimer {
  font-size: 11.5px;
  line-height: 1.5;
  color: #707F93;
  margin: 14px 0 0;
  text-align: center;
}

.lq-empty {
  padding: 24px 16px;
  text-align: center;
  color: #5B6B7E;
  font-size: 14.5px;
  line-height: 1.5;
}

@media (max-width: 640px) {
  .lq-row-2 { grid-template-columns: 1fr; gap: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .lq-glass-panel,
  .lq-range-fill,
  .lq-cta-primary {
    transition: none;
  }
}

/* Fallback for browsers without backdrop-filter */
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .lq-glass-panel {
    background: #fff;
  }
}

/* ── 9. CALCULATOR COMBOBOX (class code keyword search) ─────────── */
.lq-combobox { position: relative; }
.lq-combo-wrap { position: relative; }
.lq-combo-input {
  padding-right: 42px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%235B6B7E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='8'/><line x1='21' y1='21' x2='16.65' y2='16.65'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
}
.lq-combo-list {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  max-height: 280px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid rgba(13,24,41,0.12);
  border-radius: 12px;
  box-shadow: 0 4px 16px -4px rgba(13,24,41,0.12), 0 16px 32px -16px rgba(13,24,41,0.22);
  z-index: 20;
  list-style: none;
  margin: 0;
  padding: 4px;
}
.lq-combo-item {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  cursor: pointer;
  border-radius: 8px;
  transition: background 120ms ease-out;
}
.lq-combo-item:hover,
.lq-combo-item.is-highlighted {
  background: rgba(39,71,232,0.06);
}
.lq-combo-code {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 12px;
  font-weight: 600;
  color: #2747E8;
  padding: 2px 6px;
  background: rgba(39,71,232,0.08);
  border-radius: 4px;
  text-align: center;
  letter-spacing: 0.02em;
}
.lq-combo-label {
  font-size: 14px;
  line-height: 1.3;
  color: #0D1829;
  font-weight: 500;
  min-width: 0;
}
.lq-combo-industry {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #707F93;
  white-space: nowrap;
}
.lq-combo-empty {
  padding: 16px 14px;
  font-size: 13.5px;
  line-height: 1.5;
  color: #2B3A4F;
  text-align: center;
}
.lq-combo-empty p { margin: 0 0 10px; }
.lq-combo-empty button {
  background: transparent;
  border: 1px solid #2747E8;
  color: #2747E8;
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 180ms ease-out, color 180ms ease-out;
}
.lq-combo-empty button:hover { background: #2747E8; color: #fff; }

/* ── 10. MULTI-CLASS ENTRIES ─────────────────────────────────── */
.lq-entry { padding: 14px 0; border-top: 1px dashed rgba(13,24,41,0.08); position: relative; }
.lq-entry:first-child { padding-top: 0; border-top: 0; }
.lq-entry-remove {
  background: transparent;
  border: 0;
  color: #D52B1E;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  cursor: pointer;
  padding: 4px 0;
  margin-top: 8px;
  font-weight: 500;
}
.lq-entry-remove:hover { text-decoration: underline; }
.lq-add-entry {
  margin-top: 12px;
  padding: 10px 16px;
  background: transparent;
  border: 1px dashed rgba(39,71,232,0.4);
  color: #2747E8;
  font-family: inherit;
  font-size: 13.5px;
  font-weight: 500;
  border-radius: 10px;
  cursor: pointer;
  width: 100%;
  transition: background 180ms ease-out, border-color 180ms ease-out;
}
.lq-add-entry:hover {
  background: rgba(39,71,232,0.04);
  border-color: var(--blue, #1479A3);
  border-style: solid;
}

/* ── 11. DRAG-DROP UPLOAD ZONE ────────────────────────────────── */
.lq-dropzone {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 120px;
  padding: 22px 18px;
  background: rgba(20, 121, 163, 0.03);
  border: 2px dashed rgba(20, 121, 163, 0.32);
  border-radius: 12px;
  cursor: pointer;
  position: relative;
  transition: background 180ms ease-out, border-color 180ms ease-out, transform 180ms ease-out;
  text-align: center;
}
.lq-dropzone:hover {
  background: rgba(20, 121, 163, 0.06);
  border-color: var(--blue, #1479A3);
}
.lq-dropzone.is-dragging {
  background: rgba(20, 121, 163, 0.12);
  border-color: var(--blue-bright, #29ABE2);
  border-style: solid;
  transform: scale(1.01);
}
.lq-dropzone-input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}
.lq-dropzone-icon {
  width: 36px;
  height: 36px;
  color: var(--blue, #1479A3);
  flex-shrink: 0;
}
.lq-dropzone-title {
  font-family: var(--font-b, system-ui, sans-serif);
  font-weight: 600;
  font-size: 15px;
  color: #0D1829;
  margin: 0;
}
.lq-dropzone-hint {
  font-family: var(--font-b, system-ui, sans-serif);
  font-size: 12.5px;
  color: #5B6B7E;
  margin: 0;
  font-style: normal;
}
.lq-dropzone-file {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  background: rgba(20, 121, 163, 0.06);
  border: 1px solid var(--blue, #1479A3);
  border-radius: 12px;
  text-align: left;
  position: relative;
}
.lq-dropzone-file-icon {
  width: 28px;
  height: 28px;
  color: var(--blue, #1479A3);
  flex-shrink: 0;
}
.lq-dropzone-file-info { flex: 1; min-width: 0; }
.lq-dropzone-file-name {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 13px;
  font-weight: 500;
  color: #0D1829;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lq-dropzone-file-meta {
  font-size: 11.5px;
  color: #5B6B7E;
  margin: 2px 0 0;
}
.lq-dropzone-file-remove {
  background: transparent;
  border: 0;
  color: #D52B1E;
  font-family: var(--font-b, system-ui, sans-serif);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  padding: 6px 8px;
  border-radius: 6px;
  flex-shrink: 0;
}
.lq-dropzone-file-remove:hover { background: rgba(213,43,30,0.08); }

/* ═══════════════════════════════════════════════════════════════════════════
   MOBILE NAV REFINEMENT (2026-05-05)
   Drawer rebuild: removes the cluttered top login strip + advisor card,
   restructures content into 6 disciplined accordion sections (Services,
   Industries, Pricing, About, Resources, Client Login), and adds a compact
   3-CTA stack + trust block at the bottom. Scroll lock now uses `body.menu-open`
   (class) instead of an inline style so other modals can layer cleanly.
   Existing .mob-* token CSS in site.css is preserved — only additions here.
   ═══════════════════════════════════════════════════════════════════════════ */

/* Scroll lock — robust class-based replacement for the inline overflow toggle.
   touch-action: none stops iOS rubber-band scroll bleed behind the drawer. */
body.menu-open {
  overflow: hidden !important;
  touch-action: none;
}

/* CRITICAL: site.css has a sitewide `@media (max-width:768px)` rule with the
   selector `[class*="-sec"]:not(...)` that applies `padding: 48px !important`
   to "section-shaped" classes (e.g. .hero-sec, .svc-sec, .ind-sec). The
   substring match accidentally matches `.mob-section-head`, `.mob-section-body`,
   and `.mob-section-direct` because all three contain `-sec`. That blew the
   mobile drawer accordion heads to 120px tall and left a 96px ghost gap below
   each "closed" accordion. Restore the intended drawer paddings here. */
/* site.css has a sitewide `nav { align-items: center; }` rule (intended for the
   desktop top nav) that bleeds into our `<nav class="mob-nav">` and shrinks the
   accordion sections to their intrinsic width. Force stretch so each section
   spans the full drawer width with the head left-aligned. */
.mob-drawer .mob-nav {
  align-items: stretch !important;
}

.mob-drawer .mob-section,
.mob-drawer .mob-section-head,
.mob-drawer .mob-section-direct,
.mob-drawer .mob-section-body {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
/* Also overrides home-page.css's `button { padding: 12px 18px !important; }`
   that applies to every <button> sitewide on the home page. Without explicit
   left/right padding here, the drawer accordion heads inherit 18px/18px
   instead of the asymmetric 26/22 used elsewhere in the design. */
.mob-drawer .mob-section-head,
.mob-drawer .mob-section-direct {
  padding-top: 18px !important;
  padding-right: 22px !important;
  padding-bottom: 18px !important;
  padding-left: 26px !important;
  min-height: 60px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}
.mob-drawer .mob-section-body {
  overflow: hidden;
}
.mob-drawer .mob-section-body > div {
  min-height: 0;
}

/* Hamburger and close button — same home-page.css rule forces
   `padding: 12px 18px !important` on every <button>. The hamburger is a
   44x44 square (3 absolute-positioned bars) and the close button hosts a
   centered 20px SVG; both need their padding cleared so the icons stay
   centered and the boxes match the design tokens. */
#ham {
  padding: 0 !important;
}
.mob-drawer .mob-close {
  padding: 0 !important;
  min-width: 40px !important;
  min-height: 40px !important;
}

/* Drawer header: logo wrapped in anchor (clickable home), refined close button. */
.mob-drawer .mob-head-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
.mob-drawer .mob-head-logo img {
  height: 28px;
  width: auto;
  display: block;
}
.mob-drawer .mob-close svg {
  width: 20px;
  height: 20px;
  display: block;
}
.mob-drawer .mob-close:hover {
  background: var(--off, #F4F8FC);
  border-color: rgba(7,25,46,.18);
}
.mob-drawer .mob-close:focus-visible {
  outline: 2px solid var(--orange, #F97316);
  outline-offset: 2px;
}

/* Sublist — flat link list inside an open accordion. */
.mob-drawer .mob-sublist {
  list-style: none;
  margin: 0;
  padding: 4px 0 8px;
  display: flex;
  flex-direction: column;
}
.mob-drawer .mob-sublist li {
  margin: 0;
}
.mob-drawer .mob-sublink {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 8px 12px 14px;
  font-family: var(--font-b);
  font-size: 15px;
  font-weight: 500;
  color: var(--text, #0D1829);
  text-decoration: none;
  border-radius: 10px;
  min-height: 44px;
  transition: background .15s var(--ease, cubic-bezier(.22,1,.36,1)),
              color .15s var(--ease, cubic-bezier(.22,1,.36,1));
  -webkit-tap-highlight-color: transparent;
}
.mob-drawer .mob-sublink:hover,
.mob-drawer .mob-sublink:focus-visible {
  background: rgba(232,93,4,.06);
  color: var(--orange-deep, #9A330A);
}
.mob-drawer .mob-sublink:focus-visible {
  outline: 2px solid var(--orange, #F97316);
  outline-offset: 2px;
}
.mob-drawer .mob-sublink--ext {
  justify-content: space-between;
}
.mob-drawer .mob-ext-ico {
  font-size: 14px;
  color: var(--muted, #3D5266);
  font-weight: 400;
  flex-shrink: 0;
  opacity: .7;
}
.mob-drawer .mob-sublink--ext:hover .mob-ext-ico,
.mob-drawer .mob-sublink--ext:focus-visible .mob-ext-ico {
  color: var(--orange, #F97316);
  opacity: 1;
}

/* CTA stack — 3 vertical buttons + tap-to-call. */
.mob-drawer .mob-cta-stack {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* Tap-to-call: full-width row, navy on light background, leading phone icon. */
.mob-drawer .mob-cta-call {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 14px;
  min-height: 48px;
  font-family: var(--font-b);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -.005em;
  color: var(--navy, #07192E);
  background: var(--off, #F4F8FC);
  border: 1px solid var(--border, #E2ECF4);
  border-radius: 12px;
  text-decoration: none;
  white-space: nowrap;
  transition: background .18s var(--ease, cubic-bezier(.22,1,.36,1)),
              color .18s var(--ease, cubic-bezier(.22,1,.36,1)),
              border-color .18s var(--ease, cubic-bezier(.22,1,.36,1));
  -webkit-tap-highlight-color: transparent;
}
.mob-drawer .mob-cta-call > span { white-space: nowrap; }
.mob-drawer .mob-cta-call svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: var(--orange, #F97316);
}
.mob-drawer .mob-cta-call:hover,
.mob-drawer .mob-cta-call:focus-visible {
  background: #fff;
  border-color: rgba(7,25,46,.16);
  color: var(--orange-deep, #9A330A);
}
.mob-drawer .mob-cta-call:focus-visible {
  outline: 2px solid var(--orange, #F97316);
  outline-offset: 2px;
}

/* Trust block — restrained voice line. No phone duplicate (it's in the call CTA). */
.mob-drawer .mob-trust {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--off, #F4F8FC);
  text-align: center;
}
.mob-drawer .mob-trust__title {
  font-family: var(--font-h);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--navy, #07192E);
}
.mob-drawer .mob-trust__sub {
  margin-top: 4px;
  font-family: var(--font-b);
  font-size: 12px;
  font-weight: 400;
  color: var(--muted, #3D5266);
  letter-spacing: -.005em;
}

/* Footer: tighten padding on tiny screens so 3 CTAs + trust block don't crowd
   out the scrollable nav area on iPhone SE-class devices. */
@media (max-width: 374px) {
  .mob-drawer .mob-cta {
    min-height: 48px;
    padding: 12px 18px;
    font-size: 14px;
  }
  .mob-drawer .mob-cta-call {
    min-height: 44px;
    padding: 10px 12px;
    font-size: 13px;
    gap: 8px;
  }
  .mob-drawer .mob-cta-call svg { width: 14px; height: 14px; }
  .mob-drawer .mob-footer { padding: 12px 14px 16px; gap: 8px; }
  .mob-drawer .mob-trust { margin-top: 10px; padding-top: 10px; }
}

/* Drawer width: trim the desktop default (360px) on phones so it doesn't feel
   like a full-page takeover at 414px while still leaving 8px breathing room. */
@media (max-width: 480px) {
  .mob-drawer { width: min(340px, calc(100vw - 24px)); }
}

/* Sticky drawer header so logo + close stay visible while user scrolls the nav. */
.mob-drawer .mob-head {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #fff;
}

/* The body container scrolls; the footer is sticky to drawer bottom.
   This is the layout that lets the trust block always be reachable but never
   obscures the user's last-viewed accordion. */
.mob-drawer .mob-footer {
  position: sticky;
  bottom: 0;
  z-index: 2;
}

/* When the drawer animates open, the previously-staggered nth-child animations
   in site.css target sections that no longer exist (mob-login-strip,
   mob-advisor-card). Stagger the surviving children evenly. */
.mob-drawer.open .mob-head        { animation-delay: .02s; }
.mob-drawer.open .mob-nav .mob-section:nth-of-type(1) { animation-delay: .08s; }
.mob-drawer.open .mob-nav .mob-section:nth-of-type(2) { animation-delay: .12s; }
.mob-drawer.open .mob-nav .mob-section:nth-of-type(3) { animation-delay: .16s; }
.mob-drawer.open .mob-nav .mob-section:nth-of-type(4) { animation-delay: .20s; }
.mob-drawer.open .mob-nav .mob-section:nth-of-type(5) { animation-delay: .24s; }
.mob-drawer.open .mob-nav .mob-section:nth-of-type(6) { animation-delay: .28s; }
.mob-drawer.open .mob-footer      { animation-delay: .32s; }

/* ═══════════════════════════════════════════════════════════════════════════
   PARTNER LOGO BAR + CARRIER TEXT BAR (2026-05-13)
   Used on /home/ and /pricing/.
   Partials:
     - resources/views/partials/home-partner-logos.blade.php
     - resources/views/partials/home-carriers-text-bar.blade.php
   ═══════════════════════════════════════════════════════════════════════════ */

/* ── Partner logo bar ───────────────────────────────────────────────────── */
.vshr-partner-bar{
  background:#FFFFFF;
  border-top:1px solid rgba(13,24,41,.06);
  border-bottom:1px solid rgba(13,24,41,.06);
  padding:32px 0;
}
.vshr-partner-bar--dark{
  background:linear-gradient(180deg,#07192E 0%,#0F2543 100%);
  border-top-color:rgba(255,255,255,.04);
  border-bottom-color:rgba(13,24,41,.10);
}
.vshr-partner-bar__inner{
  max-width:1200px;
  margin:0 auto;
  padding:0 24px;
}
.vshr-partner-bar__label{
  font-family:var(--font-b,'Inter',system-ui,sans-serif);
  font-size:11px;
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--muted,#5B6B7E);
  text-align:center;
  margin:0 0 20px;
}
.vshr-partner-bar--dark .vshr-partner-bar__label{
  color:rgba(255,255,255,.55);
}
.vshr-partner-bar__row{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:28px 40px;
}
.vshr-partner-bar__item{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:32px;
  opacity:.78;
  filter:saturate(.9);
  transition:opacity .18s ease, filter .18s ease, transform .18s ease;
}
.vshr-partner-bar__item:hover{
  opacity:1;
  filter:saturate(1);
  transform:translateY(-1px);
}
.vshr-partner-bar__item img,
.vshr-partner-bar__item svg{
  max-height:28px;
  width:auto;
  display:block;
}
.vshr-partner-bar--dark .vshr-partner-bar__item{
  /* On navy, give raster logos a soft white halo so multicolor marks
     (SUNZ, NAPEO, ZayZoon) stay legible without losing their identity. */
  opacity:.92;
}
.vshr-partner-bar--dark .vshr-partner-bar__item img{
  background:rgba(255,255,255,.92);
  border-radius:4px;
  padding:3px 8px;
  box-sizing:content-box;
}
.vshr-partner-bar--dark .vshr-partner-bar__item:hover{
  opacity:1;
}
.vshr-partner-bar--dark .vshr-partner-bar__item:hover img{
  background:#FFFFFF;
}
.vshr-partner-bar--dark .vshr-partner-bar__item svg text,
.vshr-partner-bar--dark .vshr-partner-bar__item svg tspan{
  fill:rgba(255,255,255,.88) !important;
}
.vshr-partner-bar--dark .vshr-partner-bar__item:hover svg text,
.vshr-partner-bar--dark .vshr-partner-bar__item:hover svg tspan{
  fill:#FFFFFF !important;
}

@media (max-width: 640px){
  .vshr-partner-bar{ padding:24px 0; }
  .vshr-partner-bar__row{ gap:20px 28px; }
  .vshr-partner-bar__item img,
  .vshr-partner-bar__item svg{ max-height:22px; }
  .vshr-partner-bar__label{ font-size:10px; margin-bottom:14px; }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   2026-05-14 QA — Kill the marquee on mobile. The 12-logo horizontal
   scroller renders cleanly on Chromium-emulated mobile during static
   capture, but the user reports visible overlap on real iOS — likely
   a transform/animation race on the duplicate row. On a 390px viewport
   a marquee is also poor UX (logos blur past too fast to read).

   Replacement: static 2-row centered grid of the FIRST 6 hero partners
   (SUNZ, NAPEO, SHRM, ZayZoon, Worklio, QuickBooks). Defeats the marquee
   entirely on mobile by overriding the track + row + animation.
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (max-width: 540px) {
  /* Disable the marquee animation + scroll viewport */
  .vshr-partner-bar--marquee .vshr-partner-bar__viewport {
    overflow: hidden !important;
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
  .vshr-partner-bar--marquee .vshr-partner-bar__track {
    animation: none !important;
    transform: none !important;
    width: 100% !important;
    flex-direction: column !important;
    gap: 0 !important;
  }
  /* Hide the duplicate row entirely — only first copy is needed on mobile */
  .vshr-partner-bar--marquee .vshr-partner-bar__row[aria-hidden="true"] {
    display: none !important;
  }
  /* Convert the visible row to a wrapping centered flex grid */
  .vshr-partner-bar--marquee .vshr-partner-bar__row {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 14px 22px !important;
    padding: 0 14px !important;
    width: 100% !important;
  }
  /* Each item gets a stable minimum width so logos can't compress to nothing */
  .vshr-partner-bar--marquee .vshr-partner-bar__item {
    flex: 0 0 auto !important;
    min-width: 0 !important;
    min-height: 28px !important;
  }
  .vshr-partner-bar--marquee .vshr-partner-bar__item img,
  .vshr-partner-bar--marquee .vshr-partner-bar__item svg {
    max-height: 22px !important;
    width: auto !important;
    height: auto !important;
    max-width: 92px !important;
    display: block !important;
  }
  /* Show only the first 6 partners on mobile (SUNZ NAPEO SHRM ZayZoon Worklio QuickBooks
     — covering the hero-tier accreditors + EWA + HRIS + accounting). 7th onwards hidden. */
  .vshr-partner-bar--marquee .vshr-partner-bar__row > .vshr-partner-bar__item:nth-child(n+7) {
    display: none !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .vshr-partner-bar--marquee .vshr-partner-bar__track,
  .vshr-carrier-bar--marquee .vshr-carrier-bar__track {
    animation: none !important;
    transform: none !important;
  }
}

/* ── Carrier text proof bar ────────────────────────────────────────────── */
.vshr-carrier-bar{
  background:#F6F8FB;
  border-bottom:1px solid rgba(13,24,41,.06);
  padding:24px 0;
}
.vshr-carrier-bar--dark{
  background:#0A1E37;
  border-bottom-color:rgba(255,255,255,.06);
}
.vshr-carrier-bar__inner{
  max-width:1200px;
  margin:0 auto;
  padding:0 24px;
  text-align:center;
}
.vshr-carrier-bar__label{
  font-family:var(--font-b,'Inter',system-ui,sans-serif);
  font-size:11px;
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--muted,#5B6B7E);
  margin:0 0 14px;
}
.vshr-carrier-bar--dark .vshr-carrier-bar__label{
  color:rgba(255,255,255,.55);
}
.vshr-carrier-bar__list{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  gap:8px 14px;
  font-family:var(--font-b,'Inter',system-ui,sans-serif);
}
.vshr-carrier-bar__item{
  font-size:13px;
  font-weight:600;
  color:#3D5266;
  letter-spacing:-.005em;
  transition:color .18s ease;
}
.vshr-carrier-bar--dark .vshr-carrier-bar__item{
  color:rgba(255,255,255,.78);
}
.vshr-carrier-bar__item:hover{
  color:var(--blue-deep,#0F4C81);
}
.vshr-carrier-bar--dark .vshr-carrier-bar__item:hover{
  color:#FFFFFF;
}
.vshr-carrier-bar__dot{
  color:rgba(13,24,41,.25);
  font-size:13px;
  user-select:none;
}
.vshr-carrier-bar--dark .vshr-carrier-bar__dot{
  color:rgba(255,255,255,.22);
}

@media (max-width: 640px){
  .vshr-carrier-bar{ padding:18px 0; }
  .vshr-carrier-bar__item{ font-size:12px; }
  .vshr-carrier-bar__list{ gap:6px 10px; }
  .vshr-carrier-bar__label{ font-size:10px; margin-bottom:10px; }
}

/* ═══════════════════════════════════════════════════════════════════════════
   PROOF BARS — USER-DRIVEN HORIZONTAL SCROLL (revised 2026-05-13 PM)

   Previous version auto-scrolled with a 48s/62s marquee animation. User
   reported physical dizziness. Replaced with native horizontal scroll —
   the user pans the row themselves (touchpad/trackpad swipe, click+drag
   on the scrollbar, arrow keys on focused row). No motion until the
   user initiates it. Edge mask still fades both ends for polish.

   COLORS — researched against industry best-practice partner walls
   (Stripe pricing, Linear, Vercel, Shopify Plus, Workday). Consensus on
   what reads as premium WITHOUT competing with brand-color rainbow
   sections elsewhere on the page:

     • WARM IVORY base (#FAF7F2) — softer than #FFFFFF, picks up the
       cream tones from the brand gradient, doesn't fight bright sections
       above or below.
     • Brand-color wordmarks preserved at 1.0 opacity (cream provides
       enough contrast for every brand color in the stack, including
       the dark blues that disappeared on navy).
     • Hairline separator top/bottom in warm-tan (rgba(13,24,41,.06))
       — quieter than a pure-gray line, hints at the brand warmth.
     • Carrier text in deep slate (#3D5266) with brand-gold middle dot
       separators (rgba(247,212,76,.65)) — warm rhythm down the line.

   The earlier dark/navy variant is preserved at the bottom (in case any
   page genuinely needs a dark proof strip later) but defaults are LIGHT.
   ═══════════════════════════════════════════════════════════════════════════ */

/* ── Partner logos: snail-pace autoscroll + user can also scroll ────
   Background switched to pure white per Ryan ("poop stain" feedback on
   the prior cream). Slowed to 160s/cycle — almost imperceptible motion,
   well below any dizziness threshold, but conveys "live network" feel
   the static strip lacked. Pauses on hover; respects prefers-reduced-motion. */
.vshr-partner-bar--marquee {
  padding: 18px 0 !important;
  background: #FFFFFF !important;
  border-top: 1px solid rgba(13,24,41,.06);
  border-bottom: 1px solid rgba(13,24,41,.06);
}
.vshr-partner-bar--marquee .vshr-partner-bar__viewport {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
  scroll-behavior: smooth;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
}
.vshr-partner-bar--marquee .vshr-partner-bar__viewport::-webkit-scrollbar { display: none; }
.vshr-partner-bar--marquee .vshr-partner-bar__track {
  display: flex;
  width: max-content;
  animation: vshr-proof-snail 160s linear infinite;
}
/* Show both copies of the row so the snail-pace loop has content to scroll
   through (otherwise it'd run out of content and snap awkwardly). */
.vshr-partner-bar--marquee .vshr-partner-bar__row[aria-hidden="true"] {
  display: flex !important;
}
.vshr-partner-bar--marquee:hover .vshr-partner-bar__track,
.vshr-partner-bar--marquee:focus-within .vshr-partner-bar__track {
  animation-play-state: paused;
}
.vshr-partner-bar--marquee .vshr-partner-bar__row {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0 52px;
  padding: 0 28px;
}
/* Second (aria-hidden) copy is no longer needed for visual loop, but kept
   in markup. Hide it so it doesn't double-render content the user can scroll
   into and find duplicates of. */
.vshr-partner-bar--marquee .vshr-partner-bar__row[aria-hidden="true"] {
  display: none;
}

/* Single shared snail-pace keyframe. The track contains two identical
   rows, so translating to -50% snaps onto the duplicate's identical
   first item — seamless infinite loop. */
@keyframes vshr-proof-snail {
  from { transform: translate3d(0, 0, 0); }
  to   { transform: translate3d(-50%, 0, 0); }
}

/* ── Carriers text bar: snail-pace, slightly different rhythm ─────── */
.vshr-carrier-bar--marquee {
  padding: 14px 0 !important;
  background: #FCFCFD !important;
  border-bottom: 1px solid rgba(13,24,41,.06);
}
.vshr-carrier-bar--marquee .vshr-carrier-bar__viewport {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  scroll-behavior: smooth;
  /* Wider edge fade (was 5%) so carrier names dissolve cleanly at the edges
     instead of reading as hard-clipped mid-word on tablet/narrow widths. */
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 11%, #000 89%, transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0%, #000 11%, #000 89%, transparent 100%);
}
.vshr-carrier-bar--marquee .vshr-carrier-bar__viewport::-webkit-scrollbar { display: none; }
.vshr-carrier-bar--marquee .vshr-carrier-bar__track {
  display: flex;
  width: max-content;
  /* Slightly different cadence (200s vs 160s) so the two bars don't sync */
  animation: vshr-proof-snail 200s linear infinite;
}
.vshr-carrier-bar--marquee .vshr-carrier-bar__list {
  display: flex !important;
  flex: 0 0 auto;
  flex-wrap: nowrap !important;
  align-items: center;
  gap: 0 14px !important;
  padding: 0 22px;
  margin: 0;
}
/* Show both copies of the list so the snail-pace loop has content */
.vshr-carrier-bar--marquee .vshr-carrier-bar__list[aria-hidden="true"] {
  display: flex !important;
}
.vshr-carrier-bar--marquee:hover .vshr-carrier-bar__track,
.vshr-carrier-bar--marquee:focus-within .vshr-carrier-bar__track {
  animation-play-state: paused;
}

/* ── LIGHT variant on the marquee scroller (the new default) ──────── */
.vshr-partner-bar--marquee.vshr-partner-bar--light .vshr-partner-bar__item {
  opacity: .92;
  transition: opacity .18s ease, transform .18s ease;
}
.vshr-partner-bar--marquee.vshr-partner-bar--light .vshr-partner-bar__item:hover {
  opacity: 1;
  transform: translateY(-1px);
}
/* Raster logos on cream: tiny inner shadow ring instead of a hard pill */
.vshr-partner-bar--marquee.vshr-partner-bar--light .vshr-partner-bar__item img {
  background: transparent !important;
  padding: 0 !important;
}

/* Hero-tier partners — SUNZ + NAPEO sit at hero size so they anchor
   the strip and pull buyer attention to the accreditors that matter most. */
.vshr-partner-bar--marquee .vshr-partner-bar__item--hero {
  opacity: 1;
}
.vshr-partner-bar--marquee .vshr-partner-bar__item--hero img {
  max-height: 48px !important;
}
@media (max-width: 640px) {
  .vshr-partner-bar--marquee .vshr-partner-bar__item--hero img { max-height: 36px !important; }
}

.vshr-carrier-bar--marquee.vshr-carrier-bar--light .vshr-carrier-bar__item {
  color: #3D5266; /* deep slate — reads against warm ivory */
  font-weight: 600;
  transition: color .18s ease;
}
.vshr-carrier-bar--marquee.vshr-carrier-bar--light .vshr-carrier-bar__item:hover {
  color: var(--navy, #07192E);
}
/* Brand-gold middle dot separators */
.vshr-carrier-bar--marquee.vshr-carrier-bar--light .vshr-carrier-bar__dot {
  color: rgba(247,212,76,.85);
  font-size: 14px;
  font-weight: 700;
}

/* ── Dark variant (legacy / opt-in) ───────────────────────────────── */
.vshr-partner-bar--marquee.vshr-partner-bar--dark .vshr-partner-bar__item {
  opacity: .80;
  transition: opacity .18s ease, transform .18s ease;
}
.vshr-partner-bar--marquee.vshr-partner-bar--dark .vshr-partner-bar__item:hover {
  opacity: 1;
  transform: translateY(-1px);
}
.vshr-partner-bar--marquee.vshr-partner-bar--dark .vshr-partner-bar__item img {
  background: transparent !important;
  padding: 0 !important;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.vshr-partner-bar--marquee.vshr-partner-bar--dark .vshr-partner-bar__item svg text,
.vshr-partner-bar--marquee.vshr-partner-bar--dark .vshr-partner-bar__item svg tspan {
  fill: #FFFFFF !important;
}
.vshr-carrier-bar--marquee.vshr-carrier-bar--dark .vshr-carrier-bar__item {
  color: #E8F0FB;
  opacity: .82;
  font-weight: 600;
  transition: opacity .18s ease, color .18s ease;
}
.vshr-carrier-bar--marquee.vshr-carrier-bar--dark .vshr-carrier-bar__item:hover {
  opacity: 1; color: #FFFFFF;
}
.vshr-carrier-bar--marquee.vshr-carrier-bar--dark .vshr-carrier-bar__dot {
  color: rgba(247,212,76,.55); font-size: 14px; font-weight: 700;
}

/* ── CRITICAL FIX 2026-05-14 ──────────────────────────────────────
   mobile-qa-v1 in home-page.css applies `img, svg { max-width:100% !important }`
   sitewide on mobile. Combined with flex items defaulting to `flex: 0 1 auto`
   (shrinkable) inside the marquee row at flex-wrap:nowrap, every logo gets
   crushed to its parent's column width (~4px). Result: invisible 4x2 logos
   on mobile.

   Fix: force flex items to not shrink, and let img/svg use intrinsic width
   constrained only by max-height. */
.vshr-partner-bar--marquee .vshr-partner-bar__item {
  flex: 0 0 auto !important;
  min-width: auto !important;
}
.vshr-partner-bar--marquee .vshr-partner-bar__item img,
.vshr-partner-bar--marquee .vshr-partner-bar__item svg {
  max-width: none !important;
  width: auto !important;
  height: auto !important;
  max-height: 28px !important;
}

/* ── Mobile tightening ────────────────────────────────────────────── */
@media (max-width: 640px) {
  .vshr-partner-bar--marquee { padding: 12px 0 !important; }
  .vshr-partner-bar--marquee .vshr-partner-bar__row { gap: 0 36px; padding: 0 18px; }
  .vshr-partner-bar--marquee .vshr-partner-bar__item img,
  .vshr-partner-bar--marquee .vshr-partner-bar__item svg { max-height: 22px !important; }
  .vshr-partner-bar--marquee .vshr-partner-bar__item--hero img { max-height: 32px !important; }

  .vshr-carrier-bar--marquee { padding: 10px 0 !important; }
  .vshr-carrier-bar--marquee .vshr-carrier-bar__list { gap: 0 10px !important; padding: 0 14px; }
  .vshr-carrier-bar--marquee.vshr-carrier-bar--light .vshr-carrier-bar__item,
  .vshr-carrier-bar--marquee.vshr-carrier-bar--dark .vshr-carrier-bar__item { font-size: 12px; }
}

/* Respect reduced-motion — pause both snail-pace marquees */
@media (prefers-reduced-motion: reduce) {
  .vshr-partner-bar--marquee .vshr-partner-bar__track,
  .vshr-carrier-bar--marquee .vshr-carrier-bar__track {
    animation: none !important;
  }
  .vshr-partner-bar--marquee .vshr-partner-bar__row[aria-hidden="true"],
  .vshr-carrier-bar--marquee .vshr-carrier-bar__list[aria-hidden="true"] {
    display: none !important;
  }
}

/* ═══════════════════════════════════════════════════════════════════════════
   SITEWIDE: KILL AUTO-SCROLL ON LEGACY .logo-marquee TRUST STRIPS
   (2026-05-13 PM)

   The old `.logo-marquee-track { animation: vshr-logo-marquee 40s linear infinite }`
   in site.css was auto-scrolling on every page that uses the
   `trust-marquee-sec` block (home, about, industries-hub, partners,
   services-hub). Ryan reported physical dizziness — this is an a11y
   issue, not a preference. Override sitewide: same user-driven scroll
   treatment as the new partner-logos / carriers-text-bar partials.
   ═══════════════════════════════════════════════════════════════════════════ */
.logo-marquee {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  scroll-behavior: smooth;
}
.logo-marquee::-webkit-scrollbar { display: none; }
.logo-marquee-track {
  animation: none !important;
  width: max-content;
}
.logo-marquee-row[aria-hidden="true"] {
  display: none !important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   2026-05-14 PM — partner-bar mobile fix (rev 3, user wants
   scrolling marquee restored with uniform tile sizing so all 13
   logos read at the same visual weight on one strip).

   Strategy: keep the marquee animation + dual-row infinite loop.
   Force every .vshr-partner-bar__item to a UNIFORM tile (~110×40)
   with the inner img/svg centered + object-fit constraints so a
   3334×3334 square (NAPEO) and a 200×50 wordmark (SVG fallbacks)
   both occupy the same slot.
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (max-width: 540px) {
  /* Make sure the marquee animation + mask + scrollable viewport stay on */
  .vshr-partner-bar--marquee .vshr-partner-bar__viewport {
    overflow: hidden !important;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%) !important;
            mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%) !important;
  }
  .vshr-partner-bar--marquee .vshr-partner-bar__track {
    /* Slow the marquee on mobile so logos are readable */
    animation-duration: 50s !important;
    flex-direction: row !important;
    width: max-content !important;
    gap: 0 !important;
  }
  /* RESTORE the aria-hidden duplicate row so the marquee can loop seamlessly */
  .vshr-partner-bar--marquee .vshr-partner-bar__row[aria-hidden="true"] {
    display: flex !important;
  }
  /* Both rows: tight horizontal nowrap, uniform gap */
  .vshr-partner-bar--marquee .vshr-partner-bar__row {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 0 !important;
    padding: 0 !important;
    width: auto !important;
  }
  /* UNIFORM TILE — every partner gets a 110×44 slot. Inner img/svg is centered
     and constrained so SUNZ (127×61), NAPEO (3334×3334), and the SVG wordmarks
     all read at the same visual weight. */
  .vshr-partner-bar--marquee .vshr-partner-bar__item {
    flex: 0 0 110px !important;
    width: 110px !important;
    height: 44px !important;
    min-height: 44px !important;
    min-width: 110px !important;
    margin: 0 !important;
    padding: 0 6px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: .95 !important;
    filter: none !important;
  }
  /* All images/SVGs: contained inside the 110×44 tile with object-fit so
     aspect ratio is preserved and the logo fills as much of the tile as it can
     without stretching. */
  .vshr-partner-bar--marquee .vshr-partner-bar__item img,
  .vshr-partner-bar--marquee .vshr-partner-bar__item svg {
    max-width: 100% !important;
    max-height: 32px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    display: block !important;
  }
  /* Hero-tier (SUNZ + NAPEO) — slightly larger headroom */
  .vshr-partner-bar--marquee .vshr-partner-bar__item--hero img {
    max-height: 36px !important;
  }
}

/* ═══════════════════════════════════════════════════════════════════════════
   FAMILY OF COMPANIES — curated credential row
   partials/family-of-companies.blade.php  ·  added 2026-05-31

   Distinct from .vshr-partner-bar (the scrolling integration marquee):
   a STATIC, composed 3-up of first-party affiliated brands (IIG / Axiom /
   ISHR). Uniform white chips normalise the two orbit-globe marks + the
   Axiom wordmark onto one surface. Light (home) + dark (footer) variants.
   ═══════════════════════════════════════════════════════════════════════════ */
.vshr-family {
  padding: clamp(48px, 7vw, 88px) 24px;
  background: #F4F8FC;                 /* surface-subtle — faint blue-tinted off-white so white chips pop */
}
.vshr-family--dark {
  background: #04101F;                 /* brand-primary-deep — footer ground */
  padding: clamp(40px, 6vw, 64px) 24px;
}
.vshr-family__inner { max-width: 1040px; margin: 0 auto; }

/* ── Head (full variant) ─────────────────────────────────────────────── */
.vshr-family__head {
  max-width: 640px;
  margin: 0 auto clamp(28px, 4vw, 44px);
  text-align: center;
}
.vshr-family__h2 {
  font-family: var(--font-heading, 'Poppins', system-ui, sans-serif);
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.12;
  color: #0D1829;
  margin: 0 0 14px;
  text-wrap: balance;
}
.vshr-family--dark .vshr-family__h2 { color: rgba(255, 255, 255, .94); }
.vshr-family__lede {
  font-family: var(--font-body, 'Inter', system-ui, sans-serif);
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.62;
  color: #3D5266;                      /* text-secondary — ~7.5:1 on the light ground */
  margin: 0 auto;
  max-width: 60ch;
}
.vshr-family--dark .vshr-family__lede { color: rgba(255, 255, 255, .72); }

/* ── Quiet label (compact / footer variant) ──────────────────────────── */
.vshr-family--compact { padding: clamp(32px, 4vw, 44px) 24px; }
.vshr-family--compact.vshr-family--dark { border-top: 1px solid rgba(255, 255, 255, .06); }
.vshr-family__label {
  font-family: var(--font-body, 'Inter', system-ui, sans-serif);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-align: center;
  color: #3D5266;
  margin: 0 0 24px;
}
.vshr-family--dark .vshr-family__label { color: rgba(255, 255, 255, .56); }

/* ── Grid: three equal members, centred, wraps gracefully ─────────────── */
.vshr-family__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(16px, 2.5vw, 28px);
}
.vshr-family__member {
  flex: 1 1 220px;
  max-width: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* ── Logo chip — uniform containment surface ──────────────────────────── */
.vshr-family__chip {
  width: 100%;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 26px;
  background: #FFFFFF;
  border: 1px solid rgba(13, 24, 41, .10);
  border-radius: 14px;                 /* --radius-lg */
  box-shadow:
    0 1px 2px rgba(7, 25, 46, .04),
    0 10px 28px -16px rgba(7, 25, 46, .20);
  transition:
    transform .24s cubic-bezier(.22, 1, .36, 1),
    box-shadow .24s cubic-bezier(.22, 1, .36, 1);
}
.vshr-family--dark .vshr-family__chip {
  border-color: rgba(255, 255, 255, .10);
  box-shadow:
    0 1px 2px rgba(0, 0, 0, .30),
    0 14px 34px -18px rgba(0, 0, 0, .55);
}
.vshr-family__chip img {
  max-height: 46px;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
/* Ryan 2026-05-31 "make them the same size": all three brand marks render at
   one uniform height. (Was a 52px bump for the square IIG globe; equalized
   now that ISHR is tight-cropped to match IIG/Axiom's 0-margin crops.) */
.vshr-family__member--mark .vshr-family__chip img { max-height: 46px; }

/* ── Role label — small-caps, accessible contrast (deliberately NOT muted gray) ── */
.vshr-family__role {
  margin-top: 14px;
  font-family: var(--font-body, 'Inter', system-ui, sans-serif);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #3D5266;
}
.vshr-family--dark .vshr-family__role { color: rgba(255, 255, 255, .66); }

/* ── Parent node: VertiSource HR umbrella over the three brands (2026-05-31) ── */
.vshr-family__parent {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  margin: 0 auto;
}
.vshr-family__parent-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 36px;
  background: #FFFFFF;
  border: 1px solid rgba(13, 24, 41, .10);
  border-radius: 16px;
  box-shadow:
    0 1px 2px rgba(7, 25, 46, .05),
    0 18px 40px -20px rgba(7, 25, 46, .28);
}
.vshr-family__parent-chip img {
  height: 56px;            /* parent reads larger than the 46px children — it's the company */
  width: auto;
  display: block;
}
.vshr-family--dark .vshr-family__parent-chip {
  background: rgba(255, 255, 255, .04);
  border-color: rgba(255, 255, 255, .12);
  box-shadow: 0 18px 44px -20px rgba(0, 0, 0, .6);
}
.vshr-family__parent-note {
  font-family: var(--font-body, 'Inter', system-ui, sans-serif);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #0F5C95;          /* brand blue — signals "this is the parent company" (~5:1 on #F4F8FC) */
}
.vshr-family--dark .vshr-family__parent-note { color: rgba(255, 255, 255, .82); }

/* Connector: a stem drops from the parent into a downward-opening bracket
   that sits above the three brand chips — reads as "branches into all three." */
.vshr-family__connector {
  position: relative;
  width: min(560px, 78%);
  height: 30px;
  margin: 12px auto 4px;
}
.vshr-family__connector-stem {
  position: absolute;
  top: 0; left: 50%;
  width: 2px; height: 16px;
  background: rgba(13, 24, 41, .18);
  transform: translateX(-50%);
}
.vshr-family__connector-bar {
  position: absolute;
  top: 14px; left: 0; right: 0;
  height: 16px;
  border: 2px solid rgba(13, 24, 41, .16);
  border-bottom: 0;
  border-radius: 7px 7px 0 0;
}
.vshr-family--dark .vshr-family__connector-stem { background: rgba(255, 255, 255, .22); }
.vshr-family--dark .vshr-family__connector-bar { border-color: rgba(255, 255, 255, .22); }
@media (max-width: 560px) {
  /* Stacked layout: drop the horizontal branch, keep a simple vertical stem. */
  .vshr-family__connector { width: 2px; height: 18px; }
  .vshr-family__connector-bar { display: none; }
  .vshr-family__connector-stem { height: 18px; }
}

/* ── Hover: 2px lift, deepen shadow (pointer devices only) ────────────── */
@media (hover: hover) {
  .vshr-family__member:hover .vshr-family__chip {
    transform: translateY(-2px);
    box-shadow:
      0 2px 4px rgba(7, 25, 46, .06),
      0 16px 36px -16px rgba(7, 25, 46, .28);
  }
  .vshr-family--dark .vshr-family__member:hover .vshr-family__chip {
    transform: translateY(-2px);
    box-shadow:
      0 2px 6px rgba(0, 0, 0, .36),
      0 20px 44px -18px rgba(0, 0, 0, .62);
  }
}

/* ── Small screens: one per row, capped width so chips don't stretch ──── */
@media (max-width: 560px) {
  .vshr-family__grid { gap: 14px; }
  .vshr-family__member { flex: 1 1 100%; max-width: 320px; }
  .vshr-family__chip { height: 84px; }
}
@media (prefers-reduced-motion: reduce) {
  .vshr-family__chip { transition: none; }
}

/* ═══════════════════════════════════════════════════════════════════════════
   END VSHR v4
   ═══════════════════════════════════════════════════════════════════════════ */

/* ── Logo-bar polish (2026-05-31) ─────────────────────────────────────────
   The hero-tier logos (SUNZ/NAPEO) were pinned at 48px next to 28px regular
   logos — a 71% size jump that read as inconsistent/unpolished. Cut the
   disparity to a subtle anchor (32 vs 28 desktop / 26 vs 22 mobile) so the
   strip reads as one uniform, premium row while SUNZ/NAPEO still lead. */
.vshr-partner-bar--marquee .vshr-partner-bar__item--hero img{ max-height:32px !important; }
@media (max-width:640px){
  .vshr-partner-bar--marquee .vshr-partner-bar__item--hero img{ max-height:26px !important; }
}
/* Soften the marquee edge fade a touch wider so logos never appear hard-cut. */
.vshr-partner-bar--marquee .vshr-partner-bar__viewport{
  -webkit-mask-image:linear-gradient(90deg, transparent 0%, #000 9%, #000 91%, transparent 100%) !important;
          mask-image:linear-gradient(90deg, transparent 0%, #000 9%, #000 91%, transparent 100%) !important;
}
