/* faq.php — Extracted 2026-05-20. */

/* padding-top clears the fixed nav (~136px desktop / ~104px mobile); matches the sitewide 140px hero clearance. */
.faq-shell { background: #030303; min-height: 100vh; padding: 140px 0 80px; }
.faq-hero { text-align: left; padding: 30px 0 40px; }
.faq-hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: rgba(212,175,55,0.14); border: 1px solid rgba(212,175,55,0.38); border-radius: 999px; padding: 6px 18px; }
.faq-hero-eyebrow span { color: #D4AF37; font-weight: 800; font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; }
.faq-hero h1 { color: #fff; font-family: var(--font-heading); font-weight: 700; font-size: 42px; line-height: 1.1; margin: 14px 0 12px; }
.faq-hero h1 em { font-style: italic; background: linear-gradient(135deg, #f7e7a8, #D4AF37); -webkit-background-clip: text; background-clip: text; color: transparent; }
.faq-hero p { color: rgba(255,255,255,0.74); font-size: 15px; max-width: 720px; margin: 0; line-height: 1.6; }
@media (max-width: 720px) { .faq-shell { padding-top: 110px; } .faq-hero h1 { font-size: 28px; } }

.faq-search { max-width: 540px; margin: 26px auto 0; position: relative; }
.faq-search input { width: 100%; background: rgba(13,13,13,0.7); border: 1px solid rgba(255,255,255,0.12); color: #fff; padding: 14px 18px 14px 46px; border-radius: 999px; font-size: 14px; outline: none; transition: border-color 0.18s ease; }
.faq-search input:focus { border-color: #D4AF37; }
.faq-search-icon { position: absolute; left: 18px; top: 50%; transform: translateY(-50%); color: rgba(255,255,255,0.55); }
.faq-empty { display: none; color: rgba(255,255,255,0.6); text-align: center; padding: 30px 0; font-size: 14px; }
.faq-empty.is-on { display: block; }

.faq-nav { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin: 30px 0 36px; }
.faq-nav button { display: inline-flex; align-items: center; padding: 9px 18px; background: transparent; border: 1px solid rgba(255,255,255,0.16); color: rgba(255,255,255,0.85); border-radius: 999px; font-size: 12.5px; font-weight: 600; cursor: pointer; transition: all 0.18s ease; }
.faq-nav button:hover { border-color: #D4AF37; color: #D4AF37; }
.faq-nav button.is-active { background: #D4AF37; color: #000; border-color: #D4AF37; }
.faq-nav button.is-active .faq-nav-count { color: rgba(0,0,0,0.55); }
.faq-nav-count { color: rgba(255,255,255,0.5); margin-left: 6px; font-weight: 500; }

.faq-cat { margin-bottom: 48px; scroll-margin-top: 100px; }
.faq-cat.is-hidden { display: none; }
.faq-cat-head { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; padding: 0 0 12px; border-bottom: 1px solid rgba(212,175,55,0.22); margin-bottom: 18px; }
.faq-cat-title { color: #fff; font-family: var(--font-heading); font-weight: 700; font-size: 22px; }
.faq-cat-count { color: rgba(255,255,255,0.5); font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600; }

/* .faq-item / .faq-summary / .faq-summary-icon / .faq-body all live in assets/css/faq.css (canonical sitewide). */
.faq-item.is-hidden { display: none; }
.faq-item-overflow { display: none; }
.faq-cat.is-expanded .faq-item-overflow { display: block; }
.faq-cat-more-wrap { text-align: center; margin-top: 18px; }
.faq-cat-more { background: transparent; border: 1px solid rgba(212,175,55,0.5); color: #D4AF37; padding: 10px 24px; border-radius: 999px; font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; cursor: pointer; transition: all 0.18s ease; }
.faq-cat-more:hover { background: #D4AF37; color: #000; }
.faq-item-body { padding: 0 22px 22px; color: #94a3b8; font-size: 13px; line-height: 1.7; }
.faq-item-source { display: inline-block; margin-top: 12px; color: rgba(255,255,255,0.5); font-size: 11.5px; text-decoration: none; letter-spacing: 0.02em; }
.faq-item-source:hover { color: #D4AF37; }

.faq-cta { border: 1px solid rgba(212,175,55,0.38); border-radius: 18px; padding: 48px 28px; margin-top: 48px; text-align: center; overflow: hidden; }
.faq-cta.concierge-bg { background: transparent; }
.faq-cta h2 { color: #fff; font-family: var(--font-heading); font-weight: 700; font-size: 22px; margin-bottom: 8px; }
.faq-cta p { color: rgba(255,255,255,0.78); font-size: 14px; max-width: 540px; margin: 0 auto 18px; line-height: 1.55; }
.faq-cta-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.faq-cta-actions a { display: inline-flex; align-items: center; gap: 6px; padding: 9px 18px; border-radius: 999px; font-size: 13px; font-weight: 700; text-decoration: none; }
.faq-cta-primary { background: #D4AF37; color: #000; }
.faq-cta-primary:hover { background: #f7e7a8; }
.faq-cta-outline { background: transparent; border: 1px solid rgba(255,255,255,0.2); color: #fff; }
.faq-cta-outline:hover { border-color: #D4AF37; color: #D4AF37; }
