.npb-page{
      --npb-ink: #102038;
      --npb-ink-soft: #44536a;
      --npb-muted: #667085;
      --npb-line: #e5eaf2;
      --npb-paper: #ffffff;
      --npb-canvas: #f5f7fb;
      --npb-navy: #07111f;
      --npb-navy-2: #0a1730;
      --npb-blue: #2089ff;
      --npb-blue-deep: #365ddc;
      --npb-blue-soft: #eef5ff;
      --npb-cyan: #21c4f3;
      --npb-success: #0f8a6a;
      --npb-shadow: 0 22px 60px rgba(15, 35, 70, .10);
      --npb-radius-lg: 28px;
      --npb-radius-md: 20px;
      --npb-header-h: 76px;
    }
.npb-page, .npb-page *{ box-sizing: border-box; }
.npb-page{ scroll-behavior: smooth; scroll-padding-top: 110px; }
.npb-page{
      margin: 0;
      color: var(--npb-ink);
      background: var(--npb-canvas);
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
    }
.npb-page.menu-open{ overflow: hidden; }
.npb-page img{ max-width: 100%; display: block; }
.npb-page a{ color: inherit; }
.npb-page button,
.npb-page input,
.npb-page textarea{ font: inherit; }
.npb-page .npb-reading-progress{
      position: fixed;
      top: 0;
      left: 0;
      z-index: 9999;
      width: 0;
      height: 3px;
      background: linear-gradient(90deg, var(--npb-blue), var(--npb-cyan));
      box-shadow: 0 0 14px rgba(33, 196, 243, .65);
    }
.npb-page .npb-site-header{
      position: sticky;
      top: 0;
      z-index: 1000;
      height: var(--npb-header-h);
      background: rgba(7, 17, 31, .96);
      border-bottom: 1px solid rgba(255,255,255,.08);
      backdrop-filter: blur(16px);
    }
.npb-page .npb-nav-wrap{
      width: min(1180px, calc(100% - 40px));
      height: 100%;
      margin: 0 auto;
      display: flex;
      align-items: center;
      gap: 28px;
    }
.npb-page .npb-brand{ flex: 0 0 auto; display: inline-flex; align-items: center; }
.npb-page .npb-brand img{ width: 144px; height: auto; }
.npb-page .npb-main-nav{
      margin-left: auto;
      display: flex;
      align-items: center;
      gap: 28px;
    }
.npb-page .npb-main-nav a,
.npb-page .npb-main-nav button{
      border: 0;
      background: transparent;
      color: rgba(255,255,255,.82);
      text-decoration: none;
      font-size: 14px;
      font-weight: 700;
      padding: 10px 0;
      cursor: pointer;
      transition: color .2s ease;
    }
