.dsp-page {
  background: #ffffff;
  color: #000000;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  overflow: hidden;
  --dsp-container-width: 1600px;
  --dsp-card-side-space: 26px;
}

.dsp-page *,
.dsp-page *::before,
.dsp-page *::after {
  box-sizing: border-box;
}

.dsp-page img {
  display: block;
  max-width: 100%;
}

.dsp-page a,
.dsp-page button {
  font-family: inherit;
}

.dsp-hero {
  display: grid;
  grid-template-columns: 50% 50%;
  min-height: 650px;
}

.dsp-hero__content {
  align-items: center;
  background: #ffffff url("../images/sponsor-hub/logo-tlo.png") left -105px bottom -60px / 360px auto no-repeat;
  display: flex;
  padding: 80px 8vw;
}

.dsp-hero__inner {
  max-width: 610px;
}

.dsp-kicker {
  color: #cc9f0c;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.22em;
  line-height: 1.6;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.dsp-title {
  color: #000000;
  font-size: 64px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0 0 28px;
}

.dsp-title--hero {
  max-width: 520px;
}

.dsp-lead {
  color: #6d6d6d;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.65;
  margin: 0 0 20px;
}

.dsp-hero__image {
  background: url("../images/sponsor-hub/baner-glowny.jpg") center / cover no-repeat;
  min-height: 520px;
}

.dsp-stats {
  background: #000000;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 34px 9vw 32px;
}

.dsp-stats__item {
  padding: 0 18px;
  text-align: center;
}

.dsp-stats__number {
  color: #ffffff;
  display: block;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.05;
  margin-bottom: 8px;
}

.dsp-stats__item span {
  color: #cc9f0c;
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.dsp-partners {
  margin-left: calc(50% - 50vw);
  padding: 64px 28px 76px;
  width: 100vw;
}

.dsp-section-heading {
  margin: 0 auto 34px;
  max-width: var(--dsp-container-width);
}

.dsp-section-heading--center {
  text-align: center;
}

.dsp-section-heading__label {
  color: #6d6d6d;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.22em;
  line-height: 1.4;
  margin: 0;
  text-transform: uppercase;
}

.dsp-card-grid {
  display: grid;
  gap: 20px 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1600px;
  width: calc(100vw - 56px);
}

.dsp-sponsor-card {
  aspect-ratio: 0.68;
  background: #0a0a0a;
  color: #ffffff;
  display: block;
  min-height: 560px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.dsp-sponsor-card:hover {
  color: #ffffff;
  text-decoration: none;
}

.dsp-sponsor-card__image {
  background: url("../images/sponsor-hub/domyslne-zdjecie-do-kafelka.jpg") center / cover no-repeat;
  inset: 0;
  position: absolute;
  transform: scale(1);
  transition: transform 0.55s ease;
}

.dsp-sponsor-card:hover .dsp-sponsor-card__image {
  transform: scale(1.06);
}

.dsp-sponsor-card::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0.58) 62%, rgba(0, 0, 0, 0.94) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.dsp-sponsor-card__content {
  bottom: 104px;
  left: 0;
  padding: 0 var(--dsp-card-side-space);
  position: absolute;
  right: 0;
  z-index: 2;
}

.dsp-sponsor-card__title {
  color: #ffffff;
  display: block;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.08;
  margin-bottom: 16px;
}

.dsp-sponsor-card__text {
  color: rgba(255, 255, 255, 0.76);
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
}

.dsp-sponsor-card__date {
  align-items: center;
  background: #000000;
  border: 1px solid #4b3d26;
  bottom: var(--dsp-card-side-space);
  color: #cc9f0c;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  height: 48px;
  justify-content: center;
  left: var(--dsp-card-side-space);
  letter-spacing: 0.12em;
  line-height: 1.2;
  position: absolute;
  right: var(--dsp-card-side-space);
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
}

.dsp-character {
  align-items: stretch;
  display: grid;
  grid-template-columns: 50% 50%;
  min-height: 610px;
}

.dsp-character__image {
  align-items: flex-end;
  display: flex;
  justify-content: center;
  padding: 70px 7vw 0;
}

.dsp-character__image img {
  max-height: 540px;
  object-fit: contain;
  object-position: center bottom;
}

.dsp-character__content {
  align-self: center;
  max-width: 720px;
  padding: 80px 8vw 80px 30px;
}

.dsp-slogan-bar {
  align-items: center;
  background: #000000;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 400;
  gap: 0;
  justify-content: center;
  letter-spacing: 0.12em;
  line-height: 1.4;
  padding: 24px 22px;
  text-transform: uppercase;
}

.dsp-slogan-bar span {
  align-items: center;
  display: inline-flex;
}

.dsp-slogan-bar span:not(:last-child)::after {
  color: #cc9f0c;
  content: "/";
  margin: 0 22px;
}

.dsp-archive {
  background: #ffffff url("../images/sponsor-hub/soocer-ball-bg.jpg") right bottom / 520px auto no-repeat;
  padding: 82px 28px 94px;
}

.dsp-archive__intro,
.dsp-archive__panel {
  margin: 0 auto;
  max-width: 1320px;
}

.dsp-archive__intro {
  min-height: 250px;
}

.dsp-button {
  align-items: center;
  background: #fed141;
  border: 0;
  color: #000000;
  cursor: pointer;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  justify-content: center;
  min-height: 48px;
  min-width: 185px;
  padding: 0 28px;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.dsp-button:hover {
  background: #f4c100;
  color: #000000;
  text-decoration: none;
  transform: translateY(-1px);
}

.dsp-archive__panel[hidden] {
  display: none;
}

.dsp-archive__rows {
  background: rgba(255, 255, 255, 0.94);
  margin: 24px 0 28px;
}

.dsp-archive-row {
  border-bottom: 1px solid #ececec;
  border-top: 1px solid #ececec;
  display: grid;
  grid-template-columns: 210px 1fr;
  min-height: 118px;
}

.dsp-archive-row + .dsp-archive-row {
  border-top: 0;
}

.dsp-archive-row__date {
  background: #f5f5f5;
  color: #7c7c7c;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 26px 28px;
}

.dsp-archive-row__date small {
  color: #7c7c7c;
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.24em;
  margin-top: 8px;
  text-transform: uppercase;
}

.dsp-archive-row__body {
  padding: 24px 32px 26px;
}

.dsp-archive-row__title {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 6px;
}

.dsp-archive-row__meta {
  color: #7f7f7f;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.16em;
  line-height: 1.4;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.dsp-archive-row__text {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  margin: 0;
}

.dsp-archive__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 36px;
}

.dsp-page-btn {
  background: transparent;
  border: 0;
  color: #8a8a8a;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  height: 30px;
  min-width: 30px;
  padding: 0 8px;
}

.dsp-page-btn.is-active {
  background: #f5f5f5;
  color: #2b2b2b;
  font-weight: 700;
}

.dsp-page-btn:hover {
  color: #000000;
}

.dsp-button--collapse::after {
  content: "^";
  font-size: 15px;
  margin-left: 18px;
}

.dsp-cooperate {
  align-items: center;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.44), rgba(0, 0, 0, 0.76)),
    url("../images/sponsor-hub/zostanmypartnerami-bg.jpg") center / cover no-repeat;
  display: flex;
  justify-content: center;
  min-height: 460px;
  padding: 86px 24px;
  text-align: center;
}

.dsp-cooperate__content {
  max-width: 900px;
  position: relative;
}

.dsp-cooperate__quote {
  color: rgba(254, 209, 65, 0.52);
  display: block;
  font-size: 118px;
  font-weight: 300;
  height: 70px;
  line-height: 1;
  margin-bottom: 14px;
}

.dsp-cooperate__text {
  color: #ffffff;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.55;
  margin: 0 auto 26px;
}

.dsp-cooperate .dsp-kicker {
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .dsp-title {
    font-size: 52px;
  }

  .dsp-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .dsp-hero,
  .dsp-character {
    grid-template-columns: 1fr;
  }

  .dsp-hero__content {
    min-height: 460px;
    padding: 70px 30px;
  }

  .dsp-hero__image {
    min-height: 390px;
  }

  .dsp-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 28px;
  }

  .dsp-character__content {
    max-width: none;
    padding: 54px 30px 72px;
  }

  .dsp-character__image {
    padding: 60px 30px 0;
  }
}

