/* Callabra /answers — page rules + the shared accordion (.an-item …) reused by industry FAQs. Chrome lives in site-pages.css. */
/* ── /answers page ── */
.an-main { max-width: 860px; margin: 0 auto; padding: clamp(56px, 8vw, 104px) 24px clamp(64px, 8vw, 112px); }
.an-h1 { font-family: var(--font-display); font-weight: 600; font-size: clamp(36px, 5vw, 58px); line-height: 1.04; letter-spacing: -0.028em; margin: 0; color: var(--ink); text-wrap: balance; }
.an-intro { font-size: 18.5px; line-height: 1.55; color: var(--steel); max-width: 60ch; margin: 20px 0 0; text-wrap: pretty; }
.an-cat { margin-top: clamp(48px, 6vw, 72px); }
.an-h2 { font-family: var(--font-display); font-weight: 600; font-size: clamp(22px, 2.4vw, 28px); line-height: 1.2; letter-spacing: -0.02em; margin: 0 0 6px; color: var(--ink); }
.an-list { border-top: 1px solid var(--line); }
.an-item { border-bottom: 1px solid var(--line); }
.an-item[data-open="true"] { border-bottom-color: var(--border-strong); }
.an-q { margin: 0; font: inherit; scroll-margin-top: 92px; }
.an-btn { display: flex; align-items: center; justify-content: space-between; gap: 20px; width: 100%; padding: 22px 0; margin: 0; background: transparent; border: 0; cursor: pointer; text-align: left; color: var(--ink); font-family: var(--font-body); font-weight: 600; font-size: clamp(17px, 1.7vw, 19.5px); line-height: 1.35; letter-spacing: -0.005em; -webkit-tap-highlight-color: transparent; }
.an-btn:hover { color: var(--teal-press); }
.an-btn:focus-visible { outline: 2px solid var(--teal); outline-offset: 4px; border-radius: 4px; }
.an-btn[aria-expanded="true"] { color: var(--ink); }
.an-glyph { flex-shrink: 0; width: 28px; height: 28px; border-radius: 50%; border: 1px solid var(--border-strong); position: relative; transition: border-color var(--dur-fast) var(--ease-standard), background var(--dur-fast) var(--ease-standard); }
.an-glyph::before, .an-glyph::after { content: ''; position: absolute; left: 50%; top: 50%; background: var(--ink); border-radius: 1px; transform: translate(-50%, -50%); }
.an-glyph::before { width: 12px; height: 1.6px; }
.an-glyph::after  { width: 1.6px; height: 12px; transition: transform var(--dur-fast) var(--ease-standard), opacity var(--dur-fast); }
.an-btn:hover .an-glyph { border-color: var(--teal); }
.an-btn[aria-expanded="true"] .an-glyph { background: var(--teal-tint); border-color: var(--teal); }
.an-btn[aria-expanded="true"] .an-glyph::before, .an-btn[aria-expanded="true"] .an-glyph::after { background: var(--teal-press); }
.an-btn[aria-expanded="true"] .an-glyph::after { transform: translate(-50%, -50%) scaleY(0); opacity: 0; }
.an-a { padding: 0 0 26px; max-width: 68ch; }
.an-a[hidden] { display: none; }
.an-a p { margin: 0 0 14px; font-size: 17px; line-height: 1.65; color: var(--steel); text-wrap: pretty; }
.an-a p:last-child { margin-bottom: 0; }
.an-a strong { color: var(--ink); font-weight: 600; }
.an-a a { color: var(--orange); text-decoration: none; border-bottom: 1px solid rgba(255,106,0,0.4); }
.an-a a:hover { color: var(--orange-press); border-bottom-color: currentColor; }
.an-cta { display: flex; justify-content: center; margin-top: clamp(56px, 7vw, 88px); }
@media (max-width: 560px) {
  .an-main { padding-left: 18px; padding-right: 18px; }
  .an-btn { padding: 18px 0; gap: 14px; }
  .an-a p { font-size: 16.5px; }
}
@media (prefers-reduced-motion: reduce) { .an-glyph, .an-glyph::after { transition: none; } }
