/* Grundlayout & Typografie */

:root {
  /* Hamburg-Farbpalette: Hanseaten-Blau, Hafen-Navy, Hamburger Rot */
  --hamburg-navy: #002855;
  --hamburg-blue: #004d99;
  --hamburg-blue-light: #0066b3;
  --hamburg-red: #c41230;
  --hamburg-sand: #f5f3ef;
  --bg-body: #f0f4f8;
  --bg-light: #ffffff;
  --bg-dark: var(--hamburg-navy);
  --primary: var(--hamburg-blue);
  --primary-hover: var(--hamburg-navy);
  --primary-soft: rgba(0, 77, 153, 0.12);
  --accent: var(--hamburg-red);
  --text-main: #0f172a;
  --text-soft: #475569;
  --border-soft: #cbd5e1;
  --shadow-soft: 0 4px 6px -1px rgba(0, 45, 85, 0.08), 0 10px 20px -5px rgba(0, 45, 85, 0.1);
  --shadow-primary: 0 10px 25px -5px rgba(0, 77, 153, 0.3);
  --radius: 0.25rem;
  --radius-lg: 0.5rem;
  --radius-xl: 0.75rem;
  --radius-2xl: 1rem;
  --radius-pill: 9999px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
}

body {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  color: var(--text-main);
  background: var(--bg-body);
  -webkit-font-smoothing: antialiased;
}

.app-look .material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  font-size: 1.25rem;
  vertical-align: middle;
}

.app-look .material-symbols-outlined.icon-sm {
  font-size: 0.9rem;
}

.app-look .material-symbols-outlined.icon-check {
  font-size: 1.1rem;
  color: var(--primary);
  margin-right: 0.25rem;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0 0 0.75rem;
  color: var(--text-soft);
  line-height: 1.6;
}

h1,
h2,
h3 {
  margin: 0 0 0.75rem;
  letter-spacing: -0.03em;
  color: var(--text-main);
}

ul,
ol {
  margin: 0.5rem 0 0.5rem 1.25rem;
  padding: 0;
}

/* Container & Sektionen */

.container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* Promo-Bar: Aktion (HSV-VIP-Tickets) – kompakt */
.promo-bar {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  background: linear-gradient(135deg, var(--hamburg-red) 0%, #a00e28 100%);
  color: #fff;
  padding: 0.45rem 0;
  box-shadow: 0 2px 12px rgba(196, 18, 48, 0.35);
}

.promo-bar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  flex-wrap: wrap;
  text-align: center;
}

.promo-bar-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  padding: 0.2rem;
}

.promo-bar-icon svg {
  width: 100%;
  height: 100%;
}

.promo-bar-text {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
}

.promo-bar-text strong {
  font-weight: 700;
}

.promo-bar-cta {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.85rem;
  background: #fff;
  color: var(--hamburg-red);
  font-weight: 700;
  font-size: 0.8rem;
  border-radius: var(--radius-pill);
  white-space: nowrap;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.promo-bar-cta:hover {
  transform: scale(1.03);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 640px) {
  .promo-bar {
    padding: 0.4rem 0;
  }
  .promo-bar-inner {
    gap: 0.5rem;
    padding: 0 1rem;
  }
  .promo-bar-text {
    font-size: 0.8rem;
    line-height: 1.35;
    text-align: center;
  }
  .promo-bar-cta {
    padding: 0.4rem 0.75rem;
    font-size: 0.75rem;
    min-height: 36px;
  }
}

@media (max-width: 380px) {
  .promo-bar-text {
    font-size: 0.75rem;
  }
}

.section {
  padding: 4.5rem 0;
}

.section-hamburg {
  padding: 2.5rem 0;
}

.hamburg-hero-img {
  border-radius: var(--radius-2xl);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  position: relative;
}

.hamburg-hero-img img {
  width: 100%;
  height: auto;
  max-height: 320px;
  object-fit: cover;
  display: block;
}

.hamburg-hero-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 1rem 1.5rem;
  background: linear-gradient(to top, rgba(0, 40, 85, 0.9), transparent);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
}

.bg-light {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(24px);
}

.bg-dark-cta {
  background:
    linear-gradient(135deg, rgba(0, 40, 85, 0.92), rgba(0, 40, 85, 0.88)),
    url("images/landungsbruecken.png")
      center/cover no-repeat;
  color: #e2e8f0;
}

/* Hero-Bereich */

.hero {
  padding: 3.75rem 0 3.25rem;
  position: relative;
  background: linear-gradient(135deg, var(--hamburg-sand) 0%, #e8eef4 50%, #dde5ed 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("images/elbphilharmonie.png");
  background-size: cover;
  background-position: center 30%;
  background-repeat: no-repeat;
  opacity: 0.12;
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  grid-template-rows: auto auto;
  gap: 2.75rem;
  align-items: start;
  position: relative;
  z-index: 1;
}

.hero-intro {
  grid-column: 1;
  grid-row: 1;
  padding-right: 0.75rem;
}

.hero-rest {
  grid-column: 1;
  grid-row: 2;
  padding-right: 0.75rem;
}

.hero-form-card {
  grid-column: 2;
  grid-row: 1 / -1;
  align-self: start;
}

.hero-text {
  padding-right: 0.75rem;
}

.hero-experts {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 2rem;
  margin: 1.25rem 0 1rem;
  padding: 1.25rem 1.25rem 1.25rem 0;
}

.hero-expert {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin: 1.25rem 0 1rem;
  padding: 0;
}

.hero-expert-phone {
  padding-top: 1rem;
  border-top: 1px solid var(--border-soft);
}

.hero-expert-avatar {
  width: 140px;
  height: 140px;
  min-width: 140px;
  min-height: 140px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--primary);
  box-shadow: 0 12px 40px rgba(0, 77, 153, 0.2);
}

.hero-expert-text {
  font-size: 0.95rem;
}

.hero-expert-label {
  font-weight: 600;
  color: var(--text-main);
  margin-bottom: 0.2rem;
  font-size: 0.85rem;
}

.hero-expert-name {
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 0.15rem;
  font-size: 1.05rem;
}

.hero-expert-meta {
  font-size: 0.8rem;
  color: var(--text-soft);
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.25rem 0.85rem;
  border-radius: var(--radius-pill);
  background: var(--primary-soft);
  border: 1px solid rgba(0, 77, 153, 0.35);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero h1 {
  font-size: clamp(2.1rem, 2.7vw, 2.6rem);
  line-height: 1.1;
  margin-top: 0.9rem;
  margin-bottom: 0.9rem;
}

.hero-subtitle {
  font-size: 1rem;
  max-width: 36rem;
}

.hero-benefits {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 1.5rem;
}

.hero-benefits li {
  display: flex;
  align-items: flex-start;
  gap: 0.35rem;
  margin-bottom: 0.4rem;
  font-size: 0.95rem;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
  padding: 1rem 1.1rem;
  background: linear-gradient(135deg, rgba(0, 77, 153, 0.08) 0%, rgba(0, 45, 85, 0.06) 100%);
  border-radius: var(--radius-xl);
  border: 1px solid rgba(0, 77, 153, 0.2);
}

.trust-item {
  flex: 1 1 200px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--hamburg-navy);
}

.trust-item::before {
  content: "";
  flex-shrink: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--hamburg-red);
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.btn-cta-hero {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.2rem;
  background: var(--primary);
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: var(--radius-lg);
  border: none;
  transition: background 0.2s ease, transform 0.15s ease;
}

.btn-cta-hero:hover {
  background: var(--primary-hover);
  color: #fff;
  transform: scale(1.02);
}

.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.65rem 1.2rem;
  background: #25d366;
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: var(--radius-lg);
  transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}

.btn-whatsapp:hover {
  background: #20bd5a;
  color: #fff;
  transform: scale(1.02);
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4);
}

.btn-whatsapp::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}

.btn-cta-booking {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.2rem;
  background: transparent;
  color: var(--primary);
  font-weight: 600;
  font-size: 0.95rem;
  border: 2px solid var(--primary);
  border-radius: var(--radius-lg);
  transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
}

.btn-cta-booking:hover {
  background: var(--primary);
  color: #fff;
  transform: scale(1.02);
}

.hero-ctas-note {
  margin: 0.5rem 0 0;
  font-size: 0.85rem;
  color: var(--text-soft);
  font-style: italic;
}

