html { scroll-behavior: smooth;}.faq-page { background: #f8f9fa; min-height: 100vh;} .faq-title { font-size: 2rem; font-weight: 700; color: #111;} .faq-sidebar { position: sticky; top: 100px;} .faq-link { color: #666; text-decoration: none; font-size: 14px; transition: all .2s ease; padding: 4px 0;} .faq-link:hover { color: #000; transform: translateX(3px);} .faq-content { padding-left: 20px;} .faq-item { scroll-margin-top: 120px;} .faq-question { font-size: 2rem; font-weight: 700; margin-bottom: 25px; color: #111;} .faq-answer { color: #555; line-height: 1.9; font-size: 15px;} .faq-answer ul { padding-left: 20px;} .faq-answer li { margin-bottom: 10px;}