/*
Theme Name: GeneratePress
Description: DRP Vollnarkose – Zahnzentrum Dr. Parusel MVZ GmbH
*/

/* ── TOKENS ───────────────────────────────────────────── */
:root {
  --drp-navy-black: #0B1024;
  --drp-navy-dark:  #111830;
  --drp-navy:       #1A2549;
  --drp-gold:       #C8A96E;
  --drp-gold-lt:    #E8D5A8;
  --drp-offwhite:   #F5F3EF;
  --drp-editorial:  #F3EEE7;
  --drp-text:       #6B7A99;
  --drp-border-g:   rgba(200,169,110,0.22);
  --drp-sans:       'DM Sans', system-ui, sans-serif;
  --drp-serif:      'Playfair Display', Georgia, serif;
  --drp-max:        1200px;
  --drp-ease:       0.22s ease;
}

/* ── RESET ────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0 !important;
  padding: 0 !important;
  font-family: var(--drp-sans);
  color: var(--drp-navy);
  background: #fff;
  overflow-x: hidden;
}

/* GP native ausblenden */
.site-header, .main-navigation, .site-footer,
.generate-back-to-top, .top-bar,
#site-navigation { display: none !important; }

/* Full-width + kein Abstand oben */
.site-content, .content-area, #primary,
#content, .entry-content, .wp-site-blocks,
.site-main, #drp-page,
.site-inside-article, article.page,
.inside-article, .entry-content-wrap {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}
.entry-content > * { max-width: 100% !important; }
.page .entry-content, .site-main .page, .site-main article {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* Seitentitel ausblenden */
.entry-title, h1.entry-title, .page-title,
.wp-block-post-title, header.entry-header,
.entry-header { display: none !important; }

/* Block-Abstände */
#drp-page > * { margin-top: 0 !important; margin-bottom: 0 !important; }
#drp-page .is-layout-flow > * + * { margin-top: 0 !important; }
.wp-block-cover.alignfull { margin-top: 0 !important; margin-bottom: 0 !important; }

/* Constrained layout */
.wp-block-group.is-layout-constrained,
.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 100% !important;
}

/* ══════════════════════════════════════════════════════
   01 TOPBAR
   ══════════════════════════════════════════════════════ */
.drp-topbar {
  position: relative;
  z-index: 101;
  border-bottom: 1px solid rgba(200,169,110,0.12);
}
.drp-topbar > .wp-block-group {
  max-width: var(--drp-max) !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
  width: 100%;
}
.drp-topbar p, .drp-topbar a {
  margin: 0 !important;
  text-decoration: none;
  white-space: nowrap;
}
.drp-topbar a:hover { color: var(--drp-gold) !important; }

/* Topbar: Text nach Icon */
.drp-tb-text { display: inline; }

/* Social Icons gold */
.drp-social .wp-block-social-link { background-color: rgba(200,169,110,0.15) !important; border-radius: 4px !important; }
.drp-social .wp-block-social-link svg { fill: #C8A96E !important; }
.drp-social .wp-block-social-link:hover { background-color: rgba(200,169,110,0.3) !important; }
.wp-social-link-facebook, .wp-social-link-instagram,
.wp-social-link-whatsapp { background-color: rgba(200,169,110,0.15) !important; }

/* ══════════════════════════════════════════════════════
   02 HEADER
   ══════════════════════════════════════════════════════ */
.drp-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(200,169,110,0.15);
}
.drp-header > .wp-block-group {
  max-width: var(--drp-max) !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
  width: 100%;
  min-height: 70px;
}
.drp-logo {
  margin: 0 !important;
  line-height: 1 !important;
}
.drp-logo a { display: inline-flex; align-items: center; text-decoration: none !important; }
.drp-logo-img, .drp-logo img {
  height: 36px !important;
  width: auto !important;
  display: block;
  filter: brightness(0) saturate(100%) invert(69%) sepia(55%) saturate(380%) hue-rotate(2deg) brightness(100%) contrast(88%);
}
.drp-nav p { margin: 0 !important; }
.drp-nav a { color: rgba(255,255,255,0.82) !important; text-decoration: none !important; transition: color var(--drp-ease); }
.drp-nav a:hover { color: var(--drp-gold) !important; }

