/*
 * Zittauer Wohnungsverwaltung Kröber GmbH
 * Design: Sächsische Klassik — Waldgrün, Sandstein, Elfenbein, Kupfer
 * Typografie: Playfair Display (Display) + Lato (Body)
 * Philosophie: Bodenständig, vertrauenswürdig, regional verwurzelt, textreich
 * Layout: Breite Textspalten, großzügige Abstände, klassische Symmetrie mit modernen Akzenten
 */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,600&family=Lato:wght@300;400;700&display=swap');

/* ── Tokens ─────────────────────────────────────────────────────── */
:root {
  --forest:        #1a3d2b;
  --forest-mid:    #22502f;
  --forest-light:  #2e6b3e;
  --forest-pale:   #e8f0ea;
  --forest-xpale:  #f2f7f3;
  --sandstone:     #c4a96a;
  --sandstone-lt:  #d4bc8a;
  --sandstone-pale:#faf5ec;
  --ivory:         #fdfaf5;
  --cream:         #f5f0e8;
  --charcoal:      #1c1f1a;
  --ink:           #2a2e27;
  --ink-mid:       #4a5046;
  --ink-muted:     #7a8075;
  --border:        #dde0d8;
  --border-light:  #eaeee6;
  --white:         #ffffff;
  --transition:    0.28s ease;
  --shadow-sm:     0 2px 12px rgba(26,61,43,0.07);
  --shadow-md:     0 8px 32px rgba(26,61,43,0.10);
  --shadow-lg:     0 20px 60px rgba(26,61,43,0.13);
}

/* ── Reset ───────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: var(--ink);
  background: var(--ivory);
  line-height: 1.75;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

/* ── Typography ──────────────────────────────────────────────────── */
h1, h2, h3, h4 {
  font-family: 'Playfair Display', serif;
  line-height: 1.15;
  color: var(--charcoal);
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-family: 'Lato', sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sandstone);
  margin-bottom: 1rem;
}
.eyebrow::before {
  content: '';
  display: block;
  width: 28px;
  height: 1.5px;
  background: var(--sandstone);
  flex-shrink: 0;
}
.section-title {
  font-size: clamp(1.75rem, 3vw, 2.6rem);
  font-weight: 700;
  color: var(--charcoal);
  margin-bottom: 1.25rem;
  letter-spacing: -0.01em;
}
.section-lead {
  font-size: 1.05rem;
  font-weight: 300;
  color: var(--ink-mid);
  line-height: 1.9;
  max-width: 620px;
}
.section-body {
  font-size: 0.95rem;
  font-weight: 400;
  color: var(--ink-mid);
  line-height: 1.9;
}
.section-body p { margin-bottom: 1rem; }
.section-body p:last-child { margin-bottom: 0; }

/* ── Buttons ─────────────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: 'Lato', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.9rem 1.85rem;
  transition: all var(--transition);
  min-height: 48px;
  cursor: pointer;
  border: 2px solid transparent;
}
.btn-forest { background: var(--forest); color: var(--white); border-color: var(--forest); }
.btn-forest:hover { background: var(--forest-mid); border-color: var(--forest-mid); }
.btn-outline { background: transparent; color: var(--forest); border-color: var(--forest); }
.btn-outline:hover { background: var(--forest); color: var(--white); }
.btn-outline-light { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.5); }
.btn-outline-light:hover { background: rgba(255,255,255,0.1); border-color: var(--white); }
.btn-sandstone { background: var(--sandstone); color: var(--white); border-color: var(--sandstone); }
.btn-sandstone:hover { background: var(--sandstone-lt); border-color: var(--sandstone-lt); }
.btn-arrow span { transition: transform var(--transition); display: inline-block; }
.btn-arrow:hover span { transform: translateX(4px); }

/* ── Container ───────────────────────────────────────────────────── */
.container { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 1.25rem; }
@media (min-width: 640px) { .container { padding: 0 2rem; } }
@media (min-width: 1024px) { .container { padding: 0 3rem; } }

