/* Recognition belongs to the light deliverables section on Startuje. */
.start-page .start-light { padding-bottom: 0; }
.start-page .start-light > .start-recognition {
  margin-top: 64px;
  background: transparent;
  border-top: 1px solid rgba(75, 98, 8, .2);
  border-bottom: 0;
}
.start-light .start-recognition .proof-marquee__title { color: #25252b; }
.start-light .start-recognition .proof-marquee__detail { color: #55555c; }
.start-light .start-recognition .proof-marquee__item::after { background: rgba(75, 98, 8, .45); }
.start-light .start-recognition .proof-marquee__surface-control:focus-visible { outline-color: #4b6208; }
@media (max-width: 767px) {
  .start-page .start-light > .start-recognition { margin-top: 32px; }
}
/* Reveal the existing hero photo; keep its left side quieter behind the copy. */
main:has(.start-page):has(> section:first-of-type > div a.link-line[href="/rozwiazania/"]) > section:first-of-type::before {
  opacity: .36;
  -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.65) 38%, #000 76%);
  mask-image: linear-gradient(90deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.65) 38%, #000 76%);
}
