﻿/* FAQ page-specific CSS — extracted from faq.html */
/* ---------- FAQ page-specific ---------- */
    .faq-hero { background: var(--color-cream); position: relative; overflow: hidden; border-bottom: 1px solid var(--color-divider); }
    .faq-hero::before {
      content: "";
      position: absolute;
      top: -200px; left: -200px;
      width: 700px; height: 700px;
      background: radial-gradient(circle, rgba(255,225,106,0.55) 0%, rgba(255,225,106,0) 65%);
      pointer-events: none;
    }
    .faq-hero-inner {
      position: relative;
      max-width: 760px;
      margin: 0 auto;
      padding: 80px 24px 64px;
      text-align: center;
    }
    .faq-hero .eyebrow { margin-bottom: 20px; }
    .faq-hero h1 {
      font-family: var(--font-heading);
      font-weight: 800;
      font-size: 56px;
      line-height: 1.08;
      letter-spacing: -0.01em;
      color: var(--color-dark);
      margin: 0 0 24px;
    }
    .faq-hero h1 .swipe {
      background: linear-gradient(transparent 64%, var(--color-yellow) 64%, var(--color-yellow) 92%, transparent 92%);
      padding: 0 4px;
    }
    .faq-hero p.lead {
      font-size: 18px;
      line-height: 1.6;
      color: var(--color-body);
      margin: 0 auto 36px;
      max-width: 680px;
    }
    .faq-filters {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 4px;
      border-bottom: 1px solid var(--color-border);
      max-width: 920px;
      margin: 0 auto;
      padding: 0 8px;
    }
    .faq-filters .tab { white-space: nowrap; }

    /* ---------- FAQ section ---------- */
    .faq-section { background: var(--color-white); padding: 80px 24px; }
    .faq-section-inner { max-width: 880px; margin: 0 auto; }
    .faq-count {
      font-family: var(--font-button);
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: var(--color-mute);
      margin-bottom: 24px;
    }
    .faq-cat-group + .faq-cat-group { margin-top: 48px; }
    .faq-cat-label {
      font-family: var(--font-heading);
      font-weight: 800;
      font-size: 22px;
      color: var(--color-navy);
      letter-spacing: -0.005em;
      margin: 0 0 18px;
      padding-bottom: 12px;
      border-bottom: 1px solid var(--color-border);
      display: flex;
      align-items: baseline;
      gap: 10px;
    }
    .faq-cat-label .count {
      font-family: var(--font-button);
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 1px;
      color: var(--color-mute);
      text-transform: uppercase;
    }
    .faq-tag {
      display: inline-block;
      font-family: var(--font-button);
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: var(--color-orange);
      margin-bottom: 6px;
    }
    .faq-item .faq-q { align-items: flex-start; }
    .faq-q-text { display: flex; flex-direction: column; gap: 4px; text-align: left; }

    /* ---------- Still have a question ---------- */
    .still { background: var(--color-cream-deep); padding: 80px 24px; }
    .still-inner { max-width: 920px; margin: 0 auto; }
    .still-head { max-width: 720px; margin: 0 auto 40px; text-align: center; }
    .still-head .eyebrow { margin-bottom: 14px; }
    .still-head h2 {
      font-family: var(--font-heading);
      font-weight: 800;
      font-size: 38px;
      line-height: 1.1;
      letter-spacing: -0.01em;
      color: var(--color-dark);
      margin: 0 0 16px;
    }
    .still-head p {
      font-size: 17px;
      line-height: 1.6;
      color: var(--color-body);
      margin: 0;
    }
    .still-cards {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
    }
    .still-card {
      background: var(--color-white);
      border: 1px solid var(--color-border);
      padding: 28px;
      display: flex;
      flex-direction: column;
      gap: 14px;
    }
    .still-card .icon-wrap {
      width: 48px; height: 48px;
      display: flex; align-items: center; justify-content: center;
      background: var(--color-cream);
      border: 1px solid var(--color-border);
    }
    .still-card.is-wa .icon-wrap { color: #25D366; }
    .still-card .icon-wrap.navy { color: var(--color-navy); }
    .still-card h3 {
      font-family: var(--font-heading);
      font-weight: 800;
      font-size: 18px;
      color: var(--color-navy);
      letter-spacing: -0.005em;
      margin: 0;
    }
    .still-card p.body {
      font-size: 14px;
      line-height: 1.6;
      color: var(--color-body);
      margin: 0;
    }
    .still-card .nums {
      display: flex;
      flex-direction: column;
      gap: 4px;
      padding-top: 4px;
      border-top: 1px dashed var(--color-border);
      padding-top: 14px;
      font-family: var(--font-button);
      font-size: 13px;
      letter-spacing: 0.5px;
      color: var(--color-dark);
    }
    .still-card .nums .lbl { color: var(--color-mute); margin-right: 8px; }
    .still-card .grow { flex: 1; }
    .still-card .btn--outline {
      background: transparent;
      color: var(--color-navy);
      border: 1px solid var(--color-navy);
    }
    .still-card .btn--outline:hover { background: var(--color-navy); color: var(--color-white); }
    .still-card .btn, .still-card .btn--outline { align-self: flex-start; }

    @media (max-width: 1100px) {
      .faq-hero-inner { padding: 56px 20px 48px; }
      .faq-hero h1 { font-size: 40px; }
      .faq-filters {
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        scrollbar-width: none;
      }
      .faq-filters::-webkit-scrollbar { display: none; }
      .faq-section { padding: 56px 20px; }
      .still { padding: 56px 20px; }
      .still-head h2 { font-size: 30px; }
      .still-cards { grid-template-columns: 1fr; }
    }