/* =========================================================
   0. LOKALE SCHRIFTEN UND GRUNDWERTE
   ========================================================= */
@font-face {
  font-family: "Manrope";
  src: url("../../fonts/manrope-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../../fonts/manrope-medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../../fonts/manrope-semibold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../../fonts/manrope-bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --color-primary: #4dbecc;
  --color-accent: #d8c7ab;
  --color-accent-soft: #f7f2e9;
  --color-accent-dark: #806f54;
  --color-black: #000000;
  --color-white: #ffffff;
  --color-soft: #f1f1f1;
  --color-aqua-1: #eef9fb;
  --color-aqua-2: #f4fcfd;
  --shadow-small: 0 6px 18px rgba(0, 0, 0, 0.06);
  --shadow-medium: 0 8px 22px rgba(0, 0, 0, 0.07);
  --radius-small: 10px;
  --radius-medium: 12px;
  --radius-large: 14px;
  --content-width: 1100px;
  --content-narrow: 900px;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

::selection {
  background: var(--color-accent);
  color: var(--color-black);
}

body {
  margin: 0;
  background: var(--color-white);
  color: var(--color-black);
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 1.3;
}

h2 {
  margin-bottom: 14px;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}

h3 {
  font-size: 18px;
}

p:last-child {
  margin-bottom: 0;
}

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

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  background: var(--color-black);
  color: var(--color-white);
  text-decoration: none;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.section {
  padding: 40px 20px;
  background: var(--color-white);
}

.section__inner {
  width: min(100%, var(--content-width));
  margin: 0 auto;
}

.section__inner--narrow {
  width: min(100%, var(--content-narrow));
}

.section-line {
  width: 80px;
  height: 3px;
  margin: 0 auto 28px;
  border-radius: 2px;
  background: var(--color-accent);
}

.section-intro {
  max-width: 720px;
  margin: 0 auto 28px;
  font-size: 17px;
  line-height: 1.8;
  text-align: center;
}

.content-card {
  padding: 30px;
  border-radius: var(--radius-medium);
  background: var(--color-soft);
  box-shadow: var(--shadow-small);
  font-size: 17px;
  line-height: 1.8;
}

.content-card p {
  margin-bottom: 18px;
}

.plain-list {
  margin: 6px 0 0;
  padding: 0;
  list-style: none;
}

/* =========================================================
   HEADER UND NAVIGATION
   ========================================================= */
.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(216, 199, 171, 0.65);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
}

.site-header__inner {
  width: min(calc(100% - 40px), var(--content-width));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand__logo {
  width: auto;
  height: 58px;
  max-width: min(290px, 48vw);
  object-fit: contain;
  object-position: left center;
}

.brand__mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: var(--color-accent);
  color: var(--color-black);
  font-weight: 700;
}

.brand__text {
  display: grid;
  line-height: 1.15;
}

.brand__text strong {
  font-size: 17px;
  letter-spacing: 0.04em;
}

.brand__text small {
  margin-top: 4px;
  color: #555555;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.site-nav a {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--color-primary);
}

.site-nav a[aria-current="page"] {
  color: var(--color-black);
  font-weight: 700;
}

.site-nav a[aria-current="page"]::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 3px;
  border-radius: 999px;
  background: var(--color-accent);
}

.site-nav__contact {
  padding: 11px 16px;
  border-radius: 9px;
  background: var(--color-primary);
  color: var(--color-white);
}

.site-nav .site-nav__contact:hover,
.site-nav .site-nav__contact:focus-visible {
  color: var(--color-white);
  filter: brightness(0.93);
}

.nav-toggle {
  width: 44px;
  height: 44px;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 0;
  border-radius: 8px;
  background: var(--color-soft);
  cursor: pointer;
}

.nav-toggle > span:not(.sr-only) {
  width: 21px;
  height: 2px;
  background: var(--color-black);
}

/* =========================================================
   1. HERO
   ========================================================= */
.hero {
  position: relative;
  isolation: isolate;
  padding-top: 68px;
  padding-bottom: 68px;
  background-image: url("../../images/hero-kfz-gutachter-muenchen.webp");
  background-position: center;
  background-size: cover;
}

