/* Homepage composition. Shared navigation, footer and font assets remain in the site system. */
.qh-main {
  --qh-navy: #010e2c;
  --qh-ink: #012169;
  --qh-blue: #307fe2;
  --qh-gold: #f0b324;
  --qh-teal: #00a3ad;
  --qh-purple: #685bc7;
  --qh-dutch-gray: #f4f2ff;
  --qh-pale: #eef4fb;
  --qh-line: #cbd7e7;
  --qh-muted: #536681;
  color: var(--qh-ink);
  background: #fff;
  font-family: "Sen", sans-serif;
  font-size: 1rem;
}
.qh-main :is(h1,h2,h3,p,ul,dl,dd) { margin: 0; }
.qh-main :is(h1,h2,h3) { font-family: inherit; }
.qh-main :is(p,li,dd) { font-size: 1.0625rem; line-height: 1.6; }
.qh-main :is(a,button):focus-visible { outline: 3px solid #00a3ad; outline-offset: 6px; }
.qh-main :is(section, [id]) { scroll-margin-top: 108px; }
.qh-container { width: min(86%, 1440px); margin-inline: auto; }
.qh-section { padding-block: clamp(72px, 7vw, 112px); }
.qh-main .qh-eyebrow { font-size: .875rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; line-height: 1.65; }
.qh-main h2 { font-size: clamp(2.25rem, 3.65vw, 3.75rem); line-height: 1.08; letter-spacing: -.045em; font-weight: 500; }
.qh-main h2 em { color: var(--qh-blue); }
.qh-section-head { display: grid; grid-template-columns: minmax(180px, .55fr) minmax(0, 1.45fr); gap: 40px; align-items: start; margin-bottom: 48px; }
.qh-section-head > .qh-eyebrow { padding-top: 7px; color: var(--qh-muted); }
.qh-button { display: inline-flex; justify-content: space-between; align-items: center; gap: 32px; padding: 17px 22px; min-height: 56px; width: fit-content; max-width: 100%; border: 1px solid transparent; border-radius: 8px; background: var(--qh-ink); color: white; font-size: 1rem; font-weight: 700; line-height: 1.4; transition: background .2s, transform .2s; }
.qh-button:hover { background: #174e9e; transform: translateY(-2px); }
.qh-button-gold { background: var(--qh-gold); color: var(--qh-ink); }
.qh-button-gold:hover { background: #f5c353; }
.qh-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 22px; width: fit-content; min-height: 48px; padding-block: 10px; border-bottom: 1px solid currentColor; font-size: 1rem; line-height: 1.5; font-weight: 700; }
.qh-link:hover { color: #2367c2; }

/* Copy stays together. Credentials sit below the visual on desktop, before it on mobile. */
.qh-hero { padding-block: clamp(54px, 5vw, 82px); background: radial-gradient(ellipse at 85% 40%, #102e62 0, #06183b 48%, #010e2c 100%); color: #fff; }
.qz-home .qh-hero { isolation: isolate; }
.qh-hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); grid-template-areas: "copy visual" "copy assurance"; grid-template-rows: 1fr auto; column-gap: clamp(44px, 5vw, 88px); row-gap: 26px; align-items: center; }
.qh-hero-copy { grid-area: copy; }
.qh-hero-copy, .qh-hero-right { min-width: 0; }
.qh-hero-copy > .qh-eyebrow { display: flex; flex-wrap: wrap; gap: 4px 5px; width: 100%; max-width: none; margin-bottom: 23px; color: var(--qh-gold); font-size: clamp(.8125rem, 1.14vw, .875rem); font-weight: 400; letter-spacing: 0; text-transform: none; line-height: 1.55; }
.qh-hero-copy > .qh-eyebrow span { display: inline-block; max-width: 100%; }
.qh-hero-copy > .qh-eyebrow span + span::before { content: "·"; color: var(--qh-gold); margin-right: 5px; }
.qh-hero h1 { margin-bottom: 27px; font-size: clamp(2.75rem, 4.5vw, 4.625rem); line-height: 1.03; letter-spacing: -.055em; font-weight: 500; overflow-wrap: anywhere; }
.qh-hero h1 > span, .qh-hero h1 > em { display: block; }
/* Keep descenders inside the gradient paint area without shifting the layout. */
.qh-hero h1 > em { width: fit-content; max-width: 100%; color: #8ab6f4; padding-bottom: .16em; margin-bottom: -.16em; }
@supports (background-clip: text) or (-webkit-background-clip: text) {
  .qh-hero h1 > em { background-image: linear-gradient(100deg, #55a5ff 0%, #b293f6 100%); -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent; }
}
@media (forced-colors: active) {
  .qh-hero h1 > em { background-image: none; color: CanvasText; -webkit-text-fill-color: CanvasText; }
}
.qh-main h2.qh-hero-answer { max-width: 44ch; font-size: clamp(1.125rem, 1.35vw, 1.25rem); font-weight: 400; line-height: 1.55; letter-spacing: 0; color: #c9d9f0; }
.qh-hero-copy > .qh-button { margin-top: 30px; }
.qh-hero-right { grid-area: visual; }
/* Trim only the artwork's empty vertical margins; keep the full horizontal composition. */
.qz-home .qh-hero-art { position: relative; display: block; min-width: 0; width: 100%; aspect-ratio: 2 / 1; overflow: hidden; }
.qz-home .qh-hero-art img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 5%; mix-blend-mode: lighten; }
.qh-assurance { grid-area: assurance; align-self: start; min-width: 0; }
.qh-badges { padding: 0; display: grid; grid-template-columns: 1.15fr 1.2fr 1fr 1fr .8fr; gap: 6px; list-style: none; }
.qh-badges li { display: flex; align-items: start; min-width: 0; padding: 11px 8px; border: 1px solid #7b9dc54d; border-radius: 7px; background: #102a51; }
.qh-badges strong, .qh-badges small { display: block; font-size: .875rem; line-height: 1.4; }
.qh-badges small { margin-top: 4px; color: #c0d1e9; font-size: .75rem; }
.qh-main .partnerstrip > span { font-size: .875rem; line-height: 1.6; letter-spacing: .09em; }
/* Space the visible logo artwork evenly, preserving each mark's proportions. */
.qh-main .partnerstrip { padding-inline: 0; }
.qh-main .partnerstrip > div { display: flex; max-width: none; justify-content: space-between; flex-wrap: nowrap; gap: 24px; }
.qh-main .partner-mark { flex: 0 0 auto; min-width: 0; width: auto; height: 62px; padding: 0; background: transparent; border: 0; border-radius: 0; box-shadow: none; }
.qh-main .partner-mark img { width: calc(var(--partner-width) * var(--partner-scale, 1)); height: auto; max-width: none; max-height: none; object-fit: contain; }
@media (max-width: 1100px) {
  .qh-main .partnerstrip > div { max-width: 640px; justify-content: center; flex-wrap: wrap; gap: 16px 32px; }
}
@media (max-width: 640px) {
  .qh-main .partnerstrip > div { gap: 12px 28px; }
}
@media (max-width: 600px) {
  .qh-main .partnerstrip { --partner-scale: .9; }
}

/* Homepage solutions: clean cards with a closely grouped problem and benefit. */
.qh-solutions { background: #f1f5fb; }
.qh-solutions .qh-section-head { display: block; margin-bottom: 40px; }
.qh-solutions .qh-section-head > .qh-eyebrow { padding-top: 0; margin-bottom: 20px; }
.qh-main .qh-solution-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; padding: 0; list-style: none; }
.qh-solution-list > li { display: flex; min-width: 0; }
.qh-solution-card { --qh-card-inset: 30px; position: relative; display: flex; flex-direction: column; flex: 1; min-width: 0; padding: var(--qh-card-inset); border: 1px solid #d6e0ed; border-radius: 10px; background: #fff; color: var(--qh-ink); text-decoration: none; }
.qh-solution-card > * { min-width: 0; }
.qh-solution-heading { display: grid; grid-template-columns: 28px minmax(0,1fr); align-items: start; gap: 18px; min-height: 3.5rem; margin-bottom: 24px; padding-right: 28px; }
.qh-solution-message { display: flex; flex-direction: column; flex: 1; gap: 8px; }
.qh-solution-icon, .qh-solution-arrow { display: block; color: #4776ad; }
.qh-solution-icon { width: 28px; height: 28px; margin-top: 2px; }
.qh-solution-arrow { position: absolute; top: calc(var(--qh-card-inset) + 5px); right: var(--qh-card-inset); width: 18px; height: 18px; margin: 0; stroke-width: 1.5; }
.qh-main .qh-solution-name { color: var(--qh-ink); font-size: 1.3125rem; line-height: 1.3; font-weight: 700; letter-spacing: -.015em; overflow-wrap: anywhere; }
.qh-main .qh-solution-problem { color: #536681; font-size: 1.0625rem; line-height: 1.5; overflow-wrap: anywhere; }
.qh-main .qh-solution-outcome { color: var(--qh-ink); font-size: 1.25rem; line-height: 1.4; font-weight: 500; letter-spacing: -.01em; overflow-wrap: anywhere; }
.qh-solution-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.qh-main .qh-solution-card:focus-visible { outline: 2px solid #4776ad; outline-offset: 4px; border-color: #4776ad; }
.qh-solution-card:focus-visible .qh-solution-name { text-decoration: underline; text-underline-offset: 4px; }
@media (hover: hover) {
  .qh-solution-card:hover { border-color: #88a5c6; background: #fbfdff; }
  .qh-solution-card:hover .qh-solution-name { text-decoration: underline; text-decoration-color: #88a5c6; text-underline-offset: 4px; }
}
@media (max-width: 68rem) {
  .qh-main .qh-solution-list { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 44rem) {
  .qh-solutions .qh-section-head { margin-bottom: 28px; }
  .qh-main .qh-solution-list { grid-template-columns: minmax(0,1fr); gap: 18px; }
  .qh-solution-card { --qh-card-inset: 26px; }
  .qh-solution-heading { min-height: 0; gap: 14px; }
  .qh-main .qh-solution-name { font-size: 1.25rem; }
  .qh-main .qh-solution-outcome { font-size: 1.1875rem; }
}

/* The direct issuer relationship is the core commercial differentiator. */
.qh-issuance { background: #fff; }
.qh-split { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); align-items: center; gap: clamp(40px, 5vw, 80px); }
.qh-section-copy > .qh-eyebrow { margin-bottom: 24px; color: var(--qh-muted); }
.qh-section-copy > p:not(.qh-eyebrow) { margin-top: 25px; color: var(--qh-muted); max-width: 43ch; font-size: 1.125rem; }
.qh-section-copy > .qh-link { margin-top: 27px; }
.qh-market-comparison { width: 100%; max-width: 560px; min-width: 0; margin: 0 0 0 auto; }
.qh-market-comparison > figcaption { margin-bottom: 18px; color: var(--qh-ink); font-size: 1.125rem; line-height: 1.4; font-weight: 500; text-align: center; }
.qh-market-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 14px; row-gap: 0; }
.qh-market-route { --qh-route-inset: 18px; display: grid; grid-template-rows: auto 1fr auto auto; align-items: stretch; min-width: 0; padding: 0 0 16px; border: 1px solid #d8e0eb; border-radius: 14px; background: #f7f9fc; color: var(--qh-muted); text-align: center; }
/* Shared rows keep equivalent stages aligned when text wraps. */
@supports (grid-template-rows: subgrid) {
  .qh-market-options { grid-template-rows: repeat(4, auto); }
  .qh-market-route { grid-template-rows: subgrid; grid-row: span 4; }
}
.qh-market-primary { border-color: #b8cde9; background: #edf4fd; color: var(--qh-ink); }
.qh-market-header { min-width: 0; padding: 18px var(--qh-route-inset) 16px; border-bottom: 1px solid #d8e0eb; border-radius: 13px 13px 0 0; background: #eef1f5; }
.qh-market-primary .qh-market-header { border-bottom-color: var(--qh-ink); background: var(--qh-ink); color: #fff; }
.qh-market-primary .qh-market-label { color: #c9d9f0; }
.qh-main .qh-market-label { min-height: 2.8em; font-size: .875rem; line-height: 1.4; font-weight: 700; letter-spacing: .025em; text-transform: uppercase; }
.qh-market-source { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; min-height: 3em; color: inherit; font-size: 1.125rem; line-height: 1.3; font-weight: 500; letter-spacing: -.02em; }
.qh-market-source img { display: block; width: 118px; max-width: 100%; height: auto; }
.qh-market-flow { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; min-width: 0; min-height: 84px; padding: 15px var(--qh-route-inset) 12px; color: inherit; font-size: .875rem; line-height: 1.4; }
.qh-market-flow > span { min-width: 0; max-width: 100%; overflow-wrap: anywhere; }
.qh-market-arrow { font-size: 1.625rem; line-height: 1; color: #7b8ca5; }
.qh-market-primary .qh-market-arrow { color: #00757c; }
.qh-main .qh-market-wallet { display: flex; align-items: center; justify-content: center; min-width: 0; margin-inline: var(--qh-route-inset); padding: 10px 8px; border: 1px solid #d8e0eb; border-radius: 8px; background: #fff; font-size: 1rem; line-height: 1.4; color: var(--qh-ink); }
.qh-main .qh-market-price { display: flex; align-items: stretch; min-width: 0; min-height: 3.5em; margin: 12px var(--qh-route-inset) 0; font-size: .875rem; line-height: 1.45; color: var(--qh-muted); }
.qh-market-price > span { display: flex; align-items: center; justify-content: center; width: 100%; min-width: 0; padding: 8px; border-radius: 6px; }
.qh-market-primary .qh-market-price > span { background: #d5efea; color: #00645f; font-weight: 700; }

/* Platform-wide evidence, clearly attributed and placed before the platform explanation. */
.qh-proof { padding-block: 52px 60px; background: #012169; color: #fff; }
.qh-proof-head { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; margin-bottom: 34px; }
.qh-proof-head h2 { font-size: clamp(1.8rem, 2.5vw, 2.5rem); }
.qh-proof-head p { color: #c4d5ef; font-size: 1rem; }
.qh-proof-head a { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; color: inherit; text-decoration: underline; text-underline-offset: 5px; text-decoration-color: #c4d5ef88; }
.qh-proof-head a:hover { color: #fff; text-decoration-color: currentColor; }
.qh-metrics { display: grid; grid-template-columns: .7fr 1fr 1fr .9fr 1.55fr; border: 1px solid #ffffff38; border-left: 2px solid var(--qh-gold); border-radius: 14px; overflow: hidden; }
.qh-metrics > div { display: flex; flex-direction: column; min-width: 0; gap: 14px; padding: 27px 22px; border-right: 1px solid #ffffff38; }
.qh-metrics > div:last-child { border-right: 0; background: #ffffff09; }
.qh-metrics dt { order: 2; color: #ccdcf2; font-size: .9375rem; line-height: 1.45; }
.qh-main .qh-metrics dd { order: 1; font-size: clamp(1.3rem, 2.1vw, 2.15rem); line-height: 1.25; font-weight: 600; letter-spacing: -.045em; white-space: nowrap; color: #fff; }
.qh-main .qh-metrics > div:last-child dd { font-size: clamp(1.3rem, 1.95vw, 2rem); }

/* A flat technical diagram connects applications, platform components and networks. */
.qh-foundation { background: var(--qh-dutch-gray); }
.qh-foundation-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: clamp(48px, 7vw, 100px); }
.qh-foundation-copy { display: grid; gap: 26px; }
.qh-foundation-copy article { padding-bottom: 26px; border-bottom: 1px solid #d5dfec; }
.qh-foundation-copy h3 { font-size: 1.375rem; letter-spacing: -.02em; line-height: 1.3; margin-bottom: 12px; }
.qh-foundation-copy p { color: var(--qh-muted); max-width: 48ch; }
.qh-platform-model { container-type: inline-size; width: 100%; min-width: 0; max-width: 660px; margin-inline: auto; line-height: 1.45; }
.qh-platform-model .qh-model-product { width: min(100%, 620px); margin-inline: auto; padding: 18px 20px 20px; border: 1px solid #b8cbe4; border-radius: 8px; background: #fff; text-align: center; }
.qh-platform-model ul { list-style: none; padding: 0; margin: 0; }
.qh-platform-model li { font-size: .875rem; line-height: 1.45; overflow-wrap: anywhere; }
.qh-platform-model .qh-model-applications { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.qh-model-applications li { display: flex; min-width: 0; }
.qh-model-applications a { display: flex; align-items: center; justify-content: center; width: 100%; min-width: 0; min-height: 44px; padding: 10px 8px; border-radius: 4px; background: #f0f4fa; color: var(--qh-ink); font: inherit; text-decoration: underline; text-decoration-color: #8da9d0; text-underline-offset: 3px; }
.qh-model-applications a:hover { background: #e2ecfa; text-decoration-color: currentColor; }
.qh-model-applications a:focus-visible { background: #e2ecfa; outline: 3px solid #007f87; outline-offset: 2px; text-decoration-color: currentColor; }
.qh-model-api { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 66px; color: var(--qh-muted); font-size: .875rem; }
.qh-model-api img, .qh-model-group-title img, .qh-model-control-title img, .qh-model-network-link img { display: block; flex: 0 0 20px; width: 20px; height: 20px; }
.qh-model-platform { border: 1px solid #b9cce5; border-radius: 10px; background: #fff; }
.qh-model-header { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px 20px; padding: 19px 22px; border-radius: 9px 9px 0 0; background: var(--qh-ink); color: #c9d9f0; font-size: .875rem; }
.qh-model-header > img { display: block; width: 116px; max-width: 100%; height: auto; }
.qh-model-components { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
.qh-model-group { min-width: 0; padding: 22px; }
.qh-model-group + .qh-model-group { border-left: 1px solid #cfdaea; }
.qh-model-group-title { display: flex; align-items: center; gap: 9px; margin-bottom: 16px; color: #2469be; font-size: 1rem; font-weight: 600; }
.qh-model-money .qh-model-group-title { color: #007f87; }
.qh-platform-model .qh-model-component-list { display: grid; gap: 9px; }
.qh-model-component-list li { padding: 11px 13px; border: 1px solid #d7e3f2; border-radius: 5px; background: #f4f8fe; }
.qh-model-money .qh-model-component-list li { border-color: #d3e6e8; background: #f1f8f8; }
.qh-model-controls { padding: 17px 22px 20px; border-top: 1px solid #cfdaea; border-radius: 0 0 9px 9px; background: #edf3fb; }
.qh-model-control-title { display: flex; align-items: center; gap: 9px; font-size: .9375rem; font-weight: 600; }
.qh-platform-model .qh-model-control-items { display: flex; flex-wrap: wrap; gap: 9px 0; padding-top: 11px; color: var(--qh-muted); }
.qh-model-control-items li { padding-inline: 14px; border-left: 1px solid #bbcee6; }
.qh-model-control-items li:first-child { padding-left: 0; border-left: 0; }
.qh-model-network-link { display: flex; align-items: center; justify-content: center; min-height: 44px; }
.qh-platform-model .qh-model-networks { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.5fr); gap: 10px; }
.qh-model-networks li { display: flex; align-items: center; justify-content: center; min-height: 47px; padding: 11px 12px; border: 1px solid #b8cbe4; border-radius: 6px; background: #fff; font-weight: 500; text-align: center; }
@container (max-width: 34rem) {
  .qh-model-group { padding: 18px 14px; }
  .qh-model-header { padding: 17px 18px; }
  .qh-model-controls { padding: 17px 18px; }
  .qh-platform-model .qh-model-control-items { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px 14px; }
  .qh-model-control-items li { padding: 0; border-left: 0; }
}
@container (max-width: 23rem) {
  .qh-model-components { grid-template-columns: minmax(0, 1fr); }
  .qh-model-group + .qh-model-group { border-left: 0; border-top: 1px solid #cfdaea; }
  .qh-platform-model .qh-model-networks { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .qh-model-networks li:last-child { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .qh-platform-model .qh-model-applications { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .qh-platform-model .qh-model-product { padding: 17px 14px; }
}

/* Real token and network assets remain visible without a full-page infrastructure chart. */
.qh-money { background: #010e2c; color: #fff; }
.qh-money .qh-section-head > .qh-eyebrow { color: #b8ccec; }
.qh-money h2 em { color: #8ab6f4; }
.qh-main .qh-money-description { max-width: none; margin-top: 22px; color: #c0d2ed; font-size: 1.0625rem; }
.qh-token-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.qh-token-grid > a { display: flex; flex-direction: column; align-items: center; justify-content: start; gap: 22px; padding: 28px 20px; min-width: 0; border: 1px solid #688eb256; border-radius: 14px; background: #10284d; text-align: center; transition: background .2s, border-color .2s; }
.qh-token-grid > a:hover { background: #173563; border-color: #8ab6f4; }
.qh-token-grid > a.qh-token-more { background: #081c3a; border-style: dashed; }
.qh-token-grid img { width: 84px; height: 84px; object-fit: contain; }
.qh-token-grid h3 { font-size: 1.5rem; line-height: 1.3; letter-spacing: -.02em; margin-bottom: 9px; }
.qh-token-grid p { font-size: 1rem; color: #c0d2ed; }
.qh-token-grid small { display: inline-block; margin-top: 12px; padding: 4px 10px; border-radius: 5px; background: #ffffff0a; color: #c0d2ed; font-size: .875rem; line-height: 1.4; }
.qh-connectivity { display: grid; grid-template-columns: minmax(180px,.55fr) minmax(0,1.45fr); margin-top: 40px; gap: 40px; padding-top: 32px; border-top: 1px solid #9fbbde38; }
.qh-connectivity h3 { margin-bottom: 18px; font-size: 1rem; line-height: 1.45; font-weight: 500; color: #c0d2ed; }
.qh-bank-rails, .qh-networks { display: flex; flex-wrap: wrap; gap: 10px; }
.qh-bank-rails span { padding: 13px 18px; border: 1px solid #7094bf70; border-radius: 7px; background: #10284d; font-size: 1rem; line-height: 1.4; font-weight: 600; }
.qh-networks { padding: 0; list-style: none; }
.qh-networks li { display: flex; align-items: center; gap: 9px; padding: 11px 13px; border-radius: 7px; background: #fff; color: #012169; font-size: .9375rem; font-weight: 600; line-height: 1.4; }
.qh-networks img { width: 24px; height: 24px; object-fit: contain; }
.qh-networks .qh-network-wordmark img { width: 100px; }
.qh-money-bottom { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-top: 32px; }
.qh-money-bottom p { display: flex; align-items: center; gap: 12px; max-width: 54ch; color: #c0d2ed; font-size: 1rem; }
.qh-layerzero { flex: 0 0 38px; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 7px; background: #fff; }
.qh-layerzero img { width: 24px; height: 24px; }
.qh-money-bottom .qh-link { flex-shrink: 0; color: #b2d2ff; }
.qh-money-bottom .qh-link:hover { color: #fff; }
.qh-final { padding-block: clamp(64px, 6vw, 96px); background: linear-gradient(110deg, #eef4fb, var(--qh-dutch-gray)); }
.qh-final > .qh-container { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.qh-final .qh-eyebrow { margin-bottom: 24px; color: var(--qh-muted); }
.qh-final h2 { font-size: clamp(2.25rem, 3.5vw, 3.75rem); }
.qh-final .qh-button { flex-shrink: 0; }

@media (max-width: 1199px) {
  .qh-hero-grid { column-gap: 32px; }
  .qh-metrics { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .qh-metrics > div:nth-child(4) { border-right: 0; }
  .qh-metrics > div:last-child { grid-column: 1/-1; border-top: 1px solid #ffffff38; }
  .qh-main .qh-metrics dd, .qh-main .qh-metrics > div:last-child dd { font-size: 1.875rem; }
  .qh-section-head { grid-template-columns: minmax(0,.45fr) minmax(0,1.55fr); }
  .qh-foundation-grid { gap: 40px; }
}
@media (max-width: 1100px) {
  .qh-hero-grid { grid-template-columns: minmax(0,1fr); grid-template-areas: "copy" "assurance" "visual"; grid-template-rows: auto; gap: 32px; }
  .qh-hero-copy { max-width: 720px; }
  .qh-assurance { max-width: 720px; width: 100%; }
  .qh-hero h1 { font-size: clamp(3rem, 7.4vw, 4.375rem); }
  .qh-hero-right { max-width: 650px; width: 100%; margin-inline: auto; }
  .qh-hero-art { max-width: 650px; margin-inline: auto; }
  .qh-hero-copy > .qh-eyebrow { font-size: .875rem; }
}
@media (max-width: 1000px) {
  .qh-split, .qh-foundation-grid { grid-template-columns: minmax(0,1fr); }
  .qh-section-head { grid-template-columns: minmax(0,1fr); gap: 23px; margin-bottom: 36px; }
  .qh-split { gap: 40px; }
  .qh-section-copy > p:not(.qh-eyebrow) { max-width: 58ch; }
  .qh-market-comparison { max-width: 600px; margin-inline: auto; }
  .qh-proof-head { display: block; }
  .qh-proof-head p { margin-top: 14px; }
  .qh-main .qh-metrics dd { font-size: 1.55rem; }
  .qh-metrics { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .qh-metrics > div { padding: 24px 18px; border-bottom: 1px solid #ffffff38; }
  .qh-metrics > div:nth-child(even) { border-right: 0; }
  .qh-metrics > div:last-child { border-top: 0; border-bottom: 0; }
  .qh-token-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .qh-connectivity { grid-template-columns: minmax(0,1fr); gap: 30px; }
  .qh-money-bottom { flex-direction: column; align-items: start; gap: 24px; }
  .qh-final > .qh-container { flex-direction: column; align-items: start; }
}
@media (max-width: 640px) {
  .qh-container { width: calc(100% - 40px); }
  .qh-hero { padding-block: 44px 48px; }
  .qh-hero h1 { font-size: clamp(2.4rem, 10vw, 3.25rem); margin-bottom: 27px; }
  .qh-main h2.qh-hero-answer { font-size: 1.0625rem; }
  .qh-badges { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; }
  .qh-badges li { padding: 11px 9px; }
  .qh-section { padding-block: 64px; }
  .qh-main h2 { font-size: clamp(2rem, 8.5vw, 2.75rem); }
  .qh-market-options { column-gap: 10px; }
  .qh-market-route { --qh-route-inset: 12px; }
  .qh-market-source { font-size: 1rem; min-height: 3.6em; }
  .qh-market-flow { gap: 5px; }
  .qh-proof { padding-block: 40px; }
  .qh-metrics { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .qh-metrics > div { border-bottom: 1px solid #ffffff38; padding: 23px 18px; }
  .qh-metrics > div:nth-child(even) { border-right: 0; }
  .qh-metrics > div:last-child { border-top: 0; border-bottom: 0; }
  .qh-main .qh-metrics dd { font-size: clamp(1.1875rem, 5.1vw, 1.8rem); }
  .qh-main .qh-metrics > div:last-child dd { font-size: clamp(1.625rem, 6.5vw, 2rem); }
  .qh-metrics dt { font-size: .9375rem; }
  .qh-token-grid { gap: 12px; }
  .qh-token-grid > a { padding: 24px 13px; gap: 17px; }
  .qh-token-grid img { width: 70px; height: 70px; }
  .qh-token-grid h3 { font-size: 1.25rem; }
  .qh-token-grid p { font-size: .9375rem; }
  .qh-token-grid small { font-size: .875rem; }
  .qh-money-bottom p { align-items: start; }
  .qh-final .qh-button { width: 100%; }
}
@media (max-width: 380px) {
  .qh-metrics { grid-template-columns: minmax(0,1fr); }
  .qh-metrics > div { border-right: 0; }
  .qh-main .qh-metrics dd, .qh-main .qh-metrics > div:last-child dd { font-size: 1.75rem; }
}
@media (prefers-reduced-motion: reduce) {
  .qh-button { transition: none; }
  .qh-button:hover { transform: none; }
}
