/* ==========================================================================
   Humusland Mietgärten – Überarbeitetes Design
   Ruhig, klar, vertrauenswürdig. Mobile First.
   ========================================================================== */

/* ==========================================================================
   Lokale Fonts (self-hosted, kein Google-Fonts-CDN)
   ========================================================================== */

/* Nunito – latin-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/nunito-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/nunito-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/nunito-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Nunito – latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/nunito-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/nunito-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/nunito-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Patrick Hand – latin-ext */
@font-face {
  font-family: 'Patrick Hand';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/patrick-hand-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Patrick Hand – latin */
@font-face {
  font-family: 'Patrick Hand';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/patrick-hand-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --color-bg: #f5f3f0;
  --color-white: #ffffff;
  --color-text: #1c1a18;
  --color-text-soft: #4a4743;
  --color-accent: #2d5a3d;
  --color-accent-hover: #234a30;
  --color-accent-light: #e8f0eb;
  --color-warm: #b8864a;
  --color-warm-light: #faf6f0;
  --color-divider: #e0ddd8;

  --font-heading: 'Patrick Hand', cursive;
  --font-body: 'Nunito', sans-serif;

  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2.5rem;
  --space-xl: 4rem;
  --space-xxl: 6rem;

  --radius: 16px;
  --radius-lg: 24px;
  --radius-pill: 999px;
  --shadow: 0 2px 12px rgba(28, 26, 24, 0.06);
  --shadow-hover: 0 8px 24px rgba(28, 26, 24, 0.08);

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --duration: 0.4s;
}

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

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: clamp(1rem, 2.2vw, 1.125rem);
  line-height: 1.65;
  color: var(--color-text-soft);
  background: var(--color-bg);
}

.skip-link {
  position: absolute;
  top: -100px;
  left: var(--space-sm);
  padding: var(--space-sm) var(--space-md);
  border-radius: var(--radius-pill);
  background: var(--color-text);
  color: var(--color-white);
  text-decoration: none;
  font-weight: 700;
  z-index: 300;
}

.skip-link:focus {
  top: var(--space-sm);
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}

.container {
  width: min(100%, 1200px);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 5vw, 2.5rem);
}

.section {
  padding-block: var(--space-xl);
}

@media (min-width: 1024px) {
  .section {
    padding-block: var(--space-xxl);
  }
}

/* Typography – klare Hierarchie */
h1, h2, h3 {
  margin: 0 0 var(--space-md);
  color: var(--color-text);
  font-family: var(--font-heading);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

h1 {
  font-size: clamp(2rem, 5.5vw, 3.25rem);
  max-width: 12ch;
}

h2 {
  font-size: 32px;
  margin-bottom: var(--space-sm);
}

h3 {
  font-size: 28px;
}

p {
  margin: 0 0 var(--space-md);
}

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

/* Buttons */
.btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-sm);
  margin-top: var(--space-lg);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0 1.5rem;
  border-radius: var(--radius-pill);
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  border: none;
  transition: background-color var(--duration) var(--ease), color var(--duration) var(--ease), box-shadow var(--duration) var(--ease);
}

.btn:focus-visible {
  outline: 2px solid var(--color-text);
  outline-offset: 2px;
}

.btn--primary {
  background: var(--color-accent);
  color: var(--color-white);
}

.btn--primary:hover {
  background: var(--color-accent-hover);
}

.btn--secondary {
  background: var(--color-white);
  color: var(--color-accent);
  border: 2px solid var(--color-accent);
}

.btn--secondary:hover {
  background: var(--color-accent-light);
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

/* ==========================================================================
   Hero – Layout wie Screenshot: links Text/Banner/Buttons/Details, rechts schwebende Karte
   Humusland-Farben, -Schriften, -Buttons
   ========================================================================== */
.hero {
  position: relative;
  color: var(--color-text);
  overflow-x: clip;
}

.hero.section {
  padding-block: var(--space-xl);
  padding-top: 0;
  display: flex;
  align-items: center;
  min-height: calc(100vh - 72px);
}

@media (min-width: 1024px) {
  .hero.section {
    padding-block: var(--space-xxl);
    padding-top: 0;
    min-height: calc(100vh - 72px);
  }
}

/* Vollbreites Hintergrundbild (Kartoffelernte) */
.hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/kartoffelernte.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scaleX(-1);
  transform-origin: center;
  z-index: 0;
}

.hero__overlay {
  display: none; /* Bild 100 % sichtbar */
}

.hero__header,
.hero__wrap {
  position: relative;
  z-index: 2;
}

