/* ========== Sell Landing Page (Why Sell / Sell) ========== */

.wk-sl {
  background: #fff;
  overflow-x: hidden;
}

/* ===== HERO ===== */
.wk-sl-hero {
  position: relative;
  background: linear-gradient(135deg, #0f172a 0%, #2e1065 55%, #1e1b4b 100%);
  color: #fff;
  overflow: hidden;
  padding: 96px 0 80px;
}

.wk-sl-hero-blobs {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.wk-sl-hero-blobs .blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
}

.blob-1 {
  top: 0;
  left: 22%;
  width: 500px;
  height: 500px;
  background: rgba(147, 51, 234, 0.2);
}

.blob-2 {
  bottom: 0;
  right: 22%;
  width: 400px;
  height: 400px;
  background: rgba(37, 99, 235, 0.2);
}

.wk-sl-hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.05;
  background-image: radial-gradient(circle, #fff 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
}

.wk-sl-hero-inner {
  position: relative;
  max-width: 1000px;
}

.wk-sl-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 24px;
}

.wk-sl-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4ade80;
  animation: wk-sl-pulse 1.8s infinite;
}

@keyframes wk-sl-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

.wk-sl-title {
  font-size: clamp(2.25rem, 6vw, 4.5rem);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0 0 20px;
}

.wk-sl-title-gradient {
  background: linear-gradient(90deg, #c084fc, #f472b6, #fb923c);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wk-sl-subtitle {
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(1rem, 2vw, 1.25rem);
  max-width: 640px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

.wk-sl-stats {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 24px 48px;
  margin-bottom: 40px;
}

.wk-sl-stat-value {
  font-size: 1.875rem;
  font-weight: 900;
  color: #fff;
  margin: 0;
}

.wk-sl-stat-label {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  margin: 2px 0 0;
}

.wk-sl-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-bottom: 64px;
}

.wk-sl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 32px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
  border: none;
  cursor: pointer;
}

.wk-sl-btn.primary {
  background: linear-gradient(90deg, #a855f7, #ec4899);
  color: #fff;
}

.wk-sl-btn.primary:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 25px 50px -12px rgba(168, 85, 247, 0.4);
}

.wk-sl-btn.primary.lg {
  padding: 16px 40px;
  background: linear-gradient(90deg, #a855f7, #3b82f6);
}

.wk-sl-btn.ghost {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.wk-sl-btn.ghost:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.wk-sl-hero-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 768px;
  margin: 0 auto;
}

.wk-sl-hero-img {
  aspect-ratio: 16 / 10;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
}

.wk-sl-hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
}

/* ===== PERKS STRIP ===== */
.wk-sl-perks {
  background: #f9fafb;
  border-top: 1px solid #f3f4f6;
  border-bottom: 1px solid #f3f4f6;
  padding: 40px 0;
}

.wk-sl-perks-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
}

.wk-sl-perk {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}

.wk-sl-perk-icon {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  background: linear-gradient(135deg, #f3e8ff, #dbeafe);
  color: #9333ea;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wk-sl-perk-label {
  font-weight: 700;
  color: #111827;
  font-size: 0.875rem;
  margin: 0;
}

.wk-sl-perk-sub {
  color: #9ca3af;
  font-size: 0.75rem;
  line-height: 1.3;
  margin: 0;
}

/* ===== 4 STEPS (dark) ===== */
.wk-sl-steps-section {
  position: relative;
  padding: 96px 0;
  overflow: hidden;
}

.wk-sl-steps-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #0f172a, #2e1065, #0f172a);
}

.wk-sl-steps-glow {
  position: absolute;
  top: 25%;
  left: 25%;
  width: 384px;
  height: 384px;
  background: rgba(147, 51, 234, 0.2);
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
}

.wk-sl-steps-inner {
  position: relative;
}

.wk-sl-section-head {
  margin-bottom: 56px;
}

.wk-sl-eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #c084fc;
  margin: 0 0 12px;
}

.wk-sl-eyebrow.light {
  color: #a855f7;
}

.wk-sl-section-head h2 {
  font-size: clamp(1.75rem, 4vw, 3rem);
  font-weight: 900;
  color: #111827;
  margin: 0 0 16px;
}

.wk-sl-section-head h2.dark {
  color: #111827;
}

.wk-sl-section-sub {
  color: rgba(255, 255, 255, 0.6);
  max-width: 560px;
  margin: 0 auto;
}

.wk-sl-section-sub.dark {
  color: #6b7280;
}

.wk-sl-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 64px;
}

.wk-sl-step-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 24px;
  transition: background 0.3s, border-color 0.3s;
  display: flex;
  flex-direction: column;
}

.wk-sl-step-card:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

.wk-sl-step-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.wk-sl-step-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