.hero__overlay {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
}

.hero__content {
  text-align: center;
}

.hero h1 {
  margin: 0 auto 14px;
  color: var(--color-white);
  font-size: clamp(30px, 5vw, 42px);
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

.hero__text-card {
  color: var(--color-black);
  text-align: left;
}

/* =========================================================
   2. SOFORTHILFE
   ========================================================= */
.contact-strip {
  background: linear-gradient(135deg, var(--color-aqua-1) 0%, var(--color-white) 55%, var(--color-aqua-2) 100%);
}

.contact-strip__card {
  padding: 26px 24px;
  border: 1px solid rgba(216, 199, 171, 0.65);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-medium);
  backdrop-filter: blur(4px);
}

.contact-strip__grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 16px;
  align-items: stretch;
}

.contact-main,
.contact-item {
  min-height: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(77, 190, 204, 0.16);
  border-radius: var(--radius-large);
  background: var(--color-white);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}

.contact-main {
  text-decoration: none;
}

.contact-main__icon,
.contact-item__icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 12px;
  color: var(--color-primary);
}

.contact-main__icon {
  width: 46px;
  height: 46px;
  background: var(--color-primary);
  color: var(--color-white);
  box-shadow: 0 6px 18px rgba(77, 190, 204, 0.25);
}

.contact-item__icon {
  width: 42px;
  height: 42px;
  background: var(--color-soft);
}

.contact-main__icon svg,
.contact-item__icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.contact-main__label {
  display: block;
  margin-bottom: 4px;
  color: var(--color-primary);
  font-size: 15px;
  font-weight: 700;
}

.contact-main__text {
  display: block;
  font-size: 22px;
  line-height: 1.35;
}

.contact-item strong {
  font-size: 16px;
  line-height: 1.5;
}

/* =========================================================
   3. VORTEILE
   ========================================================= */
.features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.feature-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 22px 20px;
  border-top: 3px solid var(--color-accent);
  border-radius: var(--radius-large);
  background: var(--color-soft);
  box-shadow: var(--shadow-small);
}

.feature-card__icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  flex: 0 0 38px;
  border-radius: 10px;
  background: var(--color-white);
  color: var(--color-primary);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.feature-card__icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.feature-card h3 {
  margin-bottom: 6px;
  font-size: 17px;
}

.feature-card p,
.feature-card li {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.7;
}

/* =========================================================
   4. LEISTUNGEN IM ÜBERBLICK
   ========================================================= */
.services__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.service-card {
  overflow: hidden;
  border-bottom: 3px solid var(--color-accent);
  border-radius: 16px;
  background: var(--color-soft);
  box-shadow: var(--shadow-medium);
}

.service-card__content {
  padding: 24px 22px;
}

.service-card h3 {
  margin-bottom: 12px;
  font-size: 21px;
}

.service-card p {
  font-size: 16px;
  line-height: 1.8;
}

.image-frame {
  position: relative;
  min-height: 230px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: #dfeaed;
}

.image-frame::before {
  content: "Bilddatei: " attr(data-filename);
  position: absolute;
  z-index: 0;
  padding: 12px;
  color: #3f4a4c;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.image-frame img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 230px;
  object-fit: cover;
  background: #dfeaed;
}

.image-frame img.is-missing {
  visibility: hidden;
}

/* =========================================================
   5. ALLGEMEINE LEISTUNGEN
   ========================================================= */
.service-links__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.service-links__grid a {
  display: grid;
  place-items: center;
  min-height: 116px;
  padding: 22px 16px;
  border-radius: var(--radius-medium);
  background: var(--color-soft);
  box-shadow: var(--shadow-small);
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  text-decoration: none;
}

.service-links__grid a:hover,
.service-links__grid a:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

/* =========================================================
   6. UNABHÄNGIGER GUTACHTER
   ========================================================= */
.independent .content-card {
  text-align: left;
}

/* =========================================================
   7. ABLAUF
   ========================================================= */
.process__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process__grid li {
  padding: 22px 16px;
  border-radius: var(--radius-medium);
  background: var(--color-soft);
  box-shadow: var(--shadow-small);
  text-align: center;
}

