/* Extracted from templates/pages/faq.html */
/* ── Page base ── */
    .faqp-hero {
      background: linear-gradient(180deg, var(--sky-dark) 0%, var(--sky-navy) 100%);
      padding: 8rem 0 4rem;
      text-align: center;
      position: relative;
      overflow: hidden;
    }

    .faqp-hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse at 50% 0%, rgba(26, 86, 219, 0.18) 0%, transparent 70%);
    }

    .faqp-hero-inner {
      position: relative;
      z-index: 1;
    }

    .faqp-hero h1 {
      font-family: var(--font-display);
      font-size: clamp(2rem, 4.5vw, 3.5rem);
      font-weight: 700;
      margin-bottom: 1rem;
    }

    .faqp-hero p {
      color: var(--sky-muted);
      font-size: 1.05rem;
      max-width: 560px;
      margin: 0 auto 2rem;
      line-height: 1.7;
    }

    /* ── Stats strip ── */
    .faqp-stats {
      display: flex;
      justify-content: center;
      gap: 3rem;
      flex-wrap: wrap;
      margin-top: 2.5rem;
      padding-top: 2rem;
      border-top: 1px solid rgba(59, 130, 246, 0.15);
    }

    .faqp-stat {
      text-align: center;
    }

    .faqp-stat-n {
      font-family: var(--font-display);
      font-size: 2rem;
      font-weight: 700;
      background: linear-gradient(90deg, #60a5fa, #06b6d4);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .faqp-stat-l {
      font-size: 0.78rem;
      color: var(--sky-muted);
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-top: 2px;
    }

    /* ── Category filter tabs ── */
    .faqp-tabs-wrap {
      background: var(--sky-navy);
      border-bottom: 1px solid var(--sky-border);
      position: sticky;
      top: 72px;
      z-index: 50;
    }

    .faqp-tabs {
      max-width: 1280px;
      margin: 0 auto;
      padding: 0 1.5rem;
      display: flex;
      gap: 0.25rem;
      overflow-x: auto;
      scrollbar-width: none;
    }

    .faqp-tabs::-webkit-scrollbar {
      display: none;
    }

    .faqp-tab {
      flex-shrink: 0;
      padding: 0.85rem 1.2rem;
      background: none;
      border: none;
      font-family: var(--font-body);
      font-size: 0.85rem;
      font-weight: 600;
      color: var(--sky-muted);
      cursor: pointer;
      border-bottom: 2px solid transparent;
      transition: all 0.2s;
      white-space: nowrap;
      display: flex;
      align-items: center;
      gap: 7px;
    }

    .faqp-tab:hover {
      color: #cbd5e1;
    }

    .faqp-tab.active {
      color: #60a5fa;
      border-bottom-color: #3b82f6;
    }

    .faqp-tab i {
      font-size: 0.8rem;
    }

    /* ── Main layout ── */
    .faqp-body {
      background: var(--sky-dark);
      padding: 3rem 0 5rem;
    }

    .faqp-grid {
      display: grid;
      grid-template-columns: 280px 1fr;
      gap: 2.5rem;
      align-items: start;
    }

    /* ── Sidebar ── */
    .faqp-sidebar {
      position: sticky;
      top: calc(72px + 48px + 1.5rem);
    }

    .faqp-sidebar-card {
      background: var(--sky-navy);
      border: 1px solid var(--sky-border);
      border-radius: 16px;
      padding: 1.5rem;
      margin-bottom: 1rem;
    }

    .faqp-sidebar-card h4 {
      font-family: var(--font-display);
      font-size: 0.9rem;
      font-weight: 700;
      color: #93c5fd;
      margin-bottom: 1rem;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    .faqp-nav-link {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 0.55rem 0.5rem;
      border-radius: 8px;
      font-size: 0.85rem;
      color: #94a3b8;
      text-decoration: none;
      transition: all 0.2s;
      cursor: pointer;
      border: none;
      background: none;
      width: 100%;
      text-align: left;
    }

    .faqp-nav-link:hover, .faqp-nav-link.active {
      background: rgba(59, 130, 246, 0.12);
      color: #60a5fa;
    }

    .faqp-nav-link i {
      font-size: 0.78rem;
      width: 16px;
      text-align: center;
      color: #3b82f6;
    }

    .faqp-count {
      margin-left: auto;
      font-size: 0.7rem;
      background: rgba(59, 130, 246, 0.2);
      color: #60a5fa;
      padding: 1px 7px;
      border-radius: 10px;
    }

    /* ── FAQ sections ── */
    .faqp-section {
      margin-bottom: 3rem;
    }

    .faqp-section-header {
      display: flex;
      align-items: center;
      gap: 1rem;
      margin-bottom: 1.5rem;
      padding-bottom: 1rem;
      border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    .faqp-section-icon {
      width: 48px;
      height: 48px;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.2rem;
      flex-shrink: 0;
    }

    .faqp-section-title {
      font-family: var(--font-display);
      font-size: 1.4rem;
      font-weight: 700;
    }

    .faqp-section-sub {
      font-size: 0.82rem;
      color: var(--sky-muted);
      margin-top: 2px;
    }

    /* ── Accordion ── */
    .faqp-item {
      background: var(--sky-navy);
      border: 1px solid var(--sky-border);
      border-radius: 12px;
      margin-bottom: 0.65rem;
      overflow: hidden;
      transition: border-color 0.2s;
    }

    .faqp-item.open {
      border-color: rgba(59, 130, 246, 0.4);
    }

    .faqp-q {
      width: 100%;
      background: none;
      border: none;
      padding: 1.15rem 1.5rem;
      display: flex;
      align-items: center;
      gap: 1rem;
      cursor: pointer;
      text-align: left;
      transition: background 0.2s;
    }

    .faqp-q:hover {
      background: rgba(255, 255, 255, 0.02);
    }

    .faqp-q-num {
      font-family: var(--font-display);
      font-size: 0.72rem;
      font-weight: 700;
      color: #3b82f6;
      background: rgba(59, 130, 246, 0.15);
      padding: 2px 7px;
      border-radius: 6px;
      flex-shrink: 0;
    }

    .faqp-q-text {
      font-family: var(--font-display);
      font-size: 1.05rem;
      font-weight: 600;
      color: #e2e8f0;
      flex: 1;
      line-height: 1.35;
    }

    .faqp-q-icon {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.07);
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--sky-muted);
      font-size: 0.72rem;
      flex-shrink: 0;
      transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), background 0.2s;
    }

    .faqp-item.open .faqp-q-icon {
      transform: rotate(180deg);
      background: rgba(59, 130, 246, 0.2);
      color: #60a5fa;
    }

    .faqp-a {
      max-height: 0;
      overflow: hidden;
      opacity: 0;
      transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease 0.05s;
    }

    .faqp-item.open .faqp-a {
      max-height: 600px;
      opacity: 1;
    }

    .faqp-a-inner {
      padding: 0 1.5rem 1.4rem 3.8rem;
      color: #64748b;
      font-size: 0.93rem;
      line-height: 1.8;
    }

    .faqp-a-inner strong {
      color: #94a3b8;
    }

    .faqp-a-inner ul {
      margin: 0.6rem 0 0 1rem;
      display: flex;
      flex-direction: column;
      gap: 0.35rem;
    }

    .faqp-a-inner ul li::marker {
      color: #3b82f6;
    }

    /* ── Visual callouts inside answers ── */
    .faqp-callout {
      background: rgba(26, 86, 219, 0.1);
      border: 1px solid rgba(59, 130, 246, 0.25);
      border-radius: 10px;
      padding: 0.9rem 1.1rem;
      margin-top: 0.85rem;
      display: flex;
      align-items: flex-start;
      gap: 10px;
      font-size: 0.88rem;
    }

    .faqp-callout i {
      color: #60a5fa;
      font-size: 0.9rem;
      margin-top: 2px;
      flex-shrink: 0;
    }

    .faqp-callout-warn {
      background: rgba(245, 158, 11, 0.08);
      border-color: rgba(245, 158, 11, 0.25);
    }

    .faqp-callout-warn i {
      color: #fbbf24;
    }

    .faqp-callout-green {
      background: rgba(16, 185, 129, 0.08);
      border-color: rgba(16, 185, 129, 0.25);
    }

    .faqp-callout-green i {
      color: #4ade80;
    }

    /* ── Visual price cards inside answer ── */
    .faqp-price-row {
      display: flex;
      gap: 0.75rem;
      flex-wrap: wrap;
      margin-top: 0.85rem;
    }

    .faqp-price-card {
      background: var(--sky-blue-deep);
      border: 1px solid var(--sky-border);
      border-radius: 10px;
      padding: 0.75rem 1rem;
      min-width: 140px;
    }

    .faqp-price-card-lbl {
      font-size: 0.72rem;
      color: var(--sky-muted);
      text-transform: uppercase;
      letter-spacing: 0.5px;
      margin-bottom: 4px;
    }

    .faqp-price-card-val {
      font-family: var(--font-display);
      font-size: 1.2rem;
      font-weight: 700;
    }

    /* ── Location visual ── */
    .faqp-branches {
      display: flex;
      gap: 0.75rem;
      flex-wrap: wrap;
      margin-top: 0.85rem;
    }

    .faqp-branch {
      background: var(--sky-blue-deep);
      border: 1px solid var(--sky-border);
      border-radius: 10px;
      padding: 0.75rem 1rem;
      flex: 1;
      min-width: 150px;
    }

    .faqp-branch-name {
      font-family: var(--font-display);
      font-size: 0.95rem;
      font-weight: 700;
      margin-bottom: 4px;
    }

    .faqp-branch-sims {
      font-size: 0.78rem;
      color: var(--sky-muted);
    }

    .faqp-branch-sims span {
      display: inline-block;
      margin: 2px 4px 2px 0;
      padding: 1px 8px;
      border-radius: 10px;
      background: rgba(59, 130, 246, 0.15);
      color: #60a5fa;
      font-size: 0.72rem;
    }

    /* ── CTA banner ── */
    .faqp-cta {
      background: linear-gradient(135deg, rgba(26, 86, 219, 0.15), rgba(6, 182, 212, 0.1));
      border: 1px solid rgba(59, 130, 246, 0.3);
      border-radius: 16px;
      padding: 2rem;
      text-align: center;
      margin-top: 2rem;
    }

    .faqp-cta h3 {
      font-family: var(--font-display);
      font-size: 1.4rem;
      font-weight: 700;
      margin-bottom: 0.75rem;
    }

    .faqp-cta p {
      color: var(--sky-muted);
      font-size: 0.92rem;
      margin-bottom: 1.5rem;
    }

    .faqp-cta-btns {
      display: flex;
      gap: 0.75rem;
      justify-content: center;
      flex-wrap: wrap;
    }

    /* ── Back button ── */
    .faqp-back {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: #64748b;
      font-size: 0.85rem;
      text-decoration: none;
      padding: 0.5rem 0;
      transition: color 0.2s;
    }

    .faqp-back:hover {
      color: #60a5fa;
    }

    /* ── Responsive ── */
    @media (max-width: 900px) {
      .faqp-grid {
        grid-template-columns: 1fr;
      }

      .faqp-sidebar {
        position: static;
      }
    }

    @media (max-width: 600px) {
      .faqp-hero {
        padding: 6rem 0 3rem;
      }

      .faqp-stats {
        gap: 2rem;
      }

      .faqp-a-inner {
        padding-left: 1.5rem;
      }

      .faqp-q-num {
        display: none;
      }
    }
