
:root{
  --navy:#06111f;
  --navy2:#0a1c30;
  --blue:#0879d8;
  --cyan:#18c8ff;
  --yellow:#ffc400;
  --white:#f7fbff;
  --text:#102033;
  --muted:#65758a;
  --line:rgba(255,255,255,.12);
  --shadow:0 24px 80px rgba(5,18,35,.18);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,sans-serif;
  color:var(--text);
  background:#f8fbfe;
  overflow-x:hidden;
}
h1,h2,h3,.brand{font-family:Manrope,Inter,sans-serif}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
button,input{font:inherit}
.container{width:min(1180px,calc(100% - 40px));margin:auto}
.noise{
  position:fixed;inset:0;pointer-events:none;opacity:.035;z-index:50;
  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='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}
.cursor-glow{
  width:420px;height:420px;border-radius:50%;
  background:radial-gradient(circle,rgba(24,200,255,.12),transparent 66%);
  position:fixed;left:0;top:0;transform:translate(-50%,-50%);
  pointer-events:none;z-index:1;
}
.topbar{
  position:fixed;top:0;left:0;right:0;z-index:40;
  border-bottom:1px solid rgba(255,255,255,.07);
  background:rgba(5,17,31,.74);
  backdrop-filter:blur(18px);
}
.nav-wrap{height:96px;display:flex;align-items:center;gap:28px}
.brand{display:flex;align-items:center;margin-right:auto}
.brand img{width:92px;height:78px;object-fit:contain}
.nav{display:flex;gap:30px;color:#c8d6e4;font-size:14px;font-weight:600}
.nav a{position:relative;transition:.25s}
.nav a:hover{color:#fff}
.nav a:after{
  content:"";position:absolute;height:2px;left:0;right:100%;bottom:-8px;
  background:linear-gradient(90deg,var(--yellow),var(--cyan));transition:.3s;
}
.nav a:hover:after{right:0}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  min-height:48px;padding:0 22px;border-radius:14px;font-weight:700;
  transition:.28s;cursor:pointer;border:1px solid transparent;
}
.btn:hover{transform:translateY(-2px)}
.btn-project{background:rgba(255,196,0,.1);border-color:rgba(255,196,0,.38);color:#ffd848}
.btn-primary{
  color:#07131f;background:linear-gradient(135deg,#ffd438,#ffb800);
  box-shadow:0 14px 40px rgba(255,196,0,.22);
}
.btn-ghost{color:#e8f5ff;border-color:rgba(255,255,255,.18);background:rgba(255,255,255,.05)}
.menu-toggle{display:none;background:none;border:0}
.hero{
  min-height:850px;position:relative;overflow:hidden;
  background:
    radial-gradient(circle at 65% 30%,rgba(0,152,255,.2),transparent 30%),
    radial-gradient(circle at 15% 70%,rgba(255,196,0,.08),transparent 24%),
    linear-gradient(145deg,#04101d 0%,#071a2c 45%,#051321 100%);
  color:white;padding-top:96px;
}
#gridCanvas{position:absolute;inset:0;width:100%;height:100%;opacity:.45}
.hero:after{
  content:"";position:absolute;inset:auto 0 0;height:190px;
  background:linear-gradient(transparent,rgba(4,16,29,.8));
}
.hero-grid{
  min-height:760px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;
  gap:70px;position:relative;z-index:3;
}
.eyebrow{
  display:inline-flex;gap:10px;align-items:center;padding:9px 13px;border-radius:999px;
  font-size:12px;letter-spacing:.11em;text-transform:uppercase;color:#b9d2e7;
  border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.035);
}
.status-dot{width:7px;height:7px;border-radius:50%;background:#35e2a0;box-shadow:0 0 16px #35e2a0}
.hero h1{font-size:clamp(48px,6vw,82px);line-height:.99;letter-spacing:-.055em;margin:22px 0}
.hero h1 span{
  background:linear-gradient(120deg,#fff 10%,#21c7ff 45%,#ffc400 85%);
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.hero-copy>p{font-size:18px;line-height:1.75;color:#afc3d6;max-width:650px}
.hero-actions{display:flex;gap:12px;margin:32px 0 42px}
.hero-metrics{display:flex;gap:36px;padding-top:28px;border-top:1px solid rgba(255,255,255,.1)}
.hero-metrics div{display:flex;flex-direction:column}
.hero-metrics strong{font-size:26px;color:white}
.hero-metrics span{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:#7790a6;margin-top:5px}
.hero-visual{height:620px;position:relative;display:grid;place-items:center}
.main-visual{
  width:min(480px,92%);padding:20px;border-radius:30px;
  background:linear-gradient(180deg,rgba(255,255,255,.11),rgba(255,255,255,.045));
  border:1px solid rgba(255,255,255,.18);box-shadow:0 40px 100px rgba(0,0,0,.35);
  backdrop-filter:blur(18px);position:relative;z-index:4;
}
.visual-top,.visual-footer{display:flex;align-items:center;justify-content:space-between}
.visual-top{font-size:11px;letter-spacing:.14em;color:#a9c0d6}
.online{color:#7cebbd;display:flex;align-items:center;gap:6px}
.online i{width:6px;height:6px;background:#36e3a0;border-radius:50%;box-shadow:0 0 14px #36e3a0}
.radar{
  margin:18px 0;height:360px;border-radius:22px;position:relative;overflow:hidden;
  border:1px solid rgba(255,255,255,.08);
  background:
    repeating-radial-gradient(circle at center,transparent 0 42px,rgba(24,200,255,.11) 43px 44px),
    linear-gradient(rgba(17,160,229,.06) 1px,transparent 1px),
    linear-gradient(90deg,rgba(17,160,229,.06) 1px,transparent 1px),
    radial-gradient(circle,#0d2c48 0%,#071521 66%);
  background-size:auto,38px 38px,38px 38px,auto;
}
.radar:before,.radar:after{content:"";position:absolute;background:rgba(24,200,255,.15)}
.radar:before{width:1px;height:100%;left:50%}
.radar:after{height:1px;width:100%;top:50%}
.radar-sweep{
  position:absolute;inset:0;border-radius:50%;
  background:conic-gradient(from 0deg,transparent 0 310deg,rgba(24,200,255,.28) 350deg,transparent);
  animation:sweep 5s linear infinite;
}
@keyframes sweep{to{transform:rotate(360deg)}}
.radar-center{
  position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);
  width:154px;height:154px;border-radius:50%;display:grid;place-items:center;
  background:rgba(255,255,255,.96);box-shadow:0 0 60px rgba(24,200,255,.22);
}
.radar-center img{width:148px;height:148px;object-fit:contain}
.radar-dot{position:absolute;width:10px;height:10px;background:#ffd22b;border-radius:50%;box-shadow:0 0 18px #ffd22b}
.radar-dot:after{content:"";position:absolute;inset:-7px;border:1px solid rgba(255,210,43,.45);border-radius:50%;animation:pulse 1.8s infinite}
.d1{top:24%;left:24%}.d2{right:20%;top:38%;animation-delay:.4s}.d3{left:33%;bottom:18%;animation-delay:.8s}
@keyframes pulse{0%{transform:scale(.4);opacity:1}100%{transform:scale(1.8);opacity:0}}
.visual-footer{gap:12px}
.visual-footer div{flex:1;padding:14px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:rgba(0,0,0,.11)}
.visual-footer span{display:block;font-size:10px;color:#839bb0;margin-bottom:3px}
.visual-footer strong{font-size:14px}.visual-footer .ok{color:#62e7ad}
.tech-ring{position:absolute;border-radius:50%;border:1px solid rgba(24,200,255,.18);animation:spin 14s linear infinite}
.ring-1{width:560px;height:560px}.ring-2{width:630px;height:630px;border-style:dashed;animation-direction:reverse}.ring-3{width:700px;height:700px;border-color:rgba(255,196,0,.08)}
@keyframes spin{to{transform:rotate(360deg)}}
.floating-card{
  position:absolute;z-index:8;padding:12px 16px;border-radius:16px;display:flex;align-items:center;gap:10px;
  background:rgba(8,27,45,.82);border:1px solid rgba(255,255,255,.11);backdrop-filter:blur(12px);
  box-shadow:0 16px 40px rgba(0,0,0,.25);
}
.floating-card small{display:block;color:#7e97ac;font-size:10px}
.floating-card strong{font-size:11px}
.icon-box{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;color:#ffc400;background:rgba(255,196,0,.1)}
.card-camera{left:-4%;top:18%;animation:float 4s ease-in-out infinite}
.card-network{right:-6%;bottom:18%;animation:float 5s ease-in-out infinite reverse}
@keyframes float{50%{transform:translateY(-10px)}}
.hero-orb{position:absolute;border-radius:50%;filter:blur(20px)}
.orb-a{width:210px;height:210px;background:rgba(0,161,255,.09);left:-50px;top:35%}
.orb-b{width:230px;height:230px;background:rgba(255,196,0,.06);right:5%;bottom:8%}
.scroll-indicator{position:absolute;bottom:24px;left:50%;z-index:7;width:28px;height:44px;border:1px solid rgba(255,255,255,.2);border-radius:20px}
.scroll-indicator span{width:4px;height:8px;background:white;border-radius:4px;position:absolute;top:9px;left:11px;animation:scroll 1.7s infinite}
@keyframes scroll{50%{transform:translateY(12px);opacity:.2}}
.trust-strip{background:#06111f;color:#7990a4;border-top:1px solid rgba(255,255,255,.06)}
.trust-content{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:10px;font-weight:800;letter-spacing:.14em}
.trust-content i{width:4px;height:4px;background:#ffc400;border-radius:50%}
.section{padding:120px 0}
.light{background:linear-gradient(#fbfdff,#f5f9fc)}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}
.kicker{display:inline-block;color:#0b89d8;font-size:11px;font-weight:800;letter-spacing:.18em;margin-bottom:14px}
.section-head h2,.tech-copy h2,.portal-copy h2,.contact h2{
  margin:0;font-size:clamp(38px,4.5vw,62px);line-height:1.04;letter-spacing:-.045em;color:#0c2034;
}
.section-head p{color:var(--muted);font-size:17px}
.section-head.center{text-align:center;max-width:760px;margin:0 auto 55px}
.lead p{font-size:18px;line-height:1.8;color:#65758a;margin-top:0}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:72px}
.feature-card{
  min-height:300px;padding:30px;border-radius:24px;background:white;border:1px solid #e8eef4;
  box-shadow:0 18px 60px rgba(14,44,73,.07);position:relative;overflow:hidden;transition:.3s;
}
.feature-card:hover{transform:translateY(-8px);box-shadow:0 26px 70px rgba(14,44,73,.12)}
.feature-no{color:#b4c1cf;font-size:12px;font-weight:800}
.feature-card h3{font-size:23px;margin:72px 0 12px}
.feature-card p{color:#758599;line-height:1.7}
.feature-card .line{position:absolute;left:30px;right:30px;bottom:0;height:3px;background:linear-gradient(90deg,#0b8ddd,#ffc400);transform:scaleX(.25);transform-origin:left;transition:.3s}
.feature-card:hover .line{transform:scaleX(1)}
.dark{
  background:
    radial-gradient(circle at 10% 0,rgba(0,159,255,.13),transparent 28%),
    linear-gradient(180deg,#06111f,#081a2b);
  color:white;
}
.dark .section-head h2{color:#fff}.dark .section-head p{color:#9bb0c4}
.solutions-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:18px}
.solution{
  min-height:315px;border-radius:26px;padding:28px;position:relative;overflow:hidden;
  display:flex;flex-direction:column;justify-content:space-between;
  border:1px solid rgba(255,255,255,.09);background:#0b2137;isolation:isolate;
  transition:.35s;
}
.solution:hover{transform:translateY(-5px);border-color:rgba(24,200,255,.35)}
.solution.large{grid-row:span 2;min-height:648px}
.solution.wide{grid-column:1/-1;min-height:300px}
.solution-bg{position:absolute;inset:0;z-index:-1;opacity:.8}
.s1{background:radial-gradient(circle at 70% 30%,rgba(24,200,255,.25),transparent 25%),linear-gradient(135deg,transparent 20%,rgba(9,104,173,.16))}
.s2{background:radial-gradient(circle at 80% 20%,rgba(255,196,0,.18),transparent 26%)}
.s3{background:radial-gradient(circle at 30% 80%,rgba(24,200,255,.16),transparent 25%)}
.s4{background:linear-gradient(110deg,rgba(0,134,220,.14),transparent 60%),radial-gradient(circle at 80% 40%,rgba(255,196,0,.1),transparent 20%)}
.solution-icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.12);font-size:11px;color:#ffc400}
.solution span{font-size:10px;letter-spacing:.14em;color:#52cfff;font-weight:800}
.solution h3{font-size:32px;margin:10px 0;color:white;max-width:520px}
.solution p{color:#9bb0c3;line-height:1.7;max-width:560px}
.tech-section{background:white}
.tech-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:90px;align-items:center}
.tech-copy p{color:#667a8f;font-size:17px;line-height:1.8}
.tech-list{margin-top:34px;display:grid;gap:17px}
.tech-list div{display:flex;gap:14px;align-items:flex-start}
.tech-list span{width:27px;height:27px;flex:0 0 27px;border-radius:8px;display:grid;place-items:center;background:#eaf8ff;color:#087fd2;font-weight:900}
.tech-list p{margin:0;font-size:14px;line-height:1.5}
.dashboard{border-radius:28px;background:#071522;box-shadow:0 35px 90px rgba(5,26,45,.2);overflow:hidden;border:1px solid #dce5ec}
.dash-head{height:48px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;color:#7e95a9;font-size:10px;letter-spacing:.12em;border-bottom:1px solid rgba(255,255,255,.08)}
.dot{display:inline-block;width:7px;height:7px;border-radius:50%;margin-right:5px}.red{background:#ff6e69}.yellow{background:#ffd260}.green{background:#54d28d}
.dash-body{height:420px;position:relative;overflow:hidden;background:radial-gradient(circle at 50% 45%,#0b3150,#06131f 65%)}
.map-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(43,168,236,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(43,168,236,.08) 1px,transparent 1px);background-size:34px 34px}
.connections{position:absolute;inset:0;width:100%;height:100%;fill:none;stroke:rgba(22,193,255,.45);stroke-width:1.5;stroke-dasharray:6 5}
.node{position:absolute;width:12px;height:12px;border-radius:50%;background:#ffc400;box-shadow:0 0 20px #ffc400}
.n1{left:15%;top:65%}.n2{left:46%;top:28%}.n3{right:14%;top:48%}.n4{left:62%;bottom:16%}
.dash-panel{position:absolute;right:20px;bottom:20px;width:220px;padding:15px;border-radius:15px;background:rgba(8,29,46,.82);border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(12px)}
.dash-panel div{display:flex;justify-content:space-between;padding:9px 0;border-bottom:1px solid rgba(255,255,255,.06);font-size:11px}
.dash-panel div:last-child{border:0}.dash-panel span{color:#7890a5}.dash-panel strong{color:#63e9ae}
.projects{background:#f4f8fb}
.timeline{margin-top:65px;display:grid;grid-template-columns:repeat(5,1fr);gap:30px;position:relative}
.timeline-line{position:absolute;height:1px;background:#cbd7e2;left:6%;right:6%;top:25px}
.timeline-line span{display:block;width:68%;height:2px;background:linear-gradient(90deg,#0588db,#ffc400)}
.timeline-step{position:relative;padding-top:65px}
.timeline-step b{position:absolute;top:0;width:50px;height:50px;border-radius:50%;display:grid;place-items:center;background:white;border:1px solid #d9e3eb;color:#0d82cc;box-shadow:0 10px 25px rgba(14,50,80,.08);z-index:2}
.timeline-step h3{font-size:18px}.timeline-step p{font-size:14px;line-height:1.6;color:#76889a}
.portal{
  background:linear-gradient(135deg,#051422,#09223a);color:white;position:relative;overflow:hidden;
}
.portal:before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;right:-120px;top:-180px;background:radial-gradient(circle,rgba(0,184,255,.16),transparent 65%)}
.portal-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:center;position:relative}
.portal-copy h2{color:white}.portal-copy p{color:#9eb2c5;line-height:1.8;font-size:17px}
.portal-card{padding:30px;border-radius:26px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.13);backdrop-filter:blur(15px);box-shadow:0 25px 70px rgba(0,0,0,.18)}
.portal-head{display:flex;justify-content:space-between;gap:20px}
.portal-head small{font-size:9px;letter-spacing:.15em;color:#4dcaff}.portal-head h3{margin:6px 0 22px}
.secure{color:#63e6aa;font-size:9px;font-weight:800}
.portal label{font-size:11px;color:#9eb2c5;display:block;margin-bottom:8px}
.input-wrap{display:flex;gap:9px}
.input-wrap input{min-width:0;flex:1;height:54px;border-radius:13px;border:1px solid rgba(255,255,255,.12);outline:0;background:rgba(0,0,0,.16);color:white;padding:0 16px}
.input-wrap input:focus{border-color:#1bc9ff;box-shadow:0 0 0 4px rgba(27,201,255,.08)}
.input-wrap button{border:0;border-radius:13px;background:linear-gradient(135deg,#ffd33b,#ffb900);color:#07131f;font-weight:800;padding:0 20px;cursor:pointer}
.project-result{margin-top:22px;padding:18px;border-radius:18px;background:rgba(2,14,24,.32);border:1px solid rgba(255,255,255,.08);display:none}
.project-result.show{display:block;animation:appear .3s ease}
@keyframes appear{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.result-top{display:flex;justify-content:space-between}
.result-top small,.result-grid small{display:block;color:#708ba1;font-size:9px;letter-spacing:.1em;margin-bottom:4px}
.result-top span{font-size:9px;color:#ffc400;font-weight:800}
.progress{height:6px;margin:17px 0;background:rgba(255,255,255,.08);border-radius:10px;overflow:hidden}
.progress i{display:block;height:100%;border-radius:10px;background:linear-gradient(90deg,#0fc6ff,#ffd13a)}
.result-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.result-grid strong{font-size:12px}
.demo-note{font-size:10px;color:#6f8ba0;margin:12px 0 0}
.contact{background:#fff}
.contact-box{padding:54px;border-radius:30px;background:linear-gradient(135deg,#f0f8fd,#fff8d7);display:flex;align-items:center;justify-content:space-between;gap:40px;border:1px solid #e5edf3}
.contact h2{font-size:clamp(32px,4vw,48px);max-width:790px}
footer{background:#040e18;color:#8197aa;padding:70px 0 26px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:60px}
.footer-brand img{width:150px;height:125px;object-fit:contain;background:white;border-radius:24px;padding:8px}
.footer-brand p{max-width:390px;line-height:1.7}
.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;gap:11px;font-size:13px}
.footer-grid strong{color:white;margin-bottom:5px}
.footer-grid a:hover{color:#ffc400}
.footer-bottom{margin-top:55px;padding-top:22px;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;font-size:10px;letter-spacing:.08em}
.reveal{opacity:0;transform:translateY(25px);transition:opacity .75s ease,transform .75s ease}
.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.12s}.delay-2{transition-delay:.24s}
@media(max-width:980px){
  .nav,.btn-project{display:none}
  .menu-toggle{display:block;margin-left:auto;padding:10px}
  .menu-toggle span{display:block;width:24px;height:2px;background:white;margin:5px}
  .nav.open{display:flex;position:absolute;top:86px;left:20px;right:20px;padding:22px;flex-direction:column;background:#071826;border:1px solid rgba(255,255,255,.1);border-radius:18px}
  .hero{min-height:auto}.hero-grid{grid-template-columns:1fr;min-height:auto;padding:100px 0 80px}.hero-visual{height:590px}
  .two-col,.tech-grid,.portal-grid{grid-template-columns:1fr}
  .feature-grid{grid-template-columns:1fr}
  .solutions-grid{grid-template-columns:1fr}.solution.large{grid-row:auto;min-height:400px}.solution.wide{grid-column:auto}
  .timeline{grid-template-columns:1fr 1fr}.timeline-line{display:none}
  .contact-box{flex-direction:column;align-items:flex-start}
}
@media(max-width:640px){
  .container{width:min(100% - 28px,1180px)}
  .nav-wrap{height:78px}.brand img{width:74px;height:64px}.hero{padding-top:78px}
  .hero-grid{padding-top:65px;gap:20px}.hero h1{font-size:48px}.hero-copy>p{font-size:15px}
  .hero-actions{flex-direction:column;align-items:stretch}.hero-metrics{gap:16px;flex-wrap:wrap}.hero-metrics div{min-width:28%}
  .hero-visual{height:500px}.main-visual{width:100%}.radar{height:300px}.tech-ring{display:none}.floating-card{display:none}
  .trust-content{overflow:auto;justify-content:flex-start;white-space:nowrap}
  .section{padding:85px 0}.feature-grid{margin-top:45px}.section-head h2,.tech-copy h2,.portal-copy h2{font-size:39px}
  .solutions-grid{gap:12px}.solution,.solution.large,.solution.wide{min-height:310px}.solution h3{font-size:26px}
  .timeline{grid-template-columns:1fr}.timeline-step{padding-top:0;padding-left:64px;min-height:90px}.timeline-step b{left:0}
  .dashboard .dash-body{height:330px}.dash-panel{left:15px;right:15px;width:auto}
  .portal-card{padding:20px}.input-wrap{flex-direction:column}.input-wrap button{height:50px}.result-grid{grid-template-columns:1fr}
  .contact-box{padding:30px}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:10px}
}


/* Presença regional */
.presence{
  background:
    radial-gradient(circle at 15% 15%,rgba(9,137,216,.08),transparent 28%),
    radial-gradient(circle at 85% 70%,rgba(255,196,0,.07),transparent 26%),
    #ffffff;
}
.presence-grid{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:80px;
  align-items:center;
}
.presence-copy h2{
  margin:0;
  font-size:clamp(38px,4.4vw,58px);
  line-height:1.05;
  letter-spacing:-.045em;
  color:#0c2034;
}
.presence-copy p{
  color:#66798d;
  font-size:17px;
  line-height:1.8;
  max-width:560px;
}
.state-cards{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
.state-card{
  position:relative;
  overflow:hidden;
  min-height:330px;
  padding:28px;
  border-radius:26px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.96),rgba(247,251,255,.96));
  border:1px solid #e4edf4;
  box-shadow:0 24px 70px rgba(16,46,75,.09);
  transition:.35s;
}
.state-card:before{
  content:"";
  position:absolute;
  width:180px;
  height:180px;
  border-radius:50%;
  right:-50px;
  top:-60px;
  background:radial-gradient(circle,rgba(24,200,255,.17),transparent 68%);
}
.state-card:nth-child(2):before{
  background:radial-gradient(circle,rgba(255,196,0,.18),transparent 68%);
}
.state-card:hover{
  transform:translateY(-7px);
  box-shadow:0 30px 80px rgba(16,46,75,.14);
}
.state-top{
  display:flex;
  align-items:center;
  gap:12px;
}
.state-badge{
  width:48px;
  height:48px;
  border-radius:14px;
  display:grid;
  place-items:center;
  font-weight:900;
  color:white;
  background:linear-gradient(135deg,#0c87d9,#19c5ff);
  box-shadow:0 10px 26px rgba(12,135,217,.2);
}
.state-card:nth-child(2) .state-badge{
  color:#08131e;
  background:linear-gradient(135deg,#ffd742,#ffb700);
  box-shadow:0 10px 26px rgba(255,196,0,.2);
}
.state-top small{
  font-size:10px;
  font-weight:800;
  letter-spacing:.16em;
  color:#7b8fa3;
}
.state-card h3{
  font-size:25px;
  margin:42px 0 12px;
}
.state-card p{
  color:#718398;
  line-height:1.7;
  min-height:76px;
}
.state-contact{
  margin-top:18px;
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:center;
  padding:15px 16px;
  border-radius:15px;
  background:#071827;
  color:white;
  transition:.25s;
}
.state-contact:hover{
  transform:translateY(-2px);
  background:#0a2237;
}
.state-contact span{
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.12em;
  color:#6ee2b0;
}
.state-contact strong{
  font-size:13px;
}

.contact-sub{
  color:#687b8e;
  margin:14px 0 0;
}
.contact-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.light-ghost{
  color:#0d2235;
  border-color:#cad7e2;
  background:rgba(255,255,255,.64);
}
.btn-instagram{
  color:white;
  background:linear-gradient(135deg,#405de6,#833ab4,#e1306c,#f77737);
  box-shadow:0 14px 34px rgba(131,58,180,.18);
}

@media(max-width:980px){
  .presence-grid{grid-template-columns:1fr}
}
@media(max-width:640px){
  .state-cards{grid-template-columns:1fr}
  .contact-actions{width:100%;justify-content:stretch}
  .contact-actions .btn{width:100%}
}


/* Soluções detalhadas V3 */
.service-showcase{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}
.service-card{
  min-height:440px;
  padding:30px;
  border-radius:28px;
  position:relative;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  border:1px solid rgba(255,255,255,.1);
  background:
    radial-gradient(circle at 90% 0,rgba(23,183,255,.12),transparent 28%),
    linear-gradient(145deg,#0b2136,#091827);
  transition:.35s;
}
.service-card:hover{
  transform:translateY(-6px);
  border-color:rgba(32,195,255,.35);
  box-shadow:0 30px 80px rgba(0,0,0,.2);
}
.service-main{
  grid-column:1/-1;
  min-height:590px;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  align-items:end;
  gap:45px;
}
.service-number{
  position:absolute;
  top:28px;left:28px;
  width:48px;height:48px;border-radius:14px;
  display:grid;place-items:center;
  border:1px solid rgba(255,255,255,.13);
  color:#ffd129;font-size:11px;font-weight:800;
}
.service-content{position:relative;z-index:3}
.service-kicker{
  color:#43caff;
  font-size:10px;
  font-weight:800;
  letter-spacing:.16em;
}
.service-card h3{
  color:white;
  font-size:clamp(27px,3vw,39px);
  line-height:1.08;
  letter-spacing:-.035em;
  margin:12px 0 16px;
  max-width:660px;
}
.service-card p{
  color:#9eb4c8;
  font-size:15px;
  line-height:1.75;
  max-width:680px;
}
.service-tags{
  display:flex;flex-wrap:wrap;gap:8px;margin-top:24px;
}
.service-tags span,.mini-list span{
  padding:9px 11px;border-radius:10px;
  border:1px solid rgba(255,255,255,.09);
  background:rgba(255,255,255,.045);
  color:#c3d4e2;font-size:10px;
}
.mini-list{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  margin-top:24px;
}
.mini-list span:before{
  content:"•";color:#ffc400;margin-right:7px;
}
.service-icon-tech{
  position:absolute;
  right:30px;top:28px;
  width:54px;height:54px;border-radius:16px;
  display:grid;place-items:center;
  font-size:25px;color:#28c9ff;
  background:rgba(26,194,255,.07);
  border:1px solid rgba(26,194,255,.14);
}
.service-visual{
  height:360px;position:relative;
  border-radius:22px;overflow:hidden;
  border:1px solid rgba(255,255,255,.07);
  background:
    linear-gradient(rgba(22,174,236,.07) 1px,transparent 1px),
    linear-gradient(90deg,rgba(22,174,236,.07) 1px,transparent 1px),
    radial-gradient(circle,#103652,#071722 67%);
  background-size:32px 32px,32px 32px,auto;
}
.camera-visual{display:grid;place-items:center}
.camera-lens{
  width:190px;height:190px;border-radius:50%;
  border:1px solid rgba(45,201,255,.38);
  display:grid;place-items:center;
  box-shadow:0 0 80px rgba(21,184,255,.12),inset 0 0 50px rgba(21,184,255,.08);
  position:relative;
}
.camera-lens:before,.camera-lens:after{
  content:"";position:absolute;border-radius:50%;
  border:1px solid rgba(45,201,255,.2);
}
.camera-lens:before{inset:22px}
.camera-lens:after{inset:52px}
.camera-lens i{
  width:48px;height:48px;border-radius:50%;
  background:#0dc4ff;box-shadow:0 0 45px #0dc4ff;
}
.camera-lens b{
  position:absolute;width:260px;height:260px;border-radius:50%;
  border:1px dashed rgba(255,196,0,.18);
  animation:spin 14s linear infinite;
}
.scan-line{
  position:absolute;left:8%;right:8%;height:1px;
  background:linear-gradient(90deg,transparent,#28caff,transparent);
  box-shadow:0 0 16px #28caff;
  animation:scan 4s ease-in-out infinite;
}
@keyframes scan{0%,100%{top:18%;opacity:.2}50%{top:82%;opacity:1}}
.visual-label{
  position:absolute;right:16px;bottom:16px;
  padding:8px 10px;border-radius:9px;
  background:rgba(4,18,29,.75);
  color:#65e7b1;font-size:9px;font-weight:800;letter-spacing:.12em;
}
.service-project{
  grid-column:1/-1;
  min-height:330px;
  background:
    radial-gradient(circle at 85% 50%,rgba(255,196,0,.1),transparent 25%),
    linear-gradient(120deg,#0b2136,#081725);
}
.project-flow{
  display:flex;align-items:center;gap:10px;
  flex-wrap:wrap;margin-top:28px;
}
.project-flow span{
  padding:12px 14px;border-radius:12px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.09);
  color:#c7d7e5;font-size:11px;
}
.project-flow b{color:#ffc400;margin-right:5px}
.project-flow i{color:#3fcaff;font-style:normal}
.solutions-cta{
  margin-top:18px;padding:24px 28px;border-radius:22px;
  display:flex;justify-content:space-between;align-items:center;gap:30px;
  background:linear-gradient(90deg,rgba(12,134,211,.12),rgba(255,196,0,.07));
  border:1px solid rgba(255,255,255,.09);
}
.solutions-cta div{display:flex;flex-direction:column;gap:5px}
.solutions-cta span{color:#4dcbff;font-size:9px;font-weight:800;letter-spacing:.15em}
.solutions-cta strong{color:white;font-size:15px}
@media(max-width:980px){
  .service-main{grid-template-columns:1fr}
}
@media(max-width:700px){
  .service-showcase{grid-template-columns:1fr}
  .service-main,.service-project{grid-column:auto}
  .service-main{min-height:auto;padding-top:95px}
  .service-visual{height:280px}
  .service-card{min-height:400px}
  .mini-list{grid-template-columns:1fr}
  .solutions-cta{flex-direction:column;align-items:flex-start}
}


/* Versão V5 - conteúdo mais claro e comercial */
.service-detail-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:24px;
}
.detail-item{
  padding:14px 15px;
  border-radius:13px;
  border:1px solid rgba(255,255,255,.1);
  background:rgba(255,255,255,.045);
  min-height:86px;
}
.detail-item strong{
  display:block;
  color:#fff;
  font-size:12px;
  margin-bottom:6px;
}
.detail-item span{
  display:block;
  color:#93a9bc;
  font-size:10px;
  line-height:1.5;
}
@media(max-width:640px){
  .service-detail-grid{grid-template-columns:1fr}
}

/* V6 - Área do cliente direciona ao painel real */
.portal-benefits{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:28px;
}
.portal-benefits span{
  padding:12px 13px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.09);
  background:rgba(255,255,255,.04);
  color:#b7cad9;
  font-size:11px;
}
.portal-access{
  display:flex;
  flex-direction:column;
}
.portal-access-visual{
  margin:8px 0 22px;
  min-height:180px;
  border-radius:18px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  padding:25px;
  background:
    radial-gradient(circle at center,rgba(21,193,255,.13),transparent 55%),
    rgba(2,14,24,.25);
  border:1px solid rgba(255,255,255,.07);
}
.access-icon{
  width:54px;height:54px;border-radius:50%;
  display:grid;place-items:center;
  margin-bottom:14px;
  color:#07131f;font-size:24px;font-weight:800;
  background:linear-gradient(135deg,#ffd43b,#ffb900);
  box-shadow:0 12px 34px rgba(255,196,0,.18);
}
.portal-access-visual strong{font-size:18px;color:white}
.portal-access-visual p{
  max-width:380px;margin:8px auto 0;
  color:#8fa8bb;font-size:12px;line-height:1.6;
}
.portal-button{width:100%;min-height:56px;font-size:14px}
.portal-domain{
  display:block;text-align:center;
  color:#66839a;font-size:9px;letter-spacing:.08em;margin-top:11px;
}
@media(max-width:640px){
  .portal-benefits{grid-template-columns:1fr}
}


/* V7 - mapa tecnológico no hero */
.operations-map{
  background:
    linear-gradient(rgba(17,160,229,.055) 1px,transparent 1px),
    linear-gradient(90deg,rgba(17,160,229,.055) 1px,transparent 1px),
    radial-gradient(circle at 52% 45%,#0e3451 0%,#071722 67%);
  background-size:34px 34px,34px 34px,auto;
}
.map-title{
  position:absolute;top:15px;left:16px;
  font-size:9px;font-weight:800;letter-spacing:.16em;color:#7fa1b9;
}
.brazil-shape{
  position:absolute;
  width:230px;height:260px;
  left:50%;top:50%;
  transform:translate(-50%,-48%) rotate(-2deg);
  background:linear-gradient(145deg,rgba(18,160,220,.2),rgba(14,74,112,.24));
  border:1px solid rgba(50,200,255,.27);
  clip-path:polygon(37% 2%,59% 7%,66% 18%,80% 24%,91% 39%,86% 54%,73% 62%,67% 77%,54% 98%,44% 87%,35% 75%,25% 68%,19% 53%,7% 43%,15% 28%,26% 21%);
  filter:drop-shadow(0 0 30px rgba(26,192,255,.1));
}
.brazil-shape:before{
  content:"";
  position:absolute;inset:8px;
  background:linear-gradient(135deg,rgba(33,202,255,.06),transparent);
  clip-path:inherit;
}
.map-state{position:absolute;z-index:4}
.bahia{right:36px;top:113px}
.maranhao{right:58px;top:67px}
.map-pin{
  display:block;width:12px;height:12px;border-radius:50%;
  background:#ffd22d;box-shadow:0 0 0 7px rgba(255,210,45,.1),0 0 22px #ffd22d;
  animation:mapPulse 1.8s infinite;
}
@keyframes mapPulse{50%{box-shadow:0 0 0 12px rgba(255,210,45,0),0 0 28px #ffd22d}}
.map-tooltip{
  position:absolute;left:18px;top:-13px;
  min-width:88px;padding:7px 9px;border-radius:9px;
  background:rgba(5,20,32,.88);border:1px solid rgba(255,255,255,.1);
  backdrop-filter:blur(8px);
}
.map-tooltip b{display:block;color:white;font-size:8px;letter-spacing:.08em}
.map-tooltip small{color:#65d9ff;font-size:7px}
.map-lines{
  position:absolute;inset:0;
  background:
    radial-gradient(circle at 55% 43%,transparent 0 60px,rgba(38,191,255,.1) 61px 62px,transparent 63px 105px,rgba(38,191,255,.07) 106px 107px,transparent 108px);
}
.map-legend{
  position:absolute;left:16px;bottom:14px;display:flex;gap:12px;
  padding:8px 10px;border-radius:10px;background:rgba(4,17,28,.6);
  border:1px solid rgba(255,255,255,.07);
}
.map-legend span{font-size:8px;color:#93aabe;display:flex;align-items:center;gap:5px}
.map-legend i{width:6px;height:6px;border-radius:50%;background:#ffd22d;box-shadow:0 0 8px rgba(255,210,45,.7)}
.visual-footer div{position:relative}
.visual-footer small{display:block;color:#607c91;font-size:7px;margin-top:3px}
.visual-footer strong{font-size:16px}


/* V8 - Holographic Network Hero */
.holo-network{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 50%,rgba(16,132,198,.16),transparent 28%),
    radial-gradient(circle at 50% 50%,#0a2b45 0%,#06131f 68%);
}
.holo-grid{
  position:absolute;inset:0;
  background-image:
    linear-gradient(rgba(45,186,248,.055) 1px,transparent 1px),
    linear-gradient(90deg,rgba(45,186,248,.055) 1px,transparent 1px);
  background-size:28px 28px;
  mask-image:radial-gradient(circle at center,black 0 60%,transparent 88%);
}
.holo-title{
  position:absolute;top:16px;left:17px;
  font-size:9px;font-weight:800;letter-spacing:.16em;color:#7da1ba;
  z-index:5;
}
.holo-scan{
  position:absolute;left:-10%;right:-10%;height:1px;
  background:linear-gradient(90deg,transparent,rgba(45,210,255,.9),transparent);
  box-shadow:0 0 22px rgba(45,210,255,.75);
  animation:holoScan 4.8s ease-in-out infinite;
  z-index:2;
}
@keyframes holoScan{
  0%,100%{top:17%;opacity:.12}
  50%{top:82%;opacity:.8}
}
.holo-core{
  position:absolute;
  width:500px;height:330px;
  left:50%;top:50%;
  transform:translate(-50%,-48%);
}
.core-center{
  position:absolute;
  width:132px;height:132px;
  border-radius:50%;
  left:50%;top:50%;
  transform:translate(-50%,-50%);
  display:grid;place-items:center;
  background:rgba(255,255,255,.98);
  box-shadow:
    0 0 0 10px rgba(24,198,255,.035),
    0 0 55px rgba(24,198,255,.22);
  z-index:6;
}
.core-center img{width:112px;height:112px;object-fit:contain}
.core-ring{
  position:absolute;
  border-radius:50%;
  left:50%;top:50%;
  transform:translate(-50%,-50%);
  border:1px solid rgba(47,198,255,.16);
}
.ring-a{width:190px;height:190px;animation:orbitSpin 11s linear infinite}
.ring-b{
  width:280px;height:280px;
  border-style:dashed;
  border-color:rgba(255,210,50,.12);
  animation:orbitSpin 18s linear infinite reverse;
}
.ring-c{width:370px;height:370px;border-color:rgba(47,198,255,.08)}
@keyframes orbitSpin{to{transform:translate(-50%,-50%) rotate(360deg)}}
.state-node{
  position:absolute;
  display:flex;align-items:center;gap:10px;
  z-index:7;
}
.node-ba{right:16px;bottom:55px}
.node-ma{right:52px;top:48px}
.pulse-dot{
  width:14px;height:14px;border-radius:50%;
  background:#ffd22d;
  box-shadow:
    0 0 0 7px rgba(255,210,45,.08),
    0 0 24px rgba(255,210,45,.9);
  animation:statePulse 1.7s infinite;
}
@keyframes statePulse{
  50%{
    box-shadow:
      0 0 0 14px rgba(255,210,45,0),
      0 0 32px rgba(255,210,45,1);
  }
}
.node-label{
  min-width:110px;
  padding:9px 11px;
  border-radius:11px;
  background:rgba(5,19,31,.8);
  border:1px solid rgba(255,255,255,.09);
  backdrop-filter:blur(10px);
}
.node-label b{
  display:block;color:#fff;font-size:9px;letter-spacing:.1em;
}
.node-label small{
  color:#54d9ff;font-size:7px;
}
.network-svg{
  position:absolute;inset:0;
  width:100%;height:100%;
  z-index:3;
  overflow:visible;
}
.beam-path{
  fill:none;
  stroke:url(#beam);
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-dasharray:6 8;
  animation:beamFlow 2.8s linear infinite;
  filter:drop-shadow(0 0 6px rgba(28,199,255,.35));
}
.path-ma{animation-delay:.7s}
@keyframes beamFlow{to{stroke-dashoffset:-56}}
.signal-point{
  position:absolute;
  width:6px;height:6px;border-radius:50%;
  background:#22cfff;
  box-shadow:0 0 12px #22cfff;
  opacity:.8;
  animation:signalFloat 3.6s ease-in-out infinite;
}
.sp1{left:18%;top:25%}.sp2{left:23%;bottom:23%;animation-delay:.6s}
.sp3{right:22%;top:28%;animation-delay:1.1s}.sp4{right:18%;bottom:20%;animation-delay:1.7s}
@keyframes signalFloat{50%{transform:translateY(-8px);opacity:.35}}
.holo-status{
  position:absolute;
  left:16px;bottom:14px;
  display:flex;gap:9px;flex-wrap:wrap;
  z-index:8;
}
.holo-status span{
  padding:7px 9px;border-radius:9px;
  background:rgba(4,17,28,.62);
  border:1px solid rgba(255,255,255,.07);
  color:#91a8bb;font-size:8px;
}
.holo-status i{
  display:inline-block;width:6px;height:6px;border-radius:50%;
  background:#53e6aa;box-shadow:0 0 8px #53e6aa;margin-right:5px;
}
.visual-footer strong{white-space:nowrap}
@media(max-width:640px){
  .holo-core{transform:translate(-50%,-48%) scale(.82)}
  .node-label{min-width:90px}
}

.footer-bottom strong{color:#c6d7e5;font-weight:700}


/* Efeitos extras da versão PHP */
.hero .main-visual{
  transform-style:preserve-3d;
  transition:transform .18s ease-out, box-shadow .3s ease;
}
.hero .main-visual:hover{
  box-shadow:0 45px 120px rgba(0,0,0,.42),0 0 50px rgba(24,200,255,.06);
}
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{
    animation-duration:.001ms!important;
    animation-iteration-count:1!important;
    transition-duration:.001ms!important;
    scroll-behavior:auto!important;
  }
}
