:root{
  --bg:#081a14;
  --bg-2:#0d2218;
  --panel:#122a22;
  --panel-2:#1e3e30;
  --line:rgba(255,255,255,.08);
  --text:#e9eef7;
  --muted:#9aa7bd;
  --primary:#10b981;
  --secondary:#f59e0b;
  --gold:#10b981;
  --green:#f59e0b;
  --red:#ef4444;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Helvetica Neue",Arial,sans-serif;
  background:var(--bg);
  color:var(--text);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}

.emrl-container{max-width:1180px;margin:0 auto;padding:0 24px}

/* Header */
.emrl-hdr{
  position:sticky;top:0;z-index:50;
  background:rgba(8,26,20,.92);
  backdrop-filter:saturate(140%) blur(10px);
  border-bottom:1px solid var(--line);
}
.emrl-hdr-inner{display:flex;align-items:center;justify-content:space-between;height:64px}
.emrl-logo{display:flex;align-items:center;gap:10px;font-weight:800;font-size:19.0px}
.emrl-logo-mark{
  width:34px;height:34px;border-radius:0px;
  background:linear-gradient(135deg,var(--primary),var(--secondary));
  display:flex;align-items:center;justify-content:center;
  color:#081a14;font-weight:900;font-size:17.1px;
  box-shadow:0 4px 16px rgba(16,185,129,.25);
}
.emrl-nav{display:flex;align-items:center;gap:28px}
.emrl-nav a{color:var(--muted);font-size:14.2px;transition:color .2s}
.emrl-nav a:hover{color:var(--text)}
.emrl-nav-cta{
  background:linear-gradient(135deg,var(--primary),var(--secondary));
  color:#081a14 !important;
  padding:8px 18px;border-radius:0px;font-weight:700;
}
.emrl-nav-cta:hover{filter:brightness(1.1)}

