@font-face {
  font-family: 'PigeonPost';
  src: url('/promo-design/2026-q3-WTT/fonts/PigeonPost-Regular.eot') format('embedded-opentype');
  src: url('/promo-design/2026-q3-WTT/fonts/PigeonPost-Regular.woff') format('woff'),
  url('/promo-design/2026-q3-WTT/fonts/PigeonPost-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

h1, h2 {
  font-family: 'PigeonPost', sans-serif;
  font-weight: 400 !important;
  letter-spacing: 0.05rem;
}

h2 {
    font-size: clamp(1.5rem, 4vw, 2.25rem);
}

/* === Fonts End ==================================================================== */

:root {
  /* Seitenhintergrund (helles Gelb der WTW) */
  --wtw-hintergrund: #fbba00;
  /* Akzentfarbe / Kopfblöcke (Magenta der WTW) */
  --wtw-akzent: #a72585;
  /* Textfarbe auf dem Akzent (heller Kopf -> weißer Text) */
  --wtw-akzent-text: #fff;
  /* Einheitlicher Eckenradius wie in der Referenz */
  --wtw-radius: 1rem;
  /* Eckenradius des Sprachmenüs */
  --wtw-language-radius: 1.25rem;
  /* Markenfarben für die Produktauswahl (Rahmen der Auswahlboxen) */
  --pedigree-gelb: #ffcc00;   /* Pedigree-Gelb */
  --whiskas-lila: #6a1b9a;    /* WHISKAS-Lila */
}

/* -------------------------------------------------------------------------
   Layout-Grundgerüst
   Flex-Layout über die volle Bildschirmhöhe, damit der Footer immer am
   unteren Rand klebt ("Sticky Footer"-Muster).
   ------------------------------------------------------------------------- */
html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  /* Seitenhintergrund in der Aktionsfarbe (WTW-Gelb). */
  background-color: var(--wtw-hintergrund);
}

/* Der Hauptinhalt füllt den verfügbaren Platz und drückt den Footer nach
   unten. */
main {
  flex: 1 0 auto;
}

footer {
  flex-shrink: 0;
}

/* Container etwas breiter als der Bootstrap-Standard, wie in der Referenz. */
.container {
  max-width: 70rem;
}

/* -------------------------------------------------------------------------
   Navbar
   Weißer Hintergrund, keine Umrandung/Schatten. Logo/Schriftzug zentriert.
   ------------------------------------------------------------------------- */
.navbar {
  background-color: #fff !important; /* überschreibt Bootstrap-Utility */
  border: none !important;
  margin: 0;
}

/* Marken-Schriftzug bzw. Logo in der Navbar. */
.navbar-brand {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--wtw-akzent);
}

/* Falls ein SVG-/Bild-Logo verwendet wird: feste Höhe, Breite skaliert mit. */
.navbar-brand .brand-logo {
  height: 40px;
  width: auto;
}

/* Navigationslinks dezent dunkel, Hover in Akzentfarbe. */
.navbar .nav-link {
  color: #1a1a1a;
  font-weight: 600;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: var(--wtw-akzent);
}

/* -------------------------------------------------------------------------
   Länder- und Sprachauswahl
   Der aktuell gewählte Markt steht direkt in der Navigation. Das Menü sitzt
   mit etwas Abstand darunter und greift die weichen Ecken der Seite auf.
   ------------------------------------------------------------------------- */
.country-picker {
  margin-left: 0.5rem;
}

.navbar .country-picker__toggle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.75rem;
  border: 0;
  border-radius: 999px;
  background: #f4f4f4;
  line-height: 1.25;
}

.navbar .country-picker__toggle:hover,
.navbar .country-picker__toggle:focus,
.navbar .country-picker__toggle[aria-expanded="true"] {
  color: var(--wtw-akzent);
  background: #f9eef6;
}

.country-picker__toggle::after {
  margin-left: 0.15rem;
}

.country-picker__menu {
  width: 15.5rem;
  margin-top: 0.75rem !important;
  padding: 0.65rem;
  border: 0;
  border-radius: var(--wtw-language-radius);
  box-shadow: 0 0.5rem 1.5rem rgba(30, 17, 27, 0.16);
}

