.info-page { max-width: 960px; margin: 48px auto 64px; padding: 0 24px; }
.info-page h1 { font-size: 32px; font-weight: 800; color: #1a1a1a; margin-bottom: 36px; }
.info-page h1 span { color: #2d9e00; }

.info-section { margin-bottom: 36px; }
.info-section h2 { font-size: 16px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: #2d9e00; margin-bottom: 14px; padding-bottom: 8px; border-bottom: 2px solid #e8f5e0; }
.info-section p { font-size: 15px; color: #444; line-height: 1.7; margin-bottom: 10px; }
.info-section ul { padding-left: 20px; margin: 0; }
.info-section ul li { font-size: 15px; color: #444; line-height: 1.7; margin-bottom: 6px; }

.delivery-grid { display: grid; grid-template-columns: 1fr; gap: 20px; margin-top: 8px; }
.delivery-card { background: #fff; border-radius: 12px; padding: 22px 24px; border: 1px solid #eee; box-shadow: 0 2px 8px rgba(0,0,0,.05); display: flex; gap: 16px; }
.delivery-card .dc-icon { font-size: 28px; flex-shrink: 0; width: 48px; height: 48px; background: #f0f7ee; border-radius: 10px; display: flex; align-items: center; justify-content: center; }
.delivery-card .dc-body { flex: 1; }
.delivery-card .dc-title { font-size: 15px; font-weight: 700; color: #1a1a1a; margin-bottom: 6px; }
.delivery-card .dc-sub { font-size: 13px; color: #666; line-height: 1.6; }
.delivery-card .dc-badge { display: inline-block; background: #f0f7ee; color: #2d9e00; font-size: 12px; font-weight: 600; border-radius: 4px; padding: 2px 8px; margin-top: 8px; }

.payment-methods { display: flex; flex-direction: column; gap: 12px; margin-top: 8px; }
.pay-item { display: flex; align-items: flex-start; gap: 12px; background: #f8f8f8; border-radius: 8px; padding: 14px 16px; }
.pay-icon { font-size: 22px; flex-shrink: 0; }
.pay-text { font-size: 14px; color: #444; line-height: 1.5; }
.pay-text strong { color: #1a1a1a; display: block; margin-bottom: 2px; }

.requisites-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-top: 8px; }
.req-card { background: #f8f8f8; border-radius: 10px; padding: 20px 22px; }
.req-card h3 { font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: #2d9e00; margin-bottom: 14px; }
.req-row { display: flex; gap: 8px; margin-bottom: 7px; font-size: 14px; }
.req-label { color: #999; min-width: 120px; flex-shrink: 0; }
.req-value { color: #1a1a1a; font-weight: 600; word-break: break-all; }

.breadcrumbs { max-width: 960px; margin: 0 auto; padding: 16px 24px 0; font-size: 13px; color: #999; }
.breadcrumbs a { color: #999; text-decoration: none; }
.breadcrumbs a:hover { color: #2d9e00; }
.breadcrumbs span { margin: 0 6px; }
