/* page.css: gemeinsame Styles aller Unterseiten (Buch, Kurs, SEO-Seiten, Impressum, Datenschutz).
   Wird nach base.css geladen. Basis übernommen aus ueber-mich.css. */

:root {
  --space: #0A0A0D; --space-soft: #101018;
  --teal-deep: #0D4A46; --teal: #11605A;
  --mint: #7CE3CB; --mint-soft: #B9F0E2; --mint-bg: #E6F7F1;
  --signal: #B9A8FF; --signal-soft: #CFC2FF;
  --cream: #F5F7FA; --ink: #101414; --white: #FFFFFF;
  --line: rgba(255,255,255,.14); --line-dark: rgba(16,20,20,.14);
  --font-display: "TT Firs Neue", "Archivo", ui-sans-serif, sans-serif;
  --font-body: "Archivo", ui-sans-serif, sans-serif;
  --font-mono: "Space Mono", ui-monospace, monospace;
  --w: min(1120px, calc(100% - 48px));
}
body { font-family: var(--font-body); font-size: 17px; line-height: 1.65; color: var(--white); background: var(--space); -webkit-font-smoothing: antialiased; }
h1 { font-size: clamp(1.9rem, 4.6vw, 3.4rem); }
h2 { font-size: clamp(1.7rem, 3.8vw, 2.7rem); }
h3 { font-size: clamp(1.05rem, 1.9vw, 1.3rem); line-height: 1.15; }
.lead { font-size: clamp(1.02rem, 1.6vw, 1.2rem); max-width: 640px; opacity: 0.88; }
.btn-ghost-dark { border-color: var(--line-dark); color: var(--ink); }
.btn-ghost-dark:hover { border-color: var(--ink); }
.section-pad { padding: clamp(80px, 10vw, 130px) 0; }
.reveal.d3 { transition-delay: .3s; }
/* Hero */
.hero { display: flex; flex-direction: column; justify-content: center; background: radial-gradient(ellipse 70% 50% at 82% 8%, rgba(185,168,255,0.10), transparent 60%), radial-gradient(ellipse 90% 60% at 75% 15%, rgba(17,96,90,0.22), transparent 60%), radial-gradient(ellipse 80% 50% at 50% 115%, rgba(17,96,90,0.38), transparent 65%), var(--space); padding-top: 150px; padding-bottom: 80px; min-height: 62svh; }
.hero--compact { min-height: 0; padding-bottom: 40px; }
.stars, .stars2 { position: absolute; inset: -20% 0; pointer-events: none; background-repeat: repeat; }
.stars { background-image: radial-gradient(1px 1px at 12% 22%, rgba(255,255,255,.9), transparent 50%), radial-gradient(1px 1px at 34% 8%, rgba(255,255,255,.7), transparent 50%), radial-gradient(1.5px 1.5px at 58% 30%, rgba(255,255,255,.8), transparent 50%), radial-gradient(1px 1px at 79% 14%, rgba(255,255,255,.6), transparent 50%), radial-gradient(1px 1px at 90% 42%, rgba(255,255,255,.75), transparent 50%), radial-gradient(1.5px 1.5px at 22% 64%, rgba(255,255,255,.5), transparent 50%), radial-gradient(1px 1px at 46% 80%, rgba(255,255,255,.6), transparent 50%); background-size: 900px 900px; }
.sparkle { position: absolute; width: 20px; height: 20px; color: var(--mint); opacity: .8; }
.sp-1 { top: 22%; left: 5%; }
.sp-2 { top: 18%; right: 7%; width: 14px; height: 14px; opacity: .6; color: var(--signal); }
.sparkle svg { width: 100%; height: 100%; fill: currentColor; }
.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(28px, 5vw, 60px); align-items: center; }
@media (max-width: 920px) { .hero-grid { grid-template-columns: 1fr; } }
.hero h1 { margin-bottom: 22px; }
.hero .lead { margin-bottom: 18px; }
.hero .sub { font-size: 0.98rem; opacity: 0.7; max-width: 620px; margin-bottom: 34px; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 24px; }
.hero-note { font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.45); }
.hero-art img { display: block; max-width: min(420px, 100%); margin: 0 auto; }
.hero-video { position: relative; aspect-ratio: 16 / 9; max-width: min(560px, 100%); margin: 0 auto; border-radius: 14px; overflow: hidden; border: 1px solid var(--line); box-shadow: 0 24px 60px rgba(0,0,0,0.4); }
.hero-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.chip { font-family: var(--font-mono); font-size: 0.58rem; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.75); border: 1px solid var(--line); border-radius: 999px; padding: 7px 14px; }
@media (max-width: 560px) { .hero h1 { font-size: clamp(2.1rem, 9vw, 2.6rem); } .hero-ctas .btn { white-space: nowrap; font-size: 0.82rem; padding: 15px 20px; } }
/* Dunkle Karten-Grids */
.thema-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 52px; }
.thema-grid--4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1000px) { .thema-grid--4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 900px) { .thema-grid { grid-template-columns: 1fr; } .thema-grid--4 { grid-template-columns: 1fr; } }
.thema { border: 1px solid var(--line); border-radius: 18px; padding: 30px 26px; background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01)); display: flex; flex-direction: column; gap: 14px; transition: border-color .2s ease; }
.thema:hover { border-color: rgba(124,227,203,0.5); }
.thema .tid { font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--mint); }
.thema .tid--signal { color: var(--signal); }
.thema p { font-size: 0.94rem; opacity: 0.8; }
.thema ul { list-style: none; display: flex; flex-direction: column; gap: 8px; font-size: 0.92rem; opacity: 0.85; }
.thema ul li { padding-left: 22px; position: relative; }
.thema ul li::before { content: "→"; position: absolute; left: 0; color: var(--mint); font-weight: 800; }
/* Sektionen */
.sec-dark { background: radial-gradient(ellipse 80% 45% at 50% -12%, rgba(17,96,90,0.30), transparent 60%), radial-gradient(ellipse 50% 40% at 85% 55%, rgba(185,168,255,0.07), transparent 60%), var(--space); }
.sec-dark + .sec-dark { background: radial-gradient(ellipse 50% 38% at 16% 48%, rgba(17,96,90,0.22), transparent 60%), radial-gradient(ellipse 45% 34% at 86% 55%, rgba(185,168,255,0.07), transparent 60%), var(--space); }
.sec-teal { background: radial-gradient(ellipse 80% 45% at 50% -12%, rgba(17,96,90,0.38), transparent 60%), linear-gradient(180deg, var(--space) 0%, var(--teal-deep) 30%, var(--teal-deep) 100%); }
.sec-teal.sec-fade { background: radial-gradient(ellipse 80% 45% at 50% -12%, rgba(17,96,90,0.38), transparent 60%), linear-gradient(180deg, var(--space) 0%, var(--teal-deep) 25%, var(--teal-deep) 78%, var(--space) 100%); }
.sec-teal-out { background: linear-gradient(180deg, var(--teal-deep) 0%, var(--space-soft) 30%, var(--space) 100%); }
.sec-light { background: var(--cream); color: var(--ink); }
.sec-light .eyebrow { opacity: 0.6; }
.split { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(28px, 5vw, 60px); align-items: center; margin-top: 20px; }
@media (max-width: 880px) { .split { grid-template-columns: 1fr; } }
.split-text p { margin-bottom: 20px; opacity: 0.85; }
.split-text p:last-child { margin-bottom: 0; }
.check-list { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.check-list li { padding-left: 30px; position: relative; font-weight: 500; font-size: 0.98rem; }
.check-list li::before { content: "→"; position: absolute; left: 0; font-weight: 800; color: var(--teal-deep); }
.sec-dark .check-list li::before, .sec-teal .check-list li::before, .sec-teal-out .check-list li::before { color: var(--mint); }
.shot { background: var(--white); border: 1px solid var(--line-dark); border-radius: 18px; padding: 18px; }
.shot img, .shot video { display: block; width: 100%; border-radius: 10px; height: auto; }
.shot .cap { font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(16,20,20,0.5); margin-top: 12px; line-height: 1.6; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 10px; }
/* Mint-Statement/CTA-Karte */
.statement-card { background: var(--mint); color: var(--ink); border-radius: 24px; padding: clamp(36px, 5vw, 60px); display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(28px, 5vw, 60px); align-items: center; }
@media (max-width: 880px) { .statement-card { grid-template-columns: 1fr; } }
.statement-card h2 { font-size: clamp(1.6rem, 3.4vw, 2.4rem); }
.statement-card p { font-size: 0.98rem; margin-bottom: 18px; }
.statement-card p:last-child { margin-bottom: 0; }
.statement-card .st-eyebrow { font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; opacity: 0.6; margin-bottom: 16px; }
/* Preiskarten (SEO-Seiten) */
.offer-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 52px; }
@media (max-width: 880px) { .offer-grid { grid-template-columns: 1fr; } }
.offer { border: 1px solid var(--line); border-radius: 18px; padding: 34px 30px; background: rgba(255,255,255,0.02); display: flex; flex-direction: column; gap: 14px; }
.offer .tid { font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--signal-soft); }
.offer .price-line { font-family: var(--font-display); font-weight: 900; text-transform: uppercase; font-size: clamp(1.3rem, 2.4vw, 1.7rem); }
.offer .price-line .amount { color: var(--signal); }
.offer p { font-size: 0.94rem; opacity: 0.8; }
.offer ul { list-style: none; display: flex; flex-direction: column; gap: 8px; font-size: 0.92rem; opacity: 0.85; }
.offer ul li { padding-left: 22px; position: relative; }
.offer ul li::before { content: "→"; position: absolute; left: 0; color: var(--mint); font-weight: 800; }
.offer .erg { font-size: 0.92rem; border-top: 1px solid var(--line); padding-top: 14px; margin-top: 6px; opacity: 0.9; }
/* FAQ (aus home.css übernommen, einspaltig) */
.faq { background: var(--cream); color: var(--ink); }
.faq h2 { max-width: 22ch; margin-bottom: 40px; }
.faq-list { max-width: 820px; }
.faq details { border-bottom: 1px solid var(--line-dark); }
.faq details:first-of-type { border-top: 1px solid var(--line-dark); }
.faq summary { cursor: pointer; list-style: none; display: flex; align-items: baseline; gap: 16px; padding: 20px 4px; font-family: var(--font-display); font-weight: 800; text-transform: uppercase; font-size: clamp(0.95rem, 1.6vw, 1.15rem); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::before { content: "+"; font-family: var(--font-mono); color: var(--teal-deep); font-weight: 700; flex-shrink: 0; transition: transform .2s ease; }
.faq details[open] summary::before { content: "−"; }
.faq details p, .faq details ul { padding: 0 4px 22px 34px; font-size: 0.98rem; opacity: 0.8; max-width: 60ch; }
.faq details ul { list-style: disc; padding-left: 54px; display: flex; flex-direction: column; gap: 6px; }
/* Prompt-Karte (Buch-Landingpages) */
.prompt-card { background: var(--ink); border: 1px solid rgba(124,227,203,0.25); border-radius: 14px; overflow: hidden; max-width: 820px; box-shadow: 0 20px 60px rgba(16,20,20,0.18); }
.prompt-head { display: flex; align-items: center; gap: 8px; padding: 12px 18px; border-bottom: 1px solid rgba(124,227,203,0.18); color: rgba(255,255,255,0.55); font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 0.12em; text-transform: uppercase; }
.prompt-head .dot { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,0.2); }
.prompt-head .dot:first-child { background: var(--mint); }
.prompt-head .ptag { margin-left: auto; color: var(--mint); opacity: .7; }
.prompt-card pre { white-space: pre-wrap; word-break: break-word; font-family: var(--font-mono); font-size: 0.82rem; line-height: 1.75; color: rgba(255,255,255,0.88); padding: 20px 24px; margin: 0; }
.thema .btn-row { margin-top: auto; }
/* Artikel-Akkordeon (Weitere Fragen) */
.faq-acc-group { margin-bottom: 20px; }
.faq-acc { border-bottom: 1px solid var(--line-dark); }
.faq-acc:first-of-type { border-top: 1px solid var(--line-dark); }
.faq-acc summary { cursor: pointer; list-style: none; display: flex; align-items: baseline; gap: 14px; padding: 16px 4px; font-family: var(--font-display); font-weight: 800; text-transform: uppercase; font-size: clamp(0.9rem, 1.5vw, 1.05rem); line-height: 1.2; }
.faq-acc summary::-webkit-details-marker { display: none; }
.faq-acc summary::before { content: "+"; font-family: var(--font-mono); color: var(--teal-deep); font-weight: 700; flex-shrink: 0; }
.faq-acc[open] summary::before { content: "−"; }
.faq-acc-body { padding: 4px 4px 10px 30px; }
/* TL;DR-Box */
.tldr { background: var(--mint); color: var(--ink); border-radius: 16px; padding: 26px 28px 14px; margin: 36px 0 26px; }
.tldr .tldr-label { font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.22em; text-transform: uppercase; margin-bottom: 12px; opacity: .65; }
.tldr p, .tldr ul { opacity: 1; }
/* Rechtstexte */
.legal { background: var(--cream); color: var(--ink); }
.legal .legal-body { max-width: 780px; }
.legal h1 { margin-bottom: 30px; }
.legal h2 { font-size: clamp(1.2rem, 2.2vw, 1.6rem); margin: 44px 0 14px; }
.legal h3 { margin: 30px 0 10px; }
.legal p { margin-bottom: 16px; opacity: 0.85; }
.legal ul { margin: 0 0 16px 22px; opacity: 0.85; display: flex; flex-direction: column; gap: 6px; }
.legal a { color: var(--teal-deep); }
.stars2 { background-image: radial-gradient(1px 1px at 8% 48%, rgba(124,227,203,.9), transparent 50%), radial-gradient(1.5px 1.5px at 42% 18%, rgba(255,255,255,.9), transparent 50%), radial-gradient(1px 1px at 66% 52%, rgba(185,168,255,.8), transparent 50%), radial-gradient(1px 1px at 86% 78%, rgba(255,255,255,.8), transparent 50%); background-size: 700px 700px; animation: twinkle 4.5s ease-in-out infinite alternate; }
@keyframes twinkle { from { opacity: .35; } to { opacity: 1; } }
/* Artikel (Wissen) */
.article .art-img { margin: 30px 0; }
.article .art-img img { display: block; width: 100%; height: auto; border-radius: 12px; border: 1px solid var(--line-dark); }
.article blockquote { border-left: 3px solid var(--teal-deep); padding: 4px 0 4px 18px; margin: 0 0 16px; font-style: italic; opacity: 0.85; }
.article .btn { margin: 8px 0; }
.article h2:first-child { margin-top: 0; }
/* Bordcheck (Ads-Landingpage) */
.bc-card { background: var(--ink); border: 1px solid rgba(124,227,203,0.3); border-radius: 16px; overflow: hidden; max-width: 720px; margin: 0 auto; box-shadow: 0 30px 80px rgba(0,0,0,0.5); }
.bc-head { display: flex; align-items: center; gap: 8px; padding: 12px 18px; border-bottom: 1px solid rgba(124,227,203,0.18); color: rgba(255,255,255,0.55); font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 0.12em; text-transform: uppercase; }
.bc-head .dot { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,0.2); }
.bc-head .dot:first-child { background: var(--mint); }
.bc-head .btag { margin-left: auto; color: var(--mint); opacity: .7; }
.bc-body { padding: 28px 26px 30px; }
.bc-progress { height: 4px; background: rgba(255,255,255,0.1); border-radius: 999px; overflow: hidden; margin-bottom: 22px; }
.bc-progress span { display: block; height: 100%; width: 0; background: var(--mint); transition: width .3s ease; }
.bc-meta { display: flex; justify-content: space-between; font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 16px; gap: 12px; flex-wrap: wrap; }
.bc-meta .sys { color: var(--signal-soft); }
.bc-question { font-family: var(--font-display); font-weight: 800; text-transform: uppercase; font-size: clamp(1.05rem, 2.4vw, 1.4rem); line-height: 1.2; color: var(--white); margin-bottom: 24px; min-height: 3.6em; }
.bc-answers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
@media (max-width: 560px) { .bc-answers { grid-template-columns: 1fr; } }
.bc-answers button { font-family: var(--font-display); font-weight: 800; text-transform: uppercase; font-size: 0.82rem; letter-spacing: 0.03em; padding: 14px 10px; border-radius: 999px; border: 2px solid var(--line); background: transparent; color: var(--white); cursor: pointer; transition: border-color .15s ease, background .15s ease; }
.bc-answers button:hover { border-color: var(--mint); background: rgba(124,227,203,0.08); }
.bc-scan { text-align: center; padding: 40px 20px; font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--mint); }
.bc-scan .cursor-blink::after { content: "▌"; animation: blink 1.1s steps(1) infinite; }
@keyframes blink { 50% { opacity: 0; } }
.bc-score-wrap { text-align: center; margin-bottom: 26px; }
.bc-score-num { font-family: var(--font-display); font-weight: 900; font-size: clamp(3.4rem, 9vw, 5rem); line-height: 1; color: var(--white); }
.bc-score-num small { font-size: 0.35em; opacity: 0.5; }
.bc-status { display: inline-block; font-family: var(--font-mono); font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; padding: 8px 16px; border-radius: 999px; margin-top: 12px; }
.bc-status.ok { background: rgba(124,227,203,0.15); color: var(--mint); border: 1px solid rgba(124,227,203,0.4); }
.bc-status.warn { background: rgba(255,190,90,0.12); color: #FFBE5A; border: 1px solid rgba(255,190,90,0.4); }
.bc-status.error { background: rgba(255,110,110,0.12); color: #FF6E6E; border: 1px solid rgba(255,110,110,0.4); }
.bc-row { display: flex; align-items: center; gap: 12px; padding: 12px 4px; border-bottom: 1px dashed rgba(255,255,255,0.1); font-family: var(--font-mono); font-size: 0.72rem; color: rgba(255,255,255,0.85); }
.bc-row:last-child { border-bottom: 0; }
.bc-row-name { flex: 1; }
.bc-row-val { color: rgba(255,255,255,0.55); text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.62rem; }
.bc-led { width: 9px; height: 9px; border-radius: 50%; flex: none; }
.bc-led.ok { background: var(--mint); box-shadow: 0 0 8px rgba(124,227,203,0.7); }
.bc-led.warn { background: #FFBE5A; box-shadow: 0 0 8px rgba(255,190,90,0.6); }
.bc-led.error { background: #FF6E6E; box-shadow: 0 0 8px rgba(255,110,110,0.6); }
.bc-tipp { background: var(--mint); color: var(--ink); border-radius: 14px; padding: 20px 22px; margin-top: 24px; }
.bc-tipp .lbl { font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase; opacity: 0.65; margin-bottom: 8px; }
.bc-tipp p { font-size: 0.95rem; margin-bottom: 10px; }
.bc-tipp a { color: var(--ink); font-weight: 700; }
/* Finaler CTA */
.final { background: radial-gradient(ellipse 70% 55% at 50% -10%, rgba(17,96,90,0.4), transparent 65%), radial-gradient(ellipse 50% 40% at 85% 30%, rgba(185,168,255,0.08), transparent 60%), var(--space); text-align: center; }
.final h2 { max-width: 22ch; margin: 0 auto 20px; }
.final .lead { margin: 0 auto 40px; }
.final .hero-ctas { justify-content: center; }
.final-note { font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-top: 22px; }
.footer-links { display: flex; gap: 22px; flex-wrap: wrap; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .stars2, .boot::after { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .btn, .thema { transition: none; }
}
/* Mobile: Mono-Zeilen kompakt, damit sie in eine Zeile passen */
@media (max-width: 560px) { .hero-note, .final-note, .eyebrow, .chip, .bc-meta, .board-cap { font-size: 0.56rem; letter-spacing: 0.08em; } }

/* Artikel-Byline (im dunklen Hero) */
.art-byline { margin-top: 14px; font-family: var(--font-mono); font-size: 0.64rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.55); }
.art-byline a { color: var(--mint); text-decoration: none; border-bottom: 1px dashed var(--mint); }
.art-byline a:hover { border-bottom-style: solid; }

/* Autorenbox am Artikelende (helle Sektion) */
.author-sec { padding: 0 24px 72px; }
.author-card { display: flex; gap: 22px; align-items: center; max-width: 780px; margin: 0 auto; background: var(--white); border: 1px solid rgba(16,20,20,0.1); border-radius: 16px; padding: 24px 26px; box-shadow: 0 14px 44px rgba(16,20,20,0.08); }
.author-card img { width: 84px; height: 84px; border-radius: 50%; object-fit: cover; flex: 0 0 84px; }
.author-name { margin: 0 0 6px; font-weight: 800; font-size: 1.02rem; }
.author-name a { color: var(--ink); text-decoration: none; }
.author-name a:hover { color: var(--teal-deep); }
.author-bio { margin: 0 0 10px; font-size: 0.88rem; line-height: 1.6; color: rgba(16,20,20,0.72); }
.author-more { display: inline-flex; align-items: center; gap: 6px; font-weight: 800; font-size: 0.82rem; color: var(--teal-deep); text-decoration: none; }
.author-more:hover { text-decoration: underline; }
@media (max-width: 560px) { .author-card { flex-direction: column; align-items: flex-start; padding: 20px; } }

/* Werkstatt: Code-Karten mit Kopier-Funktion */
.code-card { background: var(--ink); border: 1px solid rgba(124,227,203,0.25); border-radius: 14px; overflow: hidden; margin: 26px 0; box-shadow: 0 20px 60px rgba(16,20,20,0.18); }
.code-head { display: flex; align-items: center; gap: 8px; padding: 11px 16px; font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.55); border-bottom: 1px solid rgba(255,255,255,0.08); }
.code-head .dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.2); flex: none; }
.code-head .dot:first-child { background: var(--mint); }
.copy-btn { margin-left: auto; font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.1em; text-transform: uppercase; background: var(--mint); color: var(--ink); border: 0; border-radius: 999px; padding: 6px 13px; cursor: pointer; font-weight: 700; }
.copy-btn:hover { filter: brightness(1.08); }
.code-card pre { margin: 0; padding: 18px 20px; overflow-x: auto; font-family: var(--font-mono); font-size: 0.76rem; line-height: 1.65; color: #D7E6E2; }
.code-card code { font-family: inherit; }
/* Werkstatt: Ergebnis-/Check-Boxen im Artikel */
.result-box { background: var(--white); border: 1px solid rgba(16,20,20,0.1); border-left: 4px solid var(--teal-deep); border-radius: 12px; padding: 20px 24px; margin: 26px 0; }
.result-box p { margin: 0; font-size: 0.92rem; }
.result-box p + p { margin-top: 8px; }

/* Expertentipp: Funkspruch-Karte im Astro-Style (ueber der Autorenbox) */
.expert-tip { position: relative; max-width: 780px; margin: 40px auto; background: radial-gradient(ellipse 60% 80% at 100% 0%, rgba(17,96,90,0.5), transparent 60%), radial-gradient(ellipse 40% 50% at 0% 100%, rgba(185,168,255,0.14), transparent 60%), var(--space); border: 1px solid rgba(124,227,203,0.3); border-radius: 18px; overflow: hidden; color: var(--cream); box-shadow: 0 22px 60px rgba(16,20,20,0.25); }
.et-stars { position: absolute; inset: 0; pointer-events: none; background-image: radial-gradient(1px 1px at 15% 25%, rgba(255,255,255,.8), transparent 50%), radial-gradient(1px 1px at 80% 15%, rgba(255,255,255,.6), transparent 50%), radial-gradient(1.5px 1.5px at 60% 70%, rgba(255,255,255,.5), transparent 50%), radial-gradient(1px 1px at 35% 85%, rgba(255,255,255,.55), transparent 50%), radial-gradient(1px 1px at 92% 60%, rgba(255,255,255,.45), transparent 50%); }
.et-head { display: flex; align-items: center; gap: 8px; padding: 11px 18px; font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.55); border-bottom: 1px solid rgba(255,255,255,0.08); position: relative; }
.et-head .dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.2); flex: none; }
.et-head .dot:first-child { background: var(--signal); }
.et-head .et-signal { margin-left: auto; color: var(--mint); }
.et-body { display: flex; gap: 18px; align-items: flex-start; padding: 22px 24px 24px; position: relative; }
.et-body img { width: 58px; height: 58px; border-radius: 50%; border: 2px solid var(--mint); background: var(--cream); flex: none; }
.et-label { margin: 0 0 8px; font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--mint); }
.et-text { margin: 0; font-size: 1.02rem; line-height: 1.65; color: rgba(245,247,250,0.92); }
.et-sparkle { position: absolute; right: 18px; bottom: 14px; width: 16px; height: 16px; color: var(--signal); opacity: 0.7; }
.et-sparkle svg { width: 100%; height: 100%; fill: currentColor; }
@media (max-width: 560px) { .et-body { flex-direction: column; } }

