
:root {
  --blue: #0b3750;
  --blue-2: #124f72;
  --green: #16a068;
  --green-dark: #0b6845;
  --mint-bg: #bdd0cf;
  --mint-soft: #eaf5f2;
  --card: #f7f7f7;
  --text: #202226;
  --muted: #7a7f86;
  --line: #d7e1df;
  --white: #ffffff;
  --shadow: 0 18px 42px rgba(11, 55, 80, 0.12);
  --radius: 16px;
}
* { 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(--white);
  line-height: 1.55;
}
a { color: inherit; }
.wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(215,225,223,.85);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
}
.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.brand img {
  height: 54px;
  width: auto;
  display: block;
}
.navlinks {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 14px;
  color: var(--muted);
  font-weight: 650;
}
.navlinks a { text-decoration: none; }
.navlinks a:hover { color: var(--blue); }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 999px;
  padding: 14px 21px;
  background: var(--blue);
  color: #fff;
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(11, 55, 80, .22);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  cursor: pointer;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 18px 42px rgba(11, 55, 80, .26); background: var(--blue-2); }
.button.whatsapp { background: #25D366; color: white; box-shadow: 0 14px 32px rgba(37,211,102,.22); }
.button.secondary { background: white; color: var(--blue); border: 1px solid var(--line); box-shadow: none; }
.button.secondary:hover { background: var(--mint-soft); }
.hero {
  background: linear-gradient(180deg, #f8fbfb 0%, #ffffff 100%);
  padding: 58px 0 42px;
}
.hero-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 36px;
  align-items: center;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(22,160,104,.12);
  color: var(--green-dark);
  font-weight: 850;
  font-size: 13px;
}
h1 {
  margin: 18px 0 16px;
  color: var(--blue);
  font-size: clamp(40px, 5.3vw, 72px);
  line-height: .98;
  letter-spacing: -0.065em;
}
.lead {
  font-size: clamp(18px, 2.1vw, 22px);
  color: #4f5961;
  margin: 0 0 24px;
  max-width: 670px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin: 26px 0 16px; }
.fineprint { color: var(--muted); font-size: 13px; max-width: 720px; }
.hero-visual {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
}
.hero-blob {
  position: absolute;
  inset: auto 2% 6% 16%;
  height: 78%;
  border-radius: 46% 54% 48% 52%;
  background: #bce6e7;
  z-index: 0;
}
.hero-visual img {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  height: auto;
  display: block;
  filter: drop-shadow(0 24px 30px rgba(11,55,80,.16));
}
.badges { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 30px 0 0; }
.badge { background: white; border: 1px solid var(--line); border-radius: 16px; padding: 14px 16px; font-weight: 850; color: var(--blue); box-shadow: 0 10px 24px rgba(11,55,80,.06); }
.badge span { display: block; color: var(--muted); font-size: 13px; font-weight: 600; margin-top: 2px; }
section { padding: 64px 0; }
.section-head { text-align: center; max-width: 820px; margin: 0 auto 42px; }
.section-head h2 {
  display: inline-block;
  margin: 0 0 16px;
  color: var(--text);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.05;
  letter-spacing: -0.045em;
  border-bottom: 4px solid var(--green);
}
.section-head p { margin: 0; color: #101316; font-size: 18px; }
.expect {
  background: var(--mint-bg);
}
.expect-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.expect-card {
  background: #f7f7f7;
  border-radius: 8px;
  padding: 38px 40px;
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 24px;
  align-items: center;
  min-height: 198px;
}
.expect-icon {
  width: 96px;
  height: 96px;
  border: 2px solid #b9ccca;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #2e3338;
  font-size: 40px;
  background: #f9fbfb;
}
.expect-card h3 {
  margin: 0 0 8px;
  color: #191c22;
  font-size: 21px;
  letter-spacing: -0.02em;
}
.expect-card p {
  margin: 0;
  color: #85898f;
  font-size: 16px;
}
.image-strip {
  background: #fff;
  padding: 0 0 64px;
}
.image-card {
  overflow: hidden;
  border-radius: 26px;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
  background: #fff;
}
.image-card img {
  width: 100%;
  height: min(430px, 48vw);
  min-height: 270px;
  object-fit: cover;
  display: block;
}
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { background: white; border: 1px solid var(--line); border-radius: 20px; padding: 26px; box-shadow: 0 12px 30px rgba(11,55,80,.07); }
.card h3 { margin: 0 0 10px; font-size: 21px; letter-spacing: -0.03em; color: var(--blue); }
.card p { margin: 0; color: var(--muted); }
.icon { width: 46px; height: 46px; border-radius: 14px; background: var(--mint-soft); display: grid; place-items: center; margin-bottom: 14px; font-size: 24px; }
.split { display: grid; grid-template-columns: .95fr 1.05fr; gap: 28px; align-items: start; }
.panel { background: var(--blue); color: white; border-radius: 28px; padding: 32px; box-shadow: var(--shadow); }
.panel h2 { margin: 0 0 12px; font-size: 36px; line-height: 1.08; letter-spacing: -0.05em; }
.panel p { color: rgba(255,255,255,.82); margin: 0 0 20px; }
.checklist { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.checklist li { display: flex; gap: 10px; align-items: flex-start; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.14); padding: 12px; border-radius: 16px; }
.checklist strong { display: block; color: white; }
.checklist span { color: rgba(255,255,255,.78); font-size: 14px; }
.steps { counter-reset: step; display: grid; gap: 14px; }
.step { counter-increment: step; display: grid; grid-template-columns: 54px 1fr; gap: 14px; align-items: start; background: white; border: 1px solid var(--line); border-radius: 20px; padding: 18px; }
.step::before { content: counter(step); width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center; background: var(--mint-soft); color: var(--blue); font-weight: 900; }
.step h3 { margin: 0 0 4px; font-size: 19px; color: var(--blue); }
.step p { margin: 0; color: var(--muted); }
.cta { background: var(--blue); color: white; border-radius: 32px; padding: clamp(28px, 5vw, 54px); display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; box-shadow: var(--shadow); }
.cta h2 { margin: 0 0 10px; font-size: clamp(30px, 4vw, 48px); letter-spacing: -0.055em; line-height: 1.05; }
.cta p { margin: 0; color: rgba(255,255,255,.78); max-width: 760px; }
details { background: white; border: 1px solid var(--line); border-radius: 18px; padding: 16px 18px; }
details + details { margin-top: 10px; }
summary { cursor: pointer; font-weight: 850; color: var(--blue); }
details p { color: var(--muted); margin: 12px 0 0; }
footer { padding: 34px 0 80px; background: #082f46; color: rgba(255,255,255,.78); }
footer .wrap { display: grid; gap: 18px; }
footer a { color: white; }
.footer-row { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px; align-items: center; }
.footer-links { display: flex; gap: 16px; flex-wrap: wrap; }
.legal { font-size: 13px; color: rgba(255,255,255,.68); }
.whatsapp-float {
  position: fixed; right: 18px; bottom: 18px; z-index: 100;
  display: inline-flex; align-items: center; gap: 9px;
  background: #25D366; color: white; text-decoration: none;
  border-radius: 999px; padding: 14px 18px; font-weight: 900;
  box-shadow: 0 18px 35px rgba(0,0,0,.22);
}
.legal-page { background: #fff; }
.legal-hero { padding: 46px 0 24px; }
.legal-card { background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: 28px; box-shadow: 0 12px 30px rgba(11,55,80,.07); margin-bottom: 18px; }
.legal-card h1 { font-size: clamp(34px, 4vw, 52px); color: var(--blue); }
.legal-card h2 { color: var(--blue); margin-top: 26px; }
.legal-card p, .legal-card li { color: var(--muted); }
.legal-card code { background: #eef4f4; padding: 2px 5px; border-radius: 5px; }
.source-note { font-size: 12px; color: #8c9298; margin-top: 18px; }
@media (max-width: 980px) {
  .hero-grid, .split, .cta { grid-template-columns: 1fr; }
  .hero-visual { min-height: auto; padding-top: 18px; }
  .hero-blob { inset: 12% 4% 3% 8%; }
  .expect-grid { grid-template-columns: 1fr; }
  .cards { grid-template-columns: 1fr; }
  .navlinks { display: none; }
}
@media (max-width: 620px) {
  .brand img { height: 40px; }
  .badges { grid-template-columns: 1fr; }
  .hero { padding-top: 40px; }
  .button { width: 100%; }
  .hero-actions { align-items: stretch; }
  .expect-card { grid-template-columns: 1fr; text-align: left; padding: 26px; }
  .expect-icon { width: 78px; height: 78px; font-size: 32px; }
  .whatsapp-float { left: 14px; right: 14px; justify-content: center; }
}


/* Version 7 Layout Anpassung wie Referenz */
body {
  background: #ffffff;
}

header {
  background: linear-gradient(180deg, rgba(192,207,205,.96), rgba(229,237,236,.72));
  border-bottom: 0;
  position: relative;
}

.nav {
  padding: 18px 0;
}

.brand img {
  height: 82px;
}

.navlinks {
  display: none;
}

.top-whatsapp {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #ffffff;
  font-weight: 800;
}

.top-whatsapp .wa-circle {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #0cc465;
  display: grid;
  place-items: center;
  font-size: 30px;
  box-shadow: 0 12px 26px rgba(12,196,101,.22);
}

.top-whatsapp .wa-arrow {
  font-size: 34px;
  line-height: 1;
}

.top-whatsapp .wa-text {
  display: grid;
  line-height: 1.1;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0,0,0,.08);
}

.top-whatsapp .wa-text small {
  font-size: 13px;
  opacity: .92;
  font-weight: 700;
}

header .button.whatsapp {
  background: #0cc465;
  border-radius: 4px;
  box-shadow: none;
  padding: 15px 24px;
}

.hero {
  background: linear-gradient(180deg, #c0cfcd 0%, #eef4f3 100%);
  padding: 82px 0 0;
  min-height: 640px;
}

.hero-grid {
  grid-template-columns: .95fr 1.05fr;
  gap: 44px;
}

.eyebrow {
  display: none;
}

h1 {
  color: #000000;
  font-size: clamp(42px, 5.2vw, 70px);
  letter-spacing: -0.045em;
  line-height: 1.05;
  margin: 0 0 8px;
}

.hero h1 .underline {
  display: inline;
  border-bottom: 4px solid #0cc465;
}

.lead {
  color: #424b54;
  max-width: 600px;
  font-size: clamp(18px, 1.8vw, 22px);
  margin-top: 12px;
}

.hero-bullets {
  list-style: none;
  padding: 0;
  margin: 32px 0 32px;
  display: grid;
  gap: 20px;
  font-weight: 850;
  color: #000000;
}

.hero-bullets li {
  display: flex;
  align-items: center;
  gap: 16px;
}

.hero-bullets li::before {
  content: "✓";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(11,55,80,.18);
  color: #ffffff;
  display: grid;
  place-items: center;
  font-size: 15px;
  font-weight: 900;
}

.hero-actions {
  margin-top: 0;
}

.hero-actions .button.whatsapp {
  min-width: 305px;
  border-radius: 8px;
  padding: 18px 28px;
}

.fineprint,
.badges {
  display: none;
}

.hero-visual {
  min-height: 560px;
  align-self: end;
}

.hero-blob {
  inset: 11% 4% 4% 12%;
  height: 76%;
  background: #bce6e7;
  border-radius: 48% 52% 40% 60%;
}

.hero-visual img {
  width: min(560px, 100%);
}

.expect {
  background: #ffffff;
  padding-top: 54px;
  padding-bottom: 54px;
}

.expect .section-head {
  text-align: left;
  margin: 0 0 28px auto;
  max-width: 610px;
}

.expect .section-head h2 {
  border-bottom: 0;
  font-size: clamp(32px, 4vw, 42px);
  color: #202226;
}

.expect .section-head p {
  display: none;
}

.expect-layout {
  display: grid;
  grid-template-columns: minmax(360px, 47%) 1fr;
  gap: 56px;
  align-items: start;
}

.expect-image {
  border-radius: 7px;
  overflow: hidden;
  background: #f1f1f1;
}

.expect-image img {
  width: 100%;
  height: 365px;
  object-fit: cover;
  display: block;
}

.expect-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
}

.expect-card {
  background: transparent;
  border-radius: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  min-height: auto;
}

.expect-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 0;
  background: #0cc465;
  color: #ffffff;
  font-size: 0;
  font-weight: 900;
}

.expect-icon::before {
  content: attr(data-number);
  font-size: 20px;
}

.expect-card h3 {
  margin: 0 0 4px;
  color: #111318;
  font-size: 18px;
}

.expect-card p {
  color: #85898f;
  font-size: 16px;
  line-height: 1.5;
}

.image-strip {
  display: none;
}

@media (max-width: 980px) {
  header {
    background: #ffffff;
  }

  .brand img {
    height: 54px;
  }

  .top-whatsapp,
  header .button.whatsapp {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 42px 0 20px;
  }

  .hero-grid,
  .expect-layout {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: auto;
  }

  .expect .section-head {
    margin-left: 0;
  }

  .expect-image img {
    height: 280px;
  }
}

@media (max-width: 620px) {
  .hero-actions .button.whatsapp {
    min-width: 0;
  }

  .expect-card {
    grid-template-columns: 48px 1fr;
  }

  .expect-icon {
    width: 48px;
    height: 48px;
  }
}


/* Version 10: klickbarer WhatsApp Bereich und Telefon Button */
.top-whatsapp {
  text-decoration: none;
  cursor: pointer;
}

.top-whatsapp:hover .wa-circle,
.top-whatsapp:focus-visible .wa-circle {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(12,196,101,.30);
}

.top-whatsapp .wa-circle {
  color: #ffffff;
  transition: transform .18s ease, box-shadow .18s ease;
}

.top-whatsapp .wa-circle svg {
  display: block;
}

.top-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.button.call {
  background: #ffffff;
  color: #0b3750;
  border-radius: 4px;
  box-shadow: none;
  border: 1px solid rgba(11, 55, 80, .16);
  padding: 15px 22px;
}

.button.call:hover {
  background: #eef6f4;
  color: #0b3750;
}

.hero-actions .button.secondary {
  min-width: 210px;
}

@media (max-width: 980px) {
  .top-actions {
    display: none;
  }
}


/* Version 11: WhatsApp Header Klickbereich stabil */
.top-whatsapp {
  user-select: none;
}

.top-whatsapp .wa-circle {
  flex: 0 0 72px;
}

.top-whatsapp .wa-text {
  white-space: nowrap;
}


/* Version 13: Navigation wieder sichtbar und vier Leistungskarten */
header .navlinks {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-left: auto;
  margin-right: 20px;
}

header .navlinks a {
  color: #6b727a;
  font-weight: 800;
}

header .navlinks a:hover {
  color: #0b3750;
}

#leistungen .cards {
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1120px) {
  #leistungen .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 980px) {
  header .navlinks {
    display: none;
  }
}

@media (max-width: 620px) {
  #leistungen .cards {
    grid-template-columns: 1fr;
  }
}


/* Version 14: rechtliche Unterseiten */
.legal-card a {
  color: #0b6845;
  font-weight: 800;
}

.legal-card h2 {
  padding-top: 6px;
}

.footer-links a {
  text-decoration: none;
}


/* Version 16: Hero wie Referenz und Anrufnummer sichtbar */
.hero h1 {
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.hero-actions {
  align-items: stretch;
}

.button.call-visible {
  display: inline-flex;
  flex-direction: column;
  line-height: 1.15;
  min-width: 245px;
  text-align: center;
}

.button.call-visible span {
  display: block;
  font-size: 15px;
  font-weight: 800;
  margin-top: 4px;
}

@media (max-width: 620px) {
  .button.call-visible {
    min-width: 0;
  }
}


/* Version 27: v19 Design, v26 Text, Bild und Mobile-Fix */
#pfotenbild.image-strip {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  background: #ffffff !important;
  padding: 24px 0 56px !important;
}

#pfotenbild .image-card {
  display: block !important;
  max-width: 980px !important;
  margin: 0 auto !important;
  overflow: hidden !important;
  border-radius: 18px !important;
  box-shadow: 0 18px 42px rgba(11, 55, 80, 0.10) !important;
  border: 1px solid var(--line) !important;
  background: #fff !important;
}

#pfotenbild .image-card img {
  display: block !important;
  width: 100% !important;
  height: 340px !important;
  object-fit: cover !important;
}