/* ── Navigation ──────────────────────────────────────────────────── */
#nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: all var(--transition); padding: 1.25rem 0;
}
#nav.scrolled {
  background: rgba(253,250,245,0.97);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 1px 0 var(--border);
  padding: 0.7rem 0;
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.nav-logo { display: flex; align-items: center; gap: 0.85rem; }
.nav-logo-mark {
  width: 38px; height: 38px;
  background: var(--forest);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.nav-logo-mark span {
  font-family: 'Playfair Display', serif;
  font-size: 1rem; font-weight: 700;
  color: var(--white); letter-spacing: -0.03em;
}
.nav-logo-text { display: flex; flex-direction: column; line-height: 1; gap: 1px; }
.nav-logo-name {
  font-family: 'Playfair Display', serif;
  font-size: 0.95rem; font-weight: 700;
  color: var(--charcoal); letter-spacing: 0.02em;
}
.nav-logo-sub {
  font-size: 0.55rem; font-weight: 700;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--ink-muted);
}
#nav:not(.scrolled) .nav-logo-name { color: var(--white); }
#nav:not(.scrolled) .nav-logo-sub { color: rgba(255,255,255,0.45); }
#nav:not(.scrolled) .nav-logo-mark { background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.25); }
.nav-links { display: none; align-items: center; gap: 0; }
@media (min-width: 900px) { .nav-links { display: flex; } }
.nav-links a {
  font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--ink-mid); padding: 0.5rem 0.9rem;
  transition: color var(--transition);
}
.nav-links a:hover { color: var(--forest); }
.nav-cta { background: var(--forest) !important; color: var(--white) !important; padding: 0.5rem 1.1rem !important; }
.nav-cta:hover { background: var(--forest-mid) !important; }
#nav:not(.scrolled) .nav-links a { color: rgba(255,255,255,0.75); }
#nav:not(.scrolled) .nav-links a:hover { color: var(--white); }
#nav:not(.scrolled) .nav-cta { background: rgba(255,255,255,0.15) !important; border: 1px solid rgba(255,255,255,0.3) !important; }
.hamburger { display: flex; flex-direction: column; gap: 5px; padding: 8px; min-width: 44px; min-height: 44px; justify-content: center; align-items: center; }
@media (min-width: 900px) { .hamburger { display: none; } }
.hamburger-line { display: block; width: 22px; height: 1.5px; background: var(--charcoal); transition: all var(--transition); }
#nav:not(.scrolled) .hamburger-line { background: var(--white); }
.hamburger.open .hamburger-line:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.hamburger.open .hamburger-line:nth-child(2) { opacity: 0; }
.hamburger.open .hamburger-line:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* ── Mobile Drawer ───────────────────────────────────────────────── */
.mobile-drawer-overlay { display: none; position: fixed; inset: 0; background: rgba(26,31,26,0.6); z-index: 199; backdrop-filter: blur(4px); }
.mobile-drawer-overlay.active { display: block; }
.mobile-drawer {
  position: fixed; top: 0; right: 0; bottom: 0;
  width: min(320px, 88vw); background: var(--forest);
  z-index: 200; transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);
  display: flex; flex-direction: column;
  padding: 5rem 2rem 2rem;
  padding-bottom: calc(2rem + env(safe-area-inset-bottom));
}
.mobile-drawer.open { transform: translateX(0); }
.modal-handle { width: 36px; height: 4px; background: rgba(255,255,255,0.12); border-radius: 2px; position: absolute; top: 1rem; left: 50%; transform: translateX(-50%); }
.mobile-drawer-close { position: absolute; top: 1.2rem; right: 1.5rem; font-size: 1.1rem; color: rgba(255,255,255,0.4); min-width: 44px; min-height: 44px; display: flex; align-items: center; justify-content: center; transition: color var(--transition); }
.mobile-drawer-close:hover { color: var(--white); }
.mobile-drawer nav { display: flex; flex-direction: column; gap: 0; flex: 1; }
.mobile-drawer nav a { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.55); padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,0.07); transition: color var(--transition); min-height: 48px; display: flex; align-items: center; }
.mobile-drawer nav a:hover { color: var(--white); }
.mobile-drawer-footer { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,0.08); }
.mobile-drawer-footer p { font-size: 0.75rem; color: rgba(255,255,255,0.25); line-height: 1.7; }