.hero-known-from {
  margin-top: 2.5rem;
  padding: 1.75rem 1.5rem;
  background: var(--bg-light);
  border: 2px solid var(--border-soft);
  border-radius: var(--radius-2xl);
  box-shadow: var(--shadow-soft);
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.hero-known-from-label {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-main);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero-known-from-logo-wrap {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: transparent;
  border-radius: var(--radius-lg);
}

.hero-known-from-logo {
  height: 3.5rem;
  width: auto;
  max-width: 320px;
  object-fit: contain;
  display: block;
}

@media (max-width: 640px) {
  .hero-known-from {
    padding: 1.35rem 1.25rem;
    margin-top: 2rem;
    gap: 1rem;
  }
  .hero-known-from-label {
    font-size: 1rem;
  }
  .hero-known-from-logo {
    height: 2.75rem;
    max-width: 100%;
  }
}

/* Formular-Karte */

.hero-form-card {
  background: var(--bg-light);
  border-radius: var(--radius-2xl);
  box-shadow: var(--shadow-soft);
  padding: 1.35rem 1.5rem 1.4rem;
  border: 1px solid var(--border-soft);
  position: sticky;
  top: calc(0px + 4rem);
}

.hero-form-card h2 {
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
}

.form-intro {
  font-size: 0.9rem;
  margin-bottom: 1.1rem;
}

.form-group {
  margin-bottom: 0.85rem;
}

.form-group label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: #111827;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  min-height: 3.5rem;
  padding: 0.75rem 1rem;
  border-radius: var(--radius-xl);
  border: 1px solid var(--border-soft);
  font: inherit;
  font-size: 1rem;
  color: var(--text-main);
  background: var(--bg-light);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.form-group textarea {
  min-height: auto;
  padding: 0.65rem 0.85rem;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 2px var(--primary-soft);
  background: var(--bg-light);
}

/* Photon (Komoot) Adress-Dropdown – Hausbesuch */
.form-group {
  position: relative;
}
.photon-address-dropdown {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: var(--radius-xl);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
  max-height: 260px;
  overflow-y: auto;
  z-index: 10000;
  display: none;
}
.photon-address-dropdown.is-open {
  display: block;
  margin-top: 4px;
}
.photon-address-dropdown li {
  padding: 0.75rem 1rem;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.4;
  color: #1a1a1a;
  border-bottom: 1px solid #e5e7eb;
}
.photon-address-dropdown li:last-child {
  border-bottom: none;
}
.photon-address-dropdown li:hover,
.photon-address-dropdown li[aria-selected="true"] {
  background: #e3f2fd;
  color: #0d47a1;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #9ca3af;
}

.form-consent {
  margin: 0.5rem 0 0.9rem;
  font-size: 0.78rem;
  color: var(--text-soft);
}

.form-consent input {
  margin-right: 0.4rem;
}

.form-consent-link {
  color: var(--primary);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.form-consent-link:hover {
  color: var(--primary-hover);
}

/* Expertenteam für Hamburg */
.section-expertenteam {
  padding: 3rem 0;
  background: var(--bg-light);
  border-top: 1px solid var(--border-soft);
}

.section-expertenteam h2 {
  text-align: center;
  margin-bottom: 0.75rem;
}

.expertenteam-intro {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto 2rem;
  color: var(--text-muted);
}

.expertenteam-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 1rem;
}

.expertenteam-card {
  text-align: center;
  padding: 1.5rem 1rem;
  background: var(--bg);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-xl);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.expertenteam-photo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--primary);
  margin: 0 auto 1rem;
  display: block;
}

.expertenteam-name {
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 0.35rem;
  color: var(--text-main);
}

.expertenteam-role {
  font-size: 0.9rem;
  color: var(--primary);
  font-weight: 600;
  margin: 0 0 0.4rem;
  line-height: 1.35;
}

.expertenteam-teaser {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.45;
}

.expertenteam-link-wrap {
  text-align: center;
  margin-top: 1.5rem;
}

.expertenteam-link {
  font-weight: 600;
  color: var(--primary);
  text-underline-offset: 3px;
}

.expertenteam-link:hover {
  color: var(--primary-hover);
}

/* Webchat / MessengerPeople */
.section-webchat {
  padding: 3.5rem 0;
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg-light) 100%);
  border-top: 1px solid var(--border-soft);
}

.webchat-header {
  text-align: center;
  max-width: 42rem;
  margin: 0 auto;
}

.webchat-badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--primary);
  margin-bottom: 0.5rem;
}

.webchat-header h2 {
  margin-bottom: 0.35rem;
}

.webchat-tagline {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text-muted);
  margin-bottom: 1rem;
}

.webchat-intro {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text-main);
}

.webchat-intro a {
  color: var(--primary);
  font-weight: 500;
}

.webchat-intro a:hover {
  text-decoration: underline;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 900px) {
  .expertenteam-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .expertenteam-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .section-expertenteam {
    padding: 2rem 0;
  }
}

/* Partner-Galerie */
.section-partners {
  background: var(--bg-light);
  border-top: 1px solid var(--border-soft);
}

.section-partners h2 {
  text-align: center;
  margin-bottom: 0.75rem;
}

.partners-intro {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto 2rem;
}

.partners-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 1.25rem;
  align-items: center;
  justify-items: center;
}

.partner-logo {
  width: 100%;
  max-width: 180px;
  padding: 1.25rem;
  background: var(--bg-light);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-xl);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.partner-logo img {
  width: 100%;
  height: auto;
  max-height: 3.5rem;
  object-fit: contain;
}

@media (max-width: 640px) {
  .partners-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .partner-logo {
    padding: 1rem;
    min-height: 85px;
  }
  .partner-logo img {
    max-height: 2.75rem;
  }
}

/* Hamburg-Büro Bahrenfeld */
.section-office {
  padding: 4rem 0;
  background: var(--hamburg-sand);
}

.office-heading {
  text-align: center;
  margin-bottom: 0.5rem;
}

.office-intro {
  text-align: center;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}

.office-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.office-image {
  border-radius: var(--radius-2xl);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

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

.office-address-block {
  max-width: 32rem;
  margin: 0 auto;
}

.office-content p {
  margin-bottom: 0.75rem;
}

.office-contact {
  margin-top: 1rem;
  padding: 1rem 1.25rem;
  background: var(--bg-light);
  border-radius: var(--radius-xl);
  border-left: 4px solid var(--primary);
  line-height: 1.5;
}

.office-contact a {
  color: var(--primary);
  font-weight: 600;
}

.office-contact a:hover {
  text-decoration: underline;
}

.office-map {
  margin-top: 2.5rem;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.office-map-title {
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
  color: var(--text-main);
}

.office-map-embed {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  background: var(--border-soft);
}

.office-map-embed iframe {
  display: block;
  width: 100%;
  height: 320px;
  border: 0;
  border-radius: var(--radius-xl);
}

.office-map-link {
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-size: 0.9rem;
}

.office-map-link a {
  color: var(--primary);
  font-weight: 600;
}

.office-map-link a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .office-grid {
    grid-template-columns: 1fr;
  }

  .office-image img {
    height: 220px;
  }
}

.form-hint {
  font-size: 0.8rem;
  color: var(--text-soft);
  margin-top: 0.6rem;
  text-align: center;
}

.trust-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border-soft);
}

.trust-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.7rem;
  font-weight: 500;
  color: var(--text-soft);
}

.trust-badge .material-symbols-outlined {
  font-size: 1.25rem;
  color: var(--primary);
}

.form-message {
  font-size: 0.85rem;
  margin-top: 0.5rem;
  line-height: 1.5;
}

.form-message.success {
  padding: 0.9rem 1rem;
  border-radius: var(--radius-lg);
  background: var(--primary-soft);
  border: 1px solid rgba(0, 77, 153, 0.3);
  color: var(--text-main);
  font-weight: 500;
}

.form-message.error {
  padding: 0.5rem 0;
  color: #b91c1c;
  font-weight: 500;
}

/* Formular: Multi-Step & Progress */

.form-progress {
  margin-bottom: 1.25rem;
}

.form-progress-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.45rem;
}

.form-progress-step-label {
  font-size: 0.8rem;
  font-weight: 600;
  color: #111827;
}

.form-progress-percent {
  font-size: 0.78rem;
  color: #6b7280;
}

.form-progress-bar {
  width: 100%;
  height: 0.5rem;
  border-radius: var(--radius-pill);
  background: #f1f5f9;
  overflow: hidden;
}

