/* RemitMI public website styles */
:root{--navy:#0B0F1A;--navy2:#141C2E;--green:#5FBF40;--green2:#3E9628;--purple:#6840A8;--purple2:#4E2E88;--cream:#F4F6F1;--white:#FFFFFF;--text:#141C10;--sub:#4A5568;--muted:#718096;--border:#E2E8D9;--card-bg:#FFFFFF;--section-bg:#F4F6F1;--shadow:0 4px 24px rgba(11,15,26,.10);--radius:14px}
@media(prefers-color-scheme:dark){:root{--card-bg:#1A2035;--section-bg:#111827;--text:#EEF2EA;--sub:#9DB4A1;--muted:#6B8077;--border:#2A3550;--shadow:0 4px 24px rgba(0,0,0,.40)}}
:root[data-theme="light"]{--card-bg:#FFFFFF;--section-bg:#F4F6F1;--text:#141C10;--sub:#4A5568;--muted:#718096;--border:#E2E8D9}
:root[data-theme="dark"]{--card-bg:#1A2035;--section-bg:#111827;--text:#EEF2EA;--sub:#9DB4A1;--muted:#6B8077;--border:#2A3550}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',system-ui,sans-serif;background:var(--section-bg);color:var(--text);line-height:1.6;overflow-x:hidden}
img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font:inherit}
.container{max-width:1180px;margin:0 auto;padding:0 24px}
.section{padding:96px 0}.section-dark{background:var(--navy);color:var(--white)}.section-alt{background:var(--section-bg)}.section-white{background:var(--card-bg)}
.eyebrow{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--green);margin-bottom:12px;display:block}
h2.heading{font-size:clamp(28px,4vw,44px);font-weight:800;line-height:1.15;text-wrap:balance;color:var(--text)}
.section-dark h2.heading{color:var(--white)}
.heading-sub{font-size:18px;color:var(--sub);margin-top:16px;max-width:560px;line-height:1.65}
.section-dark .heading-sub{color:rgba(255,255,255,.65)}
.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:50px;font-size:15px;font-weight:700;transition:all .2s;white-space:nowrap}
.btn-green{background:var(--green);color:var(--navy)}.btn-green:hover{background:var(--green2);transform:translateY(-1px)}
.btn-purple{background:var(--purple);color:var(--white)}.btn-purple:hover{background:var(--purple2);transform:translateY(-1px)}
.btn-outline-light{border:2px solid rgba(255,255,255,.35);color:var(--white);padding:12px 26px}.btn-outline-light:hover{border-color:var(--white);background:rgba(255,255,255,.08)}
nav{position:sticky;top:0;z-index:100;background:rgba(11,15,26,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.07)}
.nav-inner{display:flex;align-items:center;justify-content:space-between;height:64px}
.logo{display:flex;align-items:center;gap:10px;font-size:20px;font-weight:800;color:var(--white);letter-spacing:-.02em}
.logo-img{height:36px;width:auto}
.logo-fallback{width:34px;height:34px;border-radius:9px;background:var(--green);display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:900;color:var(--navy)}
.nav-links{display:flex;align-items:center;gap:32px}
.nav-links a{font-size:14px;font-weight:500;color:rgba(255,255,255,.7);transition:color .15s}.nav-links a:hover{color:var(--white)}
.nav-hamburger{display:none;flex-direction:column;gap:5px;padding:4px}
.nav-hamburger span{display:block;width:22px;height:2px;background:var(--white);border-radius:2px}
.mobile-menu{display:none;flex-direction:column;background:var(--navy2);border-top:1px solid rgba(255,255,255,.07)}
.mobile-menu.open{display:flex}
.mobile-menu a{padding:16px 24px;font-size:15px;font-weight:500;color:rgba(255,255,255,.8);border-bottom:1px solid rgba(255,255,255,.06)}.mobile-menu a:hover{color:var(--white);background:rgba(255,255,255,.04)}
.hero{background:var(--navy);position:relative;overflow:hidden;padding:100px 0 80px;min-height:620px;display:flex;align-items:center}
.hero::before{content:'';position:absolute;inset:0;pointer-events:none;background-image:repeating-linear-gradient(-45deg,transparent,transparent 28px,rgba(95,191,64,.04) 28px,rgba(95,191,64,.04) 30px)}
.hero::after{content:'';position:absolute;top:-200px;right:-200px;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(104,64,168,.22) 0%,transparent 70%);pointer-events:none}
.hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.hero-eyebrow{font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--green);margin-bottom:20px;display:flex;align-items:center;gap:8px}
.hero-eyebrow::before{content:'';display:block;width:24px;height:2px;background:var(--green)}
h1.hero-h1{font-size:clamp(38px,5.5vw,68px);font-weight:800;line-height:1.08;letter-spacing:-.03em;color:var(--white);text-wrap:balance}
h1.hero-h1 em{font-style:italic;color:var(--green)}
.hero-sub{font-size:18px;color:rgba(255,255,255,.62);line-height:1.7;margin:24px 0 36px;max-width:480px}
.hero-btns{display:flex;gap:12px;flex-wrap:wrap}
.hero-stats{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:48px}
.stat{border-left:3px solid var(--green);padding-left:16px}
.stat-n{font-size:36px;font-weight:800;color:var(--white);letter-spacing:-.03em;line-height:1}
.stat-l{font-size:12px;color:rgba(255,255,255,.5);margin-top:4px;letter-spacing:.04em;text-transform:uppercase}
.hero-visual{display:flex;align-items:center;justify-content:center}
.hero-card{background:var(--navy2);border:1px solid rgba(255,255,255,.09);border-radius:20px;padding:32px;width:100%;max-width:380px;box-shadow:0 32px 80px rgba(0,0,0,.5)}
.hcard-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}
.hcard-label-sm{font-size:13px;color:rgba(255,255,255,.4);font-weight:600}
.hcard-badge{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--green);background:rgba(95,191,64,.12);border-radius:50px;padding:5px 12px}
.hcard-amount{font-size:44px;font-weight:800;color:var(--white);letter-spacing:-.04em;margin-bottom:4px}
.hcard-currency{font-size:13px;color:rgba(255,255,255,.45)}
.hcard-divider{height:1px;background:rgba(255,255,255,.08);margin:20px 0}
.hcard-row{display:flex;justify-content:space-between;margin-bottom:10px}
.hcard-key{font-size:13px;color:rgba(255,255,255,.45)}
.hcard-val{font-size:13px;font-weight:600;color:var(--white)}.hcard-val.green{color:var(--green)}
.hcard-cta{width:100%;margin-top:24px;padding:14px;background:var(--green);color:var(--navy);border-radius:12px;font-weight:800;font-size:15px;text-align:center;transition:background .2s}.hcard-cta:hover{background:var(--green2)}
.trust-bar{background:var(--navy2);border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06);padding:18px 0}
.trust-inner{display:flex;align-items:center;justify-content:center;gap:40px;flex-wrap:wrap}
.trust-item{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:600;color:rgba(255,255,255,.55);letter-spacing:.04em;text-transform:uppercase}
.trust-dot{width:6px;height:6px;border-radius:50%;background:var(--green)}
.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:56px}
.product-card{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);padding:32px;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden}
.product-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px}
.product-card.c-green::before{background:var(--green)}.product-card.c-purple::before{background:var(--purple)}.product-card.c-blue::before{background:#3B8AF5}.product-card.c-amber::before{background:#F59E0B}.product-card.c-rose::before{background:#F43F5E}.product-card.c-teal::before{background:#14B8A6}
.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.product-icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:26px;margin-bottom:20px}
.i-green{background:rgba(95,191,64,.12)}.i-purple{background:rgba(104,64,168,.12)}.i-blue{background:rgba(59,138,245,.12)}.i-amber{background:rgba(245,158,11,.12)}.i-rose{background:rgba(244,63,94,.12)}.i-teal{background:rgba(20,184,166,.12)}
.product-card h3{font-size:18px;font-weight:700;color:var(--text);margin-bottom:10px}
.product-card p{font-size:14px;color:var(--sub);line-height:1.65}
.product-tag{display:inline-block;margin-top:16px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:4px 10px;border-radius:50px}
.t-green{background:rgba(95,191,64,.12);color:var(--green2)}.t-purple{background:rgba(104,64,168,.12);color:var(--purple)}.t-blue{background:rgba(59,138,245,.12);color:#3B8AF5}.t-amber{background:rgba(245,158,11,.12);color:#B45309}.t-rose{background:rgba(244,63,94,.12);color:#BE123C}.t-teal{background:rgba(20,184,166,.12);color:#0F766E}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;margin-top:60px;position:relative}
.steps::before{content:'';position:absolute;top:28px;left:10%;right:10%;height:2px;background:linear-gradient(90deg,var(--green),var(--purple));opacity:.25}
.step{text-align:center;position:relative}
.step-num{width:56px;height:56px;border-radius:50%;background:var(--green);color:var(--navy);font-size:20px;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;position:relative;z-index:1}
.step-num.purple{background:var(--purple);color:var(--white)}
.step h3{font-size:16px;font-weight:700;color:var(--text);margin-bottom:8px}
.step p{font-size:14px;color:var(--sub);line-height:1.6}
.cu-gateway{background:var(--navy);position:relative;overflow:hidden;padding:96px 0}
.cu-gateway::before{content:'';position:absolute;inset:0;pointer-events:none;background-image:repeating-linear-gradient(45deg,transparent,transparent 28px,rgba(104,64,168,.05) 28px,rgba(104,64,168,.05) 30px)}
.cu-inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.cu-badge{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--purple);background:rgba(104,64,168,.15);border-radius:50px;padding:6px 14px;margin-bottom:20px}
.cu-inner h2{font-size:clamp(28px,4vw,44px);font-weight:800;color:var(--white);line-height:1.15;text-wrap:balance}
.cu-inner h2 em{font-style:italic;color:#A78BFA}
.cu-sub{font-size:17px;color:rgba(255,255,255,.6);line-height:1.7;margin:20px 0 32px}
.cu-features{display:flex;flex-direction:column;gap:16px}
.cu-feat{display:flex;align-items:flex-start;gap:14px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.07);border-radius:12px;padding:18px 20px}
.cu-feat-icon{width:38px;height:38px;flex-shrink:0;border-radius:10px;background:rgba(104,64,168,.22);display:flex;align-items:center;justify-content:center;font-size:18px}
.cu-feat h4{font-size:14px;font-weight:700;color:var(--white);margin-bottom:4px}
.cu-feat p{font-size:13px;color:rgba(255,255,255,.5);line-height:1.5}
.cu-visual{display:flex;flex-direction:column;gap:16px}
.cu-metric{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:28px 32px}
.cu-metric-n{font-size:48px;font-weight:800;letter-spacing:-.04em;color:var(--white)}
.cu-metric-n span{color:#A78BFA}
.cu-metric-l{font-size:13px;color:rgba(255,255,255,.4);text-transform:uppercase;letter-spacing:.06em;margin-top:6px}
.cu-tagline{background:linear-gradient(135deg,rgba(104,64,168,.25),rgba(95,191,64,.15));border:1px solid rgba(104,64,168,.3);border-radius:14px;padding:28px 32px;font-size:18px;font-weight:700;color:var(--white);line-height:1.5}
.cu-tagline span{color:#A78BFA}
.app-section{padding:96px 0}
.app-inner{max-width:640px;margin:0 auto;text-align:center}
.app-inner h2{font-size:clamp(28px,4vw,44px);font-weight:800;line-height:1.15;color:var(--text);text-wrap:balance}
.app-inner p{font-size:17px;color:var(--sub);margin:16px 0 40px}
.app-badges{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.app-badge{display:flex;align-items:center;gap:12px;background:var(--text);color:var(--section-bg);border-radius:12px;padding:14px 24px;font-weight:700;font-size:15px;transition:opacity .2s}.app-badge:hover{opacity:.85}.app-badge.disabled{opacity:.45;pointer-events:none}
.app-badge svg{width:22px;height:22px;fill:currentColor}
.app-features-row{display:flex;gap:32px;justify-content:center;margin-top:48px;flex-wrap:wrap}
.app-feat{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--sub)}
.app-feat::before{content:'';width:16px;height:16px;border-radius:50%;background:var(--green);flex-shrink:0}
.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:52px}
.testi-card{background:var(--section-bg);border:1px solid var(--border);border-radius:var(--radius);padding:32px}
.testi-stars{color:#F59E0B;font-size:15px;margin-bottom:16px}
.testi-quote{font-size:15px;color:var(--sub);line-height:1.7;margin-bottom:24px;font-style:italic}
.testi-author{display:flex;align-items:center;gap:12px}
.testi-avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:15px;flex-shrink:0}
.testi-name{font-size:14px;font-weight:700;color:var(--text)}
.testi-loc{font-size:12px;color:var(--muted);margin-top:2px}
footer{background:var(--navy);color:rgba(255,255,255,.55);padding:72px 0 32px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.07)}
.footer-brand p{font-size:14px;line-height:1.7;margin-top:16px;max-width:280px}
.footer-col h4{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--white);margin-bottom:16px}
.footer-col a{display:block;font-size:14px;color:rgba(255,255,255,.5);margin-bottom:10px;transition:color .15s}.footer-col a:hover{color:var(--white)}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;padding-top:28px;font-size:12px;color:rgba(255,255,255,.3)}
.footer-bottom a{color:rgba(255,255,255,.4);margin-left:16px;transition:color .15s}.footer-bottom a:hover{color:var(--white)}
.reg-badge{display:inline-flex;align-items:center;gap:6px;background:rgba(95,191,64,.12);border-radius:50px;padding:5px 12px;font-size:11px;font-weight:700;color:var(--green);letter-spacing:.06em;text-transform:uppercase;margin-top:12px}
@media(max-width:900px){.hero-inner{grid-template-columns:1fr;gap:48px}.hero-visual{display:none}.cu-inner{grid-template-columns:1fr}.products-grid{grid-template-columns:repeat(2,1fr)}.testi-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.steps{grid-template-columns:1fr 1fr}.steps::before{display:none}.nav-links,.nav-cta{display:none}.nav-hamburger{display:flex}}
@media(max-width:560px){.products-grid{grid-template-columns:1fr}.testi-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.section{padding:64px 0}.hero{padding:72px 0 56px}}
