/* ============================================================
   Cardello Landingpage — Design-System v2 (Dark)
   Portiert aus dem Claude-Design-Handoff (Cardello-Landing.dc.html):
   dunkles Lila-Navy, Glas-Karten, Gradient-Icons, Newsreader-Italic-
   Akzente, Marquee, CTA-Band. Fonts selbst gehostet (DSGVO!).
   ============================================================ */

/* ---------- Fonts (Latin-Subset, OFL-Lizenz) ---------- */
@font-face { font-family: "Fredoka"; font-weight: 500; font-display: swap;
  src: url("fonts/fredoka-500.woff2") format("woff2"); }
@font-face { font-family: "Fredoka"; font-weight: 600; font-display: swap;
  src: url("fonts/fredoka-600.woff2") format("woff2"); }
@font-face { font-family: "Fredoka"; font-weight: 700; font-display: swap;
  src: url("fonts/fredoka-700.woff2") format("woff2"); }
@font-face { font-family: "Nunito"; font-weight: 400; font-display: swap;
  src: url("fonts/nunito-400.woff2") format("woff2"); }
@font-face { font-family: "Nunito"; font-weight: 600; font-display: swap;
  src: url("fonts/nunito-600.woff2") format("woff2"); }
@font-face { font-family: "Nunito"; font-weight: 700; font-display: swap;
  src: url("fonts/nunito-700.woff2") format("woff2"); }
@font-face { font-family: "Nunito"; font-weight: 800; font-display: swap;
  src: url("fonts/nunito-800.woff2") format("woff2"); }
/* Akzent-Schrift für kursive Headline-Wörter (Variable Font, 400–500) */
@font-face { font-family: "Newsreader"; font-style: italic; font-weight: 400 600;
  font-display: swap; src: url("fonts/newsreader-italic-1.woff2") format("woff2"); }

