/* ============================================================
   Dienstleistungen – Styles spécifiques à la page
   ============================================================ */

/* ─── HERO BANNER ───────────────────────────────────────────── */
.dienst-hero {
  position: relative;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg,
    #b71c1c 0%,
    #8b2010 18%,
    #5a4020 40%,
    #2d4a1e 65%,
    #1a3320 100%
  );
  -webkit-mask-image: linear-gradient(to bottom, black 55%, transparent 100%);
          mask-image: linear-gradient(to bottom, black 55%, transparent 100%);
}

.dienst-hero-content {
  text-align: center;
  padding: 72px 40px 96px;
  max-width: 720px;
}

.dienst-hero-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 900;
  color: #fff;
  letter-spacing: -.5px;
  margin-bottom: 16px;
}

.dienst-hero-sub {
  font-size: clamp(.95rem, 2vw, 1.1rem);
  color: rgba(255, 255, 255, .85);
  font-weight: 400;
}

/* ─── CARDS SECTION ─────────────────────────────────────────── */
.dienst-cards-section {
  background: #f8f9fa;
  padding: 64px 0 80px;
}

.dienst-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, .07);
  padding: 36px 36px;
  transition: box-shadow .3s ease, transform .3s ease;
}

.dienst-card:hover {
  box-shadow: 0 12px 40px rgba(0, 0, 0, .12);
  transform: translateY(-3px);
}

/* ─── ICON ──────────────────────────────────────────────────── */
.dienst-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.dienst-card-icon svg {
  width: 28px;
  height: 28px;
  stroke: #fff;
}

.dienst-icon--blue   { background: #3b82f6; }
.dienst-icon--green  { background: #10b981; }
.dienst-icon--purple { background: #8b5cf6; }
.dienst-icon--orange { background: #f97316; }
.dienst-icon--red    { background: #f43f5e; }
.dienst-icon--teal   { background: #0ea5e9; }

/* ─── CARD CONTENT ──────────────────────────────────────────── */
.dienst-card-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.45rem;
  font-weight: 800;
  color: #c0392b;
  margin-bottom: 12px;
}

.dienst-card-desc {
  font-size: .97rem;
  color: #c8920a;
  line-height: 1.7;
  margin-bottom: 20px;
  font-weight: 500;
}

/* ─── LIST ──────────────────────────────────────────────────── */
.dienst-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dienst-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .95rem;
  color: #c8920a;
  font-weight: 500;
}

.dienst-check {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dienst-check svg {
  width: 22px;
  height: 22px;
  stroke: #d4a017;
}

/* ─── UNSER ABLAUF ──────────────────────────────────────────── */
.ablauf-section {
  background: #f4f6f8;
  padding: 72px 0 80px;
}

.ablauf-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: 900;
  color: #c0392b;
  margin-bottom: 10px;
}

.ablauf-sub {
  font-size: 1rem;
  color: #444;
  font-weight: 400;
}

.ablauf-sub-highlight {
  color: #c8920a;
  font-weight: 600;
}

.ablauf-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 16px rgba(0,0,0,.07);
  padding: 32px 20px 28px;
  text-align: center;
  height: 100%;
  transition: box-shadow .3s ease, transform .3s ease;
}

.ablauf-card:hover {
  box-shadow: 0 10px 32px rgba(0,0,0,.13);
  transform: translateY(-4px);
}

.ablauf-num {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #d4a017;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-family: 'Inter', sans-serif;
  letter-spacing: .5px;
}

.ablauf-step-title {
  font-size: 1rem;
  font-weight: 800;
  color: #c0392b;
  margin-bottom: 8px;
}

.ablauf-divider {
  width: 32px;
  height: 3px;
  background: #d4a017;
  border-radius: 2px;
  margin: 8px auto 12px;
}

.ablauf-step-desc {
  font-size: .88rem;
  color: #3b82f6;
  line-height: 1.6;
  margin: 0;
  font-weight: 500;
}

/* ─── RESPONSIVE ────────────────────────────────────────────── */
/* ─── CTA BANNER ────────────────────────────────────────────── */
.dienst-cta {
  background: linear-gradient(135deg,
    #b71c1c 0%,
    #8b2010 25%,
    #4a3018 50%,
    #2d4a1e 75%,
    #1a3320 100%
  );
  padding: 80px 24px 110px;
  text-align: center;
  -webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
          mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
}

.dienst-cta-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 900;
  color: #fff;
  margin-bottom: 14px;
}

.dienst-cta-sub {
  font-size: 1rem;
  color: rgba(255,255,255,.85);
  margin-bottom: 32px;
  font-weight: 400;
}

.dienst-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #d4a017;
  color: #1a1a1a;
  font-size: .97rem;
  font-weight: 700;
  padding: 14px 32px;
  border-radius: 50px;
  text-decoration: none;
  transition: background .25s ease, transform .25s ease, box-shadow .25s ease;
  box-shadow: 0 4px 18px rgba(212,160,23,.4);
}

.dienst-cta-btn svg {
  width: 18px;
  height: 18px;
  stroke: #1a1a1a;
}

.dienst-cta-btn:hover {
  background: #f0b820;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(212,160,23,.55);
  color: #1a1a1a;
}

@media (max-width: 600px) {
  .dienst-hero         { min-height: 240px; }
  .dienst-hero-content { padding: 56px 24px 80px; }
  .dienst-cards-section { padding: 40px 0 56px; }
  .dienst-card         { padding: 28px 24px; border-radius: 12px; }
}
