.h42-faq-list{display:flex;flex-direction:column;gap:12px;margin:0 auto;max-width:860px}.h42-faq-item{background:var(--h42-bg);border:1px solid var(--h42-border-soft);border-radius:var(--radius-card);padding:4px;transition:border-color .2s,box-shadow .3s}.h42-faq-item[open]{border-color:var(--h42-border);box-shadow:var(--shadow-cascade)}.h42-faq-item summary{align-items:center;cursor:pointer;display:flex;gap:16px;justify-content:space-between;list-style:none;padding:24px 28px;user-select:none}.h42-faq-item summary::-webkit-details-marker{display:none}.h42-faq-item summary h3{color:var(--h42-navy);font-family:var(--ff-display);font-size:19px;font-weight:600;letter-spacing:-.01em;line-height:1.35;margin:0}.h42-faq-icon{color:var(--h42-orange);flex:none;font-family:var(--ff-mono);font-size:24px;line-height:1;transition:transform .2s}.h42-faq-item[open] .h42-faq-icon{transform:rotate(45deg)}.h42-faq-answer{color:var(--h42-text-2);font-size:15px;line-height:1.6;padding:0 28px 24px}.h42-faq-answer p{margin:0 0 12px}.h42-faq-answer p:last-child{margin:0}