:root {
  --bg: #f7faf9;
  --surface: #ffffff;
  --muted: #edf4f2;
  --muted-2: #f2f7f6;
  --text: #112225;
  --subtle: #587074;
  --brand: #0f3f46;
  --brand-2: #1b6b74;
  --accent: #35c99a;
  --line: #dbe7e5;
  --shadow: 0 18px 55px rgba(15, 63, 70, .12);
  --soft-shadow: 0 10px 34px rgba(17, 34, 37, .06);
  --radius: 24px;
  --page-gutter: clamp(18px, 4.6vw, 104px);
  --section-y: clamp(44px, 5.6vw, 82px);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
a:hover { color: var(--brand-2); }
.container {
  width: calc(100% - (var(--page-gutter) * 2));
  max-width: none;
  margin: 0 auto;
}
.narrow, .text-measure { max-width: 980px; }
.skip {
  position: fixed;
  left: 16px;
  top: 16px;
  transform: translateY(-140%);
  opacity: 0;
  background: #fff;
  color: var(--brand);
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  z-index: 999;
}
.skip:focus { transform: translateY(0); opacity: 1; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(247,250,249,.93); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 230px; }
.brand-mark { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 14px; background: var(--brand); color: #fff; font-weight: 800; letter-spacing: -1px; flex: 0 0 auto; }
.brand-mark-img { width: 44px; height: 44px; border-radius: 14px; display: block; flex: 0 0 auto; box-shadow: 0 10px 22px rgba(15,63,70,.14); }
.brand small { display: block; color: var(--subtle); font-size: 12px; margin-top: -2px; }
.main-nav { display: flex; align-items: center; gap: clamp(10px, .95vw, 18px); font-size: 14px; }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; border-radius: 999px; padding: 0 20px; font-weight: 800; border: 1px solid transparent; transition: transform .15s ease, box-shadow .15s ease, background .15s ease; white-space: nowrap; }
.nav-cta, .button.primary { background: var(--brand); color: #fff; box-shadow: 0 12px 25px rgba(15,63,70,.18); }
.button.secondary { background: #fff; border-color: var(--line); color: var(--brand); }
.button.light { background: #fff; color: var(--brand); }
.button.ghost { background: transparent; border-color: rgba(255,255,255,.35); color: #fff; }
.button:hover, .nav-cta:hover { transform: translateY(-1px); color: inherit; }
.menu-toggle { display: none; border: 1px solid var(--line); background: #fff; border-radius: 999px; padding: 10px 14px; font-weight: 800; }
.hero, .page-hero { background: radial-gradient(circle at top right, rgba(27,107,116,.16), transparent 34%), linear-gradient(180deg, #fff, var(--bg)); }
.hero { padding: clamp(28px, 3.2vw, 48px) 0 clamp(36px, 4vw, 58px); }
.page-hero { padding: clamp(28px, 3.4vw, 52px) 0 clamp(28px, 3.6vw, 50px); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, .72fr); gap: clamp(28px, 3.4vw, 58px); align-items: start; }
.page-hero-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .65fr); gap: clamp(24px, 3.4vw, 56px); align-items: start; }
.eyebrow { color: var(--brand-2); font-weight: 900; letter-spacing: .08em; text-transform: uppercase; font-size: 13px; margin: 0 0 12px; }
h1, h2, h3 { line-height: 1.12; letter-spacing: -.045em; margin: 0 0 16px; }
h1 { font-size: clamp(42px, 6.8vw, 84px); }
h2 { font-size: clamp(30px, 3.8vw, 54px); }
h3 { font-size: clamp(21px, 1.7vw, 28px); }
p { margin: 0 0 16px; color: var(--subtle); }
.hero-text, .page-hero p { font-size: clamp(18px, 1.45vw, 23px); max-width: 1050px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 20px; }
.trust-list, .check-list, .plain-list { display: grid; gap: 10px; padding: 0; margin: 22px 0 0; list-style: none; color: var(--subtle); }
.trust-list li::before, .check-list li::before, .price-card li::before, .plain-list li::before { content: "✓"; color: var(--brand-2); font-weight: 900; margin-right: 8px; }
.hero-panel, .side-panel { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(24px, 2.4vw, 36px); box-shadow: var(--shadow); }
.panel-label { display: inline-flex; background: var(--muted); border-radius: 999px; padding: 8px 12px; color: var(--brand); font-weight: 900; margin-bottom: 16px; }
.topic-list { display: grid; gap: 10px; margin-bottom: 18px; }
.topic-list span { padding: 14px 16px; background: var(--bg); border: 1px solid var(--line); border-radius: 16px; font-weight: 800; }
.mini-card { background: #fff8e8; border: 1px solid #f4dda8; border-radius: 18px; padding: 16px; }
.mini-card p { margin: 4px 0 0; }
.proof-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.proof-grid { display: grid; grid-template-columns: repeat(4, minmax(180px, 1fr)); gap: 1px; }
.proof-item { padding: 24px clamp(18px, 2vw, 30px); border-left: 1px solid var(--line); }
.proof-item:first-child { border-left: 0; }
.proof-item strong { display: block; font-size: clamp(18px, 1.45vw, 24px); letter-spacing: -.03em; }
.proof-item span { display: block; color: var(--subtle); margin-top: 4px; }
.section { padding: var(--section-y) 0; }
.section > .container > h2 { max-width: 1320px; }
.muted { background: var(--muted); }
.two-col, .steps, .split-list, .contact-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: clamp(32px, 4vw, 72px); align-items: start; }
.two-col.wide-left { grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); }
.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(310px, 1fr)); gap: clamp(18px, 2vw, 30px); margin-top: 28px; }
.card, .price-card, .contact-form, .contact-aside, .section-list article, .trust-card, .risk-card, .faq-card, .process-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(24px, 2vw, 34px); box-shadow: var(--soft-shadow); }
.card a { font-weight: 900; color: var(--brand); }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0; }
.chips span { border: 1px solid var(--line); background: var(--bg); border-radius: 999px; padding: 6px 10px; color: var(--subtle); font-size: 14px; }
.chips.large span { background: #fff; color: var(--text); }
.steps ol { counter-reset: step; list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.steps li { position: relative; background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 22px 22px 22px 72px; }
.steps li::before { counter-increment: step; content: counter(step); position: absolute; left: 20px; top: 20px; width: 36px; height: 36px; border-radius: 50%; background: var(--brand); color: #fff; display: grid; place-items: center; font-weight: 900; }
.steps span { display: block; color: var(--subtle); margin-top: 4px; }
.price-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: clamp(18px, 2vw, 30px); }
.price-grid.compact { grid-template-columns: repeat(auto-fit, minmax(310px, 1fr)); }
.price-card.highlight { border-color: var(--brand-2); box-shadow: var(--shadow); position: relative; }
.price-card.highlight::before { content: "Häufiger Einstieg"; position: absolute; top: 18px; right: 18px; background: var(--muted); color: var(--brand); border-radius: 999px; padding: 6px 10px; font-size: 12px; font-weight: 900; }
.price { color: var(--brand); font-size: clamp(26px, 2vw, 34px); font-weight: 900; letter-spacing: -.04em; margin: 6px 0 12px; }
.price-card ul, .check-list { list-style: none; padding: 0; margin: 18px 0; display: grid; gap: 10px; color: var(--subtle); }
.center { text-align: center; margin-top: 28px; }
.comparison { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(18px, 2vw, 30px); margin-top: 28px; }
.comparison-box { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.comparison-box h3 { padding: 24px 26px; margin: 0; background: var(--muted-2); }
.comparison-box ul { list-style: none; margin: 0; padding: 0; }
.comparison-box li { border-top: 1px solid var(--line); padding: 16px 26px; color: var(--subtle); }
.trust-grid, .risk-grid, .faq-grid, .process-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: clamp(18px, 2vw, 30px); margin-top: 28px; }
.risk-card strong, .trust-card strong, .process-card strong { display: block; font-size: 18px; margin-bottom: 8px; color: var(--text); }
.cta-band { background: var(--brand); color: #fff; }
.cta-band h2, .cta-band p { color: #fff; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.section-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(360px, 1fr)); gap: 18px; }
.price-table { display: grid; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; }
.price-table div { display: flex; justify-content: space-between; gap: 16px; padding: 16px 18px; border-bottom: 1px solid var(--line); }
.price-table div:last-child { border-bottom: 0; }
.contact-grid { grid-template-columns: minmax(420px, 1fr) minmax(360px, .9fr); }
.contact-form { display: grid; gap: 14px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.form-grid .full { grid-column: 1 / -1; }
.contact-form label { display: grid; gap: 6px; font-weight: 900; color: var(--text); }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 14px; padding: 13px 14px; font: inherit; background: #fff; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: 3px solid rgba(27,107,116,.18); border-color: var(--brand-2); }
.checkbox { display: flex !important; align-items: flex-start; gap: 10px !important; font-weight: 650 !important; color: var(--subtle) !important; }
.checkbox input { width: auto; margin-top: 6px; }
.honeypot { display: none; }
.message { padding: 12px 14px; border-radius: 14px; font-weight: 800; }
.message.success { background: #e8f8ef; color: #136c3d; }
.message.error { background: #fff0ed; color: #a23422; }
.legal-content { max-width: 980px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; }
.legal-content h2 { font-size: 28px; margin-top: 28px; }
.note { background: #fff8e8; border: 1px solid #f4dda8; border-radius: 16px; padding: 14px; }
.site-footer { background: #0b2c31; color: #fff; padding: 56px 0 20px; }
.site-footer p, .site-footer a, .footer-bottom { color: rgba(255,255,255,.72); }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 28px; }
.site-footer h2, .site-footer h3 { color: #fff; font-size: 20px; letter-spacing: -.02em; }
.site-footer a { display: block; margin: 8px 0; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 34px; padding-top: 18px; font-size: 14px; }
@media (max-width: 1100px) {
  .hero-grid, .page-hero-grid, .two-col, .steps, .split-list, .contact-grid, .comparison { grid-template-columns: 1fr; }
  .proof-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .proof-item:nth-child(odd) { border-left: 0; }
}
@media (max-width: 1120px) {
  .menu-toggle { display: inline-flex; }
  .main-nav { display: none; position: absolute; top: 76px; left: 16px; right: 16px; flex-direction: column; align-items: stretch; background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 16px; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .card-grid, .price-grid, .price-grid.compact, .footer-grid, .trust-grid, .risk-grid, .faq-grid, .process-grid, .section-list { grid-template-columns: 1fr; }
  .hero, .page-hero { padding: 34px 0 38px; }
  .section { padding: 56px 0; }
  .cta-inner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 640px) {
  :root { --page-gutter: 16px; }
  h1 { font-size: 39px; }
  .brand small { display: none; }
  .hero-actions .button { width: 100%; }
  .price-table div { flex-direction: column; }
  .proof-grid, .form-grid { grid-template-columns: 1fr; }
  .proof-item { border-left: 0; border-top: 1px solid var(--line); }
  .proof-item:first-child { border-top: 0; }
}

.hero-illustration { display: block; width: 100%; height: auto; border-radius: 22px; margin: -6px 0 18px; border: 1px solid var(--line); background: #fff; box-shadow: 0 14px 35px rgba(15,63,70,.10); }
.side-illustration { display: block; width: 100%; max-height: 260px; object-fit: contain; margin: -6px 0 18px; border-radius: 20px; background: #fff; border: 1px solid var(--line); }
.service-icon { width: 56px; height: 56px; border-radius: 17px; display: block; margin-bottom: 18px; box-shadow: 0 10px 24px rgba(15,63,70,.12); }
.card { position: relative; overflow: hidden; }
.card::after { content: ""; position: absolute; width: 120px; height: 120px; right: -46px; top: -46px; border-radius: 50%; background: rgba(27,107,116,.06); pointer-events: none; }
@media (max-width: 1120px) {
  .hero-illustration, .side-illustration { max-height: 320px; }
}


/* final responsive content system */
.kicker { display:inline-flex; align-items:center; min-height:28px; padding:4px 10px; border-radius:999px; background:var(--muted); color:var(--brand); font-weight:900; font-size:13px; margin-bottom:14px; }
.simple-side { display:grid; gap:12px; align-content:start; }
.simple-side a, .article-aside a { display:block; padding:13px 14px; border:1px solid var(--line); border-radius:14px; background:#fff; color:var(--brand); font-weight:850; }
.compact-hero { padding: clamp(38px, 4vw, 62px) 0 clamp(26px, 3.2vw, 46px); }
.compact-hero .container, .article-header { max-width: none; }
.listing-grid { grid-template-columns: repeat(auto-fit, minmax(360px, 1fr)); }
.listing-card { min-height: 230px; display:flex; flex-direction:column; }
.listing-card a { margin-top:auto; }
.article-layout { display:grid; grid-template-columns:minmax(0, 1fr) 340px; gap: clamp(28px, 4vw, 64px); align-items:start; padding-top: clamp(34px, 4.5vw, 64px); padding-bottom: var(--section-y); }
.article-content { max-width: 1080px; }
.article-content section + section { margin-top: 44px; padding-top: 34px; border-top:1px solid var(--line); }
.article-content p { font-size: 18px; }
.article-content ul { display:grid; gap:10px; margin:18px 0 0; padding:0; list-style:none; }
.article-content li { color:var(--subtle); padding-left:28px; position:relative; }
.article-content li::before { content:"✓"; position:absolute; left:0; color:var(--brand-2); font-weight:900; }
.article-meta { display:flex; flex-wrap:wrap; gap:10px; margin-top:22px; color:var(--subtle); }
.article-meta span { border:1px solid var(--line); background:#fff; border-radius:999px; padding:7px 11px; font-weight:800; }
.article-aside { position:sticky; top:96px; background:var(--surface); border:1px solid var(--line); border-radius:var(--radius); padding:24px; box-shadow:var(--soft-shadow); display:grid; gap:12px; }
.menu-toggle { align-items:center; gap:8px; }
.menu-toggle::before { content:"☰"; font-size:18px; line-height:1; }
@media (max-width: 960px) { .article-layout { grid-template-columns:1fr; } .article-aside { position:static; } }
@media (max-width: 640px) { .listing-grid { grid-template-columns:1fr; } .side-panel { padding:20px; } .main-nav { left:12px; right:12px; top:70px; } .header-inner { min-height:70px; } .brand { min-width:0; } .brand-mark-img { width:40px; height:40px; } }


/* final layout polish */
.contact-hero { padding-bottom: clamp(18px, 2.2vw, 32px); }
.contact-section { padding-top: clamp(22px, 3vw, 44px); }
.listing-hero .container { max-width: none; }
.listing-hero h1, .article-header h1 { max-width: 1380px; }
.listing-hero p, .article-header p { max-width: 1180px; }
.article-summary { background: var(--muted); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(22px, 2vw, 30px); margin: 0 0 34px; }
.article-summary h2 { font-size: clamp(24px, 2.2vw, 34px); margin-bottom: 12px; }
.article-summary ul { margin-top: 12px; }
.article-content h2 { font-size: clamp(28px, 3vw, 42px); }
.local-proof { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 14px; margin-top: 20px; }
.local-proof span { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 14px 16px; font-weight: 850; color: var(--brand); }
.contact-intro-points { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.contact-intro-points span { background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 9px 13px; color: var(--brand); font-weight: 850; }
@media (min-width: 1500px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(480px, .62fr); }
  .page-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(420px, .48fr); }
}
@media (max-width: 640px) {
  .listing-grid { grid-template-columns: 1fr; }
  .contact-intro-points span { width: 100%; }
}

/* Preis-Karten: lange deutsche Begriffe dürfen nie aus Karten herauslaufen. */
.price-card { min-width: 0; overflow: hidden; }
.price-card h2 {
  font-size: clamp(32px, 2.6vw, 48px);
  line-height: 1.06;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
  text-wrap: balance;
  max-width: 100%;
}
.price-card p, .price-card li, .price-table span, .price-table strong {
  overflow-wrap: anywhere;
  hyphens: auto;
}
@media (min-width: 1200px) {
  .price-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 1199px) and (min-width: 720px) {
  .price-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 719px) {
  .price-grid { grid-template-columns: 1fr; }
}

/* legal pages: full-width layout with readable content blocks */
.legal-hero .container { max-width: none; }
.legal-section { padding-top: clamp(28px, 3.6vw, 56px); }
.legal-shell {
  display: grid;
  grid-template-columns: minmax(260px, .28fr) minmax(0, 1fr);
  gap: clamp(22px, 3vw, 54px);
  align-items: start;
}
.legal-aside {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(22px, 2vw, 30px);
  box-shadow: var(--soft-shadow);
  position: sticky;
  top: 96px;
}
.legal-aside h2 { font-size: clamp(24px, 2vw, 34px); }
.legal-content {
  max-width: none;
  width: 100%;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(24px, 3vw, 44px);
  box-shadow: var(--soft-shadow);
}
.legal-intro {
  max-width: 1280px;
  padding-bottom: clamp(20px, 2vw, 30px);
  margin-bottom: clamp(18px, 2vw, 28px);
  border-bottom: 1px solid var(--line);
}
.legal-intro h2, .legal-block h2 { font-size: clamp(24px, 2vw, 34px); margin: 0 0 12px; }
.legal-block-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 1.8vw, 26px);
}
.legal-block {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: clamp(20px, 2vw, 30px);
}
.legal-block.full { grid-column: 1 / -1; }
.legal-block p:last-child, .legal-intro p:last-child, .legal-aside p:last-child { margin-bottom: 0; }
.compact-list { margin-top: 16px; }
@media (max-width: 1050px) {
  .legal-shell, .legal-block-grid { grid-template-columns: 1fr; }
  .legal-aside { position: static; }
  .legal-block.full { grid-column: auto; }
}


/* Einheitliche Hero-Abstände: wichtige Inhalte starten direkt nach dem Header,
   ohne künstliche vertikale Zentrierung gegen hohe rechte Illustrations-/Info-Karten. */
.hero-grid,
.page-hero-grid {
  align-items: start;
}
.hero > .container,
.page-hero > .container {
  padding-top: 0;
}
.hero-panel {
  align-self: start;
}
.hero-panel .hero-illustration {
  margin-top: 0;
}
@media (min-width: 901px) {
  .hero {
    padding-top: clamp(28px, 3vw, 48px);
  }
  .page-hero {
    padding-top: clamp(28px, 3vw, 52px);
  }
}
@media (max-width: 900px) {
  .hero, .page-hero {
    padding-top: 28px;
  }
}

/* Hero-Ausgleich: Der linke Bereich bekommt echten Kundennutzen statt leerer Fläche. */
.hero-support {
  margin-top: clamp(24px, 3vw, 40px);
  padding: clamp(18px, 2vw, 28px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.72);
  box-shadow: var(--soft-shadow);
}
.hero-support-head {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.hero-support-head .panel-label { margin: 0; }
.hero-support-head p { margin: 0; font-weight: 700; }
.hero-support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.hero-support-grid span {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  color: var(--brand);
  font-weight: 850;
  overflow-wrap: anywhere;
}
.hero-support-grid span::before {
  content: "✓";
  color: var(--accent);
  font-weight: 900;
  margin-right: 9px;
}
@media (max-width: 640px) {
  .hero-support-grid { grid-template-columns: 1fr; }
}
