:root{
  --emw-bg:#050914;
  --emw-bg-2:#07101f;
  --emw-panel:#0a1426;
  --emw-panel-2:#0d192d;
  --emw-line:rgba(126,181,255,.16);
  --emw-line-strong:rgba(49,185,255,.34);
  --emw-text:#f7fbff;
  --emw-muted:#a7b4c9;
  --emw-soft:#72819b;
  --emw-cyan:#19ddff;
  --emw-blue:#2f7cff;
  --emw-blue-2:#008dff;
  --emw-success:#5ce2b3;
  --emw-shadow:0 30px 90px rgba(0,45,120,.22);
  --emw-radius:22px;
  --emw-radius-sm:13px;
  --emw-container:1240px;
  --emw-header:78px;
}

html[data-emw-theme="light"]{
  --emw-bg:#f3f8ff;
  --emw-bg-2:#ffffff;
  --emw-panel:#ffffff;
  --emw-panel-2:#edf5ff;
  --emw-line:rgba(25,73,130,.13);
  --emw-line-strong:rgba(0,123,217,.26);
  --emw-text:#081323;
  --emw-muted:#50627a;
  --emw-soft:#78889c;
  --emw-shadow:0 30px 90px rgba(34,84,135,.12);
}

body.emw-core-rendered{
  margin:0!important;
  padding:0!important;
  min-width:320px;
  background:var(--emw-bg)!important;
  color:var(--emw-text)!important;
  font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif!important;
  font-size:16px;
  line-height:1.65;
  overflow-x:hidden;
}
body.emw-core-rendered.admin-bar .emw-header{top:32px}
.emw-shell,.emw-shell *{box-sizing:border-box}
.emw-shell{position:relative;min-height:100vh;background:var(--emw-bg);color:var(--emw-text);isolation:isolate}
.emw-shell a{color:inherit;text-decoration:none}
.emw-shell img{max-width:100%;height:auto}
.emw-shell button,.emw-shell input,.emw-shell select,.emw-shell textarea{font:inherit}
.emw-shell h1,.emw-shell h2,.emw-shell h3,.emw-shell h4,.emw-shell p{margin-top:0}
.emw-shell h1,.emw-shell h2,.emw-shell h3,.emw-shell h4{color:var(--emw-text);font-weight:750;letter-spacing:-.03em;line-height:1.08}
.emw-shell p{color:var(--emw-muted)}
.emw-main{display:block;min-height:60vh}
.emw-container{width:min(calc(100% - 40px),var(--emw-container));margin-inline:auto;position:relative}
.emw-section{position:relative;padding:110px 0;border-bottom:1px solid var(--emw-line)}
.emw-section:last-child{border-bottom:0}
.emw-grid-glow{position:absolute;inset:0;overflow:hidden;pointer-events:none;background:radial-gradient(circle at 78% 26%,rgba(25,140,255,.22),transparent 34%),radial-gradient(circle at 14% 10%,rgba(25,221,255,.09),transparent 28%)}
.emw-grid-glow:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(97,169,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(97,169,255,.055) 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.75),transparent 90%)}
.emw-skip-link{position:fixed;left:20px;top:-100px;z-index:99999;background:#fff;color:#000;padding:12px 16px;border-radius:8px}.emw-skip-link:focus{top:20px}

/* Header */
.emw-header{position:sticky;top:0;z-index:900;height:var(--emw-header);border-bottom:1px solid var(--emw-line);background:rgba(5,9,20,.9);background:color-mix(in srgb,var(--emw-bg) 82%,transparent);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);transition:box-shadow .25s ease,background .25s ease}
.emw-header.is-scrolled{box-shadow:0 14px 40px rgba(0,0,0,.18)}
.emw-header-inner{height:100%;display:flex;align-items:center;gap:26px}
.emw-brand{display:inline-flex;align-items:center;gap:10px;white-space:nowrap;font-size:19px;font-weight:800;letter-spacing:-.035em;color:var(--emw-text)!important}
.emw-brand>span>span{color:var(--emw-blue)}
.emw-brand-mark{display:block;width:52px!important;height:30px!important;object-fit:contain!important;filter:drop-shadow(0 0 12px rgba(18,183,255,.28))}
.emw-nav{display:flex;align-items:center;gap:4px;margin-left:auto}
.emw-nav a{padding:9px 10px;border-radius:9px;color:var(--emw-muted);font-size:13.5px;font-weight:650;transition:.2s ease}
.emw-nav a:hover,.emw-nav a.is-active{color:var(--emw-text);background:rgba(74,155,255,.08)}
.emw-header-actions{display:flex;align-items:center;gap:9px}
.emw-theme-toggle,.emw-menu-toggle{appearance:none;border:1px solid var(--emw-line);background:rgba(255,255,255,.035);color:var(--emw-text);cursor:pointer;border-radius:10px}
.emw-theme-toggle{width:39px;height:39px;display:grid;place-items:center;font-size:19px}
.emw-menu-toggle{display:none;width:42px;height:42px;padding:10px}
.emw-menu-toggle span:not(.screen-reader-text){display:block;width:20px;height:2px;margin:4px auto;background:currentColor;border-radius:2px;transition:.2s}
.screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