/* CTA Button */
.drp-btn-cta .wp-block-button__link {
  background-color: #C8A96E !important;
  color: #111830 !important;
  font-size: 12.5px !important;
  font-weight: 700 !important;
  letter-spacing: 0.09em !important;
  text-transform: uppercase !important;
  padding: 11px 22px !important;
  border-radius: 3px !important;
  transition: all var(--drp-ease) !important;
}
.drp-btn-cta .wp-block-button__link:hover {
  background-color: var(--drp-gold-lt) !important;
  transform: translateY(-1px);
}

/* ══════════════════════════════════════════════════════
   01 HERO
   ══════════════════════════════════════════════════════ */
.wp-block-cover.alignfull {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100vw !important;
  max-width: 100vw !important;
}
.wp-block-cover__inner-container {
  max-width: var(--drp-max) !important;
  width: 100% !important;
  padding: 0 24px !important;
  margin: 0 auto !important;
}
#drp-page { overflow-x: hidden; }

.drp-hero-inner {
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 80px 0 !important;
  width: 100% !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 60px !important;
}
.drp-hero-content {
  flex: 1 1 0% !important;
  min-width: 0 !important;
  max-width: 55% !important;
}
.drp-hero-cards {
  flex: 0 0 380px !important;
  width: 380px !important;
  min-width: 380px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
}
.drp-hero-line {
  width: 38px !important; max-width: 38px !important;
  height: 1px !important; border: none !important; margin: 0 !important; flex-shrink: 0;
}
.drp-hero-content h1 {
  font-family: 'Playfair Display', serif !important;
  font-size: clamp(44px, 6vw, 72px) !important;
  font-weight: 700 !important;
  line-height: 1.05 !important;
}
.drp-hero-content h1 em { font-style: italic !important; color: #C8A96E !important; font-weight: 400 !important; }

/* Glass Cards */
.drp-glass-card {
  background: rgba(255,255,255,0.08) !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
  border: 1px solid rgba(255,255,255,0.14) !important;
  transition: background 0.22s ease, border-color 0.22s ease;
}
.drp-glass-card:hover {
  background: rgba(255,255,255,0.12) !important;
  border-color: rgba(200,169,110,0.32) !important;
}
.drp-glass-card p { margin: 0 !important; }

/* Hero Buttons */
.drp-btn-hero-primary .wp-block-button__link {
  background-color: #C8A96E !important;
  color: #111830 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.09em !important;
  text-transform: uppercase !important;
  padding: 16px 28px !important;
  border-radius: 3px !important;
  transition: all 0.22s ease !important;
}
.drp-btn-hero-primary .wp-block-button__link:hover {
  background-color: #E8D5A8 !important;
  transform: translateY(-1px);
}
.drp-btn-hero-outline .wp-block-button__link {
  background-color: transparent !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  padding: 14px 28px !important;
  border-radius: 3px !important;
  border: 2px solid rgba(255,255,255,0.45) !important;
  transition: all 0.22s ease !important;
}
.drp-btn-hero-outline .wp-block-button__link:hover {
  border-color: rgba(255,255,255,0.85) !important;
  background-color: rgba(255,255,255,0.08) !important;
}

/* ══════════════════════════════════════════════════════
   02 TRUST BAR
   ══════════════════════════════════════════════════════ */
.drp-trustbar > .wp-block-group {
  max-width: var(--drp-max) !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
  width: 100%;
}
.drp-trustbar p { margin: 0 !important; white-space: nowrap; }

/* ══════════════════════════════════════════════════════
   03 TRADITION BAR
   ══════════════════════════════════════════════════════ */
.drp-traditionbar {
  border-top: 1px solid rgba(200,169,110,0.15);
  border-bottom: 1px solid rgba(200,169,110,0.15);
}
.drp-traditionbar > .wp-block-group {
  max-width: var(--drp-max) !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
  width: 100%;
}
.drp-traditionbar p { margin: 0 !important; white-space: nowrap; }
.drp-tradition-year {
  font-family: 'Playfair Display', serif !important;
  font-style: italic !important;
  font-weight: 700 !important;
}

/* ══════════════════════════════════════════════════════
   04 ÜBER UNS
   ══════════════════════════════════════════════════════ */
.drp-ueber-uns > .wp-block-group {
  max-width: var(--drp-max) !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
  width: 100%;
}
.drp-section-line {
  width: 32px !important; max-width: 32px !important;
  height: 1px !important; border: none !important; margin: 0 !important; flex-shrink: 0;
}
.drp-ueber-content { flex: 1 1 0% !important; min-width: 0 !important; }
.drp-ueber-content p { margin: 0 !important; }
.drp-ueber-content h2 { font-family: 'Playfair Display', serif !important; }
.drp-ueber-image { flex: 0 0 480px !important; width: 480px !important; position: relative !important; }
.drp-ueber-image .wp-block-image img {
  width: 100% !important; height: 480px !important;
  object-fit: cover !important; border-radius: 8px !important; display: block;
}
.drp-stat-badge {
  position: absolute !important;
  bottom: 24px !important; left: -24px !important;
  box-shadow: 0 12px 40px rgba(0,0,0,0.35) !important;
  z-index: 2;
}
.drp-stat-badge p { margin: 0 !important; }
.drp-btn-ueber .wp-block-button__link {
  font-size: 13px !important; font-weight: 700 !important;
  letter-spacing: 0.09em !important; text-transform: uppercase !important;
  padding: 14px 28px !important; transition: all var(--drp-ease) !important;
}
.drp-btn-ueber .wp-block-button__link:hover {
  background-color: var(--drp-gold-lt) !important;
  transform: translateY(-1px);
}

/* ══════════════════════════════════════════════════════
   05 STATISTIK
   ══════════════════════════════════════════════════════ */
.drp-statsbar > .wp-block-group {
  max-width: var(--drp-max) !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
  width: 100%;
}
.drp-statsbar p { margin: 0 !important; }
.drp-stat-num {
  font-family: 'Playfair Display', serif !important;
  font-size: clamp(40px, 6vw, 64px) !important;
  font-weight: 700 !important;
}
.drp-stat-item { text-align: center; }

/* ══════════════════════════════════════════════════════
   SECTION BASE (PHP-Sektionen)
   ══════════════════════════════════════════════════════ */
.drp-section { padding: 88px 0; }
.drp-container {
  max-width: var(--drp-max);
  margin: 0 auto;
  padding: 0 24px;
}
.drp-overline {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--drp-gold);
  margin-bottom: 20px;
  font-family: var(--drp-sans);
}
.drp-overline::before {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background: var(--drp-gold);
  flex-shrink: 0;
}
.drp-h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 4.5vw, 44px);
  font-weight: 700;
  line-height: 1.15;
  color: #111830;
  margin: 0 0 20px;
}
.drp-body-lead {
  font-size: 16px;
  line-height: 1.7;
  color: #6B7A99;
  margin: 0 0 48px;
  max-width: 560px;
}

