body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}*,body,html{margin:0;padding:0}body,html{height:100%;overflow-x:hidden;width:100%}body{color:#333;font-family:Arial,sans-serif;line-height:1.6}.app{background:linear-gradient(135deg,#e6f0ea,#d4e4d9);min-height:100vh;overflow-x:hidden;position:relative}.app:before{animation:energyFlow 20s linear infinite;background:radial-gradient(circle,#4a7c5933 2px,#0000 0);background-size:40px 40px;content:"";height:100%;left:0;opacity:.3;position:absolute;top:0;width:100%;z-index:-1}@keyframes energyFlow{0%{background-position:0 0}to{background-position:40px 40px}}.app:after{animation:waveFlow 15s linear infinite;background:linear-gradient(90deg,#0000,#4a7c591a,#0000);content:"";height:100%;left:0;opacity:.5;position:absolute;top:0;width:100%;z-index:-1}@keyframes waveFlow{0%{background-position:0 0}to{background-position:200% 0}}.random-shape{animation:floatAcross linear infinite;background:#4a7c594d;opacity:0;pointer-events:none;position:absolute;z-index:-1}.random-shape.circle{border-radius:50%}.random-shape.triangle{background:#0000;border-bottom:17.32px solid #4a7c594d;border-left:10px solid #0000;border-right:10px solid #0000;height:0;width:0}@keyframes floatAcross{0%{opacity:0;transform:translateX(-100vw) translateY(0)}10%{opacity:.5}90%{opacity:.5}to{opacity:0;transform:translateX(100vw) translateY(0)}}.container{margin:0 auto;max-width:1200px;padding:0 20px}.container,.header-wrapper{position:relative}.header{background:#1a3c34;box-shadow:0 2px 5px #0000001a;color:#fff;left:0;padding:1rem 0;position:fixed;top:0;width:100%;z-index:1000}.header-placeholder{height:5rem}.header .container{align-items:center;display:flex;justify-content:space-between}.logo{display:block;height:100px;width:auto}.hamburger{background:none;border:none;cursor:pointer;display:none;padding:.5rem}.hamburger-line{background:#fff;display:block;height:3px;margin:5px 0;transition:all .3s ease;width:25px}.nav{align-items:center;display:flex}.nav a{color:#fff;font-size:1rem;margin-left:1.5rem;text-decoration:none;transition:color .3s ease}.nav a:hover{color:#f4d35e}.hero{background:#4a7c59;color:#fff;padding:4rem 0;text-align:center}.hero h2{font-size:2.5rem;margin-bottom:.5rem;margin-top:2rem}.hero-subtitle{font-size:1.5rem;font-weight:300;letter-spacing:2px;margin-bottom:1rem;text-transform:uppercase}.hero p{font-size:1.2rem;margin-bottom:1.5rem}.section{padding:4rem 0}.section h2{color:#1a3c34;font-size:2rem;margin-bottom:2rem;text-align:center}.about p{margin:0 auto;max-width:800px;text-align:center}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:900px}.service-card{align-items:center;background:#f8f9fa;border-radius:8px;display:flex;flex-direction:column;padding:1.5rem;text-align:center}.service-gif{height:80px;margin-bottom:1rem;object-fit:contain;width:80px}.service-card h3{color:#4a7c59;margin-bottom:1rem}.clients-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,minmax(200px,1fr));margin:0 auto;max-width:600px}.client-logo{align-items:center;background:#e9ecef;border-radius:8px;display:flex;justify-content:center;min-height:120px;padding:1.5rem}.client-logo-img{height:auto;max-height:80px;max-width:100%;object-fit:contain;width:auto}.partners-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1000px}.partner-card{background:#f8f9fa;border-radius:8px;cursor:pointer;overflow:hidden;padding:1.5rem;position:relative;text-align:center;transition:transform .3s ease}.partner-card:hover{transform:scale(1.02)}.partner-card:before{background:radial-gradient(circle at center,#4a7c5933 0,#0000 70%);content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transform:scale(0);transition:opacity .5s ease,transform .5s ease;width:100%;z-index:0}.partner-card:hover:before{animation:pulseGlow 2s infinite;opacity:1;transform:scale(1.5)}@keyframes pulseGlow{0%{opacity:1;transform:scale(1.5)}50%{opacity:.5;transform:scale(1.7)}to{opacity:1;transform:scale(1.5)}}.partner-card>*{position:relative;z-index:1}.partner-photo{border-radius:50%;display:block;height:150px;margin:0 auto 1rem;object-fit:cover;width:150px}.partner-card h3{color:#4a7c59;font-size:1.25rem;margin-bottom:.5rem}.partner-title{color:#666;font-size:1rem;font-style:italic;margin-bottom:1rem}.partner-card p{font-size:.95rem;line-height:1.5}.contact-form{display:flex;flex-direction:column;gap:1rem;margin:0 auto;max-width:500px}.contact-form input,.contact-form textarea{border:1px solid #ccc;border-radius:4px;font-size:1rem;padding:.75rem}.contact-form textarea{min-height:150px}.submit-button{background:#4a7c59;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:.75rem}.footer,.submit-button:hover{background:#1a3c34}.footer{color:#fff;padding:3rem 0;text-align:center}.footer-content{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:1.5rem}.footer-info{max-width:400px;text-align:left}.footer-info h4{color:#f4d35e;font-size:1.25rem;margin-bottom:.5rem}.footer-info p{font-size:.95rem;margin-bottom:.3rem}.footer-info a{color:#f4d35e;text-decoration:none}.footer-info a:hover{text-decoration:underline}.footer-links{display:flex;gap:1.5rem}.footer-links a{color:#f4d35e;font-size:1rem;text-decoration:none}.footer-links a:hover{text-decoration:underline}.footer-copyright{color:#ccc;font-size:.9rem}@media (max-width:768px){.hamburger{display:block}.nav{background:#1a3c34;display:none;flex-direction:column;left:0;padding:1rem 0;position:absolute;right:0;top:100%;z-index:999}.nav.nav-open{display:flex}.nav a{margin:.75rem 0;text-align:center;width:100%}.logo{height:60px}.header-placeholder{height:4rem}.hero h2{font-size:2rem;margin-top:2rem}.hero-subtitle{font-size:1.2rem;letter-spacing:1px}.hero p{font-size:1rem}.section{padding:2rem 0}.section h2{font-size:1.5rem}.services-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));max-width:700px}.service-gif{height:60px;width:60px}.clients-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));max-width:500px}.client-logo{min-height:100px}.client-logo-img{max-height:60px}.partners-grid{grid-template-columns:1fr;max-width:500px}.partner-photo{height:120px;width:120px}.footer-content{align-items:center;flex-direction:column;gap:1.5rem}.footer-content,.footer-info{text-align:center}.footer-links{justify-content:center}}@media (max-width:480px){.logo{height:45px}.header-placeholder{height:3.5rem}.hero h2{font-size:1.8rem;margin-top:2rem}.hero-subtitle{font-size:1rem}.services-grid{grid-template-columns:1fr;max-width:100%}.service-gif{height:50px;width:50px}.clients-grid{grid-template-columns:1fr;max-width:100%}.client-logo{min-height:80px}.client-logo-img{max-height:50px}.partners-grid{grid-template-columns:1fr}.partner-photo{height:100px;width:100px}.footer-info h4{font-size:1.1rem}.footer-info p{font-size:.9rem}.footer-links{gap:1rem}.footer-links a{font-size:.9rem}}
/*# sourceMappingURL=main.1c406098.css.map*/