.language-switcher {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  padding: 1.25rem 0 0;
}

.language-switcher a {
  border: 1px solid #d8dee8;
  border-radius: 999px;
  color: #344054;
  font-size: .82rem;
  padding: .35rem .7rem;
  text-decoration: none;
  text-transform: uppercase;
}

.language-switcher a[aria-current="page"] {
  background: #9f0000;
  border-color: #9f0000;
  color: #fff;
}

.image-pdf-hero {
  background: linear-gradient(145deg, #fff, #fff1f1);
}

.image-pdf-pricing {
  background: #fff7f7;
}

.image-pdf-pricing .prose {
  border-left: 5px solid #bd0000;
  padding-left: 28px;
}

.image-pdf-pricing p {
  color: var(--muted);
  font-size: 1.05rem;
}

.image-pdf-cta {
  background: #8f0000;
}

.image-pdf-guide-head {
  background: linear-gradient(180deg, #fff8f8, #fff);
}

.image-pdf-guide-shots {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}

.image-pdf-guide-shots .guide-shot {
  flex: 0 1 320px;
  margin: 0;
}

.image-pdf-guide-shots img {
  border-radius: 28px;
  box-shadow: 0 18px 50px rgb(15 23 42 / 14%);
  display: block;
  height: auto;
  width: 100%;
}

.image-pdf-guide-shots figcaption {
  color: var(--muted);
  font-size: .9rem;
  margin-top: .6rem;
  text-align: center;
}

.image-pdf-guide-steps {
  margin-top: 3rem;
}

.image-pdf-guide-step {
  display: block;
}

.image-pdf-guide-step:last-child {
  border-bottom: 0;
}

@media (max-width: 600px) {
  .language-switcher {
    gap: .35rem;
  }

  .language-switcher a {
    font-size: .75rem;
  }

  .image-pdf-pricing .prose {
    padding-left: 20px;
  }

  .image-pdf-guide-shots .guide-shot {
    flex-basis: min(100%, 330px);
  }
}
