.hero-contact{position:relative;min-height:600px;padding:6rem 2rem;overflow:hidden;background:linear-gradient(135deg,#f8f9fa,#ffffff);display:flex;align-items:center;justify-content:center}.hero-content{position:relative;max-width:1200px;margin:0 auto;z-index:2;text-align:center}.hero-content,.hero-text-container{width:100%;display:flex;flex-direction:column;align-items:center}.hero-text-container{max-width:800px;animation:slideInLeft 1s ease-out}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;background:linear-gradient(135deg,#2E7D32,#1B5E20);-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1.2;text-align:center}.hero-subtitle{font-size:1.5rem;color:#4c4c4c;margin-bottom:3rem;line-height:1.6;max-width:700px;text-align:center}.hero-contact-info{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:3rem;width:100%;max-width:800px}.contact-item{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:white;border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,.05);transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(46,125,50,.1)}.contact-item:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(46,125,50,.15);border-color:rgba(46,125,50,.2)}.contact-icon{font-size:1.5rem;background:linear-gradient(135deg,#2E7D32,#1B5E20);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.contact-item h3{font-size:1.1rem;font-weight:600;margin-bottom:.25rem;color:#1a1a1a}.contact-item p{color:#666;font-size:1rem}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;z-index:1}.shape{position:absolute;border-radius:50%;opacity:.1}.shape-1{width:400px;height:400px;background:linear-gradient(135deg,#2E7D32,#1B5E20);top:-100px;right:-100px;animation:float 6s ease-in-out infinite}.shape-2{width:300px;height:300px;background:linear-gradient(135deg,#1B5E20,#0A3D0A);bottom:-50px;left:-50px;animation:float 8s ease-in-out infinite}.shape-3{width:200px;height:200px;background:linear-gradient(135deg,#0A3D0A,#052505);top:50%;right:10%;animation:float 7s ease-in-out infinite}@keyframes float{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(5deg)}to{transform:translateY(0) rotate(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@media (max-width:1024px){.hero-contact-info{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width:768px){.hero-contact{padding:4rem 1rem;min-height:500px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem;margin-bottom:2rem}.hero-contact-info{grid-template-columns:1fr;gap:1rem}.contact-item{padding:1.25rem}.shape-1{width:200px;height:200px}.shape-2{width:150px;height:150px}.shape-3{width:100px;height:100px}}@media (max-width:599px){.hero-contact{padding:3rem 1rem;min-height:450px}.hero-title{font-size:2.2rem;line-height:1.2}.hero-subtitle{font-size:1.1rem;margin-bottom:1.5rem}.contact-item{padding:1rem}.contact-item h3{font-size:1.1rem}.contact-item p{font-size:.9rem}.shape-1{width:150px;height:150px}.shape-2{width:120px;height:120px}.shape-3{width:80px;height:80px}}@media (max-width:479px){.hero-contact{padding:2.5rem .8rem;min-height:400px}.hero-title{font-size:2rem;margin-bottom:1rem}.hero-subtitle{font-size:1rem;margin-bottom:1.25rem}.contact-item{padding:.8rem}.contact-item h3{font-size:1rem}.contact-item p{font-size:.85rem}.shape-1{width:120px;height:120px}.shape-2{width:100px;height:100px}.shape-3{width:70px;height:70px}}@media (max-width:359px){.hero-contact{padding:2rem .5rem;min-height:350px}.hero-title{font-size:1.8rem;margin-bottom:.8rem}.hero-subtitle{font-size:.9rem;margin-bottom:1rem}.contact-item{padding:.6rem}.contact-item h3{font-size:.95rem}.contact-item p{font-size:.8rem}.shape-1{width:100px;height:100px}.shape-2{width:80px;height:80px}.shape-3{width:60px;height:60px}}@media (max-height:500px) and (orientation:landscape){.hero-contact{padding:2rem 1rem;min-height:300px}.hero-title{font-size:1.8rem;margin-bottom:.5rem}.hero-subtitle{font-size:.9rem;margin-bottom:1rem}.hero-contact-info{grid-template-columns:repeat(3,1fr);gap:.5rem}.contact-item{padding:.8rem}}.contact-landing-bg{background:linear-gradient(135deg,#f8f9fa,#ffffff);min-height:100vh}.contact-landing.container{max-width:1200px;margin:0 auto;padding:0 1rem}.benefits-section{padding:4rem 2rem;background:#ffffff;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.05);margin:3rem auto;max-width:1100px;text-align:center}.benefits-title{text-align:center;color:#1a1a1a;font-size:2.2rem;margin-bottom:3rem;font-weight:700;max-width:800px;margin-left:auto;margin-right:auto}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;padding:0 1rem;max-width:1000px;margin:0 auto}.benefit-card{background:#ffffff;padding:2rem;border-radius:15px;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #e8e8e8;text-align:center;display:flex;flex-direction:column;align-items:center;height:100%}.benefit-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px rgba(0,0,0,.1)}.benefit-icon{width:60px;height:60px;background:linear-gradient(135deg,#007bff,#0056b3);border-radius:15px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:white;font-size:1.5rem;box-shadow:0 5px 15px rgba(0,123,255,.2)}.benefit-title{font-size:1.25rem;color:#1a1a1a;margin-bottom:1rem;font-weight:600}.benefit-description{color:#666;line-height:1.6;font-size:1rem;max-width:300px;margin:0 auto}.contact-form-section{background:#ffffff;padding:3rem;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.05);margin:3rem auto;max-width:800px;text-align:center}.contact-form-header{text-align:center;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}.contact-form-title{font-size:2rem;color:#1a1a1a;margin-bottom:1rem;font-weight:700}.contact-form-subtitle{color:#666;font-size:1.1rem;line-height:1.6}.trust-indicators{display:flex;justify-content:center;gap:4rem;margin:4rem auto;flex-wrap:wrap;max-width:900px;padding:2rem;background:#ffffff;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.05)}.trust-item{text-align:center;min-width:200px;padding:1.5rem;border-radius:15px;transition:transform .3s ease}.trust-item:hover{transform:translateY(-5px)}.trust-number{font-size:3rem;font-weight:700;background:linear-gradient(135deg,#007bff,#0056b3);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.5rem;line-height:1}.trust-text{color:#666;font-size:1.1rem;font-weight:500}.contact-cta-bottom{background:linear-gradient(135deg,#007bff,#0056b3);padding:4rem 2rem;border-radius:20px;text-align:center;margin:4rem auto;max-width:1000px;color:white;box-shadow:0 15px 30px rgba(0,123,255,.2)}.cta-bottom-title{font-size:2.2rem;margin-bottom:1.5rem;font-weight:700;max-width:800px;margin-left:auto;margin-right:auto}.cta-bottom-subtitle{font-size:1.2rem;margin-bottom:2rem;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}@media (max-width:768px){.benefits-section{padding:3rem 1rem}.benefits-grid{grid-template-columns:1fr;gap:1.5rem}.contact-form-section{padding:2rem 1rem;margin:2rem 1rem}.benefits-title,.contact-form-title,.cta-bottom-title{font-size:1.8rem}.trust-indicators{gap:2rem;padding:1.5rem;margin:2rem 1rem}.trust-number{font-size:2.5rem}.trust-item{min-width:150px;padding:1rem}.contact-cta-bottom{margin:2rem 1rem;padding:3rem 1.5rem}}@media (max-width:599px){.benefits-section{padding:2.5rem .8rem}.benefits-grid{gap:1.25rem}.benefit-card{padding:1.25rem}.benefit-card h3{font-size:1.2rem}.benefit-card p{font-size:.9rem}.contact-form-section{padding:1.5rem .8rem;margin:1.5rem .8rem}.contact-form{padding:1.5rem}.form-group input,.form-group textarea{padding:.8rem;font-size:.9rem}.benefits-title,.contact-form-title,.cta-bottom-title{font-size:1.6rem;margin-bottom:1rem}.cta-bottom-subtitle{font-size:1rem;margin-bottom:1.5rem}.trust-indicators{gap:1.5rem;padding:1.25rem;margin:1.5rem .8rem}.trust-number{font-size:2.2rem}.trust-item{min-width:130px;padding:.8rem}.contact-cta-bottom{margin:1.5rem .8rem;padding:2.5rem 1.25rem}}@media (max-width:479px){.benefits-section{padding:2rem .5rem}.benefits-grid{gap:1rem}.benefit-card{padding:1rem}.benefit-card h3{font-size:1.1rem}.benefit-card p{font-size:.85rem}.contact-form-section{padding:1.25rem .5rem;margin:1.25rem .5rem}.contact-form{padding:1.25rem}.form-group input,.form-group textarea{padding:.7rem;font-size:.85rem}.form-group label{font-size:.85rem}.benefits-title,.contact-form-title,.cta-bottom-title{font-size:1.5rem;margin-bottom:.8rem}.cta-bottom-subtitle{font-size:.9rem;margin-bottom:1.25rem}.trust-indicators{gap:1.25rem;padding:1rem;margin:1.25rem .5rem}.trust-number{font-size:2rem}.trust-item{min-width:120px;padding:.7rem}.contact-cta-bottom{margin:1.25rem .5rem;padding:2rem 1rem}}@media (max-width:359px){.benefits-section{padding:1.5rem .3rem}.benefits-grid{gap:.8rem}.benefit-card{padding:.8rem}.benefit-card h3{font-size:1rem}.benefit-card p{font-size:.8rem}.contact-form-section{padding:1rem .3rem;margin:1rem .3rem}.contact-form{padding:1rem}.form-group input,.form-group textarea{padding:.6rem;font-size:.8rem}.form-group label{font-size:.8rem}.benefits-title,.contact-form-title,.cta-bottom-title{font-size:1.4rem;margin-bottom:.6rem}.cta-bottom-subtitle{font-size:.85rem;margin-bottom:1rem}.trust-indicators{gap:1rem;padding:.8rem;margin:1rem .3rem}.trust-number{font-size:1.8rem}.trust-item{min-width:110px;padding:.6rem}.contact-cta-bottom{margin:1rem .3rem;padding:1.5rem .8rem}}@media (max-height:500px) and (orientation:landscape){.benefits-section{padding:1.5rem .8rem}.contact-form-section{padding:1rem .8rem;margin:1rem .8rem}.contact-cta-bottom{margin:1rem .8rem;padding:1.5rem 1rem}.trust-indicators{flex-direction:row;gap:1rem;padding:1rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.benefit-card{animation:fadeInUp .5s ease forwards}.benefit-card:nth-child(2){animation-delay:.2s}.benefit-card:nth-child(3){animation-delay:.4s}.benefit-card:nth-child(4){animation-delay:.6s}.benefit-card:nth-child(5){animation-delay:.8s}.whatsapp-button{transition:transform .3s ease,box-shadow .3s ease;margin-top:1rem}.whatsapp-button:hover{transform:scale(1.05);box-shadow:0 10px 20px rgba(37,211,102,.2)}