/* Restored from discovery/phase1/raw_html/%2Ffaq%2F.html — page styles (do not strip) */
.faq-hero {
      background: linear-gradient(135deg, #071525 0%, #0D1B2E 60%, #0a2040 100%);
      padding: 140px 0 100px;
      position: relative;
      overflow: hidden;
    }
    .faq-hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse 55% 65% at 88% 40%, rgba(8,106,216,0.12) 0%, transparent 70%);
    }
    .faq-hero-inner { position: relative; z-index: 1; max-width: 720px; }
    .faq-eyebrow { display: inline-block; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: #086AD8; border: 1px solid rgba(8,106,216,0.35); padding: 5px 14px; border-radius: 2px; margin-bottom: 24px; }
    .faq-hero h1 { font-size: clamp(2.4rem, 5vw, 3.6rem); font-weight: 800; color: #ffffff; line-height: 1.1; margin-bottom: 24px; }
    .faq-hero p { font-size: 1.05rem; color: rgba(255,255,255,0.6); line-height: 1.75; }
    .faq-body { padding: 100px 0; background: #ffffff; }
    .faq-layout { display: grid; grid-template-columns: 220px 1fr; gap: 64px; align-items: start; }
    .faq-nav { position: sticky; top: 100px; }
    .faq-nav-title { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #0D1B2E; margin-bottom: 16px; }
    .faq-nav ul { list-style: none; padding: 0; margin: 0; }
    .faq-nav ul li { margin-bottom: 4px; }
    .faq-nav ul li a { font-size: 0.85rem; color: #64748b; text-decoration: none; padding: 6px 0; display: block; border-left: 2px solid transparent; padding-left: 12px; transition: color 0.2s, border-color 0.2s; }
    .faq-nav ul li a:hover { color: #086AD8; border-left-color: #086AD8; }
    .faq-section { margin-bottom: 72px; }
    .faq-section:last-child { margin-bottom: 0; }
    .faq-section-title { font-size: 1.3rem; font-weight: 800; color: #0D1B2E; margin-bottom: 32px; padding-bottom: 16px; border-bottom: 2px solid #e2e8f0; }
    .faq-item { border-bottom: 1px solid #f1f5f9; }
    .faq-question {
      width: 100%;
      background: none;
      border: none;
      text-align: left;
      padding: 20px 0;
      font-size: 0.97rem;
      font-weight: 600;
      color: #0D1B2E;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 16px;
      font-family: inherit;
    }
    .faq-question:hover { color: #086AD8; }
    .faq-icon { flex-shrink: 0; width: 20px; height: 20px; border: 1.5px solid #cbd5e1; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: background 0.2s, border-color 0.2s; }
    .faq-icon svg { transition: transform 0.25s; }
    .faq-item.open .faq-icon { background: #086AD8; border-color: #086AD8; }
    .faq-item.open .faq-icon svg { transform: rotate(45deg); }
    .faq-item.open .faq-icon svg path { stroke: #fff; }
    .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
    .faq-answer-inner { padding: 0 0 20px; font-size: 0.9rem; color: #4a5568; line-height: 1.8; }
    .faq-answer-inner p { margin-bottom: 12px; }
    .faq-answer-inner p:last-child { margin-bottom: 0; }
    .faq-cta { background: linear-gradient(135deg, #0D1B2E 0%, #0a2040 100%); padding: 100px 0; text-align: center; }
    .faq-cta h2 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; color: #ffffff; margin-bottom: 20px; }
    .faq-cta p { font-size: 1.05rem; color: rgba(255,255,255,0.6); max-width: 520px; margin: 0 auto 40px; line-height: 1.75; }
    .faq-cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
    @media (max-width: 900px) {
      .faq-layout { grid-template-columns: 1fr; }
      .faq-nav { display: none; }
    }

/* Mobile grid stacking - overrides inline styles */
    @media (max-width: 768px) {
      [style*="grid-template-columns:repeat(4"] { grid-template-columns: repeat(2, 1fr) !important; }
      [style*="grid-template-columns:repeat(3"] { grid-template-columns: 1fr !important; }
      [style*="grid-template-columns:repeat(2"] { grid-template-columns: 1fr !important; }
      [style*="grid-template-columns:1fr 1fr"]  { grid-template-columns: 1fr !important; }
      [style*="grid-template-columns:2fr 1fr"]  { grid-template-columns: 1fr !important; }
      [style*="grid-template-columns:1fr 2fr"]  { grid-template-columns: 1fr !important; }
    }
    @media (max-width: 480px) {
      [style*="grid-template-columns:repeat(4"] { grid-template-columns: 1fr !important; }
    }
/* === ACQ-20260731 faq wrapper === */
.faq-content { display: block; width: 100%; }

