/* Payments and collections. Extends the approved homepage visual system. */
.pr-main { --pr-pale: #e3edfa; }
.pr-main figure { margin: 0; }
.pr-main :is(figure, article, .pr-section-copy, .pr-faq, .pr-hero-copy) { min-width: 0; }
.pr-main h3 { font-weight: 500; letter-spacing: -.025em; line-height: 1.25; }
.pr-main .pr-intro { margin-top: 24px; max-width: 64ch; color: var(--qh-muted); font-size: 1.125rem; line-height: 1.6; }
.pr-main .pr-section-note { margin-top: 26px; max-width: 92ch; color: var(--qh-muted); font-size: 1rem; }
.pr-main figcaption { font-size: .875rem; font-weight: 700; line-height: 1.5; letter-spacing: .035em; }

/* Keep the artwork secondary to the copy, with a height close to the homepage hero. */
.pr-hero { isolation: isolate; }
.pr-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(44px, 5vw, 88px); align-items: center; }
.pr-hero-copy > .qh-eyebrow { color: var(--qh-gold); margin-bottom: 23px; }
.pr-main .pr-hero-answer { max-width: 45ch; color: #c9d9f0; font-size: clamp(1.125rem, 1.35vw, 1.25rem); line-height: 1.55; }
.pr-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px 28px; margin-top: 30px; }
.pr-hero-link { display: inline-flex; align-items: center; gap: 18px; min-height: 48px; color: #c9d9f0; font-size: 1rem; border-bottom: 1px solid #8fabd255; }
.pr-hero-link:hover { color: #fff; }
.pr-hero-art { width: 100%; max-width: 420px; justify-self: center; }
.pr-hero-art img { display: block; width: 100%; height: auto; aspect-ratio: 1239 / 1269; object-fit: contain; mix-blend-mode: lighten; }

/* Two collection methods, followed by optional conversion. */
.pr-page-nav { background: #fff; border-bottom: 1px solid var(--qh-line); }
.pr-page-nav > div { display: flex; align-items: center; justify-content: space-between; gap: 12px 28px; flex-wrap: wrap; padding-block: 16px; }
.pr-page-nav a { display: inline-flex; align-items: center; min-height: 44px; font-size: .9375rem; font-weight: 500; color: var(--qh-ink); border-bottom: 2px solid transparent; }
.pr-page-nav a:hover { border-color: var(--qh-blue); }
.pr-collections { background: #f7f9fd; }
.pr-collection-scene { padding: clamp(28px, 3.4vw, 52px); border: 1px solid #bfd2ec; border-radius: 20px; background: linear-gradient(120deg, #e3edfa, #edf4fc); }
.pr-collection-arrivals { display: grid; grid-template-columns: minmax(0, 1.2fr) clamp(64px, 9vw, 144px) minmax(250px, .8fr); align-items: center; }
.pr-collection-mobile-label { display: none; }
.pr-collection-sources { display: grid; grid-template-rows: repeat(2, minmax(160px, 1fr)); gap: 38px; min-width: 0; }
.pr-collection-source { display: grid; grid-template-columns: clamp(90px, 9vw, 120px) minmax(0, 1fr); align-items: center; gap: 20px; }
.pr-collection-icon { display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; }
.pr-collection-source h3 { font-size: clamp(1.25rem, 1.6vw, 1.5rem); }
.pr-main .pr-collection-source p { margin-top: 12px; color: #536681; font-size: 1rem; line-height: 1.55; max-width: 37ch; }
.pr-collection-join { position: relative; align-self: stretch; }
.pr-collection-join svg { position: absolute; inset: 0; display: block; width: 100%; height: 100%; overflow: visible; }
.pr-collection-join path { fill: none; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.pr-collection-join .pr-route-bank { stroke: #307fe2; }
.pr-collection-join .pr-route-provider { stroke: #bb861a; }
.pr-collection-join .pr-route-account { stroke: #012169; stroke-width: 2; }
.pr-collection-join .pr-route-band { stroke-width: 14; opacity: .13; }
.pr-collection-join .pr-join-tablet, .pr-join-mobile { display: none; }
.pr-collection-account { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0; min-width: 0; min-height: 250px; padding: 34px 24px; border: 1px solid #426ba2; border-top: 3px solid #307fe2; border-radius: 16px; background: linear-gradient(135deg, #012169, #010e2c); text-align: center; }
.pr-collection-account > img { display: block; width: 48px; height: 55px; object-fit: contain; margin-bottom: 26px; }
.pr-collection-account h3 { color: #fff; font-size: clamp(1.375rem, 2vw, 1.75rem); }
.pr-main .pr-collection-account p { margin-top: 10px; color: #c9d9f0; font-size: 1rem; }
.pr-conversion { display: flex; align-items: center; justify-content: space-between; gap: 32px; margin-top: 38px; padding-top: 32px; border-top: 1px solid #b7cde8; }
.pr-conversion > div:first-child { min-width: 0; }
.pr-main .pr-conversion-label { display: inline-block; margin-bottom: 12px; padding: 5px 10px; border: 1px solid #95c8cd; border-radius: 5px; color: #08737b; background: #e1f1f3; font-size: .875rem; font-weight: 700; }
.pr-conversion h3 { font-size: 1.25rem; }
.pr-main .pr-conversion h3 + p { margin-top: 8px; color: #536681; font-size: 1rem; }
.pr-conversion a { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; margin-top: 6px; color: var(--qh-ink); font-size: .9375rem; text-decoration: underline; text-underline-offset: 4px; }
.pr-conversion-tokens { display: flex; flex: 0 0 auto; gap: 12px; padding-right: 12px; }
.pr-conversion-tokens img { display: block; width: 76px; height: 76px; }

/* A shopper, a provider's checkout, and a merchant; responsibilities sit beneath. */
.pr-checkout { background: #fff; }
.pr-checkout-diagram { padding: clamp(28px, 3.4vw, 52px); background: linear-gradient(120deg, #e3edfa, #edf4fc); border: 1px solid #bfd2ec; border-radius: 20px; }
.pr-checkout-diagram figcaption { margin-bottom: 22px; color: #536681; }
.pr-checkout-flow { --pr-flow-gap: clamp(40px, 5vw, 76px); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--pr-flow-gap); list-style: none; padding: 0; margin: 0; }
.pr-checkout-flow > li { position: relative; min-width: 0; text-align: center; }
.pr-checkout-visual { display: flex; justify-content: center; align-items: center; min-height: 224px; margin-bottom: 24px; }
.pr-checkout-visual > img { display: block; width: 192px; max-width: 100%; height: 192px; object-fit: contain; }
.pr-checkout-shopper .pr-checkout-visual > img { transform: scale(.92); }
.pr-checkout-screen { width: 100%; max-width: 246px; padding: 22px; border: 1px solid #9dbce4; border-top: 3px solid #307fe2; border-radius: 14px; background: #fff; text-align: left; }
.pr-screen-title { display: block; padding-bottom: 18px; border-bottom: 1px solid #d4e0ef; color: var(--qh-ink); font-size: 1.125rem; font-weight: 700; }
.pr-screen-label { display: block; margin-top: 18px; color: #536681; font-size: .875rem; }
.pr-screen-method { display: flex; align-items: center; gap: 12px; padding: 14px 12px; margin-top: 10px; border: 1px solid #8bb5eb; border-radius: 7px; background: #edf4fe; color: var(--qh-ink); font-size: 1rem; font-weight: 500; }
.pr-screen-check { display: inline-flex; justify-content: center; align-items: center; flex: 0 0 22px; width: 22px; height: 22px; border-radius: 50%; background: #307fe2; color: #fff; font-size: .875rem; line-height: 1; }
.pr-flow-role { display: block; margin-bottom: 12px; color: #2459a2; font-size: .875rem; font-weight: 700; line-height: 1.4; }
.pr-checkout-shopper .pr-flow-role { color: #805b08; }
.pr-checkout-merchant .pr-flow-role { color: #08737b; }
.pr-checkout-flow h3 { font-size: clamp(1.25rem, 1.7vw, 1.5rem); }
.pr-main .pr-checkout-flow p { max-width: 28ch; margin: 12px auto 0; font-size: 1rem; line-height: 1.55; color: #536681; }
.pr-main .pr-checkout-flow .pr-checkout-timing { max-width: 30ch; margin-top: 14px; font-size: .875rem; line-height: 1.5; }
.pr-checkout-connector { position: absolute; top: 102px; right: calc(-1 * var(--pr-flow-gap)); width: var(--pr-flow-gap); height: 20px; overflow: visible; fill: none; stroke: #307fe2; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.pr-checkout-connector path { vector-effect: non-scaling-stroke; }
.pr-checkout-provider .pr-checkout-connector { stroke: #087f88; }
.pr-main .pr-ownership { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; margin-top: 38px; padding-top: 28px; border-top: 1px solid #b7cde8; align-items: stretch; }
.pr-ownership > div { min-width: 0; padding: 24px 28px; border-radius: 12px; }
.pr-provider-responsibility { border: 1px solid #c1d4ec; background: #f7fafe; }
.pr-quantoz-responsibility { background: linear-gradient(135deg, #012169, #010e2c); border: 1px solid #426ba2; }
.pr-ownership dt { display: flex; align-items: center; gap: 12px; min-height: 32px; font-size: 1.125rem; font-weight: 700; }
.pr-ownership dt img { display: block; width: 28px; height: 32px; object-fit: contain; }
.pr-main .pr-ownership dd { margin-top: 12px; max-width: 55ch; color: #536681; font-size: 1rem; line-height: 1.55; }
.pr-quantoz-responsibility dt { color: #fff; }
.pr-main .pr-quantoz-responsibility dd { color: #c9d9f0; }

.pr-main .pr-checkout-fees { margin-top: 24px; color: #536681; font-size: .875rem; line-height: 1.5; }

/* Compact refund choices; artwork sits beside the explanation. */
.pr-refunds { background: #f7f9fd; }
.pr-refund-diagram { padding: clamp(24px, 2.6vw, 38px); border: 1px solid #bfd2ec; border-radius: 20px; background: linear-gradient(120deg, #e3edfa, #edf4fc); }
.pr-refund-diagram figcaption { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 12px 20px; margin-bottom: 24px; color: #536681; text-align: center; }
.pr-refund-approved { display: inline-flex; align-items: center; gap: 10px; padding: 8px 12px; border: 1px solid #b9b3dd; border-radius: 7px; background: #f1eff9; color: #51458f; font-size: .875rem; letter-spacing: 0; white-space: nowrap; }
.pr-refund-approved > span { font-size: 1.25rem; font-weight: 400; }
.pr-refund-options { display: grid; grid-template-columns: minmax(0, .85fr) 28px minmax(0, 1.15fr); gap: 12px; align-items: center; }
.pr-refund-option { min-width: 0; padding: 24px; border: 1px solid #bfd2ec; border-top: 3px solid #bd8a23; border-radius: 14px; background: #f8fbff; }
.pr-refund-option h3 { text-align: left; font-size: clamp(1.25rem, 1.6vw, 1.375rem); }
.pr-refund-digital { background: #f0f6ff; border-color: #9dbde6; border-top-color: #307fe2; }
.pr-refund-or { justify-self: center; color: #536681; font-size: 1rem; font-weight: 500; }
.pr-refund-body { display: grid; grid-template-columns: 112px minmax(0, 1fr); align-items: center; gap: 20px; margin-top: 18px; }
.pr-refund-original .pr-refund-body { grid-template-columns: 128px minmax(0, 1fr); gap: 16px; }
.pr-refund-art { display: flex; align-items: center; justify-content: center; gap: 6px; min-width: 0; }
.pr-refund-art img { display: block; width: 112px; height: 112px; max-width: 100%; object-fit: contain; }
.pr-refund-original-art img { width: calc((100% - 6px) / 2); max-width: 64px; height: 64px; min-width: 0; }
.pr-main .pr-refund-original-timing { color: #536681; font-size: 1rem; line-height: 1.5; }
.pr-main .pr-refund-steps { list-style: none; padding: 0; margin: 0; }
.pr-refund-steps li { display: grid; grid-template-columns: 26px minmax(0, 1fr); align-items: start; gap: 10px; }
.pr-refund-steps li + li { margin-top: 14px; }
.pr-refund-step-number { display: flex; justify-content: center; align-items: center; width: 26px; height: 26px; border: 1px solid #9dbde6; border-radius: 50%; background: #fff; color: #2459a2; font-size: .875rem; font-weight: 700; }
.pr-refund-steps strong { display: block; color: var(--qh-ink); font-size: 1rem; font-weight: 500; line-height: 1.5; }
.pr-main .pr-refund-steps p { margin-top: 4px; color: #536681; font-size: .875rem; line-height: 1.5; }
.pr-main .pr-refund-uses { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px 20px; list-style: none; padding: 14px 0 0; margin: 18px 0 0; border-top: 1px solid #bbd0eb; }
.pr-refund-uses li { display: inline-flex; align-items: center; gap: 7px; color: var(--qh-ink); font-size: .9375rem; font-weight: 500; }
.pr-refund-uses li > span { color: #2766b4; font-size: 1.25rem; }
.pr-main .pr-refund-bank-note { margin-top: 8px; color: #536681; font-size: .875rem; line-height: 1.5; text-align: center; }

/* Two complete payment choices; all qualifications stay in the relevant card. */
.pr-rails { background: var(--qh-navy); color: #fff; }
.pr-rails .qh-section-head > .qh-eyebrow { color: #b8ccec; }
.pr-rails h2 em { color: #8ab6f4; }
.pr-rail-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.pr-rail-options > article { display: flex; flex-direction: column; min-width: 0; padding: clamp(25px, 3vw, 42px); border: 1px solid #587aa562; border-top: 3px solid var(--qh-blue); border-radius: 16px; background: #10264b; }
.pr-rail-options > article:last-child { border-top-color: var(--qh-teal); }
.pr-rail-options h3 { font-size: clamp(1.375rem, 1.8vw, 1.625rem); }
.pr-main .pr-rail-money { margin-top: 8px; color: #b8ccec; font-size: 1rem; }
.pr-rail-visual { display: flex; align-items: center; justify-content: center; gap: clamp(12px, 2vw, 24px); min-height: 130px; padding-block: 22px; }
.pr-account-symbol { display: block; width: 58px; height: 66px; object-fit: contain; }
.pr-visual-arrow { color: #78b3ff; font-size: 2rem; line-height: 1; }
.pr-rail-visual-tokens .pr-visual-arrow { color: #42c6ce; }
.pr-rail-tokens { display: flex; align-items: center; flex: 0 0 auto; }
.pr-rail-tokens img { display: block; width: 58px; height: 58px; }
.pr-rail-tokens img + img { margin-left: -9px; }
.pr-wallet-symbol { display: block; width: 80px; height: 80px; object-fit: contain; }
.pr-rail-options dl { flex: 1; display: grid; grid-template-rows: repeat(3, minmax(78px, 1fr)); }
.pr-rail-options dl > div { display: grid; grid-template-columns: minmax(80px, .75fr) minmax(0, 1.5fr); align-content: start; gap: 12px; padding-block: 15px; border-top: 1px solid #7899c447; }
.pr-rail-options dt { color: #b8ccec; font-size: .875rem; line-height: 1.5; }
.pr-main .pr-rail-options dd { color: #fff; font-size: 1rem; font-weight: 500; line-height: 1.5; }
.pr-rail-options dd > span { display: block; margin-top: 4px; color: #b8ccec; font-size: .875rem; font-weight: 400; line-height: 1.4; }
.pr-rail-options .qh-link { gap: 14px; margin-top: 15px; color: #b2d2ff; border-color: #688caf88; font-size: .9375rem; }
.pr-rail-options .qh-link:hover { color: #fff; }

/* Portal and API access, with embedded services as a separate partner choice. */
.pr-operate { background: #fff; }
.pr-delivery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.pr-delivery > a { padding: 24px; border: 1px solid #c0d2ee; border-radius: 12px; background: var(--pr-pale); transition: border-color .2s, transform .25s; }
.pr-delivery > a:hover { border-color: #638bbb; transform: translateY(-2px); }
.pr-delivery strong { display: flex; justify-content: space-between; align-items: start; gap: 20px; font-size: 1.125rem; font-weight: 700; line-height: 1.5; }
.pr-delivery > a > span { display: block; margin-top: 10px; color: #536681; font-size: 1rem; }
.pr-embedded { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 12px 24px; margin-top: 28px; padding-block: 16px; border-block: 1px solid #cbd8e9; }
.pr-main .pr-embedded p { font-size: 1rem; font-weight: 500; }
.pr-embedded a { display: inline-flex; align-items: center; gap: 18px; min-height: 44px; color: var(--qh-ink); font-size: 1rem; text-decoration: underline; text-underline-offset: 4px; }

/* Practical questions, with enough reading width for the answers. */
.pr-questions { padding-top: 0; background: #fff; }
.pr-faq-layout { max-width: 1050px; }
.pr-faq-layout > h2 { margin-bottom: 38px; }
.pr-faq { border-top: 1px solid #c0d2ee; }
.pr-faq details { padding-block: 23px; border-bottom: 1px solid #c0d2ee; }
.pr-faq summary { position: relative; padding-right: 32px; font-size: 1.125rem; font-weight: 500; line-height: 1.45; cursor: pointer; list-style: none; }
.pr-faq summary::-webkit-details-marker { display: none; }
.pr-faq summary::after { content: "+"; position: absolute; right: 2px; top: 0; color: #2766b4; font-size: 1.75rem; line-height: 1; }
.pr-faq details[open] summary::after { content: "−"; }
.pr-faq summary:focus-visible { outline: 3px solid var(--qh-teal); outline-offset: 6px; }
.pr-main .pr-faq p { margin-top: 18px; max-width: 82ch; color: #536681; font-size: 1rem; }
.pr-faq a { display: inline-flex; align-items: center; gap: 16px; min-height: 44px; margin-top: 12px; font-size: 1rem; text-decoration: underline; text-underline-offset: 4px; }
.pr-main .pr-account-requirements { margin-top: 18px; padding-left: 21px; max-width: 82ch; }
.pr-main .pr-account-requirements li { padding-block: 4px; color: #536681; font-size: 1rem; }
.pr-account-requirements strong { color: var(--qh-ink); font-weight: 500; }
.pr-faq details:target { scroll-margin-top: 115px; }
.pr-final { background: linear-gradient(120deg, #e9f2fd, #f4f2ff); border-top: 1px solid #c0d2ee; }
.pr-final > div { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.pr-final .qh-eyebrow { margin-bottom: 22px; color: #536681; }
.pr-final .qh-button { flex-shrink: 0; }

@media (max-width: 1100px) {
  .pr-hero-grid { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .pr-hero-copy { max-width: 720px; }
}
@media (max-width: 1000px) {
  .pr-refund-options { gap: 10px; }
  .pr-refund-option { padding: 20px; }
  .pr-refund-body { grid-template-columns: 80px minmax(0, 1fr); gap: 14px; }
  .pr-refund-original .pr-refund-body { grid-template-columns: 84px minmax(0, 1fr); gap: 12px; }
  .pr-refund-art img { width: 80px; height: 80px; }
  .pr-refund-original-art img { width: calc((100% - 6px) / 2); height: 54px; }
  .pr-checkout-flow { --pr-flow-gap: 32px; }
  .pr-checkout-screen { padding: 18px 14px; }
  .pr-checkout-visual > img { width: 168px; height: 168px; }
  .pr-collection-arrivals { grid-template-columns: minmax(0, 1fr); }
  .pr-collection-sources { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: auto; gap: 32px; }
  .pr-collection-source { grid-template-columns: minmax(0, 1fr); align-content: start; gap: 20px; }
  .pr-collection-icon { width: 104px; height: 104px; }
  .pr-collection-join { height: 70px; }
  .pr-collection-join .pr-join-desktop { display: none; }
  .pr-collection-join .pr-join-tablet { display: block; }
  .pr-collection-account { width: 100%; max-width: 380px; justify-self: center; min-height: 230px; }
  .pr-final > div { align-items: start; flex-direction: column; }
}
@media (max-width: 820px) {
  .pr-refund-options { grid-template-columns: minmax(0, 1fr); gap: 14px; }
  .pr-refund-option { width: 100%; max-width: 620px; justify-self: center; }
  .pr-refund-body { grid-template-columns: 96px minmax(0, 1fr); gap: 18px; }
  .pr-refund-original .pr-refund-body { grid-template-columns: 112px minmax(0, 1fr); gap: 18px; }
  .pr-refund-art img { width: 96px; height: 96px; }
  .pr-refund-original-art img { width: calc((100% - 6px) / 2); height: 64px; }
  .pr-checkout-flow { grid-template-columns: minmax(0, 1fr); gap: 76px; }
  .pr-checkout-visual { min-height: 204px; margin-bottom: 20px; }
  .pr-checkout-screen { max-width: 246px; padding: 22px; }
  .pr-checkout-connector { top: auto; bottom: -48px; right: calc(50% - 19px); width: 38px; height: 20px; transform: rotate(90deg); }
  .pr-checkout-flow h3 { font-size: 1.5rem; }
  .pr-main .pr-ownership { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .pr-rail-options { grid-template-columns: minmax(0, 1fr); }
  .pr-rail-options > article { padding: 28px; }
}
@media (max-width: 600px) {
  .pr-refund-diagram { padding: 22px 18px; border-radius: 16px; }
  .pr-refund-diagram figcaption { gap: 12px; margin-bottom: 20px; }
  .pr-refund-option { padding: 20px 18px; }
  .pr-refund-body { grid-template-columns: 80px minmax(0, 1fr); gap: 16px; margin-top: 16px; }
  .pr-refund-original .pr-refund-body { grid-template-columns: 100px minmax(0, 1fr); gap: 14px; }
  .pr-refund-art img { width: 80px; height: 80px; }
  .pr-refund-original-art img { width: calc((100% - 6px) / 2); height: 58px; }
  .pr-main .pr-refund-uses { gap: 8px 18px; }
  .pr-checkout-diagram { padding: 24px 20px; border-radius: 16px; }
  .pr-checkout-diagram figcaption { margin-bottom: 18px; }
  .pr-checkout-visual { min-height: 188px; }
  .pr-checkout-flow { gap: 68px; }
  .pr-checkout-screen { padding: 18px; }
  .pr-checkout-connector { bottom: -44px; }
  .pr-ownership > div { padding: 22px; }
  .pr-main .pr-ownership { margin-top: 30px; padding-top: 24px; }
  .pr-main .qh-container { width: calc(100% - 40px); }
  .pr-main .pr-intro { font-size: 1.0625rem; }
  .pr-main .pr-hero-answer { font-size: 1.125rem; }
  .pr-hero h1 { font-size: clamp(2.75rem, 9.5vw, 3.75rem); }
  .pr-hero-art { max-width: 360px; }
  .pr-page-nav > div { justify-content: start; gap: 0 23px; padding-block: 14px; }
  .pr-page-nav a { font-size: .875rem; }
  .pr-collection-scene { padding: 24px 20px; border-radius: 16px; }
  .pr-collection-sources { grid-template-columns: minmax(0, 1fr); grid-template-rows: auto; gap: 24px; }
  .pr-main .pr-collection-mobile-label { display: block; margin-bottom: 24px; color: #536681; font-size: .875rem; font-weight: 700; }
  .pr-collection-source { grid-template-columns: 72px minmax(0, 1fr); gap: 12px 14px; align-items: center; }
  .pr-collection-source > div { display: contents; }
  .pr-main .pr-collection-source p { grid-column: 1 / -1; margin-top: 0; max-width: none; }
  .pr-collection-source + .pr-collection-source { padding-top: 24px; border-top: 1px solid #c0d2ee; }
  .pr-collection-source h3 { font-size: 1.25rem; }
  .pr-collection-icon { width: 72px; height: 72px; }
  .pr-collection-join { height: 52px; }
  .pr-collection-join .pr-join-tablet { display: none; }
  .pr-join-mobile { display: block; padding-top: 9px; color: var(--qh-ink); font-size: 1.75rem; text-align: center; }
  .pr-collection-account { min-height: 216px; padding: 28px 20px; }
  .pr-collection-account > img { margin-bottom: 20px; }
  .pr-conversion { padding-top: 26px; margin-top: 28px; align-items: start; flex-direction: column; gap: 20px; }
  .pr-conversion-tokens img { width: 64px; height: 64px; }
  .pr-ownership, .pr-delivery { grid-template-columns: minmax(0, 1fr); gap: 23px; }
  .pr-rail-options > article { padding: 25px; }
  .pr-rail-visual { gap: 16px; }
  .pr-rail-tokens img { width: 44px; height: 44px; }
  .pr-rail-tokens img + img { margin-left: -7px; }
  .pr-wallet-symbol { width: 72px; height: 72px; }
  .pr-visual-arrow { font-size: 1.75rem; }
  .pr-final h2 { font-size: clamp(2rem, 7.5vw, 2.5rem); }
}
@media (max-width: 480px) {
  .pr-refund-digital { display: grid; grid-template-columns: 64px minmax(0, 1fr); column-gap: 14px; }
  .pr-refund-digital h3 { grid-column: 2; grid-row: 1; align-self: center; }
  .pr-refund-digital .pr-refund-body { display: contents; }
  .pr-refund-digital .pr-refund-art { grid-column: 1; grid-row: 1; }
  .pr-refund-digital .pr-refund-art img { width: 64px; height: 64px; }
  .pr-main .pr-refund-digital .pr-refund-steps { grid-column: 1 / -1; margin-top: 16px; }
  .pr-main .pr-refund-digital :is(.pr-refund-uses, .pr-refund-bank-note) { grid-column: 1 / -1; }
}
@media (max-width: 380px) {
  .pr-main .qh-container { width: calc(100% - 32px); }
}
@media (prefers-reduced-motion: reduce) {
  .pr-delivery > a { transition: none; }
}
@media (forced-colors: active) {
  .pr-faq summary::after { color: CanvasText; }
}
