:root{--primary-green:#075f30;--primary-green-light:#2eaa3d;--primary-green-hover:#0b7b3d;--text-dark:#171717;--text-white:#fff;--shadow-light:0 3px 18px #0000000f;--shadow-hover:0 8px 20px #075f3033;--transition-smooth:.3s ease;--font-normal:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}.site-header{background:var(--text-white);z-index:1000;width:100%;height:96px;box-shadow:var(--shadow-light);font-family:var(--font-normal);align-items:center;display:flex;position:sticky;top:0}.header-container{justify-content:space-between;align-items:center;width:min(1420px,92%);height:100%;margin:0 auto;display:flex;position:relative}.header-brand{flex-shrink:0;align-items:center;gap:13px;text-decoration:none;display:flex}.header-logo{object-fit:contain;width:65px;height:65px}.brand-text{flex-direction:column;line-height:1;display:flex}.brand-name{color:var(--primary-green);letter-spacing:.5px;font-size:29px;font-weight:800}.brand-subtitle{color:var(--primary-green-light);letter-spacing:1.3px;margin-top:7px;font-size:14px;font-weight:700}.header-nav{align-items:center;gap:38px;margin-left:auto;margin-right:55px;display:flex}.nav-link{color:var(--text-dark);transition:color var(--transition-smooth);padding:36px 0 30px;font-size:16px;font-weight:600;text-decoration:none;position:relative}.nav-link:after{content:"";width:0;height:2px;transition:width var(--transition-smooth);background:#35af3d;position:absolute;bottom:22px;left:0}.nav-link:hover{color:#168035}.nav-link:hover:after,.nav-link.active:after{width:100%}.nav-link.active{color:var(--primary-green)}.header-button{background:var(--primary-green);min-width:164px;min-height:50px;color:var(--text-white);transition:all var(--transition-smooth);border-radius:12px;justify-content:center;align-items:center;gap:14px;padding:0 20px;font-size:16px;font-weight:700;text-decoration:none;display:inline-flex}.header-button .button-arrow{background:var(--text-white);width:23px;height:23px;color:var(--primary-green);transition:transform var(--transition-smooth);border-radius:50%;justify-content:center;align-items:center;font-size:17px;line-height:1;display:inline-flex}.header-button:hover{background:var(--primary-green-hover);box-shadow:var(--shadow-hover);transform:translateY(-2px)}.header-button:hover .button-arrow{transform:rotate(45deg)}.hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;gap:5px;padding:5px;display:none}.hamburger-line{background:var(--primary-green);width:28px;height:3px;transition:all var(--transition-smooth);transform-origin:50%;border-radius:3px}.hamburger.active .hamburger-line:first-child{transform:rotate(45deg)translate(5px,5px)}.hamburger.active .hamburger-line:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger.active .hamburger-line:nth-child(3){transform:rotate(-45deg)translate(7px,-7px)}@media (width<=1150px){.header-nav{gap:22px;margin-right:25px}.nav-link{font-size:14px}.brand-name{font-size:23px}.brand-subtitle{font-size:11px}.header-logo{width:56px;height:56px}}@media (width<=900px){.site-header{height:auto;min-height:75px}.header-container{flex-wrap:wrap;padding:12px 0}.hamburger{display:flex}.header-nav{background:var(--text-white);border-top:1px solid #0000000d;flex-direction:column;order:3;align-items:center;gap:0;width:100%;margin:0;padding:20px 0;display:none}.header-nav.open{display:flex}.nav-link{text-align:center;width:100%;padding:14px 20px;font-size:16px}.nav-link:after{display:none}.nav-link.active{background:#075f300d;border-radius:8px}.header-nav .header-button{width:auto;min-width:200px;margin-top:16px}.header-container>.header-button{display:none}}@media (width<=600px){.header-logo{width:48px;height:48px}.brand-name{font-size:20px}.brand-subtitle{letter-spacing:1px;font-size:9px}.header-nav .header-button{min-width:160px;min-height:45px;padding:0 16px;font-size:14px}.header-nav .header-button .button-arrow{width:19px;height:19px;font-size:14px}.nav-link{padding:12px 16px;font-size:15px}}@media (width<=400px){.header-logo{width:40px;height:40px}.brand-name{font-size:17px}.brand-subtitle{letter-spacing:.5px;font-size:8px}.header-container{padding:8px 0}.hamburger-line{width:24px;height:2.5px}.header-nav .header-button{min-width:140px;min-height:40px;padding:0 12px;font-size:13px}.nav-link{padding:10px 12px;font-size:14px}}:root{--footer-bg:#0a1a0f;--footer-text:#c8d6c0;--footer-heading:#fff;--footer-link:#a8b8a0;--footer-link-hover:#35af3d;--footer-border:#ffffff14;--footer-shadow:0 -5px 30px #0000004d;--transition-smooth:.3s ease}.site-footer{background:var(--footer-bg);color:var(--footer-text);box-shadow:var(--footer-shadow);border-top:1px solid var(--footer-border);margin-top:80px;padding:60px 0 20px}.footer-container{width:min(1420px,92%);margin:0 auto}.footer-main{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:40px;margin-bottom:50px;display:grid}.footer-section{flex-direction:column;display:flex}.footer-heading{color:var(--footer-heading);margin-bottom:20px;padding-bottom:12px;font-size:18px;font-weight:700;position:relative}.footer-heading:after{content:"";background:var(--primary-green);border-radius:2px;width:40px;height:3px;position:absolute;bottom:0;left:0}.footer-brand{align-items:center;gap:12px;margin-bottom:16px;text-decoration:none;display:flex}.footer-logo{object-fit:contain;border-radius:50%;width:55px;height:55px}.footer-brand-text{flex-direction:column;line-height:1;display:flex}.footer-brand-name{color:var(--footer-heading);letter-spacing:.5px;font-size:22px;font-weight:800}.footer-brand-subtitle{color:var(--primary-green-light);letter-spacing:1.2px;margin-top:5px;font-size:11px;font-weight:700}.footer-description{color:var(--footer-text);margin-bottom:20px;font-size:14px;line-height:1.8}.footer-socials{gap:12px;display:flex}.social-link{width:40px;height:40px;color:var(--footer-text);transition:all var(--transition-smooth);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;display:flex}.social-link:hover{background:var(--primary-green);color:var(--text-white);transform:translateY(-3px);box-shadow:0 5px 15px #075f304d}.footer-links{margin:0;padding:0;list-style:none}.footer-links li{margin-bottom:12px}.footer-links a{color:var(--footer-link);transition:all var(--transition-smooth);font-size:14px;text-decoration:none;display:inline-block;position:relative}.footer-links a:before{content:"›";color:var(--primary-green);transition:all var(--transition-smooth);margin-right:8px;font-weight:700}.footer-links a:hover{color:var(--footer-link-hover);transform:translate(5px)}.footer-links a:hover:before{transform:translate(3px)}.footer-contact{margin:0;padding:0;list-style:none}.footer-contact li{align-items:flex-start;gap:14px;margin-bottom:16px;font-size:14px;line-height:1.6;display:flex}.footer-contact li i{color:var(--primary-green-light);min-width:20px;margin-top:2px;font-size:18px}.footer-contact li span{color:var(--footer-text)}.footer-decoration{border-top:1px solid var(--footer-border);border-bottom:1px solid var(--footer-border);justify-content:center;align-items:center;gap:12px;margin-bottom:30px;padding:30px 0;display:flex}.dot{background:var(--primary-green-light);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite pulse-dot}.dot:nth-child(2){animation-delay:.5s}.dot:nth-child(3){animation-delay:1s}@keyframes pulse-dot{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}.footer-info{color:var(--footer-text);flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;padding:0 0 25px;font-size:13px;display:flex}.footer-info span{align-items:center;gap:8px;display:inline-flex}.footer-info i{color:var(--primary-green-light);font-size:14px}.separator{color:var(--primary-green-light);opacity:.4;font-size:12px}.footer-copyright{border-top:1px solid var(--footer-border);color:var(--footer-text);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding-top:20px;font-size:13px;display:flex}.footer-copyright p{margin:0}.footer-legal{align-items:center;gap:16px;display:flex}.footer-legal a{color:var(--footer-text);transition:color var(--transition-smooth);text-decoration:none}.footer-legal a:hover{color:var(--footer-link-hover)}.legal-separator{color:var(--footer-border)}@media (width<=1150px){.footer-main{grid-template-columns:1fr 1fr;gap:30px}.footer-brand-section{grid-column:1/-1}.footer-description{max-width:80%}}@media (width<=768px){.site-footer{margin-top:50px;padding:40px 0 16px}.footer-main{grid-template-columns:1fr;gap:30px}.footer-description{max-width:100%}.footer-heading:after{width:30px}.footer-info{flex-direction:column;gap:12px;font-size:12px}.separator{display:none}.footer-copyright{text-align:center;flex-direction:column;gap:12px;padding-top:16px}.footer-legal{flex-wrap:wrap;justify-content:center;gap:10px}.footer-decoration{padding:20px 0}.dot{width:6px;height:6px}}@media (width<=480px){.site-footer{padding:30px 0 12px}.footer-logo{width:45px;height:45px}.footer-brand-name{font-size:18px}.footer-brand-subtitle{font-size:9px}.footer-description{font-size:13px}.footer-heading{font-size:16px}.footer-contact li{font-size:13px}.social-link{width:36px;height:36px}.footer-legal,.footer-legal a{font-size:12px}}.footer-section:hover .footer-heading:after{width:60px;transition:width var(--transition-smooth)}.footer-contact li:hover i{transition:transform var(--transition-smooth);transform:scale(1.2)}.home-main{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.hero-section{align-items:stretch;min-height:640px;display:flex;overflow:hidden}.hero-text-panel{background:#0a3d20;flex:50%;align-items:center;padding:60px;display:flex}.hero-text-inner{width:100%;max-width:620px;margin:0 auto}.hero-image-panel{flex:50%;position:relative;overflow:hidden}.hero-image-track{height:100%;transition:transform .9s cubic-bezier(.65,0,.35,1);display:flex}.hero-image{object-fit:cover;flex-shrink:0;height:100%;display:block}.hero-image-dots{z-index:2;justify-content:center;gap:10px;display:flex;position:absolute;bottom:24px;left:0;right:0}.hero-dot{cursor:pointer;background:#ffffff80;border:none;border-radius:50%;width:9px;height:9px;padding:0;transition:background .3s,transform .3s}.hero-dot:hover{background:#fffc}.hero-dot.active{background:#fff;transform:scale(1.25)}.hero-image-panel:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(90deg,#0a3d20 0%,#0a3d20cc 15%,#0a3d2073 35%,#0a3d2000 60%);position:absolute;inset:0}.hero-tag{letter-spacing:3px;color:var(--primary-green-light);text-transform:uppercase;margin-bottom:24px;font-size:14px;font-weight:600;display:inline-block}.hero-title{color:#fff;margin-bottom:24px;font-size:48px;font-weight:800;line-height:1.15}.hero-title .highlight{color:var(--primary-green-light)}.hero-description{color:#ffffffd9;margin-bottom:40px;font-size:17px;line-height:1.8}.hero-buttons{flex-wrap:wrap;gap:16px;display:flex}.hero-buttons .btn-outline{color:#fff;border-color:#fff9}.hero-buttons .btn-outline:hover{color:var(--primary-green);background:#fff;border-color:#fff}.btn-primary{background:var(--primary-green);color:#fff;box-shadow:0 4px 20px #075f3040}.btn-outline{color:var(--primary-green);border:2px solid var(--primary-green);background:0 0}.btn-outline:hover{background:var(--primary-green);color:#fff;transform:translateY(-3px);box-shadow:0 8px 35px #075f3033}.btn-secondary{color:var(--primary-green);border:2px solid var(--primary-green);background:0 0;padding:12px 30px;font-size:15px}.btn-secondary:hover{background:var(--primary-green);color:#fff;transform:translateY(-2px);box-shadow:0 8px 30px #075f3040}.why-choose-section{background:#fff;padding:80px 0 100px}.section-header h2{color:#1a1a1a;letter-spacing:1px;margin-bottom:12px;font-size:36px;font-weight:800}.section-description{text-align:center;color:#666;max-width:620px;margin:0 auto 32px;font-size:17px;line-height:1.7}.text-center{text-align:center;margin-bottom:60px}.features-grid{grid-template-columns:repeat(4,1fr);gap:30px;margin-top:20px;display:grid}.feature-card{text-align:center;background:#f9fbf9;border:1px solid #eef3ee;border-radius:16px;padding:40px 28px 36px;transition:all .4s}.feature-card:hover{border-color:var(--primary-green);transform:translateY(-8px);box-shadow:0 12px 45px #0000000f}.feature-icon{background:var(--primary-green);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 20px;font-size:24px;transition:all .4s;display:flex}.feature-card:hover .feature-icon{transform:scale(1.08)rotate(-3deg);box-shadow:0 8px 25px #075f3040}.feature-card h3{color:#1a1a1a;margin-bottom:10px;font-size:18px;font-weight:700}.feature-card p{color:#666;font-size:14px;line-height:1.6}.gallery-section{background:#f9fbf9;padding:80px 0 100px}.gallery-grid{grid-template-columns:repeat(4,1fr);gap:24px;margin-top:40px;display:grid}.gallery-item{aspect-ratio:3/4;border-radius:16px;position:relative;overflow:hidden}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.gallery-item:hover img{transform:scale(1.08)}.gallery-overlay{background:linear-gradient(#0a3d2000 40%,#0a3d20d9 100%);align-items:flex-end;padding:20px;display:flex;position:absolute;inset:0}.gallery-overlay span{color:#fff;font-size:16px;font-weight:700}.stats-section{background:var(--primary-green);color:#fff;padding:70px 0}.stat-item{flex-direction:column;display:flex}@media (width<=1024px){.hero-title{font-size:38px}.hero-text-panel{padding:48px 40px}.features-grid{grid-template-columns:repeat(2,1fr);gap:24px}.gallery-grid{grid-template-columns:repeat(3,1fr);gap:20px}.stats-grid{grid-template-columns:repeat(2,1fr);gap:40px}.stat-number{font-size:38px}}@media (width<=768px){.hero-section{flex-direction:column;min-height:auto}.hero-text-panel,.hero-image-panel{flex:auto}.hero-image-panel{order:-1;height:280px}.hero-image-panel:before{background:linear-gradient(#0a3d2000 55%,#0a3d2073 80%,#0a3d20 100%)}.hero-image-dots{gap:8px;bottom:14px}.hero-dot{width:7px;height:7px}.hero-text-panel{padding:48px 24px}.hero-title{font-size:32px}.hero-description{margin-bottom:30px;font-size:16px}.hero-tag{letter-spacing:2px;font-size:12px}.hero-buttons{flex-direction:column;align-items:flex-start;width:100%}.hero-buttons .btn{justify-content:center;width:100%;max-width:320px}.why-choose-section{padding:60px 0 70px}.section-header h2{font-size:28px}.section-subtitle{font-size:18px}.section-description{padding:0 10px;font-size:15px}.features-grid{grid-template-columns:1fr;gap:20px}.feature-card{padding:30px 20px}.feature-icon{width:56px;height:56px;font-size:20px}.gallery-section{padding:60px 0 70px}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:14px;margin-top:28px}.gallery-item{aspect-ratio:1;border-radius:12px}.gallery-overlay span{font-size:14px}.stats-section{padding:50px 0}.stats-grid{grid-template-columns:1fr 1fr;gap:30px}.stat-number{font-size:30px}.stat-label{font-size:13px}}@media (width<=480px){.hero-image-panel{height:220px}.hero-title{font-size:26px}.hero-description{font-size:14px}.hero-buttons .btn{max-width:100%;padding:14px 24px;font-size:14px}.section-header h2{font-size:22px}.section-subtitle{font-size:15px}.gallery-grid{grid-template-columns:1fr;gap:14px}.gallery-item{aspect-ratio:16/10}.stats-grid{grid-template-columns:1fr;gap:20px}.stat-number{font-size:24px}.stat-label{font-size:12px}.feature-card h3{font-size:16px}.feature-card p{font-size:13px}}:root{--primary-green:#075f30;--primary-green-light:#2eaa3d;--primary-green-hover:#0b7b3d;--about-ink:#1a1a1a;--about-muted:#616b66;--about-mist:#f4f8f5}.about-section{background:var(--about-mist);padding:110px 0 120px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;position:relative;overflow:hidden}.about-section:before,.about-section:after{content:"";pointer-events:none;z-index:0;border-radius:50%;position:absolute}.about-section:before{background:radial-gradient(circle,#075f3014 0%,#0000 70%);width:520px;height:520px;top:-220px;right:-160px}.about-section:after{background:radial-gradient(circle,#2eaa3d12 0%,#0000 70%);width:420px;height:420px;bottom:-180px;left:-140px}.about-section .container{z-index:1;position:relative}.about-header{text-align:center;max-width:640px;margin:0 auto 56px;animation:.7s both aboutFadeUp}.header-decoration{color:var(--primary-green);justify-content:center;align-items:center;gap:16px;margin-bottom:18px;display:flex}.header-decoration .line:last-child{background:linear-gradient(90deg, var(--primary-green-light), transparent)}.header-decoration i{font-size:15px}.about-header h2{color:var(--about-ink);letter-spacing:.3px;margin-bottom:12px;font-size:38px;font-weight:800}.about-header .sub-line{color:var(--about-muted);font-size:17px;font-weight:500}.about-content{max-width:760px;margin:0 auto 72px;animation:.7s 50ms both aboutFadeUp}.about-content .lead{color:var(--about-ink);margin-bottom:22px;font-size:20px;font-weight:600;line-height:1.6}.about-content .regular{color:#444;margin-bottom:24px;font-size:16px;line-height:1.8}.about-content .highlight-text{color:var(--primary-green);font-weight:700}.about-content .with-icon{align-items:flex-start;gap:10px;margin-bottom:0;display:flex}.about-content .with-icon i{color:var(--primary-green-light);flex-shrink:0;margin-top:4px}.pull-quote{border:1px solid #075f301f;border-left:4px solid var(--primary-green);background:#fff;border-radius:14px;gap:20px;margin:30px 0 34px;padding:32px 34px;display:flex;box-shadow:0 12px 34px #075f300f}.quote-mark{color:var(--primary-green-light);opacity:.5;font-family:Georgia,serif;font-size:56px;font-weight:800;line-height:1}.quote-content p{color:var(--about-ink);margin:0;font-size:17px;font-style:italic;line-height:1.75}.how-we-work{margin-bottom:76px}.section-title{text-align:center;margin-bottom:40px}.section-title h3{letter-spacing:2px;color:var(--about-ink);font-size:24px;font-weight:800}.title-underline{background:var(--primary-green);border-radius:2px;width:56px;height:3px;margin:12px auto 0}.work-grid{grid-template-columns:repeat(4,1fr);gap:26px;display:grid}.work-card{background:#fff;border:1px solid #075f301a;border-radius:16px;padding:34px 26px;transition:transform .35s,box-shadow .35s,border-color .35s;animation:.6s both aboutFadeUp;position:relative;overflow:hidden}.work-grid .work-card:first-child{animation-delay:50ms}.work-grid .work-card:nth-child(2){animation-delay:.15s}.work-grid .work-card:nth-child(3){animation-delay:.25s}.work-grid .work-card:nth-child(4){animation-delay:.35s}.work-card:hover{border-color:var(--primary-green);transform:translateY(-8px);box-shadow:0 18px 40px #075f3024}.card-icon{width:54px;height:54px;color:var(--primary-green);background:#075f3014;border-radius:14px;justify-content:center;align-items:center;margin-bottom:18px;font-size:21px;transition:all .35s;display:flex}.work-card:hover .card-icon{background:var(--primary-green);color:#fff;transform:rotate(-4deg)scale(1.06)}.work-card h4{color:var(--about-ink);margin-bottom:10px;font-size:17px;font-weight:700}.work-card p{color:var(--about-muted);margin:0;font-size:14px;line-height:1.65}.card-shine{pointer-events:none;background:linear-gradient(120deg,#0000,#2eaa3d1f,#0000);width:40%;height:100%;transition:left .6s;position:absolute;top:0;left:-60%;transform:skew(-20deg)}.work-card:hover .card-shine{left:130%}.commitment{background:linear-gradient(135deg, var(--primary-green) 0%, #0a3d20 100%);border-radius:22px;margin-bottom:76px;padding:52px 56px;box-shadow:0 20px 50px #075f3038}.commitment-content{align-items:flex-start;gap:26px;display:flex}.commitment-icon{color:#fff;background:#ffffff24;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:58px;height:58px;font-size:24px;display:flex}.commitment-text h3{letter-spacing:1px;color:#fff;margin-bottom:12px;font-size:22px;font-weight:800}.commitment-lead{color:#fff;margin-bottom:8px;font-size:18px;font-weight:600}.commitment-body{color:#ffffffd1;margin:0;font-size:15px;line-height:1.7}.about-footer{text-align:center}.footer-decoration{justify-content:center;gap:8px;margin-bottom:18px;display:flex}.footer-decoration .dot{background:var(--primary-green-light);border-radius:50%;width:6px;height:6px}.footer-decoration .dot:nth-child(2){opacity:.6}.footer-decoration .dot:nth-child(3){opacity:.3}.about-footer .footer-info{color:var(--about-muted);flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;font-size:14px;font-weight:600;display:flex}.about-footer .footer-info i{color:var(--primary-green);margin-right:6px}.about-footer .separator{color:#075f3059;font-size:10px}@keyframes aboutFadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.about-header,.about-content,.work-card{animation:none}}@media (width<=1024px){.about-section{padding:90px 0 100px}.about-header h2{font-size:32px}.work-grid{grid-template-columns:repeat(2,1fr);gap:20px}.commitment{padding:44px 40px}}@media (width<=768px){.about-section{padding:70px 0 80px}.about-header{margin-bottom:40px}.about-header h2{font-size:26px}.about-header .sub-line{font-size:15px}.about-content{margin-bottom:52px}.about-content .lead{font-size:18px}.about-content .regular{font-size:15px}.pull-quote{flex-direction:column;gap:10px;padding:26px 22px}.quote-mark{font-size:42px}.quote-content p{font-size:15px}.how-we-work{margin-bottom:56px}.work-grid{grid-template-columns:1fr;gap:16px}.commitment{border-radius:18px;margin-bottom:56px;padding:34px 26px}.commitment-content{flex-direction:column;align-items:flex-start;gap:16px}.commitment-text h3{font-size:19px}.commitment-lead{font-size:16px}.commitment-body{font-size:14px}.about-footer .footer-info{flex-direction:column;gap:8px}.about-footer .separator{display:none}}@media (width<=480px){.about-header h2{font-size:22px}.about-content .lead{font-size:16px}.work-card{padding:26px 20px}.card-icon{width:46px;height:46px;font-size:18px}.commitment-icon{width:48px;height:48px;font-size:20px}}.services-main{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.services-hero{background:linear-gradient(135deg,#0a3d20 0%,#0d4a28 50%,#0a3d20 100%);padding:80px 0 100px;position:relative;overflow:hidden}.services-hero:before{content:"";background:radial-gradient(circle,#07b45a14 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-50%;right:-10%}.services-hero:after{content:"";background:radial-gradient(circle,#07b45a0d 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;bottom:-30%;left:-5%}.services-hero-content{text-align:center;z-index:1;justify-content:center;align-items:center;display:flex;position:relative}.services-hero-text{max-width:800px}.services-hero-tag{letter-spacing:3px;color:#7edb9e;text-transform:uppercase;background:#ffffff14;border-radius:50px;margin-bottom:16px;padding:6px 20px;font-size:14px;font-weight:600;display:inline-block}.services-hero h1{color:#fff;margin-bottom:20px;font-size:52px;font-weight:800;line-height:1.15}.services-hero h1 .highlight{color:#7edb9e}.services-hero-description{color:#ffffffd9;max-width:600px;margin:0 auto 36px;font-size:18px;line-height:1.8}.services-hero-buttons{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.btn-outline-light{color:#fff;cursor:pointer;background:0 0;border:2px solid #fff6;border-radius:50px;align-items:center;gap:10px;padding:16px 36px;font-size:16px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.btn-outline-light:hover{color:#0a3d20;background:#fff;border-color:#fff;transform:translateY(-3px);box-shadow:0 8px 35px #ffffff26}.services-grid-section{background:#fff;padding:80px 0 100px}.section-header{text-align:center;margin-bottom:60px}.header-decoration{justify-content:center;align-items:center;gap:16px;margin-bottom:16px;display:flex}.header-decoration .line{background:linear-gradient(90deg,#0000,#0a3d20,#0000);width:50px;height:2px}.header-decoration i{color:#0a3d20;font-size:24px}.section-header h2{color:#1a1a1a;margin-bottom:12px;font-size:40px;font-weight:800}.section-subtitle{color:#666;font-size:18px;font-weight:400}.services-grid{grid-template-columns:repeat(4,1fr);gap:30px;margin-top:20px;display:grid}.service-card-wrapper{opacity:0;background:#f9fbf9;border:1px solid #eef3ee;border-radius:16px;transition:all .4s;animation:.6s forwards fadeInUp;overflow:hidden;transform:translateY(30px)}.service-card-wrapper:first-child{animation-delay:.1s}.service-card-wrapper:nth-child(2){animation-delay:.2s}.service-card-wrapper:nth-child(3){animation-delay:.3s}.service-card-wrapper:nth-child(4){animation-delay:.4s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.service-card-wrapper:hover{border-color:#0a3d20;transform:translateY(-8px);box-shadow:0 12px 45px #00000014}.service-card-image{height:200px;position:relative;overflow:hidden}.service-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.service-card-wrapper:hover .service-card-image img{transform:scale(1.08)}.service-card-icon{color:#fff;background:#0a3d20;border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:20px;display:flex;position:absolute;bottom:-24px;left:24px;box-shadow:0 4px 15px #0a3d2040}.service-card-body{padding:32px 24px 24px}.service-card-body h3{color:#1a1a1a;margin-bottom:10px;font-size:18px;font-weight:700}.service-card-body p{color:#666;margin-bottom:16px;font-size:14px;line-height:1.6}.service-card-features{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.service-card-feature-tag{color:#0a3d20;background:#eef3ee;border-radius:50px;padding:4px 12px;font-size:12px;font-weight:600}.services-stats{background:#0a3d20;padding:70px 0}.stats-grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:30px;display:grid}.stat-item{color:#fff}.stat-number{margin-bottom:8px;font-size:44px;font-weight:800;line-height:1}.stat-label{opacity:.85;font-size:15px;font-weight:500;line-height:1.4}.services-why{background:#f9fbf9;padding:80px 0}.why-content{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.why-tag{letter-spacing:3px;color:#0a3d20;text-transform:uppercase;margin-bottom:12px;font-size:13px;font-weight:600;display:inline-block}.why-text h2{color:#1a1a1a;margin-bottom:20px;font-size:36px;font-weight:800;line-height:1.2}.why-text h2 .highlight{color:#0a3d20}.why-description{color:#666;margin-bottom:30px;font-size:16px;line-height:1.8}.why-features{grid-template-columns:1fr 1fr;gap:16px;display:grid}.why-feature{color:#1a1a1a;align-items:center;gap:12px;font-size:15px;font-weight:500;display:flex}.why-feature i{color:#0a3d20;font-size:18px}.why-image{justify-content:center;align-items:center;display:flex}.why-image-placeholder{aspect-ratio:1;color:#ffffff26;background:linear-gradient(135deg,#0a3d20 0%,#0d4a28 100%);border-radius:20px;justify-content:center;align-items:center;width:100%;max-width:400px;font-size:80px;display:flex;box-shadow:0 20px 60px #0a3d2026}.services-cta{text-align:center;background:linear-gradient(135deg,#0a3d20 0%,#0d4a28 100%);padding:80px 0}@media (width<=1024px){.services-grid{grid-template-columns:repeat(2,1fr);gap:24px}.services-hero h1{font-size:40px}.why-content{grid-template-columns:1fr;gap:40px}.why-image{order:-1}.why-image-placeholder{max-width:300px}.stats-grid{grid-template-columns:repeat(2,1fr);gap:40px}.section-header h2{font-size:32px}}@media (width<=768px){.services-hero{padding:60px 0 70px}.services-hero h1{font-size:32px}.services-hero-description{font-size:16px}.services-hero-buttons{flex-direction:column;align-items:center}.services-hero-buttons .btn,.services-hero-buttons .btn-outline-light{justify-content:center;width:100%;max-width:300px}.services-grid-section{padding:60px 0 70px}.services-grid{grid-template-columns:1fr;max-width:400px;margin:20px auto 0}.service-card-image{height:180px}.section-header h2{font-size:28px}.section-subtitle{font-size:16px}.why-text h2{font-size:28px}.why-features{grid-template-columns:1fr;gap:12px}.why-image-placeholder{max-width:200px;font-size:50px}.services-stats{padding:50px 0}.stats-grid{grid-template-columns:1fr 1fr;gap:30px}.stat-number{font-size:30px}.stat-label{font-size:13px}.services-cta{padding:60px 0}.cta-content h2{font-size:28px}.cta-content p{font-size:16px}.cta-buttons{flex-direction:column;align-items:center}.cta-buttons .btn{justify-content:center;width:100%;max-width:300px}}@media (width<=480px){.services-hero h1{font-size:26px}.services-hero-description{font-size:14px}.services-hero-tag{padding:4px 16px;font-size:12px}.section-header h2{font-size:24px}.header-decoration .line{width:30px}.why-text h2,.stat-number{font-size:24px}.stat-label{font-size:12px}.cta-content h2{font-size:22px}.cta-content p{font-size:14px}}.contact-main{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.container{width:min(1420px,92%);margin:0 auto;padding:0 20px}.contact-hero{background:linear-gradient(135deg,#0a3d20 0%,#0d4a28 50%,#0a3d20 100%);padding:80px 0 100px;position:relative;overflow:hidden}.contact-hero:before{content:"";background:radial-gradient(circle,#07b45a14 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-50%;right:-10%}.contact-hero:after{content:"";background:radial-gradient(circle,#07b45a0d 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;bottom:-30%;left:-5%}.contact-hero-content{text-align:center;z-index:1;position:relative}.contact-hero-tag{letter-spacing:3px;color:#7edb9e;text-transform:uppercase;background:#ffffff14;border-radius:50px;margin-bottom:16px;padding:6px 20px;font-size:14px;font-weight:600;display:inline-block}.contact-hero h1{color:#fff;margin-bottom:20px;font-size:52px;font-weight:800;line-height:1.15}.contact-hero h1 .highlight{color:#7edb9e}.contact-hero-description{color:#ffffffd9;max-width:600px;margin:0 auto;font-size:18px;line-height:1.8}.btn{cursor:pointer;border:none;border-radius:50px;align-items:center;gap:10px;padding:16px 36px;font-size:16px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.btn-primary{color:#fff;background:#0a3d20;box-shadow:0 4px 20px #075f3040}.btn-primary:hover{background:#0d4a28;transform:translateY(-3px);box-shadow:0 8px 35px #075f3059}.btn-primary:disabled{opacity:.7;cursor:not-allowed;transform:none}.btn-outline{color:#0a3d20;background:0 0;border:2px solid #0a3d20}.btn-outline:hover{color:#fff;background:#0a3d20;transform:translateY(-3px);box-shadow:0 8px 35px #075f3033}.contact-section{background:#fff;padding:80px 0}.contact-wrapper{grid-template-columns:1fr 1fr;align-items:start;gap:60px;display:grid}.contact-info h2{color:#1a1a1a;margin-bottom:12px;font-size:32px;font-weight:800}.contact-info-description{color:#666;margin-bottom:32px;font-size:16px;line-height:1.7}.contact-info-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.contact-info-card{background:#f9fbf9;border:1px solid #eef3ee;border-radius:12px;padding:24px;transition:all .3s}.contact-info-card:hover{border-color:#0a3d20;transform:translateY(-4px);box-shadow:0 8px 30px #0000000f}.contact-info-icon{color:#fff;background:#0a3d20;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:12px;font-size:18px;transition:all .3s;display:flex}.contact-info-card:hover .contact-info-icon{transform:scale(1.05)rotate(-3deg);box-shadow:0 4px 15px #0a3d2040}.contact-info-card h4{color:#1a1a1a;margin-bottom:8px;font-size:16px;font-weight:700}.contact-info-card p{color:#666;margin-bottom:2px;font-size:14px;line-height:1.5}.contact-form-wrapper{background:#f9fbf9;border:1px solid #eef3ee;border-radius:16px;padding:40px}.form-header{margin-bottom:28px}.form-header h3{color:#1a1a1a;margin-bottom:8px;font-size:24px;font-weight:700}.form-header p{color:#666;font-size:14px}.form-group{margin-bottom:20px}.form-group label{color:#333;margin-bottom:8px;font-size:14px;font-weight:600;display:block}.form-group label i{color:#0a3d20;margin-right:6px}.form-group input,.form-group textarea{color:#1a1a1a;background:#fff;border:2px solid #e0e6e0;border-radius:8px;width:100%;padding:12px 16px;font-family:inherit;font-size:15px;transition:all .3s}.form-group input:focus,.form-group textarea:focus{border-color:#0a3d20;outline:none;box-shadow:0 0 0 4px #0a3d201a}.form-group input::placeholder,.form-group textarea::placeholder{color:#aaa}.form-group textarea{resize:vertical;min-height:120px}.contact-form .btn-primary{justify-content:center;width:100%;padding:14px;font-size:16px}.contact-form .btn-primary i{margin-right:8px}.fa-spin{animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.status-message{border-radius:8px;align-items:center;gap:12px;margin-top:16px;padding:14px 18px;font-weight:500;animation:.3s slideDown;display:flex}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.status-message.success{color:#155724;background:#d4edda;border:1px solid #c3e6cb}.status-message.error{color:#721c24;background:#f8d7da;border:1px solid #f5c6cb}.status-message i{font-size:20px}.privacy-note{color:#888;text-align:center;margin-top:16px;font-size:13px}.privacy-note i{color:#0a3d20;margin-right:6px}.contact-map{background:#fff;padding:0 0 80px}.map-placeholder{text-align:center;background:linear-gradient(135deg,#f0f4f0 0%,#e8eee8 100%);border:2px dashed #c0d0c0;border-radius:16px;justify-content:center;align-items:center;min-height:300px;padding:80px 40px;display:flex}.map-content i{color:#0a3d20;margin-bottom:16px;font-size:48px}.map-content h3{color:#1a1a1a;margin-bottom:8px;font-size:24px;font-weight:700}.map-content p{color:#666;margin-bottom:16px;font-size:16px}.map-coordinates{color:#333;background:#fff;border:1px solid #e0e6e0;border-radius:50px;padding:8px 20px;font-size:14px;display:inline-block}.map-coordinates i{color:#0a3d20;margin-right:8px;font-size:14px}.contact-cta{text-align:center;background:linear-gradient(135deg,#0a3d20 0%,#0d4a28 100%);padding:80px 0}.cta-content h2{color:#fff;margin-bottom:16px;font-size:36px;font-weight:800}.cta-content p{color:#fffc;margin-bottom:32px;font-size:18px}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.cta-buttons .btn-outline{color:#fff;border-color:#fff6}.cta-buttons .btn-outline:hover{color:#0a3d20;background:#fff;border-color:#fff}@media (width<=1024px){.contact-wrapper{grid-template-columns:1fr;gap:40px}.contact-info-grid{grid-template-columns:repeat(2,1fr)}.contact-hero h1{font-size:40px}.contact-form-wrapper{padding:32px}}@media (width<=768px){.contact-hero{padding:60px 0 70px}.contact-hero h1{font-size:32px}.contact-hero-description{font-size:16px}.contact-section{padding:60px 0}.contact-info h2{font-size:26px}.contact-info-grid{grid-template-columns:1fr 1fr;gap:16px}.contact-info-card{padding:18px}.contact-form-wrapper{padding:24px}.form-header h3{font-size:20px}.contact-map{padding:0 0 60px}.map-placeholder{min-height:220px;padding:60px 20px}.contact-cta{padding:60px 0}.cta-content h2{font-size:28px}.cta-content p{font-size:16px}.cta-buttons{flex-direction:column;align-items:center}.cta-buttons .btn{justify-content:center;width:100%;max-width:300px}}@media (width<=480px){.contact-hero h1{font-size:26px}.contact-hero-tag{padding:4px 16px;font-size:12px}.contact-info-grid{grid-template-columns:1fr;gap:14px}.contact-form-wrapper{padding:18px}.form-group input,.form-group textarea{padding:10px 14px;font-size:14px}.contact-form .btn-primary{padding:12px;font-size:14px}.status-message{padding:12px 14px;font-size:14px}.map-content i{font-size:36px}.map-content h3{font-size:20px}.cta-content h2{font-size:22px}.cta-content p{font-size:14px}}.text-center{text-align:center}
