.sponsors-page {
  background: #f6f7fb;
}

.sponsors-site-header {
  position: relative;
  background: #09090b;
}

.sponsors-hero {
  min-height: 650px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 70px;
  padding: 92px max(24px, calc((100% - 1180px) / 2));
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 83% 22%, rgba(255,121,0,.32), transparent 28%),
    linear-gradient(135deg, #050505, #171719);
}

.sponsors-hero-copy h1 {
  max-width: 720px;
  margin: 10px 0 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 6.5vw, 6.2rem);
  line-height: .94;
  letter-spacing: -.045em;
}

.sponsors-hero-copy > p:not(.eyebrow) {
  max-width: 720px;
  color: #d8d9df;
  font-size: 1.15rem;
  line-height: 1.7;
}

.sponsor-count-pill {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
  padding: 12px 17px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.07);
}

.sponsor-count-pill strong {
  min-width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #ff7900;
  color: #111;
  font-size: 1.2rem;
}

.sponsor-count-pill span {
  color: #f4f4f6;
  font-weight: 800;
}

.sponsors-hero-art {
  min-height: 460px;
  display: grid;
  place-content: center;
  justify-items: center;
  padding: 38px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 44px;
  background: linear-gradient(145deg, rgba(255,121,0,.18), rgba(27,43,175,.25));
  box-shadow: 0 38px 90px rgba(0,0,0,.35);
  text-align: center;
}

.sponsors-hero-art img {
  width: min(290px, 72%);
  filter: drop-shadow(0 22px 35px rgba(0,0,0,.48));
}

.sponsors-hero-art span,
.sponsors-hero-art strong,
.sponsors-hero-art small {
  display: block;
}

.sponsors-hero-art span {
  margin-top: 16px;
  color: #ff9b3d;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .3em;
}

.sponsors-hero-art strong {
  margin-top: 7px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1;
}

.sponsors-hero-art small {
  margin-top: 8px;
  color: #cbcdd7;
  font-weight: 800;
}

.sponsors-gallery-section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 88px 0 100px;
}

.public-sponsor-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 44px;
}

.public-sponsor-card {
  min-height: 340px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #dfe2eb;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 20px 48px rgba(25,31,67,.09);
}

.public-sponsor-photo {
  min-height: 250px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 20%, rgba(255,121,0,.2), transparent 34%),
    #eef0f7;
}

.public-sponsor-photo img {
  width: 100%;
  height: 250px;
  display: block;
  object-fit: cover;
}

.public-sponsor-photo span {
  width: 130px;
  height: 130px;
  display: grid;
  place-items: center;
  border: 5px solid #ff7900;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4rem;
}

.public-sponsor-card h2 {
  margin: 0;
  padding: 25px 24px 27px;
  color: #14151b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  text-align: center;
}

.sponsor-empty {
  grid-column: 1 / -1;
  min-height: 320px;
  display: grid;
  place-content: center;
  justify-items: center;
  padding: 45px;
  border: 1px dashed #c8cede;
  border-radius: 30px;
  background: #fff;
  text-align: center;
}

.sponsor-empty > div:not(.sponsor-loading-ring) {
  font-size: 3rem;
}

.sponsor-empty h2 {
  margin: 16px 0 8px;
  font-family: Georgia, "Times New Roman", serif;
}

.sponsor-empty p {
  max-width: 620px;
  margin: 0;
  color: #626a7c;
}

.sponsor-loading-ring {
  width: 48px;
  height: 48px;
  border: 5px solid #e4e7ef;
  border-top-color: #ff7900;
  border-radius: 50%;
  animation: sponsorSpin .8s linear infinite;
}

@keyframes sponsorSpin {
  to { transform: rotate(360deg); }
}

.sponsor-cta-section {
  width: min(1180px, calc(100% - 40px));
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 40px;
  margin: 0 auto 100px;
  padding: 44px;
  border-radius: 32px;
  background: #101f9a;
  color: #fff;
}

.sponsor-cta-section h2 {
  margin: 4px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.sponsor-cta-section p:not(.eyebrow) {
  max-width: 720px;
  margin: 0;
  color: #dfe3ff;
}

.sponsor-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

@media (max-width: 900px) {
  .sponsors-hero,
  .sponsor-cta-section {
    grid-template-columns: 1fr;
  }

  .sponsors-hero {
    padding-block: 70px;
  }

  .public-sponsor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sponsor-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  .sponsors-hero {
    width: 100%;
    padding-inline: 22px;
  }

  .sponsors-hero-art {
    min-height: 360px;
    border-radius: 30px;
  }

  .public-sponsor-grid {
    grid-template-columns: 1fr;
  }

  .sponsor-cta-section {
    padding: 30px 24px;
  }

  .sponsor-cta-actions > * {
    width: 100%;
  }
}

/* REVISION 9.2 SIMPLE SPONSORS */
.sponsors-page .sponsors-hero {
  min-height: 430px;
  grid-template-columns: 1fr;
  place-items: center;
  padding-top: 75px;
  padding-bottom: 75px;
  color: #151515;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,121,0,.11), transparent 34%),
    #fff;
  border-bottom: 1px solid #e7e9f1;
}

.sponsors-page .sponsors-hero-copy {
  max-width: 860px;
}

.sponsors-page .sponsors-hero-copy h1 {
  max-width: 820px;
  margin-inline: auto;
  font-size: clamp(3.1rem, 6vw, 5.5rem);
}

.sponsors-page .sponsors-hero-copy > p:not(.eyebrow) {
  max-width: 720px;
  margin-inline: auto;
  color: #5b6272;
}

.sponsors-page .sponsors-hero-art {
  display: none;
}

.sponsors-page .sponsor-count-pill {
  margin-inline: auto;
  border: 1px solid #e3e6ef;
  color: #1b2da8;
  background: #f6f7fc;
  box-shadow: none;
}

.sponsors-page .public-sponsor-grid {
  gap: 18px;
}

.sponsors-page .public-sponsor-card {
  min-height: 250px;
  border: 1px solid #e1e4ec;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(31,40,76,.07);
}

.sponsors-page .public-sponsor-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(31,40,76,.10);
}

