/* =====================================================================
   CATCHLY V9 — Styles
   Mobile first. Brand: Indigo / Pink / Gold. Nunito. Logo nicht verändern.
   ===================================================================== */

:root {
  --indigo:   #541388;
  --indigo-2: #3d0d66;
  --gold:     #FFD400;
  --pink:     #FE007D;
  --white:    #FFFFFF;
  --black:    #000000;
  --green:    #0f7a3d;

  --ink:      #1a1430;
  --ink-soft: #4f4866;
  --bg-soft:  #f6f3fb;
  --line:     #e4ddf1;

  --font-body: "Nunito", "Candara", system-ui, "Segoe UI", sans-serif;

  --radius:   20px;
  --radius-sm:12px;
  --shadow:   0 12px 32px rgba(84,19,136,.10);
  --shadow-lg:0 20px 56px rgba(84,19,136,.20);
  --maxw:     1280px;
  --ease:     cubic-bezier(.22,.61,.36,1);
  --header-h: 84px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: var(--header-h); }
body { margin: 0; font-family: var(--font-body); color: var(--ink); background: var(--white); font-size: 17px; line-height: 1.6; font-weight: 400; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: var(--pink); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3 { margin: 0 0 .4em; line-height: 1.14; }
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; list-style: none; }
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

.display { font-family: var(--font-body); font-weight: 900; letter-spacing: -.5px; line-height: 1.08; color: var(--ink); }
.display-xl { font-size: clamp(2.2rem, 5.2vw, 3.9rem); }
.display-m  { font-size: clamp(1.7rem, 3.6vw, 2.6rem); }
.light { color: var(--white); }

.eyebrow { display: inline-block; font-weight: 900; text-transform: uppercase; letter-spacing: 1.4px; font-size: .76rem; margin-bottom: 14px; color: var(--indigo); }
.lead { font-size: 1.16rem; color: var(--ink-soft); max-width: 56ch; }
.lead.light { color: rgba(255,255,255,.9); }
.lead.center { margin-left: auto; margin-right: auto; text-align: center; }

.scroll-progress { position: fixed; top: 0; left: 0; height: 3px; width: 0%; background: linear-gradient(90deg, var(--pink), var(--gold)); z-index: 100; transition: width .1s linear; }

