/* ========== Seller Guidance Page ========== */

.wk-sg {
  background: #f9fafb;
}

/* Hero */
.wk-sg-hero {
  background: linear-gradient(90deg, #9333ea, #2563eb);
  color: #fff;
  padding: 80px 16px;
}

.wk-sg-hero h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  margin: 0 0 20px;
}

.wk-sg-hero p {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.85);
  max-width: 720px;
  margin: 0 auto 28px;
  line-height: 1.6;
}

.wk-sg-hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: #9333ea;
  padding: 14px 32px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.9375rem;
  text-decoration: none;
  transition: transform 0.15s, box-shadow 0.15s;
}

.wk-sg-hero-btn:hover {
  color: #7e22ce;
  transform: translateY(-1px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.wk-sg-body {
  padding: 64px 16px;
}

.wk-sg-section {
  margin-bottom: 80px;
}

.wk-sg-section-head {
  text-align: center;
  margin-bottom: 48px;
}

.wk-sg-section-head h2 {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  color: #111827;
  margin: 0 0 12px;
}

.wk-sg-section-head p {
  font-size: 1.125rem;
  color: #6b7280;
  margin: 0;
}

.wk-sg-tips-icon {
  color: #eab308;
  margin: 0 auto 16px;
  display: block;
}

/* Steps */
.wk-sg-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.wk-sg-step-card {
  background: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.2s;
  position: relative;
}

.wk-sg-step-card:hover {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.wk-sg-step-num {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(90deg, #9333ea, #2563eb);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 24px;
}

.wk-sg-step-icon {
  color: #9333ea;
  margin-bottom: 16px;
  display: block;
}

.wk-sg-step-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 12px;
}

.wk-sg-step-card p {
  color: #6b7280;
  margin: 0;
  line-height: 1.6;
}

/* Benefits */
.wk-sg-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.wk-sg-benefit-card {
  background: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.2s;
}

.wk-sg-benefit-card:hover {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.wk-sg-benefit-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: #f3e8ff;
  color: #9333ea;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.wk-sg-benefit-card h3 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 8px;
}

.wk-sg-benefit-card p {
  color: #6b7280;
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.5;
}

/* Tips */
.wk-sg-tips {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.wk-sg-tip-card {
  background: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: flex-start;
  gap: 16px;
  transition: box-shadow 0.2s;
}

.wk-sg-tip-card:hover {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.wk-sg-tip-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.wk-sg-tip-icon.purple { background: #f3e8ff; color: #9333ea; }
.wk-sg-tip-icon.blue { background: #dbeafe; color: #2563eb; }
.wk-sg-tip-icon.green { background: #dcfce7; color: #16a34a; }
.wk-sg-tip-icon.orange { background: #ffedd5; color: #ea580c; }

.wk-sg-tip-card h3 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 8px;
}

.wk-sg-tip-card p {
  color: #6b7280;
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.5;
}

/* Stats */
.wk-sg-stats {
  background: linear-gradient(90deg, #9333ea, #2563eb);
  border-radius: 24px;
  padding: 48px 32px;
  color: #fff;
  margin-bottom: 80px;
}

.wk-sg-stats .wk-sg-section-head h2 {
  color: #fff;
}

.wk-sg-stats .wk-sg-section-head p {
  color: rgba(255, 255, 255, 0.85);
}

.wk-sg-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.wk-sg-stat {
  text-align: center;
}

.wk-sg-stat-num {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  margin-bottom: 8px;
}

.wk-sg-stat-label {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9375rem;
}

/* CTA */
.wk-sg-cta {
  background: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 24px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  padding: 56px 32px;
  text-align: center;
}

.wk-sg-cta-icon {
  color: #22c55e;
  margin: 0 auto 24px;
  display: block;
}

.wk-sg-cta h2 {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  color: #111827;
  margin: 0 0 16px;
}

.wk-sg-cta p {
  font-size: 1.125rem;
  color: #6b7280;
  max-width: 640px;
  margin: 0 auto 32px;
  line-height: 1.6;
}

.wk-sg-cta-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.wk-sg-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.9375rem;
  text-decoration: none;
  transition: transform 0.15s, box-shadow 0.15s, background 0.15s;
}

.wk-sg-cta-btn.primary {
  background: linear-gradient(90deg, #9333ea, #2563eb);
  color: #fff;
}

.wk-sg-cta-btn.primary:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 15px 30px rgba(147, 51, 234, 0.3);
}

.wk-sg-cta-btn.outline {
  border: 2px solid #e5e7eb;
  color: #374151;
}

.wk-sg-cta-btn.outline:hover {
  color: #111827;
  background: #f9fafb;
}

/* Responsive */
@media (max-width: 991.98px) {
  .wk-sg-steps,
  .wk-sg-benefits {
    grid-template-columns: repeat(2, 1fr);
  }

  .wk-sg-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media (max-width: 767.98px) {
  .wk-sg-tips {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .wk-sg-hero {
    padding: 56px 16px;
  }

  .wk-sg-body {
    padding: 40px 16px;
  }

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

  .wk-sg-steps,
  .wk-sg-benefits {
    grid-template-columns: 1fr;
  }

  .wk-sg-stats {
    padding: 32px 20px;
  }

  .wk-sg-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .wk-sg-cta {
    padding: 40px 20px;
  }

  .wk-sg-cta-actions {
    flex-direction: column;
  }

  .wk-sg-cta-btn {
    width: 100%;
    justify-content: center;
  }
}
