.info-page .legal-wrap,
.info-page .blog-wrap {
  max-width: 820px;
  margin: 0 auto 64px;
}

.info-page .legal-wrap {
  padding: 8px 0 24px;
}

.info-page .legal-wrap h2 {
  margin: 36px 0 12px;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #160120;
}

.info-page .legal-wrap p,
.info-page .legal-wrap li {
  font-size: 16px;
  line-height: 1.75;
  color: #3a3340;
}

.info-page .legal-wrap > p:first-of-type {
  margin-bottom: 8px;
}

.info-page .legal-list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: legal;
}

.info-page .legal-list > li {
  position: relative;
  margin: 0 0 18px;
  padding-left: 2.4em;
  counter-increment: legal;
}

.info-page .legal-list > li::before {
  content: counter(legal) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: #800080;
}

.info-page .legal-list ul {
  margin: 10px 0 0;
  padding-left: 18px;
}

.info-page .legal-list ul li {
  margin-bottom: 6px;
  padding-left: 0;
}

.info-page .legal-wrap a {
  color: #160120;
  font-weight: 600;
  text-decoration: underline;
}

.blog-index {
  padding: 48px 0 80px;
}

.blog-index-title {
  margin: 0 0 48px;
  font-family: "Raleway", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #160120;
}

.blog-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 40px;
  max-width: 1080px;
  margin: 0 auto;
}

.blog-card {
  display: flex;
  flex-direction: column;
  background: transparent;
  border: 0;
  color: inherit;
  text-decoration: none;
  opacity: 0;
  transform: translateY(12px);
  animation: blog-card-in 0.55s ease forwards;
}

.blog-card:nth-child(1) { animation-delay: 0.04s; }
.blog-card:nth-child(2) { animation-delay: 0.1s; }
.blog-card:nth-child(3) { animation-delay: 0.16s; }
.blog-card:nth-child(4) { animation-delay: 0.22s; }
.blog-card:nth-child(5) { animation-delay: 0.28s; }
.blog-card:nth-child(6) { animation-delay: 0.34s; }

.blog-card:hover,
.blog-card:focus {
  text-decoration: none;
  color: inherit;
  box-shadow: none;
}

.blog-card-cover {
  position: relative;
  height: 240px;
  overflow: hidden;
  background: #160120;
}

.blog-card-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.blog-card:hover .blog-card-cover img,
.blog-card:focus .blog-card-cover img {
  transform: scale(1.04);
}

.blog-card-tag {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 1;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #fff;
  background: rgba(22, 1, 32, 0.72);
}

.blog-card-body {
  padding: 20px 0 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.blog-card h2 {
  margin: 0 0 12px;
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  color: #160120;
}

.blog-card p {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  flex: 1;
}

.blog-card .blog-read {
  font-size: 15px;
  font-weight: 700;
  color: #160120;
}

.blog-card:hover h2,
.blog-card:focus h2 {
  color: #800080;
}

.note-back {
  display: inline-block;
  margin: 28px 0 8px;
  font-size: 14px;
  font-weight: 700;
  color: #160120;
}

.note-feature {
  margin: 8px 0 32px;
  background: #160120;
}

.note-feature img {
  display: block;
  width: 100%;
  height: auto;
}

.note-article {
  max-width: 760px;
  margin: 0 auto 72px;
  padding: 40px 12px 0;
}

.note-article h1 {
  margin: 0 0 8px;
  font-family: "Raleway", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: #160120;
}

.note-kicker {
  margin: 0 0 18px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #800080;
}

.note-article h2 {
  margin: 32px 0 12px;
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #160120;
}

.note-article p,
.note-article li {
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.8;
  color: #3a3340;
}

.note-article ul {
  margin: 0 0 18px;
  padding-left: 20px;
}

.note-practices {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  margin: 8px 0 28px;
  padding: 22px 18px 16px;
  background: #f7f4f9;
  border: 1px solid rgba(22, 1, 32, 0.1);
}

.note-practices figure {
  margin: 0;
  text-align: center;
}

.note-practices img {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 auto 8px;
}

.note-practices figcaption {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #800080;
}

@keyframes blog-card-in {
  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 991px) {
  .blog-grid {
    grid-template-columns: 1fr;
    max-width: 560px;
    gap: 40px;
  }

  .blog-index-title {
    font-size: 28px;
  }
}

@media (max-width: 575px) {
  .blog-card-cover {
    height: 200px;
  }

  .note-article h1 {
    font-size: 26px;
  }

  .note-practices {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .blog-card,
  .blog-card-cover img {
    animation: none;
    transform: none;
    opacity: 1;
    transition: none;
  }
}