/* ══════════════════════════════════════════════════════
   08 LEISTUNGEN
   ══════════════════════════════════════════════════════ */
.drp-leistungen-section {
  background: #ffffff;
  padding: 88px 0;
}
.drp-leistung-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.drp-leistung-card {
  background: #ffffff;
  border: 1px solid #e8eaed;
  border-radius: 10px;
  padding: 36px 20px 32px;
  text-align: center;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.drp-leistung-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(26,37,73,0.09);
  border-color: #C8A96E;
}
.drp-leistung-emoji {
  font-size: 38px;
  line-height: 1;
  margin-bottom: 20px;
  display: block;
}
.drp-leistung-title {
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  font-weight: 700;
  color: #1A2549;
  margin: 0 0 10px;
}
.drp-leistung-text {
  font-size: 13px;
  line-height: 1.65;
  color: #6B7A99;
  margin: 0;
}

/* ══════════════════════════════════════════════════════
   TOPBAR MOBILE
   ══════════════════════════════════════════════════════ */
@media (max-width: 768px) {
  .drp-tb-text { display: none !important; }
  .drp-topbar .is-content-justification-space-between {
    flex-wrap: wrap !important;
    gap: 8px !important;
    justify-content: center !important;
  }
}

/* ══════════════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════════════ */
@media (max-width: 1100px) {
  .drp-hero-inner { gap: 32px !important; }
  .drp-hero-cards { flex: 0 0 320px !important; width: 320px !important; min-width: 320px !important; }
}

