/* ═══════════════════════════════════════════════════════════════
   reinigung.css — Gebäudereinigung Detailseite
   Friedrich & Weiß Gebäudedienste GbR
   Agent-01 (Website) — Seiten-spezifische Styles

   Abhängigkeiten: global.css, components.css
   ═══════════════════════════════════════════════════════════════ */

/* ─────────────────────────────────────────
   HERO — Reinigung
   ───────────────────────────────────────── */

.re-hero {
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: calc(80px + var(--space-4xl)) 0 var(--space-4xl);
  background:
    linear-gradient(180deg, var(--fw-night) 0%, var(--fw-navy) 100%),
    repeating-linear-gradient(
      0deg, transparent, transparent 79px,
      rgba(123, 189, 212, 0.025) 80px
    ),
    repeating-linear-gradient(
      90deg, transparent, transparent 79px,
      rgba(123, 189, 212, 0.025) 80px
    );
  position: relative;
  overflow: hidden;
}

.re-hero__glow {
  position: absolute;
  top: 25%;
  left: 45%;
  transform: translateX(-50%);
  width: 700px;
  height: 500px;
  background: radial-gradient(ellipse at center, rgba(123, 189, 212, 0.04), transparent 70%);
  pointer-events: none;
}

.re-hero__inhalt {
  position: relative;
  z-index: 1;
  max-width: 860px;
}

.re-hero__badge {
  margin-bottom: var(--space-lg);
}

.re-hero__headline {
  margin-bottom: var(--space-xl);
  font-family: var(--fw-serif);
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 400;
  line-height: 1.15;
  color: var(--fw-crystal);
}

.re-hero__subtext {
  font-size: 1.125rem;
  color: var(--fw-text-secondary);
  margin-bottom: var(--space-2xl);
  max-width: 640px;
  line-height: 1.7;
}

.re-hero__aktionen {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-md);
  margin-bottom: var(--space-3xl);
}

/* Kennzahlen */
.re-hero__kennzahlen {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-lg);
  margin-top: var(--space-3xl);
  padding-top: var(--space-3xl);
  border-top: 1px solid rgba(123, 189, 212, 0.1);
}

.re-hero__kennzahlen .kennzahl__label {
  font-family: var(--fw-mono);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--fw-text-secondary);
  margin-top: var(--space-xs);
  display: block;
}

@media (min-width: 768px) {
  .re-hero__kennzahlen {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* ─────────────────────────────────────────
   LEISTUNGS-TABS — Innen / Außen / Winter / Spezial
   ───────────────────────────────────────── */

.re-leistungen-bereiche {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-xl);
}

@media (min-width: 768px) {
  .re-leistungen-bereiche {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .re-leistungen-bereiche {
    grid-template-columns: repeat(2, 1fr);
  }
}

.re-bereich {
  background: rgba(13, 30, 53, 0.8);
  border: 1px solid rgba(123, 189, 212, 0.1);
  border-radius: var(--radius-lg);
  padding: var(--space-xl);
  transition: border-color var(--transition-mittel), transform 350ms cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  overflow: hidden;
}

.re-bereich::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(123, 189, 212, 0.4) 50%, transparent 100%);
  transform: scaleX(0);
  transition: transform 400ms ease;
}

.re-bereich:hover {
  border-color: rgba(123, 189, 212, 0.25);
  transform: translateY(-4px);
}

.re-bereich:hover::before {
  transform: scaleX(1);
}

/* Winterdienst hervorgehoben */
.re-bereich--winter {
  border-color: rgba(123, 189, 212, 0.2);
  background: linear-gradient(135deg, rgba(13, 30, 53, 0.9), rgba(26, 48, 82, 0.5));
}

.re-bereich__kopf {
  display: flex;
  align-items: center;
  gap: var(--space-md);
  margin-bottom: var(--space-lg);
}

.re-bereich__icon {
  font-size: 1.5rem;
  color: var(--fw-ice);
  line-height: 1;
  width: 44px;
  height: 44px;
  background: rgba(123, 189, 212, 0.1);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background var(--transition-basis);
}

.re-bereich:hover .re-bereich__icon {
  background: rgba(123, 189, 212, 0.18);
}

.re-bereich__beschreibung {
  color: var(--fw-text-secondary);
  font-size: 0.9375rem;
  line-height: 1.65;
  margin-bottom: var(--space-lg);
  max-width: none;
}

.re-bereich__liste {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}

.re-bereich__punkt {
  display: flex;
  gap: var(--space-sm);
  align-items: flex-start;
  font-size: 0.9375rem;
  color: var(--fw-text-secondary);
  line-height: 1.55;
}