@media (max-width: 767px) {
  .dsp-kicker {
    font-size: 13px;
  }

  .dsp-title {
    font-size: 38px;
  }

  .dsp-lead {
    font-size: 17px;
  }

  .dsp-stats__number {
    font-size: 38px;
  }

  .dsp-stats__item span {
    font-size: 12px;
  }

  .dsp-section-heading__label {
    font-size: 17px;
  }

  .dsp-card-grid {
    grid-template-columns: 1fr;
  }

  .dsp-sponsor-card {
    min-height: 420px;
  }

  .dsp-sponsor-card__title {
    font-size: 30px;
  }

  .dsp-archive {
    background-size: 330px auto;
    padding: 66px 18px 78px;
  }

  .dsp-archive-row {
    grid-template-columns: 1fr;
  }

  .dsp-archive-row__date,
  .dsp-archive-row__body {
    padding: 22px;
  }

  .dsp-cooperate__text {
    font-size: 24px;
  }
}

@media (max-width: 575px) {
  .dsp-hero__content {
    background-size: 260px auto;
    min-height: 420px;
    padding: 56px 22px;
  }

  .dsp-hero__image {
    min-height: 300px;
  }

  .dsp-stats {
    grid-template-columns: 1fr;
  }

  .dsp-partners {
    padding: 52px 14px 58px;
  }

  .dsp-sponsor-card__content {
    bottom: 92px;
    padding: 0 20px;
  }

  .dsp-sponsor-card__date {
    bottom: 20px;
    font-size: 12px;
    left: 20px;
    right: 20px;
  }

  .dsp-character__content,
  .dsp-character__image {
    padding-left: 22px;
    padding-right: 22px;
  }

  .dsp-slogan-bar {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .dsp-slogan-bar span:not(:last-child)::after {
    margin: 0 0 0 12px;
  }

  .dsp-button {
    width: 100%;
  }
}
