@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap");@keyframes eml-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}@keyframes ringPulse{0%{transform:scale(.55);opacity:0}8%{opacity:.65}to{transform:scale(1.2);opacity:0}}@keyframes logoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes scrollLine{0%{top:-12px;opacity:0}30%{opacity:1}to{top:36px;opacity:0}}@keyframes scanY{0%{top:-80px}to{top:100%}}@keyframes dashFlow{to{stroke-dashoffset:-28}}@keyframes sitePulse{0%{r:4;opacity:.7}to{r:22;opacity:0}}.em-landing{--bg:#0b0d10;--bg-2:#07080a;--panel:#14171c;--panel-2:#1a1e25;--panel-3:#20252e;--line:#262b34;--line-2:#303644;--scrim:rgba(var(--scrim-rgb),0.55);--ink:#e6e8eb;--ink-2:#f5f7fa;--mute:#8a93a3;--mute-2:#5a6373;--brand:#22ee6a;--brand-2:#16c95a;--brand-soft:rgba(var(--brand-rgb),0.12);--brand-glow:0 0 24px rgba(var(--brand-rgb),0.35);--ok:#22c55e;--warn:#f59e0b;--down:#ef4444;--info:#38bdf8;--accent:#c4b5fd;--gold:#fbbf24;--silver:#cbd5e1;--bronze:#d97706;--teal:#2dd4bf;--teal-soft:rgba(var(--teal-rgb),0.18);--slot-free:#22c55e;--slot-targeted:#f59e0b;--slot-hot:#ef4444;--slot-reserved:#38bdf8;--slot-taken:#5a6373;--slot-my:#c4b5fd;--slot-unknown:#8a93a3;--font-sans:"Inter",system-ui,-apple-system,sans-serif;--font-mono:"JetBrains Mono",ui-monospace,monospace;--font-display:"Space Grotesk","Inter",sans-serif;--r-sm:8px;--r-md:12px;--r-lg:16px;--r-pill:999px;--shadow-1:0 1px 0 rgba(var(--hairline-rgb),0.04) inset,0 0 0 1px var(--line);--shadow-2:0 8px 32px rgba(var(--scrim-rgb),0.45),0 0 0 1px var(--line);--shadow-glow:0 0 0 1px rgba(var(--brand-rgb),0.45),0 8px 24px rgba(var(--brand-rgb),0.18)}.em-landing *{box-sizing:border-box}.em-landing{background:var(--bg);color:var(--ink);font-family:var(--font-sans);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.em-landing .mono{font-family:var(--font-mono);font-feature-settings:"tnum" 1,"zero" 1}.em-landing .display{font-family:var(--font-display);letter-spacing:-.02em}.em-landing .btn{display:inline-flex;align-items:center;gap:8px;padding:9px 14px;font-family:inherit;font-size:13px;font-weight:600;border-radius:var(--r-sm);border:1px solid var(--line);background:var(--panel);color:var(--ink);cursor:pointer;transition:all .15s;white-space:nowrap}.em-landing .btn:hover{border-color:var(--line-2);background:var(--panel-2)}.em-landing .btn--primary{background:var(--brand);color:var(--on-accent);border-color:var(--brand);box-shadow:var(--brand-glow)}.em-landing .btn--primary:hover{background:var(--brand-2);border-color:var(--brand-2)}.em-landing .btn--ghost{background:transparent;border-color:var(--line)}.em-landing .btn--ghost:hover{background:var(--panel)}.em-landing .btn--danger{color:var(--down);border-color:rgba(var(--down-rgb),.4)}.em-landing .btn--lg{padding:12px 18px;font-size:14px}.em-landing .btn--sm{padding:6px 10px;font-size:12px}.em-landing{--em:#06b6d4;--em-2:#0891b2;--em-soft:rgba(var(--em-rgb),0.12);--em-glow:0 0 80px rgba(var(--em-rgb),0.35);--em-rgb:6,182,212;--em-hi:#22d3ee;--em-ink:#06b6d4;--brand-rgb:34,238,106;--teal-rgb:45,212,191;--gold-rgb:251,191,36;--down-rgb:239,68,68;--bg-2-rgb:7,8,10;--scrim-rgb:0,0,0;--hairline-rgb:255,255,255;--on-accent:#07080a;--ink-on-accent:#0b0d10;--ink-on-accent-rgb:11,13,16;--chip:#fff;--map-grad-a:#0a0e15;--map-grad-b:#0c1218;--strip-fade:#0a0d12}.em-landing{margin:0;padding:0}.em-landing{background:var(--bg);color:var(--ink);font-family:var(--font-sans);overflow-x:hidden}.em-landing .topbar{position:fixed;top:0;left:0;right:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:16px 28px;backdrop-filter:blur(12px);background:rgba(var(--bg-2-rgb),.55);border-bottom:1px solid rgba(var(--hairline-rgb),.04)}.em-landing .topbar__meta{display:inline-flex;align-items:center;gap:14px;font-family:var(--font-mono);font-size:10px;color:var(--mute-2);letter-spacing:.12em;text-transform:uppercase}.em-landing .topbar__meta b{color:var(--ink-2);font-weight:600}.em-landing .topbar__meta .dot{width:6px;height:6px;border-radius:50%;background:var(--em);box-shadow:0 0 8px var(--em);animation:eml-pulse 1.8s ease-in-out infinite}.em-landing .topbar__links{display:flex;gap:8px;align-items:center}.em-landing .topbar__link{font-family:var(--font-mono);font-size:11px;color:var(--mute);letter-spacing:.06em;padding:7px 12px;border:1px solid var(--line);border-radius:6px;text-decoration:none;transition:all .15s}.em-landing .topbar__link--em,.em-landing .topbar__link:hover{color:var(--em-ink);border-color:var(--em-ink)}.em-landing .topbar__link--em{background:var(--em-soft)}.em-landing .topbar__link--em:hover{background:rgba(var(--em-rgb),.2)}.em-landing .topbar__left{display:inline-flex;align-items:center;gap:16px}.em-landing .topbar__logo{display:inline-flex;align-items:center;padding:4px 9px;background:var(--chip);border-radius:6px;box-shadow:0 1px 3px rgba(var(--scrim-rgb),.25)}.em-landing .topbar__logo img{height:20px;width:auto;display:block}.em-landing .hero{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:100px 24px 60px;overflow:hidden;text-align:center}.em-landing .hero__bg{position:absolute;inset:0;pointer-events:none;z-index:0}.em-landing .hero__bg:before{content:"";position:absolute;inset:0;background:radial-gradient(900px circle at 50% 35%,rgba(var(--em-rgb),.22),transparent 55%),radial-gradient(700px circle at 18% 85%,rgba(var(--teal-rgb),.1),transparent 60%),radial-gradient(600px circle at 88% 80%,rgba(var(--em-rgb),.08),transparent 60%)}.em-landing .hero__bg:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(var(--hairline-rgb),.04) 1px,transparent 1px),linear-gradient(90deg,rgba(var(--hairline-rgb),.04) 1px,transparent 1px);background-size:64px 64px;-webkit-mask-image:radial-gradient(circle at 50% 40%,#000 0,transparent 75%);mask-image:radial-gradient(circle at 50% 40%,#000 0,transparent 75%);opacity:.7}.em-landing .hero__rings{position:absolute;left:50%;top:38%;transform:translate(-50%,-50%);width:1200px;height:1200px;pointer-events:none;z-index:0}.em-landing .hero__ring{position:absolute;inset:0;border:1px solid rgba(var(--em-rgb),.1);border-radius:50%;animation:ringPulse 6s ease-out infinite;opacity:0}.em-landing .hero__ring:first-child{animation-delay:0s}.em-landing .hero__ring:nth-child(2){animation-delay:1.5s}.em-landing .hero__ring:nth-child(3){animation-delay:3s}.em-landing .hero__ring:nth-child(4){animation-delay:4.5s}.em-landing .hero__inner{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:36px;max-width:980px;width:100%}.em-landing .hero__eyebrow{display:inline-flex;align-items:center;gap:14px;padding:8px 16px;border:1px solid rgba(var(--em-rgb),.3);background:var(--em-soft);border-radius:var(--r-pill);font-family:var(--font-mono);font-size:11px;color:var(--em-ink);letter-spacing:.16em;text-transform:uppercase}.em-landing .hero__eyebrow .ar{font-family:Inter,sans-serif;font-weight:500;letter-spacing:0;text-transform:none;color:var(--ink);direction:rtl;font-size:13px;border-right:1px solid rgba(var(--em-rgb),.4);padding-right:14px}.em-landing .hero__eyebrow .live{width:8px;height:8px;border-radius:50%;background:#22ee6a;box-shadow:0 0 10px #22ee6a;animation:eml-pulse 1.6s ease-in-out infinite}.em-landing .hero__logo{position:relative;width:min(640px,88vw);filter:drop-shadow(0 0 60px rgba(var(--em-rgb),.45));animation:logoFloat 8s ease-in-out infinite}.em-landing .hero__logo img{width:100%;height:auto;display:block}.em-landing .hero__tag-ar{font-family:Inter,sans-serif;font-weight:500;font-size:clamp(20px,2.4vw,26px);color:var(--mute);direction:rtl;letter-spacing:0;margin-top:-4px}.em-landing .hero__tag{font-family:var(--font-display);font-weight:600;font-size:clamp(34px,4.6vw,56px);line-height:1.05;letter-spacing:-.025em;color:var(--ink-2);margin:0;max-width:900px}.em-landing .hero__tag em{font-style:normal;background:linear-gradient(110deg,var(--em-ink),var(--em-hi),var(--teal));-webkit-background-clip:text;background-clip:text;color:transparent}.em-landing .hero__sub{font-size:16px;color:var(--mute);line-height:1.65;max-width:620px;margin:0}.em-landing .hero__cta{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin-top:8px}.em-landing .hero-brands{width:100%;max-width:980px;margin-top:4px;display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:22px}@media (max-width:760px){.em-landing .hero-brands{grid-template-columns:1fr;gap:18px}.em-landing .hero-brands__sep{display:none}}.em-landing .hero-brands__item{display:flex;flex-direction:column;align-items:center;gap:8px;padding:14px 10px;border:1px solid var(--line);border-radius:12px;background:rgba(var(--bg-2-rgb),.55);backdrop-filter:blur(8px);transition:border-color .25s,transform .25s,background .25s}.em-landing .hero-brands__item:hover{border-color:rgba(var(--em-rgb),.4);transform:translateY(-2px);background:rgba(var(--em-rgb),.06)}.em-landing .hero-brands__logo{height:36px;display:flex;align-items:center;justify-content:center}.em-landing .hero-brands__logo img{max-height:100%;max-width:180px;width:auto;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 0 14px rgba(var(--em-rgb),.3))}.em-landing .hero-brands__item--vcharge .hero-brands__logo img{max-width:140px}.em-landing .hero-brands__slogan{font-family:var(--font-display);font-size:14px;font-weight:500;color:var(--ink-2);letter-spacing:-.005em;line-height:1.2;text-align:center}.em-landing .hero-brands__role{font-family:var(--font-mono);font-size:9px;color:var(--em-ink);letter-spacing:.18em;text-transform:uppercase;padding:3px 9px;border:1px solid rgba(var(--em-rgb),.28);background:var(--em-soft);border-radius:var(--r-pill)}.em-landing .hero-brands__sep{width:1px;height:50px;background:linear-gradient(to bottom,transparent,var(--line),transparent)}.em-landing .hero__cta .btn{padding:14px 22px;font-size:14px}.em-landing .hero__cta .btn--primary{background:var(--em);color:var(--on-accent);border-color:var(--em-ink);box-shadow:0 0 24px rgba(var(--em-rgb),.35)}.em-landing .hero__cta .btn--primary:hover{background:var(--em-2);border-color:var(--em-2)}.em-landing .hero__kpi-row{display:flex;gap:28px;margin-top:28px;font-family:var(--font-mono);flex-wrap:wrap;justify-content:center}.em-landing .hero__kpi{display:flex;flex-direction:column;align-items:center;gap:2px;padding:0 12px;border-right:1px solid var(--line)}.em-landing .hero__kpi:last-child{border-right:0}.em-landing .hero__kpi__num{font-size:22px;font-weight:600;color:var(--ink-2);letter-spacing:-.01em;font-variant-numeric:tabular-nums}.em-landing .hero__kpi__num.em{color:var(--em-ink)}.em-landing .hero__kpi__lbl{color:var(--mute)}.em-landing .hero__kpi__lbl,.em-landing .scroll-cue{font-size:10px;letter-spacing:.14em;text-transform:uppercase}.em-landing .scroll-cue{position:absolute;bottom:28px;left:50%;transform:translateX(-50%);z-index:3;display:flex;flex-direction:column;align-items:center;gap:8px;font-family:var(--font-mono);color:var(--mute-2);text-decoration:none;transition:color .2s}.em-landing .scroll-cue:hover{color:var(--em-ink)}.em-landing .scroll-cue__line{width:1px;height:36px;background:linear-gradient(to bottom,transparent,var(--mute-2));position:relative;overflow:hidden}.em-landing .scroll-cue__line:after{content:"";position:absolute;left:0;right:0;width:100%;height:12px;background:linear-gradient(to bottom,transparent,var(--em));animation:scrollLine 2.2s ease-in-out infinite}.em-landing .map-section{position:relative;padding:100px 28px 120px;overflow:hidden}.em-landing .map-section:before{content:"";position:absolute;inset:0;background:radial-gradient(800px circle at 50% 100%,rgba(var(--em-rgb),.08),transparent 60%);pointer-events:none}.em-landing .map-section__inner{position:relative;max-width:1280px;margin:0 auto}.em-landing .map-section__hd{display:grid;grid-template-columns:auto 1fr auto;gap:28px;align-items:end;margin-bottom:32px;padding-bottom:18px;border-bottom:1px solid var(--line)}.em-landing .map-section__num{font-family:var(--font-mono);font-size:11px;color:var(--em-ink);letter-spacing:.14em;padding:5px 12px;border:1px solid rgba(var(--em-rgb),.3);background:var(--em-soft);border-radius:var(--r-pill)}.em-landing .map-section__title{font-family:var(--font-display);font-size:32px;font-weight:600;color:var(--ink-2);letter-spacing:-.02em;margin:0}.em-landing .map-section__sub{color:var(--mute);font-size:14px;line-height:1.55;margin-top:4px}.em-landing .map-section__sub .ar{font-family:Inter,sans-serif;direction:rtl;color:var(--mute-2);display:block;font-size:12px;margin-top:4px}.em-landing .map-section__meta{font-family:var(--font-mono);font-size:11px;color:var(--mute);letter-spacing:.06em;text-align:right;display:flex;flex-direction:column;gap:4px}.em-landing .map-section__meta b{color:var(--ink-2);font-weight:600}.em-landing .map-frame{position:relative;background:linear-gradient(135deg,var(--map-grad-a) 0,var(--map-grad-b) 100%);border:1px solid var(--line);border-radius:16px;overflow:hidden;aspect-ratio:16/9;box-shadow:0 24px 60px rgba(var(--scrim-rgb),.35),0 0 0 1px rgba(var(--em-rgb),.04)}.em-landing .map-frame__chrome{position:absolute;inset:0;pointer-events:none;z-index:4}.em-landing .hud{position:absolute;font-family:var(--font-mono);font-size:10px;color:var(--em-ink);letter-spacing:.14em;text-transform:uppercase;padding:6px 10px;background:rgba(var(--bg-2-rgb),.65);border:1px solid rgba(var(--em-rgb),.2);border-radius:4px;backdrop-filter:blur(4px)}.em-landing .hud b{color:var(--ink-2);font-weight:600}.em-landing .hud--tl{top:14px;left:14px}.em-landing .hud--tr{top:14px;right:14px}.em-landing .hud--bl{bottom:14px;left:14px;display:flex;gap:12px}.em-landing .hud--br{bottom:14px;right:14px}.em-landing .map-frame__corner{position:absolute;width:22px;height:22px;border:1.5px solid rgba(var(--em-rgb),.5)}.em-landing .map-frame__corner--tl{top:8px;left:8px;border-right:0;border-bottom:0}.em-landing .map-frame__corner--tr{top:8px;right:8px;border-left:0;border-bottom:0}.em-landing .map-frame__corner--bl{bottom:8px;left:8px;border-right:0;border-top:0}.em-landing .map-frame__corner--br{bottom:8px;right:8px;border-left:0;border-top:0}.em-landing .map-svg{position:absolute;inset:0;width:100%;height:100%}.em-landing .map-scan{position:absolute;inset:0;pointer-events:none;z-index:3;overflow:hidden}.em-landing .map-scan:before{content:"";position:absolute;left:0;right:0;height:80px;background:linear-gradient(to bottom,transparent 0,rgba(var(--em-rgb),.06) 50%,transparent 100%);animation:scanY 7s linear infinite}.em-landing .map-legend{margin-top:18px;display:flex;gap:24px;flex-wrap:wrap;justify-content:center;font-family:var(--font-mono);font-size:11px;color:var(--mute);letter-spacing:.04em}.em-landing .map-legend__item{display:inline-flex;align-items:center;gap:7px}.em-landing .map-legend__swatch{width:10px;height:10px;border-radius:50%;flex-shrink:0}.em-landing .map-legend__line{width:16px;height:2px;flex-shrink:0}.em-landing .strip{padding:56px 28px;border-top:1px solid var(--line);background:linear-gradient(180deg,var(--bg) 0,var(--strip-fade) 100%)}.em-landing .strip__inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center}@media (max-width:780px){.em-landing .strip__inner{grid-template-columns:1fr}}.em-landing .strip__text{font-family:var(--font-display);font-size:22px;font-weight:500;color:var(--ink-2);letter-spacing:-.01em;line-height:1.35}.em-landing .strip__text em{font-style:normal;color:var(--em-ink)}.em-landing .strip__text small{display:block;font-family:var(--font-mono);font-size:11px;color:var(--mute);letter-spacing:.08em;text-transform:uppercase;margin-top:6px}.em-landing .strip__cta{display:flex;gap:10px}.em-landing .strip__cta .btn{padding:13px 20px;font-size:13px}.em-landing .strip__cta .btn--primary{background:var(--em);color:var(--on-accent);border-color:var(--em-ink);box-shadow:0 0 18px rgba(var(--em-rgb),.3)}.em-landing .strip__cta .btn--primary:hover{background:var(--em-2);border-color:var(--em-2)}.em-landing footer{padding:32px 28px;border-top:1px solid var(--line);justify-content:space-between;flex-wrap:wrap;max-width:1280px;margin:0 auto}.em-landing .foot__brand,.em-landing footer{display:flex;align-items:center;gap:14px}.em-landing .foot__brand img{height:20px;opacity:.85}.em-landing .foot__links,.em-landing .foot__meta{font-family:var(--font-mono);font-size:10px;color:var(--mute-2);letter-spacing:.08em}.em-landing .foot__links{display:flex;gap:16px}.em-landing .foot__links a{color:var(--mute);text-decoration:none;transition:color .15s}.em-landing .foot__links a:hover{color:var(--em-ink)}.em-landing .road-stream{stroke-dasharray:4 10;animation:dashFlow 1.5s linear infinite}.em-landing .road-stream--rev{animation-direction:reverse}.em-landing .site-dot{filter:drop-shadow(0 0 4px currentColor)}.em-landing .site-pulse{transform-origin:center;transform-box:fill-box;animation:sitePulse 2.4s ease-out infinite}.em-landing .site-pulse--a{animation-delay:0s}.em-landing .site-pulse--b{animation-delay:.6s}.em-landing .site-pulse--c{animation-delay:1.2s}.em-landing .site-pulse--d{animation-delay:1.8s}.em-landing .vehicle{fill:var(--em);filter:drop-shadow(0 0 4px var(--em))}.em-landing .map-status{position:absolute;z-index:4;display:flex;align-items:center;gap:6px;padding:5px 10px;background:rgba(var(--bg-2-rgb),.85);border:1px solid var(--line);border-radius:4px;backdrop-filter:blur(8px);font-family:var(--font-mono);font-size:10px;color:var(--ink-2);letter-spacing:.06em}.em-landing .map-status .dot{width:6px;height:6px;border-radius:50%;background:#22ee6a;box-shadow:0 0 8px #22ee6a;animation:eml-pulse 1.6s ease-in-out infinite}.em-landing .map-status--site-1{top:22%;left:22%}.em-landing .map-status--site-2{top:56%;left:62%}.em-landing .map-status--site-3{top:68%;left:18%}.em-landing .brands{position:relative;padding:88px 28px 96px;border-top:1px solid var(--line);background:radial-gradient(900px circle at 50% 0,rgba(var(--em-rgb),.06),transparent 60%),var(--bg);overflow:hidden}.em-landing .brands__inner{position:relative;max-width:1280px;margin:0 auto;text-align:center}.em-landing .brands__eyebrow{display:inline-flex;align-items:center;gap:10px;padding:6px 14px;border:1px solid rgba(var(--em-rgb),.28);background:var(--em-soft);border-radius:var(--r-pill);font-family:var(--font-mono);font-size:10px;color:var(--em-ink);letter-spacing:.18em;text-transform:uppercase}.em-landing .brands__eyebrow:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--em);box-shadow:0 0 8px var(--em)}.em-landing .brands__title{font-family:var(--font-display);font-weight:600;font-size:clamp(28px,3.4vw,42px);color:var(--ink-2);letter-spacing:-.02em;margin:18px 0 8px;line-height:1.1}.em-landing .brands__title em{font-style:normal;background:linear-gradient(110deg,var(--em-ink),var(--em-hi),var(--teal));-webkit-background-clip:text;background-clip:text;color:transparent}.em-landing .brands__sub{color:var(--mute);font-size:15px;line-height:1.6;max-width:620px;margin:0 auto 56px}.em-landing .brands__sub .ar{font-family:Inter,sans-serif;direction:rtl;color:var(--mute-2);display:block;font-size:13px;margin-top:4px}.em-landing .brand-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;text-align:left}@media (max-width:920px){.em-landing .brand-grid{grid-template-columns:1fr}}.em-landing .brand-card{position:relative;padding:28px 26px 30px;background:linear-gradient(180deg,rgba(var(--hairline-rgb),.025) 0,rgba(var(--hairline-rgb),.01) 100%);border:1px solid var(--line);border-radius:14px;transition:border-color .25s,transform .25s,background .25s;overflow:hidden}.em-landing .brand-card:before{top:10px;left:10px;border-top:1.5px solid rgba(var(--em-rgb),.5);border-left:1.5px solid rgba(var(--em-rgb),.5)}.em-landing .brand-card:after,.em-landing .brand-card:before{content:"";position:absolute;width:14px;height:14px;opacity:0;transition:opacity .25s}.em-landing .brand-card:after{bottom:10px;right:10px;border-bottom:1.5px solid rgba(var(--em-rgb),.5);border-right:1.5px solid rgba(var(--em-rgb),.5)}.em-landing .brand-card:hover{border-color:rgba(var(--em-rgb),.35);transform:translateY(-3px);background:linear-gradient(180deg,rgba(var(--em-rgb),.05) 0,rgba(var(--hairline-rgb),.01) 100%)}.em-landing .brand-card:hover:after,.em-landing .brand-card:hover:before{opacity:1}.em-landing .brand-card__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px;padding-bottom:18px;border-bottom:1px dashed var(--line)}.em-landing .brand-card__num{color:var(--mute-2)}.em-landing .brand-card__num,.em-landing .brand-card__role{font-family:var(--font-mono);font-size:10px;letter-spacing:.18em}.em-landing .brand-card__role{color:var(--em-ink);padding:4px 10px;border:1px solid rgba(var(--em-rgb),.3);background:var(--em-soft);border-radius:var(--r-pill);text-transform:uppercase}.em-landing .brand-card__logo{height:56px;display:flex;align-items:center;margin-bottom:22px}.em-landing .brand-card__logo img{max-height:100%;max-width:100%;width:auto;-o-object-fit:contain;object-fit:contain;-o-object-position:left center;object-position:left center;filter:drop-shadow(0 0 18px rgba(var(--em-rgb),.25))}.em-landing .brand-card--vcharge .brand-card__logo img{max-width:70%}.em-landing .brand-card__slogan{font-family:var(--font-display);font-size:22px;font-weight:600;line-height:1.2;letter-spacing:-.015em;color:var(--ink-2);margin:0 0 10px}.em-landing .brand-card__desc{font-size:13.5px;color:var(--mute);line-height:1.55;margin:0 0 22px}.em-landing .brand-card__meta{display:flex;gap:10px;flex-wrap:wrap;padding-top:16px;border-top:1px dashed var(--line);font-family:var(--font-mono);font-size:10px;color:var(--mute-2);letter-spacing:.1em;text-transform:uppercase}.em-landing .brand-card__meta b{color:var(--em-ink);font-weight:600;font-variant-numeric:tabular-nums}.em-landing .brand-card__meta span{display:inline-flex;align-items:center;gap:5px}.em-landing .brand-card__meta span+span:before{content:"·";color:var(--mute-2);margin-right:5px}.em-landing .brands__joiner{position:relative;margin:40px auto 0;max-width:720px;display:flex;align-items:center;gap:16px;font-family:var(--font-mono);font-size:10px;color:var(--mute-2);letter-spacing:.14em;text-transform:uppercase;justify-content:center}.em-landing .brands__joiner:after,.em-landing .brands__joiner:before{content:"";flex:1;height:1px;background:linear-gradient(to right,transparent,var(--line),transparent)}.em-landing .brands__joiner b{color:var(--em-ink);font-weight:600}:root.light .em-landing{--bg:#d2d5db;--bg-2:#c8ccd3;--bg-2-rgb:210,213,219;--panel:#e8ebf0;--panel-2:#dfe3e9;--panel-3:#d5dae1;--line:#c4cbd4;--line-2:#b3bcc7;--ink:#1f2a37;--ink-2:#0b1220;--mute:#57606f;--mute-2:#5b6472;--em-2:#0e7490;--em-ink:#0e7490;--em-hi:#0891b2;--teal:#0d9488;--strip-fade:#eef1f7;--hairline-rgb:15,23,42}:root.light .em-landing .brand-card{background:var(--panel)}:root.light .em-landing .map-frame{--bg-2-rgb:7,8,10;--ink:#e6e8eb;--ink-2:#f5f7fa;--mute:#8a93a3;--mute-2:#5a6373;--em-ink:#06b6d4;--hairline-rgb:255,255,255;box-shadow:0 20px 50px rgba(var(--scrim-rgb),.16)}:root.light .em-landing .brand-card[href="/who-we-are/vcharge"] .brand-card__logo img,:root.light .em-landing .hero-brands__item--vcharge .hero-brands__logo img{content:url(/em-assets/logo-vcharge-light.png)}:root.light .em-landing .brand-card[href="/who-we-are/vdrive"] .brand-card__logo img,:root.light .em-landing .hero-brands__item--vdrive .hero-brands__logo img{content:url(/em-assets/logo-vdrive-light.png)}:root.light .em-landing .brand-card[href="/who-we-are/chargepoint"] .brand-card__logo img,:root.light .em-landing .hero-brands__item--chargepoint .hero-brands__logo img{content:url(/em-assets/logo-chargepoint-light.png)}:root.light .em-landing .brand-card[href="/who-we-are/emirates-mobility"] .brand-card__logo img{content:url(/em-assets/logo-emirates-mobility-light.png)}.em-landing a.brand-card{display:block;text-decoration:none;color:inherit}.em-landing .topbar__theme{order:-1;display:inline-flex;align-items:center;justify-content:center;padding:7px 9px;cursor:pointer}.em-landing .section-nav{display:flex;justify-content:center;padding:18px 28px 6px}.em-landing .section-nav__inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px;max-width:1100px}.em-landing .section-nav__link{font-size:11px}.em-landing .brands{scroll-margin-top:84px}.em-landing .scroll-section__ar{font-family:Inter,sans-serif;direction:rtl;color:var(--mute);font-size:15px;line-height:1.5;margin:6px 0 0}.em-landing .detail{max-width:860px;margin:0 auto;padding:120px 28px 80px}.em-landing .detail__back{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-mono);font-size:12px;letter-spacing:.04em;color:var(--em-ink);text-decoration:none;margin-bottom:28px;transition:color .15s}.em-landing .detail__back:hover{color:var(--ink-2)}.em-landing .detail__head{display:flex;align-items:center;gap:18px;padding-bottom:22px;border-bottom:1px dashed var(--line);margin-bottom:28px}.em-landing .detail__logo{height:48px;display:flex;align-items:center}.em-landing .detail__logo img{max-height:100%;width:auto;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 0 18px rgba(var(--em-rgb),.25))}.em-landing .detail__title{font-family:var(--font-display);font-weight:600;font-size:clamp(28px,3.4vw,42px);letter-spacing:-.02em;line-height:1.1;color:var(--ink-2);margin:0 0 24px}.em-landing .detail__body{color:var(--ink);font-size:15px;line-height:1.7}.em-landing .detail__body p{margin:0 0 16px;color:var(--mute)}.em-landing .detail__stats{margin-top:32px}.em-landing .scroll-card__step{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;border:1px solid rgba(var(--em-rgb),.3);background:var(--em-soft);font-family:var(--font-display);font-size:20px;font-weight:600;color:var(--em-ink);font-variant-numeric:tabular-nums}.em-landing .outcome-strip{margin:40px auto 0;max-width:720px;padding:26px 28px;text-align:center;border:1px solid var(--line);border-radius:14px;background:linear-gradient(180deg,rgba(var(--em-rgb),.05) 0,rgba(var(--hairline-rgb),.01) 100%)}.em-landing .outcome-strip__label{font-family:var(--font-mono);font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--em-ink)}.em-landing .outcome-strip__headline{font-family:var(--font-display);font-size:22px;font-weight:600;letter-spacing:-.015em;color:var(--ink-2);margin:8px 0 14px}.em-landing .outcome-strip__tags{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;font-family:var(--font-mono);font-size:11px;letter-spacing:.04em;color:var(--mute)}.em-landing .outcome-strip__tags span{display:inline-flex;align-items:center;gap:8px}.em-landing .outcome-strip__tags span+span:before{content:"·";color:var(--mute-2)}.em-landing .brand-card__logo--chip{display:inline-flex;align-items:center;justify-content:center;height:auto;background:var(--chip);border-radius:10px;padding:14px 18px}.em-landing .brand-card__logo--chip img{max-height:40px;max-width:100%;width:auto;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;filter:none}.em-landing .detail__logo--chip{height:auto;background:var(--chip);border-radius:10px;padding:12px 16px}.em-landing .detail__logo--chip img{max-height:40px;width:auto;-o-object-fit:contain;object-fit:contain;filter:none}.em-landing .scroll-card__icon{width:48px;height:48px}.em-landing .detail__icon,.em-landing .scroll-card__icon{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--r-md);border:1px solid rgba(var(--em-rgb),.3);background:var(--em-soft);color:var(--em-ink)}.em-landing .detail__icon{width:52px;height:52px}.em-landing .closing-strip{margin:40px auto 0;max-width:720px;display:flex;align-items:center;gap:18px;padding:20px 24px;border-radius:14px;background:var(--em);color:var(--ink-on-accent)}.em-landing .closing-strip__icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:44px;height:44px;border-radius:10px;background:hsla(0,0%,100%,.22);color:var(--ink-on-accent)}.em-landing .closing-strip__title{font-family:var(--font-display);font-weight:700;font-size:18px;letter-spacing:-.01em;color:var(--ink-on-accent)}.em-landing .closing-strip__sub{font-size:13px;color:rgba(var(--ink-on-accent-rgb),.68);margin-top:2px}.em-landing .product-hero{margin:0 0 28px;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:rgba(var(--hairline-rgb),.02)}.em-landing .product-hero__img{display:block;width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.em-landing .product-hero__caption{padding:12px 18px;font-family:var(--font-mono);font-size:11px;letter-spacing:.04em;color:var(--mute);border-top:1px solid var(--line)}.em-landing .roles-row{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:center;gap:12px;margin:0 0 28px}.em-landing .roles-row__item{display:flex;align-items:center;gap:12px}.em-landing .roles-row__connector{font-family:var(--font-display);font-size:20px;font-weight:600;color:var(--em-ink)}.em-landing .roles-row__group{display:flex;flex-direction:column;gap:6px;padding:16px 20px;border:1px solid var(--line);border-radius:12px;background:linear-gradient(180deg,rgba(var(--em-rgb),.05) 0,rgba(var(--hairline-rgb),.01) 100%)}.em-landing .roles-row__label{font-family:var(--font-mono);font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--em-ink)}.em-landing .roles-row__members{font-family:var(--font-sans);font-size:13px;color:var(--ink-2)}@media (max-width:920px){.em-landing .roles-row{flex-direction:column;align-items:stretch}.em-landing .roles-row__item{flex-direction:column;align-items:center;gap:8px;width:100%}.em-landing .roles-row__group{width:100%;align-items:center;text-align:center}.em-landing .roles-row__connector{transform:rotate(90deg)}}.em-landing .section-note{margin:28px auto 0;text-align:center;font-family:var(--font-mono);font-size:12px;letter-spacing:.06em;color:var(--mute)}.em-landing .featured-card{display:block;text-decoration:none;color:inherit;margin-bottom:18px;padding:30px;border:1px solid var(--line);border-radius:14px;background:linear-gradient(135deg,rgba(var(--em-rgb),.08) 0,rgba(var(--hairline-rgb),.01) 60%);transition:border-color .25s,transform .25s}.em-landing .featured-card:hover{border-color:rgba(var(--em-rgb),.4);transform:translateY(-3px)}.em-landing .featured-card__badge{display:inline-flex;align-items:center;font-family:var(--font-mono);font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);border:1px solid rgba(var(--gold-rgb),.4);background:rgba(var(--gold-rgb),.1);padding:5px 12px;border-radius:var(--r-pill)}.em-landing .featured-card__title{font-family:var(--font-display);font-weight:600;font-size:clamp(22px,2.6vw,30px);letter-spacing:-.02em;line-height:1.15;color:var(--ink-2);margin:16px 0 10px}.em-landing .featured-card__desc{font-size:15px;color:var(--mute);line-height:1.6;max-width:760px;margin:0}@keyframes ctaSheen{0%{transform:translateX(-130%) skewX(-12deg)}55%,to{transform:translateX(260%) skewX(-12deg)}}@keyframes ctaGlow{0%,to{box-shadow:0 6px 18px rgba(var(--em-rgb),.12)}50%{box-shadow:0 14px 44px rgba(var(--em-rgb),.4)}}.em-landing .reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease;will-change:opacity,transform}.em-landing .reveal.is-visible{opacity:1;transform:none}.em-landing .reveal .closing-strip,.em-landing .reveal .roles-row__item{opacity:0;transform:translateY(14px);transition:opacity .6s ease,transform .6s ease}.em-landing .reveal.is-visible .roles-row__item{opacity:1;transform:none;transition-delay:.18s}.em-landing .reveal.is-visible .roles-row__item:nth-child(2){transition-delay:.32s}.em-landing .reveal.is-visible .closing-strip{opacity:1;transform:none;transition-delay:.46s}.em-landing .closing-strip--cta{position:relative;overflow:hidden;animation:ctaGlow 3.6s ease-in-out infinite}.em-landing .closing-strip--cta>*{position:relative;z-index:1}.em-landing .closing-strip--cta:after{content:"";position:absolute;top:0;left:0;z-index:0;width:36%;height:100%;background:linear-gradient(100deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.32) 50%,hsla(0,0%,100%,0));transform:translateX(-130%) skewX(-12deg);animation:ctaSheen 4.2s ease-in-out infinite;pointer-events:none}.em-landing .closing-strip--cta .closing-strip__icon{position:relative}.em-landing .closing-strip--cta .closing-strip__icon:after{content:"";position:absolute;inset:0;border-radius:10px;border:1px solid hsla(0,0%,100%,.7);animation:ringPulse 2.6s ease-out infinite;pointer-events:none}@media (prefers-reduced-motion:reduce){.em-landing .reveal,.em-landing .reveal .closing-strip,.em-landing .reveal .roles-row__item{opacity:1;transform:none;transition:none}.em-landing .closing-strip--cta{animation:none}.em-landing .closing-strip--cta .closing-strip__icon:after,.em-landing .closing-strip--cta:after{display:none;animation:none}}.em-landing .topbar__logo{display:none}