.form-progress-bar-fill {
  height: 100%;
  width: 33%;
  border-radius: inherit;
  background: var(--primary);
  transition: width 0.2s ease-out;
}

.form-step {
  display: none;
}

.form-step.active {
  display: block;
}

.form-step h2 {
  font-size: 1.1rem;
  margin-bottom: 0.4rem;
}

.form-step-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  margin-top: 0.6rem;
}

.form-step-controls .step-prev {
  flex: 0 0 auto;
}

.form-step-controls .step-next,
.form-step-controls .step-submit {
  flex: 1;
}

.step-submit {
  display: none;
}

/* Auswahl-Karten im Formular */

.option-card-group {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.55rem;
  margin-bottom: 0.9rem;
}

.option-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.6rem;
  align-items: flex-start;
  padding: 0.85rem 1rem;
  border-radius: var(--radius-xl);
  border: 2px solid var(--border-soft);
  background: var(--bg-light);
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease, transform 0.1s ease;
}

.option-card input {
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.option-card-content {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}

.option-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-main);
  line-height: 1.3;
  display: block;
}

.option-text {
  font-size: 0.85rem;
  color: var(--text-soft);
  line-height: 1.4;
  display: block;
}

.option-card:hover,
.option-card:has(input:checked) {
  background: var(--primary-soft);
  border-color: var(--primary);
}

.option-card:hover {
  transform: translateY(-1px);
}

.inline-options-label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
  color: var(--text-main);
}

.inline-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.inline-option {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.3rem 0.55rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-soft);
  background: var(--bg-light);
  font-size: 0.8rem;
  font-weight: 500;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.inline-option:hover,
.inline-option:has(input:checked) {
  border-color: var(--primary);
  background: var(--primary-soft);
}

.inline-option input {
  margin: 0;
  width: 0.9rem;
  height: 0.9rem;
}

/* Buttons */

.btn-primary,
.btn-secondary,
.btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.875rem 1.25rem;
  border-radius: var(--radius-xl);
  border: none;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  white-space: nowrap;
}

.btn-primary {
  background: var(--primary);
  color: #fff;
  box-shadow: var(--shadow-primary);
  width: 100%;
  margin-top: 0.35rem;
}

.btn-primary:hover {
  transform: scale(1.01);
  box-shadow: 0 14px 30px -5px rgba(0, 77, 153, 0.4);
  background: var(--primary-hover);
  color: #fff;
}

.btn-primary:active {
  transform: scale(0.98);
}

.btn-secondary {
  padding-inline: 1.25rem;
  background: var(--bg-light);
  color: var(--text-main);
  border: 2px solid var(--border-soft);
  box-shadow: var(--shadow-soft);
}

.btn-secondary:hover {
  border-color: var(--primary);
  background: var(--primary-soft);
  transform: translateY(-1px);
}

.btn-secondary:active {
  transform: translateY(0);
}

.btn-cta {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 10px 25px -5px rgba(196, 18, 48, 0.35);
  text-decoration: none;
}

.btn-cta:hover {
  transform: scale(1.02);
  background: #a00e28;
  color: #fff;
  box-shadow: 0 14px 30px -5px rgba(196, 18, 48, 0.45);
}

/* Benefits & Schritte */

.benefits-grid {
  display: grid;
  grid-template-columns: 1.4fr 1.1fr;
  gap: 2.5rem;
  align-items: start;
}

.list-check {
  list-style: none;
  margin-left: 0;
}

.list-check li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.45rem;
  font-size: 0.96rem;
}

.list-check li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0.12rem;
  font-size: 0.85rem;
  color: var(--primary);
}

.benefit-box {
  background: var(--hamburg-navy);
  color: #e2e8f0;
  border-radius: var(--radius-2xl);
  padding: 1.75rem 1.65rem 1.5rem;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(0, 77, 153, 0.4);
}

.benefit-box h3 {
  color: #f8fafc;
  margin-bottom: 0.85rem;
}

.steps-list {
  margin: 0.5rem 0 0.85rem 0;
  padding-left: 1.2rem;
}

.steps-list li {
  margin-bottom: 0.35rem;
  font-size: 0.92rem;
}

.benefit-box .small {
  font-size: 0.8rem;
  color: #94a3b8;
}

/* Ausgezeichnete Tarife */
.section-awards {
  background: var(--bg-light);
  border-top: 1px solid var(--border-soft);
  border-bottom: 1px solid var(--border-soft);
}

.section-awards h2 {
  text-align: center;
  margin-bottom: 0.75rem;
}

.awards-intro {
  text-align: center;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  font-size: 0.95rem;
}

.awards-list {
  max-width: 36rem;
  margin: 0 auto 1.5rem;
}

.award-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--border-soft);
  font-size: 0.95rem;
}

.award-item:last-of-type {
  border-bottom: none;
}

.award-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  color: var(--primary);
}

.award-icon svg {
  width: 100%;
  height: 100%;
}

.awards-cta {
  text-align: center;
  max-width: 32rem;
  margin: 0 auto 0.5rem;
  font-size: 0.95rem;
}

.awards-link {
  text-align: center;
  margin: 0;
}

.awards-link a {
  color: var(--primary);
  font-weight: 600;
}

.awards-link a:hover {
  text-decoration: underline;
}

/* Tarife nach Thema */
.section-themes {
  background: var(--bg-light);
  border-top: 1px solid var(--border-soft);
}

.section-themes h2 {
  text-align: center;
  margin-bottom: 0.75rem;
}

.themes-intro {
  text-align: center;
  max-width: 42rem;
  margin: 0 auto 2rem;
}

.themes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1rem;
}

.theme-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 1.25rem;
  background: var(--bg-body);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-xl);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.theme-card:hover {
  border-color: var(--primary);
  box-shadow: var(--shadow-soft);
}

.theme-icon {
  width: 2.25rem;
  height: 2.25rem;
  color: var(--primary);
}

.theme-icon svg {
  width: 100%;
  height: 100%;
}

.theme-card strong {
  font-size: 1rem;
  color: var(--text-main);
}

.theme-card span:last-of-type {
  font-size: 0.9rem;
  color: var(--text-soft);
  line-height: 1.45;
}

/* Leistung Kasse vs. Tarif */
.section-leistung {
  background: var(--bg-body);
}

.section-leistung h2 {
  text-align: center;
  margin-bottom: 0.75rem;
}

.leistung-intro {
  text-align: center;
  max-width: 42rem;
  margin: 0 auto 2rem;
}

.leistung-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.leistung-box {
  background: var(--bg-light);
  border-radius: var(--radius-xl);
  padding: 1.5rem;
  border: 1px solid var(--border-soft);
}

.leistung-box h3 {
  font-size: 1.15rem;
  margin-bottom: 0.25rem;
}

.leistung-sub {
  font-size: 0.85rem;
  color: var(--text-soft);
  margin-bottom: 1rem;
}

.leistung-box ul {
  margin: 0;
  padding-left: 1.25rem;
}

.leistung-box li {
  margin-bottom: 0.5rem;
  color: var(--text-soft);
  font-size: 0.95rem;
}

.leistung-tarif ul li strong {
  color: var(--text-main);
}

/* Erstattungsbeispiel */
.section-beispiel {
  background: var(--bg-light);
  border-top: 1px solid var(--border-soft);
}

.section-beispiel h2 {
  text-align: center;
  margin-bottom: 0.75rem;
}

.beispiel-intro {
  text-align: center;
  max-width: 42rem;
  margin: 0 auto 2rem;
}

.beispiel-content {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: start;
  max-width: 52rem;
  margin: 0 auto 1.5rem;
}

.beispiel-text p {
  margin-bottom: 0.75rem;
}

.beispiel-table-wrap {
  overflow-x: auto;
}

