.info-page { margin: 0; color: #26372f; background: #f3f5f4; font: 16px/1.75 'Segoe UI', system-ui, sans-serif; }
.info-page * { box-sizing: border-box; }
.info-page a, .site-footer a { color: #25694f; text-underline-offset: 4px; }
.info-page a:hover, .site-footer a:hover { color: #153d2e; }
.info-page a:focus-visible, .site-footer a:focus-visible { outline: 2px solid #268569; outline-offset: 5px; }
.info-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; max-width: 1200px; margin: auto; padding: 28px 40px; border-bottom: 1px solid #d8dfda; }
.info-header .wordmark { font-size: 20px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.info-header nav, .site-footer nav { display: flex; flex-wrap: wrap; gap: 10px 22px; }
.info-header nav { font-size: 14px; }
.article { max-width: 820px; margin: 0 auto; padding: 68px 40px 88px; }
.info-page h1 { font-size: 46px; line-height: 1.15; letter-spacing: 0; margin: 15px 0 26px; font-weight: 650; text-wrap: balance; }
.info-page h2 { font-size: 23px; line-height: 1.3; margin: 40px 0 12px; font-weight: 600; letter-spacing: 0; }
.info-page p { margin: 0 0 20px; }
.info-page .eyebrow { font-size: 12px; letter-spacing: 0; text-transform: uppercase; color: #566b5e; }
.info-page .lead { font-size: 20px; line-height: 1.65; color: #536258; margin-bottom: 30px; }
.info-page .action { display: inline-block; padding: 11px 20px; border-radius: 5px; background: #25694f; color: white; text-decoration: none; margin: 0 12px 8px 0; font-weight: 600; font-size: 15px; }
.info-page .action:hover { background: #194e39; color: white; }
.info-page figure { margin: 28px 0 36px; }
.effect-cover { display: block; width: 100%; height: auto; border-radius: 6px; background: #050509; }
.info-page figcaption { font-size: 13px; color: #65756a; margin-top: 9px; }
.info-page li { padding-left: 5px; margin-bottom: 12px; }
.info-page ol { padding-left: 24px; }
.info-page dt { font-weight: 650; margin-top: 22px; }
.info-page dd { margin: 4px 0 0; color: #536258; }
.info-page .note { border-left: 3px solid #779b82; padding: 2px 0 2px 24px; margin-top: 38px; }
.info-page .note h2 { margin-top: 0; }
.info-page .note p { margin-bottom: 0; }
.guide-list { margin-top: 40px; }
.info-page .guide-row { display: grid; grid-template-columns: 190px 1fr; align-items: center; gap: 28px; border-top: 1px solid #d8dfda; padding: 28px 0; text-decoration: none; }
.guide-row img { width: 100%; height: auto; border-radius: 5px; }
.info-page .guide-row h2 { margin: 0 0 8px; }
.info-page .guide-row p { color: #536258; font-size: 15px; margin-bottom: 8px; }
.guide-row span { font-size: 13px; font-weight: 600; }
.site-footer { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px 32px; padding: 24px 32px; background: #edf1ee; border-top: 1px solid #d8dfda; color: #5d6d62; font: 13px/1.6 'Segoe UI', system-ui, sans-serif; }
.skip-link { position: absolute; left: 16px; top: -100px; background: #fff; padding: 10px; }
.skip-link:focus { top: 12px; }
@media (max-width: 680px) {
  .info-header { padding: 20px 24px; flex-direction: column; align-items: flex-start; gap: 14px; }
  .info-header nav, .site-footer nav { gap: 12px 18px; }
  .article { padding: 40px 24px 60px; }
  .info-page h1 { font-size: 34px; }
  .info-page .lead { font-size: 18px; }
  .info-page .guide-row { grid-template-columns: 1fr; gap: 18px; }
  .site-footer { padding: 24px; }
}
