.faq-copy[data-lang="ar"] { display: none; }
html[lang="ar"] .faq-copy[data-lang="en"] { display: none !important; }
html[lang="ar"] .faq-copy[data-lang="ar"] { display: inline; }
html[lang="ar"] p.faq-copy[data-lang="ar"] { display: block; }

.sr-only {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

.faq-hero {
    padding: 165px 0 92px;
    text-align: center;
    color: #fff;
    background: radial-gradient(circle at 80% 0, rgba(225,190,137,.2), transparent 38%), #172343;
}
.faq-hero > .wrap > span { color: #e3c79d; font-size: 12px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.faq-hero h1 { margin: 12px 0 18px; font-size: clamp(42px, 6vw, 76px); line-height: 1.05; }
.faq-hero p { max-width: 720px; margin: auto; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.8; }

.faq-section { padding: 86px 0; background: #f8f8fb; }
.faq-heading { max-width: 760px; margin: 0 auto 38px; text-align: center; }
.faq-eyebrow { color: #b88b4a; font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.faq-heading .faq-eyebrow { display: block; color: #172343; font-family: 'Playfair Display', Georgia, serif; font-size: clamp(38px, 4.5vw, 64px); font-weight: 900; line-height: 1.05; letter-spacing: -.02em; text-transform: none; }
.faq-heading h2 { margin: 12px 0; color: #697084; font-family: 'DM Sans', sans-serif; font-size: clamp(17px, 1.7vw, 24px); font-weight: 500; line-height: 1.35; }
.faq-heading p { color: #697084; font-size: 14px; line-height: 1.7; }

.faq-tools { max-width: 1050px; margin: 0 auto 30px; }
.faq-search { display: flex; align-items: center; gap: 12px; max-width: 720px; margin: 0 auto 22px; padding: 0 18px; background: #fff; border: 1px solid #dedfe7; border-radius: 14px; box-shadow: 0 9px 28px rgba(23,35,67,.06); }
.faq-search:focus-within { border-color: #caa873; box-shadow: 0 0 0 3px rgba(202,168,115,.16); }
.faq-search i { color: #9b7a47; }
.faq-search input { width: 100%; min-height: 58px; border: 0; outline: 0; background: transparent; color: #172343; font: inherit; }
.faq-filters { display: flex; justify-content: center; flex-wrap: wrap; gap: 9px; }
.faq-filter { padding: 10px 15px; border: 1px solid #dfe1e8; border-radius: 999px; color: #4c5365; background: #fff; cursor: pointer; font: inherit; font-size: 13px; transition: .2s ease; }
.faq-filter:hover, .faq-filter.active { color: #fff; background: #172343; border-color: #172343; }

.faq-list { max-width: 960px; margin: auto; display: grid; gap: 12px; }
.faq-item { background: #fff; border: 1px solid #e1e2e9; border-radius: 16px; overflow: hidden; box-shadow: 0 7px 24px rgba(23,35,67,.04); }
.faq-item[hidden] { display: none; }
.faq-item summary { position: relative; display: flex; align-items: center; min-height: 68px; padding: 20px 64px 20px 24px; color: #172343; font-weight: 600; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-plus { position: absolute; inset-inline-end: 24px; width: 22px; height: 22px; }
.faq-plus::before, .faq-plus::after { content: ''; position: absolute; top: 10px; left: 3px; width: 16px; height: 2px; border-radius: 2px; background: #b88b4a; transition: transform .2s ease; }
.faq-plus::after { transform: rotate(90deg); }
.faq-item[open] .faq-plus::after { transform: rotate(0); }
.faq-answer { padding: 0 24px 22px; color: #646b7d; line-height: 1.8; }
.faq-answer::before { content: ''; display: block; height: 1px; margin: 0 0 18px; background: #ececf1; }
.faq-empty { max-width: 960px; margin: 24px auto 0; padding: 24px; text-align: center; color: #697084; background: #fff; border-radius: 14px; }
.faq-actions { margin-top: 34px; text-align: center; }

.faq-contact-cta { padding: 58px 0; background: #172343; color: #fff; }
.faq-contact-cta .wrap { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.faq-contact-cta h2 { margin-bottom: 8px; font-size: 30px; }
.faq-contact-cta p { color: rgba(255,255,255,.7); }

html[dir="rtl"] .faq-item summary { padding: 20px 24px 20px 64px; }

@media (max-width: 700px) {
    .faq-hero { padding: 130px 0 70px; }
    .faq-section { padding: 62px 0; }
    .faq-section .wrap, .faq-hero .wrap { padding-left: 20px; padding-right: 20px; }
    .faq-item summary { min-height: 62px; padding: 18px 54px 18px 18px; font-size: 14px; }
    html[dir="rtl"] .faq-item summary { padding: 18px 18px 18px 54px; }
    .faq-plus { inset-inline-end: 18px; }
    .faq-answer { padding: 0 18px 18px; font-size: 14px; }
    .faq-contact-cta .wrap { flex-direction: column; align-items: flex-start; }
}
