/* industries-hub-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; }
    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, .callback-submit, .cb-submit { 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; }
      .hero-cycle-word.cycle-exit,
      .hero-cycle-word.cycle-enter {
        animation: none !important;
        opacity: 1 !important; filter: none !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);
      --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);
    }

    /* ── 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;
      position: relative;
    }
    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 */

    /* ── LAYOUT HELPERS ─────────────────────────────────── */
    .wrap { max-width: 1200px; margin: 0 auto; }
    .sec { padding: 96px 32px; }
    .sec-label {
      font-family: var(--font-b); font-size: 11.5px; font-weight: 700;
      letter-spacing: 1.8px; text-transform: uppercase;
      color: var(--blue-dark); margin-bottom: 14px; display: block;
    }
    .sec-h2 {
      font-family: var(--font-h); font-size: 30px;font-size: clamp(30px,4vw,52px);
      font-weight: 800; letter-spacing: -1.5px;
      color: var(--navy); line-height: 1.08; margin-bottom: 18px;
    }
    .sec-p {
      font-family: var(--font-b); font-size: 18px; color: var(--muted);
      max-width: 600px; line-height: 1.72;
    }

    /* ══════════════════════════════════════════════════════
       SECTION 1: HERO
    ══════════════════════════════════════════════════════ */
    .ih-hero {
      position: relative;
      overflow: hidden;
      min-height: 600px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
    }
    .ih-hero-bg {
      position: absolute; inset: 0; z-index: 0;
      overflow: hidden;
    }
    .ih-hero-bg img {
      width: 100%; height: 100%;
      object-fit: cover;
      animation: kenBurns 25s ease-in-out infinite alternate;
      will-change: transform;
    }
    @keyframes kenBurns {
      0%   { transform: scale(1)   translate(0, 0); }
      50%  { transform: scale(1.08) translate(-1%, 1%); }
      100% { transform: scale(1.04) translate(0.5%, -0.5%); }
    }
    /* Dark overlay */
    .ih-hero-bg::after {
      content: '';
      position: absolute; inset: 0;
      background: linear-gradient(180deg, rgba(7,25,46,.78) 0%, rgba(7,25,46,.88) 60%, rgba(7,25,46,.95) 100%);
      z-index: 1;
    }
    /* Dot grid overlay */
    .ih-hero-dots {
      position: absolute; inset: 0; z-index: 2;
      background-image: radial-gradient(rgba(255,255,255,.06) 1px, transparent 1px);
      background-size: 28px 28px;
      pointer-events: none;
    }
    /* Gradient orbs */
    .ih-orb {
      position: absolute;
      border-radius: 50%;
      filter: blur(80px);
      pointer-events: none;
      z-index: 2;
    }
    .ih-orb-1 {
      width: 500px; height: 500px;
      background: rgba(41,171,226,.18);
      top: -15%; right: 5%;
      animation: ihOrb1 10s ease-in-out infinite;
    }
    .ih-orb-2 {
      width: 350px; height: 350px;
      background: rgba(249,115,22,.15);
      bottom: -10%; left: 8%;
      animation: ihOrb2 12s ease-in-out infinite;
    }
    .ih-orb-3 {
      width: 250px; height: 250px;
      background: rgba(34,197,94,.08);
      top: 30%; left: 35%;
      animation: ihOrb3 14s ease-in-out infinite;
    }
    @keyframes ihOrb1 {
      0%, 100% { transform: translate(0, 0) scale(1); }
      33% { transform: translate(-40px, 30px) scale(1.06); }
      66% { transform: translate(20px, -20px) scale(0.94); }
    }
    @keyframes ihOrb2 {
      0%, 100% { transform: translate(0, 0) scale(1); }
      50% { transform: translate(30px, -25px) scale(1.1); }
    }
    @keyframes ihOrb3 {
      0%, 100% { transform: translate(0, 0) scale(1); opacity: .5; }
      50% { transform: translate(-25px, 20px) scale(1.12); opacity: .9; }
    }
    .ih-hero-content {
      position: relative; z-index: 3;
      max-width: 820px;
      padding: 80px 32px 64px;
    }
    .ih-hero-eyebrow {
      font-family: var(--font-b);
      font-size: 12px; font-weight: 700;
      letter-spacing: 2.5px; text-transform: uppercase;
      color: var(--blue);
      margin-bottom: 20px;
      display: inline-flex; align-items: center; gap: 10px;
    }
    .ih-hero-eyebrow::before,
    .ih-hero-eyebrow::after {
      content: '';
      width: 24px; height: 1px;
      background: rgba(41,171,226,.4);
    }
    .ih-hero h1 {
      font-family: var(--font-h);
      font-size: 36px;
      font-size: clamp(36px, 5.5vw, 60px);
      font-weight: 900;
      line-height: 1.08;
      letter-spacing: -2px;
      color: var(--white);
      margin-bottom: 24px;
    }
    .hero-cycle-wrap {
      display: inline-block;
      position: relative;
      min-width: 200px;
      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); }
    }
    .ih-hero-sub {
      font-family: var(--font-b);
      font-size: 15px;
      font-size: clamp(15px, 1.8vw, 18px);
      color: rgba(255,255,255,.82);
      line-height: 1.75;
      max-width: 640px;
      margin: 0 auto 36px;
    }
    .ih-hero-ctas {
      display: flex; gap: 14px; justify-content: center;
      flex-wrap: wrap; align-items: center;
    }
    .btn-primary {
      font-family: var(--font-b); font-size: 15px; font-weight: 700;
      color: #fff; background: var(--orange);
      padding: 15px 32px; border-radius: 12px;
      text-decoration: none; border: none; cursor: pointer;
      transition: all .2s var(--ease);
      display: inline-flex; align-items: center; gap: 8px;
      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-primary:active { transform: scale(0.97) translateY(1px); transition: transform 0.1s ease; }
    .btn-ghost-light {
      font-family: var(--font-b); font-size: 15px; font-weight: 600;
      color: rgba(255,255,255,.7);
      padding: 15px 32px; border-radius: 12px;
      text-decoration: none; border: 1px solid rgba(255,255,255,.15);
      transition: all .2s var(--ease);
      display: inline-flex; align-items: center; gap: 8px;
      background: rgba(255,255,255,.04);
    }
    .btn-ghost-light:hover {
      color: #fff;
      background: rgba(255,255,255,.08);
      border-color: rgba(255,255,255,.25);
      transform: translateY(-2px);
    }

    /* ── WAVE DIVIDER ────────────────────────────────────── */
    .wave-divider {
      width: 100%; height: 60px; display: block;
      margin-top: -1px;
    }
    .wave-divider-flip {
      transform: scaleY(-1);
      margin-bottom: -1px; margin-top: 0;
    }

    /* ══════════════════════════════════════════════════════
       SECTION 2: CLIENT PROOF BAR
    ══════════════════════════════════════════════════════ */
    .client-proof-bar {
      padding: 22px 0;
      background: var(--off);
      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.7; filter: grayscale(40%);
      transition: opacity 0.3s, filter 0.3s;
    }
    .client-proof-logos img:hover { opacity: 1; filter: grayscale(0%); }

    /* ══════════════════════════════════════════════════════
       SECTION 3: STATS STRIP
    ══════════════════════════════════════════════════════ */
    .ih-stats {
      background: var(--white);
      padding: 44px 32px 48px;
      border-bottom: 1px solid var(--border);
    }
    .ih-stats-grid {
      max-width: 1000px; margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 24px;
    }
    .ih-stat {
      text-align: center;
      padding: 24px 16px;
      border-radius: 16px;
      background: var(--off);
      border: 1px solid var(--border);
      transition: transform .2s var(--ease), box-shadow .2s var(--ease);
    }
    .ih-stat:hover {
      transform: translateY(-4px);
      box-shadow: var(--shadow-md);
    }
    .ih-stat-num {
      font-family: var(--font-h);
      font-size: 28px;
      font-size: clamp(28px, 3.5vw, 40px);
      font-weight: 800;
      color: var(--navy);
      line-height: 1.1;
      margin-bottom: 6px;
      white-space: nowrap;
    }
    .ih-stat-label {
      font-family: var(--font-b);
      font-size: 13px; font-weight: 500;
      color: var(--muted);
    }

    /* ══════════════════════════════════════════════════════
       SECTION 4: INDUSTRY GRID (STAR OF THE PAGE)
    ══════════════════════════════════════════════════════ */
    .ih-grid-section {
      padding: 64px 32px 72px;
      background:
        radial-gradient(ellipse 60% 40% at 50% 0%, rgba(41,171,226,.03), transparent 70%),
        var(--white);
      position: relative;
    }
    .ih-grid-head {
      text-align: center;
      margin-bottom: 36px;
    }
    .ih-grid-head .sec-p {
      margin: 0 auto;
    }
    .ih-grid {
      max-width: 1200px; margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 32px;
    }
    .ih-card {
      position: relative;
      border-radius: 20px;
      overflow: hidden;
      min-height: 420px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      text-decoration: none;
      color: var(--white);
      transition: transform .35s var(--ease), box-shadow .35s var(--ease);
      box-shadow: var(--glass-shadow);
    }
    .ih-card:hover {
      transform: translateY(-8px);
      box-shadow: var(--glass-shadow-hover), 0 0 40px rgba(41,171,226,.08);
    }
    .ih-card-bg {
      position: absolute; inset: 0; z-index: 0;
    }
    .ih-card-bg img {
      width: 100%; height: 100%;
      object-fit: cover;
      filter: grayscale(40%) brightness(0.8);
      transition: filter .5s ease, transform .5s ease;
    }
    .ih-card:hover .ih-card-bg img {
      filter: grayscale(0%) brightness(0.85);
      transform: scale(1.05);
    }
    /* Multi-layer gradient overlay */
    .ih-card-overlay {
      position: absolute; inset: 0; z-index: 1;
      background:
        linear-gradient(180deg, rgba(7,25,46,0) 0%, rgba(7,25,46,.15) 30%, rgba(7,25,46,.85) 65%, rgba(7,25,46,.95) 100%);
      transition: background .35s ease;
    }
    .ih-card:hover .ih-card-overlay {
      background:
        linear-gradient(180deg, rgba(7,25,46,0) 0%, rgba(7,25,46,.1) 25%, rgba(7,25,46,.78) 60%, rgba(7,25,46,.92) 100%);
    }
    /* Glassmorphism glow border on hover */
    .ih-card::before {
      content: '';
      position: absolute; inset: 0; z-index: 3;
      border-radius: 20px;
      border: 1px solid rgba(255,255,255,.06);
      transition: border-color .35s ease, box-shadow .35s ease;
      pointer-events: none;
    }
    .ih-card:hover::before {
      border-color: rgba(41,171,226,.2);
      box-shadow: inset 0 0 40px rgba(41,171,226,.04);
    }
    /* Shine sweep on hover */
    .ih-card::after {
      content: '';
      position: absolute; inset: 0; z-index: 2;
      background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,.06) 50%, transparent 70%);
      transform: translateX(-100%);
      transition: transform .7s var(--ease);
      pointer-events: none;
    }
    .ih-card:hover::after {
      transform: translateX(100%);
    }
    .ih-card-content {
      position: relative; z-index: 2;
      padding: 36px 32px;
    }
    .ih-card-icon {
      width: 48px; height: 48px;
      border-radius: 14px;
      background: rgba(255,255,255,.08);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      border: 1px solid rgba(255,255,255,.1);
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 16px;
      transition: background .3s ease, border-color .3s ease;
    }
    .ih-card:hover .ih-card-icon {
      background: rgba(41,171,226,.15);
      border-color: rgba(41,171,226,.25);
    }
    .ih-card-icon svg {
      width: 24px; height: 24px;
      stroke: var(--white); fill: none;
      stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round;
    }
    .ih-card h3 {
      font-family: var(--font-h);
      font-size: 22px; font-weight: 700;
      color: var(--white);
      margin-bottom: 10px;
      letter-spacing: -.3px;
    }
    .ih-card-desc {
      font-family: var(--font-b);
      font-size: 14px; color: rgba(255,255,255,.76);
      line-height: 1.65;
      margin-bottom: 16px;
    }
    .ih-card-bullets {
      list-style: none;
      display: flex; flex-direction: column; gap: 8px;
      margin-bottom: 20px;
    }
    .ih-card-bullets li {
      display: flex; align-items: center; gap: 10px;
      font-family: var(--font-b);
      font-size: 13.5px; font-weight: 500;
      color: rgba(255,255,255,.75);
    }
    .ih-card-bullets li svg {
      width: 16px; height: 16px;
      stroke: var(--green); fill: none;
      stroke-width: 2.5; flex-shrink: 0;
    }
    .ih-card-link {
      font-family: var(--font-b);
      font-size: 14px; font-weight: 600;
      color: var(--blue);
      display: inline-flex; align-items: center; gap: 6px;
      transition: gap .2s var(--ease), color .2s;
    }
    .ih-card:hover .ih-card-link {
      gap: 10px;
      color: #7DD4F5;
    }
    .ih-card-link svg {
      width: 16px; height: 16px;
      stroke: currentColor; fill: none;
      stroke-width: 2;
      transition: transform .2s var(--ease);
    }
    .ih-card:hover .ih-card-link svg {
      transform: translateX(2px);
    }

    /* ══════════════════════════════════════════════════════
       SECTION 5: DON'T SEE YOUR INDUSTRY?
    ══════════════════════════════════════════════════════ */
    .ih-notfound {
      background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 100%);
      padding: 64px 32px;
      text-align: center;
      position: relative;
      overflow: hidden;
    }
    .ih-notfound::before {
      content: '';
      position: absolute; inset: 0;
      background-image: radial-gradient(rgba(255,255,255,.03) 1px, transparent 1px);
      background-size: 32px 32px;
      pointer-events: none;
    }
    .ih-notfound-orb {
      position: absolute;
      border-radius: 50%;
      filter: blur(100px);
      pointer-events: none;
    }
    .ih-notfound-orb-1 {
      width: 400px; height: 400px;
      background: rgba(41,171,226,.1);
      top: -20%; left: 10%;
    }
    .ih-notfound-orb-2 {
      width: 300px; height: 300px;
      background: rgba(249,115,22,.08);
      bottom: -15%; right: 15%;
    }
    .ih-notfound-content {
      position: relative; z-index: 1;
      max-width: 600px; margin: 0 auto;
    }
    .ih-notfound h2 {
      font-family: var(--font-h);
      font-size: 28px;
      font-size: clamp(28px, 4vw, 42px);
      font-weight: 800;
      color: var(--white);
      letter-spacing: -1px;
      margin-bottom: 18px;
    }
    .ih-notfound p {
      font-family: var(--font-b);
      font-size: 17px;
      color: rgba(255,255,255,.76);
      line-height: 1.72;
      margin-bottom: 32px;
    }
    .btn-orange-solid {
      display: inline-flex; align-items: center; gap: 8px;
      font-family: var(--font-b); font-size: 15px; font-weight: 700;
      color: #fff; background: var(--orange);
      padding: 15px 32px; border-radius: 12px;
      transition: all .2s var(--ease); cursor: pointer; border: none;
      text-decoration: none;
      box-shadow: 0 4px 14px rgba(249,115,22,.25);
    }
    .btn-orange-solid:hover { background: #EA6C10; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(249,115,22,.4); }

    /* ══════════════════════════════════════════════════════
       SECTION 6: CROSS-SELL
    ══════════════════════════════════════════════════════ */
    .ih-crosssell {
      padding: 56px 32px 56px;
      background: var(--off);
    }
    .ih-crosssell-head {
      text-align: center;
      margin-bottom: 28px;
    }
    .ih-crosssell-head h2 {
      font-family: var(--font-h);
      font-size: 26px;
      font-size: clamp(26px, 3.5vw, 40px);
      font-weight: 800;
      color: var(--navy);
      letter-spacing: -1px;
      margin-bottom: 12px;
    }
    .ih-crosssell-head p {
      font-family: var(--font-b);
      font-size: 16px;
      color: var(--muted);
    }
    .ih-crosssell-scroll {
      max-width: 1200px; margin: 0 auto;
      display: flex; gap: 24px;
      overflow-x: auto;
      padding-bottom: 8px;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
    }
    .ih-crosssell-scroll::-webkit-scrollbar { height: 4px; }
    .ih-crosssell-scroll::-webkit-scrollbar-track { background: var(--border); border-radius: 4px; }
    .ih-crosssell-scroll::-webkit-scrollbar-thumb { background: var(--blue); border-radius: 4px; }
    .ih-cs-card {
      flex: 0 0 220px;
      scroll-snap-align: start;
      background: var(--white);
      border-radius: 16px;
      border: 1px solid var(--border);
      padding: 28px 24px;
      text-decoration: none;
      color: var(--text);
      text-align: center;
      transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s;
    }
    .ih-cs-card:hover {
      transform: translateY(-6px);
      box-shadow: var(--shadow-md);
      border-color: rgba(41,171,226,.2);
    }
    .ih-cs-icon {
      width: 52px; height: 52px;
      border-radius: 14px;
      background: linear-gradient(135deg, rgba(41,171,226,.08) 0%, rgba(23,121,184,.04) 100%);
      display: flex; align-items: center; justify-content: center;
      margin: 0 auto 14px;
    }
    .ih-cs-icon svg {
      width: 24px; height: 24px;
      stroke: var(--blue-dark); fill: none;
      stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round;
    }
    .ih-cs-card h4 {
      font-family: var(--font-h);
      font-size: 15px; font-weight: 700;
      color: var(--navy);
      margin-bottom: 6px;
    }
    .ih-cs-card p {
      font-family: var(--font-b);
      font-size: 12.5px;
      color: var(--muted);
      line-height: 1.5;
    }

    /* ══════════════════════════════════════════════════════
       SECTION 7: TESTIMONIAL / SOCIAL PROOF
    ══════════════════════════════════════════════════════ */
    .ih-testimonial {
      padding: 64px 32px 68px;
      background: var(--white);
      position: relative;
      overflow: hidden;
    }
    .ih-testimonial::before {
      content: '';
      position: absolute; inset: 0;
      background: radial-gradient(ellipse 70% 50% at 50% 50%, rgba(41,171,226,.02), transparent 70%);
      pointer-events: none;
    }
    .ih-test-inner {
      max-width: 900px; margin: 0 auto;
      text-align: center;
      position: relative; z-index: 1;
    }
    .ih-test-quote {
      font-family: var(--font-b);
      font-size: 18px;
      font-size: clamp(18px, 2.5vw, 24px);
      font-weight: 400;
      color: var(--text);
      line-height: 1.65;
      font-style: italic;
      margin-bottom: 28px;
      position: relative;
    }
    .ih-test-quote::before {
      content: '\201C';
      font-family: Georgia, serif;
      font-size: 80px;
      color: var(--blue);
      opacity: .15;
      position: absolute;
      top: -30px; left: 50%;
      transform: translateX(-50%);
      line-height: 1;
    }
    .ih-test-author {
      font-family: var(--font-b);
      font-size: 14px; font-weight: 600;
      color: var(--navy);
      margin-bottom: 4px;
    }
    .ih-test-role {
      font-family: var(--font-b);
      font-size: 13px;
      color: var(--muted);
      margin-bottom: 48px;
    }
    .ih-test-stats {
      display: flex; gap: 48px; justify-content: center;
      flex-wrap: wrap;
    }
    .ih-test-stat {
      text-align: center;
    }
    .ih-test-stat-val {
      font-family: var(--font-h);
      font-size: 36px; font-weight: 800;
      color: var(--navy);
      line-height: 1;
      margin-bottom: 4px;
    }
    .ih-test-stat-label {
      font-family: var(--font-b);
      font-size: 13px; font-weight: 500;
      color: var(--muted);
    }

    /* ══════════════════════════════════════════════════════
       SECTION 8: FINAL CTA
    ══════════════════════════════════════════════════════ */
    .ih-final-cta {
      background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 100%);
      padding: 56px 32px 60px;
      text-align: center;
      position: relative;
      overflow: hidden;
    }
    .ih-final-cta::before {
      content: '';
      position: absolute; inset: 0;
      background-image: radial-gradient(rgba(255,255,255,.04) 1px, transparent 1px);
      background-size: 24px 24px;
      pointer-events: none;
    }
    .ih-final-content {
      position: relative; z-index: 1;
      max-width: 600px; margin: 0 auto;
    }
    .ih-final-cta h2 {
      font-family: var(--font-h);
      font-size: 26px;
      font-size: clamp(26px, 3.5vw, 38px);
      font-weight: 800;
      color: var(--white);
      letter-spacing: -.8px;
      margin-bottom: 24px;
    }
    .ih-final-ctas {
      display: flex; gap: 14px; justify-content: center;
      flex-wrap: wrap;
    }
    .btn-ghost-white, .btn-ghost {
      display: inline-flex; align-items: center; gap: 8px;
      font-family: var(--font-b); font-size: 15px; font-weight: 600;
      color: var(--white);
      padding: 15px 32px; border-radius: 12px;
      border: 1px solid rgba(255,255,255,.2);
      background: rgba(255,255,255,.05);
      text-decoration: none;
      transition: all .2s var(--ease);
    }
    .btn-ghost-white:hover, .btn-ghost:hover {
      background: rgba(255,255,255,.1);
      border-color: rgba(255,255,255,.35);
      transform: translateY(-2px);
    }

    /* ── 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; }

    /* ── SCROLL REVEAL ───────────────────────────────────── */
    .reveal {
      opacity: 0; transform: translateY(28px);
      transition: opacity .65s var(--ease), transform .65s var(--ease);
    }
    .reveal.revealed { 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; }
    .reveal-d7 { transition-delay: .68s; }
    .reveal-d8 { transition-delay: .78s; }

    /* ── 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);
    }

    /* ── RESPONSIVE ──────────────────────────────────────── */
    @media (max-width: 1024px) {
      nav { display: none; }
      .btn-nav-ghost { display: none; }
      .ham { display: flex; }
      .mob-overlay { display: block; }
      .sec { padding: 64px 20px; }
      .ih-hero { min-height: 520px; }
      .ih-hero-content { padding: 56px 20px 48px; }
      .ih-hero h1 { font-size: 34px; letter-spacing: -1px; }
      .ih-hero-ctas { flex-direction: column; width: 100%; }
      .ih-hero-ctas a { width: 100%; justify-content: center; }
      .ih-stats { padding: 40px 20px; }
      .ih-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
      .ih-grid-section { padding: 64px 20px; }
      .ih-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
      .ih-card { min-height: 380px; }
      .ih-notfound { padding: 64px 20px; }
      .ih-crosssell { padding: 64px 20px; }
      .ih-testimonial { padding: 64px 20px; }
      .ih-test-stats { gap: 32px; }
      .ih-final-cta { padding: 56px 20px; }
      .ih-final-ctas { flex-direction: column; }
      .ih-final-ctas a { width: 100%; justify-content: center; }
      .ft-top { grid-template-columns: 1fr 1fr 1fr; gap: 32px; }
      .callback-widget { bottom: 84px; right: 16px; }
    }
    @media (max-width: 640px) {
      .ih-grid { grid-template-columns: 1fr; }
    }
    @media (max-width: 480px) {
      .ih-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
      .ih-stat { padding: 18px 12px; }
      .ih-stat-num { font-size: 28px; }
      .ft-top { grid-template-columns: 1fr; }
      .client-proof-logos { gap: 20px; }
      .ih-crosssell-scroll { gap: 16px; }
      .ih-cs-card { flex: 0 0 180px; padding: 20px 16px; }
    }

    /* ── 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);
      }
    }
  /*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, .small, .tag, .badge, .meta, .label, .desc, [class*="-desc"], [class*="-meta"], [class*="-label"], [class*="-tag"], [class*="-badge"], [class*="-time"], [class*="-name"], [class*="-val"], [class*="-num"], [class*="-txt"], [class*="-trend"], [class*="-sub"], [class*="-item"], [class*="-sep"] {
    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; }

/* ══════════════════════════════════════════════════════════════════
   BUYER-PERSPECTIVE REDESIGN — 2026-04-07
   New CSS for split hero, pain-point pivot, 4-category tab grid,
   Specialist module, IIG insurance bento.
   Apple-like sharp aesthetic: 18px radius, soft 2-layer shadow,
   accent rule on hover, 250ms transitions.
   ══════════════════════════════════════════════════════════════════ */

