/* Landing Page Specific Styles */
/* Only unique components not covered by global site.css */

/* Landing-specific section badge variant */
.section-badge-warning {
  background: var(--warning);
  color: var(--gray-900);
}

/* Landing-specific testimonial avatar variants */
.testimonial-avatar-sarah {
  background: linear-gradient(135deg, #8b5cf6 0%, #ec4899 100%);
}

.testimonial-avatar-michael {
  background: linear-gradient(135deg, #06b6d4 0%, #3b82f6 100%);
}

.testimonial-avatar-alexandra {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

/* No page-specific responsive styles needed - using global site.css */