:root{--primary-green:#16a34a;--primary-green-dark:#15803d;--text-dark:#1f2937;--text-muted:#6b7280;--bg-light:#f9fafb;--white:#ffffff;--dark-bg:#111827;--border-color:#e5e7eb}*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Inter',sans-serif;color:var(--text-dark);background:var(--white);line-height:1.6;overflow-x:hidden}@media (pointer:fine){body{cursor:none}}.container{width:min(1200px, 92%);margin:auto}a{text-decoration:none;transition:all 0.3s ease}img{max-width:100%;height:auto;display:block}.btn{display:inline-block;padding:12px 28px;border-radius:6px;font-weight:600;text-align:center;cursor:pointer;border:none;transition:all 0.3s ease}.btn-primary{background:var(--primary-green);color:var(--white)}.btn-primary:hover{background:var(--primary-green-dark)}.btn-outline{background:#fff0;color:var(--white);border:1px solid var(--white)}.btn-outline:hover{background:rgb(255 255 255 / .1)}.btn-sm{padding:8px 20px;font-size:14px}.btn-block{display:block;width:100%;padding:14px}.section-padding{padding:100px 0}.bg-light{background-color:var(--bg-light)}.section-heading{margin-bottom:50px}.section-heading h2{font-size:36px;font-weight:800;margin-bottom:15px;color:var(--text-dark)}.section-heading p{color:var(--text-muted);max-width:700px}.text-center{text-align:center;margin-left:auto;margin-right:auto}.text-center p{margin:0 auto}.site-header{position:absolute;top:0;left:0;width:100%;z-index:100;padding:20px 0;background:#fff0;border-bottom:1px solid rgb(255 255 255 / .1)}.nav-wrap{display:flex;justify-content:space-between;align-items:center}.logo a{color:var(--white);font-weight:800;font-size:28px;letter-spacing:1px}.logo-link{display:inline-flex;align-items:center}.site-logo-img{max-height:52px;width:auto;display:block}.main-navigation ul{display:flex;list-style:none;gap:30px}.main-navigation a{color:var(--white);font-size:15px;font-weight:500}.main-navigation a:hover{color:var(--primary-green)}.btn-quote{background:var(--primary-green);color:var(--white);padding:10px 24px;border-radius:4px;font-size:14px;font-weight:600}.btn-quote:hover{background:var(--primary-green-dark);color:var(--white)}.hero-section{position:relative;padding-top:180px;padding-bottom:150px;background:linear-gradient(rgb(4 15 30 / .8),rgb(4 15 30 / .6)),url(https://images.unsplash.com/photo-1541888087405-eb107141eb20?w=1600&h=900&fit=crop) center/cover no-repeat;color:var(--white);min-height:85vh;display:flex;flex-direction:column}.hero-content{max-width:800px;position:relative;z-index:10}.hero-content h1{font-size:64px;font-weight:800;line-height:1.1;margin-bottom:24px}.hero-content h1 span{color:var(--primary-green)}.hero-content p{font-size:18px;margin-bottom:40px;max-width:600px;color:rgb(255 255 255 / .9)}.hero-actions{display:flex;gap:16px;margin-bottom:50px}.hero-avatars{display:flex;align-items:center;gap:20px}.avatars-group{display:flex}.avatars-group img{width:45px;height:45px;border-radius:50%;border:2px solid var(--primary-green);margin-left:-15px}.avatars-group img:first-child{margin-left:0}.rating{display:flex;align-items:center;gap:8px;font-size:14px;color:rgb(255 255 255 / .8)}.rating .star{color:#fbbf24}.hero-stats{position:absolute;bottom:-55px;left:50%;transform:translateX(-50%);width:min(1200px, 92%);background:linear-gradient(135deg,rgb(40 40 40 / .8),rgb(20 30 20 / .9));backdrop-filter:blur(10px);border:1px solid rgb(255 255 255 / .1);border-radius:16px;box-shadow:0 20px 40px rgb(0 0 0 / .2);z-index:20}.stats-container{display:grid;grid-template-columns:repeat(4,1fr);padding:35px 0}.stat-item{text-align:center;border-right:1px solid rgb(255 255 255 / .1)}.stat-item:last-child{border-right:none}.stat-item h3{font-size:38px;font-weight:800;color:var(--white);margin-bottom:4px}.stat-item p{color:var(--primary-green);font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1px}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.service-card{position:relative;border-radius:8px;overflow:hidden;height:380px;color:var(--white);cursor:pointer}.service-img{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;transition:transform 0.5s ease}.service-card::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,rgb(17 24 39 / .9) 0%,rgb(17 24 39 / .2) 100%)}.service-card:hover .service-img{transform:scale(1.05)}.service-icon{position:absolute;top:24px;left:24px;width:40px;height:40px;background:var(--primary-green);border-radius:4px;z-index:2;display:flex;align-items:center;justify-content:center;color:var(--white)}.service-icon-img{display:block;flex-shrink:0;width:22px;height:22px;object-fit:contain}.service-content{position:absolute;bottom:0;left:0;width:100%;padding:30px 24px;z-index:2}.service-content h3{font-size:20px;margin-bottom:12px}.service-content p{font-size:14px;color:rgb(255 255 255 / .8);margin-bottom:0;height:0;opacity:0;overflow:hidden}.read-more{color:var(--white);font-size:14px;font-weight:600;display:flex;align-items:center;gap:8px}.read-more .arrow{color:var(--primary-green)}.service-card:hover .read-more{color:var(--primary-green)}.about-section{padding:100px 0;background:var(--white)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.about-image-wrapper{position:relative;padding:0 50px 50px 0}.about-main-img{position:relative;z-index:2;border-radius:16px;width:100%;height:auto;display:block;box-shadow:0 30px 60px rgb(0 0 0 / .18)}.green-border{position:absolute;bottom:0;right:0;width:55%;height:55%;border:6px solid var(--primary-green);border-radius:12px;z-index:1}.white-box{position:absolute;bottom:-6px;left:17px;width:110px;height:110px;box-shadow:0 8px 24px rgb(0 0 0 / .1);border-radius:10px;z-index:4;border:4px solid #fff}.section-subtitle{color:var(--primary-green);font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:10px}.about-content-col h2{font-size:38px;font-weight:800;color:var(--text-dark);margin-bottom:20px}.about-desc{color:var(--text-muted);font-size:16px;margin-bottom:40px;line-height:1.6}.accordion{border-top:1px solid #f3f4f6;margin-top:20px}.accordion-item{border-bottom:1px solid #f3f4f6}.accordion-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:20px 0}.accordion-header h3{font-size:18px;font-weight:700;color:#9ca3af;transition:color 0.3s ease}.accordion-header .icon{width:8px;height:8px;border-right:2px solid #9ca3af;border-bottom:2px solid #9ca3af;transform:rotate(-45deg);transform-origin:center;transition:border-color 0.3s ease;margin-right:5px;flex-shrink:0}.accordion-item.active .accordion-header h3{color:var(--text-dark)}.accordion-item.active .accordion-header .icon{transform:rotate(45deg);border-color:var(--primary-green)}.accordion-content{display:none;overflow:hidden;padding-bottom:20px;color:var(--text-muted);font-size:14px;line-height:1.6}.clients-section{padding:60px 0;background:var(--white);text-align:center}.clients-subtitle{color:#9ca3af;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:2px;margin-bottom:40px}.clients-marquee{overflow:hidden;width:100%;display:flex;position:relative;padding:10px 0}.clients-track{display:flex;gap:80px;white-space:nowrap;will-change:transform}.client-logo{color:#9ca3af;font-size:20px;font-weight:800;text-transform:uppercase;letter-spacing:1px}.projects-carousel-viewport{overflow:hidden;width:100%;border-radius:16px;position:relative}.projects-carousel-track{display:flex;will-change:transform}.project-slide{min-width:50%;box-sizing:border-box;padding:0 12px}.project-card{display:flex;background:var(--white);border-radius:14px;overflow:hidden;box-shadow:0 6px 24px rgb(0 0 0 / .07);transition:box-shadow 0.3s ease,transform 0.3s ease;cursor:pointer;min-height:220px}.project-card:hover{box-shadow:0 16px 48px rgb(0 0 0 / .13);transform:translateY(-3px)}.project-card-image{width:42%;flex-shrink:0;overflow:hidden;position:relative}.project-card-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.5s ease}.project-card:hover .project-card-image img{transform:scale(1.06)}.project-card-body{flex:1;display:flex;flex-direction:column;justify-content:space-between;padding:28px 26px;gap:12px}.project-card-body h3{font-size:20px;font-weight:800;color:var(--text-dark);margin:0;line-height:1.3}.project-card-body>p{font-size:14px;color:var(--text-muted);line-height:1.6;margin:0;flex:1}.project-meta-rows{display:flex;flex-direction:column;gap:6px;border-top:1px solid var(--border-color);padding-top:14px;margin-top:auto}.project-meta-row{display:flex;justify-content:space-between;align-items:center;font-size:12px}.meta-label{color:#9ca3af;font-weight:700;text-transform:uppercase;letter-spacing:.6px}.meta-value{color:var(--text-dark);font-weight:500;text-align:right}.project-card-body .btn-primary{align-self:flex-start;padding:9px 22px;font-size:13px;border-radius:6px;margin-top:4px}.carousel-dots{display:flex;justify-content:center;gap:10px;margin-top:28px}.dot{width:10px;height:10px;border-radius:50%;border:none;background:var(--border-color);cursor:pointer;transition:background 0.25s ease,transform 0.25s ease,width 0.25s ease;padding:0}.dot.active{background:var(--primary-green);width:28px;border-radius:5px}.projects-slider{display:none}.testimonials-section{background:var(--white);overflow:hidden}.testi-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:50px}.testi-header-text h2{font-size:36px;font-weight:800;color:var(--text-dark);margin-top:8px;margin-bottom:0}.testi-nav{display:flex;gap:12px;flex-shrink:0}.testi-arrow{width:48px;height:48px;border-radius:50%;border:1px solid var(--border-color);background:var(--white);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-dark);transition:all 0.25s ease}.testi-arrow:hover{background:var(--primary-green);border-color:var(--primary-green);color:var(--white)}.testi-carousel-viewport{overflow:hidden;width:100%;position:relative;padding:20px 0 28px}.testi-carousel-track{display:flex;will-change:transform}.testi-slide{min-width:50%;box-sizing:border-box;padding:0 12px}.testi-card{background:var(--white);border:1.5px solid var(--border-color);border-radius:18px;padding:36px 36px 30px;display:flex;flex-direction:column;gap:18px;position:relative;cursor:pointer;transition:all 0.3s ease}.testi-card:hover{border-color:var(--primary-green);box-shadow:0 12px 32px rgb(22 163 74 / .08);transform:translateY(-3px)}.testi-quote-icon{color:var(--primary-green);opacity:.85;line-height:1;width:42px}.testi-stars{display:flex;gap:3px}.testi-stars span{color:#f59e0b;font-size:18px;line-height:1}.testi-text{font-size:15px;font-style:italic;color:var(--text-dark);line-height:1.8;flex:1;margin:0}.testi-author{display:flex;align-items:center;gap:14px;padding-top:18px;border-top:1px solid var(--border-color);margin-top:auto}.testi-avatar{width:52px;height:52px;border-radius:50%;object-fit:cover;border:2.5px solid var(--primary-green);flex-shrink:0}.testi-avatar-placeholder{background:var(--text-dark);color:var(--white);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:20px}.testi-author-info h4{font-size:15px;font-weight:700;margin:0 0 3px;color:var(--text-dark)}.testi-author-info span{font-size:13px;color:var(--text-muted)}.testi-dots{display:flex;justify-content:center;gap:8px;margin-top:12px}.testi-dot{width:10px;height:10px;border-radius:50%;border:none;background:var(--border-color);cursor:pointer;padding:0;transition:background 0.25s ease,width 0.25s ease}.testi-dot.active{background:var(--primary-green);width:30px;border-radius:5px}.testimonials-grid{display:none}.testimonial-card{display:none}.stars{display:none}.author{display:none}.author-placeholder{display:none}.author-info{display:none}.contact-section{background:#f4f7fa}.contact-wrapper{display:grid;grid-template-columns:1.1fr 0.9fr;gap:64px;align-items:center}.contact-info-col h2{font-size:44px;font-weight:800;color:var(--text-dark);margin-top:8px;margin-bottom:20px;line-height:1.25}.contact-desc{font-size:16px;color:var(--text-muted);line-height:1.65;margin-bottom:40px}.contact-details{display:flex;flex-direction:column;gap:28px}.contact-item{display:flex;gap:20px;align-items:flex-start}.contact-item .icon{width:48px;height:48px;background:var(--primary-green);color:var(--white);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform 0.25s ease,box-shadow 0.25s ease}.contact-item:hover .icon{transform:translateY(-2px);box-shadow:0 4px 12px rgb(22 163 74 / .25)}.contact-text h4{font-size:16px;font-weight:700;color:var(--text-dark);margin:0 0 6px 0;letter-spacing:.2px}.contact-text p{font-size:15px;color:var(--text-muted);margin:0;line-height:1.5}.contact-text .company-name{font-weight:700;color:#374151}.contact-text .address-lines,.contact-text .phone-val,.contact-text .email-val{font-weight:500}.contact-form{background:var(--white);padding:48px;border-radius:16px;box-shadow:0 16px 48px rgb(0 0 0 / .03);border:1px solid rgb(226 232 240 / .8);transition:transform 0.3s ease,box-shadow 0.3s ease}.contact-form:hover{box-shadow:0 20px 60px rgb(0 0 0 / .05)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-group{margin-bottom:24px}.form-group label{display:block;font-size:12px;font-weight:700;margin-bottom:8px;color:#4b5563;letter-spacing:1px}.form-group input,.form-group textarea{width:100%;padding:16px 20px;border:1.5px solid #fff0;background:#f1f5f9;border-radius:8px;font-family:inherit;font-size:14px;color:var(--text-dark);font-weight:500;outline:none;transition:all 0.25s ease}.form-group input::placeholder,.form-group textarea::placeholder{color:#94a3b8;font-weight:500}.form-group input:hover,.form-group textarea:hover{background:#e2e8f0}.form-group input:focus,.form-group textarea:focus{background:var(--white);border-color:var(--primary-green);box-shadow:0 0 0 4px rgb(22 163 74 / .1)}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{width:100%;background:var(--primary-green);color:var(--white);font-size:16px;font-weight:700;padding:16px 24px;border:none;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;box-shadow:0 4px 14px rgb(22 163 74 / .25);transition:all 0.25s cubic-bezier(.25,.46,.45,.94)}.submit-btn:hover{background:#15803d;box-shadow:0 6px 22px rgb(22 163 74 / .4);transform:translateY(-1px)}.submit-btn:active{transform:translateY(1px)}.submit-arrow{transition:transform 0.25s ease}.submit-btn:hover .submit-arrow{transform:translateX(4px)}.absons-honeypot{position:absolute;left:-9999px;width:1px;height:1px;opacity:0;pointer-events:none}.contact-form-notice{margin-bottom:20px;padding:14px 16px;border-radius:8px;font-size:14px;line-height:1.5}.contact-form-notice--success{background:#ecfdf5;border:1px solid #6ee7b7;color:#065f46}.contact-form-notice--error{background:#fef2f2;border:1px solid #fca5a5;color:#991b1b}.contact-form-cf7 .wpcf7{margin:0}.contact-form-cf7 .wpcf7-form{margin:0}.contact-form-cf7 .wpcf7-form-control-wrap{display:block}.contact-form-cf7 input.wpcf7-form-control:not([type="submit"]),.contact-form-cf7 textarea.wpcf7-form-control,.contact-form-cf7 select.wpcf7-form-control{width:100%;padding:16px 20px;border:1.5px solid #fff0;background:#f1f5f9;border-radius:8px;font-family:inherit;font-size:14px;color:var(--text-dark);font-weight:500;outline:none;transition:all 0.25s ease;box-sizing:border-box}.contact-form-cf7 input.wpcf7-form-control:not([type="submit"])::placeholder,.contact-form-cf7 textarea.wpcf7-form-control::placeholder{color:#94a3b8;font-weight:500}.contact-form-cf7 input.wpcf7-form-control:not([type="submit"]):hover,.contact-form-cf7 textarea.wpcf7-form-control:hover{background:#e2e8f0}.contact-form-cf7 input.wpcf7-form-control:not([type="submit"]):focus,.contact-form-cf7 textarea.wpcf7-form-control:focus{background:var(--white);border-color:var(--primary-green);box-shadow:0 0 0 4px rgb(22 163 74 / .1)}.contact-form-cf7 textarea.wpcf7-form-control{resize:vertical;min-height:120px}.contact-form-cf7 .wpcf7-spinner{margin:12px auto 0}.contact-form-cf7 .wpcf7-response-output{margin:0 0 20px;padding:14px 16px;border-radius:8px;font-size:14px;line-height:1.5;border-width:1px}.contact-form-cf7 .wpcf7 form.sent .wpcf7-response-output{background:#ecfdf5;border-color:#6ee7b7;color:#065f46}.contact-form-cf7 .wpcf7 form.invalid .wpcf7-response-output,.contact-form-cf7 .wpcf7 form.unaccepted .wpcf7-response-output,.contact-form-cf7 .wpcf7 form.failed .wpcf7-response-output,.contact-form-cf7 .wpcf7 form.aborted .wpcf7-response-output,.contact-form-cf7 .wpcf7 form.spam .wpcf7-response-output{background:#fef2f2;border-color:#fca5a5;color:#991b1b}.contact-form-cf7 .wpcf7-not-valid-tip{color:#b91c1c;font-size:12px;margin-top:6px;font-weight:600}.contact-form-cf7 .wpcf7-list-item{margin:0}.contact-form-cf7 input.wpcf7-submit.submit-btn{width:100%;margin-top:4px}.contact-form-cf7--missing{padding:32px}.site-footer{background:var(--dark-bg);color:var(--white);padding:80px 0 30px}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:60px}.footer-logo{font-size:28px;font-weight:800;margin-bottom:20px;letter-spacing:1px}.footer-col-brand p{color:rgb(255 255 255 / .7);margin-bottom:24px;max-width:300px}.social-links{display:flex;gap:15px}.social-icon{width:40px;height:40px;border-radius:50%;background:rgb(255 255 255 / .1);display:flex;align-items:center;justify-content:center;color:var(--white);font-weight:600;font-size:14px}.social-icon:hover{background:var(--primary-green)}.footer-top h4{font-size:18px;font-weight:600;margin-bottom:24px}.footer-col-links ul{list-style:none}.footer-col-links li{margin-bottom:15px}.footer-col-links a{color:rgb(255 255 255 / .7)}.footer-col-links a:hover{color:var(--primary-green);padding-left:5px}.footer-col-contact p{color:rgb(255 255 255 / .7);margin-bottom:15px}.footer-bottom{border-top:1px solid rgb(255 255 255 / .1);padding-top:30px;text-align:center;color:rgb(255 255 255 / .5);font-size:14px}.projects-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:40px}.projects-header h2{font-size:36px;font-weight:800;margin-bottom:10px}.projects-header p{color:var(--text-muted);max-width:600px}.projects-nav{display:flex;align-items:center;gap:20px;flex-shrink:0}.slider-arrows{display:flex;gap:10px}.arrow-btn{width:48px;height:48px;border-radius:50%;border:1px solid var(--border-color);background:var(--white);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-dark);transition:all 0.3s}.arrow-btn:hover{background:var(--primary-green);color:var(--white);border-color:var(--primary-green)}@media (max-width:1024px){.hero-content h1{font-size:48px}.services-grid{grid-template-columns:repeat(2,1fr)}.about-grid,.contact-wrapper{grid-template-columns:1fr}.footer-top{grid-template-columns:1fr 1fr}}@media (max-width:768px){.main-navigation{display:none}.stats-container{grid-template-columns:repeat(2,1fr);gap:20px}.stat-item{border-right:none}.services-grid,.form-row{grid-template-columns:1fr}.testi-slide{min-width:100%;padding:0}.testi-header{flex-direction:column;align-items:flex-start;gap:16px}.project-slide{min-width:100%;padding:0}.project-card{flex-direction:column;min-height:auto}.project-card-image{width:100%;height:200px}.projects-header{flex-direction:column;align-items:flex-start;gap:20px}.footer-top{grid-template-columns:1fr}.hero-stats{position:relative}.hero-section{padding-bottom:50px}}.hero-floating-target{position:absolute;width:120px;height:120px;right:18%;top:40%;transform:translate(-50%,-50%);cursor:none;z-index:10;pointer-events:auto}.floating-target-ring{position:absolute;inset:0;width:100%;height:100%;animation:floatingSpin 8s linear infinite}.floating-target-text{font-size:13px;font-weight:700;letter-spacing:2px;fill:rgb(255 255 255 / .85);font-family:'Inter',sans-serif;text-transform:uppercase}.floating-target-center{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;width:52px;height:52px;background:var(--primary-green);border-radius:50%;margin:auto;top:0;left:0;right:0;bottom:0;color:#fff;transition:background 0.3s ease,transform 0.3s ease;box-shadow:0 8px 24px rgb(22 163 74 / .45)}.hero-floating-target:hover .floating-target-center{background:#fff;color:var(--primary-green);transform:scale(1.1)}@keyframes floatingSpin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}#cursor-dot,#cursor-ring{display:none}@media (pointer:fine){#cursor-dot,#cursor-ring{display:block}#cursor-dot{position:fixed;top:0;left:0;width:10px;height:10px;background:var(--primary-green);border-radius:50%;pointer-events:none;z-index:99999;transform:translate(-50%,-50%);transition:width 0.2s ease,height 0.2s ease,background 0.2s ease}#cursor-ring{position:fixed;top:0;left:0;width:38px;height:38px;border:2px solid var(--primary-green);border-radius:50%;pointer-events:none;z-index:99998;transform:translate(-50%,-50%);transition:width 0.2s ease,height 0.2s ease,border-color 0.2s ease,opacity 0.2s ease;opacity:.6}body.cursor-hover #cursor-dot{width:8px;height:8px;background:#fff}body.cursor-hover #cursor-ring{width:56px;height:56px;background:rgb(22 163 74 / .12);border-color:var(--primary-green);opacity:1}body.cursor-click #cursor-dot{width:6px;height:6px}body.cursor-click #cursor-ring{width:28px;height:28px;opacity:1}}input,textarea,select{cursor:text}.mobile-nav-toggle{display:none;position:relative;width:30px;height:20px;background:#fff0;border:none;cursor:pointer;padding:0;z-index:1100}.hamburger-line{position:absolute;left:0;width:100%;height:2.5px;background-color:var(--white);border-radius:2px;transition:transform 0.4s cubic-bezier(.25,.46,.45,.94),opacity 0.3s ease,background-color 0.3s ease}.line-1{top:0}.line-2{top:50%;transform:translateY(-50%)}.line-3{bottom:0}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:rgb(17 24 39 / .96);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);z-index:1050;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;visibility:hidden;transition:opacity 0.5s cubic-bezier(.25,.46,.45,.94),visibility 0.5s ease}.mobile-menu-overlay.active{opacity:1;pointer-events:auto;visibility:visible}.mobile-navigation{width:100%;max-width:450px;padding:0 32px;text-align:center}.mobile-menu{list-style:none;padding:0;margin:0 0 40px 0;display:flex;flex-direction:column;gap:24px}.mobile-menu li{opacity:0;transform:translateY(24px)}.mobile-menu a{color:var(--white);font-size:32px;font-weight:800;letter-spacing:-.5px;transition:color 0.25s ease}.mobile-menu a:hover{color:var(--primary-green)}.mobile-menu-cta{opacity:0;transform:translateY(24px)}.mobile-menu-cta .btn{font-size:16px;padding:14px 32px}@media (max-width:1024px){.hero-stats{width:92%}}@media (max-width:768px){.header-actions-desktop{display:none}.mobile-nav-toggle{display:flex}body.mobile-menu-open{overflow:hidden}body.mobile-menu-open .site-header{position:fixed;z-index:1100;border-bottom:none}.hero-section{padding-top:140px;padding-bottom:40px;min-height:auto}.hero-content h1{font-size:38px;line-height:1.2}.hero-content p{font-size:15px;margin-bottom:28px}.hero-actions{flex-direction:column;gap:12px;margin-bottom:40px}.hero-actions .btn{width:100%;display:block}.hero-floating-target{display:none!important}.hero-stats{position:relative;bottom:0;left:0;transform:none;width:100%;margin-top:30px;box-shadow:0 10px 30px rgb(0 0 0 / .15)}.stats-container{grid-template-columns:repeat(2,1fr);padding:24px 0;gap:20px 0}.stat-item h3{font-size:28px}.stat-item p{font-size:11px}.section-padding{padding:60px 0}.section-heading{margin-bottom:36px}.section-heading h2{font-size:28px}.about-section{padding:60px 0}.about-grid{gap:40px}.about-image-wrapper{padding:0 24px 24px 0;max-width:400px;margin:0 auto}.green-border{border-width:4px}.white-box{width:80px;height:80px;bottom:-4px;left:10px}.about-content-col h2{font-size:28px}.carousel-dots{margin-top:20px}.clients-track{gap:40px}.testi-header{margin-bottom:32px}.testi-header-text h2{font-size:28px}.contact-wrapper{gap:40px}.contact-info-col h2{font-size:32px}}@media (max-width:480px){.contact-form{padding:28px 20px}}