.nksd-section--coverage {
  padding-top: 86px;
  padding-bottom: 86px;
  background: #fff5f5;
}
.nksd-coverage {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 72px;
  align-items: center;
}
.nksd-coverage > div > p {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 17px;
}
.nksd-coverage__cards {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border-radius: 10px;
  background: #f1cfd0;
}
.nksd-coverage__cards > div {
  display: grid;
  grid-template-columns: 48px 1fr;
  column-gap: 16px;
  padding: 21px 24px;
  background: #fff;
}
.nksd-coverage__cards span {
  grid-row: span 2;
  color: var(--red);
  font-size: 20px;
  font-weight: 800;
}
.nksd-coverage__cards strong {
  font-size: 14px;
  letter-spacing: 0.03em;
}
.nksd-coverage__cards small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 14px;
}
.nksd-section--faq {
  background: var(--cream);
}
.nksd-faq {
  width: min(880px, calc(100% - 40px));
}
.nksd-faq__list {
  display: grid;
  gap: 12px;
  margin-top: 46px;
}
.nksd-faq details {
  padding: 0 24px;
  border: 1px solid #e8dfdb;
  border-radius: 8px;
  background: #fff;
}
.nksd-faq summary {
  position: relative;
  padding: 21px 34px 21px 0;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
}
.nksd-faq summary::-webkit-details-marker {
  display: none;
}
.nksd-faq summary:after {
  position: absolute;
  right: 0;
  top: 17px;
  color: var(--red);
  content: "+";
  font-size: 25px;
  font-weight: 400;
}
.nksd-faq details[open] summary:after {
  content: "–";
}
.nksd-faq details p {
  margin: 0;
  padding: 0 0 20px;
  color: var(--muted);
  font-size: 16px;
}
.nksd-mobile-cta {
  display: none;
}
@media (max-width: 850px) {
  .nksd-coverage {
    grid-template-columns: 1fr;
    gap: 38px;
  }
}
@media (max-width: 540px) {
  .nksd-section--coverage {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .nksd-faq {
    width: min(100% - 32px, 880px);
  }
  .nksd-faq details {
    padding-inline: 18px;
  }
  .nksd-mobile-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid rgba(255, 255, 255, 0.45);
    box-shadow: 0 -7px 22px rgba(0, 0, 0, 0.14);
  }
  .nksd-mobile-cta a {
    display: flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    background: var(--red);
    color: #fff !important;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-decoration: none;
  }
  .nksd-mobile-cta a + a {
    background: #961018;
  }
  .nksd {
    padding-bottom: 56px;
  }
}