/* ── CLUSTER COLOR TOKENS (matches assets/site.css 4-category nav) ── */
:root {
  --cl-01: #EAB308;     /* Safety & WC — amber */
  --cl-01-rgb: 234,179,8;
  --cl-02: #0EA5E9;     /* Licensing — cyan */
  --cl-02-rgb: 14,165,233;
  --cl-03: #DC2626;     /* High-turnover — red */
  --cl-03-rgb: 220,38,38;
  --cl-04: #6366F1;     /* Knowledge — indigo */
  --cl-04-rgb: 99,102,241;
}

/* ══════════════════════════════════════════════
   SECTION 1 — HERO (split: image L, glass card R)
   ══════════════════════════════════════════════ */
.ih-hero-split {
  position: relative;
  overflow: clip;
  background:
    /* Off-axis mesh orbs (no quadrant alignment, soft 75% falloff) */
    radial-gradient(820px 660px at 14% 24%, rgba(41,171,226,.20) 0%, transparent 75%),
    radial-gradient(740px 600px at 78% 16%, rgba(249,115,22,.13) 0%, transparent 75%),
    radial-gradient(680px 600px at 32% 88%, rgba(123,33,162,.10) 0%, transparent 75%),
    linear-gradient(180deg, #FAFBFD 0%, #F1F4F9 55%, #FAFBFD 100%);
  padding: 48px 32px 56px;
  border-bottom: 1px solid rgba(41,171,226,.18);
}
/* Soft dot pattern (no straight lines), feathered to center */
.ih-hero-split::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(13,24,41,.05) 1px, transparent 1.5px);
  background-size: 28px 28px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, #000 0%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, #000 0%, transparent 100%);
  opacity: .5;
  pointer-events: none;
}
.ih-hero-split > * { position: relative; z-index: 1; }