/* Header: Logo in weißem Streifen oberhalb des Hintergrundbildes */
.hero__header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 0;
  min-height: 72px;
  background-color: rgba(255, 255, 255, 0.2);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 22%, rgba(255, 255, 255, 1) 100%);
}

.hero__logo {
  display: block;
  width: clamp(100px, 16vw, 120px);
  height: auto;
}

.hero__header-cta {
  text-decoration: none;
}

/* Zwei Spalten: links ~55%, rechts ~45%; Karte links, Störer rechts */
.hero__wrap {
  display: grid;
  gap: var(--space-xl);
  align-items: start;
}

.hero__wrap.container {
  width: 100%;
  max-width: none;
  padding-inline: 0;
}

@media (min-width: 768px) {
  .hero__wrap {
    grid-template-columns: 1.3fr 0.7fr;
    gap: var(--space-xxl);
    align-items: start;
  }
}

/* Linke Spalte: Fläche in Sektionen-Hintergrundfarbe, links bündig bis an den Rand */
.hero__left {
  position: relative;
  width: fit-content;
  text-align: left;
  background-color: rgba(245, 243, 240, 0.8);
  padding: clamp(74px, 7vw + 24px, 114px) var(--space-lg) 24px;
  border-radius: 0 0 var(--radius-lg) 0;
}

.hero__banner {
  display: inline-block;
  margin: 0 0 var(--space-md);
  padding: 0.4rem 0.9rem;
  background: none;
  border: none;
  border-radius: var(--radius-pill);
  box-shadow: none;
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--color-text-soft);
}

.hero__headline-wrap {
  position: relative;
  width: fit-content;
  max-width: calc(100% - clamp(100px, 14vw, 180px) - 40px);
}

.hero__headline {
  margin: 0 0 var(--space-md);
  font-family: var(--font-heading);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.1;
  max-width: none;
}

.hero__headline-main {
  display: block;
  font-size: clamp(2rem, 5vw, 3rem);
  color: var(--color-text);
  width: 100%;
}

.hero__headline-sub {
  display: block;
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  color: var(--color-text-soft);
}

.hero__subheadline {
  margin: 0 0 var(--space-lg);
  font-size: 1.125rem;
  line-height: 1.6;
  color: var(--color-text-soft);
  font-weight: 600;
  max-width: 42ch;
}

.hero__btn-group {
  margin-top: 0;
  margin-bottom: calc(var(--space-xl) - 40px);
}

.hero__cta-tel {
  flex-wrap: wrap;
  gap: 0 0.4em;
}

.hero__cta-tel-label,
.hero__cta-tel-number {
  white-space: nowrap;
}

/* Detail-Zeile: 3 Blöcke (Fläche, Sorten, Preis) */
.hero__details {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-lg) var(--space-xxl);
}

.hero__detail {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.hero__detail-label {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-text-soft);
}

.hero__detail-value {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--color-text);
}

/* Störer: Tag-Störer als Hintergrund, Preiskommunikation 20° nach rechts gedreht.
   Positioniert relativ zur Headline (über .hero__headline-wrap).
   Mittelpunkt hängt an der Oberkante des Textblocks. */
.hero__storer {
  position: absolute;
  top: 0;
  left: calc(100% + 40px);
  width: clamp(100px, 14vw, 180px);
  max-width: clamp(100px, 14vw, 180px);
  aspect-ratio: 1;
  transform: translateY(-50%) rotate(20deg);
  background-image: url("../img/tag-stoerer.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
  filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.18));
}

.hero__storer-text {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
  color: var(--color-text);
}

.hero__storer-value {
  font-family: var(--font-heading);
  font-size: clamp(24px, 3.3vw, 40px);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}

.hero__storer-meta {
  font-size: 0.65rem;
  color: #ffffff;
  margin-top: 0.15rem;
}

.hero__storer-cta {
  font-family: var(--font-body);
  font-size: clamp(10px, 1.3vw, 16px);
  font-weight: 600;
  margin-top: 0.5rem;
  color: #ffffff;
}

/* ==========================================================================
   Offer
   ========================================================================== */
.offer {
  background: var(--color-bg);
}

.offer .container > h2 {
  text-align: center;
}

.offer .container {
  display: grid;
  gap: var(--space-lg);
}

.offer__text {
  max-width: 60ch;
  margin: 8px auto var(--space-md);
  text-align: left;
}

.offer .btn-group {
  margin-top: 0;
}

#angebot-heading {
  margin-bottom: 8px;
}

