.faq-section{background:var(--codex-color-surface-alt);min-height:675px;padding:80px 0;display:flex;align-items:center}.faq-inner{max-width:var(--max, 1360px);margin:0 auto;padding:0 var(--px, 80px);display:flex;justify-content:space-between;align-items:flex-start;width:100%}.faq-hed{font-size:52px;font-weight:300;letter-spacing:0;line-height:60px;color:var(--codex-color-text);flex:0 0 auto;max-width:388px;white-space:pre-line}.faq-hed strong{font-weight:500}.faq-list{flex:0 0 680px;display:flex;flex-direction:column;gap:21px;margin-left:auto}.faq-item{background:var(--codex-color-surface);border-radius:20px;cursor:pointer;padding:0 36px;min-height:80px;display:flex;flex-direction:column;justify-content:center;transition:background .2s ease}.faq-item:hover{background:rgba(var(--codex-ink-rgb),.11)}.faq-item.open{background:rgba(var(--codex-ink-rgb),.13)}.faq-question-row{display:flex;justify-content:space-between;align-items:center;gap:20px;min-height:80px}.faq-question{font-size:24px;font-weight:400;line-height:28.8px;color:var(--codex-color-text);white-space:pre-line}.faq-icon{width:46px;height:46px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border:1px solid var(--codex-color-border);border-radius:10px}.faq-icon-svg{display:block;color:var(--codex-color-text)}.faq-answer-container{overflow:hidden}.faq-answer{padding-top:0;padding-bottom:36px;font-size:18px;font-weight:400;line-height:21.6px;color:var(--codex-color-text);white-space:pre-line}@media(max-width:768px){.faq-section{height:auto;padding:60px 0}.faq-inner{flex-direction:column;gap:40px}.faq-hed{font-size:36px;line-height:42px;max-width:none}.faq-list{flex:1 1 auto;width:100%}.faq-question{font-size:18px}.faq-answer{font-size:16px}}
