/* ============================================================
   SERVICES PAGES – Zusatz-Styles fuer Landingpages
   ============================================================ */

/* ── SERVICE HERO ────────────────────────────────────────── */
.svc-hero {
  min-height: 100vh;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 8rem 5rem 5rem;
  gap: 5rem;
  overflow: hidden;
}
.svc-hero-img {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  background-attachment: fixed;
}
.svc-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    135deg,
    rgba(15,31,22,0.96) 0%,
    rgba(20,46,28,0.88) 50%,
    rgba(15,31,22,0.75) 100%
  );
}
.svc-hero-content { position: relative; z-index: 2; }
.svc-hero-visual  { position: relative; z-index: 2; }

.svc-hero-kw {
  display: flex; flex-wrap: wrap; gap: 0.5rem;
  margin-bottom: 1.5rem;
  opacity: 0; animation: riseUp 0.7s 0.2s forwards;
}
.kw-pill {
  font-size: 0.68rem; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--glow);
  border: 1px solid rgba(114,196,127,0.3);
  border-radius: 100px;
  padding: 0.25rem 0.8rem;
  background: rgba(114,196,127,0.06);
}
.svc-hero h1 {
  font-family: var(--serif);
  font-size: clamp(2.8rem, 5.5vw, 5.5rem);
  font-weight: 700; line-height: 1.0;
  letter-spacing: -0.02em; color: white;
  opacity: 0; animation: riseUp 0.9s 0.35s forwards;
}
.svc-hero h1 em { font-style: italic; color: var(--glow); }
.svc-hero-sub {
  font-size: 1.05rem; font-weight: 300;
  line-height: 1.8; color: rgba(255,255,255,0.6);
  max-width: 500px; margin: 1.3rem 0 2rem;
  opacity: 0; animation: riseUp 0.9s 0.5s forwards;
}
.svc-hero-actions {
  display: flex; gap: 1rem; flex-wrap: wrap;
  opacity: 0; animation: riseUp 0.8s 0.65s forwards;
}

/* Hero stats box */
.hero-stats-box {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(114,196,127,0.15);
  border-radius: 20px;
  padding: 2.5rem;
  opacity: 0; animation: fadeIn 1s 0.8s forwards;
}
.hsb-title {
  font-family: var(--serif); font-size: 1.2rem; font-weight: 700;
  color: white; margin-bottom: 1.5rem;
}
.hsb-items { display: flex; flex-direction: column; gap: 1rem; }
.hsb-item {
  display: flex; gap: 1rem; align-items: center;
  padding: 0.9rem 1rem;
  background: rgba(114,196,127,0.05);
  border-radius: 10px;
  border: 1px solid rgba(114,196,127,0.08);
  transition: background 0.2s;
}
.hsb-item:hover { background: rgba(114,196,127,0.1); }
.hsb-check {
  width: 22px; height: 22px; flex-shrink: 0;
  background: var(--glow); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.65rem; color: var(--ink); font-weight: 700;
}
.hsb-text { font-size: 0.85rem; font-weight: 300; color: rgba(255,255,255,0.7); line-height: 1.4; }
.hsb-text strong { color: white; font-weight: 500; display: block; }

/* ── INTRO SECTION ───────────────────────────────────────── */
.intro-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 5rem; align-items: start;
}
.intro-lead {
  font-family: var(--serif); font-size: 1.5rem;
  font-weight: 400; font-style: italic;
  line-height: 1.6; color: var(--ink);
  border-left: 3px solid var(--glow);
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.intro-text {
  font-size: 0.93rem; font-weight: 300;
  line-height: 1.85; color: #3a4e40;
  margin-bottom: 1rem;
}
.intro-text strong { color: var(--ink); font-weight: 600; }

/* ── PROCESS STEPS ───────────────────────────────────────── */
.process-steps {
  display: grid; grid-template-columns: repeat(4,1fr);
  gap: 1.5px; background: var(--border-d);
  border: 1.5px solid var(--border-d); border-radius: 16px; overflow: hidden;
}
.step {
  background: var(--canopy); padding: 2rem 1.5rem;
  transition: background 0.3s; cursor: default;
}
.step:hover { background: var(--bark); }
.step-num {
  font-family: var(--serif); font-size: 2.5rem; font-weight: 700;
  color: rgba(114,196,127,0.2); line-height: 1; margin-bottom: 1rem;
}
.step-title {
  font-family: var(--serif); font-size: 1rem; font-weight: 700;
  color: white; margin-bottom: 0.5rem;
}
.step-text { font-size: 0.82rem; font-weight: 300; line-height: 1.65; color: rgba(255,255,255,0.45); }

/* ── LEISTUNGS-GRID ──────────────────────────────────────── */
.leistungen-grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 1.5rem; margin-top: 3rem;
}
.l-card {
  background: white; border: 1px solid var(--border-l);
  border-radius: 14px; padding: 2rem;
  transition: box-shadow 0.3s, transform 0.3s, border-color 0.3s;
  cursor: default;
}
.l-card:hover {
  box-shadow: 0 16px 40px rgba(30,60,35,0.08);
  transform: translateY(-3px);
  border-color: rgba(79,140,90,0.25);
}
.l-icon {
  font-size: 1.8rem; margin-bottom: 1rem;
  width: 48px; height: 48px;
  background: rgba(79,140,90,0.08);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
}
.l-title {
  font-family: var(--serif); font-size: 1.05rem; font-weight: 700;
  color: var(--ink); margin-bottom: 0.5rem;
}
.l-text { font-size: 0.84rem; font-weight: 300; line-height: 1.7; color: var(--mid); }