.beispiel-table {
  width: 100%;
  min-width: 260px;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.beispiel-table td {
  padding: 0.6rem 1rem;
  border: 1px solid var(--border-soft);
}

.beispiel-table td:first-child {
  color: var(--text-soft);
}

.beispiel-table td:last-child {
  text-align: right;
  font-weight: 500;
  color: var(--text-main);
}

.beispiel-highlight td {
  background: var(--primary-soft);
  color: var(--primary);
  font-weight: 600;
}

.beispiel-cta {
  text-align: center;
  margin: 0;
}

.beispiel-cta .btn-cta {
  display: inline-block;
}

@media (max-width: 640px) {
  .beispiel-content {
    grid-template-columns: 1fr;
  }
}

/* Darauf achten wir (3 Tipps) */
.section-tipps {
  background: var(--bg-body);
}

.section-tipps h2 {
  text-align: center;
  margin-bottom: 0.75rem;
}

.tipps-intro {
  text-align: center;
  max-width: 42rem;
  margin: 0 auto 2rem;
}

.tipps-list {
  max-width: 42rem;
  margin: 0 auto;
}

.tipp-item {
  display: flex;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
  align-items: flex-start;
}

.tipp-item:last-child {
  margin-bottom: 0;
}

.tipp-num {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: var(--primary);
  color: white;
  font-weight: 700;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tipp-item h3 {
  font-size: 1.05rem;
  margin-bottom: 0.35rem;
}

.tipp-item p {
  margin: 0;
  font-size: 0.95rem;
}

/* Fiktives Beispiel: Was würde mein Zahnarzt raten? */
.section-dentist-example {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.dentist-example-heading {
  text-align: center;
  font-size: 1.35rem;
  margin-bottom: 0.75rem;
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
}

.dentist-example-intro {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto 1.5rem;
  font-size: 0.98rem;
  color: var(--text-soft);
}

.dentist-example-visual {
  width: 100px;
  height: 50px;
  margin: 0 auto 1.5rem;
  color: var(--primary);
  opacity: 0.6;
}

.dentist-example-visual svg {
  width: 100%;
  height: 100%;
}

.dentist-example-blocks {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 40rem;
  margin: 0 auto 1.75rem;
}

.dentist-example-block {
  padding: 1.1rem 1.25rem;
  background: var(--bg-body);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
}

.dentist-example-question {
  margin: 0 0 0.5rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--primary);
}

.dentist-example-answer {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--text-main);
}

.dentist-example-cta {
  text-align: center;
  max-width: 32rem;
  margin: 0 auto 1rem;
  font-size: 0.95rem;
}

.dentist-example-link {
  text-align: center;
  margin: 0;
}

.dentist-example-link .btn-cta {
  display: inline-flex;
}

/* Cards: Zielgruppen */

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.6rem;
}

.card {
  background: var(--bg-light);
  border-radius: var(--radius-xl);
  padding: 1.35rem 1.25rem 1.2rem;
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-soft);
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.card h3 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.card h3 a {
  color: inherit;
}

.card h3 a:hover {
  color: var(--primary);
}

.card-link {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--primary);
}

.card-link:hover {
  text-decoration: underline;
}

.card p {
  font-size: 0.9rem;
}

.card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px -8px rgba(0, 77, 153, 0.2);
  border-color: rgba(0, 77, 153, 0.5);
}

/* Die Meinung unserer Kunden */
.section-reviews {
  background: var(--hamburg-sand);
}

.section-reviews-prominent {
  padding: 3.5rem 0 4rem;
  background: linear-gradient(180deg, var(--bg-light) 0%, var(--hamburg-sand) 100%);
}

.section-reviews-prominent h2 {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  margin-bottom: 0.75rem;
}

.section-reviews h2 {
  text-align: center;
  margin-bottom: 0.5rem;
}

.reviews-intro {
  text-align: center;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  font-size: 0.95rem;
}

.section-reviews-prominent .reviews-intro {
  margin-bottom: 2.5rem;
  font-size: 1rem;
}

.reviews-google-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-right: 0.5em;
  vertical-align: middle;
}

.reviews-google-logo {
  height: 2.75rem;
  width: 2.75rem;
  flex-shrink: 0;
  vertical-align: middle;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.section-reviews-prominent .reviews-grid {
  gap: 2rem;
  margin-bottom: 2rem;
}

.review-card {
  margin: 0;
  padding: 1.5rem 1.25rem;
  background: var(--bg-light);
  border-radius: var(--radius-xl);
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
}

.section-reviews-prominent .review-card {
  padding: 2rem 1.75rem;
  border: 2px solid rgba(0, 77, 153, 0.15);
  box-shadow: 0 12px 32px rgba(0, 45, 85, 0.12);
}

.section-reviews-prominent .review-card:hover {
  border-color: rgba(0, 77, 153, 0.35);
  box-shadow: 0 16px 40px rgba(0, 45, 85, 0.15);
}

.review-stars {
  color: #f59e0b;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  margin-bottom: 0.6rem;
}

.section-reviews-prominent .review-stars {
  font-size: 1.35rem;
  margin-bottom: 0.75rem;
}

.review-text {
  flex: 1;
  font-size: 0.9rem;
  line-height: 1.55;
  margin-bottom: 0.75rem;
  font-style: italic;
}

.section-reviews-prominent .review-text {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 0.85rem;
}

.review-author {
  font-size: 0.82rem;
  color: var(--text-soft);
  font-style: normal;
}

.section-reviews-prominent .review-author {
  font-size: 0.9rem;
  font-weight: 500;
}

.reviews-cta {
  text-align: center;
  margin: 0;
}

.reviews-cta-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.6rem 1.25rem;
  background: var(--primary);
  color: #fff;
  font-weight: 600;
  border-radius: var(--radius-xl);
  font-size: 0.95rem;
}

.section-reviews-prominent .reviews-cta-link {
  padding: 0.85rem 1.75rem;
  font-size: 1.05rem;
}

.reviews-cta-link:hover {
  background: var(--primary-hover);
  color: #fff;
  text-decoration: none;
}

@media (max-width: 960px) {
  .reviews-grid {
    grid-template-columns: 1fr;
  }
}

/* CTA dunkel */

.cta-inline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.cta-inline p {
  color: #cbd5e1;
}

.bg-dark-cta h2 {
  color: #f1f5f9;
}

.cta-multi {
  text-align: center;
}

.cta-multi-intro {
  color: #cbd5e1;
  max-width: 36rem;
  margin: 0 auto 1.5rem;
}

.cta-multi-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 1rem;
}

.cta-multi-buttons .btn-cta {
  min-width: 10rem;
}

.btn-cta-light {
  background: #f1f5f9;
  color: var(--hamburg-navy);
}

.btn-cta-light:hover {
  background: #fff;
  color: var(--hamburg-navy);
}

.btn-whatsapp-dark {
  background: #25d366;
  color: #fff;
}

.btn-whatsapp-dark:hover {
  background: #20bd5a;
  color: #fff;
}

.btn-cta-booking-dark {
  background: #f1f5f9;
  color: var(--hamburg-navy);
}

.btn-cta-booking-dark:hover {
  background: #fff;
  color: var(--hamburg-navy);
}

.cta-multi-hint {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(241, 245, 249, 0.85);
}

/* Rückruf-Modal */
.callback-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.callback-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.callback-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 45, 85, 0.5);
  cursor: pointer;
}

.callback-modal-box {
  position: relative;
  width: 100%;
  max-width: 420px;
  max-height: 90vh;
  overflow-y: auto;
  background: var(--bg-light);
  border-radius: var(--radius-2xl);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  padding: 2rem 1.75rem;
}

.callback-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  border: none;
  background: transparent;
  font-size: 1.75rem;
  line-height: 1;
  color: var(--text-soft);
  cursor: pointer;
  transition: color 0.15s ease;
}

.callback-modal-close:hover {
  color: var(--text-main);
}

.callback-modal-badge {
  margin: 0 0 0.35rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.callback-modal-title {
  margin: 0 0 0.75rem;
  font-size: 1.5rem;
  color: var(--text-main);
}

.callback-modal-text {
  margin: 0 0 0.75rem;
  font-size: 0.95rem;
  color: var(--text-soft);
  line-height: 1.5;
}

.callback-modal-booking {
  margin: 0 0 1.25rem;
}

.callback-booking-link {
  display: inline-block;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--primary);
}

.callback-booking-link:hover {
  text-decoration: underline;
}

.callback-form .form-group {
  margin-bottom: 1rem;
}

.callback-form .form-group-row {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}

.callback-form .form-group-row .form-group {
  flex: 1;
  margin-bottom: 0;
}

@media (max-width: 400px) {
  .callback-form .form-group-row {
    flex-direction: column;
    gap: 0;
    margin-bottom: 0;
  }
  .callback-form .form-group-row .form-group {
    margin-bottom: 1rem;
  }
}

.callback-form .form-group label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-main);
  margin-bottom: 0.35rem;
}

