.marketplace-info-page {
  min-height: 100vh;
  background: var(--paper);
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 6px;
  color: #fff;
  background: var(--green-dark);
  text-decoration: none;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: none;
}

.info-site-header {
  position: sticky;
}

.info-header-inner {
  gap: 28px;
}

.info-header-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 24px;
}

.info-header-nav a {
  padding: 10px 0;
  border-bottom: 2px solid transparent;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.info-header-nav a:hover,
.info-header-nav a[aria-current="page"] {
  border-color: var(--orange);
  color: var(--ink);
}

.info-header-action {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  border-radius: 8px;
  color: #fff;
  background: var(--green);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.info-shell {
  width: min(1184px, calc(100% - 48px));
  margin: 0 auto;
}

.info-hero {
  padding: 74px 0 62px;
  border-bottom: 1px solid var(--line);
  background: #f4f7f2;
}

.info-hero .kicker {
  letter-spacing: 0;
}

.info-hero h1 {
  max-width: 780px;
  margin: 12px 0 15px;
  font: 700 56px/1.02 "Fraunces", serif;
  letter-spacing: 0;
}

.info-hero p {
  max-width: 740px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.info-meta {
  max-width: 940px;
  margin: 38px 0 0;
  display: grid;
  grid-template-columns: 160px minmax(260px, 1fr) minmax(180px, .55fr);
  border-top: 1px solid #dce3dc;
  border-bottom: 1px solid #dce3dc;
}

.info-meta > div {
  padding: 16px 22px 16px 0;
}

.info-meta > div + div {
  padding-left: 22px;
  border-left: 1px solid #dce3dc;
}

.info-meta dt {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.info-meta dd {
  margin: 5px 0 0;
  font-size: 13px;
  font-weight: 600;
}

.info-layout {
  display: grid;
  grid-template-columns: 245px minmax(0, 760px);
  justify-content: space-between;
  gap: 70px;
  padding-top: 62px;
  padding-bottom: 90px;
}

.info-toc {
  position: sticky;
  top: 108px;
  align-self: start;
  padding-right: 26px;
  border-right: 1px solid var(--line);
}

.info-toc > strong {
  display: block;
  margin-bottom: 14px;
  font-size: 12px;
}

.info-toc nav {
  display: grid;
}

.info-toc nav a {
  padding: 8px 0;
  color: var(--muted);
  font-size: 12px;
  text-decoration: none;
}

.info-toc nav a:hover {
  color: var(--green);
}

.info-toc-note {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.info-toc-note img {
  width: 38px;
  height: 38px;
  border-radius: 8px;
}

.info-toc-note p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}

.info-toc-note a {
  color: var(--green);
  font-weight: 700;
}

.info-article > section {
  padding: 0 0 48px;
  scroll-margin-top: 105px;
}

.info-article > section + section {
  padding-top: 48px;
  border-top: 1px solid var(--line);
}

.section-number {
  color: var(--orange);
  font-size: 11px;
  font-weight: 700;
}

.info-article h2,
.support-guidance h2,
.support-faq h2,
.support-contact h2,
.support-section-heading h2 {
  margin: 8px 0 17px;
  font: 700 30px/1.15 "Fraunces", serif;
  letter-spacing: 0;
}

.info-article p,
.info-article li,
.support-guidance p {
  color: #47564f;
  font-size: 14px;
  line-height: 1.75;
}

.info-article ul {
  margin: 16px 0 0;
  padding-left: 21px;
}

.info-article li + li {
  margin-top: 8px;
}

.info-list {
  display: grid;
  gap: 0;
  padding: 0 !important;
  list-style: none;
  border-top: 1px solid var(--line);
}

.info-list li {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 26px;
  margin: 0 !important;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.info-list strong {
  color: var(--ink);
}

.info-list span {
  color: var(--muted);
}

.info-callout {
  margin-top: 25px;
  padding: 19px 22px;
  border-left: 4px solid var(--green);
  background: #f0f5ef;
}

.info-callout strong {
  font-size: 14px;
}

.info-callout p {
  margin: 5px 0 0;
}

.info-actions {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.primary-link,
.secondary-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.primary-link {
  color: #fff;
  background: var(--green);
}

.secondary-link {
  border: 1px solid #cfd8d1;
  color: var(--green);
  background: #fff;
}

.contact-details {
  margin: 24px 0;
  border-top: 1px solid var(--line);
}

.contact-details > div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 22px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}

.contact-details dt {
  color: var(--muted);
  font-size: 12px;
}

.contact-details dd {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
}

.contact-details a {
  color: var(--green);
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.footer-links a {
  color: #b9cbc2;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
}

.footer-links a:hover,
.footer-links a[aria-current="page"] {
  color: #fff;
}

.info-footer-inner {
  gap: 28px;
}

.info-footer-inner .footer-source {
  margin-left: auto;
}

.support-hero {
  background: #f7f4ed;
}

.support-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
  gap: 70px;
  align-items: end;
}

.support-search {
  padding-left: 32px;
  border-left: 1px solid #ddd9cf;
}

.support-search label {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
}

.support-search > div {
  height: 51px;
  display: flex;
  padding: 5px;
  border: 1px solid #d9d8d1;
  border-radius: 8px;
  background: #fff;
}

.support-search input {
  min-width: 0;
  flex: 1;
  padding: 0 10px;
  border: 0;
  outline: 0;
  font-size: 13px;
}

.support-search button {
  padding: 0 16px;
  border: 0;
  border-radius: 6px;
  color: #fff;
  background: var(--green);
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
}

.support-search small {
  display: block;
  min-height: 18px;
  margin-top: 7px;
  color: var(--muted);
  font-size: 10px;
}

.support-topics-band {
  padding: 52px 0;
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.support-section-heading .kicker {
  letter-spacing: 0;
}

.support-topic-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 26px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.support-topic-grid a {
  min-height: 142px;
  padding: 21px 20px;
  color: var(--ink);
  text-decoration: none;
}

.support-topic-grid a + a {
  border-left: 1px solid var(--line);
}

.support-topic-grid span,
.support-topic-grid strong,
.support-topic-grid small {
  display: block;
}

.support-topic-grid span {
  color: var(--orange);
  font-size: 10px;
  font-weight: 700;
}

.support-topic-grid strong {
  margin-top: 23px;
  font-size: 14px;
}

.support-topic-grid small {
  margin-top: 6px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}

.support-topic-grid a:hover {
  background: #f4f7f2;
}

.support-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 72px;
  padding-top: 70px;
  padding-bottom: 90px;
}

.support-guidance,
.support-faq {
  padding-bottom: 48px;
  scroll-margin-top: 105px;
}

.support-guidance + .support-guidance,
.support-faq {
  padding-top: 48px;
  border-top: 1px solid var(--line);
}

.support-steps {
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.support-steps li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 15px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}

.support-steps li > span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--green);
  background: #e7f0e6;
  font-size: 11px;
  font-weight: 700;
}

.support-steps strong {
  font-size: 13px;
}

.support-steps p {
  margin: 4px 0 0;
}

.support-alert {
  margin-top: 24px;
  padding: 19px 22px;
  border-left: 4px solid var(--orange);
  background: #fff4ee;
}

.support-alert strong {
  font-size: 14px;
}

.support-alert p {
  margin: 5px 0 0;
}

.support-contact {
  position: sticky;
  top: 105px;
  align-self: start;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(28, 49, 39, .08);
}

.support-contact-heading {
  display: flex;
  align-items: flex-start;
  gap: 13px;
}

.support-contact-heading img {
  width: 41px;
  height: 41px;
  border-radius: 8px;
}

.support-contact-heading h2 {
  margin-top: 5px;
  font-size: 25px;
}

.support-contact > p {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.support-contact form {
  display: grid;
  gap: 14px;
}

.support-contact label {
  display: grid;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
}

.support-contact label > span {
  color: var(--muted);
  font-weight: 400;
}

.support-contact input,
.support-contact select,
.support-contact textarea {
  width: 100%;
  border: 1px solid #d8dbd7;
  border-radius: 7px;
  color: var(--ink);
  background: #fff;
  font: inherit;
  font-size: 12px;
}

.support-contact input,
.support-contact select {
  height: 42px;
  padding: 0 10px;
}

.support-contact textarea {
  min-height: 122px;
  padding: 10px;
  resize: vertical;
  line-height: 1.5;
}

.support-contact input:focus,
.support-contact select:focus,
.support-contact textarea:focus {
  border-color: var(--green);
  outline: 3px solid rgba(14, 90, 63, .12);
}

.support-contact form > button {
  height: 44px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: var(--orange);
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
}

.support-form-error {
  min-height: 17px;
  margin: -4px 0;
  color: #a54031;
  font-size: 10px;
}

.support-contact-note {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.5;
}

.support-email-line {
  margin-top: 20px;
  padding-top: 17px;
  border-top: 1px solid var(--line);
}

.support-email-line span,
.support-email-line a {
  display: block;
}

.support-email-line span {
  color: var(--muted);
  font-size: 10px;
}

.support-email-line a {
  margin-top: 4px;
  color: var(--green);
  font-size: 12px;
  font-weight: 700;
}

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

.support-faq details:last-of-type {
  border-bottom: 1px solid var(--line);
}

.support-faq summary {
  position: relative;
  padding: 17px 42px 17px 0;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  list-style: none;
}

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

.support-faq summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 13px;
  color: var(--green);
  font-size: 21px;
  font-weight: 400;
}

.support-faq details[open] summary::after {
  content: "-";
}

.support-faq details p {
  max-width: 650px;
  margin: -4px 0 18px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.faq-empty {
  padding: 24px 0;
  color: var(--muted);
  font-size: 12px;
}

@media (max-width: 900px) {
  .info-header-nav {
    gap: 16px;
  }

  .info-header-action {
    display: none;
  }

  .info-meta {
    grid-template-columns: 145px 1fr;
  }

  .info-meta > div:last-child {
    grid-column: 1 / -1;
    padding-left: 0;
    border-top: 1px solid #dce3dc;
    border-left: 0;
  }

  .info-layout {
    grid-template-columns: 200px minmax(0, 1fr);
    gap: 40px;
  }

  .support-hero-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .support-search {
    padding: 0;
    border: 0;
  }

  .support-topic-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .support-topic-grid a:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .support-topic-grid a:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .support-layout {
    grid-template-columns: 1fr;
  }

  .support-contact {
    position: static;
    max-width: 640px;
  }
}

@media (max-width: 680px) {
  .info-site-header {
    height: auto;
    min-height: 66px;
  }

  .info-header-inner {
    min-height: 66px;
    padding: 9px 16px;
    gap: 10px;
    flex-wrap: wrap;
  }

  .info-header-inner .brand-logo {
    width: 145px;
  }

  .info-header-nav {
    width: 100%;
    order: 2;
    justify-content: space-between;
    gap: 6px;
    border-top: 1px solid var(--line);
  }

  .info-header-nav a {
    flex: 1;
    text-align: center;
  }

  .info-shell {
    width: min(100% - 36px, 1184px);
  }

  .info-hero {
    padding: 48px 0 42px;
  }

  .info-hero h1 {
    font-size: 39px;
  }

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

  .info-meta {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .info-meta > div,
  .info-meta > div + div,
  .info-meta > div:last-child {
    grid-column: auto;
    padding: 12px 0;
    border-top: 1px solid #dce3dc;
    border-left: 0;
  }

  .info-meta > div:first-child {
    border-top: 0;
  }

  .info-layout {
    display: block;
    padding-top: 36px;
    padding-bottom: 64px;
  }

  .info-toc {
    position: static;
    margin-bottom: 42px;
    padding: 0 0 25px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .info-toc nav {
    grid-template-columns: 1fr 1fr;
    column-gap: 14px;
  }

  .info-toc-note {
    display: none;
  }

  .info-list li {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .contact-details > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .info-actions {
    display: grid;
  }

  .support-topics-band {
    padding: 42px 0;
  }

  .support-topic-grid {
    grid-template-columns: 1fr;
  }

  .support-topic-grid a + a,
  .support-topic-grid a:nth-child(3),
  .support-topic-grid a:nth-child(4) {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .support-topic-grid a {
    min-height: 112px;
  }

  .support-topic-grid strong {
    margin-top: 13px;
  }

  .support-layout {
    padding-top: 50px;
    padding-bottom: 64px;
  }

  .support-contact {
    padding: 21px 18px;
  }

  .info-footer-inner {
    min-height: 0;
    display: grid;
    padding: 36px 20px;
    gap: 15px;
  }

  .info-footer-inner > p {
    width: auto;
  }

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

  .info-footer-inner .footer-source {
    margin-left: 0;
  }
}
