/* Transaction pages: useful facts and the first action are available without a long scroll. */
body.page-id-212 .document-hero {
  min-height: clamp(236px, 31svh, 320px);
}

body.page-id-212 .document-hero__inner {
  min-height: 236px;
  padding-top: 66px;
  padding-bottom: 34px;
}

body.page-id-212 .document-hero h1 {
  max-width: 11ch;
  font-size: clamp(48px, 5vw, 72px);
}

.pricing-offer-summary {
  color: var(--lx-paper);
  background: var(--lx-forest);
  border-top: 1px solid rgba(255, 253, 248, 0.16);
  border-bottom: 1px solid rgba(255, 253, 248, 0.16);
}

.pricing-offer-summary__inner {
  width: min(100% - var(--lx-gutter) * 2, var(--lx-content-wide));
  min-height: 132px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(150px, 0.72fr) minmax(210px, 1fr) minmax(300px, 1.25fr) auto;
  align-items: center;
  gap: clamp(18px, 3vw, 46px);
}

.pricing-offer-summary__eyebrow,
.pricing-offer-summary__price,
.pricing-offer-summary__facts {
  margin: 0;
}

.pricing-offer-summary__eyebrow {
  color: var(--lx-gold);
  font-family: var(--lx-font-sans);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.pricing-offer-summary__price {
  display: flex;
  align-items: baseline;
  gap: 9px;
  font-family: var(--lx-font-display);
}

.pricing-offer-summary__price strong {
  color: var(--lx-paper);
  font-size: clamp(38px, 4vw, 56px);
  font-weight: 500;
  line-height: 1;
}

.pricing-offer-summary__price span {
  color: rgba(255, 253, 248, 0.68);
  font-family: var(--lx-font-sans);
  font-size: 12px;
}

.pricing-offer-summary__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  list-style: none;
}

.pricing-offer-summary__facts li {
  min-width: 0;
  padding-left: 12px;
  color: rgba(255, 253, 248, 0.78);
  border-left: 1px solid rgba(255, 253, 248, 0.24);
  font-family: var(--lx-font-sans);
  font-size: 11px;
  font-weight: 670;
  line-height: 1.4;
}

.pricing-offer-summary__action {
  min-width: 132px;
  justify-content: center;
  white-space: nowrap;
}

/* Login uses the existing editable content, rearranged as a compact account-entry desk. */
body.page-id-97 .document-content {
  display: flex;
  flex-direction: column;
}

body.page-id-97 .document-content > .um {
  order: 4;
}

body.page-id-97 .document-content > .wp-block-group,
body.page-id-97 .document-content > .wp-block-group-is-layout-flow {
  order: 5;
}

@media (min-width: 861px) {
  body.page-id-97 .document-shell {
    min-height: calc(100svh - 72px);
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(420px, 0.72fr);
    align-items: stretch;
    background: var(--lx-paper-deep);
  }

  body.page-id-97 .document-hero {
    min-height: 0;
    margin: 0;
    background: var(--lx-paper-deep);
    border-right: 1px solid var(--lx-line-strong);
  }

  body.page-id-97 .document-hero__inner {
    min-height: calc(100svh - 72px);
    padding: 132px clamp(44px, 8vw, 138px) 72px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  body.page-id-97 .document-hero__copy {
    max-width: 36rem;
  }

  body.page-id-97 .document-hero h1 {
    max-width: 8ch;
    font-size: clamp(56px, 5.4vw, 92px);
  }

  body.page-id-97 .document-content {
    width: auto;
    max-width: none;
    margin: 0;
    padding: 88px clamp(38px, 6vw, 94px) 72px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: var(--lx-paper);
  }

  body.page-id-97 .document-content > :first-child {
    margin-top: 0;
  }

  body.page-id-97 .document-content > h2 {
    max-width: 12ch;
    margin-top: 0;
    font-size: clamp(38px, 3.3vw, 56px);
  }

  body.page-id-97 .document-content > .um {
    order: 4;
    max-width: 440px;
    margin-top: clamp(1.4rem, 2.5vw, 2.25rem);
  }

  body.page-id-97 .document-content > .wp-block-group,
  body.page-id-97 .document-content > .wp-block-group-is-layout-flow {
    order: 5;
    margin-top: clamp(2rem, 4vw, 3.5rem);
  }
}

@media (max-width: 860px) {
  body.page-id-212 .document-hero,
  body.page-id-212 .document-hero__inner {
    min-height: 216px;
  }

  body.page-id-212 .document-hero__inner {
    padding-top: 48px;
    padding-bottom: 28px;
  }

  .pricing-offer-summary__inner {
    min-height: 0;
    padding: 24px 0 28px;
    grid-template-columns: 1fr auto;
    gap: 18px;
  }

  .pricing-offer-summary__eyebrow,
  .pricing-offer-summary__facts {
    grid-column: 1 / -1;
  }

  .pricing-offer-summary__facts {
    gap: 6px;
  }

  .pricing-offer-summary__facts li {
    padding-left: 8px;
    font-size: 10px;
  }

  body.page-id-97 .document-hero {
    min-height: 220px;
  }

  body.page-id-97 .document-hero__inner {
    min-height: 220px;
    padding-top: 54px;
    padding-bottom: 28px;
  }

  body.page-id-97 .document-content {
    padding-top: 38px;
  }

  body.page-id-97 .document-content > h2 {
    margin-top: 0;
  }
}
