
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    body { font-family: 'Inter', sans-serif; color: #28324A; background: #fff; -webkit-font-smoothing: antialiased; }
    /* .container { max-width: 1160px; margin: 0 auto; padding: 0 24px; } */
    section { padding: 72px 0; }
    section.hero {
      padding: 96px 0 80px;
      display: flex;
      align-items: center;
      padding-block: 72px;
      position: relative;
      overflow: hidden;
      background: #fff;
      text-align: center;
    }
    section.tight { padding: 48px 0; }
    h1 {
      margin-bottom: 16px;
      color: var(--Text-Grey-900, #101828);
      text-align: center;
      font-family: Inter;
      font-size: 48px;
      font-style: normal;
      font-weight: 700;
      line-height: 60px;
      letter-spacing: -.96px;
    }
    h2 {
      margin-bottom: 16px;
      margin-top: 16px;
      color: var(--Theme-Dark-Blue-800, #26244A);
      font-family: Inter;
      font-size: 36px;
      font-style: normal;
      font-weight: 700;
      line-height: 120%;
      letter-spacing: -.72px;
      padding-bottom: 16px;
    }
    h3 { font-size: 17px; font-weight: 600; color: #0A1746; margin-bottom: 10px; }
    p  { font-size: 14px; line-height: 1.7; color: #28324A; }
    a  { text-decoration: none; }

    .btn-primary {
      border: none;
      cursor: pointer;
      text-decoration: none;
      transition: all 0.2s;
      display: inline-block;
      border-radius: 4px;
      background: var(--Theme-Blue-500, #3A58EF);
      box-shadow: 0 1px 2px 0 rgb(16 24 40 / .05);
      padding: 12px 20px;
      color: var(--White, #FFF);
      font-family: Inter;
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 24px;
    }
    .btn-primary:hover {
      transform: translateY(-2px);
      border-radius: 4px;
      background: var(--Theme-Blue-800, #182878);
      box-shadow: 0 1px 2px 0 rgb(16 24 40 / .05);
    }
    .btn-secondary {
      cursor: pointer;
      text-decoration: none;
      transition: all 0.2s;
      display: inline-block;
      border-radius: 4px;
      border: 1px solid var(--Theme-Blue-500, #3A58EF);
      background: #fff0;
      color: var(--Theme-Blue-500, #3A58EF);
      font-family: Inter;
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 24px;
      padding: 12px 40px;
    }
    .btn-secondary:hover {
      border-color: rgba(255, 255, 255, 0.35);
      border-radius: 4px;
      background: var(--Theme-Blue-500, #3A58EF);
      box-shadow: 0 1px 2px 0 rgb(16 24 40 / .05);
      color: #fff;
    }
    .btn-outline-white { background:transparent; color:#fff; border:1.5px solid rgba(255,255,255,0.6); font-weight:600; font-size:14px; padding:10px 22px; border-radius:5px; cursor:pointer; text-decoration:none; display:inline-block; }
    .btn-outline-white:hover { border-color:#fff; background:rgba(255,255,255,0.08); }

    .eyebrow {
      letter-spacing: 0.08em;
      text-transform: inherit;
      margin-bottom: 16px;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: transparent;
      border: 1px solid var(--Theme-Blue-800, #182878);
      color: var(--Theme-Blue-800, #182878);
      font-size: 14px;
      font-weight: 600;
      padding: 6px 16px;
      border-radius: 100px;
    }
    .eyebrow::before {
      content: '';
      width: 6px;
      height: 6px;
      background: var(--Theme-Blue-800, #182878);
      border-radius: 50%;
      display: inline-block;
    }
    .subhead {
      max-width: inherit;
      margin: 0 auto 44px;
      margin-bottom: 24px;
      padding-inline: 100px;
      color: var(--Text-Grey-600, #475467);
      text-align: center;
      font-family: Inter;
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: 30px;
    }
    .hero-pills { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-bottom: 24px; }
    .pill { display: flex; align-items: center; gap: 8px; background: #EEF1FD; border: 1px solid #C7D2FB; padding: 6px 18px; border-radius: 50px; font-size: 14px; font-weight: 500; color: #182878; backdrop-filter: blur(4px); }
    .pill::before { content: '✓'; color: #3A58EF; font-weight: 700; font-size: 13px; }

    .cta-row {
      display: flex;
      gap: 12px;
      justify-content: center;
      margin-bottom: 56px;
    }
    .metric {
      padding: 16px;
      border-radius: 8px;
      border: 1px solid var(--Text-Grey-300, #D0D5DD);
      background: #FFF;
      text-align: center;
    }
    .metrics-row {
      justify-content: center;
      display: flex;
      gap: 0;
      margin-top: 36px;
      padding-top: 36px;
      /* border-top: 1px solid #26244A; */
      flex-wrap: wrap;
    }
    .metric-num {
      letter-spacing: -1px;
      padding-top: 10px;
      padding-bottom: 5px;
      display: inline-block;
      width: 100%;
      color: var(--Text-Grey-900, #101828);
      text-align: center;
      font-family: Inter;
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: 32px;
    }
    .metric-num span {
      color: var(--Theme-Blue-500, #3A58EF);
    }
    .metric-label {
      margin-top: 4px;
      color: var(--Text-Grey-700, #344054);
      text-align: center;
      font-family: Inter;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 20px;
      float: none;
    }

    .card-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }

    .card { 
      box-shadow: none;
      opacity: 1;
      transform: translateY(0);
      border-radius: 12px;
      border: 1px solid var(--Text-Grey-200, #EAECF0);
      background: var(--White, #FFF);
      padding: 24px;
      margin-top: 0;
      margin-block: 0;
      min-height: 228px;
    }

    .card-icon {
      width: 52px;
      height: 52px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      border-radius: 8px;
      background: var(--Theme-Blue-50, #EBEEFD);
      padding: 10px;
      margin-bottom: 24px;
    }

    .card h3 {     
      color: var(--Text-Grey-700, #344054);
      font-family: Inter;
      font-size: 20px;
      font-style: normal;
      font-weight: 600;
      line-height: 30px;
      margin-bottom: 8px;
    }
    .card-grid .card h3 span.text-sub {
      font-size: 18px;
      vertical-align: middle;
    }

    .card p  { 
      color: var(--Text-Grey-600, #475467);
      font-family: Inter;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      padding: 0;
    }

    .card:hover {
      border-radius: 16px;
      border: 1px solid var(--Text-Grey-500, #5D667B);
      background: var(--White, #FFF);
      box-shadow: 4px 4px 0 0 #000;
    }

    .card:hover .card-icon {
      border-radius: 8px;
      background: #3a58ef;
    }

    .card:hover .card-icon svg {
      stroke: #fff;
    }

    .dark-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }
    .dark-card { 
      padding: 32px;
      transition: box-shadow .25s, border-color .25s;
      position: relative;
      overflow: hidden;
      border-radius: 12px;
      border: 1px solid var(--Text-Grey-200, #EAECF0);
      background: var(--White, #FFF);
      margin-top: 12px;
      transition: 0.5s all ease-in-out;
    }

    

    .dark-card-icon { 
      color: #04092A;
      width: 44px;
      height: 44px;
      border-radius: 10px;
      background: #ebeefd;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px;
     }
    .dark-card h3 { 
      margin-bottom: 10px;
      color: var(--Text-Grey-700, #344054);
      font-family: Inter;
      font-size: 20px;
      font-style: normal;
      font-weight: 600;
      line-height: 32px;
     }
    .dark-card p  { 
      color: var(--Text-Grey-600, #475467);
      font-family: Inter;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
    }

    .dark-card:hover {
      border-color: rgba(58, 88, 239, .2);
      border-radius: 12px;
      border: 1px solid var(--Text-Grey-500, #5D667B);
      background: var(--White, #FFF);
      box-shadow: 4px 4px 0 0 #000;
      margin-top: 0;
      transition: 0.5s all ease-in-out;
    }
    
    .dark-card:hover .dark-card-icon {
      border-radius: 8px;
      background: var(--Theme-Blue-900, #04092A);
    }

    .dark-card:hover .dark-card-icon svg {
      stroke: #fff;
    }


    .tier-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 32px;
      max-width: 860px;
      margin: 0 auto;
    }

    .tier-card { 
      display: flex;
      flex-direction: column;
      gap: 0;
      box-shadow: none;
      opacity: 1;
      transform: translateY(0);
      border-radius: 12px;
      border: 1px solid var(--Text-Grey-200, #EAECF0);
      background: var(--White, #FFF);
      padding: 24px;
      margin-top: 0;
      margin-block: 0;
      min-height: 228px;
    }
    .tier-card:hover {
      border-radius: 16px;
      border: 1px solid var(--Text-Grey-500, #5D667B);
      background: var(--White, #FFF);
      box-shadow: 4px 4px 0 0 #000;
    }
    .tier-card--featured { background:#0A1746; border-color:#3556E8; }
    .tier-tag { 
      letter-spacing: 0.1em;
      text-transform: inherit;
      margin-bottom: 20px;
      color: var(--Text-Grey-700, #344054);
      font-family: Inter;
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 28px;
    }
    .tier-card p {
      color: var(--Text-Grey-600, #475467);
      font-family: Inter;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      margin-bottom: 24px;
      text-align: left;
      margin-top: 8px;
    }
    .tier-tag--featured { color:rgba(255,255,255,0.6); }
    .tier-card h3 {
      letter-spacing: -0.5px;
      margin-bottom: 16px;
      color: var(--Text-Grey-700, #344054);
      font-family: Inter;
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: 32px;
    }
    .tier-list { 
      padding: 0;
      margin: 0 0 24px;
      list-style: disc;
      display: flex;
      flex-direction: column;
      gap: 12px;
     }
    .tier-list li {
      display: flex;
      gap: 10px;
      align-items: flex-start;
      color: var(--Text-Grey-600, #475467);
      font-family: Inter;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 24px;
      position: relative;
      padding-left: 0;
      list-style: none;
      margin-bottom: 5px;
    }
    .tier-list li:before {
      content: "•";
      color: rgb(71, 84, 103);
      font-weight: 700;
      font-size: 18px;
      margin-top: 1px;
      flex-shrink: 0;
      position: relative;
    }

    .tier-card a.btn-secondary {
      display: block;
      text-align: center;
      margin-top: auto;
    }

    .tier-card a.btn-primary {
      display: block;
      text-align: center;
      margin-top: auto;
    }

    .tier-card-tag {
      position: absolute;
      top: -14px;
      left: 50%;
      transform: translateX(-50%);
      background: #3556E8;
      color: #fff;
      font-size: 11px;
      font-weight: 700;
      padding: 5px 16px;
      border-radius: 20px;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      white-space: nowrap;
    }

    .tier-list--white li { color:rgba(255,255,255,0.85); }
    .tier-list--white li::before { color:#7B96FF; }

    .compare-table {
      width: 100%;
      border-collapse: collapse;
      overflow: hidden;
      font-size: 14px;
      border-radius: 12px;
      border: 1px solid var(--Text-Grey-500, #5D667B);
      background: var(--Text-Grey-500, #5D667B);
      z-index: 9;
      position: relative;
      align-items: center;
      padding: 24px;
      gap: 24px;
    }
    .compare-table thead th {
      padding: 16px 20px;
      border-bottom: 2px solid var(--Text-Grey-200, #d0d5dd);
      background: #fff;
      color: var(--Text-Grey-700, #344054);
      font-family: Inter;
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: 32px;
      margin: 0;
      text-align: center;
    }
    .compare-table thead th:first-child { width: 38%; text-align: left; }
    .compare-table tbody tr:nth-child(even) { background:#F7F8FC; }
    .compare-table td {
      padding: 14px 20px;
      text-align: center;
      color: #28324A;
      border-bottom: 1px solid #d0d5dd;
      background: #fff;
      font-family: Inter;
      font-size: 18px;
      font-style: normal;
      font-weight: 500;
      line-height: 28px;
    }
    .compare-table td:first-child {
      text-align: start;
    }
    .feature-name { text-align:left; font-weight:500; color:#0A1746; }
    .col-featured {
      background: #ebeefd !important;
    }
    .compare-table tfoot td { padding:20px; border-bottom:none; text-align:center; }
    .badge {
      display: inline-block;
      padding: 2px 12px;
      border-radius: 50px;
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: 24px;
    }
    .badge-green  { background:#E6F4EA; color:#2E7D32; }
    .badge-yellow { background:#FFF8E1; color:#F57F17; }
    .badge-red    { background:#FDECEA; color:#C62828; }
    .badge-blue   { background:#EEF1FD; color:#3556E8; }

    .ops-card {
      text-align: center;
      flex-direction: column;
      display: flex;
      align-items: center;
      gap: 18px;
      padding: 16px;
      background: #fff;
      border: 1px solid #e2e2e2;
      border-radius: 14px;
      transition: 0.5s ease-in-out;
    }
    .ops-icon {
      width: 36px;
      height: 36px;
      color: #04092A;
      min-width: 48px;
      max-width: 48px;
      min-height: 48px;
      max-height: 48px;
      border-radius: 8px;
      background: var(--Theme-Blue-50, #EBEEFD);
      padding: 12px;
      transition: 0.5s ease-in-out;
    }
    .ops-label { 
      color: var(--Text-Grey-600, #475467);
      font-family: Inter;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      overflow: hidden;
      transition: 0.5s ease-in-out;
    }

    .process-step { text-align:center; }
    .step-num { width:48px; height:48px; border-radius:50%; background:#3556E8; color:#fff; font-weight:700; font-size:16px; display:flex; align-items:center; justify-content:center; margin:0 auto 16px; }
    .process-step h4 { font-size:14px; font-weight:600; color:#0A1746; margin-bottom:6px; }
    .process-step p  { font-size:13px; color:#6B7280; line-height:1.5; }

    /* Stat cards (risk section) */
    .stat-card {
      opacity: 1;
      transform: translateY(0);
      border-radius: 12px;
      border: 1px solid var(--Text-Grey-200, #EAECF0);
      background: var(--White, #FFF);
      padding: 24px;
      margin-top: 0;
      margin-block: 0;
      min-height: 228px;
    }
    .stat-num {
      font-size: 40px;
      font-weight: 800;
      color: #3556E8;
      line-height: 1;
      margin-bottom: 16px;
      display: block;
    }
    .stat-label { 
      color: var(--Text-Grey-700, #344054);
      font-family: Inter;
      font-size: 20px;
      font-style: normal;
      font-weight: 600;
      line-height: 30px;
      margin-bottom: 8px;
    }
    .stat-desc { 
      color: var(--Text-Grey-600, #475467);
      font-family: Inter;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      padding: 0;
    }

    .stat-card:hover {
      border-radius: 16px;
      border: 1px solid var(--Text-Grey-500, #5D667B);
      background: var(--White, #FFF);
      box-shadow: 4px 4px 0 0 #000;
    }

    /* Framework pills */
    .framework-grid { display:flex; flex-wrap:wrap; gap:12px; justify-content:center; margin-top:32px; }
    .fw-pill { 
      border:1px solid #C7D2FC; 
      display: inline-block;
      margin-top: 0;
      letter-spacing: 0.04em;
      color: var(--Text-Grey-600, #475467);
      font-family: Inter;
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      line-height: 20px;
      border-width: 1px;
      border-style: solid;
      border-color: rgb(221, 224, 237);
      border-image: initial;
      border-radius: 50px;
      background: var(--Theme-Blue-50, #EBEEFD);
      padding: 8px 16px;
  }

    section.bg-light-blue {
      background: var(--Theme-Blue-50, #EBEEFD);
    }

    .section-header {
      text-align: center;
      margin-bottom: 48px;
    }

    .section-header p {
      max-width: inherit;
      margin: 16px auto 0;
      color: var(--Text-Grey-600, #475467);
      text-align: center;
      font-family: Inter;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 28px;
      margin-bottom: 48px;
      padding: 0;
      padding-inline: 100px;
    }

    .stat-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }

    section.bg-blue {
      background: rgb(18, 50, 123);
    }

    section.bg-blue span.eyebrow {
      background: var(--White, #FFF);
    }

    .bg-blue .section-header h2 {
      color: #fff;
    }

    .bg-blue .section-header p {
      color: rgba(255, 255, 255, 0.6);
      /* max-width: 560px; */
      margin: 10px auto 0;
    }

    .ops-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
      margin-bottom: 16px;
    }

    .ai-ts-display-none
    {
      display: none;
    }

    /* ── Tablet landscape ─────────────────────────────── */
    @media (max-width: 1024px) {
      .card-grid  { grid-template-columns: repeat(2, 1fr); }
      .dark-grid  { grid-template-columns: repeat(2, 1fr); }
      .ops-grid   { grid-template-columns: repeat(2, 1fr); }
      .stat-grid  { grid-template-columns: repeat(2, 1fr); }
      .tier-grid  { gap: 24px; }

      .section-header p { padding-inline: 40px; }
      .subhead          { padding-inline: 40px; }

      h1 { font-size: 40px; line-height: 52px; }
      h2 { font-size: 30px; }
    }

    /* ── Tablet portrait / large mobile ───────────────── */
    @media (max-width: 768px) {
      section { padding: 48px 0; }
      section.hero { padding-block: 56px; }

      h1 { font-size: 30px; line-height: 40px; letter-spacing: -.5px; }
      h2 { font-size: 24px; line-height: 32px; }
      h3 { font-size: 16px; }

      .subhead          { font-size: 16px; line-height: 26px; padding-inline: 0; margin-bottom: 28px; }
      .section-header p { font-size: 15px; line-height: 24px; padding-inline: 0; margin-bottom: 28px; }
      .section-header   { margin-bottom: 32px; }

      .hero-pills { gap: 8px; }
      .pill { font-size: 12px; padding: 5px 12px; }

      .cta-row { flex-direction: column; align-items: center; }
      .btn-primary, .btn-secondary { width: 100%; max-width: 320px; text-align: center; }

      .metrics-row { gap: 12px; }
      .metrics-row .col-md-3 { flex: 0 0 50%; max-width: 50%; }
      .metric { padding: 12px 8px; }
      .metric-num { font-size: 20px; }

      .card-grid  { grid-template-columns: 1fr; }
      .dark-grid  { grid-template-columns: 1fr; }
      .stat-grid  { grid-template-columns: 1fr; }
      .ops-grid   { grid-template-columns: repeat(2, 1fr); }
      .tier-grid  { grid-template-columns: 1fr; max-width: 100%; }

      .tier-card  { min-height: auto; }
      .tier-card a.btn-secondary,
      .tier-card a.btn-primary { display: block; text-align: center; }

      .compare-table thead th { font-size: 15px; padding: 12px 10px; }
      .compare-table td       { font-size: 14px; padding: 10px 8px; }
      .badge                  { font-size: 12px; padding: 2px 8px; }

      .fw-pill { font-size: 12px; padding: 6px 12px; }

      .dark-card  { padding: 20px; }
      .card       { padding: 20px; }
      .stat-card  { padding: 20px; }

      .ops-card   { padding: 12px; gap: 10px; }
      .ops-label  { font-size: 13px; line-height: 18px; }
    }

    /* ── Small mobile ──────────────────────────────────── */
    @media (max-width: 480px) {
      h1 { font-size: 26px; line-height: 34px; }
      h2 { font-size: 21px; line-height: 28px; }

      .eyebrow { font-size: 11px; padding: 5px 12px; }

      .metrics-row .col-md-3 { flex: 0 0 100%; max-width: 100%; }

      .ops-grid { grid-template-columns: 1fr; }

      .compare-table thead th { font-size: 13px; padding: 10px 6px; }
      .compare-table td       { font-size: 12px; padding: 8px 6px; }
      .feature-name           { font-size: 12px; }

      .cta-row { gap: 10px; }
      .btn-primary, .btn-secondary { font-size: 14px; padding: 10px 16px; }

      .stat-num   { font-size: 32px; }
      .stat-label { font-size: 17px; }
      .stat-desc  { font-size: 14px; }
    }
