/* ========================================
FAQ SECTION
======================================== */

.faq-section{

padding: clamp(28px, 6vw, 80px) 0;

background:#f9fafc;

}


/* HEADER */

.faq-header{

text-align:center;

max-width:700px;

margin:0 auto 60px;

}

.faq-header, .accordion-item { animation: fadeUp 520ms cubic-bezier(0.2,0.9,0.2,1) both; }

.faq-header h2{

font-size:2.5rem;

font-weight:800;

margin-bottom:10px;

}

.faq-header p{

color:#666;

}


/* ACCORDION */

.accordion-item{

border:none;

border-radius:12px !important;

margin-bottom:14px;

box-shadow:0 8px 25px rgba(0,0,0,0.05);

overflow:hidden;

}

.accordion-button{

font-weight:600;

padding:18px 20px;
border-radius:8px;

}

.accordion-button:not(.collapsed){

background:#fff3ec;

color:#ff6a00;

}

.accordion-body{

color:#555;

font-size:.95rem;

line-height:1.6;

}


/* MOBILE */

@media(max-width:768px){

.faq-section{

padding:40px 0;

}

.faq-header h2{

font-size:2rem;

}

}