:root{--services-primary:#a7c610;--services-secondary:#c8e34a;--services-dark:#2d2d2d;--services-light:#fbfdf3;--services-white:#ffffff;--services-text-dark:#333333;--services-text-light:#666666;--services-text-muted:#999999;--services-border:#e0e0e0;--services-shadow:rgba(0,0,0,0.1);--services-shadow-hover:rgba(0,0,0,0.15)}.services-page{min-height:100vh;background-color:var(--services-white)}.services-hero{background:var(--services-white);padding:100px 0 80px;position:relative;overflow:hidden}.services-hero-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;max-width:1200px;margin:0 auto}.services-hero-left{max-width:500px}.services-hero-title{font-size:48px;font-weight:700;line-height:1.1;color:var(--services-text-dark);margin-bottom:24px;letter-spacing:-1px}.text-highlight{color:var(--services-primary)}.text-sustainable{color:var(--services-secondary)}.services-hero-description{font-size:18px;color:var(--services-text-light);line-height:1.6;margin-bottom:32px}.services-cta-button{display:inline-block;background-color:var(--services-primary);color:var(--services-white);padding:14px 28px;border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s ease;font-size:16px}.services-cta-button:hover{background-color:#7cb342;transform:translateY(-2px);box-shadow:0 4px 15px rgba(139,195,74,.3);color:var(--services-white)}.services-hero-right{position:relative;display:flex;justify-content:center;align-items:center}.services-hero-image-container{position:relative;width:30vw;height:30vw}.services-hero-background{position:absolute;top:8px;left:25px;right:-11px;bottom:0;background:linear-gradient(135deg,var(--services-primary) 0,var(--services-secondary) 100%);border-radius:200px;z-index:1}.services-hero-image{position:relative;z-index:2;border-radius:20px;object-fit:cover;width:100%;height:100%;padding:40px 0 0 40px}.services-stats-badge{position:absolute;background:var(--services-white);border-radius:16px;padding:16px;box-shadow:0 8px 25px var(--services-shadow);display:flex;align-items:center;gap:12px;z-index:3;min-width:180px;transition:transform .3s ease}.services-stats-badge-column{flex-direction:column;align-items:center}.services-stats-badge:hover{transform:translateY(-2px)}.services-stats-1{top:20px;right:-110px}.services-stats-2{bottom:300px;left:-70px}.services-stats-3{bottom:60px;right:-20px}.services-stats-4{bottom:50px;left:-70px}.stats-icon{font-size:24px;width:40px;height:40px;background:linear-gradient(135deg,var(--services-primary) 0,var(--services-secondary) 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stats-icon-trasparent{background:transparent!important}.stats-content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2px}.stats-number{font-size:20px;font-weight:700;color:var(--services-text-dark);line-height:1}.stats-label{font-size:12px;color:var(--services-text-light);font-weight:500;line-height:1.2}.services-grid-section{background-color:var(--services-light);background-image:url(/Images/how-it-works-bg.svg);padding:80px 0}.services-grid-header{text-align:center;margin-bottom:60px}.services-grid-title{font-size:36px;font-weight:600;color:var(--services-text-dark);margin:0}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;max-width:1200px;margin:0 auto}.service-card{background:var(--services-white);border-radius:16px;padding:30px;box-shadow:0 4px 20px var(--services-shadow);transition:all .3s ease;border:1px solid var(--services-border)}.service-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px var(--services-shadow-hover)}.service-card-header{margin-bottom:20px;display:flex;gap:20px}.service-icon{min-width:46px;min-height:46px;background:#f8f8f8;border-radius:16px;display:flex;align-items:center;justify-content:center;color:var(--services-white);margin-bottom:16px}.service-title{font-size:20px;font-weight:600;color:var(--services-text-dark);margin:0;line-height:1.3}.service-description{font-size:14px;color:var(--services-text-light);line-height:1.6;margin:0 0 20px}.service-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.service-feature{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--services-text-light)}.feature-bullet{color:var(--services-primary);font-weight:600;font-size:12px}.services-faq-section{background-color:var(--services-white);padding:80px 0}.services-faq-container{max-width:800px;margin:0 auto;background-color:var(--services-white);border-radius:16px;padding:60px 50px;box-shadow:0 4px 20px var(--services-shadow)}.services-faq-title{font-size:28px;font-weight:600;color:var(--services-text-dark);text-align:center;margin:0 0 50px;line-height:1.2}.services-faq-list{display:flex;flex-direction:column;gap:0}.services-faq-item{border-bottom:1px solid var(--services-border);transition:all .3s ease}.services-faq-item:last-child{border-bottom:none}.services-faq-header{display:flex;align-items:flex-start;gap:24px;padding:32px 0;cursor:pointer;transition:all .3s ease}.services-faq-header:hover{background-color:rgba(0,0,0,.02);margin:0 -20px;padding:32px 20px;border-radius:8px}.services-faq-number{font-size:24px;font-weight:400;color:var(--services-text-muted);line-height:1.2;flex-shrink:0;width:40px}.services-faq-question{font-size:18px;font-weight:600;color:var(--services-text-dark);line-height:1.4;flex:1;margin:0;padding-right:20px}.services-faq-toggle{background:none;border:none;cursor:pointer;padding:0;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--services-text-light);transition:all .3s ease;flex-shrink:0;margin-top:-2px}.services-faq-toggle:hover{background-color:#f5f5f5;color:var(--services-text-dark)}.services-faq-toggle.expanded{background-color:var(--services-text-dark);color:var(--services-white)}.services-faq-content{overflow:hidden;transition:all .3s ease}.services-faq-content.expanded{max-height:500px;opacity:1;padding:0 0 32px 64px;margin-top:-16px}.services-faq-content.collapsed{max-height:0;opacity:0;padding:0 0 0 64px;margin-top:0}.services-faq-answer{font-size:16px;color:var(--services-text-light);line-height:1.6;margin:0;max-width:600px}.services-contact-section{background-color:var(--services-light);padding:80px 0}.services-contact-card{background:var(--services-dark);border-radius:24px;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.15);display:grid;grid-template-columns:1fr 400px;min-height:320px;max-width:900px;margin:0 auto}.services-contact-left{padding:50px 60px;display:flex;flex-direction:column;justify-content:center}.services-contact-tag{background:var(--services-primary);color:var(--services-white);font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;padding:6px 12px;border-radius:12px;display:inline-block;width:fit-content;margin-bottom:24px}.services-contact-title{font-size:28px;font-weight:700;color:var(--services-white);line-height:1.2;margin:0 0 20px;letter-spacing:-.5px}.services-contact-description{font-size:14px;color:#cccccc;line-height:1.5;margin:0}.services-contact-right{background:linear-gradient(135deg,var(--services-secondary) 0,var(--services-primary) 100%);padding:40px 35px;display:flex;align-items:center}.services-contact-form{width:100%;display:flex;flex-direction:column;gap:16px}.services-form-group{position:relative}.services-form-input{width:100%;background:var(--services-white);border:none;border-radius:8px;padding:14px 16px;font-size:14px;color:var(--services-text-dark);transition:all .3s ease;box-shadow:0 2px 4px rgba(0,0,0,.05)}.services-form-input:focus{outline:none;box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateY(-1px)}.services-form-input::placeholder{color:var(--services-text-muted)}.services-form-textarea{width:100%;background:var(--services-white);border:none;border-radius:8px;padding:14px 16px;font-size:14px;color:var(--services-text-dark);resize:vertical;min-height:80px;font-family:inherit;transition:all .3s ease;box-shadow:0 2px 4px rgba(0,0,0,.05)}.services-form-textarea:focus{outline:none;box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateY(-1px)}.services-form-textarea::placeholder{color:var(--services-text-muted)}.services-form-submit{background:var(--services-dark);color:var(--services-white);border:none;border-radius:8px;padding:16px 24px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:8px;box-shadow:0 4px 12px rgba(0,0,0,.15)}.services-form-submit:hover{background:#1a1a1a;transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.25)}@media (max-width:1200px){.services-hero-content{gap:60px}.services-hero-title{font-size:42px}.services-hero-image-container{width:350px;height:450px}.services-stats-1{right:-120px}.services-stats-2{left:-50px}}@media (max-width:992px){.services-hero{padding:80px 0 60px}.services-hero-content{grid-template-columns:1fr;gap:50px;text-align:center}.services-hero-left{max-width:none;order:2}.services-hero-right{order:1}.services-hero-title{font-size:38px}.services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.service-card{padding:24px}.services-faq-container{padding:40px 30px;margin:0 16px}.services-contact-card{grid-template-columns:1fr;max-width:600px}.services-contact-left{padding:40px 40px 30px;text-align:center}.services-contact-right{padding:30px 40px 40px}}@media (max-width:768px){.services-hero{padding:60px 0 40px}.services-hero-title{font-size:32px;margin-bottom:20px}.services-hero-description{font-size:16px;margin-bottom:28px}.services-hero-image-container{width:300px;height:380px}.services-stats-badge{min-width:160px;padding:12px}.services-stats-1{top:17px;right:-110px}.services-stats-2{bottom:250px;left:-18px}.services-stats-3{bottom:40px;right:-10px}.stats-number{font-size:18px}.stats-label{font-size:11px}.services-grid-section{padding:60px 0}.services-grid-title{font-size:28px}.services-grid{grid-template-columns:1fr;gap:20px}.service-card{padding:20px}.service-title{font-size:18px}.services-faq-section{padding:60px 0}.services-faq-title{font-size:24px;margin-bottom:40px}.services-faq-header{gap:16px;padding:24px 0}.services-faq-number{font-size:20px;width:32px}.services-faq-question{font-size:16px}.services-faq-content.expanded{padding:0 0 24px 48px}.services-contact-section{padding:60px 0}.services-contact-card{margin:0 16px;border-radius:20px}.services-contact-left{padding:30px 30px 20px}.services-contact-title{font-size:24px;margin-bottom:16px}.services-contact-description{font-size:13px}.services-contact-right{padding:20px 30px 30px}.services-contact-form{gap:14px}.services-form-input,.services-form-textarea{padding:12px 14px;font-size:13px}.services-form-submit{padding:14px 20px;font-size:13px}}@media (max-width:480px){.services-hero-title{font-size:28px}.services-hero-description{font-size:14px}.services-hero-image-container{width:280px;height:350px}.services-stats-badge{min-width:140px;padding:10px}.stats-icon{width:32px;height:32px;font-size:20px}.stats-number{font-size:16px}.stats-label{font-size:10px}.services-grid-title{font-size:24px}.service-card{padding:16px}.service-icon{width:48px;height:48px}.service-title{font-size:16px}.service-description{font-size:13px}.services-faq-container{padding:30px 20px}.services-faq-title{font-size:22px;margin-bottom:30px}.services-faq-header{gap:12px;padding:20px 0}.services-faq-number{font-size:18px;width:28px}.services-faq-question{font-size:15px}.services-faq-content.expanded{padding:0 0 20px 40px}.services-faq-answer{font-size:14px}.services-contact-card{margin:0 12px;border-radius:16px}.services-contact-left{padding:24px 20px 16px}.services-contact-tag{font-size:10px;padding:5px 10px;margin-bottom:20px}.services-contact-title{font-size:20px;margin-bottom:12px}.services-contact-description{font-size:12px}.services-contact-right{padding:16px 20px 24px}.services-contact-form{gap:12px}.services-form-input,.services-form-textarea{padding:11px 12px;font-size:12px}.services-form-textarea{min-height:70px}.services-form-submit{padding:12px 18px;font-size:12px;margin-top:4px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.services-grid .service-card{animation:fadeInUp .6s ease-out}.services-grid .service-card:first-child{animation-delay:.1s}.services-grid .service-card:nth-child(2){animation-delay:.2s}.services-grid .service-card:nth-child(3){animation-delay:.3s}.services-grid .service-card:nth-child(4){animation-delay:.4s}.services-grid .service-card:nth-child(5){animation-delay:.5s}.services-grid .service-card:nth-child(6){animation-delay:.6s}.services-cta-button:focus,.services-faq-header:focus,.services-form-input:focus,.services-form-submit:focus,.services-form-textarea:focus{outline:2px solid var(--services-primary);outline-offset:2px}@media print{.services-hero{background:white!important;color:black!important}.service-card,.services-stats-badge{box-shadow:none!important;border:1px solid #ccc!important}.service-card{break-inside:avoid}}