/* Buttons and type */
.emw-button{appearance:none;display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:13px 21px;border-radius:11px;border:1px solid transparent;font-size:14px;font-weight:800;letter-spacing:-.01em;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease}
.emw-button:hover{transform:translateY(-2px)}
.emw-button-primary{color:#03131f!important;background:linear-gradient(100deg,var(--emw-cyan),var(--emw-blue));box-shadow:0 14px 36px rgba(0,144,255,.2)}
.emw-button-primary:hover{box-shadow:0 17px 45px rgba(0,144,255,.31)}
.emw-button-ghost{color:var(--emw-text)!important;border-color:var(--emw-line-strong);background:rgba(255,255,255,.035)}
.emw-button-small{min-height:42px;padding:10px 14px;font-size:12.5px}
.emw-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-top:28px}
.emw-eyebrow{display:flex;align-items:center;gap:10px;color:#77dfff;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.14em;margin-bottom:17px}
.emw-eyebrow:before{content:"";width:34px;height:1px;background:linear-gradient(90deg,var(--emw-cyan),var(--emw-blue))}
.emw-lead{max-width:720px;font-size:18px;line-height:1.75;color:var(--emw-muted)!important}
.emw-lead-small{font-size:17px;line-height:1.75}
.emw-text-link{display:inline-flex;margin-top:22px;color:#72dfff!important;font-weight:750}
.emw-muted{color:var(--emw-soft)!important}

/* Header heroes */
.emw-home-hero{min-height:calc(100vh - var(--emw-header));padding:88px 0 82px;display:flex;align-items:center}
.emw-home-hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(430px,.8fr);gap:70px;align-items:center}
.emw-home-copy h1{font-size:clamp(48px,6.3vw,82px);max-width:820px;margin-bottom:27px;letter-spacing:-.055em}
.emw-home-copy h1 span{display:block;background:linear-gradient(100deg,#e7fbff 5%,#7ae6ff 45%,#4d8fff 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
.emw-trust-row{display:flex;gap:22px;flex-wrap:wrap;margin-top:28px;color:var(--emw-muted);font-size:13px}.emw-trust-row span:before{content:"✓";color:var(--emw-cyan);margin-right:7px;font-weight:900}
.emw-page-hero{padding:120px 0 92px;min-height:580px;display:flex;align-items:center}
.emw-page-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:80px;align-items:center}
.emw-page-hero h1{font-size:clamp(48px,6vw,76px);max-width:920px;margin-bottom:27px}
.emw-hero-monogram{position:relative;aspect-ratio:1;display:grid;place-items:center;border:1px solid var(--emw-line-strong);border-radius:50%;background:radial-gradient(circle,rgba(0,159,255,.17),transparent 68%);box-shadow:inset 0 0 60px rgba(0,140,255,.08),var(--emw-shadow)}
.emw-hero-monogram:before,.emw-hero-monogram:after{content:"";position:absolute;border:1px dashed rgba(61,174,255,.25);border-radius:50%;inset:9%;animation:emw-spin 20s linear infinite}.emw-hero-monogram:after{inset:25%;animation-direction:reverse;animation-duration:13s}
.emw-hero-monogram span{font-size:50px;font-weight:900;letter-spacing:-.08em;background:linear-gradient(100deg,var(--emw-cyan),var(--emw-blue));-webkit-background-clip:text;background-clip:text;color:transparent}
.emw-hero-monogram i{position:absolute;width:8px;height:8px;border-radius:50%;background:var(--emw-cyan);box-shadow:0 0 17px var(--emw-cyan)}.emw-hero-monogram i:nth-child(2){top:12%;left:46%}.emw-hero-monogram i:nth-child(3){right:15%;bottom:28%}.emw-hero-monogram i:nth-child(4){left:18%;bottom:22%}
@keyframes emw-spin{to{transform:rotate(360deg)}}

/* Workflow core */
.emw-workflow-core{position:relative;padding:24px;border:1px solid var(--emw-line-strong);border-radius:26px;background:linear-gradient(145deg,rgba(12,26,49,.96),rgba(4,10,23,.94));box-shadow:var(--emw-shadow),inset 0 1px rgba(255,255,255,.04);transform-style:preserve-3d;transition:transform .18s ease;overflow:hidden}
html[data-emw-theme="light"] .emw-workflow-core{background:linear-gradient(145deg,#fff,#eaf3ff)}
.emw-workflow-core:before{content:"";position:absolute;width:240px;height:240px;right:-100px;top:-100px;border-radius:50%;background:rgba(0,140,255,.14);filter:blur(35px)}
.emw-core-top{position:relative;display:flex;align-items:center;justify-content:space-between;color:#85dfff;text-transform:uppercase;font-size:11px;letter-spacing:.12em;font-weight:850;margin-bottom:18px}.emw-core-top b{font-size:9px;padding:6px 8px;border:1px solid rgba(80,226,179,.28);border-radius:99px;color:var(--emw-success)}
.emw-core-node{position:relative;display:grid;grid-template-columns:45px 1fr 28px;gap:14px;align-items:center;padding:16px;border:1px solid var(--emw-line);border-radius:14px;background:rgba(255,255,255,.035)}
.emw-core-node>span{width:42px;height:42px;display:grid;place-items:center;border-radius:11px;background:linear-gradient(135deg,var(--emw-cyan),var(--emw-blue));color:#041521;font-weight:900}.emw-core-node small{display:block;color:var(--emw-soft);font-size:10px;text-transform:uppercase;letter-spacing:.11em;margin-bottom:3px}.emw-core-node strong{display:block;font-size:14px}.emw-core-node i{font-style:normal;color:#60d9ff}
.emw-core-link{height:22px;display:grid;place-items:center}.emw-core-link span{display:block;width:2px;height:12px;background:linear-gradient(var(--emw-cyan),var(--emw-blue));box-shadow:0 0 10px rgba(0,190,255,.45)}

/* General layouts and cards */
.emw-section-heading{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(280px,.55fr);gap:50px;align-items:end;margin-bottom:50px}.emw-section-heading h2,.emw-two-col h2,.emw-journey-panel h2,.emw-vision-panel h2{font-size:clamp(34px,4.2vw,56px);margin-bottom:0;max-width:760px}.emw-section-heading>p{margin-bottom:4px;font-size:16px;line-height:1.75}
.emw-card-grid{display:grid;gap:18px}.emw-card-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.emw-card-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.emw-glass-card,.emw-service-mini,.emw-concept-card,.emw-blog-card{position:relative;padding:28px;border:1px solid var(--emw-line);border-radius:var(--emw-radius);background:linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.012));overflow:hidden;transition:transform .25s ease,border-color .25s ease,background .25s ease}
.emw-glass-card:hover,.emw-service-mini:hover,.emw-concept-card:hover,.emw-blog-card:hover{transform:translateY(-5px);border-color:var(--emw-line-strong);background:linear-gradient(145deg,rgba(26,121,255,.09),rgba(255,255,255,.018))}
.emw-glass-card:after,.emw-service-mini:after,.emw-concept-card:after{content:"";position:absolute;width:130px;height:130px;border-radius:50%;right:-80px;top:-80px;background:rgba(0,150,255,.13);filter:blur(24px)}
.emw-card-index{display:block;color:#62d9ff;font-size:11px;font-weight:850;letter-spacing:.12em;margin-bottom:35px}.emw-glass-card h3,.emw-service-mini h3,.emw-concept-card h3{font-size:21px;margin-bottom:13px}.emw-glass-card p,.emw-service-mini p,.emw-concept-card p{margin-bottom:0;font-size:14.5px;line-height:1.7}
.emw-two-col{display:grid;grid-template-columns:minmax(0,.9fr) minmax(400px,1.1fr);gap:80px;align-items:center}
.emw-check-list{list-style:none;padding:0;margin:25px 0;display:grid;gap:11px}.emw-check-list li{color:var(--emw-muted)}.emw-check-list li:before{content:"✓";display:inline-grid;place-items:center;width:21px;height:21px;margin-right:10px;border-radius:50%;background:rgba(25,221,255,.1);color:var(--emw-cyan);font-size:11px;font-weight:900}

/* Flow and services preview */
.emw-connected-section,.emw-audit-preview-section,.emw-demo-preview-section{background:linear-gradient(180deg,var(--emw-bg),var(--emw-bg-2),var(--emw-bg));background:linear-gradient(180deg,var(--emw-bg),color-mix(in srgb,var(--emw-bg-2) 82%,var(--emw-blue) 4%),var(--emw-bg))}
.emw-flow-stack{padding:22px;border:1px solid var(--emw-line);border-radius:var(--emw-radius);background:var(--emw-panel);box-shadow:var(--emw-shadow)}
.emw-flow-row{display:grid;grid-template-columns:42px 80px 1fr 24px;gap:12px;align-items:center;padding:17px;border-bottom:1px solid var(--emw-line)}.emw-flow-row:last-child{border-bottom:0}.emw-flow-row>span{font-size:11px;color:#65d9ff;font-weight:850}.emw-flow-row small{color:var(--emw-soft);font-size:10px;text-transform:uppercase;letter-spacing:.1em}.emw-flow-row strong{font-size:14px}.emw-flow-row b{color:var(--emw-cyan)}
.emw-service-mini{min-height:265px;display:flex;flex-direction:column}.emw-service-mini>span{width:47px;height:47px;display:grid;place-items:center;border:1px solid var(--emw-line-strong);border-radius:12px;color:#6bddff;font-size:12px;font-weight:900;margin-bottom:27px}.emw-service-mini a{margin-top:auto;padding-top:18px;color:#66d9ff!important;font-size:13px;font-weight:750}

/* Audit panel */
.emw-audit-panel{padding:23px;border:1px solid var(--emw-line-strong);border-radius:var(--emw-radius);background:var(--emw-panel);box-shadow:var(--emw-shadow)}
.emw-audit-panel-head{display:grid;grid-template-columns:1fr auto;gap:4px 14px;padding-bottom:18px;margin-bottom:6px;border-bottom:1px solid var(--emw-line)}.emw-audit-panel-head span,.emw-audit-panel-head b{font-size:9px;color:var(--emw-soft);letter-spacing:.12em}.emw-audit-panel-head strong{grid-row:2;font-size:18px}.emw-audit-panel-head b{grid-column:2;grid-row:1/3;align-self:center;color:var(--emw-success);border:1px solid rgba(90,226,179,.2);border-radius:99px;padding:6px 8px}
.emw-audit-row{display:grid;grid-template-columns:35px 1fr auto;align-items:center;gap:12px;padding:14px 5px;border-bottom:1px solid var(--emw-line)}.emw-audit-row:last-child{border-bottom:0}.emw-audit-row>span{width:29px;height:29px;display:grid;place-items:center;border-radius:8px;background:rgba(34,139,255,.12);color:#63d9ff;font-size:11px;font-weight:850}.emw-audit-row strong{font-size:13px}.emw-audit-row em{font-style:normal;font-size:10px;color:var(--emw-soft)}

/* Process and demos */
.emw-process-grid{counter-reset:none;list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));border:1px solid var(--emw-line);border-radius:var(--emw-radius);overflow:hidden;background:var(--emw-panel)}
.emw-process-grid li{position:relative;min-height:260px;padding:23px;border-right:1px solid var(--emw-line)}.emw-process-grid li:last-child{border-right:0}.emw-process-grid li>span{font-size:10px;color:#66d9ff;font-weight:850}.emw-process-grid li>b{position:absolute;right:20px;top:20px;color:var(--emw-cyan)}.emw-process-grid h3{font-size:18px;margin:48px 0 12px}.emw-process-grid p{font-size:13px;line-height:1.6}.emw-process-grid small{position:absolute;left:23px;bottom:22px;color:var(--emw-soft);font-size:10px;text-transform:uppercase;letter-spacing:.1em}
.emw-demo-rail{display:grid;grid-template-columns:repeat(6,minmax(240px,1fr));gap:14px;margin-top:38px;overflow-x:auto;padding-bottom:12px;scroll-snap-type:x mandatory}.emw-demo-rail article{scroll-snap-align:start;padding:26px;border:1px solid var(--emw-line);border-radius:18px;background:var(--emw-panel);min-height:220px}.emw-demo-rail span{font-size:10px;color:#62d9ff;letter-spacing:.1em}.emw-demo-rail h3{font-size:19px;margin:32px 0 12px}.emw-demo-rail p{font-size:13px;line-height:1.65}

/* CTA */
.emw-final-cta{padding:75px 0;background:radial-gradient(circle at 80% 50%,rgba(0,146,255,.16),transparent 40%)}
.emw-cta-panel{position:relative;display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center;padding:48px;border:1px solid var(--emw-line-strong);border-radius:28px;background:linear-gradient(120deg,rgba(14,38,69,.95),rgba(6,15,31,.95));box-shadow:var(--emw-shadow);overflow:hidden}.emw-cta-panel:after{content:"";position:absolute;width:350px;height:350px;right:-130px;top:-160px;border-radius:50%;background:rgba(0,154,255,.16);filter:blur(35px)}html[data-emw-theme="light"] .emw-cta-panel{background:linear-gradient(120deg,#fff,#e8f3ff)}.emw-cta-panel h2{font-size:clamp(32px,4vw,52px);margin-bottom:10px}.emw-cta-panel p{margin-bottom:0}.emw-cta-panel>*{position:relative;z-index:1}

/* Services page */
.emw-service-index{display:grid;grid-template-columns:180px 1fr;border:1px solid var(--emw-line);border-radius:var(--emw-radius);overflow:hidden;background:var(--emw-panel)}.emw-service-index>span{display:grid;place-items:center;min-height:280px;border-right:1px solid var(--emw-line);font-size:45px;font-weight:900;color:#4b9cff}.emw-service-index>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));padding:25px}.emw-service-index small{grid-column:1/-1;color:var(--emw-soft);text-transform:uppercase;letter-spacing:.13em;font-size:10px;margin-bottom:12px}.emw-service-index a{display:flex;gap:12px;padding:13px;border-bottom:1px solid var(--emw-line);color:var(--emw-muted)!important;font-size:13px}.emw-service-index a:hover{color:var(--emw-text)!important}.emw-service-index b{color:#60d9ff;font-size:10px}
.emw-services-list{padding-top:30px}.emw-service-detail{scroll-margin-top:100px;padding:70px 0;border-bottom:1px solid var(--emw-line)}.emw-service-detail:last-child{border-bottom:0}.emw-service-detail-head{display:grid;grid-template-columns:70px minmax(0,1fr) auto;gap:25px;align-items:start}.emw-service-detail-head>span{width:58px;height:58px;display:grid;place-items:center;border:1px solid var(--emw-line-strong);border-radius:15px;color:#63d9ff;font-weight:900}.emw-service-detail-head h2{font-size:clamp(32px,4vw,48px);margin-bottom:13px}.emw-service-detail-head p{max-width:740px}.emw-service-detail-head>a{color:#63d9ff!important;font-size:13px;font-weight:750;white-space:nowrap;padding-top:17px}.emw-service-detail-grid{display:grid;grid-template-columns:1fr 1fr .9fr;gap:18px;margin:35px 0 0 95px}.emw-service-detail-grid>div{padding:25px;border:1px solid var(--emw-line);border-radius:16px;background:rgba(255,255,255,.02)}.emw-service-detail-grid h3{font-size:15px}.emw-service-detail-grid ul{margin:15px 0 0;padding-left:18px;color:var(--emw-muted);font-size:13px}.emw-service-detail-grid li{margin:8px 0}.emw-suitable small{color:#5bd9ff;font-size:9px;font-weight:850;letter-spacing:.12em}.emw-suitable p{font-size:13px;margin-top:13px}
.emw-journey-panel{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;align-items:center;padding:45px;border:1px solid var(--emw-line);border-radius:var(--emw-radius);background:var(--emw-panel)}.emw-journey-panel p{margin-bottom:0}.emw-journey-steps{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}.emw-journey-steps span{padding:14px 16px;border:1px solid var(--emw-line-strong);border-radius:12px;background:rgba(0,130,255,.07);font-size:12px;font-weight:750}.emw-journey-steps b{color:var(--emw-cyan)}

/* Demo systems */
.emw-demo-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:15px}.emw-demo-tabs button{appearance:none;border:1px solid var(--emw-line);background:var(--emw-panel);color:var(--emw-muted);padding:11px 15px;border-radius:10px;cursor:pointer;font-size:12px;font-weight:750}.emw-demo-tabs button.is-active{color:#06111d;background:linear-gradient(100deg,var(--emw-cyan),var(--emw-blue));border-color:transparent}
.emw-interactive-demo{padding:32px;border:1px solid var(--emw-line-strong);border-radius:var(--emw-radius);background:var(--emw-panel);box-shadow:var(--emw-shadow)}.emw-demo-head{display:flex;justify-content:space-between;gap:20px;align-items:start;padding-bottom:22px;border-bottom:1px solid var(--emw-line)}.emw-demo-head small{color:var(--emw-soft);text-transform:uppercase;letter-spacing:.12em;font-size:9px}.emw-demo-head h3{font-size:30px;margin:8px 0}.emw-demo-head p{margin:0}.emw-demo-head>span{padding:7px 9px;border:1px solid rgba(25,221,255,.2);border-radius:99px;color:#66d9ff;font-size:9px;letter-spacing:.1em}
.emw-demo-stages{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:24px 0}.emw-demo-stage{position:relative;padding:20px;border:1px solid var(--emw-line);border-radius:15px;background:rgba(255,255,255,.02);opacity:.48;transition:.25s}.emw-demo-stage.is-active,.emw-demo-stage.is-complete{opacity:1;border-color:var(--emw-line-strong)}.emw-demo-stage.is-complete{background:rgba(40,192,158,.06)}.emw-demo-stage span{display:grid;place-items:center;width:31px;height:31px;border-radius:9px;background:rgba(42,135,255,.13);color:#60d9ff;font-size:11px;font-weight:850;margin-bottom:28px}.emw-demo-stage small{display:block;color:var(--emw-soft);font-size:9px;text-transform:uppercase;letter-spacing:.1em}.emw-demo-stage strong{display:block;font-size:13px;margin-top:5px}.emw-demo-status{padding:15px;border-left:2px solid var(--emw-cyan);background:rgba(0,143,255,.05);color:var(--emw-muted);font-size:12px}.emw-demo-status strong{color:var(--emw-text)}
.emw-concept-card span{color:#62d9ff;font-size:9px;font-weight:850;letter-spacing:.12em}.emw-concept-card h3{margin-top:35px}.emw-concept-card ul{padding-left:18px;color:var(--emw-muted);font-size:13px}.emw-concept-card li{margin:6px 0}
.emw-builder-panel{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;align-items:center}.emw-builder-nodes{display:flex;align-items:center;gap:8px;padding:25px;border:1px solid var(--emw-line);border-radius:var(--emw-radius);background:var(--emw-panel);overflow-x:auto}.emw-builder-nodes>div{min-width:125px;padding:17px;border:1px solid var(--emw-line-strong);border-radius:13px}.emw-builder-nodes small{display:block;color:#60d9ff;font-size:8px;letter-spacing:.12em;margin-bottom:6px}.emw-builder-nodes strong{font-size:12px}.emw-builder-nodes b{color:var(--emw-cyan)}

/* About */
.emw-about-intro{align-items:start}.emw-about-intro p{font-size:16px;line-height:1.8}.emw-founder-panel{display:grid;grid-template-columns:120px .75fr 1.25fr;gap:32px;align-items:center;padding:42px;border:1px solid var(--emw-line);border-radius:var(--emw-radius);background:var(--emw-panel)}.emw-founder-avatar{width:108px;height:108px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,var(--emw-cyan),var(--emw-blue));color:#04121f;font-size:30px;font-weight:900;box-shadow:0 0 50px rgba(0,149,255,.2)}.emw-founder-panel small,.emw-founder-panel>div:last-child>span{color:#60d9ff;font-size:9px;font-weight:850;letter-spacing:.12em}.emw-founder-panel h2{font-size:38px;margin:9px 0}.emw-founder-panel h3{font-size:28px;margin:10px 0}.emw-founder-panel p{margin-bottom:9px}
.emw-vision-panel{display:grid;grid-template-columns:1fr .75fr;gap:70px;align-items:end;padding:50px;border:1px solid var(--emw-line-strong);border-radius:var(--emw-radius);background:linear-gradient(120deg,rgba(0,139,255,.08),rgba(255,255,255,.02))}.emw-vision-panel p{font-size:17px;margin-bottom:0}

/* Blog */
.emw-topic-pills{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:35px}.emw-topic-pills span{padding:9px 12px;border:1px solid var(--emw-line);border-radius:99px;color:var(--emw-muted);font-size:11px}.emw-blog-card{min-height:300px;display:flex;flex-direction:column}.emw-blog-card>span{position:absolute;right:24px;top:24px;color:#5ed9ff;font-size:10px;font-weight:850}.emw-blog-card small{color:#60d9ff;font-size:10px;text-transform:uppercase;letter-spacing:.11em;margin-bottom:35px}.emw-blog-card h2{font-size:23px;line-height:1.2}.emw-blog-card p{font-size:14px}.emw-blog-card>a,.emw-blog-card>b{margin-top:auto;color:#60d9ff!important;font-size:11px;letter-spacing:.08em}
.emw-note-panel{margin-top:25px;padding:22px;border:1px solid var(--emw-line);border-radius:15px;background:rgba(0,143,255,.04)}.emw-note-panel strong{font-size:14px}.emw-note-panel p{margin:5px 0 0;font-size:13px}

/* Contact */
.emw-email-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.emw-email-grid a{position:relative;min-height:140px;padding:20px;border:1px solid var(--emw-line);border-radius:15px;background:var(--emw-panel);overflow:hidden}.emw-email-grid small{display:block;color:var(--emw-soft);font-size:9px;text-transform:uppercase;letter-spacing:.1em;margin-bottom:22px}.emw-email-grid strong{font-size:12px;overflow-wrap:anywhere}.emw-email-grid span{position:absolute;right:16px;top:16px;color:#61d9ff}.emw-email-grid a:hover{border-color:var(--emw-line-strong)}
.emw-human-note{display:flex;align-items:center;gap:20px;margin-top:18px;padding:18px;border-left:2px solid var(--emw-cyan);background:rgba(0,143,255,.04)}.emw-human-note strong{color:#60d9ff;font-size:10px;letter-spacing:.12em}.emw-human-note p{margin:0;font-size:13px}
.emw-contact-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:70px;align-items:start}.emw-sticky-copy{position:sticky;top:115px}.emw-sticky-copy h2{font-size:clamp(34px,4vw,52px)}.emw-sticky-copy ol{list-style:none;padding:0;margin:38px 0}.emw-sticky-copy li{display:grid;grid-template-columns:45px 1fr;gap:12px;padding:18px 0;border-bottom:1px solid var(--emw-line)}.emw-sticky-copy li>span{color:#60d9ff;font-size:10px;font-weight:850}.emw-sticky-copy h3{font-size:15px;margin-bottom:5px}.emw-sticky-copy li p{font-size:12px;margin-bottom:0}
.emw-form-card{padding:34px;border:1px solid var(--emw-line-strong);border-radius:var(--emw-radius);background:var(--emw-panel);box-shadow:var(--emw-shadow)}.emw-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}.emw-form-card label{display:block;color:var(--emw-muted);font-size:12px;font-weight:700;margin-bottom:17px}.emw-form-card input:not([type="checkbox"]),.emw-form-card select,.emw-form-card textarea{display:block;width:100%;margin-top:8px;border:1px solid var(--emw-line);border-radius:10px;background:rgba(255,255,255,.035);color:var(--emw-text);padding:13px 14px;outline:none}.emw-form-card input:focus,.emw-form-card select:focus,.emw-form-card textarea:focus{border-color:var(--emw-cyan);box-shadow:0 0 0 3px rgba(25,221,255,.08)}.emw-form-card select option{background:var(--emw-panel);color:var(--emw-text)}.emw-consent{display:flex!important;align-items:flex-start;gap:10px;font-weight:500!important}.emw-consent input{margin-top:4px}.emw-form-note{font-size:11px;margin:15px 0 0}.emw-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}.emw-form-message{padding:14px 16px;border-radius:10px;margin-bottom:18px;font-size:13px}.emw-form-message.is-success{border:1px solid rgba(92,226,179,.25);background:rgba(92,226,179,.08);color:#88f1c9}.emw-form-message.is-error{border:1px solid rgba(255,112,112,.25);background:rgba(255,112,112,.08);color:#ffb1b1}

/* Legal */
.emw-legal-layout{display:grid;grid-template-columns:240px minmax(0,1fr);gap:70px;align-items:start}.emw-legal-layout aside{position:sticky;top:115px;display:grid;gap:4px;padding:20px;border:1px solid var(--emw-line);border-radius:15px;background:var(--emw-panel)}.emw-legal-layout aside strong{font-size:12px;margin-bottom:8px}.emw-legal-layout aside a{padding:7px 0;color:var(--emw-muted)!important;font-size:12px}.emw-legal-layout aside a:hover{color:#60d9ff!important}.emw-legal-content{max-width:830px}.emw-legal-content h2{scroll-margin-top:110px;font-size:27px;margin:42px 0 15px}.emw-legal-content p,.emw-legal-content li{line-height:1.8;color:var(--emw-muted)}.emw-legal-warning{padding:18px;border:1px solid rgba(255,190,75,.25);border-radius:13px;background:rgba(255,190,75,.06);color:#ffd48a;font-size:13px}

/* Footer */
.emw-footer{padding:80px 0 28px;background:#030711;border-top:1px solid var(--emw-line);color:#fff}html[data-emw-theme="light"] .emw-footer{background:#07101f;color:#fff}.emw-footer .emw-brand{color:#fff!important}.emw-footer-grid{display:grid;grid-template-columns:1.8fr repeat(3,1fr);gap:60px}.emw-footer-brand h3{font-size:24px;margin:25px 0 10px}.emw-footer-brand p{max-width:470px;color:#8f9cb0}.emw-footer-email{display:inline-block;margin-top:10px;color:#62d9ff!important;font-weight:750}.emw-footer h4{font-size:13px;color:#fff;margin:7px 0 22px}.emw-footer-grid>div:not(.emw-footer-brand){display:flex;flex-direction:column}.emw-footer-grid>div:not(.emw-footer-brand) a{color:#8f9cb0!important;font-size:13px;margin-bottom:11px}.emw-footer-grid a:hover{color:#64d9ff!important}.emw-footer-bottom{display:flex;justify-content:space-between;gap:30px;padding-top:30px;margin-top:55px;border-top:1px solid rgba(255,255,255,.08)}.emw-footer-bottom p{color:#69778d;font-size:11px;margin:0}

/* Reveal */
.emw-shell [data-emw-reveal]{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease}.emw-shell [data-emw-reveal].is-visible{opacity:1;transform:none}

/* Responsive */
@media(max-width:1150px){
  .emw-desktop-cta{display:none}.emw-nav a{padding:8px 7px;font-size:12.5px}.emw-home-hero-grid{grid-template-columns:1fr 430px;gap:42px}.emw-card-grid-4{grid-template-columns:repeat(2,1fr)}.emw-process-grid{grid-template-columns:repeat(3,1fr)}.emw-process-grid li:nth-child(3){border-right:0}.emw-process-grid li:nth-child(-n+3){border-bottom:1px solid var(--emw-line)}.emw-email-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:920px){
  body.emw-core-rendered.admin-bar .emw-header{top:46px}.emw-header{height:70px}.emw-menu-toggle{display:block}.emw-theme-toggle{display:none}.emw-nav{position:absolute;left:20px;right:20px;top:calc(100% + 10px);display:none;flex-direction:column;align-items:stretch;padding:12px;border:1px solid var(--emw-line-strong);border-radius:15px;background:var(--emw-panel);box-shadow:var(--emw-shadow)}.emw-nav.is-open{display:flex}.emw-nav a{padding:11px 12px;font-size:13px}.emw-header-actions{margin-left:auto}
  .emw-home-hero{min-height:auto;padding:80px 0}.emw-home-hero-grid,.emw-page-hero-grid,.emw-two-col,.emw-section-heading,.emw-journey-panel,.emw-builder-panel,.emw-vision-panel{grid-template-columns:1fr}.emw-page-hero{min-height:auto;padding:100px 0 80px}.emw-hero-monogram{display:none}.emw-home-copy h1{font-size:clamp(45px,10vw,70px)}
  .emw-card-grid-3{grid-template-columns:repeat(2,1fr)}.emw-section{padding:85px 0}.emw-section-heading{gap:18px;margin-bottom:38px}.emw-two-col{gap:45px}.emw-process-grid{grid-template-columns:repeat(2,1fr)}.emw-process-grid li:nth-child(2n){border-right:0}.emw-process-grid li:nth-child(3){border-right:1px solid var(--emw-line)}.emw-process-grid li:nth-child(-n+4){border-bottom:1px solid var(--emw-line)}
  .emw-service-detail-head{grid-template-columns:60px 1fr}.emw-service-detail-head>a{grid-column:2}.emw-service-detail-grid{grid-template-columns:1fr 1fr;margin-left:0}.emw-suitable{grid-column:1/-1}.emw-demo-stages{grid-template-columns:repeat(2,1fr)}.emw-founder-panel{grid-template-columns:110px 1fr}.emw-founder-panel>div:last-child{grid-column:1/-1}.emw-contact-layout{grid-template-columns:1fr}.emw-sticky-copy{position:static}.emw-legal-layout{grid-template-columns:1fr}.emw-legal-layout aside{position:static;display:flex;overflow:auto}.emw-legal-layout aside strong{display:none}.emw-legal-layout aside a{white-space:nowrap;padding:8px}.emw-footer-grid{grid-template-columns:1.4fr repeat(2,1fr)}.emw-footer-grid>div:last-child{grid-column:2}
}
@media(max-width:640px){
  :root{--emw-radius:18px}.emw-container{width:min(calc(100% - 28px),var(--emw-container))}.emw-section{padding:68px 0}.emw-brand{font-size:16px}.emw-brand-mark{width:44px!important;height:25px!important}.emw-home-hero{padding:65px 0}.emw-home-copy h1,.emw-page-hero h1{font-size:clamp(39px,12vw,55px)}.emw-page-hero{padding:80px 0 65px}.emw-lead{font-size:16px}.emw-actions .emw-button{width:100%}.emw-trust-row{gap:12px}.emw-workflow-core{padding:16px}.emw-core-node{grid-template-columns:40px 1fr 20px;padding:13px}.emw-core-node>span{width:38px;height:38px}
  .emw-card-grid-3,.emw-card-grid-4,.emw-email-grid,.emw-form-grid,.emw-service-detail-grid{grid-template-columns:1fr}.emw-glass-card,.emw-service-mini,.emw-concept-card,.emw-blog-card{padding:23px}.emw-section-heading h2,.emw-two-col h2,.emw-journey-panel h2,.emw-vision-panel h2{font-size:34px}.emw-flow-row{grid-template-columns:36px 1fr 20px}.emw-flow-row small{display:none}.emw-process-grid{grid-template-columns:1fr}.emw-process-grid li,.emw-process-grid li:nth-child(3){border-right:0;border-bottom:1px solid var(--emw-line)!important}.emw-process-grid li:last-child{border-bottom:0!important}.emw-cta-panel{grid-template-columns:1fr;padding:30px}.emw-service-index{grid-template-columns:1fr}.emw-service-index>span{min-height:100px;border-right:0;border-bottom:1px solid var(--emw-line)}.emw-service-index>div{grid-template-columns:1fr;padding:18px}.emw-service-detail{padding:55px 0}.emw-service-detail-head{grid-template-columns:48px 1fr;gap:15px}.emw-service-detail-head>span{width:45px;height:45px}.emw-service-detail-head h2{font-size:31px}.emw-service-detail-grid{margin-top:25px}.emw-demo-stages{grid-template-columns:1fr}.emw-interactive-demo{padding:21px}.emw-demo-head{flex-direction:column}.emw-founder-panel{grid-template-columns:1fr;padding:27px}.emw-founder-panel>div:last-child{grid-column:auto}.emw-vision-panel{padding:30px}.emw-contact-layout{gap:35px}.emw-form-card{padding:22px}.emw-human-note{align-items:flex-start;flex-direction:column;gap:6px}.emw-footer{padding-top:60px}.emw-footer-grid{grid-template-columns:1fr 1fr;gap:35px}.emw-footer-brand{grid-column:1/-1}.emw-footer-grid>div:last-child{grid-column:auto}.emw-footer-bottom{flex-direction:column}
}
@media(prefers-reduced-motion:reduce){.emw-shell *{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}


/* Single blog posts */
.emw-post-hero{position:relative;padding:92px 0 72px;border-bottom:1px solid var(--emw-line);overflow:hidden}
.emw-post-hero-inner{position:relative;z-index:1;max-width:980px}
.emw-post-back{display:inline-flex;margin-bottom:34px;color:#72dfff!important;font-size:13px;font-weight:750}
.emw-post-back:hover{transform:translateX(-2px)}
.emw-post-categories{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:22px}
.emw-post-categories span{padding:7px 10px;border:1px solid var(--emw-line-strong);border-radius:999px;background:rgba(25,143,255,.07);color:#75ddff!important;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}
.emw-post-hero h1{max-width:960px;margin-bottom:24px;font-size:clamp(44px,6vw,76px);letter-spacing:-.055em}
.emw-post-excerpt{max-width:820px;margin-bottom:28px;color:var(--emw-muted)!important;font-size:19px;line-height:1.75}
.emw-post-meta{display:flex;flex-wrap:wrap;gap:12px 24px;color:var(--emw-soft);font-size:12px;font-weight:650}
.emw-post-meta span{display:inline-flex;align-items:center;gap:12px}
.emw-post-meta span:not(:first-child):before{content:"";width:4px;height:4px;border-radius:50%;background:var(--emw-cyan)}
.emw-post-featured-wrap{padding-top:55px}
.emw-post-featured{margin:0;overflow:hidden;border:1px solid var(--emw-line-strong);border-radius:24px;background:var(--emw-panel);box-shadow:var(--emw-shadow)}
.emw-post-featured img{display:block;width:100%;max-height:680px;object-fit:cover}
.emw-post-section{padding:80px 0 110px}
.emw-post-layout{display:grid;grid-template-columns:minmax(0,790px) minmax(260px,330px);gap:82px;align-items:start;justify-content:center}
.emw-post-content{min-width:0;color:var(--emw-muted);font-size:17px;line-height:1.9}
.emw-post-content>*:first-child{margin-top:0}
.emw-post-content p,.emw-post-content li{color:var(--emw-muted);line-height:1.9}
.emw-post-content h2,.emw-post-content h3,.emw-post-content h4{scroll-margin-top:110px;margin:54px 0 20px;color:var(--emw-text)}
.emw-post-content h2{font-size:clamp(30px,4vw,43px)}
.emw-post-content h3{font-size:28px}
.emw-post-content h4{font-size:21px}
.emw-post-content ul,.emw-post-content ol{padding-left:24px;margin:24px 0}
.emw-post-content li{margin:8px 0;padding-left:5px}
.emw-post-content a{color:#6edcff!important;text-decoration:underline;text-decoration-color:rgba(110,220,255,.4);text-underline-offset:3px}
.emw-post-content blockquote{margin:38px 0;padding:24px 26px;border-left:3px solid var(--emw-cyan);border-radius:0 14px 14px 0;background:rgba(0,143,255,.06);color:var(--emw-text)}
.emw-post-content blockquote p{margin:0;color:inherit}
.emw-post-content img{border-radius:16px}
.emw-post-content figure{margin:36px 0}
.emw-post-content figcaption{margin-top:8px;color:var(--emw-soft);font-size:12px;text-align:center}
.emw-post-content table{display:block;width:100%;overflow:auto;border-collapse:collapse;margin:32px 0}
.emw-post-content th,.emw-post-content td{padding:13px 15px;border:1px solid var(--emw-line);text-align:left}
.emw-post-content th{background:var(--emw-panel);color:var(--emw-text)}
.emw-post-content code{padding:.15em .4em;border:1px solid var(--emw-line);border-radius:6px;background:var(--emw-panel);font-size:.9em}
.emw-post-content pre{overflow:auto;padding:20px;border:1px solid var(--emw-line);border-radius:14px;background:#030711;color:#d9edff}
.emw-post-content pre code{padding:0;border:0;background:transparent}
.emw-post-aside{position:sticky;top:112px}
.emw-post-cta{padding:28px;border:1px solid var(--emw-line-strong);border-radius:20px;background:linear-gradient(145deg,rgba(13,28,52,.97),rgba(6,13,28,.97));box-shadow:var(--emw-shadow)}
html[data-emw-theme="light"] .emw-post-cta{background:linear-gradient(145deg,#fff,#edf6ff)}
.emw-post-cta>span{display:block;margin-bottom:13px;color:#6edcff;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.12em}
.emw-post-cta h2{margin-bottom:14px;font-size:27px}
.emw-post-cta p{margin-bottom:22px;font-size:13px;line-height:1.7}
.emw-post-cta .emw-button{width:100%}
.emw-post-contact-link{display:block;padding:17px 4px;color:#70dcff!important;font-size:13px;font-weight:750;text-align:center}
.emw-post-pages{margin-top:40px;padding-top:25px;border-top:1px solid var(--emw-line)}
.emw-post-end{padding:55px 0;border-top:1px solid var(--emw-line);background:var(--emw-bg-2)}
.emw-post-end-inner{display:flex;align-items:center;justify-content:space-between;gap:35px}
.emw-post-end-inner>div>span{color:#6edcff;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.12em}
.emw-post-end h2{max-width:650px;margin:10px 0 0;font-size:clamp(28px,4vw,42px)}
@media(max-width:920px){
  .emw-post-hero{padding:76px 0 60px}.emw-post-layout{grid-template-columns:1fr;gap:55px}.emw-post-aside{position:static;max-width:600px}.emw-post-featured-wrap{padding-top:35px}
}
@media(max-width:640px){
  .emw-post-hero{padding:58px 0 48px}.emw-post-back{margin-bottom:25px}.emw-post-hero h1{font-size:clamp(38px,11vw,54px)}.emw-post-excerpt{font-size:16px}.emw-post-meta{gap:8px 14px}.emw-post-meta span:not(:first-child):before{display:none}.emw-post-section{padding:58px 0 75px}.emw-post-content{font-size:16px}.emw-post-content h2{margin-top:43px}.emw-post-cta{padding:23px}.emw-post-end-inner{align-items:flex-start;flex-direction:column}.emw-post-end-inner .emw-button{width:100%}
}
