.lx-landing-faq__wrap{max-width:1280px}.lx-landing-faq__title{margin-bottom:0}.lx-landing-faq__list{display:grid;grid-template-columns:1fr 1fr;gap:10px 18px;margin-top:22px}.lx-landing-faq__item{border:1px solid #e1e5eb;border-radius:10px;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.lx-landing-faq__item[open]{border-color:#d8a64c;box-shadow:0 8px 24px rgba(20,32,50,.06)}.lx-landing-faq__item summary{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:52px;padding:12px 15px;cursor:pointer;color:#263348;font-size:14px;font-weight:600;list-style:none}.lx-landing-faq__item summary::-webkit-details-marker{display:none}.lx-landing-faq__question{flex:1;line-height:1.85}.lx-landing-faq__chevron{display:grid;place-items:center;width:28px;height:28px;flex:0 0 28px;border:1px solid #dce1e8;border-radius:8px;background:#fafbfc;color:#17243a;transition:transform .22s ease,border-color .22s ease,background .22s ease}.lx-landing-faq__chevron svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.lx-landing-faq__item[open] .lx-landing-faq__chevron{transform:rotate(180deg);border-color:#d8a64c;background:#fff9ec;color:#b77518}.lx-landing-faq__item>div{padding:0 15px 16px;color:#687383;font-size:14px;line-height:1.9}.lx-landing-faq__item>div p:last-child{margin-bottom:0}:root[data-theme="dark"] .lx-landing-faq__chevron{border-color:var(--lx-dark-border,rgba(255,255,255,.12));background:var(--lx-dark-surface,#0b1220);color:var(--lx-dark-fg,#e8edf5)}:root[data-theme="dark"] .lx-landing-faq__item[open] .lx-landing-faq__chevron{border-color:#d8a64c;background:#1a2230;color:#e3ad4e}@media(max-width:720px){.lx-landing-faq__list{grid-template-columns:1fr}}