/* Special — fan kit page */

.sp-page {
  font-family: "Manrope", system-ui, sans-serif;
}

.sp-page .header-content,
.sp-page .footer-content {
  font-family: "Manrope", system-ui, sans-serif;
}

.sp-hero {
  position: relative;
  isolation: isolate;
  min-height: min(36vh, 320px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sp-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(7, 10, 24, 0.45) 0%, rgba(7, 10, 24, 0.92) 75%, rgba(7, 10, 24, 0.98) 100%),
    var(--sp-hero-img) center / cover no-repeat;
}

.sp-hero-inner {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 56px 0 40px;
}

.sp-hero-brand {
  margin: 0 0 8px;
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 210, 74, 0.85);
}

.sp-hero-title {
  margin: 0;
  font-family: "Bebas Neue", "Manrope", sans-serif;
  font-size: clamp(2.8rem, 6vw, 4.2rem);
  letter-spacing: 0.04em;
  color: #fff;
}

.sp-hero-lead {
  margin: 12px 0 0;
  max-width: 36rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.05rem;
  line-height: 1.55;
}

.sp-main {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 48px 0 72px;
}

.sp-section-title {
  margin: 0 0 28px;
  padding: 0.8em 0.6em;
  border-left: 6px solid #f16700;
  background: rgba(51, 51, 51, 0.85);
  font-family: "Bebas Neue", "Manrope", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  color: #fff;
}

.sp-kit-group + .sp-kit-group {
  margin-top: 3rem;
}

.sp-kit-heading {
  margin: 0 0 16px;
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 1.1rem;
  font-weight: 800;
  color: #fff;
}

.sp-kit-heading i {
  margin-right: 8px;
  color: #ffb84a;
}

.sp-kit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 12px;
  border-radius: 6px;
  background: rgba(51, 51, 51, 0.85);
}

.sp-kit-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}

.sp-kit-item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #111;
}

.sp-kit-download {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  transition: color 0.15s ease;
}

.sp-kit-download:hover {
  color: #ffb84a;
}

.sp-kit-download i {
  font-size: 0.85em;
  color: #ff7a18;
}

.sp-credit {
  margin-top: 40px;
  padding: 16px 18px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.28);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.92rem;
  line-height: 1.6;
}

.sp-page .games-showcase {
  padding: 0 0 80px;
}

@media (max-width: 900px) {
  .sp-kit-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .sp-hero-inner,
  .sp-main {
    width: calc(100% - 32px);
  }
}
