/* ================================================
   SPONSORLAR — MAXIMUM PREMIUM SPORTIVE EDITION
================================================ */

section { margin: 0; }

/* ─── Base Container ─── */
.sponsors-page {
  width: min(1240px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 28px 0 100px;
}

/* ═══════════════════════════════════════════════
   HERO
═══════════════════════════════════════════════ */
.sp-hero {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 28px;
  margin-bottom: 80px;
  background: linear-gradient(145deg, #060d1e 0%, #0f1729 40%, #1a0608 100%);
  border: 1px solid rgba(193, 18, 31, 0.18);
  box-shadow:
    0 32px 64px rgba(2, 6, 23, 0.55),
    0 0 0 1px rgba(255, 255, 255, 0.04);
}

.sp-hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.sp-hero__stripe {
  position: absolute;
  height: 100%;
  width: 3px;
  background: linear-gradient(180deg, transparent, rgba(193, 18, 31, 0.45), transparent);
  animation: stripeSlide 5s ease-in-out infinite alternate;
}

.sp-hero__stripe--1 {
  left: 12%;
  transform: skewX(-16deg);
  opacity: 0.55;
  animation-delay: 0s;
}

.sp-hero__stripe--2 {
  left: 14%;
  transform: skewX(-16deg);
  opacity: 0.28;
  animation-delay: 0.6s;
  width: 2px;
}

.sp-hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(68px);
  animation: orbFloat 10s ease-in-out infinite alternate;
}

.sp-hero__orb--r {
  width: 380px;
  height: 380px;
  background: rgba(193, 18, 31, 0.22);
  top: -80px;
  right: -60px;
  animation-duration: 9s;
}

.sp-hero__orb--b {
  width: 260px;
  height: 260px;
  background: rgba(34, 184, 199, 0.12);
  bottom: -60px;
  left: 20%;
  animation-duration: 13s;
  animation-delay: -4s;
}

.sp-hero__inner {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 72px 28px 44px;
}

.sp-hero__eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 4px;
  color: #c1121f;
  text-transform: uppercase;
  margin-bottom: 14px;
  padding: 5px 16px;
  border: 1px solid rgba(193, 18, 31, 0.32);
  border-radius: 100px;
  background: rgba(193, 18, 31, 0.08);
}

.sp-hero__title {
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 900;
  color: #fff;
  margin: 0 0 14px;
  letter-spacing: -0.5px;
  line-height: 1.1;
  text-shadow: 0 4px 32px rgba(0, 0, 0, 0.4);
}

.sp-hero__sub {
  max-width: 660px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
  line-height: 1.7;
}

.sp-hero__stats {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 28px;
  background: rgba(0, 0, 0, 0.22);
}

.sp-hero__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  max-width: 160px;
  gap: 4px;
}

.sp-hero__stat-num {
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  letter-spacing: -1px;
}

.sp-hero__stat-lbl {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.sp-hero__stat-div {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.12);
  flex-shrink: 0;
}

/* ═══════════════════════════════════════════════
   SECTION WRAPPER
═══════════════════════════════════════════════ */
.sp-section {
  margin-bottom: 72px;
}

.sp-section__head {
  text-align: center;
  margin-bottom: 36px;
}

.sp-section__title {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 800;
  color: #ffffff;
  margin: 12px 0 16px;
  letter-spacing: -0.3px;
}

.sp-section__line {
  width: 56px;
  height: 4px;
  background: linear-gradient(90deg, #c1121f, #ff4d5e);
  border-radius: 100px;
  margin: 0 auto;
  box-shadow: 0 2px 12px rgba(193, 18, 31, 0.35);
}

.sp-tier-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 100px;
}

.sp-tier-badge__icon {
  font-size: 0.8rem;
}

