.contact-section{padding:8rem 2rem;background:linear-gradient(135deg,#f9fafb,#041E18);position:relative;overflow:hidden}.contact-container{max-width:1200px;margin:0 auto;position:relative;z-index:2}.floating-shapes{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;z-index:1}.shape{position:absolute;opacity:.1}.triangle{width:120px;height:120px;background:#046A38;-webkit-clip-path:polygon(50% 0,0 100%,100% 100%);clip-path:polygon(50% 0,0 100%,100% 100%);top:10%;left:5%;animation:float 8s ease-in-out infinite}.circle{width:80px;height:80px;border-radius:50%;background:#FCD116;top:70%;left:85%;animation:float 10s ease-in-out infinite reverse}.square{width:60px;height:60px;background:#CE1126;top:30%;left:90%;animation:float 12s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(5deg)}}.contact-header{text-align:center;margin-bottom:4rem}.gradient-heading{font-size:3rem;font-weight:700;background:linear-gradient(90deg,#046A38,#FCD116,#CE1126);-webkit-background-clip:text;background-clip:text;color:transparent;display:inline-block;margin-bottom:1.5rem;position:relative}.heading-line{position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:100px;height:4px;background:linear-gradient(90deg,#046A38,#FCD116,#CE1126);border-radius:2px}.contact-subtitle{font-size:1.1rem;color:#6b7280;max-width:600px;margin:0 auto;line-height:1.6}.contact-grid{display:grid;grid-template-columns:1fr 1.5fr;grid-gap:3rem;gap:3rem}.contact-info-card{background:white;border-radius:16px;padding:2.5rem;box-shadow:0 10px 30px rgba(0,0,0,.05);justify-content:space-between}.contact-info-card,.info-blocks{display:flex;flex-direction:column}.info-blocks{gap:2rem}.info-block{display:flex;align-items:flex-start;gap:1.5rem}.info-icon{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:rgba(4,106,56,.1)}.info-block:nth-child(2) .info-icon{background:rgba(252,209,22,.1)}.info-block:nth-child(3) .info-icon{background:rgba(206,17,38,.1)}.info-content h3{font-size:1.1rem;color:#111827;margin-bottom:.5rem}.info-content p{color:#6b7280;font-size:.95rem;line-height:1.5}.social-links{margin-top:3rem}.social-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#f3f4f6;transition:all .3s ease}.social-icon:hover{background:#e5e7eb;transform:translateY(-2px)}.contact-form{background:white;border-radius:16px;padding:2.5rem;box-shadow:0 10px 30px rgba(0,0,0,.05)}.form-group{position:relative;margin-bottom:2rem}.form-input{width:100%;padding:1rem 0;border:none;border-bottom:1px solid #e5e7eb;font-size:1rem;color:#111827;background:transparent;transition:all .3s ease}.form-input:focus{outline:none;border-bottom-color:#046A38}.form-label{position:absolute;top:1rem;left:0;color:#9ca3af;pointer-events:none;transition:all .3s ease}.form-input:focus~.form-label,.form-input:not(:placeholder-shown)~.form-label{top:-.5rem;font-size:.8rem;color:#046A38}.form-underline{position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(90deg,#046A38,#FCD116);transition:width .4s ease}.form-input:focus~.form-underline{width:100%}.submit-button{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(90deg,#046A38,#0a8a4c);color:white;border:none;padding:1rem 2rem;font-size:1rem;font-weight:500;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(4,106,56,.3)}.submit-button:hover{background:linear-gradient(90deg,#0a8a4c,#046A38);box-shadow:0 6px 20px rgba(4,106,56,.4)}.submit-button:disabled{opacity:.7;cursor:not-allowed}.spinner{width:16px;height:16px;border-radius:50%;border:2px solid rgba(255,255,255,.3);border-top-color:white;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.form-feedback{margin-top:1.5rem;padding:1rem;border-radius:8px;display:flex;align-items:center;gap:.5rem;font-size:.9rem}.form-feedback.success{background:rgba(4,106,56,.1);color:#046A38}.form-feedback.error{background:rgba(206,17,38,.1);color:#CE1126}@media (max-width:1024px){.contact-grid{grid-template-columns:1fr}.contact-info-card{order:2}}@media (max-width:768px){.contact-section{padding:6rem 1.5rem}.gradient-heading{font-size:2.2rem}.contact-subtitle{font-size:1rem}}@media (max-width:480px){.gradient-heading{font-size:1.8rem}.info-block{flex-direction:column;gap:1rem}.social-links{justify-content:center}}.faq-section{padding:5rem 2rem;background:#f9fafb;position:relative}.container{max-width:800px;margin:0 auto}.section-title{font-size:2.2rem;text-align:center;color:#046A38;margin-bottom:1rem;font-weight:700}.section-subtitle{text-align:center;color:#637381;font-size:1.1rem}.faq-container,.section-subtitle{margin-bottom:3rem}.faq-item{background:white;border-radius:8px;margin-bottom:1rem;box-shadow:0 2px 10px rgba(0,0,0,.05);overflow:hidden;transition:all .3s ease;border:1px solid #e5e7eb}.faq-item:hover{box-shadow:0 5px 15px rgba(0,0,0,.1)}.faq-question{padding:1.5rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.faq-question h3{font-size:1.1rem;color:#111827;margin:0;flex:1 1}.faq-icon{transition:transform .3s ease;margin-left:1rem}.faq-item.active .faq-icon{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease;padding:0 1.5rem}.faq-item.active .faq-answer{max-height:300px;padding:0 1.5rem 1.5rem}.faq-answer p{color:#4b5563;line-height:1.6;margin:0}.faq-cta{text-align:center;margin-top:2rem}.faq-cta p{color:#6b7280;margin-bottom:1rem}.cta-button{display:inline-block;background:#046A38;color:white;padding:.8rem 1.8rem;border-radius:50px;text-decoration:none;font-weight:500;transition:all .3s ease;box-shadow:0 4px 6px rgba(4,106,56,.1)}.cta-button:hover{background:#0a8a4c;transform:translateY(-2px);box-shadow:0 6px 12px rgba(4,106,56,.15)}@media (max-width:768px){.faq-section{padding:3rem 1rem}.section-title{font-size:1.8rem}.faq-question h3{font-size:1rem}}.footer{background:#041E18;color:#fff;position:relative;overflow:hidden}.footer-wave{position:absolute;top:0;left:0;width:100%;height:100px;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 1200 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,0V46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,52.47V0Z' fill='%23f9fafb' opacity='.25'/%3E%3Cpath d='M0,0V15.81C13,36.92,27.64,56.86,47.69,72.05,99.41,111.27,165,111,224.58,91.58c31.15-10.15,60.09-26.07,89.67-39.8,40.92-19,84.73-46,130.83-49.67,36.26-2.85,70.9,9.42,98.6,31.56,31.77,25.39,62.32,62,103.63,73,40.44,10.79,81.35-6.69,119.13-24.28s75.16-39,116.92-43.05c59.73-5.85,113.28,22.88,168.9,38.84,30.2,8.66,59,6.17,87.09-7.5,22.43-10.89,48-26.93,60.65-49.24V0Z' fill='%23f9fafb' opacity='.5'/%3E%3Cpath d='M0,0V5.63C149.93,59,314.09,71.32,475.83,42.57c43-7.64,84.23-20.12,127.61-26.46,59-8.63,112.48,12.24,165.56,35.4C827.93,77.22,886,95.24,951.2,90c86.53-7,172.46-45.71,248.8-84.81V0Z' fill='%23f9fafb'/%3E%3C/svg%3E");background-size:cover;transform:rotate(180deg)}.footer-content{max-width:1400px;margin:0 auto;padding:6rem 2rem 0;position:relative;z-index:1}.footer-main{display:grid;grid-template-columns:1fr 2fr;grid-gap:4rem;gap:4rem;padding-bottom:4rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand{max-width:300px}.logo-container{display:flex;align-items:center;margin-bottom:1.5rem}.logo-circle{width:16px;height:16px;border-radius:50%;margin-right:8px}.logo-circle.green{background:#046A38}.logo-circle.yellow{background:#FCD116}.logo-circle.red{background:#CE1126}.logo-text{font-size:1.5rem;font-weight:700;margin-left:10px;color:white}.brand-motto{color:rgba(255,255,255,.7);line-height:1.6;margin-bottom:2rem}.social-links{display:flex;gap:1rem}.social-links a{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;transition:all .3s ease}.social-links a:hover{background:linear-gradient(45deg,#046A38,#FCD116);transform:translateY(-3px)}.footer-links{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem}.link-group h3{font-size:1.1rem;margin-bottom:1.5rem;color:white;position:relative;padding-bottom:.5rem}.link-group h3:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:2px;background:linear-gradient(90deg,#046A38,#FCD116)}.link-group ul{list-style:none;padding:0;margin:0}.link-group li{margin-bottom:.8rem}.link-group a{color:rgba(255,255,255,.7);text-decoration:none;transition:all .3s ease;position:relative}.link-group a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:#FCD116;transition:width .3s ease}.link-group a:hover{color:white}.link-group a:hover:after{width:100%}.footer-cta{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;padding:4rem 0}.app-download h3,.newsletter h3{font-size:1.2rem;margin-bottom:1rem;color:white}.newsletter p{color:rgba(255,255,255,.7);margin-bottom:1.5rem;line-height:1.6}.newsletter-form{display:flex;gap:.5rem}.newsletter-form input{flex:1 1;padding:.8rem 1rem;border:none;border-radius:4px;background:rgba(255,255,255,.1);color:white;font-size:.9rem}.newsletter-form input::placeholder{color:rgba(255,255,255,.6)}.newsletter-form input:focus{outline:none;background:rgba(255,255,255,.2)}.newsletter-form button{background:linear-gradient(45deg,#046A38,#0a8a4c);color:white;border:none;padding:0 1.5rem;border-radius:4px;font-weight:500;display:flex;align-items:center;gap:.5rem;cursor:pointer;transition:all .3s ease}.newsletter-form button:hover{background:linear-gradient(45deg,#0a8a4c,#046A38);transform:translateY(-2px)}.download-buttons{display:flex;gap:1rem;margin-top:1.5rem}.app-button{display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;border:1px solid rgba(255,255,255,.2);border-radius:4px;color:white;text-decoration:none;font-size:.9rem;transition:all .3s ease}.app-button:hover{background:rgba(255,255,255,.1);transform:translateY(-2px)}.footer-bottom{background:rgba(0,0,0,.3);padding:1.5rem 0}.footer-bottom-content{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.footer-bottom p{color:rgba(255,255,255,.5);font-size:.9rem}.footer-lang-currency{display:flex;gap:1rem}.footer-lang-currency select{background:rgba(255,255,255,.1);color:white;border:none;padding:.4rem .8rem;border-radius:4px;font-size:.9rem;cursor:pointer}.footer-lang-currency select:focus{outline:none}@media (max-width:1024px){.footer-main{grid-template-columns:1fr 1.5fr}.footer-links{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.footer-content{padding:4rem 1.5rem 0}.footer-main{grid-template-columns:1fr;gap:3rem}.footer-brand{max-width:100%}.footer-cta{grid-template-columns:1fr;gap:3rem}}@media (max-width:480px){.footer-content{padding:4rem 1rem 0}.footer-links{grid-template-columns:1fr}.footer-bottom-content{flex-direction:column;gap:1rem;text-align:center}.newsletter-form{flex-direction:column}.newsletter-form button{justify-content:center;padding:.8rem}.download-buttons{flex-direction:column}}