@media (max-width: 900px) {
  .drp-hero-inner {
    flex-direction: column !important;
    padding: 60px 24px !important;
    gap: 40px !important;
  }
  .drp-hero-content { max-width: 100% !important; order: 1 !important; }
  .drp-hero-cards {
    flex: 1 1 100% !important; width: 100% !important; min-width: 0 !important;
    flex-direction: column !important; order: 2 !important; gap: 12px !important;
  }
  .drp-glass-card { flex: 1 1 100% !important; }
  .drp-ueber-uns > .wp-block-group > .wp-block-group { flex-direction: column !important; gap: 40px !important; }
  .drp-ueber-image { flex: 1 1 100% !important; width: 100% !important; }
  .drp-stat-badge { left: 0 !important; }
  .drp-leistung-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .drp-nav { display: none !important; }
  .drp-header-actions { margin-left: auto; }
  .drp-hero-inner { padding: 48px 16px 40px !important; }
  .wp-block-cover .wp-block-heading { font-size: 42px !important; }
  .drp-trustbar .is-layout-flex { flex-wrap: wrap !important; gap: 10px !important; justify-content: center !important; }
  .drp-traditionbar .is-layout-flex { flex-wrap: wrap !important; gap: 10px !important; justify-content: center !important; }
  .drp-statsbar > .wp-block-group > .wp-block-group {
    flex-wrap: wrap !important; gap: 32px !important; justify-content: center !important;
  }
  .drp-stat-item { flex: 1 1 calc(50% - 16px) !important; min-width: 120px; }
  .drp-h2 { font-size: 30px !important; }
  .drp-container { padding: 0 16px !important; }
  .drp-section { padding: 60px 0 !important; }
  .drp-leistungen-section { padding: 60px 0; }
}

@media (max-width: 480px) {
  .drp-leistung-grid { grid-template-columns: 1fr; }
  .drp-stat-item { flex: 1 1 100% !important; }
}

/* ══════════════════════════════════════════════════════
   10 FAQ
   ══════════════════════════════════════════════════════ */
.drp-faq-section {
  background: #ffffff;
  padding: 96px 0;
  text-align: center;
}
.drp-faq-section .drp-overline {
  justify-content: center;
}
.drp-faq-section .drp-h2 {
  margin-left: auto;
  margin-right: auto;
}
.drp-faq-section .drp-body-lead {
  margin-left: auto;
  margin-right: auto;
}
.drp-faq-list {
  max-width: 720px;
  margin: 48px auto 0;
  text-align: left;
}
.drp-faq-item {
  border-bottom: 1px solid #e8eaed;
}
.drp-faq-item:first-child { border-top: 1px solid #e8eaed; }
.drp-faq-q {
  width: 100%;
  background: none;
  border: none;
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-family: var(--drp-sans);
  font-size: 15.5px;
  font-weight: 500;
  color: #111830;
  cursor: pointer;
  text-align: left;
  transition: color 0.2s ease;
}
.drp-faq-q:hover { color: #C8A96E; }
.drp-faq-icon {
  color: #C8A96E;
  font-size: 20px;
  font-weight: 300;
  flex-shrink: 0;
  transition: transform 0.25s ease;
  line-height: 1;
}
.drp-faq-open .drp-faq-icon { transform: rotate(45deg); }
.drp-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.25s ease;
}
.drp-faq-open .drp-faq-a {
  max-height: 300px;
  padding-bottom: 20px;
}
.drp-faq-a p {
  font-size: 15px;
  line-height: 1.75;
  color: #6B7A99;
  margin: 0;
}

/* ══════════════════════════════════════════════════════
   11 CTA
   ══════════════════════════════════════════════════════ */
.drp-cta-section {
  background: #111830;
  padding: 88px 0;
  text-align: center;
}
.drp-cta-overline {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #C8A96E;
  margin-bottom: 24px;
  font-family: var(--drp-sans);
}
.drp-cta-h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.15;
  margin: 0 0 20px;
}
.drp-cta-text {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,0.65);
  margin: 0 0 40px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
