/* SiteSync Theme - IBM Plex Mono + Construction Orange + Dark Charcoal */
/* Additional custom styles beyond layout inline styles */
.container { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }
@media (max-width: 600px) { .container { padding: 0 1.5rem; } }

/* Utility classes */
.text-center { text-align: center; }
.mt-2 { margin-top: 2rem; }

/* Entrance animations */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.hero-headline { animation: fadeInUp 0.6s ease-out 0.1s both; }
.hero-sub { animation: fadeInUp 0.6s ease-out 0.2s both; }
.hero-stats { animation: fadeInUp 0.6s ease-out 0.3s both; }
.hero-status { animation: fadeInUp 0.6s ease-out 0.4s both; }

/* Mobile adjustments */
@media (max-width: 768px) {
  h2.section-headline br { display: none; }
}
