/*
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; }
/* Nav kompakt halten, damit sie in den 1200px-Container passt */
.drp-header > .wp-block-group { gap: 20px; }
.drp-nav { gap: 22px !important; flex-shrink: 1 !important; flex-wrap: nowrap; }
.drp-nav p { white-space: nowrap; }
.drp-nav a { font-size: 14px !important; letter-spacing: 0.005em; }
.drp-logo { flex-shrink: 0; }
.drp-header-actions { flex-shrink: 0; }
@media (max-width: 1080px) and (min-width: 861px) {
  .drp-nav { gap: 16px !important; }
  .drp-nav a { font-size: 13px !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;
  min-height: 92vh !important;
}
/* Stärkere Vignette unten */
.wp-block-cover.alignfull::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 180px;
  background: linear-gradient(to bottom, transparent, #111830);
  pointer-events: none;
  z-index: 1;
}
.wp-block-cover__inner-container {
  max-width: var(--drp-max) !important;
  width: 100% !important;
  padding: 0 24px !important;
  margin: 0 auto !important;
  position: relative;
  z-index: 2;
}
#drp-page { overflow-x: hidden; }

.drp-hero-inner {
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 96px 0 100px !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: 54% !important;
}
.drp-hero-cards {
  flex: 0 0 360px !important;
  width: 360px !important;
  min-width: 360px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}
.drp-hero-line {
  width: 32px !important; max-width: 32px !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(48px, 6vw, 76px) !important;
  font-weight: 700 !important;
  line-height: 1.04 !important;
}
.drp-hero-content h1 em {
  font-style: italic !important;
  color: #C8A96E !important;
  font-weight: 400 !important;
}

/* Glass Cards — Gold-Akzentlinie links, column layout */
.drp-glass-card {
  background: rgba(255,255,255,0.07) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  border: 1px solid rgba(255,255,255,0.10) !important;
  border-left: 3px solid #C8A96E !important;
  border-radius: 8px !important;
  display: block !important;
  transition: background 0.22s ease, border-color 0.22s ease;
}
.drp-glass-card:hover {
  background: rgba(255,255,255,0.11) !important;
  border-left-color: #E8D5A8 !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 0 16px !important; }
.drp-ueber-content p:last-of-type { margin-bottom: 0 !important; }

/* H2 Über uns — etwas kleiner, klarer */
.drp-ueber-content h2 {
  font-family: 'Playfair Display', serif !important;
  font-size: clamp(28px, 3.5vw, 38px) !important;
  line-height: 1.15 !important;
  margin-bottom: 20px !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: 10px !important; display: block;
}

/* Badge — optimiertes Design */
.drp-stat-badge {
  position: absolute !important;
  bottom: -20px !important;
  left: -20px !important;
  background: #111830 !important;
  border-radius: 10px !important;
  padding: 20px 26px !important;
  box-shadow: 0 16px 48px rgba(0,0,0,0.30) !important;
  border: 1px solid rgba(200,169,110,0.2) !important;
  z-index: 2;
  min-width: 160px;
}
.drp-stat-badge p { margin: 0 !important; }
.drp-stat-badge .drp-stat-num {
  font-family: 'Playfair Display', serif !important;
  font-size: 32px !important;
  font-weight: 700 !important;
  color: #C8A96E !important;
  line-height: 1.1 !important;
  display: block;
  margin-bottom: 4px !important;
}
.drp-stat-badge p:last-child {
  font-size: 13px !important;
  color: rgba(255,255,255,0.55) !important;
  letter-spacing: 0.05em !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);
}

/* Checkmark-Liste — optimierte Abstände */
.drp-ueber-checks {
  gap: 10px !important;
  margin-bottom: 36px !important;
}
.drp-check-item {
  display: flex !important;
  align-items: center !important;
  gap: 0 !important;
  padding: 8px 0 !important;
  border-bottom: 1px solid rgba(26,37,73,0.07) !important;
  margin: 0 !important;
}
.drp-check-item:last-child { border-bottom: none !important; }
.drp-check-icon {
  color: #C8A96E !important;
  font-weight: 700 !important;
  margin-right: 10px !important;
  font-size: 15px !important;
  flex-shrink: 0;
}

/* ══════════════════════════════════════════════════════
   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(24px, 3vw, 38px) !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: 14px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--drp-gold);
  margin-bottom: 22px;
  font-family: var(--drp-sans);
}
.drp-overline::before {
  content: '';
  display: block;
  width: 44px;
  height: 1px;
  background: linear-gradient(90deg, var(--drp-gold), rgba(200,169,110,0.25));
  flex-shrink: 0;
}
/* Hero-Overline: Linie an erster Textzeile ausrichten (Text kann umbrechen) */
.drp-hero-content .drp-overline { align-items: flex-start; }
.drp-hero-content .drp-overline::before { margin-top: 0.62em; }

/* Wenn ein Separator-HR direkt vor dem Overline-Text steht:
   ::before ausblenden — der HR übernimmt die Linie */
.drp-hero-line + p.drp-overline::before,
.drp-section-line + p.drp-overline::before,
.wp-block-separator + p.drp-overline::before {
  display: none !important;
}
.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;
}

