/* ============================================================
   PAGES — ergänzende Styles für unsere-mission.html, nachrichten.html
   und kontakt.html. Alles andere auf diesen Seiten (page-hero,
   section-head, .steps, .job-card, .cta-banner, .field/.form,
   .apply-box) kommt unverändert aus karriere.css. Die «Werte»-
   Akkordeon- und «Qualitätsversprechen»-Kartensektion auf
   unsere-mission.html brauchen kein eigenes CSS — sie sind exakte
   Kopien der Struktur/Klassen von .prinzip bzw. .leistungen
   (sections.css) mit neuem Inhalt.

   1. news (editorial) ...... Nachrichten-Sektion auf nachrichten.html
   2. benefits-timeline ..... sticky Scroll-Zeitleiste «Benefits»
   3. challenges ............ Kapsel-Leiste «Herausforderungen»
   4. chat (Bewertungen) .... Zitate-Wolke, Quelle: import/bewertungen-chat.html
   5. quick-apply ........... kompakte Schnell-Bewerbung-Karte, kontakt.html
   ============================================================ */

/* ============================================================
   1. NEWS (EDITORIAL) — nachrichten.html
   Quelle: import/gemini-code-1787149421666.html — links ein
   sticky Inhaltsverzeichnis nach Monat, rechts die vollständigen
   Artikeltexte. Verhalten (aktiver Link beim Scrollen) sitzt in
   assets/js/news.js.
   ============================================================ */
.news-grid {
  display: grid;
  gap: 48px;
}

@media (min-width: 900px) {
  .news-grid { grid-template-columns: 340px 1fr; gap: 64px; }
}

.news-catalog__inner {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

@media (min-width: 900px) {
  .news-catalog__inner {
    position: sticky;
    top: calc(var(--header-h) + 32px);
    padding-right: 16px;
  }
}

.label-meta {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--muted);
  letter-spacing: 0.04em;
}

.catalog-title {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-top: 6px;
}

.catalog-title .serif { color: var(--accent); }

.news-catalog__group-title {
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
  margin-bottom: 12px;
}

.month-nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.month-block {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.month-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border-radius: var(--radius-sm);
  font-size: 0.88rem;
  font-weight: 800;
  color: var(--ink);
  background: var(--bg-alt);
  border: 1px solid var(--border);
}

.article-links-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-left: 8px;
}

.article-link {
  display: block;
  padding: 6px 10px;
  border-radius: var(--radius-sm);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--muted);
  text-decoration: none;
  line-height: 1.4;
  transition: color var(--dur-fast) ease, background-color var(--dur-fast) ease;
}

.article-link:hover,
.article-link.is-active {
  color: var(--accent);
  background: var(--accent-soft);
}

.news-stream { position: relative; }

@media (min-width: 900px) {
  .news-stream {
    padding-left: 48px;
    border-left: 1.5px solid var(--border);
  }
}

.news-article {
  position: relative;
  padding-bottom: 56px;
  margin-bottom: 56px;
  border-bottom: 1px solid var(--border);
  scroll-margin-top: calc(var(--header-h) + 16px);
}

.news-article:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.news-article__tag {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--muted);
  margin-bottom: 12px;
  letter-spacing: 0.02em;
}

.news-article__tag span { color: var(--accent); font-weight: 800; }

.news-article__title {
  font-size: clamp(1.8rem, 3.2vw, 2.5rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 20px;
}

.news-article__content {
  font-size: 1.08rem;
  line-height: 1.7;
  color: var(--ink);
  max-width: 740px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.news-article__content p { margin: 0; }

.highlight-red { color: var(--accent); font-weight: 800; }

.news-subblock {
  margin-top: 12px;
  padding-top: 12px;
}

.news-subblock__label {
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
  margin-bottom: 6px;
  display: block;
}

.news-article__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 740px;
  margin-top: 28px;
  padding-top: 16px;
  border-top: 1px dashed var(--border);
}

.news-article__date {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--muted);
}

.news-article__author {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--ink);
}

/* ============================================================
   2. BENEFITS TIMELINE — unsere-mission.html
   Quelle: import/test-benefits-straight.html
   ============================================================ */