/* Abschlusszeile wie in Steps: gleiche Schrift, Größe, Abstand */
.offer .container > .offer__image-wrap + p.offer__text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 24px;
  max-width: 60ch;
  margin: 24px auto 0;
}

.offer__image-wrap {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 16 / 10;
}

.offer__image-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.price-box {
  border-radius: var(--radius);
  background: var(--color-warm-light);
  padding: var(--space-md) 24px;
  border-left: 4px solid var(--color-warm);
  max-width: 520px;
}

.price-box__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.price-box__item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.5rem 0;
  color: var(--color-text);
  font-size: 1.125rem;
  line-height: 1.65;
}

/* Pfeil mitte der ersten Zeile ausgerichtet */
.price-box__item::before {
  content: '';
  width: 1.1rem;
  height: 1.1rem;
  min-width: 1.1rem;
  margin-top: 0.25rem;
  flex-shrink: 0;
  background-color: var(--color-warm);
  -webkit-mask: url('../img/arrow.svg') center / contain no-repeat;
  mask: url('../img/arrow.svg') center / contain no-repeat;
}

.price-box__item:last-child {
  font-weight: 700;
  color: var(--color-accent);
  font-size: 1rem;
}

/* In der Offer-Sektion: Preiszelle wie die anderen Zeilen (Schriftgröße + Fett) */
.offer .price-box__item:last-child {
  font-weight: 400;
  color: var(--color-text);
  font-size: 1.125rem;
}

@media (min-width: 768px) {
  .offer .container {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }

  .offer .container > h2,
  .offer .container > p.offer__text:first-of-type {
    grid-column: 1 / -1;
  }

  /* Vorteile links, Bild rechts, gleiche Spaltenhöhe */
  .offer .container > .offer__vorteile {
    grid-column: 1;
    grid-row: 3;
  }

  .offer .container > .offer__image-wrap {
    grid-column: 2;
    grid-row: 3;
    aspect-ratio: unset;
    min-height: 0;
  }

  .offer .container > .offer__image-wrap img {
    height: 100%;
    min-height: 100%;
  }

  .offer .container > .offer__image-wrap + p.offer__text {
    grid-column: 1 / -1;
    grid-row: 4;
  }

  .offer .btn-group {
    grid-column: 1 / -1;
    justify-content: center;
  }
}

/* ==========================================================================
   Steps – grosszügig, grosse Zahlen, modern ohne Karten-Look
   ========================================================================== */
.steps {
  background: var(--color-white);
}

.steps .container > h2 {
  text-align: center;
  font-size: 32px;
}

#schritte-heading {
  font-size: 32px;
}

.steps__grid {
  display: grid;
  gap: var(--space-xl);
  margin-top: var(--space-xl);
}

.step-card {
  text-align: center;
  padding: 0;
  border: none;
  background: none;
}

.step-card__number {
  display: block;
  width: auto;
  height: auto;
  min-width: 4.5rem;
  margin: 0 auto var(--space-sm);
  border-radius: 0;
  background: none;
  color: var(--color-accent);
  font-family: var(--font-heading);
  font-size: clamp(3.5rem, 10vw, 5rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.03em;
}

.step-card__title {
  margin-bottom: 0.5rem;
  font-size: 28px;
}

.step-card__text {
  margin: 0;
  font-size: 1.125rem;
  color: var(--color-text-soft);
  max-width: 28ch;
  margin-inline: auto;
  line-height: 1.6;
}

.step-card:nth-child(2) .step-card__text {
  text-align: center;
}

.steps .container > p.offer__text {
  text-align: center;
  font-size: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 60ch;
  margin: 24px auto 0;
}

.steps .btn-group {
  justify-content: center;
}

@media (min-width: 768px) {
  .steps__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-lg);
    align-items: start;
  }
}

/* ==========================================================================
   Features – Icons gross, freigestellt farbig über den Karten
   ========================================================================== */
.features .container > h2 {
  text-align: center;
}

#features-heading {
  font-size: 32px;
}

.features__intro {
  max-width: 60ch;
  margin-inline: auto;
  margin-top: 24px;
  font-size: 18px;
  text-align: left;
}

.features .container > p.features__intro:last-of-type {
  text-align: center;
}

/* Grid: Mobile zuerst 1 Spalte, damit kein Element oberhalb eines Icons umbricht */
.features__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-xl);
  margin-top: var(--space-xl);
}

