.health-environment-form-container{max-width:100%;margin:0 auto;background-color:var(--white);border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;overflow:hidden}.form-content{padding:2rem}.form-progress{display:flex;align-items:center;justify-content:space-between;margin-bottom:3rem;padding:0 2rem}.progress-step{display:flex;flex-direction:column;align-items:center;position:relative;z-index:1}.step-number{width:40px;height:40px;border-radius:50%;background-color:var(--gray-200);color:var(--gray-600);display:flex;align-items:center;justify-content:center;font-weight:600;margin-bottom:.5rem;transition:all .3s ease}.step-label{font-size:.9rem;color:var(--gray-600);transition:all .3s ease}.progress-step.active .step-number{background-color:var(--secondary);color:var(--white)}.progress-step.active .step-label{color:var(--secondary);font-weight:600}.progress-line{flex:1;height:3px;background-color:var(--gray-200);position:relative;margin:0 .5rem;top:-20px;z-index:0}.form-step{margin-bottom:2rem}.form-step h2{font-size:1.8rem;color:var(--gray-800);margin-bottom:.5rem}.step-description{font-size:1rem;color:var(--gray-600);margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-row{display:flex;gap:1.5rem;margin-bottom:1.5rem}.form-row .form-group{flex:1;margin-bottom:0}label{display:block;font-weight:600;margin-bottom:.5rem;color:var(--gray-700)}.required{color:var(--danger);margin-right:.25rem}input[type=text],input[type=tel],input[type=email],select,textarea{width:100%;padding:.75rem 1rem;border:1px solid var(--gray-300);border-radius:.5rem;font-size:1rem;color:var(--gray-800);transition:all .3s ease}input[type=text]:focus,input[type=tel]:focus,input[type=email]:focus,select:focus,textarea:focus{border-color:var(--secondary);box-shadow:0 0 0 3px #0ea5e933;outline:none}textarea{min-height:120px;resize:vertical}.checkbox-group,.radio-group{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem 1.5rem;margin-top:.5rem}.checkbox-item,.radio-item{display:flex;align-items:center;gap:.5rem}.checkbox-item input[type=checkbox],.radio-item input[type=radio]{width:18px;height:18px;accent-color:var(--secondary);cursor:pointer}.checkbox-item label,.radio-item label{margin-bottom:0;font-weight:400;cursor:pointer}.file-upload{position:relative;margin-top:.5rem}.file-upload input[type=file]{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer;z-index:2}.upload-label{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem;border:2px dashed var(--gray-300);border-radius:.5rem;color:var(--gray-600);transition:all .3s ease}.upload-label svg{width:24px;height:24px;stroke:var(--secondary)}.file-upload:hover .upload-label{border-color:var(--secondary);background-color:var(--secondary-50)}.file-list{margin-top:1rem;padding:1rem;background-color:var(--gray-50);border-radius:.5rem}.file-list p{margin:0 0 .5rem;font-weight:600;color:var(--gray-700)}.file-list ul{list-style:none;padding:0;margin:0}.file-list li{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid var(--gray-200)}.file-list li:last-child{border-bottom:none}.remove-file{background:none;border:none;color:var(--danger);cursor:pointer;padding:.25rem;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.remove-file:hover{background-color:#ef44441a}.remove-file svg{width:16px;height:16px}.terms-group{margin-top:2rem}.terms-checkbox{display:flex;align-items:flex-start}.terms-checkbox input[type=checkbox]{margin-top:.25rem}.terms-checkbox label{line-height:1.5}.terms-checkbox a{color:var(--secondary);text-decoration:none;transition:all .3s ease}.terms-checkbox a:hover{text-decoration:underline}.form-actions{display:flex;justify-content:space-between;margin-top:2rem}.prev-btn,.next-btn,.submit-btn{display:inline-flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;border-radius:.5rem;font-size:1rem;font-weight:600;transition:all .3s ease;border:none;cursor:pointer}.prev-btn{background-color:var(--white);color:var(--gray-700);border:1px solid var(--gray-300)}.prev-btn:hover{background-color:var(--gray-100)}.next-btn{background-color:var(--secondary);color:var(--white)}.next-btn:hover{background-color:var(--secondary-dark)}.submit-btn{background-color:var(--secondary);color:var(--white)}.submit-btn:hover:not(:disabled){background-color:var(--secondary-dark)}.submit-btn:disabled{background-color:var(--gray-400);cursor:not-allowed}.prev-btn svg,.next-btn svg,.submit-btn svg{width:20px;height:20px}.spinner{display:inline-block;width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:var(--white);animation:spin 1s ease-in-out infinite;margin-right:.5rem}@keyframes spin{to{transform:rotate(360deg)}}.success-message{text-align:center;padding:3rem 2rem}.success-icon{width:80px;height:80px;background-color:var(--secondary-50);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem}.success-icon svg{width:40px;height:40px;stroke:var(--secondary)}.success-message h2{font-size:1.8rem;color:var(--gray-800);margin-bottom:1rem}.success-message p{color:var(--gray-600);max-width:600px;margin:0 auto 1.5rem;line-height:1.7}.reference-number{font-weight:600}.reference-number span{color:var(--secondary);font-size:1.1rem}.success-actions{margin-top:2rem}.return-btn{display:inline-flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;background-color:var(--secondary);color:var(--white);border-radius:.5rem;font-size:1rem;font-weight:600;transition:all .3s ease;border:none;cursor:pointer}.return-btn:hover{background-color:var(--secondary-dark)}@media (max-width: 768px){.form-progress{padding:0}.step-label{font-size:.8rem;display:none}.form-row{flex-direction:column;gap:1rem}.checkbox-group,.radio-group{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}@media (max-width: 480px){.form-content{padding:1.5rem}.form-progress{margin-bottom:2rem}.step-number{width:32px;height:32px;font-size:.9rem}.form-step h2{font-size:1.5rem}.checkbox-group,.radio-group{grid-template-columns:1fr}.form-actions{flex-direction:column;gap:1rem}.prev-btn,.next-btn,.submit-btn{width:100%;justify-content:center}}:root{--primary: #16a34a;--primary-light: #22c55e;--primary-dark: #15803d;--primary-50: #f0fdf4;--primary-100: #dcfce7;--primary-200: #bbf7d0;--secondary: #0ea5e9;--secondary-light: #38bdf8;--secondary-dark: #0284c7;--secondary-50: #f0f9ff;--dark: #1e293b;--gray-50: #f8fafc;--gray-100: #f1f5f9;--gray-200: #e2e8f0;--gray-300: #cbd5e1;--gray-400: #94a3b8;--gray-500: #64748b;--gray-600: #475569;--gray-700: #334155;--gray-800: #1e293b;--gray-900: #0f172a;--white: #ffffff;--success: #22c55e;--warning: #eab308;--danger: #ef4444;--info: #3b82f6}.hero-section[data-astro-cid-mvewjkcz]{position:relative;padding:4rem 2rem;background:linear-gradient(to left,#0ea5e90d,#0ea5e933);border-radius:1rem;margin-bottom:4rem;overflow:hidden}.hero-section[data-astro-cid-mvewjkcz]:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/images/pattern.svg);background-size:cover;opacity:.05;z-index:0}.hero-content[data-astro-cid-mvewjkcz]{display:flex;align-items:center;justify-content:space-between;position:relative;z-index:1}.hero-text[data-astro-cid-mvewjkcz]{flex:1;padding-right:2rem}.hero-section[data-astro-cid-mvewjkcz] h1[data-astro-cid-mvewjkcz]{font-size:3.5rem;color:var(--gray-800);margin-bottom:1rem;position:relative;display:inline-block}.hero-section[data-astro-cid-mvewjkcz] h1[data-astro-cid-mvewjkcz]:after{content:"";position:absolute;bottom:-.5rem;left:0;right:0;height:4px;background:linear-gradient(to right,var(--secondary),var(--secondary-light));border-radius:2px}.hero-subtitle[data-astro-cid-mvewjkcz]{font-size:1.5rem;color:var(--gray-600);margin-bottom:2rem;max-width:600px}.hero-buttons[data-astro-cid-mvewjkcz]{display:flex;gap:1rem}.primary-btn[data-astro-cid-mvewjkcz],.secondary-btn[data-astro-cid-mvewjkcz]{display:inline-flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;border-radius:.5rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease}.primary-btn[data-astro-cid-mvewjkcz]{background:var(--secondary);color:var(--white)}.primary-btn[data-astro-cid-mvewjkcz]:hover{background:var(--secondary-dark);transform:translateY(-3px);box-shadow:0 10px 20px #0ea5e933}.secondary-btn[data-astro-cid-mvewjkcz]{background:var(--white);color:var(--secondary);border:1px solid var(--secondary)}.secondary-btn[data-astro-cid-mvewjkcz]:hover{background:var(--secondary-50);transform:translateY(-3px);box-shadow:0 10px 20px #0ea5e91a}.hero-buttons[data-astro-cid-mvewjkcz] svg[data-astro-cid-mvewjkcz]{width:20px;height:20px}.hero-image-container[data-astro-cid-mvewjkcz]{width:500px;height:350px;border-radius:1rem;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;position:relative}.hero-image[data-astro-cid-mvewjkcz]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.hero-image-container[data-astro-cid-mvewjkcz]:hover .hero-image[data-astro-cid-mvewjkcz]{transform:scale(1.05)}.sdg-section[data-astro-cid-mvewjkcz]{padding:4rem 0}.sdg-container[data-astro-cid-mvewjkcz]{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.sdg-card[data-astro-cid-mvewjkcz]{background:var(--white);border-radius:1rem;padding:2rem;text-align:center;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s ease;width:200px;border-top:4px solid var(--sdg-color)}.sdg-card[data-astro-cid-mvewjkcz]:hover{transform:translateY(-10px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.sdg-icon[data-astro-cid-mvewjkcz]{width:70px;height:70px;border-radius:50%;background:var(--white);border:2px solid var(--sdg-color);color:var(--sdg-color);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;position:relative}.sdg-number[data-astro-cid-mvewjkcz]{position:absolute;top:-10px;right:-10px;width:28px;height:28px;background:var(--sdg-color);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem}.sdg-icon[data-astro-cid-mvewjkcz] svg[data-astro-cid-mvewjkcz]{width:35px;height:35px;stroke:var(--sdg-color)}.sdg-card[data-astro-cid-mvewjkcz] h3[data-astro-cid-mvewjkcz]{font-size:1.1rem;margin-bottom:1rem;color:var(--gray-800)}.sdg-card[data-astro-cid-mvewjkcz] p[data-astro-cid-mvewjkcz]{color:var(--gray-600);font-size:.9rem;line-height:1.6}.statistics-section[data-astro-cid-mvewjkcz]{margin-bottom:4rem}.statistics-container[data-astro-cid-mvewjkcz]{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;padding:2rem;background:var(--white);border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.statistic-item[data-astro-cid-mvewjkcz]{text-align:center;padding:1.5rem;border-radius:.5rem;transition:all .3s ease}.statistic-item[data-astro-cid-mvewjkcz]:hover{background:var(--secondary-50);transform:translateY(-5px)}.statistic-value[data-astro-cid-mvewjkcz]{font-size:2.5rem;font-weight:700;color:var(--secondary);margin-bottom:.5rem}.statistic-title[data-astro-cid-mvewjkcz]{font-size:1.2rem;color:var(--gray-800);margin-bottom:.5rem}.statistic-description[data-astro-cid-mvewjkcz]{font-size:.9rem;color:var(--gray-600)}.section-header[data-astro-cid-mvewjkcz]{text-align:center;margin-bottom:3rem}.section-header[data-astro-cid-mvewjkcz] h2[data-astro-cid-mvewjkcz]{font-size:2.5rem;color:var(--gray-800);margin-bottom:1rem;position:relative;display:inline-block}.section-header[data-astro-cid-mvewjkcz] h2[data-astro-cid-mvewjkcz]:after{content:"";position:absolute;bottom:-.5rem;left:0;right:0;height:3px;background:linear-gradient(to right,var(--secondary),var(--secondary-light));border-radius:2px}.section-header[data-astro-cid-mvewjkcz] p[data-astro-cid-mvewjkcz]{font-size:1.2rem;color:var(--gray-600);max-width:700px;margin:0 auto}.activities-section[data-astro-cid-mvewjkcz]{padding:4rem 0}.activities-container[data-astro-cid-mvewjkcz]{display:flex;flex-direction:column;gap:4rem}.activity-card[data-astro-cid-mvewjkcz]{display:flex;align-items:center;gap:3rem;background:var(--white);border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.activity-card[data-astro-cid-mvewjkcz].reverse{flex-direction:row-reverse}.activity-image[data-astro-cid-mvewjkcz]{flex:1;height:400px;overflow:hidden}.activity-image[data-astro-cid-mvewjkcz] img[data-astro-cid-mvewjkcz]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.activity-card[data-astro-cid-mvewjkcz]:hover .activity-image[data-astro-cid-mvewjkcz] img[data-astro-cid-mvewjkcz]{transform:scale(1.05)}.activity-content[data-astro-cid-mvewjkcz]{flex:1;padding:2rem}.activity-content[data-astro-cid-mvewjkcz] h3[data-astro-cid-mvewjkcz]{font-size:1.8rem;color:var(--gray-800);margin-bottom:1rem;position:relative;display:inline-block}.activity-content[data-astro-cid-mvewjkcz] h3[data-astro-cid-mvewjkcz]:after{content:"";position:absolute;bottom:-.5rem;left:0;width:50px;height:3px;background:var(--secondary);border-radius:2px}.activity-description[data-astro-cid-mvewjkcz]{color:var(--gray-600);margin-bottom:1.5rem;line-height:1.7}.activity-list[data-astro-cid-mvewjkcz]{list-style:none;padding:0;margin:0}.activity-list[data-astro-cid-mvewjkcz] li[data-astro-cid-mvewjkcz]{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;color:var(--gray-700)}.activity-list[data-astro-cid-mvewjkcz] li[data-astro-cid-mvewjkcz] svg[data-astro-cid-mvewjkcz]{width:18px;height:18px;stroke:var(--secondary);flex-shrink:0}.recycling-section[data-astro-cid-mvewjkcz]{display:flex;align-items:center;justify-content:space-between;padding:4rem 0;gap:3rem;background-color:var(--gray-50);border-radius:1rem;margin:4rem 0;padding:2rem}.section-content[data-astro-cid-mvewjkcz]{flex:1}.section-content[data-astro-cid-mvewjkcz] h2[data-astro-cid-mvewjkcz]{font-size:2rem;color:var(--gray-800);margin-bottom:1.5rem;position:relative;display:inline-block}.section-content[data-astro-cid-mvewjkcz] h2[data-astro-cid-mvewjkcz]:after{content:"";position:absolute;bottom:-.5rem;left:0;right:0;height:3px;background:linear-gradient(to right,var(--secondary),var(--secondary-light));border-radius:2px}.section-content[data-astro-cid-mvewjkcz] p[data-astro-cid-mvewjkcz]{color:var(--gray-600);margin-bottom:1.5rem;line-height:1.7}.recycling-benefits[data-astro-cid-mvewjkcz]{list-style:none;padding:0;margin:0 0 2rem}.recycling-benefits[data-astro-cid-mvewjkcz] li[data-astro-cid-mvewjkcz]{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;color:var(--gray-700)}.recycling-benefits[data-astro-cid-mvewjkcz] li[data-astro-cid-mvewjkcz] svg[data-astro-cid-mvewjkcz]{width:18px;height:18px;stroke:var(--secondary);flex-shrink:0}.recycling-btn[data-astro-cid-mvewjkcz]{display:inline-flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;background:var(--secondary);color:var(--white);border-radius:.5rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease}.recycling-btn[data-astro-cid-mvewjkcz]:hover{background:var(--secondary-dark);transform:translateY(-3px);box-shadow:0 10px 20px #0ea5e933}.recycling-btn[data-astro-cid-mvewjkcz] svg[data-astro-cid-mvewjkcz]{width:20px;height:20px}.section-image[data-astro-cid-mvewjkcz]{width:500px;height:400px;border-radius:1rem;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;flex-shrink:0}.section-image[data-astro-cid-mvewjkcz] img[data-astro-cid-mvewjkcz]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.section-image[data-astro-cid-mvewjkcz]:hover img[data-astro-cid-mvewjkcz]{transform:scale(1.05)}.success-projects-section[data-astro-cid-mvewjkcz]{padding:4rem 0}.projects-grid[data-astro-cid-mvewjkcz]{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.project-card[data-astro-cid-mvewjkcz]{background:var(--white);border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s ease}.project-card[data-astro-cid-mvewjkcz]:hover{transform:translateY(-10px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.project-image[data-astro-cid-mvewjkcz]{height:250px;overflow:hidden}.project-image[data-astro-cid-mvewjkcz] img[data-astro-cid-mvewjkcz]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.project-card[data-astro-cid-mvewjkcz]:hover .project-image[data-astro-cid-mvewjkcz] img[data-astro-cid-mvewjkcz]{transform:scale(1.05)}.project-content[data-astro-cid-mvewjkcz]{padding:2rem}.project-content[data-astro-cid-mvewjkcz] h3[data-astro-cid-mvewjkcz]{font-size:1.5rem;color:var(--gray-800);margin-bottom:1rem}.project-details[data-astro-cid-mvewjkcz]{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem}.project-detail[data-astro-cid-mvewjkcz]{display:flex;align-items:center;gap:.5rem;color:var(--gray-700)}.project-detail[data-astro-cid-mvewjkcz] svg[data-astro-cid-mvewjkcz]{width:16px;height:16px;stroke:var(--secondary)}.project-description[data-astro-cid-mvewjkcz]{color:var(--gray-600);margin-bottom:1.5rem;line-height:1.7}.project-link[data-astro-cid-mvewjkcz]{display:inline-flex;align-items:center;gap:.5rem;color:var(--secondary);font-weight:600;text-decoration:none;transition:all .3s ease}.project-link[data-astro-cid-mvewjkcz]:hover{color:var(--secondary-dark)}.project-link[data-astro-cid-mvewjkcz] svg[data-astro-cid-mvewjkcz]{width:18px;height:18px}.partners-section[data-astro-cid-mvewjkcz]{padding:4rem 0;background-color:var(--gray-50);border-radius:1rem;margin:4rem 0}.partners-grid[data-astro-cid-mvewjkcz]{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.partner-card[data-astro-cid-mvewjkcz]{background:var(--white);border-radius:1rem;padding:2rem;display:flex;align-items:center;gap:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s ease}.partner-card[data-astro-cid-mvewjkcz]:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.partner-logo[data-astro-cid-mvewjkcz]{width:80px;height:80px;border-radius:50%;overflow:hidden;flex-shrink:0}.partner-logo[data-astro-cid-mvewjkcz] img[data-astro-cid-mvewjkcz]{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.partner-info[data-astro-cid-mvewjkcz]{flex:1}.partner-info[data-astro-cid-mvewjkcz] h3[data-astro-cid-mvewjkcz]{font-size:1.2rem;color:var(--gray-800);margin-bottom:.5rem}.partner-info[data-astro-cid-mvewjkcz] p[data-astro-cid-mvewjkcz]{color:var(--gray-600);font-size:.9rem;line-height:1.5}.faq-section[data-astro-cid-mvewjkcz]{padding:4rem 0}.faq-container[data-astro-cid-mvewjkcz]{max-width:800px;margin:0 auto}.faq-item[data-astro-cid-mvewjkcz]{background:var(--white);border-radius:1rem;margin-bottom:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;overflow:hidden}.faq-question[data-astro-cid-mvewjkcz]{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;cursor:pointer;transition:all .3s ease}.faq-question[data-astro-cid-mvewjkcz] h3[data-astro-cid-mvewjkcz]{font-size:1.1rem;margin:0;color:var(--gray-800)}.toggle-btn[data-astro-cid-mvewjkcz]{background:none;border:none;color:var(--gray-500);cursor:pointer;padding:.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.toggle-btn[data-astro-cid-mvewjkcz]:hover{background:var(--gray-100)}.toggle-btn[data-astro-cid-mvewjkcz] svg[data-astro-cid-mvewjkcz]{width:20px;height:20px;transition:all .3s ease}.faq-question[data-astro-cid-mvewjkcz].active .toggle-btn[data-astro-cid-mvewjkcz] svg[data-astro-cid-mvewjkcz]{transform:rotate(180deg)}.faq-answer[data-astro-cid-mvewjkcz]{padding:0 1.5rem;max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-answer[data-astro-cid-mvewjkcz] p[data-astro-cid-mvewjkcz]{padding-bottom:1.5rem;color:var(--gray-600);line-height:1.7}.form-section[data-astro-cid-mvewjkcz]{padding:4rem 0;background-color:var(--gray-50);border-radius:1rem;margin:4rem 0}.form-container[data-astro-cid-mvewjkcz]{max-width:1200px;margin:0 auto}.contact-section[data-astro-cid-mvewjkcz]{padding:4rem 0}.contact-info[data-astro-cid-mvewjkcz]{text-align:center;margin-bottom:3rem}.contact-info[data-astro-cid-mvewjkcz] h2[data-astro-cid-mvewjkcz]{font-size:2.5rem;color:var(--gray-800);margin-bottom:1rem;position:relative;display:inline-block}.contact-info[data-astro-cid-mvewjkcz] h2[data-astro-cid-mvewjkcz]:after{content:"";position:absolute;bottom:-.5rem;left:0;right:0;height:3px;background:linear-gradient(to right,var(--secondary),var(--secondary-light));border-radius:2px}.contact-info[data-astro-cid-mvewjkcz] p[data-astro-cid-mvewjkcz]{font-size:1.2rem;color:var(--gray-600);max-width:700px;margin:0 auto 2rem}.contact-methods[data-astro-cid-mvewjkcz]{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.contact-method[data-astro-cid-mvewjkcz]{display:flex;align-items:center;gap:1rem;background:var(--white);border-radius:1rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s ease;min-width:250px}.contact-method[data-astro-cid-mvewjkcz]:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.method-icon[data-astro-cid-mvewjkcz]{width:50px;height:50px;border-radius:50%;background:var(--secondary-50);display:flex;align-items:center;justify-content:center;flex-shrink:0}.method-icon[data-astro-cid-mvewjkcz] svg[data-astro-cid-mvewjkcz]{width:25px;height:25px;stroke:var(--secondary)}.method-details[data-astro-cid-mvewjkcz] h3[data-astro-cid-mvewjkcz]{font-size:1.1rem;color:var(--gray-800);margin:0 0 .5rem}.method-details[data-astro-cid-mvewjkcz] p[data-astro-cid-mvewjkcz]{margin:0;color:var(--gray-600)}.contact-map[data-astro-cid-mvewjkcz]{border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}@media (max-width: 1024px){.hero-content[data-astro-cid-mvewjkcz]{flex-direction:column}.hero-text[data-astro-cid-mvewjkcz]{text-align:center;padding-right:0;margin-bottom:2rem}.hero-section[data-astro-cid-mvewjkcz] h1[data-astro-cid-mvewjkcz]:after{right:0;margin:0 auto}.hero-subtitle[data-astro-cid-mvewjkcz]{margin:0 auto 2rem}.hero-buttons[data-astro-cid-mvewjkcz]{justify-content:center}.hero-image-container[data-astro-cid-mvewjkcz]{width:100%;max-width:500px;margin:0 auto}.statistics-container[data-astro-cid-mvewjkcz]{grid-template-columns:repeat(2,1fr)}.activity-card[data-astro-cid-mvewjkcz],.activity-card[data-astro-cid-mvewjkcz].reverse{flex-direction:column}.activity-image[data-astro-cid-mvewjkcz]{width:100%;height:250px}.recycling-section[data-astro-cid-mvewjkcz]{flex-direction:column-reverse}.section-image[data-astro-cid-mvewjkcz]{width:100%;max-width:500px;margin:0 auto}.section-content[data-astro-cid-mvewjkcz]{text-align:center}.section-content[data-astro-cid-mvewjkcz] h2[data-astro-cid-mvewjkcz]:after{right:0;margin:0 auto}.recycling-benefits[data-astro-cid-mvewjkcz] li[data-astro-cid-mvewjkcz]{justify-content:center}.projects-grid[data-astro-cid-mvewjkcz]{grid-template-columns:1fr}}@media (max-width: 768px){.hero-section[data-astro-cid-mvewjkcz] h1[data-astro-cid-mvewjkcz]{font-size:2.5rem}.hero-subtitle[data-astro-cid-mvewjkcz]{font-size:1.2rem}.section-header[data-astro-cid-mvewjkcz] h2[data-astro-cid-mvewjkcz]{font-size:2rem}.hero-buttons[data-astro-cid-mvewjkcz]{flex-direction:column;gap:1rem}.primary-btn[data-astro-cid-mvewjkcz],.secondary-btn[data-astro-cid-mvewjkcz]{width:100%;justify-content:center}.statistics-container[data-astro-cid-mvewjkcz]{grid-template-columns:1fr}.sdg-container[data-astro-cid-mvewjkcz]{flex-direction:column;align-items:center}.sdg-card[data-astro-cid-mvewjkcz]{width:100%;max-width:300px}.contact-methods[data-astro-cid-mvewjkcz]{flex-direction:column;align-items:center}.contact-method[data-astro-cid-mvewjkcz]{width:100%;max-width:350px}}@media (max-width: 480px){.hero-section[data-astro-cid-mvewjkcz] h1[data-astro-cid-mvewjkcz]{font-size:2rem}.hero-subtitle[data-astro-cid-mvewjkcz]{font-size:1rem}.section-header[data-astro-cid-mvewjkcz] h2[data-astro-cid-mvewjkcz]{font-size:1.8rem}.activity-content[data-astro-cid-mvewjkcz] h3[data-astro-cid-mvewjkcz]{font-size:1.5rem}}
