      :root {
        /* palette — Inforcer brand */
        --ink: #222222;
        --ink-soft: #444444;
        --ink-muted: #6d6d6d;
        --surface: #f7f7f9;
        --surface-alt: #efefef;
        --border: #e0e0e2;
        --border-soft: #eaeaec;
        --accent: #178bdb;
        --accent-bg: #e8f4fc;
        --deep-blue: #171b3a;
        --white: #ffffff;

        /* product area colors */
        --c-entra: #2b5ea7;
        --c-entra-bg: #ebf2fa;
        --c-intune: #0078d4;
        --c-intune-bg: #e8f1fb;
        --c-defender: #c4314b;
        --c-defender-bg: #fcedef;
        --c-exchange: #0f6cbd;
        --c-exchange-bg: #e8f2fb;
        --c-teams: #5b5fc7;
        --c-teams-bg: #efeffa;
        --c-purview: #8661c5;
        --c-purview-bg: #f2eefa;
        --c-spo: #038387;
        --c-spo-bg: #e6f5f5;
        --c-w365: #3b82f6;
        --c-w365-bg: #ebf2fe;
        --c-admin: #ca5010;
        --c-admin-bg: #fdf0e8;

        /* coverage badges */
        --badge-full: #0e7a3a;
        --badge-full-bg: #e6f4ec;
        --badge-settings: #178bdb;
        --badge-settings-bg: #e8f4fc;
        --badge-testing: #9a6700;
        --badge-testing-bg: #fff8e1;

        /* spacing scale */
        --sp-2: 0.125rem;
        --sp-4: 0.25rem;
        --sp-8: 0.5rem;
        --sp-12: 0.75rem;
        --sp-16: 1rem;
        --sp-24: 1.5rem;
        --sp-32: 2rem;
        --sp-48: 3rem;
        --sp-64: 4rem;
        --sp-96: 6rem;

        /* type */
        --font-display: "Poppins", system-ui, sans-serif;
        --font-body: "Poppins", system-ui, sans-serif;
      }

      .policy-tablet {
        max-height: 880px;
        overflow: hidden; /* clips the scrollbar to the border */
        padding: 0 0 0 0 !important;
      }

      .policy-tablet-inner {
        height: 100%;
        max-height: 880px;
        overflow-y: auto;
        padding: 28px 24px 16px 24px;
        scrollbar-gutter: stable;
      }

     .policy-tablet-inner .hero {
       padding: 68px 10px;
       border-radius: 20px; }
 
      .hero .subtitle {
        margin-top: var(--sp-16);
        font-size: 1.05rem;
        color: rgba(255, 255, 255, 0.7);
        max-width: 65ch;
        line-height: 1.65;
      }

      /* ── STATS ── */
      .stats-row {
        display: flex;
        flex-wrap: wrap;
        gap: var(--sp-12);
        margin-top: var(--sp-32);
      }
      .stat {
        display: flex;
        align-items: baseline;
        gap: var(--sp-8);
        padding: var(--sp-12) var(--sp-24);
        background: rgba(23, 27, 58, 0.55);
        backdrop-filter: blur(8px);
        border: 1px solid rgba(255, 255, 255, 0.15);
        border-radius: 10px;
      }
      .stat-num {
        font-size: 1.75rem;
        font-weight: 700;
        letter-spacing: -0.02em;
        color: #ffffff;
      }
      .stat-label {
        font-size: 0.8125rem;
        color: rgba(255, 255, 255, 0.6);
        font-weight: 500;
      }

      /* ── SEARCH ── */
      .controls {
        max-width: 72rem;
        margin: 0 auto;
        padding: 0 var(--sp-32) var(--sp-32);
        display: flex;
        flex-wrap: wrap;
        gap: var(--sp-12);
        align-items: center;
      }
      .search-box {
        flex: 1 1 280px;
        position: relative;
      }
      .search-box input {
        width: 100%;
        font-size: 0.9375rem;
        padding: var(--sp-12) var(--sp-16) var(--sp-12) var(--sp-48);
        border: 1px solid var(--border);
        border-radius: 10px;
        background: var(--white);
        color: var(--ink);
        outline: none;
        transition:
          border-color 0.15s,
          box-shadow 0.15s;
      }
      .search-box input:focus {
        border-color: var(--accent);
        box-shadow: 0 0 0 3px rgba(23, 139, 219, 0.15);
      }
      .search-box input::placeholder {
        color: var(--ink-muted);
      }
      .search-box svg {
        position: absolute;
        left: var(--sp-16);
        top: 50%;
        transform: translateY(-50%);
        width: 18px;
        height: 18px;
        color: var(--ink-muted);
      }

      .filter-group {
        display: flex;
        flex-wrap: wrap;
        gap: var(--sp-4);
      }
      .filter-btn {
        font-size: 0.8125rem;
        font-weight: 500;
        padding: var(--sp-8) var(--sp-16);
        border: 1px solid var(--border);
        border-radius: 8px;
        background: var(--white);
        color: var(--ink-muted);
        cursor: pointer;
        transition: all 0.15s;
      }
      .filter-btn:hover {
        color: var(--ink);
        border-color: var(--ink-muted);
      }
      .filter-btn.active {
        background: var(--accent);
        color: var(--white);
        border-color: var(--accent);
      }

      /* ── SECTIONS ── */
      .catalog {
        max-width: 72rem;
        margin: 0 auto;
        padding: 0 var(--sp-32) var(--sp-96);
      }

      .product-group[hidden] {
        display: none;
      }

      .product-header {
        display: flex;
        align-items: center;
        gap: var(--sp-12);
        padding: var(--sp-16) 0;
        border-bottom: 2px solid var(--border);
        cursor: pointer;
        user-select: none;
      }

      .product-header h4 { margin-left 16px; }
      .product-header:hover .chevron {
        color: var(--ink);
      }
      .product-dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        flex-shrink: 0;
      }

      .product-count {
        font-size: 0.8125rem;
        color: var(--ink-muted);
        font-weight: 500;
        margin-left: auto;
      }
      .chevron {
        width: 20px;
        height: 20px;
        color: var(--ink-muted);
        transition:
          transform 0.2s ease,
          color 0.15s;
        flex-shrink: 0;
      }
      .product-group.collapsed .chevron {
        transform: rotate(-90deg);
      }
      .product-body {
        display: grid;
        grid-template-rows: 1fr;
        transition: grid-template-rows 0.25s ease;
      }
      .product-group.collapsed .product-body {
        grid-template-rows: 0fr;
      }
      .product-body-inner {
        overflow: hidden;
      }

      .subsection-label {
        font-size: 0.8125rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        color: var(--ink-muted);
        padding: var(--sp-16) var(--sp-16) var(--sp-8);
      }

      .product-section {
        margin-bottom: 0;
      }
      .product-section[hidden] {
        display: none;
      }

      .section-header {
        display: none;
      }
      .section-count {
        font-size: 0.8125rem;
        color: var(--ink-muted);
        font-weight: 500;
        margin-left: auto;
      }

      /* ── TABLE ── */
      .table-wrap {
        overflow-x: auto;
      }
      .policy-table {
        width: 100%;
        min-width: 860px;
        border-collapse: separate;
        border-spacing: 0;
      }
      .policy-table thead th {
        font-size: 0.6875rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.06em;
        color: var(--ink-muted);
        text-align: left;
        padding: var(--sp-8) var(--sp-16);
        border-bottom: 1px solid var(--border);
        background: var(--surface-alt);
        position: static;
      }
      .policy-table thead th:first-child {
        border-radius: 8px 0 0 0;
      }
      .policy-table thead th:last-child {
        border-radius: 0 8px 0 0;
      }

      .policy-table tbody tr {
        transition: background 0.1s;
      }
      .policy-table tbody tr:hover {
        background: var(--surface-alt);
      }
      .policy-table tbody td {
        padding: var(--sp-12) var(--sp-16);
        border-bottom: 1px solid var(--border-soft);
        vertical-align: top;
        font-size: 0.9rem;
      }
      .policy-table tbody tr:last-child td {
        border-bottom: none;
      }

      .policy-name {
        font-weight: 600;
        color: var(--ink);
        line-height: 1.3;
      }
      .policy-desc, .license-tag, .settings-list li {
        font-size: 13px;
        line-height: 1.65;
      }
      .settings-list {
        margin-top: var(--sp-4);
        padding-left: var(--sp-16);
        list-style: disc;
      }

      .col-name {
        width: 36%;
      }
      .col-coverage {
        width: 10%;
      }
      .col-license {
        width: 10%;
      }
      .col-endpoint {
        width: 44%;
      }

      /* ── BADGES ── */
      .badge {
        display: inline-flex;
        align-items: center;
        font-size: 15px;
        font-weight: 600;
        padding: var(--sp-4) var(--sp-8);
        border-radius: 6px;
        letter-spacing: 0.02em;
        white-space: nowrap;
      }
      .badge-full {
        background: var(--badge-full-bg);
        color: var(--badge-full);
      }
      .badge-settings {
        background: var(--badge-settings-bg);
        color: var(--badge-settings);
      }
      .badge-testing {
        background: var(--badge-testing-bg);
        color: var(--badge-testing);
      }
      .badge-defined {
        background: var(--badge-defined-bg);
        color: var(--badge-defined);
      }

      .controls button.filter-btn { padding: 10px 14px; }



      .endpoint-mono, .endpoint-list li {
        font-family: "SF Mono", "Cascadia Code", "Fira Code", ui-monospace, monospace !important;
        font-size: 13px;
        line-height: 1.6;
        white-space: nowrap;
        background: #f1f1f1;
        padding: 2px 6px;
        border-radius: 2px;
      }

      .endpoint-list {
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 1px;
      }

      /* ── LEGEND ── */
      .legend {
        max-width: 72rem;
        margin: 0 auto;
        padding: 0 var(--sp-32) var(--sp-64);
      }
      .legend-box {
        background: var(--white);
        border: 1px solid black;
        border-radius: 12px;
        padding: var(--sp-32);
      }
      .legend-box h3 {
        font-family: var(--font-display);
        font-size: 1.1rem;
        font-weight: 600;
        margin-bottom: var(--sp-24);
        letter-spacing: -0.01em;
      }
      .legend-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        gap: var(--sp-24);
      }
      .legend-item {
        display: flex;
        gap: var(--sp-12);
        align-items: flex-start;
      }
      .legend-item .badge {
        flex-shrink: 0;
        margin-top: 2px;
      }
      .legend-text {
        font-size: 0.8125rem;
        color: var(--ink-soft);
        line-height: 1.5;
      }
      .legend-text strong {
        color: var(--ink);
        font-weight: 600;
      }

      /* ── NO RESULTS ── */
      .no-results {
        text-align: center;
        padding: var(--sp-64) var(--sp-32);
        color: var(--ink-muted);
        font-size: 0.95rem;
        display: none;
      }
      .no-results.visible {
        display: block;
      }

      /* ── RESPONSIVE ── */

      @media (max-width: 992px) {
        .policy-tablet-inner {
          padding: 8px 16px 10px 16px;
        }
        
        .policy-tablet-inner .hero {
          margin-top: 12px;
        }
      }

      @media (max-width: 768px) {
        .product-header h4 { margin-left 4px; }


        
        .hero-inner,
        .controls,
        .catalog,
        .legend {
          padding-left: var(--sp-16);
          padding-right: var(--sp-16);
        }
        .hero-inner {
          padding-top: var(--sp-48);
          padding-bottom: var(--sp-32);
        }
        .stats-row {
          gap: var(--sp-8);
        }
        .stat {
          padding: var(--sp-8) var(--sp-16);
        }
        .stat-num {
          font-size: 1.35rem;
        }

        .col-endpoint {
          display: none;
        }
        .col-name {
          width: 55%;
        }
        .col-coverage {
          width: 20%;
        }
        .col-license {
          width: 25%;
        }
        .policy-table thead th,
        .policy-table tbody td {
          padding: var(--sp-8) var(--sp-12);
        }
        
/*         .policy-tablet-inner {
          padding: 4px 4px 10px 16px;
        } */
      }

/*       @media(max-width: 580px) {
        .policy-tablet-inner {
          padding: 4px 14px 10px 16px;
        }
      } */

      /* ── ENTRANCE ── */
      @media (prefers-reduced-motion: no-preference) {
        .hero-logo,

        .hero .subtitle,
        .stats-row,
        .controls,
        .product-group {
          opacity: 0;
          transform: translateY(12px);
          animation: fadeUp 0.5s ease-out forwards;
        }
        .hero .subtitle {
          animation-delay: 0.06s;
        }
        .stats-row {
          animation-delay: 0.12s;
        }
        .controls {
          animation-delay: 0.18s;
        }
        .product-group:nth-child(1) {
          animation-delay: 0.22s;
        }
        .product-group:nth-child(2) {
          animation-delay: 0.26s;
        }
        .product-group:nth-child(3) {
          animation-delay: 0.28s;
        }
        .product-group:nth-child(n + 4) {
          animation-delay: 0.3s;
        }
      }
      @keyframes fadeUp {
        to {
          opacity: 1;
          transform: translateY(0);
        }
      }