/* ==========================================================================
   Lexware-Einzug, gemeinsames Stylesheet beider Marketingseiten
   Gestaltungssprache "Goldpunkt": viel Weißraum, Senfgold als Akzent,
   Anthrazit für Überschriften, warmes Beige für Flächen. Keine Webfonts,
   keine externen Ressourcen, keine Frameworks.
   ========================================================================== */

:root {
  --gold: #E3AC48;
  --gold-dark: #C9932F;
  --gold-text: #8A5A00; /* Gold für kleine Texte, Kontrast 4.5:1 auf Weiß und Beige */
  --gold-soft: #F6E7C8;
  --gold-tint: #FBF2DF;
  --anthracite: #2E2D2E;
  --ink: #1F1E1F;
  --black: #000000;
  --gray: #9F9F9F;
  --grey: #9F9F9F;
  --gray-text: #5F5E5F;
  --beige: #FBF6EC;
  --white: #FFFFFF;
  --hairline: #DDDBD6;
  --line: #ECE8DF;
  --success: #176640;
  --success-bg: #E3F3EA;
  --info: #1A527A;
  --info-bg: #E3EEF5;
  --danger: #A12622;
  --danger-bg: #F8E7E6;
  --font-main: Carlito, Calibri, 'Segoe UI', system-ui, sans-serif;
  --container-width: 1160px;
  --maxw: 1160px;
  --radius: 10px;
  --shadow: 0 10px 30px rgba(46, 45, 46, 0.08), 0 1px 3px rgba(46, 45, 46, 0.06);
  --shadow-lg: 0 24px 60px rgba(46, 45, 46, 0.16), 0 2px 6px rgba(46, 45, 46, 0.08);
}

/* -------------------------------------------------------------------------
   Reset und Basis
   ------------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  margin: 0;
  font-family: var(--font-main);
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  font-size: 17px;
}
img, svg { max-width: 100%; }
img { display: block; }
ul, ol { padding: 0; margin: 0; }
li { list-style: none; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; }
h1, h2, h3, h4 { color: var(--anthracite); font-weight: 700; line-height: 1.18; margin: 0 0 0.5em 0; letter-spacing: -0.01em; }
h1 { font-size: clamp(2.1rem, 4.6vw, 3.4rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); }
h3 { font-size: 1.15rem; }
p { margin: 0 0 1em 0; }
p:last-child { margin-bottom: 0; }
strong { color: var(--anthracite); }

/* -------------------------------------------------------------------------
   Layout
   ------------------------------------------------------------------------- */
.container { width: 100%; max-width: var(--container-width); margin: 0 auto; padding: 0 22px; }
main { display: block; }
.section, main > section { padding: 76px 0; }
.section-alt, .alt { background: var(--beige); }
.section-dark { background: var(--anthracite); color: var(--white); }
.section-dark h2, .section-dark h3 { color: var(--white); }
.section-head { max-width: 780px; margin-bottom: 40px; }
.section-head.center, .section-head.text-center, .text-center { text-align: center; margin-left: auto; margin-right: auto; }
.section-head.center .bar, .text-center .bar { margin-left: auto; margin-right: auto; }
.section-head p, .section-head .lead { color: var(--gray-text); }

/* Versal-Label über Abschnittsüberschriften */
.eyebrow, .label {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--gold-text);
  margin: 0 0 12px 0;
  font-weight: 700;
}

/* Goldbalken unter Überschriften */
.bar { display: block; width: 56px; height: 3px; background: var(--gold); margin: 12px 0 22px 0; border-radius: 2px; }
.bar-small { display: block; width: 32px; height: 3px; background: var(--gold); margin: 0 0 14px 0; border-radius: 2px; }

.lead { font-size: 1.2rem; color: var(--gray-text); max-width: 62ch; line-height: 1.55; }
.text-gray { color: var(--gray); }