.wk-sl-step-icon.purple { background: linear-gradient(135deg, #8b5cf6, #9333ea); }
.wk-sl-step-icon.blue { background: linear-gradient(135deg, #3b82f6, #06b6d4); }
.wk-sl-step-icon.green { background: linear-gradient(135deg, #10b981, #14b8a6); }
.wk-sl-step-icon.orange { background: linear-gradient(135deg, #f97316, #f59e0b); }

.wk-sl-step-num {
  font-size: 2.75rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.08);
  line-height: 1;
  user-select: none;
}

.wk-sl-step-card h3 {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 8px;
}

.wk-sl-step-desc {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 0 0 16px;
  flex: 1;
}

.wk-sl-step-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.wk-sl-step-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
}

.wk-sl-step-list svg {
  color: #4ade80;
  flex-shrink: 0;
}

.wk-sl-mini-perks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 24px 40px;
  margin-bottom: 48px;
}

.wk-sl-mini-perk {
  display: flex;
  align-items: center;
  gap: 12px;
}

.wk-sl-mini-perk-icon {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.wk-sl-mini-perk-label {
  color: #fff;
  font-weight: 600;
  font-size: 0.875rem;
  margin: 0;
}

.wk-sl-mini-perk-sub {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.75rem;
  margin: 0;
}

.wk-sl-fineprint {
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.75rem;
  margin: 12px 0 0;
}

/* ===== TESTIMONIALS ===== */
.wk-sl-testimonials {
  padding: 80px 0;
  background: #fff;
}

.wk-sl-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.wk-sl-testimonial-card {
  background: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  transition: box-shadow 0.3s;
}

.wk-sl-testimonial-card:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.wk-sl-testimonial-cover {
  height: 144px;
  position: relative;
  overflow: hidden;
}

.wk-sl-testimonial-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.wk-sl-testimonial-card:hover .wk-sl-testimonial-cover img {
  transform: scale(1.05);
}

.wk-sl-testimonial-cover-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.wk-sl-testimonial-stars {
  position: absolute;
  bottom: 12px;
  left: 16px;
  display: flex;
  gap: 2px;
}

.wk-sl-testimonial-body {
  padding: 20px;
}

.wk-sl-testimonial-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.wk-sl-testimonial-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid #f3e8ff;
  object-fit: cover;
}

.wk-sl-testimonial-name {
  font-weight: 700;
  color: #111827;
  font-size: 0.875rem;
  margin: 0;
}

.wk-sl-testimonial-meta {
  font-size: 0.75rem;
  color: #9ca3af;
  margin: 0;
}

.wk-sl-testimonial-quote {
  font-size: 0.875rem;
  font-style: italic;
  color: #4b5563;
  line-height: 1.6;
  margin: 0 0 16px;
}

.wk-sl-testimonial-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wk-sl-testimonial-sales {
  font-size: 0.75rem;
  font-weight: 700;
  color: #9333ea;
  background: #faf5ff;
  padding: 4px 12px;
  border-radius: 999px;
}

.wk-sl-testimonial-badge {
  color: #3b82f6;
}

/* ===== FAQ ===== */
.wk-sl-faq {
  padding: 80px 0;
  background: #f9fafb;
}

.wk-sl-faq-inner {
  max-width: 768px;
}

.wk-sl-faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.wk-sl-faq-item {
  background: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}

.wk-sl-faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 24px;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  font-family: var(--wk-font, 'Inter', sans-serif);
}

.wk-sl-faq-question span {
  font-weight: 600;
  color: #111827;
  font-size: 0.9375rem;
}

.wk-sl-faq-question svg {
  color: #9ca3af;
  flex-shrink: 0;
  transition: transform 0.2s;
}

.wk-sl-faq-item.open .wk-sl-faq-question svg {
  transform: rotate(180deg);
}

.wk-sl-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
}

.wk-sl-faq-item.open .wk-sl-faq-answer {
  max-height: 300px;
}

.wk-sl-faq-answer p {
  margin: 0;
  padding: 0 24px 20px;
  border-top: 1px solid #f3f4f6;
  padding-top: 16px;
  font-size: 0.875rem;
  color: #6b7280;
  line-height: 1.6;
}

/* ===== FINAL CTA ===== */
.wk-sl-final-cta {
  position: relative;
  padding: 80px 0;
  background: linear-gradient(90deg, #9333ea, #7e22ce, #2563eb);
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.wk-sl-final-cta-glow {
  position: absolute;
  width: 384px;
  height: 384px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  filter: blur(90px);
  animation: wk-sl-pulse 3s infinite;
}

.glow-1 { top: 0; left: 25%; }
.glow-2 { bottom: 0; right: 25%; animation-delay: 1s; }

.wk-sl-final-cta-inner {
  position: relative;
  max-width: 640px;
}

.wk-sl-final-cta-icon {
  color: #fde047;
  margin: 0 auto 20px;
  display: block;
}

.wk-sl-final-cta h2 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 900;
  margin: 0 0 16px;
}

.wk-sl-final-cta p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.125rem;
  margin: 0 0 32px;
}

.wk-sl-final-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  color: #7e22ce;
  padding: 16px 40px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 1rem;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}

.wk-sl-final-cta-btn:hover {
  color: #7e22ce;
  background: #f9fafb;
  transform: translateY(-2px);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.3);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991.98px) {
  .wk-sl-perks-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .wk-sl-steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .wk-sl-testimonial-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .wk-sl-hero {
    padding: 64px 0 56px;
  }

  .wk-sl-perks-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .wk-sl-steps-grid {
    grid-template-columns: 1fr;
  }

  .wk-sl-hero-images {
    grid-template-columns: 1fr;
    max-width: 320px;
  }

  .wk-sl-stats {
    gap: 20px 32px;
  }

  .wk-sl-hero-actions {
    flex-direction: column;
    align-items: stretch;
    padding: 0 24px;
  }

  .wk-sl-mini-perks {
    flex-direction: column;
    gap: 16px;
  }
}
