.bpost{--navy:      #07102a;
      --navy-mid:  #0d1d3e;
      --blue:      #7cc4ff;
      --blue-lt:   #5b9bff;
      --blue-bg:   rgba(56,189,248,.14);
      --text-dark: #c9d2ee;
      --text-body: #c9d2ee;
      --text-muted:#9aa3c2;
      --border:    #e4e8f0;
      --surface:   rgba(255,255,255,.03);
      --white:     #ffffff;
      --red-bg:    rgba(244,63,94,.14);
      --amber-bg:  rgba(245,177,61,.13);
      --purple-bg: rgba(131,93,249,.16);
      --green-bg:  rgba(41,254,224,.10);
      --radius-sm: 8px;
      --radius-md: 12px;
      --radius-lg: 16px;}.bpost{max-width: 820px;
      margin: 0 auto;
      padding: 3rem 1.5rem 6rem;}.bpost .hero{background: var(--navy);
      border-radius: var(--radius-lg);
      padding: 3.5rem 3rem 3rem;
      margin-bottom: 2.5rem;
      position: relative;
      overflow: hidden;}.bpost .hero::before{content: '';
      position: absolute;
      top: -100px; right: -100px;
      width: 380px; height: 380px;
      border-radius: 50%;
      background: rgba(29, 95, 219, 0.06);
      border: 1px solid rgba(59, 130, 246, 0.1);
      pointer-events: none;}.bpost .hero::after{content: '';
      position: absolute;
      bottom: -60px; left: 40%;
      width: 220px; height: 220px;
      border-radius: 50%;
      background: rgba(29, 95, 219, 0.04);
      border: 1px solid rgba(59, 130, 246, 0.07);
      pointer-events: none;}.bpost .hero-tag{display: inline-flex;
      align-items: center;
      gap: 6px;
      font-size: 11px;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #60a5fa;
      background: rgba(30, 60, 100, 0.6);
      border: 0.5px solid rgba(59, 130, 246, 0.3);
      border-radius: 5px;
      padding: 4px 12px;
      margin-bottom: 1.25rem;}.bpost .hero h1{font-size: 30px;
      font-weight: 700;
      color: #f0f6ff;
      line-height: 1.3;
      letter-spacing: -0.02em;
      max-width: 600px;
      margin-bottom: 1.25rem;}.bpost .hero-meta{display: flex;
      flex-wrap: wrap;
      gap: 18px;
      font-size: 13px;
      color: #9aa3c2;}.bpost .hero-meta span{display: flex;
      align-items: center;
      gap: 5px;}.bpost .hero-meta svg{width: 14px; height: 14px;
      stroke: #60a5fa;
      fill: none;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
      flex-shrink: 0;}.bpost .lead{font-size: 16px;
      color: var(--text-dark);
      line-height: 1.8;
      margin-bottom: 2rem;}.bpost .stats-row{display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 12px;
      margin: 0 0 2.5rem;}.bpost .stat-card{background: var(--white);
      border: 1px solid var(--border);
      border-radius: var(--radius-md);
      padding: 1.25rem 1rem;
      text-align: center;}.bpost .stat-card .num{display: block;
      font-size: 26px;
      font-weight: 700;
      color: var(--blue);
      letter-spacing: -0.02em;
      line-height: 1.2;}.bpost .stat-card .label{font-size: 12px;
      color: var(--text-muted);
      margin-top: 6px;
      line-height: 1.5;}.bpost .stat-card .source{font-size: 10px;
      color: #9aa3c2;
      margin-top: 5px;
      font-style: italic;}.bpost .section{margin-bottom: 2.75rem;}.bpost .eyebrow{font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--blue);
      margin-bottom: 6px;}.bpost .section h2{font-size: 22px;
      font-weight: 700;
      color: var(--text-dark);
      letter-spacing: -0.015em;
      margin-bottom: 1rem;}.bpost .section p{font-size: 15px;
      color: var(--text-body);
      margin-bottom: 1rem;}.bpost .section p:last-child{margin-bottom: 0;}.bpost strong{color: var(--text-dark); font-weight: 600;}.bpost .threat-grid{display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 14px;
      margin: 1.5rem 0;}.bpost .threat-card{background: var(--white);
      border: 1px solid var(--border);
      border-radius: var(--radius-md);
      padding: 1.25rem;}.bpost .threat-card .icon{width: 40px; height: 40px;
      border-radius: 10px;
      display: flex; align-items: center; justify-content: center;
      font-size: 20px;
      margin-bottom: 12px;}.bpost .threat-card h3{font-size: 14px;
      font-weight: 600;
      color: var(--text-dark);
      margin-bottom: 6px;}.bpost .threat-card p{font-size: 13px;
      color: #9aa3c2;
      line-height: 1.6;
      margin: 0;}.bpost .pillar-grid{display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 10px;
      margin: 1.5rem 0;}.bpost .pillar-card{background: var(--white);
      border: 1px solid var(--border);
      border-radius: var(--radius-md);
      padding: 1rem 0.85rem;
      text-align: center;}.bpost .pillar-card .pillar-icon{width: 36px; height: 36px;
      border-radius: 9px;
      background: var(--blue-bg);
      display: flex; align-items: center; justify-content: center;
      font-size: 17px;
      margin: 0 auto 10px;}.bpost .pillar-card h3{font-size: 12.5px;
      font-weight: 600;
      color: var(--text-dark);
      margin-bottom: 5px;
      line-height: 1.3;}.bpost .pillar-card p{font-size: 11.5px;
      color: var(--text-muted);
      line-height: 1.5;
      margin: 0;}.bpost .callout{background: var(--blue-bg);
      border-left: 3px solid var(--blue);
      border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
      padding: 1.1rem 1.25rem;
      margin: 1.5rem 0;}.bpost .callout p{font-size: 14px;
      color: #9fc0ef;
      line-height: 1.65;
      margin: 0;}.bpost .callout-warn{background: rgba(245,177,61,.13);
      border-left: 3px solid #d97706;
      border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
      padding: 1.1rem 1.25rem;
      margin: 1.5rem 0;}.bpost .callout-warn p{font-size: 14px;
      color: #f0d9b3;
      line-height: 1.65;
      margin: 0;}.bpost .defense-list{margin: 1.5rem 0;}.bpost .defense-item{display: flex;
      gap: 14px;
      padding: 1.1rem 0;
      border-bottom: 1px solid #f0f2f5;}.bpost .defense-item:last-child{border-bottom: none;}.bpost .def-num{min-width: 30px; height: 30px;
      background: var(--blue-bg);
      color: var(--blue);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: 12px;
      font-weight: 700;
      flex-shrink: 0;
      margin-top: 2px;}.bpost .def-content h3{font-size: 14px;
      font-weight: 600;
      color: var(--text-dark);
      margin-bottom: 4px;}.bpost .def-content p{font-size: 13px;
      color: #9aa3c2;
      line-height: 1.6;
      margin: 0;}.bpost .compare-table{display: grid;
      grid-template-columns: 1fr 1fr;
      border: 1px solid var(--border);
      border-radius: var(--radius-md);
      overflow: hidden;
      background: var(--white);
      margin: 1.5rem 0;}.bpost .compare-header{padding: 0.9rem 1rem;
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.07em;
      text-align: center;}.bpost .compare-header.col-old{background: var(--red-bg); color: #b91c1c;}.bpost .compare-header.col-new{background: var(--green-bg); color: #57d9a0;}.bpost .compare-category{grid-column: 1 / -1;
      padding: 0.7rem 1rem 0.3rem;
      font-size: 10.5px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      color: var(--text-muted);
      background: var(--surface);
      border-top: 1px solid var(--border);}.bpost .compare-cell{padding: 0.4rem 1rem 0.9rem;
      font-size: 13px;
      color: var(--text-body);
      display: flex;
      gap: 8px;
      align-items: flex-start;
      line-height: 1.55;}.bpost .compare-cell .icon-x{color: #dc2626; font-weight: 700; flex-shrink: 0;}.bpost .compare-cell .icon-check{color: #29fee0; font-weight: 700; flex-shrink: 0;}.bpost .divider{height: 1px;
      background: var(--border);
      margin: 2.5rem 0;}.bpost .cta-block{background: var(--navy);
      border-radius: var(--radius-lg);
      padding: 2.75rem 2.5rem;
      text-align: center;
      margin-top: 3rem;}.bpost .cta-block .cta-tag{display: inline-block;
      font-size: 11px;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #60a5fa;
      background: rgba(30, 60, 100, 0.6);
      border: 0.5px solid rgba(59, 130, 246, 0.3);
      border-radius: 5px;
      padding: 4px 12px;
      margin-bottom: 1rem;}.bpost .cta-block h3{color: #f0f6ff;
      font-size: 22px;
      font-weight: 700;
      letter-spacing: -0.015em;
      margin-bottom: 0.6rem;}.bpost .cta-block p{color: #9aa3c2;
      font-size: 14px;
      margin-bottom: 1.75rem;
      max-width: 440px;
      margin-left: auto;
      margin-right: auto;}.bpost .cta-btn{display: inline-block;
      background: var(--blue);
      color: #fff;
      border-radius: var(--radius-sm);
      padding: 13px 32px;
      font-size: 14px;
      font-weight: 600;
      text-decoration: none;
      transition: background 0.15s, transform 0.1s;}.bpost .cta-btn:hover{background: #1a50c0; transform: translateY(-1px);}@media (max-width: 640px){.bpost .hero{padding: 2rem 1.5rem;}.bpost .hero h1{font-size: 22px;}.bpost .stats-row{grid-template-columns: 1fr;}.bpost .threat-grid{grid-template-columns: 1fr;}.bpost .pillar-grid{grid-template-columns: repeat(2, 1fr);}.bpost .cta-block{padding: 2rem 1.5rem;}.bpost{padding: 2rem 1rem 4rem;}}
.bpost{--bg:transparent;--surface:rgba(255,255,255,.03);--white:rgba(255,255,255,.05);--border:rgba(255,255,255,.10);--slate-900:#ffffff;--ink:#ffffff;--ink-soft:#dfe3f2;--text-dark:#ffffff;--slate-600:#9aa3c2;--text-body:#9aa3c2;--text-muted:#9aa3c2;--slate-400:#69739a;--em-900:#0b1b34;--em-700:#29fee0;--em-500:#29fee0;--em-100:#bff7ee;--em-50:rgba(41,254,224,.10);--emerald-600:#29fee0;--emerald-500:#29fee0;--emerald-50:rgba(41,254,224,.10);--green-bg:rgba(41,254,224,.10);--teal-700:#29fee0;--teal-500:#29fee0;--teal-50:rgba(41,254,224,.10);--cyan-500:#29fee0;--amber-600:#f5b13d;--amber-500:#f5b13d;--amber-50:rgba(245,177,61,.13);--amber-bg:rgba(245,177,61,.13);--orange-600:#f5b13d;--orange-50:rgba(245,177,61,.13);--rose-700:#ff7a97;--rose-600:#ff7a97;--rose-500:#ff7a97;--rose-50:rgba(244,63,94,.14);--red-bg:rgba(244,63,94,.14);--sky-900:#7cc4ff;--sky-700:#7cc4ff;--sky-600:#7cc4ff;--sky-500:#7cc4ff;--sky-100:#d6ecff;--sky-50:rgba(56,189,248,.14);--blue:#7cc4ff;--blue-lt:#7cc4ff;--blue-bg:rgba(56,189,248,.14);--violet-900:#b9a6ff;--violet-700:#b9a6ff;--violet-500:#b9a6ff;--violet-100:#ded5ff;--violet-50:rgba(131,93,249,.16);--purple-700:#b9a6ff;--purple-500:#b9a6ff;--purple-50:rgba(131,93,249,.16);--purple-bg:rgba(131,93,249,.16);--indigo-700:#b9a6ff;--indigo-500:#b9a6ff;--indigo-50:rgba(131,93,249,.16);--navy:#0b1b34;--navy-mid:#0d1d3e;}
.bpost h1,.bpost h2,.bpost h3,.bpost h4{color:#fff;}
.bpost .hero,.bpost .cta-block,.bpost .cta{background:linear-gradient(135deg,#241247 0%,#0b1b34 55%,#123b4a 100%)!important;border:1px solid rgba(131,93,249,.35);}
.bpost .hero{text-align:left;}
.bpost .hero h1{color:#fff;margin-left:0;margin-right:0;opacity:1;transform:none;animation:none;}
.bpost .hero .lead,.bpost .hero .pill{opacity:1;transform:none;animation:none;}
.bpost .strategy-num,.bpost .step-num,.bpost .def-num,.bpost .challenge-num,.bpost .timeline-num,.bpost .p-num,.bpost .e8-num,.bpost .priority-rank{background:linear-gradient(135deg,#835df9,#29fee0)!important;color:#0b1b34!important;}
.bpost .callout p,.bpost .callout-warn p{color:#cdd5ef;}
.bpost .hero-tag,.bpost .cta-tag{background:rgba(41,254,224,.12)!important;border:1px solid rgba(41,254,224,.28)!important;color:#8ff3e6!important;}
.bpost .lead{color:#c9d2ee!important;max-width:none!important;text-align:justify;}
.bpost .section>p,.bpost .callout p,.bpost .callout-warn p{text-align:justify;}
.bpost .cta-btn{background:linear-gradient(100deg,#835df9,#29fee0)!important;color:#08121f!important;}
.bpost .divider{background:rgba(255,255,255,.09)!important;height:1px;border:0;margin:1.1rem 0!important;}
.bpost .section{padding:0!important;margin-bottom:1.6rem!important;}
.bpost .hero h1{font-size:clamp(2.1rem,3.8vw,3rem)!important;line-height:1.15;letter-spacing:-.025em;}
.bpost .hero-meta{font-size:.9rem!important;}
.bpost .section h2,.bpost h2{font-size:clamp(1.55rem,2.8vw,2.05rem)!important;line-height:1.22;letter-spacing:-.02em;}
.bpost h3{font-size:1.12rem;}
.bpost .section p,.bpost p{font-size:1.05rem;line-height:1.75;}
.bpost .lead{font-size:clamp(1.08rem,1.5vw,1.2rem)!important;line-height:1.8;}
.bpost .eyebrow{font-size:.72rem!important;letter-spacing:.22em;}
.bpost .threat-card p,.bpost .law-card p,.bpost .strategy-content p,.bpost .timeline-item p,.bpost .matrix-cell,.bpost .cost-card .c-desc,.bpost .check-item p,.bpost .stat-card .label,.bpost .feature p,.bpost [class*="-card"] p,.bpost [class*="-item"] p,.bpost [class*="-box"] p{font-size:.95rem!important;line-height:1.6;}
.bpost .threat-card h3,.bpost .law-card h3,.bpost .strategy-content h3,.bpost .timeline-item h3,.bpost [class*="-card"] h3,.bpost [class*="-item"] h3{font-size:1.08rem!important;}
.bpost .stat-card .num,.bpost .stat .num{font-size:clamp(1.7rem,2.6vw,2.1rem)!important;}
.bpost .stat-card .source,.bpost .disclaimer,.bpost .source{font-size:.82rem!important;}
.bpost .badge,.bpost .tag,.bpost .app-chip,.bpost [class*="chip"],.bpost [class*="-tag"]{font-size:.73rem!important;}
.bpost .bp-back{display:inline-flex;align-items:center;gap:7px;font-weight:600;font-size:.9rem;color:#29fee0;text-decoration:none;margin-bottom:1.5rem;}
.bpost .bp-back:hover{opacity:.85;}

.bpost .u1{width:12px;height:12px;stroke:#60a5fa;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}.bpost .u2{background:var(--red-bg);}.bpost .u3{background:var(--amber-bg);}.bpost .u4{background:var(--purple-bg);}.bpost .u5{background:var(--blue-bg);}