/* Support and policy pages reuse the site's brand tokens without landing-page spacing. */
.info-page { font-weight: 400; }
.info-page [hidden] { display: none !important; }
.info-page a:focus-visible, .info-page button:focus-visible, .info-page summary:focus-visible { outline: 3px solid var(--olive); outline-offset: 5px; border-radius: 3px; }
.info-skip { position: fixed; top: -80px; left: 16px; z-index: 40; background: var(--olive-deep); color: white; padding: 12px 18px; }
.info-skip:focus { top: 12px; }
.info-header { display: flex; justify-content: space-between; gap: 24px; height: auto; min-height: 76px; padding-block: 16px; }
.info-nav { display: flex; gap: 24px; align-items: center; font-size: 14px; font-weight: 500; }
.info-nav a { padding: 8px 0; color: #4b5563; }
.info-nav a[aria-current="page"] { color: var(--olive-deep); text-decoration: underline; text-underline-offset: 8px; text-decoration-thickness: 2px; }
.info-language { border: 1px solid var(--line); border-radius: 8px; background: white; padding: 9px 12px; color: var(--ink); cursor: pointer; font-size: 13px; font-weight: 500; }
.info-main { width: min(1120px, calc(100% - 64px)); margin: 0 auto; padding: 64px 0 88px; }
.info-hero { max-width: 760px; margin-bottom: 48px; }
.info-hero h1 { margin: 0 0 20px; font-size: clamp(32px, 4.5vw, 52px); font-weight: 600; line-height: 1.18; letter-spacing: -0.04em; }
.info-lede { margin: 0; font-size: 18px; line-height: 1.75; color: #4b5563; }
.info-date { margin: 20px 0 0; color: #596273; font-size: 14px; }
.info-layout { display: grid; grid-template-columns: 220px minmax(0, 760px); gap: 64px; align-items: start; }
.info-toc { position: sticky; top: 104px; padding-right: 20px; }
.info-toc p { font-weight: 600; margin: 0 0 16px; font-size: 14px; }
.info-toc ol { list-style: none; padding: 0; margin: 0; display: grid; gap: 4px; }
.info-toc a { display: block; padding: 8px 0; color: #596273; font-size: 14px; line-height: 1.5; }
.info-toc a:hover { color: var(--olive-deep); }
.info-article { min-width: 0; font-size: 16px; line-height: 1.8; }
.info-article section { margin: 0 0 40px; padding: 0; }
.info-article h2 { font-size: 24px; line-height: 1.45; font-weight: 600; letter-spacing: -0.025em; margin: 0 0 16px; }
.info-article h3 { font-size: 18px; font-weight: 600; margin: 24px 0 8px; }
.info-article p { margin: 0 0 14px; }
.info-article ul, .info-article ol { padding-left: 22px; margin: 12px 0; }
.info-article li + li { margin-top: 8px; }
.info-article a, .info-page .info-footer a { color: var(--olive-deep); text-decoration: underline; text-underline-offset: 4px; overflow-wrap: anywhere; }
.info-contact { background: var(--olive-soft); border-radius: 16px; padding: 28px; margin: 0 0 40px; }
.info-contact .info-email { font-size: clamp(20px, 3vw, 28px); font-weight: 600; line-height: 1.4; }
.info-note { border-left: 3px solid var(--olive); padding: 0 0 0 18px; color: #4b5563; }
.info-faq { border-bottom: 1px solid var(--line); padding: 20px 0; }
.info-faq:first-of-type { border-top: 1px solid var(--line); }
.info-faq summary { font-weight: 600; cursor: pointer; line-height: 1.65; }
.info-faq p { margin: 14px 0 0; color: #4b5563; }
.info-facts { margin: 0; }
.info-facts > div { padding: 16px 0; border-bottom: 1px solid var(--line); }
.info-facts dt { font-weight: 600; }
.info-facts dd { margin: 6px 0 0; color: #4b5563; }
.info-footer { border-top: 1px solid var(--line); padding: 32px max(24px, calc((100% - 1120px) / 2)); display: flex; justify-content: space-between; align-items: start; gap: 20px; font-size: 13px; color: #596273; line-height: 1.7; }
.info-footer p { margin: 0; }
.info-footer nav { display: flex; flex-wrap: wrap; gap: 12px 24px; }
@media (max-width: 760px) {
  .info-header { flex-wrap: wrap; gap: 12px; min-height: 64px; padding: 14px 24px; }
  .info-header .brand { width: 76px; }
  .info-nav { order: 3; width: 100%; justify-content: space-between; gap: 12px; font-size: 13px; }
  .info-main { width: calc(100% - 48px); padding: 40px 0 56px; }
  .info-hero { margin-bottom: 28px; }
  .info-lede { font-size: 16px; }
  .info-layout { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .info-toc { position: static; padding: 0 0 20px; border-bottom: 1px solid var(--line); }
  .info-toc ol { display: flex; flex-wrap: wrap; column-gap: 18px; row-gap: 0; }
  .info-toc a { font-size: 13px; padding: 6px 0; }
  .info-article h2 { font-size: 22px; }
  .info-article section { scroll-margin-top: 140px; }
  .info-contact { padding: 22px; }
  .info-footer { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
