.faq-layout{grid-template-columns:1fr;gap:28px;max-width:1200px;margin:0 auto;display:grid}@media (min-width:960px){.faq-layout{grid-template-columns:260px 1fr;gap:50px}}.faq-side{position:relative}@media (min-width:960px){.faq-side{height:max-content;position:sticky;top:100px}}.faq-cat-link{border-radius:var(--r-md);color:var(--ink-3);transition:all .2s var(--ease);align-items:center;gap:10px;margin-bottom:4px;padding:11px 14px;font-size:13.5px;font-weight:500;display:flex}.faq-cat-link:hover{background:var(--surface);color:var(--ink)}.faq-cat-link.active{background:var(--brand-soft);color:var(--brand);font-weight:600}.faq-cat-link .ic-square{border-radius:8px;width:28px;height:28px}.faq-cat-link .ic-square svg{width:14px;height:14px}.faq-cat-title{border-bottom:1px solid var(--border);align-items:center;gap:12px;margin-bottom:18px;padding-bottom:18px;display:flex}.faq-cat-title h2{letter-spacing:-.025em;font-size:24px;font-weight:800}.faq-cat-title p{color:var(--muted);margin-top:2px;font-size:13.5px}.faq-cat-section{margin-bottom:50px;scroll-margin-top:100px}.faq-item{background:var(--white);border:1px solid var(--border);border-radius:var(--r-lg);transition:all .2s var(--ease);cursor:pointer;margin-bottom:10px;padding:18px 22px}.faq-item:hover{border-color:var(--muted-3)}.faq-item[open]{box-shadow:var(--sh-md);border-color:#0000}.faq-item summary{color:var(--ink);letter-spacing:-.005em;cursor:pointer;justify-content:space-between;align-items:flex-start;gap:14px;font-size:15px;font-weight:600;line-height:1.4;list-style:none;display:flex}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"";background:var(--surface);width:22px;height:22px;transition:transform .2s var(--ease);background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%2364748B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;border-radius:50%;flex-shrink:0}.faq-item[open] summary:after{background-color:var(--brand);background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");transform:rotate(180deg)}.faq-item .a{color:var(--muted);border-top:1px solid var(--border);margin-top:14px;padding-top:14px;font-size:14px;line-height:1.65}.faq-item .a strong{color:var(--ink-2);font-weight:600}.faq-item .a a{color:var(--brand);font-weight:600}.faq-update{border:1px solid var(--orange-soft);border-radius:var(--r-lg);background:linear-gradient(135deg,#fef3c7 0%,#fff 100%);align-items:flex-start;gap:14px;margin-bottom:16px;padding:18px 22px;display:flex}.faq-update .ic-square{background:var(--orange-grad);flex-shrink:0}.faq-update h4{color:#b45309;margin-bottom:4px;font-size:14.5px;font-weight:700}.faq-update p{color:#92400e;font-size:13px;line-height:1.55}.faq-cta-bottom{background:var(--ink);color:#fff;border-radius:var(--r-2xl);text-align:center;margin-top:30px;padding:36px 28px;position:relative;overflow:hidden}.faq-cta-bottom:before{content:"";pointer-events:none;background:radial-gradient(circle at 30%,#ff2d552e 0%,#0000 50%);position:absolute;inset:0}.faq-cta-bottom>*{z-index:1;position:relative}.faq-cta-bottom h3{letter-spacing:-.02em;color:#fff;margin-bottom:8px;font-size:22px;font-weight:800}.faq-cta-bottom h3 em{background:linear-gradient(135deg,#ff2d55,#fbbf24);color:#0000;-webkit-background-clip:text;background-clip:text;font-style:normal}.faq-cta-bottom p{color:#ffffffb3;max-width:480px;margin:0 auto 20px;font-size:14px}
