/* =====================================================================
   Seite: Entkernung Berlin – nur seitenspezifische Regeln.
   Alles Gemeinsame (Hero, Slider, .svc-card, .dark-sec, .cert-card,
   .split-card, .steps, .komp-*, .form-*) kommt aus style.css.
   ===================================================================== */

/* ---------- Sektionsabstände (Handoff: 20/90, 64, 84/90) ---------- */
.entk-svc-sec { background: var(--white); padding: 20px 0 clamp(56px, 8vw, 90px); }
.entk-cert-sec { background: var(--white); padding: clamp(40px, 6vw, 64px) 0; }
.entk-fs-sec { background: var(--white); padding: clamp(56px, 8vw, 84px) 0 clamp(56px, 8vw, 90px); }

