/* Help page — page-specific rules (templates/CLAUDE.md: no inline <style>).
   Layout, colors, and dark-mode variants are Tailwind utilities in the
   template; only multi-selector/animation rules live here. */

/* FAQ accordion chevron */
.faq-toggle {
    transition: transform 0.3s ease-in-out;
}

.faq-toggle.active {
    transform: rotate(180deg);
}

/* Smooth-scroll to section anchors from the quick-nav cards, with room for
   the fixed navbar. */
html {
    scroll-behavior: smooth;
}

[id$="-section"] {
    scroll-margin-top: 6rem;
}
