:root{--primary:#1f7a63;--primary-dark:#175e4c;--primary-light:#2a9a7d;--background:#fcfcfc;--text-dark:#1a1a1a;--text-muted:#666;--text-light:#888;--white:#fff;--shadow-sm:0 2px 8px #1f7a631a;--shadow-md:0 4px 20px #1f7a6326;--shadow-lg:0 8px 40px #1f7a6333;--transition-fast:.2s ease;--transition-medium:.3s ease;--transition-slow:.5s ease}*{box-sizing:border-box;margin:0;padding:0}.landing-page{background-color:var(--background);color:var(--text-dark);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{transform:scale(1.05)}70%{transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-fade-in-up{animation:.8s forwards fadeInUp}.animate-fade-in-down{animation:.8s forwards fadeInDown}.animate-fade-in-left{animation:.8s forwards fadeInLeft}.animate-fade-in-right{animation:.8s forwards fadeInRight}.animate-scale-in{animation:.6s forwards scaleIn}.animate-float{animation:3s ease-in-out infinite float}.animate-bounce-in{animation:.8s forwards bounceIn}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}.delay-600{animation-delay:.6s}.nav{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:var(--transition-medium);background:#fcfcfcf2;padding:0 2rem;animation:.6s fadeInDown;position:fixed;top:0;left:0;right:0}.nav.scrolled{box-shadow:var(--shadow-sm)}.nav-container{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;display:flex}.logo{align-items:center;display:flex}.logo:hover .logo-image{transform:rotate(-5deg)scale(1.05)}.nav-container-case{justify-content:space-between;align-items:center;width:100%;margin:0 auto;display:flex}.logo-image{object-fit:contain;width:80px;height:80px}.nav-links{gap:2rem;list-style:none;display:flex}.nav-links a{color:var(--text-muted);transition:var(--transition-fast);padding:.5rem 0;font-weight:500;text-decoration:none;position:relative}.nav-links a:after{content:"";background:var(--primary);width:0;height:2px;transition:var(--transition-fast);position:absolute;bottom:0;left:0}.nav-links a:hover{color:var(--primary)}.nav-links a:hover:after{width:100%}.nav-buttons{align-items:center;gap:1rem;display:flex}.btn{cursor:pointer;transition:var(--transition-fast);border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-outline{border:2px solid var(--primary);color:var(--primary);background:0 0}.btn-outline:hover{background:var(--primary);color:var(--white);transform:translateY(-2px)}.btn-primary{background:var(--primary);color:var(--white);box-shadow:0 4px 15px #1f7a634d}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 6px 20px #1f7a6366}.btn-large{padding:1rem 2rem;font-size:1.1rem}.mobile-menu-btn{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:.5rem;display:none}.mobile-menu-btn span{background:var(--text-dark);width:25px;height:3px;transition:var(--transition-fast);border-radius:2px}.hero{align-items:center;min-height:100vh;padding:8rem 2rem 4rem;display:flex;position:relative;overflow:hidden}.hero-bg-shapes{pointer-events:none;position:absolute;inset:0;overflow:hidden}.hero-shape{opacity:.1;background:var(--primary);border-radius:50%;position:absolute}.hero-shape-1{width:400px;height:400px;animation:6s ease-in-out infinite float;top:-100px;right:-100px}.hero-shape-2{width:300px;height:300px;animation:8s ease-in-out infinite reverse float;bottom:-50px;left:-50px}.hero-shape-3{width:200px;height:200px;animation:5s ease-in-out infinite float;top:50%;left:30%}.hero-container{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1400px;margin:0 auto;display:grid;position:relative}.hero-content{opacity:0;animation:.8s .2s forwards fadeInLeft}.hero-badge{color:var(--primary);background:#1f7a631a;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-flex}.hero-badge-dot{background:var(--primary);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite pulse}.hero-title{color:var(--text-dark);margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.hero-title span{color:var(--primary);position:relative}.hero-title span:after{content:"";z-index:-1;background:#1f7a6333;border-radius:2px;width:100%;height:12px;position:absolute;bottom:5px;left:0}.hero-description{color:var(--text-muted);max-width:500px;margin-bottom:2rem;font-size:1.2rem;line-height:1.7}.hero-buttons{flex-wrap:wrap;gap:1rem;display:flex}.hero-stats{border-top:1px solid #0000001a;gap:3rem;margin-top:3rem;padding-top:2rem;display:flex}.stat-item{opacity:0;animation:.6s forwards fadeInUp}.stat-number{color:var(--primary);font-size:2rem;font-weight:800}.stat-label{color:var(--text-muted);margin-top:.25rem;font-size:.875rem}.hero-visual{opacity:0;animation:.8s .4s forwards fadeInRight;position:relative}.hero-image-main{object-fit:cover;width:100%;height:500px;box-shadow:var(--shadow-lg);border-radius:20px}.hero-card{background:var(--white);box-shadow:var(--shadow-md);border-radius:16px;padding:1rem;animation:4s ease-in-out infinite float;position:absolute}.hero-card-1{align-items:center;gap:.75rem;display:flex;bottom:40px;left:-40px}.hero-card-avatar{object-fit:cover;border-radius:50%;width:50px;height:50px}.hero-card-info h4{color:var(--text-dark);font-size:.875rem;font-weight:600}.hero-card-info p{color:var(--text-muted);font-size:.75rem}.hero-card-2{animation-delay:1s;top:40px;right:-30px}.hero-card-price{color:var(--primary);font-size:1.25rem;font-weight:700}.hero-card-label{color:var(--text-muted);font-size:.75rem}.features{background:var(--white);padding:6rem 2rem}.section-container{max-width:1400px;margin:0 auto}.section-header{text-align:center;max-width:600px;margin:0 auto 4rem}.section-badge{color:var(--primary);background:#1f7a631a;border-radius:50px;margin-bottom:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.section-title{color:var(--text-dark);margin-bottom:1rem;font-size:2.5rem;font-weight:800}.section-description{color:var(--text-muted);font-size:1.1rem;line-height:1.6}.features-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.feature-card{background:var(--background);transition:var(--transition-medium);cursor:pointer;border-radius:20px;padding:2rem;position:relative;overflow:hidden}.feature-card:before{content:"";background:var(--primary);width:100%;height:4px;transition:var(--transition-fast);position:absolute;top:0;left:0;transform:scaleX(0)}.feature-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-10px)}.feature-card:hover:before{transform:scaleX(1)}.feature-icon{width:60px;height:60px;transition:var(--transition-fast);background:#1f7a631a;border-radius:16px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.feature-card:hover .feature-icon{background:var(--primary)}.feature-icon svg{width:28px;height:28px;color:var(--primary);transition:var(--transition-fast)}.feature-card:hover .feature-icon svg{color:var(--white)}.feature-title{color:var(--text-dark);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.feature-description{color:var(--text-muted);font-size:.95rem;line-height:1.6}.map-section{padding:6rem 2rem;position:relative;overflow:hidden}.map-container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1400px;margin:0 auto;display:grid}.map-content{order:2}.map-visual{order:1;position:relative}.map-mockup{width:100%;box-shadow:var(--shadow-lg);border-radius:20px;position:relative;overflow:hidden}.map-mockup img{width:100%;display:block}.map-pin{background:var(--primary);width:40px;height:40px;box-shadow:var(--shadow-md);border-radius:50% 50% 50% 0;justify-content:center;align-items:center;animation:.6s forwards bounceIn,3s ease-in-out infinite float;display:flex;position:absolute;transform:rotate(-45deg)}.map-pin:after{content:"";background:var(--white);border-radius:50%;width:16px;height:16px;transform:rotate(45deg)}.map-pin-1{animation-delay:.2s;top:30%;left:25%}.map-pin-2{animation-delay:.4s;top:50%;left:60%}.map-pin-3{animation-delay:.6s;top:70%;left:40%}.map-features-list{margin-top:2rem;list-style:none}.map-features-list li{border-bottom:1px solid #0000000d;align-items:center;gap:1rem;padding:1rem 0;display:flex}.map-features-list li:last-child{border-bottom:none}.map-feature-icon{background:#1f7a631a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.map-feature-icon svg{width:20px;height:20px;color:var(--primary)}.map-feature-text h4{color:var(--text-dark);margin-bottom:.25rem;font-size:1rem;font-weight:600}.map-feature-text p{color:var(--text-muted);font-size:.875rem}.properties{background:var(--white);padding:6rem 2rem}.properties-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.property-card{background:var(--background);transition:var(--transition-medium);cursor:pointer;border-radius:20px;overflow:hidden}.property-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-10px)}.property-image{height:220px;position:relative;overflow:hidden}.property-image img{object-fit:cover;width:100%;height:100%;transition:var(--transition-slow)}.property-card:hover .property-image img{transform:scale(1.1)}.property-badge{background:var(--primary);color:var(--white);text-transform:uppercase;border-radius:6px;padding:.35rem .75rem;font-size:.75rem;font-weight:600;position:absolute;top:1rem;left:1rem}.property-favorite{background:var(--white);cursor:pointer;width:36px;height:36px;transition:var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:1rem;right:1rem}.property-favorite:hover{background:var(--primary)}.property-favorite svg{width:18px;height:18px;color:var(--primary);transition:var(--transition-fast)}.property-favorite:hover svg{color:var(--white)}.property-content{padding:1.5rem}.property-price{color:var(--primary);margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.property-price span{color:var(--text-muted);font-size:.875rem;font-weight:500}.property-title{color:var(--text-dark);margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.property-location{color:var(--text-muted);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.875rem;display:flex}.property-location svg{width:16px;height:16px}.property-features{border-top:1px solid #0000000d;gap:1rem;padding-top:1rem;display:flex}.property-feature{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.85rem;display:flex}.property-feature svg{width:16px;height:16px;color:var(--primary)}.testimonials{background:linear-gradient(135deg,var(--primary)0%,var(--primary-dark)100%);padding:6rem 2rem;position:relative;overflow:hidden}.testimonials:before{content:"";background:#ffffff0d;border-radius:50%;width:500px;height:500px;position:absolute;top:-50%;right:-20%}.testimonials:after{content:"";background:#ffffff08;border-radius:50%;width:400px;height:400px;position:absolute;bottom:-30%;left:-10%}.testimonials .section-badge{color:var(--white);background:#fff3}.testimonials .section-title{color:var(--white)}.testimonials .section-description{color:#fffc}.testimonials-grid{z-index:1;grid-template-columns:repeat(3,1fr);gap:2rem;display:grid;position:relative}.testimonial-card{background:var(--white);transition:var(--transition-medium);border-radius:20px;padding:2rem;position:relative}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0003}.testimonial-quote{color:#1f7a6333;width:40px;height:40px;position:absolute;top:1.5rem;right:1.5rem}.testimonial-content{color:var(--text-muted);margin-bottom:1.5rem;font-size:1rem;line-height:1.7}.testimonial-author{align-items:center;gap:1rem;display:flex}.testimonial-avatar{object-fit:cover;border-radius:50%;width:50px;height:50px}.testimonial-info h4{color:var(--text-dark);font-size:1rem;font-weight:600}.testimonial-info p{color:var(--text-muted);font-size:.875rem}.testimonial-rating{gap:.25rem;margin-top:.5rem;display:flex}.testimonial-rating svg{color:#fbbf24;fill:#fbbf24;width:14px;height:14px}.cta{padding:6rem 2rem}.cta-container{text-align:center;background:var(--background);max-width:900px;box-shadow:var(--shadow-md);border-radius:30px;margin:0 auto;padding:4rem 3rem;position:relative;overflow:hidden}.cta-container:before{content:"";background:linear-gradient(90deg,var(--primary),var(--primary-light));height:4px;position:absolute;top:0;left:0;right:0}.cta-title{color:var(--text-dark);margin-bottom:1rem;font-size:2.5rem;font-weight:800}.cta-title span{color:var(--primary)}.cta-description{color:var(--text-muted);max-width:500px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.1rem}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.cta-features{flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:2rem;display:flex}.cta-feature{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.875rem;display:flex}.cta-feature svg{width:20px;height:20px;color:var(--primary)}.footer{background:var(--text-dark);color:var(--white);padding:4rem 2rem 2rem}.footer-container{max-width:1400px;margin:0 auto}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.footer-brand .logo{margin-bottom:1rem}.footer-brand .logo-text{color:var(--white)}.footer-brand p{color:#fff9;max-width:300px;font-size:.95rem;line-height:1.7}.footer-social{gap:1rem;margin-top:1.5rem;display:flex}.footer-social a{width:40px;height:40px;transition:var(--transition-fast);background:#ffffff1a;border-radius:10px;justify-content:center;align-items:center;display:flex}.footer-social a:hover{background:var(--primary);transform:translateY(-3px)}.footer-social svg{width:20px;height:20px;color:var(--white)}.footer-column h4{margin-bottom:1.5rem;font-size:1.1rem;font-weight:600}.footer-column ul{list-style:none}.footer-column li{margin-bottom:.75rem}.footer-column a{color:#fff9;transition:var(--transition-fast);font-size:.95rem;text-decoration:none}.footer-column a:hover{color:var(--primary)}.footer-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.footer-bottom p{color:#ffffff80;font-size:.875rem}.footer-legal{gap:2rem;display:flex}.footer-legal a{color:#ffffff80;transition:var(--transition-fast);font-size:.875rem;text-decoration:none}.footer-legal a:hover{color:var(--primary)}.mobile-menu{background:var(--background);z-index:1001;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);width:100%;height:60vh;padding:6rem 2rem 2rem;animation:.3s slideIn;display:none;position:fixed;inset:0;overflow-y:auto}.mobile-menu.active{display:block}.mobile-menu ul{list-style:none}.mobile-menu li{margin-bottom:1rem}.mobile-menu a{color:var(--text-dark);transition:var(--transition-fast);border-bottom:1px solid #0000000d;padding:1rem 0;font-size:1.5rem;font-weight:600;text-decoration:none;display:block}.mobile-menu a:hover{color:var(--primary)}.mobile-menu-close{cursor:pointer;background:0 0;border:none;padding:.5rem;position:absolute;top:1.5rem;right:1.5rem}.mobile-menu-close svg{width:30px;height:30px;color:var(--text-dark)}@media (max-width:1200px){.hero-title{font-size:3rem}.features-grid,.properties-grid,.testimonials-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:992px){.nav-links{display:none}.mobile-menu-btn{display:flex}.hero-container{text-align:center;grid-template-columns:1fr}.hero-content{order:1}.hero-visual{order:2;max-width:500px;margin:0 auto}.hero-description{margin:0 auto 2rem}.hero-buttons,.hero-stats{justify-content:center}.hero-card-1{left:0}.hero-card-2{right:0}.map-container{text-align:center;grid-template-columns:1fr}.map-content,.map-visual{order:unset}.map-features-list{max-width:500px;margin:2rem auto 0}}@media (max-width:768px){.hero{padding:7rem 1.5rem 3rem}.hero-title{font-size:2.25rem}.hero-description{font-size:1rem}.hero-stats{flex-wrap:wrap;gap:1.5rem}.stat-number{font-size:1.5rem}.features-grid,.properties-grid,.testimonials-grid{grid-template-columns:1fr}.section-title{font-size:2rem}.property-features{flex-wrap:wrap}.footer-grid{text-align:center;grid-template-columns:1fr}.footer-brand{flex-direction:column;align-items:center;display:flex}.footer-brand p{max-width:none}.footer-social{justify-content:center}.footer-bottom{text-align:center;flex-direction:column}.cta-container{padding:3rem 1.5rem}.cta-title{font-size:1.75rem}.cta-features{flex-direction:column;align-items:center}}@media (max-width:480px){.nav{padding:1rem}.logo-text{font-size:1.25rem}.nav-buttons .btn{display:none}.hero-title{font-size:1.875rem}.hero-image-main{size:cover;height:350px}.hero-card{display:none}.btn-large{padding:.875rem 1.5rem;font-size:1rem}.feature-card,.testimonial-card{padding:1.5rem}}.scroll-animate{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(30px)}.scroll-animate.visible{opacity:1;transform:translateY(0)}.contact-section{background:linear-gradient(135deg,#f8f9f7 0%,#f0f5f3 100%);border-top:1px solid #1f7a631a;padding:4rem 2rem}.contact-container{text-align:center;max-width:800px;margin:0 auto}.contact-email{margin-bottom:3rem}.contact-label{color:var(--text-muted);margin-bottom:1rem;font-size:1.125rem;font-weight:500}.contact-email-link{color:var(--primary);transition:color var(--transition-fast);font-size:1rem;font-weight:0;text-decoration:none;display:inline-block}.contact-email-link:hover{color:var(--primary-dark);text-decoration:underline}.modal-overlay{z-index:2000;background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:var(--white);width:90%;max-width:400px;box-shadow:var(--shadow-lg);border-radius:8px;padding:2rem;position:relative}.modal-close{background:var(--primary);color:var(--white);cursor:pointer;width:2.5rem;height:2.5rem;transition:var(--transition-fast);box-shadow:var(--shadow-md);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;display:flex;position:absolute;top:1rem;right:1rem}.modal-close:hover{background:var(--primary-dark);box-shadow:var(--shadow-lg);transform:scale(1.1)}.modal-close:active{transform:scale(.95)}.modal h2{margin-bottom:1rem}.modal input:not([type=radio]){border:1px solid #ccc;border-radius:4px;width:100%;margin-bottom:1rem;padding:.75rem;font-size:1rem}.user-type-group{flex-direction:column;gap:.5rem;margin-bottom:1rem;display:flex}.user-type-group label{align-items:center;gap:.5rem;font-size:.9rem;display:flex}.user-type-group input[type=radio]{width:auto;accent-color:var(--primary);margin:0}.toast{color:#fff;z-index:3000;border-radius:4px;padding:1rem 1.5rem;animation:.5s fadeInUp;position:fixed;top:20px;right:20px}.toast.success{background:var(--primary)}.toast.error{background:#e74c3c}@media (max-width:480px){.contact-section{padding:2rem 1rem}.contact-label{font-size:1rem}.contact-email-link{word-break:break-all;font-size:1.125rem}.social-label{font-size:1rem}}
.socialhandle-module__GVdkaW__container{flex-direction:column;align-items:center;gap:20px;display:flex}.socialhandle-module__GVdkaW__title{color:var(--text-dark);margin:0;font-size:22px;font-weight:600}.socialhandle-module__GVdkaW__iconsContainer{flex-flow:wrap;justify-content:center;align-items:flex-start;gap:30px;display:flex}.socialhandle-module__GVdkaW__socialItem{cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:8px;width:100px;padding:0;display:flex}.socialhandle-module__GVdkaW__socialItem:hover{transition:transform .2s;transform:scale(1.05)}.socialhandle-module__GVdkaW__icon{object-fit:contain;width:40px;height:40px}.socialhandle-module__GVdkaW__usernameText{color:var(--text-muted);text-align:center;word-break:break-word;margin:0;font-size:12px}@media (max-width:768px){.socialhandle-module__GVdkaW__iconsContainer{gap:20px}.socialhandle-module__GVdkaW__socialItem{width:80px}}
