/* =========================
   Sponsor Page
========================= */
.sp-subtitle {
  margin-top: 10px;
  opacity: 0.85;
  font-size: 16px;
}

/* Intro */
.sp-intro {
  position: relative;
  overflow: hidden;
}

.sp-intro::before {
  content: "";
  position: absolute;
  inset: -220px -220px auto auto;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.16), rgba(124, 58, 237, 0) 65%);
  pointer-events: none;
}

.sp-intro::after {
  content: "";
  position: absolute;
  inset: auto auto -260px -260px;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(236, 72, 153, 0.14), rgba(236, 72, 153, 0) 65%);
  pointer-events: none;
}

.sp-card {
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 18px 45px rgba(16, 24, 40, 0.08);
  padding: 26px 24px;
}

.sp-soft {
  background: linear-gradient(180deg, rgba(124, 58, 237, 0.06), rgba(236, 72, 153, 0.04));
}

.sp-badge {
  display: inline-block;
  padding: 7px 12px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 12px;
  color: #5b21b6;
  background: rgba(124, 58, 237, 0.12);
  margin-bottom: 10px;
}

.sp-title {
  font-size: 28px;
  line-height: 1.25;
  margin-bottom: 10px;
}

.sp-brand {
  color: #5b21b6;
  font-weight: 900;
}

.sp-highlights {
  display: grid;
  gap: 12px;
}

.sp-hi {
  display: flex;
  gap: 12px;
  padding: 14px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.sp-hi h6 {
  margin-bottom: 4px;
  font-weight: 900;
}

.sp-hi p {
  margin: 0;
  opacity: 0.86;
  font-size: 14px;
  line-height: 1.5;
}

.sp-ic {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(236, 72, 153, 0.1);
  border: 1px solid rgba(236, 72, 153, 0.16);
}

.sp-ic i {
  color: #5b21b6;
}

.sp-cta {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.sp-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  padding: 12px 18px;
  box-shadow: 0 16px 35px rgba(236, 72, 153, 0.18);
}

.sp-link {
  font-weight: 900;
  color: #5b21b6;
  text-decoration: underline;
}

/* Visual */
.sp-visual {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 18px 55px rgba(16, 24, 40, 0.1);
  min-height: 320px;
  background: #fff;
}

.sp-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 2;
}

.sp-blob {
  position: absolute;
  inset: -40% -30% auto auto;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(236, 72, 153, 0.28), rgba(236, 72, 153, 0) 65%), radial-gradient(circle, rgba(124, 58, 237, 0.22), rgba(124, 58, 237, 0) 65%);
  filter: blur(2px);
  z-index: 1;
}

.sp-dots {
  position: absolute;
  inset: auto 14px 14px auto;
  width: 160px;
  height: 100px;
  background-image: radial-gradient(rgba(124, 58, 237, 0.35) 1.2px, transparent 1.2px);
  background-size: 10px 10px;
  border-radius: 14px;
  opacity: 0.55;
  z-index: 3;
}

.sp-mini {
  display: grid;
  gap: 10px;
}

.sp-mini-item {
  padding: 14px 14px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 16px 40px rgba(16, 24, 40, 0.08);
}

.sp-mini-item h6 {
  margin-bottom: 4px;
  font-weight: 900;
}

.sp-mini-item p {
  margin: 0;
  opacity: 0.85;
  font-size: 14px;
}

/* Products */
.sp-products {
  background: rgba(124, 58, 237, 0.03);
}

.sp-toolbar {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 0;
}

.sp-search {
  flex: 1 1 320px;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 12px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.06);
}

.sp-search i {
  opacity: 0.7;
}

.sp-search input {
  border: 0;
  outline: none;
  width: 100%;
  background: transparent;
}

.sp-sort {
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 12px 14px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.06);
}

/* Product card */
.sp-product-card {
  display: block;
  height: 100%;
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 18px 45px rgba(16, 24, 40, 0.08);
  padding: 14px 14px 16px;
  transition: transform 0.2s ease;
  color: inherit;
  text-decoration: none !important;
}

.sp-product-card:hover {
  transform: translateY(-2px);
}

.sp-thumb {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.06);
  height: 180px;
  background: #fff;
}

.sp-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sp-p-title {
  margin: 12px 2px 6px;
  font-weight: 900;
  font-size: 15px;
  line-height: 1.35;
  min-height: 42px;
}

.sp-p-price {
  font-weight: 900;
  color: #e11d48;
  font-size: 16px;
}

.sp-p-cta {
  margin-top: 10px;
  font-weight: 900;
  color: #5b21b6;
  opacity: 0.95;
}

/* Bottom CTA */
.sp-cta-card {
  background: linear-gradient(90deg, rgba(124, 58, 237, 0.1), rgba(236, 72, 153, 0.08));
  border: 1px solid rgba(124, 58, 237, 0.16);
  border-radius: 18px;
  padding: 22px 22px;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .sp-title {
    font-size: 24px;
  }
  .sp-visual {
    min-height: 280px;
  }
}