.benefits-timeline {
  position: relative;
  height: 380vh;
}

/* overflow-x: visible — dieselbe Geschichte wie bei .benefits-timeline__viewport
   weiter unten: dieser Block umschließt den GESAMTEN Sektionsinhalt (inklusive
   der Icons am linken Rand), und ein einheitliches overflow: hidden clippt den
   box-shadow auf BEIDEN Achsen — nicht nur die «vertikale» Logik des Scroll-
   Fensters, für die overflow hier überhaupt nötig ist. Nur den viewport zu
   fixen reichte nicht: selbst mit offenem overflow-x dort hat dieser äußere
   Wrapper den Schatten weiter oben im Baum erneut beschnitten. */
.benefits-timeline__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-x: visible;
  overflow-y: hidden;
  padding-block: 40px;
}

/* margin-inline: 0 statt auto: die Timeline beginnt auf derselben
   Führungslinie wie der Sektionstitel darüber. Ein zentrierter
   viewport schob sie ~150px nach rechts vom Titel weg. */
/* overflow-x: visible statt hidden — die Icons stehen direkt am linken
   Rand des viewport (siehe .benefits-timeline__step unten), und bei
   overflow: hidden wurde ihr box-shadow (vor allem das rote Leuchten von
   is-active/is-passed) an der vertikalen Containerkante abgeschnitten, als
   wäre dem Kreis die linke Seite abgesägt. Den vertikalen Beschnitt bzw. die
   Maske für das Sticky-Scrolling liefert overflow-y — box-shadow erzeugt
   keinen scrollbaren Überlauf, daher entsteht dadurch auch kein
   überflüssiges horizontales Scrollen. */
.benefits-timeline__viewport {
  position: relative;
  height: 480px;
  width: 100%;
  max-width: 820px;
  margin-inline: 0;
  overflow-x: visible;
  overflow-y: hidden;
  mask-image: linear-gradient(to bottom, transparent 0%, black 12%, black 72%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 12%, black 72%, transparent 100%);
}

/* --benefits-inset steht hier und nicht auf .benefits-timeline__step: die
   Linie (.benefits-timeline__line) ist ein Geschwister der Steps, kein
   Kind — sie könnte die Variable vom Step aus nicht lesen. Der Track ist
   der gemeinsame Elternknoten, von dort erben beide den Wert. */
.benefits-timeline__track {
  --benefits-inset: 16px;
  position: relative;
  width: 100%;
  will-change: transform;
  transition: transform var(--dur) var(--ease);
}

/* Die Linie sitzt strikt links — mittig in der Icon-Spalte (72px / 2 = 36px),
   plus den Abstand --benefits-inset (siehe .benefits-timeline__step unten).
   Früher rutschte sie ab ≥768px auf left: 50%, und der Text lief abwechselnd
   links und rechts davon: bei langen Überschriften überlappten sich die
   Spalten und die Linie schnitt durch Text und Icons. */
.benefits-timeline__line {
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: calc(var(--benefits-inset) + 36px);
  width: 2px;
  background: var(--border);
  transform: translateX(-50%);
  z-index: 1;
}

.benefits-timeline__line--progress {
  bottom: auto;
  height: 0%;
  background: var(--accent);
  z-index: 2;
  transition: height var(--dur-fast) ease;
}

/* Одна раскладка на все размеры: иконка слева, текст справа с
   отступом. grid-row/grid-column заданы явно, поэтому порядок в
   разметке на расстановку не влияет.

   padding-left: var(--benefits-inset) — небольшой отступ всего блока
   (линия + иконка + текст) от левого края контейнера. Раньше иконка
   стояла вплотную к краю, и красное свечение активного кружка
   (box-shadow) упиралось в глобальный overflow-x: hidden у body
   (base.css, защита сайта от случайного горизонтального скролла) —
   обрезалось слева на средних и узких экранах. Сдвиг даёт свечению
   запас, поэтому его больше не нужно ужимать искусственно. */
.benefits-timeline__step {
  position: relative;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: center;
  gap: 0;
  padding-left: var(--benefits-inset);
  padding-block: 28px;
  z-index: 5;
}

.benefits-timeline__node-col {
  grid-column: 1;
  grid-row: 1;
}

