/* ============================================================
   Pädiatrie Landingpage – Page-Specific Styles
   ============================================================
   Only backgrounds, image crops, and page-specific overrides.
   All component styles live in /assets/css/components.css.
   ============================================================ */

/* --- Page Background --- */
body {
  background-color: #F5FAFA;
}

/* --- Section Backgrounds (Welleneffekt hell ↔ kräftig) --- */
.hero-v2                { background: #F5FAFA; }
.benefits               { background: linear-gradient(180deg, #F5FAFA 0%, #D4EAEA 100%); }
.feature                { background: #D4EAEA; }
.cta-banner-wrap        { background: linear-gradient(180deg, #D4EAEA 0%, #F5FAFA 100%); }
.video                  { background: #F5FAFA; }
.testimonial            { background: linear-gradient(180deg, #F5FAFA 0%, #D4EAEA 100%); }
.process                { background: #D4EAEA; }
.faq                    { background: linear-gradient(180deg, #D4EAEA 0%, #F5FAFA 100%); }
.form-section           { background: #F5FAFA; }

/* --- Feature Image: Bildausschnitt anpassen (Mann soll sichtbar sein) --- */
.feature__image img {
  object-position: 30% 15%;
}
