/* eg-style.css — Element-Guide Designsystem, gescoped unter .eg-scope, damit es Header/Footer aus dem Original nicht beeinflusst */
.eg-scope {
  --yellow:#FFCB1C; --ink:#2b2e34; --paper:#fff; --panel:#F6F5F2; --line:#E5E3DD;
  --pink:#e11283; --pink-soft:#FBD9EA; --green:#93d509; --green-ink:#4d6b06; --green-soft:#EAF5D2;
  --orange:#f6a823; --orange-soft:#FCE9C8; --blue:#17afe4; --blue-soft:#D8F1FA;
  --font-display:'Poppins', sans-serif; --font-body:'Barlow', sans-serif; --ease:cubic-bezier(.22,.9,.32,1);
  --shadow-highlight: 6px 6px 0 0 var(--ink), 6px 6px 20px -6px rgba(43,46,52,.32);
}
.eg-scope, .eg-scope *, .eg-scope *::before, .eg-scope *::after {box-sizing:border-box;}
.eg-scope {margin:0; font-family:var(--font-body); color:var(--ink); background:#fff; -webkit-font-smoothing:antialiased;}
.eg-scope img {max-width:100%; display:block;}
.eg-scope h1, .eg-scope h2, .eg-scope h3, .eg-scope h4 {font-family:var(--font-display); margin:0; letter-spacing:-.01em;}
.eg-scope p {margin:0;}
.eg-scope .container {max-width:1200px; margin:0 auto; padding-inline:24px;}
.eg-scope /* Sticky jump-nav */
.jumpnav {position:sticky; top:0; z-index:50; background:rgba(255,255,255,.95); border-bottom:1px solid var(--line); backdrop-filter:none;}
.eg-scope .jumpnav__inner {display:flex; gap:4px; overflow-x:auto; padding:12px 24px; max-width:1200px; margin:0 auto;}
.eg-scope .jumpnav a {font-family:var(--font-body); font-weight:600; font-size:13px; color:#6b6a63; padding:8px 12px; border-radius:999px; white-space:nowrap;}
.eg-scope .jumpnav a:hover {background:var(--panel); color:var(--ink);}
.eg-scope .hero-intro {padding:64px 24px 40px; max-width:760px; margin:0 auto; text-align:center;}
.eg-scope .hero-intro h1 {font-size:26px; font-weight:700; margin-bottom:14px;}
.eg-scope .hero-intro p {font-size:15.5px; color:#6b6a63; line-height:1.65;}
.eg-scope .section {padding:56px 0 72px; border-top:1px solid var(--line);}
.eg-scope .section__head {margin-bottom:32px;}
.eg-scope .section__eyebrow {font-family:var(--font-body); font-weight:700; font-size:11.5px; letter-spacing:.1em; text-transform:uppercase; color:var(--pink);}
.eg-scope .section__title {font-size:20px; font-weight:700; margin-top:8px;}
.eg-scope .section__hint {font-size:14px; color:#8a8880; margin-top:8px; max-width:70ch; line-height:1.6;}
.eg-scope .grid {display:grid; gap:24px;}
.eg-scope .grid--2 {grid-template-columns:repeat(2,1fr);}
.eg-scope .grid--3 {grid-template-columns:repeat(3,1fr);}
.eg-scope .grid--4 {grid-template-columns:repeat(4,1fr);}
.eg-scope .demo {background:var(--panel); border-radius:16px; padding:32px; display:flex; flex-direction:column; align-items:flex-start; gap:16px;}
.eg-scope .demo--center {align-items:center; text-align:center;}
.eg-scope .tag {font-family:var(--font-display); font-weight:700; font-size:10.5px; text-transform:uppercase; letter-spacing:.06em; padding:4px 10px; border-radius:999px;}
.eg-scope .tag--standard {background:#E5E3DD; color:#6b6a63;}
.eg-scope .tag--highlight {background:var(--ink); color:#fff;}
.eg-scope /* Typo */
.type-row {display:flex; align-items:baseline; gap:20px; padding:14px 0; border-bottom:1px solid var(--line);}
.eg-scope .type-row:last-child {border-bottom:none;}
.eg-scope .type-row__label {width:90px; flex-shrink:0; font-size:12px; color:#8a8880; font-family:'SF Mono',monospace;}
.eg-scope /* Colors */
.swatch {border-radius:14px; height:88px; display:flex; align-items:flex-end; padding:10px 14px; color:#fff; font-family:var(--font-display); font-weight:700; font-size:12px;}
.eg-scope /* Buttons */
.btn {display:inline-flex; align-items:center; gap:9px; font-family:var(--font-display); font-weight:700; font-size:15px; padding:13px 24px; border:none; cursor:pointer; transition:transform .15s var(--ease), box-shadow .15s var(--ease);}
.eg-scope .btn--primary {background:var(--yellow); color:var(--ink); border-radius:14px; box-shadow:var(--shadow-highlight);}
.eg-scope .btn--primary:hover {transform:translate(2px,2px); box-shadow:2px 2px 0 0 var(--ink), 4px 4px 16px -6px rgba(43,46,52,.35);}
.eg-scope .btn--secondary {background:#fff; color:var(--ink); border-radius:14px; border:1.5px solid var(--line);}
.eg-scope .btn--secondary:hover {border-color:var(--ink);}
.eg-scope .btn--text {background:none; border-bottom:2px solid var(--ink); border-radius:0; padding:0 0 3px; font-size:14.5px;}
.eg-scope /* Badges */
.badge {display:inline-flex; align-items:center; gap:6px; font-family:var(--font-display); font-weight:700; font-size:11.5px; padding:6px 13px; border-radius:999px;}
.eg-scope .badge--pink {background:var(--pink); color:#fff;}
.eg-scope .badge--green {background:var(--green); color:var(--ink);}
.eg-scope .badge--orange {background:var(--orange); color:var(--ink);}
.eg-scope .badge--blue {background:var(--blue); color:#fff;}
.eg-scope .badge--dark {background:var(--ink); color:#fff;}
.eg-scope /* Stat cards — Standard (grau) vs. Highlight (Schatten) */
.stat {border-radius:16px; padding:28px 24px; width:100%;}
.eg-scope .stat--standard {background:var(--panel);}
.eg-scope .stat--highlight {background:#fff; box-shadow:var(--shadow-highlight);}
.eg-scope .stat__num {font-size:34px; font-weight:700;}
.eg-scope .stat__label {font-size:13.5px; color:#6b6a63; margin-top:6px;}
.eg-scope /* Content cards */
.ccard {border-radius:16px; overflow:hidden; width:100%; background:#fff;}
.eg-scope .ccard--standard {border:1.5px solid var(--line);}
.eg-scope .ccard--highlight {box-shadow:var(--shadow-highlight);}
.eg-scope .ccard__img {aspect-ratio:16/10; overflow:hidden;}
.eg-scope .ccard__img img {width:100%; height:100%; object-fit:cover;}
.eg-scope .ccard__body {padding:20px;}
.eg-scope .ccard__body h4 {font-size:15.5px; font-weight:700; margin-bottom:6px;}
.eg-scope .ccard__body p {font-size:13.5px; color:#6b6a63; line-height:1.5;}
.eg-scope /* Quote */
.quote {background:var(--panel); border-radius:20px; padding:44px; position:relative;}
.eg-scope .quote__mark {position:absolute; top:20px; left:28px; font-family:var(--font-display); font-size:64px; font-weight:700; color:var(--yellow); line-height:1;}
.eg-scope .quote blockquote {font-family:var(--font-display); font-weight:600; font-size:19px; line-height:1.4; margin:20px 0 16px 0; position:relative;}
.eg-scope .quote cite {font-style:normal; font-size:13.5px; color:#6b6a63;}
.eg-scope /* Photo frame */
.pframe {overflow:hidden; width:100%;}
.eg-scope .pframe--standard {border-radius:16px;}
.eg-scope .pframe--highlight {border-radius:18px; box-shadow:4px 4px 0 0 var(--pink), 0 24px 46px -20px rgba(43,46,52,.4);}
.eg-scope .pframe img {width:100%; display:block;}
.eg-scope /* Full-width band demos (scaled down) */
.band-demo {border-radius:16px; overflow:hidden; border:1px solid var(--line);}
.eg-scope .band {padding:36px 28px;}
.eg-scope .band--color {background:var(--yellow);}
.eg-scope .band--soft {background:var(--pink-soft);}
.eg-scope .band__eyebrow {font-family:var(--font-body); font-weight:700; font-size:11px; text-transform:uppercase; letter-spacing:.08em;}
.eg-scope .band__title {font-size:20px; font-weight:700; margin-top:8px;}
.eg-scope .band-photo {position:relative; height:140px;}
.eg-scope .band-photo img {width:100%; height:100%; object-fit:cover;}
.eg-scope .band-photo__overlay {position:absolute; inset:0; display:flex; align-items:center; padding:24px; background:linear-gradient(90deg, rgba(43,46,52,.55), transparent 60%);}
.eg-scope .band-photo__overlay span {color:#fff; font-family:var(--font-display); font-weight:700; font-size:17px;}
.eg-scope /* Nav demo */
.nav-demo {background:#fff; border:1px solid var(--line); border-radius:14px; padding:16px 20px; display:flex; align-items:center; justify-content:space-between;}
.eg-scope .nav-demo__brand {font-family:var(--font-display); font-weight:700; font-size:15px;}
.eg-scope .nav-demo__links {display:flex; gap:22px; font-family:var(--font-display); font-weight:600; font-size:13.5px; color:#6b6a63;}
.eg-scope /* Form */
.form-demo {display:flex; gap:0; max-width:420px;}
.eg-scope .form-demo input {flex:1; border:1.5px solid var(--line); border-right:none; border-radius:12px 0 0 12px; padding:13px 16px; font-family:var(--font-body); font-size:14px;}
.eg-scope .form-demo button {border:none; background:var(--ink); color:#fff; font-family:var(--font-display); font-weight:700; font-size:13.5px; padding:0 20px; border-radius:0 12px 12px 0; cursor:pointer;}
.eg-scope /* Footer demo */
.footer-demo {background:var(--yellow); border-radius:16px; padding:32px 28px; display:grid; grid-template-columns:1.3fr 1fr 1fr; gap:24px;}
.eg-scope .footer-demo h5 {font-size:13px; font-weight:700; margin-bottom:10px;}
.eg-scope .footer-demo p, .eg-scope .footer-demo li {font-size:12.5px; color:#3a3a34; margin-bottom:6px; list-style:none;}
.eg-scope .footer-demo ul {padding:0;}
.eg-scope /* Deko */
.deko-row {display:flex; align-items:center; gap:40px; flex-wrap:wrap;}
.eg-scope .deko-row svg {flex-shrink:0;}
@media (max-width:820px){
.eg-scope .grid--2, .eg-scope .grid--3, .eg-scope .grid--4 {grid-template-columns:1fr;}
.eg-scope .footer-demo {grid-template-columns:1fr;}
}
.eg-scope /* ===== Heroes (verkleinerte Vorschau) ===== */
.hero-prev {border-radius:16px; overflow:hidden; border:1px solid var(--line); min-height:230px; position:relative; display:flex;}
.eg-scope .hero-prev--split {background:var(--panel);}
.eg-scope .hero-prev--split .hp-text {flex:1; padding:28px; display:flex; flex-direction:column; justify-content:center;}
.eg-scope .hero-prev--split .hp-media {flex:1; position:relative;}
.eg-scope .hero-prev--split .hp-media img {width:100%; height:100%; object-fit:cover; position:absolute; inset:0;}
.eg-scope .hp-eyebrow {font-size:10.5px; font-weight:700; text-transform:uppercase; letter-spacing:.08em; color:var(--pink); margin-bottom:8px;}
.eg-scope .hp-title {font-size:19px; font-weight:700; line-height:1.15; margin-bottom:10px;}
.eg-scope .hp-sub {font-size:12.5px; color:#6b6a63; margin-bottom:14px; max-width:32ch;}
.eg-scope .hero-prev--product {background:var(--green);}
.eg-scope .hero-prev--product .hp-eyebrow {color:#2f4a06;}
.eg-scope .hero-prev--full {position:relative; align-items:center; justify-content:center;}
.eg-scope .hero-prev--full img {width:100%; height:100%; object-fit:cover; position:absolute; inset:0;}
.eg-scope .hero-prev--full .hp-card {position:relative; z-index:1; background:#fff; border-radius:14px; padding:22px 26px; max-width:260px; box-shadow:var(--shadow-highlight);}
.eg-scope .hero-prev--editorial {background:#fff; flex-direction:column; justify-content:center; padding:28px;}
.eg-scope .hero-prev--editorial .hp-title {font-size:26px; max-width:14ch;}
.eg-scope /* ===== Störer / Eye-Catcher ===== */
.stoerer-demo {position:relative; background:var(--panel); border-radius:16px; padding:40px; display:flex; gap:44px; flex-wrap:wrap; align-items:center; justify-content:center;}
.eg-scope .ribbon {position:relative; width:150px; height:150px; background:#fff; border-radius:14px; border:1.5px solid var(--line); overflow:hidden;}
.eg-scope .ribbon__tag {position:absolute; top:18px; right:-36px; background:var(--pink); color:#fff; font-family:var(--font-display); font-weight:700; font-size:11px; padding:5px 42px; transform:rotate(45deg);}
.eg-scope .sticker {width:96px; height:96px; border-radius:50%; background:var(--yellow); display:flex; flex-direction:column; align-items:center; justify-content:center; transform:rotate(-8deg); box-shadow:var(--shadow-highlight); font-family:var(--font-display); font-weight:700; color:var(--ink); text-align:center;}
.eg-scope .sticker span:first-child {font-size:19px;}
.eg-scope .sticker span:last-child {font-size:9.5px;}
.eg-scope .floating-pill {background:var(--ink); color:#fff; font-family:var(--font-display); font-weight:700; font-size:13px; padding:11px 18px; border-radius:999px; box-shadow:var(--shadow-highlight); display:inline-flex; align-items:center; gap:7px;}
.eg-scope .promo-strip {width:100%; background:var(--ink); color:#fff; border-radius:12px; padding:14px 20px; display:flex; align-items:center; justify-content:space-between; font-family:var(--font-display); font-weight:600; font-size:13.5px; gap:12px; flex-wrap:wrap;}
.eg-scope .promo-strip strong {color:var(--yellow);}
.eg-scope /* ===== Video-Band ===== */
.video-band {position:relative; border-radius:16px; overflow:hidden; aspect-ratio:16/7;}
.eg-scope .video-band img {width:100%; height:100%; object-fit:cover;}
.eg-scope .video-band__play {position:absolute; inset:0; display:flex; align-items:center; justify-content:center; background:rgba(43,46,52,.28);}
.eg-scope .video-band__btn {width:60px; height:60px; border-radius:50%; background:#fff; display:flex; align-items:center; justify-content:center; box-shadow:var(--shadow-highlight);}
.eg-scope /* ===== Produktkarte — wie im Original: schwarzer Rahmen, .eg-scope Bild auf Grau, .eg-scope Preis+Pfeil-Zeile ===== */
.pcard {border-radius:14px; border:1.5px solid var(--line); background:#fff; overflow:hidden; width:100%; transition:border-color .15s;}
.eg-scope .pcard:hover {border-color:#c9c5b8;}
.eg-scope .pcard__media {background:var(--panel); padding:22px; display:flex; align-items:center; justify-content:center; height:190px;}
.eg-scope .pcard__media img {max-height:150px; max-width:100%; object-fit:contain;}
.eg-scope .pcard__body {padding:18px 20px 20px;}
.eg-scope .pcard h4 {font-size:14.5px; font-weight:700; margin-bottom:6px;}
.eg-scope .pcard p {font-size:12.5px; color:#6b6a63; line-height:1.5;}
.eg-scope .pcard__foot {display:flex; align-items:center; justify-content:space-between; margin-top:14px;}
.eg-scope .pcard__price {font-family:var(--font-display); font-weight:700; font-size:15px;}
.eg-scope .pcard__arrow {width:32px; height:32px; border-radius:50%; border:2px solid var(--ink); display:flex; align-items:center; justify-content:center; flex-shrink:0;}
.eg-scope .pcard__arrow svg {width:16px; height:8px;}
.eg-scope /* ===== Nummerierte Schritte ===== */
.steps {display:flex; flex-direction:column; gap:20px;}
.eg-scope .step {display:flex; gap:16px; align-items:flex-start;}
.eg-scope .step__num {width:30px; height:30px; border-radius:50%; background:var(--ink); color:#fff; font-family:var(--font-display); font-weight:700; font-size:13px; display:flex; align-items:center; justify-content:center; flex-shrink:0;}
.eg-scope .step p {font-size:14.5px; line-height:1.55; padding-top:4px;}
.eg-scope /* ===== Feature-Icon-Grid ===== */
.feat-grid {display:grid; grid-template-columns:repeat(3,1fr); gap:20px;}
.eg-scope .feat {padding:22px; border-radius:14px; background:var(--panel);}
.eg-scope .feat__icon {width:42px; height:42px; border-radius:50%; display:flex; align-items:center; justify-content:center; margin-bottom:14px; font-size:19px;}
.eg-scope .feat h4 {font-size:14.5px; font-weight:700; margin-bottom:5px;}
.eg-scope .feat p {font-size:13px; color:#6b6a63; line-height:1.5;}
.eg-scope /* ===== FAQ ===== */
.faq-item {border-bottom:1px solid var(--line); padding:18px 4px;}
.eg-scope .faq-item:first-child {border-top:1px solid var(--line);}
.eg-scope .faq-item__q {display:flex; justify-content:space-between; align-items:center; font-family:var(--font-display); font-weight:600; font-size:14.5px; gap:16px;}
.eg-scope .faq-item__a {font-size:13.5px; color:#6b6a63; margin-top:10px; line-height:1.6; max-width:70ch;}
.eg-scope /* ===== Karussell ===== */
.carousel {display:flex; gap:16px; overflow-x:auto; padding-bottom:8px;}
.eg-scope .carousel .pcard {flex:0 0 160px;}
.eg-scope /* ===== Team ===== */
.team {display:flex; align-items:center; gap:16px; background:var(--panel); border-radius:16px; padding:20px; width:100%;}
.eg-scope .team img {width:64px; height:64px; border-radius:50%; object-fit:cover; flex-shrink:0; border:2px solid var(--yellow);}
.eg-scope .team h4 {font-size:14.5px; font-weight:700;}
.eg-scope .team span {font-size:12.5px; color:#6b6a63;}
.eg-scope /* ===== Linie als Sektionsübergang ===== */
.section-divider {display:flex; justify-content:center; padding:24px 0;}
.eg-scope .section-divider svg {width:220px; height:auto;}
.eg-scope /* ===== Level-Leiter mini ===== */
.ladder-mini {display:flex; border-radius:14px; overflow:hidden; height:56px;}
.eg-scope .ladder-mini span {flex:1; display:flex; align-items:center; justify-content:center; color:#fff; font-family:var(--font-display); font-weight:700; font-size:13px;}
/* ===== Angewandtes Beispiel: Theoriesteine 1 Hero, v4 — graue Box, Buch hängt über den Rand ===== */
.eg-scope .ts1-hero {background:#fff; width:100vw; margin-inline:calc(50% - 50vw); padding:clamp(56px,7vw,90px) 0 clamp(90px,10vw,130px);}
.eg-scope .ts1-hero__inner {max-width:1200px; margin:0 auto; padding-inline:24px;}
.eg-scope .ts1-hero__box {
  background:var(--panel); border-radius:20px; padding:clamp(36px,5vw,64px);
  display:grid; grid-template-columns:1fr 1fr; align-items:center; gap:40px;
}
.eg-scope .ts1-hero__badge {background:#fff; border-radius:999px; padding:7px 16px; font-family:var(--font-display); font-weight:700; font-size:12px; display:inline-block; margin-bottom:20px;}
.eg-scope .ts1-hero h2 {font-size:clamp(2.1rem,3.6vw,3rem); font-weight:700; line-height:1.1; margin-bottom:18px; color:var(--ink);}
.eg-scope .ts1-hero p {font-size:16px; color:#4a4a44; line-height:1.6; max-width:42ch; margin-bottom:26px;}
.eg-scope .ts1-hero__price {font-family:var(--font-display); font-weight:700; font-size:15px; margin-top:20px; color:#4a4a44;}
.eg-scope .ts1-hero__media {position:relative; display:flex; justify-content:center;}
.eg-scope .ts1-hero__media img.ts1-cover {
  max-width:320px; width:100%; position:relative; bottom:-64px;
  transform:rotate(-3deg); filter:drop-shadow(6px 6px 0 rgba(43,46,52,.9)) drop-shadow(0 26px 44px rgba(43,46,52,.28));
}
@media (max-width:820px){
.eg-scope .ts1-hero__box {grid-template-columns:1fr;}
.eg-scope .ts1-hero__media img.ts1-cover {bottom:-40px; margin-top:20px;}
}

/* ===== Ergänzungen für den Seiten-Rebuild (Startseite + Theoriesteine 1) ===== */

/* Startseite-Hero — gleiche Sprache wie ts1-hero, ohne Cover-Freistellung */
.eg-scope .home-hero { background:#fff; width:100vw; margin-inline:calc(50% - 50vw); padding:clamp(56px,7vw,90px) 0 clamp(70px,8vw,110px); }
.eg-scope .home-hero__inner { max-width:1200px; margin:0 auto; padding-inline:24px; }
.eg-scope .home-hero__box { background:var(--panel); border-radius:20px; padding:clamp(36px,5vw,64px); display:grid; grid-template-columns:1fr 1fr; align-items:center; gap:48px; }
.eg-scope .home-hero__eyebrow { background:#fff; border-radius:999px; padding:7px 16px; font-family:var(--font-display); font-weight:700; font-size:12px; display:inline-block; margin:0 0 20px; }
.eg-scope .home-hero__title { font-size:clamp(2.2rem,3.8vw,3.2rem); font-weight:700; line-height:1.08; margin:0 0 18px; color:var(--yellow); }
.eg-scope .home-hero__text { font-size:16px; color:#4a4a44; line-height:1.6; max-width:44ch; margin:0; }
.eg-scope .home-hero__media img { width:100%; border-radius:16px; box-shadow:var(--shadow-highlight); display:block; }
@media (max-width:820px){
  .eg-scope .home-hero__box { grid-template-columns:1fr; padding:28px; }
  .eg-scope .home-hero__title { font-size:1.9rem; }
}

/* Einstiegskarten */
.eg-scope .entry-row { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; margin:90px 0; }
.eg-scope .entry-card { display:flex; flex-direction:column; border-radius:16px; overflow:hidden; background:#fff; }
.eg-scope .entry-card--standard { border:1.5px solid var(--line); }
.eg-scope .entry-card--highlight { box-shadow:var(--shadow-highlight); }
.eg-scope .entry-card__img { aspect-ratio:4/3; overflow:hidden; }
.eg-scope .entry-card__img img { width:100%; height:100%; object-fit:cover; display:block; }
.eg-scope .entry-card__body { padding:22px 20px 24px; display:flex; flex-direction:column; gap:10px; flex:1; }
.eg-scope .entry-card__body h3 { font-size:18px; font-weight:700; }
.eg-scope .entry-card__body p { font-size:14px; color:#6b6a63; line-height:1.5; flex:1; margin:0 0 6px; }
@media (max-width:820px){ .eg-scope .entry-row { grid-template-columns:1fr; } }

/* Bento-Feature-Band */
.eg-scope .bento-feature { background:var(--blue-soft); border-radius:20px; padding:clamp(28px,4vw,44px); margin:100px 0 24px; display:flex; gap:40px; align-items:center; }
.eg-scope .bento-feature__body { flex:1; }
.eg-scope .bento-feature h3 { font-size:1.7em; margin:14px 0 8px; }
.eg-scope .bento-feature p { font-size:14.5px; color:#274a5c; line-height:1.55; max-width:46ch; }
.eg-scope .bento-feature__imgs { flex:0 0 46%; display:flex; gap:14px; }
.eg-scope .bento-feature__imgs a { flex:1; background:#fff; border-radius:14px; overflow:hidden; text-decoration:none; color:var(--ink); display:block; }
.eg-scope .bento-feature__imgs img { width:100%; height:110px; object-fit:cover; display:block; }
.eg-scope .bento-feature__imgs .price { padding:10px 12px; font-size:13px; font-weight:700; font-family:var(--font-display); }
.eg-scope .webinar-tile { background:var(--ink); color:#fff; border-radius:16px; padding:24px; display:flex; flex-direction:column; gap:6px; height:100%; }
.eg-scope .webinar-tile span:first-child { font-size:11px; text-transform:uppercase; letter-spacing:.08em; color:var(--yellow); font-weight:700; }
.eg-scope .webinar-tile h4 { font-size:15px; font-weight:700; margin:6px 0 2px; }
.eg-scope .webinar-tile .date { font-size:12.5px; color:#c9c8c4; }
.eg-scope .webinar-tile a { margin-top:auto; padding-top:12px; color:#fff; font-family:var(--font-display); font-weight:700; font-size:13px; text-decoration:none; display:inline-flex; align-items:center; gap:6px; }
@media (max-width:820px){
  .eg-scope .bento-feature { flex-direction:column; }
  .eg-scope .bento-feature__imgs { flex:none; width:100%; }
}

/* Newsletter-Band */
.eg-scope .nl-band { display:flex; background:var(--blue); border-radius:20px; overflow:hidden; margin:100px 0; }
.eg-scope .nl-band__img { flex:0 0 280px; width:280px; height:100%; object-fit:cover; display:block; }
.eg-scope .nl-band__body { flex:1; padding:44px; color:#fff; display:flex; flex-direction:column; gap:14px; justify-content:center; }
.eg-scope .nl-band__body h3 { font-size:1.5em; color:#fff; }
.eg-scope .nl-band__body ul { list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:8px; font-size:14.5px; color:rgba(255,255,255,.9); }
.eg-scope .nl-band__body li::before { content:"✓ "; color:var(--yellow); font-weight:700; }
.eg-scope .nl-band .form-demo input { background:#fff; }
@media (max-width:820px){
  .eg-scope .nl-band { flex-direction:column; }
  .eg-scope .nl-band__img { flex:none; width:100%; height:200px; }
}

/* Verlag-Detail-Split */
.eg-scope .detail-split { display:flex; gap:56px; align-items:center; margin:100px 0; }
.eg-scope .detail-split__img { flex:0 0 38%; }
.eg-scope .detail-split__body { flex:1; }
.eg-scope .detail-split__body h2 { font-size:1.9em; margin-bottom:14px; }
.eg-scope .detail-split__body > p { font-size:16px; color:#4a4a44; line-height:1.6; margin-bottom:26px; max-width:52ch; }
@media (max-width:820px){
  .eg-scope .detail-split { flex-direction:column; gap:28px; }
  .eg-scope .detail-split__img { flex:none; width:100%; }
}

/* Vollbreite Fotoband mit Karte (Teaser) */
.eg-scope .teaser-full { position:relative; width:100vw; margin-inline:calc(50% - 50vw); min-height:440px; display:flex; align-items:center; background-size:cover; background-position:center; margin-top:100px; margin-bottom:100px; }
.eg-scope .teaser-full__card { background:#fff; border-radius:20px; padding:clamp(28px,4vw,44px); max-width:420px; margin-left:8%; box-shadow:var(--shadow-highlight); display:flex; flex-direction:column; gap:12px; }
.eg-scope .teaser-full__card h2 { font-size:1.7em; }
.eg-scope .teaser-full__card p { font-size:15px; color:#4a4a44; line-height:1.5; }
@media (max-width:820px){
  .eg-scope .teaser-full { min-height:auto; padding:24px 0; }
  .eg-scope .teaser-full__card { margin-inline:24px; max-width:none; }
}

/* Vollbreite CTA-Band mit Hintergrundbild (Level-Up-Teaser) */
.eg-scope .cta-full { position:relative; width:100vw; margin-inline:calc(50% - 50vw); min-height:380px; display:flex; align-items:center; justify-content:center; text-align:center; background-size:cover; background-position:center; margin-top:100px; margin-bottom:100px; }
.eg-scope .cta-full::before { content:""; position:absolute; inset:0; background:rgba(43,46,52,.5); }
.eg-scope .cta-full__inner { position:relative; z-index:1; display:flex; flex-direction:column; align-items:center; gap:14px; padding:40px 24px; max-width:520px; }
.eg-scope .cta-full__inner span { color:#fff; font-family:var(--font-display); font-weight:600; font-size:15px; }
.eg-scope .cta-full__inner h2 { color:#fff; font-size:2em; }

/* Lerninhalt (dunkle Karten-Sektion) */
.eg-scope .lernen-band { background:var(--ink); border-radius:20px; padding:clamp(32px,5vw,56px); margin:100px 0; background-size:cover; background-position:center; position:relative; overflow:hidden; }
.eg-scope .lernen-band::before { content:""; position:absolute; inset:0; background:rgba(20,21,24,.82); }
.eg-scope .lernen-band > * { position:relative; z-index:1; }
.eg-scope .lernen-band__head { text-align:center; margin-bottom:32px; color:#fff; }
.eg-scope .lernen-band__head h2 { color:#fff; font-size:1.9em; margin:8px 0; }
.eg-scope .lernen-band__head p { color:rgba(255,255,255,.75); max-width:56ch; margin:0 auto; font-size:15px; }
.eg-scope .lernen-band .grid--3 > div { background:#fff; border-radius:14px; padding:22px; }
.eg-scope .lernen-band .grid--3 h4 { font-size:15.5px; margin-bottom:10px; }
.eg-scope .lernen-band .grid--3 ul { margin:0; padding-left:1.1em; font-size:13.5px; color:#4a4a44; line-height:1.7; }
.eg-scope .lernen-band__foot { text-align:center; margin-top:32px; }
.eg-scope .lernen-band__foot p { color:rgba(255,255,255,.8); margin-bottom:16px; font-size:15px; }

/* CTA-Box zentriert */
.eg-scope .cta-box-centered { max-width:620px; margin:100px auto; background:var(--yellow); border-radius:20px; padding:clamp(32px,5vw,48px); text-align:center; display:flex; flex-direction:column; align-items:center; gap:20px; }
.eg-scope .cta-box-centered h3 { font-size:1.6em; color:var(--ink); }

/* Spotlight-Grid (Bild + dunkles Overlay + Caption) */
.eg-scope .spotlight-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; margin:100px 0; }
.eg-scope .spotlight-card { position:relative; border-radius:16px; overflow:hidden; aspect-ratio:3/4; display:flex; align-items:flex-end; }
.eg-scope .spotlight-card img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.eg-scope .spotlight-card::before { content:""; position:absolute; inset:0; background:linear-gradient(180deg, transparent 40%, rgba(20,21,24,.82)); }
.eg-scope .spotlight-card p { position:relative; z-index:1; color:#fff; font-family:var(--font-display); font-weight:600; font-size:14.5px; line-height:1.4; padding:22px; margin:0; }
@media (max-width:820px){ .eg-scope .spotlight-grid { grid-template-columns:1fr; } .eg-scope .spotlight-card { aspect-ratio:16/10; } }

/* ===== Wiederverwendbare Komponenten (aus Startseite v4) ===== */

/* Section-Header (zentriert, mit Eyebrow + Titel + optionalem Subtext) */
.eg-scope .sv-head { text-align:center; margin-bottom:40px; }
.eg-scope .sv-head__ey { font-family:var(--font-body); font-weight:700; font-size:11.5px; letter-spacing:.1em; text-transform:uppercase; color:var(--ink); }
.eg-scope .sv-head__t { font-family:var(--font-display); font-weight:700; font-size:28px; margin:8px 0 0; color:var(--ink); }
.eg-scope .sv-head__sub { font-size:15.5px; color:#6b6a63; margin:10px auto 0; max-width:52ch; line-height:1.55; }

/* Level-Leiter (animiert) */
.eg-scope .sv-ladder { max-width:600px; margin:0 auto 32px; }
.eg-scope .sv-ladder .ladder-mini span { transition:transform .3s var(--ease), box-shadow .3s var(--ease); cursor:default; }
.eg-scope .sv-ladder .ladder-mini span:hover { transform:scaleY(1.15); box-shadow:0 4px 16px rgba(0,0,0,.15); z-index:1; position:relative; }

/* Medientyp-Grid (4 Spalten, für Ökosystem-Übersicht) */
.eg-scope .sv-eco { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; margin-bottom:24px; }
.eg-scope .sv-eco__card { border-radius:16px; overflow:hidden; background:var(--panel); text-decoration:none; color:var(--ink); transition:transform .2s ease, box-shadow .2s ease; display:flex; flex-direction:column; }
.eg-scope .sv-eco__card:hover { transform:translateY(-3px); box-shadow:0 6px 20px rgba(0,0,0,.08); }
.eg-scope .sv-eco__card img { width:100%; aspect-ratio:4/3; object-fit:cover; display:block; }
.eg-scope .sv-eco__card-body { padding:16px; flex:1; display:flex; flex-direction:column; gap:4px; }
.eg-scope .sv-eco__card-body h4 { font-family:var(--font-display); font-weight:700; font-size:14px; margin:0; }
.eg-scope .sv-eco__card-body p { font-size:12.5px; color:#6b6a63; line-height:1.4; margin:0; }
@media(max-width:1024px){ .eg-scope .sv-eco { grid-template-columns:repeat(2,1fr); } }

/* Assistenten-Button (rund, outline) */
.eg-scope .sv-assist { text-align:center; margin-top:32px; margin-bottom:20px; }
.eg-scope .sv-assist__btn { display:inline-flex; align-items:center; gap:10px; font-family:var(--font-display); font-weight:700; font-size:15px; color:var(--ink); background:#fff; border:2px solid var(--ink); border-radius:999px; padding:14px 28px; cursor:pointer; text-decoration:none; transition:background .2s ease, color .2s ease; }
.eg-scope .sv-assist__btn:hover { background:var(--ink); color:#fff; }

/* Asymmetrische Einstiegskarten (1 groß + 2 gestapelt) */
.eg-scope .sv-entry { display:grid; grid-template-columns:1.2fr 1fr; gap:24px; margin:120px 0; }
.eg-scope .sv-entry__big { grid-row:span 2; border-radius:20px; overflow:hidden; position:relative; display:flex; align-items:flex-end; min-height:440px; text-decoration:none; color:#fff; }
.eg-scope .sv-entry__big img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transition:transform .5s var(--ease); }
.eg-scope .sv-entry__big:hover img { transform:scale(1.03); }
.eg-scope .sv-entry__big::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 30%,rgba(20,21,24,.75)); }
.eg-scope .sv-entry__big-body { position:relative; z-index:1; padding:36px; }
.eg-scope .sv-entry__big-body h3 { font-family:var(--font-display); font-weight:700; font-size:24px; margin:0 0 8px; color:#fff; }
.eg-scope .sv-entry__big-body p { font-size:15px; color:rgba(255,255,255,.85); margin:0 0 16px; max-width:36ch; line-height:1.5; }
.eg-scope .sv-entry__sm { border-radius:20px; overflow:hidden; display:flex; gap:0; text-decoration:none; color:var(--ink); transition:transform .2s ease, box-shadow .2s ease; }
.eg-scope .sv-entry__sm:hover { transform:translateY(-3px); box-shadow:0 8px 24px rgba(0,0,0,.1); }
.eg-scope .sv-entry__sm--border { border:1.5px solid var(--line); background:#fff; }
.eg-scope .sv-entry__sm--yellow { background:var(--yellow); }
.eg-scope .sv-entry__sm-img { flex:0 0 38%; }
.eg-scope .sv-entry__sm-img img { width:100%; height:100%; object-fit:cover; display:block; }
.eg-scope .sv-entry__sm-body { flex:1; padding:24px; display:flex; flex-direction:column; justify-content:center; gap:6px; }
.eg-scope .sv-entry__sm-body h3 { font-family:var(--font-display); font-weight:700; font-size:17px; margin:0; }
.eg-scope .sv-entry__sm-body p { font-size:13.5px; color:#5a5a52; line-height:1.5; margin:0; }
.eg-scope .sv-entry__sm--yellow .sv-entry__sm-body p { color:#5a4a00; }
@media(max-width:820px){
  .eg-scope .sv-entry { grid-template-columns:1fr; }
  .eg-scope .sv-entry__big { min-height:320px; grid-row:auto; }
}

/* Trust/Verlag Split (Bild + Text + Stats) */
.eg-scope .sv-trust { display:flex; gap:clamp(32px,5vw,64px); align-items:center; margin:120px 0; background:var(--panel); border-radius:20px; padding:clamp(32px,5vw,56px); }
.eg-scope .sv-trust__img { flex:0 0 40%; border-radius:16px; overflow:hidden; box-shadow:4px 4px 0 0 var(--pink), 0 16px 40px -16px rgba(43,46,52,.3); }
.eg-scope .sv-trust__img img { width:100%; display:block; }
.eg-scope .sv-trust__body h2 { font-family:var(--font-display); font-weight:700; font-size:1.8em; margin:0 0 14px; }
.eg-scope .sv-trust__body > p { font-size:16px; color:#4a4a44; line-height:1.65; margin:0 0 24px; max-width:50ch; }
.eg-scope .sv-trust__stats { display:flex; gap:20px; }
.eg-scope .sv-trust__stat { flex:1; background:#fff; border-radius:14px; padding:18px; text-align:center; }
.eg-scope .sv-trust__stat-num { font-family:var(--font-display); font-weight:700; font-size:26px; color:var(--yellow); }
.eg-scope .sv-trust__stat-label { font-size:12px; color:#6b6a63; margin-top:4px; }
@media(max-width:820px){
  .eg-scope .sv-trust { flex-direction:column; }
  .eg-scope .sv-trust__img { flex:none; width:100%; }
  .eg-scope .sv-trust__stats { flex-wrap:wrap; }
}