/* LoadTronic – Kooperationsseite (/kooperationen und /collaborations).
   Aufbau wie das Media Kit (Reichweite, Zielgruppe, Videos, Formate, Kontakt), Look wie die Website:
   weiße Karten, Marken-Verlauf #20B5E1 → #3F68AE (wie der Kopfbereich der Startseite), orange Akzente #E06853 → #F2BA44,
   handgezeichnete Pfeile wie in der Broschüre. */
:root{
  --card-bg:#ffffff;
  --card-border: rgba(11,18,32,.08);
  --card-shadow: 0 8px 32px rgba(10,15,25,.06);
  --card-shadow-hover: 0 20px 54px rgba(10,15,25,.14);
  --card-radius: 22px;
  --orange1: #E06853;
  --orange2: #F2BA44;
}

/* Abstand nach unten am inneren Container – der Footer steht (wie auf allen Unterseiten) im <main> */
.koop-inner{ padding-bottom: clamp(40px, 6vw, 72px); }
.koop section{ padding: clamp(28px, 4vw, 44px) 0 0; }
.koop section.koop-top{ padding-top: 20px; }
.koop h2{
  margin: 0 0 8px;
  font-size: clamp(26px, 2.8vw, 36px);
  font-weight: 960;
  letter-spacing: -.02em;
  line-height: 1.1;
}
.koop-kicker{
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
  max-width: 70ch;
}
.koop-card{
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: var(--card-radius);
  box-shadow: var(--card-shadow);
}

