/* Cross-border transfers. The approved homepage system, with explanatory route diagrams. */
.cr-main { --cr-border: #bed0e8; --cr-surface: #e8f0fa; }
.cr-main :is(figure, ol, h4) { margin: 0; }
.cr-main :is(article, figure, li, .cr-hero-copy) { min-width: 0; }
.cr-main h3 { font-size: 1.375rem; font-weight: 500; letter-spacing: -.025em; line-height: 1.3; }
.cr-main .cr-intro { max-width: 62ch; margin-top: 22px; color: var(--qh-muted); font-size: 1.125rem; line-height: 1.6; }
.cr-main .qh-section-head { margin-bottom: 40px; }
.cr-main .cr-step { display: block; color: #536681; font-size: .875rem; font-weight: 700; line-height: 1.5; }

/* Compact hero: artwork stays secondary to the two-line message. */
.cr-hero { isolation: isolate; }
.cr-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: clamp(40px, 5vw, 88px); }
.cr-hero-copy > .qh-eyebrow { margin-bottom: 23px; color: var(--qh-gold); }
.cr-main .cr-hero-answer { max-width: 45ch; color: #c9d9f0; font-size: clamp(1.125rem, 1.35vw, 1.25rem); line-height: 1.55; }
.cr-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 28px; margin-top: 30px; }
.cr-hero-link { display: inline-flex; align-items: center; gap: 18px; min-height: 48px; color: #c9d9f0; font-size: 1rem; border-bottom: 1px solid #8fabd255; }
.cr-hero-link:hover { color: #fff; }
.cr-hero-art { width: 100%; max-width: 550px; justify-self: center; aspect-ratio: 2 / 1; }
.cr-hero-art img { display: block; width: 100%; height: 100%; aspect-ratio: 2 / 1; object-fit: cover; object-position: center 45%; mix-blend-mode: lighten; }
.cr-page-nav { background: #fff; border-bottom: 1px solid var(--qh-line); }
.cr-page-nav > div { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px 24px; padding-block: 16px; }
.cr-page-nav a { display: inline-flex; align-items: center; min-height: 44px; border-bottom: 2px solid transparent; color: var(--qh-ink); font-size: .9375rem; font-weight: 500; }
.cr-page-nav a:hover { border-color: var(--qh-blue); }

/* Bank settlement is distinct from the customer-controlled wallet route above. */
.cr-bank-settlement { background: #fff; }
.cr-bank-figure { border: 1px solid var(--cr-border); border-radius: 16px; background: #f6f9fd; overflow: hidden; }
.cr-bank-scroll { max-width: 100%; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-color: #7897bc #e7eef7; scrollbar-width: thin; }
.cr-bank-scroll img { display: block; width: 100%; height: auto; }
.cr-bank-scroll:focus-visible { outline: 3px solid #00a3ad; outline-offset: -4px; }
.cr-bank-scroll-hint { display: none; border-top: 1px solid var(--cr-border); padding: 20px 28px; color: #173960; font-size: .875rem; line-height: 1.6; }
@media (max-width: 1100px) { .cr-bank-scroll img { min-width: 1280px; max-width: none; } .cr-bank-scroll-hint { display: block; } }
@media (max-width: 640px) { .cr-bank-figure figcaption { padding: 18px 22px; } }

/* Restrained technical diagrams: one connected journey, with clear ownership. */
.cr-icon { display: block; width: 28px; height: 28px; flex: 0 0 auto; color: currentColor; stroke-width: 1.5; }
.cr-outbound, .cr-access { background: #f7f9fd; }
.cr-inbound, .cr-confidence { background: #fff; }
.cr-route-board { border: 1px solid var(--cr-border); border-radius: 16px; background: #e8f0fa; overflow: hidden; }
.cr-journey-caption { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px 28px; padding: 22px 30px; background: var(--qh-ink); color: #fff; }
.cr-journey-range { display: inline-flex; flex-wrap: wrap; align-items: center; gap: 16px; font-size: .9375rem; font-weight: 500; line-height: 1.5; color: #c9d9f0; }
.cr-journey-range > span { font-size: 1.375rem; }
.cr-journey-caption > strong { display: flex; align-items: center; gap: 14px; font-size: clamp(1.375rem, 2.1vw, 1.875rem); font-weight: 500; letter-spacing: -.025em; line-height: 1.3; }
.cr-journey-caption .cr-icon { width: 25px; height: 25px; color: #9bc3fa; }
.cr-flow { --cr-flow-gap: 44px; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: var(--cr-flow-gap); list-style: none; padding: 32px 30px 22px; }
.cr-flow > li { position: relative; min-width: 0; }
.cr-main .cr-flow .cr-step { color: #4e6789; font-size: .875rem; }
.cr-node-art { display: flex; align-items: center; justify-content: flex-start; height: 80px; margin-block: 16px 20px; color: #396ba5; }
.cr-node-art > .cr-icon { width: 64px; height: 64px; stroke-width: 1.3; }
.cr-q-node { display: flex; align-items: center; justify-content: center; width: 72px; height: 72px; border-radius: 14px; background: var(--qh-ink); }
.cr-q-icon { display: block; max-width: 100%; object-fit: contain; }
.cr-main .cr-flow h3 { font-size: 1.125rem; font-weight: 700; line-height: 1.4; letter-spacing: -.02em; }
.cr-main .cr-flow p { margin-top: 10px; max-width: 30ch; color: var(--qh-muted); font-size: 1rem; line-height: 1.55; }
.cr-flow-arrow { position: absolute; top: 69px; right: calc(-1 * var(--cr-flow-gap) + 2px); width: var(--cr-flow-gap); text-align: center; color: #7297c7; font-size: 1.875rem; line-height: 1; }
.cr-token-pair { display: inline-flex; align-items: center; flex-shrink: 0; }
.cr-token-pair img { display: block; object-fit: contain; }
.cr-token-pair img + img { margin-left: -8px; }
.cr-wallet-tokens { gap: 10px; }
.cr-wallet-tokens > .cr-icon { width: 58px; height: 58px; }
.cr-wallet-tokens .cr-token-pair img { width: 36px; height: 36px; }
.cr-recipient-art { color: #26757d; }
.cr-main .cr-journey-note { padding: 0 30px 24px; color: #536681; font-size: .875rem; line-height: 1.55; }
.cr-route-benefits { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; margin-inline: 30px; padding-block: 20px 24px; border-top: 1px solid #c2d3e9; }
.cr-route-benefits p { display: flex; align-items: start; gap: 12px; color: #536681; font-size: .9375rem; line-height: 1.55; }
.cr-route-benefits strong { color: var(--qh-ink); font-weight: 700; }
.cr-route-benefits .cr-icon { width: 22px; height: 22px; color: #397b86; margin-top: 1px; }
.cr-section-footer { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline; gap: 12px 32px; margin-top: 20px; }
.cr-main .cr-section-footer p { max-width: 76ch; color: var(--qh-muted); font-size: .9375rem; line-height: 1.6; }
.cr-section-footer p strong { color: var(--qh-ink); font-weight: 700; }
.cr-section-footer .qh-link { font-size: .9375rem; font-weight: 500; }

/* The reverse journey: redemption value is distinct from currency conversion. */
.cr-return-board { background: #edf3f7; border-color: #c1d4e0; }
.cr-return-caption { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px 24px; padding: 24px 30px; border-bottom: 1px solid #c1d4e0; }
.cr-return-caption > strong { color: var(--qh-ink); font-size: 1.0625rem; font-weight: 700; line-height: 1.5; }
.cr-return-caption > span { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; color: #536681; font-size: .875rem; line-height: 1.5; }
.cr-return-flow { grid-template-columns: repeat(3,minmax(0,1fr)); }
.cr-par-strip { display: grid; grid-template-columns: 1.2fr 1fr 1fr; align-items: center; gap: 24px; padding: 20px 24px; margin: 2px 30px 18px; border: 1px solid #c3d4df; border-radius: 10px; background: #f8fbfd; }
.cr-par-strip > div:first-child { display: flex; flex-direction: column; gap: 4px; }
.cr-par-strip strong { font-size: 1rem; font-weight: 700; line-height: 1.5; }
.cr-par-strip > div:first-child > span { color: #536681; font-size: .875rem; line-height: 1.5; }
.cr-par-equation { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 9px; font-size: 1rem; line-height: 1.5; }
.cr-par-equation img { display: block; }
.cr-par-equation b { color: #70869f; font-weight: 400; }
.cr-par-equation strong { font-size: 1.625rem; font-weight: 500; }

/* Conversion receipt and arrival paths, without invented rates or quote controls. */
.cr-certainty { background: var(--qh-navy); color: #fff; }
.cr-certainty .qh-section-head > .qh-eyebrow { color: #b8ccec; }
.cr-certainty h2 em { color: #8ab6f4; }
.cr-main .cr-certainty .cr-intro { color: #c9d9f0; }
.cr-certainty-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px; }
.cr-quote, .cr-timing { padding: clamp(24px,3vw,38px); border: 1px solid #496185; border-radius: 14px; background: #10264b; }
.cr-quote > figcaption, .cr-timing > figcaption { color: #fff; font-size: 1.25rem; font-weight: 500; line-height: 1.4; letter-spacing: -.02em; }
.cr-conversion-visual { display: grid; grid-template-columns: minmax(0,1fr) auto minmax(0,1fr); align-items: center; gap: 16px; padding-block: 28px; }
.cr-conversion-visual > div { display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center; }
.cr-conversion-visual strong { color: #c9d9f0; font-size: .9375rem; font-weight: 500; line-height: 1.5; }
.cr-money-symbol { display: flex; align-items: center; justify-content: center; height: 54px; width: 54px; border: 1px solid #7899c6; border-radius: 50%; background: #193c69; color: #dbe9ff; font-size: 2.25rem; line-height: 1; }
.cr-conversion-visual .cr-token-pair { height: 54px; }
.cr-conversion-visual .cr-token-pair img { width: 50px; height: 50px; }
.cr-conversion-arrow { color: #8ab6f4; font-size: 2rem; padding-bottom: 32px; }
.cr-quote-lines > div { display: grid; grid-template-columns: minmax(0,.7fr) minmax(0,1.3fr); gap: 16px; padding-block: 14px; border-top: 1px solid #59729688; }
.cr-quote-lines dt { color: #b8ccec; font-size: .9375rem; line-height: 1.55; }
.cr-main .cr-quote-lines dd { color: #fff; font-size: 1rem; line-height: 1.55; text-align: right; }
.cr-main .cr-quote-fixed { display: flex; align-items: center; gap: 12px; padding: 15px 17px; margin-top: 14px; border: 1px solid #5479a8; border-radius: 8px; background: #183966; color: #d6e8ff; font-size: .9375rem; line-height: 1.55; }
.cr-quote-fixed .cr-icon { width: 22px; height: 22px; color: #9bc3fa; }
.cr-arrival-main { margin-top: 26px; padding: 20px 22px; border: 1px solid #557eb3; border-radius: 10px; background: #17365f; }
.cr-arrival-ends { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 12px; color: #c9d9f0; font-size: .875rem; line-height: 1.5; }
.cr-arrival-ends > span { display: flex; align-items: center; gap: 10px; }
.cr-arrival-ends .cr-icon { width: 26px; height: 26px; color: #93b8e8; }
.cr-arrival-main > strong { display: block; margin-top: 22px; color: #fff; font-size: clamp(1.5rem,2.5vw,2rem); font-weight: 500; letter-spacing: -.03em; line-height: 1.3; }
.cr-main .cr-arrival-main p { margin-top: 8px; color: #c9d9f0; font-size: .9375rem; line-height: 1.5; }
.cr-timing-note { display: block; margin-top: 12px; color: #b8ccec; font-size: .875rem; line-height: 1.55; }
.cr-arrival-extra { margin-top: 22px; padding-top: 22px; border-top: 1px dashed #6b82a2; }
.cr-optional { display: block; margin-bottom: 14px; color: #b8ccec; font-size: .875rem; line-height: 1.5; }
.cr-main .cr-arrival-extra p { margin-top: 12px; color: #c9d9f0; font-size: .9375rem; line-height: 1.55; }
.cr-fees { display: grid; grid-template-columns: minmax(160px,.65fr) minmax(0,2.35fr); align-items: start; gap: 28px; margin-top: 28px; padding-top: 26px; border-top: 1px solid #496185; }
.cr-main .cr-fees h3 { color: #fff; font-size: 1rem; font-weight: 700; letter-spacing: 0; line-height: 1.5; }
.cr-fees dl { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.cr-fees dt { color: #dceaff; font-size: .9375rem; font-weight: 700; line-height: 1.5; }
.cr-main .cr-fees dd { margin-top: 8px; color: #b8ccec; font-size: .9375rem; line-height: 1.55; }

/* Customer use cases and access methods share equal visual weight. */
.cr-access-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.cr-access-grid > article { display: flex; flex-direction: column; align-items: start; padding: clamp(24px,2.5vw,36px); border: 1px solid var(--cr-border); border-radius: 14px; background: #e8f0fa; }
.cr-access-top { display: flex; align-items: center; gap: 16px; margin-bottom: 28px; color: #536681; font-size: .875rem; font-weight: 700; line-height: 1.5; }
.cr-access-top .cr-icon { width: 38px; height: 38px; color: #436fa7; }
.cr-main .cr-access-grid h3 { font-size: clamp(1.25rem,1.8vw,1.625rem); line-height: 1.35; }
.cr-main .cr-access-grid h3 + p { margin-top: 16px; color: #536681; font-size: 1rem; line-height: 1.6; }
.cr-access-method { width: 100%; margin-top: auto; padding-top: 28px; }
.cr-access-method strong { display: block; padding-top: 18px; border-top: 1px solid var(--cr-border); font-size: 1rem; font-weight: 700; line-height: 1.5; }
.cr-access-method > span { display: block; margin-top: 7px; color: #536681; font-size: .875rem; line-height: 1.6; }
.cr-access-grid .qh-link { margin-top: 20px; font-size: .9375rem; font-weight: 500; }
.cr-related { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 8px 28px; margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--cr-border); }
.cr-main .cr-related p { color: #536681; font-size: 1rem; line-height: 1.6; }
.cr-related a { display: inline-flex; align-items: center; gap: 18px; min-height: 44px; color: var(--qh-ink); font-size: .9375rem; text-decoration: underline; text-underline-offset: 4px; }
.cr-proof-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 36px; }
.cr-proof-grid article { display: flex; flex-direction: column; align-items: start; padding-top: 24px; border-top: 2px solid #b7cdeb; }
.cr-proof-grid article > .cr-icon { width: 38px; height: 38px; margin-bottom: 20px; color: #426e9f; }
.cr-main .cr-proof-grid p { flex: 1; margin-top: 14px; max-width: 40ch; color: #536681; font-size: 1rem; line-height: 1.6; }
.cr-proof-grid a { display: inline-flex; align-items: center; gap: 14px; min-height: 44px; margin-top: 18px; color: var(--qh-ink); font-size: .9375rem; text-decoration: underline; text-underline-offset: 4px; }

.cr-questions { padding-top: 0; background: #fff; }
.cr-faq-layout { max-width: 1050px; }
.cr-faq-layout > h2 { margin-bottom: 34px; }
.cr-faq { border-top: 1px solid var(--cr-border); }
.cr-faq details { padding-block: 22px; border-bottom: 1px solid var(--cr-border); }
.cr-faq summary { position: relative; padding-right: 34px; font-size: 1.125rem; font-weight: 500; line-height: 1.5; cursor: pointer; list-style: none; }
.cr-faq summary::-webkit-details-marker { display: none; }
.cr-faq summary::after { content: "+"; position: absolute; right: 2px; top: 0; color: #2766b4; font-size: 1.75rem; line-height: 1; }
.cr-faq details[open] summary::after { content: "−"; }
.cr-main :is(a,summary):focus-visible { outline: 3px solid #49abb9; outline-offset: 6px; border-radius: 2px; }
.cr-main .cr-faq p { margin-top: 18px; max-width: 84ch; color: #536681; font-size: 1rem; line-height: 1.6; }
.cr-faq a { display: inline-flex; align-items: center; gap: 14px; min-height: 44px; margin-top: 10px; margin-right: 24px; font-size: .9375rem; text-decoration: underline; text-underline-offset: 4px; }
.cr-final { background: #e8f0fa; border-top: 1px solid var(--cr-border); }
.cr-final > div { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.cr-final .qh-eyebrow { margin-bottom: 22px; color: #536681; }
.cr-final-actions { display: flex; flex-direction: column; align-items: start; gap: 14px; }

@media (max-width: 1199px) {
  .cr-flow { --cr-flow-gap: 28px; padding-inline: 24px; }
  .cr-wallet-tokens { gap: 5px; }
  .cr-wallet-tokens > .cr-icon { width: 48px; height: 48px; }
  .cr-wallet-tokens .cr-token-pair img { width: 30px; height: 30px; }
  .cr-fees { grid-template-columns: minmax(0,1fr); gap: 20px; }
}
@media (max-width: 1100px) {
  .cr-hero-grid { grid-template-columns: minmax(0,1fr); gap: 32px; }
  .cr-hero-copy { max-width: 720px; }
  .cr-hero-art { max-width: 500px; }
  .cr-flow { grid-template-columns: minmax(0,1fr); gap: 24px; padding: 28px; }
  .cr-flow > li { display: grid; grid-template-columns: 84px minmax(0,1fr); column-gap: 26px; padding-bottom: 24px; border-bottom: 1px solid #c2d3e9; }
  .cr-flow > li:last-child { border-bottom: 0; padding-bottom: 0; }
  .cr-node-art { grid-column: 1; grid-row: 1 / span 3; margin: 0; align-self: center; justify-content: center; }
  .cr-flow .cr-step, .cr-main .cr-flow h3, .cr-main .cr-flow p { grid-column: 2; }
  .cr-main .cr-flow h3 { margin-top: 6px; }
  .cr-main .cr-flow p { max-width: 58ch; margin-top: 6px; }
  .cr-flow-arrow { top: auto; right: auto; left: 27px; bottom: -16px; width: 28px; height: 28px; z-index: 1; font-size: 1.5rem; transform: rotate(90deg); }
  .cr-wallet-tokens { position: relative; padding-bottom: 18px; }
  .cr-wallet-tokens > .cr-icon { width: 58px; height: 58px; }
  .cr-wallet-tokens .cr-token-pair { position: absolute; bottom: 0; right: -4px; }
  .cr-par-strip { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .cr-par-strip > div:first-child { grid-column: 1 / -1; }
  .cr-par-equation { justify-content: flex-start; }
  .cr-arrival-ends { gap: 10px; }
  .cr-arrival-ends > span { gap: 6px; }
}
@media (max-width: 900px) {
  .cr-certainty-grid, .cr-access-grid { grid-template-columns: minmax(0,1fr); }
  .cr-access-grid { gap: 18px; }
  .cr-access-grid > article { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 28px; }
  .cr-access-top { grid-column: 1 / -1; margin-bottom: 20px; }
  .cr-access-grid h3, .cr-access-grid h3 + p { grid-column: 1; }
  .cr-access-method { grid-column: 2; grid-row: 2 / span 2; align-self: stretch; margin-top: 0; padding: 0 0 0 24px; border-left: 1px solid var(--cr-border); }
  .cr-access-method strong { border-top: 0; padding-top: 0; }
  .cr-access-grid .qh-link { grid-column: 1 / -1; }
  .cr-proof-grid { gap: 24px; }
  .cr-final > div { flex-direction: column; align-items: start; }
}
@media (max-width: 700px) {
  .cr-route-benefits, .cr-proof-grid { grid-template-columns: minmax(0,1fr); gap: 18px; }
  .cr-fees dl { grid-template-columns: minmax(0,1fr); gap: 20px; }
  .cr-fees dl > div + div { padding-top: 18px; border-top: 1px solid #496185; }
  .cr-proof-grid article { padding-top: 20px; }
  .cr-proof-grid article > .cr-icon { margin-bottom: 16px; }
}
@media (max-width: 640px) {
  .cr-hero-art { max-width: 420px; }
  .cr-actions { gap: 12px 20px; }
  .cr-page-nav > div { justify-content: flex-start; gap: 2px 22px; padding-block: 12px; }
  .cr-page-nav a { font-size: .875rem; }
  .cr-main .cr-intro { font-size: 1.0625rem; }
  .cr-journey-caption, .cr-return-caption { padding: 22px; }
  .cr-journey-caption { align-items: start; flex-direction: column; }
  .cr-flow { padding: 26px 22px 22px; }
  .cr-flow > li { grid-template-columns: 62px minmax(0,1fr); gap: 0 18px; }
  .cr-node-art { height: 68px; }
  .cr-node-art > .cr-icon { width: 52px; height: 52px; }
  .cr-q-node { width: 58px; height: 58px; border-radius: 12px; }
  .cr-q-node img { width: 32px; height: 37px; }
  .cr-wallet-tokens > .cr-icon { width: 48px; height: 48px; }
  .cr-wallet-tokens .cr-token-pair { right: -6px; }
  .cr-wallet-tokens .cr-token-pair img { width: 26px; height: 26px; }
  .cr-flow-arrow { left: 17px; }
  .cr-main .cr-journey-note { padding: 0 22px 22px; }
  .cr-route-benefits { margin-inline: 22px; }
  .cr-par-strip { margin-inline: 22px; padding: 18px; gap: 18px; grid-template-columns: minmax(0,1fr); }
  .cr-par-strip > div:first-child { grid-column: auto; }
  .cr-quote, .cr-timing { padding: 24px 22px; }
  .cr-arrival-main { padding: 20px 16px; }
  .cr-arrival-ends .cr-icon { width: 22px; height: 22px; }
  .cr-access-grid > article { display: flex; padding: 26px; }
  .cr-access-method { margin-top: 24px; padding: 0; border-left: 0; }
  .cr-access-method strong { padding-top: 18px; border-top: 1px solid var(--cr-border); }
}
@media (max-width: 380px) {
  .cr-flow > li { grid-template-columns: 48px minmax(0,1fr); column-gap: 14px; }
  .cr-node-art > .cr-icon { width: 44px; height: 44px; }
  .cr-q-node { width: 48px; height: 48px; }
  .cr-q-node img { width: 28px; height: 32px; }
  .cr-flow-arrow { left: 10px; }
  .cr-wallet-tokens .cr-token-pair img { width: 23px; height: 23px; }
  .cr-arrival-ends { align-items: flex-start; }
  .cr-arrival-ends > span { flex-direction: column; align-items: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
  .cr-main * { scroll-behavior: auto !important; }
}
