:root{--green:#3dbe7a;--green-dark:#2da065;--green-light:#e8f8f0;--gray:#5c5e63;--gray-dark:#2d2f33;--gray-light:#8d9099;--white:#fff;--off-white:#f7f8fa;--border:#e4e6ea;--shadow:0 4px 24px #00000014;--shadow-lg:0 16px 48px #0000001f;--radius:12px;--radius-lg:20px;--font:"Inter", system-ui, -apple-system, sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--gray-dark);background:var(--white);-webkit-font-smoothing:antialiased;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}ul{list-style:none}button{cursor:pointer;font-family:var(--font);border:none;outline:none}.container{max-width:1160px;margin:0 auto;padding:0 24px}.section{padding:96px 0}.section--alt{background:var(--off-white)}.section-label{letter-spacing:2px;text-transform:uppercase;color:var(--green);margin-bottom:12px;font-size:13px;font-weight:600;display:block}.section-title{color:var(--gray-dark);margin-bottom:20px;font-size:clamp(28px,4vw,42px);font-weight:800;line-height:1.2}.section-subtitle{color:var(--gray-light);max-width:560px;font-size:17px;line-height:1.7}.btn{border-radius:8px;align-items:center;gap:8px;padding:14px 28px;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{background:var(--green);color:var(--white)}.btn-primary:hover{background:var(--green-dark);transform:translateY(-1px);box-shadow:0 8px 24px #3dbe7a59}.btn-outline{color:var(--green);border:2px solid var(--green);background:0 0}.btn-outline:hover{background:var(--green-light)}.header{z-index:100;padding:20px 0;transition:all .3s;position:fixed;top:0;left:0;right:0}.header--scrolled{background:var(--white);box-shadow:var(--shadow);padding:14px 0}.header__inner{justify-content:space-between;align-items:center;gap:32px;display:flex}.header__logo img{width:auto;height:44px}.header__nav{align-items:center;gap:8px;display:flex}.header__nav-link{color:var(--gray);border-radius:6px;padding:8px 14px;font-size:14px;font-weight:500;transition:color .2s,background .2s}.header__nav-link:hover{color:var(--gray-dark);background:var(--off-white)}.header__cta{margin-left:8px;padding:10px 20px;font-size:14px}.header__burger{background:0 0;flex-direction:column;gap:5px;padding:4px;display:none}.header__burger span{background:var(--gray-dark);border-radius:2px;width:24px;height:2px;transition:all .3s;display:block}.header__burger--open span:first-child{transform:translateY(7px)rotate(45deg)}.header__burger--open span:nth-child(2){opacity:0}.header__burger--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=768px){.header__burger{display:flex}.header__nav{background:var(--white);flex-direction:column;align-items:stretch;gap:4px;padding:16px 24px 24px;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 8px 24px #0000001a}.header__nav--open{display:flex}.header__nav-link{padding:12px 16px;font-size:15px}.header__cta{justify-content:center;margin-top:8px;margin-left:0}}.hero{align-items:center;min-height:100vh;padding:120px 0 80px;display:flex;position:relative;overflow:hidden}.hero__bg-grid{background-image:linear-gradient(#3dbe7a0f 1px,#0000 1px),linear-gradient(90deg,#3dbe7a0f 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 70% at 60%,#000 30%,#0000 100%);mask-image:radial-gradient(80% 70% at 60%,#000 30%,#0000 100%)}.hero__inner{grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid}.hero__badge{background:var(--green-light);color:var(--green-dark);letter-spacing:.5px;border-radius:100px;margin-bottom:24px;padding:6px 14px;font-size:13px;font-weight:600;display:inline-block}.hero__title{color:var(--gray-dark);margin-bottom:24px;font-size:clamp(32px,4.5vw,52px);font-weight:800;line-height:1.15}.hero__title--green{color:var(--green)}.hero__subtitle{color:var(--gray-light);max-width:480px;margin-bottom:40px;font-size:17px;line-height:1.75}.hero__actions{flex-wrap:wrap;gap:16px;display:flex}.hero__visual{height:480px;position:relative}.hero__card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);white-space:nowrap;align-items:center;gap:14px;padding:14px 18px;animation:4s ease-in-out infinite float;display:flex;position:absolute}.hero__card--1{animation-delay:0s;top:40px;right:0}.hero__card--2{animation-delay:1.3s;top:50%;right:-20px;transform:translateY(-50%)}.hero__card--3{animation-delay:.7s;bottom:60px;left:20px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.hero__card--2{animation:4s ease-in-out 1.3s infinite float2}@keyframes float2{0%,to{transform:translateY(-50%)}50%{transform:translateY(calc(-50% - 8px))}}.hero__card-icon{background:var(--off-white);width:40px;height:40px;color:var(--gray);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.hero__card-icon--green{background:var(--green-light);color:var(--green)}.hero__card-title{color:var(--gray-dark);font-size:13px;font-weight:600}.hero__card-sub{color:var(--gray-light);margin-top:2px;font-size:12px}.hero__mockup{border-radius:var(--radius);width:300px;box-shadow:var(--shadow-lg);background:#1e2030;position:absolute;top:50%;left:0;overflow:hidden;transform:translateY(-50%)}.hero__mockup-bar{background:#171923;gap:6px;padding:12px 16px;display:flex}.hero__mockup-bar span{background:#3a3f55;border-radius:50%;width:10px;height:10px}.hero__mockup-bar span:first-child{background:#ff5f57}.hero__mockup-bar span:nth-child(2){background:#ffbd2e}.hero__mockup-bar span:nth-child(3){background:#28c840}.hero__mockup-body{padding:20px;font-family:Courier New,monospace;font-size:13px;line-height:1.9}.hero__code-line{display:block}.hero__code-line.indent{padding-left:16px}.hero__code-line.indent2{padding-left:32px}.kw{color:#82aaff}.fn{color:#c3e88d}.mt{color:#82aaff}.st{color:#f78c6c}.vl{color:#c3e88d}@media (width<=960px){.hero__inner{grid-template-columns:1fr;gap:48px}.hero__visual{height:360px}.hero__mockup{width:260px;left:50%;transform:translate(-50%)translateY(-50%)}.hero__card--2{animation:4s ease-in-out 1.3s infinite float;right:0}}@media (width<=560px){.hero{padding:100px 0 64px}.hero__visual{display:none}}.services__header{margin-bottom:56px}.services__grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.service-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px 28px;transition:box-shadow .25s,transform .25s,border-color .25s}.service-card:hover{box-shadow:var(--shadow-lg);border-color:var(--green);transform:translateY(-4px)}.service-card__icon{background:var(--green-light);width:56px;height:56px;color:var(--green);border-radius:14px;justify-content:center;align-items:center;margin-bottom:20px;transition:background .25s;display:flex}.service-card:hover .service-card__icon{background:var(--green);color:var(--white)}.service-card__title{color:var(--gray-dark);margin-bottom:10px;font-size:17px;font-weight:700;line-height:1.3}.service-card__desc{color:var(--gray-light);font-size:14px;line-height:1.75}@media (width<=900px){.services__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.services__grid{grid-template-columns:1fr}.service-card{padding:24px 20px}}.process__header{margin-bottom:64px}.process__steps{flex-direction:column;gap:0;display:flex}.process__step{align-items:flex-start;gap:32px;display:flex}.process__step-left{flex-direction:column;flex-shrink:0;align-items:center;display:flex}.process__number{background:var(--green-light);width:56px;height:56px;color:var(--green);border:2px solid var(--green);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:15px;font-weight:800;display:flex}.process__line{background:linear-gradient(to bottom, var(--green), var(--border));flex:1;width:2px;min-height:48px;margin:4px 0}.process__step-content{padding-top:12px;padding-bottom:40px}.process__step-title{color:var(--gray-dark);margin-bottom:10px;font-size:18px;font-weight:700}.process__step-desc{color:var(--gray-light);max-width:580px;font-size:15px;line-height:1.75}@media (width<=560px){.process__step{gap:20px}.process__number{width:44px;height:44px;font-size:13px}.process__step-title{font-size:16px}}.about__inner{grid-template-columns:1fr 1fr;align-items:start;gap:80px;display:grid}.about__content{flex-direction:column;gap:0;display:flex}.about__text{color:var(--gray-light);margin-bottom:16px;font-size:16px;line-height:1.75}.about__text strong{color:var(--gray-dark);font-weight:600}.about__pillars{flex-direction:column;gap:20px;margin-top:36px;display:flex}.about__pillar{align-items:flex-start;gap:16px;display:flex}.about__pillar-icon{background:var(--green-light);width:40px;height:40px;color:var(--green);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.about__pillar-title{color:var(--gray-dark);margin-bottom:4px;font-size:14px;font-weight:700}.about__pillar-text{color:var(--gray-light);font-size:14px;line-height:1.6}.about__visual{flex-direction:column;gap:20px;display:flex;position:sticky;top:100px}.about__stat-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:32px}.about__stat-grid{grid-template-columns:1fr 1fr;gap:24px;display:grid}.about__stat--wide{border-top:1px solid var(--border);grid-column:1/-1;padding-top:20px}.about__stat-value{color:var(--gray-dark);margin-bottom:6px;font-size:36px;font-weight:800;line-height:1}.about__stat-value span{color:var(--green)}.about__stat-label{color:var(--gray-light);font-size:13px;line-height:1.4}.about__logo-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);justify-content:center;align-items:center;padding:32px;display:flex}.about__logo-card img{width:auto;max-height:72px}@media (width<=900px){.about__inner{grid-template-columns:1fr;gap:48px}.about__visual{position:static}}.contact__details{flex-wrap:wrap;gap:32px;margin-top:48px;display:flex}.contact__detail{align-items:flex-start;gap:16px;display:flex}.contact__detail-icon{background:var(--green-light);width:44px;height:44px;color:var(--green);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact__detail-label{text-transform:uppercase;letter-spacing:1px;color:var(--gray-light);margin-bottom:4px;font-size:12px;font-weight:600}.contact__detail-value{color:var(--gray-dark);font-size:15px;font-weight:500}a.contact__detail-value:hover{color:var(--green)}@media (width<=560px){.contact__details{flex-direction:column;gap:20px}}.footer{background:var(--gray-dark);color:var(--white)}.footer__inner{grid-template-columns:2fr 1fr 1fr;gap:48px;padding-top:64px;padding-bottom:48px;display:grid}.footer__logo{filter:brightness(0)invert();width:auto;height:48px;margin-bottom:16px}.footer__tagline{color:#ffffff8c;max-width:280px;margin-bottom:16px;font-size:14px;line-height:1.65}.footer__cnpj{color:#ffffff59;font-size:12px;line-height:1.6}.footer__nav-title{text-transform:uppercase;letter-spacing:1.5px;color:#fff6;margin-bottom:16px;font-size:12px;font-weight:700}.footer__nav ul{flex-direction:column;gap:10px;display:flex}.footer__nav a{color:#ffffffa6;font-size:14px;transition:color .2s}.footer__nav a:hover{color:var(--green)}.footer__email{color:#ffffffa6;font-size:14px;transition:color .2s;display:block}.footer__email:hover{color:var(--green)}.footer__bottom{color:#ffffff4d;border-top:1px solid #ffffff14;padding:20px 0;font-size:13px}@media (width<=768px){.footer__inner{grid-template-columns:1fr 1fr;gap:40px}.footer__brand{grid-column:1/-1}}@media (width<=480px){.footer__inner{grid-template-columns:1fr}}main{width:100%}
