:root {
  --ink: #f8f5ec;
  --muted: #c7d0e4;
  --night: #07102b;
  --night-2: #0b1740;
  --night-3: #132457;
  --gold: #f2c862;
  --gold-2: #ffe5a1;
  --copper: #bd7347;
  --teal: #6ed3cf;
  --paper: #f5efd9;
  --paper-ink: #25213a;
  --line: rgba(255,255,255,.15);
  --card: rgba(14,28,68,.78);
  --shadow: 0 22px 70px rgba(0,0,0,.38);
  --radius: 22px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 8%, rgba(75,88,178,.42), transparent 23rem),
    radial-gradient(circle at 92% 16%, rgba(107,45,145,.34), transparent 24rem),
    radial-gradient(circle at 50% 80%, rgba(19,90,116,.22), transparent 28rem),
    linear-gradient(180deg, #050a1e 0%, var(--night) 40%, #040817 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  min-height: 100vh;
  overflow-x: clip;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(255,255,255,.78) 0 1px, transparent 1.4px),
    radial-gradient(circle, rgba(242,200,98,.75) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(255,255,255,.5) 0 .8px, transparent 1.2px);
  background-size: 83px 83px, 137px 137px, 211px 211px;
  background-position: 9px 21px, 41px 67px, 16px 96px;
  opacity: .34;
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(0,0,0,.12), transparent 15%, transparent 85%, rgba(0,0,0,.12));
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; overflow-wrap: anywhere; }
button, input, textarea, select { font: inherit; }
::selection { background: var(--gold); color: #161020; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 1000;
  padding: .75rem 1rem;
  border-radius: 10px;
  background: var(--paper);
  color: var(--paper-ink);
}
.skip-link:focus { top: 1rem; }

.container { width: min(var(--max), calc(100% - 2rem)); margin-inline: auto; }
.narrow { width: min(820px, calc(100% - 2rem)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(255,255,255,.1);
  background: rgba(5,10,30,.76);
  backdrop-filter: blur(18px);
}
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 1.2rem; }
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; font-family: Georgia, "Times New Roman", serif; font-weight: 700; letter-spacing: .02em; }
.brand-mark { width: 38px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(242,200,98,.55); border-radius: 50%; color: var(--gold); box-shadow: 0 0 22px rgba(242,200,98,.18); }
.brand span:last-child { font-size: 1.18rem; }
.site-nav { display: flex; align-items: center; gap: .25rem; }
.site-nav a { padding: .62rem .84rem; border-radius: 999px; text-decoration: none; color: var(--muted); font-size: .96rem; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--ink); background: rgba(255,255,255,.08); }
.nav-cta { border: 1px solid rgba(242,200,98,.45) !important; color: var(--gold-2) !important; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: rgba(255,255,255,.05); }

main { overflow: visible; }
.hero { padding: clamp(4rem, 8vw, 7.5rem) 0 4.5rem; position: relative; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(280px, .72fr); align-items: center; gap: clamp(2.5rem, 6vw, 6rem); }
.hero-grid > *, .split > *, .newsletter-shell > *, .product-grid > *, .book-grid > *, .grid-3 > *, .grid-4 > *, .steps > *, .footer-grid > * { min-width: 0; }
.eyebrow { margin: 0 0 1rem; color: var(--gold); font-size: .8rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 {
  max-width: 100%;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.08;
  text-wrap: pretty;
  overflow-wrap: break-word;
  hyphens: auto;
}
h1 { margin: 0; font-size: clamp(3rem, 5.7vw, 5.25rem); letter-spacing: -.04em; }
.hero h1 { max-width: 15ch; }
h2 { font-size: clamp(2.1rem, 4.5vw, 4rem); margin: 0 0 1.2rem; letter-spacing: -.025em; }
h3 { font-size: 1.45rem; margin: 0 0 .65rem; }
.lede { max-width: 700px; margin: 1.5rem 0 0; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.28rem); }
.hero-actions, .button-row { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2rem; }
.button { max-width: 100%; text-align: center; white-space: normal; display: inline-flex; align-items: center; justify-content: center; gap: .55rem; min-height: 48px; padding: .78rem 1.15rem; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 750; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #191225; background: linear-gradient(135deg, var(--gold-2), var(--gold)); box-shadow: 0 12px 30px rgba(242,200,98,.2); }
.button-secondary { color: var(--ink); border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.055); }
.button-quiet { min-height: auto; padding: .35rem 0; border-radius: 0; color: var(--gold-2); border-bottom: 1px solid rgba(242,200,98,.4); }

