/* Integration Hub Page Styles - Using existing components */

/* Base Styles */
.integration-hub {
  font-family: var(--font-sans);
  line-height: 1.6;
  color: var(--color-primary);
  background: #fafafa;
}

/* Hero Section - Using existing uc-hero styles from workspace.css */
/* All hero styles are already defined in hero.css and workspace.css */

/* Running Strip Section - Using existing ai-agent-running-strip styles */
/* All running strip styles are already defined in ai-voice-agent-builder.css */

/* CTA Section - Using existing pricing-cta styles */
/* All CTA styles are already defined in ai-voice-agent-builder.css */

/* No additional styles needed - using existing components */