:root{--green-dark:#143d3d;--green-mid:#1d6363;--green-accent:#3aabab;--green-light:#82d0d0;--green-pale:#d0eded;--cream:#f3f8f8;--gold:#f59820;--text-dark:#122828;--text-mid:#2d5353;--text-muted:#6a9898;--white:#fff;--shadow:0 4px 24px rgba(20,61,61,0.1);--shadow-lg:0 12px 40px rgba(20,61,61,0.18);--radius:18px}*,:after,:before{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Poppins,sans-serif;background:var(--cream);color:var(--text-dark);overflow-x:hidden}img{max-width:100%;display:block}a{text-decoration:none}ul{list-style:none}#navbar{position:fixed;top:0;left:0;right:0;z-index:200;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 2.5rem;transition:all .35s ease}#navbar.scrolled{background:rgba(20,61,61,.96);backdrop-filter:blur(12px);padding:.85rem 2.5rem;box-shadow:0 2px 20px rgba(0,0,0,.25)}.nav-logo{display:flex;align-items:center}.nav-logo img{height:46px;width:auto;filter:brightness(0) invert(1);transition:opacity .3s}.nav-logo img:hover{opacity:.85}.nav-links{display:flex;gap:2.25rem;align-items:center}.nav-links a{color:hsla(0,0%,100%,.88);font-size:.88rem;font-weight:500;transition:color .25s}.nav-links a:hover{color:var(--gold)}.nav-cta{background:var(--gold)!important;color:var(--green-dark)!important;padding:.5rem 1.3rem;border-radius:50px;font-weight:700!important;transition:all .25s!important}.nav-cta:hover{background:var(--white)!important;transform:translateY(-2px)}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:4px;outline:none}.hamburger span{width:26px;height:2px;background:#fff;border-radius:2px;transition:.3s;display:block}#mobileMenu{display:none;position:fixed;inset:0;background:var(--green-dark);z-index:300;flex-direction:column;align-items:center;justify-content:center;gap:2.5rem}#mobileMenu.open{display:flex}#mobileMenu a{color:var(--white);font-size:1.6rem;font-weight:700}#mobileMenu a:hover{color:var(--gold)}#menuClose{position:absolute;top:1.5rem;right:2rem;background:none;border:none;color:#fff;font-size:1.8rem;cursor:pointer;line-height:1}.hero{min-height:100vh;background:linear-gradient(140deg,var(--green-dark),#1a5555 55%,var(--green-mid));display:flex;align-items:center;justify-content:center;text-align:center;position:relative;overflow:hidden;padding:8rem 2rem 5rem}.hero-blob{position:absolute;border-radius:50%;background:hsla(0,0%,100%,.06);animation:floatBlob 8s ease-in-out infinite}.hero-blob-1{width:520px;height:520px;top:-160px;right:-140px;animation-delay:0s}.hero-blob-2{width:360px;height:360px;bottom:-130px;left:-90px;animation-delay:-3s}.hero-blob-3{width:180px;height:180px;top:35%;left:8%;animation-delay:-5s}@keyframes floatBlob{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-18px) scale(1.04)}}.hero-content{position:relative;z-index:1;max-width:780px}.hero-badge{display:inline-block;margin-bottom:1.6rem;animation:fadeInDown .7s ease both}.hero-badge img{height:150px;width:auto;filter:brightness(0) invert(1);display:block}.hero h1{font-size:clamp(2.4rem,6vw,4.2rem);font-weight:800;color:var(--white);line-height:1.12;margin-bottom:1.4rem;animation:fadeInUp .7s ease .15s both}.hero h1 span{color:var(--gold)}.hero p{font-size:clamp(.95rem,2vw,1.1rem);color:hsla(0,0%,100%,.82);max-width:560px;margin:0 auto 2.5rem;line-height:1.85;animation:fadeInUp .7s ease .3s both}.hero-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;animation:fadeInUp .7s ease .45s both}.btn-gold{background:var(--gold);color:var(--green-dark);border:none;padding:.95rem 2.1rem;border-radius:50px;font-weight:700;font-size:.97rem;cursor:pointer;display:inline-flex;align-items:center;gap:.55rem;transition:all .3s;font-family:Poppins,sans-serif}.btn-gold:hover{transform:translateY(-3px);box-shadow:0 8px 28px rgba(245,152,32,.45)}.btn-ghost{background:transparent;color:var(--white);border:2px solid hsla(0,0%,100%,.45);padding:.95rem 2.1rem;border-radius:50px;font-weight:600;font-size:.97rem;cursor:pointer;transition:all .3s;font-family:Poppins,sans-serif}.btn-ghost:hover{border-color:var(--white);background:hsla(0,0%,100%,.1);transform:translateY(-3px)}.stats-bar{background:var(--white);padding:2.25rem 2.5rem;display:flex;justify-content:center;gap:0;flex-wrap:wrap;box-shadow:var(--shadow)}.stat{text-align:center;padding:1rem 2.5rem;border-right:1px solid var(--green-pale);flex:1;min-width:200px}.stat:last-child{border-right:none}.stat-icon{font-size:1.9rem;line-height:1;margin-bottom:.55rem}.stat-title{font-size:.97rem;font-weight:700;color:var(--text-dark);line-height:1.3;margin-bottom:.2rem}.stat-lbl{font-size:.78rem;color:var(--text-muted);font-weight:400;line-height:1.4}section{padding:5.5rem 2rem}.container{max-width:1120px;margin:0 auto}.tag{display:inline-block;color:var(--green-accent);font-weight:600;font-size:.78rem;letter-spacing:2.5px;text-transform:uppercase;margin-bottom:.6rem}.section-title{font-size:clamp(1.75rem,4vw,2.6rem);font-weight:800;color:var(--text-dark);line-height:1.2;margin-bottom:1rem}.section-title span{color:var(--green-mid)}.section-desc{color:var(--text-mid);font-size:.97rem;line-height:1.85;max-width:540px}.about{background:var(--cream)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4.5rem;align-items:center}.about-card-main,.about-visual{position:relative}.about-card-main{background:var(--green-dark);border-radius:var(--radius);padding:2.75rem 2.25rem;color:#fff;overflow:hidden}.about-card-main:after{content:"";position:absolute;top:-60px;right:-60px;width:220px;height:220px;background:hsla(0,0%,100%,.05);border-radius:50%}.about-card-emoji{font-size:3rem;margin-bottom:1rem}.about-card-main h3{font-size:1.2rem;font-weight:700;margin-bottom:.65rem}.about-card-main p{font-size:.9rem;opacity:.82;line-height:1.75}.about-card-float{background:var(--gold);border-radius:14px;padding:1.3rem 1.5rem;position:absolute;bottom:-22px;right:-22px;box-shadow:var(--shadow-lg)}.about-card-float strong{font-size:1.55rem;font-weight:800;color:var(--green-dark);display:block}.about-card-float span{font-size:.8rem;font-weight:600;color:var(--green-dark)}.about-text p{color:var(--text-mid);line-height:1.85;margin-bottom:1.25rem;font-size:.97rem}.feature-list{display:flex;flex-direction:column;gap:.65rem;margin-top:1.25rem}.feature-item{display:flex;align-items:center;gap:.75rem;font-size:.93rem;font-weight:500;color:var(--text-dark)}.feature-dot{width:8px;height:8px;background:var(--green-accent);border-radius:50%;flex-shrink:0}.services{background:var(--green-pale)}.services-header{text-align:center;margin-bottom:3.5rem}.services-header .section-desc{margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.service-card{background:var(--white);border-radius:var(--radius);padding:2rem 1.75rem;border:2px solid transparent;position:relative;overflow:hidden;transition:all .3s}.service-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:var(--green-accent);transition:width .35s}.service-card:hover{transform:translateY(-7px);box-shadow:var(--shadow-lg);border-color:var(--green-light)}.service-card:hover:before{width:100%;opacity:.06}.service-icon{font-size:2.4rem;margin-bottom:1.1rem;display:block}.service-card h3{font-size:1rem;font-weight:700;margin-bottom:.6rem;color:var(--text-dark)}.service-card p{font-size:.87rem;color:var(--text-mid);line-height:1.75}.areas{background:var(--cream)}.areas-header{text-align:center;margin-bottom:3rem}.areas-header .section-desc{margin:0 auto}.areas-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.area-card{background:var(--white);border-radius:16px;padding:1.5rem 1.25rem;text-align:center;border:2px solid transparent;transition:transform .3s,box-shadow .3s,border-color .3s}.area-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:var(--green-accent)}.area-emoji{font-size:2.2rem;display:block;margin-bottom:.65rem}.area-card h4{font-size:.88rem;font-weight:700;color:var(--text-dark);line-height:1.35}.mission{background:var(--green-dark);color:var(--white)}.mission-grid{display:grid;grid-template-columns:1fr 1fr;gap:4.5rem;align-items:center}.mission .tag{color:var(--green-light)}.mission .section-title{color:var(--white)}.mission .section-title span{color:var(--gold)}.mission .section-desc{color:hsla(0,0%,100%,.78);max-width:100%;margin-bottom:1.25rem}.values-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}.value-card{background:hsla(0,0%,100%,.07);border:1px solid hsla(0,0%,100%,.1);border-radius:16px;padding:1.5rem;transition:all .3s}.value-card:hover{background:hsla(0,0%,100%,.13);transform:translateY(-3px)}.value-card .v-icon{font-size:1.7rem;margin-bottom:.65rem;display:block}.value-card h4{font-size:.92rem;font-weight:700;margin-bottom:.3rem}.value-card p{font-size:.8rem;opacity:.68;line-height:1.55}.diferenciais{background:var(--white)}.diferenciais-header{text-align:center;margin-bottom:3rem}.diferenciais-header .section-desc{margin:0 auto}.dif-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(185px,1fr));gap:1.25rem}.dif-card{background:var(--cream);border-radius:var(--radius);padding:1.75rem 1.25rem;text-align:center;border:2px solid transparent;transition:all .3s}.dif-card:hover{border-color:var(--green-accent);transform:translateY(-5px);box-shadow:var(--shadow)}.dif-icon{font-size:2rem;margin-bottom:.75rem;display:block}.dif-card h4{font-size:.92rem;font-weight:700;color:var(--text-dark);margin-bottom:.35rem}.dif-card p{font-size:.8rem;color:var(--text-mid);line-height:1.55}.impacto{background:var(--green-pale)}.impacto-grid{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:start}.result-list{display:flex;flex-direction:column;gap:.9rem}.result-item{display:flex;align-items:flex-start;gap:.9rem}.result-check{width:26px;height:26px;background:var(--green-mid);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.15rem}.result-item p{font-size:.95rem;color:var(--text-dark);font-weight:500;line-height:1.6}.insta-card{display:block;border-radius:var(--radius);overflow:hidden;text-decoration:none;position:relative;box-shadow:var(--shadow-lg);height:100%;min-height:320px}.insta-card-bg{position:absolute;inset:0;background:linear-gradient(135deg,#833ab4,#fd1d1d 50%,#fcb045);transition:filter .4s}.insta-card:hover .insta-card-bg{filter:brightness(1.12)}.insta-card-content{position:relative;z-index:1;flex-direction:column;text-align:center;height:100%;min-height:320px;padding:2.5rem 2rem;gap:1rem}.insta-card-content,.insta-icon-wrap{display:flex;align-items:center;justify-content:center}.insta-icon-wrap{width:70px;height:70px;border-radius:50%;background:hsla(0,0%,100%,.18);backdrop-filter:blur(4px)}.insta-handle{color:#fff;font-size:1.4rem;font-weight:800;letter-spacing:.5px}.insta-desc{color:hsla(0,0%,100%,.85);font-size:.93rem;line-height:1.6}.insta-btn{display:inline-flex;align-items:center;gap:.5rem;background:hsla(0,0%,100%,.2);color:#fff;border:1.5px solid hsla(0,0%,100%,.5);padding:.55rem 1.4rem;border-radius:50px;font-size:.88rem;font-weight:600;backdrop-filter:blur(4px);transition:all .3s;margin-top:.5rem}.insta-card:hover .insta-btn{background:hsla(0,0%,100%,.35)}.ej-section{background:var(--white)}.ej-grid{display:grid;grid-template-columns:1fr 1fr;gap:4.5rem;align-items:center}.ej-badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--green-pale);color:var(--green-mid);padding:.45rem 1.1rem;border-radius:50px;font-size:.8rem;font-weight:700;margin-bottom:1.25rem}.ej-text p{color:var(--text-mid);line-height:1.85;margin-bottom:1rem;font-size:.97rem}.ej-cards{flex-direction:column}.ej-card,.ej-cards{display:flex;gap:.9rem}.ej-card{background:var(--cream);border-radius:14px;padding:1.15rem 1.4rem;align-items:flex-start;border-left:3px solid var(--green-accent)}.ej-card-icon{font-size:1.5rem;flex-shrink:0;line-height:1.3}.ej-card-text strong{display:block;font-size:.88rem;font-weight:700;color:var(--text-dark);margin-bottom:.15rem}.ej-card-text span{font-size:.8rem;color:var(--text-mid);line-height:1.5}.compromissos{background:var(--green-dark)}.comp-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.comp-label{color:var(--green-light);font-weight:600;font-size:.78rem;letter-spacing:2.5px;text-transform:uppercase;margin-bottom:.6rem;display:block}.comp-title{font-size:clamp(1.75rem,3.5vw,2.4rem);font-weight:800;color:var(--white);line-height:1.25;margin-bottom:1.25rem}.comp-title span{color:var(--gold)}.comp-desc{color:hsla(0,0%,100%,.7);font-size:.95rem;line-height:1.85}.comp-list{display:flex;flex-direction:column;gap:.85rem}.comp-item{display:flex;align-items:flex-start;gap:1rem;background:hsla(0,0%,100%,.06);border-radius:14px;padding:1.1rem 1.4rem;border:1px solid hsla(0,0%,100%,.08)}.comp-check{width:28px;height:28px;border-radius:50%;flex-shrink:0;margin-top:.05rem;background:var(--gold);display:flex;align-items:center;justify-content:center}.comp-check svg{width:14px;height:14px}.comp-item-text strong{display:block;font-size:.93rem;font-weight:700;color:var(--white);margin-bottom:.15rem}.comp-item-text span{font-size:.82rem;color:hsla(0,0%,100%,.6);line-height:1.5}.contact{background:var(--cream)}.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:4.5rem;align-items:start}.contact-info p{color:var(--text-mid);line-height:1.85;margin-bottom:2rem;font-size:.97rem}.contact-details{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.c-detail{display:flex;align-items:flex-start;gap:.9rem}.c-icon{width:42px;height:42px;background:var(--green-pale);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.05rem;flex-shrink:0}.c-text strong{display:block;font-size:.83rem;font-weight:600;color:var(--text-dark)}.c-text span{font-size:.83rem;color:var(--text-mid);line-height:1.55}.social-row{display:flex;gap:.65rem}.soc-btn{width:42px;height:42px;background:var(--green-pale);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.05rem;color:var(--green-mid);transition:all .3s;border:none;cursor:pointer}.soc-btn:hover{background:var(--green-mid);color:var(--white);transform:translateY(-3px)}.form-wrap{background:var(--white);border-radius:24px;padding:2.5rem;box-shadow:var(--shadow)}.form-wrap h3{font-size:1.25rem;font-weight:700;margin-bottom:.35rem}.form-wrap>p{font-size:.87rem;color:var(--text-mid);margin-bottom:1.75rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{margin-bottom:1.1rem}.form-group label{display:block;font-size:.82rem;font-weight:600;color:var(--text-dark);margin-bottom:.35rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.82rem 1rem;border:2px solid #deeae0;border-radius:12px;font-family:Poppins,sans-serif;font-size:.88rem;color:var(--text-dark);background:var(--cream);outline:none;transition:all .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--green-accent);background:var(--white);box-shadow:0 0 0 4px rgba(58,171,171,.12)}.form-group textarea{resize:vertical;min-height:96px}.btn-whatsapp{width:100%;background:#25d366;color:#fff;border:none;padding:1.05rem;border-radius:14px;font-family:Poppins,sans-serif;font-size:.97rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.7rem;transition:all .3s;margin-top:.35rem}.btn-whatsapp:hover{background:#1eb856;transform:translateY(-2px);box-shadow:0 8px 24px rgba(37,171,171,.35)}.wa-icon{width:21px;height:21px;flex-shrink:0}.form-note{font-size:.76rem;color:var(--text-muted);text-align:center;margin-top:.85rem}footer{background:var(--green-dark);color:hsla(0,0%,100%,.6);text-align:center;padding:2.5rem 2rem}.footer-logo{margin-bottom:.35rem}.footer-logo img{height:56px;width:auto;filter:brightness(0) invert(1);display:block;margin:0 auto}footer p{font-size:.82rem;line-height:1.7}footer a{color:var(--green-light)}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-22px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.reveal{opacity:0;transform:translateY(28px)}.reveal.visible{animation:fadeInUp .7s ease forwards}@media (max-width:900px){.about-grid,.comp-grid,.contact-grid,.ej-grid,.impacto-grid,.mission-grid{grid-template-columns:1fr;gap:2rem}.about-visual{display:none}.areas-grid{grid-template-columns:repeat(2,1fr)}.values-grid{grid-template-columns:1fr 1fr}.contact-grid{gap:2rem}}@media (max-width:768px){#navbar{padding:.9rem 1.25rem}#navbar.scrolled{padding:.7rem 1.25rem}.nav-links{display:none}.hamburger{display:flex}section{padding:3.5rem 1.25rem}.stats-bar{padding:1rem;gap:0;display:grid;grid-template-columns:1fr 1fr}.stat{border-right:none;border-bottom:1px solid var(--green-pale);min-width:0;padding:.9rem 1rem}.stat:nth-child(odd){border-right:1px solid var(--green-pale)}.stat:last-child,.stat:nth-last-child(2):nth-child(odd){border-bottom:none}.hero{padding:6rem 1.25rem 4rem}.hero-badge img{height:110px}.services-grid{grid-template-columns:1fr}.dif-grid{grid-template-columns:1fr 1fr}.form-row{grid-template-columns:1fr}.form-wrap{padding:1.75rem 1.25rem}.insta-card,.insta-card-content{min-height:260px}#mobileMenu a{cursor:pointer}}@media (max-width:480px){section{padding:2.75rem 1rem}.hero{padding:5.5rem 1rem 3.5rem}.hero-badge img{height:90px}.hero h1{font-size:clamp(1.9rem,8vw,2.8rem)}.hero-btns{flex-direction:column;align-items:stretch;gap:.75rem}.btn-ghost,.btn-gold{width:100%;justify-content:center;font-size:.93rem;padding:.9rem 1.5rem}.values-grid{grid-template-columns:1fr}.dif-grid{grid-template-columns:1fr 1fr;gap:.75rem}.dif-card{padding:1.25rem .9rem}.areas-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.area-card{padding:1.1rem .8rem}.form-wrap{padding:1.25rem 1rem}.stats-bar{grid-template-columns:1fr 1fr}.stat{padding:.75rem}.ej-badge{font-size:.72rem;padding:.4rem .9rem}.contact-grid{gap:1.5rem}}