@media (max-width: 620px) {
  #pfotenbild.image-strip {
    display: block !important;
    padding: 14px 0 34px !important;
  }

  #pfotenbild .image-card img {
    height: 225px !important;
    min-height: 210px !important;
  }

  #leistungen .card {
    display: block !important;
  }

  #leistungen .card .icon {
    display: inline-grid !important;
    vertical-align: middle !important;
    width: 36px !important;
    height: 36px !important;
    margin: 0 10px 0 0 !important;
    font-size: 20px !important;
  }

  #leistungen .card h3 {
    display: inline !important;
    vertical-align: middle !important;
    margin: 0 !important;
    line-height: 1.2 !important;
  }

  #leistungen .card p {
    display: block !important;
    margin-top: 12px !important;
  }
}


/* Version 28: Pfotenbild nur nach Kernkompetenz und direkt vor Leistungen */
#pfotenbild.image-strip {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  background: #ffffff !important;
  padding: 32px 0 64px !important;
  clear: both !important;
}

#pfotenbild .image-card {
  display: block !important;
  max-width: 980px !important;
  margin: 0 auto !important;
  overflow: hidden !important;
  border-radius: 18px !important;
  box-shadow: 0 18px 42px rgba(11, 55, 80, 0.10) !important;
  border: 1px solid var(--line) !important;
  background: #fff !important;
}

