/* — Post header — */
    .post-eyebrow-standalone {
      font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase;
      font-weight: 600; margin-bottom: 0.75rem;
      color: var(--accent-orange, #e8734a);
    }
    .post-eyebrow { font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600; margin-bottom: 0.75rem; display: flex; align-items: center; gap: 0.5rem; color: var(--accent-orange, #e8734a); }
    .post-eyebrow .num { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; background: #1a4a6b; color: white; border-radius: 3px; font-size: 0.65rem; font-weight: 700; flex-shrink: 0; }
    .post-meta { font-size: 0.82rem; color: #777; margin: 0.5rem 0 0; }
    .post-divider { border: none; border-top: 1px solid #e2e0db; margin: 1.5rem 0 2rem; }

    /* — TL;DR — */
    .tldr-box {
      background: #eef4f9; border-left: 4px solid #1a4a6b;
      border-radius: 4px; padding: 1.25rem 1.5rem; margin: 1.75rem 0;
    }
    .tldr-box h2 {
      font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase;
      font-weight: 700; color: #1a4a6b; margin: 0 0 0.75rem;
    }
    .tldr-box ul { margin: 0; padding-left: 1.2rem; }
    .tldr-box li { font-size: 0.92rem; color: #2a2a2a; margin-bottom: 0.4rem; line-height: 1.5; }
    .tldr-box li a { color: #1a4a6b; }

    /* — Callouts — */
    .callout-evidence {
      border-left: 4px solid #1a4a6b; background: #f0f5f9;
      padding: 1rem 1.25rem; margin: 1.5rem 0; border-radius: 0 4px 4px 0;
    }
    .callout-evidence .callout-label {
      font-size: 0.72rem; font-weight: 700; text-transform: uppercase;
      letter-spacing: 0.1em; color: #1a4a6b; margin-bottom: 0.5rem;
    }
    .callout-synthesis {
      border-left: 4px solid #b0aaa0; background: #f7f6f4;
      padding: 1rem 1.25rem; margin: 1.5rem 0; border-radius: 0 4px 4px 0;
      font-style: italic;
    }
    .callout-synthesis .callout-label {
      font-size: 0.72rem; font-weight: 700; text-transform: uppercase;
      letter-spacing: 0.1em; color: #7a7a7a; margin-bottom: 0.5rem;
      font-style: normal;
    }
    .callout-warning {
      border-left: 4px solid #e8734a; background: #fdf3ee;
      padding: 1rem 1.25rem; margin: 1.5rem 0; border-radius: 0 4px 4px 0;
    }
    .callout-warning .callout-label {
      font-size: 0.72rem; font-weight: 700; text-transform: uppercase;
      letter-spacing: 0.1em; color: #e8734a; margin-bottom: 0.5rem;
    }

    /* — Parts grid — */
    .parts-grid {
      display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 14px; margin: 1.5rem 0;
    }
    .part-card {
      border: 1px solid #e2e0db; border-radius: 6px;
      padding: 1rem 1.1rem; background: #fff;
    }
    .part-card-label {
      font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.1em;
      font-weight: 700; color: #7a7a7a; margin-bottom: 0.3rem;
    }
    .part-card-title {
      font-size: 1.05rem; font-weight: 700; color: #1a4a6b;
      margin-bottom: 0.5rem;
    }
    .part-card p { font-size: 0.88rem; color: #3a3a3a; margin: 0; line-height: 1.55; }

    /* — Compare grid (Traditional vs Advantage) — */
    .compare-grid {
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 0; margin: 1.5rem 0; border: 1px solid #e2e0db; border-radius: 6px;
      overflow: hidden;
    }
    .compare-col { padding: 1.1rem 1.25rem; }
    .compare-col:first-child { border-right: 1px solid #e2e0db; background: #f0f5f9; }
    .compare-col:last-child { background: #fff8f5; }
    .compare-col h3 {
      font-size: 0.8rem; font-weight: 700; text-transform: uppercase;
      letter-spacing: 0.08em; margin: 0 0 0.75rem;
    }
    .compare-col:first-child h3 { color: #1a4a6b; }
    .compare-col:last-child h3 { color: #c05a2a; }
    .compare-col ul { margin: 0; padding-left: 1.1rem; }
    .compare-col li { font-size: 0.88rem; margin-bottom: 0.4rem; line-height: 1.5; color: #2a2a2a; }
    .compare-col li strong { color: #1a1a1a; }
    @media (max-width: 560px) {
      .compare-grid { grid-template-columns: 1fr; }
      .compare-col:first-child { border-right: none; border-bottom: 1px solid #e2e0db; }
    }

    /* — Advantage type cards — */
    .adv-grid {
      display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
      gap: 12px; margin: 1.5rem 0;
    }
    .adv-card {
      border: 1px solid #e2e0db; border-top: 3px solid #e8734a;
      border-radius: 4px; padding: 1rem 1.1rem; background: #fff;
    }
    .adv-card h3 { font-size: 0.9rem; font-weight: 700; color: #1a4a6b; margin: 0 0 0.4rem; }
    .adv-card p { font-size: 0.85rem; color: #3a3a3a; margin: 0; line-height: 1.55; }

    /* — Medigap compare — */
    .medigap-table {
      width: 100%; border-collapse: collapse; margin: 1.25rem 0;
      font-size: 0.84rem;
    }
    .medigap-table th {
      background: #1a4a6b; color: #fff; padding: 0.6rem 0.75rem;
      text-align: left; font-size: 0.75rem; letter-spacing: 0.06em;
    }
    .medigap-table td { padding: 0.6rem 0.75rem; border-bottom: 1px solid #e2e0db; vertical-align: top; }
    .medigap-table tr:last-child td { border-bottom: none; }
    .medigap-table tr:nth-child(even) td { background: #faf9f7; }
    .check { color: #2d6a4f; font-weight: 700; }
    .cross { color: #8b2e2e; font-weight: 700; }

    /* — Timeline / enrollment — */
    .enrollment-timeline { margin: 1.5rem 0; }
    .enroll-row {
      display: flex; gap: 1rem; margin-bottom: 1rem;
      padding-bottom: 1rem; border-bottom: 1px solid #e2e0db;
    }
    .enroll-row:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
    .enroll-badge {
      flex-shrink: 0; width: 44px; height: 44px;
      background: #1a4a6b; color: #fff; border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: 0.65rem; font-weight: 700; text-align: center;
      line-height: 1.2; letter-spacing: 0.03em;
    }
    .enroll-content h4 { font-size: 0.92rem; font-weight: 700; color: #1a1a1a; margin: 0 0 0.25rem; }
    .enroll-content p { font-size: 0.86rem; color: #3a3a3a; margin: 0; line-height: 1.5; }

    /* — Penalty math box — */
    .math-box {
      background: #fff8f0; border: 1px solid #f0c080;
      border-radius: 6px; padding: 1.1rem 1.4rem; margin: 1.25rem 0;
    }
    .math-box h4 { font-size: 0.85rem; font-weight: 700; color: #a05010; margin: 0 0 0.6rem; }
    .math-box p { font-size: 0.88rem; color: #2a2a2a; margin: 0 0 0.4rem; line-height: 1.55; }
    .math-box p:last-child { margin-bottom: 0; }
    .math-line { font-family: monospace; background: #fff; border: 1px solid #e8c870;
      border-radius: 3px; padding: 0.5rem 0.75rem; font-size: 0.85rem; margin: 0.5rem 0; display: block; }

    /* — Decision tree — */
    .decision-banner {
      background: #1a4a6b; color: #fff; border-radius: 6px;
      padding: 0.9rem 1.25rem; margin: 1.75rem 0 0.5rem;
      display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 0.5rem;
    }
    .decision-banner p { margin: 0; font-size: 0.9rem; }
    .decision-banner a {
      color: #ffd080; font-weight: 700; text-decoration: none; font-size: 0.88rem;
      white-space: nowrap;
    }
    #medicare-tree {
      border: 1px solid #e2e0db; border-radius: 8px;
      padding: 1.5rem; margin: 1rem 0 2rem; background: #faf9f7;
    }
    .tree-question {
      font-size: 1rem; font-weight: 700; color: #1a1a1a;
      margin: 0 0 1rem; line-height: 1.4;
    }
    .tree-sub { font-size: 0.86rem; color: #555; margin: -0.5rem 0 1rem; line-height: 1.5; }
    .tree-choices { display: flex; flex-direction: column; gap: 0.6rem; }
    .tree-btn {
      background: #fff; border: 1px solid #c8c4bc;
      border-radius: 5px; padding: 0.75rem 1rem;
      font-size: 0.9rem; color: #1a4a6b; font-weight: 600;
      cursor: pointer; text-align: left; transition: border-color 0.15s, background 0.15s;
    }
    .tree-btn:hover { border-color: #1a4a6b; background: #eef4f9; }
    .tree-result {
      background: #fff; border: 2px solid #1a4a6b;
      border-radius: 6px; padding: 1.1rem 1.25rem;
    }
    .tree-result h4 { font-size: 1rem; font-weight: 700; color: #1a4a6b; margin: 0 0 0.5rem; }
    .tree-result p { font-size: 0.9rem; color: #2a2a2a; margin: 0 0 0.5rem; line-height: 1.55; }
    .tree-result p:last-child { margin-bottom: 0; }
    .tree-restart {
      background: none; border: none; color: #7a7a7a; font-size: 0.82rem;
      cursor: pointer; padding: 0.75rem 0 0; text-decoration: underline;
    }
    .tree-progress { font-size: 0.75rem; color: #999; margin-bottom: 1rem; }
    .tree-back {
      background: none; border: none; color: #7a7a7a; font-size: 0.82rem;
      cursor: pointer; padding: 0 0 0.75rem; text-decoration: underline; display: block;
    }

    /* — Related posts footer — */
    .related-posts { margin-top: 3rem; border-top: 2px solid #e2e0db; padding-top: 1.5rem; }
    .related-posts h3 {
      font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em;
      color: #7a7a7a; font-weight: 700; margin-bottom: 1rem;
    }
    .related-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 12px; }
    .related-card {
      border: 1px solid #e2e0db; border-left: 3px solid #1a4a6b;
      border-radius: 4px; padding: 0.9rem 1rem; text-decoration: none;
      color: inherit; font-size: 0.85rem; display: block;
      transition: box-shadow 0.15s;
    }
    .related-card:hover { box-shadow: 0 2px 8px rgba(0,0,0,0.08); }
    .related-card .link-label { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.07em; color: #7a7a7a; margin-bottom: 3px; }
    .related-card .link-title { color: #1a4a6b; font-weight: 600; line-height: 1.3; }

    /* — Citations — */
    .citations { margin-top: 2.5rem; border-top: 1px solid #e2e0db; padding-top: 1.25rem; }
    .citations h2 { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.12em; color: #7a7a7a; font-weight: 700; margin-bottom: 0.75rem; }
    .citations ol { padding-left: 1.3rem; margin: 0; }
    .citations li { font-size: 0.8rem; color: #555; margin-bottom: 0.4rem; line-height: 1.55; }
:root {
      --blue-primary: #1a4a6b;
      --accent-orange: #e8734a;
      --green-good: #2d6a4f;
      --red-warn: #8b2e2e;
      --red-emergency: #c0392b;
      --bg-light: #faf9f7;
      --text-primary: #1a1a1a;
      --text-muted: #555;
      --border-light: #e0ddd8;
    }
.lede { font-style: italic; font-size: 1.15rem; color: #333; line-height: 1.65; margin-bottom: 1rem; }
.byline { font-size: 0.85rem; color: var(--text-muted); margin-bottom: 2rem; padding-bottom: 1.25rem; border-bottom: 1px solid var(--border-light); }
/* TL;DR */
    .tldr { background: white; border: 2px solid var(--blue-primary); border-radius: 6px; padding: 1.25rem 1.5rem; margin-bottom: 2rem; }
.tldr-label { font-family: 'Source Serif 4', serif; font-weight: 700; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--blue-primary); margin-bottom: 0.6rem; }
.tldr ul { list-style: none; padding: 0; }
.tldr ul li { padding: 0.2rem 0 0.2rem 1.25rem; position: relative; font-size: 0.95rem; }
.tldr ul li::before { content: '→'; position: absolute; left: 0; color: var(--blue-primary); font-weight: 700; }
.tldr ul li a { color: var(--blue-primary); text-decoration: none; }
.tldr ul li a[href^="#"] { font-weight: 700; font-size: 0.85em; opacity: 0.6; margin-left: 0.3rem; }
.tldr ul li a[href^="#"]:hover { opacity: 1; }
/* Jump to decision tree banner */
    .jump-banner { background: linear-gradient(135deg, #1a4a6b 0%, #1e5a82 100%); color: white; border-radius: 6px; padding: 1rem 1.35rem; margin-bottom: 2.5rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.jump-banner p { margin: 0; font-size: 0.95rem; opacity: 0.92; }
.jump-banner a { display: inline-block; background: white; color: var(--blue-primary); text-decoration: none; font-weight: 700; font-size: 0.85rem; padding: 0.45rem 1rem; border-radius: 4px; white-space: nowrap; flex-shrink: 0; }
.jump-banner a:hover { background: #eef4f9; }
/* Body */
    h2 { font-family: 'Playfair Display', serif; font-size: 1.45rem; font-weight: 700; color: var(--blue-primary); margin: 2.25rem 0 0.75rem; }
/* Callouts */
    .callout { border-radius: 4px; padding: 1rem 1.25rem; margin: 1.5rem 0; }
/* Coverage section dividers */
    .coverage-section { border: 1px solid var(--border-light); border-radius: 8px; padding: 1.5rem 1.75rem; margin: 2rem 0; background: white; }
.coverage-section-header { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1rem; }
.coverage-badge { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.07em; padding: 0.3rem 0.7rem; border-radius: 3px; }
.badge-uninsured { background: #fdf3ee; color: #c05a2a; }
.badge-commercial { background: #eef4f9; color: var(--blue-primary); }
.badge-medicaid { background: #e8f5e9; color: #2d6a4f; }
.badge-medicare { background: #f3f0fa; color: #5c3d99; }
.coverage-section h2 { margin: 0; font-size: 1.3rem; }
/* Tool cards */
    .tool-card { background: var(--bg-light); border: 1px solid var(--border-light); border-radius: 6px; padding: 1rem 1.2rem; margin: 0.75rem 0; }
.tool-card-header { display: flex; align-items: center; gap: 0.65rem; margin-bottom: 0.35rem; }
.tool-card-title { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1rem; color: var(--blue-primary); }
.badge-good { background: #d4edda; color: var(--green-good); }
.badge-mixed { background: #fff3cd; color: #856404; }
.badge-limited { background: #f5f5f3; color: #555; }
.tool-card p { margin-bottom: 0.35rem; font-size: 0.95rem; }
.tool-card p:last-child { margin-bottom: 0; }
/* Universal tools grid */
    .tools-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; margin: 1.25rem 0; }
/* Decision tree */
    .decision-tree-wrapper { background: white; border: 2px solid var(--blue-primary); border-radius: 8px; padding: 1.5rem; margin: 2rem 0; }
.dt-header { font-family: 'Playfair Display', serif; font-size: 1.2rem; font-weight: 700; color: var(--blue-primary); margin-bottom: 0.25rem; }
.dt-subhead { font-size: 0.88rem; color: var(--text-muted); margin-bottom: 1.25rem; }
.dt-step { display: none; }
.dt-step.active { display: block; }
.dt-question { font-weight: 600; font-size: 1rem; color: var(--text-primary); margin-bottom: 0.85rem; line-height: 1.5; }
.dt-context { font-size: 0.88rem; color: var(--text-muted); margin-bottom: 0.85rem; font-style: italic; }
.dt-options { display: flex; flex-direction: column; gap: 0.5rem; margin-bottom: 0.75rem; }
.dt-btn { background: var(--bg-light); border: 1.5px solid var(--border-light); border-radius: 5px; padding: 0.65rem 1rem; text-align: left; font-family: 'Source Serif 4', serif; font-size: 0.95rem; color: var(--text-primary); cursor: pointer; transition: border-color 0.15s, background 0.15s; line-height: 1.4; }
.dt-btn:hover { border-color: var(--blue-primary); background: #eef4f9; color: var(--blue-primary); }
.dt-result { background: #eef4f9; border-left: 4px solid var(--blue-primary); border-radius: 0 4px 4px 0; padding: 1.1rem 1.25rem; }
.dt-result-title { font-weight: 700; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.07em; color: var(--blue-primary); margin-bottom: 0.6rem; }
.dt-result ul { list-style: none; padding: 0; margin: 0; }
.dt-result ul li { padding: 0.3rem 0 0.3rem 1.25rem; position: relative; font-size: 0.93rem; border-bottom: 1px solid #d5e8f5; }
.dt-result ul li:last-child { border-bottom: none; }
.dt-result ul li::before { content: '→'; position: absolute; left: 0; color: var(--blue-primary); font-weight: 700; }
.dt-result ul li a { color: var(--blue-primary); font-weight: 600; }
.dt-result-note { font-size: 0.82rem; color: var(--text-muted); margin-top: 0.75rem; font-style: italic; }
.dt-nav { display: flex; align-items: center; gap: 1rem; margin-top: 1rem; padding-top: 0.75rem; border-top: 1px solid var(--border-light); }
.dt-back { background: none; border: none; color: var(--text-muted); font-family: 'Source Serif 4', serif; font-size: 0.85rem; cursor: pointer; padding: 0; text-decoration: underline; }
.dt-back:hover { color: var(--blue-primary); }
.dt-restart { background: none; border: none; color: var(--accent-orange); font-family: 'Source Serif 4', serif; font-size: 0.85rem; cursor: pointer; padding: 0; text-decoration: underline; margin-left: auto; }
.dt-restart:hover { opacity: 0.75; }
.dt-progress { display: flex; gap: 0.35rem; margin-bottom: 1rem; }
.dt-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--border-light); }
.dt-dot.done { background: var(--blue-primary); }
.dt-dot.current { background: var(--accent-orange); }
/* Citations */
    .citations { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--border-light); }
.citations ol li { margin-bottom: 0.4rem; }
/* Related posts */
    .related-footer { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--border-light); }
.related-footer h3 { font-size: 0.8rem; color: var(--text-muted); font-weight: 400; margin-bottom: 0.75rem; text-transform: uppercase; letter-spacing: 0.07em; font-family: 'Source Serif 4', serif; }
.related-links { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.related-link:hover { background: var(--blue-primary); color: white; border-color: var(--blue-primary); }
@media (max-width: 600px) {
      h1 { font-size: 1.75rem; }
/* ── Post header ── */
    .post-eyebrow-standalone {
      font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase;
      font-weight: 600; margin-bottom: 0.75rem; color: var(--accent-orange, #e8734a);
    }
/* ── TL;DR ── */
    .tldr-box {
      background: #eef4f9; border-left: 4px solid #1a4a6b;
      border-radius: 4px; padding: 1.25rem 1.5rem; margin: 1.75rem 0;
    }
/* ── Callouts ── */
    .callout-evidence {
      border-left: 4px solid #1a4a6b; background: #f0f5f9;
      padding: 1rem 1.25rem; margin: 1.5rem 0; border-radius: 0 4px 4px 0;
    }
/* ── Cost stat row ── */
    .cost-grid {
      display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
      gap: 12px; margin: 1.5rem 0;
    }
.cost-card {
      border: 1px solid #e2e0db; border-radius: 6px;
      padding: 0.9rem 1rem; background: #fff; text-align: center;
    }
.cost-card-num {
      font-family: 'Playfair Display', serif; font-size: 1.6rem;
      font-weight: 700; color: #2d6a4f; line-height: 1;
      margin-bottom: 0.25rem;
    }
.cost-card-label { font-size: 0.78rem; color: #555; line-height: 1.4; }
/* ── NTI drug cards ── */
    .nti-grid {
      display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
      gap: 12px; margin: 1.25rem 0;
    }
.nti-card {
      border: 1px solid #e2e0db; border-left: 3px solid #e8734a;
      border-radius: 0 4px 4px 0; padding: 0.9rem 1rem; background: #fff;
    }
.nti-card h3 {
      font-size: 0.9rem; font-weight: 700; color: #1a1a1a;
      margin: 0 0 0.3rem; font-family: 'Source Serif 4', serif;
    }
.nti-card .brand-name {
      font-size: 0.75rem; color: #7a7a7a; margin-bottom: 0.5rem; display: block;
    }
.nti-card p { font-size: 0.85rem; color: #3a3a3a; margin: 0; line-height: 1.5; }
/* ── Myth cards ── */
    .myth-card {
      border: 1px solid #e2e0db; border-radius: 6px;
      overflow: hidden; margin: 1rem 0;
    }
.myth-card-claim {
      background: #f7f6f4; padding: 0.75rem 1rem;
      font-size: 0.85rem; color: #555;
    }
.myth-card-claim strong { color: #8b2e2e; }
.myth-card-reality {
      padding: 0.75rem 1rem; font-size: 0.88rem;
      color: #2a2a2a; line-height: 1.55;
    }
.myth-card-reality strong { color: #2d6a4f; }
/* ── Related posts ── */
    .related-posts { margin-top: 3rem; border-top: 2px solid #e2e0db; padding-top: 1.5rem; }
/* ── Citations ── */
    .citations { margin-top: 2.5rem; border-top: 1px solid #e2e0db; padding-top: 1.25rem; }