/* ---------- Design-Tokens ---------- */
:root {
  --coral:  #FF5A5F;
  --orange: #FF7A3D;
  --yellow: #FFCB3D;
  --blue:   #4D7CFF;
  --purple: #8F6BFF;
  --teal:   #3FD0C9;

  --bg:        #100d24;
  --ink:       #f4f2ee;          /* Grundtext */
  --head:      #ffffff;          /* Überschriften */
  --lead:      #c3bde0;          /* Leads/Absätze */
  --body-dim:  #b6b0d4;          /* Karten-Fließtext */
  --li:        #d3cfe8;          /* Listen */
  --muted:     #8a84a8;          /* Nebenzeilen */
  --faint:     #635d80;          /* Kleingedrucktes */

  --glass:        rgba(255, 255, 255, 0.045);
  --glass-strong: rgba(255, 255, 255, 0.08);
  --stroke:       rgba(255, 255, 255, 0.08);
  --stroke-strong:rgba(255, 255, 255, 0.16);

  --grad-warm: linear-gradient(135deg, var(--coral), var(--orange));
  --grad-cta:  linear-gradient(130deg, #ff5a5f 0%, #ff7a3d 55%, #ffcb3d 120%);

  --display: "Fredoka", "Avenir Next", system-ui, sans-serif;
  --serifit: "Newsreader", Georgia, serif;
  --body:    "Nunito", "Avenir Next", system-ui, sans-serif;
}

/* ---------- Basis ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink);
  background:
    radial-gradient(140% 60% at 80% -5%, #24184f 0%, #16132e 42%, #100d24 100%)
    fixed var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
::selection { background: rgba(255, 90, 95, 0.35); }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 2px; border-radius: 6px; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 32px; }
section { padding: 100px 0 40px; }

h1, h2, h3 { font-family: var(--display); font-weight: 600; margin: 0; color: var(--head); text-wrap: balance; }
h1 { font-size: clamp(2.5rem, 6vw, 4rem); line-height: 1.02; letter-spacing: -0.01em; }
h2 { font-size: clamp(1.9rem, 4vw, 2.875rem); line-height: 1.08; letter-spacing: -0.01em; }
h3 { font-size: 1.375rem; }
p { margin: 0; }

/* Kursive Akzent-Wörter in Headlines (Newsreader Italic) */
.accent-serif {
  font-family: var(--serifit); font-style: italic; font-weight: 500;
}
.accent-warm {
  background: linear-gradient(115deg, #ff5a5f, #ff7a3d 55%, #ffcb3d);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.accent-teal   { color: var(--teal); }
.accent-yellow { color: var(--yellow); }
.accent-purple { color: var(--purple); }

.eyebrow {
  display: inline-block; font-weight: 800; font-size: 0.8rem;
  letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 14px;
}
.eyebrow-orange { color: var(--orange); }
.eyebrow-teal   { color: var(--teal); }
.eyebrow-purple { color: var(--purple); }
.eyebrow-yellow { color: var(--yellow); }

.section-head { max-width: 720px; }
.section-head.center { margin: 0 auto; text-align: center; }
.section-head .lead { margin-top: 20px; font-size: 1.1rem; font-weight: 500; color: var(--lead); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  background: rgba(16, 13, 36, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  transition: box-shadow 0.25s ease;
}
.site-header.scrolled { box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35); }
.nav {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; padding: 16px 0;
}
.brand {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--display); font-weight: 600; font-size: 1.35rem; color: #fff;
}
.brand-badge {
  width: 34px; height: 34px; border-radius: 10px;
  background: var(--grad-warm);
  display: flex; align-items: center; justify-content: center; font-size: 18px;
}
.nav-links { display: flex; gap: 30px; font-weight: 700; font-size: 0.94rem; color: #c9c4e0; }
.nav-links a { transition: color 0.2s; }
.nav-links a:hover { color: #fff; }
.nav-right { display: flex; align-items: center; gap: 16px; }
.lang-switch { display: flex; gap: 3px; font-weight: 800; font-size: 0.82rem; color: var(--muted); }
.lang-switch a:hover { color: #fff; }
.lang-switch .active { color: #fff; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--display); font-weight: 500; font-size: 1.1rem; color: #fff;
  padding: 17px 32px; border-radius: 100px; border: 0; cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--grad-warm); box-shadow: 0 14px 30px rgba(255, 90, 95, 0.36); }
.btn-ghost {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--stroke-strong);
}
.btn-ghost:hover { background: rgba(255, 255, 255, 0.12); transform: none; }
.btn-small { padding: 11px 22px; font-size: 0.94rem; box-shadow: 0 8px 20px rgba(255, 90, 95, 0.3); }
.btn-block { display: flex; width: 100%; padding: 15px; font-size: 1rem; }

/* ---------- Hero ---------- */
.hero { position: relative; padding: 96px 0 80px; }
.hero-glow-1, .hero-glow-2 {
  position: absolute; border-radius: 50%; pointer-events: none;
}
.hero-glow-1 {
  top: 40px; right: 0; width: 520px; height: 520px;
  background: radial-gradient(circle, rgba(255, 203, 61, 0.16), transparent 65%);
}
.hero-glow-2 {
  top: 260px; left: -120px; width: 460px; height: 460px;
  background: radial-gradient(circle, rgba(77, 124, 255, 0.2), transparent 65%);
}
.hero-grid {
  position: relative; display: flex; flex-wrap: wrap; align-items: center; gap: 64px;
}
.hero-copy { flex: 1 1 460px; min-width: 320px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 9px;
  font-weight: 800; font-size: 0.8rem; letter-spacing: 0.02em; color: #ffd08a;
  background: rgba(255, 203, 61, 0.1); border: 1px solid rgba(255, 203, 61, 0.28);
  padding: 8px 16px; border-radius: 100px;
}
.hero-badge .dot {
  width: 8px; height: 8px; border-radius: 50%; background: var(--teal);
  box-shadow: 0 0 0 4px rgba(63, 208, 201, 0.25);
}
.hero h1 { margin-top: 22px; }
.hero .lead {
  margin-top: 26px; max-width: 30em;
  font-weight: 500; font-size: 1.15rem; color: var(--lead);
}
.hero .lead strong { color: #fff; font-weight: 800; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-note { margin-top: 22px; font-weight: 700; font-size: 0.85rem; color: var(--muted); }
.trust-strip { display: flex; flex-wrap: wrap; gap: 12px 20px; margin-top: 28px; }
.trust-strip span {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 700; font-size: 0.85rem; color: var(--lead);
}
.trust-strip .tick { color: var(--teal); font-weight: 900; }

/* Telefon mit echtem Screenshot */
.phone-wrap { flex: 0 0 auto; position: relative; margin: 0 auto; }
.phone {
  width: 300px; height: 640px; border-radius: 46px;
  background: #050506; padding: 11px;
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.6);
  position: relative; z-index: 2; transform: rotate(-15deg);
}
.phone-screen {
  position: relative; width: 100%; height: 100%;
  border-radius: 36px; overflow: hidden; background: var(--bg);
}
.phone-screen img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- Marquee ---------- */
.marquee-band {
  padding: 8px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.02);
}
.marquee-label {
  padding: 14px 32px 6px; text-align: center;
  font-weight: 800; font-size: 0.72rem; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--muted);
}
.marquee {
  overflow: hidden; padding: 14px 0;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.marquee-track {
  display: flex; width: max-content;
  animation: cd-marquee 32s linear infinite;
}
.marquee-row {
  display: flex; gap: 44px; padding-right: 44px;
  font-family: var(--display); font-weight: 500; font-size: 1.3rem;
  color: var(--lead); white-space: nowrap;
}
@keyframes cd-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; }
}

