@font-face {
  font-family: ModernEra;
  src: url("/fonts/ModernEra-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: ModernEra;
  src: url("/fonts/ModernEra-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: ModernEra;
  src: url("/fonts/ModernEra-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
:root {
  --purple: #662d91;
  --pink: #ee2a7b;
  --ink: #21172b;
  --muted: #68606f;
  --paper: #f8f5f9;
  --line: #e7e0eb;
  font-family: ModernEra, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  line-height: 1.55;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: var(--purple);
  text-underline-offset: 4px;
}
button,
input {
  font: inherit;
}
button,
a,
input,
summary {
  -webkit-tap-highlight-color: transparent;
}
:focus-visible {
  outline: 3px solid var(--purple);
  outline-offset: 4px;
}
[hidden] {
  display: none !important;
}
.skip {
  position: absolute;
  top: -90px;
  left: 20px;
  background: white;
  padding: 12px;
  z-index: 3;
}
.skip:focus {
  top: 12px;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px max(32px, calc((100vw - 1200px) / 2));
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: inline-flex;
  flex-shrink: 0;
}
.brand img {
  width: 193px;
  height: auto;
  display: block;
}
.header-links {
  display: flex;
  align-items: center;
  gap: 32px;
}
.client-label {
  font-size: 10px;
  letter-spacing: 0.15em;
  font-weight: 700;
  color: var(--muted);
}
.help {
  color: var(--ink);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border-left: 1px solid var(--line);
  padding: 10px 0 10px 32px;
}
.help span {
  color: var(--purple);
  margin-left: 16px;
}
.help:hover {
  color: var(--purple);
}
main {
  max-width: 1264px;
  padding: 64px 32px 72px;
  margin: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.18fr);
  column-gap: 76px;
  align-items: start;
}
.intro {
  padding-top: 24px;
  min-width: 0;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 0.12em;
  font-weight: 700;
  color: var(--purple);
  margin: 0 0 20px;
}
.intro .eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 9px;
}
.eyebrow-line {
  width: 24px;
  height: 2px;
  background: var(--pink);
  flex-shrink: 0;
}
h1 {
  font-size: clamp(42px, 4.5vw, 64px);
  letter-spacing: -2.9px;
  line-height: 1.06;
  font-weight: 500;
  margin: 32px 0 24px;
}
h1 em {
  font-style: normal;
  color: var(--purple);
}
.lede {
  font-size: 17px;
  line-height: 1.75;
  color: var(--muted);
  max-width: 385px;
  margin: 0;
}
.payment-art {
  width: 100%;
  max-width: 380px;
  display: block;
  margin: 28px 0 30px;
  overflow: visible;
}
.payment-art path {
  stroke-width: 14;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.payment-art .art-shadow {
  stroke: #e8dfec;
  transform: translate(0, 9px);
  stroke-width: 19;
}
.payment-art .art-purple {
  stroke: var(--purple);
}
.payment-art .art-pink {
  stroke: var(--pink);
}
.payment-art .art-detail {
  stroke: #b9a4c6;
  stroke-width: 2;
}
.how-it-works {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  gap: 24px;
}
.how-it-works li {
  display: flex;
  gap: 20px;
}
.how-it-works li > span {
  font-size: 11px;
  color: var(--purple);
  font-weight: 700;
  line-height: 2.1;
  border-bottom: 1px solid #c8b4d5;
  align-self: flex-start;
}
.how-it-works strong {
  font-size: 14px;
  font-weight: 500;
}
.how-it-works p {
  font-size: 13px;
  color: var(--muted);
  margin: 3px 0 0;
}
.intro-note {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-top: 36px;
  border-top: 1px solid #e1d8e6;
  padding-top: 26px;
  max-width: 390px;
}
.intro-note p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}
.intro-note strong {
  color: var(--ink);
  font-weight: 500;
}
.lock-icon {
  position: relative;
  display: block;
  width: 16px;
  height: 14px;
  border: 1.5px solid var(--purple);
  border-radius: 3px;
  margin-top: 8px;
  flex-shrink: 0;
}
.lock-icon:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border: 1.5px solid var(--purple);
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  left: 2.5px;
  top: -8px;
}
.card {
  min-width: 0;
  background: #fff;
  border: 1px solid #e1d8e7;
  border-radius: 16px;
  box-shadow: 0 12px 40px #33144a08;
  overflow: hidden;
}
.card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 21px 36px;
  border-bottom: 1px solid var(--line);
}
.portal-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.provider {
  font-size: 12px;
  color: var(--muted);
}
.provider span {
  margin-left: 4px;
}
.progress {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 24px 36px 0;
  gap: 12px;
}
.progress li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: var(--muted);
  flex: 1;
  white-space: nowrap;
}
.progress li:last-child {
  flex: 0;
}
.progress li:not(:last-child):after {
  content: "";
  height: 1px;
  background: var(--line);
  flex: 1;
  margin-left: 4px;
}
.progress li > span {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--paper);
  border: 1px solid var(--line);
  flex-shrink: 0;
  font-size: 10px;
}
.progress [aria-current] {
  color: var(--purple);
  font-weight: 700;
}
.progress [aria-current] > span {
  background: var(--purple);
  color: #fff;
  border-color: var(--purple);
}
.card-body {
  padding: 26px 36px 30px;
}
.card-body .eyebrow {
  font-size: 9px;
  margin-bottom: 9px;
}
h2 {
  margin: 0 0 12px;
  font-weight: 500;
  font-size: 32px;
  letter-spacing: -1.1px;
  line-height: 1.18;
}
.card-body > div > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 14px;
  margin: 0;
}
.payment-modes {
  display: flex;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: var(--paper);
  margin-bottom: 28px;
}
form {
  margin-top: 24px;
}
label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 8px;
}
input[type="text"],
input[type="email"] {
  width: 100%;
  height: 50px;
  border-radius: 6px;
  border: 1px solid #c4bacd;
  padding: 12px 14px;
  color: var(--ink);
  background: #fff;
  font-size: 16px;
  transition:
    border-color 0.18s,
    box-shadow 0.18s;
}
input::placeholder {
  color: #82758b;
}
input[type="text"]:focus,
input[type="email"]:focus {
  border-color: var(--purple);
  box-shadow: 0 0 0 3px #662d9110;
}
input[aria-invalid="true"] {
  border-color: #a1243e;
}
.field-help {
  color: var(--muted);
  font-size: 11px;
  margin: 9px 0 22px;
  line-height: 1.6;
}
.field-error {
  font-size: 12px;
  color: #a1243e;
  margin: 7px 0 12px;
}
.field-optional {
  font-size: 11px;
  color: var(--muted);
  float: right;
}
.payer-fields {
  border-top: 1px solid var(--line);
  padding-top: 21px;
}
.payer-fields label:not(:first-child) {
  margin-top: 18px;
}
.amount-field {
  position: relative;
}
.amount-field > span {
  position: absolute;
  left: 20px;
  top: 21px;
  font-size: 28px;
  color: var(--purple);
}
.amount-field input {
  padding: 15px 18px 15px 48px;
  font-size: 42px;
  font-weight: 500;
  height: 88px;
  letter-spacing: -1.5px;
  background: #fcf9fe;
  border-color: #cdb7dc;
  font-variant-numeric: tabular-nums;
}
.amount-field input::placeholder {
  color: #b09abd;
}
button:not(.text-button),
.button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 54px;
  padding: 14px 18px;
  border: 0;
  border-radius: 7px;
  background: var(--purple);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition:
    background 0.18s,
    box-shadow 0.18s;
}
button:not(.text-button):hover,
.button:hover {
  background: #542374;
  box-shadow: 0 4px 12px #662d9120;
}
.button-arrow {
  font-size: 21px;
  font-weight: 400;
}
button:disabled,
.button[aria-disabled="true"] {
  background: #e9e3ee;
  color: #65586d;
  cursor: not-allowed;
  box-shadow: none;
}
.payment-modes button {
  flex: 1;
  width: auto;
  margin: 0;
  min-height: 44px;
  padding: 10px 8px;
  justify-content: center;
  background: transparent;
  color: #62556c;
  box-shadow: none;
  font-size: 13px;
  border: 1px solid transparent;
}
.payment-modes button:hover {
  background: #eee7f3;
  box-shadow: none;
}
.payment-modes button[aria-pressed="true"] {
  background: #fff;
  color: var(--purple);
  border-color: #ddd0e6;
  box-shadow: 0 2px 4px #210b3508;
}
.text-button {
  display: block;
  border: 0;
  background: transparent;
  color: var(--purple);
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
  margin: 8px auto 0;
  padding: 12px 0;
  min-height: 44px;
}
.text-button:hover {
  color: #9e1b5f;
}
.direct-link-note,
#custom-form .direct-link-note {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.7;
  text-align: center;
  margin: 14px 0 0;
}
.card-body > div > p.direct-link-note {
  font-size: 11px;
  text-align: center;
  margin: 16px auto 0;
  max-width: 350px;
}
.card-bottom {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: #fcfafc;
  border-top: 1px solid var(--line);
  padding: 22px 36px;
  font-size: 12px;
}
.card-bottom strong {
  font-weight: 500;
}
.card-bottom p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.7;
}
.support-icon {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #cab8d6;
  border-radius: 50%;
  color: var(--purple);
  font-size: 13px;
}
.feedback,
.card-body > div > p.recovery-note {
  font-size: 13px;
  color: #7b2443;
  background: #fff3f6;
  border-left: 3px solid #b53558;
  border-radius: 3px;
  padding: 12px 14px;
  margin: 18px 0 0;
}
.feedback:empty {
  display: none;
}
[aria-busy="true"] + .feedback,
[aria-busy="true"] ~ .feedback {
  background: #f4eef8;
  color: var(--purple);
  border-color: var(--purple);
}
[aria-busy="true"] .button-arrow {
  width: 16px;
  height: 16px;
  font-size: 0;
  border: 2px solid #65586d40;
  border-top-color: #65586d;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
dl {
  margin: 24px 0;
  padding: 22px;
  border: 1px solid var(--line);
  background: #fcfafc;
  border-radius: 8px;
}
dt {
  color: var(--muted);
  font-size: 11px;
  margin-top: 16px;
}
dt:first-child {
  margin-top: 0;
}
dd {
  font-size: 14px;
  font-weight: 500;
  margin: 3px 0 0;
  overflow-wrap: anywhere;
}
#invoice-reference {
  font-size: 24px;
  letter-spacing: -0.5px;
  color: var(--purple);
}
.card-body > div > p.review-note {
  font-size: 12px;
  line-height: 1.75;
  margin-bottom: 20px;
}
.confirmation {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 22px 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 7px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  cursor: pointer;
}
.confirmation:has(:checked) {
  border-color: #ad8abd;
  background: #faf6fc;
}
.confirmation input {
  accent-color: var(--purple);
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin: 2px 0 0;
}
.custom-total {
  font-size: 36px;
  color: var(--purple);
  letter-spacing: -1px;
  font-variant-numeric: tabular-nums;
}
.payment-summary {
  background: #fcf9fe;
  border: 1px solid #dbcbe6;
  border-radius: 8px;
  margin: 24px 0;
  padding: 24px;
}
.summary-label {
  color: var(--muted);
  font-size: 12px;
  margin: 0;
}
.summary-total {
  font-size: 40px;
  letter-spacing: -1.5px;
  color: var(--purple);
  line-height: 1.2;
  margin: 12px 0 24px;
  overflow-wrap: anywhere;
  font-variant-numeric: tabular-nums;
}
.summary-details {
  border: 0;
  border-top: 1px solid #e5d9ec;
  border-radius: 0;
  margin: 0;
  padding: 16px 0 0;
  background: none;
  display: grid;
  gap: 16px;
}
.summary-details div {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 12px;
}
.summary-details dt {
  padding-top: 2px;
}
.summary-details dd {
  margin: 0;
  font-size: 13px;
}
.questions {
  grid-column: 1/-1;
  margin-top: 76px;
  display: grid;
  grid-template-columns: 1fr 1.18fr;
  gap: 76px;
  border-top: 1px solid #ddd4e3;
  padding-top: 48px;
}
.questions-intro h2 {
  font-size: 34px;
}
.questions-intro > p:not(.eyebrow) {
  font-size: 13px;
  line-height: 1.9;
  color: var(--muted);
  margin-top: 20px;
}
.questions-intro a {
  display: inline-block;
  padding: 7px 0;
  font-weight: 500;
}
.questions details {
  border-bottom: 1px solid #ddd4e3;
  font-size: 13px;
}
.questions details:first-child {
  border-top: 1px solid #ddd4e3;
}
.questions summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  list-style: none;
  font-weight: 500;
  cursor: pointer;
  min-height: 62px;
  padding: 16px 0;
}
.questions summary::-webkit-details-marker {
  display: none;
}
.questions summary:after {
  content: "+";
  font-size: 23px;
  font-weight: 400;
  color: var(--purple);
}
.questions details[open] summary:after {
  content: "−";
}
.questions details p {
  color: var(--muted);
  line-height: 1.8;
  margin: 0 30px 22px 0;
}
footer {
  max-width: 1200px;
  margin: auto;
  padding: 24px 0 30px;
  border-top: 1px solid #ddd4e3;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: var(--muted);
  font-size: 11px;
}
.footer-separator {
  margin: 0 9px;
  color: #b4a2c0;
}
footer nav {
  display: flex;
  gap: 24px;
}
footer a {
  color: var(--muted);
  display: inline-block;
  padding: 4px 0;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 1264px) {
  footer {
    margin: 0 32px;
  }
}
@media (max-width: 1050px) {
  main {
    column-gap: 40px;
    padding-top: 40px;
  }
  .intro {
    padding-top: 16px;
  }
  h1 {
    font-size: 48px;
    letter-spacing: -2px;
  }
  .card-top,
  .card-body,
  .card-bottom {
    padding-left: 28px;
    padding-right: 28px;
  }
  .progress {
    margin-left: 28px;
    margin-right: 28px;
  }
  .questions {
    gap: 40px;
  }
  .lede {
    font-size: 15px;
  }
  .intro .eyebrow {
    font-size: 8px;
  }
}
@media (max-width: 760px) {
  .header {
    padding: 18px 22px;
  }
  .brand img {
    width: 160px;
  }
  .client-label {
    display: none;
  }
  .help {
    border: 0;
    padding: 10px 0;
    font-size: 12px;
  }
  .help span {
    margin-left: 8px;
  }
  main {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 30px 20px 40px;
    max-width: 600px;
  }
  .intro {
    padding: 0 4px;
    margin-bottom: 28px;
  }
  .intro .eyebrow {
    font-size: 8px;
    margin-bottom: 16px;
  }
  h1 {
    font-size: 42px;
    letter-spacing: -1.8px;
    line-height: 1.08;
    margin: 0 0 14px;
  }
  h1 br {
    display: none;
  }
  h1 em {
    display: block;
  }
  .lede {
    font-size: 14px;
    line-height: 1.7;
    max-width: 450px;
  }
  .payment-art,
  .how-it-works {
    display: none;
  }
  .intro-note {
    margin-top: 20px;
    padding-top: 0;
    border: 0;
    gap: 12px;
  }
  .intro-note p {
    font-size: 11px;
  }
  .intro-note p br {
    display: none;
  }
  .intro-note strong {
    margin-right: 4px;
  }
  .card {
    width: 100%;
    border-radius: 12px;
  }
  .card-top {
    padding: 18px 24px;
  }
  .progress {
    margin: 22px 24px 0;
  }
  .card-body {
    padding: 24px;
  }
  .card-bottom {
    padding: 20px 24px;
  }
  h2 {
    font-size: 29px;
  }
  .payment-modes {
    margin-bottom: 24px;
  }
  .card-body > div > p:not(.eyebrow) {
    font-size: 13px;
  }
  .card-body > div > p.review-note {
    font-size: 12px;
  }
  .amount-field input {
    height: 80px;
    font-size: 38px;
  }
  .amount-field > span {
    top: 19px;
    font-size: 26px;
  }
  .questions {
    display: block;
    margin-top: 40px;
    padding: 32px 4px 0;
    width: 100%;
  }
  .questions-intro {
    margin-bottom: 20px;
  }
  .questions-intro h2 {
    font-size: 30px;
  }
  .questions-intro h2 br {
    display: none;
  }
  .questions-intro > p:not(.eyebrow) {
    margin: 0;
  }
  .questions summary {
    min-height: 66px;
  }
  footer {
    margin: 0 24px;
    flex-direction: column;
    gap: 12px;
    padding: 24px 0;
  }
  footer nav {
    flex-wrap: wrap;
    gap: 18px;
  }
  .summary-total {
    font-size: 34px;
  }
  .payment-summary {
    padding: 20px;
  }
}
@media (max-width: 360px) {
  .header {
    padding: 16px;
  }
  .brand img {
    width: 145px;
  }
  main {
    padding: 24px 12px 32px;
  }
  h1 {
    font-size: 36px;
  }
  .card-top,
  .card-body,
  .card-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }
  .progress {
    margin-left: 20px;
    margin-right: 20px;
  }
  .summary-total {
    font-size: 30px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}
@media (forced-colors: active) {
  .progress [aria-current] > span {
    border: 2px solid Highlight;
  }
  .button[aria-disabled="true"] {
    color: GrayText;
  }
  .payment-modes button[aria-pressed="true"] {
    border: 2px solid Highlight;
  }
}