.sp-tier-badge--platinum {
  background: linear-gradient(135deg, #d4af37, #f0d060, #c9a227);
  color: #3d2800;
  box-shadow: 0 4px 16px rgba(212, 175, 55, 0.3);
}

.sp-tier-badge--gold {
  background: linear-gradient(135deg, #f59e0b, #fbbf24, #d97706);
  color: #3d2800;
  box-shadow: 0 4px 16px rgba(245, 158, 11, 0.28);
}

/* ═══════════════════════════════════════════════
   SPONSOR CARDS — BASE
═══════════════════════════════════════════════ */
.sp-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 22px;
  background: linear-gradient(145deg, #0c1425, #141f38);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 18px 40px rgba(2, 6, 23, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  transition:
    transform 0.28s cubic-bezier(.22,.68,0,1.2),
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.sp-card__shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    115deg,
    transparent 20%,
    rgba(255, 255, 255, 0.6) 50%,
    transparent 80%
  );
  transform: translateX(-140%);
  transition: transform 0.65s cubic-bezier(.4,0,.2,1);
  pointer-events: none;
  z-index: 3;
}

.sp-card:hover .sp-card__shine {
  transform: translateX(140%);
}

.sp-card:hover {
  transform: translateY(-10px) scale(1.015);
  border-color: rgba(193, 18, 31, 0.38);
  box-shadow:
    0 36px 68px rgba(2, 6, 23, 0.38),
    0 0 0 1px rgba(193, 18, 31, 0.22),
    0 0 40px rgba(193, 18, 31, 0.1);
}

.sp-card__body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 28px 24px 22px;
}

.sp-card__name {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.32);
  margin-bottom: 14px;
  text-align: center;
}

