:root{--paper:#fffdf8;--ink:#25272b;--muted:#767771;--line:#e9e5dd;--coral:#ff5a52;--mint:#37d6a0;--peach:#fff8f5;--pale-mint:#f3fcf8;--dark:#22282d;--shadow:0 28px 80px rgba(43,39,32,.07);--ease:cubic-bezier(.16,1,.3,1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Manrope,Arial,sans-serif;font-size:14px;line-height:1.55;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font:inherit}.shell{width:min(1380px,calc(100% - 72px));margin-inline:auto}.grain{position:fixed;inset:0;pointer-events:none;z-index:99;opacity:.022;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E")}.site-header{height:92px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:42px;position:relative;z-index:20}.brand{display:inline-flex;align-items:center;gap:9px;font-size:21px;letter-spacing:-1.1px;width:max-content}.brand img{width:26px;height:24px}.nav{display:flex;gap:35px;font-size:12px}.nav a,.nav-actions>a:first-child{position:relative}.nav a:after,.nav-actions>a:first-child:after{content:"";position:absolute;height:1px;left:0;right:100%;bottom:-6px;background:var(--ink);transition:right .35s var(--ease)}.nav a:hover:after,.nav-actions>a:first-child:hover:after{right:0}.nav-actions{display:flex;align-items:center;justify-content:flex-end;gap:30px;font-size:12px}.button{min-height:46px;padding:0 24px;border-radius:10px;border:1px solid var(--line);display:inline-flex;align-items:center;justify-content:center;gap:18px;font-weight:600;transition:transform .4s var(--ease),box-shadow .4s var(--ease),background .3s}.button:active{transform:scale(.98)}.button.dark{background:var(--dark);border-color:var(--dark);color:white;box-shadow:0 8px 24px rgba(34,40,45,.14)}.button.dark:hover{box-shadow:0 15px 35px rgba(34,40,45,.22);transform:translateY(-3px)}.button.light{background:rgba(255,255,255,.72)}.button.light:hover{border-color:#cfcac0;transform:translateY(-2px)}.nav-toggle{display:none}.eyebrow{font:500 9px DM Mono,monospace;letter-spacing:.1em;text-transform:uppercase;color:#8d8c86}.coral{color:var(--coral)}.mint-text{color:#159a72}
.hero{min-height:700px;display:grid;grid-template-columns:38% 62%;align-items:center;padding:58px 0 75px}.hero-copy{position:relative;z-index:2}.hero h1{font-size:clamp(58px,5.6vw,88px);line-height:1.02;letter-spacing:-.065em;font-weight:500;margin:30px 0 24px;max-width:680px}.lead{font-size:18px;line-height:1.65;color:#666760;max-width:410px}.actions{display:flex;align-items:center;gap:14px;margin-top:35px}.hero-stats{display:flex;gap:42px;margin:58px 0 0}.hero-stats dt{font:500 15px DM Mono}.hero-stats dd{font-size:8px;color:#90908a;margin:5px 0}.flow-hero{height:540px;position:relative;will-change:transform}.flow-lines{position:absolute;inset:0;width:100%;height:100%;overflow:visible}.flow-lines path,.mini-flow path{fill:none;stroke-width:2;stroke-linecap:round}.inbound path{stroke:url(#coralFade);stroke-dasharray:8 6;animation:dash-in 7s linear infinite}.outbound path{stroke:url(#mintFade);stroke-dasharray:8 6;animation:dash-out 7s linear infinite}.flow-dots circle{fill:var(--coral);animation:pulse 2.6s ease-in-out infinite}.hero-mark{position:absolute;width:110px;height:88px;left:50%;top:48%;transform:translate(-50%,-50%);filter:drop-shadow(0 14px 28px rgba(43,39,32,.09));animation:mark-breathe 4.5s ease-in-out infinite}.source,.target{position:absolute;z-index:2;display:flex;align-items:center;gap:9px;padding:10px 14px;border:1px solid var(--line);border-radius:10px;background:rgba(255,255,255,.82);box-shadow:0 9px 24px rgba(42,40,35,.06);font-size:10px;backdrop-filter:blur(8px);transition:transform .35s var(--ease),box-shadow .35s}.source:hover,.target:hover{transform:translateY(-4px) scale(1.03);box-shadow:0 16px 35px rgba(42,40,35,.12)}.source{color:var(--coral)}.source span,.target span{color:var(--ink)}.target i{width:8px;height:8px;border-radius:50%;background:var(--mint);box-shadow:0 0 0 4px rgba(55,214,160,.12)}.source-1{left:0;top:13%}.source-2{left:2%;top:31%}.source-3{left:1%;top:51%}.source-4{left:0;top:70%}.target-1{right:0;top:13%}.target-2{right:0;top:31%}.target-3{right:0;top:51%}.target-4{right:1%;top:70%}
.product-stack{display:grid;gap:28px}.product-panel{min-height:500px;border:1px solid var(--line);border-radius:28px;display:grid;grid-template-columns:30% 70%;padding:24px;overflow:hidden;box-shadow:var(--shadow);position:relative}.product-panel:before{content:"";position:absolute;width:340px;height:340px;border:1px solid currentColor;border-radius:50%;opacity:.08;left:-190px;top:-120px}.product-panel.peach{background:linear-gradient(125deg,var(--peach),rgba(255,255,255,.72));color:var(--coral)}.product-panel.mint{background:linear-gradient(125deg,var(--pale-mint),rgba(255,255,255,.72));color:#159a72}.product-copy{padding:34px 35px 25px 12px;display:flex;flex-direction:column;align-items:flex-start;color:var(--ink);z-index:1}.number{width:40px;height:40px;border:1px solid currentColor;border-radius:50%;display:grid;place-items:center;font:500 13px DM Mono;color:var(--coral);margin-bottom:22px}.mint .number{color:#159a72}.product-copy h2{font-size:38px;line-height:1.06;letter-spacing:-.045em;margin:12px 0 15px;font-weight:500}.product-copy>p:not(.eyebrow){color:var(--muted);max-width:285px}.product-copy ul,.evidence ul{list-style:none;padding:0;margin:18px 0;display:grid;gap:10px;color:#5e625f}.product-copy li:before,.evidence li:before{content:"✓";color:var(--mint);font-weight:700;margin-right:10px}.product-copy>a,.evidence a,.proof a{color:currentColor;font-size:11px;margin-top:auto;font-weight:600}.product-copy>a span,.evidence a span{display:inline-block;margin-left:12px;transition:transform .3s}.product-copy>a:hover span,.evidence a:hover span{transform:translateX(7px)}.product-ui{color:var(--ink);border:1px solid rgba(226,222,213,.8);border-radius:22px;background:rgba(255,255,255,.82);box-shadow:0 22px 60px rgba(44,39,31,.08),inset 0 1px 0 rgba(255,255,255,.9);transition:transform .7s var(--ease),box-shadow .7s var(--ease)}.product-panel:hover .product-ui{transform:translateY(-5px);box-shadow:0 32px 85px rgba(44,39,31,.12),inset 0 1px 0 white}.checkout-stage{display:grid;grid-template-columns:1.25fr .85fr;grid-template-rows:1fr 1fr;gap:18px;padding:24px}.checkout-card{grid-row:1/-1;padding:24px;border:1px solid var(--line);border-radius:16px}.checkout-card header,.dashboard-stage header{display:flex;justify-content:space-between;margin-bottom:28px}.checkout-card small,.dashboard-stage small{color:#969791}.checkout-card label{display:block;font-size:9px;margin-bottom:10px}.method{width:100%;height:46px;border:1px solid var(--line);border-radius:9px;background:white;margin:6px 0;display:flex;align-items:center;text-align:left;padding:0 12px;font-size:11px}.method i{width:10px;height:10px;border:1px solid #bbb;border-radius:50%;margin-right:10px}.method.active i{border:3px solid var(--coral)}.method b{margin-left:auto}.order-card,.trust-card{border:1px solid var(--line);border-radius:16px;padding:22px}.order-card p{display:flex;justify-content:space-between}.order-card strong{font-size:18px}.trust-card p{display:flex;gap:10px}.trust-card i{width:22px;height:22px;border-radius:50%;background:#e8fbf4;color:#149a71;display:grid;place-items:center;font-style:normal}.trust-card span{display:grid}.trust-card small{color:#999;font-size:8px}.routing-stage{position:relative;display:grid;grid-template-columns:170px 1fr 160px;padding:24px 24px 95px;align-items:center}.route-col{z-index:2;background:white;border:1px solid var(--line);border-radius:14px;padding:20px}.route-col p{display:flex;justify-content:space-between;padding:11px 0;margin:0;border-bottom:1px solid #eee;font-size:10px}.route-col small{color:#999}.sankey{width:100%;height:280px}.sankey path{fill:none;stroke-width:26;stroke-opacity:.22;transition:stroke-opacity .4s}.sankey-in path:nth-child(odd),.sankey-out path:nth-child(even){stroke:var(--coral)}.sankey-in path:nth-child(even),.sankey-out path:nth-child(odd){stroke:var(--mint)}.routing-stage:hover .sankey path{stroke-opacity:.38}.outcomes i{width:8px;height:8px;border-radius:50%}.outcomes .ok{background:var(--mint)}.outcomes .warn{background:#ffb84d}.outcomes .retry{background:#6495ed}.outcomes .fail{background:var(--coral)}.route-metrics{position:absolute;left:24px;right:24px;bottom:20px;height:72px;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:12px;background:#fff}.route-metrics div{padding:14px 18px;border-right:1px solid var(--line);display:grid}.route-metrics div:last-child{border:0}.route-metrics small{font-size:8px;color:#999}.route-metrics b{font:500 16px DM Mono}.route-metrics em,.dash-metrics em{font-style:normal;color:#159a72;font-size:9px}.dashboard-stage{padding:22px;display:grid;grid-template-columns:1fr 190px;grid-template-rows:45px 90px 1fr}.dashboard-stage header{grid-column:1/-1}.dash-metrics{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:12px}.dash-metrics div{padding:14px;border-right:1px solid var(--line);display:grid}.dash-metrics div:last-child{border:0}.dash-metrics small{font-size:8px}.dash-metrics b{font:500 17px DM Mono}.chart-panel{padding:25px 20px}.chart-panel svg{width:100%;height:180px}.chart-panel path{fill:none}.chart-panel .grid{stroke:#eee}.chart-panel .ghost{stroke:#aaa;stroke-dasharray:4 5}.chart-panel .primary{stroke:var(--coral);stroke-width:3}.countries{padding:25px 18px;border-left:1px solid var(--line)}.countries p{display:flex;justify-content:space-between;border-bottom:1px solid #eee;padding:8px 0;margin:0;font-size:10px}
.evidence{margin-top:28px;border-radius:28px;background:var(--dark);color:#edf0ec;display:grid;grid-template-columns:31% 47% 22%;padding:28px;min-height:390px;box-shadow:0 30px 70px rgba(34,40,45,.16)}.evidence-copy{padding:15px}.evidence .number{color:var(--mint)}.evidence h2{font-size:37px;line-height:1.1;letter-spacing:-.04em;margin:0 0 16px}.evidence-copy>p{color:#aeb4b0}.evidence ul{color:#cdd2ce}.evidence a{color:var(--mint)}.timeline,.why{border:1px solid #3b4348;border-radius:16px;background:#293036}.timeline header{display:grid;grid-template-columns:1.3fr .7fr .7fr;padding:15px 20px;border-bottom:1px solid #3b4348;font-size:9px;color:#9da5a0}.timeline header span{display:grid}.timeline header b{color:white}.green{color:var(--mint)!important}.timeline ol{list-style:none;margin:0;padding:18px 28px}.timeline li{display:grid;grid-template-columns:65px 18px 1fr;align-items:center;min-height:48px;position:relative;font-size:10px}.timeline time{color:#aaa;font:400 9px DM Mono}.timeline li i{width:10px;height:10px;border:2px solid var(--mint);border-radius:50%;background:#293036;z-index:1}.timeline li:not(:last-child):after{content:"";position:absolute;width:1px;background:#4f7669;top:29px;bottom:-19px;left:69px}.timeline li em{float:right;color:var(--mint);font-style:normal}.why{margin-left:18px;padding:25px 20px;align-self:center}.why>p{display:flex;justify-content:space-between;font-size:9px;color:#b9bfbb}.why hr{border:0;border-top:1px solid #3b4348;margin:20px 0}.why small{color:#929994}
.proof{margin-top:28px;border:1px solid var(--line);border-radius:24px;display:grid;grid-template-columns:repeat(3,1fr);padding:25px;background:#fff;box-shadow:var(--shadow)}.proof article{display:flex;gap:20px;padding:15px 28px;border-right:1px solid var(--line)}.proof article:last-child{border:0}.proof i{width:72px;height:72px;flex:0 0 72px;border-radius:50%;display:grid;place-items:center;font:500 24px DM Mono;background:#fff0eb;color:var(--coral);font-style:normal}.proof article:nth-child(2) i{background:#eafaf4;color:#159a72}.proof h3{font-size:17px;margin:0}.proof p{color:var(--muted);font-size:10px}.proof a{color:#159a72;font-size:9px}.final-cta{margin-top:28px;min-height:260px;border:1px solid #ffd4ce;border-radius:28px;background:linear-gradient(120deg,#fff8f5,#fffdf8);display:grid;grid-template-columns:42% 58%;align-items:center;padding:35px 55px;overflow:hidden}.final-cta h2{font-size:34px;line-height:1.08;letter-spacing:-.04em;margin:0}.final-cta p{color:var(--muted);max-width:380px}.final-cta .actions{font-size:10px;margin-top:22px}.mini-flow{position:relative;height:210px}.mini-flow svg{width:100%;height:100%}.mini-flow .inbound path{stroke:var(--coral);stroke-opacity:.3}.mini-flow .outbound path{stroke:var(--mint);stroke-opacity:.3}.mini-flow img{position:absolute;width:90px;left:50%;top:50%;transform:translate(-50%,-50%);animation:mark-breathe 4.5s ease-in-out infinite}.footer{padding:60px 0 50px;display:grid;grid-template-columns:1.6fr repeat(5,1fr);gap:35px;font-size:10px}.footer>div{display:grid;align-content:start;gap:8px}.footer>div>b{margin-bottom:10px}.footer a:not(.brand){color:#747670}.footer-brand p{max-width:220px;color:var(--muted)}.footer-brand small{margin-top:35px;color:#999}
.reveal{opacity:0;transform:translateY(38px);transition:opacity .9s var(--ease),transform 1s var(--ease)}.reveal.visible{opacity:1;transform:none}.product-panel:nth-child(2){transition-delay:.04s}@keyframes dash-in{to{stroke-dashoffset:-56}}@keyframes dash-out{to{stroke-dashoffset:56}}@keyframes pulse{50%{r:7;opacity:.35}}@keyframes mark-breathe{50%{filter:drop-shadow(0 22px 35px rgba(43,39,32,.14));transform:translate(-50%,-50%) scale(1.035)}}
@media(max-width:1050px){.site-header{grid-template-columns:1fr auto}.nav-actions{display:none}.nav-toggle{display:grid;width:42px;height:42px;border:1px solid var(--line);border-radius:10px;background:white;align-content:center;gap:6px;padding:11px}.nav-toggle span{height:1px;background:var(--ink)}.nav{display:none;position:absolute;top:75px;left:0;right:0;padding:25px;background:rgba(255,253,248,.98);border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);flex-direction:column}.nav.open{display:flex}.hero{grid-template-columns:1fr;min-height:auto}.hero-copy{padding-top:30px}.flow-hero{height:500px}.product-panel{grid-template-columns:1fr}.product-copy{min-height:340px}.evidence{grid-template-columns:1fr 1.5fr}.why{grid-column:1/-1;margin:18px 0 0}.proof{grid-template-columns:1fr}.proof article{border-right:0;border-bottom:1px solid var(--line)}.final-cta{grid-template-columns:1fr}.footer{grid-template-columns:1.5fr repeat(3,1fr)}}
@media(max-width:760px){.shell{width:calc(100% - 32px)}.site-header{height:72px}.hero{padding:45px 0}.hero h1{font-size:52px}.lead{font-size:15px}.hero-stats{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:40px}.flow-hero{height:390px;margin-top:35px}.source,.target{font-size:8px;padding:7px 8px}.source-1,.target-1{top:8%}.source-2,.target-2{top:30%}.source-3,.target-3{top:54%}.source-4,.target-4{top:76%}.hero-mark{width:74px}.product-panel{border-radius:22px;padding:14px}.product-copy{min-height:320px;padding:25px 18px}.product-copy h2{font-size:34px}.checkout-stage{grid-template-columns:1fr}.order-card,.trust-card{display:none}.routing-stage{grid-template-columns:1fr 1fr;padding-bottom:130px}.sankey{position:absolute;opacity:.22}.route-metrics{grid-template-columns:1fr 1fr;height:112px}.route-metrics div:nth-child(2){border-right:0}.dashboard-stage{display:block}.dash-metrics{grid-template-columns:1fr 1fr}.countries{border:0}.evidence{grid-template-columns:1fr;padding:18px}.timeline{margin-top:20px}.why{grid-column:auto}.proof{padding:12px}.proof article{padding:18px 8px}.proof i{width:52px;height:52px;flex-basis:52px}.final-cta{padding:35px 25px}.final-cta h2{font-size:31px}.mini-flow{height:170px}.footer{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.actions{flex-wrap:wrap}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.flow-lines path,.mini-flow path,.hero-mark,.mini-flow img{animation:none!important}.button,.source,.target,.product-ui{transition:none}}
