.faq-section{background:var(--slate-50)}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 4rem;margin-top:3rem}.faq-item{border-bottom:1px solid var(--slate-200);cursor:pointer}.faq-item:first-child,.faq-item:nth-child(2){border-top:1px solid var(--slate-200)}.faq-q{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.4rem 0;font-weight:700;font-size:1.1rem;color:var(--slate-800);line-height:1.4;user-select:none}.faq-chevron{width:20px;height:20px;flex-shrink:0;stroke:var(--orange);fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;transition:transform 0.3s ease}.faq-a{font-size:1.05rem;font-weight:300;color:var(--text-mid);line-height:1.75;padding-bottom:1.4rem;max-height:0;overflow:hidden;transition:max-height 0.4s ease,padding-bottom 0.3s ease}@media (max-width:900px){.faq-grid{grid-template-columns:1fr}.faq-item:nth-child(2){border-top:none}}