.quote-article-page {
  background: #f4f7fb;
  color: #334155;
}

.quote-article-hero {
  position: relative;
  min-height: 390px;
  padding: 82px 20px 74px;
  background-image: url("/images/hero.jpg");
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

.quote-article-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(112deg, rgba(4, 13, 28, .96), rgba(15, 47, 72, .84), rgba(109, 24, 34, .52));
}

.quote-article-hero__inner,
.quote-article-shell {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.quote-article-hero__inner {
  position: relative;
  z-index: 1;
}

.quote-article-kicker {
  display: block;
  margin-bottom: 12px;
  color: #ffb9c0;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.quote-article-hero h1 {
  max-width: 920px;
  margin: 0 0 18px;
  color: #fff !important;
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0;
}

.quote-article-hero p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, .9) !important;
  font-size: 20px;
  line-height: 1.6;
}

.quote-article-shell {
  padding: 54px 0 76px;
}

.quote-article-card {
  padding: 38px;
  background: #fff;
  border: 1px solid #d8e3f0;
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(15, 36, 64, .09);
}

.quote-article-card::before {
  content: "";
  display: block;
  width: 76px;
  height: 4px;
  margin: 0 auto 28px;
  background: #b21f2d;
  border-radius: 999px;
}

.quote-article-card h2,
.quote-article-card h3 {
  color: #101827 !important;
  font-weight: 800 !important;
  letter-spacing: 0;
}

.quote-article-card h2 {
  margin: 0 0 18px;
  font-size: 32px;
  line-height: 1.22;
}

.quote-article-card h3 {
  margin: 28px 0 12px;
  font-size: 22px;
  line-height: 1.32;
}

.quote-article-card p,
.quote-article-card li {
  color: #334155;
  font-size: 17px;
  line-height: 1.72;
}

.quote-article-card ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 28px;
  padding: 0;
  list-style: none;
}

.quote-article-card li {
  position: relative;
  padding: 13px 18px 13px 42px;
  background: #f8fafc;
  border: 1px solid #e2e9f2;
  border-radius: 8px;
}

.quote-article-card li::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 19px;
  width: 7px;
  height: 7px;
  background: #b21f2d;
  border-radius: 50%;
}

.quote-article-card a {
  color: #1f5f93;
  font-weight: 800;
  text-decoration: none;
}

.quote-article-card a:hover,
.quote-article-card a:focus {
  color: #b21f2d;
  text-decoration: underline;
}

.quote-article-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 24px;
}

.quote-article-nav--bottom {
  margin: 34px 0 0;
}

.quote-article-nav a,
.quote-article-nav span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid #cdd9e7;
  border-radius: 6px;
  background: #fff;
  color: #1f5f93;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.quote-article-nav a:hover,
.quote-article-nav a:focus {
  border-color: #b21f2d;
  color: #b21f2d;
  text-decoration: none;
}

.quote-article-nav span {
  color: #8794a5;
  background: #f1f5f9;
}

.quote-article-cta {
  margin-top: 34px;
  padding: 28px;
  border-radius: 8px;
  background: linear-gradient(135deg, #101827, #263241);
}

.quote-article-cta h3,
.quote-article-cta p {
  color: #fff !important;
}

.quote-article-cta p {
  color: rgba(255, 255, 255, .86) !important;
}

.quote-article-cta a {
  color: #fff !important;
}

@media (max-width: 767px) {
  .quote-article-hero {
    min-height: 340px;
    padding: 62px 20px 56px;
  }

  .quote-article-shell {
    width: min(100% - 28px, 1120px);
    padding: 38px 0 58px;
  }

  .quote-article-card {
    padding: 24px;
  }
}
