.expert-author-card {
  max-width: 1120px;
  margin: 24px auto;
  padding: 0 16px;
}

.expert-author-card__inner {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 22px;
  border: 1px solid #bdeef5;
  border-radius: 24px;
  background: linear-gradient(135deg, #f2feff 0%, #ffffff 62%, #eafcff 100%);
  box-shadow: 0 18px 45px rgba(0, 91, 114, 0.08);
}

.expert-author-card__photo {
  display: block;
  width: 132px;
  height: 132px;
  overflow: hidden;
  border-radius: 22px;
  background: #eaf7fa;
}

.expert-author-card__photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 18%;
}

.expert-author-card__label {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 8px;
  padding: 7px 14px;
  border-radius: 999px;
  background: #dcfbff;
  color: #008ca3;
  font-weight: 800;
  font-size: 13px;
}

.expert-author-card h2 {
  margin: 0 0 5px;
  color: #101827;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.08;
}

.expert-author-card h2 a {
  color: inherit;
  text-decoration: none;
}

.expert-author-card__role,
.expert-author-card__bio {
  margin: 0 0 10px;
  color: #355070;
  font-size: 16px;
  line-height: 1.55;
}

.expert-author-card__role {
  font-weight: 700;
}

.expert-author-card__special {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0;
  padding: 0;
  list-style: none;
}

.expert-author-card__special li {
  padding: 8px 11px;
  border-radius: 12px;
  background: #f3fafc;
  color: #20344f;
  font-size: 14px;
  font-weight: 700;
}

.expert-author-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #668098;
  font-size: 13px;
}

.expert-author-card__meta span {
  padding: 7px 10px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #d8eef3;
}

.expert-author-card__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 180px;
}

.expert-author-card__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid #b8e7ef;
  border-radius: 999px;
  color: #008ca3;
  background: #ffffff;
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
  text-align: center;
}

.expert-author-card__link--main {
  color: #ffffff;
  background: #12b8c9;
  border-color: #12b8c9;
}

.expert-author-page {
  background: #f3fbfd;
}

.expert-author-page .expert-author-hero {
  max-width: 1120px;
  margin: 28px auto;
  padding: 54px;
  border-radius: 28px;
  border: 1px solid #c7eef5;
  background: linear-gradient(135deg, #ecfcff 0%, #ffffff 70%);
}

.expert-author-page .expert-author-hero h1 {
  max-width: 760px;
  margin: 0 0 16px;
  color: #101827;
  font-size: clamp(42px, 7vw, 76px);
  line-height: 0.96;
}

.expert-author-page .expert-author-hero p {
  max-width: 760px;
  color: #355070;
  font-size: 21px;
  line-height: 1.55;
}

.expert-author-sections {
  max-width: 1120px;
  margin: 0 auto 56px;
  padding: 0 16px;
  display: grid;
  gap: 18px;
}

.expert-author-section {
  padding: 28px;
  border: 1px solid #c7eef5;
  border-radius: 22px;
  background: #ffffff;
}

.expert-author-section h2 {
  margin: 0 0 14px;
  color: #101827;
  font-size: 30px;
  line-height: 1.12;
}

.expert-author-section p,
.expert-author-section li {
  color: #355070;
  font-size: 17px;
  line-height: 1.65;
}

.expert-author-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.expert-author-link-grid a {
  min-height: 72px;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #c7eef5;
  background: #f6fdff;
  color: #008ca3;
  text-decoration: none;
  font-weight: 800;
}

@media (max-width: 820px) {
  .expert-author-card {
    margin: 18px auto;
    padding: 0 12px;
  }

  main#content > .expert-author-card:first-child,
  main#content > section.expert-author-card:first-of-type {
    margin-top: 86px;
  }

  .expert-author-card__inner {
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 14px;
    padding: 16px;
    border-radius: 18px;
  }

  .expert-author-card__photo {
    width: 86px;
    height: 86px;
    border-radius: 16px;
  }

  .expert-author-card__label {
    padding: 6px 10px;
    font-size: 12px;
  }

  .expert-author-card h2 {
    font-size: 22px;
  }

  .expert-author-card__role,
  .expert-author-card__bio {
    font-size: 14px;
  }

  .expert-author-card__special {
    grid-column: 1 / -1;
  }

  .expert-author-card__meta,
  .expert-author-card__actions {
    grid-column: 1 / -1;
  }

  .expert-author-card__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-width: 0;
  }

  .expert-author-page .expert-author-hero {
    margin: 16px 12px;
    padding: 28px 20px;
    border-radius: 22px;
  }

  .expert-author-page .expert-author-hero p {
    font-size: 17px;
  }

  .expert-author-link-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .expert-author-card__inner {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .expert-author-card__photo {
    width: 72px;
    height: 72px;
  }

  .expert-author-card__actions {
    grid-template-columns: 1fr;
  }
}