.country-picker__menu > li + li {
  margin-top: 3px;
}

.country-picker__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.7rem 0.8rem;
  border-radius: calc(var(--wtw-language-radius) - 0.45rem);
  color: #1a1a1a;
  font-weight: 600;
}

.country-picker__item:hover,
.country-picker__item:focus {
  color: var(--wtw-akzent);
  background: #f9eef6;
}

.country-picker__item.active,
.country-picker__item:active {
  color: var(--wtw-akzent);
  background: #f3e2ef;
}

/* Runde, rein in CSS gezeichnete Länder-Icons. */
.country-flag {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 1.35rem;
  height: 1.35rem;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.country-flag--de {
  background: linear-gradient(
    to bottom,
    #181818 0 33.333%,
    #dd1f2d 33.333% 66.666%,
    #ffce00 66.666% 100%
  );
}

.country-flag--at {
  background: linear-gradient(
    to bottom,
    #ed2939 0 33.333%,
    #fff 33.333% 66.666%,
    #ed2939 66.666% 100%
  );
}

.country-flag--ch {
  background: #da291c;
}

.country-flag--ch::before,
.country-flag--ch::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
}

.country-flag--ch::before {
  width: 0.78rem;
  height: 0.26rem;
}

.country-flag--ch::after {
  width: 0.26rem;
  height: 0.78rem;
}

@media (max-width: 767px) {
  .country-picker {
    margin: 0.35rem 0 0;
  }

  .navbar .country-picker__toggle {
    width: fit-content;
  }

  .country-picker__menu {
    width: 100%;
    margin-top: 0.5rem !important;
    box-shadow: 0 0.25rem 1rem rgba(30, 17, 27, 0.12);
  }
}

/* -------------------------------------------------------------------------
   Keyvisual / Headerbild
   Sitzt direkt unter der Navbar in einem eigenen Container. Volle
   Containerbreite, behält das Seitenverhältnis (height: auto) und bekommt
   abgerundete Ecken wie die übrigen Blöcke.
   ------------------------------------------------------------------------- */
#keyvisual {
  border-radius: var(--wtw-radius);
}

#keyvisual img,
.header-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--wtw-radius);
}

/* -------------------------------------------------------------------------
   Formular-Sektionen
   Kernstück des Rama-Designs: relativer Container mit Pfeil nach unten.
   ------------------------------------------------------------------------- */
section.form-section {
  position: relative;
  margin: 0 0 1.5rem 0;
}

/* Kleiner Pfeil unterhalb jeder Sektion (weißer "Body" läuft spitz zu). */
section.form-section::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -1rem;
  width: 0;
  height: 0;
  border-top: solid 1rem #fff;
  border-left: solid 1rem transparent;
  border-right: solid 1rem transparent;
}

/* Die letzte Sektion (Akzeptanz + Absenden) hat keinen Pfeil und ist rundum
   abgerundet. */
section.form-section.last::after {
  content: "";
  border: none;
}

/* Letzte Sektion OHNE Kopf (Absenden-Block): rundum abgerundet. */
section.form-section.last:not(:has(> h2)) .inner {
  border-radius: var(--wtw-radius);
}

/* Letzte Sektion MIT Kopf (z. B. FAQ): oben kantig (Kopf sitzt darüber),
   nur unten abgerundet – wie die übrigen Sektionen. */
