.general-cost-page .price-hero h1 {
  max-width: 920px;
  font-size: clamp(4.2rem, 6.7vw, 7.1rem);
}

.general-cost-page .price-hero-media {
  background-position: 54% center;
  filter: saturate(0.58) contrast(1.15);
}

.direct-answer {
  padding: 104px 0;
  background: #fffdf8;
}

.direct-answer-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 80px;
  align-items: start;
}

.direct-answer-copy h2 {
  margin-bottom: 0;
  color: #071521;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(3.2rem, 5vw, 5.4rem);
  line-height: 0.94;
}

.direct-answer-text {
  border-left: 1px solid rgba(7, 21, 33, 0.18);
  padding-left: 38px;
}

.direct-answer-text > p {
  color: #5f6870;
  font-size: 1.05rem;
  line-height: 1.8;
}

.direct-answer-text > p:first-child {
  color: #26313a;
  font-size: 1.18rem;
}

.direct-answer-text strong,
.direct-answer-text b {
  color: #071521;
}

.article-toc {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 30px;
}

.article-toc a {
  min-height: 48px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(7, 21, 33, 0.14);
  border-radius: 4px;
  padding: 10px 14px;
  color: #071521;
  background: #f6f2ea;
  font-size: 0.82rem;
  font-weight: 800;
}

.article-toc a:hover {
  border-color: #bd8832;
  color: #945f0f;
}

.recurring-costs {
  background: #071521;
}

.restaurant-bridge {
  padding: 110px 0;
  background: #d9ff5f;
}

.restaurant-bridge-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(310px, 0.8fr);
  gap: 80px;
  align-items: center;
}

.restaurant-bridge-copy h2 {
  max-width: 760px;
  margin-bottom: 22px;
  color: #071521;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(3.4rem, 5.2vw, 5.6rem);
  line-height: 0.92;
}

.restaurant-bridge-copy > p:last-of-type {
  max-width: 690px;
  margin-bottom: 28px;
  color: rgba(7, 21, 33, 0.75);
  line-height: 1.75;
}

.restaurant-bridge-visual {
  border: 1px solid rgba(7, 21, 33, 0.2);
  border-radius: 5px;
  padding: 34px;
  background: #071521;
  box-shadow: 22px 26px 0 rgba(7, 21, 33, 0.12);
  color: #fffdf8;
  transform: rotate(2deg);
}

.restaurant-bridge-visual > span {
  display: block;
  margin-bottom: 14px;
  color: #d9ff5f;
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.restaurant-bridge-visual > strong {
  display: block;
  margin-bottom: 26px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 3.5rem;
  line-height: 1;
}

.restaurant-bridge-visual p {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 15px 0;
  color: rgba(255, 255, 255, 0.72);
}

.restaurant-bridge-visual b {
  color: #fff;
}

.general-cost-page .faq-list details p a {
  color: #945f0f;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 900px) {
  .direct-answer-layout,
  .restaurant-bridge-layout {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .direct-answer-text {
    border-left: 0;
    border-top: 1px solid rgba(7, 21, 33, 0.18);
    padding: 30px 0 0;
  }

  .restaurant-bridge-visual {
    max-width: 520px;
    transform: none;
  }
}

@media (max-width: 760px) {
  .general-cost-page .price-hero,
  .general-cost-page .price-hero-inner {
    min-height: 0;
  }

  .general-cost-page .price-hero-inner {
    padding-top: 104px;
    padding-bottom: 30px;
  }

  .general-cost-page .breadcrumbs {
    margin-bottom: 24px;
  }

  .general-cost-page .price-hero h1 {
    font-size: 3.6rem;
  }

  .general-cost-page .price-hero-lead {
    margin-bottom: 20px;
  }

  .general-cost-page .price-hero-actions .button {
    min-height: 48px;
  }

  .general-cost-page .price-hero-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 20px;
  }

  .general-cost-page .price-hero-trust > span:last-child {
    grid-column: 1 / -1;
  }

  .direct-answer,
  .restaurant-bridge {
    padding: 76px 0;
  }

  .direct-answer-copy h2,
  .restaurant-bridge-copy h2 {
    font-size: 3rem;
  }

  .article-toc {
    grid-template-columns: 1fr;
  }

  .restaurant-bridge-visual {
    padding: 25px;
    box-shadow: 12px 14px 0 rgba(7, 21, 33, 0.12);
  }

  .restaurant-bridge-visual > strong {
    font-size: 2.75rem;
  }
}

@media (max-width: 420px) {
  .general-cost-page .price-hero h1 {
    font-size: 3.15rem;
  }

  .general-cost-page .price-hero-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .general-cost-page .price-hero-trust > span:last-child {
    grid-column: 1 / -1;
  }
}