/* ── Hero ────────────────────────────────────────────────────────── */
.hero {
  position: relative; min-height: 100svh;
  display: flex; flex-direction: column; justify-content: flex-end;
  overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(26,61,43,0.92) 0%, rgba(26,61,43,0.6) 50%, rgba(26,61,43,0.25) 100%);
}
.hero-content {
  position: relative; z-index: 1;
  padding: 0 0 4rem;
}
.hero-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 900px) {
  .hero-inner { grid-template-columns: 1.4fr 1fr; gap: 5rem; align-items: end; }
}
.hero-left {}
.hero-badge {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: rgba(196,169,106,0.2); border: 1px solid rgba(196,169,106,0.4);
  padding: 0.4rem 1rem; margin-bottom: 1.75rem;
}
.hero-badge span { font-size: 0.6rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--sandstone-lt); }
.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 700; color: var(--white);
  line-height: 1.1; letter-spacing: -0.01em;
  margin-bottom: 1.5rem;
}
.hero h1 em { font-style: italic; color: var(--sandstone-lt); }
.hero-desc {
  font-size: 1.05rem; font-weight: 300;
  color: rgba(255,255,255,0.7); line-height: 1.85;
  margin-bottom: 2.5rem; max-width: 520px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 3rem; }
.hero-right {}
.hero-stats-card {
  background: rgba(253,250,245,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(8px);
  padding: 2rem;
}
.hero-stats-title {
  font-size: 0.6rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(255,255,255,0.35); margin-bottom: 1.5rem;
}
.hero-stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.hero-stat-val {
  font-family: 'Playfair Display', serif;
  font-size: 2rem; font-weight: 700; color: var(--white);
  line-height: 1; letter-spacing: -0.02em;
}
.hero-stat-lbl { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.35); margin-top: 0.3rem; }
.hero-scroll {
  position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 0.5rem;
  color: rgba(255,255,255,0.35); font-size: 0.55rem; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  animation: scrollBounce 2s infinite;
}
@keyframes scrollBounce { 0%, 100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(6px); } }
.hero-scroll-line { width: 1px; height: 30px; background: rgba(255,255,255,0.2); }

/* ── Intro Strip ─────────────────────────────────────────────────── */
.intro-strip {
  background: var(--forest);
  padding: 3rem 0;
}
.intro-strip-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}
@media (min-width: 640px) { .intro-strip-grid { grid-template-columns: repeat(4, 1fr); } }
.intro-strip-item {
  padding: 1.5rem 2rem;
  border-right: 1px solid rgba(255,255,255,0.08);
  display: flex; flex-direction: column; gap: 0.3rem;
}
.intro-strip-item:last-child { border-right: none; }
@media (max-width: 639px) {
  .intro-strip-item:nth-child(2) { border-right: none; }
  .intro-strip-item:nth-child(3), .intro-strip-item:nth-child(4) { border-top: 1px solid rgba(255,255,255,0.08); }
}
.intro-strip-val {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem; font-weight: 700; color: var(--white);
  line-height: 1; letter-spacing: -0.02em;
}
.intro-strip-lbl { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.35); }