/* Privacy-Zeile: kompakt, rote Hervorhebung wenn nicht angehakt – Rückruf + Hausbesuch */
.callback-form .form-group.callback-form-privacy {
  display: block;
  width: max-content;
  max-width: 100%;
}

.callback-form .form-group.callback-form-privacy label.checkbox-label {
  display: inline-flex;
  font-weight: 400;
  margin-bottom: 0;
}

.callback-form .form-hint {
  display: block;
  font-size: 0.8rem;
  color: var(--text-soft);
  margin-top: 0.35rem;
}

.callback-form input[type="text"],
.callback-form input[type="tel"],
.callback-form select {
  width: 100%;
  padding: 0.7rem 1rem;
  font-size: 1rem;
  font-family: inherit;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  background: var(--bg-light);
}

.callback-form-privacy {
  margin-bottom: 1rem;
  width: max-content;
  max-width: 100%;
  padding: 0.4rem 0.6rem;
  border-radius: 6px;
  border: 1px solid transparent;
  transition: border-color 0.2s, background-color 0.2s;
}

/* Pflichtfeld: rote Umrandung, solange nicht angehakt */
.callback-form-privacy:has(input[type="checkbox"]:not(:checked)) {
  border-color: #c53030;
  background-color: #fef2f2;
}

.callback-form-privacy:has(input[type="checkbox"]:checked) {
  border-color: var(--border-soft);
  background-color: transparent;
}

.callback-form-privacy .checkbox-label {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.4rem;
  font-weight: 400;
  font-size: 0.85rem;
  color: var(--text-soft);
  cursor: pointer;
  margin: 0;
}

.callback-form-privacy input[type="checkbox"] {
  margin-top: 0.2rem;
  flex-shrink: 0;
  width: 1.1rem;
  height: 1.1rem;
  cursor: pointer;
}

.callback-form-privacy a {
  color: var(--primary);
}

.callback-form-message {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
  min-height: 1.4em;
}

.callback-form-message.success {
  color: #059669;
}

.callback-form-message.error {
  color: var(--hamburg-red);
}

.callback-form-submit {
  display: inline-block;
  width: auto;
  padding: 0.35rem 0.75rem;
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
}

/* FAQ */

.section-faq .faq {
  position: relative;
}

.faq-visual {
  width: 64px;
  height: 64px;
  margin: 0 auto 1.5rem;
  color: var(--primary);
  opacity: 0.6;
}

.faq-visual svg {
  width: 100%;
  height: 100%;
}

.faq details {
  background: var(--bg-light);
  border-radius: var(--radius-xl);
  border: 1px solid var(--border-soft);
  padding: 0.85rem 1rem;
  margin-bottom: 0.5rem;
  box-shadow: var(--shadow-soft);
}

.faq summary {
  list-style: none;
  cursor: pointer;
  font-weight: 600;
  color: #111827;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: "+";
  float: right;
  font-weight: 600;
  color: #6b7280;
}

.faq details[open] summary::after {
  content: "–";
}

.faq p {
  margin-top: 0.5rem;
  font-size: 0.9rem;
}

/* Vergleichs-Seite: Hero + Start-Box */
.vergleich-hero {
  background: linear-gradient(180deg, var(--bg-body) 0%, var(--bg-light) 100%);
  padding-top: 2.5rem;
}

.vergleich-hero h1 {
  text-align: center;
  margin-bottom: 0.75rem;
}

.vergleich-hero-intro {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 2rem;
}

.vergleich-start-box {
  max-width: 420px;
  margin: 0 auto;
  padding: 1.75rem;
  background: var(--bg-light);
  border-radius: var(--radius-2xl);
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-soft);
}

.vergleich-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.vergleich-form label {
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--text-main);
}

.vergleich-input {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  font-family: inherit;
}

.vergleich-btn {
  margin-top: 0.25rem;
  width: 100%;
  padding: 0.85rem 1.25rem;
}

.vergleich-trust {
  text-align: center;
  margin: 1rem 0 0;
  font-size: 0.85rem;
  color: var(--text-soft);
}

.vergleich-tool-link {
  text-align: center;
  margin: 1rem 0 0;
  font-size: 0.9rem;
}

.vergleich-tool-link a {
  color: var(--primary);
  font-weight: 600;
}

.vergleich-tool-link a:hover {
  text-decoration: underline;
}

/* Vergleichstool (vergleich-tool.html) */
.compare-tool-main {
  background: var(--bg-body);
}

.container-compare {
  max-width: 620px;
}

.compare-tool-main h1 {
  text-align: center;
  margin-bottom: 0.5rem;
}

.compare-tool-intro {
  text-align: center;
  margin: 0 auto 1.5rem;
  color: var(--text-soft);
}

.compare-progress {
  margin-bottom: 2rem;
}

.compare-progress-bar {
  height: 6px;
  background: var(--border-soft);
  border-radius: var(--radius-pill);
  overflow: hidden;
}

.compare-progress-fill {
  height: 100%;
  width: 33.33%;
  background: var(--primary);
  border-radius: var(--radius-pill);
  transition: width 0.3s ease;
}

.compare-progress-text {
  margin: 0.5rem 0 0;
  font-size: 0.85rem;
  color: var(--text-soft);
}

.compare-step {
  background: var(--bg-light);
  border-radius: var(--radius-2xl);
  padding: 2rem;
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-soft);
}

.compare-step-hidden {
  display: none;
}

.compare-step h2 {
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
}

.compare-step-desc {
  margin: 0 0 1.5rem;
  font-size: 0.95rem;
  color: var(--text-soft);
}

.compare-form .form-group {
  margin-bottom: 1.25rem;
}

.compare-form .form-group label {
  display: block;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 0.35rem;
}

.compare-input {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  font-family: inherit;
}

.compare-form .btn-cta {
  width: 100%;
  margin-top: 0.5rem;
}

.compare-question {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--border-soft);
}

.compare-question:last-of-type {
  border-bottom: none;
}

.compare-question-label {
  margin: 0 0 0.75rem;
  font-weight: 500;
  color: var(--text-main);
}

.compare-radios {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.compare-radio {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-size: 0.95rem;
  color: var(--text-soft);
}

.compare-radio input {
  width: 1.1rem;
  height: 1.1rem;
}

.compare-step-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
  align-items: center;
}

.compare-step-buttons .btn-compare-back {
  padding: 0.6rem 1rem;
  font-size: 0.9rem;
  background: transparent;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  color: var(--text-soft);
  cursor: pointer;
  font-family: inherit;
}

.compare-step-buttons .btn-compare-back:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.compare-results {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.compare-tarif-card {
  background: var(--bg-body);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-xl);
  padding: 1.5rem;
  margin: 0;
}

.compare-tarif-header {
  margin-bottom: 0.75rem;
}

.compare-tarif-anbieter {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.compare-tarif-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-main);
}

.compare-tarif-details p {
  margin: 0 0 0.5rem;
  font-size: 0.9rem;
  color: var(--text-soft);
}

.compare-tarif-price {
  margin-top: 0.75rem !important;
  font-size: 1rem !important;
  color: var(--text-main) !important;
}

.compare-tarif-price-label {
  font-weight: 400;
  color: var(--text-soft);
}

.compare-tarif-cta {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 1rem;
  padding: 0.6rem 1rem;
  font-size: 0.9rem;
}

.compare-results-hint {
  margin: 1.5rem 0 0.75rem;
  font-size: 0.85rem;
  color: var(--text-soft);
}

.compare-results-cta {
  margin: 1rem 0 1.5rem;
}

.btn-cta-outline {
  background: transparent;
  color: var(--primary);
  border: 2px solid var(--primary);
}

.btn-cta-outline:hover {
  background: var(--primary-soft);
  color: var(--primary);
}

/* Unterseiten: Nav + Layout */
.page-nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--bg-light);
  border-bottom: 1px solid var(--border-soft);
  padding: 0.85rem 0;
}

.page-nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.page-nav-logo {
  font-weight: 700;
  color: var(--primary);
  font-size: 1rem;
}

.page-nav-logo:hover {
  color: var(--primary-hover);
}

.page-nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.1rem 1.5rem;
}

.page-nav-links > a {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-main);
}

.page-nav-links > a:hover,
.page-nav-links > a.active {
  color: var(--primary);
}

.page-nav-links > a.active {
  font-weight: 600;
}

