.info-page { background: var(--page); }
.info-page .header-inner { max-width: 1320px; }
.info-home-link { margin-left: auto; color: var(--blue); font-size: .9rem; font-weight: 700; white-space: nowrap; }
.info-layout { max-width: 1320px; margin: auto; padding: 2.75rem 2.5rem 2rem; display: grid; grid-template-columns: 218px minmax(0, 1fr); gap: 3rem; align-items: start; }
.info-sidebar { position: sticky; top: 1.5rem; padding-top: .25rem; }
.info-sidebar .sidebar-title { display: block; margin: 0 0 1rem; }
.info-nav { display: grid; gap: .4rem; }
.info-nav a { display: block; padding: .75rem .9rem; border-radius: .5rem; color: var(--muted); font-size: .875rem; line-height: 1.7; }
.info-nav a:hover { background: #eef2f8; color: var(--ink); }
.info-nav a[aria-current="page"] { color: var(--blue); background: #eaf0ff; font-weight: 700; }
.info-main { min-width: 0; padding-top: 0; }
.info-breadcrumb { display: flex; flex-wrap: wrap; gap: .65rem; color: var(--muted); font-size: .8125rem; margin-bottom: 2.25rem; }
.info-breadcrumb a { color: var(--blue); }
.info-heading { margin-bottom: 2rem; }
.info-heading .eyebrow { margin: 0 0 .65rem; }
.info-heading h1 { display: block; margin: 0 0 .8rem; font-size: clamp(1.65rem, 3vw, 2.1rem); line-height: 1.5; letter-spacing: -.035em; overflow-wrap: anywhere; }
.info-intro { color: var(--muted); margin: 0; line-height: 1.85; }
.info-date { color: var(--muted); font-size: .8125rem; margin: 1rem 0 0; }
.info-content { background: white; border: 1px solid var(--line); border-radius: .85rem; padding: 2.3rem 2.5rem; font-size: 1rem; line-height: 1.95; overflow-wrap: anywhere; }
.info-content section { scroll-margin-top: 1.5rem; }
.info-content section + section { margin-top: 2.4rem; padding-top: 2.1rem; border-top: 1px solid var(--line); }
.info-content h2 { font-size: 1.25rem; line-height: 1.65; margin: 0 0 1rem; letter-spacing: -.02em; }
.info-content h3 { font-size: 1.05rem; line-height: 1.8; margin: 1.65rem 0 .7rem; }
.info-content p { margin: .8rem 0; }
.info-content p:last-child { margin-bottom: 0; }
.info-content a, .info-footer a { color: var(--blue); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: .2em; }
.info-content a:hover, .info-footer a:hover { color: #163ca3; }
.info-content ul { padding-left: 1.4rem; margin: .85rem 0; }
.info-content li + li { margin-top: .5rem; }
.info-toc { display: flex; flex-wrap: wrap; gap: .55rem 1.4rem; margin: 1.8rem 0 2rem; padding: 1.15rem 1.35rem; background: #f4f7fd; border: 1px solid #e0e8f8; border-radius: .6rem; font-size: .875rem; }
.info-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .9rem; }
.info-feature { padding: 1.1rem; border: 1px solid var(--line); border-radius: .65rem; background: #fafbfe; }
.info-feature h3 { margin: 0 0 .65rem; font-size: 1rem; }
.info-feature p { font-size: .9375rem; line-height: 1.9; }
.info-feature a { font-size: .875rem; }
.info-details { margin: 0; }
.info-details > div { display: grid; grid-template-columns: 7rem minmax(0, 1fr); padding: .95rem 0; gap: 1rem; border-bottom: 1px solid var(--line); }
.info-details > div:last-child { border-bottom: 0; padding-bottom: 0; }
.info-details dt { color: var(--muted); }
.info-details dd { margin: 0; }
.info-table-wrap { overflow-x: auto; margin: 1.25rem 0; border: 1px solid var(--line); border-radius: .5rem; }
.info-table-wrap table { width: 100%; border-collapse: collapse; font-size: .9375rem; line-height: 1.85; }
.info-table-wrap th, .info-table-wrap td { text-align: left; vertical-align: top; padding: .9rem 1rem; border-bottom: 1px solid var(--line); }
.info-table-wrap thead { background: #f3f6fb; }
.info-table-wrap tbody th { width: 43%; font-weight: 500; }
.info-table-wrap tr:last-child > * { border-bottom: 0; }
.info-callout { padding: 1rem 1.2rem; border-left: 3px solid var(--blue); background: #f3f6ff; border-radius: 0 .5rem .5rem 0; margin-top: 1.2rem; }
.info-callout p:first-child { margin-top: 0; }
.info-content .info-note { font-size: .875rem; color: var(--muted); }
.info-content .info-button { display: inline-flex; justify-content: center; align-items: center; gap: .8rem; border-radius: .5rem; background: var(--blue); color: white; font-weight: 700; padding: .8rem 1.25rem; text-decoration: none; margin: 1rem 0 .25rem; line-height: 1.6; }
.info-content .info-button:hover { background: #1946c4; color: white; }
.contact-draft { background: #f3f6fb; padding: 1rem; border-radius: .5rem; color: var(--muted); }
.info-footer { display: flex; flex-wrap: wrap; align-items: center; gap: .85rem 1.5rem; color: var(--muted); font-size: .875rem; margin-top: 2rem; padding: 1.5rem 0 0; border-top: 1px solid var(--line); }
.info-footer .footer-links { width: 100%; gap: .5rem 1.25rem; }
.info-footer .footer-links a[aria-current="page"] { color: var(--ink); font-weight: 700; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.info-page a:focus-visible, .info-page [tabindex="0"]:focus-visible { outline: 3px solid #2055e5; outline-offset: 4px; }
@media (max-width: 1050px) { .info-layout { grid-template-columns: 190px minmax(0, 1fr); gap: 1.5rem; padding-inline: 1.5rem; } .info-content { padding: 2rem; } .info-feature-grid { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .info-layout { display: block; padding: 1.25rem 1rem 2rem; } .info-sidebar { position: static; margin: 0 0 1.75rem; padding: 0; } .info-sidebar .sidebar-title { margin-bottom: .5rem; } .info-nav { display: flex; flex-wrap: wrap; gap: .35rem; } .info-nav a { padding: .5rem .65rem; } .info-page .header-label { display: none; } .info-page .header-inner { padding-inline: 1rem; } .info-home-link { font-size: .8125rem; } .info-breadcrumb { margin-bottom: 1.4rem; } .info-content { padding: 1.4rem 1.1rem; } .info-content section + section { margin-top: 2rem; padding-top: 1.75rem; } .info-table-wrap th, .info-table-wrap td { padding: .75rem; } .info-details > div { grid-template-columns: 1fr; gap: .2rem; } .info-footer .footer-links { display: grid; gap: .6rem; } .info-toc { display: grid; padding: 1rem; } }
