/* FAQ - shared section CSS (canonical section 23) - one file for all pages */


/* ---------- FAQ ---------- */
.nct-faq{padding:48px 0 56px;background:#fff}

.nct-faq-list{max-width:820px;margin:8px auto 0}

.nct-faq-item{border:1px solid #eef2f7;border-radius:12px;background:#f8fafc;margin-bottom:12px;padding:0 24px;overflow:hidden}

.nct-faq-q{font-family:"Inter",sans-serif;font-size:15px;font-weight:600;color:#1e293b;padding:18px 0;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px}

.nct-faq-q::-webkit-details-marker{display:none}

.nct-faq-q::after{content:"+";font-size:20px;color:#2563eb;font-weight:400;flex-shrink:0;transition:transform .2s ease}

.nct-faq-item[open] .nct-faq-q::after{transform:rotate(45deg)}

.nct-faq-a{font-family:"Inter",sans-serif;font-size:14px;line-height:1.7;color:#64748b;padding:0 0 18px;margin:0}