section.form-section.last:has(> h2) .inner {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Kopfblock: farbige Überschrift in Akzentfarbe. */
section.form-section h2 {
  margin: 0;
  padding: 1rem 2rem 0 2rem;
  line-height: 1;
  font-weight: 700;
  font-size: 2rem;
  text-transform: uppercase;
  color: var(--wtw-akzent-text);
  background: var(--wtw-akzent);
  border-top-right-radius: var(--wtw-radius);
  border-top-left-radius: var(--wtw-radius);
}

/* Dankeseite: Hauptüberschrift im Stil der bestehenden Sektionsköpfe. */
section.thank-you-section h1 {
  margin: 0;
  padding: 1rem 2rem;
  line-height: 1.1;
  font-weight: 700;
  font-size: 2rem;
  text-transform: uppercase;
  color: var(--wtw-akzent-text);
  background: var(--wtw-akzent);
  border-top-right-radius: var(--wtw-radius);
  border-top-left-radius: var(--wtw-radius);
}

section.thank-you-section .inner p:last-child {
  margin-bottom: 0;
}

/* Form Section Banner */

section.form-section.banner h2 {
  background-color: transparent;
  color: var(--wtw-akzent);
  text-align: left;
  padding: 0;
  margin-bottom: 1rem;
}

section.form-section.banner img {
  border-radius: var(--wtw-radius);
}

.partner-logo {
  width: 125px;
  height: auto;
  @media(max-width: 767px) {
    position: absolute;
    right: 15px;
    top: 15px;
  }
  @media(max-width: 575px) {
    width: 75px;
  }
}

.partner-logo--wide {
  width: min(100%, 260px);
}

@media (max-width: 767px) {
  .partner-logo--wide {
    position: static;
    width: 200px;
  }
}

@media (max-width: 575px) {
  .partner-logo--wide {
    width: 140px;
  }
}

/* Leitsatz direkt unter der Überschrift, ebenfalls auf der Akzentfläche. */
.form-label.leader {
  display: block;
  margin: 0;
  padding: 0 2rem 1rem 2rem;
  color: var(--wtw-akzent-text);
  background: var(--wtw-akzent);
}

/* Weißer Inhaltsbereich der Sektion. */
section.form-section .inner {
  background: #fff;
  padding: 2rem 2rem 2.5rem 2rem;
  border-bottom-left-radius: var(--wtw-radius);
  border-bottom-right-radius: var(--wtw-radius);
}

/* Sektion ohne eigenen Kopf (z. B. Feedback-Block, dessen Inhalt direkt
   beginnt): oben KEINE Rundung (kantig), nur unten rund. */
.inner.headless {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* -------------------------------------------------------------------------
   Formularelemente
   Eingabe-Icons (input-group) in dezentem Grau, Datei-Button in Akzentfarbe.
   ------------------------------------------------------------------------- */
.form-label,
.form-check-label,
.form-check-label a,
.form-text,
.form-select,
.form-control {
  color: #000;
}

.form-text {
  line-height: 1.4;
}

/* SVG-Icons in den Eingabegruppen schwarz einfärben. */
.input-group-text svg {
  fill: #000;
}

/* Datei-Auswahl-Button in Akzentfarbe (Magenta). */
input[type="file"]::file-selector-button {
  background-color: var(--wtw-akzent);
  color: #fff;
  border: none;
  padding: 0.5rem 1rem;
  cursor: pointer;
}

/* Browserunabhängige französische Beschriftung des Datei-Uploads. */
.file-upload-fr {
  display: flex;
  align-items: stretch;
  min-width: 0;
  overflow: hidden;
  color: #000;
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
}

.file-upload-fr input{
  opacity: 0; 
  position:absolute; 
  z-index:100;
}

.file-upload-fr:focus-within {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.file-upload-fr__button {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  margin: 0;
  padding: 0.5rem 1rem;
  color: #fff;
  background: var(--wtw-akzent);
  cursor: pointer;
}

.file-upload-fr__name {
  min-width: 0;
  overflow: hidden;
  padding: 0.5rem 0.75rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Produktauswahl-Kacheln (optional, falls als Bildauswahl genutzt). */
#produktauswahl {
  margin: 0 0 1rem 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  justify-content: flex-start;
}

#produktauswahl li {
  padding: 0.5rem;
  cursor: pointer;
  transition: border 0.2s ease;
  border-radius: 0.5rem;
  box-sizing: border-box;
  flex: 0 1 calc(25% - 0.25rem);
  text-align: center;
  border: 2px solid #fff;
}

#produktauswahl li img {
  margin: 0 auto;
  width: auto;
  height: auto;
  display: block;
  max-height: 20rem;
}

#produktauswahl li.selected {
  background: rgb(250, 240, 246);
  border: 2px solid var(--wtw-akzent);
}

@media (max-width: 767px) {
  #produktauswahl li {
    flex: 0 1 calc(50% - 0.25rem);
  }
}

