/* ZettaHealth Homepage Specific Styles (index.css) */

/* Hero Section & Trust Bar Enhancements */
.homepage-hero {
  position: relative;
  background: radial-gradient(circle at 50% 0%, #15294A 0%, #0A1B33 70%, #061122 100%);
}

.trust-badge-card {
  background: rgba(15, 35, 62, 0.6);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(24, 180, 214, 0.15);
  transition: all 0.3s ease;
}

.trust-badge-card:hover {
  background: rgba(21, 46, 78, 0.85);
  border-color: rgba(24, 180, 214, 0.4);
  transform: translateY(-2px);
}

/* FAQ Accordion Chevron Rotation */
.faq-icon {
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-content {
  transition: all 0.3s ease-in-out;
}
