/* Landing Page Specific Styles */
.light-style .landing-hero {
  background: linear-gradient(135deg, #e0f7fb 0%, #d5f4f9 50%, #e3f8fb 100%);
}

.light-style .landing-hero::after {
  background: #f0fafb !important;
}

.landing-hero .hero-title {
  color: #00c2de !important;
}
