/* ============================================
   BENEFITEO SPECIAL CARD LANDING
   ============================================ */
.sp {
  max-width: 1280px;
  margin: 0 auto;
  padding: 1.25rem 1.15rem 5.5rem;
}
.sp-crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.88rem;
  color: var(--muted);
  margin-bottom: 1.25rem;
}
.sp-crumbs a {
  color: var(--blue);
  text-decoration: none;
  font-weight: 600;
}
.sp-crumbs a:hover { text-decoration: underline; }
.sp-crumbs strong { color: var(--ink); font-weight: 700; }

/* ——— Hero ——— */
.sp-hero {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(145deg, #031b4e 0%, #15358a 48%, #2448c6 115%);
  color: #fff;
  padding: 1.75rem 1.35rem 2rem;
  display: grid;
  gap: 1.75rem;
  margin-bottom: 1.75rem;
}
@media (min-width: 900px) {
  .sp-hero {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: center;
    gap: 2.5rem;
    padding: 2.75rem 3rem;
  }
}
.sp-hero-glow {
  position: absolute;
  inset: auto -15% -40% 30%;
  height: 80%;
  background:
    radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.2), transparent 55%),
    radial-gradient(circle at 80% 50%, rgba(157, 176, 255, 0.4), transparent 50%);
  pointer-events: none;
}
.sp-hero-copy,
.sp-hero-card { position: relative; z-index: 1; }

.sp-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 0.9rem;
  padding: 0.4rem 0.85rem;
  width: fit-content;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 0.8rem;
  font-weight: 700;
}
.sp-kicker .shop-icon { width: 16px; height: 16px; }

.sp-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.15rem, 5vw, 3.4rem);
  line-height: 1.02;
  margin: 0 0 1rem;
  letter-spacing: -0.03em;
}
.sp-hero-lead {
  margin: 0 0 1.35rem;
  font-size: 1.05rem;
  line-height: 1.55;
  opacity: 0.9;
  max-width: 40ch;
}
.sp-hero-cta {
  margin-bottom: 1.25rem;
}

.sp-hero-pills {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1.1rem;
}
.sp-hero-pills li {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.88rem;
  opacity: 0.92;
}
.sp-hero-pills .shop-icon { width: 16px; height: 16px; }

.sp-card-frame {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.28);
  border: 3px solid rgba(255, 255, 255, 0.35);
}
.sp-card-frame img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}
.sp-card-badge {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(36, 72, 198, 0.95);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
}
.sp-card-badge .shop-icon { width: 14px; height: 14px; }
.sp-card-range {
  margin: 0.85rem 0 0;
  text-align: center;
  font-size: 0.92rem;
  font-weight: 700;
  opacity: 0.9;
}

/* ——— Buy block ——— */
.sp-buy {
  background: #fff;
  border: 1px solid rgba(3, 27, 78, 0.07);
  border-radius: 28px;
  box-shadow: var(--shadow);
  padding: 1.35rem 1.2rem 1.5rem;
  margin-bottom: 2.5rem;
  scroll-margin-top: calc(var(--nav-h, 72px) + 1rem);
}
@media (min-width: 720px) {
  .sp-buy { padding: 1.75rem 1.85rem 1.9rem; }
}
.sp-buy-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  margin-bottom: 1.35rem;
}
.sp-buy-head .shop-h2 { margin: 0.25rem 0 0; }
.sp-compare {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--blue);
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
}
.sp-compare:hover { text-decoration: underline; }
.sp-compare .shop-icon { width: 18px; height: 18px; }

