/* ═══ FAQ HERO ═══ */
.faq-hero{background:linear-gradient(135deg,var(--d),var(--a));padding:32px 48px 28px}
.faq-hero .container{max-width:1200px;margin:0 auto}
.faq-hero .breadcrumb{color:rgba(255,255,255,.6)}
.faq-hero .breadcrumb a{color:rgba(255,255,255,.6)}
.faq-hero .breadcrumb a:hover{color:var(--p)}
.faq-hero .breadcrumb .current{color:var(--w)}

/* ═══ FAQ SECTION ═══ */
.faq-section{padding:64px 48px;background:var(--w)}
.faq-inner{max-width:800px;margin:0 auto}
.faq-tag{display:inline-block;font-size:14px;font-weight:700;color:var(--a);background:var(--al);padding:6px 14px;border-radius:20px;margin-bottom:14px;letter-spacing:1.5px;text-transform:uppercase}
.faq-title{font-family:Georgia,serif;font-size:clamp(28px,3.5vw,38px);font-weight:800;color:var(--d);margin-bottom:10px;line-height:1.2}
.faq-subtitle{font-size:15px;color:var(--m);line-height:1.6;margin-bottom:48px;max-width:560px}

/* ═══ FAQ CATEGORY ═══ */
.faq-category{margin-bottom:40px}
.faq-category:last-child{margin-bottom:0}
.faq-cat-title{font-family:Georgia,serif;font-size:20px;font-weight:700;color:var(--d);margin-bottom:16px;display:flex;align-items:center;gap:10px;padding-bottom:12px;border-bottom:2px solid var(--b)}
.faq-cat-icon{font-size:22px}

/* ═══ FAQ ITEMS ═══ */
.faq-list{display:flex;flex-direction:column;gap:0}
.faq-item{border-bottom:1px solid var(--b)}
.faq-item:last-child{border-bottom:none}
.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 0;background:none;border:none;cursor:pointer;text-align:left;font-family:Georgia,serif;font-size:15px;font-weight:600;color:var(--d);line-height:1.4;transition:color .2s}
.faq-question:hover{color:var(--a)}
.faq-question span{flex:1}
.faq-chevron{flex-shrink:0;color:var(--m);transition:transform .3s,color .3s}
.faq-item.open .faq-chevron{transform:rotate(180deg);color:var(--p)}

/* Answer accordion */
.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease}
.faq-item.open .faq-answer{max-height:500px}
.faq-answer-inner{padding:0 0 18px;font-size:14px;color:var(--m);line-height:1.7}
.faq-answer-inner p{margin-bottom:8px}
.faq-answer-inner p:last-child{margin-bottom:0}
.faq-answer-inner a{color:var(--a);text-decoration:underline}
.faq-answer-inner ul,.faq-answer-inner ol{margin:8px 0;padding-left:20px}
.faq-answer-inner li{margin-bottom:4px}

/* Page content fallback */
.faq-page-content{font-size:15px;color:var(--t);line-height:1.7;margin-bottom:40px}

/* ═══ CTA SECTION ═══ */
.faq-cta{padding:64px 48px;background:linear-gradient(135deg,var(--d),var(--a));text-align:center}
.faq-cta-inner{max-width:500px;margin:0 auto}
.faq-cta h2{font-family:Georgia,serif;font-size:clamp(24px,3vw,32px);font-weight:700;color:var(--w);margin-bottom:10px}
.faq-cta p{font-size:15px;color:rgba(255,255,255,.6);line-height:1.6;margin-bottom:24px}
.faq-cta-btn{display:inline-block;padding:14px 36px;background:var(--p);color:var(--d);text-decoration:none;border-radius:8px;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.3px;transition:all .2s}
.faq-cta-btn:hover{background:var(--pd);transform:translateY(-2px);box-shadow:0 6px 18px rgba(245,184,0,.3)}

/* ═══ RESPONSIVE ═══ */
@media(max-width:1024px){
  .faq-hero{padding:28px 24px 24px}
  .faq-section{padding:48px 24px}
  .faq-cta{padding:48px 24px}
}

@media(max-width:768px){
  .faq-hero{padding:24px 20px 20px}
  .faq-section{padding:36px 20px}
  .faq-title{font-size:26px}
  .faq-subtitle{font-size:17px;line-height:1.6;margin-bottom:36px}
  .faq-cat-title{font-size:18px;margin-bottom:12px;padding-bottom:10px}
  .faq-question{padding:16px 0;font-size:16px}
  .faq-answer-inner{font-size:17px;line-height:1.6;padding-bottom:14px}
  .faq-category{margin-bottom:32px}
  .faq-cta{padding:44px 16px}
  .faq-cta h2{font-size:24px}
  .faq-cta p{font-size:17px;line-height:1.6}
}

@media(max-width:480px){
  .faq-hero{padding:20px 20px 16px}
  .faq-section{padding:28px 12px}
  .faq-tag{font-size:14px;padding:5px 12px}
  .faq-title{font-size:22px}
  .faq-subtitle{font-size:17px;line-height:1.6;margin-bottom:28px}
  .faq-cat-title{font-size:16px;gap:8px}
  .faq-cat-icon{font-size:18px}
  .faq-question{padding:14px 0;font-size:16px;gap:12px}
  .faq-chevron{width:16px;height:16px}
  .faq-answer-inner{font-size:17px;line-height:1.6;padding-bottom:12px}
  .faq-cta{padding:32px 20px}
  .faq-cta h2{font-size:20px}
  .faq-cta p{font-size:17px;line-height:1.6}
  .faq-cta-btn{padding:12px 28px;font-size:16px}
}
