/* Стили страницы продукта «МенторЛаб». */
/* Подключается ТОЛЬКО на reestr.html, основной style.css не изменяется. */

/* Фикс шапки: на этой странице 5 пунктов меню (на главной их 3),
   поэтому уменьшаем большой column-gap, чтобы меню не наезжало на правый блок. */
.header__center {
  width: auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.header__right {
  width: auto;
}

.menu__list {
  -webkit-column-gap: 34px;
  -moz-column-gap: 34px;
  column-gap: 34px;
  justify-content: flex-end;
}

.reestr {
  padding-top: 120px;
  padding-bottom: 60px;
  color: #252525;
  font-family: "Rubik", sans-serif;
}

.reestr__hero {
  margin-bottom: 50px;
}

.reestr__eyebrow {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #3671e9;
  font-weight: 500;
  margin-bottom: 14px;
}

.reestr__title {
  font-size: 40px;
  line-height: 1.15;
  font-weight: 700;
  margin: 0 0 18px;
}

.reestr__title span {
  color: #3671e9;
}

.reestr__lead {
  font-size: 18px;
  line-height: 1.6;
  max-width: 820px;
  color: #444;
}

.reestr__nav {
  margin: 30px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.reestr__nav a {
  font-size: 14px;
  padding: 8px 16px;
  border: 1px solid #c4d5ff;
  border-radius: 100px;
  color: #3671e9;
  transition: all 0.3s ease 0s;
}

.reestr__nav a:hover {
  background: #3671e9;
  color: #fff;
}

/* Секция */
.reestr-section {
  padding: 36px 0;
  border-top: 1px solid #e7e7e7;
}

.reestr-section__title {
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 22px;
}

.reestr-section__title span {
  color: #3671e9;
}

.reestr-section__subtitle {
  font-size: 19px;
  font-weight: 600;
  margin: 28px 0 12px;
}

.reestr p {
  font-size: 16px;
  line-height: 1.65;
  margin: 0 0 14px;
  max-width: 900px;
}

.reestr ul.reestr-list {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  max-width: 900px;
}

.reestr ul.reestr-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 9px;
  line-height: 1.55;
  font-size: 16px;
}

.reestr ul.reestr-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3671e9;
}

/* Карточки ролей */
.reestr-roles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 10px;
}

.reestr-role {
  border: 1px solid #e7e7e7;
  border-radius: 14px;
  padding: 22px 24px;
  background: #fafbff;
}

.reestr-role__name {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px;
  color: #1b1b1b;
}

.reestr-role ul {
  margin: 0;
  padding-left: 18px;
}

.reestr-role li {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 6px;
  color: #444;
}

/* Таблица характеристик */
.reestr-table {
  width: 100%;
  border-collapse: collapse;
  margin: 6px 0 18px;
  font-size: 15px;
}

.reestr-table th,
.reestr-table td {
  text-align: left;
  padding: 12px 16px;
  border: 1px solid #e7e7e7;
  vertical-align: top;
  line-height: 1.5;
}

.reestr-table th {
  background: #f2f6ff;
  font-weight: 600;
  width: 34%;
}

/* Документация */
.reestr-docs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 6px;
}

.reestr-doc {
  display: flex;
  flex-direction: column;
  border: 1px solid #e7e7e7;
  border-radius: 14px;
  padding: 22px 24px;
  background: #fff;
  transition: all 0.3s ease 0s;
}

.reestr-doc:hover {
  border-color: #3671e9;
  box-shadow: 0 8px 24px rgba(54, 113, 233, 0.1);
}

.reestr-doc__name {
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 6px;
  color: #1b1b1b;
}

.reestr-doc__desc {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  margin: 0 0 16px;
  flex-grow: 1;
}

.reestr-doc__links {
  display: flex;
  gap: 10px;
}

.reestr-doc__link {
  font-size: 14px;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 8px;
  transition: all 0.3s ease 0s;
}

.reestr-doc__link--pdf {
  background: #3671e9;
  color: #fff;
}

.reestr-doc__link--pdf:hover {
  background: #0052cc;
}

.reestr-doc__link--html {
  border: 1px solid #c4d5ff;
  color: #3671e9;
}

.reestr-doc__link--html:hover {
  background: #f2f6ff;
}

/* Стоимость */
.reestr-price {
  border: 1px solid #c4d5ff;
  border-radius: 16px;
  padding: 28px 30px;
  background: #f7faff;
  max-width: 900px;
}

/* Контакты / реквизиты */
.reestr-contacts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 980px;
}

.reestr-contacts__card {
  border: 1px solid #e7e7e7;
  border-radius: 14px;
  padding: 24px 26px;
}

.reestr-contacts__card h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 14px;
}

.reestr-contacts__card p {
  font-size: 15px;
  margin: 0 0 8px;
  color: #444;
}

.reestr-contacts__card a {
  color: #3671e9;
}

@media (max-width: 768px) {
  .reestr__title {
    font-size: 30px;
  }
  .reestr-roles,
  .reestr-docs,
  .reestr-contacts {
    grid-template-columns: 1fr;
  }
  .reestr-table th {
    width: 40%;
  }
}
