/* ── ARTICLE HEADER ──────────────────────────────────── */
  .bp-header {
    background: #0C0A3E;
    padding: 48px 24px 64px;
    font-family: 'DM Sans', sans-serif;
  }
  .bp-header-inner { max-width: 680px; margin: 0 auto; }
  .bp-back {
    font: 500 13px/1 'DM Sans';
    color: rgba(238,235,211,0.5);
    text-decoration: none;
    display: inline-block;
    margin-bottom: 32px;
  }
  .bp-back:hover { color: #CCFF33 !important; }
  .bp-post-tag {
    font: 600 11px/1 'DM Sans';
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #A89CED;
    display: block;
    margin-bottom: 16px;
  }
  .bp-post-title {
    font: 800 clamp(48px, 8vw, 80px)/0.88 'DM Sans', sans-serif !important;
    color: #CCFF33 !important;
    letter-spacing: -0.045em !important;
    margin: 0 0 24px;
  }
  .bp-post-meta {
    display: flex;
    gap: 8px;
    align-items: center;
    font: 400 14px/1 'DM Sans';
    color: rgba(238,235,211,0.5);
    flex-wrap: wrap;
  }
  .bp-post-meta strong { color: #EEEBD3; }

  /* ── ARTICLE BODY ────────────────────────────────────── */
  .bp-article {
    background: #EEEBD3;
    padding: 64px 24px 0;
    font-family: 'DM Sans', sans-serif;
  }
  .bp-article-inner {
    max-width: 680px;
    margin: 0 auto;
  }
  .bp-article-inner p {
    font: 400 18px/1.75 'DM Sans';
    color: rgba(12,10,62,0.85);
    margin: 0 0 24px;
  }
  .bp-article-inner h2 {
    font: 800 28px/1.1 'DM Sans';
    color: #0C0A3E;
    letter-spacing: -0.03em;
    margin: 48px 0 20px;
  }
  .bp-article-inner h3 {
    font: 700 22px/1.15 'DM Sans';
    color: #0C0A3E;
    margin: 36px 0 16px;
  }
  .bp-article-inner blockquote {
    border-left: 4px solid #CCFF33;
    padding: 4px 0 4px 24px;
    margin: 32px 0;
    font: 500 20px/1.5 'DM Sans';
    color: #0C0A3E;
    font-style: normal;
  }
  .bp-article-inner a {
    color: #0C0A3E;
    text-decoration: underline;
    text-decoration-color: #A89CED;
    text-underline-offset: 3px;
  }
  .bp-article-inner a:hover { text-decoration-color: #CCFF33 !important; }
  .bp-article-inner ul, .bp-article-inner ol {
    padding-left: 24px;
    margin: 0 0 24px;
  }
  .bp-article-inner li {
    font: 400 18px/1.75 'DM Sans';
    color: rgba(12,10,62,0.85);
    margin-bottom: 8px;
  }
  .bp-article-inner strong { color: #0C0A3E; }

  /* Hide duplicate "Written by" line from markdown body */
  .bp-article-inner p:first-child:has(em:only-child) {
    display: none;
  }

  /* Campaign callout */
  .bp-callout {
    background: #0C0A3E;
    padding: 32px;
    margin: 40px 0;
  }
  .bp-callout-label {
    font: 600 10px/1 'DM Sans';
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #A89CED;
    display: block;
    margin-bottom: 12px;
  }
  .bp-callout h3 {
    font: 800 24px/1.1 'DM Sans';
    color: #CCFF33 !important;
    margin: 0 0 8px;
  }
  .bp-callout p {
    font: 400 15px/1.5 'DM Sans' !important;
    color: rgba(238,235,211,0.7) !important;
    margin: 0 0 16px !important;
  }
  .bp-callout-btn {
    font: 700 13px/1 'DM Sans';
    color: #CCFF33 !important;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 0.06em;
  }
  .bp-callout-btn:hover { color: #fff !important; }

  /* Share */
  .bp-share--header {
    border-top: 1px solid rgba(238,235,211,0.15) !important;
    margin-top: 24px !important;
    padding-top: 20px !important;
  }
  .bp-share--header > span { color: rgba(238,235,211,0.6) !important; }
  .bp-share--header .bp-share-links a,
  .bp-share--header .bp-share-links button {
    color: #CCFF33 !important;
    border-color: rgba(238,235,211,0.2);
    background: none;
  }
  .bp-share--header .bp-share-links a:hover,
  .bp-share--header .bp-share-links button:hover {
    border-color: #CCFF33 !important;
    background: rgba(204,255,51,0.1);
  }
  .bp-share-wrap {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 0 64px;
  }
  .bp-share {
    border-top: 1px solid rgba(12,10,62,0.1);
    padding-top: 24px;
    margin-top: 48px;
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .bp-share > span {
    font: 600 12px/1 'DM Sans';
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(12,10,62,0.4);
  }
  .bp-share-links { display: flex; gap: 12px; }
  .bp-share-links a, .bp-share-links button {
    font: 600 13px/1 'DM Sans';
    color: #0C0A3E;
    text-decoration: none;
    background: none;
    border: 1px solid rgba(12,10,62,0.15);
    padding: 8px 16px;
    cursor: pointer;
  }
  .bp-share-links a:hover, .bp-share-links button:hover {
    border-color: #CCFF33 !important;
    background: rgba(204,255,51,0.1);
  }

  /* ── RELATED POSTS ───────────────────────────────────── */
  .bp-related {
    background: #0C0A3E;
    padding: 64px 24px;
    font-family: 'DM Sans', sans-serif;
  }
  .bp-related-inner { max-width: 1000px; margin: 0 auto; }
  .bp-related h2 {
    font: 800 36px/0.9 'DM Sans';
    color: #CCFF33 !important;
    letter-spacing: -0.04em;
    margin: 0 0 32px;
  }
  .bp-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
  }
  .bp-related-card {
    background: rgba(238,235,211,0.04);
    padding: 28px 24px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border: 1px solid rgba(238,235,211,0.06);
    transition: all 0.2s;
  }
  .bp-related-card:hover { border-color: #CCFF33 !important; }
  .bp-related-card h3 {
    font: 700 17px/1.2 'DM Sans';
    color: #EEEBD3;
    margin: 0;
    flex: 1;
  }
  .bp-related-date {
    font: 400 12px/1 'DM Sans';
    color: rgba(238,235,211,0.4);
  }
  .bp-related-read {
    font: 600 13px/1 'DM Sans';
    color: #CCFF33 !important;
    margin-top: auto;
  }

  /* ── CTA ──────────────────────────────────────────────── */
  .bp-cta {
    background: #0C0A3E;
    padding: 80px 24px;
    text-align: center;
    font-family: 'DM Sans';
    border-top: 1px solid rgba(238,235,211,0.06);
  }
  .bp-cta h2 { font: 800 40px/0.9 'DM Sans'; color: #CCFF33 !important; letter-spacing: -0.04em; margin: 0 0 16px; }
  .bp-cta p { font: 400 17px/1.5 'DM Sans'; color: rgba(238,235,211,0.6); max-width: 440px; margin: 0 auto 32px; }
  .bp-cta-btn { display: inline-block; background: #CCFF33; color: #0C0A3E; font: 700 14px/1 'DM Sans'; text-transform: uppercase; letter-spacing: 0.08em; padding: 18px 40px; text-decoration: none; }
  .bp-cta-btn:hover { background: #fff; }

  @media (max-width: 768px) {
    .bp-related-grid { grid-template-columns: 1fr; }
    .bp-share { flex-direction: column; align-items: flex-start; }
    .bp-callout { padding: 24px; }
  }