/* hr-outsourcing-page.css — Phase 4 extraction 2026-04-17. */

/* §1 */
/* ── SKIP LINK ─────────────────────────────────────── */
    .skip-link {
      position: absolute; top: -100%; left: 16px; z-index: 9999;
      background: #07192E; color: #fff;
      padding: 12px 24px; border-radius: 0 0 8px 8px;
      font-family: "Inter", system-ui, sans-serif; font-size: 14px; font-weight: 600;
      text-decoration: none; transition: top .15s;
    }
    .skip-link:focus { top: 0; }

    /* ── RESET ─────────────────────────────────────────── */
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    :focus-visible { outline: 2px solid #1779B8; outline-offset: 3px; border-radius: 6px; }
    a, button, [role="button"], [onclick], .btn-hero-primary, .btn-primary, .btn-orange, .btn-nav-primary, .callback-trigger { cursor: pointer; }
    a, button, [role="button"] { transition: all 0.2s ease; }
    .btn-loading { position: relative; pointer-events: none; opacity: 0.8; }
    .btn-loading::after {
      content: ''; position: absolute; right: 16px; top: 50%; transform: translateY(-50%);
      width: 18px; height: 18px; border: 2px solid transparent;
      border-top-color: #fff; border-radius: 50%;
      animation: btnSpin 0.6s linear infinite;
    }
    @keyframes btnSpin { to { transform: translateY(-50%) rotate(360deg); } }
    .mob-sticky-cta a, .mob-sticky-cta button, .callback-trigger { min-height: 44px; }
    @media (max-width: 1024px) {
      button, [role="button"], .btn-hero-primary, .btn-primary, .btn-orange, .btn-nav-primary, .iq-submit, .callback-submit, .cb-submit, .submit-btn { min-height: 44px; padding-top: 12px; padding-bottom: 12px; }
      input, select, textarea { min-height: 44px; }
    }
    @media (prefers-reduced-motion: reduce) {
      *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
      }
      .reveal { opacity: 1 !important; transform: none !important; }
    }

    /* ── TOKENS ─────────────────────────────────────────── */
    :root {
      --blue: #1479A3; --blue-dark: #1366A0;
      --navy: #07192E; --navy-2: #0D2B45;
      --white: #FFFFFF; --off: #F4F8FC; --surface: #FFFFFF;
      --border: #E2ECF4; --text: #0D1829; --muted: #3D5266;
      --orange: #F97316; --green: #15803D;
      --grad-blue: linear-gradient(135deg,#29ABE2 0%,#1779B8 100%);
      --grad: linear-gradient(135deg,#F7D44C 0%,#F07128 28%,#E8125C 62%,#7B21A2 100%);
      --font-h: 'Poppins',system-ui,sans-serif;
      --font-b: 'Inter',system-ui,sans-serif;
      --ease: cubic-bezier(.22,1,.36,1);
      --spring: cubic-bezier(.175,.885,.32,1.275);
      --shadow-sm: 0 1px 4px rgba(7,25,46,.06),0 1px 2px rgba(7,25,46,.04);
      --shadow-md: 0 4px 24px rgba(7,25,46,.08),0 2px 8px rgba(7,25,46,.04);
      --shadow-lg: 0 16px 56px rgba(7,25,46,.10),0 4px 16px rgba(7,25,46,.06);
      --shadow-xl: 0 32px 80px rgba(7,25,46,.14),0 8px 24px rgba(7,25,46,.08);
      --glow-blue: 0 0 0 1px rgba(41,171,226,.18), 0 8px 32px rgba(41,171,226,.14);
      --glow-orange: 0 0 0 1px rgba(249,115,22,.12), 0 8px 24px rgba(249,115,22,.20);
      --glass-shadow:
        0 0 0 0.5px rgba(255,255,255,.6),
        0 0 0 1px rgba(0,0,0,.02),
        0 1px 2px rgba(7,25,46,.03),
        0 4px 12px rgba(7,25,46,.04),
        0 16px 48px rgba(7,25,46,.07),
        0 32px 80px rgba(7,25,46,.04);
      --glass-shadow-hover:
        0 0 0 0.5px rgba(255,255,255,.8),
        0 0 0 1px rgba(41,171,226,.08),
        0 2px 4px rgba(7,25,46,.04),
        0 8px 24px rgba(7,25,46,.06),
        0 24px 64px rgba(7,25,46,.10),
        0 40px 96px rgba(7,25,46,.05);
    }

    /* Brand gradient accent — canonical 5-stop, applied via .grad-word in hero H1s */
    .grad-word {
      background: linear-gradient(135deg, #F7D44C 0%, #F07128 22%, #E8125C 50%, #7B21A2 78%, #1779B8 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      color: transparent;
    }


    /* ── BASE ───────────────────────────────────────────── */
    html { scroll-behavior: smooth; font-size: 16px; }
    body { font-family: var(--font-b); background: var(--white); color: var(--text); -webkit-font-smoothing: antialiased; line-height: 1.6; }
    a { text-decoration: none; }

    /* ── HEADER ─────────────────────────────────────────── */
    header {
      position: sticky; top: 0; z-index: 300;
      background: linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.88) 100%);
      backdrop-filter: blur(28px) saturate(1.8) brightness(1.02);
      -webkit-backdrop-filter: blur(28px) saturate(1.8) brightness(1.02);
      border-bottom: 1px solid rgba(226,236,244,.5);
      box-shadow: 0 1px 0 rgba(226,236,244,.5), 0 0 0 0.5px rgba(255,255,255,.8), 0 2px 12px rgba(7,25,46,.04), 0 4px 24px rgba(7,25,46,.03), 0 8px 32px rgba(7,25,46,.04);
      overflow: visible;
    }
    header::before {
      content: ''; position: absolute; top: 0; left: 0; right: 0;
      height: 1px; background: rgba(255,255,255,.95);
      pointer-events: none; z-index: 1;
    }
    header::after {
      content: ''; position: absolute; bottom: -8px; left: 0; right: 0;
      height: 8px; background: linear-gradient(180deg, rgba(7,25,46,.04) 0%, transparent 100%);
      pointer-events: none; z-index: -1;
    }
/* NAV CSS extracted to assets/site.css — see _scripts/extract_nav_css.py */

    /* ── BREADCRUMB ──────────────────────────────────────── */
    .breadcrumb {
      max-width: 1200px; margin: 0 auto;
      padding: 16px 32px 0;
      font-family: var(--font-b); font-size: 13px; color: var(--muted);
    }
    .breadcrumb a { color: var(--blue); text-decoration: none; transition: color .15s; }
    .breadcrumb a:hover { color: var(--blue-dark); }
    .breadcrumb span { margin: 0 6px; opacity: .5; }

    /* ── HERO ───────────────────────────────────────────── */
    .page-hero {
      background: linear-gradient(160deg, var(--navy) 0%, var(--navy-2) 100%);
      position: relative; overflow: hidden;
      padding: 72px 32px 80px;
      min-height: 500px;
      display: flex; align-items: center;
    }
    .page-hero::before {
      content: ''; position: absolute; inset: 0;
      background:
        radial-gradient(ellipse 70% 60% at 20% 30%, rgba(41,171,226,.06) 0%, transparent 60%),
        radial-gradient(ellipse 50% 50% at 80% 70%, rgba(249,115,22,.04) 0%, transparent 50%);
      pointer-events: none;
    }
    .page-hero::after {
      content: ''; position: absolute; inset: 0;
      background-image:
        radial-gradient(rgba(41,171,226,.06) 1px, transparent 1px);
      background-size: 20px 20px;
      pointer-events: none;
    }
    .hero-bg-img {
      position: absolute; inset: 0;
      background: image-set(url('/generated-images/hr-outsourcing-hero.avif') type('image/avif'), url('/generated-images/hr-outsourcing-hero.webp') type('image/webp'), url('/generated-images/hr-outsourcing-hero.jpeg') type('image/jpeg')) center center / cover no-repeat;
      animation: kenBurns 20s ease-in-out infinite alternate;
      will-change: transform; z-index: 0; opacity: 0.78;
    }
    .hero-veil {
      position: absolute; inset: 0; z-index: 1; pointer-events: none;
      background:
        linear-gradient(180deg, rgba(7,25,46,.55) 0%, rgba(7,25,46,.45) 40%, rgba(7,25,46,.72) 100%),
        linear-gradient(90deg, rgba(7,25,46,.72) 0%, rgba(7,25,46,.45) 55%, rgba(7,25,46,.30) 100%);
    }
    /* Hero H1 accent rule \u2014 mirrors real-estate .ind-hero-text h1 pattern */
    .page-hero .hero-h1 { position: relative; }
    .page-hero .hero-h1::after {
      content: ''; display: block;
      width: 120px; height: 2px; margin-top: 24px;
      background: linear-gradient(90deg,
        rgba(2,166,220,1) 0%,
        rgba(2,166,220,.55) 8%,
        rgba(51,54,142,.35) 50%,
        rgba(231,23,135,.15) 100%);
      border-radius: 2px;
      box-shadow: 0 0 12px rgba(2,166,220,.35);
    }
    .page-hero .hero-h1::before {
      content: ''; position: absolute;
      left: 0; bottom: -13px;
      width: 5px; height: 5px;
      border-radius: 50%;
      background: #02A6DC;
      box-shadow: 0 0 10px rgba(2,166,220,.7);
      z-index: 3;
    }
    .page-hero .eyebrow-pill{ margin-bottom: 22px; }
    /* Bottom experience badges row */
    { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 28px; }
    .hro-hero-badge{
      display: inline-flex; align-items: center; gap: 8px;
      font-family: var(--font-b); font-size: 12px; font-weight: 600;
      color: rgba(255,255,255,.72);
      background: rgba(255,255,255,.04);
      border: 1px solid rgba(255,255,255,.08);
      padding: 7px 13px;
      border-radius: 100px;
      transition: color .2s, border-color .2s;
    }
    .hro-hero-badge svg{ width: 14px; height: 14px; stroke: var(--blue, #29ABE2); fill: none; stroke-width: 2; }
    .hro-hero-badge:hover { color: #fff; border-color: rgba(41,171,226,.22); }
    /* Bench strip --open variant (iOS 26 Liquid Glass) */
    .team-bench-strip.team-bench-strip--open {
      background: #F8FAFC;
      padding: 88px 32px 72px;
      position: relative; isolation: isolate; overflow: hidden;
    }
    .team-bench-strip.team-bench-strip--open::before {
      content: ''; position: absolute; inset: 0;
      background:
        radial-gradient(ellipse 38% 42% at 28% 30%, rgba(41,171,226,.26) 0%, transparent 60%),
        radial-gradient(ellipse 42% 38% at 72% 38%, rgba(249,115,22,.22) 0%, transparent 60%),
        radial-gradient(ellipse 44% 44% at 50% 70%, rgba(123,33,162,.18) 0%, transparent 60%),
        radial-gradient(ellipse 40% 40% at 12% 72%, rgba(16,185,129,.16) 0%, transparent 60%),
        radial-gradient(ellipse 36% 36% at 88% 78%, rgba(232,18,92,.15) 0%, transparent 60%);
      filter: blur(6px); pointer-events: none; z-index: 0;
    }
    .team-bench-strip.team-bench-strip--open::after {
      content: ''; position: absolute; inset: 0;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 300 300' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.35 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
      background-size: 240px 240px; mix-blend-mode: multiply; opacity: .20;
      pointer-events: none; z-index: 0;
    }
    .team-bench-strip.team-bench-strip--open .team-bench-strip__inner { position: relative; z-index: 1; }
    .team-bench-strip.team-bench-strip--open .team-bench-strip__head {
      position: relative;
      max-width: 780px; margin: 0 auto 52px;
      padding: 36px 48px 32px;
      background: rgba(255,255,255,.36);
      backdrop-filter: blur(40px) saturate(1.8);
      -webkit-backdrop-filter: blur(40px) saturate(1.8);
      border: 1px solid rgba(255,255,255,.6);
      border-radius: 32px;
      box-shadow:
        inset 0 1.5px 0 rgba(255,255,255,.85),
        inset 0 0 0 1px rgba(255,255,255,.22),
        inset 0 -1px 0 rgba(13,24,41,.04),
        0 1px 2px rgba(13,24,41,.04),
        0 12px 36px -12px rgba(13,24,41,.14),
        0 28px 72px -32px rgba(13,24,41,.22),
        0 40px 120px -40px rgba(41,171,226,.28);
      text-align: center; overflow: hidden; isolation: isolate;
    }
    .team-bench-strip.team-bench-strip--open .team-bench-strip__head::before {
      content: ''; position: absolute;
      top: 0; left: 10%; right: 10%; height: 50%;
      background: linear-gradient(180deg, rgba(255,255,255,.45) 0%, rgba(255,255,255,0) 100%);
      border-radius: 32px 32px 0 0;
      pointer-events: none; z-index: 0;
    }
    .team-bench-strip.team-bench-strip--open .team-bench-strip__head > * {
      position: relative; z-index: 1;
    }
    .team-bench-strip.team-bench-strip--open .team-bench-strip__eyebrow {
      background: transparent; border: none; padding: 0;
      font-size: 11.5px; font-weight: 700;
      letter-spacing: .18em;
      color: #1366A0;
      margin-bottom: 14px;
      display: inline-flex; align-items: center; gap: 10px;
    }
    .team-bench-strip.team-bench-strip--open .team-bench-strip__eyebrow::before,
    .team-bench-strip.team-bench-strip--open .team-bench-strip__eyebrow::after {
      content: ''; width: 18px; height: 1px;
      background: #1366A0; opacity: .55;
    }
    .team-bench-strip.team-bench-strip--open .team-bench-strip__title {
      font-size: clamp(30px, 3.2vw, 42px);
      font-weight: 800; letter-spacing: -.028em;
      line-height: 1.08; color: #0D1829;
      margin: 0 0 10px;
    }
    .team-bench-strip.team-bench-strip--open .team-bench-strip__sub {
      font-size: 16px; color: #5B6B7E;
      max-width: 560px; margin: 0 auto; line-height: 1.6;
    }
    .team-bench-strip.team-bench-strip--open .team-bench-strip__row {
      max-width: 1240px; margin: 0 auto; gap: 22px;
    }
    .team-bench-strip.team-bench-strip--open .team-bench-strip__person {
      border: 1px solid rgba(13,24,41,.07);
      box-shadow: 0 1px 2px rgba(13,24,41,.03), 0 8px 24px -14px rgba(13,24,41,.10);
      padding: 22px 14px 18px;
    }
    .team-bench-strip.team-bench-strip--open .team-bench-strip__photo {
      width: 92px; height: 92px;
    }
    /* Premium hero data panel \u2014 Linear/Vercel minimalism. Solid dark, hairline dividers. */
    .hro-hero-panel {
      position: relative;
      background: #0B1A30;
      border: 1px solid rgba(255,255,255,.08);
      border-radius: 14px;
      padding: 0;
      box-shadow:
        0 1px 0 rgba(255,255,255,.03) inset,
        0 30px 80px -30px rgba(0,0,0,.60);
      max-width: 440px;
      margin-left: auto;
      overflow: hidden;
    }
    .hro-hero-panel-head {
      display: flex; align-items: center; justify-content: space-between;
      padding: 20px 24px 18px;
      border-bottom: 1px solid rgba(255,255,255,.06);
      background: transparent;
    }
    .hro-hero-panel-title {
      font-family: var(--font-h); font-size: 14px; font-weight: 700;
      color: #fff; letter-spacing: -.008em; margin: 0;
      display: inline-flex; align-items: center; gap: 9px;
    }
    .hro-hero-panel-title::before {
      content: ''; width: 7px; height: 7px; border-radius: 50%;
      background: #10B981;
      flex-shrink: 0;
      box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.55);
      animation: hro-live-pulse 2.2s cubic-bezier(.4, 0, .6, 1) infinite;
    }
    @keyframes hro-live-pulse {
      0%, 100% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.55); }
      50%      { box-shadow: 0 0 0 7px rgba(16, 185, 129, 0); }
    }
    /* "Live status" eyebrow color cycle — green → blue → green to signal
       the system is monitoring multiple lanes (compliance, payroll, WC). */
    .hro-hero-panel-subtitle {
      animation: hro-status-cycle 6s cubic-bezier(.45, 0, .55, 1) infinite;
    }
    @keyframes hro-status-cycle {
      0%, 100% { color: rgba(16, 185, 129, 0.62); }
      50%      { color: rgba(41, 171, 226, 0.62); }
    }
    /* Row value subtle "data updated" flash — barely perceptible pulse
       so the panel reads as a live readout, not a static screenshot. */
    .hro-hero-panel-row-val {
      transition: color .35s ease;
    }
    .hro-hero-panel-row:nth-child(3) .hro-hero-panel-row-val {
      /* "23% avg" WC cut is the page's headline number — emphasize via
         orange tint when it cycles into focus during the breathing pulse */
      animation: hro-stat-emphasize 8s cubic-bezier(.45, 0, .55, 1) infinite;
    }
    @keyframes hro-stat-emphasize {
      0%, 90%, 100% { color: #fff; }
      45%, 55%      { color: #F97316; }
    }
    @media (prefers-reduced-motion: reduce) {
      .hro-hero-panel-title::before,
      .hro-hero-panel-subtitle,
      .hro-hero-panel-row:nth-child(3) .hro-hero-panel-row-val { animation: none !important; }
    }
    .hro-hero-panel-subtitle {
      font-family: var(--font-b); font-size: 10.5px; font-weight: 600;
      color: rgba(255,255,255,.38); letter-spacing: .14em; text-transform: uppercase;
    }
    .hro-hero-panel-rows {
      display: flex; flex-direction: column;
      padding: 4px 24px;
    }
    .hro-hero-panel-row {
      display: flex; align-items: center; justify-content: space-between; gap: 16px;
      padding: 12px 0;
      border-bottom: 1px solid rgba(255,255,255,.04);
    }
    .hro-hero-panel-row:last-child { border-bottom: none; }
    .hro-hero-panel-row-label{
      display: inline-flex; align-items: center; gap: 11px;
      font-family: var(--font-b); font-size: 13px; font-weight: 500;
      color: rgba(255,255,255,.68);
    }
    .hro-hero-panel-row-label svg{
      width: 15px; height: 15px; flex-shrink: 0;
      stroke: rgba(41,171,226,.70); stroke-width: 1.8; fill: none;
    }
    .hro-hero-panel-row-val {
      font-family: var(--font-h); font-size: 14px; font-weight: 700;
      color: #fff; letter-spacing: -.012em;
      font-variant-numeric: tabular-nums;
    }
    .hro-hero-panel-foot {
      padding: 16px 24px 18px;
      border-top: 1px solid rgba(255,255,255,.06);
      display: flex; align-items: center; justify-content: space-between; gap: 12px;
      background: transparent;
    }
    .hro-hero-panel-foot-label{
      font-family: var(--font-b); font-size: 10.5px; font-weight: 700;
      color: rgba(255,255,255,.42); letter-spacing: .14em; text-transform: uppercase;
    }
    .hro-hero-panel-foot-badge{
      display: inline-flex; align-items: center; gap: 6px;
      font-family: var(--font-b); font-size: 11px; font-weight: 700;
      color: #047857;
      background: rgba(16,185,129,.10);
      border: 1px solid rgba(16,185,129,.22);
      padding: 4px 10px; border-radius: 6px;
    }
    .hro-hero-panel-foot-badge svg{
      width: 12px; height: 12px; stroke: currentColor; stroke-width: 2.4; fill: none;
    }
    @media (max-width: 1024px) {
      .hro-hero-panel { max-width: 100%; margin: 32px auto 0; }
    }
    /* Service marquee band — infinite scroll, brand-themed */
    .hro-marquee {
      position: relative;
      background: linear-gradient(180deg, #07192E 0%, #0A2340 100%);
      padding: 22px 0; overflow: hidden;
      border-top: 1px solid rgba(255,255,255,.06);
      border-bottom: 1px solid rgba(255,255,255,.06);
    }
    .hro-marquee::before, .hro-marquee::after {
      content:''; position:absolute; top:0; bottom:0; width:140px; z-index:2; pointer-events:none;
    }
    .hro-marquee::before { left:0; background: linear-gradient(90deg, #07192E 0%, transparent 100%); }
    .hro-marquee::after  { right:0; background: linear-gradient(-90deg, #07192E 0%, transparent 100%); }
    .hro-marquee-track {
      display: flex; gap: 56px; width: max-content;
      animation: hroMarquee 50s linear infinite;
      will-change: transform;
    }
    .hro-marquee-item {
      display: inline-flex; align-items: center; gap: 14px;
      font-family: var(--font-h); font-size: clamp(22px, 2.1vw, 30px); font-weight: 800;
      letter-spacing: -.02em;
      color: rgba(255,255,255,.35); white-space: nowrap;
    }
    .hro-marquee-item strong {
      font-weight: 800;
      background: linear-gradient(90deg, #29ABE2 0%, #F97316 100%);
      -webkit-background-clip: text; background-clip: text;
      color: transparent;
    }
    .hro-marquee-dot {
      display: inline-block; width: 6px; height: 6px; border-radius: 50%;
      background: rgba(41,171,226,.55); flex-shrink: 0;
    }
    @keyframes hroMarquee {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }
    @media (prefers-reduced-motion: reduce) {
      .hro-marquee-track { animation: none; }
    }
    @keyframes kenBurns {
      0% { transform: scale(1); }
      100% { transform: scale(1.05); }
    }
    @media (prefers-reduced-motion: reduce) { .hero-bg-img { animation: none; } }

    .hero-orb-1 {
      position: absolute; top: -30%; right: -20%;
      width: 600px; height: 600px;
      background: radial-gradient(circle, rgba(41,171,226,.15) 0%, transparent 70%);
      border-radius: 50%; pointer-events: none; z-index: 0;
    }
    .hero-orb-2 {
      position: absolute; bottom: -20%; left: -15%;
      width: 500px; height: 500px;
      background: radial-gradient(circle, rgba(249,115,22,.1) 0%, transparent 70%);
      border-radius: 50%; pointer-events: none; z-index: 0;
    }

    .hero-inner {
      max-width: 1200px; margin: 0 auto; position: relative; z-index: 2;
      display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: center;
    }
    .hero-h1 {
      font-family: var(--font-h); font-size: clamp(32px, 4vw, 52px); font-weight: 800;
      line-height: 1.12; letter-spacing: -0.02em;
      color: transparent; margin-bottom: 16px;
      background-image: var(--grad);
      background-clip: text;
      -webkit-background-clip: text;
    }
    .hero-sub {
      font-family: var(--font-b); font-size: 19px; font-weight: 400;
      color: rgba(255,255,255,.85); max-width: 560px;
      line-height: 1.65; margin-bottom: 32px;
    }
    .hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }
    .btn-primary {
      font-family: var(--font-b); font-size: 16px; font-weight: 600;
      color: #fff; background: var(--orange);
      padding: 15px 28px; border-radius: 12px;
      text-decoration: none; transition: all .2s var(--ease);
      min-height: 52px; display: inline-flex; align-items: center; gap: 8px;
      cursor: pointer; border: none;
      box-shadow: 0 4px 14px rgba(249,115,22,.22);
    }
    .btn-primary:hover { background: #EA6C10; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(249,115,22,.35); }
    .btn-primary:active { transform: scale(0.97) translateY(1px); transition: transform 0.1s ease; }
    .btn-ghost {
      font-family: var(--font-b); font-size: 16px; font-weight: 600;
      color: #fff; background: transparent;
      padding: 15px 28px; border-radius: 12px;
      text-decoration: none; transition: all .2s var(--ease);
      min-height: 52px; display: inline-flex; align-items: center; gap: 8px;
      cursor: pointer; border: 1px solid rgba(255,255,255,.3);
    }
    .btn-ghost:hover { background: rgba(255,255,255,.1); transform: translateY(-2px); }

    /* Hero stats strip */
    .hero-stats {
      display: flex; gap: 32px; margin-top: 40px;
    }
    .hero-stat { text-align: center; }
    .hero-stat-num {
      font-family: var(--font-h); font-size: 36px; font-weight: 800;
      background: linear-gradient(135deg, #fff 0%, var(--blue) 100%);
      -webkit-background-clip: text; -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    .hero-stat-label{
      font-family: var(--font-b); font-size: 13px; font-weight: 500;
      color: rgba(255,255,255,.76); margin-top: 4px;
    }

    /* Hero visual (glassmorphism card) */
    .hero-visual {
      display: flex; align-items: center; justify-content: center;
    }
    .hero-glass-card {
      width: 100%; max-width: 440px;
      background: rgba(255,255,255,.08);
      backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 20px; padding: 32px;
      box-shadow: 0 0 0 0.5px rgba(255,255,255,.15), 0 4px 24px rgba(0,0,0,.2), 0 16px 56px rgba(0,0,0,.15);
    }
    .glass-card-title {
      font-family: var(--font-h); font-size: 16px; font-weight: 700;
      color: rgba(255,255,255,.9); margin-bottom: 20px;
      display: flex; align-items: center; gap: 8px;
    }
    .glass-card-title svg { width: 20px; height: 20px; stroke: var(--blue); fill: none; stroke-width: 2; }
    .glass-checklist { list-style: none; }
    .glass-checklist li {
      display: flex; align-items: flex-start; gap: 12px;
      padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.06);
      font-family: var(--font-b); font-size: 14px; color: rgba(255,255,255,.7);
    }
    .glass-checklist li:last-child { border-bottom: none; }
    .glass-check {
      width: 20px; height: 20px; border-radius: 50%;
      background: rgba(34,197,94,.15); flex-shrink: 0;
      display: flex; align-items: center; justify-content: center;
      margin-top: 1px;
    }
    .glass-check svg { width: 12px; height: 12px; stroke: var(--green); fill: none; stroke-width: 2.5; }

    /* ── WAVE DIVIDER ──────────────────────────────────── */
    .wave-divider {
      position: relative; margin-top: -2px;
      line-height: 0; overflow: hidden;
    }
    .wave-divider svg { display: block; width: 100%; height: 60px; }
    .wave-divider-bottom { transform: rotate(180deg); margin-top: 0; margin-bottom: -2px; }

    /* ── SECTIONS ───────────────────────────────────────── */
    .sec { padding: 96px 32px; }
    .wrap { max-width: 1200px; margin: 0 auto; }
    .sec-label{
      font-family: var(--font-b); font-size: 12px; font-weight: 700;
      text-transform: uppercase; letter-spacing: 1.6px;
      color: var(--blue-dark); margin-bottom: 12px;
    }
    .sec-h2 {
      font-family: var(--font-h); font-size: clamp(26px, 3vw, 36px); font-weight: 800;
      color: var(--text); line-height: 1.15; letter-spacing: -0.02em;
      margin-bottom: 16px;
    }
    .sec-p {
      font-family: var(--font-b); font-size: 18px; font-weight: 400;
      color: var(--muted); line-height: 1.65; max-width: 640px;
      margin-bottom: 48px;
    }

    /* ── GOLDEN CARD ICON GRID ──────────────────────────── */
    /* Solid white · hairline · left-edge accent · ghost icon watermark */
    .icon-grid {
      display: grid; grid-template-columns: repeat(3, 1fr);
      gap: 22px;
      max-width: 1180px; margin: 0 auto;
    }
    .icon-card {
      position: relative;
      padding: 30px 28px 26px 36px;
      border-radius: 10px;
      isolation: isolate;
      background: #FFFFFF;
      border: 1px solid rgba(13,24,41,.09);
      box-shadow: 0 1px 2px rgba(13,24,41,.04), 0 8px 24px -12px rgba(13,24,41,.18), 0 16px 40px -20px rgba(13,24,41,.12);
      transition: border-color 180ms ease-out, box-shadow 180ms ease-out, transform 180ms ease-out;
      overflow: hidden;
      --card-color:#1366A0;
      --card-rgb: 23,121,184;
    }
    /* FIX-5 2026-04-15: single-tonal blue for hr-outsourcing (was 6-color rainbow) */
    .icon-card:nth-child(6n+1),
    .icon-card:nth-child(6n+2),
    .icon-card:nth-child(6n+3),
    .icon-card:nth-child(6n+4),
    .icon-card:nth-child(6n+5),
    .icon-card:nth-child(6n+6){--card-color:#1366A0;--card-rgb:23,121,184}
    .icon-card::before {
      content: ''; position: absolute; left: 0; top: 20px; bottom: 20px;
      width: 3px;
      background: linear-gradient(180deg, transparent 0%, var(--card-color) 15%, var(--card-color) 85%, transparent 100%);
      border-radius: 0 3px 3px 0;
      transition: width 180ms ease-out, top 180ms ease-out, bottom 180ms ease-out;
      z-index: 2;
    }
    .icon-card::after {
      content: ''; position: absolute; top: -80px; left: -80px;
      width: 260px; height: 260px;
      background: radial-gradient(circle, rgba(var(--card-rgb), .12) 0%, transparent 65%);
      pointer-events: none; z-index: 0; opacity: .55;
      transition: opacity 180ms ease-out;
    }
    .icon-card:hover {
      border-color: rgba(var(--card-rgb), .42);
      transform: translateY(-2px);
      box-shadow: 0 1px 2px rgba(13,24,41,.05), 0 14px 32px -14px rgba(var(--card-rgb), .22), 0 18px 36px -18px rgba(13,24,41,.18);
    }
    .icon-card:hover::before { width: 4px; top: 10px; bottom: 10px; }
    .icon-card:hover::after { opacity: 1; }
    .icon-card > * { position: relative; z-index: 1; }
    /* Premium gradient-SVG art slot — foreground illustration, not watermark */
    .icon-card-icon {
      position: relative;
      width: 64px; height: 64px;
      background: none;
      border: none;
      border-radius: 0;
      color: var(--card-color);
      opacity: 1;
      margin: 0 0 18px 0;
      padding: 0;
      z-index: 1;
      display: block;
      transition: transform 240ms ease-out;
    }
    .icon-card:hover .icon-card-icon {
      transform: scale(1.04);
      background: none;
    }
    .icon-card-icon svg {
      width: 100%; height: 100%;
      overflow: visible;
    }
    .icon-card h3 {
      font-family: var(--font-h); font-size: 22px; font-weight: 800;
      letter-spacing: -.022em; color: #0D1829;
      line-height: 1.15;
      margin: 12px 0 10px;
      max-width: 18ch;
    }
    .icon-card p {
      font-family: var(--font-b); font-size: 13.5px; font-weight: 500;
      color: #5B6B7E;
      line-height: 1.6;
      margin: 0;
      max-width: 42ch;
    }

    /* ── HOW IT WORKS (3-step) ──────────────────────────── */
    .sec-how { background: var(--off); }
    .steps {
      display: grid; grid-template-columns: repeat(3, 1fr);
      gap: 36px; counter-reset: step;
    }
    .step {
      background: var(--white); border: 1px solid var(--border);
      border-radius: 16px; padding: 36px 28px;
      position: relative; transition: all .3s var(--ease);
      text-align: center;
    }
    .step:hover {
      box-shadow: var(--glass-shadow-hover);
      transform: translateY(-4px);
    }
    .step-num {
      width: 48px; height: 48px; border-radius: 50%;
      background: var(--grad-blue); color: #fff;
      font-family: var(--font-h); font-size: 20px; font-weight: 800;
      display: flex; align-items: center; justify-content: center;
      margin: 0 auto 20px;
    }
    .step h3 {
      font-family: var(--font-h); font-size: 18px; font-weight: 700;
      color: var(--text); margin-bottom: 10px;
    }
    .step p {
      font-family: var(--font-b); font-size: 15px; color: var(--muted); line-height: 1.65;
    }
    .step-connector {
      position: absolute; top: 54px; right: -18px;
      width: 36px; height: 2px; z-index: 2;
    }
    .step-connector::before {
      content: ''; position: absolute; inset: 0;
      background: linear-gradient(90deg, var(--blue), rgba(41,171,226,.3));
    }
    .step-connector::after {
      content: ''; position: absolute; right: -3px; top: -3px;
      width: 8px; height: 8px;
      border-right: 2px solid var(--blue); border-top: 2px solid var(--blue);
      transform: rotate(45deg);
    }

    /* ── STATS STRIP ────────────────────────────────────── */
    .stats-strip {
      display: grid; grid-template-columns: repeat(3, 1fr);
      gap: 0; background: var(--navy);
      border-radius: 20px; overflow: hidden;
    }
    .stat-item {
      padding: 40px 24px; text-align: center;
      position: relative;
    }
    .stat-item + .stat-item::before {
      content: ''; position: absolute; left: 0; top: 20%;
      height: 60%; width: 1px;
      background: rgba(255,255,255,.08);
    }
    .stat-number {
      font-family: var(--font-h); font-size: 44px; font-weight: 800;
      background: linear-gradient(135deg, #fff 0%, var(--blue) 100%);
      -webkit-background-clip: text; -webkit-text-fill-color: transparent;
      background-clip: text; margin-bottom: 6px;
    }
    .stat-label{
      font-family: var(--font-b); font-size: 14px; font-weight: 500;
      color: rgba(255,255,255,.76);
    }

    /* ── FAQ ACCORDION ──────────────────────────────────── */
    .faq-list { max-width: 780px; margin: 0 auto; }
    .faq-item {
      border: 1px solid var(--border); border-radius: 14px;
      margin-bottom: 12px; overflow: hidden;
      transition: box-shadow .3s var(--ease);
    }
    .faq-item:hover { box-shadow: var(--shadow-sm); }
    .faq-q {
      width: 100%; background: none; border: none;
      padding: 20px 24px; cursor: pointer;
      display: flex; justify-content: space-between; align-items: center;
      font-family: var(--font-b); font-size: 16px; font-weight: 600;
      color: var(--text); text-align: left;
    }
    .faq-q svg {
      width: 20px; height: 20px; stroke: var(--muted); fill: none;
      stroke-width: 2; flex-shrink: 0;
      transition: transform .3s var(--ease);
    }
    .faq-item.open .faq-q svg { transform: rotate(180deg); }
    .faq-a {
      max-height: 0; overflow: hidden;
      transition: max-height .35s var(--ease), padding .35s;
    }
    .faq-item.open .faq-a { max-height: 300px; }
    .faq-a-inner {
      padding: 0 24px 20px;
      font-family: var(--font-b); font-size: 15px; color: var(--muted); line-height: 1.7;
    }

    /* ── CROSS-SELL ─────────────────────────────────────── */
    .sec-cross { background: var(--off); }
    .cross-grid {
      display: grid; grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }
    .cross-card {
      background: var(--white); border: 1px solid var(--border);
      border-radius: 16px; padding: 28px;
      transition: all .3s var(--ease);
      text-decoration: none; display: block;
    }
    .cross-card:hover {
      box-shadow: var(--glass-shadow-hover);
      transform: translateY(-4px);
    }
    .cross-card-art {
      position: relative;
      width: 56px; height: 56px;
      margin: 0 0 14px 0;
      display: inline-flex; align-items: center; justify-content: center;
    }
    .cross-card-art svg { width: 100%; height: 100%; overflow: visible; transition: transform .32s cubic-bezier(.34,1.56,.64,1); }
    .cross-card:hover .cross-card-art svg { transform: scale(1.06); }
    .cross-card h3 {
      font-family: var(--font-h); font-size: 17px; font-weight: 700;
      color: var(--text); margin-bottom: 8px;
    }
    .cross-card p {
      font-family: var(--font-b); font-size: 14px; color: var(--muted);
      line-height: 1.6; margin-bottom: 12px;
    }
    .cross-link {
      font-family: var(--font-b); font-size: 14px; font-weight: 600;
      color: var(--blue);
    }
    .cross-card:hover .cross-link { color: var(--blue-dark); }

    /* ── CTA SECTION ────────────────────────────────────── */
    .sec-cta {
      background: var(--off); border-top: none;
      padding: 80px 32px; text-align: center;
      position: relative;
    }
    .sec-cta::before {
      content: ''; position: absolute; top: 0; left: 50%;
      transform: translateX(-50%); width: 100%; max-width: 1200px;
      height: 1px;
      background: linear-gradient(90deg, transparent 0%, var(--border) 15%, var(--border) 85%, transparent 100%);
    }
    .cta-inner { max-width: 600px; margin: 0 auto; }
    .cta-h2 {
      font-family: var(--font-h); font-size: 36px; font-weight: 700;
      color: var(--text); margin-bottom: 16px;
    }
    .cta-sub {
      font-family: var(--font-b); font-size: 17px; font-weight: 400;
      color: var(--muted); margin-bottom: 32px; line-height: 1.65;
    }
    .cta-phone, .btn-tel {
      display: block; margin-top: 16px;
      font-family: var(--font-b); font-size: 15px; font-weight: 600;
      color: var(--blue);
    }
    .cta-phone:hover, .btn-tel:hover { color: var(--blue-dark); }

    /* Inline quote form */
    .inline-quote-form { max-width: 600px; margin: 32px auto 0; }
    .iq-form { display: flex; gap: 12px; flex-wrap: wrap; }
    .iq-input {
      flex: 1; min-width: 150px; padding: 14px 18px;
      border: 1.5px solid var(--border); border-radius: 12px;
      background: var(--white); color: var(--text);
      font-size: 15px; font-family: var(--font-b);
    }
    .iq-input::placeholder { color: var(--muted); }
    .iq-input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(41,171,226,.15); outline: none; }
    .iq-submit {
      padding: 14px 28px; border: none; border-radius: 12px;
      background: var(--orange); color: #fff;
      font-family: var(--font-h); font-size: 15px; font-weight: 700;
      cursor: pointer; box-shadow: 0 4px 14px rgba(249,115,22,.25);
      transition: transform 0.15s, box-shadow 0.15s;
    }
    .iq-submit:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(249,115,22,.35); }
    .iq-note { font-size: 13px; color: var(--muted); margin-top: 12px; text-align: center; }

    /* ── FOOTER ──────────────────────────────────────────── */
    footer { background: #040E1A; padding: 64px 32px 32px; color: rgba(255,255,255,.72); position: relative; }
    footer::before {
      content: ''; position: absolute; top: -120px; left: 0; right: 0;
      height: 120px; background: linear-gradient(180deg, transparent 0%, #040E1A 100%);
      pointer-events: none;
    }
    .ft { max-width: 1200px; margin: 0 auto; }
    .ft-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
    .ft-logo img { height: 36px; width: auto; display: block; margin-bottom: 14px; }
    .ft-tagline{ font-family: var(--font-b); font-size: 13.5px; color: rgba(255,255,255,.30); line-height: 1.65; margin-bottom: 20px; }
    .ft-phone {
      display: inline-flex; align-items: center; gap: 7px;
      font-family: var(--font-b); font-size: 14.5px; font-weight: 700;
      color: var(--blue); text-decoration: none; transition: color .15s;
    }
    .ft-phone:hover { color: #7DD4F5; }
    .ft-col h3 {
      font-family: var(--font-b); font-size: 11px; font-weight: 700;
      letter-spacing: 1.4px; text-transform: uppercase;
      color: rgba(255,255,255,.70); margin-bottom: 16px;
    }
    .ft-col a {
      display: block; font-family: var(--font-b); font-size: 14px;
      color: rgba(255,255,255,.88); text-decoration: none;
      margin-bottom: 10px; transition: color .15s;
    }
    .ft-col a:hover { color: #fff; }
    .ft-bottom {
      border-top: 1px solid rgba(255,255,255,.06);
      padding-top: 28px; display: flex;
      justify-content: space-between; align-items: center;
      flex-wrap: wrap; gap: 12px;
      font-family: var(--font-b); font-size: 12.5px;
    }
    .ft-legal { display: flex; gap: 20px; }
    .ft-legal a { color: rgba(255,255,255,.26); text-decoration: none; transition: color .15s; }
    .ft-legal a:hover { color: #fff; }

    /* ── CALLBACK WIDGET ─────────────────────────────────── */
    .callback-widget { position: fixed; bottom: 24px; right: 24px; z-index: 500; }
    .callback-trigger {
      width: 56px; height: 56px; border-radius: 50%;
      background: var(--orange); border: none; cursor: pointer;
      display: flex; align-items: center; justify-content: center;
      box-shadow: 0 4px 14px rgba(249,115,22,.3);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
    .callback-trigger:hover { transform: scale(1.08); box-shadow: 0 6px 20px rgba(249,115,22,.4); }
    .callback-trigger svg { width: 24px; height: 24px; stroke: #fff; fill: none; }
    .callback-panel {
      display: none; position: absolute; bottom: 70px; right: 0;
      width: 320px; background: #fff; border-radius: 16px;
      box-shadow: 0 12px 40px rgba(7,25,46,.15);
      padding: 24px; transform-origin: bottom right;
    }
    .callback-panel.open { display: block; animation: cbSlideUp 0.3s ease forwards; }
    @keyframes cbSlideUp {
      from { opacity: 0; transform: translateY(10px) scale(0.95); }
      to { opacity: 1; transform: translateY(0) scale(1); }
    }
    .callback-panel h3 { font-family: var(--font-h); font-size: 18px; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
    .callback-panel p { font-size: 14px; color: var(--muted); margin-bottom: 16px; }
    .callback-panel input {
      width: 100%; padding: 12px 16px; border: 1.5px solid var(--border);
      border-radius: 10px; font-size: 15px; margin-bottom: 12px; font-family: var(--font-b);
    }
    .callback-panel input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(41,171,226,.15); outline: none; }
    .callback-submit {
      width: 100%; padding: 12px; border: none; border-radius: 10px;
      background: var(--orange); color: #fff; font-weight: 600;
      font-size: 15px; cursor: pointer; box-shadow: 0 4px 14px rgba(249,115,22,.18);
    }
    .callback-success { text-align: center; padding: 20px 0; }
    .callback-success svg { width: 48px; height: 48px; stroke: #10B981; margin-bottom: 12px; }

    /* ── MOBILE STICKY CTA ─────────────────────────────── */
    .mob-sticky-cta {
      display: none; position: fixed; bottom: 0; left: 0; right: 0;
      z-index: 400; background: rgba(255,255,255,.95);
      backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
      border-top: 1px solid var(--border);
      padding: 12px 16px; box-shadow: 0 -4px 20px rgba(7,25,46,.08);
    }
    @media (max-width: 1024px) {
      .mob-sticky-cta { display: flex; gap: 10px; align-items: center; }
      body { padding-bottom: 72px; }
    }
    .mob-sticky-cta .mob-cta-btn {
      flex: 1; padding: 14px 20px; border-radius: 12px;
      font-family: var(--font-h); font-size: 15px; font-weight: 700;
      text-align: center; text-decoration: none; transition: transform 0.15s ease;
    }
    .mob-sticky-cta .mob-cta-btn:active { transform: scale(0.97); }
    .mob-sticky-cta .mob-cta-primary { background: var(--orange); color: #fff; box-shadow: 0 4px 14px rgba(249,115,22,.18); }
    .mob-sticky-cta .mob-cta-secondary { background: transparent; color: var(--navy); border: 1.5px solid var(--border); }

    /* ── SCROLL REVEAL ───────────────────────────────────── */
    .reveal {
      opacity: 0; transform: translateY(28px);
      transition: opacity .65s var(--ease), transform .65s var(--ease);
    }
    .reveal.revealed { opacity: 1; transform: translateY(0); }
    .page-hero .reveal { opacity: 1; transform: translateY(0); }
    .reveal-d1 { transition-delay: .08s; }
    .reveal-d2 { transition-delay: .18s; }
    .reveal-d3 { transition-delay: .28s; }
    .reveal-d4 { transition-delay: .38s; }
    .reveal-d5 { transition-delay: .48s; }
    .reveal-d6 { transition-delay: .58s; }

    /* ── WP OVERRIDES ───────────────────────────────────── */
    a.btn-primary, a.btn-cta-primary { color: #fff !important; text-decoration: none !important; }
    a.btn-ghost { color: #fff !important; text-decoration: none !important; }
    a.btn-nav-primary { color: #fff !important; text-decoration: none !important; }
    a.mob-cta-primary { color: #fff !important; text-decoration: none !important; }


    /* ══════════════════════════════════
       YOUR PEO SUPPORT TEAM — 4-up grid
    ══════════════════════════════════ */
    .peo-team-sec { background: var(--white); position: relative; isolation: isolate; padding: 96px 32px; }
    .peo-team-sec::before { content:''; position:absolute; inset:0; z-index:0; pointer-events:none;
      background:
        radial-gradient(ellipse 60% 50% at 15% 20%, rgba(23,121,184,.06) 0%, transparent 70%),
        radial-gradient(ellipse 55% 45% at 85% 80%, rgba(232,18,92,.05) 0%, transparent 70%),
        radial-gradient(ellipse 50% 40% at 50% 100%, rgba(16,185,129,.045) 0%, transparent 70%);
    }
    .peo-team-sec::after { content:''; position:absolute; inset:0; z-index:0; pointer-events:none;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 300 300' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.95' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.35 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
      background-size: 240px 240px; mix-blend-mode: multiply; opacity: .22;
    }
    .peo-team-sec .wrap { position: relative; z-index: 1; }
    .peo-team-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 22px;
      max-width: 1180px;
      margin: 56px auto 0;
    }
    @media (max-width: 1100px) { .peo-team-grid { grid-template-columns: 1fr 1fr; } }
    @media (max-width: 580px)  { .peo-team-grid { grid-template-columns: 1fr; } }
    .peo-team-card {
      position: relative;
      background: #FFFFFF;
      border: 1px solid rgba(13,24,41,.09);
      border-radius: 10px;
      padding: 32px 28px 28px 40px;
      box-shadow: 0 1px 2px rgba(13,24,41,.04), 0 8px 24px -12px rgba(13,24,41,.18), 0 16px 40px -20px rgba(13,24,41,.12);
      transition: border-color 180ms ease-out, box-shadow 180ms ease-out, transform 180ms ease-out;
      overflow: hidden;
      isolation: isolate;
      display: flex;
      flex-direction: column;
      --card-color:#1366A0;
      --card-rgb: 23,121,184;
    }
    .peo-team-card--hr       { --card-color:#1366A0; --card-rgb:23,121,184; }
    .peo-team-card--payroll  { --card-color:#7B21A2; --card-rgb:123,33,162; }
    .peo-team-card--benefits { --card-color:#10B981; --card-rgb:16,185,129; }
    .peo-team-card--wc       { --card-color:#E8125C; --card-rgb:232,18,92;  }
    .peo-team-card::before {
      content:'';position:absolute;left:0;top:24px;bottom:24px;width:3px;
      background:linear-gradient(180deg,transparent 0%,var(--card-color) 15%,var(--card-color) 85%,transparent 100%);
      border-radius:0 3px 3px 0;
      transition:width 180ms ease-out,top 180ms ease-out,bottom 180ms ease-out;
      z-index:2;
    }
    .peo-team-card::after {
      content:'';position:absolute;top:-80px;left:-80px;width:260px;height:260px;
      background:radial-gradient(circle,rgba(var(--card-rgb),.12) 0%,transparent 65%);
      pointer-events:none;z-index:0;opacity:.55;
      transition:opacity 180ms ease-out;
    }
    .peo-team-card:hover {
      border-color: rgba(var(--card-rgb),.42);
      transform: translateY(-2px);
      box-shadow: 0 1px 2px rgba(13,24,41,.05), 0 14px 32px -14px rgba(var(--card-rgb),.22), 0 18px 36px -18px rgba(13,24,41,.18);
    }
    .peo-team-card:hover::before { width: 4px; top: 14px; bottom: 14px; }
    .peo-team-card:hover::after { opacity: 1; }
    .peo-team-card > * { position: relative; z-index: 1; }
    .peo-team-photo {
      width: 96px; height: 96px;
      border-radius: 50%;
      background: linear-gradient(135deg, rgba(var(--card-rgb),.18) 0%, rgba(var(--card-rgb),.06) 100%);
      border: 2px solid rgba(var(--card-rgb),.28);
      overflow: hidden;
      margin-bottom: 20px;
      flex-shrink: 0;
    }
    .peo-team-photo img {
      width: 100%; height: 100%;
      object-fit: cover;
      display: block;
    }
    .peo-team-photo.no-img::after {
      content: '';
      display: block;
      width: 100%; height: 100%;
      background: linear-gradient(135deg, var(--card-color) 0%, rgba(var(--card-rgb),.6) 100%);
    }
    .peo-team-role-label{
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-family: var(--font-b);
      font-size: 10.5px;
      font-weight: 700;
      letter-spacing: .16em;
      text-transform: uppercase;
      color: var(--card-color);
      margin-bottom: 8px;
    }
    .peo-team-role-label::after {
      content: '';
      width: 22px; height: 1px;
      background: currentColor;
      opacity: .4;
    }
    .peo-team-name {
      font-family: var(--font-h);
      font-size: 20px;
      font-weight: 800;
      letter-spacing: -.018em;
      color: #0D1829;
      line-height: 1.15;
      margin: 0 0 6px;
    }
    .peo-team-creds {
      font-family: var(--font-b);
      font-size: 12.5px;
      font-weight: 500;
      color: #5B6B7E;
      margin: 0 0 18px;
      line-height: 1.45;
    }
    .peo-team-scope {
      list-style: none;
      padding: 0;
      margin: 0 0 4px;
      display: flex;
      flex-direction: column;
      gap: 8px;
      border-top: 1px solid rgba(13,24,41,.06);
      padding-top: 16px;
    }
    .peo-team-scope li {
      position: relative;
      padding: 0 0 0 18px;
      font-family: var(--font-b);
      font-size: 12.5px;
      font-weight: 500;
      color: #475569;
      line-height: 1.5;
    }
    .peo-team-scope li::before {
      content: '';
      position: absolute;
      left: 0;
      top: 8px;
      width: 10px;
      height: 1px;
      background: var(--card-color);
    }
    .peo-team-foot {
      text-align: center;
      margin-top: 36px;
      font-family: var(--font-b);
      font-size: 14px;
      color: #64748B;
    }
    .peo-team-foot a {
      color:#1366A0;
      font-weight: 700;
      text-decoration: none;
      border-bottom: 1px solid currentColor;
    }

    /* ══════════════════════════════════
       WORKERS' COMP DEPTH MODULE
    ══════════════════════════════════ */
    .wc-depth-sec {
      background: linear-gradient(180deg, #0D1829 0%, #07192E 100%) !important;
      color: #fff !important;
      padding: 96px 32px;
      position: relative;
      isolation: isolate;
      overflow: hidden;
    }
    .wc-depth-sec::before {
      content:'';position:absolute;inset:0;z-index:0;pointer-events:none;
      background:
        radial-gradient(ellipse 60% 50% at 15% 20%, rgba(232,18,92,.16) 0%, transparent 70%),
        radial-gradient(ellipse 55% 45% at 85% 80%, rgba(249,115,22,.12) 0%, transparent 70%),
        radial-gradient(ellipse 50% 40% at 50% 100%, rgba(23,121,184,.10) 0%, transparent 70%);
    }
    .wc-depth-sec::after {
      content:'';position:absolute;inset:0;z-index:0;pointer-events:none;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 300 300' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n2'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.95' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 0.45 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n2)'/%3E%3C/svg%3E");
      background-size: 240px 240px; mix-blend-mode: overlay; opacity: .15;
    }
    .wc-depth-sec .wrap { position: relative; z-index: 1; }
    .wc-depth-head { text-align: center; max-width: 780px; margin: 0 auto 56px; }
    .wc-depth-head .sec-label{ color: #E8125C; }
    .wc-depth-head .sec-h2 { color: #fff; margin-left: auto; margin-right: auto; }
    .wc-depth-head .sec-p { color: rgba(255,255,255,.75); margin-left: auto; margin-right: auto; }
    .wc-depth-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 22px;
      max-width: 1180px;
      margin: 0 auto;
    }
    @media (max-width: 1100px) { .wc-depth-grid { grid-template-columns: 1fr 1fr; } }
    @media (max-width: 580px)  { .wc-depth-grid { grid-template-columns: 1fr; } }
    .wc-depth-card {
      position: relative;
      padding: 32px 28px 26px 38px;
      border-radius: 10px;
      background: rgba(255,255,255,.04);
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
      border: 1px solid rgba(255,255,255,.12);
      box-shadow: 0 1px 2px rgba(0,0,0,.3), 0 16px 40px -16px rgba(0,0,0,.4);
      transition: border-color 180ms ease-out, box-shadow 180ms ease-out, transform 180ms ease-out;
      overflow: hidden;
      isolation: isolate;
    }
    .wc-depth-card::before {
      content:'';position:absolute;left:0;top:24px;bottom:24px;width:3px;
      background: linear-gradient(180deg,transparent 0%,#E8125C 15%,#E8125C 85%,transparent 100%);
      border-radius:0 3px 3px 0;
      transition:width 180ms ease-out,top 180ms ease-out,bottom 180ms ease-out;
      z-index:2;
    }
    .wc-depth-card:hover {
      border-color: rgba(232,18,92,.52);
      transform: translateY(-2px);
      background: rgba(255,255,255,.07);
    }
    .wc-depth-card:hover::before { width: 4px; top: 14px; bottom: 14px; }
    .wc-depth-stat {
      font-family: var(--font-h);
      font-size: 48px;
      font-weight: 900;
      line-height: 1;
      letter-spacing: -.03em;
      background: linear-gradient(135deg, #fff 0%, #E8125C 100%);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-bottom: 12px;
    }
    .wc-depth-card h3 {
      font-family: var(--font-h);
      font-size: 17px;
      font-weight: 800;
      color: #fff;
      letter-spacing: -.012em;
      margin: 0 0 10px;
      line-height: 1.2;
    }
    .wc-depth-card p {
      font-family: var(--font-b);
      font-size: 13px;
      font-weight: 500;
      color: rgba(255,255,255,.72);
      line-height: 1.6;
      margin: 0;
    }
    .wc-depth-features {
      max-width: 1180px;
      margin: 56px auto 0;
      padding: 36px 40px;
      background: rgba(255,255,255,.04);
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 12px;
    }
    .wc-depth-features h3 {
      font-family: var(--font-h);
      font-size: 20px;
      font-weight: 800;
      color: #fff;
      letter-spacing: -.015em;
      margin: 0 0 24px;
    }
    .wc-depth-features-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 16px 28px;
      margin-bottom: 28px;
    }
    @media (max-width: 720px) { .wc-depth-features-grid { grid-template-columns: 1fr; } }
    .wc-depth-feat {
      display: flex;
      align-items: center;
      gap: 10px;
      font-family: var(--font-b);
      font-size: 14px;
      font-weight: 500;
      color: rgba(255,255,255,.85);
    }
    .wc-depth-feat svg {
      width: 18px; height: 18px;
      stroke: #10B981;
      fill: none;
      stroke-width: 2.5;
      flex-shrink: 0;
    }
    .wc-depth-cta {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-family: var(--font-b);
      font-size: 14px;
      font-weight: 700;
      color: #E8125C;
      text-decoration: none;
      padding: 12px 0 0;
      border-top: 1px solid rgba(255,255,255,.08);
      transition: gap .2s;
    }
    .wc-depth-cta:hover { gap: 14px; }

    @media (prefers-reduced-motion: reduce) {
      .peo-team-card, .peo-team-card::before, .wc-depth-card, .wc-depth-card::before, .wc-depth-cta { transition: none !important; }
    }

    /* ── RESPONSIVE ──────────────────────────────────────── */
    @media (max-width: 1100px) {
      .hero-inner { grid-template-columns: 1fr; }
      .hero-visual { padding-top: 16px; }
      .hero-glass-card { max-width: 400px; margin: 0 auto; }
      .hero-h1 { font-size: clamp(32px,6vw,42px); }
    }
    @media (max-width: 900px) {
      .icon-grid { grid-template-columns: repeat(2, 1fr); }
      .steps { grid-template-columns: 1fr; }
      .step-connector { display: none; }
      .stats-strip { grid-template-columns: repeat(3, 1fr); }
      .cross-grid { grid-template-columns: 1fr; }
    }
    @media (max-width: 1024px) {
      nav { display: none; }
      .btn-nav-ghost { display: none; }
      .ham { display: flex; }
      .mob-overlay { display: block; }
      .page-hero { padding: 40px 24px 48px; min-height: auto; }
      .hero-h1 { font-size: clamp(28px,7vw,36px); }
      .hero-sub { font-size: 17px; }
      .hero-ctas { flex-direction: column; }
      .hero-ctas a { width: 100%; justify-content: center; }
      .hero-stats { gap: 20px; }
      .hero-stat-num { font-size: 28px; }
      .sec { padding: 64px 20px; }
      .sec-h2 { font-size: 28px; }
      .cta-h2 { font-size: 28px; }
      .icon-grid { grid-template-columns: 1fr; }
      .ft-top { grid-template-columns: 1fr 1fr 1fr; gap: 32px; }
      .breadcrumb { padding: 12px 24px 0; }
      .sec-cta { padding: 56px 24px; }
      :root {
        --glass-shadow: 0 2px 8px rgba(7,25,46,.04), 0 4px 16px rgba(7,25,46,.03);
        --shadow-md: 0 2px 12px rgba(7,25,46,.06);
      }
    }
    @media (max-width: 480px) {
      .ft-top { grid-template-columns: 1fr; }
      .stats-strip { grid-template-columns: 1fr; }
      .hero-stats { flex-direction: column; gap: 16px; }
    }

    /* ══════════════════════════════════
       STRIPE-LEVEL FLAGSHIP ENHANCEMENTS
    ══════════════════════════════════ */

    /* 1. Hero grid overlay — fine engineering grid */
    .page-hero::after {
      content: '';
      position: absolute; inset: 0;
      background-image:
        linear-gradient(to right, rgba(41,171,226,.04) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(41,171,226,.04) 1px, transparent 1px);
      background-size: 60px 60px;
      mask-image: radial-gradient(ellipse 100% 50% at 50% 0%, black 50%, transparent 100%);
      -webkit-mask-image: radial-gradient(ellipse 100% 50% at 50% 0%, black 50%, transparent 100%);
      pointer-events: none;
    }

    /* 2. Spotlight hover on icon-cards */
    .icon-card {
      transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.35s ease, border-color 0.35s ease;
    }
    .icon-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 20px 48px rgba(7,25,46,.12), 0 0 0 1px rgba(41,171,226,.2);
    }
    /* Spotlight gradient follows card */
    .icon-card::after {
      transition: opacity 0.4s ease !important;
    }

    /* 3. Button shimmer — canonical version now in buttons-v2.css (sitewide) */

    /* 4. Section background alternation.
       Exclusions:
         - .sec-how / .sec-cross — alternates with own gradient
         - .svc-midcta / .svc-proof / .svc-cta — navy bands (white text on navy bg)
         - .svc-platform — own gradient
         - .svc-hero — hero owns its background
       Without these exclusions, the white-on-navy bands inherit a light gradient
       and the white type becomes invisible (P0 WCAG violation, fixed 2026-05-20). */
    .sec:not(.sec-how):not(.sec-cross):not(.svc-midcta):not(.svc-proof):not(.svc-cta):not(.svc-platform):not(.svc-hero) {
      background: linear-gradient(180deg, #fff 0%, var(--off) 100%);
    }
    .sec-cross {
      background: linear-gradient(180deg, var(--off) 0%, #fff 100%);
    }

    /* 5. Comparison card — border beam on VSHR column */
    .comparison-vshr {
      position: relative;
      isolation: isolate;
      border-radius: 0 10px 10px 0;
    }
    .comparison-vshr::before {
      content: '';
      position: absolute;
      inset: 0;
      border-radius: inherit;
      padding: 1.5px;
      background: conic-gradient(
        from var(--gradient-angle, 0deg),
        transparent 0%,
        transparent 65%,
        rgba(2, 166, 220, .9) 78%,
        rgba(231, 23, 135, .6) 88%,
        rgba(51, 54, 142, .4) 95%,
        transparent 100%
      );
      -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
      -webkit-mask-composite: xor;
      mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
      mask-composite: exclude;
      pointer-events: none;
      z-index: 2;
      animation: vshr-border-beam 10s linear infinite;
    }

    /* 5b. Border beam keyframes — drives the conic sweep on VSHR column */
    @keyframes vshr-border-beam {
      to { --gradient-angle: 360deg; }
    }
    @@property --gradient-angle {
      syntax: '<angle>';
      initial-value: 0deg;
      inherits: false;
    }

    /* 5c. WC Section wrapper — crown jewel border glow */
    .wc-depth-sec {
      border: 1.5px solid transparent;
      background-clip: padding-box;
      position: relative;
    }
    .wc-depth-sec::after {
      content: '';
      position: absolute;
      inset: -1px;
      z-index: -1;
      border-radius: 0;
      background: linear-gradient(180deg,
        rgba(232,18,92,.0) 0%,
        rgba(232,18,92,.18) 15%,
        rgba(249,115,22,.12) 50%,
        rgba(23,121,184,.15) 85%,
        rgba(23,121,184,.0) 100%
      );
      pointer-events: none;
      animation: wc-glow-pulse 4s ease-in-out infinite;
    }
    @keyframes wc-glow-pulse {
      0%, 100% { opacity: 0.5; }
      50% { opacity: 1; }
    }

    /* 5d. WC depth section outer glow (replaces the noise ::after) */
    .wc-depth-sec > .wrap {
      position: relative;
      z-index: 1;
    }

    /* 6. WC Section — crown jewel animated gradient header */
    .wc-crown-header {
      position: relative;
      text-align: center;
      padding: 4px 0 0;
    }
    .wc-crown-header::before {
      content: '';
      position: absolute;
      top: 0; left: 50%;
      transform: translateX(-50%);
      width: 120px; height: 3px;
      background: linear-gradient(90deg, #E8125C, #F07128, #E8125C);
      background-size: 200% 100%;
      animation: wc-shimmer 3s ease-in-out infinite;
      border-radius: 2px;
    }
    @keyframes wc-shimmer {
      0%, 100% { background-position: 0% 50%; }
      50% { background-position: 100% 50%; }
    }
    .wc-depth-sec .wc-depth-head .sec-h2 {
      background: linear-gradient(135deg, #fff 0%, #F8D4DD 30%, #fff 60%, #E8125C 100%);
      background-size: 200% 100%;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      animation: wc-text-shimmer 6s ease-in-out infinite;
    }
    @keyframes wc-text-shimmer {
      0%, 100% { background-position: 0% 50%; }
      50% { background-position: 100% 50%; }
    }
    /* WC section label — navy-to-teal animated gradient */
    .hro-wc-label {
      background: linear-gradient(90deg, #E8125C 0%, #F07128 30%, #29ABE2 60%, #07192E 100%);
      background-size: 300% 100%;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      animation: wc-label-shift 8s ease-in-out infinite;
    }
    @keyframes wc-label-shift {
      0%, 100% { background-position: 0% 50%; }
      50% { background-position: 100% 50%; }
    }
    @media (prefers-reduced-motion: reduce) {
      .wc-crown-header::before,
      .wc-depth-sec .wc-depth-head .sec-h2 { animation: none; }
      .wc-depth-sec .wc-depth-head .sec-h2 {
        background: none; color: #fff;
        -webkit-text-fill-color: #fff;
      }
      .comparison-vshr::before { animation: none; }
      .wc-depth-sec::after { animation: none; opacity: 0.7; }
      .wc-depth-sec .wc-depth-head .sec-label{ animation: none; -webkit-text-fill-color: #E8125C; background: none; }
    }

    /* 7. WC depth cards — premium hover glow */
    .wc-depth-card {
      transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s cubic-bezier(0.34,1.56,0.64,1), background 0.3s ease;
    }
    .wc-depth-card:hover {
      box-shadow: 0 0 0 1px rgba(232,18,92,.35), 0 20px 48px -12px rgba(232,18,92,.25), 0 8px 16px -4px rgba(0,0,0,.3);
    }

    /* 8. Co-employment cards — premium depth + spotlight hover */
    .coemploy-card {
      position: relative;
      padding: 32px 32px 28px 42px;
      border-radius: 10px;
      background: #FFFFFF;
      border: 1px solid rgba(13,24,41,.09);
      box-shadow:
        0 0 0 0.5px rgba(255,255,255,.9) inset,
        0 1px 2px rgba(13,24,41,.04),
        0 8px 24px -12px rgba(13,24,41,.18),
        0 16px 40px -20px rgba(13,24,41,.12);
      overflow: hidden;
      isolation: isolate;
      transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.35s ease, border-color 0.35s ease;
    }
    .coemploy-card:hover {
      transform: translateY(-5px);
      border-color: rgba(41,171,226,.18);
      box-shadow:
        0 0 0 0.5px rgba(255,255,255,.9) inset,
        0 0 0 1px rgba(41,171,226,.12),
        0 4px 8px rgba(13,24,41,.05),
        0 20px 48px -12px rgba(13,24,41,.16),
        0 32px 64px -24px rgba(13,24,41,.12);
    }
    /* Spotlight radial on coemploy cards */
    .coemploy-card .spotlight-overlay {
      position: absolute;
      inset: 0;
      border-radius: inherit;
      pointer-events: none;
      opacity: 0;
      transition: opacity 0.35s ease;
      z-index: 0;
    }
    .coemploy-card:hover .spotlight-overlay {
      opacity: 1;
    }

    /* 8b. Generic spotlight overlay for all cards */
    .spotlight-overlay {
      position: absolute;
      inset: 0;
      border-radius: inherit;
      pointer-events: none;
      opacity: 0;
      transition: opacity 0.35s ease;
      z-index: 0;
    }

    /* 9. NAPEO ROI stat — pulse on reveal */
    .napeo-stat {
      display: inline-block;
      font-family: var(--font-h);
      font-size: clamp(32px, 4.5vw, 56px);
      font-weight: 900;
      letter-spacing: -.04em;
      line-height: 1;
      background: linear-gradient(135deg, #1779B8 0%, #29ABE2 50%, #1779B8 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    /* 10. Mid-page CTA — subtle breathing glow */
    .midcta-sec {
      position: relative;
      overflow: hidden;
    }
    .midcta-sec::before {
      content: '';
      position: absolute;
      inset: 0;
      pointer-events: none;
      background: radial-gradient(ellipse 60% 50% at 50% 50%, rgba(41,171,226,.14) 0%, transparent 70%);
      animation: midcta-breathe 4s ease-in-out infinite;
    }
    @keyframes midcta-breathe {
      0%, 100% { opacity: 0.6; }
      50% { opacity: 1; }
    }
    @media (prefers-reduced-motion: reduce) {
      .midcta-sec::before { animation: none; opacity: 0.8; }
    }
  /*callback-widget-mobile-hide-v1*/
@media (max-width: 767px) {
  .callback-widget { display: none !important; }
  .mob-sticky-cta { display: flex !important; }
}
/* reduced-motion-v1 */
@media (prefers-reduced-motion: reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important;}}
/* mobile-qa-v1 */
@media (max-width: 767px) {
  .btn, button, .btn-primary, .btn-secondary, .btn-outline, .cta, [class*="btn-"], a.button, input[type="submit"], input[type="button"] {
    min-height: 44px !important;
    min-width: 44px !important;
    padding: 12px 18px !important;
  }
  p, li, span, a, td, th, label, input, select, textarea, button, {
    font-size: max(14px, 1em) !important;
  }
  body, main, section, div, table, .container, .wrap, [class*="-wrap"], [class*="-grid"] {
    max-width: 100% !important;
  }
  img, video, iframe, svg { max-width: 100% !important; height: auto; }
  table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .mob-drawer, [class*="drawer"], .nav-drawer { width: 88vw !important; max-width: 320px !important; }
  html { overflow-x: hidden !important; }
}
@media (max-width: 359px) {
  .mob-drawer, [class*="drawer"], .nav-drawer { width: 96vw !important; max-width: 100vw !important; }
}
/* scroll-margin-anchor-v2 */
[id], section[id], h1[id], h2[id], h3[id], h4[id] { scroll-margin-top: 130px; }

/* faq-q text override (markup has text directly in button, no span) — applies to .faq-item children */
.faq-item{background:#fff}
.faq-q{font-family:var(--font-b)!important;font-size:15.5px!important;font-weight:600!important;color:var(--navy)!important;background:#fff!important;line-height:1.45;gap:14px;width:100%;border:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:18px 24px;text-align:left;transition:background .15s}
.faq-q:hover{background:var(--off)!important}
.faq-q svg{width:18px;height:18px;flex-shrink:0;stroke:var(--blue-dark);fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;transition:transform .25s var(--ease)}
.faq-item.open .faq-q svg{transform:rotate(180deg)}
.faq-item.open .faq-a{max-height:600px}
.faq-a-inner{padding:0 24px 22px;font-family:var(--font-b);font-size:15px;line-height:1.65;color:var(--muted)}
.faq-a-inner a{color:var(--blue-dark);text-decoration:underline}

/* ── COST COMPARISON + IMPLEMENTATION RESPONSIVE ─── */
@media (max-width: 720px) {
  .sec-coemploy [style*="grid-template-columns: 1fr 1fr"] { grid-template-columns: 1fr !important; }
  section[aria-label="Cost comparison"] [style*="grid-template-columns:1fr 1fr"] { grid-template-columns: 1fr !important; }
  section[aria-label="Implementation guarantee"] [style*="grid-template-columns:auto 1fr"] { grid-template-columns: 1fr !important; text-align: center; }
  section[aria-label="Implementation guarantee"] [style*="width:120px"] { margin: 0 auto; }
  section[aria-label="Implementation guarantee"] { text-align: center !important; }
}
@media (max-width: 580px) {
  .wc-depth-features [style*="grid-template-columns:repeat(3"] { grid-template-columns: 1fr !important; gap: 20px !important; }
}

/* §2 */
on each service page. Safe to ship more than once;
   selectors are scoped so they never collide with other pages. */
:root {
  --svc-sec-py: 96px;
  --svc-sec-py-mobile: 56px;
  --svc-gap: 48px;
  --svc-gap-mobile: 28px;
}

/* Unify the base .sec padding used by service pages. */
main .sec,
main section.sec,
main .svc-section,
main .sec-capabilities,
main .sec-diff,
main .sec-platform,
main .sec-proof,
main .sec-integration,
main .svc-faq,
main .svc-advisor-sec,
main .sec-hero + section,
main .sec-cta {
  padding-top: var(--svc-sec-py);
  padding-bottom: var(--svc-sec-py);
}

/* Tighten the gap between adjacent same-color sections so the page breathes
   at 96/48 cadence instead of 128/64. */
main section + section { margin-top: 0; }

/* Tabular lining figures on every stat number in the service pages. Keeps
   columns aligned and reads like Linear. */
main {
  font-variant-numeric: tabular-nums lining-nums;
  font-feature-settings: "tnum", "lnum", "ss01", "cv11";
  letter-spacing: -.015em;
}

/* H1 prominence — service hero H1 sits at clamp(34, 5vw, 56) across pages,
   but a few broke to 28px on mobile. Force the floor. */
@media (max-width: 560px) {
  main .payroll-hero h1,
  main .benefits-hero h1,
  main .hero h1,
  main .svc-hero h1 {
    font-size: clamp(30px, 7vw, 40px) !important;
    line-height: 1.08 !important;
    letter-spacing: -.022em !important;
  }
  main .payroll-hero,
  main .benefits-hero,
  main .svc-hero {
    padding-top: 72px !important;   /* push H1 above fold on mobile */
    padding-bottom: 40px !important;
    min-height: auto !important;
  }
}

/* Responsive section rhythm on mobile. */
@media (max-width: 720px) {
  main .sec,
  main section.sec,
  main .svc-section,
  main .sec-capabilities,
  main .sec-diff,
  main .sec-platform,
  main .sec-proof,
  main .sec-integration,
  main .svc-faq,
  main .svc-advisor-sec {
    padding-top: var(--svc-sec-py-mobile);
    padding-bottom: var(--svc-sec-py-mobile);
  }
}

/* CTA button consistency — every primary CTA across the 9 pages renders at the
   same height (48px desktop / 44px mobile). Stops the zoo of button heights. */
main a.btn-primary,
main .btn-primary,
main .cta-primary,
main .svc-cta-primary,
main .payroll-hero .cta-primary,
main .benefits-hero .cta-primary {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  font-weight: 600;
  letter-spacing: -.005em;
}
@media (max-width: 560px) {
  main a.btn-primary,
  main .btn-primary,
  main .cta-primary,
  main .svc-cta-primary { min-height: 44px; padding: 0 18px; font-size: 15px; }
}

/* Improve the diff-card spec so the three-card "what makes us different"
   row on every service page matches the golden-v2 restraint: hairline
   border, tighter radius, precise metric type. */
main .sec-diff .diff-card,
main .svc-diff .diff-card {
  border-radius: 14px;
  border: 1px solid rgba(13, 24, 41, .08);
  box-shadow:
    0 1px 0 rgba(255,255,255,.9) inset,
    0 0 0 1px rgba(13,24,41,.02) inset,
    0 6px 24px -8px rgba(13,24,41,.08),
    0 2px 8px -2px rgba(13,24,41,.06);
  background: linear-gradient(180deg, #FFFFFF 0%, #FBFCFD 100%);
}

/* Final touch — heading leading on H2 across service pages.
   Previously rendered at 1.35 which reads blog-y. */
main section h2 {
  line-height: 1.15;
  letter-spacing: -.018em;
}

/* Hide any residual ghost-number DOM that the HTML scrub missed. */
main .ghost-number { display: none !important; }

/* §3 */
@media (max-width: 1024px) {
  .cb-fab, .callback-trigger { bottom: calc(90px + env(safe-area-inset-bottom, 0px)) !important; }
  .cb-panel, .callback-panel { bottom: calc(160px + env(safe-area-inset-bottom, 0px)) !important; width: min(320px, 90vw) !important; }
  body { padding-bottom: calc(70px + env(safe-area-inset-bottom, 0px)); }
  .mob-sticky-cta { padding-bottom: env(safe-area-inset-bottom, 0px); }
}

/* §4 — page-LOCAL mobile fixes for hr-outsourcing (390px viewport) */
@media (max-width: 767.98px) {
  /* btn-tel: raise from 15px to 16px so phone-number link meets reading-text floor */
  .cta-phone,
  .btn-tel { font-size: 16px !important; }

  /* hero-cycle-wrap: the cycling gradient word can push 5px past the right edge
     of a 390px viewport because white-space:nowrap prevents natural wrapping.
     Clip it to the available line width so there is no horizontal bleed. */
  .hero-cycle-wrap { max-width: calc(100vw - 48px); overflow: hidden; }
}
