:root {
    color-scheme: light;
    --uc-ink: #10231c;
    --uc-warm-white: #fbfaf6;
    --uc-white: #ffffff;
    --uc-green-700: #0a6b4f;
    --uc-green-800: #07543e;
    --uc-green-500: #11a978;
    --uc-mint-100: #ddf5e9;
    --uc-sand-100: #f2ebdd;
    --uc-sun-400: #f4b942;
    --uc-muted-ink: #475d54;
    --uc-alert-700: #b8422e;
    --uc-line: rgba(16, 35, 28, 0.16);
    --uc-soft-line: rgba(16, 35, 28, 0.09);
    --uc-page: min(100% - 40px, 1240px);
    font-family: "Plus Jakarta Sans", Inter, ui-sans-serif, system-ui, sans-serif;
    background: var(--uc-warm-white);
    color: var(--uc-ink);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { min-width: 0; margin: 0; overflow-x: hidden; background: var(--uc-warm-white); color: var(--uc-ink); font-family: inherit; text-rendering: optimizeLegibility; }
a { color: inherit; text-underline-offset: 0.2em; }
img, svg { display: block; }
h1, h2, h3, h4, p, figure { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
:focus-visible { outline: 3px solid var(--uc-sun-400); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 12px; transform: translateY(-160%); border-radius: 8px; background: var(--uc-ink); color: var(--uc-white); padding: 10px 14px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 100; top: 0; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; min-height: 70px; border-bottom: 1px solid var(--uc-soft-line); background: rgba(251,250,246,0.92); padding: 10px max(20px, calc((100vw - 1240px) / 2)); backdrop-filter: blur(18px); }
.brand-lockup { display: inline-flex; align-items: center; gap: 10px; color: var(--uc-ink); text-decoration: none; }
.brand-mark { width: 31px; height: 31px; overflow: visible; fill: var(--uc-sun-400); stroke: var(--uc-green-700); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.35; }
.brand-name { font-size: 1.02rem; font-weight: 520; letter-spacing: -0.025em; white-space: nowrap; }
.brand-name strong { font-weight: 780; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(16px, 2.5vw, 32px); }
.desktop-nav a { color: var(--uc-muted-ink); font-size: 0.84rem; font-weight: 650; text-decoration: none; transition: color 150ms ease; }
.desktop-nav a:hover { color: var(--uc-green-700); }
.header-cta, .primary-cta, .secondary-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; border-radius: 9px; font-size: 0.92rem; font-weight: 720; padding: 0 19px; text-decoration: none; transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, box-shadow 160ms ease; }
.header-cta, .primary-cta { background: var(--uc-green-700); color: var(--uc-white); box-shadow: 0 8px 24px rgba(10,107,79,0.17); }
.header-cta:hover, .primary-cta:hover { transform: translateY(-1px); background: var(--uc-green-800); }
.secondary-cta { border: 1px solid var(--uc-line); color: var(--uc-ink); }
.secondary-cta:hover { border-color: var(--uc-green-700); color: var(--uc-green-700); }

.section-shell { width: var(--uc-page); margin: 0 auto; }
.eyebrow { margin: 0 0 18px; color: var(--uc-green-700); font-size: 0.76rem; font-weight: 780; letter-spacing: 0.11em; text-transform: uppercase; }
.eyebrow--light { color: var(--uc-mint-100); }
.section-heading h2 { max-width: 800px; margin-bottom: 20px; font-size: clamp(2.1rem,4.5vw,4.25rem); font-weight: 750; letter-spacing: -0.055em; line-height: 1; }
.section-heading > p:last-child { max-width: 60ch; margin-bottom: 0; color: var(--uc-muted-ink); line-height: 1.7; }
.section-heading--split { display: grid; grid-template-columns: minmax(0,1fr) minmax(260px,0.58fr); gap: clamp(32px,7vw,96px); align-items: end; }

.withdrawal-hero { display: grid; grid-template-columns: minmax(560px,0.98fr) minmax(0,1.02fr); min-height: calc(100svh - 70px); border-bottom: 1px solid var(--uc-soft-line); background: var(--uc-warm-white); }
.withdrawal-hero__copy { display: flex; flex-direction: column; justify-content: center; width: 100%; max-width: none; min-width: 0; padding: clamp(64px,8vw,112px) clamp(28px,4vw,64px) clamp(56px,7vw,96px) max(20px,calc((100vw - 1240px)/2)); animation: hero-in 520ms ease-out both; }
.withdrawal-hero h1 { margin-bottom: 26px; font-size: clamp(3.2rem,5.4vw,5.3rem); font-weight: 760; letter-spacing: -0.065em; line-height: 0.94; }
.withdrawal-hero__lead { max-width: 610px; margin-bottom: 30px; color: var(--uc-muted-ink); font-size: clamp(1.06rem,1.8vw,1.24rem); line-height: 1.62; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.value-line { display: grid; grid-template-columns: 38px auto; gap: 3px 12px; align-items: center; margin: 28px 0 0; }
.value-line > span { display: inline-grid; grid-row: span 2; width: 36px; height: 36px; place-items: center; border-radius: 50%; background: var(--uc-sun-400); color: var(--uc-ink); font-size: 0.7rem; font-weight: 800; }
.value-line strong { font-size: 0.94rem; }
.value-line small { color: var(--uc-muted-ink); font-size: 0.76rem; line-height: 1.4; }
.provider-note { max-width: 62ch; margin: 22px 0 0; border-top: 1px solid var(--uc-line); color: var(--uc-muted-ink); font-size: 0.8rem; line-height: 1.55; padding-top: 18px; }
.provider-note strong { color: var(--uc-ink); }
.withdrawal-hero__visual { position: relative; display: grid; place-items: center; min-height: 620px; overflow: hidden; background: var(--uc-sand-100); padding: clamp(32px,6vw,84px); }
.withdrawal-hero__visual figure { position: relative; z-index: 1; width: min(100%,720px); margin: 0; overflow: hidden; border: 1px solid var(--uc-line); border-radius: 18px; background: #0d1728; box-shadow: 0 28px 70px rgba(16,35,28,0.15); }
.withdrawal-hero__visual img { width: 100%; height: auto; }
.route-line { position: absolute; right: -12%; bottom: 10%; width: 84%; fill: var(--uc-sun-400); stroke: var(--uc-green-700); stroke-linecap: round; stroke-width: 3; opacity: 0.18; }

.process, .routes, .route-guide, .faq { padding: clamp(72px,10vw,128px) 0; }
.process { background: var(--uc-warm-white); }
.process__steps { display: grid; grid-template-columns: repeat(3,1fr); margin: clamp(44px,6vw,72px) 0 0; padding: 0; border-top: 1px solid var(--uc-green-700); list-style: none; }
.process__steps li { min-height: 230px; border-right: 1px solid var(--uc-line); padding: 28px clamp(22px,3vw,38px) 8px 0; }
.process__steps li + li { padding-left: clamp(22px,3vw,38px); }
.process__steps li:last-child { border-right: 0; }
.list-number { display: inline-block; margin-bottom: 30px; color: var(--uc-green-700); font-size: 0.74rem; font-weight: 780; letter-spacing: 0.08em; }
.process h3, .routes h3 { margin-bottom: 12px; font-size: clamp(1.2rem,2vw,1.52rem); font-weight: 720; letter-spacing: -0.03em; line-height: 1.2; }
.process li p { max-width: 38ch; margin: 0; color: var(--uc-muted-ink); line-height: 1.68; }

.routes { border-block: 1px solid var(--uc-soft-line); background: var(--uc-sand-100); }
.routes__grid { display: grid; grid-template-columns: repeat(2,1fr); margin-top: clamp(48px,7vw,82px); border-top: 1px solid var(--uc-green-700); }
.routes__grid > a { display: block; min-height: 470px; padding: 34px clamp(28px,5vw,64px) 36px 0; text-decoration: none; transition: background 160ms ease, padding-left 160ms ease; }
.routes__grid > a + a { border-left: 1px solid var(--uc-line); padding-right: 0; padding-left: clamp(28px,5vw,64px); }
.routes__grid > a:hover { background: rgba(255,255,255,0.28); }
.route-label { margin: 0 0 10px; color: var(--uc-green-700); font-size: 0.78rem; font-weight: 700; }
.routes h3 { margin-bottom: 18px; font-size: clamp(2rem,4vw,3.5rem); }
.route-summary { max-width: 48ch; color: var(--uc-muted-ink); line-height: 1.68; }
.routes ul, .requirements ul { display: grid; gap: 10px; margin: 24px 0 0; padding: 0; list-style: none; }
.routes li, .requirements li { display: flex; gap: 10px; color: var(--uc-ink); line-height: 1.5; }
.routes li::before, .requirements li::before { width: 7px; height: 7px; margin-top: 0.55em; border-radius: 50%; background: var(--uc-green-500); content: ""; flex: 0 0 auto; }
.route-link { display: inline-flex; margin-top: 30px; color: var(--uc-green-700); font-weight: 720; }

.route-guide--crypto { background: var(--uc-warm-white); }
.route-guide--bank { border-top: 1px solid var(--uc-soft-line); background: var(--uc-sand-100); }
.route-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: clamp(48px,7vw,82px); background: var(--uc-line); }
.route-facts > div { display: grid; align-content: start; gap: 12px; min-height: 150px; background: var(--uc-mint-100); padding: 24px; }
.route-facts--bank > div { background: var(--uc-warm-white); }
.route-facts span { color: var(--uc-green-700); font-size: 0.74rem; font-weight: 780; letter-spacing: 0.07em; text-transform: uppercase; }
.route-facts strong { font-size: clamp(1.2rem,2.4vw,1.75rem); letter-spacing: -0.03em; line-height: 1.25; }
.route-disclosure { max-width: 74ch; margin: 22px 0 0; color: var(--uc-muted-ink); font-size: 0.84rem; line-height: 1.65; }
.route-workflow { display: grid; grid-template-columns: minmax(0,0.86fr) minmax(320px,0.62fr); gap: clamp(48px,9vw,128px); align-items: start; margin-top: clamp(62px,9vw,112px); }
.workflow-copy h3 { margin-bottom: 20px; font-size: clamp(1.7rem,3vw,2.6rem); letter-spacing: -0.04em; }
.step-list { margin: 0; padding: 0; border-top: 1px solid var(--uc-green-700); list-style: none; counter-reset: steps; }
.step-list li { display: grid; grid-template-columns: 44px 1fr; gap: 16px; border-bottom: 1px solid var(--uc-line); padding: 22px 0; counter-increment: steps; }
.step-list li::before { display: inline-grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--uc-mint-100); color: var(--uc-green-700); font-size: 0.74rem; font-weight: 780; content: counter(steps,decimal-leading-zero); }
.step-list h4 { margin-bottom: 6px; font-size: 1rem; }
.step-list p { margin-bottom: 0; color: var(--uc-muted-ink); line-height: 1.65; }
.app-screen { justify-self: center; width: min(100%,430px); margin: 0; overflow: hidden; border: 1px solid var(--uc-line); border-radius: 24px; background: #0d1728; box-shadow: 0 28px 70px rgba(16,35,28,0.12); }
.app-screen img, .wide-screen img { width: 100%; height: auto; }
.app-screen figcaption { background: var(--uc-white); color: var(--uc-muted-ink); font-size: 0.7rem; line-height: 1.45; padding: 10px 13px; }
.app-screen--small { width: min(100%,280px); }
.bank-screens { display: grid; gap: 20px; }
.wide-screen { margin: 0; overflow: hidden; border: 1px solid var(--uc-line); border-radius: 18px; background: #0d1728; box-shadow: 0 20px 48px rgba(16,35,28,0.1); }

.safety-check { display: grid; grid-template-columns: minmax(0,0.72fr) minmax(280px,1fr); gap: clamp(36px,8vw,112px); align-items: start; margin-top: clamp(64px,9vw,112px); border-top: 1px solid var(--uc-sun-400); background: rgba(244,185,66,0.09); padding: 32px; }
.safety-check h3 { margin-bottom: 12px; font-size: clamp(1.5rem,3vw,2.25rem); }
.safety-check p:last-child { max-width: 55ch; margin-bottom: 0; color: var(--uc-muted-ink); line-height: 1.68; }
.safety-check ol { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin: 0; padding: 0; background: var(--uc-line); list-style: none; counter-reset: checks; }
.safety-check ol li { display: grid; gap: 12px; min-height: 112px; background: var(--uc-warm-white); padding: 18px; counter-increment: checks; }
.safety-check ol li::before { color: var(--uc-green-700); font-size: 0.72rem; font-weight: 780; content: counter(checks,decimal-leading-zero); }
.safety-check--bank ol { grid-template-columns: repeat(2,1fr); }

.availability { margin-top: clamp(64px,9vw,112px); border-top: 1px solid var(--uc-green-700); }
.availability__heading { display: flex; justify-content: space-between; gap: 28px; align-items: end; padding: 30px 0; }
.availability__heading h3 { margin-bottom: 0; font-size: clamp(1.45rem,3vw,2.2rem); }
.availability__heading > p { margin-bottom: 0; color: var(--uc-muted-ink); font-size: 0.82rem; }
.methods-table-wrap { overflow-x: auto; border-top: 1px solid var(--uc-line); }
.methods-table { width: 100%; min-width: 600px; border-collapse: collapse; }
.methods-table caption { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.methods-table th, .methods-table td { border-bottom: 1px solid var(--uc-line); padding: 18px 16px; text-align: left; }
.methods-table th { color: var(--uc-green-700); font-size: 0.72rem; font-weight: 780; letter-spacing: 0.07em; text-transform: uppercase; }
.methods-table td strong { display: block; }
.methods-table td small { display: block; margin-top: 3px; color: var(--uc-muted-ink); }
.status { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; }
.status::before { width: 8px; height: 8px; border-radius: 50%; background: var(--uc-green-500); content: ""; }
.status-limited::before { background: var(--uc-sun-400); }
.status-unavailable::before { background: var(--uc-alert-700); }
.availability__empty { border-top: 1px solid var(--uc-line); padding: 26px 0; }
.availability__empty p { max-width: 65ch; color: var(--uc-muted-ink); line-height: 1.68; }
.availability__empty div { display: flex; gap: 12px; }
.availability__empty a { color: var(--uc-green-700); font-weight: 720; }

.requirements { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; margin-top: clamp(64px,9vw,112px); background: var(--uc-line); }
.requirements article { min-height: 360px; background: var(--uc-warm-white); padding: clamp(26px,4vw,46px); }
.requirements h3 { margin-bottom: 20px; font-size: clamp(1.5rem,3vw,2.25rem); }
.requirements li { color: var(--uc-muted-ink); }

.support { background: var(--uc-green-800); color: var(--uc-white); padding: clamp(72px,9vw,112px) 0; }
.support__layout { display: grid; grid-template-columns: minmax(0,0.82fr) minmax(320px,0.72fr); gap: clamp(48px,9vw,128px); }
.support h2 { max-width: 660px; margin-bottom: 22px; font-size: clamp(2.25rem,5vw,4.8rem); font-weight: 750; letter-spacing: -0.06em; line-height: 0.98; }
.support p { max-width: 58ch; margin-bottom: 0; color: rgba(255,255,255,0.72); line-height: 1.7; }
.support__routes { border-top: 1px solid rgba(255,255,255,0.3); }
.support__routes a { display: grid; border-bottom: 1px solid rgba(255,255,255,0.22); padding: 22px 0; text-decoration: none; transition: padding-left 160ms ease; }
.support__routes a:hover { padding-left: 5px; }
.support__routes span { color: rgba(255,255,255,0.64); font-size: 0.76rem; }
.support__routes strong { margin-top: 5px; font-size: 1.08rem; }

.faq { background: var(--uc-warm-white); }
.faq__layout { display: grid; grid-template-columns: minmax(0,0.56fr) minmax(0,1fr); gap: clamp(48px,10vw,144px); align-items: start; }
.faq__heading { position: sticky; top: 108px; }
.faq-list { border-top: 1px solid var(--uc-green-700); }
.faq-list details { border-bottom: 1px solid var(--uc-line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 74px; cursor: pointer; font-weight: 720; list-style: none; padding: 20px 0; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { display: inline-flex; width: 30px; height: 30px; align-items: center; justify-content: center; border-radius: 50%; background: var(--uc-mint-100); color: var(--uc-green-700); content: "+"; flex: 0 0 auto; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 62ch; margin: -2px 0 24px; color: var(--uc-muted-ink); line-height: 1.72; }
.faq-list details p a { color: var(--uc-green-700); font-weight: 700; }

.final-cta { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 48px; align-items: end; border-top: 1px solid var(--uc-line); background: var(--uc-sand-100); padding: clamp(60px,8vw,96px) max(20px,calc((100vw - 1240px)/2)); }
.final-cta h2 { max-width: 850px; margin: 0; font-size: clamp(2.25rem,5vw,4.6rem); font-weight: 750; letter-spacing: -0.06em; line-height: 1; }

.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 34px 60px; align-items: end; border-top: 1px solid rgba(255,255,255,0.15); background: var(--uc-green-800); color: var(--uc-white); padding: clamp(46px,6vw,72px) max(20px,calc((100vw - 1240px)/2)); }
.brand-lockup--footer { color: var(--uc-white); }
.brand-lockup--footer .brand-mark { stroke: var(--uc-white); }
.footer-brand p { margin: 16px 0 0; color: rgba(255,255,255,0.72); }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px 28px; }
.site-footer nav a { color: rgba(255,255,255,0.82); font-size: 0.88rem; font-weight: 650; text-decoration: none; }
.site-footer nav a:hover { color: var(--uc-white); }
.site-footer__company { grid-column: 1/-1; margin: 0; border-top: 1px solid rgba(255,255,255,0.14); color: rgba(255,255,255,0.58); font-size: 0.76rem; padding-top: 24px; }

@keyframes hero-in { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

@media (max-width: 980px) {
    .desktop-nav { display: none; }
    .withdrawal-hero { grid-template-columns: 1fr; min-height: 0; }
    .withdrawal-hero__copy { max-width: 780px; padding-inline: max(20px,calc((100vw - 780px)/2)); }
    .withdrawal-hero__visual { min-height: 440px; }
    .route-workflow, .support__layout, .faq__layout { grid-template-columns: 1fr; }
    .faq__heading { position: static; }
    .app-screen { width: min(100%,360px); }
}

@media (max-width: 700px) {
    :root { --uc-page: min(100% - 32px,1240px); }
    .site-header { grid-template-columns: 1fr auto; min-height: 64px; padding-inline: 16px; }
    .header-cta { min-height: 42px; padding-inline: 14px; font-size: 0.8rem; }
    .withdrawal-hero__copy { padding: 58px 16px 48px; }
    .withdrawal-hero h1 { font-size: clamp(3rem,15vw,4.6rem); }
    .withdrawal-hero__visual { min-height: 310px; padding: 34px 16px; }
    .section-heading--split { grid-template-columns: 1fr; gap: 16px; }
    .process__steps, .routes__grid, .route-facts, .requirements { grid-template-columns: 1fr; }
    .process__steps li, .process__steps li + li { min-height: 0; border-right: 0; border-bottom: 1px solid var(--uc-line); padding: 26px 0; }
    .routes__grid > a, .routes__grid > a + a { min-height: 0; border-left: 0; border-bottom: 1px solid var(--uc-line); padding: 30px 0; }
    .route-facts > div { min-height: 0; }
    .safety-check { grid-template-columns: 1fr; padding: 24px 16px; }
    .safety-check ol, .safety-check--bank ol { grid-template-columns: 1fr; }
    .availability__heading { align-items: flex-start; flex-direction: column; }
    .methods-table-wrap { overflow-x: visible; }
    .methods-table { min-width: 0; }
    .methods-table thead { display: none; }
    .methods-table, .methods-table tbody, .methods-table tr, .methods-table td { display: block; width: 100%; }
    .methods-table tr { border-bottom: 1px solid var(--uc-line); padding: 8px 0; }
    .methods-table td { display: grid; grid-template-columns: 92px 1fr; gap: 14px; border-bottom: 1px solid var(--uc-soft-line); padding: 13px 0; }
    .methods-table td::before { color: var(--uc-green-700); font-size: 0.7rem; font-weight: 780; letter-spacing: 0.06em; text-transform: uppercase; content: attr(data-label); }
    .final-cta, .site-footer { grid-template-columns: 1fr; align-items: start; }
    .site-footer nav { justify-content: flex-start; }
}

@media (max-width: 360px) {
    .site-header { grid-template-columns: 1fr; }
    .header-cta { display: none; }
    .brand-mark { width: 27px; height: 27px; }
    .brand-name { font-size: 0.9rem; }
    .hero-actions { align-items: stretch; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}