/* ══════════════════════════════════════════════════════
   INLINE-STYLE ERSATZ (Properties nicht im JSON)
   ══════════════════════════════════════════════════════ */

/* Overlines allgemein */
.drp-overline { text-transform: uppercase !important; font-weight: 600 !important; letter-spacing: 0.22em !important; font-size: 16px !important; }
.drp-traditionbar .wp-block-paragraph { text-transform: uppercase !important; font-weight: 500 !important; letter-spacing: 0.14em !important; }
.drp-trustbar .wp-block-paragraph { font-weight: 500 !important; }

/* Stat-Zahlen */
.drp-stat-num { font-weight: 700 !important; font-family: 'Playfair Display', serif !important; }
.drp-statsbar .drp-stat-item p:last-child { text-transform: uppercase !important; font-weight: 600 !important; letter-spacing: 0.15em !important; }

/* Hero Karten Labels */
.drp-glass-card > .wp-block-group > p:first-child { text-transform: uppercase !important; font-weight: 600 !important; letter-spacing: 0.14em !important; }
.drp-glass-card > .wp-block-group > p:nth-child(2) { font-weight: 700 !important; }

/* Kinder-Zitat: italic */
.drp-kinder-quote-card > .wp-block-paragraph:first-child,
.drp-kinder-quote-card > p:first-child { font-style: italic !important; }

/* Dr. Parusel Karte Role */
.drp-arzt-card-body > .wp-block-group > p:nth-child(2) { text-transform: uppercase !important; letter-spacing: 0.1em !important; }

/* CTA Overline */
.drp-cta-section > p:first-child,
.drp-cta-section > .wp-block-paragraph:first-child { text-transform: uppercase !important; letter-spacing: 0.2em !important; }

/* ══════════════════════════════════════════════════════
   CONTENT CONSTRAINT SEKTIONEN 08–14
   Hintergrund: 100% Breite
   Inhalt: max var(--drp-max), zentriert mit auto-padding
   ══════════════════════════════════════════════════════ */

/* Sektionen ohne inneren Wrapper (08, 09, 10, 12, 13) */
.drp-leistungen-section.wp-block-group,
.drp-stufen-section.wp-block-group,
.drp-kinder-section.wp-block-group,
.drp-faq-section.wp-block-group,
.drp-cta-section.wp-block-group {
  padding-left: max(24px, calc((100% - var(--drp-max)) / 2)) !important;
  padding-right: max(24px, calc((100% - var(--drp-max)) / 2)) !important;
  box-sizing: border-box !important;
}