/* Hero */
.emrl-hero{
  position:relative;
  padding:64px 0 80px;
  background:
    radial-gradient(900px 500px at 80% -10%, rgba(16,185,129,.12), transparent 60%),
    radial-gradient(700px 400px at 0% 30%, rgba(34,197,94,.08), transparent 60%),
    linear-gradient(180deg,var(--bg-2),var(--bg));
  overflow:hidden;
}
.emrl-hero-inner{
  display:grid;grid-template-columns:1.15fr .85fr;gap:48px;align-items:center;
}
.emrl-hero-badge{
  display:inline-block;
  padding:6px 14px;border-radius:0px;
  background:rgba(16,185,129,.12);
  color:var(--gold);
  font-size:12.3px;font-weight:600;
  border:1px solid rgba(16,185,129,.25);
  margin-bottom:18px;
}
.emrl-hero-title{
  font-size:45.6px;line-height:1.18;font-weight:800;letter-spacing:-.5px;
  background:linear-gradient(180deg,#fff 30%,#cfd9ec);
  -webkit-background-clip:text;background-clip:text;color:transparent;
  margin-bottom:18px;
}
.emrl-hero-sub{font-size:16.1px;color:var(--muted);max-width:560px;margin-bottom:30px}

.emrl-dl-row{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:36px}
.emrl-dl-btn{
  display:inline-flex;align-items:center;gap:10px;
  padding:12px 18px;min-width:170px;
  border-radius:0px;
  background:var(--panel);border:1px solid var(--line);
  color:var(--text);
  transition:transform .15s ease,border-color .15s,background .15s;
}
.emrl-dl-btn:hover{transform:translateY(-2px);border-color:rgba(16,185,129,.4);background:var(--panel-2)}
.emrl-dl-btn span{display:flex;flex-direction:column;line-height:1.1;text-align:left}
.emrl-dl-btn small{font-size:10.4px;color:var(--muted);font-weight:500}
.emrl-dl-btn strong{font-size:15.2px;font-weight:700}
.emrl-dl-btn svg{flex-shrink:0;color:var(--gold)}
.emrl-dl-android svg{color:#f59e0b}
.emrl-dl-ios svg{color:#e9eef7}
.emrl-dl-mac svg{color:#cbd5e1}
.emrl-dl-win svg{color:#0ea5e9}

.emrl-hero-stats{
  display:grid;grid-template-columns:repeat(4,1fr);gap:18px;list-style:none;
  padding:18px;border-radius:0px;
  background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02));
  border:1px solid var(--line);max-width:600px;
}
.emrl-hero-stats li{display:flex;flex-direction:column;align-items:flex-start}
.emrl-hero-stats b{font-size:20.9px;color:var(--gold);font-weight:800}
.emrl-hero-stats span{font-size:11.4px;color:var(--muted)}

/* Phone mock */
.emrl-hero-art{display:flex;justify-content:center;align-items:center}
.emrl-phone{
  width:300px;height:500px;border-radius:0px;
  background:linear-gradient(160deg,#1e3e30,#0d2218);
  padding:18px 14px;
  box-shadow:
    0 30px 80px rgba(0,0,0,.45),
    inset 0 0 0 1px rgba(255,255,255,.06);
  position:relative;
}
.emrl-phone:before{
  content:"";position:absolute;left:50%;top:10px;transform:translateX(-50%);
  width:90px;height:18px;border-radius:0px;background:#081a14;
}
.emrl-phone-screen{
  margin-top:24px;height:calc(100% - 24px);
  border-radius:0px;background:var(--bg);
  padding:14px 12px;display:flex;flex-direction:column;gap:8px;overflow:hidden;
}
.emrl-ticker{
  display:flex;justify-content:space-between;align-items:center;
  padding:10px 12px;border-radius:0px;
  background:rgba(255,255,255,.03);font-size:12.3px;
}
.emrl-ticker-sym{font-weight:700;color:var(--text)}
.emrl-ticker-price{color:var(--muted)}
.emrl-ticker-up{color:var(--green);font-weight:700}
.emrl-ticker-down{color:var(--red);font-weight:700}
.emrl-chart{
  flex:1;margin-top:8px;border-radius:0px;
  background:
    linear-gradient(180deg,rgba(16,185,129,.18),transparent 70%),
    repeating-linear-gradient(0deg,rgba(255,255,255,.04) 0 1px,transparent 1px 28px),
    repeating-linear-gradient(90deg,rgba(255,255,255,.04) 0 1px,transparent 1px 28px),
    var(--panel);
  position:relative;overflow:hidden;
}
.emrl-chart:after{
  content:"";position:absolute;left:0;right:0;bottom:24%;height:60%;
  background:
    radial-gradient(circle at 10% 80%,rgba(16,185,129,.6),transparent 30%),
    radial-gradient(circle at 60% 30%,rgba(34,197,94,.4),transparent 35%),
    radial-gradient(circle at 90% 60%,rgba(16,185,129,.4),transparent 30%);
  filter:blur(8px);
}

/* Sections */
section{padding:80px 0}
.emrl-sec-title{font-size:32.3px;font-weight:800;text-align:center;margin-bottom:12px}
.emrl-sec-sub{text-align:center;color:var(--muted);max-width:680px;margin:0 auto 50px}

.emrl-grid{display:grid;gap:22px}
.emrl-grid-3{grid-template-columns:repeat(3,1fr)}

.emrl-features{background:linear-gradient(180deg,var(--bg),var(--bg-2))}
.emrl-card{
  background:var(--panel);border:1px solid var(--line);border-radius:0px;
  padding:28px 24px;transition:transform .2s,border-color .2s;
}
.emrl-card:hover{transform:translateY(-4px);border-color:rgba(16,185,129,.3)}
.emrl-card-icon{
  width:54px;height:54px;border-radius:0px;
  background:linear-gradient(135deg,rgba(16,185,129,.18),rgba(16,185,129,.05));
  display:flex;align-items:center;justify-content:center;font-size:24.7px;
  margin-bottom:18px;
}
.emrl-card h3{font-size:17.1px;font-weight:700;margin-bottom:8px}
.emrl-card p{color:var(--muted);font-size:13.8px}

/* Testimonials */
.emrl-testimonials{background:var(--bg-2)}
.emrl-t-card{
  background:var(--panel);border:1px solid var(--line);border-radius:0px;padding:26px 24px;
}
.emrl-t-head{display:flex;align-items:center;gap:12px;margin-bottom:14px}
.emrl-t-avatar{
  width:46px;height:46px;border-radius:50%;
  background:linear-gradient(135deg,var(--primary),var(--secondary));
  display:flex;align-items:center;justify-content:center;
  color:#081a14;font-weight:800;font-size:17.1px;
}
.emrl-t-head b{display:block;font-size:14.2px}
.emrl-t-head span{display:block;color:var(--muted);font-size:11.9px}
.emrl-t-card p{color:#cbd5e1;font-size:13.8px;margin-bottom:12px}
.emrl-rating{color:var(--gold);font-size:14.2px;letter-spacing:2px}

/* Guide */
.emrl-guide{background:linear-gradient(180deg,var(--bg-2),var(--bg))}
.emrl-guide-steps{
  list-style:none;display:grid;grid-template-columns:repeat(2,1fr);
  gap:20px;max-width:1000px;margin:0 auto 36px;
}
.emrl-step{
  display:flex;gap:18px;
  background:var(--panel);border:1px solid var(--line);border-radius:0px;
  padding:24px;transition:border-color .2s,transform .2s;
}
.emrl-step:hover{border-color:rgba(16,185,129,.35);transform:translateY(-3px)}
.emrl-step-num{
  flex-shrink:0;
  font-size:30.4px;font-weight:900;
  background:linear-gradient(135deg,var(--primary),var(--secondary));
  -webkit-background-clip:text;background-clip:text;color:transparent;
  line-height:1;letter-spacing:-1px;
  width:54px;
}
.emrl-step-body h3{font-size:16.1px;font-weight:700;margin-bottom:8px}
.emrl-step-body p{color:var(--muted);font-size:13.3px;margin-bottom:12px}
.emrl-step-actions{display:flex;flex-wrap:wrap;gap:8px}
.emrl-step-link{
  display:inline-block;padding:5px 11px;
  background:rgba(16,185,129,.1);border:1px solid rgba(16,185,129,.3);
  border-radius:0px;font-size:11.9px;color:var(--gold);font-weight:600;
  transition:background .2s;
}
.emrl-step-link:hover{background:rgba(16,185,129,.2)}

.emrl-guide-tips{
  max-width:1000px;margin:0 auto;
  background:linear-gradient(135deg,rgba(16,185,129,.05),rgba(34,197,94,.04));
  border:1px solid var(--line);border-radius:0px;padding:26px 28px;
}
.emrl-guide-tips h3{font-size:16.1px;margin-bottom:14px;font-weight:700}
.emrl-guide-tips h3:before{content:"💡 ";margin-right:4px}
.emrl-guide-tips ul{list-style:none;display:flex;flex-direction:column;gap:10px}
.emrl-guide-tips li{
  color:var(--muted);font-size:13.3px;padding-left:18px;position:relative;line-height:1.7;
}
.emrl-guide-tips li:before{
  content:"✓";position:absolute;left:0;top:0;
  color:var(--green);font-weight:900;
}

/* FAQ */
.emrl-faq{background:linear-gradient(180deg,var(--bg-2),var(--bg))}
.emrl-faq-list{max-width:820px;margin:0 auto;display:flex;flex-direction:column;gap:12px}
.emrl-faq-list details{
  background:var(--panel);border:1px solid var(--line);border-radius:0px;
  padding:18px 22px;transition:border-color .2s;
}
.emrl-faq-list details[open]{border-color:rgba(16,185,129,.35)}
.emrl-faq-list summary{
  cursor:pointer;font-weight:600;font-size:15.2px;list-style:none;
  display:flex;justify-content:space-between;align-items:center;
}
.emrl-faq-list summary::-webkit-details-marker{display:none}
.emrl-faq-list summary:after{
  content:"+";color:var(--gold);font-size:20.9px;font-weight:800;transition:transform .2s;
}
.emrl-faq-list details[open] summary:after{content:"−"}
.emrl-faq-list p{color:var(--muted);margin-top:12px;font-size:13.8px}

/* CTA */
.emrl-cta{
  background:linear-gradient(135deg,#101a30 0%,#0e1a35 60%,#181128 100%);
  border-top:1px solid var(--line);border-bottom:1px solid var(--line);
}
.emrl-cta-inner{text-align:center}
.emrl-cta h2{font-size:30.4px;font-weight:800;margin-bottom:14px}
.emrl-cta p{color:var(--muted);max-width:620px;margin:0 auto 32px}
.emrl-cta .emrl-dl-row{justify-content:center}

/* Footer */
.emrl-ftr{padding:60px 0 0;background:#070d18}
.emrl-ftr-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;padding-bottom:40px}
.emrl-ftr-col h4{font-size:13.3px;color:var(--text);margin-bottom:14px;font-weight:700}
.emrl-ftr-col ul{list-style:none;display:flex;flex-direction:column;gap:8px}
.emrl-ftr-col a{color:var(--muted);font-size:12.8px;transition:color .2s}
.emrl-ftr-col a:hover{color:var(--gold)}
.emrl-ftr-risk{color:var(--muted);font-size:12.3px;line-height:1.7}
.emrl-ftr-copy{
  border-top:1px solid var(--line);padding:22px 24px;
  color:var(--muted);font-size:12.3px;text-align:center;
}

/* Mobile */
@media (max-width:880px){
  .emrl-hero{padding:40px 0 60px}
  .emrl-hero-inner{grid-template-columns:1fr;gap:32px}
  .emrl-hero-title{font-size:30.4px}
  .emrl-hero-stats{grid-template-columns:repeat(2,1fr);max-width:none}
  .emrl-hero-art{order:-1}
  .emrl-phone{width:240px;height:400px}
  .emrl-grid-3{grid-template-columns:1fr}
  .emrl-ftr-grid{grid-template-columns:repeat(2,1fr)}
  .emrl-guide-steps{grid-template-columns:1fr}
  .emrl-nav{display:none}
  .emrl-sec-title{font-size:24.7px}
  section{padding:56px 0}
}

/* ─── Multi-page extras ─── */
.emrl-page-hero{
  padding:80px 0 60px;
  background:linear-gradient(180deg,var(--bg-2),var(--bg));
  text-align:center;
  border-bottom:1px solid var(--line);
}
.emrl-page-title{
  font-size:39.9px;line-height:1.15;font-weight:800;letter-spacing:-1px;
  background:linear-gradient(180deg,#fff 30%,#cfd9ec);
  -webkit-background-clip:text;background-clip:text;color:transparent;
  margin:16px 0 18px;
}
.emrl-page-sub{font-size:15.7px;color:var(--muted);max-width:760px;margin:0 auto;line-height:1.7}
.emrl-sec-title-left{font-size:22.8px;font-weight:800;margin-bottom:18px;text-align:left}

/* Platform cards for download.emrl-html */
.emrl-platforms{padding:64px 0}
.emrl-platform-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:40px}
.emrl-platform-card{
  background:var(--panel);border:1px solid var(--line);border-radius:0px;padding:32px 28px;
  transition:transform .2s,border-color .2s;
}
.emrl-platform-card:hover{transform:translateY(-4px);border-color:rgba(16,185,129,.35)}
.emrl-platform-head{display:flex;align-items:flex-start;gap:18px;margin-bottom:22px}
.emrl-platform-icon{
  flex-shrink:0;width:64px;height:64px;border-radius:0px;
  background:linear-gradient(135deg,rgba(16,185,129,.2),rgba(16,185,129,.08));
  display:flex;align-items:center;justify-content:center;color:var(--gold);
}
.emrl-platform-icon-android{background:linear-gradient(135deg,rgba(34,197,94,.2),rgba(34,197,94,.08));color:#f59e0b}
.emrl-platform-icon-ios{background:linear-gradient(135deg,rgba(255,255,255,.15),rgba(255,255,255,.05));color:#fff}
.emrl-platform-icon-mac{background:linear-gradient(135deg,rgba(203,213,225,.2),rgba(203,213,225,.08));color:#cbd5e1}
.emrl-platform-icon-win{background:linear-gradient(135deg,rgba(14,165,233,.2),rgba(14,165,233,.08));color:#0ea5e9}
.emrl-platform-card h3{font-size:17.1px;font-weight:700;margin-bottom:6px}
.emrl-platform-tag{font-size:12.3px;color:var(--muted)}
.emrl-platform-info{
  list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:10px 16px;
  padding:18px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-bottom:22px;
}
.emrl-platform-info li{display:flex;justify-content:space-between;align-items:center;font-size:12.8px}
.emrl-platform-info span{color:var(--muted)}
.emrl-platform-info b{color:var(--text);font-weight:600}
.emrl-platform-card .emrl-dl-btn{width:100%;justify-content:center;margin-bottom:22px}
.emrl-platform-steps h4{font-size:13.8px;font-weight:700;margin-bottom:12px;color:var(--gold)}
.emrl-platform-steps ol{padding-left:22px;color:var(--muted);font-size:13.3px}
.emrl-platform-steps li{margin-bottom:8px;line-height:1.6}

/* FAQ categories */
.emrl-faq-cat{margin-bottom:48px}
.emrl-faq-cat:last-child{margin-bottom:0}

/* About page */
.emrl-about-section{padding:72px 0;border-bottom:1px solid var(--line)}
.emrl-about-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:48px;align-items:start}
.emrl-about-block h2{font-size:24.7px;font-weight:800;margin-bottom:18px;letter-spacing:-.5px}
.emrl-about-block p{color:var(--muted);font-size:14.2px;line-height:1.8;margin-bottom:14px}
.emrl-about-stats{list-style:none;display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-bottom:24px}
.emrl-about-stats li{padding:18px;border-radius:0px;background:var(--panel);border:1px solid var(--line)}
.emrl-about-stats b{display:block;font-size:22.8px;color:var(--gold);font-weight:800;margin-bottom:4px}
.emrl-about-stats span{color:var(--muted);font-size:12.3px}
.emrl-license-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:24px}
.emrl-license-card{
  padding:18px 16px;border-radius:0px;background:var(--panel);border:1px solid var(--line);
  display:flex;flex-direction:column;gap:6px;
}
.emrl-license-card b{font-size:13.3px}
.emrl-license-card span{font-size:11.9px;color:var(--muted)}

/* Legal pages (privacy / terms) */
.emrl-legal-content{padding:72px 0}
.emrl-legal-inner{max-width:840px}
.emrl-legal-intro{color:var(--muted);font-size:14.2px;line-height:1.8;padding:20px;background:var(--panel);border-radius:0px;border-left:3px solid var(--gold);margin-bottom:32px}
.emrl-legal-content h2{font-size:20.9px;font-weight:800;margin:32px 0 14px;padding-bottom:8px;border-bottom:1px solid var(--line);color:var(--text)}
.emrl-legal-content p{color:var(--muted);font-size:14.2px;line-height:1.85;margin-bottom:12px}
.emrl-legal-content ul{padding-left:24px;color:var(--muted);font-size:13.8px;line-height:1.85;margin-bottom:14px}
.emrl-legal-content li{margin-bottom:6px}
.emrl-legal-content b{color:var(--text);font-weight:600}

@media (max-width:880px){
  .emrl-page-title{font-size:28.5px}
  .emrl-platform-grid{grid-template-columns:1fr}
  .emrl-about-grid{grid-template-columns:1fr}
  .emrl-license-grid{grid-template-columns:repeat(2,1fr)}
  .emrl-about-stats{grid-template-columns:repeat(2,1fr)}
}


/* === Hero layout variations (auto-applied per variant via modifier class) === */

/* Layout 2: centered text, phone below (single column) */
.hero-layout-2 .emrl-hero-inner{
  grid-template-columns:1fr !important;
  text-align:center;
  justify-items:center;
  max-width:920px;
  margin:0 auto;
  gap:32px;
}
.hero-layout-2 .emrl-hero-text{align-items:center;display:flex;flex-direction:column}
.hero-layout-2 .emrl-hero-sub{margin-left:auto;margin-right:auto}
.hero-layout-2 .emrl-dl-row{justify-content:center}
.hero-layout-2 .emrl-hero-stats{margin:0 auto}

/* Layout 3: mirror — text on right, phone on left */
.hero-layout-3 .emrl-hero-inner{
  grid-template-columns:.85fr 1.15fr !important;
}
.hero-layout-3 .emrl-hero-art{order:-1}

/* Layout 4: text-only, no phone, full-width centered */
.hero-layout-4 .emrl-hero-inner{
  grid-template-columns:1fr !important;
  text-align:center;
  max-width:960px;
  margin:0 auto;
}
.hero-layout-4 .emrl-hero-text{align-items:center;display:flex;flex-direction:column}
.hero-layout-4 .emrl-hero-sub{margin-left:auto;margin-right:auto;max-width:680px}
.hero-layout-4 .emrl-hero-art{display:none}
.hero-layout-4 .emrl-dl-row{justify-content:center}
.hero-layout-4 .emrl-hero-stats{
  margin:0 auto;
  max-width:760px;
}

/* Layout 5: phone-above text-below vertical stack */
.hero-layout-5 .emrl-hero-inner{
  grid-template-columns:1fr !important;
  text-align:center;
}
.hero-layout-5 .emrl-hero-text{align-items:center;display:flex;flex-direction:column}
.hero-layout-5 .emrl-hero-sub{margin-left:auto;margin-right:auto}
.hero-layout-5 .emrl-hero-art{order:-1;margin-bottom:8px}
.hero-layout-5 .emrl-hero-art .emrl-phone{width:240px;height:380px}
.hero-layout-5 .emrl-dl-row{justify-content:center}
.hero-layout-5 .emrl-hero-stats{margin:0 auto}

@media (max-width:880px){
  .hero-layout-2 .emrl-hero-inner,
  .hero-layout-3 .emrl-hero-inner,
  .hero-layout-4 .emrl-hero-inner,
  .hero-layout-5 .emrl-hero-inner{grid-template-columns:1fr !important}
}
