:root{
  --ne-orange:#EA6620;
  --ne-green:#8ab62b;
  --ne-green-dark:#3f7f22;
  --ne-dark:#1C2B25;
  --ne-text:#2b2b2b;
  --ne-muted:#6b7280;
  --ne-bg-green-soft:#EEF3E9;
}
body{
  font-family:'Poppins',sans-serif;
  color:var(--ne-text);
}
h1,h2,h3,.brand{
  font-weight:700;
}
a{text-decoration:none;}

/* NAVBAR */
.navbar{
  padding:18px 0;
  border-bottom:1px solid #f0f0f0;
}
.brand{
  font-size:1.6rem;
  line-height:1;
  color:var(--ne-dark);
}
.brand span{color:var(--ne-orange);}
.brand-sub{
  font-size:0.6rem;
  letter-spacing:1px;
  color:var(--ne-muted);
  font-weight:600;
  display:block;
  margin-top:-2px;
}
.nav-link-custom{
  color:var(--ne-dark);
  font-weight:500;
  font-size:1rem;
  margin:0 12px;
}
.nav-link-custom:hover{color:var(--ne-orange);}
.btn-orange{
  background:var(--ne-orange);
  border:none;
  color:#fff;
  font-weight:600;
  padding:10px 22px;
  border-radius:6px;
}
.btn-orange:hover{background:#d4590f;color:#fff;}
.btn-outline-green{
  border:1.5px solid var(--ne-green);
  color:var(--ne-green-dark);
  font-weight:600;
  padding:9px 20px;
  border-radius:6px;
  background:#fff;
}
.btn-outline-green:hover{background:var(--ne-green);color:#fff;}

/* HERO */
.hero{
  padding:60px 0 40px;
}
.hero h1{
  font-size:2.5rem;
  line-height:1.2;
  color:var(--ne-dark);
}
.hero h1 .accent{color:var(--ne-orange);}
.hero p.lead-text{
  color:var(--ne-muted);
  font-size:1.05rem;
  max-width:520px;
}
.stat-item{
  display:flex;
  align-items:center;
  gap:8px;
}
.stat-item .stat-icon{
  color:var(--ne-green);
  font-size:1.4rem;
}
.stat-num{
  font-weight:700;
  color:var(--ne-dark);
  display:block;
  font-size:1.05rem;
}
.stat-label{
  font-size:0.78rem;
  color:var(--ne-muted);
}
.check-line{
  font-size:0.85rem;
  color:var(--ne-dark);
  font-weight:500;
}
.check-line i{color:var(--ne-green);margin-right:4px;}

/* HERO VISUAL */
.hero-visual{
  position:relative;
}
.laptop-frame{
  background:#1a1a1a;
  border-radius:16px;
  padding:14px;
  box-shadow:0 20px 50px rgba(0,0,0,0.15);
}
.laptop-screen{
  background:#fff;
  border-radius:6px;
  overflow:hidden;
}
.laptop-base{
  height:14px;
  background:#2c2c2c;
  border-radius:0 0 10px 10px;
  margin:0 -14px -14px -14px;
}
.mock-topbar{
  display:flex;
  gap:6px;
  padding:8px 14px;
  border-bottom:1px solid #eee;
  font-size:0.6rem;
  color:#999;
}
.mock-topbar span{
  padding:2px 8px;
  color:#555;
}
.product-card-mock{
  padding:16px;
  display:flex;
  gap:16px;
}
.shoe-box{
  background:#f5efe6;
  border-radius:10px;
  flex:1;
  height:150px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:3rem;
}
.floating-card{
  position:absolute;
  background:#fff;
  border-radius:10px;
  box-shadow:0 8px 20px rgba(0,0,0,0.12);
  padding:12px 14px;
  font-size:0.9rem;
}
.floating-card.stats-card{
  top:-10px;left:-10px;
  width:190px;
}
.floating-card .num-big{
  color:var(--ne-green);
  font-weight:700;
  font-size:1.1rem;
}
.floating-card.perf-card{
  top:200px;left:-60px;
  width:170px;
}
.floating-card.catalog-card{
  top:60px;right:-30px;
  width:160px;
}
.floating-card.erp-card{
  top:230px;right:-30px;
  width:140px;
}
.badge-row{
  position:absolute;
  bottom:-20px;
  left:50%;
  transform:translateX(-50%);
  background:#fff;
  border-radius:10px;
  box-shadow:0 8px 20px rgba(0,0,0,0.12);
  padding:10px 20px;
  display:flex;
  gap:16px;
  align-items:center;
  white-space:nowrap;
  font-weight:600;
  font-size:0.85rem;
}

/* LOGOS STRIP */
.logos-strip{
  padding:50px 0 30px;
}
.logos-strip .eyebrow{
  text-align:center;
  font-size:0.75rem;
  letter-spacing:2px;
  color:var(--ne-muted);
  margin-bottom:24px;
}
.logo-item{
  font-weight:700;
  color:#333;
  text-align:center;
  font-size:1.1rem;
  opacity:0.75;
}
.logo-item small{display:block;font-size:0.6rem;font-weight:500;letter-spacing:1px;}

/* PROCESS SECTION */
.process-section{
  background:var(--ne-bg-green-soft);
  padding:70px 0;
}
.process-section h2{
  text-align:center;
  font-size:2rem;
  color:var(--ne-dark);
}
.process-section h2 .accent{color:var(--ne-orange);}
.process-section .sub{
  text-align:center;
  color:var(--ne-muted);
  margin-bottom:50px;
}
.process-card{
  text-align:center;
  padding:0 10px;
}
.process-icon{
  width:56px;height:56px;
  border-radius:14px;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 16px;
  color:var(--ne-green);
  font-size:1.6rem;
}
.process-card h5{
  font-weight:700;
  font-size:0.95rem;
  letter-spacing:0.5px;
  margin-bottom:10px;
}
.process-card p{
  font-size:0.85rem;
  color:var(--ne-muted);
}
.link-green{
  color:var(--ne-green-dark);
  font-weight:600;
  font-size:0.85rem;
}

/* COMPARISON SECTION */
.compare-section{
  padding:70px 0;
}
.compare-section h2{
  font-size:1.7rem;
}
.compare-section h2 .p-shop{color:var(--ne-dark);}
.compare-section h2 .woo{color:var(--ne-orange);}
.compare-section p.desc{
  color:var(--ne-muted);
  max-width:420px;
}
.compare-card{
  border:1px solid #eee;
  border-radius:12px;
  padding:26px;
  height:100%;
}
.compare-card h4{
  font-size:1.15rem;
  display:flex;
  align-items:center;
  gap:10px;
}
.compare-card ul{
  list-style:none;
  padding:0;
  margin:16px 0;
  font-size:0.88rem;
}
.compare-card ul li{
  margin-bottom:10px;
  color:#333;
}
.compare-card ul li i{color:var(--ne-green);margin-right:6px;}
.tag-icon{
  width:32px;height:32px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:0.85rem;
  color:#fff;
  font-weight:700;
}
.tag-presta{background:#1c2b25;}
.tag-woo{background:#7f54b3;}

/* REALISATIONS */
.real-section{
  background:#fafafa;
  padding:70px 0;
}
.real-section h2{
  font-size:1.8rem;
}
.real-section h2 .accent{color:var(--ne-orange);}
.real-card{
  border-radius:12px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 4px 15px rgba(0,0,0,0.04);
  height:100%;
}
.real-thumb{
  height:170px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:0.85rem;
  text-align:center;
  padding:14px;
}
.real-thumb.t1{background:linear-gradient(135deg,#8a7f6a,#c9beac);}
.real-thumb.t2{background:linear-gradient(135deg,#0d0d0d,#3a2b2b);}
.real-thumb.t3{background:linear-gradient(135deg,#f2c9d6,#e59db5);}
.real-thumb.t4{background:linear-gradient(135deg,#c9c2b4,#e5ded0);}
.real-card .body{
  padding:16px 18px;
}
.real-card .tag{
  font-size:0.7rem;
  color:var(--ne-muted);
  text-transform:uppercase;
  letter-spacing:0.5px;
}
.real-card h6{
  font-weight:700;
  margin:2px 0 8px;
}
.real-card p{
  font-size:0.82rem;
  color:var(--ne-muted);
}

/* STATS BANNER */
.stats-banner{
  background:var(--ne-green);
  color:#fff;
  padding:40px 0;
}
.stats-banner h3{
  font-size:1.4rem;
  font-weight:700;
}
.stats-banner p{
  font-size:0.85rem;
  opacity:0.9;
  max-width:420px;
}
.stats-banner .num{
  font-size:1.6rem;
  font-weight:700;
}
.stats-banner .lbl{
  font-size:0.75rem;
  opacity:0.9;
}
.btn-white-cta{
  background:#fff;
  color:var(--ne-orange);
  font-weight:600;
  border-radius:6px;
  padding:9px 20px;
  border:none;
}

/* TESTIMONIALS */
.testi-section{
  padding:70px 0;
  text-align:center;
}
.testi-section h2{font-size:1.7rem;}
.testi-section .sub{color:var(--ne-muted);margin-bottom:40px;}
.testi-card{
  border:1px solid #eee;
  border-radius:12px;
  padding:26px;
  height:100%;
  text-align:left;
}
.testi-card i.quote{
  color:var(--ne-orange);
  font-size:1.5rem;
}
.testi-card p{
  font-size:0.88rem;
  color:#333;
  margin:14px 0 18px;
}
.testi-author{
  display:flex;
  align-items:center;
  gap:10px;
}
.avatar-circle{
  width:38px;height:38px;
  border-radius:50%;
  background:#ddd;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  color:#555;
  font-size:0.85rem;
}
.testi-author .name{font-weight:600;font-size:0.85rem;}
.testi-author .role{font-size:0.75rem;color:var(--ne-muted);}
.dots{
  display:flex;
  gap:6px;
  justify-content:center;
  margin-top:20px;
}
.dots span{
  width:8px;height:8px;border-radius:50%;background:#ddd;
}
.dots span.active{background:var(--ne-green);}

/* CTA BANNER */
.cta-banner{
  background:var(--ne-orange);
  color:#fff;
  padding:50px 0;
}
.cta-banner h3{
  font-weight:700;
  font-size:1.6rem;
}
.cta-banner p{
  opacity:0.95;
  font-size:0.9rem;
}
.btn-white{
  background:#fff;
  color:var(--ne-orange);
  font-weight:600;
  border-radius:6px;
  padding:10px 24px;
  border:none;
}

/* FOOTER */
footer{
  background:var(--ne-dark);
  color:#cfd8d3;
  padding:60px 0 20px;
  font-size:0.88rem;
}
footer .brand{color:#fff;}
footer h6{
  color:#fff;
  font-weight:700;
  font-size:0.85rem;
  margin-bottom:16px;
  text-transform:uppercase;
  letter-spacing:0.5px;
}
footer ul{list-style:none;padding:0;}
footer ul li{margin-bottom:10px;}
footer a{color:#cfd8d3;}
footer a:hover{color:#fff;}
.social-circle{
  width:32px;height:32px;
  border-radius:50%;
  background:var(--ne-green);
  color:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-right:8px;
}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,0.1);
  margin-top:40px;
  padding-top:20px;
  font-size:0.78rem;
  color:#8b968f;
}

@media (max-width: 991px){
  .hero h1{font-size:2rem;}
  .badge-row{position:static;transform:none;margin-top:20px;width:100%;justify-content:center;}
  .hero-visual{margin-top:40px;}
  .floating-card{display:none;}
}