.process__grid span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: var(--color-primary);
  color: var(--color-white);
  box-shadow: 0 0 0 4px var(--color-accent-soft);
  font-size: 18px;
  font-weight: 700;
}

.process__grid strong {
  font-weight: 600;
  line-height: 1.6;
}

/* =========================================================
   8. SCHADENARTEN
   ========================================================= */
.damage__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 22px;
  align-items: stretch;
}

.damage__grid .content-card {
  font-size: 16px;
}

.damage__grid h3 {
  margin-bottom: 14px;
}

.damage__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.damage__list span {
  padding: 12px 14px;
  border-radius: 10px;
  background: var(--color-white);
  font-weight: 600;
}

/* =========================================================
   9. VOR-ORT-SERVICE
   ========================================================= */
.locations__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.locations__grid span {
  padding: 18px;
  border-radius: var(--radius-medium);
  background: var(--color-soft);
  box-shadow: var(--shadow-small);
  font-weight: 600;
  text-align: center;
}

/* =========================================================
   10. GUTACHTER-PROFIL
   ========================================================= */
.expert__card {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 28px;
  align-items: center;
  padding: 34px 30px;
  border-radius: var(--radius-large);
  background: var(--color-soft);
  box-shadow: var(--shadow-small);
}

.expert__profile {
  text-align: center;
}

.image-frame--portrait {
  width: 180px;
  min-height: 180px;
  height: 180px;
  margin: 0 auto 16px;
  border-radius: 50%;
  box-shadow: var(--shadow-small);
}

.image-frame--portrait img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
}

.expert__profile strong {
  display: block;
  margin-bottom: 6px;
}

.expert__profile > span:last-child {
  color: var(--color-primary);
  font-weight: 700;
}

.expert__text {
  font-size: 16px;
  line-height: 1.9;
}

.expert__text h3 {
  margin-bottom: 6px;
  font-size: 22px;
}

.expert__titles {
  margin-bottom: 18px;
  color: var(--color-primary);
  font-weight: 600;
}

.expert__text p {
  margin-bottom: 18px;
}

/* =========================================================
   11. CTA UND KONTAKTFORMULAR
   ========================================================= */
.cta {
  padding-bottom: 20px;
}

.cta__card {
  padding: 34px 28px;
  border-radius: var(--radius-large);
  background: var(--color-soft);
  box-shadow: var(--shadow-small);
  text-align: center;
}

.cta__buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border: 0;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.button--primary {
  background: var(--color-primary);
  color: var(--color-white);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.button--secondary {
  border: 2px solid var(--color-accent);
  background: var(--color-white);
  color: var(--color-black);
  box-shadow: var(--shadow-small);
}

.button:hover,
.button:focus-visible {
  filter: brightness(0.94);
}

.contact-form-wrap {
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  text-align: left;
}

.contact-form-wrap > h3 {
  margin-bottom: 20px;
  font-size: 22px;
  text-align: center;
}

.form-message {
  margin-bottom: 20px;
  padding: 14px 16px;
  border-radius: 10px;
  font-weight: 600;
}

.form-message--success {
  border: 1px solid #62a96b;
  background: #eef8ef;
}

.form-message--error {
  border: 1px solid #bd5c5c;
  background: #fff1f1;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.form-field {
  display: grid;
  gap: 7px;
}

.form-field--full {
  grid-column: 1 / -1;
}

.form-field label {
  font-size: 14px;
  font-weight: 700;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  border: 1px solid #c8c8c8;
  border-radius: 9px;
  background: var(--color-white);
  color: var(--color-black);
}

.form-field input,
.form-field select {
  min-height: 48px;
  padding: 10px 12px;
}

.form-field textarea {
  min-height: 160px;
  padding: 12px;
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--color-primary);
  outline: 3px solid rgba(77, 190, 204, 0.22);
}

.checkbox-field {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: start;
  gap: 10px;
}

.checkbox-field input {
  width: 18px;
  min-height: auto;
  height: 18px;
  margin-top: 3px;
}

