.collection-redesign-page {
  --collection-blue: #229ed9;
  --collection-blue-2: #27a7e7;
  --collection-mint: #23c985;
  --collection-ink: #071116;
  --collection-muted: #354955;
  --collection-soft: #eef7fb;
  --collection-radius: 8px;
  background:
    linear-gradient(90deg, rgba(34, 158, 217, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(34, 158, 217, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, #f7fbfd 0%, #ffffff 48%, #eef7fb 100%) !important;
  background-size: 56px 56px, 56px 56px, auto !important;
  overflow-x: hidden;
}

.collection-redesign-page #allrecords,
.collection-redesign-page .t-faithful-main {
  background: transparent !important;
}

.collection-redesign-page .t-container,
.collection-redesign-page .t-feed__container {
  width: min(1180px, calc(100% - 40px)) !important;
  max-width: min(1180px, calc(100% - 40px)) !important;
}

.collection-redesign-page .t-title,
.collection-redesign-page .t-section__title,
.collection-redesign-page .t-descr,
.collection-redesign-page .t-text,
.collection-redesign-page .t-name {
  letter-spacing: 0 !important;
}

.collection-redesign-page .t-title span,
.collection-redesign-page .t-section__title span,
.collection-redesign-page .t-descr span,
.collection-redesign-page .t-text span,
.collection-redesign-page .t-name span {
  color: inherit !important;
}

.collection-redesign-page [data-record-type="33"] {
  position: relative;
  overflow: hidden;
  padding-top: 140px !important;
  padding-bottom: 76px !important;
  background:
    radial-gradient(620px 260px at 80% 18%, rgba(35, 201, 133, 0.12), transparent 68%),
    linear-gradient(135deg, #071116 0%, #0d2530 100%) !important;
  color: #ffffff !important;
}

.collection-redesign-page [data-record-type="33"]::after {
  content: "";
  position: absolute;
  right: max(20px, calc((100vw - 1180px) / 2));
  bottom: 34px;
  width: min(300px, 30vw);
  height: 150px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--collection-radius);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.22);
}

.collection-redesign-page [data-record-type="33"] .t017__uptitle,
.collection-redesign-page [data-record-type="33"] .t017__title,
.collection-redesign-page [data-record-type="33"] .t017__descr {
  color: #ffffff !important;
  text-align: left !important;
}

.collection-redesign-page [data-record-type="33"] .t017__title {
  max-width: 760px;
  font-size: clamp(36px, 5vw, 62px) !important;
  font-weight: 850 !important;
  line-height: 1.02 !important;
}

.collection-redesign-page [data-record-type="33"] .t017__descr {
  max-width: 650px;
  margin-top: 22px !important;
  font-size: 20px !important;
  line-height: 1.55 !important;
  color: rgba(255, 255, 255, 0.82) !important;
}

.collection-redesign-page [data-record-type="897"] {
  padding-top: 84px !important;
  padding-bottom: 92px !important;
  background: transparent !important;
}

.collection-redesign-page [data-record-type="897"] .js-feed {
  display: none !important;
}

.collection-redesign-page .noads-static-feed {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.collection-redesign-page .blog-article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.collection-redesign-page .blog-article-card {
  min-width: 0;
}

.collection-redesign-page .blog-article-link {
  display: grid;
  grid-template-rows: 220px 1fr;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(7, 17, 22, 0.09);
  border-radius: var(--collection-radius);
  background: rgba(255, 255, 255, 0.82);
  color: inherit;
  text-decoration: none;
  box-shadow: 0 18px 52px rgba(18, 48, 64, 0.1);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.collection-redesign-page .blog-article-link:hover,
.collection-redesign-page .blog-article-link:focus-visible {
  border-color: rgba(34, 158, 217, 0.28);
  box-shadow: 0 26px 68px rgba(18, 48, 64, 0.15);
  transform: translateY(-3px);
  outline: none;
}

.collection-redesign-page .blog-article-cover {
  display: block;
  background-color: #dff2fb;
  background-position: center;
  background-size: cover;
}

.collection-redesign-page .blog-article-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px 20px 22px;
}

.collection-redesign-page .blog-article-meta {
  color: rgba(7, 17, 22, 0.48);
  font-size: 12px;
  font-weight: 760;
  line-height: 1.2;
}

.collection-redesign-page .blog-article-title {
  color: var(--collection-ink);
  font-size: 20px;
  font-weight: 820;
  line-height: 1.12;
}

.collection-redesign-page .blog-article-desc {
  color: rgba(7, 17, 22, 0.68);
  font-size: 15px;
  line-height: 1.45;
}

.collection-redesign-page .blog-article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: auto;
}

.collection-redesign-page .blog-article-tags span {
  display: inline-flex;
  padding: 6px 9px;
  border-radius: var(--collection-radius);
  background: rgba(34, 158, 217, 0.09);
  color: #096b98;
  font-size: 12px;
  font-weight: 760;
  line-height: 1;
}

.collection-redesign-page [data-record-type="1125"] {
  padding-top: 88px !important;
  padding-bottom: 92px !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(135deg, #071116 0%, #0d2530 100%) !important;
  background-size: 56px 56px, 56px 56px, auto !important;
}

.collection-redesign-page [data-record-type="1125"] .t-section__title,
.collection-redesign-page [data-record-type="1125"] .t1125__descr,
.collection-redesign-page [data-record-type="1125"] .t1125__text {
  color: #ffffff !important;
}

.collection-redesign-page [data-record-type="1125"] .t1125__container {
  display: grid !important;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
  gap: 34px;
}

.collection-redesign-page [data-record-type="1125"] .t1125__col {
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
}

.collection-redesign-page [data-record-type="1125"] .t1125__img {
  width: 100% !important;
  max-height: 380px;
  object-fit: cover;
  border-radius: var(--collection-radius);
}

@media (max-width: 900px) {
  .collection-redesign-page .blog-article-grid,
  .collection-redesign-page [data-record-type="1125"] .t1125__container {
    grid-template-columns: 1fr !important;
  }

  .collection-redesign-page [data-record-type="33"]::after {
    display: none;
  }
}

@media (max-width: 640px) {
  .collection-redesign-page .t-container,
  .collection-redesign-page .t-feed__container,
  .collection-redesign-page .noads-static-feed {
    width: calc(100% - 28px) !important;
    max-width: calc(100% - 28px) !important;
  }

  .collection-redesign-page [data-record-type="33"] {
    padding-top: 112px !important;
  }

  .collection-redesign-page .blog-article-link {
    grid-template-rows: 190px 1fr;
  }
}
