.info-page { padding: 40px 0 80px; }
.info-page__container { max-width: 860px; margin: 0 auto; }
.info-page__breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin-bottom: 20px; color: #8e93a3; font-size: 13px; }
.info-page__breadcrumbs a { color: #8e93a3; text-decoration: none; }
.info-page__breadcrumbs a:hover { color: #3ab455; }
.info-page__breadcrumbs span.separator { color: #c7cad4; }
.info-page__title { margin: 0 0 8px; color: #151515; font-size: 32px; font-weight: 800; line-height: 1.2; }
.info-page__updated { margin-bottom: 28px; color: #8e93a3; font-size: 13px; }
.info-page__content { background: #fff; border-radius: 24px; padding: 36px 40px; box-shadow: 0 18px 44px rgba(21, 21, 21, 0.06); color: #2b2d3a; font-size: 15px; line-height: 1.65; }
.info-page__content h2 { margin: 32px 0 12px; color: #151515; font-size: 22px; font-weight: 700; line-height: 1.3; }
.info-page__content h2:first-child { margin-top: 0; }
.info-page__content h3 { margin: 22px 0 10px; color: #151515; font-size: 17px; font-weight: 700; }
.info-page__content p { margin: 0 0 14px; }
.info-page__content ul, .info-page__content ol { margin: 0 0 14px; padding-left: 22px; }
.info-page__content li { margin-bottom: 6px; }
.info-page__content a { color: #3ab455; text-decoration: none; }
.info-page__content a:hover { text-decoration: underline; }
.info-page__content strong { color: #151515; }
.info-table { width: 100%; border-collapse: collapse; margin: 0 0 20px; font-size: 14px; }
.info-table th, .info-table td { padding: 12px 14px; text-align: left; border-bottom: 1px solid #eef0f5; vertical-align: top; }
.info-table th { width: 42%; color: #6f7484; font-weight: 500; background: #f7f8fc; }
.info-table td { color: #151515; font-weight: 500; background: #fff; }
.info-table tr:first-child td { background: #fff; color: #151515; text-align: left; }
.info-callout { margin: 18px 0; padding: 16px 18px; border-left: 3px solid #3ab455; background: #fff6f5; border-radius: 0 14px 14px 0; color: #2b2d3a; font-size: 14px; }

.pi-header { height: 72px; border-bottom: 1px solid var(--pi-border); background: #fff; display: flex; align-items: center; }
.pi-header__inner { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.pi-header__left { display: flex; align-items: center; gap: 14px; min-width: 0; }
.pi-back { width: 36px; height: 36px; border-radius: 10px; border: 1px solid var(--pi-border); color: var(--pi-text); display: inline-flex; align-items: center; justify-content: center; text-decoration: none; flex-shrink: 0; }
.pi-title { margin: 0; font-size: 22px; font-weight: 600; line-height: 1.2; }
.pi-lang { height: 36px; border: 1px solid var(--pi-border); border-radius: 10px; padding: 0 36px 0 16px; background: #fff; font-size: 14px; -webkit-appearance: none; -moz-appearance: none; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236f7787' d='M1.41.59 6 5.17 10.59.59 12 2 6 8 0 2z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; }

@media (max-width: 768px) {
  .info-page { padding: 20px 0 60px; }
  .info-page__title { font-size: 24px; }
  .info-page__content { padding: 22px 18px; border-radius: 18px; }
  .info-page__content h2 { font-size: 18px; }
  .info-table th, .info-table td { padding: 10px 12px; font-size: 13px; }
  .info-table th { width: 45%; }
}
@media (max-width: 640px) {
  .pi-header__inner { padding-left: 14px; padding-right: 14px; }
  .pi-title { font-size: 19px; }
}
