/* Lexend, selbst gehostet (SIL Open Font License) */
@font-face {
  font-family: "Lexend";
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url("/assets/schriften/lexend-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Lexend";
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url("/assets/schriften/lexend-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* blutzucker-tagebuch.com – ein helles Thema; die Heftfarben tragen die Seite */
  :root {
    color-scheme: light;
    --ground:     #FFFFFF;
    --soft:       #F1F3F5;
    --line:       #DDE1E6;
    --ink:        #1B1F27;
    --ink-2:      #555C67;
    --action:     #1F3766;
    --action-hi:  #15284D;

    --gelb:       #EDB22C;
    --gelb-hell:  #FCF1D2;
    --rot:        #8E2430;
    --grau:       #A29D93;
    --tuerkis:    #2FAAB5;
    --dunkelblau: #1F3766;
    --weiss:      #F1F0EB;

    --font: "Lexend", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    --r: 10px;
    --wrap: 72rem;
  }

  * { box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  @media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

  body {
    margin: 0;
    background: var(--ground);
    color: var(--ink);
    font-family: var(--font);
    font-weight: 300;
    font-size: 1.1875rem;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
  }
  b, strong { font-weight: 600; }
  img { max-width: 100%; height: auto; display: block; }
  a { color: var(--action); text-underline-offset: .2em; }
  :focus-visible { outline: 3px solid var(--action); outline-offset: 3px; border-radius: 4px; }

  .wrap { max-width: var(--wrap); margin: 0 auto; padding-inline: clamp(1rem, 4vw, 2.5rem); }

  h1, h2, h3 { margin: 0; text-wrap: balance; hyphens: manual; overflow-wrap: break-word; }
  h1 { font-size: clamp(2.2rem, 6.4vw, 4rem); font-weight: 600; line-height: 1.08; letter-spacing: -.025em; }
  h2 { font-size: clamp(1.7rem, 4vw, 2.6rem); font-weight: 600; line-height: 1.15; letter-spacing: -.02em; }
  h3 { font-size: 1.25rem; font-weight: 600; line-height: 1.3; }
  p { margin: 0; }
  .lead { font-size: clamp(1.15rem, 2.4vw, 1.4rem); line-height: 1.55; max-width: 38rem; }
  .kicker { font-size: .95rem; font-weight: 500; color: var(--ink-2); }
  .muted { color: var(--ink-2); }

  /* ---------- Kopf ---------- */
  .site-head .wrap { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 0 1rem; min-height: 5rem; }
  .brand { display: flex; align-items: center; gap: clamp(.55rem, 2vw, .8rem); color: var(--ink); text-decoration: none; min-width: 0; }
  .spines { display: flex; gap: 2px; height: 2.3rem; flex: none; }
  .spines i { width: clamp(3px, 1vw, 5px); border-radius: 1px; background: var(--c); }
  .spines i.w { box-shadow: inset 0 0 0 1px var(--line); }
  .brand-text { display: flex; flex-direction: column; line-height: 1.2; min-width: 0; }
  .brand-text b { font-size: clamp(.92rem, 3.6vw, 1.2rem); font-weight: 600; letter-spacing: -.012em; }
  .brand-text span { font-size: clamp(.78rem, 2.9vw, .85rem); color: var(--ink-2); }

  .menu-btn { flex: none; font: 500 1rem var(--font); color: var(--ink); background: var(--soft); border: 0; border-radius: 999px; padding: .6rem 1.1rem; cursor: pointer; }
  .site-nav { display: none; }
  .site-nav.open { display: block; flex-basis: 100%; }
  .site-nav ul { list-style: none; margin: 0; padding: 0; }
  .site-nav a { color: var(--ink); text-decoration: none; font-weight: 400; }
  @media (max-width: 55.99rem) {
    .site-nav.open ul { padding-block: .4rem 1.2rem; }
    .site-nav.open a { display: block; padding: .8rem 0; font-size: 1.2rem; border-bottom: 1px solid var(--line); }
  }
  @media (min-width: 56rem) {
    .menu-btn { display: none; }
    .site-nav { display: block; }
    .site-nav ul { display: flex; gap: .3rem; }
    .site-nav a { display: block; padding: .5rem .9rem; border-radius: 999px; font-size: 1rem; }
    .site-nav a:hover { background: var(--soft); }
  }

  /* ---------- Buttons ---------- */
  .actions { display: flex; flex-wrap: wrap; gap: .75rem; }
  .btn {
    display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
    font: 500 1.05rem/1.2 var(--font); text-decoration: none;
    padding: 1rem 1.4rem; border-radius: 999px;
    background: var(--action); color: #fff; border: 2px solid var(--action);
  }
  .btn:hover { background: var(--action-hi); border-color: var(--action-hi); color: #fff; }
  .btn.ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
  .btn.ghost:hover { background: rgba(27,31,39,.06); color: var(--ink); }
  .btn.light { background: #fff; color: var(--ink); border-color: #fff; }
  .btn.light:hover { background: var(--soft); border-color: var(--soft); color: var(--ink); }

  /* ---------- Startseite: Einstieg ---------- */
  .hero { padding-block: clamp(1.5rem, 4vw, 3rem) clamp(3rem, 6vw, 4.5rem); }
  .hero-grid { display: grid; gap: clamp(1.8rem, 4vw, 3rem); align-items: center; }
  @media (min-width: 62rem) { .hero-grid { grid-template-columns: 1.05fr 1fr; } .hero-text h1 { font-size: clamp(2.6rem, 4.2vw, 3.6rem); } }
  .hero-text { display: flex; flex-direction: column; gap: 1.3rem; }
  .hero-photo { margin: 0; border-radius: var(--r); overflow: hidden; background: #D9DCDE; }
  .hero-photo img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }

  .paths { display: grid; gap: 1rem; margin-top: clamp(2rem, 5vw, 3rem); }
  @media (min-width: 48rem) { .paths { grid-template-columns: 1fr 1fr; } }
  .path {
    display: grid; grid-template-columns: 1fr auto; gap: .3rem 1rem; align-items: center;
    padding: 1.4rem 1.5rem; border-radius: var(--r); text-decoration: none; color: var(--ink);
    background: var(--soft);
  }
  .path:hover { background: #E6E9EC; color: var(--ink); }
  .path b { font-size: 1.3rem; font-weight: 600; }
  .path span { grid-column: 1; color: var(--ink-2); font-size: 1.02rem; line-height: 1.45; }
  .path .arrow { grid-column: 2; grid-row: 1 / span 2; width: 3rem; height: 3rem; border-radius: 50%; background: var(--ink); color: #fff; display: grid; place-items: center; font-size: 1.3rem; }
  .paths.zentriert { margin-top: 0; }
  .path.praxis { background: var(--dunkelblau); color: #fff; }
  .path.praxis span { color: #C9D3E6; }
  .path.praxis .arrow { background: #fff; color: var(--dunkelblau); }
  .path.praxis:hover { background: var(--action-hi); color: #fff; }

  /* ---------- Heftwahl ---------- */
  .section { padding-block: clamp(3.5rem, 8vw, 6rem); }
  .section.soft { background: var(--soft); }
  .section-head { display: flex; flex-direction: column; gap: .9rem; max-width: 44rem; margin-bottom: clamp(2rem, 4vw, 3rem); }

  .therapies { display: grid; gap: 1.2rem; }
  @media (min-width: 68rem) { .therapies { grid-template-columns: repeat(3, max-content); justify-content: space-between; align-items: stretch; } }
  .therapy { background: var(--ground); border-radius: var(--r); padding: 1.3rem; display: flex; flex-direction: column; gap: 1rem; }
  .therapy-head { display: flex; flex-direction: column; gap: .2rem; }
  .therapy-head span { font-size: 1rem; color: var(--ink-2); line-height: 1.45; }
  .tiles { display: flex; flex-wrap: wrap; align-items: flex-end; gap: .6rem; flex: 1; }
  /* Kacheln im Seitenverhältnis 1:√2 – DIN A5 ist √2-mal so groß wie DIN A6 */
  .tile.a6 { width: 6.2rem; min-height: 8.8rem; gap: .6rem; padding: .75rem; }
  .tile.a5 { width: 8.8rem; min-height: 12.45rem; }
  .tile.a6 b { font-size: 1.05rem; }
  .tile.a6 span { font-size: .8rem; overflow-wrap: break-word; }
  .tile.a6 small { font-size: .7rem; padding: .1rem .45rem; }
  .tile {
    position: relative; display: flex; flex-direction: column; justify-content: space-between; gap: 1.6rem;
    min-height: 10.5rem; padding: 1rem; border-radius: 6px 10px 10px 6px;
    background: var(--c); color: var(--t, var(--ink)); text-decoration: none;
    box-shadow: inset 6px 0 0 rgba(0,0,0,.1);
    transition: transform .15s ease;
  }
  .tile:hover { transform: translateY(-3px); color: var(--t, var(--ink)); }
  @media (prefers-reduced-motion: reduce) { .tile { transition: none; } .tile:hover { transform: none; } }
  .tile.w { box-shadow: inset 0 0 0 1px var(--line), inset 6px 0 0 rgba(0,0,0,.05); }
  .tile b { font-size: 1.35rem; font-weight: 600; line-height: 1.1; }
  .tile span { font-size: .92rem; line-height: 1.35; }
  .tile small { display: inline-block; align-self: flex-start; font-size: .78rem; font-weight: 500; padding: .15rem .55rem; border-radius: 999px; background: rgba(255,255,255,.55); color: var(--ink); }
  .tile.dark small { background: rgba(255,255,255,.18); color: #fff; }

  /* ---------- Zahlen ---------- */
  .numbers { display: grid; gap: 1px; background: var(--line); border-block: 1px solid var(--line); }
  @media (min-width: 48rem) { .numbers { grid-template-columns: repeat(3, 1fr); } }
  .number { background: var(--ground); padding: 1.6rem clamp(1rem, 3vw, 2rem); display: flex; align-items: baseline; gap: 1rem; }
  @media (min-width: 48rem) { .number { flex-direction: column; gap: .3rem; } }
  .number b { font-size: clamp(2.6rem, 6vw, 3.6rem); font-weight: 600; letter-spacing: -.03em; line-height: 1; font-variant-numeric: tabular-nums; }
  .number span { font-size: 1.05rem; color: var(--ink-2); line-height: 1.4; }

  /* ---------- Praxis-Band ---------- */
  .praxis-band { background: var(--dunkelblau); color: #fff; }
  .praxis-band .kicker { color: #AFC0DE; }
  .praxis-grid { display: grid; gap: clamp(2rem, 5vw, 4rem); }
  @media (min-width: 62rem) { .praxis-grid { grid-template-columns: 1.15fr 1fr; align-items: start; } }
  .praxis-text { display: flex; flex-direction: column; gap: 1.5rem; }
  ul.benefits { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
  ul.benefits li { padding: 1rem 0; border-top: 1px solid rgba(255,255,255,.18); display: flex; flex-direction: column; gap: .15rem; }
  ul.benefits b { font-size: 1.15rem; }
  ul.benefits span { color: #D3DBEA; font-size: 1.02rem; line-height: 1.5; }

  .regal-card { background: #fff; color: var(--ink); border-radius: var(--r); overflow: hidden; display: grid; }
  @media (min-width: 36rem) and (max-width: 61.99rem) { .regal-card { grid-template-columns: 1fr 1fr; } }
  .regal-card img { width: 100%; height: 100%; max-height: 26rem; object-fit: cover; object-position: center 85%; }
  .regal-body { padding: 1.4rem 1.5rem 1.6rem; display: flex; flex-direction: column; gap: .7rem; }
  .regal-body .muted { font-size: 1rem; line-height: 1.5; }
  .regal-body a { font-weight: 500; }

  /* ---------- Patienten ---------- */
  .shop-grid { display: grid; gap: .8rem; grid-template-columns: 1fr; }
  @media (min-width: 40rem) { .shop-grid { grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 62rem) { .shop-grid { grid-template-columns: repeat(5, 1fr); } }
  .shop {
    display: flex; flex-direction: column; justify-content: space-between; gap: 1.2rem;
    padding: 1.1rem 1.2rem; border-radius: var(--r); text-decoration: none; color: var(--ink);
    background: var(--ground); border: 1px solid var(--line); position: relative; overflow: hidden; min-width: 0;
  }
  .shop::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 8px; background: var(--c); }
  .shop:hover { border-color: var(--ink); color: var(--ink); }
  .shop b { font-size: 1.15rem; padding-left: .4rem; }
  .shop span { font-size: .98rem; color: var(--ink-2); padding-left: .4rem; line-height: 1.4; display: block; }
  .shop em { font-style: normal; font-weight: 500; color: var(--action); padding-left: .4rem; font-size: .98rem; }
  .shop-note { margin-top: 1.2rem; color: var(--ink-2); font-size: 1rem; }


  /* ---------- Formularseiten ---------- */
  .page-band { background: var(--soft); padding-block: 1.2rem 0; }
  .page-band .heft-hero { grid-template-columns: 1fr; padding-bottom: 0; }
  .page-band .heft-hero-text { max-width: 44rem; }
  .page-band .heft-hero-text h1 { font-size: clamp(2.4rem, 6vw, 4rem); }
  form.formular { display: flex; flex-direction: column; gap: 1.3rem; max-width: 36rem; }
  .field { display: flex; flex-direction: column; gap: .35rem; }
  .field label { font-weight: 500; font-size: 1.02rem; }
  .field label .opt { font-weight: 300; color: var(--ink-2); }
  .field input, .field textarea {
    font: 300 1.05rem/1.5 var(--font); color: var(--ink);
    padding: .8rem .9rem; border: 1px solid var(--line); border-radius: 8px;
    background: var(--ground); width: 100%;
  }
  .field input:hover, .field textarea:hover { border-color: var(--ink-2); }
  .field textarea { min-height: 9rem; resize: vertical; }
  .zwei { display: grid; gap: 1.3rem; }
  @media (min-width: 34rem) { .zwei { grid-template-columns: 1fr 1fr; } }
  fieldset.hefte { border: 0; margin: 0; padding: 0; display: flex; flex-direction: column; gap: .6rem; }
  fieldset.hefte legend { padding: 0; font-weight: 500; font-size: 1.02rem; margin-bottom: .2rem; }
  .heftwahl { display: flex; flex-wrap: wrap; gap: .5rem; }
  .heftwahl label {
    display: inline-flex; align-items: center; gap: .55rem; cursor: pointer;
    padding: .5rem .95rem .5rem .6rem; border: 1px solid var(--line); border-radius: 999px; font-size: 1rem;
  }
  .heftwahl label:hover { border-color: var(--ink-2); }
  .heftwahl i { width: 1rem; height: 1.4rem; border-radius: 2px; background: var(--c); }
  .heftwahl i.w { box-shadow: inset 0 0 0 1px var(--line); }
  input[type="checkbox"] { accent-color: var(--action); width: 1.1rem; height: 1.1rem; }
  .zustimmung { display: grid; grid-template-columns: 1.3rem 1fr; gap: .7rem; align-items: start; font-size: .98rem; line-height: 1.5; }
  .zustimmung input { margin-top: .25rem; }
  .spamschutz { border: 1px dashed var(--line); border-radius: 8px; padding: .9rem 1rem; color: var(--ink-2); font-size: .95rem; background: var(--soft); }
  .kontaktkarte { background: var(--soft); border-radius: var(--r); padding: 1.4rem; display: flex; flex-direction: column; gap: 1.2rem; }
  .kontaktkarte h3 { font-size: 1.1rem; }
  .kontaktzeile { display: flex; flex-direction: column; gap: .15rem; font-size: 1rem; }
  .kontaktzeile b { font-weight: 500; }
  .kontaktzeile span, .kontaktkarte p { color: var(--ink-2); font-size: 1rem; line-height: 1.5; }

  /* ---------- Rechtstexte ---------- */
  .rechtstext { max-width: 42rem; display: flex; flex-direction: column; gap: 2.2rem; }
  .rechtstext section { display: flex; flex-direction: column; gap: .7rem; }
  .rechtstext h2 { font-size: clamp(1.3rem, 2.6vw, 1.6rem); }
  .rechtstext h3 { font-size: 1.08rem; margin-top: .6rem; }
  .rechtstext p, .rechtstext li { font-size: 1.05rem; line-height: 1.65; }
  .rechtstext ul { margin: 0; padding-left: 1.2rem; display: flex; flex-direction: column; gap: .4rem; }
  .rechtstext ul li::marker { color: var(--action); }
  .rechtstext .stand { font-size: .95rem; color: var(--ink-2); }
  .adressblock { background: var(--soft); border-radius: var(--r); padding: 1.2rem 1.3rem; font-size: 1.05rem; line-height: 1.6; }

  /* ---------- Spenderregal ---------- */
  .regal-band { background: var(--soft); padding-block: 1.2rem 0; }
  ol.steps { list-style: none; margin: 0; padding: 0; counter-reset: s; display: flex; flex-direction: column; gap: 1.1rem; }
  ol.steps li { counter-increment: s; display: grid; grid-template-columns: 2.6rem 1fr; gap: 1rem; align-items: start; }
  ol.steps li::before {
    content: counter(s); grid-row: span 2;
    width: 2.6rem; height: 2.6rem; border-radius: 50%;
    background: var(--dunkelblau); color: #fff;
    display: grid; place-items: center; font-weight: 600; font-size: 1.1rem;
  }
  ol.steps b { display: block; font-size: 1.15rem; }
  ol.steps span { color: var(--ink-2); font-size: 1.02rem; line-height: 1.5; }
  dl.specs { margin: 0; border-top: 1px solid var(--line); }
  dl.specs > div { display: grid; grid-template-columns: 10rem 1fr; gap: 1rem; padding: .9rem 0; border-bottom: 1px solid var(--line); }
  dl.specs dt { font-weight: 500; }
  dl.specs dd { margin: 0; color: var(--ink-2); }
  @media (max-width: 34rem) { dl.specs > div { grid-template-columns: 1fr; gap: .1rem; } }

  /* ---------- Fuß ---------- */
  .site-foot { background: var(--soft); padding-block: 3rem 2rem; font-size: 1rem; margin-top: clamp(3rem, 7vw, 5rem); }
  .foot-grid { display: grid; gap: 2rem; }
  @media (min-width: 56rem) { .foot-grid { grid-template-columns: 1.4fr 1fr 1fr; } }
  .site-foot ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: .5rem; }
  .site-foot a { color: var(--ink); }
  .foot-note { margin-top: 2.5rem; padding-top: 1.2rem; border-top: 1px solid var(--line); color: var(--ink-2); font-size: .9rem; }

  /* ---------- Heftseite ---------- */
  .heft-band { background: var(--band, var(--gelb)); padding-block: 1.2rem 0; }
  .heft-band.dark { color: #fff; }
  .heft-band.dark .crumbs a, .heft-band.dark .crumbs { color: #fff; }
  .heft-band.dark .chips span { background: rgba(255,255,255,.18); color: #fff; }
  ol.toc.plain li.main span:last-child { background: var(--soft); }
  .crumbs { font-size: .98rem; }
  .crumbs a { color: var(--ink); }
  .heft-hero { display: grid; gap: 2rem; padding-block: clamp(1.5rem, 4vw, 3rem) 0; }
  @media (min-width: 62rem) { .heft-hero { grid-template-columns: 1fr 1fr; align-items: end; } }
  .heft-hero-text { display: flex; flex-direction: column; gap: 1.1rem; padding-bottom: clamp(2rem, 5vw, 3.5rem); min-width: 0; }
  .heft-hero-text h1 { font-size: clamp(2.6rem, 8vw, 5rem); }
  .heft-hero-text .sub { font-size: clamp(1.2rem, 2.8vw, 1.55rem); font-weight: 500; line-height: 1.3; }
  .chips { display: flex; flex-wrap: wrap; gap: .5rem; }
  .chips span { font-size: .92rem; font-weight: 500; padding: .3rem .8rem; border-radius: 999px; background: rgba(255,255,255,.6); }
  .heft-hero figure { margin: 0 0 -3rem; }
  .heft-hero figure img { border-radius: var(--r) var(--r) 0 0; box-shadow: 0 24px 50px -28px rgba(27,31,39,.55); }
  @media (min-width: 62rem) { .heft-hero figure { margin-bottom: -4rem; } .heft-hero figure img { border-radius: var(--r); } }

  .heft-layout { display: grid; gap: clamp(2.5rem, 5vw, 4rem); padding-top: clamp(5rem, 9vw, 7rem); }
  @media (min-width: 62rem) { .heft-layout { grid-template-columns: 1fr 23rem; align-items: start; } }
  .heft-main { display: flex; flex-direction: column; gap: clamp(3rem, 6vw, 4.5rem); min-width: 0; }
  .block { display: flex; flex-direction: column; gap: 1.2rem; }

  .features { display: grid; gap: .8rem; }
  @media (min-width: 40rem) { .features { grid-template-columns: 1fr 1fr; } }
  .feature { background: var(--gelb-hell); border-radius: var(--r); padding: 1.2rem 1.3rem; display: flex; flex-direction: column; gap: .3rem; }
  .feature b { font-size: 1.12rem; }
  .feature span { font-size: 1rem; line-height: 1.5; color: #4A4536; }
  .features.neutral .feature { background: var(--soft); }
  .features.neutral .feature span { color: var(--ink-2); }

  .table-photo { margin: 0; }
  .table-photo img { border-radius: var(--r); border: 1px solid var(--line); }
  .table-photo figcaption { margin-top: .6rem; color: var(--ink-2); font-size: .98rem; }

  ol.toc { list-style: none; margin: 0; padding: 0; }
  ol.toc li { display: grid; grid-template-columns: 6rem 1fr; gap: 1rem; padding: .7rem 0; border-bottom: 1px solid var(--line); }
  ol.toc li span:first-child { color: var(--ink-2); font-variant-numeric: tabular-nums; font-size: 1rem; padding-top: .1rem; }
  ol.toc li.main { font-weight: 500; }
  ol.toc li.main span:last-child { background: var(--gelb-hell); margin: -.3rem 0; padding: .3rem .6rem; border-radius: 6px; justify-self: start; }

  .turkish { display: flex; gap: 1.1rem; align-items: center; border: 1px solid var(--line); border-radius: var(--r); padding: 1.1rem 1.3rem; }
  .turkish i { flex: none; width: 3.2rem; height: 4.5rem; background: var(--weiss); border-radius: 3px 6px 6px 3px; box-shadow: inset 0 0 0 1px var(--line), inset 4px 0 0 rgba(0,0,0,.05); }
  .turkish p { font-size: 1.02rem; line-height: 1.5; }

  .buy { display: flex; flex-direction: column; gap: 1rem; }
  @media (min-width: 62rem) { .buy { position: sticky; top: 1.5rem; } }
  .buy-card { border-radius: var(--r); padding: 1.4rem; display: flex; flex-direction: column; gap: .9rem; }
  .buy-card.praxis { background: var(--dunkelblau); color: #fff; }
  .buy-card.praxis .muted { color: #C9D3E6; }
  .buy-card.patient { background: var(--soft); }
  .buy-card h3 { font-size: 1.15rem; }
  .prices { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; }
  .prices div { background: rgba(255,255,255,.1); border-radius: 8px; padding: .8rem .9rem; display: flex; flex-direction: column; }
  .prices b { font-size: 1.7rem; font-weight: 600; letter-spacing: -.02em; line-height: 1.1; font-variant-numeric: tabular-nums; }
  .prices span { font-size: .88rem; color: #C9D3E6; }
  .buy-card .btn { width: 100%; }
  .buy-card .muted { font-size: .95rem; line-height: 1.45; }

  .others { display: flex; flex-wrap: wrap; gap: .6rem; }
  .others a { display: inline-flex; align-items: center; gap: .6rem; padding: .55rem 1rem .55rem .6rem; border-radius: 999px; background: var(--soft); color: var(--ink); text-decoration: none; font-weight: 400; }
  .others a:hover { background: #E6E9EC; }
  .others i { width: 1.4rem; height: 1.4rem; border-radius: 50%; background: var(--c); }
  .others i.w { box-shadow: inset 0 0 0 1px var(--line); }

  /* Handy: feste Kaufleiste auf der Heftseite */
  .buy-bar { display: none; }
  @media (max-width: 61.99rem) {
    .buy-bar:not([hidden]) {
      display: grid; grid-template-columns: 1fr 1fr; gap: .5rem;
      position: sticky; bottom: 0; z-index: 40;
      padding: .7rem clamp(1rem, 4vw, 2.5rem) calc(.7rem + env(safe-area-inset-bottom));
      background: rgba(255,255,255,.96); border-top: 1px solid var(--line);
      backdrop-filter: blur(6px);
    }
    .buy-bar .btn { padding: .85rem .6rem; font-size: .98rem; }
  }

  /* ---------- Sprungmarke, Tabelle, Abschlussband ---------- */
  .ueberspringen {
    position: absolute; left: -9999px; top: 0; z-index: 100;
    background: var(--action); color: #fff; padding: .8rem 1.2rem; border-radius: 0 0 8px 0;
    text-decoration: none; font-weight: 500;
  }
  .ueberspringen:focus { left: 0; }

  .scroller { overflow-x: auto; }
  table.vergleich { border-collapse: collapse; width: 100%; min-width: 34rem; font-size: 1rem; }
  table.vergleich th, table.vergleich td { text-align: left; padding: .85rem .9rem; border-bottom: 1px solid var(--line); vertical-align: middle; }
  table.vergleich thead th { font-weight: 500; font-size: .92rem; color: var(--ink-2); border-bottom: 1px solid var(--ink); }
  table.vergleich tbody th a { display: inline-flex; align-items: center; gap: .6rem; font-weight: 500; color: var(--ink); text-decoration: none; }
  table.vergleich tbody th a:hover { color: var(--action); text-decoration: underline; }
  table.vergleich i { width: .8rem; height: 1.5rem; border-radius: 2px; background: var(--c); flex: none; }
  table.vergleich i.w { box-shadow: inset 0 0 0 1px var(--line); }
  table.vergleich td.zahl { font-variant-numeric: tabular-nums; white-space: nowrap; }

  .band-cta { display: grid; gap: 1.5rem 2rem; align-items: center; }
  @media (min-width: 56rem) { .band-cta { grid-template-columns: 1fr auto; } }

  .honigtopf { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
  .cf-turnstile { min-height: 65px; }
