/* FAQ only. Mobile retains its original blue layout and fully visible answers. */
.faq-reader-page .faq-grid > article[id] { scroll-margin-top: 104px; }
@layer content-link-colors {
  html body.faq-reader-page main .faq-related .card h3 > a { color: inherit !important; font: inherit; text-decoration: none; }
  html body.faq-reader-page main .faq-related .card h3 > a:hover { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
  html body.faq-reader-page main .faq-related .card h3 > a:focus-visible { outline: 2px solid var(--experience-focus, #1683c2); outline-offset: 4px; }
}
@media (max-width: 760px) {
  .faq-reader-page .faq-grid > article[id] { scroll-margin-top: 94px; }
}
@media (min-width: 761px) {
  body.faq-reader-page {
    --faq-ink: #293640;
    --faq-heading: #171b20;
    --faq-copy: #56616c;
    --faq-link: #526577;
    --faq-active: #293640;
    --faq-question: #315d7a;
    --faq-open: #f0f4f7;
    --faq-line: #dce3e9;
    --faq-accent: #377da4;
  }
  html body.faq-reader-page .page-hero.knowledge-banner {
    padding: 44px 0 42px;
    min-height: 0;
  }
  html body.faq-reader-page .page-hero.knowledge-banner h1 {
    font-size: clamp(32px, 3.1vw, 44px);
    line-height: 1.3;
    margin-bottom: 14px;
  }
  html body.faq-reader-page .page-hero.knowledge-banner p {
    max-width: 850px;
    font-size: 16px;
    line-height: 1.85;
  }
  html body.faq-reader-page .page-hero.knowledge-banner .eyebrow {
    margin-bottom: 8px;
  }
  html body.faq-reader-enhanced .faq-reader {
    display: grid;
    grid-template-columns: 248px minmax(0, 1fr);
    align-items: start;
    column-gap: 52px;
    margin-top: 52px;
    margin-bottom: 64px;
    scroll-margin-top: 108px;
  }
  .faq-reader-page .faq-topics {
    position: sticky;
    top: 108px;
    padding: 6px;
    border: 1px solid #dde2e6;
    border-radius: 8px;
    background: #fafbfc;
  }
  html body.faq-reader-enhanced .faq-topics-title {
    margin: 0;
    padding: 12px 16px 8px;
    color: var(--faq-ink);
    font-size: 16px;
    font-weight: 650;
    line-height: 1.5;
  }
  .faq-reader-page .faq-topics ul {
    display: flex;
    flex-direction: column;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .faq-reader-page .faq-topics a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 56px;
    width: 100%;
    margin: 0;
    padding: 16px;
    border: 0;
    border-radius: 4px;
    color: #505b63;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    text-decoration: none;
    transition: background-color 180ms ease-out, color 180ms ease-out;
  }
  .faq-reader-page .faq-topics a:hover { background: #f0f2f4; }
  .faq-reader-page .faq-topics a[aria-current] {
    background: #e9edf0;
    color: #192127;
    font-weight: 600;
  }
  .faq-reader-page .faq-topic-label { min-width: 0; }
  .faq-reader-page .faq-topic-count {
    flex: none;
    font-size: 13px;
    font-weight: 400;
    font-variant-numeric: tabular-nums;
  }
  .faq-reader-page .faq-content {
    position: relative;
    min-width: 0;
    padding: 24px 28px;
    background: #ffffff;
  }
  .faq-reader-page .faq-content-grid {
    position: absolute;
    top: 18px;
    right: 28px;
    width: 160px;
    height: 65px;
    fill: none;
    stroke: #e8eef3;
    stroke-width: 1;
    pointer-events: none;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 45%);
    mask-image: linear-gradient(90deg, transparent, #000 45%);
  }
  .faq-reader-page .faq-content-grid .faq-grid-route { stroke: #c8dce9; }
  .faq-reader-page .faq-content-grid circle { fill: #ffffff; stroke: #afc8d9; }
  html body.faq-reader-enhanced .faq-content > .faq-section {
    padding: 0;
    margin: 0;
    background: transparent;
  }
  html body.faq-reader-enhanced .faq-content > .faq-section[hidden],
  html body.faq-reader-enhanced .faq-answer[hidden] { display: none !important; }
  html body.faq-reader-enhanced .faq-content .container {
    width: 100%;
    max-width: none;
    padding: 0;
  }
  html body.faq-reader-enhanced .faq-content .section-heading {
    position: relative;
    margin: 0 0 30px;
  }
  html body.faq-reader-enhanced .faq-content .section-heading h2 {
    color: var(--faq-heading);
    font-size: clamp(26px, 2.3vw, 32px);
    line-height: 1.5;
    font-weight: 800;
    margin: 0;
  }
  html body.faq-reader-enhanced .faq-content .section-heading p {
    margin: 12px 0 0;
    color: #66717f;
    font-size: 15px;
    line-height: 1.85;
  }
  html body.faq-reader-enhanced .faq-grid {
    display: block;
    border-top: 1px solid var(--faq-line);
  }
  html body.faq-reader-enhanced .faq-grid article {
    margin: 0;
    padding: 0;
    min-height: 0;
    border: 0;
    border-bottom: 1px solid var(--faq-line);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
    scroll-margin-top: 108px;
  }
  html body.faq-reader-enhanced .faq-grid article > h3 {
    margin: 0;
    padding: 0;
    color: var(--faq-ink);
    font-size: 19px;
    line-height: 1.65;
    transition: background-color 180ms ease-out, color 180ms ease-out, box-shadow 180ms ease-out;
  }
  html body.faq-reader-enhanced .faq-grid article.faq-question-open {
    background: #ffffff;
  }
  html body.faq-reader-enhanced .faq-grid article.faq-question-open > h3 {
    background: var(--faq-open);
    box-shadow: inset 0 1px 0 #b9cedc;
  }
  html body.faq-reader-enhanced .faq-grid article.faq-question-open > h3,
  .faq-reader-page .faq-question-open .faq-toggle-mark {
    color: var(--faq-question);
  }
  .faq-reader-page .faq-question-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
    min-height: 76px;
    padding: 21px 20px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    font-weight: 650;
    text-align: left;
    cursor: pointer;
    transition: background-color 180ms ease-out, color 180ms ease-out;
  }
  .faq-reader-page .faq-question-toggle > span:first-child {
    min-width: 0;
    overflow-wrap: break-word;
    text-wrap: wrap;
  }
  .faq-reader-page .faq-question-toggle:hover { color: var(--faq-question); background: #f6f8fa; }
  .faq-reader-page .faq-toggle-mark {
    flex: 0 0 24px;
    display: inline-grid;
    place-items: center;
    width: 24px;
    height: 24px;
    color: var(--faq-link);
  }
  .faq-reader-page .faq-toggle-icon { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; }
  .faq-reader-page .faq-toggle-vertical { transform-origin: 12px 12px; transition: transform 180ms ease-out, opacity 180ms ease-out; }
  .faq-reader-page .faq-question-open .faq-toggle-vertical { transform: rotate(90deg); opacity: 0; }
  html body.faq-reader-enhanced .faq-answer {
    padding: 16px 68px 26px 20px;
  }
  html body.faq-reader-enhanced .faq-answer:not([hidden]) { animation: faq-answer-enter 180ms ease-out; }
  html body.faq-reader-enhanced .faq-answer p {
    max-width: 48rem;
    margin: 0;
    color: var(--faq-copy);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.95;
  }
  html body.faq-reader-enhanced .faq-answer p + p { margin-top: 14px; }
  html body.faq-reader-enhanced .faq-answer a {
    color: var(--faq-link);
    font-weight: 600;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
  }
  html body.faq-reader-enhanced .faq-answer a:hover { color: #314557; }
  .faq-reader-page :is(.faq-topics a, .faq-question-toggle, .faq-answer a):focus-visible {
    outline: 2px solid var(--experience-focus, #1683c2);
    outline-offset: 4px;
  }
  .faq-reader-page :is(.faq-topics a, .faq-question-toggle):focus-visible { outline-color: var(--faq-accent); outline-offset: -2px; }
  html body.faq-reader-enhanced main > .faq-related {
    padding-top: 88px;
    padding-bottom: 96px;
  }
  html body.faq-reader-enhanced main > .faq-related .section-heading {
    margin-bottom: 44px;
  }
  html body.faq-reader-enhanced main > .section.soft h2 {
    color: var(--faq-ink);
    font-size: 28px;
    line-height: 1.5;
  }
  html body.faq-reader-enhanced main > .section.soft .card {
    padding: 0 24px 0 0;
    min-height: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
  }
  html body.faq-reader-enhanced main > .section.soft .card h3 {
    color: var(--faq-ink);
    font-size: 19px;
    line-height: 1.6;
  }
}
@keyframes faq-answer-enter { from { opacity: .65; } to { opacity: 1; } }
@media (min-width: 761px) and (max-width: 1100px) {
  .faq-reader-page .faq-content-grid { display: none; }
}
@media (min-width: 761px) and (max-width: 1000px) {
  html body.faq-reader-enhanced .faq-reader {
    grid-template-columns: 214px minmax(0, 1fr);
    gap: 24px;
  }
  .faq-reader-page .faq-content { padding: 20px; }
  .faq-reader-page .faq-topics a { padding-inline: 10px; gap: 8px; }
  html body.faq-reader-enhanced .faq-topics-title { padding-inline: 10px; }
  html body.faq-reader-enhanced .faq-grid article > h3 { font-size: 18px; }
  html body.faq-reader-enhanced .faq-answer { padding-right: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  .faq-reader-page :is(.faq-topics a, .faq-question-toggle, .faq-toggle-vertical),
  html body.faq-reader-enhanced .faq-grid article > h3 { transition: none; }
  html body.faq-reader-enhanced .faq-answer:not([hidden]) { animation: none; }
}
@media print {
  body.faq-reader-enhanced .faq-topics { display: none; }
  html body.faq-reader-enhanced .faq-reader { display: block; }
  html body.faq-reader-enhanced .faq-content > .faq-section[hidden],
  html body.faq-reader-enhanced .faq-answer[hidden] { display: block !important; }
  .faq-reader-page .faq-toggle-mark { display: none; }
  .faq-reader-page .faq-content-grid { display: none; }
}
