
:root{
  --bg:#020503;
  --bg-soft:#061008;
  --surface:#08110b;
  --surface-2:#0b1610;
  --surface-3:#102019;
  --green:#00e86b;
  --green-hi:#59ff97;
  --green-pale:#b8ffd0;
  --green-deep:#0b4f28;
  --white:#f7fbf8;
  --text:#dbe7df;
  --muted:#95a79b;
  --muted-2:#6e7f74;
  --line:rgba(255,255,255,.085);
  --line-2:rgba(255,255,255,.14);
  --shadow:0 40px 100px rgba(0,0,0,.40);
  --shadow-soft:0 18px 50px rgba(0,0,0,.26);
  --radius-xl:40px;
  --radius-lg:28px;
  --radius-md:20px;
  --radius-sm:14px;
  --max:1280px;
  --display:Manrope,Inter,sans-serif;
  --sans:Inter,Arial,sans-serif;
  --mono:"IBM Plex Mono",monospace;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--text);
  background:
    radial-gradient(circle at 78% 4%,rgba(0,232,107,.13),transparent 30rem),
    radial-gradient(circle at 20% 22%,rgba(0,232,107,.045),transparent 26rem),
    var(--bg);
  font-family:var(--sans);
  overflow-x:hidden;
}
body::before{
  content:"";
  position:fixed;inset:0;z-index:-2;pointer-events:none;
  background-image:
    linear-gradient(rgba(255,255,255,.015) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.015) 1px,transparent 1px);
  background-size:72px 72px;
  mask-image:linear-gradient(to bottom,#000 0%,rgba(0,0,0,.55) 48%,transparent 100%);
}
::selection{background:var(--green);color:#001208}
a{text-decoration:none;color:inherit}
button,input,textarea,select{font:inherit}
img{max-width:100%;display:block}
.container{width:min(var(--max),calc(100% - 48px));margin-inline:auto}
.mono{font-family:var(--mono)}
.green{color:var(--green)}
.muted{color:var(--muted)}

h1,h2,h3,h4{font-family:var(--display);margin:0;letter-spacing:-.05em}
h1{font-size:clamp(56px,7.5vw,108px);line-height:.90}
h2{font-size:clamp(42px,5.1vw,70px);line-height:.98}
h3{font-size:clamp(28px,3vw,42px);line-height:1.02}
p{line-height:1.7}

.eyebrow{
  display:inline-flex;align-items:center;gap:9px;
  font:600 10px var(--mono);
  text-transform:uppercase;letter-spacing:.11em;
  color:#a7b8ad;
}
.eyebrow::before{content:"";width:22px;height:1px;background:var(--green)}
.soft-card{
  background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.015));
  border:1px solid var(--line);
  box-shadow:var(--shadow-soft);
}

