:root{
  --emony-blue:#1748c8;
  --emony-blue-2:#2858d7;
  --emony-blue-deep:#0d2b83;
  --emony-navy:#081a4a;
  --emony-yellow:#ffd637;
  --emony-yellow-2:#f5c92d;
  --ink:#171c2b;
  --muted:#717788;
  --muted-2:#9298a7;
  --line:#e2e5ec;
  --soft:#f6f8fd;
  --soft-blue:#f1f5ff;
  --white:#fff;
  --green:#2b9a6d;
  --shadow:0 24px 70px rgba(10,31,88,.14);
  --shadow-blue:0 24px 75px rgba(23,72,200,.22);
  --radius:26px;
  --container:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;overflow-x:hidden;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
button{cursor:pointer}
img{display:block;max-width:100%}
svg{display:block}
.container{width:min(calc(100% - 40px),var(--container));margin:0 auto}
.section-pad{padding:104px 0}

.site-header{position:absolute;left:0;top:0;width:100%;z-index:40;padding-top:18px}
.header-shell{height:70px;padding:0 12px 0 18px;border:1px solid rgba(255,255,255,.7);border-radius:22px;background:rgba(255,255,255,.96);box-shadow:0 14px 45px rgba(4,20,65,.18);backdrop-filter:blur(14px);display:flex;align-items:center;gap:30px}
.brand{display:flex;align-items:center;min-width:170px}
.brand-logo-img{width:158px;height:auto;object-fit:contain}
.desktop-nav{display:flex;align-items:center;gap:28px;margin-left:auto}
.desktop-nav a{font-size:13px;font-weight:750;color:#5b6273;transition:.2s ease}
.desktop-nav a:hover{color:var(--emony-blue)}
.header-actions{display:flex;align-items:center;gap:8px;margin-left:12px}

.btn{border:0;border-radius:15px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:800;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;white-space:nowrap}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:linear-gradient(135deg,var(--emony-blue-2),var(--emony-blue));color:#fff;box-shadow:0 12px 28px rgba(23,72,200,.25)}
.btn-primary:hover{box-shadow:0 17px 36px rgba(23,72,200,.32)}
.btn-yellow{background:linear-gradient(135deg,#ffe15d,var(--emony-yellow));color:#0e2e84;box-shadow:0 14px 34px rgba(255,214,55,.22)}
.btn-yellow:hover{box-shadow:0 18px 42px rgba(255,214,55,.28)}
.btn-ghost{padding:11px 15px;color:#394054;background:#f5f7fb;border:1px solid #e7e9ef}
.btn-small{padding:11px 18px;font-size:13px}
.btn-large{padding:16px 22px;font-size:15px;border-radius:17px}
.btn-block{width:100%}
.btn-dark{background:var(--emony-navy);color:#fff;box-shadow:0 14px 35px rgba(8,26,74,.18)}

.hero{position:relative;min-height:790px;padding-top:160px;padding-bottom:118px;overflow:hidden;color:#fff;background:
  radial-gradient(circle at 76% 18%,rgba(78,113,255,.44),transparent 25%),
  radial-gradient(circle at 18% 88%,rgba(255,214,55,.12),transparent 28%),
  linear-gradient(128deg,#071b54 0%,#0b2c82 48%,#1644bf 100%)}
.hero-grid-lines{position:absolute;inset:0;opacity:.09;background-image:linear-gradient(rgba(255,255,255,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.09) 1px,transparent 1px);background-size:56px 56px;mask-image:linear-gradient(to bottom,#000 0,rgba(0,0,0,.8) 60%,transparent 100%)}
.brand-chevron{position:absolute;pointer-events:none;z-index:1;filter:drop-shadow(0 18px 35px rgba(7,31,98,.18))}
.brand-chevron img{width:100%;height:100%;object-fit:contain}
.brand-chevron-left{width:290px;left:-150px;bottom:-85px;transform:rotate(8deg);opacity:.16}
.brand-chevron-right{width:180px;right:-55px;top:105px;transform:rotate(-12deg);opacity:.15}
.hero-grid{position:relative;z-index:3;display:grid;grid-template-columns:minmax(0,1fr) minmax(430px,510px);gap:72px;align-items:center}
.eyebrow{display:inline-flex;align-items:center;gap:9px;padding:8px 12px;border:1px solid rgba(255,255,255,.17);border-radius:999px;background:rgba(255,255,255,.07);font-size:11px;font-weight:850;letter-spacing:.05em;color:#f5f7ff;text-transform:uppercase}
.eyebrow-dot{width:9px;height:9px;border-radius:50%;background:var(--emony-yellow);box-shadow:0 0 0 5px rgba(255,214,55,.14)}
.hero h1{font-size:clamp(52px,6.2vw,80px);line-height:.96;letter-spacing:-.058em;margin:24px 0 24px;max-width:690px}
.hero h1 span{color:var(--emony-yellow)}
.hero-lead{font-size:19px;line-height:1.65;color:#d8e1f7;max-width:610px;margin:0 0 28px}
.hero-points{display:grid;gap:11px;margin-bottom:32px}
.hero-point{display:flex;align-items:center;gap:10px;color:#f2f5ff;font-size:14px;font-weight:650}
.point-icon{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:rgba(255,214,55,.15);color:var(--emony-yellow);font-size:13px;font-weight:950;border:1px solid rgba(255,214,55,.22)}
.hero-actions{display:flex;align-items:center;gap:22px}
.text-link{font-size:14px;font-weight:800;color:#fff;border-bottom:1px solid rgba(255,255,255,.38);padding-bottom:3px}
.hero-proof{display:flex;align-items:center;gap:8px;margin-top:34px;color:#e5ebfb}
.proof-badge{display:grid;place-items:center;min-width:40px;height:30px;padding:0 9px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.14);border-radius:10px;font-size:9px;font-weight:900}
.proof-arrow{color:var(--emony-yellow);font-weight:900}
.hero-proof div{margin-left:8px}.hero-proof strong{display:block;font-size:12px}.hero-proof small{display:block;margin-top:2px;color:#aebfe5;font-size:10px}

.hero-visual{position:relative;min-height:560px;display:grid;place-items:center}
.quote-halo{position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.12)}
.quote-halo-one{width:530px;height:530px}
.quote-halo-two{width:400px;height:400px;border-style:dashed;animation:spin 42s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}
.yellow-ribbon{position:absolute;width:150px;height:150px;border:22px solid rgba(255,214,55,.15);border-left-color:transparent;border-bottom-color:transparent;border-radius:36px;right:-22px;top:28px;transform:rotate(45deg)}
.quote-card{position:relative;z-index:4;width:min(100%,470px);padding:24px;background:#fff;color:var(--ink);border-radius:30px;border:1px solid rgba(255,255,255,.7);box-shadow:0 34px 88px rgba(2,17,57,.28)}
.quote-card:before{content:"";position:absolute;inset:-1px;border-radius:30px;padding:1px;background:linear-gradient(145deg,rgba(255,255,255,.95),rgba(255,214,55,.18),rgba(35,82,203,.12));-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}
.quote-topline{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:18px}
.micro-label{display:block;color:var(--emony-blue);font-size:9px;font-weight:950;letter-spacing:.17em}
.quote-topline h2{margin:5px 0 0;font-size:23px;letter-spacing:-.04em}
.live-pill{display:flex;align-items:center;gap:6px;padding:7px 9px;border-radius:999px;background:#eff9f4;color:#277656;font-size:9px;font-weight:900}
.live-pill span{width:7px;height:7px;border-radius:50%;background:#35a878;box-shadow:0 0 0 4px rgba(53,168,120,.12)}
.live-pill.demo{background:#fff7dc;color:#8e6a05}.live-pill.demo span{background:#ddb020;box-shadow:0 0 0 4px rgba(221,176,32,.13)}
.route-switcher{display:grid;grid-template-columns:1fr auto 1fr;gap:10px;align-items:center;background:#f8f9fc;border:1px solid var(--line);border-radius:18px;padding:11px 12px;margin-bottom:12px}
.route-country{display:flex;align-items:center;gap:8px;min-width:0}.route-country .flag-bubble{font-size:22px}.route-country span:last-child{min-width:0}.route-country small,.route-country strong,.route-country em{display:block}.route-country small{font-size:8px;font-style:normal;color:#9aa0ad;font-weight:850;letter-spacing:.08em}.route-country strong{font-size:11px;margin-top:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.route-country em{font-style:normal;color:#8b91a0;font-size:9px;margin-top:1px}.route-main-arrow{color:var(--emony-blue);font-size:19px;font-weight:950}
.quote-field{position:relative;border:1px solid #dfe2e9;border-radius:18px;background:#fff;padding:13px 14px 14px;transition:.2s ease}
.quote-field:focus-within{border-color:#95abea;box-shadow:0 0 0 4px rgba(23,72,200,.07)}
.receive-field{background:#fbfcff}
.field-head{display:flex;justify-content:space-between;gap:12px;margin-bottom:6px}.field-head label{font-size:10px;color:#858c9b;font-weight:850}.field-head span{font-size:9px;color:#a0a6b2}
.amount-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px}.amount-row input,.receive-output{width:100%;border:0;outline:0;background:transparent;font-size:29px;font-weight:900;letter-spacing:-.04em;color:#181d2c;min-width:0}.receive-output{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.currency-code{font-size:13px;font-weight:900;color:#31384b}
.destination-compact{border:0;background:#f0f3fb;min-width:72px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;gap:7px;color:var(--emony-blue)}.destination-compact strong{font-size:12px}.chevron{width:14px;height:14px}.chevron path{fill:none;stroke:currentColor;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round}
.quote-connector{height:18px;display:grid;place-items:center;position:relative;z-index:2}.quote-connector:before{content:"";position:absolute;width:1px;height:22px;background:#dfe4ed}.quote-connector span{z-index:1;width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid #e0e4ec;color:var(--emony-blue);font-size:14px;font-weight:900;box-shadow:0 8px 20px rgba(17,44,111,.08)}
.destination-menu{display:none;position:absolute;z-index:20;left:0;right:0;top:calc(100% + 8px);background:#fff;border:1px solid #e1e5ed;border-radius:17px;padding:6px;box-shadow:0 20px 50px rgba(8,26,74,.16);max-height:285px;overflow:auto}.destination-menu.open{display:block}.destination-option{width:100%;border:0;background:#fff;border-radius:12px;padding:9px 10px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;text-align:left;color:var(--ink)}.destination-option:hover,.destination-option.active{background:#f1f5ff}.destination-option>span:first-child{font-size:22px}.destination-option span:nth-child(2) strong,.destination-option span:nth-child(2) small{display:block}.destination-option span:nth-child(2) strong{font-size:11px}.destination-option span:nth-child(2) small{font-size:9px;color:#9298a5;margin-top:2px}.destination-option em{font-size:9px;font-style:normal;color:var(--emony-blue);font-weight:900}
.quote-summary{display:grid;grid-template-columns:1fr 1fr;gap:8px 10px;margin:13px 0 14px}.quote-summary>div{padding:10px 11px;border-radius:13px;background:#f7f8fb}.quote-summary span,.quote-summary strong{display:block}.quote-summary span{font-size:9px;color:#8d93a0}.quote-summary strong{font-size:11px;margin-top:4px;color:#353b4a}.summary-total{grid-column:1/-1;display:flex!important;align-items:center;justify-content:space-between;background:#f0f4ff!important;border:1px solid #e1e8fb}.summary-total span,.summary-total strong{display:block!important;margin:0!important}.summary-total strong{font-size:13px!important;color:var(--emony-blue)!important}
.btn-quote{min-height:52px;font-size:14px}
.quote-note{display:flex;align-items:center;justify-content:center;gap:8px;margin:11px 2px 0;color:#8d94a2;font-size:9px;text-align:center}.shield-dot{width:17px;height:17px;border-radius:50%;display:grid;place-items:center;background:#f0f5ff;color:var(--emony-blue);font-weight:950}
.floating-card{position:absolute;z-index:5;background:#fff;border:1px solid rgba(255,255,255,.8);border-radius:16px;padding:11px 13px;box-shadow:0 20px 50px rgba(5,24,73,.24);display:flex;align-items:center;gap:9px;color:var(--ink)}.floating-card strong,.floating-card small{display:block}.floating-card strong{font-size:10px}.floating-card small{font-size:8px;color:#8d94a2;margin-top:2px}.floating-card-a{left:-28px;top:130px}.floating-card-b{right:-28px;bottom:95px}.float-check,.float-yellow{width:30px;height:30px;border-radius:10px;display:grid;place-items:center;font-weight:950}.float-check{background:#edf3ff;color:var(--emony-blue)}.float-yellow{background:#fff6c8;color:#bd9000;font-size:24px}

.confidence-strip{position:relative;z-index:6;background:#fff;border-bottom:1px solid #edf0f5;box-shadow:0 -8px 40px rgba(7,31,98,.05)}
.confidence-grid{display:grid;grid-template-columns:repeat(4,1fr);min-height:112px;align-items:center}.confidence-grid>div{display:flex;align-items:center;gap:11px;padding:20px 24px;border-right:1px solid #eceef3}.confidence-grid>div:first-child{padding-left:0}.confidence-grid>div:last-child{border-right:0}.confidence-icon{width:36px;height:36px;flex:0 0 auto;border-radius:12px;display:grid;place-items:center;background:#f2f5ff;color:var(--emony-blue);font-size:10px;font-weight:950}.confidence-grid strong,.confidence-grid small{display:block}.confidence-grid strong{font-size:12px}.confidence-grid small{font-size:9px;color:#9499a5;margin-top:3px}

.light-section{background:#fff}
.section-heading{max-width:760px}.section-heading.centered{text-align:center;margin:0 auto 54px}.section-kicker{display:inline-block;color:var(--emony-blue);font-size:10px;font-weight:950;letter-spacing:.17em;margin-bottom:12px}.section-kicker-yellow{color:#a37800;background:#fff5bc;padding:7px 10px;border-radius:999px}.section-heading h2,.benefit-copy h2,.real-app-copy h2,.faq-intro h2{font-size:clamp(34px,4vw,50px);line-height:1.08;letter-spacing:-.045em;margin:0}.section-heading h2 span,.benefit-copy h2 span,.real-app-copy h2 span{color:var(--emony-blue)}.section-heading p,.benefit-copy>p,.real-app-copy>p,.faq-intro>p{font-size:16px;line-height:1.7;color:var(--muted);margin:16px 0 0}.centered p{max-width:650px;margin-left:auto;margin-right:auto}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.step-card{position:relative;padding:27px 26px 25px;border:1px solid var(--line);border-radius:24px;background:#fff;min-height:300px;box-shadow:0 13px 45px rgba(19,38,87,.05);overflow:hidden}.step-card:after{content:"";position:absolute;width:125px;height:125px;border-radius:50%;right:-65px;bottom:-65px;background:#f7f9ff}.featured-step{border-color:#cbd7f7;background:linear-gradient(160deg,#fff,#f5f8ff)}.featured-step:before{content:"";position:absolute;height:5px;left:24px;right:24px;top:0;border-radius:0 0 6px 6px;background:linear-gradient(90deg,var(--emony-yellow),var(--emony-blue))}.step-number{position:absolute;right:22px;top:24px;color:#d7dbe5;font-size:15px;font-weight:900}.step-icon{width:50px;height:50px;border-radius:16px;display:grid;place-items:center;background:#eff3ff;color:var(--emony-blue);font-weight:950;font-size:19px;margin-bottom:25px}.featured-step .step-icon{background:#fff5bf;color:#a57900}.step-card h3{font-size:21px;letter-spacing:-.02em;margin:0 0 10px}.step-card p{font-size:13px;line-height:1.65;color:#7a8090;margin:0;max-width:310px}.mini-calc{position:absolute;left:25px;right:25px;bottom:22px;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:10px;padding:11px 13px;border-radius:13px;background:#fff;border:1px solid #e3e7ef;font-size:10px;box-shadow:0 8px 24px rgba(15,39,103,.06)}.mini-calc b{color:var(--emony-yellow)}.mini-calc strong{color:var(--emony-blue)}

.real-app-section{position:relative;background:linear-gradient(140deg,#f4f7ff 0%,#fff 50%,#fffbe8 100%);overflow:hidden}.real-app-section:before{content:"";position:absolute;width:380px;height:380px;border-radius:50%;right:-150px;top:-170px;background:rgba(255,214,55,.18);filter:blur(2px)}.real-app-grid{display:grid;grid-template-columns:.86fr 1.14fr;gap:78px;align-items:center;position:relative;z-index:2}.real-app-copy p{max-width:530px}.real-app-list{display:grid;gap:15px;margin:28px 0 30px}.real-app-list>div{display:flex;gap:11px;align-items:flex-start}.real-app-list>div>span{width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:#edf2ff;color:var(--emony-blue);font-size:12px;font-weight:950;flex:0 0 auto}.real-app-list p{margin:0}.real-app-list strong,.real-app-list small{display:block}.real-app-list strong{font-size:13px}.real-app-list small{font-size:11px;color:#858b99;margin-top:3px;line-height:1.45}.screenshot-note{font-size:9px!important;line-height:1.45!important;color:#a0a5b1!important;max-width:460px!important;margin-top:14px!important}
.app-device-stage{position:relative;min-height:620px}.device-card{position:absolute}.device-login{left:0;top:74px;transform:rotate(-4deg);z-index:2}.device-send{right:4px;top:0;transform:rotate(3deg);z-index:3}.device-label{display:inline-flex;align-items:center;gap:7px;margin-left:16px;margin-bottom:8px;padding:7px 10px;border-radius:999px;background:#fff;box-shadow:0 10px 26px rgba(15,48,124,.08);font-size:9px;font-weight:900;color:#4b5263}.device-label span{width:7px;height:7px;border-radius:50%;background:var(--emony-yellow)}.device-send .device-label span{background:var(--emony-blue)}.device-frame{width:245px;padding:6px;border-radius:29px;background:#111522;box-shadow:0 28px 70px rgba(11,36,100,.25)}.device-frame img{width:100%;border-radius:24px}.home-snippet-card{position:absolute;left:135px;bottom:2px;z-index:5;width:420px;background:#fff;border:1px solid #e1e5ef;border-radius:22px;padding:12px;box-shadow:0 28px 65px rgba(12,40,105,.17);transform:rotate(-1.5deg)}.snippet-head{display:flex;align-items:center;gap:7px;padding:3px 4px 10px;color:#4c5262}.snippet-dot{width:8px;height:8px;border-radius:50%;background:var(--emony-yellow)}.snippet-head strong{font-size:10px}.snippet-head small{margin-left:auto;font-size:8px;color:#9ca1ad}.home-snippet-card img{width:100%;border-radius:14px;border:1px solid #eef0f4}

.benefits-section{background:#fff}.benefits-grid{display:grid;grid-template-columns:1fr 1fr;gap:82px;align-items:center}.benefit-visual{position:relative;min-height:650px;display:grid;place-items:center}.app-focus-card{position:relative;width:min(100%,475px);border-radius:34px;background:linear-gradient(145deg,var(--emony-blue-deep),var(--emony-blue));padding:25px 25px 0;box-shadow:0 34px 90px rgba(23,72,200,.28);overflow:visible}.focus-top{color:#fff;margin-bottom:18px}.focus-top span,.focus-top strong{display:block}.focus-kicker{font-size:9px;font-weight:950;letter-spacing:.18em;color:var(--emony-yellow)}.focus-top strong{font-size:18px;margin-top:5px}.focus-screen{width:300px;margin:0 auto;height:520px;overflow:hidden;border-radius:28px 28px 0 0;border:6px solid #0e1735;border-bottom:0;background:#fff;box-shadow:0 -12px 45px rgba(4,15,53,.18)}.focus-screen img{width:100%;height:auto}.focus-badge{position:absolute;background:#fff;border:1px solid #e6e8ee;border-radius:15px;padding:10px 12px;display:flex;align-items:center;gap:8px;box-shadow:0 16px 38px rgba(9,29,82,.18);color:var(--ink)}.focus-badge b{width:27px;height:27px;border-radius:9px;display:grid;place-items:center;background:#f0f4ff;color:var(--emony-blue)}.focus-badge span,.focus-badge small{display:block}.focus-badge span{font-size:9px;font-weight:900}.focus-badge small{font-size:8px;color:#969ba8;margin-top:2px;font-weight:500}.focus-badge-one{left:-35px;top:160px}.focus-badge-two{right:-42px;bottom:90px}.focus-badge-two b{background:#fff6c8;color:#a47a00;font-size:20px}.benefit-copy>p{max-width:550px}.benefit-list{display:grid;gap:18px;margin:30px 0}.benefit-item{display:flex;gap:12px;align-items:flex-start}.benefit-item>span{width:30px;height:30px;border-radius:11px;display:grid;place-items:center;background:#eef3ff;color:var(--emony-blue);font-weight:950;flex:0 0 auto}.benefit-item strong,.benefit-item small{display:block}.benefit-item strong{font-size:13px}.benefit-item small{font-size:11px;color:#838a9a;line-height:1.5;margin-top:3px}

.route-section{background:var(--emony-navy);color:#fff;position:relative;overflow:hidden}.route-section:before{content:"";position:absolute;width:460px;height:460px;border-radius:50%;right:-190px;top:-230px;background:rgba(255,214,55,.1)}.split-heading{position:relative;z-index:2;max-width:none;display:grid;grid-template-columns:1fr 400px;gap:60px;align-items:end;margin-bottom:36px}.split-heading h2{max-width:660px}.split-heading p{margin:0;color:#b5c1e2}.route-section .section-kicker{color:var(--emony-yellow)}.route-pills{position:relative;z-index:2;display:flex;flex-wrap:wrap;gap:10px}.route-pill{border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.07);color:#fff;border-radius:14px;padding:10px 13px;display:flex;align-items:center;gap:7px;font-size:11px;font-weight:800;transition:.2s}.route-pill:hover{transform:translateY(-2px);background:rgba(255,255,255,.12);border-color:rgba(255,214,55,.4)}.route-pill span{font-size:18px}.route-pill small{font-size:8px;color:#aeb9d9;padding-left:1px}.route-cta{margin-top:30px}

.faq-section{background:#f7f8fb}.faq-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:82px;align-items:start}.faq-intro{position:sticky;top:110px}.support-link{display:inline-flex;align-items:center;gap:9px;margin-top:26px;font-size:13px;font-weight:850;color:var(--emony-blue)}.support-link>span{width:31px;height:31px;border-radius:10px;display:grid;place-items:center;background:#edf2ff}.faq-list{display:grid;gap:10px}.faq-list details{background:#fff;border:1px solid #e4e6eb;border-radius:18px;padding:0 19px;box-shadow:0 9px 28px rgba(25,43,91,.035)}.faq-list summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:15px;min-height:68px;font-size:13px;font-weight:850}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{font-size:22px;color:var(--emony-blue);font-weight:400;transition:.2s}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{margin:-2px 32px 18px 0;font-size:11px;line-height:1.65;color:#7e8493}

.final-cta-section{padding:0 0 28px;background:#f7f8fb}.final-cta{position:relative;overflow:hidden;min-height:290px;border-radius:32px;background:linear-gradient(125deg,#11389d,var(--emony-blue));color:#fff;padding:55px 62px;display:flex;align-items:center;justify-content:space-between;gap:45px;box-shadow:0 28px 70px rgba(20,63,176,.2)}.final-cta h2{font-size:clamp(34px,4vw,48px);line-height:1.06;letter-spacing:-.04em;margin:0}.final-cta p{font-size:13px;color:#d7e1fa;margin:14px 0 0}.light-kicker{color:var(--emony-yellow)}.final-actions{display:flex;flex-direction:column;align-items:center;gap:14px;position:relative;z-index:2}.final-login{font-size:11px;font-weight:800;color:#e1e7f8;border-bottom:1px solid rgba(255,255,255,.35)}.final-chevron{position:absolute;right:220px;bottom:-140px;width:290px;opacity:.14;transform:rotate(-20deg)}

.site-footer{background:#fff;padding:62px 0 24px}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,.7fr);gap:54px}.footer-logo img{width:165px}.footer-brand p{font-size:11px;line-height:1.6;color:#8a909e;max-width:260px;margin:15px 0 0}.footer-links{display:grid;align-content:start;gap:11px}.footer-links strong{font-size:11px;margin-bottom:3px}.footer-links a{font-size:10px;color:#7f8593}.footer-links a:hover{color:var(--emony-blue)}.footer-bottom{margin-top:44px;padding-top:20px;border-top:1px solid #eceef2;display:flex;justify-content:space-between;gap:20px;font-size:9px;color:#9ba0ab}
.mobile-sticky-cta{display:none}.toast{position:fixed;left:50%;bottom:25px;z-index:100;transform:translate(-50%,20px);opacity:0;pointer-events:none;padding:11px 16px;border-radius:12px;background:#121827;color:#fff;font-size:11px;font-weight:700;box-shadow:0 14px 40px rgba(0,0,0,.22);transition:.25s}.toast.show{opacity:1;transform:translate(-50%,0)}

@media (max-width:1060px){
  .desktop-nav{gap:18px}.desktop-nav a{font-size:12px}
  .hero-grid{grid-template-columns:minmax(0,1fr) minmax(400px,460px);gap:42px}
  .hero h1{font-size:59px}
  .floating-card-a{left:-8px}.floating-card-b{right:-8px}
  .confidence-grid>div{padding:18px 14px}
  .real-app-grid{gap:46px}.device-frame{width:220px}.home-snippet-card{left:95px;width:370px}.app-device-stage{min-height:580px}
  .benefits-grid{gap:55px}.focus-badge-one{left:-12px}.focus-badge-two{right:-12px}
}

@media (max-width:900px){
  .site-header{padding-top:12px}.header-shell{height:64px}.desktop-nav{display:none}.brand{min-width:0}.brand-logo-img{width:142px}.header-actions{margin-left:auto}
  .hero{padding-top:135px;padding-bottom:85px}.hero-grid{grid-template-columns:1fr;gap:52px}.hero-copy{text-align:center}.hero-lead{margin-left:auto;margin-right:auto}.hero-points{width:max-content;max-width:100%;margin-left:auto;margin-right:auto;text-align:left}.hero-actions{justify-content:center}.hero-proof{justify-content:center}.hero-visual{min-height:530px}.quote-card{width:min(100%,510px)}.floating-card-a{left:calc(50% - 305px)}.floating-card-b{right:calc(50% - 300px)}
  .confidence-grid{grid-template-columns:1fr 1fr;padding:10px 0}.confidence-grid>div{border-right:0;border-bottom:1px solid #eceef3}.confidence-grid>div:nth-last-child(-n+2){border-bottom:0}.confidence-grid>div:first-child{padding-left:14px}
  .steps-grid{grid-template-columns:1fr}.step-card{min-height:230px}.mini-calc{max-width:360px}
  .real-app-grid{grid-template-columns:1fr;gap:45px}.real-app-copy{text-align:center}.real-app-copy>p,.real-app-copy .screenshot-note{margin-left:auto!important;margin-right:auto!important}.real-app-list{max-width:560px;margin-left:auto;margin-right:auto;text-align:left}.app-device-stage{width:min(100%,650px);margin:0 auto;min-height:600px}
  .benefits-grid{grid-template-columns:1fr}.benefit-copy{order:-1;text-align:center}.benefit-copy>p{margin-left:auto;margin-right:auto}.benefit-list{max-width:600px;margin-left:auto;margin-right:auto;text-align:left}.benefit-visual{min-height:620px}
  .split-heading{grid-template-columns:1fr;gap:18px}.split-heading p{max-width:600px}
  .faq-grid{grid-template-columns:1fr;gap:42px}.faq-intro{position:static;text-align:center}.faq-intro>p{max-width:620px;margin-left:auto;margin-right:auto}
  .footer-grid{grid-template-columns:1.2fr 1fr 1fr}.footer-links:last-child{display:none}
}

@media (max-width:640px){
  .container{width:min(calc(100% - 24px),var(--container))}.section-pad{padding:72px 0}
  .site-header{padding-top:8px}.header-shell{height:58px;border-radius:18px;padding:0 8px 0 13px}.brand-logo-img{width:124px}.desktop-only{display:none}.btn-small{padding:10px 13px;font-size:11px;border-radius:12px}
  .hero{min-height:auto;padding-top:154px;padding-bottom:76px;background:radial-gradient(circle at 88% 10%,rgba(78,113,255,.4),transparent 20%),linear-gradient(145deg,#071b54 0%,#0d318d 57%,#1848c6 100%)}.brand-chevron-left{width:190px;left:-115px;bottom:-70px}.brand-chevron-right{width:110px;right:-40px;top:92px}.hero-grid{gap:38px}.eyebrow{font-size:9px}.hero h1{font-size:47px;margin-top:18px}.hero-lead{font-size:15px;line-height:1.6;margin-bottom:23px}.hero-points{gap:8px;margin-bottom:25px}.hero-point{font-size:12px}.point-icon{width:22px;height:22px}.hero-actions{flex-direction:column;gap:14px}.hero-actions .btn{width:100%;max-width:390px}.hero-proof{margin-top:26px;flex-wrap:wrap}.hero-proof div{width:100%;margin:3px 0 0;text-align:center}
  .hero-visual{min-height:auto;display:block}.quote-halo,.yellow-ribbon,.floating-card{display:none}.quote-card{width:100%;padding:17px;border-radius:24px;box-shadow:0 24px 56px rgba(2,17,57,.24)}.quote-topline{margin-bottom:13px}.quote-topline h2{font-size:19px}.micro-label{font-size:8px}.live-pill{font-size:8px;padding:6px 8px}.route-switcher{padding:10px;margin-bottom:10px}.route-country .flag-bubble{font-size:19px}.route-country strong{font-size:10px}.quote-field{padding:12px 12px 13px;border-radius:16px}.amount-row input,.receive-output{font-size:25px}.quote-summary{margin-top:11px}.btn-quote{min-height:50px}.quote-note{font-size:8px}
  .confidence-grid{grid-template-columns:1fr;padding:0}.confidence-grid>div,.confidence-grid>div:first-child{padding:14px 4px;border-bottom:1px solid #eceef3}.confidence-grid>div:last-child{border-bottom:0}.confidence-icon{width:34px;height:34px}
  .section-heading.centered{margin-bottom:34px}.section-kicker{font-size:9px}.section-heading h2,.benefit-copy h2,.real-app-copy h2,.faq-intro h2{font-size:34px}.section-heading p,.benefit-copy>p,.real-app-copy>p,.faq-intro>p{font-size:14px}.step-card{padding:23px 21px;min-height:250px}.mini-calc{left:20px;right:20px}
  .real-app-grid{gap:34px}.real-app-copy{text-align:left}.real-app-copy>p,.real-app-copy .screenshot-note{margin-left:0!important;margin-right:0!important}.real-app-list{margin-left:0;margin-right:0}.app-device-stage{min-height:565px;width:100%}.device-frame{width:180px;border-radius:23px;padding:5px}.device-frame img{border-radius:19px}.device-login{left:0;top:85px}.device-send{right:0;top:10px}.device-label{margin-left:8px;font-size:8px;padding:6px 8px}.home-snippet-card{left:12px;right:12px;bottom:4px;width:auto;padding:9px;border-radius:17px}.home-snippet-card img{border-radius:10px}.snippet-head{padding-bottom:7px}.snippet-head strong{font-size:9px}
  .benefit-copy{text-align:left}.benefit-copy>p{margin-left:0;margin-right:0}.benefit-list{margin-left:0;margin-right:0}.benefit-visual{min-height:520px}.app-focus-card{width:100%;padding:20px 18px 0;border-radius:28px}.focus-screen{width:240px;height:415px;border-radius:24px 24px 0 0}.focus-badge{padding:8px 9px}.focus-badge-one{left:4px;top:140px}.focus-badge-two{right:3px;bottom:60px}.focus-badge span{font-size:8px}.focus-badge small{font-size:7px}
  .split-heading{margin-bottom:26px}.route-pills{gap:8px}.route-pill{padding:9px 10px;font-size:10px}.route-pill span{font-size:16px}
  .faq-list details{padding:0 15px}.faq-list summary{min-height:62px;font-size:12px}.faq-list details p{margin-right:18px}
  .final-cta-section{padding-bottom:18px}.final-cta{min-height:0;border-radius:24px;padding:36px 24px;display:block;text-align:center}.final-cta h2{font-size:35px}.final-actions{margin-top:25px}.final-actions .btn{width:100%}.final-chevron{display:none}
  .site-footer{padding:45px 0 82px}.footer-grid{grid-template-columns:1fr 1fr;gap:34px}.footer-brand{grid-column:1/-1}.footer-logo img{width:150px}.footer-links:last-child{display:grid}.footer-bottom{margin-top:34px;display:block;line-height:1.7}.footer-bottom span:last-child{display:none}
  .mobile-sticky-cta{display:flex;position:fixed;z-index:50;left:12px;right:12px;bottom:max(12px,env(safe-area-inset-bottom));min-height:52px;align-items:center;justify-content:center;gap:10px;border-radius:16px;background:linear-gradient(135deg,var(--emony-blue-2),var(--emony-blue));color:#fff;font-size:13px;font-weight:900;box-shadow:0 15px 36px rgba(16,63,184,.3)}
  .toast{bottom:80px;width:calc(100% - 32px);text-align:center}
}

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

.toolkit-section{background:#fff}
.tools-heading{max-width:820px;margin:0 auto 44px}
.tools-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.tool-card{background:#fff;border:1px solid #e7ebf2;border-radius:28px;padding:18px;box-shadow:0 18px 46px rgba(15,35,92,.06)}
.tool-shot{background:linear-gradient(180deg,#f8faff,#eef3ff);border-radius:22px;padding:12px;border:1px solid #edf1f8;display:flex;align-items:center;justify-content:center;min-height:330px}
.tool-shot img{width:100%;max-width:220px;border-radius:22px;box-shadow:0 18px 40px rgba(17,42,110,.12)}
.tool-copy{padding:18px 6px 6px}
.tool-copy h3{margin:0 0 10px;font-size:23px;line-height:1.12;letter-spacing:-.03em;color:#11182b}
.tool-copy p{margin:0;font-size:14px;line-height:1.7;color:#72798a}

.support-human-section{background:#f8faff}
.support-human-grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr);gap:42px;align-items:center}
.support-human-copy h2{font-size:clamp(38px,4.6vw,60px);line-height:1.05;letter-spacing:-.05em;margin:12px 0 18px}
.support-human-copy h2 span{color:var(--emony-blue)}
.support-human-copy>p{font-size:17px;line-height:1.8;color:#6e7484;max-width:690px;margin:0 0 26px}
.support-points{display:grid;gap:14px}
.support-point{display:grid;grid-template-columns:38px 1fr;gap:14px;align-items:start;padding:14px 16px;background:#fff;border:1px solid #e7ebf2;border-radius:20px;box-shadow:0 12px 34px rgba(12,31,84,.05)}
.support-point span{width:38px;height:38px;border-radius:14px;background:linear-gradient(135deg,#2454d3,var(--emony-blue));color:#fff;font-weight:900;display:grid;place-items:center;font-size:16px;box-shadow:0 10px 24px rgba(23,72,200,.22)}
.support-point strong{display:block;font-size:15px;color:#11182b}
.support-point small{display:block;margin-top:4px;font-size:13px;line-height:1.65;color:#768090}
.support-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:28px}
.support-human-visual{position:relative}
.support-panel{position:relative;padding:26px;background:linear-gradient(180deg,#ffffff,#f4f7ff);border-radius:32px;border:1px solid #e5eaf5;box-shadow:0 24px 64px rgba(17,38,95,.11);overflow:hidden}
.support-panel:before{content:"";position:absolute;right:-60px;top:-60px;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,rgba(255,214,55,.32) 0,rgba(255,214,55,.1) 48%,transparent 70%)}
.support-mini-card{position:relative;z-index:2;padding:22px;border-radius:24px;margin-bottom:18px}
.support-mini-card strong{display:block;font-size:20px;line-height:1.15;letter-spacing:-.03em}
.support-mini-card p{margin:10px 0 0;font-size:14px;line-height:1.7}
.support-mini-card-blue{background:linear-gradient(135deg,#0e2f8d,#1748c8);color:#fff;box-shadow:0 20px 46px rgba(18,63,189,.22)}
.support-mini-card-light{background:#fff;color:#162035;border:1px solid #e7ebf2;box-shadow:0 16px 36px rgba(12,31,84,.06)}
.support-quote{position:relative;z-index:2;padding:24px 24px 22px;border-radius:24px;background:linear-gradient(135deg,#fff2b7,#ffd637);color:#183371;box-shadow:0 18px 42px rgba(255,214,55,.2)}
.support-quote-mark{position:absolute;left:18px;top:0;font-size:68px;line-height:1;color:rgba(24,51,113,.2);font-weight:900}
.support-quote p{position:relative;margin:10px 0 0;padding-left:18px;font-size:16px;line-height:1.7;font-weight:700}

@media (max-width:900px){
  .tools-grid{grid-template-columns:1fr;gap:20px}
  .tool-card{display:grid;grid-template-columns:220px 1fr;align-items:center;gap:20px}
  .tool-shot{min-height:0;height:100%}
  .tool-copy{padding:0}
  .support-human-grid{grid-template-columns:1fr;gap:30px}
}

@media (max-width:640px){
  .tools-heading{margin-bottom:30px}
  .tool-card{display:block;padding:14px;border-radius:24px}
  .tool-shot{min-height:0;padding:10px;border-radius:18px}
  .tool-shot img{max-width:190px;border-radius:18px}
  .tool-copy{padding:15px 4px 4px}
  .tool-copy h3{font-size:24px}
  .tool-copy p{font-size:14px}
  .support-human-copy h2{font-size:34px}
  .support-human-copy>p{font-size:14px;line-height:1.75}
  .support-point{grid-template-columns:34px 1fr;gap:12px;padding:13px 14px;border-radius:18px}
  .support-point span{width:34px;height:34px;border-radius:12px;font-size:14px}
  .support-point strong{font-size:14px}
  .support-point small{font-size:12px}
  .support-actions{display:grid;grid-template-columns:1fr;gap:10px}
  .support-actions .btn{width:100%}
  .support-panel{padding:18px;border-radius:24px}
  .support-mini-card{padding:18px;border-radius:20px;margin-bottom:14px}
  .support-mini-card strong{font-size:18px}
  .support-mini-card p{font-size:13px}
  .support-quote{padding:20px 18px 18px;border-radius:20px}
  .support-quote-mark{left:12px;font-size:54px}
  .support-quote p{padding-left:10px;font-size:14px}
}

/* V1.4 responsive and mobile refinements */
main{overflow-x:hidden}
.hero-copy,.hero-visual,.quote-card,.quote-field,.amount-row,.section-heading h2,.support-human-copy h2{max-width:100%}
.hero h1,.section-heading h2,.benefit-copy h2,.real-app-copy h2,.support-human-copy h2,.tool-copy h3{overflow-wrap:anywhere}
.quote-card{overflow:hidden}
.quote-summary strong,.summary-total strong{overflow-wrap:anywhere}

.feature-device-card{left:120px;bottom:-6px;z-index:5;width:270px;background:#fff;border:1px solid #e1e5ef;border-radius:24px;padding:12px;box-shadow:0 28px 65px rgba(12,40,105,.17);transform:rotate(-1.5deg)}
.feature-device-shell{padding:10px;border-radius:18px;background:#f5f8ff;border:1px solid #e8edf8;display:flex;align-items:center;justify-content:center;min-height:372px}
.feature-device-shell img{width:100%;max-width:185px;border-radius:22px;box-shadow:0 18px 38px rgba(17,42,110,.12)}

.tools-mobile-banner{display:none}
.tools-mobile-viewport{position:relative;min-height:420px;padding:20px;border-radius:32px;background:linear-gradient(180deg,#f7f9ff,#eef3ff);border:1px solid #e6ebf5;box-shadow:0 20px 50px rgba(15,35,92,.07);overflow:hidden}
.tools-mobile-slide{position:absolute;inset:20px;display:flex;align-items:center;justify-content:center;opacity:0;transform:translateX(22px) scale(.985);transition:opacity .45s ease,transform .45s ease;pointer-events:none}
.tools-mobile-slide.is-active{opacity:1;transform:translateX(0) scale(1)}
.tools-mobile-slide img{width:100%;max-width:250px;border-radius:28px;box-shadow:0 24px 46px rgba(17,42,110,.14)}
.tools-mobile-copy{padding:20px 8px 8px;text-align:center}
.tools-mobile-copy h3{margin:10px 0 0;font-size:34px;line-height:1.04;letter-spacing:-.045em;color:#141b2f;min-height:76px}
.tools-mobile-dots{display:flex;justify-content:center;gap:8px;padding-top:6px}
.tools-mobile-dots button{width:9px;height:9px;border-radius:50%;border:0;background:#d3d8e5;padding:0;box-shadow:none;transition:transform .25s ease,background .25s ease}
.tools-mobile-dots button.is-active{background:var(--emony-blue);transform:scale(1.15)}

@media (max-width:900px){
  .feature-device-card{left:50%;bottom:-8px;transform:translateX(-50%) rotate(-1.4deg)}
}

@media (max-width:640px){
  body{padding-bottom:92px}
  .header-actions{margin-left:auto}
  .hero-grid{grid-template-columns:1fr;gap:28px}
  .hero-copy{min-width:0}
  .hero h1{font-size:clamp(34px,11vw,54px);line-height:1.02;letter-spacing:-.06em;max-width:none;margin-top:16px}
  .hero-lead{font-size:14px;line-height:1.7;max-width:none}
  .hero-point{align-items:flex-start;line-height:1.45;font-size:11px}
  .hero-point br{display:none}
  .hero-actions .text-link{text-align:center}
  .hero-proof{align-items:flex-start}
  .hero-proof strong,.hero-proof small{white-space:normal}

  .quote-card{padding:16px 14px 15px;border-radius:22px;width:100%;max-width:100%}
  .quote-topline{display:grid;grid-template-columns:1fr;gap:8px;align-items:start}
  .quote-topline h2{font-size:18px;line-height:1.08}
  .live-pill{justify-self:start;font-size:10px;padding:7px 10px;white-space:nowrap;max-width:100%}
  .route-switcher{grid-template-columns:1fr;gap:8px;padding:12px}
  .route-main-arrow{justify-self:center;transform:rotate(90deg);font-size:18px}
  .route-country strong{font-size:13px}
  .route-country em,.route-country small{font-size:10px}
  .route-country .flag-bubble{font-size:22px}
  .quote-field{padding:12px;border-radius:16px}
  .field-head{margin-bottom:8px;align-items:flex-start}
  .field-head label{font-size:10px;line-height:1.2}
  .field-head span{font-size:10px;line-height:1.2;text-align:right;max-width:120px}
  .amount-row{grid-template-columns:minmax(0,1fr) auto;gap:8px}
  .amount-row input,.receive-output{font-size:23px;line-height:1.05}
  .currency-code{font-size:12px}
  .destination-compact{min-width:68px;height:38px;padding:0 10px}
  .destination-compact strong{font-size:13px}
  .quote-summary{grid-template-columns:1fr;gap:8px;margin:12px 0 14px}
  .quote-summary>div{padding:10px 11px;border-radius:14px}
  .quote-summary strong{font-size:13px;line-height:1.25}
  .summary-total{display:grid!important;justify-content:flex-start;gap:4px}
  .summary-total strong{font-size:16px!important;line-height:1.15}
  .btn-quote{min-height:52px;font-size:14px;line-height:1.25;padding:14px 16px;white-space:normal}
  .quote-note{justify-content:flex-start;text-align:left;font-size:10px;line-height:1.5;margin-top:10px}

  .real-app-copy .btn.btn-large{width:100%}
  .app-device-stage{min-height:760px;padding-bottom:12px}
  .device-login{left:2px;top:96px}
  .device-send{right:2px;top:10px}
  .device-frame{width:158px}
  .device-label{font-size:8px;max-width:128px}
  .feature-device-card{left:50%;right:auto;bottom:0;transform:translateX(-50%) rotate(-1deg);width:220px;padding:10px;border-radius:20px}
  .feature-device-shell{padding:10px;min-height:314px;border-radius:16px}
  .feature-device-shell img{max-width:150px;border-radius:18px}
  .snippet-head{align-items:center;padding:0 2px 8px}
  .snippet-head strong{font-size:9px}
  .snippet-head small{font-size:8px}

  .tools-heading p{display:none}
  .tools-grid{display:none}
  .tools-mobile-banner{display:block}
  .toolkit-section{padding-top:64px;padding-bottom:74px}
  .tools-mobile-viewport{min-height:395px;padding:16px;border-radius:26px}
  .tools-mobile-slide{inset:16px}
  .tools-mobile-slide img{max-width:230px;border-radius:24px}
  .tools-mobile-copy{padding:18px 6px 4px}
  .tools-mobile-copy h3{font-size:35px;min-height:82px}

  .support-human-section{padding-top:74px;padding-bottom:82px}
  .support-human-copy h2{font-size:clamp(30px,10vw,44px);line-height:1.02}
  .support-human-copy>p{font-size:14px;line-height:1.7;margin-bottom:20px}
  .support-human-visual{display:none}
  .support-points{margin-top:18px}
  .support-actions{margin-top:22px}
  .support-actions .btn.btn-large{min-height:50px}

  .benefits-section{padding-top:78px;padding-bottom:78px}
  .mobile-sticky-cta{left:20px;right:20px;bottom:max(10px,env(safe-area-inset-bottom));max-width:360px;margin:0 auto;min-height:48px;border-radius:18px;font-size:12px;box-shadow:0 12px 28px rgba(16,63,184,.24)}
  .toast{bottom:72px}
}

/* V1.5 visual refinement */
.eyebrow{padding:0;border:0;border-radius:0;background:transparent;letter-spacing:.12em;gap:10px}
.eyebrow:before{content:"";width:34px;height:2px;border-radius:2px;background:var(--emony-yellow);display:block}
.eyebrow-dot{display:none}
.section-kicker{display:inline-flex;align-items:center;gap:9px;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:var(--emony-blue);letter-spacing:.18em}
.section-kicker:before{content:"";width:26px;height:2px;border-radius:2px;background:currentColor;display:block;opacity:.9}
.section-kicker-yellow{color:#b98800!important}
.light-kicker{color:var(--emony-yellow)!important}
.quote-topline{justify-content:flex-start}

.phone-showcase{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;align-items:end;min-height:0!important;padding:18px 0 4px}
.phone-shot{margin:0;position:relative!important;inset:auto!important;transform:none!important;text-align:center}
.phone-frame{width:100%;max-width:205px;margin:0 auto;padding:6px;border-radius:29px;background:#111522;box-shadow:0 24px 58px rgba(11,36,100,.2)}
.phone-frame img{width:100%;height:auto;border-radius:23px;display:block}
.phone-shot:nth-child(2){transform:translateY(-18px)!important}
.phone-shot figcaption{margin-top:12px;font-size:11px;font-weight:800;color:#697184;letter-spacing:.01em}

.tools-mobile-slide img{width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;border-radius:24px}

@media (max-width:900px){
  .phone-showcase{width:min(100%,680px);margin:0 auto;gap:16px}
  .phone-frame{max-width:190px}
}

@media (max-width:640px){
  .eyebrow{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;line-height:1.45;text-align:center}
  .eyebrow:before{width:24px}
  .section-kicker{font-size:9px;line-height:1.4;white-space:normal}
  .section-kicker:before{width:20px;flex:0 0 auto}
  .real-app-section{padding-top:72px;padding-bottom:72px}
  .phone-showcase{display:flex;justify-content:center;align-items:flex-end;gap:0;min-height:420px!important;padding:18px 0 0;overflow:visible}
  .phone-shot{width:38%;flex:0 0 38%}
  .phone-shot-login{transform:rotate(-5deg) translateX(18px)!important;z-index:1}
  .phone-shot-send{transform:translateY(-22px)!important;z-index:3}
  .phone-shot-contacts{transform:rotate(5deg) translateX(-18px)!important;z-index:2}
  .phone-frame{max-width:142px;padding:4px;border-radius:22px;box-shadow:0 18px 38px rgba(11,36,100,.18)}
  .phone-frame img{border-radius:18px}
  .phone-shot figcaption{font-size:9px;margin-top:8px}

  .tools-mobile-viewport{min-height:545px;padding:14px;border-radius:26px;display:flex;align-items:center;justify-content:center}
  .tools-mobile-slide{inset:14px;align-items:center;justify-content:center}
  .tools-mobile-slide img{width:auto!important;height:auto!important;max-width:92%!important;max-height:515px!important;object-fit:contain!important;border-radius:22px!important}
  .tools-mobile-copy h3{font-size:31px;line-height:1.08;min-height:74px}
}

/* V1.7 · Cotizador alineado con la experiencia real del cliente */
.quote-card-clientlike{overflow:visible}
.client-route-switcher{position:relative}
.client-route-country{min-width:0}
.route-country-button{appearance:none;border:0;background:transparent;padding:0;margin:0;text-align:left;color:inherit;width:100%;cursor:pointer}
.flag-photo{width:38px;height:38px;flex:0 0 38px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid #e2e7f0;overflow:hidden;box-shadow:0 4px 12px rgba(17,42,110,.08)}
.flag-photo img{width:100%;height:100%;object-fit:cover}
.client-money-box{margin-top:14px}
.receive-input{width:100%;border:0;outline:0;background:transparent;font-size:29px;font-weight:900;letter-spacing:-.04em;color:#181d2c;min-width:0}
.quote-connector{height:22px}
.quote-connector:before{height:28px}
.quote-connector button{position:relative;z-index:2;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid #dfe5ef;color:var(--emony-blue);box-shadow:0 8px 22px rgba(17,44,111,.10);padding:0}
.quote-connector button span{width:auto;height:auto;border:0;box-shadow:none;background:transparent;font-size:19px}
.quote-connector button.is-swapping{animation:quoteSwapPulse .38s ease}
@keyframes quoteSwapPulse{50%{transform:rotate(180deg) scale(1.06)}}
.bcv-money-box[hidden],.bcv-rate-item[hidden],.bcv-reference-note[hidden],.bcv-reference-full[hidden],.quote-warning[hidden]{display:none!important}
.bcv-money-box{margin-top:14px;background:#fff}
.send-rate-summary{display:grid;grid-template-columns:1fr;gap:8px;margin:18px 2px 0;color:#59647a}
.send-rate-summary>div{min-width:0}
.send-rate-summary small{display:block;font-size:10px;color:#9099aa;margin-bottom:4px}
.send-rate-summary strong{display:block;font-size:13px;line-height:1.25;color:#4e596f}
.send-rate-summary>#quoteUpdated{font-size:9px;color:#a1a8b7;justify-self:end}
.send-rate-summary.bcv-dual{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;align-items:start}
.send-rate-summary.bcv-dual>div+div{padding-left:12px;border-left:1px solid #e4e9f2}
.send-rate-summary.bcv-dual>#quoteUpdated{grid-column:1/-1}
.bcv-reference-note{margin:14px 0 0;border:1px solid #e0e6f1;border-radius:16px;background:#f8faff;overflow:hidden}
.bcv-reference-toggle{width:100%;display:flex;align-items:center;gap:9px;border:0;background:transparent;padding:12px 14px;color:#6f7b90;text-align:left;cursor:pointer}
.bcv-info-icon{width:24px;height:24px;display:grid;place-items:center;flex:0 0 24px;border:1.5px solid #3158c8;border-radius:50%;color:#3158c8;font-size:12px;font-weight:900}
.bcv-info-copy{min-width:0;flex:1;font-size:11px;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.bcv-reference-toggle strong{flex:0 0 auto;color:#3158c8;font-size:11px}
.bcv-reference-full{margin:0;padding:0 14px 14px 47px;color:#7c879b;font-size:11px;line-height:1.55}
.quote-warning{margin-top:12px;padding:11px 12px;border-radius:13px;background:#fff5e8;color:#8c6215;font-size:11px;line-height:1.45}
.destination-option .destination-flag{width:30px;height:30px;border-radius:50%;overflow:hidden;border:1px solid #e3e7ef;display:block}
.destination-option .destination-flag img{width:100%;height:100%;object-fit:cover}
.route-pill-flag{width:22px;height:22px!important;border-radius:50%;overflow:hidden;border:1px solid #e3e7ef;display:inline-block!important}
.route-pill-flag img{width:100%;height:100%;object-fit:cover}

.small-fee-backdrop{position:fixed;inset:0;z-index:140;background:rgba(20,28,45,.42);display:flex;align-items:flex-end;justify-content:center;padding:0}
.small-fee-backdrop[hidden]{display:none}
.small-fee-sheet{width:100%;max-width:620px;background:#fff;border-radius:28px 28px 0 0;padding:10px 22px calc(24px + env(safe-area-inset-bottom));box-shadow:0 -18px 50px rgba(20,28,45,.14)}
.small-fee-handle{width:38px;height:4px;border-radius:999px;background:#dce2ed;margin:0 auto 20px}
.small-fee-icon{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:#fff5dc;color:#986800;font-size:24px;font-weight:900}
.small-fee-sheet h2{margin:14px 0 8px;color:#171d2b;font-size:23px;line-height:1.15}
.small-fee-sheet p{margin:0;color:#7a8498;font-size:15px;line-height:1.5}
.small-fee-summary{margin-top:16px;padding:14px;border:1px solid #e5e9f1;border-radius:16px}
.small-fee-row{display:flex;justify-content:space-between;gap:14px;padding:7px 0;color:#697386;font-size:14px}
.small-fee-row strong{color:#222a3a}
.small-fee-row.total{border-top:1px solid #e7ebf2;margin-top:5px;padding-top:12px;font-weight:800}
.small-fee-actions{display:grid;grid-template-columns:1fr 1.5fr;gap:10px;margin-top:18px}
.small-fee-actions button{min-height:48px;border-radius:14px;font:inherit;font-weight:800}
.small-fee-cancel{border:1px solid #dfe4ee;background:#fff;color:#505a6b}
.small-fee-continue{border:0;background:var(--emony-blue);color:#fff}
body.quote-sheet-open{overflow:hidden}

@media (max-width:640px){
  .quote-card-clientlike{padding:18px 16px 16px}
  .client-route-switcher{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)!important;gap:8px!important;padding:12px!important;align-items:center}
  .client-route-switcher .route-main-arrow{transform:none!important;justify-self:center;font-size:22px}
  .client-route-country{display:flex;align-items:center;gap:8px}
  .client-route-country .flag-photo{width:34px;height:34px;flex-basis:34px}
  .client-route-country strong{font-size:11px}
  .client-route-country small{font-size:8px}
  .client-route-country em{font-size:9px}
  .client-money-box{margin-top:14px;padding:14px 14px 15px!important;min-height:118px;display:flex;flex-direction:column;justify-content:center}
  .client-money-box .field-head{margin-bottom:12px}
  .client-money-box .amount-row input,.receive-input{font-size:27px}
  .quote-connector{height:24px}
  .quote-connector button{width:40px;height:40px}
  .bcv-money-box{min-height:118px}
  .send-rate-summary{margin-top:16px;padding:0 2px}
  .send-rate-summary strong{font-size:13px}
  .send-rate-summary small{font-size:10px}
  .send-rate-summary.bcv-dual{gap:9px}
  .send-rate-summary.bcv-dual>div+div{padding-left:9px}
  .bcv-reference-toggle{padding:12px}
  .bcv-info-copy{font-size:10px}
  .bcv-reference-toggle strong{font-size:10px}
  .bcv-reference-full{padding:0 12px 13px 44px;font-size:10.5px}
  .quote-card-clientlike .btn-quote{margin-top:14px}
  .destination-menu{top:calc(100% + 8px);left:0;right:0}
}

/* V1.8 · cotizador multirruta + Tasa Única */
.multi-route-switcher{position:relative}
.origin-menu{right:52%;left:0}
.multi-route-switcher>.destination-menu:not(.origin-menu){left:52%;right:0}
.unique-rate-note{display:flex;align-items:flex-start;gap:10px;margin:0 0 14px;padding:11px 13px;border:1px solid #e7ebf6;border-radius:16px;background:linear-gradient(135deg,#fffdf2,#f8faff);color:#26324a}
.unique-rate-dot{width:10px;height:10px;flex:0 0 10px;border-radius:50%;margin-top:4px;background:var(--emony-yellow);box-shadow:0 0 0 5px rgba(255,214,55,.18)}
.unique-rate-note strong,.unique-rate-note small{display:block}
.unique-rate-note strong{font-size:11px;color:var(--emony-blue);font-weight:900}
.unique-rate-note small{margin-top:3px;font-size:9px;line-height:1.45;color:#7c8496}
.hero-lead strong{color:#fff;font-weight:850}

@media(max-width:640px){
  .origin-menu,.multi-route-switcher>.destination-menu:not(.origin-menu){left:0;right:0;top:calc(100% + 8px)}
  .unique-rate-note{padding:10px 11px;margin-bottom:12px;border-radius:14px}
  .unique-rate-note strong{font-size:11px}.unique-rate-note small{font-size:9px}
}