.drp-cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.drp-cta-btn-primary {
  display: inline-flex;
  align-items: center;
  background: #C8A96E;
  color: #111830 !important;
  font-family: var(--drp-sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  padding: 16px 28px;
  border-radius: 4px;
  text-decoration: none !important;
  transition: background 0.22s ease, transform 0.22s ease;
}
.drp-cta-btn-primary:hover { background: #E8D5A8; transform: translateY(-1px); }

.drp-cta-btn-whatsapp {
  display: inline-flex;
  align-items: center;
  background: #25D366;
  color: #ffffff !important;
  font-family: var(--drp-sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  padding: 16px 28px;
  border-radius: 4px;
  text-decoration: none !important;
  transition: background 0.22s ease, transform 0.22s ease;
}
.drp-cta-btn-whatsapp:hover { background: #1ebe5a; transform: translateY(-1px); }

.drp-cta-btn-tel {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: rgba(255,255,255,0.75) !important;
  font-family: var(--drp-sans);
  font-size: 15px;
  font-weight: 500;
  padding: 13px 24px;
  border-radius: 4px;
  border: 1px solid rgba(255,255,255,0.2);
  text-decoration: none !important;
  transition: all 0.22s ease;
  margin-bottom: 40px;
}
.drp-cta-btn-tel:hover {
  border-color: rgba(255,255,255,0.5);
  color: #ffffff !important;
}
.drp-cta-divider {
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,0.1);
  margin: 0 0 32px;
}
.drp-cta-info {
  display: flex;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 14px;
  color: rgba(255,255,255,0.55);
}

/* ══════════════════════════════════════════════════════
   FOOTER
   ══════════════════════════════════════════════════════ */
.drp-footer {
  background: #0B1024;
  padding: 24px 0;
  border-top: 1px solid rgba(200,169,110,0.12);
}
.drp-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.drp-footer-logo img {
  height: 28px;
  width: auto;
  filter: brightness(0) saturate(100%) invert(69%) sepia(55%) saturate(380%) hue-rotate(2deg) brightness(100%) contrast(88%);
  opacity: 0.7;
}
.drp-footer-nav {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.drp-footer-nav a {
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  text-decoration: none;
  transition: color 0.2s ease;
}
.drp-footer-nav a:hover { color: #C8A96E; }

/* Responsive FAQ + CTA + Footer */
@media (max-width: 768px) {
  .drp-faq-section { padding: 60px 0; }
  .drp-cta-section { padding: 60px 0; }
  .drp-cta-info { gap: 16px; flex-direction: column; align-items: center; }
  .drp-footer-inner { justify-content: center; text-align: center; }
}

/* ══════════════════════════════════════════════════════
   09 3-STUFEN-BEHANDLUNG
   ══════════════════════════════════════════════════════ */
.drp-stufen-section {
  background: #111830;
  padding: 96px 0;
}

/* Overline + H2 hell auf dunklem Hintergrund */
.drp-overline-light { color: #C8A96E; }
.drp-overline-light::before { background: #C8A96E; }
.drp-h2-light { color: #ffffff; }

.drp-stufen-lead {
  font-size: 16px;
  color: rgba(255,255,255,0.55);
  margin: 0 0 56px;
  line-height: 1.7;
}

.drp-stufen-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.drp-stufen-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 36px 28px 32px;
  transition: background 0.25s ease, border-color 0.25s ease;
}
.drp-stufen-card:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(200,169,110,0.2);
}

.drp-stufen-num {
  font-family: 'Playfair Display', serif;
  font-size: 64px;
  font-weight: 700;
  color: rgba(255,255,255,0.10);
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: -2px;
}

.drp-stufen-title {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 20px;
  line-height: 1.3;
}

.drp-stufen-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.drp-stufen-list li {
  font-size: 14px;
  color: rgba(255,255,255,0.60);
  line-height: 1.5;
  padding-left: 18px;
  position: relative;
}
.drp-stufen-list li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: #C8A96E;
  font-size: 12px;
}

@media (max-width: 900px) {
  .drp-stufen-grid { grid-template-columns: 1fr; gap: 16px; }
  .drp-stufen-section { padding: 64px 0; }
}

/* ══════════════════════════════════════════════════════
   10 KINDERZAHNBEHANDLUNG
   ══════════════════════════════════════════════════════ */
.drp-kinder-section {
  background: #F5F3EF;
  padding: 96px 0;
}

.drp-kinder-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
  margin-top: 48px;
}

/* Zitat-Karte links */
.drp-kinder-quote-card {
  background: #111830;
  border-radius: 12px;
  padding: 40px 36px;
}
.drp-kinder-quote {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.5;
  margin: 0 0 24px;
  quotes: none;
}
.drp-kinder-quote-text {
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255,255,255,0.55);
  margin: 0;
}

/* Feature-Liste rechts */
.drp-kinder-features {
  display: flex;
  flex-direction: column;
}
.drp-kinder-feature {
  padding: 22px 0;
  border-bottom: 1px solid rgba(26,37,73,0.1);
}
.drp-kinder-feature:first-child { padding-top: 0; }
.drp-kinder-feature:last-child { border-bottom: none; }

.drp-kinder-feature-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--drp-sans);
  font-size: 15px;
  font-weight: 700;
  color: #111830;
  margin-bottom: 8px;
  line-height: 1.3;
}
.drp-kinder-diamond {
  color: #C8A96E;
  font-size: 11px;
  flex-shrink: 0;
}
.drp-kinder-feature-text {
  font-size: 14px;
  line-height: 1.7;
  color: #6B7A99;
  margin: 0;
  padding-left: 21px;
}

@media (max-width: 900px) {
  .drp-kinder-grid { grid-template-columns: 1fr; gap: 32px; }
  .drp-kinder-section { padding: 64px 0; }
}

/* ══════════════════════════════════════════════════════
   09 DR. PARUSEL
   ══════════════════════════════════════════════════════ */
.drp-arzt-section {
  background: #F3EEE7;
  padding: 96px 0;
}

.drp-arzt-grid {
  display: flex;
  align-items: center;
  gap: 80px;
}

/* Links: Content */
.drp-arzt-content {
  flex: 1 1 0%;
  min-width: 0;
}

.drp-arzt-text {
  font-size: 16px;
  line-height: 1.75;
  color: #6B7A99;
  margin: 0 0 28px;
  max-width: 480px;
}

/* Tags */
.drp-arzt-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 36px;
}
.drp-tag {
  display: inline-block;
  padding: 6px 14px;
  background: #ffffff;
  border: 1px solid rgba(26,37,73,0.15);
  border-radius: 100px;
  font-size: 13px;
  font-weight: 500;
  color: #1A2549;
  font-family: var(--drp-sans);
  transition: border-color 0.2s ease, background 0.2s ease;
}
.drp-tag:hover {
  border-color: #C8A96E;
  background: rgba(200,169,110,0.06);
}

