/* ─── TIPS FOR DEALERS PAGE (scoped under .landing-page) ─── */

.landing-page .tips-content {
  max-width: 860px;
}

.landing-page .tips-category {
  margin-bottom: 44px;
}

.landing-page .tips-category:last-child {
  margin-bottom: 0;
}

.landing-page .tips-category-tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--blue);
  background: var(--blue-light);
  border-radius: 50px;
  padding: 6px 16px;
  margin-bottom: 18px;
}

.landing-page .tips-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px 24px;
  margin-bottom: 14px;
}

.landing-page .tips-card:last-child {
  margin-bottom: 0;
}

.landing-page .tips-card h3 {
  margin: 0 0 8px;
  font-size: 0.96rem;
  font-weight: 800;
  color: var(--ink);
}

.landing-page .tips-card p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--ink-soft);
  line-height: 1.7;
}