#pfotenbild .image-card img {
  display: block !important;
  width: 100% !important;
  height: 340px !important;
  object-fit: cover !important;
}

@media (max-width: 620px) {
  #pfotenbild.image-strip {
    padding: 20px 0 40px !important;
  }

  #pfotenbild .image-card img {
    height: 225px !important;
    min-height: 210px !important;
  }

  #leistungen .card {
    display: block !important;
  }

  #leistungen .card .icon {
    display: inline-grid !important;
    vertical-align: middle !important;
    width: 36px !important;
    height: 36px !important;
    margin: 0 10px 0 0 !important;
    font-size: 20px !important;
  }

  #leistungen .card h3 {
    display: inline !important;
    vertical-align: middle !important;
    margin: 0 !important;
    line-height: 1.2 !important;
  }

  #leistungen .card p {
    display: block !important;
    margin-top: 12px !important;
  }
}


/* Version 29: Pfotenbild nach "Welche Absicherung passt..." und vor "Warum Beratung sinnvoll ist" */
#pfotenbild.image-strip {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  background: #ffffff !important;
  padding: 20px 0 56px !important;
  clear: both !important;
}

#pfotenbild .image-card {
  display: block !important;
  max-width: 980px !important;
  margin: 0 auto !important;
  overflow: hidden !important;
  border-radius: 18px !important;
  box-shadow: 0 18px 42px rgba(11, 55, 80, 0.10) !important;
  border: 1px solid var(--line) !important;
  background: #fff !important;
}

#pfotenbild .image-card img {
  display: block !important;
  width: 100% !important;
  height: 340px !important;
  object-fit: cover !important;
}

@media (max-width: 620px) {
  #pfotenbild.image-strip {
    padding: 8px 0 34px !important;
  }

  #pfotenbild .image-card img {
    height: 225px !important;
    min-height: 210px !important;
  }

  #leistungen .card {
    display: block !important;
  }

  #leistungen .card .icon {
    display: inline-grid !important;
    vertical-align: middle !important;
    width: 36px !important;
    height: 36px !important;
    margin: 0 10px 0 0 !important;
    font-size: 20px !important;
  }

  #leistungen .card h3 {
    display: inline !important;
    vertical-align: middle !important;
    margin: 0 !important;
    line-height: 1.2 !important;
  }

  #leistungen .card p {
    display: block !important;
    margin-top: 12px !important;
  }
}
