/* Akquise Werning – Webseite v1 (2026-08-10), mobile-first */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --blue:   #004483;
  --blue-d: #00335f;
  --accent: #0fabe8;
  --bg:     #f5f9fc;
  --white:  #ffffff;
  --dark:   #212529;
  --gray:   #5c6670;
  --border: #dee2e6;
}

html { scroll-behavior: smooth; }

body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  color: var(--dark);
  background: var(--white);
  line-height: 1.6;
  font-size: 16px;
}
@media (min-width: 720px) {
  body { font-size: 17px; line-height: 1.65; }
}

img { max-width: 100%; height: auto; }

/* ── Header ── */
header {
  background: var(--blue);
  padding: 14px 20px;
}
@media (min-width: 720px) {
  header { position: sticky; top: 0; z-index: 50; }
}
.header-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 16px;
}
.logo {
  color: var(--white);
  font-weight: 700;
  font-size: 1.15rem;
  text-decoration: none;
  letter-spacing: 0.2px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.logo img { height: 24px; width: auto; display: block; opacity: 0.95; }
.logo span { color: var(--accent); }
nav { display: flex; align-items: center; gap: 4px 14px; flex-wrap: wrap; }
nav a {
  color: #cfe3f5;
  text-decoration: none;
  font-size: 0.92rem;
  padding: 4px 2px;
}
nav a:hover, nav a[aria-current="page"] { color: var(--white); }
nav a.nav-cta {
  background: var(--accent);
  color: var(--white);
  padding: 5px 10px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.85rem;
}
@media (min-width: 720px) {
  nav a.nav-cta { padding: 7px 14px; font-size: 0.92rem; }
}
nav a.nav-cta:hover { background: #0c93c8; }

/* ── Hero ── */
.hero {
  background: linear-gradient(160deg, var(--blue) 0%, var(--blue-d) 100%);
  color: var(--white);
  padding: 40px 20px 46px;
  text-align: center;
}
.hero .inner { max-width: 780px; margin: 0 auto; }
.hero h1 { font-size: 1.5rem; line-height: 1.25; margin-bottom: 12px; }
.hero p.sub { font-size: 1rem; color: #d8e8f7; margin-bottom: 22px; }
.hero .hint { font-size: 0.85rem; color: #a9c6e2; margin-top: 12px; }

/* ── Buttons ── */
.btn {
  display: inline-block;
  background: var(--accent);
  color: var(--white);
  font-weight: 600;
  font-size: 0.95rem;
  padding: 10px 20px;
  border-radius: 7px;
  text-decoration: none;
  transition: background 0.15s ease;
}
@media (min-width: 720px) {
  .btn { font-weight: 700; font-size: 1.02rem; padding: 13px 26px; }
}
.btn:hover { background: #0c93c8; }
.btn.ghost {
  background: transparent;
  border: 2px solid var(--accent);
}
.btn.ghost:hover { background: rgba(15, 171, 232, 0.12); }

/* ── Sections ── */
section { padding: 38px 20px; }
section.alt { background: var(--bg); }
.inner { max-width: 1080px; margin: 0 auto; }
.narrow { max-width: 780px; margin: 0 auto; }
h2 { font-size: 1.3rem; color: var(--blue); margin-bottom: 8px; text-align: center; }
.section-lead { text-align: center; color: var(--gray); max-width: 680px; margin: 0 auto 26px; }

/* ── Cards ── */
.cards { display: grid; grid-template-columns: 1fr; gap: 14px; }
.card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 18px 18px;
}
@media (min-width: 720px) {
  .cards { gap: 18px; }
  .card { padding: 24px 22px; }
}
section.alt .card { border-color: #e8eef4; }
.card h3 { color: var(--blue); font-size: 1.08rem; margin-bottom: 8px; }
.card p { color: var(--gray); font-size: 0.97rem; }
.card .num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px; height: 30px;
  border-radius: 50%;
  background: var(--accent);
  color: var(--white);
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 10px;
}
@media (min-width: 720px) {
  .card .num { width: 38px; height: 38px; font-size: 1rem; margin-bottom: 12px; }
}
.card a.more { color: var(--accent); font-weight: 600; text-decoration: none; font-size: 0.95rem; }
.card a.more:hover { text-decoration: underline; }

/* ── Für wen / nicht ── */
.fit-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
.fit {
  border-radius: 10px;
  padding: 18px 18px;
  background: var(--white);
  border: 1px solid var(--border);
}
@media (min-width: 720px) {
  .fit { padding: 24px 22px; }
}
.fit h3 { font-size: 1.05rem; margin-bottom: 10px; }
.fit.yes h3 { color: #1a7f37; }
.fit.no h3 { color: #b42318; }
.fit ul { list-style: none; }
.fit li { padding-left: 26px; position: relative; margin-bottom: 8px; color: var(--gray); font-size: 0.97rem; }
.fit.yes li::before { content: "✓"; color: #1a7f37; font-weight: 700; position: absolute; left: 0; }
.fit.no li::before { content: "✕"; color: #b42318; font-weight: 700; position: absolute; left: 0; }

/* ── FAQ ── */
.faq details {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  margin-bottom: 12px;
  padding: 0;
}
.faq summary {
  cursor: pointer;
  font-weight: 600;
  padding: 13px 16px;
  font-size: 0.95rem;
  color: var(--blue);
  list-style: none;
  position: relative;
  padding-right: 40px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--accent);
  font-size: 1.3rem;
  font-weight: 700;
}
.faq details[open] summary::after { content: "–"; }
.faq .answer { padding: 0 18px 16px; color: var(--gray); font-size: 0.97rem; }

/* ── CTA-Schluss ── */
.cta-final {
  background: linear-gradient(160deg, var(--blue) 0%, var(--blue-d) 100%);
  color: var(--white);
  text-align: center;
}
.cta-final h2 { color: var(--white); }
.cta-final p { color: #d8e8f7; max-width: 620px; margin: 0 auto 26px; }
.contact-line { margin-top: 22px; font-size: 0.97rem; color: #d8e8f7; }
.contact-line a { color: var(--white); font-weight: 600; text-decoration: none; }
.contact-line a:hover { text-decoration: underline; }

/* ── Footer ── */
footer {
  background: var(--blue-d);
  color: #a9c6e2;
  padding: 26px 20px;
  font-size: 0.88rem;
}
footer .inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  text-align: center;
}
footer a { color: #cfe3f5; text-decoration: none; margin: 0 8px; }
footer a:hover { color: var(--white); }

/* ── Textseiten (Impressum/Datenschutz) ── */
.legal { padding: 44px 20px 60px; }
.legal h1 { color: var(--blue); font-size: 1.5rem; margin-bottom: 20px; }
.legal h2 { text-align: left; font-size: 1.12rem; margin: 26px 0 8px; }
.legal p, .legal li { color: var(--gray); font-size: 0.96rem; margin-bottom: 10px; }
.legal ul { padding-left: 20px; }

/* ── Desktop ── */
@media (min-width: 720px) {
  .hero { padding: 88px 20px 96px; }
  .hero h1 { font-size: 2.4rem; }
  .hero p.sub { font-size: 1.2rem; }
  .hero .hint { font-size: 0.9rem; }
  section { padding: 72px 20px; }
  h2 { font-size: 1.8rem; }
  .faq summary { padding: 16px 40px 16px 18px; font-size: 1rem; }
  .cards.c2 { grid-template-columns: 1fr 1fr; }
  .cards.c4 { grid-template-columns: repeat(4, 1fr); }
  .cards.c3 { grid-template-columns: repeat(3, 1fr); }
  .fit-grid { grid-template-columns: 1fr 1fr; }
  footer .inner { flex-direction: row; justify-content: space-between; }
}