/* ── Über uns (Einleitung) ───────────────────────────────────────── */
.intro-section { padding: 5.5rem 0; background: var(--ivory); }
.intro-layout {
  display: grid; grid-template-columns: 1fr; gap: 3.5rem;
}
@media (min-width: 900px) {
  .intro-layout { grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center; }
}
.intro-img-wrap { position: relative; }
.intro-img { width: 100%; aspect-ratio: 3/4; object-fit: cover; }
.intro-img-badge {
  position: absolute; bottom: -1.5rem; right: -1.5rem;
  background: var(--sandstone); color: var(--white);
  padding: 1.5rem 1.75rem;
  box-shadow: var(--shadow-md);
}
.intro-img-badge-num {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem; font-weight: 700; line-height: 1;
  letter-spacing: -0.03em; display: block;
}
.intro-img-badge-lbl {
  font-size: 0.6rem; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(255,255,255,0.7); display: block; margin-top: 0.3rem;
}
.intro-text .section-body { margin-top: 1.5rem; }
.intro-text .section-body p { margin-bottom: 1.25rem; }
.intro-highlight {
  background: var(--forest-xpale);
  border-left: 3px solid var(--forest);
  padding: 1.25rem 1.5rem;
  margin: 1.75rem 0;
}
.intro-highlight p {
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem; font-style: italic;
  color: var(--forest); line-height: 1.7;
  margin: 0;
}

/* ── Leistungen ──────────────────────────────────────────────────── */
.leistungen { padding: 5.5rem 0; background: var(--cream); }
.leistungen-header { margin-bottom: 3.5rem; }
.leistungen-header .section-lead { margin-top: 1rem; }
.leistungen-grid {
  display: grid; grid-template-columns: 1fr; gap: 2rem;
}
@media (min-width: 640px) { .leistungen-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .leistungen-grid { grid-template-columns: 1fr 1fr 1fr; } }
.leistung-card {
  background: var(--ivory);
  padding: 2rem;
  border-bottom: 3px solid transparent;
  transition: all var(--transition);
  box-shadow: var(--shadow-sm);
}
.leistung-card:hover { border-bottom-color: var(--forest); transform: translateY(-3px); box-shadow: var(--shadow-md); }
.leistung-num {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem; font-weight: 700;
  color: var(--forest-pale); line-height: 1;
  letter-spacing: -0.04em; margin-bottom: 1rem;
}
.leistung-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem; font-weight: 700;
  color: var(--charcoal); margin-bottom: 0.85rem;
}
.leistung-desc { font-size: 0.9rem; color: var(--ink-mid); font-weight: 400; line-height: 1.85; }
.leistung-mehr {
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--forest);
  margin-top: 1.25rem; transition: gap var(--transition);
}
.leistung-card:hover .leistung-mehr { gap: 0.65rem; }

