/* ==========================================================================
   NAVIONFX — faq.css
   FAQ page — only what base.css does NOT already cover
   ========================================================================== */

/* ── HERO ── */
.faq-hero-wrap { position: relative; }
.faq-hero-inner { width: 100%; }
.faq-hero-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.faq-hero-left { display: flex; flex-direction: column; gap: 24px; }
.faq-hero-left .section-heading { margin-bottom: 0; }
.faq-hero-desc { color: rgba(15,23,42,0.55); max-width: 480px; }
.faq-hero-stats { display: flex; gap: 32px; }
.faq-hero-stat { display: flex; flex-direction: column; gap: 2px; }
.faq-hero-stat-val { font-size: 28px; font-weight: 800; color: #0d1321; letter-spacing: -1px; line-height: 1; }
.faq-hero-stat-lbl { font-size: 12px; font-weight: 500; color: rgba(15,23,42,0.4); }
.faq-hero-right { display: flex; flex-direction: column; gap: 16px; }

/* ── SEARCH ── */
.faq-search-wrap { position: relative; display: flex; align-items: center; }
.faq-search-input { width: 100%; background: #fff; border: 1.5px solid rgba(37,99,235,0.12); border-radius: var(--radius-sm); padding: 13px 48px 13px 16px; font-size: 14px; font-weight: 500; color: #0d1321; font-family: var(--font); transition: border-color 0.2s, box-shadow 0.2s; }
.faq-search-input:focus { outline: none; border-color: rgba(37,99,235,0.4); box-shadow: 0 0 0 3px rgba(37,99,235,0.08); }
.faq-search-input::placeholder { color: rgba(15,23,42,0.3); }
.faq-search-btn { position: absolute; right: 12px; background: none; border: none; cursor: pointer; color: rgba(15,23,42,0.3); display: flex; align-items: center; justify-content: center; width: 24px; height: 24px; transition: color 0.2s; }
.faq-search-btn:hover { color: var(--color-accent); }
.faq-search-btn svg { width: 18px; height: 18px; }

/* ── CONTACT CARD ── */
.faq-contact-card { background: #fff; border: 1.5px solid rgba(37,99,235,0.1); border-radius: var(--radius-lg); overflow: hidden; box-shadow: 0 4px 24px rgba(37,99,235,0.06); }
.faq-contact-card-head { padding: 16px 20px; border-bottom: 1px solid rgba(37,99,235,0.08); background: rgba(37,99,235,0.02); }
.faq-contact-card-title { font-size: 14px; font-weight: 700; color: #0d1321; margin-bottom: 2px; }
.faq-contact-card-sub { font-size: 12px; color: rgba(15,23,42,0.4); font-weight: 500; }
.faq-contact-channels { display: flex; flex-direction: column; }
.faq-channel { display: flex; align-items: center; gap: 14px; padding: 14px 20px; transition: background 0.15s; border-bottom: 1px solid rgba(37,99,235,0.06); }
.faq-channel:last-child { border-bottom: none; }
.faq-channel:hover { background: rgba(37,99,235,0.03); }
.faq-channel-icon { width: 36px; height: 36px; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.faq-channel-icon svg { width: 16px; height: 16px; }
.faq-channel-icon--blue { background: rgba(37,99,235,0.1); color: #2563eb; }
.faq-channel-icon--orange { background: rgba(249,115,22,0.1); color: #ea580c; }
.faq-channel-body { flex: 1; }
.faq-channel-label { font-size: 13px; font-weight: 700; color: #0d1321; }
.faq-channel-value { font-size: 12px; color: rgba(15,23,42,0.4); font-weight: 500; }
.faq-channel-arr { color: rgba(15,23,42,0.2); flex-shrink: 0; }

/* ── MAIN LAYOUT ── */
.faq-main-section { background: var(--color-bg-light); }
.faq-main-wrap { display: grid; grid-template-columns: 220px 1fr; gap: 48px; align-items: start; }

/* ── SIDEBAR ── */
.faq-sidebar { position: sticky; top: calc(var(--header-height) + 24px); display: flex; flex-direction: column; gap: 4px; }
.faq-sidebar-title { font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: rgba(15,23,42,0.3); margin-bottom: 8px; padding-left: 12px; }
.faq-sidebar-link { display: flex; align-items: center; gap: 10px; padding: 9px 12px; border-radius: var(--radius-sm); font-size: 13px; font-weight: 500; color: rgba(15,23,42,0.5); background: none; border: none; cursor: pointer; text-align: left; transition: all 0.15s; font-family: var(--font); }
.faq-sidebar-link:hover { background: rgba(37,99,235,0.05); color: #0d1321; }
.faq-sidebar-link.active { background: rgba(37,99,235,0.08); color: var(--color-accent); font-weight: 700; }
.faq-sidebar-link.active .faq-sidebar-dot { background: var(--color-accent); }
.faq-sidebar-dot { width: 6px; height: 6px; border-radius: 50%; background: rgba(15,23,42,0.15); flex-shrink: 0; transition: background 0.15s; }
.faq-sidebar-count { margin-left: auto; font-size: 11px; font-weight: 600; color: rgba(15,23,42,0.25); }
.faq-sidebar-divider { height: 1px; background: rgba(15,23,42,0.06); margin: 12px 0; }
.faq-sidebar-cta { background: rgba(37,99,235,0.04); border: 1px solid rgba(37,99,235,0.1); border-radius: var(--radius-sm); padding: 16px; display: flex; flex-direction: column; gap: 6px; }
.faq-sidebar-cta-label { font-size: 13px; font-weight: 700; color: #0d1321; }
.faq-sidebar-cta-sub { font-size: 12px; color: rgba(15,23,42,0.45); line-height: 1.5; }
.faq-sidebar-cta-btn { display: inline-flex; align-items: center; justify-content: center; margin-top: 4px; padding: 8px 14px; background: var(--color-accent); color: #fff; border-radius: var(--radius-sm); font-size: 12px; font-weight: 700; transition: background 0.2s; }
.faq-sidebar-cta-btn:hover { background: var(--color-accent-dark); }

/* ── FAQ CONTENT ── */
.faq-content { display: flex; flex-direction: column; gap: 40px; }
.faq-no-results { display: none; padding: 24px; background: rgba(37,99,235,0.04); border: 1px solid rgba(37,99,235,0.1); border-radius: var(--radius-md); }
.faq-no-results.visible { display: block; }
.faq-no-results-text { color: rgba(15,23,42,0.5); }

/* ── GROUP BLOCK ── */
.faq-group-block { display: flex; flex-direction: column; }
.faq-group-header { display: flex; align-items: center; gap: 12px; padding-bottom: 16px; border-bottom: 1.5px solid rgba(37,99,235,0.08); margin-bottom: 4px; }
.faq-group-icon { width: 36px; height: 36px; background: rgba(37,99,235,0.08); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--color-accent); flex-shrink: 0; }
.faq-group-icon svg { width: 18px; height: 18px; }
.faq-group-meta { display: flex; flex-direction: column; gap: 1px; }
.faq-group-name { font-size: 15px; font-weight: 800; color: #0d1321; }
.faq-group-count { font-size: 11px; font-weight: 500; color: rgba(15,23,42,0.35); }

/* ── ACCORDION ── */
.faq-accordion-item { border-bottom: 1px solid rgba(15,23,42,0.06); }
.faq-accordion-trigger { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 0; cursor: pointer; }
.faq-accordion-question { font-size: 14px; font-weight: 600; color: #0d1321; line-height: 1.4; }
.faq-accordion-chevron { width: 28px; height: 28px; border-radius: 50%; background: rgba(37,99,235,0.06); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: transform 0.25s, background 0.2s; }
.faq-accordion-chevron svg { width: 14px; height: 14px; color: rgba(15,23,42,0.4); }
.faq-accordion-item.active .faq-accordion-chevron { transform: rotate(180deg); background: rgba(37,99,235,0.1); }
.faq-accordion-body { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.faq-accordion-item.active .faq-accordion-body { max-height: 600px; }
.faq-accordion-answer { font-size: 14px; color: rgba(15,23,42,0.55); line-height: 1.75; padding-bottom: 16px; }
ol.faq-accordion-answer { padding-left: 20px; }

/* ── CTA BANNER ── */
.faq-cta-banner { display: flex; align-items: center; justify-content: space-between; gap: 32px; background: linear-gradient(135deg, #1d4ed8, #2563eb); border-radius: var(--radius-lg); padding: 40px 48px; }
.faq-cta-banner-left { display: flex; flex-direction: column; gap: 8px; }
.faq-cta-banner-sub { font-size: 14px; color: rgba(255,255,255,0.65); line-height: 1.6; max-width: 400px; }
.faq-cta-banner-btns { display: flex; gap: 12px; flex-shrink: 0; }
.faq-cta-btn-white { display: inline-flex; align-items: center; justify-content: center; padding: 12px 24px; background: #fff; color: var(--color-accent); border-radius: var(--radius-sm); font-size: 14px; font-weight: 700; transition: all 0.2s; white-space: nowrap; }
.faq-cta-btn-white:hover { background: #f0f6ff; }
.faq-cta-btn-ghost { display: inline-flex; align-items: center; justify-content: center; padding: 12px 24px; background: rgba(255,255,255,0.1); color: #fff; border: 1px solid rgba(255,255,255,0.2); border-radius: var(--radius-sm); font-size: 14px; font-weight: 700; transition: all 0.2s; white-space: nowrap; }
.faq-cta-btn-ghost:hover { background: rgba(255,255,255,0.18); border-color: rgba(255,255,255,0.35); }

/* ── RESPONSIVE ── */
@media (max-width: 991px) { .faq-hero-cols { grid-template-columns: 1fr; gap: 40px; } .faq-main-wrap { grid-template-columns: 1fr; } .faq-sidebar { position: static; flex-direction: row; flex-wrap: wrap; gap: 8px; } .faq-sidebar-title, .faq-sidebar-divider, .faq-sidebar-cta { display: none; } .faq-cta-banner { flex-direction: column; align-items: flex-start; padding: 32px; } }
@media (max-width: 767px) { .faq-hero-stats { gap: 20px; } .faq-cta-banner-btns { flex-direction: column; width: 100%; } .faq-cta-btn-white, .faq-cta-btn-ghost { width: 100%; } }