.marble-article-page {
  background: #f4f8fb;
  color: #122033;
  font-family: Manrope, Arial, sans-serif;
}

.marble-article-page .article-main {
  padding: 28px 0 72px;
  background: #f4f8fb;
}

.marble-article {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.marble-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 28px;
  align-items: stretch;
  margin: 0 0 26px;
  padding: 28px;
  border: 1px solid #dbe7ef;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(18, 32, 51, 0.08);
}

.marble-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.marble-hero__label {
  width: fit-content;
  margin: 0 0 16px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #e6f8fb;
  color: #048596;
  font-size: 13px;
  font-weight: 800;
}

.marble-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #081827;
  font-size: 32px;
  line-height: 1.15;
  letter-spacing: 0;
}

.marble-hero__lead {
  max-width: 720px;
  margin: 18px 0 0;
  color: #334155;
  font-size: 17px;
  line-height: 1.65;
}

.marble-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0 0;
}

.marble-hero__fact {
  min-height: 82px;
  padding: 14px;
  border: 1px solid #dbe7ef;
  border-radius: 8px;
  background: #f8fbfd;
}

.marble-hero__fact span {
  display: block;
  margin: 0 0 5px;
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
}

.marble-hero__fact strong {
  display: block;
  color: #0f172a;
  font-size: 15px;
  line-height: 1.35;
}

.marble-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0 0;
}

.marble-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid #0ab7c9;
  border-radius: 999px;
  background: #0ab7c9;
  color: #fff !important;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.marble-hero__button--light {
  background: #fff;
  color: #0f172a !important;
  border-color: #cbd5e1;
}

.marble-hero__media {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-radius: 8px;
  background: #dbe7ef;
}

.marble-hero__media img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  display: block;
}

.marble-hero__tag {
  position: absolute;
  left: 16px;
  bottom: 16px;
  max-width: calc(100% - 32px);
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  color: #122033;
  font-size: 13px;
  font-weight: 800;
}

.marble-article > p,
.marble-article > ul,
.marble-article > ol {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.marble-article > p {
  color: #334155;
  font-size: 17px;
  line-height: 1.75;
}

.marble-article h2,
.marble-article h3 {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  color: #081827;
}

.marble-article h2 {
  margin-top: 34px;
  padding-top: 26px;
  border-top: 1px solid #dbe7ef;
  font-size: 25px;
  line-height: 1.25;
}

.marble-article h3 {
  font-size: 22px;
}

.marble-article img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 16px auto 24px;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(18, 32, 51, 0.12);
}

.marble-article img[width="800"][height="450"] {
  display: inline-block;
  width: calc(50% - 12px);
  margin: 12px 10px 22px 0;
  vertical-align: top;
}

.marble-article img[width="300"][height="300"],
.marble-article img:not([width]) {
  width: min(300px, 100%);
}

.marble-article a[role="button"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin: 8px 8px 18px 0;
  padding: 0 16px;
  border-radius: 999px;
  background: #081827;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.marble-article a[role="button"] + a[role="button"] {
  background: #0ab7c9;
}

.marble-article > p:has(+ img[width="300"][height="300"]) {
  width: fit-content;
  margin-top: 20px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #e6f8fb;
  color: #047989;
  font-weight: 800;
}

.marble-article ul {
  padding-left: 22px;
}

.marble-article li {
  margin: 8px 0;
}

@media (max-width: 900px) {
  .marble-hero {
    grid-template-columns: 1fr;
  }

  .marble-hero__media,
  .marble-hero__media img {
    min-height: 280px;
  }
}

@media (max-width: 760px) {
  .marble-article-page .article-main {
    padding: 14px 0 54px;
  }

  .marble-hero {
    padding: 18px;
    margin-bottom: 18px;
  }

  .marble-hero h1 {
    font-size: 25px;
  }

  .marble-hero__lead,
  .marble-article > p {
    font-size: 16px;
  }

  .marble-hero__facts {
    grid-template-columns: 1fr;
  }

  .marble-hero__actions {
    flex-direction: column;
  }

  .marble-hero__button {
    width: 100%;
  }

  .marble-article h2 {
    font-size: 23px;
  }

  .marble-article img[width="800"][height="450"] {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}
