.subpage-main {
  background: var(--page);
}

.subpage-hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0 82px;
  border-bottom: 1px solid var(--line);
  text-align: center;
}

.subpage-hero::before {
  position: absolute;
  top: -270px;
  left: 50%;
  width: 820px;
  height: 620px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(240, 177, 112, .22), rgba(226, 220, 247, .16) 50%, transparent 72%);
  content: "";
  filter: blur(8px);
  transform: translateX(-50%);
}

.subpage-hero .container {
  position: relative;
  z-index: 2;
}

.subpage-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  padding: 7px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .7);
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.subpage-pill::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 4px rgba(221, 90, 0, .09);
  content: "";
}

.subpage-hero h1 {
  font-family: var(--display);
  font-size: clamp(58px, 7vw, 92px);
  font-weight: 900;
  letter-spacing: -.065em;
  line-height: .9;
}

.subpage-hero h1 span {
  color: var(--orange);
}

.subpage-hero p {
  max-width: 620px;
  margin: 25px auto 0;
  color: var(--muted);
  font-size: 16px;
}

.subpage-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px 20px;
  margin-top: 25px;
  color: #99938d;
  font-size: 10px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.subpage-content {
  padding: 100px 0 130px;
}

.support-contact {
  position: relative;
  display: grid;
  min-height: 300px;
  align-items: center;
  gap: 50px;
  overflow: hidden;
  padding: 60px 7%;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: linear-gradient(135deg, #f0edf7, #f2eee9);
  grid-template-columns: 1.15fr .85fr;
}

.support-contact::after {
  position: absolute;
  right: -170px;
  bottom: -270px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(221, 90, 0, .19), transparent 67%);
  content: "";
}

.support-contact-copy,
.support-contact-action {
  position: relative;
  z-index: 2;
}

.support-contact h2,
.subpage-section-title,
.legal-intro h2 {
  font-family: var(--display);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 900;
  letter-spacing: -.05em;
  line-height: 1;
}

.support-contact p {
  max-width: 520px;
  margin-top: 16px;
  color: var(--muted);
  font-size: 14px;
}

.support-contact-action {
  justify-self: end;
  text-align: right;
}

.support-contact-action small {
  display: block;
  margin-top: 11px;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.support-section {
  padding-top: 110px;
}

.support-heading {
  display: grid;
  align-items: end;
  gap: 60px;
  margin-bottom: 46px;
  grid-template-columns: 1fr 1fr;
}

.support-heading > p {
  max-width: 500px;
  justify-self: end;
  color: var(--muted);
  font-size: 14px;
}

.setup-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, 1fr);
}

.setup-card {
  min-height: 245px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: white;
}

.setup-icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 35px;
  place-items: center;
  border-radius: 13px;
  background: var(--cream);
  color: var(--orange);
  font-family: var(--display);
  font-size: 18px;
  font-weight: 900;
}

.setup-card h3 {
  margin-bottom: 8px;
  font-family: var(--display);
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -.04em;
}

.setup-card p,
.help-faq details p,
.help-faq details li,
.support-final p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.setup-card strong,
.help-faq strong,
.support-final strong {
  color: var(--ink);
  font-weight: 600;
}

.help-faq {
  border-top: 1px solid var(--line);
}

.help-faq details {
  border-bottom: 1px solid var(--line);
}

.help-faq summary {
  display: flex;
  min-height: 86px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  cursor: pointer;
  font-family: var(--display);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -.025em;
  list-style: none;
}

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

.faq-plus {
  position: relative;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.faq-plus::before,
.faq-plus::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  background: var(--orange);
  content: "";
  transform: translate(-50%, -50%);
  transition: transform .2s ease;
}

.faq-plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.help-faq details[open] .faq-plus::after {
  transform: translate(-50%, -50%);
}

.faq-answer {
  max-width: 820px;
  padding: 0 46px 32px 0;
}

.faq-answer p + p {
  margin-top: 13px;
}

.faq-answer ol {
  margin: 12px 0 13px 19px;
}

.faq-answer li + li {
  margin-top: 7px;
}

.help-faq a,
.support-final a,
.legal-article a {
  color: var(--orange-dark);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(168, 60, 0, .25);
  text-underline-offset: 3px;
}