.ih-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 40px;
  align-items: center;
}

/* ── LEFT: image showcase ── */
.ih-hero-image {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 5 / 4;
  max-height: 520px;
  box-shadow:
    0 1px 4px rgba(7,25,46,.06),
    0 18px 48px rgba(7,25,46,.12),
    0 32px 72px rgba(41,171,226,.08),
    inset 0 0 0 1px rgba(255,255,255,.10);
}
.ih-hero-image img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: 60% 50%;
  display: block;
  animation: ihKenBurnsSoft 30s ease-in-out infinite alternate;
  will-change: transform;
}
@keyframes ihKenBurnsSoft {
  0%   { transform: scale(1.00) translate(0, 0); }
  50%  { transform: scale(1.03) translate(-0.6%, 0.4%); }
  100% { transform: scale(1.02) translate(0.4%, -0.3%); }
}
.ih-hero-image::after {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 85% 70% at 40% 50%, transparent 0%, rgba(7,25,46,.22) 100%),
    linear-gradient(180deg, rgba(7,25,46,.05) 0%, transparent 30%, transparent 70%, rgba(7,25,46,.45) 100%);
  pointer-events: none;
}
.ih-hero-image-chip {
  position: absolute;
  left: 18px; bottom: 18px;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 14px;
  background: rgba(255,255,255,.92);
  -webkit-backdrop-filter: blur(14px) saturate(1.4);
  backdrop-filter: blur(14px) saturate(1.4);
  border: 1px solid rgba(255,255,255,.6);
  border-radius: 999px;
  font-family: var(--font-b);
  font-size: 12px; font-weight: 700;
  color: var(--navy);
  letter-spacing: .02em;
  box-shadow: 0 4px 14px rgba(7,25,46,.15), 0 0 0 1px rgba(7,25,46,.04);
  z-index: 2;
}
.ih-hero-image-chip svg {
  width: 14px; height: 14px;
  stroke: var(--blue-dark); fill: none;
  stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round;
}

/* ── RIGHT: apple-light glass card ── */
.ih-hero-card {
  background: rgba(255,255,255,.94);
  -webkit-backdrop-filter: blur(20px) saturate(1.4);
  backdrop-filter: blur(20px) saturate(1.4);
  border: 1px solid rgba(226,236,244,.85);
  border-radius: 18px;
  padding: 28px 28px 24px;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.6),
    0 4px 12px rgba(7,25,46,.05),
    0 20px 48px rgba(41,171,226,.08),
    0 36px 72px rgba(7,25,46,.04);
  max-width: 560px;
}
.ih-hero-card-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-b);
  font-size: 11.5px; font-weight: 800;
  letter-spacing: 1.8px; text-transform: uppercase;
  color: var(--blue-dark);
  background: rgba(41,171,226,.08);
  border: 1px solid rgba(41,171,226,.22);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
}
.ih-hero-card-eyebrow::before {
  content: ''; width: 6px; height: 6px; border-radius: 50%;
  background: var(--orange); flex-shrink: 0;
}
.ih-hero-card h1 {
  font-family: var(--font-h);
  font-size: clamp(26px, 3.2vw, 38px);
  font-weight: 900;
  line-height: 1.14;
  letter-spacing: -1.2px;
  color: var(--navy);
  margin: 0 0 14px;
}
/* Put the cycling word on its own line so width changes never reflow the headline */
.ih-hero-card h1 .hero-cycle-wrap {
  display: block;
  position: relative;
  text-align: left;
  margin: 2px 0;
}
.ih-hero-card-sub {
  font-family: var(--font-b);
  font-size: 15px;
  line-height: 1.62;
  color: var(--muted);
  margin: 0 0 22px;
}