/* Sektionen mit innerem Wrapper (11 Arzt, 14 Footer) */
.drp-arzt-section > .wp-block-group,
.drp-footer > .wp-block-group {
  max-width: var(--drp-max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

/* Mobile: feste 16px Seitenabstände */
@media (max-width: 768px) {
  .drp-leistungen-section.wp-block-group,
  .drp-stufen-section.wp-block-group,
  .drp-kinder-section.wp-block-group,
  .drp-faq-section.wp-block-group,
  .drp-cta-section.wp-block-group {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .drp-arzt-section > .wp-block-group,
  .drp-footer > .wp-block-group {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

/* ══════════════════════════════════════════════════════
   08 LEISTUNGEN — Premium Kacheln
   ══════════════════════════════════════════════════════ */
.drp-leistungen-section {
  background: #F7F5F1;
  padding: 88px 0;
}
/* Grid: 1px Trennlinien, kein Gap */
.drp-leistungen-section .is-layout-grid {
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 0 !important;
  background: #E5E0D8;
  border: 1px solid #E5E0D8;
}
@media (max-width: 900px) {
  .drp-leistungen-section .is-layout-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 480px) {
  .drp-leistungen-section .is-layout-grid {
    grid-template-columns: 1fr !important;
  }
}
/* Kachel */
.drp-leistung-card {
  background: #ffffff !important;
  border-top: 2px solid transparent !important;
  border-right: none !important;
  border-bottom: none !important;
  border-left: none !important;
  border-radius: 0 !important;
  padding: 36px 20px 28px !important;
  text-align: center !important;
  position: relative !important;
  overflow: hidden !important;
  transition: border-top-color .3s, background .3s, transform .25s, box-shadow .3s !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}
.drp-leistung-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0; height: 0;
  background: linear-gradient(to top, rgba(200,169,110,.04), transparent);
  transition: height .3s;
  pointer-events: none;
}
.drp-leistung-card:hover {
  border-top-color: #C8A96E !important;
  background: #FFFDF8 !important;
  transform: translateY(-5px) !important;
  box-shadow: 0 20px 50px rgba(26,37,73,.09), 0 4px 12px rgba(200,169,110,.10) !important;
  z-index: 2;
}
.drp-leistung-card:hover::after { height: 100%; }
/* Nummer */
.drp-leistung-num {
  font-size: 9px;
  color: #C8A96E;
  letter-spacing: .28em;
  display: block;
  margin-bottom: 20px;
  opacity: .8;
}
/* Icon-Kreis */
.drp-leistung-iw {
  width: 60px; height: 60px;
  margin: 0 auto;
  border-radius: 50%;
  border: 1.5px solid #EDE9E2;
  display: flex; align-items: center; justify-content: center;
  background: #fff;
  position: relative;
  transition: border-color .3s, background .3s, transform .3s;
  flex-shrink: 0;
}
.drp-leistung-iw::before {
  content: '';
  position: absolute; inset: -4px; border-radius: 50%;
  border: 1px dashed rgba(200,169,110,0);
  transition: border-color .4s, transform .4s;
}
.drp-leistung-card:hover .drp-leistung-iw {
  border-color: #C8A96E;
  background: #FDF9F2;
  transform: scale(1.08);
}
.drp-leistung-card:hover .drp-leistung-iw::before {
  border-color: rgba(200,169,110,.35);
  transform: rotate(45deg);
}
/* Gold-Divider */
.drp-leistung-divider {
  width: 0; height: 1px;
  background: #C8A96E;
  margin: 14px auto;
  opacity: .5;
  transition: width .35s ease;
  display: block;
  flex-shrink: 0;
}
.drp-leistung-card:hover .drp-leistung-divider { width: 28px; }
/* Titel */
.drp-leistung-title {
  font-family: 'Playfair Display', serif;
  font-size: 14.5px;
  font-weight: 700;
  color: #1A2549;
  margin: 0 0 9px;
  line-height: 1.35;
}
/* Text */
.drp-leistung-text {
  font-size: 11.5px;
  line-height: 1.7;
  color: #8A97B0;
  margin: 0;
  font-weight: 300;
}

/* ══════════════════════════════════════════════════════
   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; }
  /* Über uns Mobile */
  .drp-ueber-uns { padding: 48px 0 !important; }
  .drp-ueber-uns > .wp-block-group { padding: 0 16px !important; }

  /* Column-Layout erzwingen */
  .drp-ueber-uns .is-layout-flex,
  .drp-ueber-uns > .wp-block-group > .wp-block-group {
    flex-direction: column !important;
    flex-wrap: wrap !important;
    gap: 24px !important;
    align-items: stretch !important;
  }

  /* Content: volle Breite */
  .drp-ueber-content,
  .drp-ueber-uns .drp-ueber-content {
    flex: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    order: 1 !important;
  }

  /* H2: kompakt */
  .drp-ueber-uns h2 {
    font-size: 24px !important;
    line-height: 1.2 !important;
    margin-bottom: 12px !important;
  }

  /* Absätze: weniger Abstand */
  .drp-ueber-uns p { margin-bottom: 10px !important; font-size: 14px !important; }

  /* Bild: nach Text */
  .drp-ueber-image,
  .drp-ueber-uns .drp-ueber-image {
    flex: none !important;
    width: 100% !important;
    min-width: 0 !important;
    order: 2 !important;
    position: relative !important;
  }
  .drp-ueber-image .wp-block-image,
  .drp-ueber-uns .drp-ueber-image figure {
    width: 100% !important;
    display: block !important;
  }
  .drp-ueber-image .wp-block-image img,
  .drp-ueber-uns .drp-ueber-image img {
    width: 100% !important;
    height: 200px !important;
    object-fit: cover !important;
    border-radius: 8px !important;
    display: block !important;
  }

  /* Badge: klein + elegant */
  .drp-stat-badge {
    position: relative !important;
    left: auto !important; bottom: auto !important; top: auto !important;
    margin-top: 10px !important;
    display: inline-flex !important;
    width: auto !important;
    padding: 10px 16px !important;
    border-radius: 6px !important;
    min-width: auto !important;
  }
  .drp-stat-badge .drp-stat-num {
    font-size: 20px !important;
    margin-bottom: 2px !important;
  }
  .drp-stat-badge p:last-child {
    font-size: 11px !important;
  }

  /* Checklist: einspaltig, kompakter */
  .drp-ueber-checks {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    margin-bottom: 20px !important;
  }
  .drp-check-item {
    padding: 5px 0 !important;
    font-size: 13px !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); }
/* FAQ Accordion — Antworten verstecken */
.drp-faq-a {
  max-height: 0 !important;
  overflow: hidden !important;
  opacity: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.3s ease !important;
  display: block !important;
}
.drp-faq-item.drp-faq-open .drp-faq-a {
  max-height: 600px !important;
  opacity: 1;
  padding-bottom: 22px !important;
}
/* Frage: klickbar, + Icon */
.drp-faq-item { cursor: pointer; border-bottom: 1px solid #e8eaed; }
.drp-faq-list > .drp-faq-item:first-child { border-top: 1px solid #e8eaed; }
.drp-faq-item > p:not(.drp-faq-a) {
  position: relative;
  padding-right: 40px !important;
  transition: color 0.2s ease;
  margin: 0;
}
.drp-faq-item > p:not(.drp-faq-a)::after {
  content: '+';
  position: absolute;
  right: 4px; top: 50%;
  transform: translateY(-50%);
  font-size: 22px; color: #C8A96E;
  line-height: 1;
  transition: transform 0.3s ease;
}
.drp-faq-item.drp-faq-open > p:not(.drp-faq-a)::after {
  transform: translateY(-50%) rotate(45deg);
}
.drp-faq-item > p:not(.drp-faq-a):hover { color: #1A2549 !important; }
.drp-faq-a p {
  font-size: 15px;
  line-height: 1.75;
  color: #6B7A99;
  margin: 0;
}

/* ══════════════════════════════════════════════════════
   HANDICAP SEKTION (neu)
   ══════════════════════════════════════════════════════ */
.drp-handicap-section {
  background: #FAFAF8;
  border-top: 1px solid rgba(200,169,110,0.20);
}
.drp-handicap-section.wp-block-group {
  padding-left: max(24px, calc((100% - var(--drp-max)) / 2)) !important;
  padding-right: max(24px, calc((100% - var(--drp-max)) / 2)) !important;
  box-sizing: border-box !important;
}
.drp-handicap-section .drp-kinder-feature {
  border-bottom: 1px solid rgba(26,37,73,0.09);
  padding: 22px 0;
}
/* Bilder in Kinder + Handicap */
.drp-kinder-img img,
.drp-handicap-img img {
  border-radius: 10px !important;
  display: block;
  width: 100%;
  height: auto;
}
.drp-kinder-img {
  margin: 0 !important;
  align-self: stretch;
  border-radius: 10px;
  overflow: hidden;
}
.drp-kinder-img img {
  height: 100%;
  object-fit: cover;
  box-shadow: 0 24px 60px rgba(11,16,36,0.16);
}
/* Rechte Spalte: Zitat-Box + Features gestapelt */
.drp-kinder-right { display: flex; flex-direction: column; }
.drp-handicap-img {
  margin: 0 !important;
  border-radius: 10px;
  overflow: hidden;
}

/* Kinder Flex-Layout: 2 Spalten Desktop, gestapelt Mobile */
.drp-kinder-flex { align-items: stretch !important; }
.drp-kinder-flex > * { flex: 1 1 calc(50% - 20px) !important; min-width: 0 !important; }
@media (max-width: 900px) {
  .drp-kinder-flex { flex-direction: column !important; flex-wrap: wrap !important; }
  .drp-kinder-flex > * { flex: 1 1 100% !important; width: 100% !important; }
  .drp-kinder-img img { max-height: 280px; object-fit: cover; }
}

/* Handicap Flex-Layout: Features links, Bild rechts; Mobile gestapelt */
.drp-handicap-flex { align-items: center !important; }
.drp-handicap-flex > * { flex: 1 1 calc(50% - 20px) !important; min-width: 0 !important; }
.drp-handicap-img img {
  object-fit: cover;
  max-height: 440px;
  width: 100%;
  box-shadow: 0 24px 60px rgba(11,16,36,0.18);
}
.drp-handicap-img {
  position: relative;
}
.drp-handicap-img::after {
  content: '';
  position: absolute;
  top: -10px;
  right: -10px;
  width: 64px;
  height: 64px;
  border-top: 2px solid var(--drp-gold);
  border-right: 2px solid var(--drp-gold);
  border-top-right-radius: 10px;
  opacity: 0.5;
  pointer-events: none;
}
@media (max-width: 900px) {
  .drp-handicap-flex { flex-direction: column !important; flex-wrap: wrap !important; }
  .drp-handicap-flex > * { flex: 1 1 100% !important; width: 100% !important; }
  .drp-handicap-img { order: -1; }
  .drp-handicap-img img { max-height: 280px; }
}

/* FAQ Fragen als klickbare Zeile */
.drp-faq-section .drp-faq-item > .wp-block-paragraph:not(.drp-faq-a) {
  cursor: pointer;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
  transition: color 0.2s ease;
}
.drp-faq-section .drp-faq-item > .wp-block-paragraph:not(.drp-faq-a):hover {
  color: #C8A96E !important;
}
.drp-faq-section .drp-faq-item > .wp-block-paragraph:not(.drp-faq-a)::after {
  content: '+';
  color: #C8A96E;
  font-size: 22px;
  font-weight: 300;
  flex-shrink: 0;
  margin-left: 16px;
  transition: transform 0.25s ease;
  line-height: 1;
}
.drp-faq-section .drp-faq-open > .wp-block-paragraph:not(.drp-faq-a)::after {
  transform: rotate(45deg);
}

/* FAQ Rahmen */
.drp-faq-section .drp-faq-item {
  border-bottom: 1px solid #e8eaed;
}
.drp-faq-section .drp-faq-list > .drp-faq-item:first-child {
  border-top: 1px solid #e8eaed;
}

/* FAQ Liste zentriert */
.drp-faq-section .drp-faq-list {
  max-width: 720px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: left !important;
}

/* ══════════════════════════════════════════════════════
   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 {
  border: 1px solid rgba(255,255,255,0.08) !important;
  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 > .wp-block-paragraph:first-child,
.drp-kinder-quote-card > p:first-child {
  font-style: italic;
}
.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: 64px;
}

/* Links: Content (mehr Raum, ~55%) */
.drp-arzt-content {
  flex: 1 1 55%;
  min-width: 0;
}

/* 3. Gold-Linie unter H2 (Konsistenz mit anderen Sektionen) */
.drp-arzt-content > h2.wp-block-heading {
  position: relative;
  padding-bottom: 22px;
  letter-spacing: -0.01em;
}
.drp-arzt-content > h2.wp-block-heading::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 56px;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, #C8A96E, #E8D5A8);
}

.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,
.drp-tag-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 15px;
  background: transparent;
  border: 1px solid rgba(200,169,110,0.45);
  border-radius: 100px;
  font-size: 13px !important;
  font-weight: 500;
  color: #1A2549 !important;
  font-family: var(--drp-sans);
  margin: 0;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}
.drp-tag-item::before {
  content: '✦';
  color: #C8A96E;
  font-size: 11px;
  transition: color 0.25s ease;
}
.drp-tag:hover,
.drp-tag-item:hover {
  background: #C8A96E;
  border-color: #C8A96E;
  color: #111830 !important;
}
.drp-tag-item:hover::before { color: #111830; }

/* 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);
}

.drp-btn-anaesthesist {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #1A2549 !important;
  font-family: var(--drp-sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding: 13px 24px;
  text-decoration: none !important;
  border: 1.5px solid rgba(200,169,110,0.5);
  border-radius: 4px;
  transition: border-color 0.22s ease, color 0.22s ease, background 0.22s ease;
}
.drp-btn-anaesthesist:hover {
  color: #111830 !important;
  border-color: #C8A96E;
  background: rgba(200,169,110,0.10);
}

/* Rechts: Profilkarte */
.drp-arzt-card-wrap {
  flex: 0 0 360px;
  width: 360px;
  position: relative;
}
.drp-arzt-card-wrap::after {
  content: '';
  position: absolute;
  top: -12px;
  right: -12px;
  width: 70px;
  height: 70px;
  border-top: 2px solid #C8A96E;
  border-right: 2px solid #C8A96E;
  border-top-right-radius: 14px;
  opacity: 0.55;
  pointer-events: none;
}

.drp-arzt-card {
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(11,16,36,0.20);
  position: relative;
}

.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; }
}

/* ══════════════════════════════════════════════════════
   DESIGN-POLISH (Gold-H2-Linie, Zitatzeichen, Radien)
   ══════════════════════════════════════════════════════ */

/* Überschriften: feine Gold-Linie unter H2 */
.drp-leistungen-section > h2.wp-block-heading,
.drp-stufen-section > h2.wp-block-heading,
.drp-kinder-section > h2.wp-block-heading,
.drp-handicap-section > h2.wp-block-heading,
.drp-faq-section > h2.wp-block-heading {
  position: relative;
  padding-bottom: 22px;
  letter-spacing: -0.01em;
  line-height: 1.18;
}
.drp-leistungen-section > h2.wp-block-heading::after,
.drp-stufen-section > h2.wp-block-heading::after,
.drp-kinder-section > h2.wp-block-heading::after,
.drp-handicap-section > h2.wp-block-heading::after,
.drp-faq-section > h2.wp-block-heading::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 56px;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, #C8A96E, #E8D5A8);
}
/* H2 auf dunklen Sektionen (Stufen): Linie zentriert wenn H2 zentriert */
.drp-stufen-section > h2.wp-block-heading { padding-bottom: 22px; }

/* 2. Zitat als Editorial-Statement: großes Gold-Anführungszeichen */
.drp-kinder-quote-card {
  position: relative;
  overflow: hidden;
}
.drp-kinder-quote-card::before {
  content: '\201C';
  position: absolute;
  top: -18px;
  left: 14px;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 120px;
  line-height: 1;
  color: rgba(200,169,110,0.16);
  pointer-events: none;
  z-index: 0;
}
.drp-kinder-quote-card > * { position: relative; z-index: 1; }

/* 8. Radien vereinheitlichen: große Flächen 14px, Akzente 8px */
.drp-kinder-quote-card,
.drp-kinder-img,
.drp-kinder-img img,
.drp-handicap-img,
.drp-handicap-img img {
  border-radius: 14px !important;
}
.drp-handicap-img::after { border-top-right-radius: 14px; }

/* ══════════════════════════════════════════════════════
   7. SCROLL-REVEAL ANIMATIONEN (mittel)
   ══════════════════════════════════════════════════════ */
.drp-anim .drp-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s cubic-bezier(0.22,0.61,0.36,1), transform 0.7s cubic-bezier(0.22,0.61,0.36,1);
  will-change: opacity, transform;
}
.drp-anim .drp-reveal.is-visible {
  opacity: 1;
  transform: none;
}
/* Sanfter Stagger für Gruppen-Kinder */
.drp-anim .drp-reveal-stagger > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s cubic-bezier(0.22,0.61,0.36,1), transform 0.6s cubic-bezier(0.22,0.61,0.36,1);
}
.drp-anim .drp-reveal-stagger.is-visible > *:nth-child(1) { transition-delay: 0.00s; }
.drp-anim .drp-reveal-stagger.is-visible > *:nth-child(2) { transition-delay: 0.08s; }
.drp-anim .drp-reveal-stagger.is-visible > *:nth-child(3) { transition-delay: 0.16s; }
.drp-anim .drp-reveal-stagger.is-visible > *:nth-child(4) { transition-delay: 0.24s; }
.drp-anim .drp-reveal-stagger.is-visible > *:nth-child(5) { transition-delay: 0.32s; }
.drp-anim .drp-reveal-stagger.is-visible > * {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .drp-anim .drp-reveal,
  .drp-anim .drp-reveal-stagger > * {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* ══════════════════════════════════════════════════════
   ANGSTPATIENTEN LANDINGPAGE
   ══════════════════════════════════════════════════════ */
.drp-angst-hero .drp-overline { display: flex; align-items: center; }
.drp-angst-hero h1 { font-family: 'Playfair Display', serif; line-height: 1.12; letter-spacing: -0.01em; }
@media (max-width: 600px) {
  .drp-angst-hero h1 { font-size: 40px !important; }
}

.drp-angst-section > h2.wp-block-heading,
.drp-angst-steps-section > h2.wp-block-heading,
.drp-angst-trust-section > h2.wp-block-heading {
  font-family: 'Playfair Display', serif;
  position: relative;
  padding-bottom: 22px;
  letter-spacing: -0.01em;
}
.drp-angst-section > h2.wp-block-heading::after,
.drp-angst-steps-section > h2.wp-block-heading::after,
.drp-angst-trust-section > h2.wp-block-heading::after {
  content: '';
  position: absolute;
  left: 0; bottom: 0;
  width: 56px; height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, #C8A96E, #E8D5A8);
}

.drp-angst-cards { gap: 24px; margin-top: 8px; }
.drp-angst-card {
  flex: 1 1 calc(33.333% - 16px);
  min-width: 0;
  box-shadow: 0 12px 40px rgba(11,16,36,0.07);
  border-top: 3px solid #C8A96E;
}
.drp-angst-card h3 { font-family: 'Playfair Display', serif; }

.drp-angst-steps { gap: 32px; }
.drp-angst-step {
  flex: 1 1 calc(33.333% - 22px);
  min-width: 0;
  border-left: 1px solid rgba(200,169,110,0.25);
  padding-left: 24px;
}
.drp-angst-step-num { font-family: 'Playfair Display', serif; font-weight: 700; line-height: 1; margin: 0 0 14px; opacity: 0.9; }
.drp-angst-step h3 { font-family: 'Playfair Display', serif; }

.drp-angst-list { list-style: none; margin: 0; padding: 0; max-width: 720px; }
.drp-angst-list li {
  position: relative;
  padding: 0 0 16px 34px;
  font-size: 16px;
  line-height: 1.6;
  color: #4A5878;
}
.drp-angst-list li::before {
  content: '✓';
  position: absolute;
  left: 0; top: 0;
  width: 22px; height: 22px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(200,169,110,0.15);
  color: #C8A96E;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 700;
}

.drp-angst-related a:hover { text-decoration: underline; }

@media (max-width: 900px) {
  .drp-angst-card { flex: 1 1 100%; }
  .drp-angst-step { flex: 1 1 100%; border-left: none; padding-left: 0; border-top: 1px solid rgba(200,169,110,0.25); padding-top: 24px; }
}

/* ═══ UI PRO MAX UPGRADES ═══ */

/* 1. HERO mit Hintergrundbild + Gradient-Overlay (Atmosphäre) */
.drp-angst-hero {
  position: relative;
  background-image:
    linear-gradient(180deg, rgba(11,16,36,0.82) 0%, rgba(11,16,36,0.88) 55%, rgba(11,16,36,0.95) 100%),
    url('/wp-content/uploads/2026/05/behandlungszimmer1-zahnzentrum-dr-parusel-salzgitter-2560px.jpg');
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.drp-angst-hero > * { position: relative; z-index: 1; }
/* Gold-Schimmer oben */
.drp-angst-hero::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #C8A96E, transparent);
  z-index: 2;
}
.drp-angst-hero h1 {
  text-shadow: 0 2px 30px rgba(0,0,0,0.35);
  margin-top: 22px !important;
}

/* 2. STATS-LEISTE als helle Karten (klar abgehoben) */
.drp-angst-statbar-inner { gap: 20px; }
.drp-stat {
  flex: 1 1 calc(25% - 15px);
  min-width: 0;
  text-align: center;
  box-shadow: 0 10px 30px rgba(11,16,36,0.06);
  border-top: 3px solid #C8A96E;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.drp-stat:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(11,16,36,0.12);
}
.drp-stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 23px;
  font-weight: 700;
  margin: 0 0 6px;
  letter-spacing: -0.01em;
  line-height: 1.15;
}
.drp-stat-label { font-size: 13.5px; margin: 0; letter-spacing: 0.02em; line-height: 1.4; }

/* 4. KARTEN-ICONS (Gold-Kreis) */
.drp-angst-card-icon {
  width: 48px; height: 48px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, rgba(200,169,110,0.18), rgba(200,169,110,0.08));
  color: #C8A96E;
  border-radius: 12px;
  font-size: 22px;
  margin: 0 0 18px;
  line-height: 1;
}
.drp-angst-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.drp-angst-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 60px rgba(11,16,36,0.13);
}