/* -------------------------------------------------------------------------
   Kopfnaht / Seam (Zierlinie über dem Header)
   ------------------------------------------------------------------------- */
.kopfnaht, .seam { height: 3px; background: var(--hairline); position: relative; }
.kopfnaht::before, .seam span {
  content: '';
  position: absolute; top: 0; left: 0;
  height: 3px; width: 140px; max-width: 40%;
  background: var(--gold);
  display: block;
}

/* -------------------------------------------------------------------------
   Header
   ------------------------------------------------------------------------- */
.site-header {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: saturate(140%) blur(8px);
  position: sticky; top: 0; z-index: 30;
  border-bottom: 1px solid var(--line);
}
.header-inner {
  max-width: var(--container-width); margin: 0 auto;
  padding: 14px 22px;
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px;
}
.wordmark {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 1.2rem; font-weight: 700; color: var(--anthracite); white-space: nowrap;
}
.wordmark .dot, .footer-wordmark .dot {
  width: 12px; height: 12px; border-radius: 50%; background: var(--gold); display: inline-block; flex: none;
  box-shadow: 0 0 0 4px var(--gold-tint);
}
.nav-toggle-checkbox { position: absolute; opacity: 0; pointer-events: none; }
.nav-toggle-label { display: none; width: 40px; height: 32px; position: relative; cursor: pointer; flex: none; }
.nav-toggle-label span, .nav-toggle-label span::before, .nav-toggle-label span::after {
  content: ''; position: absolute; left: 4px; right: 4px; height: 2px; background: var(--anthracite); top: 15px; border-radius: 2px;
}
.nav-toggle-label span::before { top: -8px; }
.nav-toggle-label span::after { top: 8px; }
.main-nav ul, .main-nav { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; }
.main-nav a { font-size: 0.95rem; color: var(--anthracite); padding: 8px 12px; border-radius: 6px; }
.main-nav a:hover { background: var(--beige); color: var(--anthracite); }
.main-nav .nav-login { color: var(--gray-text); }
.main-nav .nav-cta, .header-cta .btn { padding: 10px 18px; }
.main-nav .nav-cta:hover { background: var(--gold-dark); }

/* -------------------------------------------------------------------------
   Buttons
   ------------------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 24px; font-size: 1rem; font-weight: 700;
  border-radius: 8px; cursor: pointer; text-align: center;
  border: 1px solid transparent; line-height: 1.2;
  transition: transform 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--gold); color: var(--anthracite); border-color: var(--gold); box-shadow: 0 6px 18px rgba(227, 172, 72, 0.35); }
.btn-primary:hover { background: var(--gold-dark); border-color: var(--gold-dark); box-shadow: 0 8px 22px rgba(227, 172, 72, 0.45); }
.btn-outline { background: transparent; color: var(--anthracite); border-color: var(--anthracite); }
.btn-outline:hover { background: var(--anthracite); color: var(--white); }
.btn-light { background: var(--white); color: var(--anthracite); border-color: var(--white); }
.btn-light:hover { background: var(--beige); }
.btn-block { display: flex; width: 100%; }
.btn-small { padding: 10px 18px; font-size: 0.95rem; }
.cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; align-items: center; }
.cta-row .hint { font-size: 0.9rem; color: var(--gray-text); }

/* -------------------------------------------------------------------------
   Hero mit Produktmockup
   ------------------------------------------------------------------------- */
