.footer-links {
  flex-wrap: wrap;
}

.legal-page {
  padding: 70px clamp(25px, 12vw, 190px);
}

.legal-card {
  max-width: 980px;
  background: #fff;
  padding: clamp(28px, 5vw, 60px);
  border-top: 4px solid var(--yellow);
  box-shadow: 0 15px 45px rgba(12, 21, 29, .08);
}

.legal-card h2 {
  font-size: clamp(30px, 4vw, 44px);
  margin: 45px 0 22px;
}

.legal-card p {
  margin: 0 0 24px;
  color: #39464e;
}

.legal-card p:last-child {
  margin-bottom: 0;
}

.error-page > span {
  width: auto;
  min-width: 72px;
  padding: 0 14px;
  border-radius: 3px;
  font: 700 18px/55px "Courier New", monospace;
}

.error-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
}

@media (max-width: 520px) {
  .error-actions {
    flex-direction: column;
    gap: 12px;
  }
}

.privacy-note a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.button-outline {
  color: #fff;
  background: rgba(12, 21, 29, .45);
  border: 1px solid rgba(255, 255, 255, .7);
}

.questions-link {
  display: inline-flex;
  margin-top: 18px;
  padding: 11px 16px;
  color: var(--ink);
  font-weight: 700;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
}

.questions-link:hover {
  background: var(--yellow);
  border-color: var(--yellow);
}

.contact-layout .form-aside a {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.purpose-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(35px, 8vw, 120px);
  align-items: center;
  padding: clamp(55px, 7vw, 90px) clamp(25px, 8vw, 130px);
  color: #fff;
  background: var(--ink-2);
  border-left: clamp(7px, 1vw, 14px) solid var(--yellow);
}

.purpose-section h2 {
  font-size: clamp(35px, 4.5vw, 60px);
}

.purpose-section > p {
  max-width: 660px;
  margin: 0;
  color: #d7dde0;
  font-size: clamp(17px, 1.6vw, 20px);
}

.news-strip {
  display: grid;
  grid-template-columns: minmax(170px, .32fr) 1fr;
  gap: clamp(25px, 5vw, 70px);
  align-items: start;
  padding: 26px clamp(25px, 8vw, 130px);
  color: var(--ink);
  background: #fff;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 26px rgba(12, 21, 29, .07);
  position: relative;
  z-index: 2;
}

.news-label {
  display: flex;
  align-items: center;
  gap: 11px;
  padding-top: 4px;
}

.news-label p {
  margin: 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.news-pulse {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 0 5px rgba(231, 198, 43, .2);
}

.news-list {
  display: grid;
  gap: 18px;
}

.news-item + .news-item {
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.news-item h2 {
  margin: 0 0 6px;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.25;
}

.news-item p {
  margin: 0;
  color: #4d5961;
  font-size: 14px;
}

.faq-page {
  padding: 34px clamp(25px, 8vw, 130px) 90px;
}

.faq-group {
  display: grid;
  grid-template-columns: minmax(70px, .18fr) 1fr;
  gap: clamp(22px, 5vw, 70px);
  padding: 58px 0;
  border-bottom: 1px solid var(--line);
}

.faq-number {
  margin: 3px 0 0;
  color: #a8b0b5;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 4vw, 50px);
}

.faq-group-content h2 {
  margin: 0 0 28px;
  font-size: clamp(31px, 4vw, 48px);
}

.faq-list {
  border-top: 2px solid var(--ink);
}

.faq-item {
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, .35);
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 21px 4px;
  cursor: pointer;
  font-size: clamp(16px, 1.7vw, 20px);
  font-weight: 700;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: var(--yellow);
  border-radius: 50%;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item summary:focus-visible {
  outline: 3px solid rgba(231, 198, 43, .7);
  outline-offset: 3px;
}

.faq-answer {
  max-width: 820px;
  padding: 0 58px 22px 4px;
  color: #3f4b53;
}

.faq-answer p {
  margin: 0 0 12px;
}

.faq-prices {
  max-width: 430px;
  margin: 20px 0 8px;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.faq-prices li {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}

.faq-prices strong {
  color: var(--ink);
}

.faq-contact {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 35px;
  margin-top: 70px;
  padding: clamp(28px, 5vw, 52px);
  background: #fff;
  border-left: 5px solid var(--yellow);
  box-shadow: 0 15px 45px rgba(12, 21, 29, .08);
}

.faq-contact h2 {
  font-size: clamp(30px, 4vw, 46px);
}

.faq-empty {
  padding: 60px 0;
}

@media (max-width: 620px) {
  .legal-page {
    padding: 35px 18px;
  }

  .purpose-section {
    grid-template-columns: 1fr;
    padding: 48px 22px;
  }

  .news-strip {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 24px 22px 28px;
  }

  .faq-page {
    padding: 15px 18px 55px;
  }

  .faq-group {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 40px 0;
  }

  .faq-number {
    font-size: 24px;
  }

  .faq-item summary {
    padding: 18px 2px;
  }

  .faq-answer {
    padding: 0 44px 18px 2px;
  }

  .faq-contact {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 45px;
  }
}