/* ---------- Feature-Karten ---------- */
.features-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 52px;
}
.feature {
  border-radius: 24px; background: var(--glass);
  border: 1px solid var(--stroke); padding: 30px;
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.feature:hover { transform: translateY(-6px); }
.feature-coral:hover  { border-color: rgba(255, 122, 61, 0.4); }
.feature-yellow:hover { border-color: rgba(255, 203, 61, 0.4); }
.feature-blue:hover   { border-color: rgba(77, 124, 255, 0.4); }
.feature-purple:hover { border-color: rgba(143, 107, 255, 0.4); }
.feature-teal:hover   { border-color: rgba(63, 208, 201, 0.4); }
.feature .icon {
  width: 56px; height: 56px; border-radius: 16px;
  display: flex; align-items: center; justify-content: center; font-size: 26px;
}
.icon-coral  { background: linear-gradient(135deg, #ff5a5f, #ff7a3d); box-shadow: 0 10px 22px rgba(255, 90, 95, 0.3); }
.icon-yellow { background: linear-gradient(135deg, #ffb03d, #ffcb3d); box-shadow: 0 10px 22px rgba(255, 176, 61, 0.28); }
.icon-blue   { background: linear-gradient(135deg, #4d7cff, #6a9bff); box-shadow: 0 10px 22px rgba(77, 124, 255, 0.28); }
.icon-purple { background: linear-gradient(135deg, #8f6bff, #a888ff); box-shadow: 0 10px 22px rgba(143, 107, 255, 0.28); }
.icon-teal   { background: linear-gradient(135deg, #3fd0c9, #5ee0d0); box-shadow: 0 10px 22px rgba(63, 208, 201, 0.28); }
.icon-orange { background: linear-gradient(135deg, #ff7a3d, #ffab5e); box-shadow: 0 10px 22px rgba(255, 122, 61, 0.28); }
.feature h3 { margin: 22px 0 10px; }
.feature p { font-weight: 500; font-size: 0.9rem; line-height: 1.6; color: var(--body-dim); }

/* ---------- Ablauf (01 / 02 / 03) ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 56px; }
.step { padding: 0 34px; border-right: 1px solid var(--stroke); }
.step:first-child { padding-left: 0; }
.step:last-child { padding-right: 0; border-right: 0; }
.step .num {
  font-family: var(--display); font-weight: 600; font-size: 4.5rem; line-height: 1;
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.num-warm   { background-image: linear-gradient(135deg, #ff5a5f, #ff7a3d); }
.num-yellow { background-image: linear-gradient(135deg, #ffab5e, #ffcb3d); }
.num-cool   { background-image: linear-gradient(135deg, #4d7cff, #8f6bff); }
.step h3 { margin: 18px 0 10px; font-size: 1.6rem; }
.step p { font-weight: 500; font-size: 0.95rem; line-height: 1.6; color: var(--body-dim); }

/* ---------- Echte App-Screenshots ---------- */
.app-preview { position: relative; }
.app-preview::before {
  content: "";
  position: absolute; inset: 6% 0 auto 0; height: 68%;
  background:
    radial-gradient(circle at 16% 35%, rgba(143, 107, 255, 0.13), transparent 34%),
    radial-gradient(circle at 84% 62%, rgba(63, 208, 201, 0.1), transparent 32%);
  pointer-events: none;
}
.app-preview .container { position: relative; }
.app-shots {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px; margin-top: 52px; align-items: start;
}
.app-shot {
  min-width: 0; margin: 0; padding: 11px 11px 24px;
  border-radius: 30px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.025));
  border: 1px solid rgba(255, 255, 255, 0.11);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.24);
}
.app-shot-media {
  position: relative; overflow: hidden; aspect-ratio: 9 / 16;
  border-radius: 23px; background: #0b0919;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.app-shot-media::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.07);
}
.app-shot-media img {
  width: 100%; height: 100%; object-fit: cover;
}
.app-shot-media-scan img { object-position: 50% 62%; }
.app-shot-media-price img { object-position: 50% 54%; }
.app-shot-media-price-compact img {
  object-fit: contain; object-position: 50% 50%;
}
.app-shot-media-collection img,
.app-shot-media-progress img { object-position: 50% 0; }
.app-shot figcaption { padding: 18px 8px 0; }
.app-shot-number {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 38px; height: 24px; padding: 0 9px; border-radius: 100px;
  font-weight: 900; font-size: 0.7rem; letter-spacing: 0.08em;
  color: #f4edff; background: rgba(143, 107, 255, 0.18);
  border: 1px solid rgba(143, 107, 255, 0.32);
}
.app-shot h3 { margin: 12px 0 7px; font-size: 1.22rem; }
.app-shot p {
  color: var(--body-dim); font-weight: 500; font-size: 0.86rem; line-height: 1.55;
}

/* ---------- Moat (Preis-Intelligenz) ---------- */
.moat {
  border-radius: 32px;
  background: linear-gradient(150deg, rgba(63, 208, 201, 0.1), rgba(77, 124, 255, 0.06));
  border: 1px solid rgba(63, 208, 201, 0.18);
  padding: 56px;
  display: flex; flex-wrap: wrap; align-items: center; gap: 56px;
}
.moat-copy { flex: 1 1 380px; min-width: 300px; }
.moat-copy h2 { font-size: clamp(1.8rem, 3.4vw, 2.5rem); }
.moat-copy p { margin-top: 20px; font-weight: 500; font-size: 1.02rem; color: var(--lead); }
.moat-copy strong { color: #fff; }
.moat-chart {
  flex: 1 1 340px; min-width: 300px;
  border-radius: 22px; background: rgba(16, 13, 36, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.1); padding: 28px;
}
.moat-chart .chart-label { font-weight: 800; font-size: 0.85rem; color: var(--muted); }
.moat-chart .chart-value {
  font-family: var(--display); font-weight: 600; font-size: 2.1rem; color: #fff;
  margin: 6px 0 18px;
}
.moat-chart .chart-value .delta { font-family: var(--body); font-weight: 800; font-size: 0.9rem; color: var(--teal); }
.moat-chart svg { width: 100%; height: auto; }

/* ---------- Pricing ---------- */
.pricing-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
  max-width: 900px; margin: 52px auto 0;
}
.plan {
  border-radius: 26px; background: var(--glass);
  border: 1px solid rgba(255, 255, 255, 0.1); padding: 34px;
  display: flex; flex-direction: column;
}
.plan-premium {
  position: relative;
  background: linear-gradient(160deg, rgba(255, 90, 95, 0.14), rgba(255, 122, 61, 0.06));
  border: 1.5px solid rgba(255, 122, 61, 0.45);
  box-shadow: 0 24px 60px rgba(255, 90, 95, 0.16);
}
.plan-flag {
  position: absolute; top: -13px; right: 28px;
  font-family: var(--display); font-weight: 600; font-size: 0.8rem; color: #fff;
  background: var(--grad-warm); padding: 6px 16px; border-radius: 100px;
  box-shadow: 0 8px 18px rgba(255, 90, 95, 0.4);
}
.plan h3 { font-size: 1.5rem; }
.plan-price {
  font-family: var(--display); font-weight: 600; font-size: 3.2rem; color: #fff;
  margin: 12px 0 2px;
}
.plan-price span { font-family: var(--body); font-weight: 700; font-size: 1.05rem; color: var(--muted); }
.plan-alt { font-weight: 700; font-size: 0.85rem; color: var(--muted); margin-bottom: 24px; }
.plan ul { list-style: none; margin: 0 0 28px; padding: 0; display: flex; flex-direction: column; gap: 13px; }
.plan li { display: flex; gap: 11px; font-weight: 600; font-size: 0.9rem; line-height: 1.4; color: var(--li); }
.plan li strong { color: #fff; }
.plan li .tick { color: var(--teal); font-weight: 900; }
.plan li .plus { color: var(--orange); font-weight: 900; }
.plan .btn { margin-top: auto; }
.beta-callout {
  max-width: 900px; margin: 22px auto 0; text-align: center;
  font-weight: 700; font-size: 0.95rem; color: #ffd08a;
  background: rgba(255, 203, 61, 0.09); border: 1px solid rgba(255, 203, 61, 0.24);
  padding: 16px 24px; border-radius: 16px;
}
.beta-callout strong { color: #fff; }

/* ---------- Formulare (Beta + Ideen) ---------- */
.form-section-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 52px; }
.form-card {
  border-radius: 26px; background: var(--glass);
  border: 1px solid rgba(255, 255, 255, 0.1); padding: 34px;
}
.form-card h3 { margin-bottom: 8px; }
.form-card > p { margin-bottom: 22px; font-weight: 500; font-size: 0.9rem; line-height: 1.55; color: var(--body-dim); }
.field { display: flex; flex-direction: column; gap: 7px; margin-top: 16px; }
.field label { font-weight: 800; font-size: 0.8rem; color: var(--lead); }
.field label .opt { color: var(--muted); font-weight: 600; }
.field input, .field textarea {
  font-family: var(--body); font-size: 0.95rem; color: #fff;
  background: rgba(16, 13, 36, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 12px;
  padding: 13px 15px; outline: none;
}
.field textarea { resize: vertical; min-height: 120px; }
.form-beta .field input:focus, .form-beta .field textarea:focus { border-color: var(--orange); }
.form-idea .field input:focus, .form-idea .field textarea:focus { border-color: var(--purple); }
.consent {
  display: flex; gap: 10px; align-items: flex-start; margin-top: 16px;
  font-weight: 600; font-size: 0.8rem; line-height: 1.5; color: var(--body-dim);
}
.consent input { margin-top: 3px; width: 16px; height: 16px; }
.form-beta .consent input { accent-color: var(--coral); }
.form-idea .consent input { accent-color: var(--purple); }
.consent a { text-decoration: underline; }
.form-beta .consent a { color: #ff9e6b; }
.form-idea .consent a { color: #b79bff; }
.form-card .btn { width: 100%; margin-top: 20px; }
.form-msg { margin-top: 14px; font-weight: 800; font-size: 0.92rem; display: none; }
.form-msg.ok { display: block; color: var(--teal); }
.form-msg.err { display: block; color: var(--coral); }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

/* ---------- FAQ ---------- */
.faq-wrap { max-width: 820px; margin: 0 auto; }
.faq-list { display: flex; flex-direction: column; gap: 12px; margin-top: 44px; }
.faq-list details {
  border-radius: 18px; background: var(--glass);
  border: 1px solid rgba(255, 255, 255, 0.09); overflow: hidden;
}
.faq-list summary {
  list-style: none; cursor: pointer; padding: 22px 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  font-family: var(--display); font-weight: 500; font-size: 1.1rem; color: #fff;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list .cd-chev { color: var(--orange); font-size: 1.4rem; transition: transform 0.25s ease; }
.faq-list details[open] .cd-chev { transform: rotate(45deg); }
.faq-list details p {
  margin: 0; padding: 0 24px 22px;
  font-weight: 500; font-size: 0.95rem; line-height: 1.6; color: var(--body-dim);
}
.faq-list details p strong { color: #fff; }

/* ---------- CTA-Band ---------- */
.cta-band {
  position: relative; border-radius: 36px; overflow: hidden;
  background: var(--grad-cta);
  padding: 72px 48px; text-align: center;
}
.cta-band .deco { position: absolute; font-size: 150px; opacity: 0.14; pointer-events: none; }
.cta-band .deco-1 { top: -40px; left: -20px; }
.cta-band .deco-2 { bottom: -50px; right: -10px; }
.cta-band h2 { position: relative; font-size: clamp(2rem, 4.5vw, 3.25rem); line-height: 1.05; }
.cta-band p {
  position: relative; margin: 18px auto 0; max-width: 34em;
  font-weight: 700; font-size: 1.1rem; line-height: 1.5; color: rgba(255, 255, 255, 0.92);
}
.cta-band .btn {
  position: relative; margin-top: 32px;
  color: #ff5a3a; background: #fff; font-size: 1.1rem; padding: 18px 40px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.25);
}

/* ---------- Footer ---------- */
.site-footer {
  border-top: 1px solid var(--stroke);
  background: rgba(0, 0, 0, 0.2);
  padding: 56px 0 40px; margin-top: 60px;
}
.footer-grid { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 32px; }
.footer-about { max-width: 34ch; }
.footer-about p { margin-top: 14px; font-weight: 500; font-size: 0.9rem; color: var(--muted); }
.footer-links {
  display: flex; flex-wrap: wrap; gap: 26px; align-items: flex-start;
  font-weight: 700; font-size: 0.9rem; color: var(--body-dim);
}
.footer-links a { transition: color 0.2s; }
.footer-links a:hover { color: #fff; }
.disclaimer {
  margin-top: 40px; font-weight: 500; font-size: 0.72rem; line-height: 1.6; color: var(--faint);
}

/* ---------- Rechtsseiten ---------- */
.legal { max-width: 760px; margin: 0 auto; padding: 60px 22px; }
.legal h1 { font-size: 2rem; margin-bottom: 14px; }
.legal h2 { font-size: 1.3rem; margin: 34px 0 10px; }
.legal p, .legal li { color: var(--lead); }
.legal a { color: #ff9e6b; text-decoration: underline; }
.legal .todo {
  background: rgba(255, 203, 61, 0.12); border: 1.5px dashed rgba(255, 203, 61, 0.5);
  border-radius: 14px; padding: 14px 18px; font-weight: 700; color: #ffd08a;
}

/* ---------- Ratgeber-Karten ---------- */
.guide-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px; margin-top: 44px;
}
.guide-grid-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.guide-card {
  display: flex; flex-direction: column; min-height: 270px;
  padding: 30px; border: 1px solid var(--stroke); border-radius: 24px;
  background: var(--glass);
}
.guide-card-accent {
  background: linear-gradient(145deg, rgba(77, 124, 255, 0.15), rgba(63, 208, 201, 0.07));
  border-color: rgba(63, 208, 201, 0.24);
}
.guide-kicker {
  color: var(--teal); font-size: 0.76rem; font-weight: 800;
  letter-spacing: 0.12em; text-transform: uppercase;
}
.guide-card h3 { margin-top: 12px; }
.guide-card p { margin-top: 14px; color: var(--body-dim); }
.text-link {
  display: inline-flex; gap: 8px; align-items: center;
  margin-top: auto; padding-top: 24px; color: #fff; font-weight: 800;
}
.text-link span { color: var(--teal); transition: transform 0.2s ease; }
.text-link:hover span { transform: translateX(4px); }

/* ---------- SEO-Ratgeberseiten ---------- */
.article-hero { padding: 70px 0 42px; }
.breadcrumb {
  display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px;
  color: var(--muted); font-size: 0.84rem; font-weight: 700;
}
.breadcrumb a:hover { color: #fff; }
.article-hero h1 { max-width: 900px; font-size: clamp(2.35rem, 6vw, 4.5rem); }
.article-hero .lead { max-width: 760px; margin-top: 24px; color: var(--lead); font-size: 1.2rem; }
.article-meta {
  display: flex; flex-wrap: wrap; gap: 16px; margin-top: 24px;
  color: var(--muted); font-size: 0.84rem; font-weight: 700;
}
.article-shell {
  display: grid; grid-template-columns: minmax(0, 1fr) 260px;
  gap: 64px; align-items: start; padding-top: 20px;
}
.article-content { min-width: 0; }
.article-content > * + * { margin-top: 22px; }
.article-content h2 { margin-top: 64px; font-size: clamp(1.75rem, 4vw, 2.55rem); }
.article-content h3 { margin-top: 36px; font-size: 1.35rem; }
.article-content p, .article-content li { color: var(--lead); }
.article-content ul, .article-content ol { display: grid; gap: 12px; padding-left: 24px; }
.article-content strong { color: #fff; }
.article-content a { color: #ff9e6b; text-decoration: underline; text-underline-offset: 3px; }
.article-content .text-link { color: #fff; text-decoration: none; }
.article-toc {
  position: sticky; top: 100px; padding: 22px;
  border: 1px solid var(--stroke); border-radius: 20px; background: var(--glass);
}
.article-toc strong { display: block; color: #fff; margin-bottom: 12px; }
.article-toc nav { display: grid; gap: 10px; }
.article-toc a { color: var(--muted); font-size: 0.88rem; font-weight: 700; }
.article-toc a:hover { color: var(--teal); }
.key-points {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px;
  margin-top: 34px;
}
.key-point {
  padding: 20px; border-radius: 18px; background: var(--glass);
  border: 1px solid var(--stroke); color: var(--body-dim);
}
.key-point strong { display: block; margin-bottom: 6px; }
.article-callout {
  padding: 24px; border: 1px solid rgba(255, 203, 61, 0.28);
  border-radius: 20px; background: rgba(255, 203, 61, 0.08);
}
.article-callout p { color: #e5ddbd; }
.article-table-wrap { overflow-x: auto; border-radius: 18px; border: 1px solid var(--stroke); }
.article-table {
  width: 100%; min-width: 620px; border-collapse: collapse; background: var(--glass);
}
.article-table th, .article-table td {
  padding: 16px 18px; text-align: left; border-bottom: 1px solid var(--stroke);
  vertical-align: top;
}
.article-table th { color: #fff; font-family: var(--display); background: rgba(255, 255, 255, 0.04); }
.article-table td { color: var(--body-dim); }
.article-table tr:last-child td { border-bottom: 0; }
.article-cta {
  margin-top: 64px; padding: 36px; border-radius: 26px;
  background: linear-gradient(140deg, rgba(255, 90, 95, 0.17), rgba(77, 124, 255, 0.14));
  border: 1px solid rgba(255, 122, 61, 0.24);
}
.article-cta h2 { margin-top: 0; }
.article-cta .btn { margin-top: 24px; text-decoration: none; color: #fff; }
.related-guides {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px;
}

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .nav-links { display: none; }
  .hero { padding-top: 56px; }
  .hero-grid { gap: 48px; }
  .phone-wrap { order: -1; margin-inline: auto; }
  .phone { width: 260px; height: 554px; transform: rotate(-6deg); }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: 1fr; gap: 40px; }
  .step { padding: 0; border-right: 0; }
  .app-shots {
    display: flex; overflow-x: auto; gap: 16px;
    margin-right: -32px; padding: 2px 32px 20px 0;
    scroll-snap-type: x mandatory;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(143, 107, 255, 0.55) transparent;
  }
  .app-shot {
    flex: 0 0 min(76vw, 300px);
    scroll-snap-align: start;
  }
  .moat { padding: 40px 30px; }
  .form-section-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .guide-grid { grid-template-columns: 1fr; }
  .article-shell { grid-template-columns: 1fr; gap: 30px; }
  .article-toc { position: static; order: -1; }
}
@media (max-width: 640px) {
  section { padding: 64px 0 24px; }
  .container { padding: 0 22px; }
  .hero-ctas .btn { width: 100%; }
  .features-grid { grid-template-columns: 1fr; }
  .app-shots { margin-right: -22px; padding-right: 22px; }
  .app-shot { flex-basis: min(78vw, 286px); }
  .cta-band { padding: 56px 26px; }
  .nav .btn-small { display: none; }
  .key-points, .related-guides { grid-template-columns: 1fr; }
  .article-hero { padding-top: 44px; }
  .article-cta { padding: 28px 22px; }
}

/* ── Consent-Banner (Google Analytics nur nach Einwilligung) ─────────────── */
.cb {
  position: fixed;
  left: 16px; right: 16px; bottom: 16px;
  z-index: 999;
  display: flex; justify-content: center;
}
.cb-card {
  max-width: 680px;
  background: rgba(28, 24, 56, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 18px 20px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.cb-text {
  margin: 0 0 12px;
  font-family: 'Nunito', system-ui, sans-serif;
  font-size: 14px; line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
}
.cb-text a { color: #3FD0C9; text-decoration: underline; }
.cb-actions { display: flex; gap: 10px; justify-content: flex-end; }
.cb-btn {
  font-family: 'Fredoka', system-ui, sans-serif;
  font-size: 14px; font-weight: 600;
  padding: 9px 18px;
  border-radius: 999px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: transparent;
  color: rgba(255, 255, 255, 0.85);
}
.cb-btn.cb-accept {
  border: none;
  background: linear-gradient(135deg, #FF5A5F, #FF7A3D);
  color: #fff;
  box-shadow: 0 8px 22px rgba(255, 90, 95, 0.35);
}
.cb-btn:hover { filter: brightness(1.08); }
@media (max-width: 640px) {
  .cb-actions { flex-direction: column-reverse; }
  .cb-btn { width: 100%; }
}
