.brand-logo {
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  background: linear-gradient(135deg, #ff8400 0%, #fd9400 64%, #fd9c0a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-decoration: none;
}

.brand-logo--header {
  font-size: 2rem;
}

.brand-logo--sticky {
  font-size: 1.8rem;
}

.brand-logo--footer {
  font-size: 2.4rem;
}

.header__heading-logo-wrapper {
  display: flex;
  align-items: center;
}

.wch--page-header-size .wch__logo .brand-logo {
  display: block;
}

.page-header {
  border-bottom: 0.1rem solid rgba(var(--color-foreground, 18, 18, 18), 0.08);
  padding: 1.6rem 0;
  background: rgb(var(--color-background, 255, 255, 255));
}

.page-header__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: var(--page-width, 120rem);
  margin: 0 auto;
  padding: 0 1.5rem;
}

.page-header__logo-link {
  text-decoration: none;
  color: inherit;
}

.page-content {
  padding: 4rem 1.5rem 6rem;
  max-width: var(--page-width, 120rem);
  margin: 0 auto;
}

.page-content h1 {
  font-size: calc(var(--font-heading-scale, 1) * 3.2rem);
  margin: 0 0 2.4rem;
  line-height: 1.2;
}

.page-content h2 {
  font-size: calc(var(--font-heading-scale, 1) * 2.2rem);
  margin: 3rem 0 1.2rem;
  line-height: 1.3;
}

.page-content h3 {
  font-size: calc(var(--font-heading-scale, 1) * 1.8rem);
  margin: 2.4rem 0 1rem;
  line-height: 1.35;
}

.page-content p,
.page-content li {
  font-size: 1.6rem;
  line-height: 1.7;
  margin: 0 0 1.4rem;
}

.page-content ul,
.page-content ol {
  margin: 0 0 1.6rem 2rem;
  padding: 0;
}

.page-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  font-size: 1.5rem;
}

.page-content th,
.page-content td {
  border: 0.1rem solid rgba(var(--color-foreground, 18, 18, 18), 0.12);
  padding: 1rem 1.2rem;
  text-align: left;
}

.page-content th {
  background: rgba(var(--color-foreground, 18, 18, 18), 0.04);
}

.page-content a {
  color: #ff8400;
}

.page-content .contact-block {
  margin-top: 2.4rem;
  padding: 2rem;
  background: #fff4e6;
  border-radius: 0.8rem;
}

@media screen and (max-width: 749px) {
  .brand-logo--header {
    font-size: 1.6rem;
  }

  .brand-logo--sticky {
    font-size: 1.4rem;
  }

  .brand-logo--footer {
    font-size: 2rem;
  }

  .page-content h1 {
    font-size: calc(var(--font-heading-scale, 1) * 2.6rem);
  }
}