/* Dropdown: weniger Einträge sichtbar, klare Hierarchie */
.nav-dropdown {
  position: relative;
}

.nav-dropdown-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-main);
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
}

.nav-dropdown-trigger::after {
  content: '';
  width: 0.4em;
  height: 0.4em;
  margin-left: 0.2em;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.nav-dropdown.is-open .nav-dropdown-trigger::after {
  transform: rotate(-135deg);
}

.nav-dropdown-trigger:hover,
.nav-dropdown-trigger.active,
.nav-dropdown.is-open .nav-dropdown-trigger {
  color: var(--primary);
}

.nav-dropdown-trigger.active {
  font-weight: 600;
}

.nav-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 11rem;
  margin-top: 0.25rem;
  padding: 0.5rem 0;
  background: var(--bg-light);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  z-index: 100;
}

.nav-dropdown.is-open .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media (hover: hover) {
  .nav-dropdown:hover .nav-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

.nav-dropdown-menu a {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-main);
}

.nav-dropdown-menu a:hover {
  background: var(--primary-soft);
  color: var(--primary);
}

.page-nav-home {
  padding: 0.6rem 0;
}

.subpage-main {
  padding: 2.5rem 0 4rem;
}

.subpage-main h1 {
  margin-bottom: 0.75rem;
}

.subpage-main .lead {
  font-size: 1.05rem;
  max-width: 42rem;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.subpage-visual {
  width: 120px;
  height: 60px;
  margin: 0 auto 2rem;
  color: var(--primary);
  opacity: 0.5;
}

.subpage-visual svg {
  width: 100%;
  height: 100%;
}

.subpage-block {
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--border-soft);
}

.subpage-block:last-of-type {
  border-bottom: none;
}

.subpage-block h2 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}

/* Direktabschluss-Seite */
.subpage-direktabschluss .container-narrow {
  max-width: 42rem;
}

.direktabschluss-recommend {
  background: var(--primary-soft);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-xl);
  padding: 1.5rem 1.5rem 1.25rem;
  margin-bottom: 2.5rem;
}

.direktabschluss-recommend-text {
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: 1.5;
}

.direktabschluss-recommend .btn-cta {
  display: inline-block;
}

.direktabschluss-links .direktabschluss-tarif-list {
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
}

.direktabschluss-tarif-item {
  background: var(--bg-light);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  padding: 1.25rem 1.5rem;
  margin-bottom: 1rem;
  box-shadow: var(--shadow-soft);
}

.direktabschluss-tarif-name {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 0.35rem;
}

.direktabschluss-tarif-desc {
  margin: 0 0 0.75rem;
  font-size: 0.95rem;
  color: var(--text-main);
  line-height: 1.4;
}

.direktabschluss-tarif-highlights {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  font-size: 0.875rem;
  color: var(--text-soft);
  line-height: 1.5;
}

.direktabschluss-tarif-highlights li {
  position: relative;
  padding-left: 1.35rem;
  margin-bottom: 0.4rem;
}

.direktabschluss-tarif-highlights li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 0.4em;
  height: 0.4em;
  border-radius: 50%;
  background: var(--primary);
  opacity: 0.8;
}

.direktabschluss-tarif-item .btn-primary {
  width: 100%;
  margin-top: 0;
}

.direktabschluss-service {
  margin-top: 2rem;
}

.feature-line-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.feature-line {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.95rem;
}

.feature-line-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: var(--primary);
}

.feature-line-icon svg {
  width: 100%;
  height: 100%;
}

.subpage-cta-wrap {
  text-align: center;
  margin: 2rem 0 0;
}

.subpage-cta-wrap .btn-cta {
  display: inline-flex;
}

/* Team-Seite */
.team-hero {
  position: relative;
  min-height: 280px;
  background-size: cover;
  background-position: center;
  background-color: #1a365d;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

.team-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.55) 100%);
}

.team-hero-inner {
  position: relative;
  z-index: 1;
  padding: 2.5rem 1rem;
}

.team-hero-title {
  color: #fff;
  font-size: 1.75rem;
  margin: 0 0 0.5rem;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.team-hero-lead {
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.05rem;
  max-width: 32rem;
  line-height: 1.5;
  margin: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.team-lead-intro {
  font-size: 1.05rem;
  max-width: 42rem;
  line-height: 1.65;
  color: var(--text-main);
  margin: 0 0 2rem;
}

.subpage-team .team-lead {
  font-size: 1.05rem;
  max-width: 42rem;
  line-height: 1.65;
  color: var(--text-main);
}

.team-hamburg-gallery {
  margin-bottom: 3rem;
}

.team-hamburg-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  grid-template-rows: auto auto;
  gap: 0.75rem;
}

.team-hamburg-item {
  margin: 0;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.team-hamburg-item--large {
  grid-row: span 2;
}

.team-hamburg-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.team-hamburg-item--large img {
  min-height: 280px;
}

.team-hamburg-item:not(.team-hamburg-item--large) img {
  min-height: 140px;
}

.team-hamburg-item figcaption {
  padding: 0.5rem 0.75rem;
  font-size: 0.8rem;
  color: var(--text-muted);
  background: var(--bg-light);
}

@media (max-width: 768px) {
  .team-hamburg-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .team-hamburg-item--large {
    grid-row: span 1;
  }
  .team-hero {
    min-height: 220px;
  }
  .team-hero-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  .team-hero {
    min-height: 180px;
    padding: 2rem 0;
  }
  .team-hero-title {
    font-size: 1.35rem;
    line-height: 1.25;
  }
  .team-hero-lead {
    font-size: 0.95rem;
  }
  .team-profile-head {
    flex-direction: column;
    text-align: center;
    padding: 1.25rem 1rem 0.5rem;
  }
  .team-profile-photo {
    width: 120px;
    height: 120px;
    min-width: 120px;
  }
}

.team-profiles {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-bottom: 3rem;
}

.team-profile {
  background: var(--bg);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.team-profile-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem 1.5rem 0.5rem;
  background: var(--bg-light);
}

.team-profile-photo {
  width: 140px;
  height: 140px;
  min-width: 140px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--primary);
}

.team-profile-meta {
  flex: 1;
  min-width: 200px;
}

.team-profile-name {
  font-size: 1.35rem;
  margin: 0 0 0.25rem;
  color: var(--text-main);
}

.team-profile-role {
  font-size: 0.95rem;
  color: var(--primary);
  font-weight: 600;
  margin: 0;
}

.team-profile-body {
  padding: 1.25rem 1.5rem 1.5rem;
}

.team-profile-body h3 {
  font-size: 1rem;
  margin: 1rem 0 0.4rem;
  color: var(--text-main);
}

.team-profile-body h3:first-child {
  margin-top: 0;
}

.team-profile-body p {
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0 0 0.75rem;
  color: var(--text-main);
}

.team-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.team-tags li {
  font-size: 0.8rem;
  padding: 0.35rem 0.75rem;
  background: var(--primary-soft);
  color: var(--primary);
  border-radius: 999px;
  font-weight: 500;
}

.subpage-team .section-block {
  margin-bottom: 2.5rem;
  padding: 2rem 0;
  border-top: 1px solid var(--border-soft);
}

.subpage-team .section-block h2 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.subpage-team .section-block p {
  font-size: 1rem;
  line-height: 1.65;
  margin-bottom: 1rem;
}

.subpage-team .section-block p:last-of-type {
  margin-bottom: 0;
}

.team-why-us-cta {
  margin-top: 1.5rem !important;
  margin-bottom: 0 !important;
}

@media (max-width: 640px) {
  .team-profile-head {
    flex-direction: column;
    text-align: center;
  }
  .team-profile-photo {
    width: 120px;
    height: 120px;
    min-width: 120px;
  }
}

/* Kinder-Seite: Hero-Bild, Inline-Bild, Timeline, Behandlungen, Kasse vs., Tabelle, Checkliste */
.kinder-hero-image {
  margin: 1.5rem auto 2rem;
  max-width: 340px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.kinder-hero-image img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
  filter: saturate(0.75);
}

.kinder-hero-image figcaption {
  padding: 0.5rem 0.75rem;
  font-size: 0.8rem;
  color: var(--text-muted);
  background: var(--bg-light);
  border-top: 1px solid var(--border-soft);
}

@media (max-width: 768px) {
  .kinder-hero-image {
    max-width: 280px;
    margin-top: 1.25rem;
    margin-bottom: 1.5rem;
  }
  .kinder-inline-image {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}

.kinder-inline-image {
  margin: 1.25rem 0 1.5rem;
  max-width: 340px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.kinder-inline-image img {
  width: 100%;
  height: auto;
  display: block;
  filter: saturate(0.75);
}

.kinder-inline-image figcaption {
  padding: 0.5rem 0.85rem;
  font-size: 0.85rem;
  color: var(--text-muted);
  background: var(--bg-light);
  border-top: 1px solid var(--border-soft);
}

.kinder-timeline {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.25rem;
}

.kinder-timeline-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 0.85rem 1rem;
  background: var(--bg-light);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-soft);
}

.kinder-timeline-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  color: var(--primary);
}