.re-bereich__punkt::before {
  content: '›';
  color: var(--fw-ice);
  font-size: 1rem;
  line-height: 1.55;
  flex-shrink: 0;
}

/* Winterdienst Hinweis-Badge */
.re-bereich__hinweis {
  display: inline-flex;
  align-items: center;
  gap: var(--space-sm);
  margin-top: var(--space-md);
  padding: var(--space-sm) var(--space-md);
  background: rgba(123, 189, 212, 0.08);
  border: 1px solid rgba(123, 189, 212, 0.2);
  border-radius: var(--radius-full);
  font-family: var(--fw-mono);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--fw-ice);
}

/* ─────────────────────────────────────────
   WINTERDIENST USP — Haftungsschutz
   ───────────────────────────────────────── */

.re-winter-usp {
  background: linear-gradient(135deg, rgba(13, 30, 53, 0.95) 0%, rgba(26, 48, 82, 0.7) 100%);
  border: 1px solid rgba(123, 189, 212, 0.25);
  border-radius: var(--radius-lg);
  padding: var(--space-2xl);
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-xl);
  position: relative;
  overflow: hidden;
}

.re-winter-usp::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--fw-ice) 50%, transparent 100%);
}

@media (min-width: 768px) {
  .re-winter-usp {
    grid-template-columns: 2fr 1fr;
    align-items: center;
  }
}

.re-winter-usp__inhalt h3 {
  margin-bottom: var(--space-md);
}

.re-winter-usp__inhalt p {
  color: var(--fw-text-secondary);
  line-height: 1.7;
  max-width: none;
  margin-bottom: var(--space-md);
}

.re-winter-usp__merkmale {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}

.re-winter-usp__merkmal {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  font-size: 0.9375rem;
  color: var(--fw-text-secondary);
}

.re-winter-usp__merkmal-haken {
  color: var(--fw-ice);
  font-size: 0.875rem;
  flex-shrink: 0;
}

.re-winter-usp__stat {
  text-align: center;
  padding: var(--space-xl);
  background: rgba(123, 189, 212, 0.05);
  border: 1px solid rgba(123, 189, 212, 0.1);
  border-radius: var(--radius-md);
}

.re-winter-usp__stat-zahl {
  font-family: var(--fw-serif);
  font-size: 3rem;
  font-weight: 300;
  color: var(--fw-crystal);
  line-height: 1;
  display: block;
  margin-bottom: var(--space-sm);
}

.re-winter-usp__stat-text {
  font-family: var(--fw-mono);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--fw-text-muted);
  max-width: none;
  display: block;
}

/* ─────────────────────────────────────────
   PROZESS — Reinigung
   ───────────────────────────────────────── */

.re-prozess-schritte {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-xl);
}

@media (min-width: 768px) {
  .re-prozess-schritte {
    grid-template-columns: repeat(3, 1fr);
  }
}

.re-prozess-schritt {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
  background: rgba(13, 30, 53, 0.6);
  border: 1px solid rgba(123, 189, 212, 0.08);
  border-radius: var(--radius-lg);
  padding: var(--space-xl);
}

.re-prozess-schritt__nummer {
  font-family: var(--fw-mono);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: var(--fw-ice);
  background: rgba(123, 189, 212, 0.1);
  border: 1px solid rgba(123, 189, 212, 0.2);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.re-prozess-schritt__inhalt h3 {
  margin-bottom: var(--space-sm);
}

.re-prozess-schritt__inhalt p {
  color: var(--fw-text-secondary);
  font-size: 0.9375rem;
  line-height: 1.65;
  max-width: none;
}

.re-prozess-schritt__versprechen {
  font-family: var(--fw-mono);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fw-ice);
  margin-top: auto;
}

/* ─────────────────────────────────────────
   PREISÜBERSICHT — Reinigung
   ───────────────────────────────────────── */

.re-preis-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-xl);
}

@media (min-width: 768px) {
  .re-preis-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.re-preis-karte {
  background: rgba(13, 30, 53, 0.8);
  border: 1px solid rgba(123, 189, 212, 0.15);
  border-radius: var(--radius-lg);
  padding: var(--space-xl);
}

.re-preis-karte--hervorgehoben {
  border-color: rgba(123, 189, 212, 0.3);
  background: linear-gradient(135deg, rgba(13, 30, 53, 0.9), rgba(26, 48, 82, 0.6));
  position: relative;
}

.re-preis-karte--hervorgehoben::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--fw-ice), transparent);
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}

.re-preis-karte__label {
  font-family: var(--fw-mono);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--fw-ice);
  margin-bottom: var(--space-sm);
  display: block;
}

.re-preis-karte__betrag {
  font-family: var(--fw-serif);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 300;
  color: var(--fw-crystal);
  line-height: 1;
  margin-bottom: var(--space-xs);
}