.benefits-timeline__text {
  grid-column: 2;
  grid-row: 1;
  text-align: left;
  padding-left: 28px;
}

@media (min-width: 768px) {
  .benefits-timeline__step { padding-block: 32px; }
  .benefits-timeline__text { padding-left: 40px; }
}

/* Узкий экран: колонка иконок и «воздух» поджимаются, иначе
   заголовку остаётся меньше 250px */
@media (max-width: 767px) {
  .benefits-timeline__step { grid-template-columns: 56px minmax(0, 1fr); }
  .benefits-timeline__text { padding-left: 20px; }
  /* было 28px = половина 56px node-col; теперь + отступ блока, как и на десктопе */
  .benefits-timeline__line { left: calc(var(--benefits-inset) + 28px); }
  .benefits-timeline__node { width: 56px; height: 56px; }
  .benefits-timeline__circle { width: 48px; height: 48px; }
  .benefits-timeline__circle svg { width: 22px; height: 22px; }
}

/* Затемнение неактивных шагов включается только когда скрипт реально
   запустился (js-enabled) — без JS / при reduced-motion весь текст
   остаётся полностью читаемым. */
.benefits-timeline.js-enabled .benefits-timeline__step {
  opacity: 0.3;
  filter: blur(1px);
  transform: scale(0.97);
  transition: opacity 0.45s ease, filter 0.45s ease, transform 0.45s ease;
}

.benefits-timeline.js-enabled .benefits-timeline__step.is-active {
  opacity: 1;
  filter: none;
  transform: scale(1);
}

.benefits-timeline__node-col {
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefits-timeline__node {
  position: relative;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  z-index: 10;
}

.benefits-timeline__circle {
  position: relative;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--surface);
  border: 2px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  z-index: 11;
  box-shadow: var(--shadow-card);
  transition: all var(--dur) var(--ease);
}

.benefits-timeline__circle svg {
  width: 26px;
  height: 26px;
  stroke: currentColor;
  transition: stroke 0.4s ease;
}

.benefits-timeline__num {
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  padding: 2px 8px;
  border-radius: var(--radius-pill);
  background: var(--bg);
  border: 1px solid var(--border);
  font-size: 10px;
  font-weight: 800;
  color: var(--muted);
  z-index: 12;
  transition: all 0.4s ease;
}

.benefits-timeline__step.is-active .benefits-timeline__circle,
.benefits-timeline__step.is-passed .benefits-timeline__circle {
  background: var(--bg);
  border-color: var(--accent);
  color: var(--accent);
  /* Полноразмерное свечение — было временно ужато до 14px блюра, пока
     иконка стояла вплотную к левому краю секции: у body ГЛОБАЛЬНО стоит
     overflow-x: hidden (base.css, защита сайта от случайного
     горизонтального скролла), и эта кромка резала box-shadow, который
     до неё дотягивался. Теперь у всего блока есть отступ слева
     (--benefits-inset, см. .benefits-timeline__step) — запас есть даже
     на самом тесном брейкпоинте (768–1023px), обрезать блюр больше не
     нужно. */
  box-shadow: 0 8px 24px var(--accent-glow);
  transform: scale(1.08);
}

.benefits-timeline__step.is-active .benefits-timeline__num,
.benefits-timeline__step.is-passed .benefits-timeline__num {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--accent-ink);
}

.benefits-timeline__text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.benefits-timeline__title {
  font-size: clamp(1.3rem, 2.3vw, 1.7rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.015em;
  color: var(--ink);
}

.benefits-timeline__desc {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--muted);
}

.benefits-timeline__highlight {
  color: var(--accent);
  font-weight: 800;
  font-style: normal;
}

@media (prefers-reduced-motion: reduce) {
  .benefits-timeline { height: auto; }

  .benefits-timeline__sticky {
    position: static;
    height: auto;
    padding-block: 64px;
  }

  .benefits-timeline__step,
  .benefits-timeline.js-enabled .benefits-timeline__step {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
    padding-block: 24px;
  }

  .benefits-timeline__viewport {
    height: auto;
    mask-image: none;
    -webkit-mask-image: none;
    overflow: visible;
  }

  .benefits-timeline__track { transform: none !important; }
}