/* ── Verwaltung Detail ───────────────────────────────────────────── */
.verwaltung { padding: 5.5rem 0; background: var(--ivory); }
.verwaltung-layout {
  display: grid; grid-template-columns: 1fr; gap: 4rem;
}
@media (min-width: 900px) {
  .verwaltung-layout { grid-template-columns: 1fr 1fr; gap: 6rem; align-items: start; }
}
.verwaltung-img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.verwaltung-text .section-body { margin-top: 1.5rem; }
.aufgaben-list { margin-top: 2rem; display: flex; flex-direction: column; gap: 0; }
.aufgabe {
  display: flex; gap: 1.25rem; align-items: flex-start;
  padding: 1.1rem 0; border-bottom: 1px solid var(--border-light);
}
.aufgabe:last-child { border-bottom: none; }
.aufgabe-icon {
  width: 34px; height: 34px; background: var(--forest-xpale);
  border: 1.5px solid var(--forest-pale);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; margin-top: 2px;
}
.aufgabe-icon svg { width: 14px; height: 14px; stroke: var(--forest); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.aufgabe-body strong { display: block; font-family: 'Playfair Display', serif; font-size: 0.95rem; font-weight: 700; color: var(--charcoal); margin-bottom: 0.25rem; }
.aufgabe-body p { font-size: 0.85rem; color: var(--ink-muted); line-height: 1.75; }

/* ── Warum wir ───────────────────────────────────────────────────── */
.warum { padding: 5.5rem 0; background: var(--forest); position: relative; overflow: hidden; }
.warum::after {
  content: 'KRÖBER';
  position: absolute; right: -1rem; bottom: -3rem;
  font-family: 'Playfair Display', serif;
  font-size: 10rem; font-weight: 700;
  color: rgba(255,255,255,0.03); pointer-events: none;
  line-height: 1; letter-spacing: -0.03em;
}
.warum-layout {
  display: grid; grid-template-columns: 1fr; gap: 4rem;
  position: relative; z-index: 1;
}
@media (min-width: 900px) {
  .warum-layout { grid-template-columns: 1fr 1fr; gap: 6rem; align-items: start; }
}
.warum .eyebrow { color: var(--sandstone); }
.warum .eyebrow::before { background: var(--sandstone); }
.warum .section-title { color: var(--white); }
.warum-intro { font-size: 1rem; color: rgba(255,255,255,0.6); font-weight: 300; line-height: 1.9; margin-top: 1.25rem; }
.warum-intro p { margin-bottom: 1rem; }
.warum-grid {
  display: grid; grid-template-columns: 1fr; gap: 0;
  background: rgba(255,255,255,0.06);
}
@media (min-width: 480px) { .warum-grid { grid-template-columns: 1fr 1fr; } }
.warum-item {
  padding: 1.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  border-right: 1px solid rgba(255,255,255,0.06);
  transition: background var(--transition);
}
.warum-item:hover { background: rgba(255,255,255,0.05); }
.warum-item-num {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem; font-weight: 700;
  color: rgba(196,169,106,0.3); line-height: 1;
  letter-spacing: -0.03em; margin-bottom: 0.75rem;
}
.warum-item-title {
  font-family: 'Playfair Display', serif;
  font-size: 1rem; font-weight: 700;
  color: var(--white); margin-bottom: 0.5rem;
}
.warum-item-desc { font-size: 0.83rem; color: rgba(255,255,255,0.45); font-weight: 300; line-height: 1.8; }

/* ── Für Mieter ──────────────────────────────────────────────────── */
.mieter { padding: 5.5rem 0; background: var(--cream); }
.mieter-layout { display: grid; grid-template-columns: 1fr; gap: 4rem; }
@media (min-width: 900px) {
  .mieter-layout { grid-template-columns: 1fr 1fr; gap: 6rem; align-items: start; }
}
.mieter-text .section-body { margin-top: 1.5rem; }
.mieter-text .section-body p { margin-bottom: 1.25rem; }
.mieter-img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.mieter-steps { display: flex; flex-direction: column; gap: 0; margin-top: 2rem; }
.mieter-step {
  display: flex; gap: 1.5rem; align-items: flex-start;
  padding: 1.25rem 0; border-bottom: 1px solid var(--border-light);
}
.mieter-step:last-child { border-bottom: none; }
.mieter-step-num {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem; font-weight: 700;
  color: var(--sandstone); line-height: 1;
  flex-shrink: 0; min-width: 2rem;
}
.mieter-step-title {
  font-family: 'Playfair Display', serif;
  font-size: 0.95rem; font-weight: 700;
  color: var(--charcoal); margin-bottom: 0.35rem;
}
.mieter-step-desc { font-size: 0.85rem; color: var(--ink-muted); line-height: 1.8; }

/* ── Vermietung ──────────────────────────────────────────────────── */
.vermietung { padding: 5.5rem 0; background: var(--ivory); }
.vermietung-layout { display: grid; grid-template-columns: 1fr; gap: 4rem; }
@media (min-width: 900px) {
  .vermietung-layout { grid-template-columns: 1fr 1fr; gap: 6rem; align-items: start; }
}
.vermietung-img { width: 100%; aspect-ratio: 3/4; object-fit: cover; }
.vermietung-text .section-body { margin-top: 1.5rem; }
.vermietung-text .section-body p { margin-bottom: 1.25rem; }
.vermietung-checklist { margin-top: 1.75rem; display: flex; flex-direction: column; gap: 0.75rem; }
.check-item { display: flex; gap: 0.85rem; align-items: flex-start; }
.check-dot { width: 18px; height: 18px; background: var(--forest); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 3px; }
.check-dot svg { width: 10px; height: 10px; stroke: var(--white); fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.check-item p { font-size: 0.9rem; color: var(--ink-mid); line-height: 1.7; }

/* ── Prozess ─────────────────────────────────────────────────────── */
.prozess { padding: 5.5rem 0; background: var(--sandstone-pale); }
.prozess-header { margin-bottom: 3.5rem; }
.prozess-steps {
  display: grid; grid-template-columns: 1fr; gap: 0;
  counter-reset: step;
}
@media (min-width: 640px) { .prozess-steps { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .prozess-steps { grid-template-columns: repeat(4, 1fr); } }
.prozess-step {
  padding: 2rem;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--ivory);
  position: relative;
  transition: background var(--transition);
}
.prozess-step:hover { background: var(--white); }
@media (min-width: 1024px) {
  .prozess-step:last-child { border-right: none; }
  .prozess-step:nth-child(n+5) { border-bottom: none; }
}
@media (max-width: 1023px) and (min-width: 640px) {
  .prozess-step:nth-child(2n) { border-right: none; }
}
@media (max-width: 639px) {
  .prozess-step { border-right: none; }
}
.prozess-step-num {
  font-family: 'Playfair Display', serif;
  font-size: 3rem; font-weight: 700;
  color: var(--forest-pale); line-height: 1;
  letter-spacing: -0.04em; margin-bottom: 1rem;
}
.prozess-step-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem; font-weight: 700;
  color: var(--charcoal); margin-bottom: 0.75rem;
}
.prozess-step-desc { font-size: 0.88rem; color: var(--ink-mid); line-height: 1.85; }

/* ── CTA Band ────────────────────────────────────────────────────── */
.cta-band { background: var(--charcoal); padding: 4.5rem 0; }
.cta-band-inner {
  display: flex; flex-direction: column; gap: 2rem; align-items: flex-start;
}
@media (min-width: 768px) {
  .cta-band-inner { flex-direction: row; align-items: center; justify-content: space-between; }
}
.cta-band h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 700;
  color: var(--white); letter-spacing: -0.01em; max-width: 580px;
}
.cta-band h2 em { font-style: italic; color: var(--sandstone-lt); }

