

    *, *::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; }
    h1 { font-size: 44px; font-weight: 800; color: #0A1746; line-height: 1.15; margin-bottom: 16px; }
    h2 { font-size: 30px; font-weight: 700; color: #0A1746; line-height: 1.25; margin-bottom: 12px; }
    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; }

    /* ── Buttons ── */
    .btn-primary    { background:#3556E8; color:#fff; font-weight:600; font-size:14px; padding:11px 24px; border-radius:5px; border:none; cursor:pointer; display:inline-block; transition:background .2s; }
    .btn-primary:hover { background:#4163F2; }
    .btn-secondary  { background:#fff; color:#3556E8; border:1.5px solid #3556E8; font-weight:600; font-size:14px; padding:11px 24px; border-radius:5px; cursor:pointer; display:inline-block; }
    .btn-secondary:hover { background:#F7F8FC; }
    .btn-outline-white { background:transparent; color:#fff; border:1.5px solid rgba(255,255,255,.6); font-weight:600; font-size:14px; padding:11px 24px; border-radius:5px; cursor:pointer; display:inline-block; }
    .btn-outline-white:hover { border-color:#fff; background:rgba(255,255,255,.08); }

    /* ── Hero typography ── */
    .eyebrow  { font-size:11px; font-weight:600; letter-spacing:.08em; text-transform:uppercase; color:#3556E8; display:block; margin-bottom:16px; }
    .subhead  { font-size:16px; color:#6B7280; margin-bottom:32px; }
    .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; flex-wrap:wrap; }

    .metric-num   { display:block; font-size:36px; font-weight:800; color:#3556E8; line-height:1.1; }
    .metric-label { font-size:12px; color:#6B7280; display:block; margin-top:4px; line-height:1.5; }

    /* ── Cards ── */
    .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;
      display: flex;
      gap: 20px;
      align-items: flex-start;
      flex-direction: initial;
    }
    .card h3 { font-size:16px; font-weight:600; color:#0A1746; margin-bottom:10px; }
    .card p  { font-size:14px; color:#28324A; line-height:1.6; }

    /* ── Dark cards ── */
    .dark-card { background:rgba(255,255,255,.07); border:1px solid rgba(255,255,255,.12); border-radius:10px; padding:28px 24px; }
    .dark-card-icon { width:40px; height:40px; border-radius:8px; background:rgba(53,86,232,.3); display:flex; align-items:center; justify-content:center; margin-bottom:16px; color:#7B96FF; }
    .dark-card h3 { font-size:16px; font-weight:600; color:#fff; margin-bottom:10px; }
    .dark-card p  { font-size:14px; line-height:1.6; color:rgba(255,255,255,.65); }

    /* ── Icon box ── */
    .icon-box { width:44px; height:44px; min-width:44px; border-radius:10px; background:#EEF1FD; display:flex; align-items:center; justify-content:center; margin-bottom:16px; }

    /* ─────────────────────────────
       PRICING CALCULATOR
    ───────────────────────────── */
    .calc-wrap { display:grid; grid-template-columns:1fr 1fr; gap:40px; align-items:start; }

    .calc-panel { background:#fff; border:1px solid #E8EBF5; border-radius:12px; padding:36px; box-shadow:0 2px 12px rgba(10,23,70,.07); }

    .slider-label { font-size:13px; font-weight:600; color:#0A1746; margin-bottom:4px; display:flex; justify-content:space-between; align-items:center; }
    .slider-label .val { font-size:20px; font-weight:800; color:#3556E8; }
    .slider-sublabel { font-size:12px; color:#6B7280; margin-bottom:12px; }

    input[type=range] {
      -webkit-appearance:none; width:100%; height:6px; border-radius:3px; outline:none; cursor:pointer; margin-bottom:28px;
      background: linear-gradient(to right, #3556E8 0%, #3556E8 var(--pct,9.5%), #E8EBF5 var(--pct,9.5%), #E8EBF5 100%);
    }
    input[type=range]::-webkit-slider-thumb { -webkit-appearance:none; width:20px; height:20px; border-radius:50%; background:#3556E8; border:3px solid #fff; box-shadow:0 1px 6px rgba(53,86,232,.4); cursor:pointer; }
    input[type=range]::-moz-range-thumb { width:20px; height:20px; border-radius:50%; background:#3556E8; border:3px solid #fff; box-shadow:0 1px 6px rgba(53,86,232,.4); cursor:pointer; border:none; }

    .result-panel { background:#F7F8FC; border:1px solid #E8EBF5; border-radius:12px; padding:36px; }
    .result-total { font-size:42px; font-weight:800; color:#3556E8; line-height:1; margin:8px 0 4px; }
    .result-sub   { font-size:13px; color:#6B7280; margin-bottom:28px; }
    .result-line  { display:flex; justify-content:space-between; align-items:center; padding:14px 0; border-bottom:1px solid #E8EBF5; }
    .result-line:last-of-type { border-bottom:none; }
    .result-line-label { font-size:14px; color:#28324A; font-weight:500; display:flex; align-items:center; gap:8px; }
    .result-line-val   { font-size:15px; font-weight:700; color:#0A1746; }
    .result-total-row  { display:flex; justify-content:space-between; align-items:center; padding:16px 0 0; border-top:2px solid #E8EBF5; margin-top:4px; }
    .result-total-label { font-size:15px; font-weight:700; color:#0A1746; }
    .result-total-val   { font-size:24px; font-weight:800; color:#3556E8; }

    /* ── MSP Calc Grid ── */
    #msp-calc-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:stretch;}
    .calc-input-panel{background:#fff;border:1px solid #E5E7EB;border-radius:16px;padding:36px;box-shadow:0 1px 4px rgba(16,24,40,.06);}
    .calc-input-title{font-size:20px;font-weight:700;color:#101828;margin-bottom:6px;}
    .calc-input-sub{font-size:14px;color:#667085;margin-bottom:28px;}
    .calc-sl-row{margin-bottom:28px;}
    .calc-sl-row:last-child{margin-bottom:0;}
    .calc-sl-hdr{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:4px;}
    .calc-sl-name{font-size:16px;font-weight:700;color:#101828;}
    .calc-sl-desc{font-size:13px;color:#667085;}
    .calc-sl-val-col{text-align:right;}
    .calc-sl-val{font-size:26px;font-weight:700;color:#3A58EF;}
    .calc-sl-unit{font-size:12px;color:#667085;}
    .calc-sl-minmax{display:flex;justify-content:space-between;font-size:12px;color:#9CA3AF;}
    input[type=range].calc-range{margin:12px 0 4px;}
    .calc-result-panel{background:linear-gradient(145deg,#2347C5 0%,#3358D4 50%,#3A63E8 100%);border-radius:16px;padding:36px;color:#fff;box-shadow:0 8px 32px rgba(35,71,197,.35);position:relative;overflow:hidden;}
    .calc-result-deco-tr{position:absolute;top:-60px;right:-60px;width:220px;height:220px;border-radius:50%;background:rgba(255,255,255,.06);pointer-events:none;}
    .calc-result-deco-bl{position:absolute;bottom:-40px;left:-40px;width:160px;height:160px;border-radius:50%;background:rgba(255,255,255,.04);pointer-events:none;}
    .calc-result-lbl{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.55);margin-bottom:10px;}
    .calc-result-price-row{display:flex;align-items:baseline;gap:6px;margin-bottom:6px;}
    .calc-result-price{font-size:68px;font-weight:900;letter-spacing:-2px;line-height:1;}
    .calc-result-price-unit{font-size:20px;font-weight:400;color:rgba(255,255,255,.55);}
    .calc-result-sub{font-size:14px;color:rgba(255,255,255,.6);margin-bottom:28px;}
    .calc-result-divider{border-top:1px solid rgba(255,255,255,.15);margin-bottom:24px;}
    .calc-bk-row{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:rgba(255,255,255,.07);border-radius:10px;margin-bottom:10px;}
    .calc-bk-left{display:flex;align-items:center;gap:10px;}
    .calc-bk-icon{width:32px;height:32px;background:rgba(255,255,255,.12);border-radius:8px;display:flex;align-items:center;justify-content:center;}
    .calc-bk-name{font-size:15px;font-weight:500;color:rgba(255,255,255,.85);}
    .calc-bk-val{font-size:17px;font-weight:700;color:#fff;}
    .calc-total-row{display:flex;align-items:center;justify-content:space-between;background:rgba(255,255,255,.12);border-radius:10px;padding:16px 20px;margin-bottom:20px;}
    .calc-total-label{font-size:16px;font-weight:700;color:#fff;}
    .calc-total-val-wrap{display:flex;align-items:baseline;gap:4px;}
    .calc-total-val{font-size:17px;font-weight:800;color:#fff;}
    .calc-total-unit{font-size:14px;color:rgba(255,255,255,.6);}
    .result-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px;}
    .result-badge{font-size:11px;color:rgba(255,255,255,.7);background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);padding:4px 10px;border-radius:4px;}

    /* ── Proposal tags ── */
    .proposal-tags { display:flex; flex-wrap:wrap; gap:10px; margin:20px 0 28px; }
    .p-tag {
      display: inline-flex;
      align-items: center;
      font-size: 14px;
      color: #101828;
      font-weight: 500;
      box-shadow: 0 1px 3px rgba(16, 24, 40, 0.10);
      gap: 7px;
      background: rgb(255, 255, 255);
      border: 1px solid #eaece0;
      padding: 8px 18px;
      border-radius: 500px;
    }

    .proposal-tags svg {
      stroke: #3a5fef;
    }

    /* ── Framework pills ── */
    .fw-pill { background:#EEF1FD; color:#3556E8; border:1px solid #C7D2FC; font-size:12px; font-weight:600; padding:6px 16px; border-radius:20px; }

    /* ── Contact form ── */
    .form-grid { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
    .form-field { display:flex; flex-direction:column; gap:6px; }
    .form-field.full { grid-column:1/-1; }
    .form-field label { font-size:12px; font-weight:600; color:#0A1746; }
    .form-field label span { color:#3556E8; }
    .form-field input,
    .form-field select,
    .form-field textarea { padding:11px 14px; border:1px solid #E8EBF5; border-radius:6px; font-size:14px; font-family:'Inter',sans-serif; color:#28324A; background:#fff; outline:none; transition:border-color .2s; width:100%; }
    .form-field input:focus,
    .form-field select:focus,
    .form-field textarea:focus { border-color:#3556E8; }
    .form-field textarea { resize:vertical; min-height:100px; }

    /* ── Trust row ── */
    .trust-row { display:flex; gap:20px; flex-wrap:wrap; }
    .trust-item { 
      display: flex;
      align-items: center;
      gap: 6px;
      color: #6B7280;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 24px; 
    }
    .trust-item svg { color:#3556E8; flex-shrink:0; }

    /* ── Contact sidebar ── */
    .contact-item { display:flex; align-items:center; gap:12px; padding:14px 0; border-bottom:1px solid #E8EBF5; }
    .contact-item:last-child { border-bottom:none; }
    .contact-icon { width:38px; height:38px; min-width:38px; background:#EEF1FD; border-radius:8px; display:flex; align-items:center; justify-content:center; color:#3556E8; }
    .contact-meta-label { font-size:11px; color:#6B7280; margin-bottom:2px; }
    .contact-meta-val   { font-size:14px; font-weight:600; color:#0A1746; }

   




    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;
    }
    .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;
      min-width: 230px;
    }
    .metrics-row {
      justify-content: center;
      display: flex;
      gap: 36px;
      margin-top: 36px;
      padding-top: 36px;
      /* border-top: 1px solid #EAECF0; */
      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-grid {
      display: grid;
      grid-template-columns: repeat(2, 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;
      min-width: 52px;
    }

    .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 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: 16px;
    }
    .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 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;
    }

    .more-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 64px;
      align-items: center;
    }

    .more-grid-left p {
      font-family: Inter;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 28px;
      margin-bottom: 24px;
    }

    .more-grid-right {
      background: #fff;
      border-radius: 12px;
      padding: 36px;
      border: 1px solid #E8EBF5;
    }

    .more-grid-right h3 {
      color: var(--Theme-Dark-Blue-800, #26244A);
      font-family: Inter;
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      line-height: 30px;
      margin-bottom: 24px;
    }

    .more-grid-right p {
      font-family: Inter;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 28px;
      margin-bottom: 24px;
    }

    ul.more-grid-right-list {
      padding: 0;
      margin: 0 0 24px;
      list-style: disc;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    ul.more-grid-right-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: 0;
    }

    ul.more-grid-right-list li span {
      color: rgb(71, 84, 103);
      font-weight: 700;
      font-size: 18px;
      margin-top: 1px;
      flex-shrink: 0;
      position: relative;
    }

    .more-grid-right a.btn-secondary {
      display: block;
      text-align: center;
      padding: 13px;
    }

    /* ── Hero CTA button sizing ── */
    .hero .cta-row a { font-size:15px; padding:13px 28px; }

    /* ── Rate labels inside calculator breakdown rows ── */
    .rate-label { font-size:11px; opacity:.6; margin-left:4px; }

    /* ── Calculator custom-quote CTA ── */
    #calc-custom-cta { text-align:center; padding:16px 0 4px; }
    #calc-custom-cta .btn-outline-white { display:block; width:100%; text-align:center; padding:14px 24px; font-size:15px; font-weight:700; border-radius:10px; }

    /* ── CTA button group (flex wrapper) ── */
    .cta-btn-group { display:flex; align-items:center; gap:12px; flex-wrap:wrap; }

    /* ── Button with leading icon ── */
    .btn-with-icon { display:inline-flex; align-items:center; gap:8px; }

    /* ── Trust row centered variant ── */
    .trust-row--center { justify-content:center; margin-top:16px; }

    /* ── 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; }
      .more-grid  { gap: 40px; }

      .section-header p { padding-inline: 40px; }
      .subhead          { padding-inline: 40px; }

      h1 { font-size: 40px; line-height: 52px; }
      h2 { font-size: 30px; }
    }

    @media (max-width: 900px) {
      .calc-wrap  { grid-template-columns: 1fr; }
      #msp-calc-grid { grid-template-columns: 1fr; }
      .more-grid  { grid-template-columns: 1fr; gap: 32px; }
      .form-grid  { grid-template-columns: 1fr; }
      .metric     { min-width: 0; width: calc(50% - 18px); }
    }

    /* ── 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; }
      .metric      { padding: 12px 8px; min-width: 0; width: calc(50% - 6px); }
      .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%; }
      .more-grid  { grid-template-columns: 1fr; gap: 24px; }

      .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; }

      .more-grid-right { padding: 24px; }
      .proposal-tags   { gap: 8px; }
      .p-tag           { font-size: 13px; padding: 6px 14px; }
    }

    /* ── 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 { gap: 10px; }
      .metric      { 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; }

      .result-total { font-size: 32px; }
      .calc-panel,
      .result-panel { padding: 24px; }
      #msp-calc-grid { grid-template-columns: 1fr; gap: 20px; }
      .calc-input-panel, .calc-result-panel { padding: 24px; }
      .calc-result-price { font-size: 48px; }
    }
