.maddox-faq-wrap{background:#fff;width:100%;display:flex;justify-content:center;padding:60px 0}.maddox-faq-section{width:100%;max-width:1200px;display:flex;gap:60px;align-items:flex-start}.faq-left{flex:0 0 40%;display:flex;flex-direction:column;gap:24px}.faq-badge{display:inline-flex;align-items:center;gap:8px;background:#F5B700;border-radius:8px;padding:6px 12px;font-size:14px;font-weight:600;text-transform:uppercase;color:#111;width:fit-content}.faq-badge-dot{width:9px;height:9px;background:#fff;border-radius:50%;display:inline-block;flex-shrink:0}.faq-heading{font-family:'Figtree',sans-serif;font-weight:400;font-size:2.8rem;color:#111;line-height:1.15;margin:0}.faq-image-wrap img{width:100%;height:100%;object-fit:cover;display:block}.faq-right{flex:1;display:flex;flex-direction:column;gap:12px;padding-top:8px}.faq-item{background:#f7f7f5;border-radius:14px;overflow:hidden;transition:background 0.2s}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:22px 24px;background:transparent;border:none;cursor:pointer;gap:16px;text-align:left}.faq-question-text{font-family:'Figtree',sans-serif;font-weight:500;font-size:1rem;color:#111;margin:0}.faq-icon{width:36px;height:36px;border-radius:8px;background:#F5B700;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background 0.2s}.faq-item.open .faq-icon{background:#FBE299}.faq-icon svg{width:16px;height:16px;stroke:#111;transition:transform 0.3s}.faq-answer{max-height:0;overflow:hidden;transition:max-height 0.35s ease,padding 0.35s ease;padding:0 24px}.faq-item.open .faq-answer{max-height:200px;padding:0 24px 20px}.faq-answer p{font-size:0.9rem;color:#888;line-height:1.7;margin:0}@media (max-width:900px){.maddox-faq-section{flex-direction:column;gap:40px;padding:0 24px}.faq-left{flex:1;width:100%}.faq-heading{font-size:2rem}}@media (max-width:600px){.maddox-faq-wrap{padding:40px 0}.faq-heading{font-size:1.8rem}}