/* 5. ZITATBLOCK (editorial, Gold-Anführungszeichen) */
.drp-angst-quote { position: relative; overflow: hidden; }
.drp-angst-quote::before {
  content: '\201C';
  position: absolute;
  top: 10px; left: 50%;
  transform: translateX(-50%);
  font-family: 'Playfair Display', serif;
  font-size: 140px;
  line-height: 1;
  color: rgba(200,169,110,0.14);
  pointer-events: none;
}
.drp-angst-quote-text {
  font-family: 'Playfair Display', serif;
  font-size: 27px;
  line-height: 1.5;
  font-style: italic;
  position: relative;
  z-index: 1;
  margin: 0 0 20px;
}
.drp-angst-quote-cite {
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0;
}

/* 3. VERTRAUENSBLOCK Zwei-Spalten + Foto-Veredelung */
.drp-angst-trust-flex { gap: 56px; align-items: center; }
.drp-angst-trust-content { flex: 1 1 55%; min-width: 0; }
.drp-angst-trust-photo-wrap {
  flex: 0 0 340px;
  width: 340px;
  position: relative;
}
.drp-angst-trust-photo { margin: 0 !important; }
.drp-angst-trust-photo img {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 30px 70px rgba(11,16,36,0.22);
  display: block;
}
.drp-angst-trust-photo-wrap::after {
  content: '';
  position: absolute;
  top: -12px; right: -12px;
  width: 70px; height: 70px;
  border-top: 2px solid #C8A96E;
  border-right: 2px solid #C8A96E;
  border-top-right-radius: 14px;
  opacity: 0.6;
  pointer-events: none;
}
.drp-angst-trust-name {
  font-family: 'Playfair Display', serif;
  font-size: 19px;
  font-weight: 700;
  margin: 20px 0 4px;
}
.drp-angst-trust-role { font-size: 14px; margin: 0; }