/* ============================================================
   3. CHALLENGES — unsere-mission.html
   Quelle: import/Herausanforgerungen.html
   ============================================================ */
.challenges__grid {
  display: grid;
  gap: 40px;
  align-items: start;
}

@media (min-width: 900px) {
  .challenges__grid { grid-template-columns: 1fr 1fr; gap: 64px; }
}

.challenges__card { display: none; }

.challenges__card.is-active {
  display: block;
  animation: challenges-fade-in 0.35s ease;
}

@keyframes challenges-fade-in {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

.challenges__title {
  font-size: clamp(1.3rem, 2.4vw, 1.7rem);
  font-weight: 800;
  color: var(--ink);
  line-height: 1.25;
  letter-spacing: -0.015em;
  margin-bottom: 10px;
}

.challenges__desc {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--muted);
  max-width: 480px;
  margin-bottom: 18px;
}

.challenges__media {
  width: 100%;
  max-width: 480px;
  height: 160px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--bg-alt);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-card);
}

.challenges__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--pos, 50% 50%);
  display: block;
}

.challenges__track-wrap { position: relative; margin-top: 40px; }

.challenges__percent-row { height: 38px; position: relative; margin-bottom: 8px; }

.challenges__percent-badge {
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 14px;
  border-radius: var(--radius-pill);
  background: var(--accent);
  color: var(--accent-ink);
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: -0.01em;
  box-shadow: 0 6px 16px var(--accent-glow);
  transition: left 0.5s var(--ease), opacity 0.3s ease;
  white-space: nowrap;
}

.challenges__percent-badge::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px 5px 0 5px;
  border-style: solid;
  border-color: var(--accent) transparent transparent transparent;
}

/* Kapsel-Leiste bleibt bewusst immer dunkel (wie das Konzept) —
   unabhängig vom Farbschema der Seite. */
.challenges__bar {
  display: flex;
  gap: 10px;
  background: var(--bg-alt);
  padding: 8px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--border);
}

.challenges__pill {
  position: relative;
  flex: 1;
  height: 56px;
  border-radius: var(--radius-pill);
  background: #111111;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 16px;
  cursor: pointer;
  overflow: hidden;
  transition: flex 0.6s var(--ease), background-color 0.4s ease, box-shadow 0.4s ease;
}

.challenges__pill.is-leader {
  flex: 3.5;
  background: #000000;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.challenges__pill-title {
  font-size: 0.92rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
  white-space: nowrap;
  transition: color 0.4s ease;
}

.challenges__pill.is-leader .challenges__pill-title {
  color: #ffffff;
  font-weight: 800;
}

/* Телефон: капсульная лента-переключатель скрыта целиком — вертикально
   она занимала полэкрана и дублировала заголовки самих карточек.
   Пункты листает автоплей из challenges.js (строго по порядку).
   Разметка остаётся: индексы и проценты берутся из неё. */
@media (max-width: 767px) {
  .challenges__track-wrap { display: none; }
}

/* Если движение выключено, автоплея нет — на телефоне пользователь
   иначе увидел бы только первый пункт. Показываем все четыре списком. */
@media (max-width: 767px) and (prefers-reduced-motion: reduce) {
  .challenges__card {
    display: block;
    animation: none;
  }

  .challenges__card + .challenges__card {
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px solid var(--border);
  }
}

/* ============================================================
   4. CHAT (Bewertungen) — unsere-mission.html
   Quelle: import/bewertungen-chat.html
   ============================================================ */
.chat-header {
  text-align: center;
  max-width: 780px;
  margin-inline: auto;
  margin-bottom: 56px;
}

.chat-title { font-size: clamp(2.1rem, 4.2vw, 3.4rem); margin-bottom: 16px; }

.chat-lead {
  font-size: 1.1rem;
  color: var(--muted);
  line-height: 1.6;
}

.chat-canvas {
  position: relative;
  padding: 20px 0 80px;
}

.chat-flow {
  display: flex;
  flex-direction: column;
  gap: 28px;
  max-width: 1000px;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}

.chat-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  max-width: 480px;
  position: relative;
  transition: transform 0.35s var(--ease), z-index 0.35s ease;
}

