body.info-page { background: var(--bp-surface-soft); }
.info-simple-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--bp-border); background: rgba(255,255,255,.97); }
.info-simple-header .container { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.info-simple-header a { color: var(--bp-text); text-decoration: none; }
.info-simple-header > .container > a { display: inline-flex; align-items: center; gap: 9px; font-family: var(--bp-font-brand); font-size: 18px; }
.info-simple-header img { width: 42px; height: 42px; }
.info-simple-header nav { display: flex; gap: 20px; }
.info-simple-header nav a { color: var(--bp-text-muted); font: 700 12px/1 var(--bp-font-interface); }
.info-simple-footer { padding: 18px 0; border-top: 1px solid var(--bp-border); background: var(--bp-surface); }
.info-simple-footer .container { display: flex; align-items: center; justify-content: space-between; color: var(--bp-text-muted); font: 600 11px/1 var(--bp-font-interface); }
.info-simple-footer a { color: var(--bp-primary-dark); font-weight: 800; text-decoration: none; }
.info-main { padding: 34px 0 48px; }
.info-hero { max-width: 760px; margin-bottom: 26px; }
.info-hero__eyebrow { color: var(--bp-primary); font: 800 11px/1 var(--bp-font-interface); letter-spacing: .08em; text-transform: uppercase; }
.info-hero h1 { margin: 8px 0 10px; color: var(--bp-text); font: 800 32px/1.14 var(--bp-font-interface); letter-spacing: -.035em; }
.info-hero p { margin: 0; color: var(--bp-text-muted); font: 500 15px/1.65 var(--bp-font-interface); }
.info-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.info-card { scroll-margin-top: 92px; padding: 22px; border: 1px solid var(--bp-border); border-radius: var(--bp-radius-section); background: var(--bp-surface); box-shadow: var(--bp-shadow-card); }
.info-card h2 { margin: 0 0 10px; color: var(--bp-text); font: 800 18px/1.25 var(--bp-font-interface); }
.info-card p, .info-card li { color: var(--bp-text-muted); font: 500 13px/1.65 var(--bp-font-interface); }
.info-card p { margin: 0 0 9px; }
.info-card p:last-child { margin-bottom: 0; }
.info-card ul, .info-card ol { margin: 0; padding-left: 19px; }
.info-card a { color: var(--bp-primary-dark); font-weight: 750; }
.info-card--wide { grid-column: 1 / -1; }
@media (max-width: 720px) {
  .info-simple-header .container { min-height: 58px; padding-left: 12px; padding-right: 12px; }
  .info-simple-header nav { display: none; }
  .info-main { padding: 24px 0 34px; }
  .info-main .container { padding-left: 14px; padding-right: 14px; }
  .info-hero h1 { font-size: 24px; }
  .info-hero p { font-size: 13px; }
  .info-grid { grid-template-columns: 1fr; gap: 11px; }
  .info-card, .info-card--wide { grid-column: auto; padding: 17px; }
  .info-card h2 { font-size: 16px; }
  .info-card p, .info-card li { font-size: 12px; }
}