/* Standpunkte: Journey-Leiste */
.journey { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 28px 0; }
@media (max-width: 640px) { .journey { grid-template-columns: 1fr; } }
.journey-step { background: var(--white); border: 1px solid rgba(16,20,20,0.1); border-radius: 12px; padding: 16px 18px; }
.journey-step .js-num { font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--teal-deep); }
.journey-step h4 { margin: 6px 0 4px; font-size: 1rem; }
.journey-step p { margin: 0; font-size: 0.85rem; color: rgba(16,20,20,0.7); }
/* Standpunkte: Format-Karten (helle Sektion) */
.fmt-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 28px 0; }
@media (max-width: 900px) { .fmt-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .fmt-grid { grid-template-columns: 1fr; } }
.fmt-card { background: var(--white); border: 1px solid rgba(16,20,20,0.1); border-radius: 14px; padding: 18px 20px; }
.fmt-card .fmt-tag { font-family: var(--font-mono); font-size: 0.58rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--teal-deep); }
.fmt-card h4 { margin: 8px 0 6px; font-size: 1rem; }
.fmt-card p { margin: 0 0 8px; font-size: 0.84rem; color: rgba(16,20,20,0.7); }
.fmt-card .fmt-mod { font-size: 0.76rem; color: rgba(16,20,20,0.55); }
/* Standpunkte: CSS-Wireframes */
.wf-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 28px 0; }
@media (max-width: 560px) { .wf-grid { grid-template-columns: 1fr; } }
.wf { background: var(--white); border: 1px solid rgba(16,20,20,0.12); border-radius: 12px; padding: 14px; }
.wf-title { font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink); margin-bottom: 10px; }
.wf-b { border: 1px dashed rgba(16,20,20,0.3); border-radius: 6px; padding: 8px 10px; margin-bottom: 6px; font-family: var(--font-mono); font-size: 0.56rem; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(16,20,20,0.6); background: rgba(16,20,20,0.03); }
.wf-b:last-child { margin-bottom: 0; }
.wf-b--hero { background: var(--ink); color: rgba(255,255,255,0.8); border-style: solid; border-color: var(--ink); padding-top: 14px; padding-bottom: 14px; }
.wf-b--mint { background: rgba(124,227,203,0.35); border-color: rgba(13,74,70,0.4); color: var(--ink); }
.wf-b--signal { background: rgba(185,168,255,0.3); border-color: rgba(107,87,201,0.45); color: var(--ink); }
.wf-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; margin-bottom: 6px; }
.wf-cols .wf-b { margin-bottom: 0; padding: 12px 4px; text-align: center; }
/* Standpunkte: Selbstcheck */
.self-check { background: var(--white); border: 1px solid rgba(16,20,20,0.1); border-radius: 14px; padding: 24px 26px; margin: 28px 0; }
.self-check h3 { margin-bottom: 14px; }
.self-check label { display: flex; gap: 12px; align-items: flex-start; padding: 9px 0; font-size: 0.94rem; cursor: pointer; border-bottom: 1px dashed rgba(16,20,20,0.12); }
.self-check label:last-of-type { border-bottom: 0; }
.self-check input { margin-top: 4px; accent-color: var(--teal-deep); flex: none; width: 17px; height: 17px; }
.self-check .sc-note { margin: 12px 0 0; font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(16,20,20,0.5); }