.chat-item--1 { align-self: flex-start; margin-left: 2%; transform: rotate(-2.5deg); }
.chat-item--2 { align-self: flex-end; margin-right: 4%; flex-direction: row-reverse; transform: rotate(2deg); margin-top: -12px; }
.chat-item--3 { align-self: flex-start; margin-left: 12%; transform: rotate(1.2deg); margin-top: -8px; }
.chat-item--4 { align-self: flex-end; margin-right: 14%; flex-direction: row-reverse; transform: rotate(-3deg); margin-top: -10px; }
.chat-item--5 { align-self: flex-start; margin-left: 5%; transform: rotate(-1.2deg); margin-top: -8px; }
.chat-item--6 { align-self: flex-end; margin-right: 2%; flex-direction: row-reverse; transform: rotate(2.5deg); margin-top: -12px; }

@media (min-width: 768px) {
  .chat-item:hover { transform: scale(1.04) rotate(0deg) !important; z-index: 10; }
}

@media (max-width: 767px) {
  .chat-item--1, .chat-item--2, .chat-item--3,
  .chat-item--4, .chat-item--5, .chat-item--6 {
    align-self: center;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    transform: none !important;
    flex-direction: row;
    max-width: 100%;
  }
}

.chat-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--bg);
  box-shadow: var(--shadow-card);
  background: var(--bg-alt);
  overflow: hidden;
}

.chat-avatar img { width: 100%; height: 100%; object-fit: cover; }

/* Immer dunkler Bubble-Grundton, unabhängig vom Theme — wie bei
   .cta-banner__btn wäre var(--ink) im Dark Mode Weiß auf Weiß. */
.chat-bubble {
  background: #111111;
  color: #ffffff;
  padding: 18px 22px;
  border-radius: 20px;
  box-shadow: var(--shadow-card);
  position: relative;
}

.chat-bubble--light {
  background: var(--surface);
  color: var(--ink);
  border: 1px solid var(--border-strong);
}

.chat-bubble--accent { background: var(--accent); color: #ffffff; }

.chat-author {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.75;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.chat-author__role { font-weight: 500; text-transform: none; opacity: 0.85; }

.chat-text { font-size: 0.95rem; line-height: 1.5; font-weight: 500; }

.chat-fade-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 220px;
  background: linear-gradient(to bottom, transparent 0%, var(--bg) 85%);
  pointer-events: none;
  z-index: 3;
}

.chat-cta {
  position: relative;
  z-index: 4;
  text-align: center;
  margin-top: -70px;
  max-width: 500px;
  margin-inline: auto;
  background: var(--surface);
  padding: 32px 28px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-strong);
  box-shadow: var(--shadow-lift);
}

.chat-cta__title { font-size: clamp(1.5rem, 2.5vw, 2rem); margin-bottom: 8px; }

.chat-cta__sub {
  font-size: 0.925rem;
  color: var(--muted);
  line-height: 1.5;
  margin-bottom: 22px;
}

/* ============================================================
   5. FAQ accordion — unsere-mission.html
   ============================================================ */
#faq .accordion { max-width: 760px; }

/* ============================================================
   6. QUICK-APPLY — kontakt.html
   ------------------------------------------------------------
   Kompakte Variante der .cta-banner-Karte (karriere.css §15):
   gleiche rote Verlaufsfläche und weißer Button, aber als eine
   flache Zeile statt der großen zweispaltigen Karte — passend
   für den Fuß eines Formulars statt für eine eigene Sektion.
   ============================================================ */
.quick-apply {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px 28px;
  padding: 22px 28px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-hover) 100%);
  color: #fff;
  box-shadow: 0 16px 40px var(--accent-glow);
}

.quick-apply__text {
  max-width: 480px;
}

.quick-apply__label {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  margin-bottom: 8px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.18);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.quick-apply__text p {
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
}

/* Fixe Farben statt Token, wie .cta-banner__btn: die Karte ist immer
   Weiß-auf-Rot, unabhängig vom Theme. */
.quick-apply .btn {
  flex-shrink: 0;
  background: #fff;
  color: #111;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.quick-apply .btn:hover {
  background: #fff;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
}