/* ── industry picker (4 cluster rows) ── */
.ih-hero-pick {
  display: flex; flex-direction: column;
  gap: 8px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}
.ih-hero-pick-row {
  --row-color: var(--blue-dark);
  --row-rgb: 23,121,184;
  display: flex; align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 13px 16px;
  background: #FFFFFF;
  border: 1px solid rgba(13,24,41,.08);
  border-radius: 12px;
  font-family: var(--font-b);
  text-decoration: none; color: var(--navy);
  cursor: pointer;
  transition: transform .25s var(--ease), border-color .25s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease);
  box-shadow: 0 1px 2px rgba(7,25,46,.03);
}
.ih-hero-pick-row:hover,
.ih-hero-pick-row:focus-visible {
  transform: translateX(2px);
  border-color: rgba(var(--row-rgb), .5);
  box-shadow: 0 6px 18px -8px rgba(var(--row-rgb), .3);
  background: rgba(var(--row-rgb), .04);
  outline: none;
}
.ih-hero-pick-row[data-cluster="01"] { --row-color: var(--cl-01); --row-rgb: var(--cl-01-rgb); }
.ih-hero-pick-row[data-cluster="02"] { --row-color: var(--cl-02); --row-rgb: var(--cl-02-rgb); }
.ih-hero-pick-row[data-cluster="03"] { --row-color: var(--cl-03); --row-rgb: var(--cl-03-rgb); }
.ih-hero-pick-row[data-cluster="04"] { --row-color: var(--cl-04); --row-rgb: var(--cl-04-rgb); }
.ih-hero-pick-num {
  font-size: 11px; font-weight: 800;
  letter-spacing: .12em;
  color: var(--row-color);
  flex-shrink: 0;
  width: 24px;
}
.ih-hero-pick-name {
  font-size: 14px; font-weight: 700;
  color: var(--navy);
  flex: 1;
  letter-spacing: -.1px;
}
.ih-hero-pick-count {
  font-size: 11px; font-weight: 700;
  color: var(--muted);
  background: rgba(13,24,41,.05);
  padding: 3px 9px;
  border-radius: 999px;
  flex-shrink: 0;
}
.ih-hero-pick-arrow {
  width: 14px; height: 14px;
  stroke: var(--row-color);
  fill: none; stroke-width: 2.4;
  stroke-linecap: round; stroke-linejoin: round;
  flex-shrink: 0;
  opacity: .55;
  transition: opacity .25s var(--ease), transform .25s var(--ease);
}
.ih-hero-pick-row:hover .ih-hero-pick-arrow,
.ih-hero-pick-row:focus-visible .ih-hero-pick-arrow {
  opacity: 1; transform: translateX(2px);
}

/* ── hero CTAs ── */
.ih-hero-card-ctas {
  display: flex; gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}
.ih-hero-card-ctas .btn-primary {
  font-size: 14.5px;
  padding: 13px 24px;
}
.ih-hero-card-ctas .btn-ghost-dark {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-b);
  font-size: 14px; font-weight: 700;
  color: var(--navy);
  background: transparent;
  border: 1px solid rgba(13,24,41,.12);
  padding: 13px 22px;
  border-radius: 12px;
  text-decoration: none;
  transition: all .2s var(--ease);
}
.ih-hero-card-ctas .btn-ghost-dark:hover {
  background: rgba(13,24,41,.04);
  border-color: rgba(13,24,41,.22);
  transform: translateY(-1px);
}
.ih-hero-card-ctas .btn-ghost-dark svg {
  width: 14px; height: 14px;
  stroke: currentColor; fill: none;
  stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round;
}

/* ── hero responsive ── */
@media (max-width: 960px) {
  .ih-hero-split { padding: 56px 20px 64px; }
  .ih-hero-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .ih-hero-image {
    aspect-ratio: 16 / 10;
    max-height: 360px;
  }
  .ih-hero-card { max-width: 100%; padding: 28px 24px 24px; }
}
@media (max-width: 480px) {
  .ih-hero-card h1 { font-size: 26px; letter-spacing: -1px; }
  .ih-hero-card-ctas { flex-direction: column; align-items: stretch; }
  .ih-hero-card-ctas a { width: 100%; justify-content: center; }
}

/* ══════════════════════════════════════════════
   SECTION 3 — 4-CATEGORY TAB GRID
   ══════════════════════════════════════════════ */
.ih-cat-tabs {
  display: flex; gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto 28px;
  max-width: 980px;
  padding: 0;
  list-style: none;
}
@media (max-width: 900px) {
  .ih-cat-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    padding: 4px 20px 14px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .ih-cat-tabs::-webkit-scrollbar { display: none; }
  .ih-cat-tab { scroll-snap-align: center; flex-shrink: 0; }
}
.ih-cat-tab {
  --tab-color: var(--blue-dark);
  display: inline-flex; align-items: center;
  gap: 10px;
  padding: 13px 22px;
  border-radius: 999px;
  background: #fff;
  border: 1.5px solid rgba(13,24,41,.08);
  font-family: var(--font-b);
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: .04em;
  color: var(--navy);
  cursor: pointer;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease),
              border-color .25s var(--ease), background .25s var(--ease),
              color .25s var(--ease);
  white-space: nowrap;
  text-transform: uppercase;
}
.ih-cat-tab[data-cluster="01"] { --tab-color: var(--cl-01); }
.ih-cat-tab[data-cluster="02"] { --tab-color: var(--cl-02); }
.ih-cat-tab[data-cluster="03"] { --tab-color: var(--cl-03); }
.ih-cat-tab[data-cluster="04"] { --tab-color: var(--cl-04); }
.ih-cat-tab[data-cluster="all"] { --tab-color: var(--navy); }
.ih-cat-tab-num {
  font-size: 10.5px; font-weight: 800;
  color: var(--muted);
  letter-spacing: .1em;
  transition: color .25s var(--ease);
}
.ih-cat-tab-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--tab-color);
  opacity: .42;
  transition: opacity .25s var(--ease), transform .25s var(--ease);
}
.ih-cat-tab:hover {
  transform: translateY(-1px);
  border-color: rgba(13,24,41,.16);
  box-shadow: 0 6px 18px -6px rgba(13,24,41,.10);
}
.ih-cat-tab.is-active {
  background: color-mix(in srgb, var(--tab-color) 8%, #fff);
  border-color: var(--tab-color);
  color: var(--tab-color);
  box-shadow: 0 8px 22px -10px color-mix(in srgb, var(--tab-color) 60%, transparent);
}
.ih-cat-tab.is-active .ih-cat-tab-num { color: var(--tab-color); }
.ih-cat-tab.is-active .ih-cat-tab-dot { opacity: 1; transform: scale(1.4); }
.ih-cat-tab:focus-visible {
  outline: 2px solid var(--tab-color);
  outline-offset: 3px;
}

/* ── panel header (per active cluster) ── */
.ih-cat-wrap {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  --cluster-color: var(--cl-01);
  --cluster-rgb: var(--cl-01-rgb);
}
.ih-cat-wrap[data-active-cluster="01"] { --cluster-color: var(--cl-01); --cluster-rgb: var(--cl-01-rgb); }
.ih-cat-wrap[data-active-cluster="02"] { --cluster-color: var(--cl-02); --cluster-rgb: var(--cl-02-rgb); }
.ih-cat-wrap[data-active-cluster="03"] { --cluster-color: var(--cl-03); --cluster-rgb: var(--cl-03-rgb); }
.ih-cat-wrap[data-active-cluster="04"] { --cluster-color: var(--cl-04); --cluster-rgb: var(--cl-04-rgb); }
.ih-cat-wrap[data-active-cluster="all"] { --cluster-color: var(--blue-dark); --cluster-rgb: 23,121,184; }

.ih-cat-panel-head {
  display: flex; align-items: center; justify-content: center;
  gap: 14px; margin-bottom: 32px;
  font-family: var(--font-b);
  flex-wrap: wrap;
  text-align: center;
}
.ih-cat-panel-num {
  font-size: 11px; font-weight: 800; letter-spacing: .14em;
  color: var(--cluster-color); text-transform: uppercase;
}
.ih-cat-panel-rule {
  width: 36px; height: 2px; border-radius: 999px;
  background: var(--cluster-color);
}
.ih-cat-panel-title {
  font-size: 13px; font-weight: 700; color: var(--muted);
  text-transform: uppercase; letter-spacing: .08em;
}
/* Show only the head matching the active cluster */
.ih-cat-panel-head[data-cluster] { display: none; }
.ih-cat-wrap[data-active-cluster="01"] .ih-cat-panel-head[data-cluster="01"],
.ih-cat-wrap[data-active-cluster="02"] .ih-cat-panel-head[data-cluster="02"],
.ih-cat-wrap[data-active-cluster="03"] .ih-cat-panel-head[data-cluster="03"],
.ih-cat-wrap[data-active-cluster="04"] .ih-cat-panel-head[data-cluster="04"],
.ih-cat-wrap[data-active-cluster="all"] .ih-cat-panel-head[data-cluster="all"] {
  display: flex;
}

/* ── grid + filter (one DOM, many views) ── */
.ih-cat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}
.ih-cat-wrap[data-active-cluster="all"] .ih-cat-grid {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 760px) {
  .ih-cat-grid,
  .ih-cat-wrap[data-active-cluster="all"] .ih-cat-grid {
    grid-template-columns: 1fr;
  }
}