/* ---------- Kopfbereich: zentriert im Marken-Verlauf der Startseite, rundes Foto, zwei Knöpfe ---------- */
.koop-hero{
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: clamp(54px, 5vw, 64px) clamp(22px, 4vw, 48px) clamp(40px, 4.5vw, 56px);   /* oben Platz für DE/EN */
  border-radius: 28px;
  color: #fff;
  background:
    radial-gradient(120% 95% at 0% 100%, rgba(18,42,96,.3), transparent 62%),   /* unten etwas dunkler – Text besser lesbar */
    linear-gradient(135deg, var(--hero1) 0%, var(--hero2) 100%);
  background-repeat: no-repeat;   /* ohne Rahmen – sonst zeigt der Browser am linken Rand eine Linie (wiederholter Verlauf) */
  box-shadow: 0 20px 60px rgba(32,120,170,.26);
}
.koop-lang{
  position: absolute;
  top: 18px; right: 18px;
  display: inline-flex;
  padding: 3px;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.32);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  z-index: 2;
}
.koop-lang a{
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  color: rgba(255,255,255,.88);
}
.koop-lang a[aria-current="page"]{
  background: #fff;
  color: var(--ink);
  box-shadow: 0 4px 14px rgba(10,25,70,.16);
}
/* rundes Foto mit Sprechblase „Let's Collab!“ – wie im Kontakt-Bereich der Startseite */
.koop-avatar-wrap{ position: relative; margin: 0 0 18px; }
.koop-avatar{
  display: block;
  width: 96px; height: 96px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 5px rgba(255,255,255,.35), 0 16px 36px rgba(10,25,70,.25);
}
.koop-bubble{
  position: absolute;
  top: -10px;
  left: calc(100% - 30px);
  padding: 8px 14px;
  border-radius: 16px 16px 16px 4px;
  background: linear-gradient(135deg, var(--orange2), var(--orange1));
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  line-height: 1.2;
  white-space: nowrap;
  box-shadow: 0 10px 30px rgba(224,104,83,.32);
  animation: koopBubble 2s ease-in-out infinite;
}
@keyframes koopBubble{
  0%, 100%{ transform: translateY(0); }
  50%{ transform: translateY(-4px); }
}
.koop-hero h1{ margin: 0 0 14px; color: #fff; line-height: 1; }
.koop-h1-small{
  display: block;
  margin: 0 0 4px;
  font-size: clamp(20px, 2.3vw, 30px);
  font-weight: 900;
  letter-spacing: -.015em;
  line-height: 1.15;
  color: rgba(255,255,255,.92);
}
/* „LoadTronic“ groß wie der Schriftzug auf der Startseite */
.koop-h1-word{
  display: block;
  font-size: clamp(50px, 7.4vw, 100px);
  font-weight: 980;
  letter-spacing: -.045em;
  line-height: .95;
  text-shadow: 0 12px 40px rgba(10,25,70,.22);
}
.koop-lead{
  margin: 0 auto 26px;
  max-width: 54ch;
  font-size: clamp(15px, 1.35vw, 17px);
  line-height: 1.65;
  font-weight: 600;
  color: rgba(255,255,255,.93);
  text-shadow: 0 1px 2px rgba(10,30,70,.18);
}
.koop-btns{ display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.koop-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--hero1), var(--hero2));
  color: #fff;
  font-weight: 950;
  font-size: 15px;
  box-shadow: 0 16px 44px rgba(32,181,225,.28);
  transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease;
  cursor: pointer;
}
.koop-btn:hover{ transform: translateY(-2px); box-shadow: 0 20px 56px rgba(32,181,225,.36); }
.koop-btn svg{ width: 16px; height: 16px; flex: none; }
/* auf Blau: weißer Knopf mit blauer Schrift, der zweite nur mit weißem Rand */
.koop-hero .koop-btn{
  background: #fff;
  color: #1d4f9a;
  box-shadow: 0 16px 40px rgba(10,25,70,.22);
}
.koop-hero .koop-btn:hover{ box-shadow: 0 20px 50px rgba(10,25,70,.3); }
.koop-hero .koop-btn--ghost{
  background: rgba(255,255,255,.12);
  color: #fff;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.6);
}
.koop-hero .koop-btn--ghost:hover{ background: rgba(255,255,255,.2); box-shadow: inset 0 0 0 2px #fff; }

/* ---------- Reichweite & Zielgruppe ---------- */
.koop-two{ display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.koop-facts{ padding: 22px 24px; }
.koop-facts h3{ margin: 0 0 14px; font-size: 19px; font-weight: 950; letter-spacing: -.01em; }
.koop-facts h3 small{ font-size: 13px; font-weight: 700; color: var(--muted); }
.koop-facts ul{ list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.koop-facts li{ display: grid; grid-template-columns: 30px 1fr; gap: 10px; align-items: start; font-size: 15px; line-height: 1.45; color: rgba(11,18,32,.82); }
.koop-facts li > span:first-child{ font-size: 20px; line-height: 1.2; }
.koop-facts li strong{ color: var(--ink); }
/* wie im Media Kit: je Symbol zwei Zeilen */
.koop-facts li > span:last-child > span{ display: block; }
.koop-facts ul{ gap: 14px; }

/* ---------- Zielgruppe als Grafiken (zweite Reihe unter den beiden Boxen) ---------- */
.koop-charts{ margin-top: 16px; }
.koop-chart{ margin: 0; padding: 22px 24px 18px; display: flex; flex-direction: column; }
.koop-chart h3{ margin: 0 0 12px; font-size: 19px; font-weight: 950; letter-spacing: -.01em; }
/* große Zahl mit kurzem Satz daneben */
.koop-chart-big{ display: flex; align-items: center; gap: 12px; margin: 0 0 18px; }
.koop-chart-big b{
  flex: none;
  font-size: clamp(30px, 3vw, 38px);
  font-weight: 980;
  letter-spacing: -.03em;
  line-height: 1;
  background: linear-gradient(135deg, var(--hero1), var(--hero2));
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
}
.koop-chart-big span{ font-size: 14px; font-weight: 700; line-height: 1.4; color: var(--muted); }
/* Länder: Balken wie in YouTube Studio */
.koop-geo{ list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.koop-geo li{ display: grid; grid-template-columns: 1fr auto; row-gap: 6px; font-size: 14.5px; }
.koop-geo li > span:first-child{ font-weight: 700; }
.koop-geo li > b{ font-weight: 900; font-variant-numeric: tabular-nums; }
.koop-geo .bar{ grid-column: 1 / -1; height: 10px; border-radius: 999px; background: #eef2f6; overflow: hidden; }
.koop-geo .bar > span{ display: block; width: calc(var(--v) * 1%); height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--hero1), var(--hero2)); }
.koop-geo li.is-rest{ color: var(--muted); }
.koop-geo li.is-rest .bar > span{ background: #c9d3de; }
/* Alter: Säulen je Altersgruppe, oben der weibliche Anteil in Orange */
.koop-ages{ list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 8px; align-items: end; }
.koop-ages li{ display: flex; flex-direction: column; align-items: center; min-width: 0; }
.koop-ages li > b{ margin-bottom: 6px; font-size: 12.5px; font-weight: 900; white-space: nowrap; }
.koop-ages .col{
  display: flex; flex-direction: column;
  width: 100%; max-width: 46px;
  height: calc(var(--h) * 1.35px); min-height: 5px;
  border-radius: 8px 8px 4px 4px;
  overflow: hidden;
  background: linear-gradient(180deg, var(--hero1), var(--hero2));
}
.koop-ages .col > span{ height: calc(var(--f) * 1%); background: linear-gradient(135deg, var(--orange1), var(--orange2)); }
.koop-ages .age{ margin-top: 8px; font-size: 12px; font-weight: 800; color: var(--muted); white-space: nowrap; }
.koop-legend{ display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 16px 0 0; font-size: 13px; font-weight: 800; }
.koop-legend span{ display: inline-flex; align-items: center; gap: 7px; }
.koop-legend span::before{ content: ""; width: 10px; height: 10px; border-radius: 3px; background: linear-gradient(135deg, var(--hero1), var(--hero2)); }
.koop-legend .f::before{ background: linear-gradient(135deg, var(--orange1), var(--orange2)); }
/* nur für Screenreader */
.koop-sr{ position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

/* ---------- Videos ---------- */
.koop-videos{ display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.koop-video{
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}
.koop-video:hover{ transform: translateY(-4px); box-shadow: var(--card-shadow-hover); }
.koop-video .thumb{ position: relative; aspect-ratio: 16 / 9; background: #e9edf3; }
.koop-video .thumb img{ width: 100%; height: 100%; object-fit: cover; display: block; }
.koop-views{
  position: absolute;
  left: 10px; bottom: 10px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(11,18,32,.78);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
}
.koop-video .meta{ padding: 14px 16px 16px; }
.koop-video .meta b{ display: block; font-size: 15px; line-height: 1.35; font-weight: 900; }

/* ---------- Formate: hellblaue Fläche und Pfeil wie in der Broschüre ---------- */
.koop-panel{
  padding: clamp(24px, 3.4vw, 40px) clamp(16px, 3vw, 36px) clamp(20px, 3vw, 30px);
  border-radius: 30px;
  background: linear-gradient(110deg, #f3f9fc 0%, #d3eaf4 45%, #9dd0e6 100%);
  background-repeat: no-repeat;
}
.koop-fmt-head{ position: relative; display: inline-block; margin-bottom: 30px; }
.koop-fmt-head h2{ margin: 0; }
/* Pfeil vom Ende der Überschrift hinunter zu den Karten */
.koop-arrow--fmt{
  position: absolute;
  z-index: 1;
  left: calc(100% + 8px);
  top: 0;
  width: 100px; height: 88px;
  color: var(--ink);
  pointer-events: none;
}
.koop-formats{ display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.koop-format{ padding: 22px 20px; display: flex; flex-direction: column; }
.koop-format-top{ text-align: center; }
/* kleines Schild oben auf der Karte: wie viel Platz das Produkt bekommt */
.koop-format-tag{
  display: inline-block;
  margin: 0 0 12px;
  padding: 5px 11px;
  border-radius: 999px;
  background: #eef6fb;
  color: #2b5d99;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.3;
}
.koop-format .ico{ display: block; font-size: 32px; line-height: 1; margin-bottom: 10px; }
.koop-format h3{ margin: 0 0 4px; font-size: 19px; font-weight: 960; letter-spacing: .02em; text-transform: uppercase; }
.koop-format .claim{ margin: 0 0 8px; font-size: 14px; font-weight: 800; line-height: 1.4; }
.koop-format .fit{ margin: 0 0 14px; font-size: 13px; font-style: italic; color: var(--muted); line-height: 1.4; }
.koop-format ul{ margin: 0; padding-left: 18px; font-size: 14px; line-height: 1.5; color: rgba(11,18,32,.82); }
.koop-format li{ margin: 4px 0; }
.koop-small{ margin: 14px 2px 0; font-size: 13px; font-style: italic; color: var(--muted); }
.koop-panel .koop-small{ margin-top: 22px; text-align: center; }
#reichweite > .koop-small{ text-align: center; }   /* „Stand 2026“ mittig unter den Boxen */

/* ---------- Interesse geweckt? – in der Formate-Fläche direkt unter den Karten: Weg mit Pfeilen, ein Knopf in der Mitte ---------- */
.koop-interest{ margin-top: clamp(38px, 4.5vw, 54px); }
.koop-interest h2{ margin: 0 0 6px; }
.koop-interest .koop-kicker{ margin: 0; }
.koop-journey{
  list-style: none;
  margin: 26px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.koop-journey-step{ position: relative; text-align: center; }
/* gestrichelte Linie zur nächsten Station – am Desktop waagrecht, am Handy senkrecht, sonst gleich:
   3 px stark, 8 px Strich, 7 px Lücke, 10 px Abstand zu den Kreisen */
.koop-journey{ --dash: rgba(32,120,190,.55); }
.koop-journey-step:not(:last-child)::after{
  content: "";
  position: absolute;
  top: 32.5px;                       /* Kreismitte (68 px Kreis) */
  left: calc(50% + 34px + 10px);
  width: calc(100% + 18px - 88px);   /* bis 10 px vor den nächsten Kreis */
  height: 3px;
  background: repeating-linear-gradient(90deg, var(--dash) 0 8px, transparent 8px 15px);
  pointer-events: none;
}
.koop-journey-dot{
  width: 68px; height: 68px;
  margin: 0 auto 14px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  background: #fff;
  font-size: 30px;
  box-shadow: 0 0 0 3px rgba(32,181,225,.45), 0 14px 34px rgba(32,181,225,.22);
  transition: transform .25s ease;
}
.koop-journey-step:hover .koop-journey-dot{ transform: translateY(-4px) scale(1.04); }
/* Ziel: die letzte Station in den orangen Akzentfarben */
.koop-journey-step:last-child .koop-journey-dot{
  background: linear-gradient(135deg, var(--orange1), var(--orange2));
  box-shadow: 0 0 0 3px rgba(242,186,68,.55), 0 14px 34px rgba(224,104,83,.3);
}
.koop-journey-num{
  display: inline-block;
  margin: 0 0 8px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #eef7fc;
  color: #1e6f98;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.koop-journey-step h3{ margin: 0; font-size: 17px; font-weight: 950; letter-spacing: -.01em; line-height: 1.3; }
.koop-interest-cta{ display: flex; justify-content: center; margin-top: 32px; }
.koop-interest-cta .koop-btn{ padding: 16px 34px; font-size: 16px; }

/* ---------- Partner ---------- */
/* ohne Box direkt auf dem Seitenhintergrund */
.koop-brands{
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 18px clamp(24px, 5vw, 56px);
  padding: 4px 0 0;
}
.koop-brands p{ margin: 0; width: 100%; text-align: center; font-size: 15px; font-weight: 950; }
/* Partner-Logos einheitlich grau: flotus und TAC sind schon schwarz mit 35 % Deckkraft,
   farbige Logos (UPDF, DistroKid, Hadlaub Pictures, About Pictures) werden per Klasse genauso eingefärbt */
.koop-brands a{ display: inline-flex; align-items: center; border-radius: 10px; transition: transform .2s ease; }   /* jedes Logo führt zur Website des Partners */
.koop-brands a:hover{ transform: translateY(-2px); }
.koop-brands a:focus-visible{ outline: 3px solid var(--hero1); outline-offset: 6px; }
.koop-brands img{ height: 56px; width: auto; display: block; }
.koop-brands img.koop-logo--mono{ filter: brightness(0); opacity: .35; }
.koop-brands img.koop-logo--updf{ height: 40px; }
.koop-brands img.koop-logo--distrokid{ height: 26px; }
.koop-brands img.koop-logo--hadlaub{ height: 52px; }
.koop-brands img.koop-logo--aboutpictures{ height: 62px; }

/* Karten mit Hover nur dort, wo es Links sind */
@media (hover: none){
  .koop-video:active{ transform: translateY(-4px); }
}
@media (prefers-reduced-motion: reduce){
  .koop-btn, .koop-video, .koop-journey-dot, .koop-brands a{ transition: none; }
  .koop-bubble{ animation: none; }
}

/* ---------- Tablet ---------- */
@media (max-width: 1080px){
  .koop-videos, .koop-formats{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px){
  .koop-two{ grid-template-columns: 1fr; }
}

/* ---------- Handy ---------- */
@media (max-width: 740px){
  html.lt-static-page main.koop{ padding-top: calc(76px + env(safe-area-inset-top, 0px)); }
  .koop-hero{ padding: 72px 18px 32px; border-radius: 24px; }   /* oben Platz: die Sprechblase soll den DE/EN-Schalter nicht berühren */
  .koop-avatar-wrap{ margin-bottom: 16px; }
  .koop-avatar{ width: 80px; height: 80px; }
  .koop-lang{ top: 14px; right: 14px; }
  .koop-btns .koop-btn{ flex: 1 1 100%; }
  /* Videos zum Wischen nebeneinander statt vier großer Karten untereinander (bis an den Bildschirmrand) */
  .koop-videos{
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding: 0 20px;
    margin: 0 -20px;
    padding: 4px 20px 16px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .koop-videos::-webkit-scrollbar{ display: none; }
  .koop-video{ flex: 0 0 78%; scroll-snap-align: start; }
  .koop-video .meta{ padding: 12px 14px 14px; }
  .koop-video .meta b{ font-size: 14px; }
  /* Formate: ohne Pfeil (die Überschrift bricht um), Fläche etwas runder */
  .koop-panel{ border-radius: 24px; }
  .koop-arrow--fmt{ display: none; }
  .koop-fmt-head{ margin-bottom: 18px; }
  /* Weg senkrecht: Kreise links, Text rechts, eine Linie läuft von Kreis zu Kreis nach unten */
  .koop-journey{ grid-template-columns: 1fr; gap: 0; margin-top: 20px; }
  .koop-journey-step{ display: grid; grid-template-columns: 56px 1fr; column-gap: 14px; align-content: center; text-align: left; padding-bottom: 43px; }   /* Platz für zwei ganze Striche */
  .koop-journey-step:last-child{ padding-bottom: 0; }
  .koop-journey-step:not(:last-child)::after{
    top: calc(56px + 10px); bottom: 10px; left: 26.5px;   /* Kreismitte (56 px Kreis), je 10 px Abstand */
    width: 3px; height: auto;
    background: repeating-linear-gradient(180deg, var(--dash) 0 8px, transparent 8px 15px);
  }
  .koop-journey-dot{ width: 56px; height: 56px; font-size: 25px; grid-row: span 2; margin: 0; align-self: center; }
  .koop-journey-num{ justify-self: start; align-self: end; margin: 0 0 4px; }
  .koop-journey-step h3{ align-self: start; }
  .koop-interest-cta{ margin-top: 26px; }
  .koop-interest-cta .koop-btn{ flex: 1 1 100%; }
}
@media (max-width: 560px){
  .koop-videos, .koop-formats{ grid-template-columns: 1fr; }
  .koop-chart{ padding: 20px 18px 16px; }
  .koop-ages{ gap: 5px; }
  .koop-ages li > b{ font-size: 11px; }
  .koop-ages .age{ font-size: 10.5px; }
}
@media (max-width: 380px){
  /* sehr schmale Handys: Altersangaben kleiner, damit sie nicht ineinanderlaufen */
  .koop-chart{ padding: 18px 16px 14px; }
  .koop-ages{ gap: 4px; }
  .koop-ages .age{ font-size: 9.5px; letter-spacing: -.02em; }
}