.re-preis-karte__einheit {
  font-size: 0.875rem;
  color: var(--fw-text-muted);
  margin-bottom: var(--space-xs);
  max-width: none;
}

.re-preis-karte__brutto {
  font-size: 0.8125rem;
  color: var(--fw-text-muted);
  margin-bottom: var(--space-lg);
  max-width: none;
}

.re-preis-karte__details {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
  border-top: 1px solid rgba(123, 189, 212, 0.08);
  padding-top: var(--space-md);
}

.re-preis-karte__detail-zeile {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 0.875rem;
  color: var(--fw-text-secondary);
  max-width: none;
}

.re-preis-karte__detail-wert {
  font-family: var(--fw-mono);
  font-size: 0.8125rem;
  color: var(--fw-ice);
}

.re-preis-hinweis {
  margin-top: var(--space-xl);
  padding: var(--space-lg);
  background: rgba(123, 189, 212, 0.04);
  border: 1px solid rgba(123, 189, 212, 0.1);
  border-radius: var(--radius-md);
  color: var(--fw-text-muted);
  font-size: 0.875rem;
  line-height: 1.6;
  max-width: none;
}

/* ─────────────────────────────────────────
   SEKTION__KOPF — gemeinsam
   ───────────────────────────────────────── */

.sektion__kopf {
  text-align: center;
  margin-bottom: var(--space-3xl);
}

.sektion__kopf .tag {
  display: inline-block;
  margin-bottom: var(--space-md);
}

.sektion__kopf h2 {
  margin-bottom: var(--space-md);
}

.sektion__subtext {
  font-size: 1.0625rem;
  color: var(--fw-text-secondary);
  max-width: 600px;
  margin-inline: auto;
  line-height: 1.7;
}

/* ─────────────────────────────────────────
   SEKTION — hell Überschreibungen
   ───────────────────────────────────────── */

.sektion--hell .sektion__kopf h2 {
  color: var(--fw-text-dark);
}

.sektion--hell .sektion__subtext {
  color: var(--fw-text-dark);
  opacity: 0.75;
}

.sektion--hell h3 {
  color: var(--fw-navy-mid);
}

/* ─────────────────────────────────────────
   BILD-TEASER
   ───────────────────────────────────────── */

.re-bild-teaser {
  position: relative;
  height: 360px;
  overflow: hidden;
}

.re-bild-teaser__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.re-bild-teaser__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(8, 17, 30, 0.75) 0%,
    rgba(8, 17, 30, 0.25) 100%
  );
  display: flex;
  align-items: center;
  padding: var(--space-xl) var(--space-2xl);
}

.re-bild-teaser__text {
  font-family: var(--fw-serif);
  font-size: clamp(1.25rem, 2.5vw, 2rem);
  font-weight: 300;
  color: var(--fw-crystal);
  max-width: 580px;
  line-height: 1.35;
}

/* ─────────────────────────────────────────
   CTA FINAL
   ───────────────────────────────────────── */

.re-cta-final {
  background: linear-gradient(180deg, var(--fw-navy) 0%, var(--fw-night) 100%);
  border-top: 1px solid rgba(123, 189, 212, 0.1);
}

.re-cta-final__inhalt {
  text-align: center;
  max-width: 680px;
  margin-inline: auto;
}

.re-cta-final__inhalt h2 {
  margin-bottom: var(--space-md);
}

.re-cta-final__inhalt > p {
  margin-bottom: var(--space-2xl);
  max-width: none;
  margin-inline: auto;
}

.re-cta-final__aktionen {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-md);
  justify-content: center;
  margin-bottom: var(--space-xl);
}

.re-cta-final__kontakt {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-md);
  justify-content: center;
  align-items: center;
}

.re-cta-final__tel {
  font-family: var(--fw-serif);
  font-size: 1.375rem;
  color: var(--fw-crystal);
}

.re-cta-final__tel:hover {
  color: var(--fw-ice-light);
}

.re-cta-final__oder {
  color: var(--fw-text-muted);
  font-size: 0.875rem;
}

.re-cta-final__mail {
  color: var(--fw-ice);
  font-size: 0.9375rem;
}

.re-cta-final__hinweis {
  color: var(--fw-text-muted);
  font-size: 0.8125rem;
  margin-top: var(--space-md);
  max-width: none;
}

/* ─────────────────────────────────────────
   PREIS CTA-REIHE
   ───────────────────────────────────────── */

.re-preis-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-md);
  justify-content: center;
  margin-top: var(--space-2xl);
}

/* ─────────────────────────────────────────
   BEWERTUNGEN
   ───────────────────────────────────────── */

.bewertungen-footer {
  text-align: center;
  margin-top: var(--space-2xl);
}