/* Icon frei über der Karte; Karte = Bild + Headline + Fließtext. Alle Karten gleich hoch. */
.feature-card {
  display: flex;
  flex-direction: column;
  background: none;
  border: none;
  text-align: center;
  position: relative;
  min-width: 0;
  break-inside: avoid;
}

/* Icon frei über dem Bild schweben – oberhalb des Bildes, gross, farbig */
.feature-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  margin: 0 auto var(--space-md);
  border-radius: 0;
  background: none;
}

.feature-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Icons farbig: Grün / Warm / Grün (SVG als schwarz angenommen); Schatten auf Container */
.feature-card:nth-child(1) .feature-card__icon {
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.12));
}
.feature-card:nth-child(1) .feature-card__icon img {
  filter: invert(32%) sepia(35%) saturate(1200%) hue-rotate(110deg) brightness(92%) contrast(88%);
}

.feature-card:nth-child(2) .feature-card__icon {
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.12));
}
.feature-card:nth-child(2) .feature-card__icon img {
  filter: invert(55%) sepia(45%) saturate(800%) hue-rotate(360deg) brightness(95%) contrast(90%);
}

.feature-card:nth-child(3) .feature-card__icon {
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.12));
}
.feature-card:nth-child(3) .feature-card__icon img {
  filter: invert(32%) sepia(35%) saturate(1200%) hue-rotate(110deg) brightness(92%) contrast(88%);
}

/* Karte: Bild oben, dann Headline + Fließtext. Gleiche Höhe durch flex: 1. */
.feature-card__card {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  background: var(--color-white);
  border-radius: var(--radius);
  border: 1px solid var(--color-divider);
  box-shadow: var(--shadow);
  overflow: hidden;
  text-align: center;
}

.feature-card__image-wrap {
  flex-shrink: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: var(--radius) var(--radius) 0 0;
}

.feature-card__image-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-card__title {
  margin: 0;
  padding: var(--space-md) var(--space-lg) 0.25rem;
  font-size: 28px;
}

.feature-card__text {
  margin: 0;
  padding: 0 var(--space-lg) var(--space-md);
  font-size: 0.95rem;
  color: var(--color-text-soft);
  text-align: center;
  line-height: 1.6;
  flex: 1;
}

.features .btn-group {
  justify-content: center;
}

@media (min-width: 768px) {
  .features__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-lg);
  }
}

/* ==========================================================================
   Place
   ========================================================================== */
.place {
  background: var(--color-white);
}

.place .container > h2 {
  text-align: center;
}

.place .btn-group {
  justify-content: center;
}

.place__wrapper {
  display: grid;
  gap: var(--space-xl);
}

.place__content p {
  max-width: 58ch;
}

.place__reach {
  margin-top: var(--space-md);
  padding: var(--space-sm) var(--space-md);
  background: var(--color-accent-light);
  border-radius: var(--radius);
  border-left: 4px solid var(--color-accent);
  font-size: 0.95rem;
}

.place__map-wrap {
  min-height: 280px;
}

.place__image-wrap {
  border-radius: var(--radius-lg);
  overflow: hidden;
  min-height: 280px;
  background: var(--color-divider);
}

.place__image-wrap iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
}

@media (min-width: 768px) {
  .place__wrapper {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }

  .place__map-wrap {
    min-height: 0;
  }

  .place__image-wrap {
    min-height: 0;
    height: 100%;
  }

  .place__image-wrap iframe {
    min-height: 0;
  }
}

/* ==========================================================================
   FAQ
   ========================================================================== */
.faq {
  background: var(--color-bg);
}

.faq .container > h2 {
  text-align: center;
}

.faq .container {
  max-width: 680px;
}

.faq__list {
  list-style: none;
  margin: var(--space-lg) 0 0;
  padding: 0;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--color-white);
  border: 1px solid var(--color-divider);
}

.faq__item + .faq__item {
  border-top: 1px solid var(--color-divider);
}

.faq__question {
  width: 100%;
  padding: var(--space-sm) var(--space-md);
  border: none;
  background: none;
  text-align: left;
  font: inherit;
  font-weight: 700;
  color: var(--color-text);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-sm);
  transition: background var(--duration) var(--ease);
}

.faq__question:hover {
  background: var(--color-bg);
}

.faq__question:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: -2px;
}

.faq__question::after {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.25s var(--ease);
  flex-shrink: 0;
}

.faq__item:has(.faq__question[aria-expanded='true']) .faq__question::after {
  transform: rotate(-135deg);
}

.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s var(--ease);
}