.hero {
  position: relative; overflow: hidden;
  padding: 72px 0 84px 0;
  background:
    radial-gradient(900px 420px at 85% 0%, var(--gold-tint) 0%, rgba(251, 242, 223, 0) 70%),
    linear-gradient(180deg, var(--white) 0%, var(--beige) 100%);
}
.hero-grid { display: grid; grid-template-columns: 1fr; gap: 48px; align-items: center; }
.hero-grid > *, .split > *, .pricing-wrap > *, .tiles > *, .steps > *, .flow > * { min-width: 0; }
.hero h1 { margin-bottom: 0.3em; }
.hero-grid h1 { font-size: clamp(2rem, 3.5vw, 3rem); }
.nowrap { white-space: nowrap; }
.hero .lead { margin-top: 6px; }
.hero .kennzeichen, .badge-row { display: flex; flex-wrap: wrap; gap: 10px 14px; margin-top: 30px; }
.hero .kennzeichen li, .badge-row span {
  font-weight: 700; color: var(--anthracite); font-size: 0.95rem;
  background: var(--white); border: 1px solid var(--line); border-radius: 999px;
  padding: 8px 14px 8px 32px; position: relative; box-shadow: 0 1px 2px rgba(46,45,46,0.05);
}
.hero .kennzeichen li::before, .badge-row span::before {
  content: ''; position: absolute; left: 14px; top: 50%; transform: translateY(-50%);
  width: 9px; height: 9px; background: var(--gold); border-radius: 50%;
}
.hero-note { margin-top: 18px; font-size: 0.9rem; color: var(--gray-text); }

