.info-page {
  max-width: 1100px;
  min-height: 650px;
  margin: 0 auto;
  padding: 70px 24px;
}
.info-page > h1 { font-size: 46px; line-height: 1.1; margin: 12px 0 38px; }
.info-page .cards { grid-template-columns: repeat(3, 1fr); }
.page-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.steps { display: grid; gap: 16px; max-width: 780px; }
.steps article { display: flex; gap: 20px; padding: 22px; border: 1px solid var(--line); border-radius: 16px; }
.steps article > b { display: grid; place-items: center; flex: 0 0 42px; height: 42px; border-radius: 50%; background: var(--pink); color: #fff; }
.steps h3, .steps p { margin: 0; }
.steps p { color: var(--muted); margin-top: 4px; }
.dash aside a:nth-of-type(1) { background: transparent; color: inherit; font-weight: normal; }
.dash aside a.active, .dash aside a:nth-of-type(1).active { background: var(--pale); color: var(--pink); font-weight: 800; }
.card-link { display: inline-block; color: var(--pink); font-weight: 800; margin-top: 8px; }
.panel { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 24px; margin-top: 22px; }
.panel h2 { margin-top: 0; }
.form-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; align-items: end; }
.form-grid label { margin: 0; }
.form-grid button { margin: 5px 0 0; }
.empty { color: var(--muted); }
.member-list, .contact-list, .message-list { display: grid; gap: 10px; }
.member-list article, .contact-list article { display: flex; align-items: center; gap: 14px; padding: 14px; border: 1px solid var(--line); border-radius: 12px; }
.member-list article > div:nth-child(2), .contact-list article > div { flex: 1; }
.member-list h3, .member-list p, .contact-list h3 { margin: 0; }
.member-list p { color: var(--muted); font-size: 13px; }
.avatar { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--pale); color: var(--pink); font-weight: 900; }
.message-list article { max-width: 78%; padding: 13px 15px; border-radius: 14px; background: #f4eff2; }
.message-list article.sent { justify-self: end; background: var(--pale); }
.message-list small { color: var(--muted); }
.message-list p { margin: 5px 0 0; }
.contact-list form { margin: 0; }
.contact-list button.danger { background: #a81640; }
.contact-list a { color: var(--pink); font-weight: 800; }
.photo-page > p { color: var(--muted); }
.photo-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 28px; }
.photo-grid figure { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.photo-grid img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: var(--pale); }
.photo-grid figcaption { display: flex; justify-content: space-between; gap: 10px; padding: 12px 14px; }
.photo-grid figcaption small { color: var(--muted); }
@media (max-width: 760px) {
  .dash aside { display: flex; gap: 6px; overflow-x: auto; padding: 14px 16px; }
  .dash aside h3, .dash aside small { display: none; }
  .dash aside a { flex: 0 0 auto; margin: 0; }
  .info-page > h1 { font-size: 36px; }
  .info-page .cards, .form-grid { grid-template-columns: 1fr; }
  .page-actions { align-items: flex-start; flex-direction: column; }
  .message-list article { max-width: 92%; }
  .photo-grid { grid-template-columns: 1fr; }
}