.sponsors-page .public-sponsor-photo {
  border-radius: 18px;
  background: #fafbfe;
}

.sponsors-page .sponsor-cta-section {
  border: 1px solid #e0e4ef;
  background: #fff;
  box-shadow: none;
}

.sponsors-page #main-nav .nav-partner-premium {
  padding: 10px 15px;
  border: 1px solid rgba(255,121,0,.72);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, rgba(255,121,0,.24), rgba(255,121,0,.06));
}

.sponsors-page #main-nav .nav-partner-premium::after {
  content: "★";
  margin-left: 7px;
  color: #ffb165;
  font-size: .72rem;
}
/* END REVISION 9.2 SIMPLE SPONSORS */

/* REVISION 9.2.1 SPONSORS POLISH */
.sponsors-page .sponsors-hero {
  min-height: 0;
  display: block;
  padding: 72px max(24px, calc((100% - 1040px) / 2)) 62px;
  text-align: center;
  background:
    radial-gradient(circle at 50% -15%, rgba(255,121,0,.16), transparent 42%),
    linear-gradient(180deg, #ffffff, #fbfbfd);
}

.sponsors-page .sponsors-hero-copy {
  width: min(820px, 100%);
  margin-inline: auto;
}

.sponsors-page .sponsors-hero-copy h1 {
  max-width: 780px;
  margin: 8px auto 18px;
  font-size: clamp(2.8rem, 5.4vw, 4.8rem);
  line-height: .98;
  letter-spacing: -.04em;
}

.sponsors-page .sponsors-hero-copy > p:not(.eyebrow) {
  max-width: 680px;
  margin: 0 auto;
  font-size: 1.08rem;
  line-height: 1.65;
}

.sponsors-page .sponsor-count-pill {
  width: fit-content;
  margin: 24px auto 0;
  padding: 8px 13px 8px 9px;
  gap: 9px;
  border-radius: 999px;
  background: #f3f5fb;
}

.sponsors-page .sponsor-count-pill strong {
  min-width: 36px;
  width: 36px;
  height: 36px;
  font-size: 1rem;
}

.sponsors-page .sponsor-count-pill span {
  color: #4c556b;
  font-size: .84rem;
  font-weight: 850;
}

.sponsors-page .sponsors-gallery-section {
  width: min(1080px, calc(100% - 40px));
  padding: 54px 0 68px;
}

.sponsors-page .sponsors-gallery-section .section-heading {
  max-width: 720px;
  margin-inline: auto;
  text-align: center;
}

.sponsors-page .sponsors-gallery-section .section-heading h2 {
  margin: 6px 0 12px;
  font-size: clamp(2.35rem, 4.5vw, 3.8rem);
  line-height: 1;
}

.sponsors-page .sponsors-gallery-section .section-heading > p:not(.eyebrow) {
  max-width: 660px;
  margin-inline: auto;
  color: #60697b;
}

.sponsors-page .public-sponsor-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 320px));
  justify-content: center;
  gap: 22px;
  margin-top: 34px;
}

.sponsors-page .public-sponsor-card {
  min-height: 265px;
  border-radius: 24px;
}

.sponsors-page .public-sponsor-photo {
  min-height: 190px;
}

.sponsors-page .public-sponsor-photo img {
  height: 190px;
  object-fit: contain;
  padding: 18px;
  background: #fff;
}

.sponsors-page .public-sponsor-photo span {
  width: 104px;
  height: 104px;
  font-size: 3rem;
}

.sponsors-page .public-sponsor-card h2 {
  padding: 20px 18px 22px;
  font-size: 1.35rem;
}

.sponsors-page .sponsor-cta-section {
  width: min(1080px, calc(100% - 40px));
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  margin-bottom: 72px;
  padding: 34px 38px;
  border: 1px solid #dfe3ef;
  border-radius: 28px;
  color: #14151b;
  background:
    radial-gradient(circle at 8% 0%, rgba(255,121,0,.13), transparent 38%),
    linear-gradient(135deg, #ffffff, #f7f8fc);
  box-shadow: 0 18px 50px rgba(31,40,76,.08);
}

.sponsors-page .sponsor-cta-section .eyebrow {
  color: #101f9a;
}

.sponsors-page .sponsor-cta-section h2 {
  margin: 4px 0 10px;
  color: #151515;
  font-size: clamp(2rem, 3.5vw, 3rem);
}

.sponsors-page .sponsor-cta-section p:not(.eyebrow) {
  max-width: 640px;
  color: #5c6578;
  line-height: 1.6;
}

.sponsors-page .sponsor-cta-actions {
  align-items: center;
}

@media (max-width: 820px) {
  .sponsors-page .sponsors-hero {
    padding-block: 58px 50px;
  }

  .sponsors-page .sponsor-cta-section {
    grid-template-columns: 1fr;
  }

  .sponsors-page .sponsor-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .sponsors-page .sponsors-hero-copy h1 {
    font-size: clamp(2.5rem, 13vw, 3.5rem);
  }

  .sponsors-page .sponsors-gallery-section {
    padding-top: 46px;
  }

  .sponsors-page .public-sponsor-grid {
    grid-template-columns: 1fr;
  }

  .sponsors-page .sponsor-cta-section {
    padding: 28px 22px;
  }
}
/* END REVISION 9.2.1 SPONSORS POLISH */