/* Produktfenster */
.app-mock {
  background: var(--white); border-radius: 14px; box-shadow: var(--shadow-lg);
  border: 1px solid var(--line); overflow: hidden; font-size: 13px; color: var(--anthracite);
  transform: perspective(1400px) rotateY(-4deg) rotateX(2deg);
  transform-origin: left center;
}
.app-mock-bar { display: flex; align-items: center; gap: 8px; padding: 12px 14px; background: #F4F1EA; border-bottom: 1px solid var(--line); }
.app-mock-bar i { width: 10px; height: 10px; border-radius: 50%; background: #D9D5CC; display: inline-block; }
.app-mock-bar i:first-child { background: var(--gold); }
.app-mock-bar .url { margin-left: 8px; font-size: 11px; color: var(--gray-text); background: var(--white); border-radius: 999px; padding: 4px 12px; border: 1px solid var(--line); }
.app-mock-head { display: flex; align-items: center; justify-content: space-between; padding: 14px 18px 6px; }
.app-mock-head strong { font-size: 15px; }
.app-mock-head .pill { font-size: 11px; background: var(--gold-tint); color: var(--gold-text); border-radius: 999px; padding: 4px 10px; font-weight: 700; }
.app-mock-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 8px 18px 14px; }
.app-mock-kpis div { background: var(--beige); border-radius: 8px; padding: 10px 12px; border-top: 3px solid var(--gold); }
.app-mock-kpis b { display: block; font-size: 18px; color: var(--anthracite); }
.app-mock-kpis span { color: var(--gray-text); font-size: 11px; }
.app-mock table { width: 100%; border-collapse: collapse; }
.app-mock th { text-align: left; font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gray-text); background: #F7F5F0; padding: 8px 18px; font-weight: 700; }
.app-mock td { padding: 10px 18px; border-top: 1px solid var(--line); white-space: nowrap; }
.app-mock td.num { text-align: right; font-variant-numeric: tabular-nums; }
.app-mock td:nth-child(2) { max-width: 150px; overflow: hidden; text-overflow: ellipsis; }
.app-mock td:last-child { width: 1%; }
.badge { display: inline-block; font-size: 11px; font-weight: 700; border-radius: 999px; padding: 3px 9px; white-space: nowrap; }
.badge-success { background: var(--success-bg); color: var(--success); }
.badge-info { background: var(--info-bg); color: var(--info); }
.badge-warn { background: var(--gold-tint); color: var(--gold-text); }
.badge-danger { background: var(--danger-bg); color: var(--danger); }
.mock-btn { display: inline-block; background: var(--gold); color: var(--anthracite); font-weight: 700; font-size: 11px; padding: 5px 10px; border-radius: 6px; }

/* Ablaufgrafik: drei Systeme */
.flow {
  display: grid; grid-template-columns: 1fr; gap: 14px; align-items: stretch; margin-top: 44px;
}
.flow-node {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px 22px 20px; box-shadow: var(--shadow); position: relative; text-align: center;
}
.flow-node.is-core { border-color: var(--gold); box-shadow: 0 12px 34px rgba(227, 172, 72, 0.25); }
.flow-node .icon { margin: 0 auto 12px; }
.flow-node h3 { font-size: 1.05rem; margin-bottom: 4px; }
.flow-node p { font-size: 0.95rem; color: var(--gray-text); margin: 0; }
.flow-arrow { display: none; align-items: center; justify-content: center; color: var(--gold); }
.flow-arrow svg { width: 28px; height: 28px; }

/* -------------------------------------------------------------------------
   Icons und Kacheln
   ------------------------------------------------------------------------- */
.icon {
  width: 52px; height: 52px; border-radius: 14px; background: var(--gold-tint);
  display: inline-flex; align-items: center; justify-content: center; color: var(--gold-dark); flex: none;
}
.icon svg { width: 26px; height: 26px; }
.icon.dark { background: var(--anthracite); color: var(--gold); }

.tiles { display: grid; grid-template-columns: 1fr; gap: 18px; margin-top: 8px; }
.tile {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 24px; box-shadow: 0 1px 2px rgba(46,45,46,0.04); position: relative;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.tile:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.tile::after { content: ''; position: absolute; left: 24px; right: 24px; bottom: 0; height: 3px; background: var(--gold); border-radius: 3px 3px 0 0; opacity: 0; transition: opacity 0.15s ease; }
.tile:hover::after { opacity: 1; }
.tile .icon { margin-bottom: 16px; }
.tile h3 { font-size: 1.1rem; margin-bottom: 6px; }
.tile p { color: var(--gray-text); font-size: 0.98rem; margin: 0; }
.section-alt .tile, .alt .tile { border-color: transparent; }

/* Kompakte Vertrauensleiste */
.trust-strip { display: grid; grid-template-columns: 1fr; gap: 14px; }
.trust-item { display: flex; gap: 14px; align-items: flex-start; background: var(--white); border-radius: var(--radius); padding: 18px 20px; border: 1px solid var(--line); }
.trust-item .icon { width: 42px; height: 42px; border-radius: 10px; }
.trust-item .icon svg { width: 22px; height: 22px; }
.trust-item strong { display: block; margin-bottom: 2px; }
.trust-item span { color: var(--gray-text); font-size: 0.95rem; }

/* -------------------------------------------------------------------------
   Häkchenlisten
   ------------------------------------------------------------------------- */
.checklist li { position: relative; padding: 7px 0 7px 32px; }
.checklist li::before {
  content: ''; position: absolute; left: 0; top: 9px; width: 20px; height: 20px; border-radius: 50%;
  background: var(--gold-tint);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23C9932F' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5 9-10'/%3E%3C/svg%3E");
  background-size: 12px; background-repeat: no-repeat; background-position: center;
}
.checklist.two-col { display: grid; grid-template-columns: 1fr; gap: 0 28px; }

/* -------------------------------------------------------------------------
   Schritte ("So funktioniert es")
   ------------------------------------------------------------------------- */
.steps { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 12px; counter-reset: step; }
.steps .step, .steps > li {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px 22px 20px 22px; position: relative; display: block;
}
.steps > li { padding-left: 74px; }
.steps > li strong { display: block; color: var(--anthracite); font-size: 1.08rem; margin-bottom: 4px; }
.steps > li::before {
  counter-increment: step; content: counter(step);
  position: absolute; left: 22px; top: 22px; width: 36px; height: 36px; border-radius: 50%;
  background: var(--anthracite); color: var(--gold); font-weight: 700;
  display: flex; align-items: center; justify-content: center; font-size: 0.95rem;
}
.steps .step { display: flex; gap: 16px; align-items: flex-start; }
.steps .step::before { content: none; }
.step-number {
  flex: none; width: 40px; height: 40px; border-radius: 50%;
  background: var(--anthracite); color: var(--gold);
  display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 1rem;
}
.step h3 { margin-bottom: 4px; font-size: 1.08rem; }
.step p { color: var(--gray-text); margin: 0; font-size: 0.98rem; }

/* -------------------------------------------------------------------------
   Zweispaltige Abschnitte mit Illustration
   ------------------------------------------------------------------------- */
.split { display: grid; grid-template-columns: 1fr; gap: 40px; align-items: center; }
.split-visual { position: relative; }
.split.reverse .split-visual { order: -1; }
.visual-card {
  background: var(--white); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); padding: 22px;
}
.visual-card + .visual-card { margin-top: 14px; }
.visual-card .row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 0.95rem; }
.visual-card .row:last-child { border-bottom: 0; }
.visual-card .row .who { display: flex; align-items: center; gap: 10px; }
.avatar { width: 32px; height: 32px; border-radius: 50%; background: var(--anthracite); color: var(--gold); font-size: 12px; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; }
.avatar.gold { background: var(--gold); color: var(--anthracite); }
.timeline { position: relative; padding-left: 26px; }
.timeline::before { content: ''; position: absolute; left: 8px; top: 8px; bottom: 8px; width: 2px; background: var(--line); }
.timeline li { position: relative; padding: 6px 0 14px; font-size: 0.95rem; color: var(--gray-text); }
.timeline li strong { color: var(--anthracite); display: block; }
.timeline li::before { content: ''; position: absolute; left: -23px; top: 12px; width: 12px; height: 12px; border-radius: 50%; background: var(--white); border: 3px solid var(--gold); }
.timeline li.done::before { background: var(--gold); }

