
/* VF Artemis FAQ – 0.1.7.28-alpha */
.vfa-faq-page{--faq-orange:#ef7f1a;--faq-dark:#17191c;--faq-ink:#25282d;--faq-muted:#66707a;--faq-line:#e7e8ea;--faq-soft:#f5f6f7;background:#fff;color:var(--faq-ink)}
.vfa-faq-page *{box-sizing:border-box}
.vfa-faq-hero{background:linear-gradient(135deg,#17191c 0%,#24272c 100%);color:#fff;padding:clamp(3rem,7vw,6.5rem) 0 clamp(3rem,6vw,5rem)}
.vfa-faq-hero .vfa-shell,.vfa-faq-layout{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.vfa-faq-kicker,.vfa-faq-eyebrow{text-transform:uppercase;letter-spacing:.12em;font-weight:700;font-size:.78rem;margin:0 0 .65rem;color:var(--faq-orange)}
.vfa-faq-hero h1{font-size:clamp(2.35rem,5vw,4.8rem);line-height:.98;letter-spacing:-.04em;margin:0;max-width:850px}
.vfa-faq-lead{font-size:clamp(1rem,1.5vw,1.18rem);line-height:1.65;color:#d6d9dd;max-width:780px;margin:1.2rem 0 0}
.vfa-faq-searchbox{margin-top:2rem;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.75rem;background:#fff;border-radius:16px;padding:.3rem .45rem .3rem 1rem;max-width:850px;box-shadow:0 18px 50px rgba(0,0,0,.22);color:#666}
.vfa-faq-searchbox input{border:0;outline:0;width:100%;font:inherit;font-size:1.05rem;padding:1rem .2rem;background:transparent;color:#222}
.vfa-faq-clear{border:0;background:#f0f1f2;border-radius:11px;padding:.7rem .9rem;font:inherit;font-weight:650;cursor:pointer}
.vfa-faq-search-status{margin:.9rem 0 0;color:#bfc4ca;font-size:.92rem}
.vfa-faq-layout{padding:clamp(2.5rem,5vw,5rem) 0}
.vfa-faq-featured,.vfa-faq-topics,.vfa-faq-results{margin-bottom:clamp(3rem,6vw,5.5rem)}
.vfa-faq-section-head{display:flex;gap:1rem;align-items:flex-end;justify-content:space-between;margin-bottom:1.25rem}
.vfa-faq-section-head h2{font-size:clamp(1.65rem,2.8vw,2.45rem);letter-spacing:-.03em;margin:0;color:var(--faq-dark)}
.vfa-faq-featured-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}
.vfa-faq-featured-card{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 1.2rem;background:#fff;border:1px solid var(--faq-line);border-radius:14px;text-decoration:none;color:var(--faq-dark);font-weight:700;transition:.18s ease}
.vfa-faq-featured-card:hover{border-color:var(--faq-orange);transform:translateY(-2px);box-shadow:0 10px 28px rgba(0,0,0,.06)}
.vfa-faq-featured-card svg{width:20px;min-width:20px;color:var(--faq-orange)}
.vfa-faq-topic-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem}
.vfa-faq-topic-card,.vfa-faq-all-topics{font:inherit;cursor:pointer}
.vfa-faq-topic-card{min-height:112px;text-align:left;border:1px solid var(--faq-line);border-radius:16px;padding:1.15rem;background:var(--faq-soft);display:flex;flex-direction:column;justify-content:space-between;transition:.18s ease}
.vfa-faq-topic-card:hover,.vfa-faq-topic-card.is-active{background:#fff;border-color:var(--faq-orange);box-shadow:0 10px 28px rgba(0,0,0,.055)}
.vfa-faq-topic-card__title{font-weight:750;line-height:1.25;color:var(--faq-dark)}
.vfa-faq-topic-card__count{font-size:.82rem;color:var(--faq-muted);margin-top:.65rem}
.vfa-faq-all-topics{border:1px solid var(--faq-line);border-radius:999px;background:#fff;padding:.65rem .95rem;font-weight:700;color:var(--faq-dark)}
.vfa-faq-all-topics.is-active{background:var(--faq-dark);color:#fff;border-color:var(--faq-dark)}
.vfa-faq-results-head{padding-bottom:1rem;border-bottom:1px solid var(--faq-line)}
.vfa-faq-visible-count{margin:0;color:var(--faq-muted);font-size:.9rem}
.vfa-faq-group{margin:2rem 0 2.6rem}
.vfa-faq-group[hidden]{display:none!important}
.vfa-faq-group__head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:.7rem}
.vfa-faq-group__head h3{margin:0;font-size:1.15rem;color:var(--faq-dark)}
.vfa-faq-group__head span{font-size:.8rem;color:var(--faq-muted)}
.vfa-faq-accordion{border-top:1px solid var(--faq-line)}
.vfa-faq-item{border-bottom:1px solid var(--faq-line);scroll-margin-top:var(--faq-scroll-offset,120px)}
.vfa-faq-item[hidden]{display:none!important}
.vfa-faq-item summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:1.25rem;padding:1.2rem .25rem;cursor:pointer;font-weight:720;color:var(--faq-dark)}
.vfa-faq-item summary::-webkit-details-marker{display:none}
.vfa-faq-item summary svg{width:21px;min-width:21px;transition:transform .18s ease;color:var(--faq-orange)}
.vfa-faq-item[open] summary svg{transform:rotate(180deg)}
.vfa-faq-answer{padding:0 3rem 1.4rem .25rem;color:#4f555d;line-height:1.72;max-width:940px}
.vfa-faq-answer p:first-child{margin-top:0}
.vfa-faq-related{display:flex;flex-wrap:wrap;gap:.7rem 1.2rem;margin-top:1rem;padding-top:1rem;border-top:1px dashed var(--faq-line)}
.vfa-faq-related a,.vfa-faq-permalink{color:#b65300;font-weight:700;text-decoration:none}
.vfa-faq-permalink{display:inline-block;margin-top:.9rem;font-size:.8rem;color:#767d85;font-weight:600}
.vfa-faq-empty{background:#fff6ed;border:1px solid #ffd7b3;border-radius:16px;padding:1.5rem;margin:1.5rem 0}
.vfa-faq-empty h3{margin-top:0}
.vfa-button,.vfa-faq-contact__button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:11px;background:var(--faq-orange);color:#fff!important;text-decoration:none;font-weight:750;padding:.85rem 1rem;cursor:pointer}
.vfa-faq-contact{display:grid;grid-template-columns:1fr auto;align-items:center;gap:2rem;background:var(--faq-dark);color:#fff;border-radius:22px;padding:clamp(1.5rem,4vw,2.6rem)}
.vfa-faq-contact h2{margin:.1rem 0 .5rem;font-size:clamp(1.55rem,2.8vw,2.35rem)}
.vfa-faq-contact p:not(.vfa-faq-eyebrow){margin:0;color:#c7cbd0;max-width:760px;line-height:1.6}
.vfa-faq-contact__button{white-space:nowrap}
@media(max-width:900px){
  .vfa-faq-topic-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .vfa-faq-featured-grid{grid-template-columns:1fr}
}
@media(max-width:640px){
  .vfa-faq-hero .vfa-shell,.vfa-faq-layout{width:min(100% - 28px,1180px)}
  .vfa-faq-searchbox{grid-template-columns:auto 1fr;padding-right:.6rem}
  .vfa-faq-clear{grid-column:1/-1;width:100%;margin-bottom:.35rem}
  .vfa-faq-topic-grid{grid-template-columns:1fr}
  .vfa-faq-section-head{align-items:flex-start;flex-direction:column}
  .vfa-faq-results-head{flex-direction:row;align-items:flex-end}
  .vfa-faq-answer{padding-right:.25rem}
  .vfa-faq-contact{grid-template-columns:1fr}
  .vfa-faq-contact__button{width:100%}
}
@media(prefers-reduced-motion:reduce){
  .vfa-faq-featured-card,.vfa-faq-topic-card,.vfa-faq-item summary svg{transition:none}
}