/* Magazin-Hub: verlinkbare Themenkarten */
.thema-grid--2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 900px) { .thema-grid--2 { grid-template-columns: 1fr; } }
a.thema--link { text-decoration: none; color: inherit; }
a.thema--link:hover { border-color: rgba(124,227,203,0.6); }
.thema-more { color: var(--mint); font-weight: 800; font-size: 0.88rem; margin-top: auto; }

/* Artikel-Akkordeons (mobil zu, Desktop per JS offen) */
.art-more { border: 1px solid rgba(16,20,20,0.12); border-radius: 12px; background: var(--white); margin: 14px 0 24px; }
.art-more > summary { padding: 13px 18px; cursor: pointer; font-weight: 800; font-size: 0.9rem; color: var(--teal-deep); list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.art-more > summary::-webkit-details-marker { display: none; }
.art-more > summary::after { content: "+"; font-family: var(--font-mono); font-size: 1rem; flex: none; transition: transform .2s ease; }
.art-more[open] > summary::after { transform: rotate(45deg); }
.art-more .am-body { padding: 2px 18px 16px; }
.art-more .am-body > :first-child { margin-top: 0; }
.art-more .am-body p { margin-bottom: 14px; }
.art-more .am-body p:last-child { margin-bottom: 0; }
.art-more .wf { border: 0; padding: 0; }
/* Download-Karte */
.dl-card { background: var(--mint); color: var(--ink); border-radius: 18px; padding: clamp(26px, 4vw, 40px); margin: 30px 0; }
.dl-card h3 { margin-bottom: 10px; }
.dl-card p { margin: 0 0 18px; font-size: 0.95rem; }
.dl-card .btn-row { margin-top: 0; }

/* Buttons in hellen Artikel-Sektionen: Linkfarbe nicht erben */
.legal a.btn-dark { color: var(--white); }
.legal a.btn-ghost-dark { color: var(--ink); }
/* SVG-Wireframes (Calumet-Klasse, eigenes Farbsystem) */
figure.swf { margin: 20px 0 8px; background: var(--white); border: 1px solid rgba(16,20,20,0.12); border-radius: 14px; padding: 18px 18px 12px; }
figure.swf svg { width: 100%; max-width: 430px; height: auto; display: block; margin: 0 auto; }
figure.swf figcaption { font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(16,20,20,0.5); margin-top: 10px; text-align: center; }
.swf-legend { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 18px; margin: 14px 0 6px; padding: 0; list-style: none; font-size: 0.82rem; color: rgba(16,20,20,0.75); }
@media (max-width: 560px) { .swf-legend { grid-template-columns: 1fr; } }
.swf-legend li { padding-left: 26px; position: relative; }
.swf-legend .n { position: absolute; left: 0; top: 1px; width: 18px; height: 18px; border-radius: 50%; background: var(--teal-deep); color: #fff; font-family: var(--font-mono); font-size: 0.6rem; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; }
/* SVG-Wireframe-Textsprache */
.swf-t { font-family: var(--font-body); font-size: 12px; font-weight: 700; fill: var(--ink); }
.swf-tc { font-family: var(--font-body); font-size: 11px; font-weight: 700; fill: var(--ink); text-anchor: middle; }
.swf-sm { font-family: var(--font-body); font-size: 10px; fill: #6A7076; }
.swf-ct { font-family: var(--font-body); font-size: 12px; font-weight: 700; fill: #fff; text-anchor: middle; }
.swf-numt { font-family: var(--font-mono); font-size: 10px; font-weight: 700; fill: #fff; text-anchor: middle; }
.swf-cap { font-family: var(--font-mono); font-size: 10px; fill: rgba(255,255,255,0.78); text-anchor: middle; }
.swf-line { stroke: #C2C6CD; stroke-width: 5; stroke-linecap: round; }
.swf-line.sh { stroke: #D5D8DE; }
.swf-chk { font-size: 12px; font-weight: 800; fill: #0D8A5F; text-anchor: middle; }
.swf-x { font-size: 12px; font-weight: 800; fill: #B0B4BB; text-anchor: middle; }
.swf-anno { font-family: var(--font-body); font-size: 11px; fill: #4A5056; }
.swf-lead { stroke: #B7BBC2; stroke-width: 1; stroke-dasharray: 3 3; fill: none; }

/* Byline mit Gesicht (Artikel-Header) */
.art-byline { display: flex; align-items: center; gap: 11px; }
.byline-face { width: 58px; height: 58px; border-radius: 50%; object-fit: cover; border: 2px solid var(--mint); background: var(--cream); flex: none; }

/* Gut/Schlecht-Beispielkarten (Pillar-Guide) */
.ex-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 22px 0; }
@media (max-width: 700px) { .ex-pair { grid-template-columns: 1fr; } }
.ex-card { border-radius: 12px; padding: 16px 18px; font-size: 0.92rem; line-height: 1.6; }
.ex-card .ex-tag { font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.16em; text-transform: uppercase; display: block; margin-bottom: 8px; font-weight: 700; }
.ex-card--bad { background: #FBEDED; border: 1px solid #D9A0A0; color: var(--ink); }
.ex-card--bad .ex-tag { color: #A33B3B; }
.ex-card--good { background: var(--mint-bg); border: 1px solid rgba(13,74,70,0.4); color: var(--ink); }
.ex-card--good .ex-tag { color: var(--teal-deep); }

/* Screenshot-Karte in Artikeln (Werkstatt) */
.art-shot { margin: 28px 0; }
.art-shot img { width: 100%; height: auto; display: block; border-radius: 12px; border: 1px solid rgba(16,20,20,0.14); box-shadow: 0 14px 40px rgba(10,10,13,0.14); }
.art-shot figcaption { font-size: 0.84rem; opacity: 0.72; margin-top: 10px; line-height: 1.5; }

/* Themen-Labels im Artikel-Hero */
.art-labels { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.art-labels .lbl { font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.14em; text-transform: uppercase; padding: 5px 12px; border: 1px solid rgba(124,227,203,0.35); border-radius: 999px; color: var(--mint); }

/* SVG-Diagramme in .art-shot */
.art-shot svg { width: 100%; height: auto; display: block; border-radius: 12px; border: 1px solid rgba(16,20,20,0.14); background: #fff; }

/* Weiterlesen-Karten unter Artikeln */
.wl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 26px; }
@media (max-width: 900px) { .wl-grid { grid-template-columns: 1fr; } }
.wl-card { display: flex; flex-direction: column; gap: 10px; background: var(--white); border: 1px solid var(--line-dark); border-radius: 16px; padding: 22px 22px 18px; text-decoration: none; color: var(--ink); transition: border-color .2s ease, transform .2s ease; }
.wl-card:hover { border-color: var(--teal-deep); transform: translateY(-2px); }
.wl-tag { font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--teal-deep); }
.wl-title { font-weight: 800; font-size: 1rem; line-height: 1.35; }
.wl-more { margin-top: auto; font-family: var(--font-mono); font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--teal-deep); }
.wl-card:hover .wl-more .arr { transform: translateX(3px); }
.wl-more .arr { display: inline-block; transition: transform .2s ease; }

/* Breadcrumbs (Magazin); nav-Element-Reset noetig, base.css fixiert nackte nav als Header */
nav.crumbs { position: static; top: auto; background: transparent; border-bottom: 0; backdrop-filter: none; z-index: auto; }
.crumbs { font-family: var(--font-mono); font-size: 0.64rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.45); display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: 18px; }
.crumbs a { color: inherit; text-decoration: none; transition: color .15s ease; }
.crumbs a:hover { color: var(--mint); }
.crumbs .sep { opacity: 0.5; }