/* ---------- Buttons ---------- */
.btn { display: inline-block; font-family: var(--font-body); font-weight: 800; font-size: 1.04rem; line-height: 1; padding: 16px 26px; border-radius: 999px; border: 3px solid transparent; cursor: pointer; text-align: center; transition: transform .14s var(--ease), box-shadow .14s var(--ease), background .14s var(--ease), color .14s var(--ease); }
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn:focus-visible { outline: 4px solid var(--gold); outline-offset: 3px; }
.btn-primary { background: var(--pink); color: #fff; box-shadow: var(--shadow); }
.btn-primary:hover { background: #d80069; box-shadow: var(--shadow-lg); }
.btn-gold { background: var(--gold); color: var(--ink); box-shadow: var(--shadow); }
.btn-gold:hover { background: #ffdf3a; }
.btn-ghost { background: transparent; color: var(--indigo); border-color: var(--indigo); }
.btn-ghost:hover { background: var(--indigo); color: #fff; }
.btn-sm { padding: 11px 18px; font-size: .94rem; }
.btn-lg { padding: 17px 30px; font-size: 1.08rem; }

/* =====================================================================
   HEADER (Logo präsenter, klickbar, Smooth-Scroll via JS)
   ===================================================================== */
.site-header { position: sticky; top: 0; z-index: 60; background: rgba(255,255,255,.85); backdrop-filter: saturate(180%) blur(12px); -webkit-backdrop-filter: saturate(180%) blur(12px); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; gap: 16px; min-height: var(--header-h); padding: 10px 0; }
.brand { display: inline-flex; align-items: center; }
.brand-logo { width: 150px; height: auto; display: block; }   /* mobile */
.main-nav { display: none; margin-left: auto; gap: 28px; }
.main-nav a { color: var(--ink); font-weight: 700; font-size: .98rem; }
.main-nav a:hover { color: var(--pink); text-decoration: none; }
.header-cta { margin-left: auto; }
@media (min-width: 860px) {
  .brand-logo { width: 200px; }   /* desktop präsenter */
  .main-nav { display: flex; }
  .header-cta { margin-left: 14px; }
}

/* =====================================================================
   HERO (Hybrid)
   ===================================================================== */
.hero { position: relative; background: linear-gradient(160deg, #fff 0%, var(--bg-soft) 100%); padding: 48px 0 60px; overflow: hidden; }
.hero-grid { display: grid; gap: 34px; align-items: center; position: relative; z-index: 2; }
@media (min-width: 960px) { .hero { padding: 76px 0 88px; } .hero-grid { grid-template-columns: 1.05fr .95fr; gap: 56px; } }
.hero-copy h1 { margin-top: 6px; }
.hero-cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
.hero-note { font-weight: 700; color: var(--indigo); font-size: .96rem; margin-top: 18px; margin-bottom: 0; }

/* Agent Demo Card (dunkel, im Hero rechts) */
.hero-agent { position: relative; background: linear-gradient(160deg, #6a1aa6 0%, var(--indigo) 48%, var(--indigo-2) 100%); border-radius: 24px; padding: 22px 22px 24px; overflow: visible; box-shadow: var(--shadow-lg); }
.agent-deco { position: absolute; inset: 0; border-radius: 24px; overflow: hidden; z-index: 1; pointer-events: none; }
.agent-inner { position: relative; z-index: 3; text-align: center; }
.agent-eyebrow { display: inline-block; font-weight: 900; text-transform: uppercase; letter-spacing: 1.4px; font-size: .72rem; color: var(--gold); margin-bottom: 6px; }
.agent-text { color: #fff; font-weight: 800; font-size: 1.16rem; margin: 0 auto 4px; max-width: 24ch; }
.agent-sub { color: rgba(255,255,255,.8); font-size: .9rem; margin: 0 auto 12px; max-width: 38ch; }

/* Brand-Visual (rein dekorativ, ersetzt den alten Logo-Trigger) */
.agent-orb { position: relative; z-index: 3; display: inline-flex; align-items: center; justify-content: center; width: 92px; height: 92px; margin: 2px auto 10px; background: radial-gradient(circle at 50% 42%, rgba(255,255,255,.16), rgba(255,255,255,.03)); border-radius: 50%; box-shadow: 0 12px 30px rgba(0,0,0,.3); }
.trigger-mark { width: 64px; height: auto; display: block; position: relative; z-index: 2; filter: drop-shadow(0 8px 16px rgba(0,0,0,.3)); }
.trigger-pulse { position: absolute; inset: 0; border-radius: 50%; border: 3px solid var(--gold); opacity: 0; animation: orbPulse 2.6s var(--ease) infinite; }
.trigger-pulse-2 { animation-delay: 1.3s; border-color: var(--pink); }
@keyframes orbPulse { 0% { transform: scale(.82); opacity: .7; } 100% { transform: scale(1.4); opacity: 0; } }

/* 1. Kurzer, ruhiger KI-Hinweis (kein Box-Hintergrund, dezent) */
.agent-notice { color: rgba(255,255,255,.6); font-size: .76rem; line-height: 1.45; margin: 0 auto 12px; max-width: 40ch; position: relative; z-index: 3; }

/* 2. Start Button (kompakter als btn-lg) */
.agent-start { position: relative; z-index: 3; width: 100%; max-width: 320px; padding: 13px 22px; font-size: 1rem; }

/* 3. Statusanzeige (kompakter) */
.agent-status { display: inline-flex; align-items: center; gap: 8px; margin: 12px auto 0; padding: 6px 13px; border-radius: 999px; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.18); position: relative; z-index: 3; }
.agent-status-dot { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,.6); flex: 0 0 auto; }
.agent-status-text { color: #fff; font-weight: 800; font-size: .86rem; }
/* Zustands-Farben */
.agent-status[data-state="ready"]      .agent-status-dot { background: rgba(255,255,255,.6); }
.agent-status[data-state="connecting"] .agent-status-dot { background: var(--gold); animation: statusBlink 1s ease-in-out infinite; }
.agent-status[data-state="listening"]  .agent-status-dot { background: #36d07a; animation: statusBlink 1.4s ease-in-out infinite; }
.agent-status[data-state="answering"]  .agent-status-dot { background: var(--pink); animation: statusBlink 1.4s ease-in-out infinite; }
.agent-status[data-state="ended"]      .agent-status-dot { background: rgba(255,255,255,.45); }
.agent-status[data-state="error"]      .agent-status-dot { background: #ff5a5a; }
.agent-status[data-state="error"]      .agent-status-text { color: #ffd0d0; }
@keyframes statusBlink { 0%, 100% { opacity: 1; } 50% { opacity: .35; } }

/* 4. Steuerung (nur sichtbar, wenn ein Gespräch läuft) */
.agent-live { display: none; gap: 10px; justify-content: center; flex-wrap: wrap; margin-top: 16px; position: relative; z-index: 3; }
.agent-running .agent-live { display: flex; }
.agent-running .agent-start { display: none; }
.agent-ctrl { font-family: var(--font-body); font-weight: 800; font-size: .94rem; padding: 11px 18px; border-radius: 999px; border: 2px solid rgba(255,255,255,.55); background: transparent; color: #fff; cursor: pointer; transition: background .14s var(--ease), transform .14s var(--ease); }
.agent-ctrl:hover { background: rgba(255,255,255,.14); transform: translateY(-2px); }
.agent-ctrl:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.agent-ctrl-end { background: var(--pink); border-color: var(--pink); }
.agent-ctrl-end:hover { background: #d80069; }

/* Chat-Verlauf für getippte Nachrichten (Dummy) */
.agent-chat { display: none; flex-direction: column; gap: 7px; margin: 12px auto 0; max-width: 340px; max-height: 190px; overflow-y: auto; text-align: left; position: relative; z-index: 3; }
.agent-chat.has-messages { display: flex; }
.agent-msg { padding: 9px 13px; border-radius: 14px; font-size: .9rem; line-height: 1.4; max-width: 85%; word-break: break-word; }
.agent-msg-user { align-self: flex-end; background: var(--gold); color: var(--ink); font-weight: 700; border-bottom-right-radius: 4px; }
.agent-msg-bot { align-self: flex-start; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18); color: #fff; border-bottom-left-radius: 4px; }

/* 5./6. Formfelder (kompakter, dezenter) */
.agent-field { margin: 12px auto 0; max-width: 340px; text-align: left; position: relative; z-index: 3; }
.agent-field label { display: block; color: rgba(255,255,255,.78); font-weight: 700; font-size: .82rem; margin-bottom: 5px; }
.agent-field input, .agent-field textarea { width: 100%; font-family: var(--font-body); font-size: .92rem; color: #fff; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius-sm); padding: 9px 12px; transition: border-color .14s var(--ease), background .14s var(--ease); }
.agent-field input::placeholder, .agent-field textarea::placeholder { color: rgba(255,255,255,.45); }
.agent-field textarea { resize: vertical; min-height: 48px; }
.agent-field input:focus, .agent-field textarea:focus { outline: none; border-color: var(--gold); background: rgba(255,255,255,.12); }
.agent-field input.is-valid { border-color: #36d07a; }
.agent-field input.is-invalid { border-color: #ff5a5a; }
.agent-field-msg { font-size: .78rem; font-weight: 700; margin: 5px 0 0; min-height: 1em; }
.agent-field-msg.is-valid { color: #6cf0a4; }
.agent-field-msg.is-invalid { color: #ffb0b0; }
.agent-send { margin-top: 9px; }

/* Aufklappbarer Schreib-Bereich (details/summary, kein Extra-JS) */
.agent-write { max-width: 340px; margin: 12px auto 0; text-align: left; position: relative; z-index: 3; }
.agent-write > summary { list-style: none; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; color: rgba(255,255,255,.85); font-weight: 700; font-size: .84rem; padding: 4px 2px; }
.agent-write > summary::-webkit-details-marker { display: none; }
.agent-write > summary::before { content: "+"; font-weight: 900; color: var(--gold); }
.agent-write[open] > summary::before { content: "−"; }
.agent-write > summary:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; border-radius: 6px; }
.agent-write-body { margin-top: 8px; }

/* Pflicht-Hinweis zum KI-Agenten, immer sichtbar */
.agent-disclaimer { font-size: .74rem; line-height: 1.4; color: rgba(255,255,255,.6); margin: 14px auto 0; max-width: 42ch; position: relative; z-index: 3; }
.agent-disclaimer a { color: var(--gold); font-weight: 700; }

/* dynamische Formen in der Agent Card (im geclippten Deko-Container) */
.agent-deco .shape { position: absolute; pointer-events: none; }
.shape-square  { width: 70px; height: 70px; background: var(--gold); border-radius: 14px; top: 8%; left: 6%; opacity: .8; animation: drift 11s var(--ease) infinite; }
.shape-tri     { width: 0; height: 0; border-left: 34px solid transparent; border-right: 34px solid transparent; border-bottom: 56px solid var(--pink); top: 10%; right: 8%; opacity: .8; animation: drift 13s var(--ease) infinite reverse; }
.shape-circle  { width: 52px; height: 52px; border-radius: 50%; background: var(--gold); bottom: 8%; right: 10%; opacity: .75; animation: drift 9s var(--ease) infinite; }
.shape-diamond { width: 50px; height: 50px; background: var(--pink); bottom: 10%; left: 9%; border-radius: 10px; opacity: .75; animation: spin 18s linear infinite; }
@keyframes drift { 0% { transform: translate(0,0) rotate(0deg); } 33% { transform: translate(10px,-12px) rotate(7deg); } 66% { transform: translate(-8px,8px) rotate(-5deg); } 100% { transform: translate(0,0) rotate(0deg); } }
@keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

/* =====================================================================
   SECTIONS allgemein
   ===================================================================== */
.section { padding: 60px 0; position: relative; overflow: hidden; }
@media (min-width: 960px) { .section { padding: 88px 0; } }
.section-soft { background: var(--bg-soft); }
.section-indigo { background: linear-gradient(160deg, var(--indigo) 0%, var(--indigo-2) 100%); color: #fff; }
.center { text-align: center; }

/* =====================================================================
   ERGEBNIS-KACHEL
   ===================================================================== */
.result-grid { display: grid; gap: 32px; align-items: center; }
@media (min-width: 920px) { .result-grid { grid-template-columns: 1fr 1fr; gap: 56px; } }
.result-intro .lead { margin-bottom: 0; }

.leadcard { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-lg); overflow: hidden; max-width: 460px; margin: 0 auto; border: 1px solid var(--line); width: 100%; }
.leadcard-head { display: flex; align-items: center; gap: 12px; padding: 18px; background: var(--bg-soft); border-bottom: 1px solid var(--line); }
.lc-title strong { display: block; font-size: 1.06rem; font-weight: 800; }
.lc-status { font-size: .82rem; color: var(--green); font-weight: 800; }
.lc-time { margin-left: auto; background: var(--gold); color: var(--ink); font-weight: 800; font-size: .78rem; padding: 5px 10px; border-radius: 999px; white-space: nowrap; }
.leadcard-rows { padding: 6px 18px; }
.leadcard-rows li { display: flex; justify-content: space-between; gap: 14px; padding: 10px 0; border-bottom: 1px dashed var(--line); font-size: .96rem; }
.leadcard-rows li:last-child { border-bottom: none; }
.leadcard-rows span { color: var(--ink-soft); flex: 0 0 auto; }
.leadcard-rows strong { font-weight: 800; text-align: right; }
.leadcard-rows .ok { color: var(--green); }
.leadcard-rows .neutral { color: var(--ink-soft); font-weight: 700; }
.leadcard-rows .hot { color: var(--pink); }
.leadcard-foot { text-align: center; padding: 14px; background: var(--indigo); color: #fff; font-weight: 800; font-size: .96rem; }

/* =====================================================================
   PROBLEM
   ===================================================================== */
.story-head { max-width: 820px; margin: 0 auto 28px; text-align: center; }
.story-head .display { margin-left: auto; margin-right: auto; }
.story-text { max-width: 760px; margin: 0 auto 34px; }
.story-text p { font-size: 1.14rem; color: var(--ink-soft); margin-bottom: .7em; }

.facts { display: grid; gap: 18px; margin: 0 auto 28px; max-width: 1000px; }
@media (min-width: 760px) { .facts { grid-template-columns: repeat(3, 1fr); } }
.fact { background: #fff; border: 1px solid var(--line); border-top: 5px solid var(--indigo); border-radius: var(--radius); padding: 30px 22px; text-align: center; box-shadow: var(--shadow); }
.fact b { display: block; font-size: clamp(2.4rem, 6vw, 3.6rem); font-weight: 900; line-height: 1; color: var(--indigo); letter-spacing: -1px; }
.fact span { display: block; margin-top: 12px; font-size: 1rem; color: var(--ink-soft); font-weight: 600; }
.fact-accent { border-top-color: var(--pink); }
.fact-accent b { color: var(--pink); }

.facts-revenue { text-align: center; font-size: 1.08rem; color: var(--ink); font-weight: 600; max-width: 760px; margin: 0 auto 34px; }
.facts-hint { display: block; font-size: .86rem; font-weight: 600; color: var(--ink-soft); margin-top: 6px; }

.slogan-band { max-width: 820px; margin: 0 auto; text-align: center; background: #fff; border: 1px solid var(--line); border-left: 6px solid var(--pink); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); }
.slogan { font-weight: 900; color: var(--ink); font-size: clamp(1.3rem, 3vw, 1.9rem); margin: 0 0 12px; }
.slogan-resolve { color: var(--ink-soft); font-size: 1.06rem; margin: 0; }

/* =====================================================================
   SO ARBEITET CATCHLY (Timeline + Ergebniskarte)
   ===================================================================== */
.ablauf-head { text-align: center; max-width: 760px; margin: 0 auto 40px; }
.ablauf-head .display { margin-left: auto; margin-right: auto; }
.ablauf-grid { display: grid; gap: 32px; align-items: start; }
@media (min-width: 980px) { .ablauf-grid { grid-template-columns: 1.5fr 1fr; gap: 48px; } }

.route { position: relative; }
.route-line { position: absolute; left: 26px; top: 10px; bottom: 10px; width: 5px; background: var(--line); border-radius: 99px; }
.route-fill { position: absolute; left: 0; top: 0; width: 100%; height: 0%; background: linear-gradient(180deg, var(--pink), var(--gold)); border-radius: 99px; transition: height .25s var(--ease); }
.route-stops { display: grid; gap: 16px; }
.stop { position: relative; display: flex; gap: 18px; align-items: flex-start; }
.stop-dot { position: relative; z-index: 2; flex: 0 0 auto; width: 54px; height: 54px; border-radius: 50%; background: #fff; border: 4px solid var(--indigo); color: var(--indigo); font-weight: 900; font-size: 1.3rem; display: flex; align-items: center; justify-content: center; transition: background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease), transform .3s var(--ease); }
.stop.active .stop-dot { background: var(--pink); border-color: var(--pink); color: #fff; transform: scale(1.06); }
.stop-body { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 15px 20px; box-shadow: var(--shadow); flex: 1; }
.stop-body h3 { font-size: 1.06rem; font-weight: 800; margin-bottom: 4px; }
.stop-body p { font-size: .95rem; color: var(--ink-soft); margin: 0; }

.process-card { position: sticky; top: calc(var(--header-h) + 16px); background: linear-gradient(160deg, var(--indigo) 0%, var(--indigo-2) 100%); color: #fff; border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-lg); }
.process-badge { display: inline-block; background: var(--gold); color: var(--ink); font-weight: 900; font-size: .72rem; letter-spacing: .5px; text-transform: uppercase; padding: 6px 12px; border-radius: 999px; margin-bottom: 16px; }
.process-title { font-size: 1.3rem; font-weight: 900; margin: 0 0 14px; }
.process-rows { margin-bottom: 16px; }
.process-rows li { display: flex; justify-content: space-between; gap: 14px; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.16); font-size: .98rem; }
.process-rows li:last-child { border-bottom: none; }
.process-rows span { color: rgba(255,255,255,.78); }
.process-rows strong { font-weight: 800; }
.process-rows .ok { color: var(--gold); }
.process-rows .neutral { color: rgba(255,255,255,.8); font-weight: 700; }
.process-foot { background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius-sm); padding: 12px 14px; font-weight: 800; text-align: center; }
.process-foot .ok { color: var(--gold); }
@media (max-width: 979px) { .process-card { position: static; } }

.ablauf-closer { text-align: center; max-width: 700px; margin: 36px auto 0; font-weight: 800; font-size: 1.14rem; color: var(--ink); }

/* =====================================================================
   TERMIN
   ===================================================================== */
.book-inner { max-width: 700px; margin: 0 auto; text-align: center; }
.book-inner .lead { margin-left: auto; margin-right: auto; margin-bottom: 28px; }
.badge { display: inline-block; font-weight: 900; font-size: .8rem; letter-spacing: .4px; text-transform: uppercase; padding: 8px 14px; border-radius: 999px; margin-bottom: 12px; }
.badge-gold { background: var(--gold); color: var(--ink); }

/* =====================================================================
   FOOTER
   ===================================================================== */
.site-footer { background: var(--black); color: rgba(255,255,255,.7); padding: 52px 0 40px; text-align: center; }
.footer-logo { width: 180px; height: auto; margin: 0 auto 16px; }
.footer-tagline { font-weight: 900; font-size: 1.5rem; letter-spacing: -.3px; color: var(--gold); margin-bottom: 14px; }
.footer-meta { font-size: .95rem; margin-bottom: 14px; }
.footer-meta a { color: var(--gold); }
.footer-links { display: flex; gap: 10px; justify-content: center; align-items: center; font-size: .92rem; margin-bottom: 14px; }
.footer-links a { color: rgba(255,255,255,.82); font-weight: 700; }
.footer-links span { color: rgba(255,255,255,.4); }
.footer-fineprint { font-size: .8rem; color: rgba(255,255,255,.5); margin: 0; }

/* ---------- Deko Blobs ---------- */
.blob { position: absolute; border-radius: 50%; z-index: 1; pointer-events: none; filter: blur(2px); }
.hero .blob-pink { width: 200px; height: 200px; background: var(--pink); top: -60px; right: 40%; opacity: .08; }
.hero .blob-gold { width: 240px; height: 240px; background: var(--gold); bottom: -90px; left: -60px; opacity: .12; }
.blob-soft { opacity: .12; }
.section-indigo .blob-gold { width: 280px; height: 280px; background: var(--gold); top: -70px; right: -60px; opacity: .12; }

/* ---------- Reveal + Motion ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal.in { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .btn, .stop-dot, .agent-trigger { transition: none; }
  .shape, .trigger-pulse { animation: none; }
}

/* =====================================================================
   RECHTSSEITEN
   ===================================================================== */
.legal { max-width: 760px; margin: 0 auto; padding: 60px 24px 80px; }
.legal h1 { font-weight: 900; font-size: clamp(1.8rem, 4vw, 2.6rem); margin-bottom: 18px; }
.legal h2 { font-weight: 900; font-size: 1.35rem; margin: 36px 0 12px; color: var(--indigo); }
.legal p { color: var(--ink-soft); }
.legal ul { list-style: disc; padding-left: 22px; margin: 0 0 1em; color: var(--ink-soft); }
.legal ul li { margin-bottom: 4px; }
.legal a { color: var(--pink); font-weight: 700; }
.legal .back { display: inline-block; margin-bottom: 28px; font-weight: 700; }
.legal-cross { margin-top: 40px; padding-top: 20px; border-top: 1px solid var(--line); }
.legal-footer { background: var(--black); text-align: center; padding: 34px 24px; }
.legal-footer img { width: 180px; height: auto; margin: 0 auto; display: block; }