.noise{
  position:fixed;inset:0;pointer-events:none;z-index:90;opacity:.017;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* NAV */
.site-header{
  position:sticky;top:0;z-index:60;
  background:linear-gradient(to bottom,rgba(2,5,3,.96),rgba(2,5,3,.76));
  backdrop-filter:blur(18px);
  border-bottom:1px solid transparent;
  transition:.2s;
}
.site-header.scrolled{border-color:var(--line);background:rgba(2,5,3,.90)}
.nav{
  min-height:76px;
  display:grid;grid-template-columns:220px 1fr auto;
  align-items:center;gap:24px;
}
.brand{
  display:flex;align-items:center;gap:10px;
  font:800 23px var(--display);letter-spacing:-.055em
}
.brand-symbol{
  width:38px;height:38px;
  display:grid;place-items:center;
  border-radius:12px;
  background:#051108;
  border:1px solid rgba(0,232,107,.22);
  overflow:hidden;
}
.brand-symbol img{width:31px;height:31px;object-fit:contain}
.brand small{
  display:block;
  font:600 8px var(--mono);
  color:#6d7f73;letter-spacing:.11em;
  margin-top:2px
}
.brand-word{line-height:.92}
.navlinks{display:flex;justify-content:center;gap:28px;font-size:12px;color:#b6c2ba}
.navlinks a{padding:29px 0;position:relative}
.navlinks a::after{
  content:"";position:absolute;left:0;right:100%;bottom:18px;height:1px;background:var(--green);transition:.2s
}
.navlinks a:hover{color:#fff}.navlinks a:hover::after{right:0}
.nav-actions{display:flex;gap:8px;align-items:center}
.btn{
  min-height:44px;padding:0 16px;
  border:1px solid var(--line-2);border-radius:12px;
  background:rgba(255,255,255,.022);
  color:var(--white);
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  font-size:11px;font-weight:700;
  cursor:pointer;transition:.18s ease;
}
.btn:hover{transform:translateY(-2px);border-color:rgba(255,255,255,.24);background:rgba(255,255,255,.045)}
.btn.primary{background:var(--green);border-color:var(--green);color:#001208;box-shadow:0 14px 32px rgba(0,232,107,.18)}
.btn.primary:hover{background:var(--green-hi);border-color:var(--green-hi)}
.btn svg{width:16px;height:16px}
.menu-btn{display:none;width:44px;padding:0}

.mobile-nav{
  display:none;position:fixed;z-index:70;top:70px;left:12px;right:12px;
  border:1px solid var(--line-2);border-radius:18px;background:#071009;padding:8px;
  box-shadow:var(--shadow)
}
.mobile-nav.open{display:block}
.mobile-nav a{display:flex;align-items:center;justify-content:space-between;padding:14px 10px;border-bottom:1px solid var(--line);font-size:13px}
.mobile-nav a:last-child{border-bottom:0}

/* HERO */
.hero{
  position:relative;
  min-height:830px;
  display:flex;align-items:center;
  padding:74px 0 82px;
  overflow:hidden;
}
.hero::before{
  content:"";position:absolute;inset:auto -12% -44% 38%;
  height:520px;border-radius:50%;
  background:radial-gradient(circle,rgba(0,232,107,.16),transparent 65%);
  filter:blur(22px);pointer-events:none
}
.hero-grid{
  display:grid;grid-template-columns:1.03fr .97fr;gap:52px;align-items:center
}
.hero-copy{position:relative;z-index:3}
.hero-copy .eyebrow{margin-bottom:22px}
.hero-copy h1 span{display:block}
.hero-copy h1 .line2{color:var(--green)}
.hero-copy h1 .line3{color:#c5d1c9}
.hero-copy>p{
  max-width:650px;margin:28px 0 0;
  color:#a9b7ae;font-size:17px
}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:30px}
.hero-actions .btn{min-height:50px;padding-inline:19px;font-size:12px}
.hero-proof{
  display:grid;grid-template-columns:repeat(3,1fr);gap:11px;max-width:620px;margin-top:30px
}
.proof{
  min-height:82px;padding:14px 15px;border-radius:18px;border:1px solid var(--line);
  background:rgba(255,255,255,.018)
}
.proof strong{display:block;font:700 17px var(--display);color:#f5f8f6}
.proof span{display:block;color:#738178;font-size:9px;margin-top:4px}

.hero-stage{position:relative;min-height:610px}
.logo-orbit{
  position:absolute;left:50%;top:48%;transform:translate(-50%,-50%);
  width:540px;height:540px;border-radius:50%;
  background:radial-gradient(circle,rgba(0,232,107,.15),rgba(0,232,107,.035) 43%,transparent 68%);
}
.logo-orbit::before,.logo-orbit::after{
  content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);
  border:1px solid rgba(0,232,107,.10);border-radius:50%
}
.logo-orbit::before{width:420px;height:420px}.logo-orbit::after{width:300px;height:300px}
.hero-logo{
  position:absolute;left:50%;top:48%;transform:translate(-50%,-50%);
  width:430px;filter:drop-shadow(0 36px 70px rgba(0,232,107,.17));z-index:2
}
.hero-logo img{width:100%;height:auto;object-fit:contain}
.hero-tag{
  position:absolute;z-index:4;padding:13px 14px;border-radius:16px;
  background:rgba(6,15,9,.88);border:1px solid var(--line-2);backdrop-filter:blur(14px);
  box-shadow:var(--shadow-soft)
}
.hero-tag strong{display:block;font-size:11px}.hero-tag span{display:block;color:#738178;font-size:9px;margin-top:3px}
.tag-a{left:2%;top:15%}.tag-b{right:-1%;top:29%}.tag-c{left:7%;bottom:15%}
.hero-surface{
  position:absolute;inset:auto 2% 1% 11%;height:170px;
  border-radius:50% 50% 20% 20%/18% 18% 30% 30%;
  background:linear-gradient(180deg,rgba(0,232,107,.09),rgba(0,0,0,0));
  transform:perspective(600px) rotateX(68deg);
  filter:blur(.2px)
}

/* TRUST BAR */
.trust{
  padding:18px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);
  background:rgba(255,255,255,.012)
}
.trust-grid{display:grid;grid-template-columns:1.2fr repeat(4,1fr);gap:12px;align-items:center}
.trust-title{font:600 9px var(--mono);letter-spacing:.10em;color:#66746b;text-transform:uppercase}
.trust-item{display:flex;align-items:center;gap:8px;font-size:10px;color:#85938a}
.trust-item svg{width:15px;color:#82d49e}

/* SHARED SECTION */
.section{padding:104px 0}
.section.alt{background:linear-gradient(180deg,rgba(255,255,255,.012),rgba(255,255,255,0))}
.section-head{
  display:grid;grid-template-columns:.82fr 1.18fr;gap:52px;align-items:end;margin-bottom:42px
}
.section-head .eyebrow{margin-bottom:14px}
.section-head p{margin:0;color:#849189;font-size:13px;max-width:580px}
.section-head h2{max-width:700px}

/* PAIN POINTS */
.problem-wrap{
  border-radius:34px;
  background:linear-gradient(180deg,#071009,#050805);
  border:1px solid var(--line);
  overflow:hidden;
  box-shadow:var(--shadow-soft)
}
.problem-intro{
  display:grid;grid-template-columns:.82fr 1.18fr;gap:32px;padding:30px 32px;border-bottom:1px solid var(--line)
}
.problem-intro h3{font-size:32px}.problem-intro p{margin:0;color:#839087;font-size:12px}
.problem-list{display:grid;grid-template-columns:repeat(5,1fr)}
.problem{
  min-height:220px;padding:20px;border-right:1px solid var(--line);position:relative;transition:.2s
}
.problem:last-child{border-right:0}
.problem:hover{background:rgba(0,232,107,.035)}
.problem .n{font:600 9px var(--mono);color:#4f5e54}
.problem .iconbox{
  width:40px;height:40px;border-radius:13px;display:grid;place-items:center;margin-top:52px;
  border:1px solid rgba(0,232,107,.16);background:rgba(0,232,107,.045);color:#8ce5a8
}
.problem h4{font-size:17px;margin-top:18px}
.problem p{font-size:10px;color:#6d7a72}
.problem .signal{position:absolute;right:16px;top:16px;width:7px;height:7px;border-radius:50%;background:#364139}
.problem:hover .signal{background:var(--green);box-shadow:0 0 16px rgba(0,232,107,.55)}

/* SERVICES */
.services{
  display:grid;grid-template-columns:1.1fr .9fr;gap:18px
}
.services-main{
  display:grid;grid-template-columns:repeat(2,1fr);gap:12px
}
.service{
  min-height:250px;padding:22px;border-radius:24px;border:1px solid var(--line);
  background:linear-gradient(180deg,rgba(255,255,255,.028),rgba(255,255,255,.012));transition:.2s
}
.service:hover{transform:translateY(-5px);border-color:rgba(0,232,107,.23);background:rgba(0,232,107,.025)}
.service-icon{
  width:44px;height:44px;border-radius:14px;
  display:grid;place-items:center;background:rgba(0,232,107,.055);border:1px solid rgba(0,232,107,.13);color:#83dfa2
}
.service h3{font-size:23px;margin-top:38px}.service p{font-size:11px;color:#748178}
.service-side{
  border-radius:32px;border:1px solid rgba(0,232,107,.17);overflow:hidden;
  min-height:100%;position:relative;padding:32px;
  background:
    radial-gradient(circle at 62% 24%,rgba(0,232,107,.16),transparent 18rem),
    #071009
}
.service-side::before{
  content:"";position:absolute;inset:0;
  background-image:linear-gradient(rgba(57,255,119,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(57,255,119,.03) 1px,transparent 1px);
  background-size:36px 36px
}
.service-side>*{position:relative;z-index:2}
.service-side h3{font-size:36px}.service-side p{color:#839188;font-size:12px;max-width:400px}
.arch{
  margin-top:30px;display:flex;flex-direction:column;gap:10px
}
.arch-row{
  min-height:68px;border-radius:16px;border:1px solid var(--line);background:rgba(4,10,6,.62);
  display:grid;grid-template-columns:46px 1fr auto;align-items:center;gap:11px;padding:0 14px
}
.arch-row .i{width:34px;height:34px;border-radius:11px;background:rgba(0,232,107,.07);display:grid;place-items:center;color:#8ce3a7}
.arch-row strong{font-size:11px}.arch-row span{font:500 8px var(--mono);color:#6b7a70;text-transform:uppercase}

/* CASES */
.case{
  border-radius:34px;overflow:hidden;border:1px solid var(--line);background:#060a07;
  display:grid;grid-template-columns:.82fr 1.18fr;min-height:460px;margin-top:14px
}
.case:first-of-type{margin-top:0}
.case-copy{padding:34px;border-right:1px solid var(--line);display:flex;flex-direction:column;justify-content:space-between}
.case-type{font:600 9px var(--mono);text-transform:uppercase;letter-spacing:.1em;color:#78867c}
.case-copy h3{font-size:42px;margin-top:16px}.case-copy p{font-size:12px;color:#7e8b83}
.case-facts{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:22px}
.fact{padding:11px 12px;border-radius:14px;background:rgba(255,255,255,.022);border:1px solid var(--line)}
.fact span{display:block;font:500 7px var(--mono);color:#5f6d63;text-transform:uppercase}.fact strong{display:block;font-size:10px;margin-top:5px}
.case-copy .btn{align-self:flex-start;margin-top:24px}
.case-vis{position:relative;overflow:hidden;min-height:460px;background:#050805}
.case-vis::before{
  content:"";position:absolute;inset:0;
  background-image:linear-gradient(rgba(57,255,119,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(57,255,119,.025) 1px,transparent 1px);
  background-size:32px 32px
}
.case-symbol{position:absolute;right:-40px;bottom:-60px;width:300px;opacity:.045}
.radar{
  position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);
  width:270px;height:270px;border-radius:50%;border:1px solid rgba(0,232,107,.24)
}
.radar::before,.radar::after{
  content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);
  border-radius:50%;border:1px solid rgba(0,232,107,.12)
}
.radar::before{width:180px;height:180px}.radar::after{width:90px;height:90px}
.sweep{position:absolute;left:50%;top:50%;width:133px;height:1px;background:linear-gradient(90deg,var(--green),transparent);transform-origin:left;animation:sweep 5s linear infinite}
@keyframes sweep{to{transform:rotate(360deg)}}
.pin{position:absolute;width:8px;height:8px;background:var(--green);border-radius:50%;box-shadow:0 0 0 5px rgba(0,232,107,.07),0 0 16px rgba(0,232,107,.5)}
.p1{left:34%;top:30%}.p2{left:67%;top:42%}.p3{left:56%;top:67%}

.flow{
  position:absolute;left:10%;right:10%;top:50%;height:2px;background:#24492f
}
.flow::after{content:"";position:absolute;inset:-16px 0 auto;height:34px;background:linear-gradient(90deg,transparent,rgba(0,232,107,.08),transparent);filter:blur(12px)}
.flow-node{position:absolute;top:calc(50% - 10px);width:20px;height:20px;border-radius:50%;background:#071009;border:2px solid var(--green);box-shadow:0 0 20px rgba(0,232,107,.16)}
.fn1{left:16%}.fn2{left:48%}.fn3{left:80%}
.flow-label{position:absolute;top:calc(50% + 24px);font:500 8px var(--mono);color:#718077;text-transform:uppercase}
.fl1{left:9%}.fl2{left:39%}.fl3{left:71%}

/* ERP FEATURE */
.erp-feature{
  display:grid;grid-template-columns:.82fr 1.18fr;
  border-radius:36px;overflow:hidden;border:1px solid rgba(0,232,107,.17);
  background:linear-gradient(135deg,#071009,#050805)
}
.erp-copy{padding:38px;border-right:1px solid var(--line)}
.erp-copy h3{font-size:48px;margin-top:14px}.erp-copy p{font-size:12px;color:#7f8c84}
.erp-list{display:grid;gap:8px;margin:26px 0}
.erp-list div{display:flex;align-items:center;gap:9px;min-height:37px;border-bottom:1px solid var(--line);font-size:11px}
.erp-list svg{width:15px;color:#7fe19d}
.erp-ui{padding:28px;background:radial-gradient(circle at 90% 70%,rgba(0,232,107,.12),transparent 25rem)}
.erp-window{border:1px solid var(--line-2);border-radius:20px;overflow:hidden;background:#071009;min-height:450px;box-shadow:var(--shadow-soft)}
.screenbar{height:42px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 13px;font:500 8px var(--mono);color:#5f6d63}
.screenbody{display:grid;grid-template-columns:86px 1fr;min-height:408px}
.sidebar{border-right:1px solid var(--line);padding:10px}
.sideitem{min-height:35px;border-bottom:1px solid #141c16;display:flex;align-items:center;gap:7px;font:500 7px var(--mono);color:#617067}
.sideitem.active{color:#a0d9ae}.sideitem svg{width:12px}
.dash{padding:18px}.dashtop{display:flex;justify-content:space-between;align-items:end}.dashtop strong{font:700 16px var(--display)}.dashtop span{font:500 7px var(--mono);color:#5f6d63}
.metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:17px}.metric{padding:10px;border:1px solid var(--line);border-radius:13px}.metric small{font:500 7px var(--mono);color:#56655b}.metric strong{font:700 17px var(--display);display:block;margin-top:7px}
.chart{height:120px;border:1px solid var(--line);border-radius:14px;margin-top:8px;position:relative;overflow:hidden}
.chart svg{position:absolute;inset:0;width:100%;height:100%}
.table{margin-top:8px;border:1px solid var(--line);border-radius:13px;overflow:hidden}
.row{display:grid;grid-template-columns:1.1fr .7fr .6fr;min-height:34px;align-items:center;padding:0 9px;border-bottom:1px solid #141c16;font:500 7px var(--mono);color:#6b796f}.row:last-child{border-bottom:0}.row.head{color:#526057}.ok{color:var(--green)!important}

/* PROCESS */
.process{
  display:grid;grid-template-columns:repeat(6,1fr);gap:9px
}
.step{
  min-height:210px;padding:19px;border-radius:20px;border:1px solid var(--line);background:rgba(255,255,255,.017);position:relative
}
.step span{font:700 24px var(--display);color:var(--green)}
.step h4{font-size:16px;margin-top:50px}.step p{font-size:9px;color:#6f7d73}
.step::after{content:"";position:absolute;left:47px;right:-9px;top:34px;height:1px;background:linear-gradient(90deg,#245235,transparent)}
.step:last-child::after{display:none}

/* CTA & CONTACT */
.contact-section{padding:108px 0}
.contact-shell{
  border-radius:40px;overflow:hidden;
  border:1px solid rgba(0,232,107,.19);
  background:
    radial-gradient(circle at 18% 10%,rgba(0,232,107,.15),transparent 28rem),
    linear-gradient(135deg,#07110a,#040704);
  display:grid;grid-template-columns:.78fr 1.22fr;min-height:570px;
  box-shadow:var(--shadow)
}
.contact-copy{padding:44px;border-right:1px solid var(--line);display:flex;flex-direction:column;justify-content:space-between}
.contact-copy h2{font-size:54px;margin-top:14px}.contact-copy p{font-size:12px;color:#88958c;max-width:440px}
.contact-options{display:grid;gap:8px;margin-top:28px}
.contact-option{min-height:54px;border-radius:16px;border:1px solid var(--line);padding:0 13px;display:grid;grid-template-columns:38px 1fr auto;gap:10px;align-items:center;background:rgba(255,255,255,.018)}
.contact-option .ci{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;background:rgba(0,232,107,.06);color:#8fe3a8}
.contact-option strong{font-size:10px}.contact-option span{font-size:8px;color:#68756c}.contact-option svg{width:15px}
.contact-form{padding:44px}
.form-title{font-size:22px;margin-bottom:22px}
.fields{display:grid;grid-template-columns:1fr 1fr;gap:13px}
.field{display:flex;flex-direction:column;gap:6px}
.field.full{grid-column:1/-1}
.field label{font:500 8px var(--mono);text-transform:uppercase;letter-spacing:.07em;color:#6d7b71}
.field input,.field select,.field textarea{
  width:100%;background:#061008;color:#eef3ef;border:1px solid var(--line-2);border-radius:13px;padding:12px;outline:none;font-size:11px
}
.field textarea{min-height:128px;resize:vertical}
.field input:focus,.field select:focus,.field textarea:focus{border-color:#3d7450;box-shadow:0 0 0 3px rgba(0,232,107,.05)}
.contact-form .btn{margin-top:16px;min-height:48px}

/* CONTACT DRAWER + WHATSAPP */
.contact-tab{
  position:fixed;right:0;top:45%;z-index:55;
  display:flex;align-items:center;gap:8px;
  writing-mode:vertical-rl;transform:rotate(180deg);
  padding:14px 9px;border-radius:14px 0 0 14px;
  border:1px solid rgba(0,232,107,.25);border-right:0;
  background:#071009;color:#bff6d0;
  font:600 9px var(--mono);letter-spacing:.08em;text-transform:uppercase;
  cursor:pointer;box-shadow:var(--shadow-soft)
}
.contact-tab svg{width:16px;transform:rotate(90deg)}
.whatsapp-float{
  position:fixed;right:22px;bottom:22px;z-index:58;
  width:58px;height:58px;border-radius:18px;
  display:grid;place-items:center;background:#25D366;color:#031006;
  box-shadow:0 18px 45px rgba(37,211,102,.30);
  transition:.2s
}
.whatsapp-float:hover{transform:translateY(-4px) scale(1.02)}
.whatsapp-float svg{width:25px;height:25px}

.drawer-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.58);z-index:79;opacity:0;pointer-events:none;transition:.2s}
.drawer-backdrop.open{opacity:1;pointer-events:auto}
.contact-drawer{
  position:fixed;top:0;right:0;bottom:0;width:min(430px,92vw);z-index:80;
  background:#071009;border-left:1px solid var(--line-2);
  transform:translateX(100%);transition:.28s cubic-bezier(.2,.8,.2,1);
  padding:28px;box-shadow:-30px 0 80px rgba(0,0,0,.4)
}
.contact-drawer.open{transform:none}
.drawer-head{display:flex;justify-content:space-between;align-items:center}
.drawer-head h3{font-size:26px}.drawer-close{width:42px;height:42px;border-radius:12px}
.drawer-content{margin-top:28px}
.drawer-content p{font-size:11px;color:#78867c}
.drawer-options{display:grid;gap:8px;margin-top:20px}
.drawer-option{
  min-height:66px;padding:0 14px;border:1px solid var(--line);border-radius:17px;
  display:grid;grid-template-columns:40px 1fr auto;align-items:center;gap:10px;background:rgba(255,255,255,.018)
}
.drawer-option .i{width:36px;height:36px;border-radius:11px;background:rgba(0,232,107,.06);display:grid;place-items:center;color:#8be2a6}
.drawer-option strong{font-size:10px}.drawer-option span{font-size:8px;color:#68766c}
.drawer-option svg{width:15px}
.drawer-note{margin-top:24px;padding:15px;border-radius:16px;background:rgba(0,232,107,.045);border:1px solid rgba(0,232,107,.11);font-size:9px;color:#7f9185}

/* FOOTER */
footer{padding:44px 0 22px;border-top:1px solid var(--line)}
.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:38px}
.footer-brand p{font-size:10px;color:#69766d;max-width:330px;margin-top:15px}
.footer-col strong{display:block;font:600 8px var(--mono);text-transform:uppercase;letter-spacing:.08em;color:#647168;margin-bottom:13px}
.footer-col a{display:block;font-size:10px;color:#8b978e;margin:10px 0}.footer-col a:hover{color:white}
.footer-bottom{border-top:1px solid var(--line);margin-top:30px;padding-top:17px;display:flex;justify-content:space-between;gap:20px;font:500 8px var(--mono);color:#56635a}

/* INNER PAGES */
.inner-hero{padding:78px 0;border-bottom:1px solid var(--line)}
.inner-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:60px;align-items:end}
.inner-grid p{font-size:15px;color:#96a39a;max-width:560px}
.content{padding:88px 0}
.narrow{max-width:900px}.narrow p{color:#7f8c83}
.triple{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:38px}
.tri{min-height:220px;padding:20px;border-radius:20px;border:1px solid var(--line);background:rgba(255,255,255,.016)}
.tri span{font:500 8px var(--mono);color:var(--green)}.tri h4{font-size:17px;margin-top:62px}.tri p{font-size:10px;color:#6e7b72}

/* MOBILE BOTTOM ACTIONS */
.mobile-contact-bar{display:none}

/* reveal */
.reveal{opacity:0;transform:translateY(16px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.8,.2,1)}
.reveal.visible{opacity:1;transform:none}

@media(max-width:1080px){
  .nav{grid-template-columns:190px 1fr auto}.navlinks{display:none}.nav-actions .ghost{display:none}.menu-btn{display:inline-flex}
  .hero-grid,.inner-grid{grid-template-columns:1fr}.hero{padding-top:54px}.hero-stage{min-height:560px}
  .section-head{grid-template-columns:1fr;gap:20px}
  .problem-list{grid-template-columns:repeat(2,1fr)}.problem:nth-child(2n){border-right:0}.problem:last-child{grid-column:1/-1;border-top:1px solid var(--line)}
  .services{grid-template-columns:1fr}.service-side{min-height:500px}
  .case,.erp-feature,.contact-shell{grid-template-columns:1fr}.case-copy,.erp-copy,.contact-copy{border-right:0;border-bottom:1px solid var(--line)}
  .process{grid-template-columns:repeat(3,1fr)}
  .footer-grid{grid-template-columns:1.4fr 1fr 1fr}.footer-col:last-child{display:none}
}
@media(max-width:700px){
  .container{width:calc(100% - 24px)}
  .nav{min-height:68px;grid-template-columns:1fr auto}.brand{font-size:20px}.brand small{display:none}.brand-symbol{width:34px;height:34px}.nav-actions>.primary{display:none}
  .hero{min-height:auto;padding:46px 0 56px}.hero-copy>p{font-size:14px}.hero-actions{display:grid}.hero-actions .btn{width:100%}
  .hero-proof{grid-template-columns:1fr}.hero-stage{min-height:410px}.hero-logo{width:310px}.logo-orbit{width:380px;height:380px}.logo-orbit::before{width:300px;height:300px}.logo-orbit::after{width:220px;height:220px}.hero-tag{padding:10px 11px}.tag-a{top:8%;left:0}.tag-b{right:0;top:28%}.tag-c{left:2%;bottom:8%}
  .trust-grid{grid-template-columns:1fr 1fr}.trust-title{grid-column:1/-1}
  .section{padding:74px 0}.problem-intro{grid-template-columns:1fr}.problem-list{grid-template-columns:1fr}.problem,.problem:nth-child(2n){border-right:0;border-bottom:1px solid var(--line)}.problem:last-child{grid-column:auto}
  .services-main{grid-template-columns:1fr}.service{min-height:220px}.service-side{padding:24px;min-height:auto}
  .case{border-radius:26px}.case-copy{padding:26px}.case-vis{min-height:330px}.case-facts{grid-template-columns:1fr}
  .erp-copy{padding:26px}.erp-ui{padding:12px}.erp-window{min-height:390px}.screenbody{grid-template-columns:58px 1fr}.sideitem{font-size:0}.metrics{grid-template-columns:1fr 1fr}.metric:last-child{display:none}
  .process{grid-template-columns:1fr 1fr}.step{min-height:190px}.step::after{display:none}
  .contact-section{padding:74px 0}.contact-copy,.contact-form{padding:26px}.contact-copy h2{font-size:42px}.fields{grid-template-columns:1fr}.field.full{grid-column:auto}
  .contact-tab{display:none}.whatsapp-float{display:none}
  .mobile-contact-bar{
    display:grid;grid-template-columns:1fr 1fr;gap:8px;position:fixed;left:10px;right:10px;bottom:10px;z-index:58;
    padding:8px;border-radius:18px;background:rgba(5,10,7,.94);backdrop-filter:blur(14px);border:1px solid var(--line-2);box-shadow:var(--shadow-soft)
  }
  .mobile-contact-bar a{min-height:46px;border-radius:12px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:10px;font-weight:700}
  .mobile-contact-bar .wa{background:#25D366;color:#021005}.mobile-contact-bar .ct{background:var(--green);color:#001208}
  footer{padding-bottom:88px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-col:nth-child(4){display:none}.footer-bottom{flex-direction:column}
  .triple{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}


/* =========================================================
   V6 UX REFINEMENT
   Cleaner contact, stronger motion, less template-like UI
   ========================================================= */

/* Remove the vertical contact tab and drawer entirely */
.contact-tab,
.drawer-backdrop,
.contact-drawer { display:none !important; }

/* Improve header presence */
.site-header{
  box-shadow:0 1px 0 rgba(255,255,255,.025);
}
.nav{
  min-height:82px;
}
.navlinks{
  gap:32px;
}
.navlinks a{
  font-weight:500;
  letter-spacing:.005em;
}

/* Hero depth and motion */
.hero{
  padding-top:52px;
  min-height:860px;
}
.hero-grid{
  gap:72px;
}
.hero-copy{
  padding:24px 0;
}
.hero-copy h1{
  max-width:760px;
}
.hero-copy .line2{
  position:relative;
}
.hero-copy .line2::after{
  content:"";
  position:absolute;
  left:0;
  bottom:.06em;
  width:32%;
  height:.09em;
  border-radius:99px;
  background:linear-gradient(90deg,var(--green),transparent);
  opacity:.65;
  transform-origin:left;
  animation:heroLine 2.2s cubic-bezier(.2,.8,.2,1) both;
}
@keyframes heroLine{
  from{transform:scaleX(.1);opacity:0}
  to{transform:scaleX(1);opacity:.65}
}

.hero-stage{
  min-height:660px;
  perspective:1200px;
}
.logo-orbit{
  width:600px;
  height:600px;
  animation:orbitPulse 7s ease-in-out infinite;
}
.logo-orbit::before{
  width:455px;height:455px;
}
.logo-orbit::after{
  width:320px;height:320px;
}
@keyframes orbitPulse{
  0%,100%{transform:translate(-50%,-50%) scale(1);opacity:.92}
  50%{transform:translate(-50%,-50%) scale(1.035);opacity:1}
}
.hero-logo{
  width:460px;
  animation:heroFloat 6.5s ease-in-out infinite;
  transform-style:preserve-3d;
}
@keyframes heroFloat{
  0%,100%{transform:translate(-50%,-50%) translateY(0) rotateZ(0deg)}
  50%{transform:translate(-50%,-50%) translateY(-12px) rotateZ(.6deg)}
}
.hero-surface{
  animation:surfaceBreath 5s ease-in-out infinite;
}
@keyframes surfaceBreath{
  0%,100%{opacity:.45;transform:perspective(600px) rotateX(68deg) scaleX(1)}
  50%{opacity:.75;transform:perspective(600px) rotateX(68deg) scaleX(1.06)}
}

.hero-tag{
  transition:transform .25s ease,border-color .25s ease,background .25s ease;
}
.hero-tag:hover{
  transform:translateY(-5px);
  border-color:rgba(0,232,107,.32);
  background:rgba(6,17,10,.96);
}
.tag-a{animation:floatTag 5s ease-in-out infinite}
.tag-b{animation:floatTag 5s ease-in-out infinite .8s}
.tag-c{animation:floatTag 5s ease-in-out infinite 1.6s}
@keyframes floatTag{
  0%,100%{translate:0 0}
  50%{translate:0 -7px}
}

/* Better proof cards */
.hero-proof{
  gap:10px;
}
.proof{
  min-height:92px;
  border-radius:22px;
  transition:.22s ease;
}
.proof:hover{
  transform:translateY(-4px);
  border-color:rgba(0,232,107,.20);
  background:rgba(0,232,107,.025);
}

/* Animated trust strip */
.trust{
  overflow:hidden;
  position:relative;
}
.trust::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,transparent,rgba(0,232,107,.035),transparent);
  transform:translateX(-100%);
  animation:trustSweep 8s linear infinite;
  pointer-events:none;
}
@keyframes trustSweep{
  to{transform:translateX(100%)}
}

/* Section rhythm */
.section{
  padding:118px 0;
}
.section-head{
  margin-bottom:52px;
}
.section-head p{
  font-size:14px;
}

/* More fluid problem cards */
.problem-wrap{
  border-radius:42px;
  background:
    radial-gradient(circle at 12% 0%,rgba(0,232,107,.055),transparent 24rem),
    linear-gradient(180deg,#071009,#050805);
}
.problem{
  min-height:240px;
}
.problem .iconbox{
  margin-top:44px;
}
.problem:hover{
  transform:translateY(-3px);
}

/* Services with more visual variance */
.services-main{
  grid-template-columns:1fr 1fr;
}
.service{
  border-radius:28px;
}
.service:nth-child(1),
.service:nth-child(4){
  min-height:280px;
}
.service:nth-child(2),
.service:nth-child(3){
  min-height:240px;
}
.service-side{
  border-radius:38px;
}
.arch-row{
  transition:.2s ease;
}
.arch-row:hover{
  transform:translateX(6px);
  border-color:rgba(0,232,107,.22);
  background:rgba(0,232,107,.025);
}

/* Case visuals become more animated */
.case{
  border-radius:40px;
}
.case-vis{
  min-height:500px;
}
.radar{
  animation:radarPulse 6s ease-in-out infinite;
}
@keyframes radarPulse{
  0%,100%{transform:translate(-50%,-50%) scale(1)}
  50%{transform:translate(-50%,-50%) scale(1.03)}
}
.pin{
  animation:pinPulse 2.8s ease-in-out infinite;
}
.p2{animation-delay:.8s}
.p3{animation-delay:1.6s}
@keyframes pinPulse{
  0%,100%{box-shadow:0 0 0 5px rgba(0,232,107,.06),0 0 14px rgba(0,232,107,.35)}
  50%{box-shadow:0 0 0 10px rgba(0,232,107,.02),0 0 26px rgba(0,232,107,.55)}
}
.flow-node{
  animation:flowNode 3.3s ease-in-out infinite;
}
.fn2{animation-delay:.8s}
.fn3{animation-delay:1.6s}
@keyframes flowNode{
  0%,100%{transform:scale(1)}
  50%{transform:scale(1.18)}
}
.flow::after{
  animation:flowSweep 3.6s linear infinite;
}
@keyframes flowSweep{
  from{transform:translateX(-100%)}
  to{transform:translateX(100%)}
}

/* ERP gets a livelier chart */
.chart::after{
  content:"";
  position:absolute;
  top:0;bottom:0;width:70px;
  background:linear-gradient(90deg,transparent,rgba(0,232,107,.10),transparent);
  transform:translateX(-120%);
  animation:chartSweep 5.5s ease-in-out infinite;
}
@keyframes chartSweep{
  60%,100%{transform:translateX(700%)}
}

/* Process cards less square */
.process{
  gap:12px;
}
.step{
  min-height:225px;
  border-radius:26px;
  transition:.22s ease;
}
.step:hover{
  transform:translateY(-5px);
  border-color:rgba(0,232,107,.20);
  background:rgba(0,232,107,.023);
}
.step span{
  font-size:26px;
}

/* Contact area improved */
.contact-section{
  padding-top:124px;
}
.contact-shell{
  border-radius:44px;
  grid-template-columns:.76fr 1.24fr;
}
.contact-copy{
  padding:50px;
}
.contact-form{
  padding:50px;
}
.contact-option{
  border-radius:18px;
  min-height:60px;
  transition:.2s ease;
}
.contact-option:hover{
  transform:translateX(5px);
  border-color:rgba(0,232,107,.23);
  background:rgba(0,232,107,.025);
}

/* New floating contact cluster */
.contact-cluster{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:58;
  display:flex;
  flex-direction:column;
  gap:10px;
  align-items:flex-end;
}
.contact-bubble{
  min-height:46px;
  padding:0 14px;
  border-radius:16px;
  display:inline-flex;
  align-items:center;
  gap:9px;
  background:#071009;
  border:1px solid var(--line-2);
  box-shadow:var(--shadow-soft);
  font-size:10px;
  font-weight:700;
  color:#eaf2ec;
  transition:.2s ease;
}
.contact-bubble:hover{
  transform:translateY(-3px);
  border-color:rgba(0,232,107,.28);
}
.contact-bubble svg{width:16px}
.contact-bubble.email{
  opacity:0;
  transform:translateY(8px);
  pointer-events:none;
}
.contact-cluster:hover .contact-bubble.email{
  opacity:1;
  transform:none;
  pointer-events:auto;
}
.contact-bubble.whatsapp{
  min-height:56px;
  padding:0 16px;
  border-radius:18px;
  background:#25D366;
  color:#031006;
  border-color:#25D366;
  box-shadow:0 18px 42px rgba(37,211,102,.30);
}

/* Better mobile bottom bar */
.mobile-contact-bar{
  box-shadow:0 18px 50px rgba(0,0,0,.35);
}

/* Magnetic button hint */
.btn{
  will-change:transform;
}

/* Extra section separators with light */
.section + .section{
  position:relative;
}
.section + .section::before{
  content:"";
  position:absolute;
  top:0;left:50%;
  width:min(80%,980px);height:1px;
  transform:translateX(-50%);
  background:linear-gradient(90deg,transparent,rgba(0,232,107,.08),transparent);
}

/* Remove long dash look from visual content */
.case-type,
.eyebrow,
.footer-bottom,
.trust-title{
  text-wrap:balance;
}

@media(max-width:1080px){
  .hero-grid{gap:34px}
  .logo-orbit{width:520px;height:520px}
  .hero-logo{width:400px}
}
@media(max-width:700px){
  .hero{padding-top:34px}
  .hero-stage{min-height:430px}
  .logo-orbit{width:390px;height:390px}
  .logo-orbit::before{width:300px;height:300px}
  .logo-orbit::after{width:215px;height:215px}
  .hero-logo{width:310px}
  .section{padding:80px 0}
  .problem-wrap{border-radius:28px}
  .service,.service-side,.case,.erp-feature,.contact-shell{border-radius:28px}
  .contact-cluster{display:none}
  .contact-copy,.contact-form{padding:26px}
}


/* =========================================================
   V8 STABLE PATCH
   Applied incrementally over v6
   ========================================================= */

/* Remove previous large contact widgets from v6 */
.contact-tab,
.drawer-backdrop,
.contact-drawer,
.whatsapp-float,
.mobile-contact-bar{
  display:none !important;
}

/* Compact social dock: public Bootstrap Icons */
.social-dock{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:58;
  display:flex;
  gap:7px;
  padding:7px;
  border:1px solid var(--line-2);
  border-radius:18px;
  background:rgba(5,10,7,.90);
  backdrop-filter:blur(16px);
  box-shadow:0 18px 50px rgba(0,0,0,.34);
}
.social-dock a{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:13px;
  color:#c6d0c9;
  background:rgba(255,255,255,.025);
  border:1px solid transparent;
  transition:transform .18s ease,background .18s ease,color .18s ease,border-color .18s ease;
}
.social-dock a:hover{transform:translateY(-3px)}
.social-dock .wa:hover{background:#25D366;color:#06120a}
.social-dock .ig:hover{background:linear-gradient(135deg,#833AB4,#FD1D1D,#FCB045);color:white}
.social-dock .mail:hover{background:var(--green);color:#06120a}
.social-dock i{font-size:18px;line-height:1}

/* Contact cards */
.contact-options{gap:9px}
.contact-option{
  min-height:64px;
  border-radius:18px;
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}
.contact-option:hover{
  transform:translateX(4px);
  border-color:rgba(0,232,107,.22);
  background:rgba(0,232,107,.024);
}
.contact-option .ci{
  width:38px;
  height:38px;
  border-radius:12px;
}
.contact-option .ci i{
  font-size:17px;
  line-height:1;
}
.contact-option.social-instagram .ci{
  background:linear-gradient(135deg,rgba(131,58,180,.20),rgba(253,29,29,.10),rgba(252,176,69,.12));
  color:#ffb7ce;
}
.contact-option.social-whatsapp .ci{
  background:rgba(37,211,102,.10);
  color:#71e79a;
}
.contact-option.social-email .ci{
  background:rgba(0,232,107,.07);
  color:#8ce3a7;
}

/* Footer social icons */
.footer-socials{
  display:flex;
  gap:8px;
  margin-top:16px;
}
.footer-socials a{
  width:37px;height:37px;
  border-radius:11px;
  border:1px solid var(--line);
  display:grid;
  place-items:center;
  color:#8f9d94;
  background:rgba(255,255,255,.018);
  transition:.18s ease;
}
.footer-socials a:hover{transform:translateY(-2px);color:white}
.footer-socials .wa:hover{background:#25D366;color:#041108;border-color:#25D366}
.footer-socials .ig:hover{background:linear-gradient(135deg,#833AB4,#FD1D1D,#FCB045);border-color:transparent}
.footer-socials .mail:hover{background:var(--green);color:#041108;border-color:var(--green)}
.footer-socials i{font-size:16px}
.footer-handle{
  display:block;
  margin-top:9px;
  color:#6f7c73;
  font:500 9px var(--mono);
}

/* Services expanded safely */
.services-main{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.service{
  min-height:250px;
}
.service.landing,
.service.maintenance{
  background:
    radial-gradient(circle at 90% 0%,rgba(0,232,107,.08),transparent 14rem),
    linear-gradient(180deg,rgba(255,255,255,.028),rgba(255,255,255,.012));
}

/* Slightly better motion without affecting document flow */
.service,
.proof,
.case,
.step,
.contact-option{
  will-change:transform;
}
.service:hover,
.proof:hover,
.step:hover{
  transform:translateY(-4px);
}
.hero-logo{
  animation:v8Float 6.4s ease-in-out infinite;
}
@keyframes v8Float{
  0%,100%{transform:translate(-50%,-50%) translateY(0)}
  50%{transform:translate(-50%,-50%) translateY(-10px)}
}
.hero-tag.tag-a{animation:v8Tag 5.5s ease-in-out infinite}
.hero-tag.tag-b{animation:v8Tag 5.5s ease-in-out .8s}
.hero-tag.tag-c{animation:v8Tag 5.5s ease-in-out 1.6s}
@keyframes v8Tag{
  0%,100%{translate:0 0}
  50%{translate:0 -6px}
}

/* Mobile optimization */
@media(max-width:700px){
  .social-dock{
    right:10px;
    bottom:10px;
    padding:6px;
    gap:5px;
    border-radius:16px;
  }
  .social-dock a{
    width:39px;height:39px;border-radius:12px;
  }
  .social-dock i{font-size:17px}
  footer{padding-bottom:74px}
  .contact-option{
    min-height:61px;
    grid-template-columns:38px 1fr auto;
    padding-inline:12px;
  }
  .contact-option .ci{width:34px;height:34px}
}
@media(max-width:420px){
  .social-dock{
    left:50%;
    right:auto;
    transform:translateX(-50%);
  }
}


/* =========================================================
   V9 REFINEMENT
   Hierarchy, storytelling, contact simplification, motion
   ========================================================= */

/* Remove redundant floating social UI from desktop */
.social-dock,
.contact-cluster,
.contact-tab,
.contact-drawer,
.drawer-backdrop,
.whatsapp-float,
.mobile-contact-bar{
  display:none !important;
}

/* Header refinement */
.nav{
  min-height:74px;
}
.navlinks{
  gap:30px;
}
.navlinks a{
  font-weight:500;
}

/* HERO: 15–20% tighter and fully visible */
.hero{
  min-height:720px !important;
  padding:46px 0 54px !important;
}
.hero-grid{
  gap:56px;
}
.hero-copy{
  padding:10px 0;
}
.hero-copy h1{
  font-size:clamp(50px,6.45vw,92px) !important;
  line-height:.91 !important;
  max-width:720px;
}
.hero-copy>p{
  font-size:15px !important;
  max-width:610px;
  margin-top:22px !important;
}
.hero-actions{
  margin-top:24px !important;
}
.hero-proof{
  margin-top:24px !important;
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.proof{
  min-height:74px !important;
  border-radius:18px !important;
  padding:12px 14px !important;
}
.proof strong{
  font-size:14px !important;
}
.proof span{
  font-size:8px !important;
}

/* Strong but restrained title trace */
.hero-copy .line2{
  position:relative;
  display:inline-block;
}
.hero-copy .line2::after{
  content:"";
  position:absolute;
  left:0;
  bottom:.02em;
  width:38%;
  height:4px;
  border-radius:99px;
  background:linear-gradient(90deg,var(--green),transparent);
  transform-origin:left;
  animation:v9Trace 1.2s .25s cubic-bezier(.2,.8,.2,1) both;
}
@keyframes v9Trace{
  from{transform:scaleX(.08);opacity:0}
  to{transform:scaleX(1);opacity:.75}
}

/* Hero art simpler: only two informative tags */
.hero-stage{
  min-height:500px !important;
  perspective:1100px;
}
.logo-orbit{
  width:480px !important;
  height:480px !important;
  animation:v9Orbit 8s ease-in-out infinite;
}
.logo-orbit::before{width:370px !important;height:370px !important}
.logo-orbit::after{width:265px !important;height:265px !important}
.hero-logo{
  width:360px !important;
  animation:v9Float 6.5s ease-in-out infinite;
  will-change:transform;
}
.tag-c{display:none !important}
.hero-tag{
  padding:11px 13px !important;
  border-radius:15px !important;
  backdrop-filter:blur(10px);
}
.tag-a{left:2% !important;top:20% !important}
.tag-b{right:0 !important;top:38% !important}
@keyframes v9Orbit{
  0%,100%{transform:translate(-50%,-50%) scale(1);opacity:.86}
  50%{transform:translate(-50%,-50%) scale(1.025);opacity:1}
}
@keyframes v9Float{
  0%,100%{transform:translate(-50%,-50%) translateY(0)}
  50%{transform:translate(-50%,-50%) translateY(-9px)}
}

/* Section rhythm */
.section{
  padding:96px 0 !important;
}
.section-head{
  margin-bottom:38px !important;
}
.section-head h2{
  max-width:680px;
}
.section-head p{
  max-width:520px;
  font-size:13px !important;
}

/* Problems: less icon decoration */
.problem-wrap{
  border-radius:32px !important;
}
.problem-list{
  grid-template-columns:repeat(5,minmax(0,1fr));
}
.problem{
  min-height:205px !important;
  padding:18px !important;
}
.problem .iconbox{
  display:none !important;
}
.problem h4{
  margin-top:72px !important;
  font-size:16px !important;
}
.problem p{
  font-size:9px !important;
}
.problem .signal{
  top:18px !important;
  right:18px !important;
}

/* Service architecture: three commercial groups */
.service-groups{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.service-group{
  min-height:430px;
  border:1px solid var(--line);
  border-radius:28px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.024),rgba(255,255,255,.009));
  padding:24px;
  position:relative;
  overflow:hidden;
  transition:transform .24s ease,border-color .24s ease,background .24s ease;
}
.service-group:hover{
  transform:translateY(-5px);
  border-color:rgba(0,232,107,.22);
  background:rgba(0,232,107,.018);
}
.service-group::after{
  content:"";
  position:absolute;
  width:180px;height:180px;
  border-radius:50%;
  right:-95px;top:-95px;
  background:radial-gradient(circle,rgba(0,232,107,.11),transparent 68%);
  pointer-events:none;
}
.group-index{
  font:600 9px var(--mono);
  color:var(--green);
  letter-spacing:.09em;
}
.service-group h3{
  font-size:30px !important;
  margin-top:20px;
}
.service-group>p{
  font-size:11px;
  color:#748178;
  margin-bottom:26px;
}
.group-items{
  display:grid;
  gap:0;
  border-top:1px solid var(--line);
}
.group-item{
  min-height:52px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  border-bottom:1px solid var(--line);
  font-size:11px;
  color:#b9c4bc;
  transition:padding .18s ease,color .18s ease;
}
.group-item:hover{
  padding-left:6px;
  color:#fff;
}
.group-item span:last-child{
  color:#5f6d63;
  font:500 8px var(--mono);
}

/* Cases: stronger composition, less decoration */
.case{
  border-radius:30px !important;
  min-height:420px !important;
}
.case-copy{
  padding:30px !important;
}
.case-copy h3{
  font-size:38px !important;
}
.case-vis{
  min-height:420px !important;
}
.case-symbol{
  opacity:.025 !important;
}

/* ERP */
.erp-feature{
  border-radius:32px !important;
}
.erp-copy{
  padding:32px !important;
}
.erp-copy h3{
  font-size:42px !important;
}
.erp-ui{
  padding:20px !important;
}

/* Process */
.process{
  gap:10px !important;
}
.step{
  border-radius:22px !important;
  min-height:190px !important;
  transition:transform .2s ease,border-color .2s ease,background .2s ease;
}
.step:hover{
  transform:translateY(-4px);
  border-color:rgba(0,232,107,.20);
  background:rgba(0,232,107,.018);
}
.step::after{
  opacity:.55;
}

/* CTA before form */
.project-cta{
  padding:88px 0 20px;
}
.project-cta-box{
  border-radius:34px;
  border:1px solid rgba(0,232,107,.15);
  background:
    radial-gradient(circle at 10% 10%,rgba(0,232,107,.12),transparent 24rem),
    #071009;
  padding:42px;
  display:grid;
  grid-template-columns:1fr auto;
  align-items:end;
  gap:40px;
}
.project-cta-box h2{
  font-size:clamp(38px,4.5vw,60px);
  max-width:760px;
}
.project-cta-box p{
  max-width:590px;
  color:#819087;
  font-size:12px;
}
.project-cta-meta{
  display:flex;
  gap:18px;
  margin-top:18px;
  color:#77857c;
  font-size:10px;
}
.project-cta-meta a:hover{color:#fff}

/* Contact: form first, channels secondary */
.contact-section{
  padding:86px 0 100px !important;
}
.contact-shell{
  grid-template-columns:.68fr 1.32fr !important;
  border-radius:34px !important;
}
.contact-copy{
  padding:34px !important;
}
.contact-copy h2{
  font-size:42px !important;
}
.contact-copy p{
  font-size:11px !important;
}
.contact-options{
  display:flex !important;
  gap:10px !important;
  margin-top:24px !important;
}
.contact-option{
  min-height:auto !important;
  border:0 !important;
  background:transparent !important;
  padding:0 !important;
  display:inline-flex !important;
  width:auto !important;
  transform:none !important;
}
.contact-option .ci{
  width:38px !important;
  height:38px !important;
  border-radius:12px !important;
}
.contact-option > span:nth-child(2),
.contact-option > svg{
  display:none !important;
}
.contact-form{
  padding:34px !important;
}
.form-title{
  font-size:19px !important;
}
.fields{
  grid-template-columns:1fr 1fr !important;
}
.field textarea{
  min-height:140px !important;
}
.contact-form .btn{
  min-height:48px !important;
}

/* Footer: cleaner desktop, centered mobile */
.footer-grid{
  grid-template-columns:1.45fr 1fr 1fr 1fr !important;
  gap:34px !important;
}
.footer-brand p{
  max-width:300px;
}
.footer-socials{
  display:flex;
  gap:8px;
  margin-top:15px;
}
.footer-handle{
  display:none !important;
}
.footer-col:last-child{
  display:block !important;
}
.footer-col:last-child a{
  display:none !important;
}
.footer-col:last-child::after{
  content:"";
}
.footer-col:last-child strong{
  display:none !important;
}

/* Footer legal replaces redundant contact column */
.footer-legal{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.footer-legal strong{
  font:600 8px var(--mono);
  text-transform:uppercase;
  color:#647168;
  letter-spacing:.08em;
  margin-bottom:3px;
}
.footer-legal a{
  font-size:10px;
  color:#8b978e;
}
.footer-legal a:hover{color:#fff}

/* WhatsApp only on mobile */
.mobile-wa{
  display:none;
}

@media(max-width:1080px){
  .hero-grid{
    grid-template-columns:1fr 1fr !important;
    gap:28px;
  }
  .hero-copy h1{
    font-size:clamp(48px,6.6vw,74px) !important;
  }
  .logo-orbit{
    width:420px !important;height:420px !important;
  }
  .hero-logo{
    width:320px !important;
  }
  .problem-list{
    grid-template-columns:repeat(3,1fr) !important;
  }
  .problem:nth-child(3n){border-right:0 !important}
  .service-groups{
    grid-template-columns:1fr;
  }
  .service-group{
    min-height:auto;
  }
  .footer-grid{
    grid-template-columns:1.4fr 1fr 1fr !important;
  }
  .footer-legal{
    grid-column:2;
  }
}

@media(max-width:700px){
  .nav{
    min-height:68px !important;
  }
  .hero{
    padding:34px 0 40px !important;
  }
  .hero-grid{
    grid-template-columns:1fr !important;
    gap:10px !important;
  }
  .hero-copy h1{
    font-size:clamp(48px,15.5vw,66px) !important;
  }
  .hero-copy>p{
    font-size:13px !important;
  }
  .hero-proof{
    grid-template-columns:1fr !important;
    gap:7px !important;
  }
  .proof{
    min-height:62px !important;
  }
  .hero-stage{
    min-height:340px !important;
  }
  .logo-orbit{
    width:330px !important;
    height:330px !important;
  }
  .logo-orbit::before{width:255px !important;height:255px !important}
  .logo-orbit::after{width:185px !important;height:185px !important}
  .hero-logo{
    width:255px !important;
  }
  .hero-tag{
    font-size:8px;
  }
  .tag-a{left:0 !important;top:13% !important}
  .tag-b{right:0 !important;top:36% !important}

  .section{
    padding:72px 0 !important;
  }
  .problem-intro{
    grid-template-columns:1fr !important;
    padding:24px !important;
  }
  .problem-list{
    grid-template-columns:1fr !important;
  }
  .problem{
    min-height:150px !important;
    border-right:0 !important;
    border-bottom:1px solid var(--line) !important;
  }
  .problem h4{
    margin-top:42px !important;
  }

  .service-groups{
    gap:10px;
  }
  .service-group{
    border-radius:24px;
    padding:20px;
  }
  .service-group h3{
    font-size:26px !important;
  }

  .case{
    grid-template-columns:1fr !important;
    border-radius:24px !important;
  }
  .case-copy{
    padding:24px !important;
    border-right:0 !important;
    border-bottom:1px solid var(--line);
  }
  .case-vis{
    min-height:290px !important;
  }

  .erp-feature{
    grid-template-columns:1fr !important;
    border-radius:24px !important;
  }
  .erp-copy{
    border-right:0 !important;
    border-bottom:1px solid var(--line);
    padding:24px !important;
  }
  .erp-ui{
    padding:10px !important;
  }

  .process{
    grid-template-columns:1fr 1fr !important;
  }
  .step{
    min-height:165px !important;
  }

  .project-cta{
    padding:64px 0 10px;
  }
  .project-cta-box{
    grid-template-columns:1fr;
    padding:26px;
    border-radius:26px;
  }
  .project-cta-meta{
    flex-direction:column;
    gap:7px;
  }

  .contact-section{
    padding:64px 0 78px !important;
  }
  .contact-shell{
    grid-template-columns:1fr !important;
    border-radius:26px !important;
  }
  .contact-copy{
    padding:24px !important;
    text-align:center;
  }
  .contact-copy h2{
    font-size:36px !important;
  }
  .contact-copy p{
    max-width:420px;
    margin-inline:auto;
  }
  .contact-options{
    justify-content:center;
    margin-top:18px !important;
  }
  .contact-form{
    padding:24px !important;
  }
  .fields{
    grid-template-columns:1fr !important;
  }
  .field.full{
    grid-column:auto !important;
  }

  footer{
    padding-bottom:82px !important;
  }
  .footer-grid{
    grid-template-columns:1fr !important;
    text-align:center;
    gap:26px !important;
  }
  .footer-brand{
    display:flex;
    flex-direction:column;
    align-items:center;
  }
  .footer-brand p{
    max-width:290px;
    margin-inline:auto;
  }
  .footer-socials{
    justify-content:center;
  }
  .footer-col{
    display:none !important;
  }
  .footer-legal{
    display:flex !important;
    align-items:center;
  }
  .footer-bottom{
    flex-direction:column;
    align-items:center;
    text-align:center;
  }

  .mobile-wa{
    position:fixed;
    right:14px;
    bottom:14px;
    z-index:58;
    width:48px;
    height:48px;
    border-radius:50%;
    display:grid;
    place-items:center;
    background:#25D366;
    color:#021005;
    box-shadow:0 14px 32px rgba(37,211,102,.28);
  }
  .mobile-wa i{
    font-size:21px;
  }
}

/* Accessibility */
.btn:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible{
  outline:2px solid var(--green);
  outline-offset:3px;
}

@media(prefers-reduced-motion:reduce){
  .hero-logo,
  .logo-orbit,
  .hero-copy .line2::after{
    animation:none !important;
  }
}


/* =========================================================
   V10 LOCAL-SAFE / PROGRESSIVE ENHANCEMENT
   Content must never depend on JavaScript to be visible.
   ========================================================= */

.reveal,
.reveal.visible{
  opacity:1 !important;
  transform:none !important;
}

/* JS uses these temporary classes only while animating */
.reveal.v10-prep{
  opacity:0 !important;
  transform:translateY(14px) !important;
}
.reveal.v10-in{
  opacity:1 !important;
  transform:none !important;
  transition:opacity .62s ease, transform .62s cubic-bezier(.2,.8,.2,1) !important;
}

/* Local-file fallback: content remains readable without remote fonts/icons */
body{
  min-height:100vh;
}
.brand-symbol img,
.hero-logo img,
.case-symbol{
  object-fit:contain;
}

/* If public icon CDNs fail, preserve layout rather than blank spacing */
.bi:empty{
  min-width:1em;
  min-height:1em;
  display:inline-block;
}

/* Avoid accidental section collapse */
.section,
.contact-section,
.project-cta,
footer{
  position:relative;
  min-height:1px;
}


/* =========================================================
   V11 HERO PROOF / CTA
   ========================================================= */

.hero-proof-v11{
  grid-template-columns:1.05fr .95fr 1.18fr !important;
  align-items:stretch;
}

.hero-proof-v11 .proof{
  min-height:96px !important;
  padding:15px 16px !important;
  border-radius:20px !important;
  position:relative;
  overflow:hidden;
}

.proof-metric{
  background:
    radial-gradient(circle at 88% 10%,rgba(0,232,107,.08),transparent 10rem),
    rgba(255,255,255,.018) !important;
}

.proof-metric strong{
  display:flex !important;
  align-items:baseline;
  gap:7px;
  font-size:13px !important;
}

.proof-number{
  font:800 34px/1 var(--display);
  color:var(--green);
  letter-spacing:-.06em;
}

.proof-position strong{
  font-size:15px !important;
}

.proof-cta{
  display:grid !important;
  grid-template-columns:1fr auto;
  align-items:center;
  gap:14px;
  text-decoration:none;
  color:inherit;
  border-color:rgba(0,232,107,.18) !important;
  background:
    linear-gradient(135deg,rgba(0,232,107,.055),rgba(255,255,255,.012)) !important;
  transition:
    transform .2s ease,
    border-color .2s ease,
    background .2s ease,
    box-shadow .2s ease !important;
}

.proof-cta:hover{
  transform:translateY(-4px);
  border-color:var(--green) !important;
  background:var(--green) !important;
  color:#001108 !important;
  box-shadow:0 16px 34px rgba(0,232,107,.16);
}

.proof-cta-copy{
  min-width:0;
}

.proof-cta-copy strong{
  display:block !important;
  font-size:15px !important;
  color:inherit !important;
}

.proof-cta-copy > span{
  display:block !important;
  margin-top:4px;
  font-size:8px !important;
  color:#77857c !important;
}

.proof-cta:hover .proof-cta-copy > span{
  color:rgba(0,17,8,.68) !important;
}

.proof-arrow{
  width:34px;
  height:34px;
  border-radius:11px;
  display:grid;
  place-items:center;
  border:1px solid rgba(0,232,107,.18);
  background:rgba(0,232,107,.055);
  color:var(--green);
  transition:
    transform .2s ease,
    background .2s ease,
    color .2s ease,
    border-color .2s ease;
}

.proof-arrow svg{
  width:15px;
  height:15px;
}

.proof-cta:hover .proof-arrow{
  transform:translate(3px,-3px);
  background:#001108;
  color:var(--green);
  border-color:#001108;
}

@media(max-width:1080px){
  .hero-proof-v11{
    grid-template-columns:1fr 1fr !important;
  }
  .proof-cta{
    grid-column:1 / -1;
  }
}

@media(max-width:700px){
  .hero-proof-v11{
    grid-template-columns:1fr !important;
  }
  .proof-cta{
    grid-column:auto;
  }
  .hero-proof-v11 .proof{
    min-height:78px !important;
  }
  .proof-number{
    font-size:29px;
  }
}


/* =========================================================
   V12 ALIGNMENT + CONTACT COMPACTION
   ========================================================= */

/* HERO proof: same baseline, same height, better proportions */
.hero-proof-v12{
  display:grid;
  grid-template-columns:1fr 1fr 1.08fr;
  gap:12px;
  max-width:760px;
  margin-top:24px;
  align-items:stretch;
}
.hero-proof-v12 .proof{
  min-height:94px !important;
  height:100%;
  padding:16px 18px !important;
  border-radius:20px !important;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  position:relative;
  overflow:hidden;
  background:rgba(255,255,255,.018);
  border:1px solid var(--line);
}
.proof-topline{
  display:flex;
  align-items:baseline;
  gap:8px;
  line-height:1;
}
.proof-topline strong,
.hero-proof-v12 .proof-position strong,
.hero-proof-v12 .proof-cta strong{
  font-size:16px !important;
  line-height:1.08;
}
.proof-number{
  font:800 24px/1 var(--display) !important;
  letter-spacing:-.05em;
  color:var(--green);
}
.proof-sub{
  display:block;
  margin-top:7px;
  font-size:9px !important;
  line-height:1.35;
  color:#718078 !important;
}
.proof-position{
  justify-content:center !important;
}
.proof-cta{
  display:grid !important;
  grid-template-columns:1fr 38px;
  align-items:center !important;
  gap:14px;
  padding-right:14px !important;
  color:var(--text);
  text-decoration:none;
  background:
    linear-gradient(135deg,rgba(0,232,107,.08),rgba(0,232,107,.035)) !important;
  border-color:rgba(0,232,107,.28) !important;
  transition:transform .2s ease,background .2s ease,border-color .2s ease,color .2s ease;
}
.proof-cta-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0;
}
.proof-arrow{
  width:36px;
  height:36px;
  border-radius:12px;
  display:grid;
  place-items:center;
  background:rgba(0,232,107,.09);
  border:1px solid rgba(0,232,107,.15);
  color:var(--green);
  flex:none;
}
.proof-arrow svg{
  width:16px;
  height:16px;
}
.proof-cta:hover{
  transform:translateY(-3px);
  background:var(--green) !important;
  border-color:var(--green) !important;
  color:#001108 !important;
}
.proof-cta:hover .proof-sub{
  color:rgba(0,17,8,.62) !important;
}
.proof-cta:hover .proof-arrow{
  background:#001108;
  color:var(--green);
  border-color:#001108;
}

/* CONTACT: dramatically less empty space */
.contact-section{
  padding:72px 0 82px !important;
}
.contact-shell{
  min-height:0 !important;
  grid-template-columns:.64fr 1.36fr !important;
  border-radius:32px !important;
}
.contact-copy{
  padding:32px !important;
  min-height:0 !important;
  justify-content:flex-start !important;
  gap:28px;
}
.contact-copy h2{
  font-size:38px !important;
  max-width:380px;
  margin-top:12px !important;
}
.contact-copy p{
  margin-top:14px !important;
  max-width:390px;
  font-size:11px !important;
}
.contact-options{
  display:flex !important;
  gap:10px !important;
  margin-top:0 !important;
}
.contact-option{
  width:42px !important;
  height:42px !important;
  min-height:42px !important;
  flex:0 0 42px;
  display:grid !important;
  place-items:center;
  padding:0 !important;
  border:1px solid var(--line) !important;
  border-radius:13px !important;
  background:rgba(255,255,255,.018) !important;
}
.contact-option .ci{
  width:100% !important;
  height:100% !important;
  border-radius:12px !important;
  display:grid !important;
  place-items:center !important;
}
.contact-option .ci i{
  font-size:18px !important;
  line-height:1 !important;
}
.contact-option > span:nth-child(2),
.contact-option > svg{
  display:none !important;
}

/* Form proportions */
.contact-form{
  padding:32px 34px !important;
}
.form-title{
  font-size:18px !important;
  margin-bottom:18px !important;
}
.fields{
  gap:11px 12px !important;
}
.field{
  gap:5px !important;
}
.field label{
  font-size:7px !important;
}
.field input,
.field select{
  min-height:46px;
  padding:10px 12px !important;
  border-radius:12px !important;
}
.field textarea{
  min-height:94px !important;
  max-height:150px;
  padding:11px 12px !important;
  border-radius:12px !important;
}
.contact-form .btn{
  margin-top:12px !important;
  min-height:46px !important;
  padding-inline:18px !important;
}

/* No oversized dead area inside contact panel */
.contact-shell,
.contact-copy,
.contact-form{
  align-self:stretch;
}
.contact-copy,
.contact-form{
  height:auto !important;
}

/* Mobile */
@media(max-width:1080px){
  .hero-proof-v12{
    grid-template-columns:1fr 1fr !important;
    max-width:none;
  }
  .proof-cta{
    grid-column:1 / -1;
  }
}
@media(max-width:700px){
  .hero-proof-v12{
    grid-template-columns:1fr !important;
    gap:8px;
  }
  .hero-proof-v12 .proof{
    min-height:78px !important;
  }
  .proof-cta{
    grid-column:auto;
  }

  .contact-section{
    padding:58px 0 70px !important;
  }
  .contact-shell{
    grid-template-columns:1fr !important;
    border-radius:24px !important;
  }
  .contact-copy{
    padding:24px 22px 18px !important;
    align-items:center;
    text-align:center;
    gap:18px;
  }
  .contact-copy h2{
    font-size:32px !important;
    max-width:340px;
  }
  .contact-copy p{
    max-width:340px;
  }
  .contact-options{
    justify-content:center;
  }
  .contact-form{
    padding:20px 22px 24px !important;
  }
  .form-title{
    text-align:left;
    margin-bottom:14px !important;
  }
  .field textarea{
    min-height:110px !important;
  }
}


/* V13: center the CTA arrow button inside the specialist card */
.proof-cta{
  grid-template-columns:minmax(0,1fr) 38px !important;
  align-items:center !important;
}

.proof-arrow{
  align-self:center !important;
  justify-self:center !important;
  display:grid !important;
  place-items:center !important;
  margin:0 !important;
}

.proof-arrow svg{
  display:block !important;
  margin:auto !important;
  transform:none !important;
}


/* =========================================================
   V15 MOBILE FOOTER RESET
   Separate mobile footer. No inherited desktop columns.
   ========================================================= */

.footer-mobile{
  display:none;
}

@media(max-width:700px){

  /* Remove all old footer mobile rules by taking desktop footer out of flow */
  .footer-desktop{
    display:none !important;
  }

  .footer-mobile{
    display:flex !important;
    flex-direction:column;
    align-items:center;
    text-align:center;
    padding:34px 0 26px;
  }

  .site-footer{
    padding:0 !important;
    border-top:1px solid var(--line);
    background:
      radial-gradient(circle at 50% 0%,rgba(0,232,107,.035),transparent 17rem),
      #030604;
  }

  .mobile-footer-brand{
    display:inline-flex;
    align-items:center;
    gap:10px;
  }

  .mobile-footer-brand .brand-symbol{
    width:34px !important;
    height:34px !important;
    border-radius:11px !important;
  }

  .mobile-footer-brand .brand-symbol img{
    width:27px !important;
    height:27px !important;
  }

  .mobile-footer-word{
    font:800 21px/1 var(--display);
    letter-spacing:-.05em;
    color:var(--white);
  }

  .mobile-footer-copy{
    max-width:275px;
    margin:14px auto 0;
    color:#77857c;
    font-size:10px;
    line-height:1.55;
  }

  .mobile-footer-socials{
    display:flex;
    gap:10px;
    margin-top:20px;
  }

  .mobile-footer-socials a{
    width:40px;
    height:40px;
    border-radius:12px;
    display:grid;
    place-items:center;
    border:1px solid var(--line);
    background:rgba(255,255,255,.018);
    color:#9aa79f;
    transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease;
  }

  .mobile-footer-socials a:active{
    transform:scale(.96);
  }

  .mobile-footer-socials a:nth-child(1):hover{
    background:#25D366;
    color:#041108;
    border-color:#25D366;
  }

  .mobile-footer-socials a:nth-child(2):hover{
    background:linear-gradient(135deg,#833AB4,#FD1D1D,#FCB045);
    color:#fff;
    border-color:transparent;
  }

  .mobile-footer-socials a:nth-child(3):hover{
    background:var(--green);
    color:#041108;
    border-color:var(--green);
  }

  .mobile-footer-socials i{
    font-size:17px;
    line-height:1;
  }

  .mobile-footer-nav{
    width:100%;
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:8px 18px;
    margin-top:23px;
    padding-top:20px;
    border-top:1px solid var(--line);
  }

  .mobile-footer-nav a{
    font-size:10px;
    font-weight:600;
    color:#9ca8a0;
  }

  .mobile-footer-nav a:hover{
    color:#fff;
  }

  .mobile-footer-meta{
    width:100%;
    display:flex;
    justify-content:center;
    gap:14px;
    margin-top:20px;
    padding-top:16px;
    border-top:1px solid rgba(255,255,255,.055);
    font:500 8px/1.3 var(--mono);
    color:#59665d;
  }

  /* Explicitly neutralize old footer pieces that existed in older versions */
  .footer-grid,
  .footer-bottom,
  .footer-legal,
  .footer-col,
  .footer-brand{
    text-align:initial;
  }

  .mobile-wa{
    display:none !important;
  }
}