/* ── Kontakt ─────────────────────────────────────────────────────── */
.kontakt { padding: 5.5rem 0; background: var(--ivory); }
.kontakt-layout {
  display: grid; grid-template-columns: 1fr; gap: 3rem; margin-top: 3rem;
}
@media (min-width: 768px) { .kontakt-layout { grid-template-columns: 1fr 1.6fr; } }
.kontakt-info { display: flex; flex-direction: column; }
.kontakt-info-card {
  background: var(--forest); padding: 2.5rem; flex: 1;
}
.kontakt-info-label { font-size: 0.6rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255,255,255,0.35); margin-bottom: 2rem; display: block; }
.kontakt-info-item { display: flex; gap: 1rem; align-items: flex-start; margin-bottom: 1.5rem; }
.kontakt-info-item:last-child { margin-bottom: 0; }
.kontakt-info-icon { width: 34px; height: 34px; background: rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.kontakt-info-icon svg { width: 14px; height: 14px; stroke: rgba(255,255,255,0.6); fill: none; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.kontakt-info-text-label { font-size: 0.6rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.3); margin-bottom: 0.2rem; }
.kontakt-info-text-val { font-size: 0.9rem; color: var(--white); font-weight: 300; line-height: 1.65; }
.kontakt-info-footer { background: var(--charcoal); padding: 1rem 2.5rem; }
.kontakt-info-footer p { font-size: 0.68rem; color: rgba(255,255,255,0.2); font-weight: 300; }
.kontakt-form-wrap { background: var(--white); padding: 2.5rem; box-shadow: var(--shadow-sm); }
.form-label-top { font-size: 0.6rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--forest); margin-bottom: 1.75rem; display: block; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { display: flex; flex-direction: column; gap: 0.35rem; margin-bottom: 1rem; }
.form-group label { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-muted); }
.form-group input, .form-group select, .form-group textarea {
  font-family: 'Lato', sans-serif; font-size: 1rem; font-weight: 400;
  color: var(--ink); background: var(--ivory);
  border: 1.5px solid var(--border); padding: 0.75rem 1rem;
  outline: none; transition: border-color var(--transition), background var(--transition);
  width: 100%; -webkit-appearance: none; appearance: none;
  min-height: 48px;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--forest); background: var(--white); }
