.news-details-page {
  background: #fff;
}

.page-breadcrumb {
  background: #000;
  padding: 12px 0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.page-breadcrumb .container {
  display: flex;
  align-items: center;
  gap: 8px;
}

.page-breadcrumb a {
  color: #fff;
  transition: opacity 0.2s ease;
}

.page-breadcrumb a:hover {
  opacity: 0.8;
}

.page-breadcrumb__sep {
  color: #fff;
  font-size: 12px;
}

.page-breadcrumb__current {
  color: var(--red);
}

.article-hero {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  color: #fff;
}

.article-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0.5) 34%, rgba(0, 0, 0, 0.1) 68%, rgba(0, 0, 0, 0) 100%);
}

.article-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 360px;
  max-width: 760px;
  padding-top: 34px;
  padding-bottom: 44px;
}

.article-hero__tag {
  margin: 0 0 8px;
  color: #8d0a0b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-hero h1 {
  margin: 0;
  font-size: 52px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.article-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  font-weight: 600;
}

.article-section {
  padding: 28px 0 56px;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  align-items: start;
}

.article-main {
  min-width: 0;
}

.article-share-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  padding: 14px 18px;
  border: 1px solid #e6e6e6;
  background: #fff;
}

.article-share-row__label {
  color: #202020;
  font-size: 14px;
  font-weight: 700;
}

.article-share-icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  width: 360px;
  max-width: 100%;
}

.article-share-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 50%;
  background: #0f0f0f;
  overflow: hidden;
  transition: transform 0.2s ease;
}

.article-share-icons a:hover {
  transform: translateY(-2px);
}

.article-share-icons img {
  width: 18px;
  height: 18px;
  display: block;
  object-fit: contain;
}

.article-body {
  margin-top: 18px;
  padding: 28px 30px;
  border: 1px solid #e6e6e6;
  background: #fff;
}

.article-body p,
.article-body li {
  color: #424242;
  font-size: 17px;
  line-height: 1.8;
}

.article-body p {
  margin: 0 0 16px;
}

.article-body ul,
.article-body ol {
  margin: 0 0 18px 22px;
  padding: 0;
}

.article-body li + li {
  margin-top: 8px;
}

.article-body h2 {
  margin: 26px 0 14px;
  color: #1f1f1f;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 700;
}

.article-body strong {
  color: #232323;
}

.article-body a {
  color: var(--red);
}

.article-body__figure {
  margin: 24px 0;
}

.article-body__figure img {
  width: 100%;
  border-radius: 4px;
}

.article-footer {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.article-footer__item {
  padding: 18px 20px;
  border: 1px solid #e6e6e6;
  background: #fff;
}

.article-footer__item--next {
  text-align: right;
}

.article-footer__label {
  display: block;
  margin-bottom: 8px;
  color: var(--red);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.article-footer__item a {
  color: #262626;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.article-related-block {
  grid-column: 1 / -1;
  margin-top: 24px;
}

.section-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.section-heading__accent {
  width: 2px;
  height: 18px;
  border-radius: 999px;
  background: var(--red);
}

.section-heading h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
}

.article-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.article-related-card {
  border: 1px solid #e5e5e5;
  background: #fff;
  overflow: hidden;
}

.article-related-card__image {
  position: relative;
  display: block;
  aspect-ratio: 1.15 / 1;
  overflow: hidden;
}

.article-related-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-related-card__tag {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 10px;
  background: var(--red);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.article-related-card h3 {
  margin: 0;
  padding: 12px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
}

.article-sidebar {
  display: grid;
  gap: 0;
  align-content: start;
  grid-auto-rows: max-content;
}

.article-sidebar > .article-sidebar-card + .article-sidebar-card {
  margin-top: 0 !important;
}

@media (min-width: 1181px) {
  .article-sidebar {
    align-self: stretch;
  }

  .article-sidebar-card--quote.is-sticky {
    position: sticky;
    top: 84px;
    align-self: start;
    z-index: 2;
  }
}

.article-sidebar-card {
  border: 1px solid #e6e6e6;
  background: #fff;
  padding: 20px;
}

.article-sidebar-card h3 {
  margin: 0 0 14px;
  color: #1f1f1f;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}

.article-sidebar-card p {
  margin: 0;
  color: #555;
  font-size: 15px;
  line-height: 1.7;
}

.article-sidebar-card--expert {
  position: relative;
  padding: 0;
  overflow: hidden;
  align-self: start;
  height: 260px;
}

.article-sidebar-card--quote {
  border-top: 0;
  height: max-content;
}

.article-sidebar-card--expert img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-sidebar-btn {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 24px;
  background: #0f3057;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

.article-quote-form {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.article-quote-form input,
.article-quote-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #dadada;
  background: #fff;
  color: #333;
  font-size: 14px;
}

.article-quote-form textarea {
  resize: vertical;
}

.popular-list {
  display: grid;
  gap: 14px;
}

.popular-item {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.popular-thumb {
  display: block;
  width: 86px;
  height: 66px;
  overflow: hidden;
  background: #ececec;
}

.popular-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popular-meta {
  display: grid;
  gap: 6px;
}

.popular-title {
  color: #232323;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.popular-date {
  color: var(--red);
  font-size: 12px;
  font-weight: 700;
}

@media (max-width: 1180px) {
  .article-layout {
    grid-template-columns: 1fr;
  }

  .article-sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }
}

@media (max-width: 900px) {
  .article-hero {
    min-height: 300px;
  }

  .article-hero__content {
    min-height: 300px;
    max-width: 100%;
  }

  .article-hero h1 {
    font-size: 38px;
  }

  .article-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-sidebar {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .article-section {
    padding: 20px 0 44px;
  }

  .article-body {
    padding: 20px 18px;
  }

  .article-body p,
  .article-body li {
    font-size: 16px;
  }

  .article-body h2 {
    font-size: 24px;
  }

  .article-footer {
    grid-template-columns: 1fr;
  }

  .article-footer__item--next {
    text-align: left;
  }

  .article-related-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .article-hero__overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0.26) 54%, rgba(0, 0, 0, 0.12) 100%);
  }

  .article-hero h1 {
    font-size: 30px;
    line-height: 1.08;
  }

  .article-share-row {
    padding: 14px;
  }

  .article-share-icons {
    gap: 8px;
  }

  .article-sidebar-card {
    padding: 16px;
  }
}