.support-final {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-top: 90px;
  padding: 38px 42px;
  border-radius: 24px;
  background: var(--ink);
  color: white;
}

.support-final h2 {
  margin-bottom: 7px;
  font-family: var(--display);
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -.04em;
}

.support-final p {
  max-width: 650px;
  color: rgba(255, 255, 255, .55);
}

.support-final .button {
  flex: 0 0 auto;
  background: white;
  color: var(--ink);
}

.support-final .button:hover {
  background: var(--orange);
  color: white;
}

.legal-intro {
  display: grid;
  align-items: center;
  gap: 55px;
  margin-bottom: 55px;
  padding: 46px 50px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: linear-gradient(135deg, #f1eee9, #efedf7);
  grid-template-columns: .7fr 1.3fr;
}

.legal-intro p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
}

.legal-intro strong {
  color: var(--ink);
}

.legal-layout {
  display: grid;
  align-items: start;
  gap: 30px;
  grid-template-columns: 245px minmax(0, 1fr);
}

.legal-toc {
  position: sticky;
  top: 112px;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: white;
}

.legal-toc > span {
  display: block;
  margin-bottom: 15px;
  color: #9b958f;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.legal-toc a {
  display: block;
  padding: 7px 0;
  color: var(--muted);
  font-size: 12px;
}

.legal-toc a:hover {
  color: var(--orange);
}

.legal-article {
  padding: 10px 48px 28px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: white;
}

.legal-section {
  padding: 42px 0;
  scroll-margin-top: 112px;
}

.legal-section + .legal-section {
  border-top: 1px solid var(--line);
}

.legal-section h2 {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  font-family: var(--display);
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -.04em;
  line-height: 1.15;
}

.legal-num {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border-radius: 11px;
  background: var(--cream);
  color: var(--orange);
  font-family: var(--body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
}

.legal-section p,
.legal-section li {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}

.legal-section p + p {
  margin-top: 13px;
}

.legal-section ul {
  margin: 14px 0 0 20px;
}

.legal-section li + li {
  margin-top: 8px;
}

.legal-section strong {
  color: var(--ink);
  font-weight: 600;
}

.legal-callout {
  margin-top: 18px;
  padding: 18px 20px;
  border: 1px solid rgba(221, 90, 0, .18);
  border-radius: 16px;
  background: var(--cream);
}

@media (max-width: 900px) {
  .support-heading,
  .support-contact,
  .legal-intro,
  .legal-layout {
    grid-template-columns: 1fr;
  }

  .support-contact-action,
  .support-heading > p {
    justify-self: start;
    text-align: left;
  }

  .legal-toc {
    position: static;
    display: flex;
    flex-wrap: wrap;
    gap: 2px 18px;
  }

  .legal-toc > span {
    width: 100%;
  }
}

@media (max-width: 700px) {
  .subpage-hero {
    padding: 70px 0 65px;
  }

  .subpage-hero h1 {
    font-size: clamp(52px, 16vw, 72px);
  }

  .subpage-hero p {
    font-size: 14px;
  }

  .subpage-content {
    padding: 70px 0 90px;
  }

  .support-contact {
    gap: 34px;
    padding: 42px 28px;
  }

  .support-contact-action .button {
    width: 100%;
  }

  .support-section {
    padding-top: 80px;
  }

  .support-heading {
    gap: 18px;
    margin-bottom: 34px;
  }

  .setup-grid {
    grid-template-columns: 1fr;
  }

  .setup-card {
    min-height: 220px;
    padding: 27px;
  }

  .help-faq summary {
    min-height: 78px;
    font-size: 16px;
  }

  .faq-answer {
    padding-right: 12px;
  }

  .support-final {
    align-items: flex-start;
    flex-direction: column;
    padding: 32px 28px;
  }

  .support-final .button {
    width: 100%;
  }

  .legal-intro {
    gap: 24px;
    padding: 34px 28px;
  }

  .legal-toc {
    padding: 22px;
  }

  .legal-article {
    padding: 6px 24px 18px;
    border-radius: 22px;
  }

  .legal-section {
    padding: 34px 0;
  }

  .legal-section h2 {
    align-items: flex-start;
    font-size: 22px;
  }
}