.checkbox-field label {
  font-weight: 500;
}

.checkbox-field a {
  text-decoration: underline;
}

.form-submit {
  width: 100%;
  margin-top: 20px;
}

.form-required {
  margin: 10px 0 0;
  color: #555555;
  font-size: 13px;
  text-align: center;
}

.honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer {
  margin-top: 40px;
  border-top: 4px solid var(--color-accent);
  background: #111111;
  color: var(--color-white);
}

.site-footer__inner {
  width: min(calc(100% - 40px), var(--content-width));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 30px;
  padding: 42px 0;
}

.site-footer strong {
  display: block;
  margin-bottom: 10px;
}

.site-footer p {
  margin: 0;
  color: #d3d3d3;
  line-height: 1.8;
}

.site-footer a {
  color: #d3d3d3;
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--color-primary);
}

.site-footer nav {
  display: grid;
  gap: 8px;
}

.site-footer__bottom {
  padding: 16px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #c4c4c4;
  font-size: 13px;
  text-align: center;
}

/* =========================================================
   RESPONSIVE – TABLET
   ========================================================= */
@media (max-width: 980px) {
  .contact-strip__grid {
    grid-template-columns: 1fr 1fr;
  }

  .contact-main {
    grid-column: 1 / -1;
  }

  .features__grid,
  .services__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-links__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .process__grid {
    grid-template-columns: repeat(6, 1fr);
  }

  .process__grid li {
    grid-column: span 2;
  }

  .process__grid li:nth-child(4) {
    grid-column: 2 / span 2;
  }

  .process__grid li:nth-child(5) {
    grid-column: 4 / span 2;
  }

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

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

  .expert__card {
    grid-template-columns: 180px 1fr;
    gap: 22px;
    padding: 30px 24px;
  }

  .image-frame--portrait,
  .image-frame--portrait img {
    width: 160px;
    height: 160px;
    min-height: 160px;
  }
}

/* =========================================================
   RESPONSIVE – HANDY
   ========================================================= */
