@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#1a4d2e;background:#fff;font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}a{color:inherit;cursor:pointer;text-decoration:none}ul{list-style:none}.container{max-width:1200px;margin:0 auto;padding:0 24px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes floatSlow{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.4)}}@keyframes barGrow{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes drawLine{0%{stroke-dashoffset:500px}to{stroke-dashoffset:0}}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes shapeDrift1{0%,to{transform:translate(0)rotate(0)}33%{transform:translate(30px,-30px)rotate(120deg)}66%{transform:translate(-20px,20px)rotate(240deg)}}@keyframes shapeDrift2{0%,to{transform:translate(0)scale(1)}50%{transform:translate(-40px,30px)scale(1.1)}}@keyframes shapeDrift3{0%,to{transform:translate(0)rotate(0)}50%{transform:translate(20px,-40px)rotate(180deg)}}@keyframes badgePulse{0%,to{box-shadow:0 0 #4caf5066}50%{box-shadow:0 0 0 8px #4caf5000}}.float{animation:3s ease-in-out infinite float}.float-slow{animation:4s ease-in-out infinite floatSlow}.pulse-dot{animation:2s ease-in-out infinite pulse}.draw-line{stroke-dasharray:500;animation:2s ease-out forwards drawLine}.bar{transform-origin:bottom;animation:1s ease-out forwards barGrow}.bar-1{animation-delay:.1s}.bar-2{animation-delay:.2s}.bar-3{animation-delay:.3s}.bar-4{animation-delay:.4s}.bar-5{animation-delay:.5s}.fade-section{opacity:0;transition:opacity .8s,transform .8s;transform:translateY(30px)}.fade-section.visible{opacity:1;transform:translateY(0)}.navbar{z-index:1000;-webkit-backdrop-filter:blur(20px);background:#ffffffe6;border-bottom:1px solid #a8d5ab4d;padding:14px 0;transition:all .3s;position:fixed;top:0;left:0;right:0}.navbar.scrolled{padding:10px 0;box-shadow:0 4px 30px #1a4d2e14}.navbar .container{justify-content:space-between;align-items:center;display:flex}.navbar-logo{align-items:center;gap:10px;display:flex}.navbar-logo img{height:38px;transition:transform .3s}.navbar-logo:hover img{transform:rotate(-5deg)scale(1.05)}.navbar-logo span{color:#1a4d2e;letter-spacing:-.02em;font-size:1.4rem;font-weight:800}.nav-links{align-items:center;gap:32px;display:flex}.nav-links a{color:#3d6b4f;font-size:.92rem;font-weight:500;transition:color .2s;position:relative}.nav-links a:not(.btn-nav):after{content:"";background:linear-gradient(135deg,#2d7a4b,#4caf50);border-radius:1px;width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-links a:not(.btn-nav):hover:after{width:100%}.nav-links a:hover{color:#1a4d2e}.nav-links .btn-nav{color:#fff;background:linear-gradient(135deg,#2d7a4b,#4caf50);border-radius:8px;padding:10px 24px;font-weight:600;transition:transform .2s,box-shadow .2s}.nav-links .btn-nav:hover{transform:translateY(-1px);box-shadow:0 6px 20px #2d7a4b59}.nav-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.nav-toggle span{background:#1a4d2e;border-radius:2px;width:24px;height:2.5px;transition:transform .3s,opacity .3s;display:block}.hero{background:linear-gradient(160deg,#fff 0%,#f0faf2 30%,#e8f5e9 60%,#d4edda 100%);align-items:center;min-height:90vh;padding:130px 0 80px;display:flex;position:relative;overflow:hidden}.hero-bg-shapes{pointer-events:none;position:absolute;inset:0;overflow:hidden}.shape{opacity:.5;border-radius:50%;position:absolute}.shape-1{background:radial-gradient(circle,#4caf501f 0%,#0000 70%);width:400px;height:400px;animation:20s ease-in-out infinite shapeDrift1;top:-10%;right:-5%}.shape-2{background:radial-gradient(circle,#2d7a4b14 0%,#0000 70%);width:300px;height:300px;animation:15s ease-in-out infinite shapeDrift2;bottom:10%;left:-5%}.shape-3{background:radial-gradient(circle,#7bc67e26 0%,#0000 70%);width:200px;height:200px;animation:18s ease-in-out infinite shapeDrift3;top:40%;right:30%}.hero .container{z-index:1;align-items:center;gap:40px;display:flex;position:relative}.hero-content{flex:1;animation:1s ease-out slideInLeft}.hero-badge{color:#2d7a4b;background:#2d7a4b14;border:1px solid #2d7a4b26;border-radius:24px;align-items:center;gap:8px;margin-bottom:24px;padding:8px 18px;font-size:.85rem;font-weight:600;display:inline-flex}.badge-dot{background:#4caf50;border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite badgePulse}.hero h1{color:#1a4d2e;letter-spacing:-.03em;margin-bottom:24px;font-size:3.4rem;font-weight:900;line-height:1.12}.hero h1 .highlight{background:linear-gradient(135deg,#2d7a4b,#4caf50,#7bc67e);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero p{color:#3d6b4f;max-width:500px;margin-bottom:36px;font-size:1.15rem;line-height:1.75}.hero-buttons{gap:16px;display:flex}.btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2d7a4b,#4caf50);border:none;border-radius:12px;align-items:center;gap:8px;padding:15px 34px;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.btn-primary:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.btn-primary:hover:before{left:100%}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px #2d7a4b59}.btn-primary svg{transition:transform .3s}.btn-primary:hover svg{transform:translate(4px)}.btn-secondary{color:#2d7a4b;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc;border:2px solid #a8d5ab80;border-radius:12px;align-items:center;gap:8px;padding:15px 34px;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex}.btn-secondary:hover{background:#e8f5e9cc;border-color:#2d7a4b;transform:translateY(-2px)}.hero-visual{flex:1;justify-content:center;animation:1s ease-out .3s both slideUp;display:flex}.hero-svg{width:100%;max-width:520px;height:auto}.stats-bar{background:linear-gradient(135deg,#1a4d2e,#2d7a4b);padding:40px 0;position:relative;overflow:hidden}.stats-bar:before{content:"";background:repeating-linear-gradient(90deg,#0000,#0000 100px,#ffffff08 100px 101px);position:absolute;inset:0}.stats-grid{z-index:1;justify-content:center;align-items:center;gap:60px;display:flex;position:relative}.stat{text-align:center}.stat-number{color:#fff;letter-spacing:-.02em;margin-bottom:6px;font-size:2.8rem;font-weight:900;line-height:1;display:block}.stat-label{color:#a8d5ab;font-size:.9rem;font-weight:500}.stat-divider{background:#a8d5ab4d;width:1px;height:50px}.section{padding:100px 0}.section-alt{background:linear-gradient(#f5fbf7 0%,#e8f5e9 50%,#f5fbf7 100%)}.section-header{text-align:center;max-width:700px;margin:0 auto 64px}.section-header h2{color:#1a4d2e;letter-spacing:-.03em;margin-bottom:12px;font-size:2.6rem;font-weight:900}.section-header p{color:#3d6b4f;font-size:1.1rem}.section-divider{background:linear-gradient(135deg,#2d7a4b,#4caf50);border-radius:2px;width:60px;height:4px;margin:16px auto 0}.about-grid{grid-template-columns:1fr 1fr;align-items:start;gap:60px;display:grid}.about-text h3{color:#1a4d2e;letter-spacing:-.02em;margin-bottom:20px;font-size:1.7rem;font-weight:800;line-height:1.3}.about-text p{color:#3d6b4f;margin-bottom:16px;line-height:1.75}.about-features{flex-direction:column;gap:16px;display:flex}.about-feature{cursor:default;background:#fff;border:1px solid #a8d5ab4d;border-radius:14px;align-items:flex-start;gap:16px;padding:20px;transition:all .3s;display:flex}.about-feature:hover{border-color:#4caf504d;transform:translate(6px);box-shadow:0 8px 30px #1a4d2e14}.about-feature-icon{background:linear-gradient(135deg,#2d7a4b,#4caf50);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.about-feature-icon svg{width:22px;height:22px}.about-feature h4{color:#1a4d2e;margin-bottom:4px;font-size:.95rem;font-weight:700}.about-feature p{color:#3d6b4f;margin:0;font-size:.88rem;line-height:1.5}.services-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.service-card{cursor:default;background:#fff;border:1px solid #a8d5ab40;border-radius:18px;padding:36px 28px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.service-card:before{content:"";transform-origin:0;background:linear-gradient(135deg,#2d7a4b,#4caf50);height:4px;transition:transform .4s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.service-card:after{content:"";background:radial-gradient(circle,#4caf500f 0%,#0000 70%);border-radius:50%;width:200px;height:200px;transition:all .4s;position:absolute;bottom:-50%;right:-50%}.service-card:hover{border-color:#4caf5033;transform:translateY(-6px);box-shadow:0 20px 40px #1a4d2e1a}.service-card:hover:before{transform:scaleX(1)}.service-card:hover:after{bottom:-30%;right:-30%}.service-icon-wrap{margin-bottom:20px}.service-svg{width:56px;height:56px;transition:transform .3s}.service-card:hover .service-svg{transform:scale(1.1)rotate(-3deg)}.service-card h3{color:#1a4d2e;margin-bottom:12px;font-size:1.15rem;font-weight:700}.service-card p{color:#3d6b4f;z-index:1;font-size:.92rem;line-height:1.65;position:relative}.steps{grid-template-columns:repeat(4,1fr);gap:32px;display:grid;position:relative}.steps-line{z-index:0;background:linear-gradient(90deg,#a8d5ab,#4caf50,#2d7a4b,#4caf50);border-radius:2px;height:3px;position:absolute;top:40px;left:12.5%;right:12.5%}.step{text-align:center;z-index:1;position:relative}.step-number{color:#fff;background:linear-gradient(135deg,#2d7a4b,#4caf50);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 20px;transition:all .3s;display:flex;position:relative;box-shadow:0 6px 20px #2d7a4b4d}.step-number:after{content:"";border:2px dashed #2d7a4b33;border-radius:50%;animation:20s linear infinite spin;position:absolute;inset:-4px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.step-number svg{width:32px;height:32px}.step:hover .step-number{transform:scale(1.1);box-shadow:0 8px 30px #2d7a4b66}.step h3{color:#1a4d2e;margin-bottom:8px;font-size:1.05rem;font-weight:700}.step p{color:#3d6b4f;max-width:220px;margin:0 auto;font-size:.9rem;line-height:1.55}.comm-grid{grid-template-columns:1fr 1fr;gap:32px;display:grid}.comm-card{background:#fff;border:1px solid #a8d5ab40;border-radius:18px;padding:40px;transition:all .3s}.comm-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #1a4d2e14}.comm-icon-wrap{margin-bottom:20px}.comm-icon-wrap svg{width:52px;height:52px}.comm-card h3{color:#1a4d2e;margin-bottom:20px;font-size:1.35rem;font-weight:700}.comm-card ul{flex-direction:column;gap:14px;display:flex}.comm-card li{color:#3d6b4f;align-items:flex-start;gap:12px;font-size:.95rem;line-height:1.5;display:flex}.comm-card li:before{content:"";background:linear-gradient(135deg,#2d7a4b,#4caf50);border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:7px}.comm-note{text-align:center;color:#3d6b4f;background:#fff;border:1px dashed #a8d5ab80;border-radius:14px;margin-top:40px;padding:20px 32px;font-size:.9rem;font-style:italic}.contact-content{grid-template-columns:1fr 1.2fr;align-items:start;gap:60px;display:grid}.contact-info h3{color:#1a4d2e;letter-spacing:-.02em;margin-bottom:12px;font-size:1.7rem;font-weight:800}.contact-info>p{color:#3d6b4f;margin-bottom:36px;line-height:1.7}.contact-details{flex-direction:column;gap:24px;display:flex}.contact-item{align-items:center;gap:16px;transition:transform .2s;display:flex}.contact-item:hover{transform:translate(4px)}.contact-item-icon{background:linear-gradient(135deg,#2d7a4b14,#4caf5014);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.contact-item-icon svg{width:22px;height:22px}.contact-item span{color:#3d6b4f;font-size:.85rem}.contact-item a{color:#2d7a4b;font-size:.95rem;font-weight:600}.contact-item a:hover{color:#1a4d2e}.contact-form{background:#fff;border:1px solid #a8d5ab40;border-radius:20px;padding:40px;box-shadow:0 8px 40px #1a4d2e0f}.contact-form h3{color:#1a4d2e;margin-bottom:28px;font-size:1.3rem;font-weight:700}.form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.form-group{margin-bottom:18px}.form-group label{color:#1a4d2e;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;font-size:.82rem;font-weight:600;display:block}.form-group input,.form-group textarea{color:#1a4d2e;background:#fafffe;border:2px solid #e8f5e9;border-radius:12px;width:100%;padding:13px 18px;font-family:Inter,sans-serif;font-size:.95rem;transition:all .3s}.form-group input:focus,.form-group textarea:focus{border-color:#4caf50;outline:none;box-shadow:0 0 0 4px #4caf501a}.form-group textarea{resize:vertical;min-height:110px}.contact-form .btn-primary{justify-content:center;width:100%;padding:16px;font-size:1.05rem}.footer{color:#fff;background:#1a4d2e;padding:64px 0 30px;position:relative;overflow:hidden}.footer:before{content:"";background:linear-gradient(90deg,#2d7a4b,#4caf50,#7bc67e,#4caf50,#2d7a4b);height:4px;position:absolute;top:0;left:0;right:0}.footer-grid{grid-template-columns:2fr 1fr 1fr;gap:40px;margin-bottom:40px;display:grid}.footer-logo{align-items:center;gap:10px;margin-bottom:16px;display:flex}.footer-logo img{filter:brightness(10);height:36px}.footer-logo span{color:#fff;font-size:1.3rem;font-weight:800}.footer-brand p{color:#a8d5ab;max-width:300px;font-size:.9rem;line-height:1.65}.footer h4{color:#7bc67e;text-transform:uppercase;letter-spacing:.08em;margin-bottom:20px;font-size:.85rem;font-weight:700}.footer ul{flex-direction:column;gap:12px;display:flex}.footer a{color:#a8d5ab;font-size:.9rem;transition:all .2s}.footer a:hover{color:#fff;padding-left:4px}.footer-bottom{color:#a8d5ab;border-top:1px solid #a8d5ab26;justify-content:space-between;align-items:center;padding-top:24px;font-size:.85rem;display:flex}.footer-badges{align-items:center;gap:10px;display:flex}.badge{color:#7bc67e;background:#a8d5ab1a;border:1px solid #a8d5ab26;border-radius:6px;padding:5px 14px;font-size:.78rem;font-weight:500}@media (width<=1024px){.hero h1{font-size:2.6rem}.hero-svg{max-width:400px}.services-grid,.steps{grid-template-columns:repeat(2,1fr)}.steps-line{display:none}.stats-grid{gap:40px}.stat-number{font-size:2.2rem}}@media (width<=768px){.nav-links{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffffa;border-bottom:1px solid #e8f5e9;flex-direction:column;gap:16px;padding:24px;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 10px 30px #0000001a}.nav-links.open,.nav-toggle{display:flex}.hero{min-height:auto;padding:120px 0 60px}.hero .container{text-align:center;flex-direction:column}.hero h1{font-size:2.2rem}.hero p{margin:0 auto 32px}.hero-buttons{flex-wrap:wrap;justify-content:center}.hero-svg{max-width:340px}.stats-grid{flex-direction:column;gap:24px}.stat-divider{width:50px;height:1px}.about-grid,.services-grid{grid-template-columns:1fr}.steps{grid-template-columns:1fr;gap:24px}.comm-grid,.contact-content,.form-row,.footer-grid{grid-template-columns:1fr}.footer-bottom{text-align:center;flex-direction:column;gap:12px}}@media (width<=480px){.hero h1,.section-header h2{font-size:1.9rem}.hero-buttons{flex-direction:column;align-items:stretch}.btn-primary,.btn-secondary{justify-content:center}.stat-number{font-size:2rem}}