/* Einstellungen-Mock */
.setting { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 0.95rem; }
.setting:last-child { border-bottom: 0; }
.setting .val { background: var(--beige); border-radius: 6px; padding: 4px 10px; font-weight: 700; color: var(--anthracite); white-space: nowrap; }
.toggle { width: 40px; height: 22px; border-radius: 999px; background: var(--gold); position: relative; flex: none; }
.toggle::after { content: ''; position: absolute; top: 3px; right: 3px; width: 16px; height: 16px; border-radius: 50%; background: var(--white); }

/* -------------------------------------------------------------------------
   Karten (generisch), Info-Box, Feature-Artikel (lexoffice-Seite)
   ------------------------------------------------------------------------- */
.card { background: var(--beige); padding: 28px; border-radius: var(--radius); }
.card-grid, .grid { display: grid; grid-template-columns: 1fr; gap: 20px; margin-top: 24px; }
.feature { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 24px; }
.feature h3 { font-size: 1.08rem; }
.feature p { color: var(--gray-text); font-size: 0.98rem; margin: 0; }
.info-box { background: var(--beige); border-left: 4px solid var(--gold); padding: 22px 26px; border-radius: 0 var(--radius) var(--radius) 0; }

/* -------------------------------------------------------------------------
   Preise
   ------------------------------------------------------------------------- */
