/* home.css — converted from src/components/LandingPage.tsx */

/* Smooth accordion for FAQ (replaces instant hidden/block toggle) */
.home-faq-body {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.home-faq-chevron {
  transition: transform 0.3s ease;
}

/* Code language tabs on the "Mudah Diintegrasikan" section */
#home-lang-tabs button {
  transition: color 0.2s ease, border-color 0.2s ease;
}
