@charset "UTF-8";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.form-group{margin-bottom:2rem}.form-label{display:block;font-weight:500;margin-bottom:.5rem;color:#2e2e2e}.form-input,.form-textarea,.form-select{width:100%;padding:1rem;font-family:inter,-apple-system,BlinkMacSystemFont,segoe ui,helvetica,arial,sans-serif;font-size:1rem;border:2px solid #e2e8f0;border-radius:8px;background-color:#fff;transition:border-color .2s ease,box-shadow .2s ease}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:#6bbf1d;box-shadow:0 0 0 3px rgba(107,191,29,.2)}.form-input::placeholder,.form-textarea::placeholder,.form-select::placeholder{color:#5a5a5a}.form-textarea{min-height:120px;resize:vertical}.form-error{color:#dc2626;font-size:.88rem;margin-top:.5rem}.form-success{color:#2f7d32;font-size:.88rem;margin-top:.5rem}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:inter,-apple-system,BlinkMacSystemFont,segoe ui,helvetica,arial,sans-serif;font-weight:400;color:#2e2e2e;background-color:#f8fafc;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@media(max-width:768px){.container{padding:0 1rem}}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:1rem;color:#2e2e2e}h1{font-size:clamp(2.3rem,5vw,3.8rem);font-weight:700}h2{font-size:clamp(1.9rem,4vw,2.8rem)}h3{font-size:clamp(1.5rem,3vw,2rem)}p{margin-bottom:1rem;color:#5a5a5a}.btn{display:inline-block;padding:1rem 2rem;font-family:inter,-apple-system,BlinkMacSystemFont,segoe ui,helvetica,arial,sans-serif;font-weight:600;font-size:1rem;text-decoration:none;border-radius:8px;transition:all .3s ease;cursor:pointer;border:2px solid transparent;text-align:center}.btn-primary{background-color:#6bbf1d;color:#fff!important;font-size:1.1rem}.btn-primary:hover{background-color:#2f7d32;transform:translateY(-2px);box-shadow:0 10px 15px rgba(0,0,0,.1);color:#fff!important}.btn-secondary{background-color:#2e2e2e;color:#fff}.btn-secondary:hover{background-color:#484848;transform:translateY(-2px);box-shadow:0 4px 6px rgba(0,0,0,.1)}.btn-outline{background-color:initial;border-color:#6bbf1d;color:#6bbf1d}.btn-outline:hover{background-color:#6bbf1d;color:#fff}.btn-white{background-color:#fff;color:#6bbf1d}.btn-white:hover{background-color:#f8fafc;transform:translateY(-2px);box-shadow:0 4px 6px rgba(0,0,0,.1)}.header{position:fixed;top:0;left:0;right:0;background-color:rgba(255,255,255,.95);backdrop-filter:blur(10px);z-index:1000;transition:box-shadow .3s ease;padding:1rem 0}.header.scrolled{box-shadow:0 4px 6px rgba(0,0,0,.1)}@media(max-width:768px){.header{padding:.5rem 0}}.header .container{display:flex;justify-content:space-between;align-items:center;min-height:48px}.header .logo{text-decoration:none;display:flex;align-items:center}.header .logo .logo-img{height:56px;width:auto}@media(max-width:768px){.header .logo .logo-img{height:44px}}.header nav{display:flex;gap:2rem;align-items:center}@media(max-width:1024px){.header nav{display:none}.header nav.mobile-open{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background-color:#fff;padding:2rem;box-shadow:0 10px 15px rgba(0,0,0,.1);gap:1rem}}.header nav a{text-decoration:none;color:#2e2e2e;font-weight:500;transition:color .2s ease}.header nav a:hover{color:#6bbf1d}.header .mobile-toggle{display:none;background:0 0;border:none;font-size:1.5rem;cursor:pointer;color:#2e2e2e}@media(max-width:1024px){.header .mobile-toggle{display:block}}section{padding:6rem 0}@media(max-width:768px){section{padding:4rem 0}}.section-dark{background-color:#2e2e2e;color:#fff}.section-dark h2,.section-dark h3{color:#fff}.section-dark p{color:rgba(255,255,255,.8)}.section-title{text-align:center;margin-bottom:4rem}.section-title p{max-width:600px;margin:0 auto}.hero{padding-top:120px;min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,#F8FAFC 0%,#FFFFFF 50%,#e0f7ca 100%);position:relative;overflow:hidden}@media(max-width:768px){.hero{padding-top:100px;min-height:auto;padding-bottom:4rem}}.hero .hero-content{max-width:800px}.hero h1{margin-bottom:2rem}.hero h1 .highlight{color:#6bbf1d}.hero .hero-subtitle{font-size:1.3rem;margin-bottom:3rem;color:#5a5a5a;max-width:600px}.hero .hero-cta{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:3rem}.hero .hero-stats{display:flex;gap:4rem;flex-wrap:wrap}@media(max-width:480px){.hero .hero-stats{gap:2rem}}.hero .hero-stats .stat{text-align:left}.hero .hero-stats .stat .stat-number{font-size:2rem;font-weight:700;color:#6bbf1d;display:block}.hero .hero-stats .stat .stat-label{font-size:.88rem;color:#5a5a5a}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card{background:#fff;padding:3rem;border-radius:12px;box-shadow:0 1px 2px rgba(0,0,0,5%);border:1px solid #e2e8f0;transition:all .3s ease}.service-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px rgba(0,0,0,.1);border-color:#6bbf1d}.service-card .service-icon{width:64px;height:64px;background:#d3f4b4;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:2rem;font-size:2rem}.service-card h3{margin-bottom:1rem}.service-card ul{list-style:none;margin-top:1rem}.service-card ul li{padding:.5rem 0;color:#5a5a5a;display:flex;align-items:center;gap:.5rem}.service-card ul li::before{content:'✓';color:#6bbf1d;font-weight:700}.process-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.process-item{text-align:center;padding:2rem}.process-item .process-number{width:60px;height:60px;background:#6bbf1d;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 2rem}.process-item h3{margin-bottom:1rem}.process-item p{font-size:.95rem}.results-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;text-align:center}.result-item .result-number{font-size:3rem;font-weight:700;color:#6bbf1d;line-height:1;margin-bottom:.5rem}.result-item .result-label{font-size:1rem;color:#5a5a5a}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}@media(max-width:480px){.testimonials-grid{grid-template-columns:1fr}}.testimonial-card{background:rgba(255,255,255,5%);padding:3rem;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.testimonial-card .testimonial-text{font-size:1.1rem;font-style:italic;margin-bottom:2rem;line-height:1.7}.testimonial-card .testimonial-author{display:flex;align-items:center;gap:1rem}.testimonial-card .testimonial-author .author-avatar{width:48px;height:48px;border-radius:50%;background:#6bbf1d;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff}.testimonial-card .testimonial-author .author-info .author-name{font-weight:600;color:#fff}.testimonial-card .testimonial-author .author-info .author-role{font-size:.88rem;opacity:.7}.faq-container{max-width:800px;margin:3rem auto 0}.faq-item{background:#fff;margin-bottom:1rem;border-radius:8px;overflow:hidden;box-shadow:0 1px 2px rgba(0,0,0,5%);border:1px solid #e2e8f0}.faq-item .faq-question{width:100%;padding:2rem;background:0 0;border:none;text-align:left;font-family:inter,-apple-system,BlinkMacSystemFont,segoe ui,helvetica,arial,sans-serif;font-size:1.1rem;font-weight:600;color:#2e2e2e;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background-color .2s ease}.faq-item .faq-question:hover{background-color:#f8fafc}.faq-item .faq-question::after{content:'+';font-size:1.5rem;color:#6bbf1d;transition:transform .3s ease}.faq-item .faq-question.active::after{transform:rotate(45deg)}.faq-item .faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease;padding:0 2rem}.faq-item .faq-answer.active{max-height:500px;padding:0 2rem 2rem}.faq-item .faq-answer p{line-height:1.7}.cta-section{background:linear-gradient(135deg,#6BBF1D 0%,#2F7D32 100%);text-align:center;padding:6rem 0}.cta-section h2{color:#fff;margin-bottom:1rem}.cta-section p{color:rgba(255,255,255,.9);margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.footer{background-color:#2e2e2e;color:#fff;padding:4rem 0 2rem}.footer .footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;margin-bottom:3rem}.footer .footer-section h4{color:#fff;margin-bottom:2rem;font-size:1.1rem}.footer .footer-section p{color:rgba(255,255,255,.7)}.footer .footer-section ul{list-style:none}.footer .footer-section ul li{margin-bottom:.5rem}.footer .footer-section ul li a{color:rgba(255,255,255,.7);text-decoration:none;transition:color .2s ease}.footer .footer-section ul li a:hover{color:#6bbf1d}.footer .footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);font-size:.9rem;color:rgba(255,255,255,.6)}.footer .footer-bottom p{margin-bottom:.5rem;color:rgba(255,255,255,.6)}.footer .footer-bottom a{color:rgba(255,255,255,.6);text-decoration:none;transition:color .2s ease}.footer .footer-bottom a:hover{color:#6bbf1d}.error-page{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem}.error-page .error-code{font-size:8rem;font-weight:700;color:#6bbf1d;line-height:1;margin-bottom:1rem}.error-page h1{margin-bottom:2rem}.error-page p{margin-bottom:3rem;max-width:500px}.text-center{text-align:center}.text-primary{color:#6bbf1d}.mb-lg{margin-bottom:3rem}.mt-lg{margin-top:3rem}.contact-section{background:linear-gradient(135deg,#F8FAFC 0%,#FFFFFF 100%)}.contact-form-wrapper{max-width:700px;margin:0 auto}.contact-form{background:#fff;padding:3rem;border-radius:12px;box-shadow:0 10px 15px rgba(0,0,0,.1);border:1px solid #e2e8f0}@media(max-width:768px){.contact-form{padding:2rem}}.contact-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:2rem}@media(max-width:768px){.contact-form .form-row{grid-template-columns:1fr}}.contact-form .form-group{margin-bottom:2rem}.contact-form .form-label{display:block;font-weight:500;margin-bottom:.5rem;color:#2e2e2e}.contact-form .form-input{width:100%;padding:1rem;font-family:inter,-apple-system,BlinkMacSystemFont,segoe ui,helvetica,arial,sans-serif;font-size:1rem;border:2px solid #e2e8f0;border-radius:8px;background-color:#fff;transition:border-color .2s ease,box-shadow .2s ease}.contact-form .form-input:focus{outline:none;border-color:#6bbf1d;box-shadow:0 0 0 3px rgba(107,191,29,.2)}.contact-form .form-input::placeholder{color:#5a5a5a}.contact-form .form-textarea{min-height:120px;resize:vertical}.contact-form .form-checkbox label{display:flex;align-items:flex-start;gap:1rem;cursor:pointer}.contact-form .form-checkbox label input[type=checkbox]{margin-top:4px;width:18px;height:18px;accent-color:#6BBF1D}.contact-form .form-checkbox label span{font-size:.88rem;color:#5a5a5a;line-height:1.5}.contact-form .btn-submit{width:100%;padding:2rem;font-size:1.1rem}.contact-form .form-message{margin-top:2rem;padding:2rem;border-radius:8px;text-align:center}.contact-form .form-message.form-success{background:#e0f7ca;color:#2f7d32;border:1px solid #6bbf1d}.contact-form .form-message.form-error{background:#fee2e2;color:#dc2626;border:1px solid #dc2626}