/* MyTradingHelper – Website-Stylesheet. Tokens und Komponenten aus dem Branding-Skill. */

@font-face { font-family: "Montserrat"; src: url("/assets/fonts/Montserrat-var.woff2") format("woff2"); font-weight: 100 900; font-display: swap; }
@font-face { font-family: "Inter"; src: url("/assets/fonts/Inter-var.woff2") format("woff2"); font-weight: 100 900; font-display: swap; }

:root {
  --navy-900: #0f1f4d; --navy-800: #16275a; --navy: #1f3571; --navy-600: #2a4a8c;
  --blue: #35519a; --blue-500: #3e6fbc; --blue-300: #8091bc;
  --tint: #e0ebff; --paper: #f5f8fd; --card: #ffffff;
  --red: #e23a4e; --red-700: #c22a3d; --red-hell: #ff5d70;
  --green: #1fbf75; --candle-red: #e8412f;
  --ink: #1a2342; --muted: #5a6889; --line: #e2e8f4;
  --disp: "Montserrat", -apple-system, "Segoe UI", Arial, sans-serif;
  --body: "Inter", -apple-system, "Segoe UI", Arial, sans-serif;
  --hero-verlauf: radial-gradient(120% 90% at 70% 10%, #2a4a8c 0%, #1f3571 38%, #16275a 70%, #0f1f4d 100%);
  --sek-verlauf: radial-gradient(120% 80% at 80% 0%, #3e6fbc 0%, #35519a 40%, #2a4a8c 75%, #1f3571 100%);
  --btn-verlauf: linear-gradient(135deg, #ff5d70, #e23a4e 45%, #c22a3d);
  --schatten: 0 10px 30px rgba(26, 35, 66, .07);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--body); color: var(--ink); background: var(--paper); line-height: 1.68; font-size: 17px; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; }
a { color: var(--red-700); text-decoration: none; }
a:hover { color: var(--red); }
.wrap { max-width: 1080px; margin: 0 auto; padding: 0 24px; }
.skip { position: absolute; left: -999px; top: 8px; background: #fff; padding: 8px 12px; z-index: 100; }
.skip:focus { left: 8px; }

/* Typografie */
h1, h2, h3, h4 { font-family: var(--disp); color: var(--navy); line-height: 1.15; margin: 0 0 14px; }
h1 { font-weight: 900; font-size: clamp(2rem, 4.2vw, 2.8rem); letter-spacing: -.015em; }
h2 { font-weight: 800; font-size: clamp(1.5rem, 3.4vw, 2.1rem); }
h3 { font-weight: 700; font-size: 1.2rem; }
.sec-title { position: relative; padding-left: 16px; }
.sec-title::before { content: ""; position: absolute; left: 0; top: 4px; bottom: 4px; width: 5px; border-radius: 3px; background: var(--red); }
.sec-title.hell { color: #fff; }
.sec-title.klein { font-size: 1.25rem; }
.lead { font-size: 1.1rem; color: var(--muted); margin: 0 0 8px; max-width: 720px; }
.eyebrow { font-family: var(--disp); letter-spacing: .32em; font-size: .72rem; font-weight: 700; color: var(--blue-300); text-transform: uppercase; margin-bottom: 20px; }
.label { font-family: var(--disp); font-weight: 700; font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; color: #aebbe0; }
.pill, .badge { display: inline-block; font-family: var(--disp); font-weight: 700; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; border-radius: 999px; padding: 4px 10px; }
.pill { background: var(--tint); color: var(--navy); }
.badge { background: var(--red); color: #fff; }
.mehr { font-family: var(--disp); font-weight: 700; font-size: .95rem; }

/* Buttons */
.btn { display: inline-block; font-family: var(--disp); font-weight: 800; font-size: 1rem; letter-spacing: .02em; background: var(--btn-verlauf); color: #fff; border: none; border-radius: 12px; padding: 15px 30px; cursor: pointer; box-shadow: 0 12px 30px rgba(226, 58, 78, .4); transition: transform .15s, box-shadow .15s; text-align: center; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgba(226, 58, 78, .5); color: #fff; }
.btn-klein { font-size: .88rem; padding: 11px 20px; box-shadow: 0 8px 22px rgba(226, 58, 78, .35); }
.btn-rahmen { background: transparent; border: 2px solid var(--blue-300); box-shadow: none; padding: 13px 28px; }
.btn-rahmen:hover { box-shadow: none; border-color: #fff; }

/* Header */
.kopf { background: var(--navy-900); color: #fff; position: sticky; top: 0; z-index: 50; }
.kopf-zeile { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 76px; }
.marke { display: flex; align-items: center; gap: 12px; color: #fff; font-family: var(--disp); font-weight: 800; font-size: 1.15rem; }
.marke img { height: 44px; width: auto; }
.hauptnav > ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 4px; }
.hauptnav li { position: relative; }
.hauptnav > ul > li > a { display: inline-block; padding: 10px 10px; font-family: var(--disp); font-weight: 600; font-size: .84rem; color: #dbe6ff; border-radius: 8px; white-space: nowrap; }
.hauptnav > ul > li > a:hover, .hauptnav > ul > li.aktiv > a { color: #fff; background: rgba(255, 255, 255, .08); }
.aufklappen { position: absolute; right: 0; top: 10px; width: 22px; height: 22px; border: 0; background: none; cursor: pointer; color: #dbe6ff; }
.aufklappen::after { content: ""; display: block; width: 7px; height: 7px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); margin: 4px auto 0; }
.hat-kinder > a { padding-right: 26px !important; }
.untermenu { list-style: none; margin: 0; padding: 8px; position: absolute; left: 0; top: 100%; min-width: 260px; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 16px 38px rgba(26, 35, 66, .18); display: none; z-index: 60; }
.untermenu a { display: block; padding: 8px 12px; border-radius: 8px; color: var(--navy); font-size: .92rem; font-weight: 500; }
.untermenu a:hover { background: var(--tint); }
.hauptnav li.offen > .untermenu { display: block; }
@media (hover: hover) { .hauptnav li.hat-kinder:hover > .untermenu { display: block; } }
.nav-cta { margin-left: 8px; }
.burger { display: none; width: 44px; height: 44px; border: 0; background: none; cursor: pointer; flex-direction: column; justify-content: center; gap: 5px; padding: 8px; }
.burger span { display: block; height: 2px; background: #fff; border-radius: 2px; }

@media (max-width: 1099px) {
  .burger { display: flex; }
  .hauptnav { position: fixed; inset: 76px 0 0 0; background: var(--navy-900); overflow-y: auto; padding: 16px 24px 40px; display: none; }
  body.nav-offen .hauptnav { display: block; }
  body.nav-offen { overflow: hidden; }
  .hauptnav > ul { flex-direction: column; align-items: stretch; gap: 2px; }
  .hauptnav > ul > li > a { display: block; padding: 14px 12px; font-size: 1.05rem; }
  .aufklappen { top: 14px; right: 8px; width: 40px; height: 32px; }
  .untermenu { position: static; background: rgba(255, 255, 255, .06); border: 0; box-shadow: none; min-width: 0; margin: 0 0 8px; }
  .untermenu a { color: #dbe6ff; padding: 10px 16px; }
  .untermenu a:hover { background: rgba(255, 255, 255, .1); }
  .hauptnav li.hat-kinder:hover > .untermenu { display: none; }
  .hauptnav li.offen > .untermenu { display: block; }
  .nav-cta { margin: 16px 0 0; }
  .nav-cta .btn { display: block; }
}

/* Hero */
.hero { position: relative; color: #fff; overflow: hidden; padding: 64px 0 72px; background: var(--hero-verlauf); }
.hero h1 { color: #fff; font-size: clamp(2.2rem, 4.6vw, 3.5rem); line-height: 1.06; margin: 0 0 16px; }
.hero h1 em { font-style: normal; color: var(--red-hell); }
.hero-sub { font-size: 1.15rem; color: #d8e0f5; max-width: 560px; margin: 0; }
.hero-raster { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); gap: 48px; align-items: center; }
.hero-text { min-width: 0; }
.hero-bild { display: flex; justify-content: center; }
.hero-karten { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 40px; }
.hero-karte { display: flex; flex-direction: column; gap: 6px; background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .14); border-radius: 14px; padding: 24px; color: #fff; transition: transform .15s, background .15s; }
.hero-karte:hover { transform: translateY(-3px); background: rgba(255, 255, 255, .11); color: #fff; }
.hero-karte strong { font-family: var(--disp); font-weight: 800; font-size: 1.1rem; }
.hero-karte > span:not(.ic):not(.mehr) { font-size: .95rem; color: #aebbe0; }
.hero-karte .mehr { color: #ff8d9b; margin-top: 4px; }
@media (max-width: 860px) {
  .hero { padding: 44px 0 56px; }
  .hero-raster { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .hero-bild { order: -1; }
  .hero-stage { zoom: .68; }
  .hero-karten { grid-template-columns: 1fr; margin-top: 28px; }
}

/* Hero-Animation "Kurs steigt zur Idee" (läuft einmal, 6,5 s) */
.hero-stage { position: relative; width: 380px; height: 430px; max-width: 100%; }
.hero-stage svg { position: absolute; inset: 0; width: 380px; height: 430px; overflow: visible; }
.hs-grid { animation: hsGrid 6.5s ease-out 1 both; }
.hs-line { fill: none; stroke: #fff; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 1; stroke-dashoffset: 1; animation: hsLine 6.5s cubic-bezier(.4, 0, .2, 1) 1 both; }
.hs-area { animation: hsArea 6.5s ease-out 1 both; }
.hs-chart { animation: hsDim 6.5s ease-in-out 1 both; }
.hs-k1 { transform-origin: 158.6px 247px; animation: hsK1 6.5s cubic-bezier(.2, .8, .2, 1) 1 both; }
.hs-k2 { transform-origin: 189.4px 286px; animation: hsK2 6.5s cubic-bezier(.2, .8, .2, 1) 1 both; }
.hs-k3 { transform-origin: 220.8px 247px; animation: hsK3 6.5s cubic-bezier(.2, .8, .2, 1) 1 both; }
.hs-peak { transform-origin: 352px 62px; animation: hsPeak 6.5s ease-out 1 both; }
.hs-halo { position: absolute; left: 190px; top: 215px; width: 340px; height: 340px; margin: -170px 0 0 -170px; border-radius: 50%; background: radial-gradient(circle, rgba(255, 214, 102, .26) 0%, rgba(255, 214, 102, .08) 45%, rgba(255, 214, 102, 0) 70%); animation: hsHalo 6.5s ease-in-out 1 both; }
.hs-burst { position: absolute; left: 190px; top: 215px; width: 40px; height: 40px; margin: -20px 0 0 -20px; border-radius: 50%; background: radial-gradient(circle, rgba(255, 240, 190, 1) 0%, rgba(255, 214, 102, .6) 40%, rgba(255, 214, 102, 0) 70%); animation: hsBurst 6.5s ease-out 1 both; }
.hs-logo { position: absolute; left: 100px; top: 78px; width: 180px; height: 275px; transform-origin: 50% 50%; animation: hsSharpen 6.5s ease-out 1 both; }
@keyframes hsGrid { 0% { opacity: 0; } 8%, 100% { opacity: 1; } }
@keyframes hsLine { 0%, 6% { stroke-dashoffset: 1; } 32% { stroke-dashoffset: 0; } 100% { stroke-dashoffset: 0; } }
@keyframes hsArea { 0%, 18% { opacity: 0; } 34% { opacity: 1; } 100% { opacity: 1; } }
@keyframes hsDim { 0%, 48% { opacity: 1; } 62%, 100% { opacity: .3; } }
@keyframes hsK1 { 0%, 14% { opacity: 0; transform: scaleY(0); } 20% { opacity: 1; transform: scaleY(1); } 46% { opacity: 1; } 52%, 100% { opacity: 0; transform: scaleY(1); } }
@keyframes hsK2 { 0%, 20% { opacity: 0; transform: scaleY(0); } 26% { opacity: 1; transform: scaleY(1); } 46% { opacity: 1; } 52%, 100% { opacity: 0; transform: scaleY(1); } }
@keyframes hsK3 { 0%, 26% { opacity: 0; transform: scaleY(0); } 32% { opacity: 1; transform: scaleY(1); } 46% { opacity: 1; } 52%, 100% { opacity: 0; transform: scaleY(1); } }
@keyframes hsPeak { 0%, 31% { opacity: 0; transform: scale(.2); } 35% { opacity: .9; transform: scale(1); } 42% { opacity: 0; transform: scale(2.2); } 100% { opacity: 0; } }
@keyframes hsSharpen { 0%, 36% { opacity: 0; filter: blur(24px) brightness(1.8) drop-shadow(0 0 0 rgba(255, 214, 102, 0)); transform: scale(1.12); } 52% { opacity: 1; filter: blur(0) brightness(1) drop-shadow(0 0 0 rgba(255, 214, 102, 0)); transform: scale(1); } 56% { filter: blur(0) brightness(1) drop-shadow(0 0 0 rgba(255, 214, 102, 0)); } 60% { filter: blur(0) brightness(1.7) drop-shadow(0 0 32px rgba(255, 214, 102, .95)); } 66% { filter: blur(0) brightness(1.15) drop-shadow(0 0 18px rgba(255, 214, 102, .55)); } 74%, 100% { opacity: 1; filter: blur(0) brightness(1) drop-shadow(0 0 12px rgba(255, 214, 102, .35)); transform: scale(1); } }
@keyframes hsBurst { 0%, 56% { opacity: 0; transform: scale(.2); } 60% { opacity: 1; transform: scale(1.4); } 70% { opacity: 0; transform: scale(8); } 100% { opacity: 0; } }
@keyframes hsHalo { 0%, 56% { opacity: 0; transform: scale(.6); } 66% { opacity: 1; transform: scale(1); } 100% { opacity: 1; transform: scale(1); } }
/* Endzustand ohne Animation (zweiter Aufruf in der Sitzung oder reduzierte Bewegung) */
.hero-stage.statisch *, .hero-stage.statisch { animation: none !important; }
.hero-stage.statisch .hs-line { stroke-dashoffset: 0; }
.hero-stage.statisch .hs-chart { opacity: .3; }
.hero-stage.statisch .hs-k, .hero-stage.statisch .hs-peak, .hero-stage.statisch .hs-burst { opacity: 0; }
.hero-stage.statisch .hs-logo { opacity: 1; filter: drop-shadow(0 0 12px rgba(255, 214, 102, .35)); }
.hero-stage.statisch .hs-halo { opacity: 1; }
@media (prefers-reduced-motion: reduce) {
  .hero-stage *, .hero-stage { animation: none !important; }
  .hero-stage .hs-line { stroke-dashoffset: 0; }
  .hero-stage .hs-chart { opacity: .3; }
  .hero-stage .hs-k, .hero-stage .hs-peak, .hero-stage .hs-burst { opacity: 0; }
  .hero-stage .hs-logo { opacity: 1; filter: drop-shadow(0 0 12px rgba(255, 214, 102, .35)); }
  .hero-stage .hs-halo { opacity: 1; }
}

/* Abschnitte und Karten */
.abschnitt { padding: 72px 0; }
.abschnitt-eng { padding-top: 0; }
.abschnitt-navy { background: var(--navy-900); color: #fff; }
.abschnitt-kopf { max-width: 720px; margin-bottom: 28px; }
.karten-raster { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
@media (max-width: 900px) { .karten-raster { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) { .karten-raster { grid-template-columns: 1fr; } }
.card { background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 26px 24px; box-shadow: var(--schatten); display: flex; flex-direction: column; gap: 8px; transition: transform .15s, box-shadow .15s; }
.card:hover { transform: translateY(-4px); box-shadow: 0 16px 38px rgba(26, 35, 66, .12); }
.card h3 { margin: 0; font-size: 1.1rem; }
.card p { margin: 0; font-size: .95rem; color: var(--muted); flex-grow: 1; }
.card-link { color: var(--ink); }
.card-link:hover { color: var(--ink); }
.card-link .mehr { color: var(--red-700); margin-top: 6px; }
.ic { width: 46px; height: 46px; border-radius: 12px; background: linear-gradient(135deg, var(--navy), var(--blue-500)); display: flex; align-items: center; justify-content: center; margin-bottom: 8px; flex-shrink: 0; }
.ic-rot { background: linear-gradient(135deg, var(--red), var(--red-700)); }
.ic svg { width: 24px; height: 24px; stroke: #fff; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.card-dunkel { background: var(--sek-verlauf); border: 0; color: #fff; }
.card-dunkel .mehr { color: #fff; margin-top: auto; }
.ratgeber-liste { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.ratgeber-liste li { display: flex; gap: 10px; align-items: flex-start; }
.ratgeber-liste .badge { margin-top: 3px; font-size: .62rem; padding: 3px 9px; white-space: nowrap; }
.ratgeber-liste a { color: #fff; font-family: var(--disp); font-weight: 700; font-size: .92rem; line-height: 1.3; }
.card-navy { background: var(--navy-800); border: 1px solid rgba(255, 255, 255, .1); color: #fff; padding: 28px; gap: 10px; }
.card-navy h3 { color: #fff; font-weight: 800; font-size: 1.25rem; }
.card-navy p { color: #aebbe0; }
.card-navy .btn { align-self: flex-start; font-size: .9rem; padding: 12px 20px; margin-top: 6px; }
.autor-box { background: var(--card); border: 1px solid var(--line); border-radius: 18px; padding: 40px; display: flex; gap: 36px; align-items: center; box-shadow: var(--schatten); }
.autor-foto img { width: 160px; height: 160px; border-radius: 16px; object-fit: cover; background: var(--navy); }
.autor-box p { color: var(--muted); margin: 0 0 10px; }
@media (max-width: 700px) { .autor-box { flex-direction: column; text-align: left; padding: 28px; } }

/* Seiten und Beiträge */
.seite-kopf, .beitrag-kopf { background: var(--hero-verlauf); color: #fff; padding: 48px 0 40px; }
.seite-kopf h1, .beitrag-kopf h1 { color: #fff; }
.seite-kopf .lead, .beitrag-kopf .lead { color: #d8e0f5; }
.brotkrumen { font-family: var(--disp); font-size: .8rem; font-weight: 600; color: var(--blue-300); margin: 0 0 12px; }
.brotkrumen a { color: #dbe6ff; }
.beitrag-meta { display: flex; align-items: center; gap: 12px; color: #aebbe0; font-size: .9rem; margin: 0; flex-wrap: wrap; }
.prose { max-width: 760px; padding-top: 40px; padding-bottom: 56px; }
.prose h2 { margin-top: 40px; }
.prose h3 { margin-top: 28px; }
.prose img { border-radius: 12px; }
.prose table { width: 100%; border-collapse: collapse; font-size: .95rem; margin: 20px 0; display: block; overflow-x: auto; }
.prose th, .prose td { border: 1px solid var(--line); padding: 10px 12px; text-align: left; vertical-align: top; }
.prose th { background: var(--tint); font-family: var(--disp); font-weight: 700; color: var(--navy); }
.prose blockquote { border-left: 5px solid var(--red); margin: 20px 0; padding: 4px 0 4px 18px; color: var(--muted); }
.prose ul li::marker { color: var(--red); }
.prose a { text-decoration: underline; text-underline-offset: 3px; }
.beitrag-weiter { padding-bottom: 64px; }
.link-liste { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 24px; }
.link-liste a { color: var(--navy); font-weight: 500; }
@media (max-width: 600px) { .link-liste { grid-template-columns: 1fr; } }

/* Formulare */
.formular { display: grid; gap: 16px; max-width: 640px; }
.formular label { font-family: var(--disp); font-weight: 700; font-size: .9rem; color: var(--navy); display: block; margin-bottom: 6px; }
.formular input, .formular select, .formular textarea { width: 100%; font: inherit; padding: 12px 14px; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--ink); }
.formular input:focus, .formular select:focus, .formular textarea:focus { outline: 2px solid var(--blue-500); outline-offset: 1px; }
.formular .zustimmung { display: flex; gap: 10px; align-items: flex-start; font-size: .92rem; }
.formular .zustimmung input { width: auto; margin-top: 4px; }
.formular .honigtopf { position: absolute; left: -9999px; }
.hinweis-klein { font-size: .85rem; color: var(--muted); }

/* Footer */
.fuss { background: var(--navy-900); color: #aebbe0; padding: 48px 0 40px; font-size: .86rem; }
.fuss .risk { max-width: 860px; margin: 0 auto 26px; text-align: center; background: rgba(226, 58, 78, .1); border: 1px solid rgba(226, 58, 78, .3); border-radius: 12px; padding: 18px 22px; color: #d8e0f5; }
.fuss .risk b { color: #ff8d9b; }
.fuss-nav, .fuss-social { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 24px; margin-bottom: 14px; }
.fuss a { color: #dbe6ff; }
.fuss a:hover { color: #fff; }
.fuss-copy { text-align: center; color: var(--blue-300); margin: 0; }

/* Zwei-Klick-Embeds und Consent-Farben */
div[data-service] { margin: 20px 0; border-radius: 12px; overflow: hidden; }
#cc-main { --cc-font-family: var(--body); --cc-btn-primary-bg: var(--red); --cc-btn-primary-border-color: var(--red); --cc-btn-primary-hover-bg: var(--red-700); --cc-btn-primary-hover-border-color: var(--red-700); --cc-primary-color: var(--navy); --cc-btn-border-radius: 10px; --cc-modal-border-radius: 14px; }

/* Importierte Inhaltsboxen (ehemalige Elementor-Vorlagen: Vorteile/Nachteile, CTA, Broker) */
.prose .box { background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 22px 24px; box-shadow: var(--schatten); margin: 28px 0; }
.prose .box-spalten { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 18px 24px; }
.prose .box-spalte { min-width: 0; display: flex; flex-direction: column; justify-content: center; }
.prose .box p { margin: 0 0 10px; font-size: .95rem; }
.prose .box p:last-child { margin-bottom: 0; }
.prose .box-titel { font-family: var(--disp); font-weight: 800; color: var(--navy); font-size: 1.15rem; margin: 0 0 8px; }
.prose .box img { max-height: 90px; width: auto; display: block; margin: 0 auto 6px; }
.prose .box .btn { font-size: .92rem; padding: 12px 22px; text-decoration: none; }
.prose ul.haken { list-style: none; padding: 0; margin: 0 0 10px; }
.prose ul.haken li { position: relative; padding-left: 26px; margin: 0 0 6px; font-size: .95rem; }
.prose ul.haken li::before { content: ""; position: absolute; left: 0; top: 5px; width: 16px; height: 16px; border-radius: 50%; background: var(--green) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5 9-10'/%3E%3C/svg%3E") center/10px no-repeat; }
.prose .box .btn + p, .prose .box p:has(.btn) + p { font-size: .8rem; color: var(--muted); }

/* Hub-Seiten, Angebote, Kontakt, Galerie, Embeds */
.hub-anzahl { font-family: var(--disp); font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; color: var(--blue-300); margin: 8px 0 0; }
.abschnitt-hub { padding: 48px 0 16px; }
.card-bild { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 10px; margin-bottom: 6px; }
.angebote .angebot { gap: 10px; }
.angebot-aktionen { display: flex; flex-direction: column; gap: 10px; margin-top: 8px; align-items: flex-start; }
.angebot .btn { font-size: .92rem; padding: 12px 22px; }
.kontakt-raster { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 40px; align-items: start; }
.kontakt-text { padding-top: 0; padding-bottom: 0; }
.kontakt-formular { padding: 28px; }
.kontakt-formular:hover { transform: none; }
.feld-zeile { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
@media (max-width: 800px) { .kontakt-raster { grid-template-columns: 1fr; } .feld-zeile { grid-template-columns: 1fr; } }
.prose .box-kompakt { padding: 16px 20px; margin: 18px 0; }
.prose .box-kompakt img { max-height: 110px; }
.prose .galerie { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 10px; margin: 20px 0 28px; }
.prose .galerie img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 10px; margin: 0; display: block; }
.prose .galerie a { display: block; }
.prose .embed { margin: 20px 0; border-radius: 12px; overflow: hidden; background: var(--navy-900); aspect-ratio: 16 / 9; }
.prose .embed[data-service="spotify"] { aspect-ratio: auto; min-height: 232px; }
.prose ol li::marker { color: var(--red); font-weight: 700; }
.prose h3 { font-size: 1.15rem; }