/* ── FAQ ─────────────────────────────────────────────────── */
.faq-list { display: flex; flex-direction: column; gap: 0; max-width: 800px; margin: 2.5rem auto 0; }
.faq-item { border-bottom: 1px solid var(--border-l); }
.faq-q {
  display: flex; justify-content: space-between; align-items: center;
  padding: 1.3rem 0; cursor: pointer;
  font-family: var(--serif); font-size: 1.05rem; font-weight: 600;
  color: var(--ink); user-select: none;
  gap: 1rem;
}
.faq-q:hover { color: var(--fern); }
.faq-icon {
  width: 24px; height: 24px; flex-shrink: 0;
  border: 1.5px solid var(--border-l); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.9rem; color: var(--fern);
  transition: transform 0.3s, background 0.2s;
}
.faq-item.open .faq-icon { transform: rotate(45deg); background: var(--fern); color: white; border-color: var(--fern); }
.faq-a {
  font-size: 0.9rem; font-weight: 300; line-height: 1.8;
  color: var(--mid); max-height: 0; overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s;
}
.faq-item.open .faq-a { max-height: 400px; padding-bottom: 1.3rem; }

/* ── LOCAL SEO BOX ───────────────────────────────────────── */
.local-box {
  background: var(--canopy);
  border: 1px solid var(--border-d);
  border-radius: 16px; padding: 3rem;
  display: grid; grid-template-columns: 1fr 1fr; gap: 3rem;
}
.local-kws { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 1rem; }
.local-kw {
  font-size: 0.75rem; font-weight: 400;
  color: rgba(184,223,196,0.6);
  border: 1px solid rgba(114,196,127,0.15);
  border-radius: 100px; padding: 0.3rem 0.8rem;
}

/* ── MINI CTA (between sections) ────────────────────────── */
.mini-cta {
  background: var(--canopy);
  border: 1px solid var(--border-d);
  border-radius: 16px; padding: 2.5rem 3rem;
  display: flex; align-items: center; justify-content: space-between;
  gap: 2rem; flex-wrap: wrap; margin-top: 4rem;
}
.mini-cta-text { font-family: var(--serif); font-size: 1.4rem; font-weight: 700; color: white; }
.mini-cta-sub  { font-size: 0.85rem; font-weight: 300; color: rgba(255,255,255,0.45); margin-top: 0.3rem; }

/* ── BREADCRUMB ──────────────────────────────────────────── */
.breadcrumb {
  position: absolute; top: 6.5rem; left: 5rem; z-index: 10;
  display: flex; align-items: center; gap: 0.5rem;
  font-size: 0.72rem; letter-spacing: 0.06em;
  color: rgba(255,255,255,0.4);
  opacity: 0; animation: fadeIn 0.8s 1s forwards;
}
.breadcrumb a { color: rgba(255,255,255,0.4); text-decoration: none; }
.breadcrumb a:hover { color: var(--glow); }
.breadcrumb span { color: rgba(255,255,255,0.6); }

/* ── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 960px) {
  .svc-hero { grid-template-columns: 1fr; padding: 7rem 1.5rem 4rem; gap: 2.5rem; }
  .svc-hero-img { background-attachment: scroll; }
  .hero-stats-box { display: none; }
  .intro-grid { grid-template-columns: 1fr; gap: 2rem; }
  .process-steps { grid-template-columns: 1fr 1fr; }
  .leistungen-grid { grid-template-columns: 1fr; }
  .local-box { grid-template-columns: 1fr; gap: 2rem; }
  .mini-cta { flex-direction: column; align-items: flex-start; padding: 2rem; }
  .breadcrumb { left: 1.5rem; top: 5.5rem; }
}
@media (max-width: 600px) {
  .process-steps { grid-template-columns: 1fr; }
}