.cover-stage { position: relative; width: min(430px, 100%); justify-self: center; }
.cover-stage::before { content: ""; position: absolute; inset: 10% -10% -5% 10%; border-radius: 50%; background: rgba(99,81,196,.38); filter: blur(70px); }
.cover { position: relative; overflow: hidden; border-radius: 18px 18px 12px 12px; box-shadow: var(--shadow); transform: rotate(1.8deg); border: 1px solid rgba(255,255,255,.25); }
.cover img { width: 100%; }
.orbit-note { position: absolute; z-index: 2; max-width: 210px; padding: .72rem .9rem; border: 1px solid rgba(66,42,25,.2); border-radius: 5px; color: #332311; background: #e8d09a; box-shadow: 0 10px 28px rgba(0,0,0,.35); font-family: Georgia, serif; font-weight: 700; transform: rotate(-4deg); }
.note-two { right: .65rem; top: 15%; transform: rotate(4deg); }

.section { padding: clamp(4.2rem, 8vw, 7.5rem) 0; }
.section-tight { padding: 2.5rem 0 5rem; }
.section-head { max-width: 760px; margin-bottom: 2.2rem; }
.section-head p { color: var(--muted); font-size: 1.08rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.15rem; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.card { border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(155deg, rgba(20,39,88,.88), rgba(7,17,47,.82)); box-shadow: 0 16px 42px rgba(0,0,0,.18); }
.feature-card { min-height: 100%; padding: 1.55rem; }
.feature-card .icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; color: var(--gold); background: rgba(242,200,98,.1); font-size: 1.55rem; margin-bottom: 1.15rem; }
.feature-card p, .product-card p, .book-card p { color: var(--muted); }

.paper-panel { position: relative; padding: clamp(1.7rem, 4vw, 3.25rem); border-radius: 28px; color: var(--paper-ink); background: linear-gradient(135deg, #f5efd9, #ead9b4); box-shadow: var(--shadow); }
.paper-panel::after { content: "✦"; position: absolute; right: 1.4rem; top: 1rem; color: rgba(107,71,34,.25); font-size: 2rem; }
.paper-panel .eyebrow { color: #7e4d24; }
.paper-panel p { color: #4c455a; }
.paper-panel .button-secondary { color: #2a2032; border-color: rgba(42,32,50,.25); background: rgba(255,255,255,.35); }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.quote { font-family: Georgia, serif; font-size: clamp(1.45rem, 3vw, 2.2rem); line-height: 1.35; }
.quote::before { content: "„"; color: var(--gold); font-size: 4rem; line-height: 0; vertical-align: -.35em; margin-right: .1em; }

.page-hero { padding: 4.5rem 0 2.4rem; }
.page-hero h1 { font-size: clamp(2.8rem, 5.8vw, 5.3rem); max-width: 18ch; }
.breadcrumb { display: inline-flex; gap: .5rem; color: var(--muted); margin-bottom: 1.3rem; font-size: .92rem; }
.breadcrumb a { text-decoration: none; }

.book-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.1rem; }
.book-card { overflow: hidden; display: flex; flex-direction: column; }
.book-cover-wrap { aspect-ratio: 627 / 1000; background: radial-gradient(circle at top, rgba(242,200,98,.16), transparent 44%), linear-gradient(155deg,#162d68,#080f2a); display: grid; place-items: center; overflow: hidden; }
.book-cover-wrap img { width: 100%; height: 100%; object-fit: cover; }
.zodiac-cover { position: relative; width: 100%; height: 100%; display: grid; place-items: center; text-align: center; padding: 1rem; }
.zodiac-cover::before { content: ""; position: absolute; inset: 8%; border: 1px solid rgba(242,200,98,.45); border-radius: 50% 50% 42% 58%; transform: rotate(9deg); }
.zodiac-symbol { font-size: 5rem; color: var(--gold); text-shadow: 0 0 30px rgba(242,200,98,.28); }
.zodiac-name { font-family: Georgia, serif; font-size: 1.2rem; }
.book-body { padding: 1.35rem; display: flex; flex-direction: column; flex: 1; }
.book-body .button-row { margin-top: auto; padding-top: .7rem; }
.badge { display: inline-flex; align-items: center; width: fit-content; padding: .28rem .62rem; border-radius: 999px; color: var(--gold-2); background: rgba(242,200,98,.1); font-size: .76rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }

.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.2rem; }
.product-card { padding: 1.7rem; position: relative; overflow: hidden; display: flex; flex-direction: column; }
.product-card::after { content: attr(data-symbol); position: absolute; right: -1rem; top: -1.8rem; font-family: Georgia, serif; color: rgba(255,255,255,.055); font-size: 9rem; line-height: 1; }
.product-meta { display: flex; justify-content: space-between; gap: 1rem; align-items: start; margin-bottom: 1rem; }
.product-number { color: var(--gold); font-family: Georgia, serif; font-size: 1.4rem; }
.product-list { margin: 1rem 0 1.35rem; padding-left: 1.2rem; color: var(--muted); }
.product-card > .button, .product-card > .button-row { margin-top: auto; }
.product-card .button { position: relative; z-index: 1; }
.store-note { margin: 1.25rem 0 0; padding: 1rem 1.1rem; border: 1px solid rgba(242,200,98,.28); border-radius: 16px; color: var(--muted); background: rgba(242,200,98,.06); }
.store-note strong { color: var(--gold-2); }
.button-disabled { cursor: default; color: #aeb7ca; border-color: rgba(255,255,255,.14); background: rgba(255,255,255,.035); box-shadow: none; }
.button-disabled:hover { transform: none; }

.steps { counter-reset: step; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.step { padding: 1.35rem; }
.step::before { counter-increment: step; content: counter(step); display: grid; place-items: center; width: 36px; height: 36px; margin-bottom: .9rem; border-radius: 50%; color: #161020; background: var(--gold); font-weight: 900; }

.newsletter-shell { display: grid; grid-template-columns: .82fr 1.18fr; gap: 1.25rem; align-items: stretch; }
.newsletter-card { padding: 1.7rem; }
.form-embed-placeholder { min-height: 330px; display: grid; place-items: center; text-align: center; padding: 1.5rem; border: 1px dashed rgba(242,200,98,.45); border-radius: 18px; background: rgba(4,9,27,.36); }
.form-embed-placeholder p { max-width: 520px; color: var(--muted); }

.form-card { padding: clamp(1.3rem, 4vw, 2.2rem); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { display: grid; gap: .45rem; margin-bottom: 1rem; }
.field-full { grid-column: 1 / -1; }
label { font-weight: 750; }
input, textarea, select { width: 100%; color: var(--ink); background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.2); border-radius: 13px; padding: .83rem .9rem; outline: none; }
input:focus, textarea:focus, select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(242,200,98,.13); }
textarea { min-height: 180px; resize: vertical; }
.checkbox { display: grid; grid-template-columns: auto 1fr; gap: .65rem; align-items: start; color: var(--muted); }
.checkbox input { width: 1.05rem; margin-top: .35rem; }
.honeypot { position: absolute !important; left: -10000px !important; opacity: 0 !important; }
.form-note { color: var(--muted); font-size: .9rem; }

.legal { padding-bottom: 6rem; }
.legal .card { padding: clamp(1.3rem, 4vw, 2.4rem); }
.legal h2 { margin-top: 2.6rem; font-size: 1.8rem; }
.legal h3 { margin-top: 1.8rem; font-size: 1.25rem; }
.legal p, .legal li { color: #d4daea; }
.legal a { color: var(--gold-2); }
.legal-alert { padding: 1rem 1.1rem; border-left: 4px solid var(--gold); border-radius: 8px; background: rgba(242,200,98,.09); color: #f8eac4; }
.pending { display: inline-block; padding: .15rem .42rem; border-radius: 5px; color: #1c1424; background: #ffd588; font-weight: 800; }
.data-table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.data-table th, .data-table td { padding: .8rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; overflow-wrap: anywhere; }
.data-table th { width: 32%; color: var(--gold-2); }

.site-footer { padding: 3.3rem 0 2rem; border-top: 1px solid rgba(255,255,255,.1); background: rgba(3,7,20,.42); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 2rem; }
.footer-title { font-family: Georgia, serif; font-size: 1.35rem; margin-bottom: .7rem; }
.footer-copy { color: var(--muted); max-width: 560px; }
.footer-links { display: grid; gap: .55rem; align-content: start; }
.footer-links a { color: var(--muted); text-decoration: none; }
.footer-links a:hover { color: var(--ink); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding-top: 2rem; margin-top: 2rem; border-top: 1px solid rgba(255,255,255,.08); color: #8995b2; font-size: .82rem; }
.legal-links { opacity: .72; }

.reveal { opacity: 1; transform: none; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
  .menu-toggle { display: grid; place-items: center; }
  .site-nav { position: absolute; left: 1rem; right: 1rem; top: calc(100% + .55rem); display: none; padding: .7rem; border: 1px solid var(--line); border-radius: 18px; background: rgba(5,10,30,.97); box-shadow: var(--shadow); }
  .site-nav.is-open { display: grid; }
  .site-nav a { padding: .8rem 1rem; }
  .hero-grid, .split, .newsletter-shell { grid-template-columns: 1fr; }
  .hero-grid { gap: 3rem; }
  .hero h1 { max-width: 18ch; }
  .cover-stage { width: min(390px, 84vw); }
  .grid-3, .book-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .grid-4 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 660px) {
  .container, .narrow { width: min(100% - 1.2rem, var(--max)); }
  .nav-wrap { min-height: 68px; }
  .brand span:last-child { font-size: 1.04rem; }
  h1, .page-hero h1 { font-size: clamp(2.35rem, 11vw, 3.25rem); line-height: 1.03; letter-spacing: -.03em; text-wrap: wrap; }
  .hero h1, .page-hero h1 { max-width: none; }
  h2 { font-size: clamp(1.9rem, 9vw, 2.8rem); }
  .hero { padding: 3rem 0 3.7rem; }
  .page-hero { padding: 3rem 0 2rem; }
  .lede { font-size: 1rem; }
  .hero-actions .button, .button-row .button { flex: 1 1 100%; }
  .cover-stage { width: min(330px, 88vw); }
  .product-meta { flex-direction: column; gap: .45rem; }
  .product-number { font-size: 1rem; }
  .paper-panel { border-radius: 20px; }
  .data-table { display: block; overflow-x: auto; table-layout: auto; }
  .grid-3, .grid-4, .book-grid, .product-grid, .steps, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :first-child { grid-column: auto; }
  .field-full { grid-column: auto; }
  .orbit-note { font-size: .78rem; max-width: 150px; }
  .note-two { right: .45rem; top: 10%; }
  .footer-bottom { flex-direction: column; }
}


@media (max-width: 380px) {
  .container, .narrow { width: min(100% - 1rem, var(--max)); }
  h1, .page-hero h1 { font-size: clamp(2.1rem, 10.5vw, 2.65rem); }
  .eyebrow { font-size: .7rem; letter-spacing: .11em; }
  .feature-card, .product-card, .newsletter-card { padding: 1.25rem; }
  .button { padding-inline: .9rem; }
}


/* Buchkarussell auf der Startseite */
.book-carousel{width:min(430px,100%);min-width:0;justify-self:center;position:relative}.book-carousel::before{content:"";position:absolute;inset:10% -10% 6% 10%;border-radius:50%;background:rgba(99,81,196,.38);filter:blur(70px);pointer-events:none}.book-carousel-viewport{position:relative;overflow:hidden;border-radius:20px;border:1px solid rgba(255,255,255,.22);box-shadow:var(--shadow);background:linear-gradient(155deg,#162d68,#080f2a)}.book-carousel-track{display:flex;width:100%;transition:transform 1.1s cubic-bezier(.22,.72,.22,1);will-change:transform}.book-slide{flex:0 0 100%;width:100%;min-width:0;margin:0}.carousel-cover{aspect-ratio:2/3;display:grid;place-items:center;overflow:hidden;background:radial-gradient(circle at 50% 8%,rgba(242,200,98,.12),transparent 32%),#07102b}.carousel-cover img{width:100%;height:100%;object-fit:contain}.carousel-toolbar{position:relative;display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;gap:.65rem;margin-top:.95rem}.carousel-button{width:44px;height:44px;display:grid;place-items:center;border:1px solid rgba(242,200,98,.42);border-radius:50%;color:var(--gold-2);background:rgba(255,255,255,.055);cursor:pointer;transition:transform .2s ease,background .2s ease}.carousel-button:hover{transform:translateY(-2px);background:rgba(242,200,98,.11)}.carousel-button:focus-visible,.carousel-dots button:focus-visible,.book-carousel:focus-visible{outline:3px solid rgba(242,200,98,.75);outline-offset:3px}.carousel-caption{min-width:0;margin:0;text-align:center;line-height:1.2}.carousel-caption strong{display:block;overflow-wrap:anywhere;font-family:Georgia,"Times New Roman",serif;font-size:1.08rem}.carousel-caption>span:not(.carousel-count){display:inline-block;margin-top:.2rem;color:var(--muted);font-size:.78rem;text-transform:uppercase;letter-spacing:.1em}.carousel-count{display:block;margin-top:.25rem;color:#8995b2;font-size:.76rem}.carousel-dots{display:flex;flex-wrap:wrap;justify-content:center;gap:.42rem;margin-top:.75rem}.carousel-dots button{width:7px;height:7px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.28);cursor:pointer}.carousel-dots button[aria-current="true"]{width:20px;border-radius:999px;background:var(--gold)}.book-cover-wrap{aspect-ratio:2/3}.book-cover-wrap img{object-fit:contain;background:#07102b}.badge-study{color:#d8dff0;background:rgba(255,255,255,.07)}.badge-ready{color:#171225;background:linear-gradient(135deg,var(--gold-2),var(--gold))}.site-nav .nav-cta[aria-current="page"]{color:#171225!important;background:linear-gradient(135deg,var(--gold-2),var(--gold))!important}@media(max-width:980px){.book-carousel{width:min(390px,84vw)}}@media(max-width:660px){.book-carousel{width:min(330px,88vw)}.carousel-toolbar{grid-template-columns:42px minmax(0,1fr) 42px}.carousel-button{width:42px;height:42px}}@media(max-width:380px){.book-carousel{width:min(300px,88vw)}.carousel-dots{gap:.35rem}}@media(prefers-reduced-motion:reduce){.book-carousel-track{transition:none}}


/* Brevo: Post aus der Umlaufbahn */
.brevo-card {
  position: relative;
  overflow: hidden;
  padding: clamp(1.35rem, 3vw, 2.1rem);
  background:
    radial-gradient(circle at 100% 0, rgba(242,200,98,.13), transparent 18rem),
    linear-gradient(155deg, rgba(20,39,88,.94), rgba(8,17,48,.94));
}
.brevo-card::before {
  content: "✦";
  position: absolute;
  right: 1.2rem;
  top: .65rem;
  color: rgba(242,200,98,.18);
  font-family: Georgia, serif;
  font-size: 5rem;
  line-height: 1;
  pointer-events: none;
}
.brevo-embed,
.brevo-embed .sib-form,
.brevo-embed .sib-form-container,
.brevo-embed #sib-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  text-align: left;
  background: transparent;
  border: 0;
  border-radius: 0;
  direction: ltr;
  font-family: inherit;
}
.brevo-embed .sib-form { color: var(--ink); }
.brevo-embed .sib-form-block { padding: .55rem 0; }
.brevo-heading { position: relative; z-index: 1; }
.brevo-heading .brevo-kicker {
  display: block;
  margin-bottom: .6rem;
  color: var(--gold);
  font-size: .74rem;
  font-weight: 850;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.brevo-heading h2 {
  max-width: 12ch;
  margin: 0 0 .9rem;
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 3.05rem);
}
.brevo-heading p {
  max-width: 620px;
  margin: 0 0 .55rem;
  color: var(--muted);
}
.brevo-embed .entry__label {
  display: block;
  margin-bottom: .45rem;
  color: var(--ink);
  font-family: inherit;
  font-size: .95rem;
  font-weight: 780;
}
.brevo-embed .entry__field {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.brevo-embed #EMAIL {
  min-height: 54px;
  padding: .88rem 1rem;
  color: var(--ink);
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.23);
  border-radius: 14px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
  font-family: inherit;
  font-size: 1rem;
}
.brevo-embed #EMAIL::placeholder { color: #98a5c2; font-family: inherit; }
.brevo-embed #EMAIL:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(242,200,98,.14);
}
.brevo-consent {
  display: grid;
  grid-template-columns: 22px minmax(0,1fr);
  gap: .7rem;
  align-items: start;
  color: #d8deed;
  font-family: inherit;
  font-size: .91rem;
  line-height: 1.55;
  cursor: pointer;
}
.brevo-consent .input_replaced { position: absolute; opacity: 0; pointer-events: none; }
.brevo-consent .checkbox {
  position: relative;
  width: 20px;
  height: 20px;
  margin-top: .14rem;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 6px;
  background: rgba(255,255,255,.06);
}
.brevo-consent .input_replaced:checked + .checkbox {
  border-color: var(--gold);
  background: var(--gold);
}
.brevo-consent .input_replaced:checked + .checkbox::after {
  content: "✓";
  position: absolute;
  inset: -3px 0 0;
  display: grid;
  place-items: center;
  color: #171225;
  font-size: .9rem;
  font-weight: 950;
}
.brevo-consent .input_replaced:focus-visible + .checkbox {
  outline: 3px solid rgba(242,200,98,.35);
  outline-offset: 2px;
}
.brevo-embed a { color: var(--gold-2); text-decoration-color: rgba(242,200,98,.5); }
.brevo-embed .entry__specification {
  display: block;
  margin: .55rem 0 0 2.7rem;
  color: #98a5c2;
  font-family: inherit;
  font-size: .78rem;
}
.brevo-submit-row { padding-top: .85rem !important; }
.brevo-embed .sib-form-block__button {
  min-height: 50px;
  width: auto;
  max-width: 100%;
  padding: .82rem 1.2rem;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #191225;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  box-shadow: 0 12px 30px rgba(242,200,98,.2);
  font-family: inherit;
  font-size: .98rem;
  font-weight: 820;
  text-align: center;
  cursor: pointer;
}
.brevo-embed .sib-form-block__button:hover { transform: translateY(-2px); }
.brevo-embed .sib-form-block__button .icon { fill: currentColor; }
.brevo-embed .entry__error {
  margin-top: .45rem;
  padding: .55rem .7rem;
  color: #ffd7d7;
  background: rgba(145,29,49,.28);
  border: 1px solid rgba(255,100,122,.28);
  border-radius: 10px;
  font-family: inherit;
  font-size: .84rem;
}
.brevo-embed .entry__error:empty { display: none; }
.brevo-message {
  display: none;
  max-width: none;
  margin: 0 0 1rem;
  border: 1px solid;
  border-radius: 14px;
  font-family: inherit;
  font-size: .92rem;
}
.brevo-message .sib-form-message-panel__text { padding: .85rem 1rem; }
.brevo-message-error { color: #ffd9d9; background: rgba(145,29,49,.3); border-color: rgba(255,100,122,.38); }
.brevo-message-success { color: #dff9e9; background: rgba(28,112,74,.3); border-color: rgba(87,207,144,.38); }
.brevo-message .sib-notification__icon { width: 20px; height: 20px; fill: currentColor; flex: 0 0 auto; }
.brevo-footnote {
  margin: .9rem 0 0;
  color: #98a5c2;
  font-size: .78rem;
  text-align: left;
}
.brevo-embed .input--hidden { position: absolute !important; left: -10000px !important; opacity: 0 !important; }

@media (max-width: 660px) {
  .brevo-card { padding: 1.25rem; }
  .brevo-heading h2 { max-width: 100%; font-size: clamp(1.85rem, 9vw, 2.5rem); }
  .brevo-embed .sib-form-block__button { width: 100%; }
  .brevo-embed .entry__specification { margin-left: 0; }
}



/* Version 7: ruhige, nicht anklickbare Bücher-Slideshow */
.carousel-cover img {
  -webkit-user-drag: none;
  user-select: none;
}
.book-carousel-viewport {
  touch-action: pan-y;
}

/* Die liegende Acht gehört bewusst zur persönlichen Umlaufbahn:
   fortlaufend, wiederkehrend und ohne kosmischen Ladenschluss. */
.personal-orbit::after {
  content: "∞";
  right: -.55rem;
  top: -1.5rem;
  color: rgba(242,200,98,.085);
  font-size: 9.5rem;
  transform: none;
}
.personal-orbit .product-number {
  position: relative;
  z-index: 1;
}