/* Filter: when a specific cluster is active, hide non-matching cards */
.ih-cat-wrap[data-active-cluster="01"] .ih-card:not([data-cluster="01"]),
.ih-cat-wrap[data-active-cluster="02"] .ih-card:not([data-cluster="02"]),
.ih-cat-wrap[data-active-cluster="03"] .ih-card:not([data-cluster="03"]),
.ih-cat-wrap[data-active-cluster="04"] .ih-card:not([data-cluster="04"]) {
  display: none;
}
/* "all" cluster shows everything (no display rule needed) */

/* Stagger fade-in on tab switch (CSS-only via animation restart trick) */
.ih-cat-grid .ih-card {
  animation: ihCardIn .55s var(--ease) both;
}
.ih-cat-grid .ih-card:nth-child(1) { animation-delay: .03s; }
.ih-cat-grid .ih-card:nth-child(2) { animation-delay: .08s; }
.ih-cat-grid .ih-card:nth-child(3) { animation-delay: .13s; }
.ih-cat-grid .ih-card:nth-child(4) { animation-delay: .18s; }
.ih-cat-grid .ih-card:nth-child(5) { animation-delay: .23s; }
.ih-cat-grid .ih-card:nth-child(6) { animation-delay: .28s; }
.ih-cat-grid .ih-card:nth-child(n+7) { animation-delay: .33s; }
@keyframes ihCardIn {
  0%   { opacity: 0; transform: translateY(14px); }
  100% { opacity: 1; transform: translateY(0); }
}
/* Restart animation on tab change via the animating class toggle */
.ih-cat-wrap.is-switching .ih-cat-grid .ih-card {
  animation: none;
}
@media (prefers-reduced-motion: reduce) {
  .ih-cat-grid .ih-card {
    animation: none !important;
    opacity: 1 !important; transform: none !important;
  }
}

/* Card hover border tints toward currently-active cluster color */
.ih-cat-wrap[data-active-cluster="01"] .ih-card:hover::before,
.ih-cat-wrap[data-active-cluster="02"] .ih-card:hover::before,
.ih-cat-wrap[data-active-cluster="03"] .ih-card:hover::before,
.ih-cat-wrap[data-active-cluster="04"] .ih-card:hover::before {
  border-color: rgba(var(--cluster-rgb), .35);
  box-shadow: inset 0 0 40px rgba(var(--cluster-rgb), .06);
}

/* ══════════════════════════════════════════════
   SECTION 5 — YOUR TEAM MODULE
   ══════════════════════════════════════════════ */
.ih-advisor {
  background: var(--off);
  padding: 64px 32px 68px;
  position: relative;
  overflow: hidden;
}
.ih-advisor::before {
  content: '';
  position: absolute;
  width: 480px; height: 480px;
  border-radius: 50%;
  background: rgba(41,171,226,.10);
  filter: blur(100px);
  top: -120px; right: -100px;
  pointer-events: none;
}
.ih-advisor::after {
  content: '';
  position: absolute;
  width: 320px; height: 320px;
  border-radius: 50%;
  background: rgba(249,115,22,.06);
  filter: blur(90px);
  bottom: -80px; left: 8%;
  pointer-events: none;
}
.ih-advisor-inner {
  max-width: 1200px; margin: 0 auto;
  position: relative; z-index: 1;
}
.ih-advisor-head {
  text-align: center;
  margin-bottom: 32px;
  max-width: 720px;
  margin-left: auto; margin-right: auto;
}
.ih-advisor-head .sec-label { color: var(--orange); }
.ih-advisor-head h2 {
  font-family: var(--font-h);
  font-size: clamp(28px, 3.6vw, 44px);
  font-weight: 800;
  letter-spacing: -1.1px;
  line-height: 1.12;
  color: var(--navy);
  margin: 8px 0 14px;
}
.ih-advisor-head p {
  font-family: var(--font-b);
  font-size: 17px;
  line-height: 1.65;
  color: var(--muted);
  margin: 0 auto;
  max-width: 580px;
}
.ih-advisor-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-bottom: 32px;
}
.ih-advisor-card {
  --ring-color: var(--blue);
  --ring-rgb: 41,171,226;
  background: rgba(255,255,255,.92);
  -webkit-backdrop-filter: blur(20px) saturate(1.05);
  backdrop-filter: blur(20px) saturate(1.05);
  border: 1px solid rgba(13,24,41,.10);
  border-radius: 18px;
  padding: 28px 22px 26px;
  text-align: center;
  box-shadow:
    0 1px 4px rgba(7,25,46,.04),
    0 14px 30px -16px rgba(7,25,46,.16);
  transition: transform .28s var(--ease), border-color .28s var(--ease), box-shadow .28s var(--ease);
  position: relative;
  overflow: hidden;
}
.ih-advisor-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--ring-color);
  opacity: 0;
  transition: opacity .28s var(--ease);
  border-radius: 18px 18px 0 0;
}
.ih-advisor-card:hover {
  transform: translateY(-4px);
  border-color: rgba(var(--ring-rgb), .42);
  box-shadow:
    0 1px 4px rgba(7,25,46,.06),
    0 22px 44px -18px rgba(var(--ring-rgb), .35);
}
.ih-advisor-card:hover::before { opacity: 1; }
.ih-advisor-card[data-cluster="01"] { --ring-color: var(--cl-01); --ring-rgb: var(--cl-01-rgb); }
.ih-advisor-card[data-cluster="02"] { --ring-color: var(--cl-02); --ring-rgb: var(--cl-02-rgb); }
.ih-advisor-card[data-cluster="03"] { --ring-color: var(--cl-03); --ring-rgb: var(--cl-03-rgb); }
.ih-advisor-card[data-cluster="04"] { --ring-color: var(--cl-04); --ring-rgb: var(--cl-04-rgb); }

.ih-advisor-photo {
  width: 116px; height: 116px;
  border-radius: 50%;
  margin: 0 auto 18px;
  overflow: hidden;
  border: 4px solid #FFFFFF;
  box-shadow:
    0 6px 18px rgba(7,25,46,.14),
    0 0 0 1.5px rgba(var(--ring-rgb), .26),
    0 0 0 8px rgba(var(--ring-rgb), .04);
  transition: box-shadow .28s var(--ease), transform .28s var(--ease);
}
.ih-advisor-card:hover .ih-advisor-photo {
  transform: scale(1.04);
  box-shadow:
    0 8px 22px rgba(7,25,46,.18),
    0 0 0 2px rgba(var(--ring-rgb), .55),
    0 0 0 10px rgba(var(--ring-rgb), .08);
}
.ih-advisor-photo img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}
.ih-advisor-name {
  font-family: var(--font-h);
  font-size: 17px; font-weight: 800;
  color: var(--navy);
  margin: 0 0 4px;
  letter-spacing: -.2px;
}
.ih-advisor-role {
  font-family: var(--font-b);
  font-size: 11.5px; font-weight: 800;
  color: var(--orange);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.ih-advisor-bio {
  font-family: var(--font-b);
  font-size: 13px;
  line-height: 1.55;
  color: var(--muted);
  margin: 0 0 14px;
}
.ih-advisor-tags {
  display: flex; flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  list-style: none;
  padding: 0; margin: 0 0 4px;
}
.ih-advisor-tag {
  font-family: var(--font-b);
  font-size: 10.5px; font-weight: 700;
  color: var(--ring-color);
  background: rgba(var(--ring-rgb), .10);
  border: 1px solid rgba(var(--ring-rgb), .22);
  padding: 4px 9px;
  border-radius: 999px;
  letter-spacing: .02em;
}

.ih-advisor-cta-wrap { text-align: center; }
.ih-advisor-cta {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-b);
  font-size: 15px; font-weight: 700;
  color: #fff;
  background: var(--orange);
  padding: 16px 32px;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(249,115,22,.28);
  transition: all .2s var(--ease);
}
.ih-advisor-cta:hover {
  background: #EA6C10;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(249,115,22,.4);
}
.ih-advisor-cta svg {
  width: 16px; height: 16px;
  stroke: currentColor; fill: none;
  stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round;
}
@media (max-width: 960px) {
  .ih-advisor-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 540px) {
  .ih-advisor-grid { grid-template-columns: 1fr; }
}

/* ══════════════════════════════════════════════
   SECTION 6 — IIG INSURANCE BENTO
   ══════════════════════════════════════════════ */
.ih-iig {
  background: var(--white);
  padding: 56px 32px 60px;
  border-top: 1px solid rgba(226,236,244,.5);
  border-bottom: 1px solid rgba(226,236,244,.5);
}
.ih-iig-inner { max-width: 1200px; margin: 0 auto; }
.ih-iig-head {
  text-align: center;
  margin-bottom: 28px;
  max-width: 720px;
  margin-left: auto; margin-right: auto;
}
.ih-iig-head h2 {
  font-family: var(--font-h);
  font-size: clamp(26px, 3.4vw, 40px);
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.14;
  color: var(--navy);
  margin: 8px 0 14px;
}
.ih-iig-head p {
  font-family: var(--font-b);
  font-size: 16px;
  line-height: 1.65;
  color: var(--muted);
  margin: 0 auto;
  max-width: 600px;
}
.ih-iig-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-bottom: 32px;
}
.ih-iig-tile {
  position: relative;
  background: #FFFFFF;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 24px 20px 22px;
  text-align: left;
  box-shadow: 0 1px 4px rgba(7,25,46,.04), 0 6px 24px -10px rgba(7,25,46,.06);
  transition: transform .25s var(--ease), border-color .25s var(--ease), box-shadow .25s var(--ease);
  overflow: hidden;
}
.ih-iig-tile::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--blue-dark);
  opacity: 0;
  transition: opacity .25s var(--ease);
  border-radius: 18px 18px 0 0;
}
.ih-iig-tile:hover {
  transform: translateY(-3px);
  border-color: rgba(41,171,226,.32);
  box-shadow: 0 1px 4px rgba(7,25,46,.05), 0 16px 36px -14px rgba(41,171,226,.30);
}
.ih-iig-tile:hover::before { opacity: 1; }
.ih-iig-tile-ico {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: rgba(41,171,226,.10);
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 14px;
}
.ih-iig-tile-ico svg {
  width: 22px; height: 22px;
  stroke: var(--blue-dark);
  fill: none; stroke-width: 1.9;
  stroke-linecap: round; stroke-linejoin: round;
}
.ih-iig-tile-name {
  font-family: var(--font-h);
  font-size: 14.5px;
  font-weight: 800;
  color: var(--navy);
  margin: 0 0 10px;
  letter-spacing: -.2px;
  line-height: 1.25;
}
.ih-iig-tile-dots {
  display: flex; gap: 6px;
  margin: 0; padding: 0;
  list-style: none;
}
.ih-iig-tile-dot {
  width: 9px; height: 9px;
  border-radius: 50%;
  opacity: .26;
  transition: opacity .25s var(--ease), transform .25s var(--ease);
}
.ih-iig-tile-dot[data-cluster="01"] { background: var(--cl-01); }
.ih-iig-tile-dot[data-cluster="02"] { background: var(--cl-02); }
.ih-iig-tile-dot[data-cluster="03"] { background: var(--cl-03); }
.ih-iig-tile-dot[data-cluster="04"] { background: var(--cl-04); }
.ih-iig-tile-dot.is-on { opacity: 1; transform: scale(1.15); }
.ih-iig-tile:hover .ih-iig-tile-dot.is-on { transform: scale(1.25); }