.npb-page .npb-main-nav a:hover,
.npb-page .npb-main-nav button:hover,
.npb-page .npb-main-nav .active{ color: #fff; }
.npb-page .npb-nav-item{ position: relative; }
.npb-page .npb-nav-trigger i{ margin-left: 5px; font-size: 10px; }
.npb-page .npb-dropdown{
      position: absolute;
      top: calc(100% + 18px);
      left: 50%;
      min-width: 240px;
      padding: 10px;
      border: 1px solid rgba(255,255,255,.10);
      border-radius: 16px;
      background: #0b1728;
      box-shadow: 0 20px 60px rgba(0,0,0,.35);
      opacity: 0;
      visibility: hidden;
      transform: translate(-50%, 8px);
      transition: .2s ease;
    }
.npb-page .npb-nav-item:hover .npb-dropdown,
.npb-page .npb-nav-item:focus-within .npb-dropdown{
      opacity: 1;
      visibility: visible;
      transform: translate(-50%, 0);
    }
.npb-page .npb-dropdown a{
      display: block;
      padding: 11px 12px;
      border-radius: 10px;
      white-space: nowrap;
    }
.npb-page .npb-dropdown a:hover{ background: rgba(47, 139, 255, .12); }
.npb-page .npb-demo-btn{
      flex: 0 0 auto;
      padding: 13px 22px;
      border-radius: 999px;
      color: white;
      text-decoration: none;
      font-size: 14px;
      font-weight: 800;
      background: linear-gradient(135deg, #2d83ff, #17c4e9);
      box-shadow: 0 12px 30px rgba(32, 137, 255, .28);
    }
.npb-page .npb-menu-toggle{
      display: none;
      margin-left: auto;
      width: 42px;
      height: 42px;
      border: 1px solid rgba(255,255,255,.15);
      border-radius: 12px;
      color: white;
      background: rgba(255,255,255,.06);
      cursor: pointer;
    }
.npb-page .npb-article-hero{
      position: relative;
      overflow: hidden;
      padding: 76px 0 0;
      color: white;
      background:
        radial-gradient(circle at 72% 25%, rgba(35, 129, 255, .22), transparent 32%),
        radial-gradient(circle at 12% 12%, rgba(54, 93, 220, .20), transparent 25%),
        linear-gradient(135deg, #071120 0%, #0a1730 55%, #081425 100%);
    }
.npb-page .npb-article-hero::before{
      content: "";
      position: absolute;
      inset: 0;
      opacity: .22;
      background-image:
        linear-gradient(rgba(80, 135, 220, .2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(80, 135, 220, .2) 1px, transparent 1px);
      background-size: 52px 52px;
      mask-image: linear-gradient(to bottom, #000, transparent 90%);
    }
.npb-page .npb-hero-inner{
      position: relative;
      z-index: 2;
      width: min(1180px, calc(100% - 40px));
      margin: 0 auto;
      padding-bottom: 76px;
      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
      gap: clamp(42px, 5vw, 72px);
      align-items: center;
    }
.npb-page .npb-hero-copy{
      max-width: 650px;
      margin: 0;
      text-align: left;
    }
.npb-page .npb-back-link{
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: #b9c8df;
      text-decoration: none;
      font-size: 14px;
      font-weight: 700;
      margin-bottom: 24px;
    }
.npb-page .npb-category-pill{
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 22px;
      padding: 8px 13px;
      border: 1px solid rgba(91, 145, 255, .35);
      border-radius: 999px;
      color: #b8ceff;
      background: rgba(44, 83, 170, .18);
      font-size: 12px;
      font-weight: 800;
      letter-spacing: .08em;
      text-transform: uppercase;
    }
.npb-page .npb-article-hero h1{
      margin: 0;
      font-size: clamp(40px, 4.15vw, 56px);
      line-height: 1.10;
      letter-spacing: -.038em;
      font-weight: 900;
    }
.npb-page .npb-hero-dek{
      max-width: 630px;
      margin: 22px 0 0;
      color: #c6d2e4;
      font-size: clamp(16px, 1.45vw, 19px);
      line-height: 1.68;
    }
.npb-page .npb-article-meta{
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      gap: 10px 22px;
      margin-top: 28px;
      color: #aebdd2;
      font-size: 14px;
      font-weight: 600;
    }
.npb-page .npb-article-meta span{ display: inline-flex; align-items: center; gap: 8px; }
.npb-page .npb-hero-image-wrap{
      position: relative;
      margin: 0;
      padding: 10px;
      border: 1px solid rgba(255,255,255,.14);
      border-radius: 26px;
      background: rgba(255,255,255,.06);
      box-shadow: 0 30px 80px rgba(0,0,0,.30);
    }
.npb-page .npb-hero-image-wrap::after{
      content: "";
      position: absolute;
      inset: auto 12% -22px 12%;
      height: 42px;
      border-radius: 50%;
      background: rgba(31, 126, 255, .28);
      filter: blur(28px);
      pointer-events: none;
    }
.npb-page .npb-hero-image-wrap img{
      position: relative;
      z-index: 1;
      width: 100%;
      aspect-ratio: 4 / 3;
      object-fit: cover;
      border-radius: 17px;
    }
.npb-page .npb-article-stage{ padding: 70px 0 96px; }
.npb-page .npb-article-layout{
      width: min(1220px, calc(100% - 40px));
      margin: 0 auto;
      display: grid;
      grid-template-columns: 64px minmax(0, 760px) minmax(230px, 280px);
      gap: 38px;
      align-items: start;
      justify-content: center;
    }
.npb-page .npb-share-rail,
.npb-page .npb-toc-rail{ position: sticky; top: 112px; }
.npb-page .npb-share-label{
      display: block;
      margin-bottom: 12px;
      color: var(--npb-muted);
      font-size: 11px;
      font-weight: 800;
      letter-spacing: .08em;
      text-transform: uppercase;
      text-align: center;
    }
.npb-page .npb-share-stack{ display: grid; gap: 10px; }
.npb-page .npb-share-stack a,
.npb-page .npb-share-stack button{
      width: 46px;
      height: 46px;
      display: grid;
      place-items: center;
      border: 1px solid var(--npb-line);
      border-radius: 50%;
      color: #43526a;
      background: white;
      text-decoration: none;
      cursor: pointer;
      box-shadow: 0 8px 22px rgba(21, 43, 82, .06);
      transition: transform .2s ease, color .2s ease, border-color .2s ease;
    }
.npb-page .npb-share-stack a:hover,
.npb-page .npb-share-stack button:hover{
      transform: translateY(-2px);
      color: var(--npb-blue);
      border-color: #bcd5ff;
    }
.npb-page .npb-article-column{
      min-width: 0;
      padding: 0 4px;
    }
.npb-page .npb-executive-summary{
      position: relative;
      margin-bottom: 44px;
      padding: 28px 30px 28px 34px;
      border: 1px solid #d7e5ff;
      border-radius: var(--npb-radius-md);
      background: linear-gradient(135deg, #f6faff, #eef4ff);
      box-shadow: 0 16px 45px rgba(43, 93, 170, .08);
    }
.npb-page .npb-executive-summary::before{
      content: "";
      position: absolute;
      left: 0;
      top: 22px;
      bottom: 22px;
      width: 4px;
      border-radius: 0 4px 4px 0;
      background: linear-gradient(var(--npb-blue), var(--npb-cyan));
    }
.npb-page .npb-eyebrow{
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 12px;
      color: var(--npb-blue-deep);
      font-size: 12px;
      font-weight: 900;
      letter-spacing: .08em;
      text-transform: uppercase;
    }
.npb-page .npb-executive-summary p{
      margin: 0;
      color: #263957;
      font-size: 18px;
      line-height: 1.72;
      font-weight: 600;
    }
.npb-page .npb-key-takeaways{
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
      margin: -20px 0 54px;
    }
.npb-page .npb-takeaway{
      padding: 18px;
      border: 1px solid var(--npb-line);
      border-radius: 16px;
      background: white;
    }
.npb-page .npb-takeaway strong{
      display: block;
      margin-bottom: 7px;
      color: #172b4d;
      font-size: 14px;
    }
.npb-page .npb-takeaway span{
      display: block;
      color: var(--npb-muted);
      font-size: 13px;
      line-height: 1.55;
    }
.npb-page .npb-article-body{
      color: #2f4058;
      font-family: Georgia, "Times New Roman", serif;
      font-size: 17px;
      line-height: 1.78;
    }
.npb-page .npb-article-body > p:first-of-type{
      color: #20334f;
      font-size: 18px;
      line-height: 1.72;
    }
.npb-page .npb-article-body p{ margin: 0 0 25px; }
.npb-page .npb-article-body h2,
.npb-page .npb-article-body h3,
.npb-page .npb-article-body h4{
      font-family: Inter, ui-sans-serif, system-ui, sans-serif;
      color: #102038;
      scroll-margin-top: 112px;
    }
.npb-page .npb-article-body h2{
      margin: 54px 0 20px;
      font-size: clamp(27px, 2.6vw, 32px);
      line-height: 1.18;
      letter-spacing: -.035em;
      font-weight: 850;
    }
.npb-page .npb-article-body h2::before{
      content: "";
      display: block;
      width: 56px;
      height: 4px;
      margin-bottom: 20px;
      border-radius: 999px;
      background: linear-gradient(90deg, var(--npb-blue), var(--npb-cyan));
    }
.npb-page .npb-article-body h3{
      margin: 34px 0 14px;
      font-size: 21px;
      line-height: 1.32;
      letter-spacing: -.02em;
      font-weight: 800;
    }
.npb-page .npb-article-body ul,
.npb-page .npb-article-body ol{ margin: 0 0 30px; padding-left: 25px; }
.npb-page .npb-article-body li{ margin: 13px 0; padding-left: 5px; }
.npb-page .npb-article-body a{ color: #1c64d8; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.npb-page .npb-article-body strong{ color: #152d4d; }
.npb-page .npb-section-image{
      margin: 42px 0 18px;
      border-radius: 22px;
      overflow: hidden;
      background: #dfe8f4;
      box-shadow: var(--npb-shadow);
    }
.npb-page .npb-section-image img{ width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.npb-page .npb-image-caption{
      margin: 10px 4px 34px;
      color: #7a879a;
      font-family: Inter, sans-serif;
      font-size: 12px;
      line-height: 1.5;
    }
.npb-page .npb-use-case-grid{
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 16px;
      margin: 28px 0 42px;
      font-family: Inter, sans-serif;
    }
.npb-page .npb-use-case-card{
      padding: 22px;
      border: 1px solid var(--npb-line);
      border-radius: 18px;
      background: white;
      box-shadow: 0 12px 35px rgba(20, 43, 80, .05);
    }
.npb-page .npb-use-case-icon{
      width: 42px;
      height: 42px;
      display: grid;
      place-items: center;
      margin-bottom: 14px;
      border-radius: 12px;
      color: #1e6de2;
      background: #edf5ff;
    }
.npb-page .npb-use-case-card h3{ margin: 0 0 9px; font-size: 19px; }
.npb-page .npb-use-case-card p{ margin: 0; color: #596981; font-size: 14px; line-height: 1.62; }
.npb-page .npb-regulatory-list{
      counter-reset: reg;
      display: grid;
      gap: 14px;
      margin: 30px 0 38px;
      padding: 0 !important;
      list-style: none;
      font-family: Inter, sans-serif;
    }
.npb-page .npb-regulatory-list li{
      counter-increment: reg;
      position: relative;
      margin: 0;
      padding: 22px 24px 22px 68px;
      border: 1px solid var(--npb-line);
      border-radius: 18px;
      background: #fff;
      color: #46566d;
      font-size: 15px;
      line-height: 1.7;
    }
.npb-page .npb-regulatory-list li::before{
      content: counter(reg, decimal-leading-zero);
      position: absolute;
      left: 20px;
      top: 22px;
      color: #226ee1;
      font-weight: 900;
      font-size: 15px;
    }
.npb-page .npb-regulatory-list strong{ display: block; margin-bottom: 5px; color: #132b4c; font-size: 16px; }
.npb-page .npb-insight-callout{
      margin: 38px 0;
      padding: 28px 30px;
      border-radius: 22px;
      color: white;
      background:
        radial-gradient(circle at 85% 20%, rgba(50, 185, 255, .25), transparent 34%),
        linear-gradient(135deg, #0a1a31, #102a56);
      font-family: Inter, sans-serif;
      box-shadow: 0 22px 55px rgba(9, 29, 60, .22);
    }
.npb-page .npb-insight-callout span{
      display: block;
      margin-bottom: 8px;
      color: #8bcfff;
      font-size: 12px;
      font-weight: 900;
      letter-spacing: .08em;
      text-transform: uppercase;
    }
.npb-page .npb-insight-callout p{ margin: 0; color: #e8f1ff; font-size: 18px; line-height: 1.65; }
.npb-page .npb-inline-cta{
      margin: 48px 0;
      padding: 30px;
      border: 1px solid #dce6f5;
      border-radius: 24px;
      background: white;
      box-shadow: var(--npb-shadow);
      font-family: Inter, sans-serif;
    }
.npb-page .npb-inline-cta h3{ margin: 0 0 10px; font-size: 26px; }
.npb-page .npb-inline-cta p{ margin: 0 0 20px; color: #596981; font-size: 15px; line-height: 1.7; }
.npb-page .npb-inline-cta a{
      display: inline-flex;
      align-items: center;
      gap: 9px;
      padding: 13px 18px;
      border-radius: 999px;
      color: white;
      text-decoration: none;
      font-size: 14px;
      font-weight: 800;
      background: linear-gradient(135deg, #286ff0, #1db7e8);
    }
.npb-page .npb-toc-card,
.npb-page .npb-newsletter-card{
      border: 1px solid var(--npb-line);
      border-radius: 20px;
      background: white;
      box-shadow: 0 14px 38px rgba(20, 43, 80, .06);
    }
.npb-page .npb-toc-card{ padding: 22px 20px; }
.npb-page .npb-toc-card h3{
      margin: 0 0 16px;
      color: #1c2e49;
      font-size: 14px;
      font-weight: 850;
    }
.npb-page .npb-toc-card nav{ display: grid; gap: 4px; }
.npb-page .npb-toc-card a{
      position: relative;
      padding: 9px 10px 9px 16px;
      border-radius: 10px;
      color: #68768a;
      text-decoration: none;
      font-size: 13px;
      line-height: 1.45;
      transition: .2s ease;
    }
.npb-page .npb-toc-card a::before{
      content: "";
      position: absolute;
      left: 4px;
      top: 50%;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: #c3cfdf;
      transform: translateY(-50%);
    }
.npb-page .npb-toc-card a:hover,
.npb-page .npb-toc-card a.active{
      color: #1d63cd;
      background: #f0f6ff;
    }
.npb-page .npb-toc-card a.active::before{ background: #1d7af0; box-shadow: 0 0 0 4px rgba(29,122,240,.12); }
.npb-page .npb-newsletter-card{ margin-top: 18px; padding: 22px; }
.npb-page .npb-newsletter-card .npb-mini-label{
      display: block;
      margin-bottom: 7px;
      color: #1e6ad8;
      font-size: 11px;
      font-weight: 900;
      letter-spacing: .08em;
      text-transform: uppercase;
    }
.npb-page .npb-newsletter-card h4{ margin: 0 0 9px; font-size: 18px; line-height: 1.35; }
.npb-page .npb-newsletter-card p{ margin: 0 0 15px; color: #68768a; font-size: 13px; line-height: 1.55; }
.npb-page .npb-newsletter-card input{
      width: 100%;
      height: 44px;
      border: 1px solid #d9e1ec;
      border-radius: 11px;
      padding: 0 12px;
      outline: none;
    }
.npb-page .npb-newsletter-card button{
      width: 100%;
      height: 44px;
      margin-top: 10px;
      border: 0;
      border-radius: 11px;
      color: white;
      background: #156dde;
      font-weight: 800;
      cursor: pointer;
    }
.npb-page .npb-mobile-share{
      display: none;
      margin: 0 0 30px;
      padding: 14px;
      border: 1px solid var(--npb-line);
      border-radius: 16px;
      background: white;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
    }
.npb-page .npb-mobile-share strong{ font-size: 13px; }
.npb-page .npb-mobile-share div{ display: flex; gap: 8px; }
.npb-page .npb-mobile-share a,
.npb-page .npb-mobile-share button{
      width: 36px;
      height: 36px;
      display: grid;
      place-items: center;
      border: 1px solid var(--npb-line);
      border-radius: 50%;
      color: #46566c;
      background: white;
      text-decoration: none;
    }
.npb-page .npb-faq-section{
      margin-top: 74px;
      padding-top: 54px;
      border-top: 1px solid var(--npb-line);
      font-family: Inter, sans-serif;
    }
.npb-page .npb-faq-section h2{
      margin: 0 0 26px;
      color: #102038;
      font-size: 38px;
      letter-spacing: -.03em;
    }
.npb-page .npb-faq-item{
      border-bottom: 1px solid var(--npb-line);
    }
.npb-page .npb-faq-item summary{
      list-style: none;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      padding: 21px 0;
      color: #1f314d;
      font-weight: 750;
      cursor: pointer;
    }
.npb-page .npb-faq-item summary::-webkit-details-marker{ display: none; }
.npb-page .npb-faq-item summary i{ color: #3278e5; transition: transform .2s ease; }
.npb-page .npb-faq-item[open] summary i{ transform: rotate(45deg); }
.npb-page .npb-faq-answer{ padding: 0 44px 22px 0; color: #5a6980; font-size: 15px; line-height: 1.75; }
.npb-page .npb-related-section{
      width: min(1120px, calc(100% - 40px));
      margin: 0 auto 96px;
    }
.npb-page .npb-section-head{
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 20px;
      margin-bottom: 24px;
    }
.npb-page .npb-section-head h2{ margin: 0; font-size: 34px; letter-spacing: -.03em; }
.npb-page .npb-section-head a{ color: #226bd7; text-decoration: none; font-size: 14px; font-weight: 800; }
.npb-page .npb-related-grid{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.npb-page .npb-related-card{
      display: flex;
      flex-direction: column;
      min-height: 220px;
      padding: 24px;
      border: 1px solid var(--npb-line);
      border-radius: 22px;
      background: white;
      text-decoration: none;
      box-shadow: 0 14px 38px rgba(20, 43, 80, .06);
      transition: transform .2s ease, box-shadow .2s ease;
    }
.npb-page .npb-related-card:hover{ transform: translateY(-4px); box-shadow: 0 20px 50px rgba(20,43,80,.10); }
.npb-page .npb-related-card span{ color: #2770df; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.npb-page .npb-related-card h3{ margin: 18px 0 12px; font-size: 21px; line-height: 1.38; }
.npb-page .npb-related-card p{ margin: 0; color: #68768a; font-size: 14px; line-height: 1.6; }
.npb-page .npb-related-card i{ margin-top: auto; padding-top: 24px; color: #2b70db; }
.npb-page .npb-conversion-section{
      padding: 82px 0;
      color: white;
      background:
        radial-gradient(circle at 12% 10%, rgba(43, 127, 255, .24), transparent 32%),
        linear-gradient(135deg, #081426, #0c1f3d);
    }
.npb-page .npb-conversion-wrap{
      width: min(1080px, calc(100% - 40px));
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 54px;
      align-items: center;
    }
.npb-page .npb-conversion-copy h2{
      margin: 0 0 18px;
      font-size: clamp(34px, 4vw, 50px);
      line-height: 1.12;
      letter-spacing: -.04em;
    }
.npb-page .npb-conversion-copy h2 span{ color: #55b9ff; }
.npb-page .npb-conversion-copy p{ margin: 0; color: #bdc9da; font-size: 17px; line-height: 1.72; }
.npb-page .npb-conversion-points{ display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.npb-page .npb-conversion-points span{
      padding: 8px 11px;
      border: 1px solid rgba(255,255,255,.13);
      border-radius: 999px;
      color: #d6e3f6;
      background: rgba(255,255,255,.05);
      font-size: 12px;
      font-weight: 700;
    }
.npb-page .npb-lead-form{
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
      padding: 26px;
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 24px;
      background: rgba(255,255,255,.07);
      backdrop-filter: blur(12px);
    }
.npb-page .npb-lead-form label{ color: #d6e1f0; font-size: 12px; font-weight: 700; }
.npb-page .npb-lead-form label.full{ grid-column: 1 / -1; }
.npb-page .npb-lead-form input,
.npb-page .npb-lead-form textarea{
      width: 100%;
      margin-top: 7px;
      border: 1px solid rgba(255,255,255,.14);
      border-radius: 11px;
      color: white;
      background: rgba(2, 12, 27, .48);
      outline: none;
    }
.npb-page .npb-lead-form input{ height: 46px; padding: 0 12px; }
.npb-page .npb-lead-form textarea{ min-height: 104px; padding: 12px; resize: vertical; }
.npb-page .npb-lead-form input::placeholder,
.npb-page .npb-lead-form textarea::placeholder{ color: #8594aa; }
.npb-page .npb-lead-form button{
      grid-column: 1 / -1;
      height: 48px;
      border: 0;
      border-radius: 12px;
      color: white;
      background: linear-gradient(135deg, #2877f4, #20bce8);
      font-weight: 850;
      cursor: pointer;
    }
.npb-page .npb-form-status{ grid-column: 1 / -1; min-height: 18px; margin: 0; font-size: 12px; color: #aedaef; }
.npb-page .npb-site-footer{ padding: 60px 0 26px; color: #aebbd0; background: #06101d; }
.npb-page .npb-footer-grid{
      width: min(1120px, calc(100% - 40px));
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1.4fr repeat(4, 1fr);
      gap: 32px;
    }
.npb-page .npb-footer-brand img{ width: 156px; }
.npb-page .npb-footer-brand p{ max-width: 280px; margin: 18px 0 0; font-size: 13px; line-height: 1.7; }
.npb-page .npb-footer-col h4{ margin: 0 0 15px; color: white; font-size: 13px; }
.npb-page .npb-footer-col a{ display: block; margin: 10px 0; color: #aebbd0; text-decoration: none; font-size: 12px; }
.npb-page .npb-footer-bottom{
      width: min(1120px, calc(100% - 40px));
      margin: 38px auto 0;
      padding-top: 22px;
      border-top: 1px solid rgba(255,255,255,.08);
      display: flex;
      justify-content: space-between;
      gap: 20px;
      font-size: 11px;
    }
.npb-page .npb-footer-bottom div{ display: flex; gap: 16px; }
.npb-page .npb-footer-bottom a{ color: inherit; text-decoration: none; }
.npb-page .npb-back-to-top{
      position: fixed;
      right: 24px;
      bottom: 24px;
      z-index: 100;
      width: 46px;
      height: 46px;
      border: 0;
      border-radius: 50%;
      color: white;
      background: #176fdf;
      box-shadow: 0 12px 30px rgba(23,111,223,.30);
      cursor: pointer;
      opacity: 0;
      visibility: hidden;
      transform: translateY(8px);
      transition: .2s ease;
    }
.npb-page .npb-back-to-top.show{ opacity: 1; visibility: visible; transform: none; }
@media (max-width: 1100px){.npb-page .npb-article-layout{ grid-template-columns: 56px minmax(0, 760px); }
.npb-page .npb-toc-rail{ display: none; }
.npb-page .npb-main-nav{ gap: 18px; }}
@media (max-width: 860px){.npb-page{ --npb-header-h: 68px; }
.npb-page .npb-nav-wrap{ width: min(100% - 28px, 1120px); }
.npb-page .npb-menu-toggle{ display: grid; place-items: center; }
.npb-page .npb-demo-btn{ display: none; }
.npb-page .npb-main-nav{
        position: fixed;
        top: var(--npb-header-h);
        right: 0;
        bottom: 0;
        width: min(360px, 86vw);
        padding: 24px;
        flex-direction: column;
        align-items: stretch;
        gap: 4px;
        background: #081321;
        transform: translateX(105%);
        transition: transform .25s ease;
        overflow-y: auto;
      }
.npb-page .npb-site-header.open .npb-main-nav{ transform: none; }
.npb-page .npb-main-nav a,
.npb-page .npb-main-nav button{ width: 100%; text-align: left; padding: 14px 8px; }
.npb-page .npb-dropdown{
        position: static;
        min-width: 0;
        display: none;
        margin: 0 0 8px;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
      }
.npb-page .npb-nav-item.open .npb-dropdown{ display: block; }
.npb-page .npb-article-hero{ padding-top: 54px; }
.npb-page .npb-hero-inner{
        grid-template-columns: 1fr;
        gap: 34px;
        padding-bottom: 54px;
      }
.npb-page .npb-hero-copy{ max-width: 720px; }
.npb-page .npb-hero-image-wrap{ width: min(100%, 720px); }
.npb-page .npb-article-layout{ grid-template-columns: minmax(0, 760px); }
.npb-page .npb-share-rail{ display: none; }
.npb-page .npb-mobile-share{ display: flex; }
.npb-page .npb-key-takeaways{ grid-template-columns: 1fr; margin-top: 0; }
.npb-page .npb-related-grid{ grid-template-columns: 1fr; }
.npb-page .npb-conversion-wrap{ grid-template-columns: 1fr; }
.npb-page .npb-footer-grid{ grid-template-columns: repeat(2, 1fr); }
.npb-page .npb-footer-brand{ grid-column: 1 / -1; }}
@media (max-width: 600px){.npb-page .npb-hero-inner{ width: min(100% - 28px, 720px); padding-bottom: 42px; }
.npb-page .npb-article-hero h1{ font-size: 38px; line-height: 1.12; }
.npb-page .npb-hero-dek{ font-size: 16px; }
.npb-page .npb-article-meta{ gap: 9px 16px; }
.npb-page .npb-hero-image-wrap{ padding: 7px; border-radius: 18px; }
.npb-page .npb-hero-image-wrap img{ aspect-ratio: 16 / 11; border-radius: 12px; }
.npb-page .npb-article-stage{ padding-top: 46px; }
.npb-page .npb-article-layout{ width: min(100% - 28px, 760px); }
.npb-page .npb-executive-summary{ padding: 24px 22px 24px 27px; }
.npb-page .npb-executive-summary p{ font-size: 16px; }
.npb-page .npb-article-body{ font-size: 18px; line-height: 1.78; }
.npb-page .npb-article-body > p:first-of-type{ font-size: 20px; }
.npb-page .npb-article-body h2{ margin-top: 56px; font-size: 32px; }
.npb-page .npb-use-case-grid{ grid-template-columns: 1fr; }
.npb-page .npb-regulatory-list li{ padding: 20px 18px 20px 58px; }
.npb-page .npb-lead-form{ grid-template-columns: 1fr; padding: 20px; }
.npb-page .npb-lead-form label,
.npb-page .npb-lead-form label.full,
.npb-page .npb-lead-form button,
.npb-page .npb-form-status{ grid-column: 1; }
.npb-page .npb-footer-grid{ grid-template-columns: 1fr; }
.npb-page .npb-footer-bottom{ flex-direction: column; }
.npb-page .npb-back-to-top{ right: 14px; bottom: 14px; }}


/* =========================================================
   CMS integration — exact approved HTML, isolated from SPA CSS
   Header/menu markup, menu CSS and mobile-menu behaviour are unchanged.
   ========================================================= */
html {
  min-height: 100%;
  height: auto !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
body.np-cms-detail-shell.modern-blog-detail {
  min-height: 100%;
  height: auto !important;
  margin: 0 !important;
  overflow: visible !important;
}
body.np-cms-detail-shell.modern-blog-detail.np-menu-lock { overflow: hidden !important; }
/* The accepted np-global-header is not styled or repositioned here. */
body.np-cms-detail-shell.modern-blog-detail .npb-page {
  min-height: 100%;
  height: auto !important;
  max-height: none !important;
  overflow-x: clip !important;
  overflow-y: visible !important;
  contain: none !important;
  line-height: normal;
}
body.np-cms-detail-shell.modern-blog-detail .npb-page main,
body.np-cms-detail-shell.modern-blog-detail .npb-article-hero,
body.np-cms-detail-shell.modern-blog-detail .npb-article-stage,
body.np-cms-detail-shell.modern-blog-detail .npb-article-layout,
body.np-cms-detail-shell.modern-blog-detail .npb-article-column,
body.np-cms-detail-shell.modern-blog-detail .npb-article-body,
body.np-cms-detail-shell.modern-blog-detail .npb-related-section,
body.np-cms-detail-shell.modern-blog-detail .npb-conversion-section {
  min-height: 0 !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  contain: none !important;
}
body.np-cms-detail-shell.modern-blog-detail .npb-article-body ul { list-style: disc outside; }
body.np-cms-detail-shell.modern-blog-detail .npb-article-body ol { list-style: decimal outside; }
body.np-cms-detail-shell.modern-blog-detail .npb-article-body a { text-decoration-line: underline; }
body.np-cms-detail-shell.modern-blog-detail .npb-regulatory-list { list-style: none !important; }
body.np-cms-detail-shell.modern-blog-detail .npb-article-body img {
  max-width: 100%;
  height: auto;
}
body.np-cms-detail-shell.modern-blog-detail .npb-article-body iframe,
body.np-cms-detail-shell.modern-blog-detail .npb-article-body video {
  width: 100%; max-width: 100%; min-height: 420px; margin: 36px 0;
  border: 0; border-radius: 20px; background: #07111f;
}
body.np-cms-detail-shell.modern-blog-detail .npb-article-body table {
  width: 100%; margin: 34px 0; border-collapse: collapse;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 15px; line-height: 1.55;
}
body.np-cms-detail-shell.modern-blog-detail .npb-article-body th,
body.np-cms-detail-shell.modern-blog-detail .npb-article-body td {
  padding: 14px 16px; border: 1px solid var(--npb-line); text-align: left; vertical-align: top;
}
body.np-cms-detail-shell.modern-blog-detail .npb-article-body th { color:#142844; background:#eef5ff; }
body.np-cms-detail-shell.modern-blog-detail .npb-article-body pre {
  max-width:100%; overflow-x:auto; margin:32px 0; padding:22px; border-radius:16px;
  color:#dbe8ff; background:#07111f;
}
body.np-cms-detail-shell.modern-blog-detail .npb-article-body code { font-size:.88em; }
body.np-cms-detail-shell.modern-blog-detail .npb-article-body > *:first-child { margin-top:0; }
body.np-cms-detail-shell.modern-blog-detail .npb-article-body > *:last-child { margin-bottom:0; }
/* CMS preview bar only; does not alter public article or menu. */
.np-cms-previewbar {
  position:relative; z-index:1000000; display:flex; justify-content:space-between; align-items:center;
  gap:20px; padding:12px 24px; color:#d8e7ff; background:#0b1728;
  border-bottom:1px solid rgba(255,255,255,.12); font-family:Inter,ui-sans-serif,system-ui,sans-serif;
}
.np-cms-previewbar-title { display:flex; align-items:center; gap:12px; flex-wrap:wrap; }
.np-cms-previewbar-title strong { color:#fff; }
.np-cms-previewbar-title span { font-size:12px; }
.np-cms-previewbar-actions { display:flex; align-items:center; gap:8px; flex-wrap:wrap; }
.np-cms-previewbar-actions form { margin:0; }
.np-cms-previewbar-btn { display:inline-flex; align-items:center; min-height:34px; padding:7px 12px;
  border:1px solid rgba(255,255,255,.18); border-radius:9px; color:#fff;
  background:rgba(255,255,255,.06); text-decoration:none; cursor:pointer; }
.np-cms-previewbar-btn.primary { background:#236fe2; border-color:#236fe2; }
.np-cms-previewbar-btn.danger { background:#a63343; border-color:#a63343; }
@media (max-width:820px) {
  html { scroll-padding-top:94px; }
  body.np-cms-detail-shell.modern-blog-detail .npb-article-body iframe,
  body.np-cms-detail-shell.modern-blog-detail .npb-article-body video { min-height:260px; }
  body.np-cms-detail-shell.modern-blog-detail .npb-article-body table { display:block; overflow-x:auto; }
}


/* v10 typography correction: readable article scale across all CMS blogs. */
body.np-cms-detail-shell.modern-blog-detail .npb-article-body{font-size:17px!important;line-height:1.78!important;}
body.np-cms-detail-shell.modern-blog-detail .npb-article-body>p:first-of-type{font-size:18px!important;line-height:1.72!important;}
body.np-cms-detail-shell.modern-blog-detail .npb-article-body h2{font-size:clamp(27px,2.6vw,32px)!important;line-height:1.24!important;margin-top:54px!important;}
body.np-cms-detail-shell.modern-blog-detail .npb-article-body h3{font-size:21px!important;line-height:1.35!important;margin-top:34px!important;}
@media(max-width:600px){
  body.np-cms-detail-shell.modern-blog-detail .npb-article-body{font-size:16px!important;line-height:1.75!important;}
  body.np-cms-detail-shell.modern-blog-detail .npb-article-body>p:first-of-type{font-size:17px!important;}
  body.np-cms-detail-shell.modern-blog-detail .npb-article-body h2{font-size:26px!important;margin-top:44px!important;}
  body.np-cms-detail-shell.modern-blog-detail .npb-article-body h3{font-size:20px!important;margin-top:30px!important;}
}

/* v11 corrective body normalization: legacy WordPress presentation is never allowed
   to override the common Novel Patterns .ai article theme. */
body.np-cms-detail-shell.modern-blog-detail .npb-article-body [class*="bee-"]{
  background:transparent!important;
  color:inherit!important;
  width:auto!important;
  max-width:100%!important;
  margin-left:0!important;
  margin-right:0!important;
  padding-left:0!important;
  padding-right:0!important;
  border:0!important;
  box-shadow:none!important;
}
body.np-cms-detail-shell.modern-blog-detail .npb-article-body .npb-content-image{
  display:block;
  width:auto;
  max-width:100%;
  height:auto;
  margin:34px auto;
  border-radius:18px;
  box-shadow:0 18px 44px rgba(15,35,66,.12);
  background:#eaf1f9;
}
body.np-cms-detail-shell.modern-blog-detail .npb-article-body .npb-inline-cta{
  display:block;
  margin:42px 0!important;
  padding:26px 28px!important;
  border:1px solid rgba(83,168,255,.32)!important;
  border-radius:22px!important;
  color:#eaf4ff!important;
  background:
    radial-gradient(circle at 88% 18%,rgba(31,200,255,.24),transparent 35%),
    linear-gradient(135deg,#061224,#0b2b56 58%,#0d4f8b)!important;
  box-shadow:0 22px 54px rgba(5,27,58,.22)!important;
  font-family:Inter,ui-sans-serif,system-ui,sans-serif!important;
}
body.np-cms-detail-shell.modern-blog-detail .npb-article-body .npb-inline-cta,
body.np-cms-detail-shell.modern-blog-detail .npb-article-body .npb-inline-cta *{
  color:#eaf4ff!important;
}
body.np-cms-detail-shell.modern-blog-detail .npb-article-body a.npb-cta-button{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin-top:10px;
  padding:13px 18px!important;
  border:1px solid rgba(255,255,255,.2)!important;
  border-radius:12px!important;
  color:#031225!important;
  background:linear-gradient(135deg,#71d9ff,#4b9cff)!important;
  font-family:Inter,ui-sans-serif,system-ui,sans-serif!important;
  font-weight:800!important;
  line-height:1.25!important;
  text-decoration:none!important;
  box-shadow:0 10px 26px rgba(17,126,255,.24)!important;
}
body.np-cms-detail-shell.modern-blog-detail .npb-article-body a.npb-cta-button:hover{
  transform:translateY(-1px);
  filter:brightness(1.04);
}
@media(max-width:600px){
  body.np-cms-detail-shell.modern-blog-detail .npb-article-body .npb-inline-cta{padding:22px 19px!important;}
  body.np-cms-detail-shell.modern-blog-detail .npb-article-body a.npb-cta-button{width:100%;box-sizing:border-box;}
}

/* Final production visual/content guards. */
body.np-cms-detail-shell.modern-blog-detail .npb-article-body .npb-curated-visual{
  margin:34px 0 40px!important;
  overflow:hidden;
  border:1px solid #d9e5f4;
  border-radius:22px;
  background:#07172f;
  box-shadow:0 18px 48px rgba(20,53,98,.13);
}
body.np-cms-detail-shell.modern-blog-detail .npb-article-body .npb-curated-visual img{
  width:100%!important;
  max-height:none!important;
  aspect-ratio:2 / 1;
  margin:0!important;
  object-fit:cover!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}
body.np-cms-detail-shell.modern-blog-detail .npb-article-body .npb-curated-visual figcaption{
  margin:0;
  padding:11px 16px;
  color:#5b6c84;
  background:#f7faff;
  border-top:1px solid #dfe8f5;
  font-size:12px;
  line-height:1.45;
  text-align:center;
}
body.np-cms-detail-shell.modern-blog-detail .npb-article-body .npb-inline-cta{
  border:1px solid #cfe0fb!important;
  background:linear-gradient(135deg,#eef5ff,#f4f1ff)!important;
  box-shadow:0 16px 38px rgba(47,91,175,.10)!important;
}
body.np-cms-detail-shell.modern-blog-detail .npb-article-body .npb-inline-cta,
body.np-cms-detail-shell.modern-blog-detail .npb-article-body .npb-inline-cta *{
  color:#183455!important;
}
body.np-cms-detail-shell.modern-blog-detail .npb-article-body a.npb-cta-button{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:44px!important;
  padding:12px 18px!important;
  border-radius:11px!important;
  color:#fff!important;
  background:linear-gradient(135deg,#2f80ff,#665cff)!important;
  text-decoration:none!important;
  font-weight:800!important;
  box-shadow:0 10px 24px rgba(47,128,255,.22)!important;
}
@media(max-width:640px){
  body.np-cms-detail-shell.modern-blog-detail .npb-article-body .npb-curated-visual{margin:26px 0 32px!important;border-radius:16px;}
  body.np-cms-detail-shell.modern-blog-detail .npb-article-body .npb-curated-visual img{aspect-ratio:16 / 10;}
}

/* === Blog detail title scale + safe CMS authoring styles — 2026-07-23 === */
.npb-page .npb-article-hero h1{font-size:clamp(36px,3.55vw,48px);line-height:1.12;letter-spacing:-.032em}
.npb-page .npb-article-body .cms-inline-style{padding:0 .08em;border-radius:.18em}
.npb-page .npb-article-body .cms-text-navy{color:#102038}
.npb-page .npb-article-body .cms-text-blue{color:#1d4ed8}
.npb-page .npb-article-body .cms-text-purple{color:#6d28d9}
.npb-page .npb-article-body .cms-text-green{color:#047857}
.npb-page .npb-article-body .cms-text-red{color:#b42318}
.npb-page .npb-article-body .cms-text-grey{color:#667085}
.npb-page .npb-article-body .cms-bg-blue{background:#eaf3ff}
.npb-page .npb-article-body .cms-bg-purple{background:#f1eafe}
.npb-page .npb-article-body .cms-bg-green{background:#e8f7ef}
.npb-page .npb-article-body .cms-bg-yellow{background:#fff4cc}
.npb-page .npb-article-body .cms-bg-grey{background:#eef1f5}
.npb-page .npb-article-body .cms-divider{height:1px;margin:42px 0;border:0;background:linear-gradient(90deg,transparent,#b9c8dc 15%,#7f8fa6 50%,#b9c8dc 85%,transparent)}
.npb-page .npb-article-body .cms-callout{margin:28px 0;padding:22px 24px;border:1px solid #dce6f3;border-left-width:5px;border-radius:16px;background:#f8fbff;box-shadow:0 10px 28px rgba(15,35,70,.06)}
.npb-page .npb-article-body .cms-callout>:first-child{margin-top:0}
.npb-page .npb-article-body .cms-callout>:last-child{margin-bottom:0}
.npb-page .npb-article-body .cms-callout-info{border-left-color:#2563eb;background:#eff6ff}
.npb-page .npb-article-body .cms-callout-insight{border-left-color:#7c3aed;background:#f5f1ff}
.npb-page .npb-article-body .cms-callout-success{border-left-color:#059669;background:#ecfdf5}
.npb-page .npb-article-body .cms-callout-warning{border-left-color:#d97706;background:#fffbeb}
.npb-page .npb-article-body .cms-quote-shape{margin:30px 0;padding:22px 25px;border:0;border-left:5px solid #7c3aed;border-radius:0 16px 16px 0;background:#f7f4ff;color:#344054;font-size:1.06em;font-style:italic}
.npb-page .npb-article-body .cms-table{width:100%;margin:28px 0;border-collapse:collapse;border:1px solid #dbe5f1;border-radius:14px;overflow:hidden;font-size:.92em}
.npb-page .npb-article-body .cms-table th,.npb-page .npb-article-body .cms-table td{padding:13px 14px;border:1px solid #dbe5f1;text-align:left;vertical-align:top}
.npb-page .npb-article-body .cms-table th{background:#eef5ff;color:#183b66;font-weight:800}
.npb-page .npb-article-body ul.cms-list-circle{list-style-type:circle}
.npb-page .npb-article-body ul.cms-list-square{list-style-type:square}
.npb-page .npb-article-body ol.cms-list-lower-alpha{list-style-type:lower-alpha}
.npb-page .npb-article-body ol.cms-list-upper-roman{list-style-type:upper-roman}
.npb-page .npb-article-body ol.cms-list-decimal{list-style-type:decimal}
.npb-page .npb-article-body ul.cms-list-check,.npb-page .npb-article-body ul.cms-list-arrow{list-style:none;padding-left:0}
.npb-page .npb-article-body ul.cms-list-check li,.npb-page .npb-article-body ul.cms-list-arrow li{position:relative;padding-left:30px}
.npb-page .npb-article-body ul.cms-list-check li::before{content:"✓";position:absolute;left:0;top:0;color:#059669;font-weight:900}
.npb-page .npb-article-body ul.cms-list-arrow li::before{content:"→";position:absolute;left:0;top:0;color:#2563eb;font-weight:900}
@media(max-width:600px){.npb-page .npb-article-hero h1{font-size:32px;line-height:1.14}.npb-page .npb-article-body .cms-callout{padding:18px}.npb-page .npb-article-body .cms-table{font-size:.84em}}