/* -------------------------------------------------------------------------
   Produktauswahl als gestaltete Boxen (Mehrfachauswahl)
   Zwei Spalten (Pedigree / WHISKAS). Die eigentliche Checkbox wird optisch
   ausgeblendet; das zugehörige <label> ist die anklickbare Box. Über den
   Selektor ".produkt-check:checked + .produkt-box" wird der angehakte
   Zustand markiert (Häkchen-Symbol + gefüllter Hintergrund).
   ------------------------------------------------------------------------- */
.produkt-boxen {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

/* Checkbox visuell entfernen, aber für Tastatur/Screenreader erreichbar
   lassen (kein display:none). */
.produkt-check {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Grundgestalt jeder Auswahlbox. */
.produkt-box {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 3rem;
  margin: 0;
  padding: 0.75rem 1rem 0.75rem 3rem;
  font-weight: 600;
  color: #000;
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: border-color 0.15s ease, background-color 0.15s ease,
              box-shadow 0.15s ease;
}

/* Leeres Kästchen links in der Box (optischer Ersatz der Checkbox). */
.produkt-box::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid currentColor;
  border-radius: 0.25rem;
  background: #fff;
}

/* Häkchen, das nur im ausgewählten Zustand erscheint.
   Farbe wird pro Marke gesetzt (dunkel auf Gelb, weiß auf Lila). */
.produkt-box::after {
  content: "";
  position: absolute;
  left: 1.4rem;
  top: 50%;
  width: 0.45rem;
  height: 0.85rem;
  border-style: solid;
  border-width: 0 3px 3px 0;
  transform: translateY(-65%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.15s ease;
}

/* Pedigree: dunkles Häkchen auf gelbem Kästchen. */
.produkt-box--pedigree::after {
  border-color: #1a1a1a;
}

/* WHISKAS: weißes Häkchen auf lila Kästchen. */
.produkt-box--whiskas::after {
  border-color: #fff;
}

/* Markenspezifische Rahmenfarben. */
.produkt-box--pedigree {
  border-color: var(--pedigree-gelb);
}

.produkt-box--whiskas {
  border-color: var(--whiskas-lila);
}

.produkt-box--brand {
  border-color: var(--wtw-akzent);
}

/* Hover-Feedback: Rahmen in Markenfarbe verstärken (kein schwarzer Rand). */
.produkt-box--pedigree:hover {
  box-shadow: 0 0 0 1px var(--pedigree-gelb) inset;
}

.produkt-box--whiskas:hover {
  box-shadow: 0 0 0 1px var(--whiskas-lila) inset;
}

.produkt-box--brand:hover {
  box-shadow: 0 0 0 1px var(--wtw-akzent) inset;
}

.produkt-check:focus-visible + .produkt-box {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
}

/* Ausgewählter Zustand: Kästchen in Markenfarbe füllen und Häkchen zeigen. */
.produkt-check:checked + .produkt-box--pedigree::before {
  background: var(--pedigree-gelb);
  border-color: var(--pedigree-gelb);
}

.produkt-check:checked + .produkt-box--whiskas::before {
  background: var(--whiskas-lila);
  border-color: var(--whiskas-lila);
}

.produkt-box--brand::after {
  border-color: #fff;
}

.produkt-check:checked + .produkt-box--brand::before {
  background: var(--wtw-akzent);
  border-color: var(--wtw-akzent);
}

.produkt-check:checked + .produkt-box::after {
  opacity: 1;
}

/* Ausgewählte Box zusätzlich leicht in Markenfarbe hinterlegen. */
.produkt-check:checked + .produkt-box--pedigree {
  background: #fffbeb;
}

.produkt-check:checked + .produkt-box--whiskas {
  background: #f5eefa;
}

.produkt-check:checked + .produkt-box--brand {
  background: #f9eef6;
}

/* -------------------------------------------------------------------------
   Radio-Variante der Boxen (Einfachauswahl, z. B. Ja/Nein/Weiß ich nicht)
   Optik wie die Produktboxen, aber rundes Kästchen und – im ausgewählten
   Zustand – ein gefüllter Punkt statt eines Häkchens.
   ------------------------------------------------------------------------- */
.produkt-box--radio::before {
  border-radius: 50%; /* rundes Kästchen statt eckig */
}

/* Radio: kein Häkchen. Stattdessen einen zentrierten Punkt zeichnen. */
.produkt-box--radio::after {
  content: "";
  left: 1.35rem;
  width: 0.55rem;
  height: 0.55rem;
  border: none;
  border-radius: 50%;
  background: #fff;
  transform: translateY(-50%);
}

/* Ausgewählt: lila Kästchen füllen, weißer Punkt bleibt sichtbar. */
.produkt-check:checked + .produkt-box--radio::before {
  background: var(--whiskas-lila);
  border-color: var(--whiskas-lila);
}

/* -------------------------------------------------------------------------
   Accordion (Teilnahmebedingungen & FAQ)
   Schlicht: die einzelnen Punkte sind KEIN farbiger Kasten, sondern wirken
   wie schwarze Textlinks auf weißem Grund. Nur eine dünne Trennlinie setzt
   die Einträge voneinander ab.
   ------------------------------------------------------------------------- */
.wtw-accordion {
  --bs-accordion-border-color: transparent;
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0;
}

.wtw-accordion .accordion-item {
  background: transparent;
  border-bottom: 1px solid #eee; /* dezente Trennlinie zwischen den Punkten */
}

.wtw-accordion .accordion-item:last-child {
  border-bottom: none;
}

/* Kopf des Punkts: schwarzer Link-Stil auf Weiß, kein Kasten. */
.wtw-accordion .accordion-button {
  background: transparent;
  color: #000;
  font-weight: 600;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none;
}

/* Auch aufgeklappt schlicht schwarz auf weiß bleiben. */
.wtw-accordion .accordion-button:not(.collapsed) {
  background: transparent;
  color: #000;
  box-shadow: none;
}

/* Hover wie ein Link in Akzentfarbe. */
.wtw-accordion .accordion-button:hover {
  color: var(--wtw-akzent);
}

/* Pfeil-Icon schwarz lassen (Bootstrap-Standard ist bereits dunkel). */

/* Body des Punkts: weiß, schwarzer Text, ohne zusätzlichen Einzug. */
.wtw-accordion .accordion-body {
  background: transparent;
  color: #000;
  padding-left: 0;
  padding-right: 0;
}

/* -------------------------------------------------------------------------
   Buttons
   Primär-Button (Absenden) in Akzentfarbe.
   ------------------------------------------------------------------------- */
.btn-primary {
  --bs-btn-bg: var(--wtw-akzent);
  --bs-btn-border-color: var(--wtw-akzent);
  --bs-btn-hover-bg: #8d1f70;
  --bs-btn-hover-border-color: #8d1f70;
  --bs-btn-active-bg: #7a1b61;
  --bs-btn-active-border-color: #7a1b61;
  --bs-btn-disabled-bg: var(--wtw-akzent);
  --bs-btn-disabled-border-color: var(--wtw-akzent);
}

/* -------------------------------------------------------------------------
   Rechtlicher Hinweistext über dem Footer
   Klein und zurückhaltend gesetzt.
   ------------------------------------------------------------------------- */
.legal-note {
  font-size: 0.75rem;
  line-height: 1.4;
  color: #333;
  max-width: 50rem;
  margin: 1.5rem auto 0.5rem;
  padding: 0 1rem;
  text-align: center;
}

/* -------------------------------------------------------------------------
   Footer
   Weißer Hintergrund mit dezentem Text und Akzent-Links.
   ------------------------------------------------------------------------- */
footer.navbar.unten {
  margin-bottom: 0;
}

footer .nav-link,
footer p {
  color: #1a1a1a;
}

footer .nav-link:hover {
  color: var(--wtw-akzent);
}

/* -------------------------------------------------------------------------
   Validierungs-Hinweise
   ------------------------------------------------------------------------- */
label.is-invalid {
  color: #dc3545;
}

/* =========================================================================
   Projektpartner-Seite (Projektpartner.html)
   -------------------------------------------------------------------------
   Bewusst luftiger als die Formular-Startseite: weißer, zusammenhängender
   Inhaltsblock mit viel Weißraum statt einzelner magentafarbener Kacheln
   (Kundenwunsch). Überschriften in der Akzentfarbe (Magenta), Text schwarz.
   ========================================================================= */

/* Gemeinsamer weißer "Bogen", der alle Koop-Sektionen umschließt.
   WICHTIG: .koop ist zugleich ein .container – dessen horizontales Padding
   (Bootstrap-Gutter) NICHT überschreiben, sonst wird der Block breiter als
   das Header-Keyvisual. Das großzügige Innen-Padding daher nur vertikal; der
   weiße Hintergrund liegt auf einem inneren Wrapper (.koop-inner), damit die
   weiße Kante exakt mit dem Bild darüber fluchtet. */
.koop {
  margin: 1rem auto 2rem;
}

.koop-inner {
  background: #fff;
  border-radius: var(--wtw-radius);
  padding: 2.5rem;
}

/* Überschriften der Koop-Sektionen: Magenta, wie die restliche Seite. */
.koop h1,
.koop h2 {
  color: var(--wtw-akzent);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
}

.koop p {
  color: #000;
  line-height: 1.6;
}

/* -------------------------------------------------------------------------
   Intro-Banner (Hero): großes Bild mit textlichem Overlay unten.
   ------------------------------------------------------------------------- */
.koop-hero {
  position: relative;
  border-radius: var(--wtw-radius);
  overflow: hidden;
  margin-bottom: 4rem;
}

.koop-hero__bild {
  display: block;
  width: 100%;
  height: auto; /* volles Querformat des Bildes, kein Zuschnitt */
}

/* Text-Overlay auf halbtransparenter Akzentfläche am unteren Bildrand. */
.koop-hero__text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.25rem clamp(1rem, 4vw, 2rem);
  background: rgba(167, 37, 133, 0.92); /* --wtw-akzent, leicht transparent */
  color: #fff;
}

.koop-hero__text h1 {
  color: #fff;
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  margin: 0 0 0.25rem 0;
}

.koop-hero__text p {
  color: #fff;
  margin: 0;
  max-width: 45rem;
}

/* -------------------------------------------------------------------------
   Zweispaltige Text-/Bild-Blöcke, alternierend.
   Standard: Text links, Medium rechts. "--gedreht" tauscht die Reihenfolge.
   ------------------------------------------------------------------------- */
.koop-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
  margin-bottom: 4rem;
}

