    /* kapitel-specifikke styles */

    /* Nav-højde er 64px her (shared.css bruger 68px) */
    .nav-inner { height: 64px; gap: 2rem; }

    .logo { font-size: 1.3rem; }
    .nav-back { color: rgba(255,255,255,0.7); text-decoration: none; font-size: 0.88rem; font-weight: 500; white-space: nowrap; }
    .nav-back:hover { color: white; }

    .breadcrumb {
      background: #f4f4f2;
      border-bottom: 1px solid #e8e8e4;
      padding: 0.75rem 0;
      font-size: 0.8rem;
      color: #888;
    }
    .breadcrumb-inner {
      max-width: 1300px;
      margin: 0 auto;
      padding: 0 2.5rem;
    }
    .breadcrumb a { color: #888; text-decoration: none; }
    .breadcrumb a:hover { color: var(--orange); }
    .breadcrumb span { margin: 0 0.4rem; }

    .article-wrap {
      max-width: 760px;
      margin: 0 auto;
      padding: 3rem 2rem 5rem;
    }
    .chapter-meta {
      display: flex;
      align-items: center;
      gap: 0.75rem;
      margin-bottom: 1.2rem;
    }
    .chapter-badge {
      background: var(--orange);
      color: white;
      font-size: 0.72rem;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      padding: 0.3rem 0.7rem;
      border-radius: 20px;
    }
    .chapter-section {
      font-size: 0.8rem;
      color: #999;
      font-weight: 500;
    }
    .chapter-pages {
      font-size: 0.8rem;
      color: #bbb;
    }

    h1 {
      font-size: clamp(1.8rem, 3.5vw, 2.6rem);
      font-weight: 900;
      color: var(--slate-dark);
      line-height: 1.2;
      margin-bottom: 1.5rem;
      letter-spacing: -0.02em;
    }
    .intro {
      font-size: 1.1rem;
      color: #444;
      line-height: 1.75;
      margin-bottom: 2.5rem;
      padding-bottom: 2rem;
      border-bottom: 2px solid #f0f0ee;
    }
    .body-content { font-size: 1rem; line-height: 1.8; color: #333; }
    .body-content h2 {
      font-size: 1.4rem; font-weight: 800; color: var(--slate-dark);
      margin: 2.5rem 0 0.75rem; letter-spacing: -0.01em;
    }
    .body-content h3 {
      font-size: 1rem;
      font-weight: 700;
      color: var(--slate-dark);
      margin: 1.5rem 0 0.4rem;
    }
    .body-content p { margin-bottom: 1.1rem; }
    .body-content ul, .body-content ol { margin: 0.5rem 0 1.1rem 1.5rem; }
    .body-content li { margin-bottom: 0.4rem; }
    .body-content strong { color: var(--slate-dark); }

    /* Inline Compara-reklame */
    .compara-inline-ad {
      display: flex;
      gap: 1.5rem;
      align-items: flex-start;
      background: #f4f4f2;
      border-left: 4px solid var(--orange);
      border-radius: 0 10px 10px 0;
      padding: 1.25rem 1.5rem;
      margin: 2.5rem 0;
    }
    .compara-inline-ad img { height: 22px; width: auto; flex-shrink: 0; margin-top: 2px; }
    .compara-inline-ad-body { flex: 1; }
    .compara-inline-ad-body p {
      font-size: 0.9rem; color: #333; line-height: 1.6; margin: 0 0 0.75rem;
    }
    .compara-inline-ad-body a {
      display: inline-block;
      background: var(--orange); color: white;
      text-decoration: none; font-weight: 700; font-size: 0.82rem;
      padding: 0.45rem 1rem; border-radius: 20px;
    }
    @media (max-width: 500px) {
      .compara-inline-ad { flex-direction: column; gap: 0.75rem; }
    }

    /* Tabeller */
    .body-content .table-wrap {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      margin: 1.5rem 0;
      border-radius: 8px;
      border: 1px solid #e0e0dd;
      box-shadow: 0 1px 4px rgba(0,0,0,0.04);
    }
    .body-content table {
      border-collapse: collapse;
      font-size: 0.88rem;
      width: 100%;
      min-width: 480px;
      margin: 0;
    }
    .body-content th {
      background: var(--slate-dark);
      color: white;
      font-weight: 700;
      padding: 0.75rem 1rem;
      text-align: left;
      white-space: nowrap;
      font-size: 0.82rem;
      letter-spacing: 0.01em;
    }
    .body-content td {
      padding: 0.65rem 1rem;
      border-bottom: 1px solid #e8e8e4;
      vertical-align: top;
      line-height: 1.55;
      white-space: normal;
    }
    .body-content tr:last-child td { border-bottom: none; }
    .body-content tr:nth-child(even) td { background: #f7f7f5; }

    /* CTA box */
    .cta-box {
      background: linear-gradient(135deg, var(--slate-dark), var(--slate));
      border-radius: 16px;
      padding: 2.5rem;
      margin: 3rem 0;
      text-align: center;
      color: white;
    }
    .cta-box h3 { font-size: 1.3rem; font-weight: 800; margin-bottom: 0.5rem; }
    .cta-box p { color: rgba(255,255,255,0.7); font-size: 0.9rem; margin-bottom: 1.5rem; }
    .cta-box a {
      display: inline-block;
      background: var(--orange);
      color: white;
      text-decoration: none;
      padding: 0.9rem 2rem;
      border-radius: 30px;
      font-weight: 800;
      font-size: 0.88rem;
      letter-spacing: 0.04em;
      text-transform: uppercase;
    }
    .cta-locked-list {
      list-style: none;
      margin: 0 auto 1.75rem;
      padding: 0;
      max-width: 420px;
      text-align: left;
      border-top: 1px solid rgba(255,255,255,0.12);
    }
    .cta-locked-list li {
      padding: 0.55rem 0.5rem 0.55rem 2rem;
      position: relative;
      color: rgba(255,255,255,0.8);
      font-size: 0.9rem;
      border-bottom: 1px solid rgba(255,255,255,0.08);
      line-height: 1.4;
    }
    .cta-locked-list li::before {
      content: "🔒";
      position: absolute;
      left: 0.25rem;
      font-size: 0.75rem;
      top: 0.6rem;
      opacity: 0.6;
    }

    /* Chapter navigation */
    .chapter-nav {
      background: white;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1rem;
      margin-top: 4rem;
      padding-top: 2rem;
      border-top: 1px solid #e8e8e4;
    }
    .chapter-nav a {
      display: flex;
      flex-direction: column;
      gap: 0.3rem;
      padding: 1.2rem;
      background: #f4f4f2;
      border-radius: 10px;
      text-decoration: none;
      transition: background 0.2s;
      border: 1.5px solid transparent;
    }
    .chapter-nav a:hover { background: white; border-color: var(--orange); }
    .chapter-nav .nav-dir { font-size: 0.72rem; color: #999; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; }
    .chapter-nav .nav-title { font-size: 0.88rem; color: var(--slate-dark); font-weight: 600; line-height: 1.35; }
    .chapter-nav .next-link { text-align: right; }
    .chapter-nav .prev-link:empty, .chapter-nav .next-link:empty { display: none; }

    /* Table of contents */
    .toc-box {
      background: #f4f4f2;
      border-radius: 10px;
      padding: 1.5rem;
      margin-bottom: 2.5rem;
      border-left: 4px solid var(--orange);
    }
    .toc-box h3 {
      font-size: 0.78rem;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      color: #999;
      margin-bottom: 0.75rem;
    }
    .toc-list { list-style: none; display: flex; flex-direction: column; gap: 0.3rem; }
    .toc-list a {
      font-size: 0.88rem;
      color: var(--slate-dark);
      text-decoration: none;
      display: flex;
      gap: 0.5rem;
      align-items: baseline;
      padding: 0.2rem 0;
      transition: color 0.15s;
    }
    .toc-list a:hover { color: var(--orange); }
    .toc-list a::before { content: "→"; color: var(--orange); font-size: 0.75rem; flex-shrink: 0; }
    .toc-list li.toc-locked span {
      font-size: 0.88rem;
      color: #bbb;
      display: flex;
      gap: 0.5rem;
      align-items: baseline;
      padding: 0.2rem 0;
      cursor: default;
    }
    .toc-list li.toc-locked span::before {
      content: "🔒";
      font-size: 0.65rem;
      flex-shrink: 0;
      opacity: 0.7;
    }
    .toc-list li.toc-locked span::after {
      content: "— kun i e-bogen";
      font-size: 0.72rem;
      color: #ccc;
      font-style: italic;
      margin-left: 0.2rem;
    }

    /* Section anchors */
    .body-content h2 { scroll-margin-top: 80px; }

    /* Hero image */
    .chapter-hero {
      width: 100%;
      height: 320px;
      object-fit: cover;
      display: block;
      background: var(--slate);
    }
    .chapter-hero-wrap {
      position: relative;
      overflow: hidden;
      max-height: 320px;
    }
    .chapter-hero-wrap img {
      width: 100%;
      height: 320px;
      object-fit: cover;
      object-position: center 40%;
      display: block;
    }
    .chapter-hero-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to bottom, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.05) 100%);
    }

    /* Sidebar layout on wide screens */
    @media (min-width: 1100px) {
      .page-wrap {
        max-width: 1100px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr 280px;
        gap: 4rem;
        padding: 3rem 2rem 5rem;
        align-items: start;
      }
      .article-wrap { padding: 0; margin: 0; max-width: none; }
      .sidebar { position: sticky; top: 84px; }
    }
    @media (max-width: 1099px) {
      .page-wrap { display: block; }
      .sidebar { display: none; }
    }

    .sidebar-box {
      background: #f4f4f2;
      border-radius: 12px;
      padding: 1.5rem;
      margin-bottom: 1.5rem;
    }
    .sidebar-box h4 {
      font-size: 0.8rem;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      color: #999;
      margin-bottom: 1rem;
    }
    .sidebar-chapters { list-style: none; display: flex; flex-direction: column; gap: 0.25rem; }
    .sidebar-chapters a {
      font-size: 0.82rem;
      color: #555;
      text-decoration: none;
      display: flex;
      gap: 0.5rem;
      padding: 0.3rem 0;
      border-radius: 4px;
      line-height: 1.35;
    }
    .sidebar-chapters a:hover { color: var(--orange); }
    .sidebar-chapters .ch-current { color: var(--orange); font-weight: 700; }
    .sidebar-chapters .ch-no { color: #ccc; font-size: 0.75rem; flex-shrink: 0; width: 20px; }

    /* Inline chapter images */
    .ch-figure {
      margin: 2.5rem 0;
    }
    .ch-figure img {
      width: 100%;
      border-radius: 10px;
      display: block;
      box-shadow: 0 2px 12px rgba(0,0,0,0.10);
    }
    .ch-figure figcaption {
      font-size: 0.78rem;
      color: #999;
      margin-top: 0.5rem;
      font-style: italic;
      text-align: center;
    }
    .ch-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1rem;
      margin: 2.5rem 0;
    }
    .ch-grid .ch-figure { margin: 0; }
    @media (max-width: 600px) {
      .ch-grid { grid-template-columns: 1fr; }
    }

    /* Links in body content */
    .body-content a {
      color: #1a1a1a;
      text-decoration: underline;
      text-underline-offset: 2px;
    }
    .body-content a:hover { color: var(--orange); }

    /* ── MOBIL ── */
    @media (max-width: 640px) {
      .nav-inner { padding: 0 1rem; gap: 0.5rem; }
      .nav-back { display: none; }
      .nav-cta { padding: 0.45rem 0.9rem; font-size: 0.78rem; }
      .logo { font-size: 1.1rem; }
      .breadcrumb { padding: 0.6rem 1rem; font-size: 0.75rem; }
      .chapter-hero-wrap, .chapter-hero-wrap img { height: 200px; max-height: 200px; }
      .article-wrap { padding: 1.5rem 1.1rem 3rem; }
      h1 { font-size: 1.6rem; }
      .intro { font-size: 1rem; }
      .chapter-nav { grid-template-columns: 1fr; }
      .cta-box { padding: 1.5rem 1.25rem; }
    }