.pricing-wrap { display: grid; grid-template-columns: 1fr; gap: 28px; align-items: start; margin-top: 8px; }
.price-card {
  background: var(--white); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-lg);
  max-width: 520px; margin: 24px auto 0; overflow: hidden; position: relative;
}
.price-card .plan-head { background: var(--anthracite); color: var(--white); padding: 26px 32px 22px; }
.price-card .plan-name { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.14em; color: var(--gold); font-weight: 700; margin: 0 0 8px; }
.price-card .plan-price, .price-card .price { font-size: 2.6rem; font-weight: 700; color: var(--white); margin: 0; line-height: 1.1; }
.price-card .plan-price small, .price-card .price span { font-size: 1rem; font-weight: 400; color: #D6D5D3; margin-left: 6px; }
.price-card .plan-billing, .price-card .billing-note { color: #B9B8B6; font-size: 0.95rem; margin: 8px 0 0; }
.price-card .plan-body { padding: 26px 32px 32px; }
.price-card .checklist, .price-card ul { margin-bottom: 26px; }
.price-card .checklist.two-col { grid-template-columns: 1fr; }
.price-card .checklist li { padding-top: 5px; padding-bottom: 5px; }
.price-card ul li:not(.checklist li) { position: relative; padding: 7px 0 7px 32px; }
.price-card .btn { margin-top: 4px; }
.price-note { margin-top: 16px; color: var(--gray-text); font-size: 0.9rem; text-align: center; }
.price-aside h3 { font-size: 1.1rem; }
.price-aside .tile { margin-bottom: 14px; }

/* -------------------------------------------------------------------------
   FAQ
   ------------------------------------------------------------------------- */
.faq-list, .faq-grid { margin-top: 8px; display: grid; grid-template-columns: 1fr; gap: 12px; }
.faq-list details, .faq-item {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 0 22px;
}
.section-alt .faq-item, .alt .faq-item, .section-alt .faq-list details { border-color: transparent; }
.faq-list summary, .faq-item summary {
  cursor: pointer; font-weight: 700; color: var(--anthracite); list-style: none; position: relative;
  padding: 18px 40px 18px 0; font-size: 1.02rem;
}
.faq-list summary::-webkit-details-marker, .faq-item summary::-webkit-details-marker { display: none; }
.faq-list summary::after, .faq-item summary::after {
  content: '+'; position: absolute; right: 0; top: 14px; width: 26px; height: 26px; border-radius: 50%;
  background: var(--gold-tint); color: var(--gold-dark); font-size: 1.2rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center; line-height: 1;
}
details[open] summary::after { content: '\2212'; }
.faq-answer { padding: 0 0 18px; color: var(--gray-text); }
.faq-answer p { margin: 0; }

/* -------------------------------------------------------------------------
   Abschluss-Band
   ------------------------------------------------------------------------- */
.closing, .cta-band {
  background:
    radial-gradient(700px 300px at 90% 10%, rgba(227, 172, 72, 0.28) 0%, rgba(227, 172, 72, 0) 70%),
    var(--anthracite);
  color: var(--white); padding: 84px 0; position: relative; overflow: hidden;
}
.closing h2, .cta-band h2 { color: var(--white); }
.closing .lead, .closing p, .cta-band p { color: #D6D5D3; }
.closing .eyebrow, .closing .label { color: var(--gold); }
.closing .btn-outline { color: var(--white); border-color: rgba(255,255,255,0.7); }
.closing .btn-outline:hover { background: var(--white); color: var(--anthracite); }
.closing .container { text-align: center; }
.closing .lead, .cta-band .lead { margin-left: auto; margin-right: auto; }
.closing .cta-row { justify-content: center; }
.closing .bar { margin-left: auto; margin-right: auto; }

/* -------------------------------------------------------------------------
   Footer
   ------------------------------------------------------------------------- */
.site-footer { background: #232223; color: var(--white); border-top: 3px solid var(--gold); }
.footer-inner { max-width: var(--container-width); margin: 0 auto; padding: 40px 22px 28px; }
.footer-top, .site-footer nav { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 24px; padding-bottom: 22px; border-bottom: 1px solid #46454a; }
.site-footer nav { justify-content: flex-start; gap: 18px; }
.footer-wordmark { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.05rem; margin-bottom: 12px; }
.footer-nav ul { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-nav a, .site-footer nav a { color: #D6D5D3; font-size: 0.9rem; }
.footer-nav a:hover, .site-footer nav a:hover { color: var(--gold); }
.footer-legal, .site-footer .disclaimer, .site-footer .operator-line { margin-top: 20px; font-size: 0.85rem; color: #B9B8B6; max-width: 78ch; }
.footer-legal p { margin: 0 0 8px; }
.footer-disclaimer, .site-footer .disclaimer { font-weight: 700; color: #D6D5D3; }
.site-footer .operator-line { margin-top: 8px; }

/* -------------------------------------------------------------------------
   Sticky Mobile CTA
   ------------------------------------------------------------------------- */
.sticky-cta, .mobile-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 40;
  background: rgba(255,255,255,0.96); border-top: 1px solid var(--hairline); padding: 10px 16px;
  display: none; transform: translateY(100%); transition: transform 0.2s ease;
}
.sticky-cta a, .mobile-cta a { display: flex; }

/* -------------------------------------------------------------------------
   Breadcrumb, Rechtstexte, Inhaltsseiten
   ------------------------------------------------------------------------- */
.breadcrumb { max-width: var(--container-width); margin: 0 auto; padding: 18px 22px 0; }
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: 6px; font-size: 0.85rem; color: var(--gray); }
.breadcrumb a { color: var(--gray); }
.breadcrumb a:hover { color: var(--gold-dark); }
.breadcrumb li:not(:last-child)::after { content: '/'; margin-left: 6px; color: var(--hairline); }
.breadcrumb li[aria-current="page"] { color: var(--anthracite); }
.legal-notice { background: var(--beige); border-left: 4px solid var(--gold); padding: 18px 22px; margin-bottom: 32px; font-size: 0.92rem; color: var(--anthracite); border-radius: 0 var(--radius) var(--radius) 0; }
.legal .container > *, article.legal .container > * { max-width: 820px; }
article > .section + .section { margin-top: 0; }
article .container p, article .container ul, article .container ol { max-width: 76ch; }
article h2 + p, article h3 + p { margin-top: 0; }
dl.impressum-data dt { font-weight: 700; color: var(--anthracite); margin-top: 14px; }
dl.impressum-data dd { margin: 0; color: var(--ink); }
.placeholder { color: var(--gray); }
hr.hairline { border: none; border-top: 1px solid var(--hairline); margin: 40px 0; }

/* -------------------------------------------------------------------------
   Responsive
   ------------------------------------------------------------------------- */
@media (max-width: 760px) {
  .nav-toggle-label { display: block; }
  .main-nav { flex-basis: 100%; order: 3; }
  .nav-toggle-checkbox ~ .main-nav { display: none; }
  .nav-toggle-checkbox:checked ~ .main-nav { display: block; }
  .main-nav:not(ul) { gap: 2px 10px; }
  .main-nav ul { flex-direction: column; align-items: flex-start; gap: 2px; padding: 12px 0 6px; border-top: 1px solid var(--line); margin-top: 8px; width: 100%; }
  .main-nav ul li { width: 100%; }
  .main-nav ul li a { display: block; }
  .main-nav .nav-cta { display: inline-flex; margin-top: 8px; }
  .header-cta { display: none; }
  body { padding-bottom: 68px; }
  .sticky-cta.is-visible, .mobile-cta.is-visible { display: block; transform: translateY(0); }
  .hero { padding: 44px 0 56px; }
  .app-mock { transform: none; font-size: 12px; }
  .app-mock td, .app-mock th { padding-left: 12px; padding-right: 12px; }
  .app-mock td:nth-child(2), .app-mock th:nth-child(2),
  .app-mock td:nth-child(5), .app-mock th:nth-child(5) { display: none; }
  .app-mock td { white-space: nowrap; }
  .app-mock-head .pill { max-width: 55%; white-space: normal; text-align: right; }
  .setting .val { white-space: normal; text-align: right; }
  .flow-node h3 { font-size: 1rem; }
  .section, main > section { padding: 56px 0; }
}
@media (min-width: 640px) {
  .card-grid, .grid, .grid-2 { grid-template-columns: repeat(2, 1fr); }
  .tiles { grid-template-columns: repeat(2, 1fr); }
  .trust-strip { grid-template-columns: repeat(3, 1fr); }
  .checklist.two-col { grid-template-columns: repeat(2, 1fr); }
  .faq-grid { grid-template-columns: repeat(2, 1fr); align-items: start; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .flow { grid-template-columns: 1fr 44px 1fr 44px 1fr; gap: 0; }
  .flow-arrow { display: flex; }
}
@media (min-width: 960px) {
  .hero-grid { grid-template-columns: 1.05fr 1fr; gap: 56px; }
  .tiles { grid-template-columns: repeat(3, 1fr); }
  .steps { grid-template-columns: repeat(3, 1fr); }
  .steps.four { grid-template-columns: repeat(4, 1fr); }
  .split { grid-template-columns: 1fr 1fr; gap: 64px; }
  .pricing-wrap { grid-template-columns: 1.2fr 1fr; gap: 48px; }
  .pricing-wrap .price-card { margin: 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn, .tile, .sticky-cta, .mobile-cta { transition: none; }
}

/* Textlinks im Inhalt sichtbar machen */
main p a:not(.btn), main li a:not(.btn), main td a { color: var(--gold-dark); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
main p a:not(.btn):hover, main li a:not(.btn):hover { color: var(--anthracite); }

/* Bildmarke: goldenes Euro auf Anthrazit-Kachel */
.wordmark .mark, .footer-wordmark .mark {
  width: 30px; height: 30px; border-radius: 8px; background: var(--anthracite); color: var(--gold);
  display: inline-flex; align-items: center; justify-content: center; font-weight: 700; font-size: 19px; line-height: 1; flex: none;
}
.footer-wordmark .mark { background: var(--gold); color: var(--anthracite); }

/* Einführungspreis */
.plan-badge { display: inline-block; margin-left: 8px; padding: 3px 9px; border-radius: 999px; background: var(--gold); color: var(--anthracite); font-size: 0.68rem; letter-spacing: 0.06em; vertical-align: middle; }
.price-card .plan-was { color: #B9B8B6; font-size: 0.98rem; margin: 0 0 2px; }
.price-card .plan-was s { color: #D6D5D3; text-decoration-thickness: 2px; text-decoration-color: var(--gold); font-weight: 600; }
.price-note { font-size: 0.85rem; color: var(--gray-text); margin: 14px 0 0; max-width: 640px; }

/* Einwilligungsbanner */
.consent { position: fixed; left: 0; right: 0; bottom: 0; z-index: 1000; padding: 16px; background: rgba(46, 45, 46, 0.55); backdrop-filter: blur(2px); }
.consent-box { max-width: 760px; margin: 0 auto; background: var(--white); border-radius: 14px; border-top: 4px solid var(--gold); box-shadow: 0 18px 50px rgba(0,0,0,0.25); padding: 22px 26px; }
.consent-title { margin: 0 0 8px; font-weight: 700; font-size: 1.05rem; color: var(--anthracite); }
.consent-text { margin: 0 0 16px; font-size: 0.95rem; color: var(--gray-text); line-height: 1.55; }
.consent-text a { color: var(--gold-text); text-decoration: underline; }
.consent-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.consent-actions .btn { min-width: 160px; }
@media (max-width: 600px) { .consent { padding: 10px; } .consent-box { padding: 18px; } .consent-actions .btn { flex: 1 1 100%; } }

/* Bildmarke als SVG-Kachel */
.wordmark img.mark, .footer-wordmark img.mark { background: none; border-radius: 8px; display: inline-block; width: 30px; height: 30px; flex: none; }

/* Logo-Bilder in Header und Footer */
.wordmark img.logo { height: 56px; width: auto; display: block; }
.footer-wordmark img.logo { height: 48px; width: auto; display: block; }
.wordmark .wordmark-sub { margin-left: 12px; }
@media (max-width: 600px) { .wordmark img.logo { height: 44px; } .wordmark .wordmark-sub { display: none; } }