.sp-buy-grid {
  display: grid;
  gap: 1.35rem;
}
@media (min-width: 800px) {
  .sp-buy-grid {
    grid-template-columns: 1.35fr 0.85fr;
    gap: 1.75rem;
    align-items: start;
  }
}
.sp-buy-panel { display: flex; flex-direction: column; gap: 1.1rem; }
.sp-buy-panel .pdp-block h3 {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--ink);
}
.sp-buy-summary {
  background: var(--blue-wash);
  border: 1px solid rgba(36, 72, 198, 0.12);
  border-radius: 20px;
  padding: 1.25rem 1.2rem;
}
.sp-sum-line {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 1rem;
}
.sp-sum-line span {
  font-size: 0.9rem;
  color: var(--muted);
  font-weight: 600;
}
.sp-sum-line strong {
  font-family: var(--font-display);
  font-size: 1.65rem;
  color: var(--ink);
  letter-spacing: -0.02em;
}
.sp-sum-note {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0.9rem 0 0;
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.35;
}
.sp-sum-note .shop-icon {
  width: 16px;
  height: 16px;
  color: var(--blue);
  flex-shrink: 0;
}

/* ——— Sections ——— */
.sp-section-head {
  margin-bottom: 1.35rem;
  max-width: 520px;
}
.sp-section-head-row {
  max-width: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.sp-section-head-row > .shop-btn {
  margin: 0;
  flex-shrink: 0;
}
.sp-section-head .shop-h2 { margin: 0.25rem 0 0.5rem; }
.sp-section-head .shop-lead { margin: 0; }

.sp-why { margin-bottom: 2.75rem; scroll-margin-top: calc(var(--nav-h, 72px) + 1rem); }
.sp-why-grid {
  display: grid;
  gap: 0.85rem;
}
@media (min-width: 640px) {
  .sp-why-grid { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 1000px) {
  .sp-why-grid { grid-template-columns: repeat(4, 1fr); }
}
.sp-why-card {
  background: #fff;
  border: 1px solid rgba(3, 27, 78, 0.07);
  border-radius: 20px;
  padding: 1.25rem 1.15rem;
  box-shadow: var(--shadow);
}
.sp-why-card .shop-icon {
  width: 28px;
  height: 28px;
  color: var(--blue);
  margin-bottom: 0.75rem;
}
.sp-why-card h3 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
  color: var(--ink);
}
.sp-why-card p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.45;
}

.sp-steps {
  margin-bottom: 2.75rem;
  background: #fff;
  border: 1px solid rgba(3, 27, 78, 0.07);
  border-radius: 28px;
  padding: 1.5rem 1.25rem;
  box-shadow: var(--shadow);
}
@media (min-width: 720px) {
  .sp-steps { padding: 2rem 2rem 2.15rem; }
}
.sp-steps-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}
@media (min-width: 800px) {
  .sp-steps-list { grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
}
.sp-steps-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: start;
}
.sp-step-n {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: var(--blue-mist);
  color: var(--blue);
  font-weight: 800;
  font-size: 1rem;
}
.sp-steps-list strong {
  display: block;
  font-size: 1rem;
  color: var(--ink);
  margin-bottom: 0.25rem;
}
.sp-steps-list span {
  display: block;
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.45;
}

.sp-features { margin-bottom: 2.75rem; }

.sp-exchange { margin-bottom: 2.5rem; }
.sp-brand-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}
@media (min-width: 640px) {
  .sp-brand-grid { grid-template-columns: repeat(4, 1fr); }
}
.sp-brand {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  background: #fff;
  border: 1px solid rgba(3, 27, 78, 0.07);
  border-radius: 18px;
  padding: 0.65rem;
  text-decoration: none;
  color: var(--ink);
  box-shadow: var(--shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.sp-brand:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}
.sp-brand img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  border-radius: 12px;
  background: var(--blue-wash);
}
.sp-brand span {
  font-size: 0.85rem;
  font-weight: 700;
  padding: 0 0.25rem 0.35rem;
}

.sp-cta-band {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  align-items: flex-start;
  background: linear-gradient(135deg, var(--blue-mist), var(--blue-wash));
  border: 1px solid rgba(36, 72, 198, 0.14);
  border-radius: 28px;
  padding: 1.65rem 1.35rem;
}
@media (min-width: 720px) {
  .sp-cta-band {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 2.25rem;
  }
}
.sp-cta-band h2 {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  margin: 0 0 0.4rem;
  color: var(--ink);
}
.sp-cta-band p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.45;
  max-width: 42ch;
}
