/* peo-vs-aso-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; }

    /* -- SCREEN READER ONLY --------------------------------------- */
    .sr-only {
      position: absolute; width: 1px; height: 1px;
      padding: 0; margin: -1px; overflow: hidden;
      clip: rect(0,0,0,0); white-space: nowrap; border: 0;
    }

    /* ── RESET ─────────────────────────────────────────── */
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    :focus-visible { outline: 2px solid #1779B8; outline-offset: 3px; border-radius: 6px; }
    /* ── PRO MAX: INTERACTIVE ELEMENTS ──────────────────── */
    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; }
    /* ── PRO MAX: LOADING STATE ─────────────────────────── */
    .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); } }
    /* ── PRO MAX: TOUCH TARGETS ────────────────────────── */
    .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, .assess-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; }
    }

    /* ── PAGE-UNIQUE TOKENS ─────────────────────────────── */
    /* Removed redundant tokens already defined in site.css (verified 2026-05-05). */
    :root {
      --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);
    }

    /* ── CLIENT PROOF BAR ───────────────────────────────── */
    .client-proof-bar {
      padding: 32px 0;
      background: var(--off, #F4F8FC);
      border-bottom: 1px solid rgba(226,236,244,.5);
    }
    .client-proof-inner {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 32px;
      display: flex;
      align-items: center;
      gap: 40px;
      flex-wrap: wrap;
      justify-content: center;
    }
    .client-proof-label{
      font-family: var(--font-b);
      font-size: 12px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      color: var(--muted);
      white-space: nowrap;
    }
    .client-proof-logos {
      display: flex;
      align-items: center;
      gap: 32px;
      flex-wrap: wrap;
    }
    .client-proof-logos img {
      height: 28px;
      opacity: 0.5;
      filter: grayscale(100%);
      transition: opacity 0.3s, filter 0.3s;
    }
    .client-proof-logos img:hover {
      opacity: 1;
      filter: grayscale(0%);
    }

    /* ── 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 */

    /* ── GRADIENT SECTION DIVIDER ──────────────────────── */
    .sec-divider {
      height: 1px;
      background: linear-gradient(90deg, transparent 0%, var(--border) 15%, var(--border) 85%, transparent 100%);
      margin: 0 auto;
      max-width: 1200px;
    }

    /* ── HERO ───────────────────────────────────────────── */
    .page-hero {
      background-image:
        radial-gradient(rgba(41,171,226,.06) 1px, transparent 1px),
        radial-gradient(ellipse 70% 50% at 50% 40%, rgba(41,171,226,.08), transparent 70%),
        linear-gradient(160deg, var(--navy) 0%, #0D2847 100%);
      background-size: 20px 20px, 100% 100%, 100% 100%;
      position: relative;
      overflow: hidden;
      padding: 48px 32px 40px;
      text-align: center;
    }
    .page-hero::before {
      content: '';
      position: absolute; inset: 0;
      background-image: radial-gradient(rgba(41,171,226,.06) 1px, transparent 1px);
      background-size: 32px 32px;
      pointer-events: none;
    }
    .page-hero::after {
      content: '';
      position: absolute; inset: 0;
      background:
        radial-gradient(ellipse 60% 50% at 20% 90%, rgba(41,171,226,.12) 0%, transparent 60%),
        radial-gradient(ellipse 50% 40% at 80% 10%, rgba(249,115,22,.08) 0%, transparent 50%);
      pointer-events: none;
    }
    .hero-inner-pg {
      max-width: 720px;
      margin: 0 auto;
      position: relative;
      z-index: 2;
    }
    .eyebrow {
      font-family: var(--font-b);
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--orange);
      margin-bottom: 12px;
      display: inline-block;
      background: linear-gradient(90deg, #F97316 0%, #9333EA 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    .hero-h1 {
      font-family: var(--font-h);
      font-size: 32px;
      font-size: clamp(32px, 4vw, 48px);
      font-weight: 800;
      line-height: 1.12;
      letter-spacing: -1.5px;
      color: #fff;
      margin-bottom: 16px;
    }
    .hero-sub {
      font-family: var(--font-b); font-size: 18px; font-weight: 400;
      color: rgba(255,255,255,.8); line-height: 1.72;
      max-width: 640px; margin: 0 auto 20px;
    }
    .hero-ctas { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 20px; }
    .btn-primary {
      font-family: var(--font-h); font-size: 16px; font-weight: 600;
      color: #fff; background: var(--orange);
      padding: 14px 28px; border-radius: 8px; text-decoration: none;
      transition: all .2s var(--ease); min-height: 48px;
      display: inline-flex; align-items: center; gap: 8px; cursor: pointer; border: none;
      box-shadow: 0 4px 14px rgba(249,115,22,.18);
    }
    .btn-primary:hover { background: #EA6C10; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(249,115,22,.35); }
    .btn-ghost {
      font-family: var(--font-h); font-size: 16px; font-weight: 600;
      color: #fff; background: transparent;
      padding: 14px 28px; border-radius: 8px; text-decoration: none;
      transition: all .2s var(--ease); min-height: 48px;
      display: inline-flex; align-items: center; gap: 8px; cursor: pointer;
      border: 1px solid rgba(255,255,255,.5);
    }
    .btn-ghost:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.8); transform: translateY(-2px); }
    .read-time {
      font-family: var(--font-b); font-size: 14px; color: rgba(255,255,255,.76);
    }

    /* ── SECTIONS ─────────────────────────────────────────── */
    .sec { padding: 80px 32px; }
    .sec-white { background: var(--white); }
    .sec-off { background: #F9FAFB; }
    .sec-navy { background: var(--navy); }
    .sec-header { text-align: center; margin-bottom: 48px; }
    .sec-header .eyebrow { margin-bottom: 12px; }
    .sec-header h2 {
      font-family: var(--font-h); font-size: 28px;font-size: clamp(28px,3.5vw,36px);
      font-weight: 700; color: var(--navy); letter-spacing: -1px;
      margin-bottom: 12px;
    }
    .sec-header p {
      font-family: var(--font-b); font-size: 16px; color: #6B7280;
      max-width: 560px; margin: 0 auto;
    }
    .sec-navy .sec-header h2 { color: #fff; }
    .sec-navy .sec-header p { color: rgba(255,255,255,.7); }

    /* ── GOLDEN CARD DEFINITION CARDS ─────────────────────── */
    .def-grid {
      max-width: 1180px; margin: 0 auto;
      display: grid; grid-template-columns: 1fr 1fr; gap: 22px;
    }
    .def-card {
      position: relative;
      background: #FFFFFF;
      border: 1px solid rgba(13,24,41,.09);
      border-radius: 10px;
      padding: 36px 36px 32px 44px;
      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;
      --card-color:#1366A0;
      --card-rgb: 23,121,184;
    }
    .def-card--peo { --card-color:#1366A0; --card-rgb:23,121,184; }
    .def-card--aso { --card-color:#F97316; --card-rgb:249,115,22; }
    .def-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;
    }
    .def-card::after {
      content: '';
      position: absolute; top: -100px; left: -100px;
      width: 320px; height: 320px;
      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;
    }
    .def-card > * { position: relative; z-index: 1; }
    .def-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);
    }
    .def-card:hover::before { width: 4px; top: 14px; bottom: 14px; }
    .def-card:hover::after { opacity: 1; }
    .def-icon {
      width: 48px; height: 48px; border-radius: 12px;
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 16px;
    }
    .def-icon--peo { background: rgba(41,171,226,.1); }
    .def-icon--aso { background: rgba(249,115,22,.1); }
    .def-icon svg { width: 28px; height: 28px; stroke-width: 1.8; fill: none; }
    .def-label{
      font-family: var(--font-h); font-size: 14px; font-weight: 700;
      letter-spacing: 2px; text-transform: uppercase;
      margin-bottom: 6px;
    }
    .def-label--peo{ color: var(--blue); }
    .def-label--aso{ color: var(--orange); }
    .def-title {
      font-family: var(--font-h); font-size: 22px; font-weight: 700;
      color: var(--navy); margin-bottom: 14px; letter-spacing: -.3px;
    }
    .def-text {
      font-family: var(--font-b); font-size: 15px; color: #374151;
      line-height: 1.65; margin-bottom: 16px;
    }
    .def-pill{
      display: inline-flex; align-items: center; gap: 6px;
      padding: 6px 14px; border-radius: 100px;
      font-family: var(--font-b); font-size: 13px; font-weight: 600;
      margin-bottom: 16px;
    }
    .def-pill--peo{ background: #E0F4FD; color: var(--blue-dark); }
    { background: #FFF3E0; color: #9A330A; }
    .def-best {
      font-family: var(--font-b); font-size: 15px; font-weight: 600;
      color: var(--navy); line-height: 1.5;
    }
    .def-best strong { color: var(--blue); }
    .def-card--aso .def-best strong { color: var(--orange); }
    .def-features {
      list-style: none; margin: 16px 0 0; padding: 0;
    }
    .def-features li {
      font-family: var(--font-b); font-size: 14px; color: #374151;
      padding: 6px 0 6px 26px; position: relative; line-height: 1.5;
    }
    .def-features li::before {
      content: '';
      position: absolute; left: 0; top: 10px;
      width: 16px; height: 16px;
      background: var(--green);
      border-radius: 50%;
      mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3'%3E%3Cpath d='M5 12l5 5L20 7'/%3E%3C/svg%3E") center/12px no-repeat;
      -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3'%3E%3Cpath d='M5 12l5 5L20 7'/%3E%3C/svg%3E") center/12px no-repeat;
    }
    .bridge-text {
      text-align: center; max-width: 640px; margin: 40px auto 0;
      font-family: var(--font-b); font-size: 17px; font-weight: 500;
      color: var(--navy); line-height: 1.6;
    }
    .bridge-logo {
      display: block; margin: 16px auto 0;
      height: 28px; width: auto; opacity: .5;
    }

    /* ── COMPARISON TABLE ─────────────────────────────────── */
    .table-wrap {
      max-width: 1000px; margin: 0 auto;
      border-radius: 16px; overflow: hidden;
      border: 1px solid #E5E7EB;
      background: #fff;
      box-shadow: var(--shadow-md);
    }
    .table-scroll {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
    .comp-table {
      width: 100%; border-collapse: collapse;
      min-width: 700px;
    }
    .comp-table thead th {
      position: sticky; top: 0; z-index: 10;
      background: var(--navy);
      color: #fff;
      font-family: var(--font-h); font-size: 14px; font-weight: 700;
      padding: 16px 20px;
      text-align: left;
      border-bottom: 3px solid var(--navy);
    }
    .comp-table thead th:nth-child(2) { border-bottom: 3px solid var(--blue); }
    .comp-table thead th:nth-child(3) { border-bottom: 3px solid var(--orange); }
    .comp-table thead th:nth-child(4) { border-bottom: 3px solid #6B7280; }
    .comp-table tbody td {
      font-family: var(--font-b); font-size: 14px;
      padding: 14px 20px; border-bottom: 1px solid #F3F4F6;
      color: #374151; vertical-align: top;
    }
    .comp-table tbody td:first-child {
      font-weight: 600; color: var(--navy);
      min-width: 200px;
    }
    .comp-table tbody tr:nth-child(even) { background: #FAFBFC; }
    .comp-table tbody tr:hover { background: #F0F9FF; }
    .comp-table .icon-yes {
      display: inline-flex; align-items: center; gap: 6px;
    }
    .comp-table .icon-yes::before {
      content: '';
      width: 18px; height: 18px; flex-shrink: 0;
      border-radius: 50%; background: var(--green);
      mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3'%3E%3Cpath d='M5 12l5 5L20 7'/%3E%3C/svg%3E") center/12px no-repeat;
      -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3'%3E%3Cpath d='M5 12l5 5L20 7'/%3E%3C/svg%3E") center/12px no-repeat;
    }
    .comp-table .icon-partial {
      display: inline-flex; align-items: center; gap: 6px;
    }
    .comp-table .icon-partial::before {
      content: '';
      width: 18px; height: 18px; flex-shrink: 0;
      border-radius: 50%; background: var(--orange);
      mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5'%3E%3Cpath d='M5 12h14'/%3E%3C/svg%3E") center/12px no-repeat;
      -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5'%3E%3Cpath d='M5 12h14'/%3E%3C/svg%3E") center/12px no-repeat;
    }
    .comp-table .icon-no {
      display: inline-flex; align-items: center; gap: 6px;
      color: #9CA3AF;
    }
    .comp-table .icon-no::before {
      content: '';
      width: 18px; height: 18px; flex-shrink: 0;
      border-radius: 50%; background: #D1D5DB;
      mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5'%3E%3Cpath d='M5 12h14'/%3E%3C/svg%3E") center/12px no-repeat;
      -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5'%3E%3Cpath d='M5 12h14'/%3E%3C/svg%3E") center/12px no-repeat;
    }
    .table-note {
      text-align: center; max-width: 800px; margin: 16px auto 0;
      font-family: var(--font-b); font-size: 13px; color: #9CA3AF;
    }

    /* ── ASSESSMENT ───────────────────────────────────────── */
    .assess-outer {
      max-width: 640px; margin: 0 auto;
    }
    .assess-card {
      background: rgba(255,255,255,.08);
      backdrop-filter: blur(20px) saturate(1.4);
      -webkit-backdrop-filter: blur(20px) saturate(1.4);
      border: 1px solid rgba(255,255,255,.15);
      border-radius: 20px;
      padding: 40px;
      box-shadow: 0 8px 32px rgba(0,0,0,.3), 0 0 0 0.5px rgba(255,255,255,.1);
      position: relative;
      overflow: hidden;
      min-height: 420px;
    }
    .assess-card::before {
      content: '';
      position: absolute; top: 0; left: 0; right: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(255,255,255,.2), transparent);
      pointer-events: none;
    }
    .assess-progress {
      margin-bottom: 28px;
    }
    .assess-step-label{
      font-family: var(--font-b); font-size: 14px; font-weight: 500;
      color: rgba(255,255,255,.6); margin-bottom: 8px;
    }
    .assess-bar-track {
      height: 4px; border-radius: 4px;
      background: rgba(255,255,255,.15);
      overflow: hidden;
    }
    .assess-bar-fill {
      height: 100%; border-radius: 4px;
      background: linear-gradient(90deg, var(--blue), var(--orange));
      transition: width .4s var(--ease);
      width: 0%;
    }

    /* Question screen */
    .assess-screen {
      display: none;
      animation: fadeSlideIn .35s var(--ease);
    }
    .assess-screen.active { display: block; }
    @keyframes fadeSlideIn {
      from { opacity: 0; transform: translateX(24px); }
      to { opacity: 1; transform: translateX(0); }
    }
    @keyframes fadeSlideBack {
      from { opacity: 0; transform: translateX(-24px); }
      to { opacity: 1; transform: translateX(0); }
    }
    .assess-q {
      font-family: var(--font-h); font-size: 20px; font-weight: 700;
      color: #fff; margin-bottom: 6px; line-height: 1.35;
    }
    .assess-helper {
      font-family: var(--font-b); font-size: 14px; color: rgba(255,255,255,.82);
      margin-bottom: 24px; line-height: 1.5;
    }
    .assess-options {
      display: flex; flex-direction: column; gap: 10px;
    }
    .assess-opt {
      display: flex; align-items: center; gap: 14px;
      padding: 16px 20px;
      border: 1px solid rgba(255,255,255,.2);
      border-radius: 12px;
      background: rgba(255,255,255,.04);
      cursor: pointer;
      transition: all .2s var(--ease);
      color: #fff;
      font-family: var(--font-b); font-size: 15px; font-weight: 500;
    }
    .assess-opt:hover {
      background: rgba(255,255,255,.08);
      border-color: rgba(255,255,255,.35);
    }
    .assess-opt.selected {
      border: 2px solid var(--blue);
      background: rgba(41,171,226,.12);
      padding: 15px 19px;
    }
    .assess-opt-radio {
      width: 20px; height: 20px; border-radius: 50%;
      border: 2px solid rgba(255,255,255,.3);
      flex-shrink: 0;
      display: flex; align-items: center; justify-content: center;
      transition: all .2s;
    }
    .assess-opt.selected .assess-opt-radio {
      border-color: var(--blue);
      background: var(--blue);
    }
    .assess-opt.selected .assess-opt-radio::after {
      content: '';
      width: 8px; height: 8px;
      background: #fff;
      border-radius: 50%;
    }
    .assess-opt-icon {
      width: 20px; height: 20px; flex-shrink: 0;
      stroke: rgba(255,255,255,.6); fill: none; stroke-width: 1.8;
    }
    .assess-opt.selected .assess-opt-icon { stroke: var(--blue); }

    /* Nav */
    .assess-nav {
      display: flex; justify-content: space-between; align-items: center;
      margin-top: 28px;
    }
    .assess-back {
      font-family: var(--font-b); font-size: 14px; font-weight: 500;
      color: rgba(255,255,255,.6); cursor: pointer;
      background: none; border: none; padding: 8px 0;
      transition: color .15s;
    }
    .assess-back:hover { color: #fff; }
    .assess-back.hidden { visibility: hidden; }
    .assess-next {
      font-family: var(--font-h); font-size: 15px; font-weight: 600;
      color: #fff; background: var(--blue);
      padding: 12px 28px; border-radius: 8px;
      border: none; cursor: pointer;
      transition: all .2s var(--ease);
      min-height: 44px;
    }
    .assess-next:hover { background: var(--blue-dark); transform: translateY(-1px); }
    .assess-next:disabled {
      opacity: .4; cursor: not-allowed; transform: none;
    }

    /* Lead capture form */
    .assess-form-group { margin-bottom: 14px; }
    .assess-input {
      width: 100%;
      background: rgba(255,255,255,.1);
      border: 1px solid rgba(255,255,255,.2);
      border-radius: 8px;
      padding: 14px 16px;
      color: #fff;
      font-family: var(--font-b); font-size: 15px;
      transition: border-color .2s;
    }
    .assess-input::placeholder { color: rgba(255,255,255,.72); }
    .assess-input:focus { outline: none; border-color: var(--blue); background: rgba(255,255,255,.12); }
    .assess-submit {
      width: 100%;
      font-family: var(--font-h); font-size: 16px; font-weight: 700;
      color: #fff; background: var(--blue);
      padding: 14px 28px; border-radius: 8px;
      border: none; cursor: pointer;
      min-height: 48px;
      transition: all .2s var(--ease);
      margin-top: 4px;
    }
    .assess-submit:hover { background: var(--blue-dark); transform: translateY(-1px); }
    .assess-privacy {
      font-family: var(--font-b); font-size: 12px; color: rgba(255,255,255,.74);
      text-align: center; margin-top: 12px; line-height: 1.5;
    }

    /* Results */
    .assess-result-badge {
      display: inline-block;
      background: var(--orange);
      color: #fff;
      font-family: var(--font-b); font-size: 11px; font-weight: 700;
      letter-spacing: 1.5px; text-transform: uppercase;
      padding: 5px 12px; border-radius: 100px;
      margin-bottom: 16px;
    }
    .assess-result-h {
      font-family: var(--font-h); font-size: 26px; font-weight: 700;
      color: #fff; line-height: 1.25; margin-bottom: 16px; letter-spacing: -.3px;
    }
    .assess-result-text {
      font-family: var(--font-b); font-size: 15px; color: rgba(255,255,255,.8);
      line-height: 1.65; margin-bottom: 20px;
    }
    .assess-result-list {
      list-style: none; padding: 0; margin: 0 0 24px;
    }
    .assess-result-list li {
      font-family: var(--font-b); font-size: 14.5px; color: rgba(255,255,255,.85);
      padding: 8px 0 8px 30px; position: relative; line-height: 1.5;
    }
    .assess-result-list.peo-list li::before,
    .assess-result-list.aso-list li::before,
    .assess-result-list.both-list li::before {
      content: '';
      position: absolute; left: 0; top: 11px;
      width: 18px; height: 18px;
      border-radius: 50%;
      mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3'%3E%3Cpath d='M5 12l5 5L20 7'/%3E%3C/svg%3E") center/12px no-repeat;
      -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3'%3E%3Cpath d='M5 12l5 5L20 7'/%3E%3C/svg%3E") center/12px no-repeat;
    }
    .assess-result-list.peo-list li::before { background: var(--blue); }
    .assess-result-list.aso-list li::before { background: var(--orange); }
    .assess-result-list.both-list li::before { background: var(--green); }

    .assess-advisor-block {
      background: rgba(255,255,255,.05);
      border-radius: 12px;
      padding: 24px;
      margin-bottom: 20px;
    }
    .assess-advisor-block h4 {
      font-family: var(--font-h); font-size: 18px; font-weight: 700;
      color: #fff; margin-bottom: 6px;
    }
    .assess-advisor-block p {
      font-family: var(--font-b); font-size: 14px; color: rgba(255,255,255,.6);
      margin-bottom: 16px;
    }
    .assess-advisor-cta {
      display: block; width: 100%; text-align: center;
      font-family: var(--font-h); font-size: 15px; font-weight: 700;
      color: #fff; background: var(--blue);
      padding: 13px 24px; border-radius: 8px;
      text-decoration: none; transition: all .2s var(--ease);
    }
    .assess-advisor-cta:hover { background: var(--blue-dark); transform: translateY(-1px); }
    .assess-phone-note {
      font-family: var(--font-b); font-size: 14px; color: rgba(255,255,255,.76);
      text-align: center; margin-top: 12px;
    }
    .assess-restart-row {
      display: flex; justify-content: center; gap: 24px; margin-top: 16px;
    }
    .assess-restart-row a, .assess-restart-row button {
      font-family: var(--font-b); font-size: 13px; color: rgba(255,255,255,.74);
      background: none; border: none; cursor: pointer;
      text-decoration: underline; transition: color .15s;
    }
    .assess-restart-row a:hover, .assess-restart-row button:hover { color: rgba(255,255,255,.8); }

    /* ── FAQ ACCORDION ─────────────────────────────────────── */
    .faq-list {
      max-width: 800px; margin: 0 auto;
    }
    .faq-item {
      background: #fff;
      border: 1px solid #E5E7EB;
      border-radius: 12px;
      margin-bottom: 12px;
      overflow: hidden;
      transition: box-shadow .2s;
    }
    .faq-item:hover { box-shadow: var(--shadow-sm); }
    .faq-q {
      width: 100%; display: flex; align-items: center; justify-content: space-between;
      padding: 20px 24px;
      background: none; border: none; cursor: pointer;
      font-family: var(--font-b); font-size: 16px; font-weight: 600;
      color: var(--navy); text-align: left;
      gap: 16px;
    }
    .faq-q:hover { color: var(--blue-dark); }
    .faq-chevron {
      width: 20px; height: 20px; flex-shrink: 0;
      stroke: var(--muted); fill: none; stroke-width: 2;
      transition: transform .25s var(--ease);
    }
    .faq-item.open .faq-chevron { transform: rotate(180deg); }
    .faq-a {
      max-height: 0; overflow: hidden;
      transition: max-height .35s var(--ease), padding .35s var(--ease);
      padding: 0 24px;
    }
    .faq-item.open .faq-a {
      max-height: 500px;
      padding: 0 24px 20px;
    }
    .faq-a-inner {
      font-family: var(--font-b); font-size: 15px; color: #374151;
      line-height: 1.7;
    }

    /* ── STATS STRIP ──────────────────────────────────────── */
    .stats-grid {
      max-width: 960px; margin: 0 auto;
      display: grid; grid-template-columns: repeat(4, 1fr);
      gap: 0;
    }
    .stat-item {
      text-align: center; padding: 8px 20px;
      border-right: 1px solid rgba(255,255,255,.1);
    }
    .stat-item:last-child { border-right: none; }
    .stat-num {
      font-family: var(--font-h); font-size: 36px;font-size: clamp(36px,4vw,48px);
      font-weight: 800; color: #fff;
      letter-spacing: -1px;
    }
    .stat-num .sfx { font-size: .65em; }
    .stat-label{
      font-family: var(--font-b); font-size: 14px; color: rgba(255,255,255,.6);
      max-width: 140px; margin: 4px auto 0;
    }
    .stats-source {
      text-align: center; margin-top: 24px;
      font-family: var(--font-b); font-size: 12px; color: rgba(255,255,255,.60);
    }

    /* ── TRUST BRIDGE ─────────────────────────────────────── */
    .trust-grid {
      max-width: 1080px; margin: 0 auto;
      display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
    }
    .trust-card {
      background: linear-gradient(145deg, rgba(255,255,255,.96) 0%, rgba(247,251,255,.88) 100%);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      border: 1px solid #E5E7EB;
      border-radius: 16px;
      padding: 36px;
      box-shadow: 0 2px 12px rgba(0,0,0,.04);
      transition: all .35s var(--ease);
    }
    .trust-card:hover {
      transform: translateY(-4px);
      box-shadow: var(--shadow-md);
    }
    .trust-card-icon {
      width: 48px; height: 48px; border-radius: 12px;
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 16px;
    }
    .trust-card-icon--blue { background: rgba(41,171,226,.1); }
    .trust-card-icon--orange { background: rgba(249,115,22,.1); }
    .trust-card-icon svg { width: 26px; height: 26px; fill: none; stroke-width: 1.8; }
    .trust-card h3 {
      font-family: var(--font-h); font-size: 18px; font-weight: 700;
      color: var(--navy); margin-bottom: 10px; letter-spacing: -.2px;
    }
    .trust-card p {
      font-family: var(--font-b); font-size: 15px; color: #374151;
      line-height: 1.65;
    }

    /* ── FINAL CTA ────────────────────────────────────────── */
    .final-cta {
      padding: 80px 32px;
      background: linear-gradient(170deg, var(--navy) 0%, #0D2847 100%);
      text-align: center;
      position: relative;
      overflow: hidden;
    }
    .final-cta::before {
      content: '';
      position: absolute; inset: 0;
      background:
        radial-gradient(ellipse 50% 60% at 30% 100%, rgba(41,171,226,.1) 0%, transparent 60%),
        radial-gradient(ellipse 40% 50% at 70% 0%, rgba(249,115,22,.06) 0%, transparent 50%);
      pointer-events: none;
    }
    .final-inner {
      max-width: 600px; margin: 0 auto; position: relative; z-index: 2;
    }
    .final-h {
      font-family: var(--font-h); font-size: 28px;font-size: clamp(28px,3.5vw,40px);
      font-weight: 800; color: #fff; margin-bottom: 16px; letter-spacing: -1px;
    }
    .final-sub {
      font-family: var(--font-b); font-size: 17px; color: rgba(255,255,255,.75);
      max-width: 560px; margin: 0 auto 32px; line-height: 1.65;
    }
    .final-ctas {
      display: flex; gap: 16px; justify-content: center; flex-wrap: wrap;
      margin-bottom: 16px;
    }
    .final-phone {
      font-family: var(--font-b); font-size: 14px; color: rgba(255,255,255,.74);
    }

    /* ── FOOTER ──────────────────────────────────────────── */
    footer { background: #040E1A; padding: 64px 32px 32px; color: rgba(255,255,255,.72); }
    .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; }

    /* ── SCROLL REVEAL ───────────────────────────────────── */
    .reveal {
      opacity: 0; transform: translateY(28px);
      transition: opacity .65s var(--ease), transform .65s var(--ease);
    }
    .reveal.revealed { opacity: 1; transform: translateY(0); }
    /* Hero content always visible */
    .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; }

    /* ── RESPONSIVE ──────────────────────────────────────── */
    @media (max-width: 1100px) {
      .trust-grid { grid-template-columns: 1fr; max-width: 480px; }
    }
    @media (max-width: 1024px) {
      nav { display: none; }
      .btn-nav-ghost { display: none; }
      .ham { display: flex; }
      .mob-overlay { display: block; }
      .sec { padding: 56px 20px; }
      .page-hero { padding: 56px 20px 48px; }
      .def-grid { grid-template-columns: 1fr; }
      .stats-grid { grid-template-columns: 1fr 1fr; }
      .stat-item { padding: 16px 12px; }
      .stat-item:nth-child(2) { border-right: none; }
      .stat-item:nth-child(3), .stat-item:nth-child(4) {
        border-top: 1px solid rgba(255,255,255,.08);
      }
      .trust-grid { grid-template-columns: 1fr; }
      .ft-top { grid-template-columns: 1fr 1fr 1fr; gap: 32px; }
      .assess-card { padding: 28px 20px; }
      .faq-q { font-size: 15px; padding: 16px 20px; }
    }
    @media (max-width: 480px) {
      .hero-ctas { flex-direction: column; gap: 12px; }
      .final-ctas { flex-direction: column; gap: 12px; }
      .ft-top { grid-template-columns: 1fr; }
      .hero-h1 { letter-spacing: -1px; }
      .stats-grid { grid-template-columns: 1fr 1fr; }
      .comp-table thead th { font-size: 12px; padding: 12px 14px; }
      .comp-table tbody td { font-size: 13px; padding: 10px 14px; }
    }

    /* ══════════════════════════════════════════════════════
       PREMIUM ENHANCEMENTS
    ══════════════════════════════════════════════════════ */

    /* ── COMPARISON TABLE: ALTERNATING ROW TINT ───────────── */
    .comp-table tbody tr:nth-child(even) {
      background: #FAFBFC;
    }
    .comp-table tbody tr:nth-child(odd) td:nth-child(2) {
      background: rgba(41,171,226,.03);
    }
    .comp-table tbody tr:nth-child(even) td:nth-child(2) {
      background: rgba(41,171,226,.06);
    }
    .comp-table tbody tr:nth-child(odd) td:nth-child(3) {
      background: rgba(249,115,22,.03);
    }
    .comp-table tbody tr:nth-child(even) td:nth-child(3) {
      background: rgba(249,115,22,.06);
    }
    .comp-table tbody tr {
      transition: background .2s ease, box-shadow .2s ease;
    }
    .comp-table tbody tr:hover {
      background: #E8F4FC !important;
      box-shadow: inset 0 0 0 1px rgba(41,171,226,.12);
    }
    .comp-table tbody tr:hover td {
      background: transparent !important;
    }

    /* Sticky header glass effect */
    .comp-table thead th {
      background: var(--navy);
      backdrop-filter: blur(12px) saturate(1.4);
      -webkit-backdrop-filter: blur(12px) saturate(1.4);
      box-shadow: 0 4px 16px rgba(7,25,46,.15);
    }

    /* ── ASSESSMENT QUIZ: GRADIENT PROGRESS BAR ──────────── */
    .assess-bar-fill {
      background: linear-gradient(90deg, var(--blue) 0%, var(--orange) 100%);
      box-shadow: 0 0 12px rgba(41,171,226,.3);
      transition: width .5s var(--ease);
    }

    /* Smooth slide transitions for questions */
    @keyframes slideInRight {
      from { opacity: 0; transform: translateX(32px); }
      to { opacity: 1; transform: translateX(0); }
    }
    @keyframes slideInLeft {
      from { opacity: 0; transform: translateX(-32px); }
      to { opacity: 1; transform: translateX(0); }
    }
    .assess-screen.active {
      animation: slideInRight .4s var(--ease);
    }
    .assess-screen.slide-back {
      animation: slideInLeft .4s var(--ease);
    }

    /* Pulsing glow around selected option */
    @keyframes selectedPulse {
      0%, 100% { box-shadow: 0 0 0 0 rgba(41,171,226,.25); }
      50% { box-shadow: 0 0 0 6px rgba(41,171,226,.08); }
    }
    .assess-opt.selected {
      border: 2px solid var(--blue);
      background: rgba(41,171,226,.12);
      animation: selectedPulse 2s ease-in-out infinite;
    }

    /* Confetti on result reveal */
    @keyframes confettiFall {
      0% { transform: translateY(-100%) rotate(0deg); opacity: 1; }
      100% { transform: translateY(100vh) rotate(720deg); opacity: 0; }
    }
    .assess-screen[data-step="result"].active .assess-confetti {
      position: absolute;
      width: 8px; height: 8px;
      border-radius: 2px;
      animation: confettiFall 3s ease-in forwards;
      pointer-events: none;
      z-index: 0;
    }
    .assess-screen[data-step="result"].active::before {
      content: '';
      position: absolute;
      top: 0; left: 10%; width: 6px; height: 6px;
      background: var(--blue);
      border-radius: 2px;
      animation: confettiFall 2.5s ease-in forwards;
      animation-delay: .1s;
      pointer-events: none;
    }
    .assess-screen[data-step="result"].active::after {
      content: '';
      position: absolute;
      top: 0; left: 80%; width: 5px; height: 5px;
      background: var(--orange);
      border-radius: 50%;
      animation: confettiFall 3s ease-in forwards;
      animation-delay: .3s;
      pointer-events: none;
    }
    /* Additional confetti particles via box-shadow trick */
    .assess-card .assess-screen[data-step="result"].active {
      position: relative;
      overflow: hidden;
    }

    /* ── DEFINITION CARDS: ANIMATED BORDER TRACE ──────────── */
    .def-card {
      position: relative;
      overflow: hidden;
    }
    .def-card::before {
      content: '';
      position: absolute;
      inset: 0;
      border-radius: 16px;
      padding: 2px;
      background: linear-gradient(135deg, transparent 30%, rgba(41,171,226,.4) 50%, transparent 70%);
      -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
      opacity: 0;
      transition: opacity .35s ease;
      pointer-events: none;
    }
    .def-card--aso::before {
      background: linear-gradient(135deg, transparent 30%, rgba(249,115,22,.4) 50%, transparent 70%);
    }
    .def-card:hover::before {
      opacity: 1;
      animation: borderTrace 2s linear infinite;
    }
    @keyframes borderTrace {
      0% { background-position: 0% 0%; }
      100% { background-position: 200% 200%; }
    }
    .def-card::before {
      background-size: 200% 200%;
    }

    /* Icon scale on hover */
    .def-icon {
      transition: transform .35s var(--spring);
    }
    .def-card:hover .def-icon {
      transform: scale(1.12);
    }

    /* ── FAQ ACCORDION: SMOOTH HEIGHT + BLUE LEFT BORDER ──── */
    .faq-a {
      max-height: 0;
      overflow: hidden;
      transition: max-height .4s var(--ease), padding .4s var(--ease), opacity .3s ease;
      opacity: 0;
    }
    .faq-item.open .faq-a {
      max-height: 500px;
      padding: 0 24px 20px;
      opacity: 1;
    }

    /* Chevron rotation */
    .faq-chevron {
      transition: transform .3s var(--ease), stroke .2s ease;
    }
    .faq-item.open .faq-chevron {
      transform: rotate(180deg);
      stroke: var(--blue);
    }

    /* Blue left border on open item */
    .faq-item {
      border-left: 3px solid transparent;
      transition: box-shadow .2s ease, border-color .3s ease;
    }
    .faq-item.open {
      border-left-color: var(--blue);
      box-shadow: var(--shadow-sm), inset 0 0 0 0.5px rgba(41,171,226,.08);
    }

    /* ── STATS STRIP: GRADIENT TEXT + ICON BOUNCE ─────────── */
    .stat-num {
      background: linear-gradient(135deg, #29ABE2 0%, #7DD4F5 50%, #29ABE2 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      position: relative;
    }
    .stat-num .sfx {
      -webkit-text-fill-color: transparent;
    }
    .stat-num::before {
      content: '';
      position: absolute;
      inset: -6px -12px;
      background: radial-gradient(ellipse at center, rgba(41,171,226,.12) 0%, transparent 70%);
      border-radius: 50%;
      z-index: -1;
      pointer-events: none;
      animation: statPulse 3s ease-in-out infinite alternate;
    }
    @keyframes statPulse {
      0% { opacity: .4; transform: scale(.9); }
      100% { opacity: 1; transform: scale(1.1); }
    }

    /* Subtle icon bounce on stat reveal */
    @keyframes statBounce {
      0%, 100% { transform: translateY(0); }
      40% { transform: translateY(-4px); }
      60% { transform: translateY(-2px); }
    }
    .stat-item.stat-revealed .stat-num {
      animation: statBounce .6s var(--spring) forwards;
    }

    /* ── TRUST CARDS: ICON SCALE ──────────────────────────── */
    .trust-card-icon {
      transition: transform .35s var(--spring);
    }
    .trust-card:hover .trust-card-icon {
      transform: scale(1.12);
    }

    /* ── WP/ELEMENTOR OVERRIDES ───────────────────────────── */
    a.btn-primary, a.btn-ghost, a.assess-advisor-cta,
    .btn-primary, .assess-submit, .assess-next { color: #fff !important; text-decoration: none !important; }
    a.btn-ghost { color: #fff !important; }

    /* ── 21ST.DEV TEXT CYCLE ─────────────────────────────── */
    .hero-cycle-wrap {
      display: inline-block;
      position: relative;
      min-width: 160px;
      text-align: left;
      overflow: hidden;
      vertical-align: bottom;
    }
    .hero-cycle-word {
      display: inline-block;
      white-space: nowrap;
      background: linear-gradient(90deg, #F97316 0%, #9333EA 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    .hero-cycle-word.cycle-exit {
      animation: heroCycleOut .35s cubic-bezier(.4, 0, .2, 1) forwards;
    }
    .hero-cycle-word.cycle-enter {
      animation: heroCycleIn .45s cubic-bezier(.16, 1, .3, 1) forwards;
    }
    @keyframes heroCycleOut {
      0%   { opacity: 1; filter: blur(0px); transform: translateY(0) scale(1); }
      100% { opacity: 0; filter: blur(12px); transform: translateY(18px) scale(0.95); }
    }
    @keyframes heroCycleIn {
      0%   { opacity: 0; filter: blur(12px); transform: translateY(-18px) scale(0.95); }
      100% { opacity: 1; filter: blur(0px); transform: translateY(0) scale(1); }
    }
    @media (prefers-reduced-motion: reduce) {
      .hero-cycle-word.cycle-exit,
      .hero-cycle-word.cycle-enter {
        animation: none !important;
        opacity: 1 !important;
        filter: none !important;
        transform: none !important;
      }
    }

    /* ── Phase 3.3: Mobile shadow reduction ──────────── */
    @media (max-width: 1024px) {
      :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);
        --shadow-sm: 0 1px 6px rgba(7,25,46,.04);
      }
    }

    /* ── Phase 3.4: CTA button press-state ───────────── */
    .btn-primary:active,
    .btn-nav-primary:active {
      transform: scale(0.97) translateY(1px);
      transition: transform 0.1s ease;
    }

    /* ── Phase 3.6: Nav link bottom-border slide-in ──── */
    nav a { position: relative; }
    nav a::after {
      content: '';
      position: absolute;
      bottom: -2px; left: 50%;
      width: 0; height: 2px;
      background: var(--blue);
      transition: width 0.25s ease, left 0.25s ease;
    }
    nav a:hover::after {
      width: 100%; left: 0;
    }

    /* ── Phase 3.7: Footer gradient transition ───────── */
    footer { 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;
    }
  
    /* -- 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 BAR ─────────────────────────── */
    .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);
    }

    /* ══════════════════════════════════════════════════════
       PREMIUM VISUAL ENHANCEMENTS
    ══════════════════════════════════════════════════════ */

    /* ── 1. Ken Burns Hero Background Image ────────────── */
    .page-hero-bg-img {
      position: absolute; inset: 0;
      background: image-set(url('/generated-images/hero-peo-aso.avif') type('image/avif'), url('/generated-images/hero-peo-aso.webp') type('image/webp'), url('/generated-images/hero-peo-aso.jpeg') type('image/jpeg')) center center / cover no-repeat;
      animation: kenBurnsPeo 20s ease-in-out infinite alternate;
      will-change: transform; z-index: 0; opacity: 0.12;
    }
    @keyframes kenBurnsPeo { 0% { transform: scale(1); } 100% { transform: scale(1.05); } }
    @media (prefers-reduced-motion: reduce) { .page-hero-bg-img { animation: none; } }

    /* ── 2. Dot-Grid Texture ───────────────────────────── */
    .peo-dot-grid-overlay {
      position: absolute; inset: 0;
      background-image: radial-gradient(rgba(41,171,226,.05) 1px, transparent 1px);
      background-size: 20px 20px;
      pointer-events: none;
      z-index: 1;
    }

    /* ── 3. Floating Gradient Shapes ───────────────────── */
    .peo-hero-float {
      position: absolute;
      border-radius: 50%;
      pointer-events: none;
      z-index: 0;
      opacity: 0.55;
    }
    .peo-hero-float--1 {
      width: 220px; height: 220px;
      background: radial-gradient(circle, rgba(41,171,226,.18) 0%, transparent 70%);
      top: 10%; left: 8%;
      animation: peoFloatBob 8s ease-in-out infinite alternate;
    }
    .peo-hero-float--2 {
      width: 180px; height: 180px;
      background: radial-gradient(circle, rgba(249,115,22,.14) 0%, transparent 70%);
      bottom: 12%; right: 10%;
      animation: peoFloatBob 10s ease-in-out infinite alternate-reverse;
    }
    .peo-hero-float--3 {
      width: 140px; height: 140px;
      background: radial-gradient(circle, rgba(23,121,184,.12) 0%, transparent 70%);
      top: 55%; left: 60%;
      animation: peoFloatBob 12s ease-in-out infinite alternate;
    }
    @keyframes peoFloatBob {
      0% { transform: translateY(0) scale(1); }
      100% { transform: translateY(-20px) scale(1.08); }
    }

    /* ── 4. Image Divider ──────────────────────────────── */
    .peo-image-divider {
      position: relative;
      height: 350px;
      overflow: hidden;
      background: image-set(url('/generated-images/section-peo-campus.avif') type('image/avif'), url('/generated-images/section-peo-campus.webp') type('image/webp'), url('/generated-images/section-peo-campus.jpeg') type('image/jpeg')) center center / cover no-repeat;
    }
    .peo-image-divider::after {
      content: '';
      position: absolute; inset: 0;
      background: linear-gradient(180deg, rgba(7,25,46,.55) 0%, rgba(7,25,46,.35) 50%, rgba(7,25,46,.55) 100%);
    }
    @media (max-width: 1024px) {
      .peo-image-divider { height: 220px; }
    }

    /* ── 5. Gradient Orb (slow-drifting) ───────────────── */
    .peo-hero-gradient-orb {
      position: absolute;
      width: 400px; height: 400px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(41,171,226,.12) 0%, rgba(23,121,184,.06) 40%, transparent 70%);
      top: 50%; left: 50%;
      transform: translate(-50%, -50%);
      pointer-events: none;
      z-index: 0;
      animation: peoOrbDrift 12s ease-in-out infinite alternate;
      will-change: transform;
    }
    @keyframes peoOrbDrift {
      0% { transform: translate(-50%, -50%) translate(0, 0) scale(1); }
      50% { transform: translate(-50%, -50%) translate(30px, -20px) scale(1.06); }
      100% { transform: translate(-50%, -50%) translate(-25px, 15px) scale(0.95); }
    }

    /* ══════════════════════════════════
       GOD MODE UX/UI ENHANCEMENTS
    ══════════════════════════════════ */

    /* 1. Hero grid overlay — enhances the existing dot-grid overlay with line grid */
    .peo-dot-grid-overlay {
      background-image:
        linear-gradient(to right, rgba(41,171,226,.05) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(41,171,226,.05) 1px, transparent 1px);
      background-size: 60px 60px;
      mask-image: radial-gradient(ellipse 100% 60% at 50% 0%, black 60%, transparent 100%);
      -webkit-mask-image: radial-gradient(ellipse 100% 60% at 50% 0%, black 60%, transparent 100%);
    }

    /* 2. Bouncy card hover — def-card and trust-card */
    .def-card, .trust-card {
      transition: transform 0.3s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.3s ease;
    }
    .def-card:hover {
      transform: translateY(-8px) scale(0.99);
      box-shadow: 0 20px 40px rgba(7,25,46,.15), 0 0 0 1.5px rgba(41,171,226,.3);
    }
    .def-card--aso:hover {
      box-shadow: 0 20px 40px rgba(7,25,46,.15), 0 0 0 1.5px rgba(249,115,22,.3);
    }
    .trust-card:hover {
      transform: translateY(-8px) scale(0.99);
      box-shadow: 0 20px 40px rgba(7,25,46,.15), 0 0 0 1.5px rgba(41,171,226,.3);
    }

    /* 4. PEO card RECOMMENDED badge */
    .def-card--peo {
      position: relative;
    }
    .peo-recommended-badge{
      position: absolute; top: -1px; left: 50%; transform: translateX(-50%);
      background: linear-gradient(90deg, var(--blue), var(--navy));
      color: #fff; font-size: 11px; font-weight: 700;
      letter-spacing: 1.5px; padding: 4px 16px;
      border-radius: 0 0 8px 8px;
      white-space: nowrap;
      font-family: var(--font-b);
    }

    /* Liability comparison row */
    .liability-row {
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 16px; margin-top: 48px; max-width: 1120px; margin-left: auto; margin-right: auto;
    }
    .liability-card {
      border-radius: 14px; padding: 20px 24px;
      display: flex; align-items: center; gap: 16px;
      border: 1px solid;
    }
    .liability-card--peo {
      background: rgba(41,171,226,.06);
      border-color: rgba(41,171,226,.2);
    }
    .liability-card--aso {
      background: rgba(249,115,22,.06);
      border-color: rgba(249,115,22,.2);
    }
    .liability-icon {
      width: 44px; height: 44px; border-radius: 50%;
      flex-shrink: 0; display: flex; align-items: center; justify-content: center;
    }
    .liability-card--peo .liability-icon { background: rgba(41,171,226,.15); }
    .liability-card--aso .liability-icon { background: rgba(249,115,22,.15); }
    .liability-icon svg { width: 22px; height: 22px; fill: none; stroke-width: 2; }
    .liability-card--peo .liability-icon svg { stroke: var(--blue); }
    .liability-card--aso .liability-icon svg { stroke: var(--orange); }
    .liability-label{
      font-family: var(--font-h); font-size: 15px; font-weight: 700; margin-bottom: 4px;
    }
    .faq-q:hover{ color: var(--blue-dark); }
    { color: #9A330A; }
    .liability-desc {
      font-family: var(--font-b); font-size: 13.5px; color: var(--muted); line-height: 1.5;
    }
    @media (max-width: 640px) {
      .liability-row { grid-template-columns: 1fr; }
    }

    /* 5. Button shimmer — canonical version now in buttons-v2.css (sitewide) */

    /* 9. Mobile: 2-column grids stack to 1-column */
    @media (max-width: 1024px) {
      .def-grid { grid-template-columns: 1fr; }
      .liability-row { grid-template-columns: 1fr; }
    }
  /*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; }

    /* GOLDEN-CARD-ABOUT-PATCH v1 */
    /* Shell-only golden-card overrides for the about section.
       Covers: background, border, radius, shadow, left accent rule,
       ghost watermark, hover state. Does NOT touch typography,
       icons, badges, or internal layouts — those are per-page. */
    
    /* .cross-card — golden-card shell */
    .cross-card {
      position: relative !important;
      background: #FFFFFF !important;
      border: 1px solid rgba(13,24,41,.09) !important;
      border-radius: 10px !important;
      padding: 28px 26px 24px 34px !important;
      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) !important;
      transition:
        border-color 180ms ease-out,
        box-shadow 180ms ease-out,
        transform 180ms ease-out !important;
      overflow: hidden !important;
      isolation: isolate !important;
      --card-color:#1366A0;
      --card-rgb: 23,121,184;
    }
    .cross-card:nth-child(3n+1){--card-color:#1366A0;--card-rgb:23,121,184}
    .cross-card:nth-child(3n+2){--card-color:#F97316;--card-rgb:249,115,22}
    .cross-card:nth-child(3n+3){--card-color:#10B981;--card-rgb:16,185,129}
    .cross-card::before {
      content: '';
      position: absolute;
      left: 0;
      top: 18px;
      bottom: 18px;
      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;
      pointer-events: none;
    }
    .cross-card::after {
      content: '';
      position: absolute;
      top: -80px;
      left: -80px;
      width: 240px;
      height: 240px;
      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;
    }
    .cross-card:hover {
      transform: translateY(-2px) !important;
      border-color: rgba(var(--card-rgb), .42) !important;
      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) !important;
    }
    .cross-card:hover::before {
      width: 4px;
      top: 10px;
      bottom: 10px;
    }
    .cross-card:hover::after {
      opacity: 1;
    }
    .cross-card > * {
      position: relative;
      z-index: 1;
    }
    
    @media (prefers-reduced-motion: reduce) {
      .cross-card {
        transition: none !important;
        animation: none !important;
      }
      .cross-card::before {
        transition: none !important;
      }
      .cross-card::after {
        transition: none !important;
      }
    }
    /* END GOLDEN-CARD-ABOUT-PATCH v1 */

/* §2 */
.sec-cross{background:#F4F8FC;padding:80px 32px}
.sec-cross .wrap{max-width:1100px;margin:0 auto}
{font-size:.78rem;font-weight:700;letter-spacing:.12em;color:#9A330A;text-transform:uppercase;margin-bottom:12px}
.sec-cross .sec-h2{font-size:clamp(1.8rem,3.4vw,2.4rem);font-weight:800;color:#0D1829;margin:0 0 32px;line-height:1.2}
.cross-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
@media (max-width: 1023px) { .cross-grid { grid-template-columns: repeat(2, 1fr) !important; } }
@media (max-width: 767px) { .cross-grid { grid-template-columns: 1fr !important; gap: 16px; } }
.cross-card{background:#fff;border:1px solid rgba(13,24,41,.08);border-radius:14px;padding:28px;text-decoration:none;color:inherit;transition:transform .2s,box-shadow .2s,border-color .2s;display:block;position:relative;overflow:hidden}
.cross-card::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#1E40AF,#3B82F6);transition:height .2s}
.cross-card:nth-child(2)::before{background:linear-gradient(90deg,#F97316,#EA580C)}
.cross-card:nth-child(3)::before{background:linear-gradient(90deg,#38B2AC,#1E40AF)}
.cross-card:hover{transform:translateY(-3px);box-shadow:0 12px 32px rgba(13,24,41,.1);border-color:rgba(13,24,41,.16)}
.cross-card:hover::before{height:5px}
.cross-card-icon{width:44px;height:44px;border-radius:10px;background:rgba(30,64,175,.08);display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.cross-card:nth-child(2) .cross-card-icon{background:rgba(249,115,22,.08)}
.cross-card:nth-child(3) .cross-card-icon{background:rgba(56,178,172,.08)}
.cross-card-icon svg{width:22px;height:22px;stroke:#1E40AF;fill:none;stroke-width:2}
.cross-card:nth-child(2) .cross-card-icon svg{stroke:#F97316}
.cross-card:nth-child(3) .cross-card-icon svg{stroke:#38B2AC}
.cross-card h3{font-size:1.15rem;font-weight:700;color:#0D1829;margin:0 0 10px}
.cross-card p{font-size:.92rem;line-height:1.55;color:#3D5266;margin:0 0 14px}
.cross-link{font-size:.88rem;font-weight:600;color:#1E40AF;display:inline-flex;align-items:center;gap:6px;transition:gap .2s}
.cross-card:hover .cross-link{gap:10px}

/* §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); }
}

/* ── MOBILE TEXT-SIZE FIXES — 2026-06-01 boil-the-lake pass ────────────
   All rules scoped to max-width:767.98px so desktop is untouched.
   Targets identified by brief scanner at 390px viewport.
   -------------------------------------------------------------------- */
@media (max-width: 767.98px) {

  /* Hero CTA buttons: inline style="font-size:15px" in template overrides
     the class rule — force 16px with !important here instead of
     touching the inline style. Covers both .btn-primary and .btn-ghost
     hero links. */
  .btn.btn-primary,
  .btn.btn-ghost {
    font-size: 16px !important;
  }

  /* "8-minute read" read-time note: inline font-size:14px in template.
     Target by its unique class combo in the hero context. */
  p.read-time,
  .page-hero p.reveal.reveal-d4,
  .sh-hero p.reveal.reveal-d4 {
    font-size: 16px !important;
  }

  /* Definition card body/prose copy: raise 15px class rule to 16px. */
  .def-text {
    font-size: 16px;
  }

  /* Definition card "Best for:" line: raise 15px to 16px. */
  .def-best {
    font-size: 16px;
  }

  /* Definition card feature bullets: raise 14px to 16px. */
  .def-features li {
    font-size: 16px;
  }

  /* Comparison table column headers: raise the 480px rule's 12px to 14px
     (table/data text floor). At <=640px the thead is hidden via card-stack
     mode below; this rule applies between 640px-767px. */
  .comp-table thead th {
    font-size: 14px;
  }

  /* Table note below comparison table: raise 13px to 16px. */
  .table-note {
    font-size: 16px;
  }

  /* Content-split inline-style <span> list items (font-size:15px in template).
     Target spans inside the content-split image slot's checklist. */
  .content-split__image span {
    font-size: 16px !important;
  }

  /* Assessment quiz: step/progress label ("Question 1 of 6"). */
  .assess-step-label {
    font-size: 16px;
  }

  /* Assessment quiz: helper/instruction text under each question. */
  .assess-helper {
    font-size: 16px;
  }

  /* Assessment quiz: answer option buttons. */
  .assess-opt {
    font-size: 16px;
  }
}

/* ── COMP TABLE — mobile card-stack (added 2026-04-27, audit fix) ─────
   At <=640px the PEO vs ASO vs DIY comparison table (700px min-width)
   becomes unreadable inside the ~308px parent. Convert each row into a
   card with PEO/ASO/DIY labels surfaced via ::before on td:nth-child. */
@media (max-width: 640px) {
  .table-scroll {
    overflow-x: visible !important;
  }
  .comp-table {
    min-width: 0 !important;
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 0 0 14px !important;
  }
  .comp-table thead { display: none !important; }
  .comp-table tbody { display: block !important; }
  .comp-table tbody tr {
    display: block !important;
    background: #fff !important;
    border: 1px solid rgba(13,24,41,.08) !important;
    border-radius: 14px !important;
    padding: 14px 16px !important;
    margin-bottom: 14px !important;
    box-shadow: 0 2px 6px rgba(7,25,46,.04) !important;
  }
  .comp-table tbody tr:nth-child(even),
  .comp-table tbody tr:nth-child(odd) td:nth-child(2),
  .comp-table tbody tr:nth-child(odd) td:nth-child(3),
  .comp-table tbody tr:nth-child(even) td:nth-child(2),
  .comp-table tbody tr:nth-child(even) td:nth-child(3) {
    background: transparent !important;
  }
  .comp-table tbody td {
    display: block !important;
    padding: 6px 0 !important;
    border: 0 !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
  }
  .comp-table tbody td:first-child {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #07192E !important;
    padding-bottom: 10px !important;
    margin-bottom: 8px !important;
    border-bottom: 1px solid rgba(13,24,41,.08) !important;
  }
  .comp-table td:nth-child(2)::before { content: "PEO"; color: var(--blue); }
  .comp-table td:nth-child(3)::before { content: "ASO"; color: var(--orange); }
  .comp-table td:nth-child(4)::before { content: "DIY / In-House"; color: #6B7280; }
  .comp-table td:nth-child(n+2)::before {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 2px;
    font-family: var(--font-h);
  }
}