/* Bild-Spalte bei gedrehten Blöcken optisch nach links holen. */
.koop-block--gedreht .koop-block__media {
  order: -1;
}

.koop-block__text h2 {
  font-size: clamp(1.35rem, 3vw, 2rem);
  margin: 0 0 1rem 0;
}

.koop-block__text p {
  margin: 0 0 1rem 0;
}

.koop-block__text .btn {
  margin-top: 0.5rem;
}

/* Content-Bilder in den Blöcken: im natürlichen Querformat, nicht
   zuschneiden. Höhe ergibt sich aus der Bildbreite (height: auto). */
.koop-bild {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--wtw-radius);
}

/* Näpfe-Sektion: zwei Bilder nebeneinander (Katze + Hund),
   beide im Originalquerformat. */
.koop-block__media--doppel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  align-items: start;
}

/* Partnerlogos: freigestellt auf Weiß, zentriert und mit Luft. */
.koop-block__media--logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.koop-block__media--logo .koop-logo {
  display: block;
  width: 100%;
  max-width: 18rem;
  height: auto;
  object-fit: contain;
}

.koop-block__media--logo .koop-logo--wide {
  max-width: 28rem;
}

/* -------------------------------------------------------------------------
   Final-CTA: zurück zur Promo.
   ------------------------------------------------------------------------- */
.koop-cta {
  text-align: center;
  padding: 2.5rem 1rem 1rem;
  border-top: 1px solid #eee;
}

.koop-cta h2 {
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  margin: 0 0 0.75rem 0;
}

.koop-cta p {
  max-width: 40rem;
  margin: 0 auto 1.5rem;
}

/* -------------------------------------------------------------------------
   Mobil: Blöcke einspaltig stapeln, Bild jeweils zuerst.
   ------------------------------------------------------------------------- */
@media (max-width: 767px) {
  .koop-inner {
    padding: 1.75rem 1.25rem;
  }

  .koop-block {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin-bottom: 2.5rem;
  }

  /* Auf Mobil immer Bild oben, Text darunter – einheitliche Lesereihenfolge. */
  .koop-block__media {
    order: -1;
  }
}