.kinder-timeline-icon svg {
  width: 100%;
  height: 100%;
}

.kinder-treatments {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-top: 1rem;
}

.kinder-treatment-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--border-soft);
}

.kinder-treatment-item:last-child {
  border-bottom: none;
}

.kinder-treatment-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: var(--primary);
}

.kinder-treatment-icon svg {
  width: 100%;
  height: 100%;
}

.kinder-kasse-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-top: 1rem;
}

.kinder-kasse-box {
  padding: 1.25rem;
  background: var(--bg-light);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-xl);
}

.kinder-kasse-box h3 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.75rem;
  font-size: 1rem;
}

.kinder-kasse-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  color: var(--text-soft);
}

.kinder-kasse-box-plus .kinder-kasse-icon {
  color: var(--primary);
}

.kinder-kasse-box ul {
  margin: 0;
  padding-left: 1.25rem;
  font-size: 0.9rem;
  color: var(--text-soft);
}

.kinder-kasse-box li {
  margin-bottom: 0.35rem;
}

.kinder-beispiel-table-wrap {
  overflow-x: auto;
  margin: 1rem 0 0.5rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-soft);
}

.kinder-beispiel-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.kinder-beispiel-table th,
.kinder-beispiel-table td {
  padding: 0.65rem 1rem;
  text-align: left;
  border-bottom: 1px solid var(--border-soft);
}

.kinder-beispiel-table th {
  background: var(--bg-light);
  font-weight: 600;
  color: var(--text-main);
}

.kinder-beispiel-table tbody tr:last-child td {
  border-bottom: none;
}

.kinder-beispiel-highlight td {
  background: rgba(0, 82, 155, 0.08);
  font-weight: 600;
  color: var(--primary);
}

.subpage-kinder .small {
  font-size: 0.85rem;
  color: var(--text-soft);
  margin-top: 0.5rem;
}

.kinder-checklist {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1rem;
}

.kinder-checklist-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 0.6rem 0;
}

.kinder-checklist-num {
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  color: #fff;
  border-radius: 50%;
  font-size: 0.85rem;
  font-weight: 700;
}

@media (max-width: 640px) {
  .kinder-kasse-grid {
    grid-template-columns: 1fr;
  }
}

/* Beratung-Seite: So läuft unsere Beratung */
.beratung-block-highlight {
  background: rgba(0, 82, 155, 0.06);
  border: 1px solid rgba(0, 82, 155, 0.15);
  border-radius: var(--radius-xl);
  padding: 1.5rem 1.25rem !important;
}

.beratung-person {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  margin: 1.25rem 0;
}

.beratung-person-photo {
  flex-shrink: 0;
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
}

.beratung-person-name {
  font-weight: 700;
  font-size: 1.1rem;
  margin: 0 0 0.15rem;
  color: var(--text-main);
}

.beratung-person-role {
  margin: 0;
  font-size: 0.9rem;
  color: var(--primary);
}

.beratung-person-text {
  margin: 0.75rem 0 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--text-soft);
}

@media (max-width: 480px) {
  .beratung-person {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.beratung-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  margin-top: 1.25rem;
}

.beratung-option-card {
  padding: 1.25rem;
  background: var(--bg-light);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-xl);
}

.beratung-option-card h3 {
  font-size: 1.05rem;
  margin: 0 0 0.5rem;
}

.beratung-option-card p {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--text-soft);
}

.beratung-option-expert {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  padding: 0.6rem 0;
  border-top: 1px solid var(--border-soft);
  font-size: 0.9rem;
  color: var(--text-main);
}

.beratung-option-expert-photo {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.beratung-option-link {
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--primary);
}

.beratung-option-link:hover {
  text-decoration: underline;
}

@media (max-width: 640px) {
  .beratung-options {
    grid-template-columns: 1fr;
  }
}

/* SEO-Intro (Startseite) */
.section-seo-intro {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.section-seo-intro .container-narrow.text-center {
  text-align: center;
}

.seo-intro-text {
  font-size: 1rem;
  line-height: 1.55;
  color: var(--text-muted);
  margin: 0;
}

/* Ratgeber-Seite (z. B. Zahnversicherung nachträglich) */
.container-narrow {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.subpage-ratgeber .ratgeber-header {
  margin-bottom: 2rem;
}

.ratgeber-label {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--primary);
  margin-bottom: 0.5rem;
}

.ratgeber-visual {
  width: 140px;
  height: 60px;
  margin: 0 auto 2rem;
  color: var(--primary);
  opacity: 0.6;
}

.ratgeber-visual svg {
  width: 100%;
  height: 100%;
}

.ratgeber-options {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 1rem;
}

.ratgeber-option {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: var(--bg-light);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-xl);
}

.ratgeber-option-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  color: var(--primary);
}

.ratgeber-option-icon svg {
  width: 100%;
  height: 100%;
}

.ratgeber-option h3 {
  font-size: 1rem;
  margin: 0 0 0.35rem;
}

.ratgeber-option p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
}

.ratgeber-highlight-box {
  background: rgba(0, 82, 155, 0.06);
  border: 1px solid rgba(0, 82, 155, 0.2);
  border-radius: var(--radius-xl);
  padding: 1.5rem 1.25rem !important;
}

.ratgeber-summary {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.ratgeber-summary p {
  margin: 0;
}

.ratgeber-table-wrap {
  overflow-x: auto;
  margin: 1rem 0;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-soft);
}

.ratgeber-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.ratgeber-table th,
.ratgeber-table td {
  padding: 0.6rem 0.75rem;
  text-align: left;
  border-bottom: 1px solid var(--border-soft);
}

.ratgeber-table th {
  background: var(--bg-light);
  font-weight: 600;
  color: var(--text-main);
}

.ratgeber-table tbody tr:last-child td {
  border-bottom: none;
}

.ratgeber-table-compact td {
  padding: 0.5rem 0.75rem;
}

.ratgeber-table-highlight td {
  background: rgba(0, 82, 155, 0.08);
  font-weight: 600;
  color: var(--primary);
}

.subpage-ratgeber .small {
  font-size: 0.85rem;
  color: var(--text-soft);
  margin-top: 0.5rem;
}

/* Footer */

.footer {
  border-top: 1px solid var(--border-soft);
  background: var(--bg-light);
  margin-top: 1.5rem;
}

.footer .container {
  padding-top: 1.25rem;
}

.footer-content {
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--border-soft);
  margin-bottom: 1rem;
}

.footer-text {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #4b5563;
  margin: 0 0 0.5rem;
  max-width: 56rem;
}

.footer-text strong {
  color: var(--text-main);
}

.footer-keywords {
  font-size: 0.8rem;
  color: #9ca3af;
  margin: 0;
  line-height: 1.5;
  word-break: break-word;
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 0 0 0.7rem;
  font-size: 0.85rem;
  color: #6b7280;
}

.footer-brand {
  max-width: 280px;
}

.footer-links {
  display: flex;
  gap: 0.9rem;
  font-size: 0.85rem;
}

.footer-links a {
  color: #4b5563;
}

.footer-links a:hover {
  color: var(--primary);
}

.footer-bottom {
  text-align: center;
  font-size: 0.8rem;
  padding: 0.55rem 0 0.85rem;
  color: #9ca3af;
}

/* Responsives Design */

