/* Page-specific CSS; exact duplicates removed. */
.ds-faq-category{margin:16px 0 10px;font-size:18px;font-weight:950;color:var(--ink,#0f172a)}.ds-faq-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;margin:10px 0;overflow:hidden;box-shadow:0 12px 30px rgba(15,23,42,.06)}.ds-faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 20px;background:#fff;color:#0f172a;text-align:left;font-weight:900;font-size:15px}.ds-faq-question b{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#eef2ff;color:#4f46e5;font-size:20px;line-height:1;flex:0 0 34px}.ds-faq-card.open .ds-faq-question b{background:#4f46e5;color:#fff}.ds-faq-answer{display:none!important;padding:0 20px 18px;color:#475569;line-height:1.75}.ds-faq-card.open .ds-faq-answer:not([hidden]){display:block!important}.ds-faq-answer p{margin:0 0 10px}@media(max-width:575px){.ds-faq-question{padding:15px 16px;font-size:14px}.ds-faq-answer{padding:0 16px 15px}}