:root{--primary-color:#2c7a4e;--primary-dark:#1e5a3a;--primary-light:#3d9a65;--secondary-color:#8fbc8f;--accent-color:#e8f5e9;--text-dark:#2c3e50;--text-light:#5d6d7e;--white:#fff;--bg-light:#f8faf9;--border-color:#e0e7e4;--shadow-sm:0 2px 8px rgba(44,122,78,.08);--shadow-md:0 4px 20px rgba(44,122,78,.12);--shadow-lg:0 8px 30px rgba(44,122,78,.15)}html{font-size:16px;scroll-behavior:smooth}body{font-family:'Segoe UI',system-ui,-apple-system,sans-serif;color:var(--text-dark);line-height:1.7;margin:0;padding:0}.navbar{background:var(--white)!important;padding:1rem 0;transition:all .3s ease;box-shadow:var(--shadow-sm)}.navbar-brand{font-size:1.5rem;font-weight:700;color:var(--primary-color)!important;letter-spacing:-.5px}.navbar-nav .nav-link{color:var(--text-dark)!important;font-weight:500;padding:.5rem 1rem!important;transition:color .3s ease;font-size:.95rem}.navbar-nav .nav-link:hover{color:var(--primary-color)!important}.navbar-toggler{border:0;padding:.5rem}.navbar-toggler:focus{box-shadow:none}.hero-section{background:linear-gradient(135deg,var(--accent-color) 0%,var(--white) 100%);padding:6rem 0 5rem;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,var(--secondary-color) 0%,transparent 70%);opacity:.3;border-radius:50%}.hero-title{font-size:2.8rem;font-weight:700;color:var(--text-dark);line-height:1.3;margin-bottom:1.5rem}.hero-subtitle{font-size:1.2rem;color:var(--text-light);margin-bottom:2rem;max-width:600px}.hero-list{list-style:none;padding:0;margin:2rem 0}.hero-list li{padding:.5rem 0;display:flex;align-items:center;gap:.75rem;font-size:1.05rem;color:var(--text-dark)}.hero-list li::before{content:'✓';display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:var(--primary-color);color:var(--white);border-radius:50%;font-size:.8rem;font-weight:bold;flex-shrink:0}.btn-primary{background-color:var(--primary-color);border-color:var(--primary-color);color:var(--white);padding:.875rem 2rem;font-weight:600;border-radius:50px;transition:all .3s ease;text-decoration:none;display:inline-block;font-size:1rem}.btn-primary:hover,.btn-primary:focus{background-color:var(--primary-dark);border-color:var(--primary-dark);color:var(--white);transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-outline-primary{color:var(--primary-color);border:2px solid var(--primary-color);background:transparent;padding:.8rem 1.8rem;font-weight:600;border-radius:50px;transition:all .3s ease}.btn-outline-primary:hover{background-color:var(--primary-color);border-color:var(--primary-color);color:var(--white)}.btn-lg{padding:1rem 2.5rem;font-size:1.1rem}.section{padding:5rem 0}.section-gray{background-color:var(--bg-light)}.section-accent{background-color:var(--accent-color)}.section-title{font-size:2.2rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem;text-align:center}.section-subtitle{font-size:1.1rem;color:var(--text-light);max-width:700px;margin:0 auto 3rem;text-align:center}.feature-card{background:var(--white);border-radius:16px;padding:2rem;height:100%;box-shadow:var(--shadow-sm);transition:all .3s ease;border:1px solid var(--border-color)}.feature-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.feature-icon{width:60px;height:60px;background:var(--accent-color);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.75rem;margin-bottom:1.25rem}.feature-title{font-size:1.25rem;font-weight:600;color:var(--text-dark);margin-bottom:.75rem}.feature-text{color:var(--text-light);font-size:.95rem;margin-bottom:0}.why-item{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem 0;border-bottom:1px solid var(--border-color)}.why-item:last-child{border-bottom:0}.why-check{width:28px;height:28px;background:var(--primary-color);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.9rem;flex-shrink:0;margin-top:2px}.why-content h4{font-size:1.1rem;font-weight:600;color:var(--text-dark);margin-bottom:.25rem}.why-content p{color:var(--text-light);margin:0;font-size:.95rem}.service-card{background:var(--white);border-radius:20px;overflow:hidden;box-shadow:var(--shadow-sm);height:100%;transition:all .3s ease}.service-card:hover{box-shadow:var(--shadow-lg)}.service-header{background:linear-gradient(135deg,var(--primary-color),var(--primary-light));color:var(--white);padding:2rem;text-align:center}.service-icon{font-size:2.5rem;margin-bottom:1rem}.service-title{font-size:1.4rem;font-weight:700;margin:0}.service-body{padding:2rem}.service-list{list-style:none;padding:0;margin:0}.service-list li{padding:.6rem 0;color:var(--text-dark);display:flex;align-items:flex-start;gap:.75rem;font-size:.95rem}.service-list li::before{content:'✓';color:var(--primary-color);font-weight:bold;flex-shrink:0}.pricing-card{background:var(--white);border-radius:20px;overflow:hidden;box-shadow:var(--shadow-sm);height:100%;transition:all .3s ease;border:2px solid transparent}.pricing-card:hover{box-shadow:var(--shadow-lg)}.pricing-card.featured{border-color:var(--primary-color);transform:scale(1.02)}.pricing-header{padding:2rem 2rem 1.5rem;text-align:center;border-bottom:1px solid var(--border-color)}.pricing-title{font-size:1.5rem;font-weight:700;color:var(--text-dark);margin-bottom:.5rem}.pricing-badge{display:inline-block;background:var(--accent-color);color:var(--primary-color);padding:.35rem 1rem;border-radius:50px;font-size:.85rem;font-weight:600;margin-bottom:1rem}.pricing-time{color:var(--text-light);font-size:.95rem}.pricing-body{padding:1.5rem 2rem}.pricing-list{list-style:none;padding:0;margin:0 0 1.5rem}.pricing-list li{padding:.6rem 0;color:var(--text-dark);display:flex;align-items:flex-start;gap:.75rem;font-size:.95rem;border-bottom:1px solid var(--border-color)}.pricing-list li:last-child{border-bottom:0}.pricing-list li::before{content:'✓';color:var(--primary-color);font-weight:bold;flex-shrink:0}.pricing-footer{padding:1rem 2rem 2rem;text-align:center}.process-step{text-align:center;padding:2rem 1rem;position:relative}.step-number{width:60px;height:60px;background:var(--primary-color);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1.25rem}.step-title{font-size:1.15rem;font-weight:600;color:var(--text-dark);margin-bottom:.5rem}.step-text{color:var(--text-light);font-size:.95rem}.process-connector{position:absolute;top:30px;right:-50%;width:100%;height:2px;background:var(--border-color);z-index:-1}.contact-section{background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));color:var(--white);padding:5rem 0}.contact-title{font-size:2.2rem;font-weight:700;margin-bottom:1rem}.contact-text{opacity:.9;margin-bottom:2rem;font-size:1.1rem}.contact-info{margin-top:2rem}.contact-item{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.contact-icon{width:50px;height:50px;background:rgba(255,255,255,.2);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.25rem}.contact-label{font-size:.85rem;opacity:.8;margin-bottom:.25rem}.contact-value{font-size:1.1rem;font-weight:600}.form-control{border:2px solid var(--border-color);border-radius:12px;padding:.875rem 1.25rem;font-size:1rem;transition:all .3s ease}.form-control:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(44,122,78,.1)}.form-label{font-weight:500;color:var(--text-dark);margin-bottom:.5rem}.footer{background:var(--text-dark);color:var(--white);padding:4rem 0 2rem}.footer-brand{font-size:1.5rem;font-weight:700;color:var(--white);margin-bottom:1rem}.footer-text{color:rgba(255,255,255,.7);font-size:.95rem;line-height:1.7}.footer-title{font-size:1.1rem;font-weight:600;color:var(--white);margin-bottom:1.25rem}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.75rem}.footer-links a{color:rgba(255,255,255,.7);text-decoration:none;transition:color .3s ease;font-size:.95rem}.footer-links a:hover{color:var(--white)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;margin-top:3rem;text-align:center}.footer-copyright{color:rgba(255,255,255,.6);font-size:.9rem}.about-values{list-style:none;padding:0;margin:1.5rem 0}.about-values li{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;font-size:1.05rem;color:var(--text-dark)}.about-values li::before{content:'•';color:var(--primary-color);font-size:1.5rem;font-weight:bold}.info-box{background:var(--accent-color);border-radius:16px;padding:2rem;border-left:4px solid var(--primary-color)}.info-box-title{font-size:1.25rem;font-weight:600;color:var(--text-dark);margin-bottom:1rem}.info-box-list{list-style:none;padding:0;margin:0}.info-box-list li{padding:.4rem 0;color:var(--text-dark);font-size:.95rem}.cta-section{background:var(--accent-color);padding:4rem 0;text-align:center}.cta-title{font-size:2rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem}.cta-text{color:var(--text-light);font-size:1.1rem;margin-bottom:2rem}.testimonial-card{background:var(--white);border-radius:16px;padding:2rem;box-shadow:var(--shadow-sm);height:100%}.testimonial-text{font-style:italic;color:var(--text-dark);margin-bottom:1.5rem;line-height:1.8}.testimonial-author{font-weight:600;color:var(--text-dark)}.testimonial-role{color:var(--text-light);font-size:.9rem}.faq-item{background:var(--white);border-radius:12px;margin-bottom:1rem;overflow:hidden;box-shadow:var(--shadow-sm)}.faq-question{padding:1.25rem 1.5rem;font-weight:600;color:var(--text-dark);cursor:pointer;display:flex;justify-content:space-between;align-items:center}.faq-answer{padding:0 1.5rem 1.25rem;color:var(--text-light)}.additional-services{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.additional-service-item{display:flex;align-items:center;gap:.75rem;padding:1rem;background:var(--white);border-radius:12px;box-shadow:var(--shadow-sm);transition:all .3s ease}.additional-service-item:hover{box-shadow:var(--shadow-md)}.additional-service-icon{width:40px;height:40px;background:var(--accent-color);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.1rem}@media(max-width:991px){.hero-section{padding:4rem 0}.hero-title{font-size:2.2rem}.section{padding:4rem 0}.section-title{font-size:1.8rem}.process-connector{display:none}}@media(max-width:767px){.hero-title{font-size:1.8rem}.hero-subtitle{font-size:1rem}.section{padding:3rem 0}.section-title{font-size:1.5rem}.pricing-card.featured{transform:none}.navbar-brand{font-size:1.25rem}}.text-primary{color:var(--primary-color)!important}.bg-primary{background-color:var(--primary-color)!important}.mb-6{margin-bottom:4rem!important}.mt-6{margin-top:4rem!important}button.accept-policy{font-size:1rem;line-height:inherit}a{color:var(--primary-color)}a:hover{color:var(--primary-dark)}