.faq__answer-inner {
  padding: 0 var(--space-md) var(--space-sm);
  color: var(--color-text-soft);
}

@media (prefers-reduced-motion: reduce) {
  .faq__answer,
  .faq__question::after {
    transition: none;
  }
}

/* ==========================================================================
   Contact – zurückhaltend, nicht grell
   ========================================================================== */
.contact {
  background: var(--color-white);
  border-top: 1px solid var(--color-divider);
}

.contact .container {
  padding-block: var(--space-xl);
}

.contact h2,
.contact .contact__subheadline,
.contact strong {
  color: var(--color-text);
}

.contact__subheadline {
  text-align: center;
}

#kontakt-heading {
  text-align: center;
}

.contact__text {
  max-width: 48ch;
  margin-inline: auto;
}

.contact__details {
  margin: var(--space-md) 0;
  text-align: center;
}

.contact__details a {
  color: var(--color-accent);
  font-weight: 700;
  text-decoration: none;
}

.contact__details a:hover {
  text-decoration: underline;
}

.contact .btn--primary {
  background: var(--color-accent);
  color: var(--color-white);
}

.contact .btn--primary:hover {
  background: var(--color-accent-hover);
}

.contact .btn-group {
  justify-content: center;
}

/* ==========================================================================
   Sticky CTA (Mobile)
   ========================================================================== */
.sticky-cta {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  transform: translateY(100%);
  transition: transform 0.3s var(--ease);
  background: var(--color-white);
  padding: var(--space-sm);
  padding-bottom: calc(var(--space-sm) + env(safe-area-inset-bottom, 0));
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
}

.sticky-cta.is-visible {
  transform: translateY(0);
}

.sticky-cta__inner {
  max-width: 480px;
  margin-inline: auto;
  display: grid;
  gap: 0.35rem;
}

.sticky-cta .btn {
  width: 100%;
}

.sticky-cta__link {
  text-align: center;
  color: var(--color-accent);
  font-weight: 700;
  font-size: 0.875rem;
  text-decoration: none;
}

.sticky-cta__link:hover {
  text-decoration: underline;
}

@media (prefers-reduced-motion: reduce) {
  .sticky-cta {
    transition: none;
  }
}

/* ==========================================================================
   Impressum / Unterseiten
   ========================================================================== */
.impressum h1 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  max-width: none;
}

.impressum h2 {
  font-size: 1.5rem;
  margin-top: var(--space-lg);
}

.impressum h3 {
  font-size: 1.25rem;
  margin-top: var(--space-md);
}

.impressum p {
  max-width: 65ch;
}

.impressum a {
  color: var(--color-accent);
  text-decoration: none;
}

.impressum a:hover {
  text-decoration: underline;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.footer {
  background: #237236;
  color: rgba(255, 255, 255, 0.85);
  padding: var(--space-xl) 0;
}

.footer__brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-xs);
  color: var(--color-white);
  font-family: var(--font-heading);
  font-size: clamp(1.25rem, 3.5vw, 1.5rem);
}

.footer__logo {
  width: 56px;
  height: auto;
}

.footer__tagline {
  text-align: center;
  margin: 0.25rem auto var(--space-sm);
  font-size: 0.875rem;
}

.footer__links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--space-sm) var(--space-md);
}

.footer__links a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 0.875rem;
}

.footer__links a:hover {
  text-decoration: underline;
}

/* ==========================================================================
   Reveal
   ========================================================================== */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s var(--ease), transform 0.5s var(--ease);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Mobile: volle Breite Buttons, Hero-Bild als vollbreiter Teaser oberhalb der Karte */
@media (max-width: 767.98px) {
  .hero.section {
    display: block;
    min-height: auto;
  }

  .hero__bg {
    position: relative;
    inset: auto;
    width: 100%;
    height: 260px;
  }

  .hero__wrap {
    position: relative;
    margin-top: 0;
  }

  .hero__left {
    width: auto;
  }

  .hero__headline-wrap {
    position: static;
    width: auto;
    max-width: none;
  }

  .hero__storer {
    top: 10px;
    left: auto;
    right: 0;
    width: 120px;
    max-width: 120px;
  }

  .hero__cta-tel {
    justify-content: center;
  }

  .hero .btn-group,
  .offer .btn-group,
  .steps .btn-group,
  .features .btn-group,
  .place .btn-group,
  .contact .btn-group {
    flex-direction: column;
  }

  .hero .btn,
  .offer .btn,
  .steps .btn,
  .features .btn,
  .place .btn,
  .contact .btn {
    width: 100%;
  }
}