/* 6. ATMOSPHÄRISCHE TIEFE: feine Gold-Trennlinien zwischen Sektionen */
.drp-angst-steps-section, .drp-cta-section { position: relative; }
.drp-angst-steps-section::before, .drp-cta-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,169,110,0.3), transparent);
}

/* Responsive Pro Max */
@media (max-width: 780px) {
  .drp-stat { flex: 1 1 calc(50% - 10px); }
  .drp-angst-quote-text { font-size: 21px; }
  .drp-angst-trust-photo-wrap { flex: 1 1 100%; width: 100%; max-width: 320px; margin: 0 auto; }
  .drp-angst-trust-content { flex: 1 1 100%; }
}

/* ═══ SEITENNAVIGATION (Angstpatienten + alle Custom-Templates) ═══ */
.drp-page-nav {
  position: sticky;
  top: 0;
  z-index: 999;
  background: #111830;
  border-bottom: 1px solid rgba(200,169,110,0.18);
  box-shadow: 0 2px 20px rgba(11,16,36,0.22);
}
.drp-page-nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  height: 64px;
}
.drp-page-nav-logo img { display: block; height: 38px; width: auto; }
.drp-page-nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  flex: 1;
  justify-content: center;
}
.drp-page-nav-links a {
  font-family: var(--drp-sans, 'DM Sans', sans-serif);
  font-size: 14px;
  font-weight: 500;
  color: #D8D2CC;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: color 0.2s ease;
}
.drp-page-nav-links a:hover { color: #C8A96E; }
.drp-page-nav-links a.active { color: #C8A96E; font-weight: 600; }
.drp-page-nav-cta {
  font-family: var(--drp-sans, 'DM Sans', sans-serif);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #111830;
  background: #C8A96E;
  padding: 9px 18px;
  border-radius: 3px;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease;
}
.drp-page-nav-cta:hover { background: #E8D5A8; color: #111830; }
/* Hamburger-Button */
.drp-nav-burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 38px;
  height: 38px;
  background: transparent;
  border: 1.5px solid rgba(200,169,110,0.4);
  border-radius: 6px;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  transition: border-color 0.2s ease;
}
.drp-nav-burger:hover { border-color: #C8A96E; }
.drp-nav-burger span {
  display: block;
  width: 18px;
  height: 2px;
  background: #C8A96E;
  border-radius: 2px;
  transition: transform 0.28s ease, opacity 0.2s ease;
  transform-origin: center;
}
/* X-Animation beim Öffnen */
.drp-nav-burger--open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.drp-nav-burger--open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.drp-nav-burger--open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Dropdown-Menü */
.drp-nav-dropdown {
  display: none;
  flex-direction: column;
  background: #111830;
  border-top: 1px solid rgba(200,169,110,0.15);
  padding: 8px 0 16px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.32s ease;
}
.drp-nav-dropdown--open {
  max-height: 500px;
}
.drp-nav-dropdown a {
  font-family: var(--drp-sans, 'DM Sans', sans-serif);
  font-size: 15px;
  font-weight: 500;
  color: #D8D2CC;
  text-decoration: none;
  padding: 13px 24px;
  display: block;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  transition: color 0.2s ease, background 0.2s ease;
}
.drp-nav-dropdown a:last-child { border-bottom: none; }
.drp-nav-dropdown a:hover { color: #C8A96E; background: rgba(200,169,110,0.06); }
.drp-nav-dropdown a.active { color: #C8A96E; font-weight: 600; }
.drp-nav-dropdown-cta {
  margin: 12px 24px 0;
  padding: 12px 20px !important;
  background: #C8A96E !important;
  color: #111830 !important;
  border-radius: 4px !important;
  text-align: center !important;
  font-weight: 600 !important;
  border-bottom: none !important;
}
.drp-nav-dropdown-cta:hover { background: #E8D5A8 !important; color: #111830 !important; }

@media (max-width: 860px) {
  .drp-page-nav-links { display: none; }
  .drp-page-nav-cta { display: none; }
  .drp-nav-burger { display: flex; }
  .drp-nav-dropdown { display: flex; }
  .drp-page-nav-inner { justify-content: space-between; }
}

/* ═══ BILDELEMENTE (mehr Visuals) ═══ */

/* Vollnarkose-Sektion: Zwei-Spalten Text + Bild */
.drp-angst-media-flex { gap: 56px; align-items: center; }
.drp-angst-media-text { flex: 1 1 52%; min-width: 0; }
.drp-angst-media-img-wrap {
  flex: 1 1 calc(48% - 56px);
  min-width: 0;
  position: relative;
}
.drp-angst-media-img { margin: 0 !important; }
.drp-angst-media-img img {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 28px 64px rgba(11,16,36,0.18);
  display: block;
}
.drp-angst-media-img-wrap::after {
  content: '';
  position: absolute;
  bottom: -12px; left: -12px;
  width: 70px; height: 70px;
  border-bottom: 2px solid #C8A96E;
  border-left: 2px solid #C8A96E;
  border-bottom-left-radius: 14px;
  opacity: 0.55;
  pointer-events: none;
}

/* Bildband (Alternativen-Sektion) */
.drp-angst-band-img { margin: 0 0 44px !important; }
.drp-angst-band-img img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(11,16,36,0.14);
  display: block;
}

/* Symptom-Sektion: Liste + Foto */
.drp-angst-symptome-flex { gap: 56px; align-items: center; }
.drp-angst-symptome-list { flex: 1 1 54%; min-width: 0; }
.drp-angst-symptome-img-wrap {
  flex: 1 1 calc(46% - 56px);
  min-width: 0;
  position: relative;
}
.drp-angst-symptome-img { margin: 0 !important; }
.drp-angst-symptome-img img {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 28px 64px rgba(11,16,36,0.18);
  display: block;
}
.drp-angst-symptome-img-wrap::after {
  content: '';
  position: absolute;
  top: -12px; right: -12px;
  width: 70px; height: 70px;
  border-top: 2px solid #C8A96E;
  border-right: 2px solid #C8A96E;
  border-top-right-radius: 14px;
  opacity: 0.55;
  pointer-events: none;
}

/* Responsive: Bildspalten stapeln */
@media (max-width: 860px) {
  .drp-angst-media-flex, .drp-angst-symptome-flex { gap: 36px; }
  .drp-angst-media-text, .drp-angst-media-img-wrap,
  .drp-angst-symptome-list, .drp-angst-symptome-img-wrap { flex: 1 1 100%; }
  .drp-angst-media-img-wrap, .drp-angst-symptome-img-wrap { order: -1; }
  .drp-angst-band-img img { height: 220px; }
}

/* ═══ STARTSEITE: MOBILES HAMBURGER-DROPDOWN ═══ */
/* Burger-Button (nur mobil sichtbar) */
.drp-m-burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1.5px solid rgba(200,169,110,0.45);
  border-radius: 6px;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  order: 2;
  transition: border-color 0.2s ease;
}
.drp-m-burger:hover { border-color: #C8A96E; }
.drp-m-burger span {
  display: block;
  width: 19px;
  height: 2px;
  background: #C8A96E;
  border-radius: 2px;
  transition: transform 0.28s ease, opacity 0.2s ease;
  transform-origin: center;
}
.drp-m-burger--open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.drp-m-burger--open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.drp-m-burger--open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Dropdown – haengt unter dem sticky Header */
.drp-m-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  flex-direction: column;
  background: #111830;
  border-top: 1px solid rgba(200,169,110,0.18);
  border-bottom: 1px solid rgba(200,169,110,0.18);
  box-shadow: 0 12px 30px rgba(11,16,36,0.35);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.32s ease;
  z-index: 99;
}
.drp-m-dropdown--open { max-height: 460px; }
.drp-m-dropdown a {
  font-family: var(--drp-sans);
  font-size: 15px;
  font-weight: 500;
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  padding: 14px 24px;
  display: block;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  transition: color 0.2s ease, background 0.2s ease;
}
.drp-m-dropdown a:hover { color: #C8A96E; background: rgba(200,169,110,0.06); }
.drp-m-dropdown a.drp-m-gold { color: #C8A96E; font-weight: 600; }
.drp-m-dropdown-cta {
  margin: 12px 24px 4px;
  padding: 13px 20px !important;
  background: #C8A96E !important;
  color: #111830 !important;
  border-radius: 3px !important;
  text-align: center !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  font-size: 12.5px !important;
  border-bottom: none !important;
}
.drp-m-dropdown-cta:hover { background: #E8D5A8 !important; color: #111830 !important; }

/* Mobile: Desktop-Nav ausblenden, Burger zeigen, Termin-Button BLEIBT sichtbar */
@media (max-width: 860px) {
  .drp-nav { display: none !important; }
  .drp-m-burger { display: flex; }
  .drp-m-dropdown { display: flex; }
}