.ih-iig-foot {
  text-align: center;
  font-family: var(--font-b);
  font-size: 13px;
  color: var(--muted);
}
.ih-iig-foot a {
  color: var(--blue-dark);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1.5px solid rgba(23,121,184,.32);
  transition: border-color .2s var(--ease);
  display: inline-flex; align-items: center; gap: 6px;
  margin-left: 6px;
}
.ih-iig-foot a:hover { border-bottom-color: var(--blue-dark); }
.ih-iig-foot a svg {
  width: 14px; height: 14px;
  stroke: currentColor; fill: none;
  stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round;
}
.ih-iig-foot-legend {
  display: inline-flex; align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 16px;
}
.ih-iig-foot-legend span {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 11px; font-weight: 700;
  color: var(--muted);
  letter-spacing: .04em;
  text-transform: uppercase;
}
.ih-iig-foot-legend i {
  width: 9px; height: 9px;
  border-radius: 50%;
  display: inline-block;
}
.ih-iig-foot-legend i[data-cluster="01"] { background: var(--cl-01); }
.ih-iig-foot-legend i[data-cluster="02"] { background: var(--cl-02); }
.ih-iig-foot-legend i[data-cluster="03"] { background: var(--cl-03); }
.ih-iig-foot-legend i[data-cluster="04"] { background: var(--cl-04); }

@media (max-width: 1024px) {
  .ih-iig-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 640px) {
  .ih-iig { padding: 64px 20px; }
  .ih-iig-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .ih-iig-tile { padding: 20px 16px 18px; }
}
@media (max-width: 380px) {
  .ih-iig-grid { grid-template-columns: 1fr; }
}

/* ══════════════════════════════════════════════
   TESTIMONIAL CLUSTER CHIP
   ══════════════════════════════════════════════ */
.ih-test-chip {
  display: inline-flex; align-items: center;
  gap: 8px;
  font-family: var(--font-b);
  font-size: 11px; font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--cl-04);
  background: rgba(var(--cl-04-rgb), .08);
  border: 1px solid rgba(var(--cl-04-rgb), .25);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 22px;
}
.ih-test-chip::before {
  content: '';
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--cl-04);
  flex-shrink: 0;
}

/* ══════════════════════════════════════════════
   SECTION 7 — BUNDLED DATA FLOW (replaces weak cross-sell)
   Industry-specific integration stories tied to the 4 clusters.
   "Every PEO says all-in-one. Here's what that means when
    one bench owns the whole dataset."
   ══════════════════════════════════════════════ */
.ih-bundle {
  background:
    radial-gradient(800px 560px at 15% 20%, rgba(41,171,226,.08) 0%, transparent 70%),
    radial-gradient(700px 520px at 85% 80%, rgba(249,115,22,.06) 0%, transparent 70%),
    var(--off);
  padding: 64px 32px 72px;
  position: relative;
  overflow: hidden;
}
.ih-bundle-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.ih-bundle-head {
  text-align: center;
  margin: 0 auto 40px;
  max-width: 820px;
}
.ih-bundle-head h2 {
  font-family: var(--font-h);
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 900;
  letter-spacing: -1.2px;
  line-height: 1.12;
  color: var(--navy);
  margin: 10px 0 14px;
}
.ih-bundle-head h2 em {
  font-style: normal;
  background: linear-gradient(90deg, #F97316 0%, #DC2626 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ih-bundle-head p {
  font-family: var(--font-b);
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--muted);
  margin: 0 auto;
  max-width: 680px;
}
.ih-bundle-head p strong { color: var(--navy); font-weight: 700; }

/* ── 2x2 cluster flow grid ── */
.ih-bundle-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-bottom: 36px;
}
@media (max-width: 900px) { .ih-bundle-grid { grid-template-columns: 1fr; } }

.ih-bundle-card {
  --card-color: var(--cl-01);
  --card-rgb: var(--cl-01-rgb);
  position: relative;
  background: #FFFFFF;
  border: 1px solid rgba(13,24,41,.09);
  border-radius: 18px;
  padding: 28px 28px 26px 36px;
  box-shadow:
    0 1px 4px rgba(7,25,46,.04),
    0 10px 28px -14px rgba(13,24,41,.14);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease);
  overflow: hidden;
}
.ih-bundle-card::before {
  content: '';
  position: absolute;
  left: 0; top: 22px; bottom: 22px;
  width: 3px;
  background: var(--card-color);
  border-radius: 0 3px 3px 0;
  transition: top .25s var(--ease), bottom .25s var(--ease), width .25s var(--ease);
}
.ih-bundle-card:hover {
  transform: translateY(-3px);
  border-color: rgba(var(--card-rgb), .32);
  box-shadow:
    0 1px 4px rgba(7,25,46,.05),
    0 18px 40px -16px rgba(var(--card-rgb), .28);
}
.ih-bundle-card:hover::before {
  width: 4px;
  top: 12px;
  bottom: 12px;
}
.ih-bundle-card[data-cluster="01"] { --card-color: var(--cl-01); --card-rgb: var(--cl-01-rgb); }
.ih-bundle-card[data-cluster="02"] { --card-color: var(--cl-02); --card-rgb: var(--cl-02-rgb); }
.ih-bundle-card[data-cluster="03"] { --card-color: var(--cl-03); --card-rgb: var(--cl-03-rgb); }
.ih-bundle-card[data-cluster="04"] { --card-color: var(--cl-04); --card-rgb: var(--cl-04-rgb); }

.ih-bundle-card-meta {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-b);
  font-size: 11px; font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--card-color);
  margin-bottom: 8px;
}
.ih-bundle-card-meta::after {
  content: '';
  width: 26px; height: 1px;
  background: currentColor;
  opacity: .45;
}

.ih-bundle-card h3 {
  font-family: var(--font-h);
  font-size: 20px;
  font-weight: 800;
  color: var(--navy);
  letter-spacing: -.4px;
  line-height: 1.2;
  margin: 0 0 6px;
}

/* Data flow pipeline: step → step → step */
.ih-bundle-flow {
  display: flex; flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 12px 0 14px;
  font-family: var(--font-b);
  font-size: 12px; font-weight: 700;
  color: var(--navy);
  letter-spacing: .01em;
}
.ih-bundle-flow-step {
  background: rgba(var(--card-rgb), .08);
  color: var(--card-color);
  border: 1px solid rgba(var(--card-rgb), .22);
  padding: 5px 11px;
  border-radius: 999px;
  white-space: nowrap;
}
.ih-bundle-flow-arrow {
  width: 14px; height: 14px;
  stroke: var(--muted); fill: none;
  stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round;
  opacity: .55;
  flex-shrink: 0;
}

.ih-bundle-card p {
  font-family: var(--font-b);
  font-size: 14px;
  line-height: 1.65;
  color: var(--muted);
  margin: 0 0 14px;
}
.ih-bundle-card p strong { color: var(--navy); font-weight: 700; }

.ih-bundle-chip {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-b);
  font-size: 11.5px; font-weight: 700;
  color: var(--card-color);
  background: rgba(var(--card-rgb), .08);
  border: 1px solid rgba(var(--card-rgb), .22);
  padding: 5px 11px;
  border-radius: 999px;
  letter-spacing: .02em;
}
.ih-bundle-chip svg {
  width: 12px; height: 12px;
  stroke: currentColor; fill: none;
  stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round;
}

/* ── footer strip: "under one roof" ownership statement ── */
.ih-bundle-roof {
  background: #FFFFFF;
  border: 1px solid rgba(13,24,41,.08);
  border-radius: 16px;
  padding: 20px 28px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  align-items: center;
  box-shadow: 0 1px 4px rgba(7,25,46,.03), 0 8px 24px -12px rgba(7,25,46,.10);
}
@media (max-width: 760px) {
  .ih-bundle-roof { grid-template-columns: 1fr; gap: 16px; padding: 20px; }
}
.ih-bundle-roof-label {
  font-family: var(--font-b);
  font-size: 11px; font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--blue-dark);
  white-space: nowrap;
  padding-right: 22px;
  border-right: 1px solid rgba(13,24,41,.08);
}
@media (max-width: 760px) {
  .ih-bundle-roof-label { border-right: 0; padding-right: 0; padding-bottom: 6px; border-bottom: 1px solid rgba(13,24,41,.08); }
}
.ih-bundle-roof-items {
  display: flex; flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
  font-family: var(--font-b);
  font-size: 13px;
  color: var(--muted);
  line-height: 1.5;
}
.ih-bundle-roof-items a {
  text-decoration: none;
  color: var(--navy);
  transition: color .2s var(--ease);
}
.ih-bundle-roof-items a:hover { color: var(--blue-dark); }
.ih-bundle-roof-items b {
  color: inherit;
  font-weight: 700;
}
.ih-bundle-roof-items .owned {
  color: var(--blue-dark);
  font-weight: 800;
  position: relative;
  padding-left: 16px;
}
.ih-bundle-roof-items .owned::before {
  content: '';
  position: absolute;
  left: 0; top: 50%;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--blue);
  transform: translateY(-50%);
  box-shadow: 0 0 0 3px rgba(41,171,226,.18);
}
.ih-bundle-roof-items .owned:hover { color: var(--navy); }
.ih-bundle-roof-items .owned:hover::before { background: var(--orange); box-shadow: 0 0 0 3px rgba(249,115,22,.22); }

