/* ==============================================
   GLOBAL MLM SOFTWARE — EWALLET SYSTEM PAGE
   css/ewallet.css  |  v1.0
   Theme: Emerald / Teal / Cyan / Violet / Gold
   Sections: Hero · Stats · What Is · Features · How It Works ·
             Tabs · Security · Integrations · Testimonials ·
             FAQ · CTA · Footer
   ============================================== */

/* ── CSS VARIABLES ── */
:root {
  --ew-primary:        #059669;
  --ew-primary-dark:   #047857;
  --ew-primary-light:  #6ee7b7;
  --ew-teal:           #0d9488;
  --ew-cyan:           #0891b2;
  --ew-violet:         #7c3aed;
  --ew-gold:           #f59e0b;
  --ew-rose:           #f43f5e;
  --ew-dark:           #061a12;
  --ew-navy:           #0b2416;
  --ew-gray-50:        #f0fdf4;
  --ew-gray-100:       #dcfce7;
  --ew-gray-200:       #bbf7d0;
  --ew-gray-300:       #86efac;
  --ew-gray-400:       #94a3b8;
  --ew-gray-500:       #64748b;
  --ew-gray-600:       #475569;
  --ew-gray-700:       #334155;
  --ew-gray-800:       #1e293b;
  --ew-gray-900:       #0f172a;
  --ew-text:           #1e293b;
  --ew-text-light:     #64748b;
  --ew-white:          #ffffff;
  --ew-radius-sm:      8px;
  --ew-radius-md:      12px;
  --ew-radius-lg:      18px;
  --ew-radius-xl:      24px;
  --ew-radius-full:    9999px;
  --ew-shadow-sm:      0 1px 4px rgba(0,0,0,.07);
  --ew-shadow-md:      0 4px 20px rgba(0,0,0,.10);
  --ew-shadow-lg:      0 12px 40px rgba(0,0,0,.13);
  --ew-shadow-xl:      0 24px 64px rgba(0,0,0,.18);
  --ew-transition:     .26s cubic-bezier(.4,0,.2,1);
  --ew-gradient:       linear-gradient(135deg,#059669 0%,#0d9488 55%,#0891b2 100%);
  --ew-gradient-gold:  linear-gradient(135deg,#f59e0b,#ef4444);
  --ew-gradient-dark:  linear-gradient(135deg,#061a12 0%,#0b2416 60%,#071a1a 100%);
  --ew-gradient-violet:linear-gradient(135deg,#059669 0%,#7c3aed 100%);
}

/* ── RESET ── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Inter','Plus Jakarta Sans',sans-serif;color:var(--ew-text);background:#f8fafc;line-height:1.6;overflow-x:hidden}

/* ── SKIP LINK ── */
.ew-skip{position:absolute;top:-60px;left:0;background:var(--ew-primary);color:#fff;padding:8px 16px;font-size:.85rem;z-index:9999;border-radius:0 0 8px 0;text-decoration:none;transition:top .2s}
.ew-skip:focus{top:0}

/* ── UTILITY ── */
.ew-container{max-width:1200px;margin:0 auto;padding:0 24px}
.ew-text-center{text-align:center;margin-bottom:56px}
.ew-section{padding:88px 0;background:#f8fafc}
.ew-section-white{padding:88px 0;background:var(--ew-white)}
.ew-section-dark{padding:88px 0;background:var(--ew-gradient-dark)}
.ew-section-tinted{padding:88px 0;background:var(--ew-gray-50)}

/* ── LABELS ── */
.ew-label{display:inline-flex;align-items:center;gap:7px;padding:6px 16px;border-radius:var(--ew-radius-full);font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin-bottom:14px}
.ew-label-green{background:rgba(5,150,105,.12);color:var(--ew-primary-dark)}
.ew-label-teal{background:rgba(13,148,136,.12);color:var(--ew-teal)}
.ew-label-violet{background:rgba(124,58,237,.12);color:var(--ew-violet)}
.ew-label-gold{background:rgba(245,158,11,.12);color:#92400e}
.ew-label-dark{background:rgba(255,255,255,.1);color:rgba(255,255,255,.85);border:1px solid rgba(255,255,255,.15)}

/* ── SECTION TITLES ── */
.ew-section-title{font-size:clamp(1.7rem,3.5vw,2.45rem);font-weight:800;color:var(--ew-gray-900);line-height:1.22;margin-bottom:14px}
.ew-section-title span{background:var(--ew-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.ew-white-title{color:var(--ew-white)}
.ew-white-title span{background:linear-gradient(90deg,#6ee7b7,#a7f3d0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.ew-section-desc{font-size:1.02rem;color:var(--ew-gray-500);max-width:660px;margin:0 auto}
.ew-section-desc-white{font-size:1rem;color:rgba(255,255,255,.7);max-width:660px;margin:0 auto}

/* ── BUTTONS ── */
.ew-btn-primary{display:inline-flex;align-items:center;gap:8px;padding:13px 28px;background:var(--ew-gradient);color:#fff;border-radius:var(--ew-radius-full);font-weight:700;font-size:.9rem;text-decoration:none;transition:all .25s;box-shadow:0 4px 18px rgba(5,150,105,.35)}
.ew-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgba(5,150,105,.48)}
.ew-btn-outline{display:inline-flex;align-items:center;gap:8px;padding:12px 26px;border:2px solid var(--ew-primary);color:var(--ew-primary);border-radius:var(--ew-radius-full);font-weight:700;font-size:.9rem;text-decoration:none;transition:all .25s;background:transparent}
.ew-btn-outline:hover{background:var(--ew-primary);color:#fff;transform:translateY(-2px)}
.ew-btn-white-outline{display:inline-flex;align-items:center;gap:8px;padding:12px 26px;border:2px solid rgba(255,255,255,.5);color:#fff;border-radius:var(--ew-radius-full);font-weight:700;font-size:.9rem;text-decoration:none;transition:all .25s;background:rgba(255,255,255,.08)}
.ew-btn-white-outline:hover{background:rgba(255,255,255,.18);border-color:#fff;transform:translateY(-2px)}

/* ── SCROLL ANIMATIONS ── */
.ew-fade-up{opacity:0;transform:translateY(28px);transition:opacity .55s ease,transform .55s ease}
.ew-fade-up.ew-visible{opacity:1;transform:translateY(0)}
.ew-d1{transition-delay:.1s}
.ew-d2{transition-delay:.2s}
.ew-d3{transition-delay:.3s}
.ew-d4{transition-delay:.4s}
.ew-d5{transition-delay:.5s}

/* ── ICON COLORS ── */
.ic-green{background:rgba(5,150,105,.12);color:var(--ew-primary)}
.ic-teal{background:rgba(13,148,136,.12);color:var(--ew-teal)}
.ic-cyan{background:rgba(8,145,178,.12);color:var(--ew-cyan)}
.ic-violet{background:rgba(124,58,237,.12);color:var(--ew-violet)}
.ic-gold{background:rgba(245,158,11,.12);color:#b45309}
.ic-rose{background:rgba(244,63,94,.12);color:#be123c}
.ic-indigo{background:rgba(99,102,241,.12);color:#4338ca}
.ic-amber{background:rgba(245,158,11,.12);color:#92400e}
.ic-blue{background:rgba(59,130,246,.12);color:#1d4ed8}
.ic-emerald{background:rgba(16,185,129,.12);color:#065f46}

/* ══════════════════════════════════════════════
   HERO SECTION
══════════════════════════════════════════════ */
.ew-hero{
  min-height:90vh;
  background:var(--ew-gradient-dark);
  position:relative;
  display:flex;
  align-items:center;
  overflow:hidden;
  padding:120px 0 80px;
}
.ew-hero-bg{position:absolute;inset:0;pointer-events:none;overflow:hidden}
.ew-blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.18}
.ew-blob-1{width:600px;height:600px;top:-15%;left:-12%;background:radial-gradient(circle,#059669,transparent)}
.ew-blob-2{width:500px;height:500px;top:20%;right:-10%;background:radial-gradient(circle,#0d9488,transparent)}
.ew-blob-3{width:400px;height:400px;bottom:-10%;left:30%;background:radial-gradient(circle,#0891b2,transparent)}
.ew-blob-4{width:300px;height:300px;bottom:10%;right:20%;background:radial-gradient(circle,#7c3aed,transparent);opacity:.14}
.ew-hero-grid{
  position:absolute;inset:0;
  background-image:linear-gradient(rgba(5,150,105,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(5,150,105,.06) 1px,transparent 1px);
  background-size:48px 48px;
}
.ew-hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;max-width:1200px;margin:0 auto;padding:0 24px}
.ew-hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(5,150,105,.2);color:#6ee7b7;border:1px solid rgba(110,231,183,.25);border-radius:var(--ew-radius-full);padding:6px 18px;font-size:.8rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;margin-bottom:20px}
.ew-hero-title{font-size:clamp(2rem,4.5vw,3.2rem);font-weight:900;color:#fff;line-height:1.15;margin-bottom:20px}
.ew-hero-title span{background:linear-gradient(90deg,#6ee7b7,#a7f3d0,#67e8f9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.ew-hero-desc{font-size:1.05rem;color:rgba(255,255,255,.72);line-height:1.75;margin-bottom:32px;max-width:540px}
.ew-hero-ctas{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:36px}
.ew-hero-trust{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.ew-trust-item{display:flex;align-items:center;gap:6px;font-size:.82rem;color:rgba(255,255,255,.7);font-weight:500}
.ew-trust-item i{color:#6ee7b7;font-size:.75rem}
.ew-trust-sep{width:4px;height:4px;border-radius:50%;background:rgba(255,255,255,.3)}

/* Hero visual — E-Wallet mock UI */
.ew-hero-visual{position:relative}
.ew-wallet-mock{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(110,231,183,.2);
  border-radius:var(--ew-radius-xl);
  padding:28px;
  backdrop-filter:blur(12px);
  box-shadow:0 24px 64px rgba(0,0,0,.45);
}
.ew-wallet-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}
.ew-wallet-logo{display:flex;align-items:center;gap:10px}
.ew-wallet-logo-icon{width:38px;height:38px;border-radius:10px;background:var(--ew-gradient);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.1rem}
.ew-wallet-logo-text{font-size:.9rem;font-weight:700;color:#fff}
.ew-wallet-logo-sub{font-size:.72rem;color:rgba(255,255,255,.55);margin-top:1px}
.ew-wallet-status{display:flex;align-items:center;gap:6px;background:rgba(16,185,129,.18);color:#6ee7b7;border-radius:var(--ew-radius-full);padding:4px 12px;font-size:.72rem;font-weight:700}
.ew-wallet-status::before{content:'';width:7px;height:7px;border-radius:50%;background:#10b981;animation:ew-pulse 2s infinite}

.ew-balance-card{background:var(--ew-gradient);border-radius:var(--ew-radius-lg);padding:24px;margin-bottom:20px;position:relative;overflow:hidden}
.ew-balance-card::before{content:'';position:absolute;top:-30px;right:-30px;width:160px;height:160px;border-radius:50%;background:rgba(255,255,255,.08)}
.ew-balance-card::after{content:'';position:absolute;bottom:-40px;left:50%;width:200px;height:200px;border-radius:50%;background:rgba(255,255,255,.05)}
.ew-balance-label{font-size:.75rem;color:rgba(255,255,255,.7);font-weight:600;letter-spacing:.05em;text-transform:uppercase;margin-bottom:6px;position:relative;z-index:1}
.ew-balance-amount{font-size:2rem;font-weight:900;color:#fff;line-height:1.1;position:relative;z-index:1}
.ew-balance-currency{font-size:.9rem;font-weight:600;color:rgba(255,255,255,.75);margin-left:4px}
.ew-balance-sub{font-size:.75rem;color:rgba(255,255,255,.6);margin-top:4px;position:relative;z-index:1}

.ew-wallet-actions{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:20px}
.ew-wallet-action{display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 8px;background:rgba(255,255,255,.06);border-radius:var(--ew-radius-md);border:1px solid rgba(255,255,255,.08);cursor:pointer;transition:all .25s;text-decoration:none}
.ew-wallet-action:hover{background:rgba(5,150,105,.2);border-color:rgba(110,231,183,.3)}
.ew-wallet-action-icon{width:36px;height:36px;border-radius:10px;background:var(--ew-gradient);display:flex;align-items:center;justify-content:center;color:#fff;font-size:.85rem}
.ew-wallet-action-label{font-size:.65rem;color:rgba(255,255,255,.65);font-weight:600;text-align:center}

.ew-txn-list{display:flex;flex-direction:column;gap:8px}
.ew-txn-item{display:flex;align-items:center;gap:12px;padding:10px 14px;background:rgba(255,255,255,.04);border-radius:var(--ew-radius-md);border:1px solid rgba(255,255,255,.06)}
.ew-txn-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:.8rem;flex-shrink:0}
.ew-txn-icon.credit{background:rgba(16,185,129,.2);color:#6ee7b7}
.ew-txn-icon.debit{background:rgba(239,68,68,.2);color:#fca5a5}
.ew-txn-info{flex:1;min-width:0}
.ew-txn-name{font-size:.77rem;color:rgba(255,255,255,.85);font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ew-txn-date{font-size:.68rem;color:rgba(255,255,255,.4);margin-top:1px}
.ew-txn-amount{font-size:.82rem;font-weight:700;white-space:nowrap}
.ew-txn-amount.credit{color:#6ee7b7}
.ew-txn-amount.debit{color:#fca5a5}

.ew-hero-counters{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:20px}
.ew-hero-counter{background:rgba(255,255,255,.06);border:1px solid rgba(110,231,183,.15);border-radius:var(--ew-radius-md);padding:12px 8px;text-align:center}
.ew-hero-counter-num{font-size:1.25rem;font-weight:900;color:#6ee7b7;line-height:1}
.ew-hero-counter-label{font-size:.65rem;color:rgba(255,255,255,.5);margin-top:4px;font-weight:500;text-transform:uppercase;letter-spacing:.04em}

@keyframes ew-pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.3)}}

/* ══════════════════════════════════════════════
   STATS RIBBON
══════════════════════════════════════════════ */
.ew-ribbon{background:var(--ew-gradient);padding:20px 0}
.ew-ribbon-inner{display:flex;flex-wrap:wrap;justify-content:center;gap:0;max-width:1200px;margin:0 auto;padding:0 24px}
.ew-ribbon-item{display:flex;flex-direction:column;align-items:center;gap:4px;padding:12px 32px;position:relative}
.ew-ribbon-item:not(:last-child)::after{content:'';position:absolute;right:0;top:20%;height:60%;width:1px;background:rgba(255,255,255,.25)}
.ew-ribbon-num{font-size:1.65rem;font-weight:900;color:#fff;line-height:1}
.ew-ribbon-label{font-size:.72rem;color:rgba(255,255,255,.8);font-weight:600;text-transform:uppercase;letter-spacing:.05em;text-align:center}

/* ══════════════════════════════════════════════
   WHAT IS E-WALLET SECTION
══════════════════════════════════════════════ */
.ew-what-grid{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center;margin-top:16px}
.ew-what-content{}
.ew-eeat-box{display:flex;align-items:flex-start;gap:14px;background:rgba(5,150,105,.06);border:1px solid rgba(5,150,105,.18);border-radius:var(--ew-radius-lg);padding:18px 20px;margin-bottom:28px}
.ew-eeat-avatar{width:50px;height:50px;border-radius:50%;background:var(--ew-gradient);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem;flex-shrink:0}
.ew-eeat-name{font-size:.88rem;font-weight:700;color:var(--ew-gray-800)}
.ew-eeat-cred{font-size:.75rem;color:var(--ew-gray-500);margin-top:2px}
.ew-what-text{font-size:.97rem;color:var(--ew-gray-600);line-height:1.82;margin-bottom:18px}
.ew-what-text strong{color:var(--ew-gray-800);font-weight:700}
.ew-what-checklist{display:flex;flex-direction:column;gap:10px;margin-bottom:28px}
.ew-what-check{display:flex;align-items:flex-start;gap:10px;font-size:.9rem;color:var(--ew-gray-700)}
.ew-what-check i{color:var(--ew-primary);font-size:.75rem;margin-top:4px;flex-shrink:0}
.ew-what-visual{display:flex;flex-direction:column;gap:16px}
.ew-stat-card{background:#fff;border-radius:var(--ew-radius-lg);padding:22px 24px;box-shadow:var(--ew-shadow-md);border:1px solid var(--ew-gray-200);display:flex;align-items:center;gap:18px}
.ew-stat-card-icon{width:52px;height:52px;border-radius:var(--ew-radius-md);display:flex;align-items:center;justify-content:center;font-size:1.3rem;flex-shrink:0}
.ew-stat-card-val{font-size:1.6rem;font-weight:900;color:var(--ew-gray-900);line-height:1}
.ew-stat-card-lbl{font-size:.78rem;color:var(--ew-gray-500);margin-top:3px;font-weight:500}

/* ══════════════════════════════════════════════
   FEATURES GRID
══════════════════════════════════════════════ */
.ew-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.ew-feat-card{background:#fff;border-radius:var(--ew-radius-lg);padding:28px;border:1px solid var(--ew-gray-200);transition:all var(--ew-transition);box-shadow:var(--ew-shadow-sm)}
.ew-feat-card:hover{transform:translateY(-4px);box-shadow:var(--ew-shadow-lg);border-color:rgba(5,150,105,.25)}
.ew-feat-icon{width:52px;height:52px;border-radius:var(--ew-radius-md);display:flex;align-items:center;justify-content:center;font-size:1.25rem;margin-bottom:16px}
.ew-feat-title{font-size:1rem;font-weight:700;color:var(--ew-gray-900);margin-bottom:9px}
.ew-feat-desc{font-size:.87rem;color:var(--ew-gray-500);line-height:1.7;margin-bottom:14px}
.ew-feat-tags{display:flex;flex-wrap:wrap;gap:6px}
.ew-feat-tag{padding:3px 10px;border-radius:var(--ew-radius-full);font-size:.68rem;font-weight:600}

/* ══════════════════════════════════════════════
   HOW IT WORKS
══════════════════════════════════════════════ */
.ew-how-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:0;position:relative;margin-top:16px}
.ew-how-steps::before{content:'';position:absolute;top:36px;left:10%;right:10%;height:2px;background:linear-gradient(90deg,var(--ew-primary),var(--ew-teal),var(--ew-cyan));opacity:.35;z-index:0}
.ew-step{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 12px;position:relative;z-index:1}
.ew-step-num{width:72px;height:72px;border-radius:50%;background:var(--ew-gradient);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:900;margin-bottom:18px;box-shadow:0 8px 24px rgba(5,150,105,.35);position:relative}
.ew-step-num::after{content:'';position:absolute;inset:-4px;border-radius:50%;border:2px solid rgba(5,150,105,.3)}
.ew-step-icon{font-size:1.15rem}
.ew-step-title{font-size:.9rem;font-weight:700;color:var(--ew-gray-800);margin-bottom:8px}
.ew-step-desc{font-size:.8rem;color:var(--ew-gray-500);line-height:1.6}

/* ══════════════════════════════════════════════
   FEATURE TABS
══════════════════════════════════════════════ */
.ew-tabs-wrap{display:grid;grid-template-columns:280px 1fr;gap:32px;align-items:start;margin-top:16px}
.ew-tab-nav{display:flex;flex-direction:column;gap:6px}
.ew-tab-btn{display:flex;align-items:center;gap:12px;padding:14px 18px;border-radius:var(--ew-radius-md);border:none;background:transparent;cursor:pointer;text-align:left;width:100%;transition:all var(--ew-transition);font-family:inherit}
.ew-tab-btn:hover{background:rgba(5,150,105,.07)}
.ew-tab-btn.ew-active{background:rgba(5,150,105,.12);border-left:3px solid var(--ew-primary)}
.ew-tab-btn-icon{width:38px;height:38px;border-radius:var(--ew-radius-sm);display:flex;align-items:center;justify-content:center;font-size:.95rem;transition:all var(--ew-transition);flex-shrink:0}
.ew-tab-btn.ew-active .ew-tab-btn-icon{background:var(--ew-gradient);color:#fff}
.ew-tab-btn-text{font-size:.88rem;font-weight:600;color:var(--ew-gray-600)}
.ew-tab-btn.ew-active .ew-tab-btn-text{color:var(--ew-primary-dark)}
.ew-tab-panel{display:none}
.ew-tab-panel.ew-active{display:block;animation:ew-fadeIn .3s ease}
@keyframes ew-fadeIn{from{opacity:0;transform:translateX(12px)}to{opacity:1;transform:translateX(0)}}
.ew-tab-content{background:#fff;border-radius:var(--ew-radius-xl);padding:36px;box-shadow:var(--ew-shadow-md);border:1px solid var(--ew-gray-200)}
.ew-tab-content-header{display:flex;align-items:center;gap:16px;margin-bottom:24px}
.ew-tab-content-icon{width:56px;height:56px;border-radius:var(--ew-radius-md);display:flex;align-items:center;justify-content:center;font-size:1.4rem;background:var(--ew-gradient);color:#fff}
.ew-tab-content-title{font-size:1.3rem;font-weight:800;color:var(--ew-gray-900)}
.ew-tab-content-sub{font-size:.85rem;color:var(--ew-gray-500);margin-top:3px}
.ew-tab-content-desc{font-size:.95rem;color:var(--ew-gray-600);line-height:1.8;margin-bottom:24px}
.ew-tab-list{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:24px}
.ew-tab-list-item{display:flex;align-items:flex-start;gap:9px;font-size:.88rem;color:var(--ew-gray-700)}
.ew-tab-list-item i{color:var(--ew-primary);font-size:.75rem;margin-top:4px;flex-shrink:0}
.ew-tab-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:12px}
.ew-tab-metric{background:var(--ew-gray-50);border-radius:var(--ew-radius-md);padding:16px;text-align:center}
.ew-tab-metric-val{font-size:1.45rem;font-weight:900;background:var(--ew-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.ew-tab-metric-lbl{font-size:.72rem;color:var(--ew-gray-500);margin-top:3px;font-weight:600}

/* ══════════════════════════════════════════════
   SECURITY SECTION (DARK)
══════════════════════════════════════════════ */
.ew-security-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:16px}
.ew-sec-card{background:rgba(255,255,255,.04);border:1px solid rgba(110,231,183,.12);border-radius:var(--ew-radius-lg);padding:28px 22px;text-align:center;transition:all var(--ew-transition)}
.ew-sec-card:hover{background:rgba(5,150,105,.12);border-color:rgba(110,231,183,.3);transform:translateY(-4px)}
.ew-sec-icon{width:56px;height:56px;border-radius:50%;background:rgba(5,150,105,.2);color:#6ee7b7;display:flex;align-items:center;justify-content:center;font-size:1.3rem;margin:0 auto 16px}
.ew-sec-title{font-size:.95rem;font-weight:700;color:#fff;margin-bottom:8px}
.ew-sec-desc{font-size:.8rem;color:rgba(255,255,255,.55);line-height:1.65}
.ew-compliance-row{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:40px}
.ew-compliance-badge{display:flex;align-items:center;gap:8px;background:rgba(255,255,255,.07);border:1px solid rgba(110,231,183,.18);border-radius:var(--ew-radius-full);padding:8px 18px;font-size:.78rem;font-weight:700;color:rgba(255,255,255,.8)}
.ew-compliance-badge i{color:#6ee7b7}

/* ══════════════════════════════════════════════
   INTEGRATIONS
══════════════════════════════════════════════ */
.ew-int-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px;margin-bottom:40px}
.ew-int-card{background:#fff;border-radius:var(--ew-radius-lg);padding:20px 16px;text-align:center;border:1px solid var(--ew-gray-200);transition:all var(--ew-transition);box-shadow:var(--ew-shadow-sm)}
.ew-int-card:hover{transform:translateY(-3px);box-shadow:var(--ew-shadow-md);border-color:rgba(5,150,105,.2)}
.ew-int-icon{font-size:1.8rem;margin-bottom:8px;display:block}
.ew-int-name{font-size:.75rem;font-weight:700;color:var(--ew-gray-700)}

/* ══════════════════════════════════════════════
   COMPARISON TABLE
══════════════════════════════════════════════ */
.ew-table-wrap{overflow-x:auto;border-radius:var(--ew-radius-lg);box-shadow:var(--ew-shadow-lg);border:1px solid var(--ew-gray-200)}
.ew-table{width:100%;border-collapse:collapse;font-size:.88rem;background:#fff}
.ew-table thead th{padding:16px 20px;background:var(--ew-gradient);color:#fff;font-weight:700;text-align:left;font-size:.82rem;letter-spacing:.04em}
.ew-table thead th:first-child{border-radius:var(--ew-radius-lg) 0 0 0}
.ew-table thead th:last-child{border-radius:0 var(--ew-radius-lg) 0 0}
.ew-table tbody tr{border-bottom:1px solid var(--ew-gray-100)}
.ew-table tbody tr:hover{background:var(--ew-gray-50)}
.ew-table tbody td{padding:14px 20px;color:var(--ew-gray-700);vertical-align:middle}
.ew-table tbody td:first-child{font-weight:600;color:var(--ew-gray-800)}
.ew-table .ew-check{color:var(--ew-primary);font-size:.9rem}
.ew-table .ew-cross{color:#cbd5e1;font-size:.9rem}
.ew-table .ew-highlight{background:rgba(5,150,105,.05);font-weight:700;color:var(--ew-primary-dark)}

/* ══════════════════════════════════════════════
   TESTIMONIALS
══════════════════════════════════════════════ */
.ew-testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.ew-testi-card{background:#fff;border-radius:var(--ew-radius-xl);padding:28px;border:1px solid var(--ew-gray-200);box-shadow:var(--ew-shadow-sm);transition:all var(--ew-transition)}
.ew-testi-card:hover{transform:translateY(-4px);box-shadow:var(--ew-shadow-lg);border-color:rgba(5,150,105,.2)}
.ew-testi-stars{display:flex;gap:3px;margin-bottom:14px}
.ew-testi-stars i{color:#f59e0b;font-size:.8rem}
.ew-testi-quote{font-size:.91rem;color:var(--ew-gray-600);line-height:1.75;margin-bottom:20px;font-style:italic}
.ew-testi-quote::before{content:'"';font-size:2rem;color:rgba(5,150,105,.2);font-family:Georgia,serif;line-height:.5;display:block;margin-bottom:8px}
.ew-testi-author{display:flex;align-items:center;gap:12px}
.ew-testi-avatar{width:44px;height:44px;border-radius:50%;background:var(--ew-gradient);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.9rem;flex-shrink:0}
.ew-testi-name{font-size:.88rem;font-weight:700;color:var(--ew-gray-800)}
.ew-testi-role{font-size:.75rem;color:var(--ew-gray-500);margin-top:1px}
.ew-testi-result{display:inline-block;margin-top:6px;padding:3px 10px;background:rgba(5,150,105,.1);color:var(--ew-primary-dark);border-radius:var(--ew-radius-full);font-size:.7rem;font-weight:700}

/* ══════════════════════════════════════════════
   FAQ ACCORDION
══════════════════════════════════════════════ */
.ew-faq-wrap{max-width:820px;margin:0 auto;display:flex;flex-direction:column;gap:12px}
.ew-faq-item{background:#fff;border-radius:var(--ew-radius-lg);border:1px solid var(--ew-gray-200);overflow:hidden;box-shadow:var(--ew-shadow-sm);transition:box-shadow var(--ew-transition)}
.ew-faq-item.ew-faq-open{box-shadow:var(--ew-shadow-md);border-color:rgba(5,150,105,.25)}
.ew-faq-trigger{width:100%;display:flex;align-items:center;gap:14px;padding:20px 22px;background:none;border:none;cursor:pointer;text-align:left;font-family:inherit;transition:background var(--ew-transition)}
.ew-faq-trigger:hover{background:var(--ew-gray-50)}
.ew-faq-trigger-icon{width:36px;height:36px;border-radius:var(--ew-radius-sm);display:flex;align-items:center;justify-content:center;font-size:.85rem;flex-shrink:0;transition:all var(--ew-transition)}
.ew-faq-open .ew-faq-trigger-icon{background:var(--ew-gradient);color:#fff}
.ew-faq-question{flex:1;font-size:.95rem;font-weight:700;color:var(--ew-gray-800)}
.ew-faq-chevron{width:28px;height:28px;border-radius:50%;background:var(--ew-gray-100);display:flex;align-items:center;justify-content:center;color:var(--ew-gray-500);font-size:.72rem;transition:all var(--ew-transition);flex-shrink:0}
.ew-faq-open .ew-faq-chevron{background:rgba(5,150,105,.15);color:var(--ew-primary);transform:rotate(180deg)}
.ew-faq-body{max-height:0;overflow:hidden;transition:max-height .38s ease}
.ew-faq-inner{padding:0 22px 22px 22px;padding-left:72px;font-size:.9rem;color:var(--ew-gray-600);line-height:1.8}

/* ══════════════════════════════════════════════
   CTA BAND
══════════════════════════════════════════════ */
.ew-cta-band{background:var(--ew-gradient);padding:72px 24px;text-align:center;position:relative;overflow:hidden}
.ew-cta-band::before{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}
.ew-cta-band-inner{position:relative;z-index:1;max-width:760px;margin:0 auto}
.ew-cta-title{font-size:clamp(1.6rem,3.5vw,2.2rem);font-weight:900;color:#fff;margin-bottom:14px}
.ew-cta-desc{font-size:1rem;color:rgba(255,255,255,.8);line-height:1.75;margin-bottom:32px}
.ew-cta-buttons{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.ew-cta-btn-white{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;background:#fff;color:var(--ew-primary-dark);border-radius:var(--ew-radius-full);font-weight:800;font-size:.9rem;text-decoration:none;transition:all .25s;box-shadow:0 4px 18px rgba(0,0,0,.18)}
.ew-cta-btn-white:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgba(0,0,0,.25)}

/* ══════════════════════════════════════════════
   FOOTER
══════════════════════════════════════════════ */
.ew-footer{background:var(--ew-gray-900);color:rgba(255,255,255,.65);padding:64px 0 0}
.ew-footer-inner{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:40px;max-width:1200px;margin:0 auto;padding:0 24px 48px}
.ew-footer-logo{display:flex;align-items:center;gap:12px;text-decoration:none;margin-bottom:16px}
.ew-footer-logo-icon{width:42px;height:42px;border-radius:10px;background:var(--ew-gradient);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.1rem}
.ew-footer-logo-main{font-size:1rem;font-weight:800;color:#fff;line-height:1.2}
.ew-footer-logo-sub{font-size:.72rem;color:rgba(255,255,255,.5)}
.ew-footer-tagline{font-size:.82rem;line-height:1.75;color:rgba(255,255,255,.5);margin-bottom:20px}
.ew-footer-social{display:flex;gap:10px}
.ew-social-icon{width:34px;height:34px;border-radius:8px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.6);font-size:.78rem;text-decoration:none;transition:all var(--ew-transition)}
.ew-social-icon:hover{background:var(--ew-primary);color:#fff;border-color:var(--ew-primary)}
.ew-footer-col-title{font-size:.8rem;font-weight:800;color:#fff;text-transform:uppercase;letter-spacing:.07em;margin-bottom:16px}
.ew-footer-links{display:flex;flex-direction:column;gap:8px}
.ew-footer-links a{font-size:.82rem;color:rgba(255,255,255,.55);text-decoration:none;transition:color var(--ew-transition)}
.ew-footer-links a:hover{color:var(--ew-primary-light)}
.ew-footer-bottom{border-top:1px solid rgba(255,255,255,.08);max-width:1200px;margin:0 auto;padding:20px 24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}
.ew-footer-copy{font-size:.78rem;color:rgba(255,255,255,.4)}
.ew-footer-bottom-links{display:flex;gap:20px}
.ew-footer-bottom-links a{font-size:.78rem;color:rgba(255,255,255,.4);text-decoration:none;transition:color var(--ew-transition)}
.ew-footer-bottom-links a:hover{color:rgba(255,255,255,.8)}

/* ══════════════════════════════════════════════
   MOBILE STICKY BAR
══════════════════════════════════════════════ */
.ew-sticky-bar{display:none;position:fixed;bottom:0;left:0;right:0;z-index:888;background:var(--ew-gray-900);border-top:1px solid rgba(255,255,255,.1);padding:10px 16px}
.ew-sticky-inner{display:flex;gap:8px;max-width:480px;margin:0 auto}
.ew-sticky-btn1,.ew-sticky-btn2{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:11px 12px;border-radius:var(--ew-radius-full);font-weight:700;font-size:.8rem;text-decoration:none}
.ew-sticky-btn1{background:var(--ew-gradient);color:#fff}
.ew-sticky-btn2{background:rgba(255,255,255,.1);color:#fff;border:1px solid rgba(255,255,255,.15)}
.ew-sticky-wa{width:44px;height:44px;border-radius:50%;background:#25D366;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.1rem;text-decoration:none;flex-shrink:0}

/* ══════════════════════════════════════════════
   BACK TO TOP
══════════════════════════════════════════════ */
.ew-back-top{position:fixed;bottom:80px;right:24px;z-index:800;width:44px;height:44px;border-radius:50%;background:var(--ew-gradient);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.85rem;opacity:0;transform:translateY(12px);transition:all .3s;box-shadow:var(--ew-shadow-md)}
.ew-back-top.visible{opacity:1;transform:translateY(0)}
.ew-back-top:hover{transform:translateY(-2px);box-shadow:var(--ew-shadow-lg)}

/* ══════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════ */
@media(max-width:1100px){
  .ew-hero-inner{grid-template-columns:1fr;gap:44px;text-align:center}
  .ew-hero-ctas{justify-content:center}
  .ew-hero-trust{justify-content:center}
  .ew-features-grid{grid-template-columns:repeat(2,1fr)}
  .ew-security-grid{grid-template-columns:repeat(2,1fr)}
  .ew-tabs-wrap{grid-template-columns:1fr}
  .ew-tab-nav{flex-direction:row;flex-wrap:wrap;gap:8px}
  .ew-how-steps{grid-template-columns:repeat(3,1fr)}
  .ew-how-steps::before{display:none}
  .ew-int-grid{grid-template-columns:repeat(4,1fr)}
  .ew-testimonials-grid{grid-template-columns:repeat(2,1fr)}
  .ew-footer-inner{grid-template-columns:1fr 1fr}
}
@media(max-width:768px){
  .ew-section,.ew-section-white,.ew-section-dark,.ew-section-tinted{padding:60px 0}
  .ew-hero{padding:100px 0 60px;min-height:auto}
  .ew-features-grid{grid-template-columns:1fr}
  .ew-what-grid{grid-template-columns:1fr}
  .ew-security-grid{grid-template-columns:1fr 1fr}
  .ew-how-steps{grid-template-columns:repeat(2,1fr);gap:24px}
  .ew-int-grid{grid-template-columns:repeat(3,1fr)}
  .ew-testimonials-grid{grid-template-columns:1fr}
  .ew-tab-list{grid-template-columns:1fr}
  .ew-tab-metrics{grid-template-columns:repeat(3,1fr)}
  .ew-wallet-actions{grid-template-columns:repeat(2,1fr)}
  .ew-hero-counters{grid-template-columns:repeat(2,1fr)}
  .ew-ribbon-item{padding:10px 16px}
  .ew-sticky-bar{display:block}
  .ew-back-top{bottom:72px}
}
@media(max-width:480px){
  .ew-hero-title{font-size:1.85rem}
  .ew-security-grid{grid-template-columns:1fr}
  .ew-how-steps{grid-template-columns:1fr}
  .ew-int-grid{grid-template-columns:repeat(2,1fr)}
  .ew-footer-inner{grid-template-columns:1fr}
  .ew-footer-bottom{flex-direction:column;text-align:center}
  .ew-tab-metrics{grid-template-columns:1fr 1fr}
}
