/* 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; } }