.sp-card__logo {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.sp-card__logo img {
  max-width: 74%;
  max-height: 110px;
  object-fit: contain;
  filter: grayscale(1) brightness(0.9) contrast(1.05);
  opacity: 0.88;
  transition: transform 0.32s ease, filter 0.32s ease, opacity 0.32s ease;
}

.sp-card:hover .sp-card__logo img {
  transform: scale(1.1);
  filter: grayscale(0) brightness(1.05) contrast(1.08) saturate(1.1);
  opacity: 1;
}

.sp-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: inherit;
  background: linear-gradient(140deg, rgba(6, 13, 30, 0.9), rgba(193, 18, 31, 0.82));
  backdrop-filter: blur(4px);
  opacity: 0;
  transform: scale(0.97);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.sp-card:hover .sp-card__overlay {
  opacity: 1;
  transform: scale(1);
}

.sp-card__visit-label {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
}

.sp-card__visit-arrow {
  font-size: 1.4rem;
  color: #fff;
  animation: arrowBounce 0.8s ease-in-out infinite;
}

/* ═══════════════════════════════════════════════
   MAIN (PLATINUM) SPONSOR CARD
═══════════════════════════════════════════════ */
.sp-card--main {
  width: min(780px, 100%);
  margin-inline: auto;
  min-height: 230px;
  border-color: rgba(212, 175, 55, 0.26);
  background: linear-gradient(145deg, #0e1a31, #1c2a4a);
  box-shadow:
    0 0 0 1px rgba(212, 175, 55, 0.18),
    0 0 0 8px rgba(193, 18, 31, 0.07),
    0 32px 72px rgba(2, 6, 23, 0.44);
}

.sp-card__glow {
  position: absolute;
  inset: -4px;
  border-radius: 26px;
  background: conic-gradient(
    from 0deg,
    rgba(212, 175, 55, 0.0),
    rgba(212, 175, 55, 0.55),
    rgba(193, 18, 31, 0.55),
    rgba(212, 175, 55, 0.0)
  );
  animation: glowSpin 5s linear infinite;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.sp-card--main::after {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 22px;
  background: linear-gradient(145deg, #0e1a31, #1c2a4a);
  z-index: 1;
}

.sp-card--main .sp-card__body,
.sp-card--main .sp-card__overlay,
.sp-card--main .sp-card__shine {
  z-index: 2;
}

.sp-card--main:hover .sp-card__glow {
  opacity: 1;
}

.sp-card--main .sp-card__logo img {
  max-width: 64%;
  max-height: 130px;
}

.sp-card--main .sp-card__name {
  color: rgba(212, 175, 55, 0.5);
  letter-spacing: 3px;
}

.sp-card--main:hover {
  transform: translateY(-12px) scale(1.018);
  border-color: rgba(212, 175, 55, 0.42);
  box-shadow:
    0 48px 80px rgba(2, 6, 23, 0.5),
    0 0 0 1px rgba(212, 175, 55, 0.35),
    0 0 60px rgba(193, 18, 31, 0.18);
}

/* ═══════════════════════════════════════════════
   GOLD SPONSOR GRID
═══════════════════════════════════════════════ */
.sp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
}

.sp-card--wide {
  min-height: 190px;
}

.sp-card--wide .sp-card__logo img {
  max-width: 82%;
  max-height: 100px;
}

/* ═══════════════════════════════════════════════
   WHY / CTA SECTION
═══════════════════════════════════════════════ */
.sp-why {
  border-radius: 26px;
  background: linear-gradient(140deg, #060d1e 0%, #0c1728 50%, #14060a 100%);
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow:
    0 28px 56px rgba(2, 6, 23, 0.38),
    inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  overflow: hidden;
  position: relative;
}

.sp-why::before {
  content: "";
  position: absolute;
  top: -60%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(193, 18, 31, 0.16), transparent 60%);
  filter: blur(40px);
  pointer-events: none;
}

.sp-why__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.sp-why__text {
  padding: 60px 48px 60px 56px;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
}

.sp-why__eyebrow {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: #c1121f;
  margin-bottom: 12px;
}

.sp-why__title {
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  font-weight: 900;
  color: #fff;
  margin: 0 0 14px;
  line-height: 1.2;
  letter-spacing: -0.3px;
}

.sp-why__desc {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.98rem;
  line-height: 1.75;
  margin-bottom: 28px;
}

.sp-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: linear-gradient(135deg, #c1121f, #e8333f);
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(193, 18, 31, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.sp-cta-btn svg {
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.sp-cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(193, 18, 31, 0.45);
  background: linear-gradient(135deg, #d4141e, #ff3a47);
}

.sp-cta-btn:hover svg {
  transform: translateX(4px);
}

.sp-why__perks {
  padding: 60px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.sp-perk {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
  transition: background 0.2s ease, border-color 0.2s ease;
}

.sp-perk:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(193, 18, 31, 0.25);
}

.sp-perk__icon {
  font-size: 1.5rem;
  flex-shrink: 0;
  line-height: 1;
}

.sp-perk__title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}

.sp-perk__desc {
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.54);
  line-height: 1.5;
}

/* ═══════════════════════════════════════════════
   REVEAL ANIMATION
═══════════════════════════════════════════════ */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.65s cubic-bezier(.22,.68,0,1),
    transform 0.65s cubic-bezier(.22,.68,0,1);
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* ═══════════════════════════════════════════════
   KEYFRAMES
═══════════════════════════════════════════════ */
@keyframes orbFloat {
  0%   { transform: translate(0px, 0px) scale(1); }
  100% { transform: translate(20px, -24px) scale(1.04); }
}

@keyframes stripeSlide {
  0%   { opacity: 0.2; transform: skewX(-16deg) translateY(-8px); }
  100% { opacity: 0.6; transform: skewX(-16deg) translateY(8px); }
}

@keyframes glowSpin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

@keyframes arrowBounce {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(4px); }
}

/* ═══════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════ */
@media (max-width: 900px) {
  .sp-why__inner {
    grid-template-columns: 1fr;
  }

  .sp-why__text {
    padding: 44px 32px 36px;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  }

  .sp-why__perks {
    padding: 36px 32px 44px;
  }
}

@media (max-width: 768px) {
  .sponsors-page {
    width: calc(100% - 1rem);
    padding: 16px 0 72px;
  }

  .sp-hero {
    border-radius: 20px;
    margin-bottom: 56px;
  }

  .sp-hero__inner {
    padding: 52px 20px 32px;
  }

  .sp-hero__stats {
    padding: 22px 16px;
  }

  .sp-hero__stat-num {
    font-size: 1.6rem;
  }

  .sp-card--main {
    min-height: 180px;
  }

  .sp-section {
    margin-bottom: 52px;
  }

  .sp-why__text,
  .sp-why__perks {
    padding: 36px 24px;
  }

  .sp-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .sp-hero__stats {
    flex-direction: column;
    gap: 16px;
  }

  .sp-hero__stat-div {
    width: 40px;
    height: 1px;
  }

  .sp-hero__title { font-size: 1.6rem; }
  .sp-hero__desc { font-size: 0.88rem; }
  .sp-section-title { font-size: 1.3rem; }
  .sp-card--main { min-height: 150px; padding: 28px 16px; }
  .sp-why__text { padding: 28px 16px; }
  .sp-why__perks { padding: 28px 16px; }
  .sp-perk { gap: 10px; }
}

@media (max-width: 375px) {
  .sponsors-page { padding: 12px 0 56px; }
  .sp-hero__inner { padding: 40px 14px 28px; }
  .sp-hero__title { font-size: 1.4rem; }
  .sp-hero__stat-num { font-size: 1.3rem; }
  .sp-hero__stat-label { font-size: 0.62rem; }
  .sp-hero { border-radius: 16px; }
  .sp-card { border-radius: 14px; }
  .sp-section { margin-bottom: 40px; }
}