@media (max-width: 640px) {
  .ih-bundle { padding: 56px 20px 60px; }
  .ih-bundle-card { padding: 24px 22px 22px 30px; }
  .ih-bundle-card h3 { font-size: 18px; }
}

/* ══════════════════════════════════════════════
   STATS STRIP — 5-column adjustment
   ══════════════════════════════════════════════ */
.ih-stats-grid--5 { grid-template-columns: repeat(5, 1fr); }
@media (max-width: 1024px) {
  .ih-stats-grid--5 { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 640px) {
  .ih-stats-grid--5 { grid-template-columns: repeat(2, 1fr); }
}

/* ══════════════════════════════════════════════
   SECTION CLOSE — unified proof + testimonial + CTA
   Replaces: stats strip + weak testimonial + weak final-CTA.
   Split layout on navy mesh: headline + CTAs left,
   premium testimonial glass card right,
   full-width proof stats bar at the bottom.
   ══════════════════════════════════════════════ */
.ih-close {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(900px 640px at 18% 18%, rgba(41,171,226,.22) 0%, transparent 72%),
    radial-gradient(780px 600px at 82% 78%, rgba(249,115,22,.15) 0%, transparent 72%),
    radial-gradient(640px 520px at 58% 42%, rgba(123,33,162,.10) 0%, transparent 72%),
    linear-gradient(180deg, #07192E 0%, #0D2B45 100%);
  padding: 80px 32px 72px;
  color: #fff;
}
.ih-close::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.06) 1px, transparent 1.5px);
  background-size: 28px 28px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000 0%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, #000 0%, transparent 100%);
  opacity: .55;
  pointer-events: none;
}
.ih-close-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.ih-close-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 48px;
  align-items: center;
  margin-bottom: 56px;
}
@media (max-width: 960px) {
  .ih-close { padding: 56px 20px 56px; }
  .ih-close-grid { grid-template-columns: 1fr; gap: 32px; margin-bottom: 40px; }
}

/* ── LEFT: headline + CTAs + trust chips ── */
.ih-close-head .sec-label {
  color: var(--blue);
  background: rgba(41,171,226,.14);
  border: 1px solid rgba(41,171,226,.32);
  padding: 6px 14px;
  border-radius: 999px;
  display: inline-flex; align-items: center; gap: 8px;
}
.ih-close-head .sec-label::before {
  content: ''; width: 6px; height: 6px; border-radius: 50%;
  background: var(--orange);
}
.ih-close h2 {
  font-family: var(--font-h);
  font-size: clamp(32px, 4.2vw, 52px);
  font-weight: 900;
  letter-spacing: -1.8px;
  line-height: 1.06;
  color: #fff;
  margin: 16px 0 18px;
}
.ih-close h2 em {
  font-style: normal;
  background: linear-gradient(90deg, #F97316 0%, #F4D03F 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ih-close-sub {
  font-family: var(--font-b);
  font-size: 16.5px;
  line-height: 1.68;
  color: rgba(255,255,255,.78);
  margin: 0 0 28px;
  max-width: 540px;
}
.ih-close-sub strong { color: #fff; font-weight: 700; }

.ih-close-ctas {
  display: flex; gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 28px;
}
.ih-close-ctas .btn-orange-solid {
  padding: 17px 32px;
  font-size: 15.5px;
  box-shadow: 0 8px 22px rgba(249,115,22,.32), 0 0 0 1px rgba(249,115,22,.4) inset;
}
.ih-close-ctas .btn-orange-solid:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(249,115,22,.48), 0 0 0 1px rgba(249,115,22,.6) inset;
}
.ih-close-ctas .btn-ghost-white, .ih-close-ctas .btn-ghost {
  padding: 17px 28px;
  font-size: 15.5px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.22);
}

.ih-close-trust {
  display: flex; flex-wrap: wrap;
  gap: 8px 18px;
  align-items: center;
  font-family: var(--font-b);
  font-size: 12px;
  color: rgba(255,255,255,.68);
  letter-spacing: .02em;
}
.ih-close-trust span {
  display: inline-flex; align-items: center; gap: 6px;
  white-space: nowrap;
}
.ih-close-trust svg {
  width: 14px; height: 14px;
  stroke: var(--green); fill: none;
  stroke-width: 2.8; stroke-linecap: round; stroke-linejoin: round;
  flex-shrink: 0;
}

/* ── RIGHT: premium testimonial glass card ── */
.ih-close-proof {
  position: relative;
  background: rgba(255,255,255,.06);
  -webkit-backdrop-filter: blur(22px) saturate(1.2);
  backdrop-filter: blur(22px) saturate(1.2);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 20px;
  padding: 32px 32px 28px;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.04) inset,
    0 24px 56px rgba(0,0,0,.35),
    0 48px 96px rgba(41,171,226,.10);
}
.ih-close-proof::before {
  content: '';
  position: absolute;
  top: -1px; left: 22px; right: 22px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.35), transparent);
}
.ih-close-proof-chip {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-b);
  font-size: 10.5px; font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(var(--cl-04-rgb), .22);
  border: 1px solid rgba(var(--cl-04-rgb), .55);
  padding: 5px 12px;
  border-radius: 999px;
  margin-bottom: 22px;
}
.ih-close-proof-chip::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #A5B4FC;
  box-shadow: 0 0 0 3px rgba(165,180,252,.22);
}
.ih-close-proof-quote {
  font-family: var(--font-h);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.34;
  color: #fff;
  letter-spacing: -.3px;
  margin: 0 0 20px;
  position: relative;
}
.ih-close-proof-quote::before {
  content: '\201C';
  font-family: Georgia, serif;
  font-size: 70px;
  line-height: 1;
  color: var(--blue);
  opacity: .3;
  position: absolute;
  top: -28px; left: -8px;
}
.ih-close-proof-cite {
  display: flex; flex-direction: column;
  gap: 2px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.1);
}
.ih-close-proof-name {
  font-family: var(--font-b);
  font-size: 14px; font-weight: 800;
  color: #fff;
}
.ih-close-proof-role {
  font-family: var(--font-b);
  font-size: 12.5px;
  color: rgba(255,255,255,.62);
  line-height: 1.5;
}

/* Inline stats inside proof card */
.ih-close-proof-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 22px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid rgba(255,255,255,.1);
}
.ih-close-proof-stat-val {
  font-family: var(--font-h);
  font-size: 24px;
  font-weight: 900;
  color: var(--blue);
  line-height: 1.05;
  letter-spacing: -.5px;
}
.ih-close-proof-stat-val em {
  font-size: 14px; font-style: normal; font-weight: 800;
  color: rgba(165,223,255,.88);
  margin-left: 1px;
}
.ih-close-proof-stat-label {
  font-family: var(--font-b);
  font-size: 10.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: rgba(255,255,255,.58);
  margin-top: 4px;
}

/* ── BOTTOM: proof bar (4 big stats across full width) ── */
.ih-close-proofbar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  padding: 32px 0 0;
  border-top: 1px solid rgba(255,255,255,.08);
}
@media (max-width: 900px) { .ih-close-proofbar { grid-template-columns: repeat(2, 1fr); gap: 24px; } }
@media (max-width: 420px) { .ih-close-proofbar { grid-template-columns: 1fr; } }
.ih-close-proofbar-item { text-align: left; }
.ih-close-proofbar-val {
  font-family: var(--font-h);
  font-size: clamp(28px, 3.6vw, 40px);
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1;
  color: #fff;
  margin-bottom: 6px;
}
.ih-close-proofbar-val em {
  font-style: normal;
  font-size: .62em;
  color: var(--blue);
  margin-left: 2px;
}
.ih-close-proofbar-label {
  font-family: var(--font-b);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: rgba(255,255,255,.55);
}