@media (max-width: 767px) {
  html {
    scroll-padding-top: 76px;
  }

  .site-header__inner {
    width: min(calc(100% - 30px), var(--content-width));
    min-height: 68px;
  }

  .nav-toggle {
    display: flex;
  }

  .site-nav {
    position: absolute;
    top: 68px;
    right: 15px;
    left: 15px;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 10px;
    border: 1px solid rgba(77, 190, 204, 0.2);
    border-radius: 12px;
    background: var(--color-white);
    box-shadow: var(--shadow-medium);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 12px;
  }

  .site-nav a[aria-current="page"]::after {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    width: 3px;
    height: 24px;
    transform: translateY(-50%);
  }

  .site-nav__contact {
    margin-top: 6px;
    text-align: center;
  }

  .section {
    padding: 30px 15px;
  }

  h2 {
    font-size: 22px;
  }

  .section-intro {
    font-size: 16px;
    line-height: 1.7;
  }

  .content-card {
    padding: 24px 20px;
    font-size: 15.5px;
    line-height: 1.7;
  }

  .hero {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .hero h1 {
    font-size: 30px;
  }

  .contact-strip__card {
    padding: 20px 18px;
  }

  .contact-strip__grid,
  .features__grid,
  .services__grid,
  .process__grid {
    grid-template-columns: 1fr;
  }

  .contact-main {
    grid-column: auto;
  }

  .feature-card {
    padding: 20px 18px;
  }

  .service-card__content {
    padding: 22px 18px;
  }

  .service-card h3 {
    font-size: 19px;
  }

  .service-card p {
    font-size: 15.5px;
    line-height: 1.7;
  }

  .image-frame,
  .image-frame img {
    min-height: 200px;
    height: 200px;
  }

  .service-links__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .process__grid li,
  .process__grid li:nth-child(4),
  .process__grid li:nth-child(5) {
    grid-column: auto;
  }

  .expert__card {
    grid-template-columns: 1fr;
    padding: 26px 20px;
    text-align: center;
  }

  .expert__text {
    font-size: 15.5px;
    line-height: 1.8;
    text-align: left;
  }

  .image-frame--portrait,
  .image-frame--portrait img {
    width: 150px;
    height: 150px;
    min-height: 150px;
  }

  .cta__card {
    padding: 30px 22px;
  }

  .cta__buttons {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

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

  .form-field--full {
    grid-column: auto;
  }

  .site-footer__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/* =========================================================
   RESPONSIVE – KLEINE HANDYS
   ========================================================= */
@media (max-width: 480px) {
  .brand__logo {
    height: 48px;
    max-width: 58vw;
  }

  .brand__mark {
    width: 40px;
    height: 40px;
  }

  .brand__text strong {
    font-size: 15px;
  }

  h2 {
    font-size: 20px;
  }

  .hero h1 {
    font-size: 26px;
  }

  .contact-main__text {
    font-size: 18px;
  }

  .service-links__grid,
  .locations__grid {
    grid-template-columns: 1fr;
  }

  .image-frame,
  .image-frame img {
    min-height: 180px;
    height: 180px;
  }

  .expert__text {
    font-size: 15px;
    line-height: 1.7;
  }

  .cta__card {
    padding: 26px 16px;
  }
}

/* =========================================================
   REDUZIERTE BEWEGUNG
   ========================================================= */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}


/* =========================================================
   13. UNTERSEITEN – HERO, LEISTUNGEN UND FAQ
   ========================================================= */
.page-hero {
  background: linear-gradient(135deg, var(--color-accent-soft) 0%, var(--color-white) 58%, var(--color-aqua-2) 100%);
  border-bottom: 1px solid rgba(216, 199, 171, 0.7);
}

.page-hero .eyebrow {
  margin: 0 0 12px;
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.page-hero h1 {
  max-width: 920px;
  margin-inline: auto;
  text-align: center;
}

.service-detail-list {
  background: var(--color-white);
}

.service-detail-list > .section__inner {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.service-detail {
  scroll-margin-top: 120px;
  background: var(--color-soft);
  border: 1px solid rgba(216, 199, 171, 0.7);
  border-radius: 16px;
  box-shadow: var(--shadow-small);
  padding: 30px 28px;
}

.service-detail h2 {
  margin: 0 0 16px;
  font-size: clamp(23px, 3vw, 32px);
}

.service-detail p:last-of-type {
  margin-bottom: 0;
}

.service-note {
  margin-top: 20px;
  border-left: 4px solid var(--color-accent);
  border-radius: 10px;
  background: var(--color-white);
  padding: 15px 17px;
  font-weight: 600;
  line-height: 1.7;
}

.gallery-section {
  background: var(--color-aqua-2);
}

.muc-slider-fade {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border-radius: 16px;
  background: var(--color-soft);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

.muc-slide {
  position: absolute;
  inset: 0;
  z-index: 1;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.9s ease-in-out, visibility 0.9s ease-in-out;
}

.muc-slide.active {
  z-index: 2;
  opacity: 1;
  visibility: visible;
}

.image-frame--gallery {
  width: 100%;
  min-height: 420px;
  border: 0;
  border-radius: 0;
}

.image-frame--gallery img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.muc-prev,
.muc-next {
  position: absolute;
  top: 50%;
  z-index: 5;
  transform: translateY(-50%);
  border: 0;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.42);
  color: var(--color-white);
  cursor: pointer;
  font: inherit;
  font-size: 26px;
  padding: 10px 14px;
  transition: background 0.2s ease;
}

.muc-prev {
  left: 14px;
}

.muc-next {
  right: 14px;
}

.muc-prev:hover,
.muc-next:hover,
.muc-prev:focus-visible,
.muc-next:focus-visible {
  background: var(--color-primary);
}

.muc-dots {
  position: absolute;
  bottom: 14px;
  left: 0;
  z-index: 5;
  width: 100%;
  text-align: center;
}

.muc-dots button {
  width: 12px;
  height: 12px;
  margin: 0 4px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  background: var(--color-white);
  cursor: pointer;
  opacity: 0.78;
}

.muc-dots button.active {
  background: var(--color-primary);
  opacity: 1;
  transform: scale(1.15);
}

.faq-section {
  background: var(--color-white);
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq-item {
  overflow: hidden;
  border: 1px solid rgba(216, 199, 171, 0.75);
  border-radius: 14px;
  background: var(--color-soft);
  box-shadow: var(--shadow-small);
}

.faq-item summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding: 20px 58px 20px 22px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

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

.faq-item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  color: var(--color-primary);
  font-size: 28px;
  font-weight: 500;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-answer {
  border-top: 1px solid rgba(216, 199, 171, 0.7);
  background: var(--color-white);
  padding: 20px 22px;
}

.faq-answer p {
  margin: 0;
}

/* =========================================================
   14. FOOTER AUS DER BESTEHENDEN WEBSITE
   ========================================================= */
.muc-seo-footer-wrap {
  --muc-bg: #ffffff;
  --muc-card: #f1f1f1;
  --muc-card-2: #ffffff;
  --muc-text: #000000;
  --muc-accent: #4dbecc;
  --muc-gold: #d8c7ab;
  --muc-gold-soft: #f7f2e9;
  --muc-border: rgba(0, 0, 0, 0.08);
  --muc-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  --muc-shadow-strong: 0 8px 22px rgba(0, 0, 0, 0.08);
  background: var(--muc-bg);
  padding: 30px 20px 90px;
}

.muc-seo-footer-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.muc-seo-footer-card {
  border-top: 4px solid var(--muc-gold);
  border-radius: 14px;
  background: var(--muc-card);
  box-shadow: var(--muc-shadow);
  padding: 30px 26px;
}

.muc-seo-footer-top {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 18px;
  align-items: start;
}

.muc-seo-footer-brand {
  margin-bottom: 10px;
  color: var(--muc-text);
  font-size: 24px;
  font-weight: 700;
}

.muc-seo-footer-sub {
  margin-bottom: 16px;
  color: var(--muc-text);
  font-size: 15px;
  line-height: 1.8;
}

.muc-seo-footer-badge {
  display: inline-block;
  border: 1px solid var(--muc-gold);
  border-radius: 999px;
  background: var(--muc-gold-soft);
  color: var(--muc-text);
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 700;
}

.muc-seo-footer-title {
  margin-bottom: 12px;
  color: var(--muc-text);
  font-size: 16px;
  font-weight: 700;
}

.muc-seo-footer-list,
.muc-seo-footer-hours {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.muc-seo-footer-link,
.muc-seo-footer-text {
  color: var(--muc-text);
  font-size: 15px;
  line-height: 1.7;
  text-decoration: none;
}

.muc-seo-footer-link:hover,
.muc-seo-footer-mini-link:hover {
  text-decoration: underline;
}

.muc-seo-footer-contact {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--muc-border);
  border-radius: 12px;
  background: var(--muc-card-2);
  box-shadow: var(--muc-shadow);
  padding: 12px 14px;
  text-decoration: none;
}

.muc-seo-footer-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  color: var(--muc-accent);
}

.muc-seo-footer-contact-text {
  color: var(--muc-text);
  font-size: 15px;
  line-height: 1.5;
}

.muc-seo-footer-hours-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid var(--muc-border);
  border-radius: 12px;
  background: var(--muc-card-2);
  box-shadow: var(--muc-shadow);
  padding: 12px 14px;
}

.muc-seo-footer-hours-day,
.muc-seo-footer-hours-time {
  color: var(--muc-text);
  font-size: 15px;
  line-height: 1.5;
}

.muc-seo-footer-locations {
  margin-top: 22px;
  border-top: 1px solid var(--muc-border);
  padding-top: 20px;
}

.muc-seo-footer-locations-text {
  color: var(--muc-text);
  font-size: 15px;
  line-height: 1.8;
}

.muc-seo-footer-mini {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 18px;
  border-radius: 14px;
  background: var(--muc-card);
  box-shadow: var(--muc-shadow);
  padding: 16px 20px;
}

.muc-seo-footer-mini-copy {
  color: var(--muc-text);
  font-size: 14px;
  line-height: 1.6;
}

.muc-seo-footer-mini-links {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.muc-seo-footer-mini-link {
  color: var(--muc-text);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.muc-sticky-contact {
  display: none;
}

/* =========================================================
   15. RECHTLICHE SEITEN
   ========================================================= */
.legal-page {
  background: var(--color-white);
}

.muc-legal-hero {
  margin-bottom: 22px;
  border: 1px solid rgba(216, 199, 171, 0.7);
  border-radius: 16px;
  background: linear-gradient(135deg, var(--color-accent-soft) 0%, #ffffff 55%, #f4fcfd 100%);
  box-shadow: var(--shadow-medium);
  padding: 30px 26px;
  text-align: center;
}

.muc-legal-title {
  margin: 0 0 12px;
  color: var(--color-black);
  font-size: clamp(28px, 5vw, 42px);
  font-weight: 700;
}

.muc-legal-line {
  width: 80px;
  height: 3px;
  margin: 0 auto 18px;
  border-radius: 2px;
  background: var(--color-accent);
}

.muc-legal-subtitle {
  max-width: 760px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8;
}

.muc-legal-grid {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.muc-legal-side {
  position: sticky;
  top: 110px;
}

.muc-legal-card,
.muc-legal-section {
  border-radius: 14px;
  background: var(--color-soft);
  box-shadow: var(--shadow-small);
}

.muc-legal-card {
  padding: 24px 22px;
}

.muc-legal-section {
  scroll-margin-top: 120px;
  padding: 26px 24px;
}

.muc-legal-content {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.muc-legal-side-title,
.muc-legal-section-title {
  margin: 0 0 14px;
  font-size: 20px;
  font-weight: 700;
}

.muc-legal-contact-list,
.muc-legal-nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.muc-legal-contact-item,
.muc-legal-nav a {
  border: 1px solid rgba(216, 199, 171, 0.7);
  border-radius: 12px;
  background: var(--color-white);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 12px 14px;
}

.muc-legal-contact-label {
  margin-bottom: 2px;
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 700;
}

.muc-legal-contact-text,
.muc-legal-contact-link,
.muc-legal-nav a {
  color: var(--color-black);
  font-size: 15px;
  line-height: 1.65;
  text-decoration: none;
  word-break: break-word;
}

.muc-legal-content h3 {
  margin: 22px 0 10px;
  font-size: 18px;
}

.muc-legal-content p {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.8;
}

.muc-legal-content a {
  color: #167e8c;
  text-decoration: underline;
  text-underline-offset: 3px;
}


@media (max-width: 980px) {
  .muc-seo-footer-top {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .muc-legal-grid {
    grid-template-columns: 1fr;
  }

  .muc-legal-side {
    position: static;
  }
}

@media (max-width: 767px) {
  .service-detail {
    padding: 24px 20px;
  }

  .muc-slider-fade,
  .image-frame--gallery,
  .image-frame--gallery img {
    min-height: 260px;
    height: 260px;
  }

  .muc-prev,
  .muc-next {
    font-size: 22px;
    padding: 8px 12px;
  }

  .faq-item summary {
    padding: 18px 52px 18px 18px;
    font-size: 16px;
  }

  .muc-seo-footer-wrap {
    padding: 20px 15px 105px;
  }

  .muc-seo-footer-top {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .muc-seo-footer-card {
    padding: 22px 18px;
  }

  .muc-seo-footer-mini {
    flex-direction: column;
    align-items: flex-start;
    padding: 14px 16px;
  }

  .muc-sticky-contact {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    position: fixed;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 9999;
    border: 1px solid var(--muc-border);
    border-radius: 14px;
    background: var(--muc-card);
    box-shadow: var(--muc-shadow-strong);
    padding: 10px;
  }

  .muc-sticky-contact a {
    display: flex;
    min-height: 56px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 1px solid var(--muc-border);
    border-radius: 12px;
    background: var(--muc-card-2);
    color: var(--muc-text);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
  }

  .muc-sticky-contact svg {
    width: 18px;
    height: 18px;
    color: var(--muc-accent);
  }

  .muc-legal-hero {
    padding: 24px 18px;
  }

  .muc-legal-card,
  .muc-legal-section {
    padding: 20px 18px;
  }
}