.form-group textarea { min-height: 120px; resize: vertical; }
.form-group select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%237a8075' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 1rem center;
  background-color: var(--ivory); padding-right: 2.5rem;
}
.form-note { font-size: 0.72rem; color: var(--ink-muted); line-height: 1.7; margin-top: 0.75rem; }
.form-success-msg { display: none; background: var(--forest); color: var(--white); padding: 1rem 1.25rem; font-size: 0.88rem; margin-top: 1rem; line-height: 1.7; }
.form-success-msg.visible { display: block; }

/* ── FAQ ─────────────────────────────────────────────────────────── */
.faq { padding: 5.5rem 0; background: var(--cream); }
.faq-layout { display: grid; grid-template-columns: 1fr; gap: 4rem; }
@media (min-width: 900px) { .faq-layout { grid-template-columns: 1fr 1.5fr; gap: 6rem; align-items: start; } }
.faq-intro .section-lead { margin-top: 1rem; }
.faq-list { display: flex; flex-direction: column; gap: 0; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-question {
  display: flex; justify-content: space-between; align-items: center;
  gap: 1rem; padding: 1.25rem 0; cursor: pointer; min-height: 48px;
  transition: color var(--transition);
}
.faq-question:hover { color: var(--forest); }
.faq-question-text { font-family: 'Playfair Display', serif; font-size: 0.98rem; font-weight: 600; color: var(--charcoal); line-height: 1.4; }
.faq-question:hover .faq-question-text { color: var(--forest); }
.faq-icon { width: 20px; height: 20px; flex-shrink: 0; position: relative; }
.faq-icon::before, .faq-icon::after { content: ''; position: absolute; background: var(--forest); transition: all var(--transition); }
.faq-icon::before { width: 12px; height: 1.5px; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.faq-icon::after { width: 1.5px; height: 12px; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.faq-item.open .faq-icon::after { transform: translate(-50%, -50%) rotate(90deg); opacity: 0; }
.faq-answer { display: none; padding: 0 0 1.25rem; }
.faq-item.open .faq-answer { display: block; }
.faq-answer p { font-size: 0.9rem; color: var(--ink-mid); line-height: 1.9; margin-bottom: 0.75rem; }
.faq-answer p:last-child { margin-bottom: 0; }

/* ── Footer ──────────────────────────────────────────────────────── */
footer { background: var(--charcoal); padding: 4rem 0 0; }
.footer-top {
  display: grid; grid-template-columns: 1fr; gap: 2.5rem;
  padding-bottom: 3rem; border-bottom: 1px solid rgba(255,255,255,0.07);
}
@media (min-width: 640px) { .footer-top { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .footer-top { grid-template-columns: 2fr 1fr 1fr 1fr; } }
.footer-logo-mark { width: 42px; height: 42px; background: var(--forest); display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; }
.footer-logo-mark span { font-family: 'Playfair Display', serif; font-size: 1.1rem; font-weight: 700; color: var(--white); }
.footer-brand-name { font-family: 'Playfair Display', serif; font-size: 1.05rem; font-weight: 700; color: var(--white); margin-bottom: 0.2rem; }
.footer-brand-sub { font-size: 0.6rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.2); margin-bottom: 1rem; }
.footer-brand-desc { font-size: 0.82rem; color: rgba(255,255,255,0.28); font-weight: 300; line-height: 1.8; }
.footer-col h4 { font-family: 'Lato', sans-serif; font-size: 0.6rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.22); margin-bottom: 1.25rem; }
.footer-col ul { display: flex; flex-direction: column; gap: 0.6rem; }
.footer-col ul li a { font-size: 0.82rem; color: rgba(255,255,255,0.4); font-weight: 300; transition: color var(--transition); }
.footer-col ul li a:hover { color: var(--white); }
.footer-bottom {
  display: flex; flex-direction: column; gap: 0.75rem;
  padding: 1.5rem 0; padding-bottom: calc(1.5rem + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255,255,255,0.05);
}
@media (min-width: 640px) { .footer-bottom { flex-direction: row; justify-content: space-between; align-items: center; } }
.footer-bottom p { font-size: 0.72rem; color: rgba(255,255,255,0.18); font-weight: 300; }
.footer-bottom-links { display: flex; gap: 1.5rem; }
.footer-bottom-links a { font-size: 0.72rem; color: rgba(255,255,255,0.28); transition: color var(--transition); }
.footer-bottom-links a:hover { color: var(--white); }

/* ── Modals ──────────────────────────────────────────────────────── */
.modal-overlay { display: none; position: fixed; inset: 0; background: rgba(26,31,26,0.7); z-index: 300; backdrop-filter: blur(4px); align-items: center; justify-content: center; padding: 1.5rem; }
.modal-overlay.active { display: flex; }
.modal-box { background: var(--white); max-width: 600px; width: 100%; max-height: 80vh; overflow-y: auto; padding: 2.5rem; position: relative; }
@media (max-width: 640px) { .modal-overlay { align-items: flex-end; padding: 0; } .modal-box { max-height: 85vh; width: 100%; padding: 2rem 1.5rem; padding-bottom: calc(2rem + env(safe-area-inset-bottom)); } }
.modal-close { position: absolute; top: 1rem; right: 1rem; font-size: 1.1rem; color: var(--ink-muted); min-width: 44px; min-height: 44px; display: flex; align-items: center; justify-content: center; transition: color var(--transition); }
.modal-close:hover { color: var(--forest); }
.modal-box h3 { font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 700; color: var(--charcoal); margin-bottom: 1rem; }
.modal-box p { font-size: 0.88rem; color: var(--ink-mid); line-height: 1.85; margin-bottom: 0.75rem; }

/* ── Scroll Reveal ───────────────────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.65s ease, transform 0.65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }

/* ── Mobile ──────────────────────────────────────────────────────── */
@media (max-width: 480px) {
  .hero h1 { font-size: 2rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .form-row { grid-template-columns: 1fr; }
  .intro-img-badge { right: 0; bottom: -1rem; }
  .kontakt-form-wrap { padding: 1.5rem; }
  .kontakt-info-card { padding: 1.75rem; }
  .hero-stats-card { padding: 1.25rem; }
  .hero-stats-grid { grid-template-columns: 1fr 1fr; gap: 1rem; }
  .hero-stat-val { font-size: 1.5rem; }
  .prozess-step { padding: 1.5rem; }
  .leistung-card { padding: 1.5rem; }
  .warum-item { padding: 1.25rem; }
  .intro-strip-item { padding: 1.25rem 1rem; }
  .intro-strip-val { font-size: 1.25rem; }
}
@media (max-width: 360px) { .container { padding: 0 1rem; } }