/* MATCHMAKER QUIZ */
.ih-matchmaker { position: relative; padding: 64px 24px 72px; background: linear-gradient(180deg, #FFFFFF 0%, #F5F9FC 50%, #FFFFFF 100%); border-top: 1px solid rgba(13,24,41,.05); border-bottom: 1px solid rgba(13,24,41,.05); overflow: hidden; }
.ih-matchmaker::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 40% at 20% 0%, rgba(41,171,226,.06) 0%, transparent 60%), radial-gradient(ellipse 50% 35% at 80% 100%, rgba(56,178,172,.05) 0%, transparent 55%); pointer-events: none; }
.ih-mm-inner { max-width: 920px; margin: 0 auto; position: relative; z-index: 2; }
.ih-mm-head { text-align: center; margin-bottom: 28px; }
.ih-mm-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-b); font-size: 11.5px; font-weight: 800; letter-spacing: 1.8px; text-transform: uppercase; color: var(--blue-dark); background: rgba(41,171,226,.08); border: 1px solid rgba(41,171,226,.22); padding: 6px 14px; border-radius: 999px; margin-bottom: 14px; }
.ih-mm-eyebrow::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--orange); flex-shrink: 0; }
.ih-mm-head h2 { font-family: var(--font-h); font-size: clamp(26px, 3vw, 36px); font-weight: 900; line-height: 1.14; letter-spacing: -1px; color: var(--navy); margin: 0 0 10px; }
.ih-mm-head p { font-family: var(--font-b); font-size: 15.5px; line-height: 1.6; color: var(--muted); max-width: 640px; margin: 0 auto; }
.ih-mm-card { background: #FFFFFF; border: 1px solid rgba(13,24,41,.08); border-radius: 10px; padding: 32px 28px 28px; position: relative; box-shadow: 0 1px 2px rgba(7,25,46,.03), 0 8px 24px rgba(7,25,46,.04), 0 20px 48px rgba(7,25,46,.03); }
.ih-mm-card::before { content: ''; position: absolute; left: 0; top: 18px; bottom: 18px; width: 3px; background: linear-gradient(180deg, var(--blue) 0%, var(--blue-dark) 100%); border-radius: 3px; opacity: .9; }
.ih-mm-progress { display: flex; gap: 6px; margin-bottom: 22px; }
.ih-mm-progress-pip { flex: 1; height: 4px; background: rgba(13,24,41,.08); border-radius: 4px; transition: background .3s var(--ease); }
.ih-mm-progress-pip.is-done { background: var(--blue); }
.ih-mm-progress-pip.is-active { background: linear-gradient(90deg, var(--blue) 0%, var(--blue-dark) 100%); }
.ih-mm-step { display: none; }
.ih-mm-step.is-active { display: block; animation: ihMmFade .32s var(--ease); }
@keyframes ihMmFade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.ih-mm-q { font-family: var(--font-h); font-size: clamp(20px, 2.2vw, 26px); font-weight: 900; line-height: 1.22; letter-spacing: -.5px; color: var(--navy); margin: 0 0 4px; }
.ih-mm-q-num { display: inline-flex; align-items: center; justify-content: center; font-family: var(--font-b); font-size: 11px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; color: var(--blue-dark); margin-bottom: 10px; }
.ih-mm-opts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 18px; }
.ih-mm-opts--chips { grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 8px; }
.ih-mm-opt { appearance: none; -webkit-appearance: none; font-family: var(--font-b); font-size: 14.5px; font-weight: 600; color: var(--navy); background: #FFFFFF; border: 1px solid rgba(13,24,41,.1); border-radius: 10px; padding: 14px 16px; text-align: left; cursor: pointer; transition: transform .2s var(--ease), border-color .2s var(--ease), background .2s var(--ease), box-shadow .2s var(--ease); line-height: 1.38; }
.ih-mm-opts--chips .ih-mm-opt { text-align: center; padding: 11px 12px; font-size: 13.5px; text-transform: capitalize; }
.ih-mm-opt:hover, .ih-mm-opt:focus-visible { border-color: var(--blue); background: rgba(41,171,226,.05); outline: none; box-shadow: 0 0 0 3px rgba(41,171,226,.18); transform: translateY(-1px); }
.ih-mm-opt.is-selected { border-color: var(--blue); background: rgba(41,171,226,.08); box-shadow: 0 0 0 1px var(--blue) inset; }
.ih-mm-nav { display: flex; justify-content: space-between; align-items: center; margin-top: 22px; gap: 12px; }
.ih-mm-back, .ih-mm-restart { appearance: none; background: transparent; border: 1px solid rgba(13,24,41,.14); color: var(--navy); font-family: var(--font-b); font-size: 13px; font-weight: 700; padding: 9px 14px; border-radius: 999px; cursor: pointer; transition: background .2s var(--ease), border-color .2s var(--ease); }
.ih-mm-back:hover, .ih-mm-restart:hover, .ih-mm-back:focus-visible, .ih-mm-restart:focus-visible { background: rgba(13,24,41,.04); border-color: rgba(13,24,41,.3); outline: none; }
.ih-mm-hint { font-family: var(--font-b); font-size: 12.5px; color: var(--muted); letter-spacing: .02em; }
.ih-mm-result { display: none; position: relative; }
.ih-mm-result.is-active { display: block; animation: ihMmFade .4s var(--ease); }
.ih-mm-result-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-b); font-size: 11px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; color: var(--blue-dark); margin-bottom: 10px; }
.ih-mm-result-eyebrow::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #22C55E; }
.ih-mm-result h3 { font-family: var(--font-h); font-size: clamp(22px, 2.4vw, 28px); font-weight: 900; line-height: 1.2; letter-spacing: -.6px; color: var(--navy); margin: 0 0 6px; }
.ih-mm-result-sub { font-family: var(--font-b); font-size: 14.5px; color: var(--muted); margin: 0 0 22px; line-height: 1.55; }
.ih-mm-recs { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 20px; }
@media (max-width: 640px) { .ih-mm-recs { grid-template-columns: 1fr; } .ih-mm-opts { grid-template-columns: 1fr; } }
.ih-mm-rec { position: relative; background: #FFFFFF; border: 1px solid rgba(13,24,41,.08); border-radius: 10px; padding: 20px 18px 18px; text-decoration: none; color: inherit; transition: transform .25s var(--ease), border-color .25s var(--ease), box-shadow .25s var(--ease); overflow: hidden; }
.ih-mm-rec::before { content: ''; position: absolute; left: 0; top: 14px; bottom: 14px; width: 3px; background: linear-gradient(180deg, var(--blue) 0%, var(--blue-dark) 100%); border-radius: 3px; }
.ih-mm-rec:hover, .ih-mm-rec:focus-visible { border-color: var(--blue); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(41,171,226,.12); outline: none; }
.ih-mm-rec-tag { display: inline-flex; align-items: center; font-family: var(--font-b); font-size: 10.5px; font-weight: 800; letter-spacing: 1.3px; text-transform: uppercase; color: var(--blue-dark); background: rgba(41,171,226,.08); border-radius: 999px; padding: 3px 10px; margin-bottom: 10px; }
.ih-mm-rec-tag--alt { color: var(--muted); background: rgba(13,24,41,.05); }
.ih-mm-rec h4 { font-family: var(--font-h); font-size: 17px; font-weight: 800; color: var(--navy); margin: 0 0 6px; letter-spacing: -.3px; }
.ih-mm-rec p { font-family: var(--font-b); font-size: 13.5px; line-height: 1.52; color: var(--muted); margin: 0 0 12px; }
.ih-mm-rec-cta { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-b); font-size: 13px; font-weight: 800; color: var(--blue-dark); letter-spacing: .02em; }
.ih-mm-rec-cta svg { width: 14px; height: 14px; transition: transform .25s var(--ease); }
.ih-mm-rec:hover .ih-mm-rec-cta svg { transform: translateX(3px); }
.ih-mm-card--result { position: relative; }
.ih-mm-card--result::after { content: ''; position: absolute; inset: -1px; border-radius: 11px; padding: 1px; background: conic-gradient(from var(--bb-angle, 0deg), transparent 0%, rgba(41,171,226,.55) 10%, rgba(56,178,172,.45) 20%, transparent 30%, transparent 100%); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; animation: ihMmBeam 5s linear infinite; }
@@property --bb-angle { syntax: '<angle>'; initial-value: 0deg; inherits: false; }
@keyframes ihMmBeam { to { --bb-angle: 360deg; } }
@media (prefers-reduced-motion: reduce) { .ih-mm-card--result::after { animation: none; opacity: .35; } .ih-mm-step.is-active, .ih-mm-result.is-active { animation: none; } .ih-mm-opt, .ih-mm-rec { transition: none; } }
.ih-mm-result-actions { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.ih-mm-start-btn { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-b); font-size: 14px; font-weight: 800; color: #FFFFFF; background: linear-gradient(135deg, var(--blue) 0%, var(--blue-dark) 100%); border: 0; padding: 12px 20px; border-radius: 999px; text-decoration: none; letter-spacing: .02em; box-shadow: 0 8px 18px rgba(41,171,226,.25); cursor: pointer; transition: transform .2s var(--ease), box-shadow .2s var(--ease); }
.ih-mm-start-btn:hover, .ih-mm-start-btn:focus-visible { transform: translateY(-1px); box-shadow: 0 12px 28px rgba(41,171,226,.35); outline: none; }
.ih-mm-start-btn svg { width: 16px; height: 16px; }
@media (max-width: 640px) { .ih-matchmaker { padding: 48px 20px 56px; } .ih-mm-card { padding: 24px 20px 22px; } .ih-mm-head h2 { font-size: 24px; } }
.ih-hero-mm-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 10px; font-family: var(--font-b); font-size: 13px; font-weight: 700; color: var(--blue-dark); text-decoration: none; letter-spacing: .01em; border-bottom: 1px dashed rgba(23,121,184,.45); padding-bottom: 2px; transition: color .2s var(--ease), border-color .2s var(--ease); }
.ih-hero-mm-link:hover, .ih-hero-mm-link:focus-visible { color: var(--blue); border-bottom-color: var(--blue); outline: none; }

/* §2 */
@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-boil-the-lake pass — industries (390px) ── */
@media (max-width: 767.98px) {

  /* smallText: IIG insurance section footer note — 13px → 16px */
  .ih-iig-foot {
    font-size: 16px;
  }

  /* smallText: specialist role label — 11.5px is below the 12px micro-label floor */
  .ih-advisor-role {
    font-size: 12px;
  }

  /* smallText: primary orange CTA button — 14.5px → 16px */
  .btn-orange-solid {
    font-size: 16px !important;
  }

  /* tap: "Under One Roof" owned-company links (Axiom, IIG) measure 26px tall.
     Wrap with inline-flex so padding enlarges the tap target without shifting layout. */
  .ih-bundle-roof-items .owned {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
  }

  /* grids: IIG insurance tile grid — 2 columns at 390px gives ~147px per tile.
     Collapse to a single column for comfortable reading and tap area. */
  .ih-iig-grid {
    grid-template-columns: 1fr !important;
  }

}