/* CTA Button */
.drp-btn-vita {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #C8A96E;
  color: #111830 !important;
  font-family: var(--drp-sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  padding: 14px 28px;
  border-radius: 4px;
  text-decoration: none !important;
  transition: background 0.22s ease, transform 0.22s ease;
}
.drp-btn-vita:hover {
  background: #E8D5A8;
  transform: translateY(-1px);
}

/* Rechts: Profilkarte */
.drp-arzt-card-wrap {
  flex: 0 0 380px;
  width: 380px;
}

.drp-arzt-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(26,37,73,0.10);
}

.drp-arzt-card-img {
  position: relative;
  height: 260px;
  overflow: hidden;
}
.drp-arzt-card-img img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.drp-arzt-card-logo {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(17,24,48,0.85);
  border-radius: 6px;
  padding: 6px 10px;
}
.drp-arzt-card-logo img {
  height: 22px;
  width: auto;
  display: block;
  filter: brightness(0) saturate(100%) invert(69%) sepia(55%) saturate(380%) hue-rotate(2deg) brightness(100%) contrast(88%);
}

.drp-arzt-card-body {
  padding: 22px 24px 24px;
}
.drp-arzt-card-name {
  font-family: 'Playfair Display', serif;
  font-size: 19px;
  font-weight: 700;
  color: #111830;
  margin: 0 0 6px;
}
.drp-arzt-card-role {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #C8A96E;
  margin: 0 0 10px;
}
.drp-arzt-card-info {
  font-size: 14px;
  color: #6B7A99;
  margin: 0;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 900px) {
  .drp-arzt-grid { flex-direction: column; gap: 40px; }
  .drp-arzt-card-wrap { flex: 1 1 100%; width: 100%; }
  .drp-arzt-card { max-width: 440px; margin: 0 auto; }
}
@media (max-width: 480px) {
  .drp-arzt-section { padding: 60px 0; }
}