@media (max-width: 960px) {
  .hero-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .hero-intro,
  .hero-rest {
    grid-column: 1;
    grid-row: auto;
    padding-right: 0;
  }

  .hero-form-card {
    grid-column: 1;
    grid-row: auto;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero {
    padding-top: 2.6rem;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cta-inline {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .container {
    padding: 0 1.25rem;
  }

  .section {
    padding: 3rem 0;
  }

  .hero {
    padding: 2rem 0 2rem;
  }

  .hero h1 {
    font-size: clamp(1.5rem, 5vw, 2rem);
    line-height: 1.2;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .hero-ctas {
    flex-direction: column;
    gap: 0.65rem;
    margin-top: 1.25rem;
  }

  .hero-ctas .btn-cta-hero,
  .hero-ctas .btn-cta-booking,
  .hero-ctas .btn-whatsapp {
    width: 100%;
    justify-content: center;
    min-height: 48px;
    padding: 0.85rem 1.25rem;
  }

  .cta-multi-buttons {
    flex-direction: column;
  }

  .cta-multi-buttons .btn-cta {
    width: 100%;
    min-width: 0;
    min-height: 48px;
  }

  .hero-expert {
    flex-wrap: wrap;
    gap: 1rem;
  }

  .hero-expert-avatar {
    width: 100px;
    height: 100px;
    min-width: 100px;
    min-height: 100px;
  }

  .hero-form-card {
    padding: 1.25rem 1.25rem 1.35rem;
  }

  .cards-grid {
    grid-template-columns: 1fr;
  }

  .badge {
    font-size: 0.7rem;
    padding: 0.3rem 0.7rem;
  }

  .footer-grid {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }

  .footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.25rem;
  }
}

/* Navigation: Smartphone */
@media (max-width: 640px) {
  .page-nav {
    padding: 0.6rem 0;
  }

  .page-nav .container {
    gap: 0.5rem;
  }

  .page-nav-logo {
    font-size: 0.95rem;
  }

  .page-nav-links {
    gap: 0.4rem 1rem;
    row-gap: 0.5rem;
  }

  .page-nav-links > a,
  .nav-dropdown-trigger {
    font-size: 0.85rem;
    padding: 0.4rem 0;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }

  .nav-dropdown-menu {
    min-width: 100%;
    left: 0;
    right: 0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  }

  .nav-dropdown-menu a {
    padding: 0.65rem 1rem;
    min-height: 44px;
    display: flex;
    align-items: center;
  }
}

/* Modals & Formulare: Smartphone */
@media (max-width: 480px) {
  .container {
    padding: 0 1rem;
  }

  .callback-modal-box,
  .hausbesuch-modal-box {
    margin: 0.5rem;
    padding: 1.25rem 1.25rem 1.5rem;
    max-height: calc(100vh - 1rem);
  }

  .callback-modal-close,
  .hausbesuch-modal-close {
    top: 0.5rem;
    right: 0.5rem;
    width: 2.25rem;
    height: 2.25rem;
  }

  .section {
    padding: 2.5rem 0;
  }

  .subpage-main {
    padding: 2rem 0 3rem;
  }

  .subpage-main h1 {
    font-size: 1.5rem;
    line-height: 1.25;
  }

  .subpage-main .lead {
    font-size: 1rem;
  }

  .hero {
    padding: 1.75rem 0 1.75rem;
  }

  .hero h1 {
    font-size: 1.45rem;
    line-height: 1.25;
  }

  .direktabschluss-tarif-item {
    padding: 1rem 1.25rem;
  }

  .direktabschluss-tarif-item .btn-primary {
    min-height: 48px;
  }

  .btn-primary,
  .btn-cta {
    min-height: 48px;
    padding: 0.75rem 1.25rem;
  }

  .form-step {
    padding: 0.5rem 0;
  }

  .form-step h2 {
    font-size: 1.2rem;
  }

  .option-card {
    min-height: 48px;
    padding: 0.85rem 1rem;
  }

  .compare-step {
    padding: 1.5rem 1.25rem;
  }

  .compare-tool-main h1 {
    font-size: 1.4rem;
    line-height: 1.25;
  }

  .container-compare {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .compare-step-buttons .btn-cta,
  .compare-step-buttons .btn-compare-back {
    min-height: 48px;
    width: 100%;
  }

  .expertenteam-card {
    padding: 1rem;
  }

  .section-expertenteam h2 {
    font-size: 1.25rem;
    line-height: 1.3;
  }

  .section-partners h2,
  .section-webchat h2 {
    font-size: 1.2rem;
    line-height: 1.3;
  }

  .inline-option {
    min-height: 44px;
    padding: 0.5rem 0.85rem;
  }

  .form-step-controls .step-next,
  .form-step-controls .step-submit,
  .form-step-controls .step-prev {
    min-height: 48px;
  }
}

/* ========== Cookie-Einwilligung ========== */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  background: #1a3a4a;
  color: #fff;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
  padding: 1rem 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.cookie-banner--hidden {
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
}

.cookie-banner-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.cookie-banner-text {
  flex: 1 1 280px;
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.45;
}

.cookie-banner-text a {
  color: #7ec8e3;
  text-decoration: underline;
}

.cookie-banner-text a:hover {
  color: #fff;
}

.cookie-banner-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.cookie-btn {
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.cookie-btn-settings {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.cookie-btn-settings:hover {
  background: rgba(255, 255, 255, 0.1);
}

.cookie-btn-reject {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.cookie-btn-reject:hover {
  background: rgba(255, 255, 255, 0.3);
}

.cookie-btn-accept {
  background: #097e92;
  color: #fff;
}

.cookie-btn-accept:hover {
  background: #0a8fa6;
}

/* Cookie-Einstellungen Modal */
.cookie-settings {
  position: fixed;
  inset: 0;
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.25s, opacity 0.25s;
}

.cookie-settings--open {
  visibility: visible;
  opacity: 1;
}

.cookie-settings-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.cookie-settings-content {
  position: relative;
  background: #fff;
  color: #1a1a1a;
  max-width: 520px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  padding: 1.5rem;
}

.cookie-settings-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.75rem;
}

.cookie-settings-header h2 {
  margin: 0;
  font-size: 1.25rem;
}

.cookie-settings-close {
  background: none;
  border: none;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  color: #666;
  padding: 0.25rem;
}

.cookie-settings-close:hover {
  color: #1a1a1a;
}

.cookie-settings-intro {
  font-size: 0.9rem;
  color: #444;
  margin: 0 0 1rem;
  line-height: 1.45;
}

.cookie-settings-intro a {
  color: #097e92;
}

.cookie-settings-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
}

.cookie-setting-item {
  padding: 0.85rem 0;
  border-bottom: 1px solid #eee;
}

.cookie-setting-item:last-child {
  border-bottom: none;
}

.cookie-setting-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.35rem;
}

.cookie-setting-title {
  font-weight: 600;
  font-size: 0.95rem;
}

.cookie-setting-badge {
  font-size: 0.75rem;
  color: #666;
  white-space: nowrap;
}

.cookie-setting-toggle {
  width: 1.1rem;
  height: 1.1rem;
  accent-color: #097e92;
}

.cookie-setting-desc {
  margin: 0;
  font-size: 0.85rem;
  color: #555;
  line-height: 1.4;
}

.cookie-setting-desc strong {
  color: #333;
}

.cookie-settings-actions {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.cookie-settings-actions .cookie-btn-reject {
  background: #e5e5e5;
  color: #333;
}

.cookie-settings-actions .cookie-btn-reject:hover {
  background: #d0d0d0;
}

.cookie-settings-actions .cookie-btn-accept {
  background: #097e92;
  color: #fff;
}

/* Cookie-Banner: kompakt auf Smartphone */
@media (max-width: 768px) {
  .cookie-banner {
    padding: 0.5rem 0;
  }
  .cookie-banner-inner {
    padding: 0 0.75rem;
    gap: 0.5rem;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  .cookie-banner-text {
    font-size: 0.78rem;
    line-height: 1.35;
    flex: 1 1 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .cookie-banner-buttons {
    flex: 1 1 100%;
    justify-content: flex-end;
    gap: 0.35rem;
  }
  .cookie-btn {
    padding: 0.35rem 0.6rem;
    font-size: 0.8rem;
    min-height: 36px;
  }
}

@media (max-width: 480px) {
  .cookie-banner {
    padding: 0.4rem 0;
  }
  .cookie-banner-inner {
    padding: 0 0.6rem;
    gap: 0.4rem;
  }
  .cookie-banner-text {
    font-size: 0.75rem;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
  .cookie-banner-buttons {
    gap: 0.3rem;
  }
  .cookie-btn {
    padding: 0.3rem 0.5rem;
    font-size: 0.78rem;
    min-height: 34px;
  }
}
