/* InfoTEM — visual compartilhado, sem dependências de framework */
:root{--green:#b9f467;--green-dark:#3c681f;--green-soft:#eaf4de;--ink:#15251e;--muted:#626f66;--surface:#fff;--surface-alt:#f3f6ef;--line:#dfe5db;--dark:#101e18;--radius:22px;--shadow:0 24px 70px #10251a12;--shadow-soft:0 10px 30px #10251a0c}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:120px}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fbfcf9;line-height:1.65;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer;color:inherit}svg{width:24px;height:24px;flex-shrink:0}h1,h2,h3,h4{font-family:Manrope,Inter,Arial,sans-serif;line-height:1.15;letter-spacing:-.045em}h1,h2,h3,p{margin-top:0}h1 em,h2 em{font-style:normal;color:var(--green-dark)}p{color:var(--muted)}[hidden]{display:none!important}::selection{background:var(--green);color:var(--dark)}:focus-visible{outline:3px solid #5a971d;outline-offset:5px;border-radius:4px}.hero :focus-visible,.site-header :focus-visible,.footer :focus-visible{outline-color:var(--green)}
.container{width:min(1240px,calc(100% - 96px));margin-inline:auto}.section-pad{padding:104px 0}section[id]{scroll-margin-top:112px}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.skip-link{position:fixed;z-index:999;left:20px;top:12px;padding:12px 20px;background:var(--green);color:var(--dark);transform:translateY(-180%);font-weight:700}.skip-link:focus{transform:none}.scroll-progress{position:fixed;z-index:1000;top:0;left:0;height:3px;background:var(--green);width:0}.status-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px #b9f4670d;margin-right:8px}
/* Cabeçalho e navegação */
.site-header{position:sticky;z-index:100;top:0;color:#eef3ec;background:#101e18f5;backdrop-filter:blur(18px);border-bottom:1px solid #ffffff10}.topbar{border-bottom:1px solid #ffffff0e;font-size:10px;color:#adbdb0}.topbar-inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:24px}.topbar-actions,.topbar-phones{display:flex;gap:24px}.topbar a:hover{color:var(--green)}.topbar-actions a+a{padding-left:24px;border-left:1px solid #ffffff20}.topbar-socials{display:flex;gap:12px;align-items:center;margin-left:auto}.topbar-socials a{display:flex;align-items:center;gap:5px}.topbar-socials svg{width:12px;height:12px;fill:currentColor}.nav{min-height:87px;display:flex;align-items:center;justify-content:space-between;gap:24px;position:relative}.brand{display:inline-flex;align-items:center;flex-shrink:0}.brand img{width:154px;height:62px;object-fit:contain;object-position:left center}.brand-main img{width:130px;height:65px}.nav-links{display:flex;align-items:center;gap:30px;font-size:12px;font-weight:600}.nav-links>a{position:relative;padding-block:10px;white-space:nowrap}.nav-links>a:hover,.nav-links .nav-active{color:var(--green)}.nav-links .nav-active:after{content:'';position:absolute;bottom:1px;left:0;width:18px;height:2px;background:var(--green)}.nav-links .nav-cta{display:inline-flex;align-items:center;gap:20px;border:1px solid #ffffff35;border-radius:8px;padding:12px 18px}.nav-cta svg{width:17px;height:17px}.nav-cta:hover{background:#ffffff08;border-color:var(--green)}.menu-toggle{display:none;border:1px solid #ffffff30;background:transparent;width:46px;height:46px;border-radius:8px;padding:11px}.menu-toggle span{display:block;width:23px;height:2px;background:#fff;margin:5px 0;transition:transform .2s,opacity .2s}.menu-toggle[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.menu-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
/* Texto e ações */
.eyebrow,.section-kicker,.service-eyebrow{display:block;font-size:10px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--green-dark);margin-bottom:21px}.eyebrow .status-dot{vertical-align:middle}.section-heading{margin-bottom:44px;max-width:780px}.section-heading h2,.about-copy h2{font-size:clamp(32px,3.8vw,49px);font-weight:600;margin:0 0 20px;letter-spacing:-.055em}.section-heading p,.section-intro{font-size:15px;line-height:1.8;max-width:640px;margin-bottom:0}.section-heading.center{text-align:center;margin-inline:auto}.section-heading.center p{margin-inline:auto}.heading-split{max-width:none;display:flex;justify-content:space-between;gap:60px;align-items:flex-end}.heading-split>div{flex:1}.heading-split h2{margin-bottom:0}.heading-split>p{max-width:330px;font-size:14px;margin-bottom:6px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:14px;min-height:52px;padding:14px 23px;font-size:12px;font-weight:700;border-radius:8px;border:1px solid transparent;transition:background .2s,transform .2s;line-height:1.45}.btn svg{width:18px;height:18px}.btn-primary{background:var(--green);color:#15251e}.btn-primary:hover{background:#ccff89;transform:translateY(-2px)}.btn-secondary{background:transparent;border-color:var(--line);color:var(--ink)}.btn-secondary:hover{background:var(--green-soft)}.btn-dark{color:#fff;background:var(--dark)}.btn-dark:hover{background:#294235}.btn-arrow{margin-left:10px}.text-link{display:inline-flex;align-items:center;gap:12px;font-size:12px;font-weight:700}.text-link svg{width:17px;height:17px;transition:transform .2s}.text-link:hover svg{transform:translate(2px,-2px)}.text-link:hover{text-decoration:underline;text-underline-offset:4px}.hero-actions,.support-actions,.section-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.section-actions{margin-top:30px}.icon-box{display:inline-flex;width:49px;height:49px;align-items:center;justify-content:center;color:var(--green-dark);background:var(--green-soft);border-radius:12px;flex-shrink:0}.icon-box svg{width:25px;height:25px}.check-list,.service-list{list-style:none;padding:0;margin:25px 0;display:grid;gap:11px;font-size:13px;color:var(--muted)}.check-list li,.service-list li{padding-left:23px;position:relative}.check-list li:before,.service-list li:before{content:'';position:absolute;left:1px;top:.45em;width:9px;height:5px;border-left:1.7px solid var(--green-dark);border-bottom:1.7px solid var(--green-dark);transform:rotate(-45deg)}
/* Abertura */
.hero{position:relative;isolation:isolate;overflow:hidden;background:var(--dark);color:#f8faf5}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:60px}.home-hero .hero-grid{min-height:655px;padding-top:62px;padding-bottom:66px;gap:48px}.hero-copy{position:relative;z-index:2;min-width:0}.hero-copy .eyebrow{color:var(--green);font-size:9px}.hero-copy h1{font-size:clamp(43px,4.9vw,68px);font-weight:500;line-height:1.045;letter-spacing:-.06em;margin:0 0 24px}.hero-copy h1 em{color:var(--green)}.hero-description{font-size:14px;line-height:1.9;color:#b6c4ba;max-width:460px;margin:0 0 30px}.hero .btn-secondary{color:#fff;border-color:#ffffff30}.hero .btn-secondary:hover{background:#ffffff12}.hero .text-link{color:#e8eee7}.hero-proof{display:flex;gap:23px;flex-wrap:wrap;margin-top:32px;font-size:10px;color:#aebeb3}.hero-proof span{display:inline-flex;align-items:center;gap:7px}.hero-proof svg{width:14px;height:14px;color:var(--green)}.hero-grid-texture{position:absolute;z-index:-1;inset:0;background:radial-gradient(ellipse at 80% 45%,#40673930,transparent 47%),linear-gradient(90deg,#ffffff03 1px,transparent 1px),linear-gradient(#ffffff03 1px,transparent 1px);background-size:auto,70px 70px,70px 70px;mask-image:linear-gradient(90deg,transparent,#000)}.hero-bottom{border-top:1px solid #ffffff13;display:flex;justify-content:space-between;align-items:center;min-height:65px;font-size:9px;letter-spacing:.12em;color:#9dae9f}.hero-bottom>a{display:flex;gap:25px;align-items:center;font-size:10px;letter-spacing:0}.hero-bottom>a span{font-size:23px;color:var(--green)}.ambient{display:none}
/* Diagrama vetorial de soluções */
.ecosystem{position:relative;aspect-ratio:1.03;width:100%;max-width:580px;isolation:isolate}.orbit{position:absolute;border:1px solid #8dbb8728;border-radius:50%;left:50%;top:49%;transform:translate(-50%,-50%);z-index:-1}.orbit-outer{width:87%;aspect-ratio:1;border-style:dashed;animation:orbit-turn 90s linear infinite}.orbit-inner{width:59%;aspect-ratio:1;border-color:#b9f46730;box-shadow:0 0 70px #b9f46704}.orbit-axis{position:absolute;background:#95b99317;left:50%;top:49%;transform:translate(-50%,-50%);z-index:-1}.axis-x{height:1px;width:96%}.axis-y{height:94%;width:1px}.orbit-point{position:absolute;width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 17px #b9f46770}.point-one{left:23%;top:16%}.point-two{right:20%;bottom:19%;width:5px;height:5px}.ecosystem-center{position:absolute;left:50%;top:49%;transform:translate(-50%,-50%);width:157px;height:167px;background:linear-gradient(145deg,#caff85,#a6e850);border:1px solid #d8ffa5;border-radius:29px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--dark);box-shadow:0 0 0 12px #b9f46705,0 18px 50px #0004}.center-logo{width:calc(100% - 24px);max-width:130px;height:auto;margin-bottom:14px}.ecosystem-center>strong{font-size:13px;letter-spacing:-.03em}.ecosystem-center>span:last-child{font-size:9px;margin-top:3px;color:#385223}.ecosystem-node{position:absolute;display:flex;align-items:center;gap:12px;background:linear-gradient(130deg,#273b2f,#182c21);border:1px solid #829e7440;border-radius:13px;padding:15px 17px;box-shadow:0 15px 34px #0002;min-width:205px;animation:node-float 7s ease-in-out infinite}.ecosystem-node small{font-size:7px;letter-spacing:.16em;color:#93ab98;display:block;margin-bottom:3px}.ecosystem-node strong{font-size:11px;font-weight:500;white-space:nowrap;color:#eff6e9}.node-icon{display:flex;color:var(--green)}.node-icon svg{width:24px;height:24px}.node-indicator{width:4px;height:4px;border-radius:50%;background:#b9f467;margin-left:auto;align-self:flex-start;margin-top:5px}.node-equipment{left:1%;top:12%}.node-systems{right:0;top:29%;animation-delay:-2s}.node-support{left:0;bottom:21%;animation-delay:-3s}.node-network{right:5%;bottom:5%;animation-delay:-5s}.ecosystem-caption{position:absolute;bottom:-6%;left:0;width:100%;text-align:center;font-size:9px;color:#91aa98;letter-spacing:.02em}.ecosystem-caption>span{display:inline-block;width:25px;height:1px;background:#718f60;vertical-align:middle;margin-right:10px}@keyframes orbit-turn{to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes node-float{50%{transform:translateY(-7px)}}
/* Áreas do grupo */
.company-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.company-card{position:relative;border:1px solid #dde6d6;background:#edf3e6;border-radius:var(--radius);padding:34px 35px 22px;overflow:hidden}.company-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:27px}.company-card .icon-box{background:#dceacc}.card-number{font-size:9px;letter-spacing:.12em;color:#6a7a5d}.company-card h3{font-size:37px;font-weight:600;margin:0 0 17px}.company-card>p{font-size:13px;max-width:345px}.company-card .check-list{margin:23px 0 12px}.company-card-dark{background:var(--dark);border-color:var(--dark);color:#fff}.company-card-dark p,.company-card-dark .check-list{color:#b7c7bb}.company-card-dark .icon-box{color:var(--green);background:#b9f46714}.company-card-dark .card-number{color:#9ead9e}.company-card-dark .check-list li:before{border-color:var(--green)}.company-art{height:226px;margin:12px -4px 6px;position:relative;overflow:hidden;border-radius:13px}.hardware-art{background:radial-gradient(ellipse at 50% 65%,#20372626,transparent 70%)}.hardware-art img{width:100%;height:100%;object-fit:contain;object-position:center 54%;mix-blend-mode:multiply}.software-art{background:#f6f8f3;display:flex;flex-direction:column;justify-content:center;transform:perspective(1000px) rotateY(-4deg);margin-top:26px;height:212px}.software-art img{width:100%;padding:10px 12px 16px;object-fit:contain;min-height:0}.mini-window-bar{display:flex;align-items:center;gap:4px;padding:12px;background:#e5ebe1;border-bottom:1px solid #d2dbcb;color:#486237;font-size:8px}.mini-window-bar i{width:5px;height:5px;background:#a6b49a;border-radius:50%}.mini-window-bar span{margin-left:auto}.card-link{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:23px 0 16px;border-top:1px solid #192c191a;font-size:12px;font-weight:700}.card-link>span{width:35px;height:35px;display:grid;place-items:center;border-radius:50%;background:var(--green);transition:transform .2s}.card-link svg{width:17px;height:17px;color:var(--dark)}.card-link:hover>span{transform:rotate(45deg)}.company-card-dark .card-link{border-color:#ffffff20}.legal-name{font-size:7px;letter-spacing:.09em;color:#637055}.company-card-dark .legal-name{color:#9aaa96}
/* Institucional */
.about{background:var(--surface-alt)}.about-grid,.media-copy-grid{display:grid;grid-template-columns:1fr 1fr;gap:85px;align-items:center}.about-image{position:relative;padding-bottom:34px}.image-frame{border-radius:18px;overflow:hidden;background:#dae1d4}.image-frame img{width:100%;height:420px;object-fit:cover;object-position:35% center}.experience-tag{position:absolute;right:-24px;bottom:0;background:var(--green);color:var(--dark);padding:24px 32px;border-radius:12px;box-shadow:var(--shadow)}.experience-tag strong{font-size:24px;display:block;letter-spacing:-.04em}.experience-tag strong span{font-size:16px;font-weight:500}.experience-tag>span{font-size:10px}.about-copy p,.wide-copy p{font-size:14px;line-height:1.9}.about-copy h2{margin-bottom:25px}.about-copy h3{font-size:20px;margin-top:27px;font-weight:600}.lead-copy{font-size:17px!important;line-height:1.75!important;color:#344b3c;font-weight:500}.about-copy .text-link{margin-top:15px}.client-strip{padding:45px 0 38px;border-bottom:1px solid var(--line);background:#fff}.client-strip-heading{display:flex;align-items:center;justify-content:space-between;gap:24px}.client-strip-heading .eyebrow{color:#6b7866;font-size:9px;margin:0}.home-clients{display:grid;grid-template-columns:repeat(5,1fr);align-items:center;margin-top:30px;gap:45px}.home-clients>div{display:grid;place-items:center}.home-clients img{width:100px;height:72px;object-fit:contain;filter:grayscale(1);opacity:.7;transition:filter .3s,opacity .3s}.home-clients img:hover{filter:none;opacity:1}
/* Downloads */
.download-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.download-card{display:flex;flex-direction:column;justify-content:space-between;border:1px solid var(--line);border-radius:14px;min-height:217px;padding:23px 20px;background:#fff;transition:transform .25s,border-color .25s}.download-card:hover{transform:translateY(-5px);border-color:#8fb167}.download-top{display:flex;align-items:center;justify-content:space-between}.download-top .icon-box{width:35px;height:35px;border-radius:8px;background:#f0f5eb}.download-top svg{width:18px;height:18px}.download-arrow{font-size:19px;color:#859179}.download-card h3{font-size:17px;margin:24px 0 8px;letter-spacing:-.03em}.download-card p{font-size:10px;line-height:1.6;margin:0 0 20px}.download-label{font-size:9px;font-weight:700;color:var(--green-dark)}.support-note{display:flex;align-items:center;gap:12px;border-top:1px solid var(--line);padding-top:22px;margin-top:30px;color:#627359}.support-note svg{width:19px;height:19px}.support-note p{margin:0;font-size:11px}.support-note a{font-weight:600;color:var(--green-dark)}.support-note a:hover{text-decoration:underline}
/* Contatos e formulários */
.contact{background:var(--surface-alt)}.home-contact{background:#eaf1e3}.home-contact-grid,.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:24px}.contact-card,.contact-form-card{background:#fff;border:1px solid #dfe7d8;border-radius:16px;padding:35px;min-width:0}.contact-card h2,.contact-card h3,.contact-form-card h2,.contact-form-card h3{font-size:25px;margin:0 0 17px;font-weight:600}.contact-card .eyebrow{font-size:8px;margin-bottom:13px}.contact-card p{font-size:12px;line-height:1.9}.contact-card .btn{margin-top:15px;gap:10px;font-size:11px}.contact-phone{font-family:Manrope,Inter,sans-serif;font-size:24px;letter-spacing:-.04em;font-weight:600;display:block;width:fit-content;margin:8px 0;color:var(--ink)}.contact-caption{display:block;font-size:9px;color:var(--muted);margin:7px 0 0 2px}.contact-card-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;border-top:1px solid var(--line);margin-top:25px;padding-top:20px}.contact-card-bottom p{font-size:10px;margin:0}.contact-card-bottom .text-link{font-size:10px}.contact-card a:hover{text-decoration:underline;text-underline-offset:3px}.contact-card.dark{background:var(--dark);color:#fff;border-color:var(--dark)}.contact-card.dark p{color:#bbc7bc}.contact-email{display:block;color:var(--green);font-size:14px;overflow-wrap:anywhere}.contact-card-stack,.contact-columns{display:grid;gap:18px}.mail-form{display:grid;gap:9px;margin-top:25px}.mail-form label{font-size:12px;font-weight:600;margin-top:5px}.mail-form input,.mail-form textarea{width:100%;border:1px solid var(--line);border-radius:7px;background:#fafcf8;padding:12px;font-size:14px;color:var(--ink)}.mail-form textarea{resize:vertical;min-height:125px}.mail-form .btn{margin-top:10px}.form-note{font-size:10px;line-height:1.7;margin:8px 0 0}.form-status{font-size:12px;color:var(--green-dark);padding:12px 0;margin:0}.social-actions{display:flex;gap:18px;flex-wrap:wrap;font-size:12px}
/* Rodapé e erro */
.footer{padding:42px 0 25px;background:#0d1913;color:#aebfb0}.footer-top{display:flex;align-items:center;gap:70px;padding-bottom:35px}.footer-top p{font-size:13px;margin:0;color:#d7e1d4;line-height:1.65}.footer-socials{margin-left:auto;display:flex;gap:26px;font-size:11px}.footer a:hover{color:var(--green)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:20px;border-top:1px solid #ffffff12;font-size:9px}.footer-inner{display:grid;grid-template-columns:200px 1fr auto;align-items:center;gap:30px;font-size:10px}.footer-inner img{width:143px;height:62px;object-fit:contain}.footer-inner>a:last-child{display:grid;place-items:center;border:1px solid #b9f46750;border-radius:50%;width:42px;height:42px;font-size:24px;color:var(--green)}.error-page{min-height:100vh;display:grid;place-items:center;padding:25px;background:radial-gradient(ellipse at 65% 30%,#35502d55,transparent 50%),var(--dark);color:#fff}.error-shell{max-width:650px;text-align:center}.error-shell .brand{margin:0 auto 38px}.error-code{font-family:Manrope,sans-serif;font-size:clamp(100px,20vw,180px);line-height:1;color:var(--green);letter-spacing:-.08em}.error-shell h1{font-size:40px;font-weight:500;margin:25px 0 20px}.error-shell p{font-size:14px;color:#b9c9b6;margin-bottom:30px}.js-motion .reveal{opacity:0;transform:translateY(18px);transition:opacity .6s,transform .6s}.js-motion .reveal.visible{opacity:1;transform:none}
/* Tablet */
@media(min-width:1440px){.home-hero .hero-copy h1{font-size:72px}.home-hero .hero-grid{min-height:690px}}
@media(max-width:1100px){.container{width:calc(100% - 64px)}.nav-links{gap:20px;font-size:11px}.home-hero .hero-grid{gap:20px}.hero-copy h1{font-size:56px}.ecosystem-node{min-width:175px;padding:13px 12px;gap:9px}.ecosystem-node strong{font-size:10px}.ecosystem-center{width:135px;height:145px}.center-mark{font-size:48px}.node-systems{right:-2%}.node-support{left:-2%}.company-card{padding:28px}.company-card h3{font-size:32px}.about-grid,.media-copy-grid{gap:50px}.download-grid{gap:10px}.download-card{padding:18px 15px}.download-card h3{font-size:15px}.hero-proof{gap:15px}.hero-actions{gap:17px}.home-hero .hero-description{font-size:13px}.hero-actions .text-link{font-size:11px}}
@media(max-width:920px){.container{width:calc(100% - 48px)}.section-pad{padding:76px 0}.topbar-inner{min-height:30px;font-size:9px}.topbar-inner>span{max-width:70%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.topbar-socials span,.topbar-phones{display:none}.topbar-actions>a:first-child{display:none}.topbar-actions a+a{border:0;padding:0}.nav{min-height:78px}.brand-main img{height:59px;width:119px}.brand img{height:59px}.js-nav .menu-toggle{display:block}.js-nav .nav-links{position:absolute;top:100%;left:-24px;right:-24px;padding:20px 24px 27px;background:#15271e;border-bottom:1px solid #ffffff20;box-shadow:0 20px 30px #0003;display:none;flex-direction:column;align-items:stretch;gap:0;max-height:calc(100dvh - 110px);overflow:auto;font-size:14px}.js-nav .nav-links.open{display:flex}.nav-links>a{padding:12px}.nav-links .nav-cta{margin-top:10px;justify-content:space-between}.nav-links .nav-active:after{display:none}.nav-links{gap:9px;flex-wrap:wrap;justify-content:flex-end;font-size:10px}.hero-grid{grid-template-columns:1fr;gap:40px}.home-hero .hero-grid{padding-top:55px;padding-bottom:55px;grid-template-columns:1.1fr .9fr;gap:5px;min-height:570px}.home-hero .hero-copy h1{font-size:48px}.home-hero .eyebrow{font-size:8px;letter-spacing:.1em}.home-hero .hero-description{font-size:12px;max-width:330px}.home-hero .hero-actions{gap:17px}.home-hero .hero-actions .btn{font-size:11px;padding:13px 16px}.home-hero .hero-proof{font-size:8px;gap:10px}.ecosystem-node{min-width:147px;padding:12px 10px;border-radius:9px;gap:8px}.ecosystem-node small{font-size:5px}.ecosystem-node strong{font-size:8px}.node-icon svg{width:18px;height:18px}.node-indicator{display:none}.ecosystem-center{width:105px;height:117px;border-radius:20px}.ecosystem-center>strong{font-size:10px}.ecosystem-center>span:last-child{font-size:7px}.center-logo{margin-bottom:9px}.node-equipment{top:0;left:-7%}.node-systems{right:-3%;top:27%}.node-support{left:-6%;bottom:19%}.node-network{right:0;bottom:-6%}.ecosystem-caption{bottom:-19%;font-size:7px}.hero-bottom{font-size:7px}.heading-split{gap:35px}.heading-split>p{max-width:250px;font-size:12px}.company-card{padding:25px}.company-card h3{font-size:29px}.company-card>p,.company-card .check-list{font-size:11px}.company-art{height:182px}.software-art{height:168px}.card-link{font-size:10px}.about-grid,.media-copy-grid{grid-template-columns:1fr;gap:45px}.about-image{max-width:650px}.experience-tag{right:20px}.image-frame img{height:390px}.about-copy{max-width:720px}.download-grid{grid-template-columns:repeat(3,1fr)}.download-card{min-height:190px}.home-clients{gap:25px}.contact-card,.contact-form-card{padding:26px}.contact-card .btn{font-size:10px;padding:12px;gap:8px}.contact-card .btn svg{width:15px}.contact-card h3{font-size:23px}.contact-card-bottom{flex-direction:column;align-items:flex-start;gap:16px}.footer-top{gap:40px}.footer-socials{flex-direction:column;gap:6px}}
/* Celular */
@media(max-width:640px){.container{width:calc(100% - 40px)}.section-pad{padding:62px 0}.topbar-inner{font-size:8px;gap:12px}.topbar-inner>span{max-width:60%}.topbar-socials{gap:9px}.topbar-actions{gap:0}.nav{min-height:74px}.brand img{width:135px;height:54px}.brand-main img{width:108px;height:54px}.nav-links{max-width:70%;gap:0;font-size:9px}.nav-links>a{padding:5px}.nav-links .nav-cta{padding:6px}.js-nav .nav-links{max-width:none;left:-20px;right:-20px;padding:20px}.js-nav .nav-links>a{padding:13px}.hero-grid,.home-hero .hero-grid{grid-template-columns:1fr;gap:45px}.home-hero .hero-grid{padding-top:43px;padding-bottom:65px}.home-hero .hero-copy h1{font-size:clamp(45px,12vw,66px);line-height:1.06}.home-hero .hero-copy .eyebrow{font-size:8px;margin-bottom:25px}.home-hero .hero-description{font-size:13px;max-width:450px;line-height:1.8;margin-bottom:27px}.home-hero .hero-actions{gap:20px}.home-hero .hero-actions .btn{font-size:11px;min-height:49px}.home-hero .hero-proof{font-size:9px;gap:18px;margin-top:25px}.ecosystem{width:100%;max-width:390px;margin:0 auto;aspect-ratio:1.05}.ecosystem-center{width:125px;height:133px;border-radius:22px}.ecosystem-center>strong{font-size:11px}.ecosystem-center>span:last-child{font-size:8px}.ecosystem-node{min-width:157px;padding:12px 11px;gap:9px}.ecosystem-node strong{font-size:9px}.ecosystem-node small{font-size:6px}.node-icon svg{width:19px;height:19px}.node-equipment{left:0;top:5%}.node-systems{right:0;top:28%}.node-support{left:0;bottom:20%}.node-network{right:0;bottom:0}.ecosystem-caption{bottom:-10%;font-size:8px}.hero-bottom{min-height:58px;font-size:6px;letter-spacing:.08em}.hero-bottom>a{font-size:9px;gap:10px}.heading-split{display:block}.heading-split>p{max-width:100%;font-size:13px;margin-top:20px}.section-heading{margin-bottom:30px}.section-heading h2,.about-copy h2{font-size:36px;line-height:1.13}.eyebrow{font-size:8px;margin-bottom:17px}.company-grid,.home-contact-grid,.contact-layout{grid-template-columns:1fr}.company-card{padding:28px 26px 20px}.company-card h3{font-size:35px}.company-card>p,.company-card .check-list{font-size:12px}.company-art{height:220px}.software-art{height:206px}.card-link{font-size:11px}.card-number{font-size:8px}.image-frame img{height:300px;object-position:32% center}.experience-tag{padding:20px;right:10px}.experience-tag strong{font-size:21px}.experience-tag strong span{font-size:14px}.experience-tag>span{font-size:9px}.about-grid,.media-copy-grid{gap:35px}.about-copy p{font-size:13px}.lead-copy{font-size:16px!important}.client-strip{padding:35px 0}.client-strip-heading{gap:18px;align-items:flex-start}.client-strip-heading .eyebrow{max-width:190px;line-height:1.8;font-size:7px}.client-strip-heading .text-link{font-size:10px;white-space:nowrap}.home-clients{gap:15px;grid-template-columns:repeat(5,1fr);margin-top:25px}.home-clients img{height:45px}.download-grid{grid-template-columns:repeat(2,1fr);gap:12px}.download-card{padding:19px 16px;min-height:196px}.download-card:last-child{grid-column:span 2;min-height:135px;display:grid;grid-template-columns:1fr 2fr;align-items:center;column-gap:20px}.download-card:last-child .download-top{justify-content:flex-start;gap:20px}.download-card:last-child h3{margin-top:0}.download-card:last-child p{margin-bottom:0}.download-card:last-child .download-label{grid-column:2;margin-top:10px}.support-note{align-items:flex-start}.support-note p{font-size:10px}.support-note a{display:block;margin-top:4px}.contact-card,.contact-form-card{padding:27px 23px}.contact-card h3{font-size:25px}.contact-card .btn{font-size:11px;padding:14px 18px}.contact-card-bottom{flex-direction:row;align-items:flex-end;gap:20px}.contact-caption{font-size:10px}.footer{padding-top:34px}.footer-top{flex-wrap:wrap;gap:26px;padding-bottom:27px}.footer-top p{font-size:11px}.footer-socials{width:100%;margin:0;flex-direction:row;gap:26px;font-size:10px}.footer-bottom{flex-wrap:wrap;font-size:8px;gap:12px}.footer-bottom>span:nth-child(2){order:3;width:100%}.footer-inner{grid-template-columns:1fr auto;gap:20px}.footer-inner>span{grid-row:2;grid-column:1/-1;font-size:9px}.footer-inner>a:last-child{grid-column:2;grid-row:1}.error-shell h1{font-size:33px}}
@media(max-width:360px){.container{width:calc(100% - 32px)}.topbar-inner>span{max-width:55%}.home-hero .hero-copy h1{font-size:43px}.home-hero .hero-proof{gap:10px;font-size:8px}.ecosystem-node{min-width:140px;padding:10px 8px;gap:7px}.ecosystem-node strong{font-size:8px}.ecosystem-center{width:110px;height:121px}.hero-bottom>span{max-width:150px;font-size:6px}.company-card{padding:25px 21px 18px}.company-card h3{font-size:31px}.company-art{height:180px}.software-art{height:166px}.company-card .card-link{font-size:10px}.contact-card .btn{padding:13px 12px;font-size:10px}.contact-card-bottom{flex-direction:column;align-items:flex-start}.support-actions .btn{max-width:100%;overflow-wrap:anywhere;font-size:10px}.nav-links{font-size:8px}.hero-actions .btn{max-width:100%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.js-motion .reveal{opacity:1!important;transform:none!important}}

/* Ajustes finais: navegação ativa e diagrama sem sobreposição no celular. */
.nav-links>a[aria-current="page"]{color:var(--green)}
@media(max-width:640px){
  .node-equipment,.node-systems{top:2%}
  .node-support,.node-network{bottom:0}
  .node-equipment,.node-support{left:0}
  .node-systems,.node-network{right:0}
  .ecosystem-center{top:50%}
}
