/* DeepSeek-specific color scheme overrides */

/* Hero section adjustments */
.ai-hero .ai-badge {
  background-color: #3b82f6;
}

.ai-hero h1 span {
  color: #3b82f6;
}

.meta-item i {
  color: #3b82f6;
}

/* Highlighted cards */
.highlighted {
  border: 2px solid #3b82f6;
}

.highlight-badge {
  background: #3b82f6;
}

/* Feature list icons */
.feature-list li i {
  color: #3b82f6;
}

/* Case study border */
.case-study {
  border-left: 4px solid #3b82f6;
}

.case-study h4 {
  color: #3b82f6;
}

/* Step numbers */
.step-number {
  background: #3b82f6;
}

/* Pricing card highlights */
.pricing-card.highlighted {
  border: 2px solid #3b82f6;
}

.popular-badge {
  background: #3b82f6;
}

.pricing-features li i.fa-check {
  color: #3b82f6;
}

/* CTA section */
.ai-cta {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
}

/* Benefit list hover */
.ai-benefit-list li:hover {
  background: #eff6ff;
}

.ai-benefit-list li i {
  color: #3b82f6;
}

/* Responsive image adjustments */
.use-case-image img {
  max-height: 400px;
  object-position: center;
}