/* About the club — compact banners like partners (1440×684) */

.about-club-page .about-club__banner-top {
  background-image: url('../assets/about-club/banner-top.jpg?v=20260823about5');
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  background-color: #070707;
}

.about-club-page .about-club__banner-bottom {
  background-image: url('../assets/about-club/banner-bottom.jpg?v=20260823about5');
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  background-color: #070707;
}

/* Shorter than club-cards default (160/90 + 230) */
.about-club-page .about-page__banner-title {
  padding: 72px 0 28px;
  font-size: 42px;
}

.about-club-page .about-page__banner-text {
  max-width: 540px;
  padding-bottom: 72px;
  font-size: 16px;
  line-height: 1.45;
}

.about-club-page .about-page__banner-text p {
  margin: 0 0 12px;
}

.about-club-page .about-page__banner-text p:last-child {
  margin-bottom: 0;
}

.about-club-page .about-club__section {
  padding: 40px 0 60px;
  background: #f5f5f5;
  color: #111;
}

.about-club-page .about-club__h2 {
  margin: 36px 0 16px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
}

.about-club-page .about-club__p {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.45;
  max-width: 820px;
}

.about-club-page .about-club__link {
  color: #fd6c1e;
  text-decoration: none;
}

.about-club-page .about-club__link:hover {
  text-decoration: underline;
}

.about-club-page .about-club__points {
  margin: 28px 0 36px;
}

.about-club-page .about-club__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.about-club-page .about-club__cta .about-page__button {
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.about-club-page .about-club__cta .about-page__button:hover {
  background: #fd6c1e;
  color: #fff;
}

@media screen and (max-width: 860px) {
  .about-club-page .about-page__banner-title {
    font-size: 28px;
    padding: 48px 0 20px;
  }

  .about-club-page .about-page__banner-text {
    padding-bottom: 48px;
    font-size: 15px;
  }
}

@media screen and (max-width: 540px) {
  .about-club-page .about-club__banner-top {
    background-image: url('../assets/about-club/banner-top-mobile.jpg?v=20260823about5');
    background-position: center top;
  }

  .about-club-page .about-page__banner-title {
    font-size: 24px;
    padding: 40px 0 16px;
  }

  .about-club-page .about-page__banner-text {
    padding-bottom: 40px;
    font-size: 14px;
    max-width: 100%;
  }

  .about-club-page .about-club__h2 {
    font-size: 22px;
    margin-top: 28px;
  }

  .about-club-page .about-club__p {
    font-size: 16px;
  }

  .about-club-page .about-club__cta .about-page__button {
    font-size: 14px;
    padding: 10px 14px;
  }
}
