body[data-page="catalog"] {
  background: #f5f8fc;
}

.catalog-hero {
  padding: 2rem 0 1.8rem;
  background: #082d4a;
  color: #ffffff;
}

.catalog-hero h1 {
  font-size: clamp(2rem, 2vw + 1rem, 2.7rem);
  font-weight: 700;
  margin: 0;
}

.catalog-breadcrumb {
  font-size: 0.8rem;
  color: #ffffff;
  letter-spacing: 0.01em;
}

.catalog-breadcrumb,
.catalog-breadcrumb a,
.catalog-breadcrumb i,
.catalog-breadcrumb span {
  color: #ffffff;
  font-size: medium;
}

.catalog-breadcrumb a:hover,
.catalog-breadcrumb a:focus-visible {
  color: #ffffff;
  font-size: medium;
}

.catalog-content {
  background:
    linear-gradient(rgba(226, 234, 243, 0.9), rgba(226, 234, 243, 0.42) 18%, rgba(153, 196, 230, 0.2) 27%, rgba(6, 41, 69, 0.15) 65%),
    url("../../images/dmi/Content_Area_bottom_image.jpg") center/cover no-repeat;
  min-height: 470px;
}

.catalog-grid {
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.catalog-card {
  background: #ffffff;
  border: 1px solid #d2dde9;
  border-radius: 0.35rem;
  padding: 0.9rem 1rem;
  box-shadow: 0 2px 7px rgba(6, 34, 56, 0.1);
  display: flex;
  align-items: flex-start;
  gap: 0.95rem;
}

.catalog-card h3 {
  font-size: 1.15rem;
  line-height: 1.2;
  color: #106ec7;
  margin: 0 0 0.35rem;
  font-weight: 700;
}

.catalog-card h3 a {
  color: inherit;
  text-decoration: none;
}

.catalog-card h3 a:hover,
.catalog-card h3 a:focus-visible {
  text-decoration: underline;
}

.catalog-card p {
  color: #4b5a69;
  font-size: 1.03rem;
  line-height: 1.5;
}

.catalog-icon {
  flex: 0 0 auto;
  width: 2.6rem;
  color: #1677d3;
  margin-top: 0.05rem;
}

.catalog-icon svg {
  width: 100%;
  height: auto;
}

.catalog-card-note {
  background: #d8e7f7;
}

.catalog-card-note h3 {
  color: #2b5f92;
}

.catalog-card-note a {
  color: #2c6da9;
}

body.hc-mode .catalog-hero,
body.hc-mode .catalog-content {
  background: #000000;
  color: #ffff00;
}

body.hc-mode .catalog-card,
body.hc-mode .catalog-card-note {
  background: #000000;
  color: #ffffff;
  border-color: #ffffff;
}

body.hc-mode .catalog-card h3,
body.hc-mode .catalog-card p,
body.hc-mode .catalog-card-note h3,
body.hc-mode .catalog-card-note a,
body.hc-mode .catalog-breadcrumb,
body.hc-mode .catalog-icon {
  color: #ffff00;
}

@media (max-width: 991.98px) {
  .catalog-card h3 {
    font-size: 1.05rem;
  }

  .catalog-card p {
    font-size: 0.98rem;
  }
}

@media (max-width: 575.98px) {
  .catalog-hero {
    padding-top: 1.6rem;
  }

  .catalog-card {
    padding: 0.82rem;
    gap: 0.7rem;
  }

  .catalog-icon {
    width: 2rem;
  }

  .catalog-card h3 {
    font-size: 1rem;
  }
}
