@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=DM+Sans:wght@400;500;600;700&display=swap";
:root{--primary:#1e4d8c;--primary-light:#2a6ab5;--primary-dark:#143a6b;--primary-darker:#0e2a4e;--green:#5ba543;--green-light:#6ebf52;--green-dark:#4a8e36;--green-darker:#3a7429;--bg:#fafbfc;--bg-alt:#f0f2f5;--bg-dark:#0e2a4e;--white:#fff;--black:#000;--text:#1a1d26;--text-light:#5a6175;--text-lighter:#8b92a5;--border:#00000014;--font-body:"DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-heading:"Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-2xl:32px;--shadow-sm:0 1px 3px #0000000f;--shadow-md:0 4px 12px #00000014;--shadow-lg:0 8px 30px #0000001a;--shadow-xl:0 20px 60px #0000001f;--shadow-green:0 4px 15px #5ba54359;--shadow-primary:0 4px 15px #1e4d8c4d;--transition:.3s cubic-bezier(.4, 0, .2, 1);--max-width:1280px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);color:var(--text);background:var(--bg);font-size:16px;line-height:1.7;overflow-x:hidden}h1,h2,h3,h4,h5{font-family:var(--font-heading);color:var(--primary-dark);letter-spacing:-.02em;font-weight:700;line-height:1.25}h1{font-size:clamp(2.2rem,5vw,3.5rem);font-weight:800}h2{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:700}h3{font-size:clamp(1.1rem,2.5vw,1.4rem);font-weight:600}a{color:inherit;transition:var(--transition);text-decoration:none}img{max-width:100%;display:block}ul,ol{list-style:none}button{cursor:pointer;font-family:var(--font-body);border:none;outline:none}input,textarea,select{font-family:var(--font-body)}.container{max-width:var(--max-width);width:100%;margin:0 auto;padding:0 24px}.section{padding:100px 0}.section-alt{background:var(--bg-alt)}.section-dark{background:linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-darker) 100%);color:var(--white)}.section-green{background:linear-gradient(135deg, var(--green) 0%, var(--green-dark) 100%);color:var(--white)}.section-badge{color:var(--green-dark);text-transform:uppercase;letter-spacing:2px;background:#5ba5431a;border-radius:50px;margin-bottom:16px;padding:6px 18px;font-size:.8rem;font-weight:700;display:inline-block}.section-title{margin-bottom:16px}.section-subtitle{color:var(--text-light);max-width:620px;font-size:1.05rem;line-height:1.7}.section-header{text-align:center;margin-bottom:60px}.section-header .section-subtitle{margin:0 auto}.btn{border-radius:var(--radius-sm);transition:var(--transition);letter-spacing:.2px;font-size:.92rem;font-weight:600;font-family:var(--font-heading);align-items:center;gap:8px;padding:14px 32px;display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--green) 0%, var(--green-dark) 100%);color:var(--white);box-shadow:var(--shadow-green)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 25px #5ba54380}.btn-secondary{color:var(--white);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1f;border:2px solid #ffffff4d}.btn-secondary:hover{border-color:var(--white);background:#fff3}.btn-outline{color:var(--primary);border:2px solid var(--primary);background:0 0}.btn-outline:hover{background:var(--primary);color:var(--white)}.btn-white{background:var(--white);color:var(--primary);box-shadow:var(--shadow-md);font-weight:700}.btn-white:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.glass-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:var(--radius-lg);transition:var(--transition);box-shadow:var(--shadow-sm);background:#ffffffd9;border:1px solid #ffffffb3;padding:36px}.glass-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.page-hero{background:linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 60%, var(--green-dark) 100%);color:var(--white);padding:160px 0 80px;position:relative;overflow:hidden}.page-hero:before{content:"";background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.page-hero h1{color:var(--white);margin-bottom:12px}.page-hero .breadcrumb{opacity:.7;align-items:center;gap:8px;margin-bottom:16px;font-size:.9rem;display:flex}.page-hero .breadcrumb a:hover{opacity:1;color:var(--green-light)}.grid-2{grid-template-columns:repeat(2,1fr);gap:30px;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:30px;display:grid}@media (max-width:1024px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.section{padding:70px 0}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.container{padding:0 16px}.section-header{margin-bottom:40px}}.whatsapp-float{width:60px;height:60px;color:var(--white);z-index:9999;transition:var(--transition);background:#25d366;border-radius:50%;justify-content:center;align-items:center;animation:2s infinite pulse-whatsapp;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 4px 20px #25d36666}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 6px 30px #25d36699}@keyframes pulse-whatsapp{0%,to{box-shadow:0 4px 20px #25d36666}50%{box-shadow:0 4px 30px #25d366b3}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--primary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--primary-light)}.img-cover{object-fit:cover;width:100%;height:100%}.img-rounded{border-radius:var(--radius-lg)}.img-shadow{box-shadow:var(--shadow-lg)}
.Navbar-module__cJzEcG__nav{z-index:1000;transition:var(--transition);background:0 0;padding:12px 0;position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__nav.Navbar-module__cJzEcG__scrolled{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff7;padding:8px 0;box-shadow:0 4px 30px #00000014}.Navbar-module__cJzEcG__inner{justify-content:space-between;align-items:center;display:flex}.Navbar-module__cJzEcG__logo{z-index:10;align-items:center;display:flex}.Navbar-module__cJzEcG__logoImg{width:auto;height:50px}.Navbar-module__cJzEcG__links{align-items:center;gap:32px;display:flex}.Navbar-module__cJzEcG__link{color:#ffffffd9;font-size:.9rem;font-weight:600;font-family:var(--font-heading);padding:4px 0;position:relative}.Navbar-module__cJzEcG__nav.Navbar-module__cJzEcG__scrolled .Navbar-module__cJzEcG__link{color:var(--text)}.Navbar-module__cJzEcG__link:after{content:"";background:var(--green);width:0;height:2px;transition:var(--transition);position:absolute;bottom:-2px;left:0}.Navbar-module__cJzEcG__link:hover{color:var(--white)}.Navbar-module__cJzEcG__nav.Navbar-module__cJzEcG__scrolled .Navbar-module__cJzEcG__link:hover{color:var(--primary)}.Navbar-module__cJzEcG__link:hover:after,.Navbar-module__cJzEcG__link.Navbar-module__cJzEcG__active:after{width:100%}.Navbar-module__cJzEcG__link.Navbar-module__cJzEcG__active{color:var(--white)}.Navbar-module__cJzEcG__nav.Navbar-module__cJzEcG__scrolled .Navbar-module__cJzEcG__link.Navbar-module__cJzEcG__active{color:var(--primary)}.Navbar-module__cJzEcG__ctaDesktop{padding:10px 22px;font-size:.85rem}.Navbar-module__cJzEcG__ctaMobile{display:none}.Navbar-module__cJzEcG__hamburger{color:var(--white);z-index:10;background:0 0;display:none}.Navbar-module__cJzEcG__nav.Navbar-module__cJzEcG__scrolled .Navbar-module__cJzEcG__hamburger{color:var(--primary)}@media (max-width:1024px){.Navbar-module__cJzEcG__links{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);opacity:0;pointer-events:none;transition:var(--transition);background:#0e2a4efa;flex-direction:column;justify-content:center;gap:28px;position:fixed;inset:0}.Navbar-module__cJzEcG__links.Navbar-module__cJzEcG__open{opacity:1;pointer-events:all}.Navbar-module__cJzEcG__link{font-size:1.2rem;color:#ffffffd9!important}.Navbar-module__cJzEcG__link:hover{color:var(--white)!important}.Navbar-module__cJzEcG__ctaDesktop{display:none}.Navbar-module__cJzEcG__ctaMobile{margin-top:12px;display:inline-flex}.Navbar-module__cJzEcG__hamburger{display:block}}
.Footer-module__S6Hkya__footer{background:linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-darker) 100%);color:#fffc}.Footer-module__S6Hkya__top{grid-template-columns:1.5fr 1fr 1fr 1.3fr;gap:40px;padding:80px 24px 50px;display:grid}.Footer-module__S6Hkya__brand{align-items:center;gap:12px;margin-bottom:16px;display:flex}.Footer-module__S6Hkya__logoIcon{background:linear-gradient(135deg, var(--green), var(--green-dark));width:44px;height:44px;font-family:var(--font-heading);color:var(--white);border-radius:10px;justify-content:center;align-items:center;font-size:1rem;font-weight:800;display:flex}.Footer-module__S6Hkya__brandName{font-family:var(--font-heading);color:var(--white);font-size:1.15rem;font-weight:700}.Footer-module__S6Hkya__brandTag{opacity:.6;font-size:.72rem}.Footer-module__S6Hkya__about{opacity:.7;margin-bottom:20px;font-size:.9rem;line-height:1.7}.Footer-module__S6Hkya__socials{gap:10px;display:flex}.Footer-module__S6Hkya__social{width:38px;height:38px;transition:var(--transition);color:#ffffffb3;background:#ffffff14;border-radius:50%;justify-content:center;align-items:center;display:flex}.Footer-module__S6Hkya__social:hover{background:var(--green);color:var(--white)}.Footer-module__S6Hkya__colTitle{font-family:var(--font-heading);color:var(--white);margin-bottom:20px;padding-bottom:12px;font-size:1.1rem;font-weight:600;position:relative}.Footer-module__S6Hkya__colTitle:after{content:"";background:var(--green);width:35px;height:2px;position:absolute;bottom:0;left:0}.Footer-module__S6Hkya__colLink{opacity:.7;transition:var(--transition);padding:5px 0;font-size:.88rem;display:block}.Footer-module__S6Hkya__colLink:hover{opacity:1;color:var(--green-light);padding-left:6px}.Footer-module__S6Hkya__contactItem{opacity:.7;align-items:flex-start;gap:10px;margin-bottom:14px;font-size:.88rem;display:flex}.Footer-module__S6Hkya__contactItem svg{color:var(--green);flex-shrink:0;margin-top:3px}.Footer-module__S6Hkya__contactItem a:hover{color:var(--green-light)}.Footer-module__S6Hkya__bottom{text-align:center;opacity:.5;border-top:1px solid #ffffff14;padding:20px 0;font-size:.82rem}@media (max-width:1024px){.Footer-module__S6Hkya__top{grid-template-columns:1fr 1fr}}@media (max-width:640px){.Footer-module__S6Hkya__top{grid-template-columns:1fr;gap:32px;padding:50px 16px 30px}}
