.Header-module__ldgnoG__header{background-color:var(--white-color);z-index:1000;width:100%;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;box-shadow:0 2px 4px rgba(0,0,0,.1)}.Header-module__ldgnoG__navContainer{justify-content:space-between;align-items:center;display:flex}.Header-module__ldgnoG__logo{color:var(--primary-color);font-size:1.5rem;font-weight:700}.Header-module__ldgnoG__navList{gap:2rem;list-style:none;display:flex}.Header-module__ldgnoG__navList a{color:var(--text-color);font-size:1rem;font-weight:500;transition:color .3s}.Header-module__ldgnoG__navList a:hover{color:var(--secondary-color)}
.HeroSection-module__yS5m3G__hero{text-align:center;min-height:100vh;color:var(--white-color);background:linear-gradient(135deg,rgba(0,0,0,.4),rgba(0,0,0,.6)),url(https://images.unsplash.com/photo-1560518883-ce09059ee41f?q=80&w=1974&auto=format&fit=crop) 50%/cover no-repeat;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.HeroSection-module__yS5m3G__hero:before{content:"";z-index:1;background:linear-gradient(135deg,rgba(212,175,55,.1) 0%,rgba(0,0,0,.3) 50%,rgba(0,0,0,.7) 100%);position:absolute;top:0;bottom:0;left:0;right:0}.HeroSection-module__yS5m3G__content{z-index:2;max-width:800px;margin:0 auto;position:relative}.HeroSection-module__yS5m3G__badge{background:linear-gradient(135deg,var(--secondary-color),#ff6b6b);color:var(--white-color);border-radius:50px;margin-bottom:1.5rem;padding:.5rem 1.5rem;font-size:.9rem;font-weight:600;animation:2s infinite HeroSection-module__yS5m3G__pulse;display:inline-block;box-shadow:0 4px 15px rgba(231,76,60,.3)}@keyframes HeroSection-module__yS5m3G__pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.HeroSection-module__yS5m3G__title{text-shadow:2px 2px 4px rgba(0,0,0,.3);margin-bottom:1.5rem;font-size:3.5rem;font-weight:700;line-height:1.2}.HeroSection-module__yS5m3G__subtitle{opacity:.95;margin-bottom:2.5rem;font-size:1.3rem;font-weight:300;line-height:1.5}.HeroSection-module__yS5m3G__ctaContainer{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.HeroSection-module__yS5m3G__ctaButton{background:linear-gradient(135deg,var(--secondary-color),#ff6b6b);color:var(--white-color);text-transform:uppercase;border-radius:50px;padding:1.2rem 2.5rem;font-size:1.2rem;font-weight:700;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 8px 25px rgba(231,76,60,.4)}.HeroSection-module__yS5m3G__ctaButton:before{content:"";background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.HeroSection-module__yS5m3G__ctaButton:hover:before{left:100%}.HeroSection-module__yS5m3G__ctaButton:hover{transform:translateY(-3px);box-shadow:0 12px 35px rgba(231,76,60,.5)}.HeroSection-module__yS5m3G__trustSignals{opacity:.9;flex-wrap:wrap;justify-content:center;gap:2rem;font-size:.9rem;display:flex}.HeroSection-module__yS5m3G__trustSignals span{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.1);border-radius:25px;align-items:center;gap:.5rem;padding:.5rem 1rem;display:flex}@media (max-width:768px){.HeroSection-module__yS5m3G__title{font-size:2.5rem}.HeroSection-module__yS5m3G__subtitle{font-size:1.1rem}.HeroSection-module__yS5m3G__trustSignals{flex-direction:column;gap:.5rem}.HeroSection-module__yS5m3G__ctaButton{padding:1rem 2rem;font-size:1.1rem}}
.FeaturedProperties-module__syEdTq__featuredProperties{background-color:var(--white-color);padding:4rem 0}.FeaturedProperties-module__syEdTq__sectionTitle{text-align:center;color:var(--primary-color);margin-bottom:3rem;font-size:2.5rem}.FeaturedProperties-module__syEdTq__propertiesGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.FeaturedProperties-module__syEdTq__propertyCard{background-color:#fff;border-radius:20px;transition:all .4s;position:relative;overflow:hidden;box-shadow:0 8px 30px rgba(0,0,0,.1)}.FeaturedProperties-module__syEdTq__propertyCard:hover{transform:translateY(-10px)scale(1.02);box-shadow:0 20px 50px rgba(0,0,0,.2)}.FeaturedProperties-module__syEdTq__imageContainer{position:relative;overflow:hidden}.FeaturedProperties-module__syEdTq__propertyImage{object-fit:cover;width:100%;height:250px;transition:transform .4s}.FeaturedProperties-module__syEdTq__propertyCard:hover .FeaturedProperties-module__syEdTq__propertyImage{transform:scale(1.1)}.FeaturedProperties-module__syEdTq__badges{z-index:2;position:absolute;top:1rem;left:1rem}.FeaturedProperties-module__syEdTq__badge{text-transform:uppercase;letter-spacing:.5px;border-radius:20px;padding:.4rem 1rem;font-size:.8rem;font-weight:700;display:inline-block}.FeaturedProperties-module__syEdTq__badgeNew{color:#fff;background:linear-gradient(135deg,#4caf50,#8bc34a)}.FeaturedProperties-module__syEdTq__badgeExclusive{color:#fff;background:linear-gradient(135deg,#ff9800,#ffc107)}.FeaturedProperties-module__syEdTq__badgeHot{color:#fff;background:linear-gradient(135deg,#f44336,#e91e63);animation:2s infinite FeaturedProperties-module__syEdTq__pulse}.FeaturedProperties-module__syEdTq__badgeDefault{background:linear-gradient(135deg,var(--primary-color),#34495e);color:#fff}.FeaturedProperties-module__syEdTq__overlay{opacity:0;background:rgba(0,0,0,.7);justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.FeaturedProperties-module__syEdTq__propertyCard:hover .FeaturedProperties-module__syEdTq__overlay{opacity:1}.FeaturedProperties-module__syEdTq__viewButton{background:linear-gradient(135deg,var(--secondary-color),#ff6b6b);color:#fff;cursor:pointer;border:none;border-radius:25px;padding:.8rem 1.5rem;font-weight:700;transition:transform .3s;transform:translateY(20px)}.FeaturedProperties-module__syEdTq__propertyCard:hover .FeaturedProperties-module__syEdTq__viewButton{transform:translateY(0)}.FeaturedProperties-module__syEdTq__propertyInfo{padding:1.5rem}.FeaturedProperties-module__syEdTq__propertyHeader{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.FeaturedProperties-module__syEdTq__propertyTitle{color:var(--primary-color);flex:1;margin:0;font-size:1.2rem;line-height:1.3}.FeaturedProperties-module__syEdTq__propertyPrice{color:var(--secondary-color);background:linear-gradient(135deg,var(--secondary-color),#ff6b6b);-webkit-text-fill-color:transparent;white-space:nowrap;-webkit-background-clip:text;background-clip:text;font-size:1.3rem;font-weight:700}.FeaturedProperties-module__syEdTq__propertyDescription{color:#7f8c8d;margin-bottom:1rem;font-size:.9rem;line-height:1.4}.FeaturedProperties-module__syEdTq__features{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.FeaturedProperties-module__syEdTq__feature{background:var(--background-color);color:var(--primary-color);border-radius:15px;padding:.3rem .8rem;font-size:.8rem;font-weight:500}.FeaturedProperties-module__syEdTq__cardActions{gap:.8rem;display:flex}.FeaturedProperties-module__syEdTq__contactButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#25d366,#128c7e);border:none;border-radius:12px;flex:1;padding:.8rem;font-weight:700;transition:transform .2s}.FeaturedProperties-module__syEdTq__contactButton:hover{transform:translateY(-2px)}.FeaturedProperties-module__syEdTq__favoriteButton{background:var(--background-color);color:var(--primary-color);cursor:pointer;border:none;border-radius:12px;padding:.8rem;transition:all .2s}.FeaturedProperties-module__syEdTq__favoriteButton:hover{background:var(--secondary-color);color:#fff;transform:scale(1.1)}
.Services-module__h5-agW__services{background:linear-gradient(135deg,var(--background-color)0%,var(--white-color)100%);padding:4rem 0}.Services-module__h5-agW__sectionTitle{text-align:center;color:var(--primary-color);margin-bottom:1rem;font-size:2.5rem}.Services-module__h5-agW__sectionSubtitle{text-align:center;color:var(--text-color);max-width:600px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.2rem}.Services-module__h5-agW__servicesGrid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:4rem;display:grid}.Services-module__h5-agW__serviceCard{background-color:var(--white-color);text-align:center;border-radius:12px;padding:2rem;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 16px rgba(0,0,0,.1)}.Services-module__h5-agW__serviceCard:hover{transform:translateY(-5px);box-shadow:0 8px 24px rgba(0,0,0,.15)}.Services-module__h5-agW__serviceIcon{margin-bottom:1rem;font-size:3rem;display:block}.Services-module__h5-agW__serviceTitle{color:var(--primary-color);margin-bottom:1rem;font-size:1.4rem;font-weight:600}.Services-module__h5-agW__serviceDescription{color:var(--text-color);font-size:1rem;line-height:1.6}.Services-module__h5-agW__ctaSection{text-align:center;background-color:var(--primary-color);color:var(--white-color);border-radius:12px;padding:3rem 2rem;box-shadow:0 4px 16px rgba(0,0,0,.1)}.Services-module__h5-agW__ctaSection h3{margin-bottom:1rem;font-size:1.8rem}.Services-module__h5-agW__ctaSection p{opacity:.9;margin-bottom:2rem;font-size:1.1rem}.Services-module__h5-agW__ctaButton{background-color:var(--secondary-color);color:var(--white-color);border-radius:8px;padding:1rem 2rem;font-size:1.1rem;font-weight:700;text-decoration:none;transition:background-color .3s,transform .2s;display:inline-block}.Services-module__h5-agW__ctaButton:hover{background-color:#c0392b;transform:translateY(-2px)}@media (max-width:768px){.Services-module__h5-agW__sectionTitle{font-size:2rem}.Services-module__h5-agW__sectionSubtitle{font-size:1rem}.Services-module__h5-agW__servicesGrid{grid-template-columns:1fr;gap:1.5rem}.Services-module__h5-agW__serviceCard{padding:1.5rem}.Services-module__h5-agW__ctaSection{padding:2rem 1rem}.Services-module__h5-agW__ctaSection h3{font-size:1.5rem}}
.About-module__S-Ka5a__about{background-color:var(--background-color);padding:4rem 0}.About-module__S-Ka5a__aboutContent{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.About-module__S-Ka5a__sectionTitle{color:var(--primary-color);margin-bottom:2rem;font-size:2.5rem}.About-module__S-Ka5a__description{color:var(--text-color);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.6}.About-module__S-Ka5a__highlights{gap:2rem;margin-top:2rem;display:flex}.About-module__S-Ka5a__highlight{text-align:center}.About-module__S-Ka5a__highlight h3{color:var(--secondary-color);margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.About-module__S-Ka5a__highlight p{color:var(--text-color);font-size:.9rem;font-weight:500}.About-module__S-Ka5a__aboutImage{justify-content:center;display:flex}.About-module__S-Ka5a__profileImage{object-fit:cover;border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.15)}@media (max-width:768px){.About-module__S-Ka5a__aboutContent{text-align:center;grid-template-columns:1fr;gap:2rem}.About-module__S-Ka5a__highlights{flex-wrap:wrap;justify-content:center}.About-module__S-Ka5a__sectionTitle{font-size:2rem}.About-module__S-Ka5a__description{font-size:1rem}}
.Testimonials-module__5wb8fq__testimonials{background:linear-gradient(135deg,var(--background-color)0%,var(--white-color)50%,var(--background-color)100%);padding:4rem 0}.Testimonials-module__5wb8fq__header{text-align:center;margin-bottom:3rem}.Testimonials-module__5wb8fq__sectionTitle{color:var(--primary-color);margin-bottom:1rem;font-size:2.5rem}.Testimonials-module__5wb8fq__subtitle{color:var(--text-color);opacity:.8;font-size:1.2rem}.Testimonials-module__5wb8fq__testimonialsGrid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:3rem;display:grid}.Testimonials-module__5wb8fq__testimonialCard{background:var(--white-color);border:1px solid transparent;border-radius:20px;padding:2rem;transition:all .3s;position:relative;box-shadow:0 8px 30px rgba(0,0,0,.1)}.Testimonials-module__5wb8fq__testimonialCard:hover{border-color:var(--secondary-color);transform:translateY(-10px);box-shadow:0 20px 50px rgba(0,0,0,.15)}.Testimonials-module__5wb8fq__testimonialHeader{justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;display:flex}.Testimonials-module__5wb8fq__clientInfo{align-items:center;gap:1rem;display:flex}.Testimonials-module__5wb8fq__avatar{background:linear-gradient(135deg,var(--secondary-color),#ff6b6b);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.2rem;font-weight:700;display:flex}.Testimonials-module__5wb8fq__clientDetails h4{color:var(--primary-color);margin:0 0 .25rem;font-size:1.1rem}.Testimonials-module__5wb8fq__clientLocation{color:var(--text-color);opacity:.7;margin:0 0 .5rem;font-size:.9rem}.Testimonials-module__5wb8fq__rating{font-size:.9rem}.Testimonials-module__5wb8fq__quote{color:var(--secondary-color);opacity:.3;font-size:3rem;line-height:1}.Testimonials-module__5wb8fq__testimonialText{color:var(--text-color);margin-bottom:1.5rem;font-size:1rem;font-style:italic;line-height:1.6}.Testimonials-module__5wb8fq__verification{color:#4caf50;align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;display:flex}.Testimonials-module__5wb8fq__ctaSection{text-align:center;background:linear-gradient(135deg,var(--primary-color),#34495e);color:var(--white-color);border-radius:20px;margin-top:2rem;padding:3rem 2rem}.Testimonials-module__5wb8fq__ctaSection h3{margin-bottom:.5rem;font-size:1.8rem}.Testimonials-module__5wb8fq__ctaSection p{opacity:.9;margin-bottom:2rem;font-size:1.1rem}.Testimonials-module__5wb8fq__ctaButton{background:linear-gradient(135deg,var(--secondary-color),#ff6b6b);color:var(--white-color);border-radius:50px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 8px 25px rgba(231,76,60,.3)}.Testimonials-module__5wb8fq__ctaButton:hover{transform:translateY(-3px);box-shadow:0 15px 35px rgba(231,76,60,.4)}@media (max-width:768px){.Testimonials-module__5wb8fq__sectionTitle{font-size:2rem}.Testimonials-module__5wb8fq__subtitle{font-size:1rem}.Testimonials-module__5wb8fq__testimonialsGrid{grid-template-columns:1fr;gap:1.5rem}.Testimonials-module__5wb8fq__testimonialCard{padding:1.5rem}.Testimonials-module__5wb8fq__clientInfo{text-align:center;flex-direction:column;gap:.5rem}.Testimonials-module__5wb8fq__testimonialHeader{text-align:center;flex-direction:column;align-items:center}.Testimonials-module__5wb8fq__quote{margin-top:1rem;font-size:2rem}.Testimonials-module__5wb8fq__ctaSection{padding:2rem 1rem}.Testimonials-module__5wb8fq__ctaSection h3{font-size:1.5rem}}
.ContactForm-module__fw3Taq__contact{background:linear-gradient(135deg,var(--white-color)0%,var(--background-color)100%);padding:4rem 0}.ContactForm-module__fw3Taq__contactContent{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.ContactForm-module__fw3Taq__urgencyBadge{background:linear-gradient(135deg,#ff6b6b,var(--secondary-color));color:var(--white-color);border-radius:50px;margin-bottom:1.5rem;padding:.5rem 1.5rem;font-size:.9rem;font-weight:600;animation:2s infinite ContactForm-module__fw3Taq__pulse;display:inline-block}.ContactForm-module__fw3Taq__sectionTitle{color:var(--primary-color);margin-bottom:1.5rem;font-size:2.5rem;line-height:1.2}.ContactForm-module__fw3Taq__description{color:var(--text-color);margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.ContactForm-module__fw3Taq__benefits{flex-direction:column;gap:1.5rem;margin-bottom:2rem;display:flex}.ContactForm-module__fw3Taq__benefit{background:var(--white-color);border-radius:12px;align-items:flex-start;gap:1rem;padding:1rem;transition:transform .3s;display:flex;box-shadow:0 2px 10px rgba(0,0,0,.1)}.ContactForm-module__fw3Taq__benefit:hover{transform:translate(10px)}.ContactForm-module__fw3Taq__benefitIcon{background:linear-gradient(135deg,var(--secondary-color),#ff6b6b);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2rem}.ContactForm-module__fw3Taq__benefit h4{color:var(--primary-color);margin-bottom:.5rem;font-size:1.1rem}.ContactForm-module__fw3Taq__benefit p{color:var(--text-color);margin:0;font-size:.9rem}.ContactForm-module__fw3Taq__contactDetails{flex-direction:column;gap:1.5rem;display:flex}.ContactForm-module__fw3Taq__contactItem h3{color:var(--primary-color);align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:1.1rem;display:flex}.ContactForm-module__fw3Taq__contactItem p{color:var(--text-color);font-size:1rem;line-height:1.4}.ContactForm-module__fw3Taq__contactForm{background:linear-gradient(135deg,var(--white-color),var(--background-color));border:1px solid rgba(231,76,60,.1);border-radius:20px;padding:2.5rem;box-shadow:0 10px 40px rgba(0,0,0,.1)}.ContactForm-module__fw3Taq__formHeader{text-align:center;border-bottom:2px solid var(--background-color);margin-bottom:2rem;padding-bottom:1.5rem}.ContactForm-module__fw3Taq__formHeader h3{color:var(--primary-color);margin-bottom:.5rem;font-size:1.3rem}.ContactForm-module__fw3Taq__formHeader p{color:var(--text-color);opacity:.8;font-size:.9rem}.ContactForm-module__fw3Taq__formRow{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.ContactForm-module__fw3Taq__formGroup{margin-bottom:1.5rem}.ContactForm-module__fw3Taq__label{color:var(--primary-color);margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.ContactForm-module__fw3Taq__input,.ContactForm-module__fw3Taq__select,.ContactForm-module__fw3Taq__textarea{background:var(--white-color);border:2px solid #e1e8ed;border-radius:12px;width:100%;padding:1rem;font-family:inherit;font-size:1rem;transition:all .3s}.ContactForm-module__fw3Taq__input:focus,.ContactForm-module__fw3Taq__select:focus,.ContactForm-module__fw3Taq__textarea:focus{border-color:var(--secondary-color);outline:none;transform:translateY(-2px);box-shadow:0 0 0 4px rgba(231,76,60,.1)}.ContactForm-module__fw3Taq__select{cursor:pointer}.ContactForm-module__fw3Taq__textarea{resize:vertical;min-height:100px;font-family:inherit}.ContactForm-module__fw3Taq__submitButton{background:linear-gradient(135deg,var(--secondary-color),#ff6b6b);width:100%;color:var(--white-color);cursor:pointer;border:none;border-radius:50px;padding:1.2rem 2rem;font-size:1.1rem;font-weight:700;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 8px 25px rgba(231,76,60,.3)}.ContactForm-module__fw3Taq__submitButton:before{content:"";background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.ContactForm-module__fw3Taq__submitButton:hover:before{left:100%}.ContactForm-module__fw3Taq__submitButton:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 15px 35px rgba(231,76,60,.4)}.ContactForm-module__fw3Taq__submitButton:disabled{cursor:not-allowed;box-shadow:none;background:#bdc3c7;transform:none}.ContactForm-module__fw3Taq__formFooter{text-align:center;margin-top:1rem}.ContactForm-module__fw3Taq__formFooter p{color:var(--text-color);opacity:.7;font-size:.8rem}@media (max-width:768px){.ContactForm-module__fw3Taq__contactContent{grid-template-columns:1fr;gap:2rem}.ContactForm-module__fw3Taq__sectionTitle{text-align:center;font-size:2rem}.ContactForm-module__fw3Taq__description{text-align:center}.ContactForm-module__fw3Taq__benefits{gap:1rem}.ContactForm-module__fw3Taq__benefit{text-align:center;flex-direction:column;padding:1.5rem}.ContactForm-module__fw3Taq__benefit:hover{transform:translateY(-5px)}.ContactForm-module__fw3Taq__contactForm{padding:1.5rem}.ContactForm-module__fw3Taq__formRow{grid-template-columns:1fr;gap:0}.ContactForm-module__fw3Taq__formHeader h3{font-size:1.1rem}.ContactForm-module__fw3Taq__input,.ContactForm-module__fw3Taq__select,.ContactForm-module__fw3Taq__textarea{padding:.9rem}.ContactForm-module__fw3Taq__submitButton{padding:1rem;font-size:1rem}.ContactForm-module__fw3Taq__contactDetails{text-align:center}.ContactForm-module__fw3Taq__contactItem h3{justify-content:center}.ContactForm-module__fw3Taq__urgencyBadge{text-align:center;margin:0 auto 1.5rem;display:block}}
.Footer-module__Grjkva__footer{background-color:var(--primary-color);color:var(--white-color);margin-top:2rem;padding:3rem 0 1rem}.Footer-module__Grjkva__footerContent{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem;display:grid}.Footer-module__Grjkva__footerSection{flex-direction:column;display:flex}.Footer-module__Grjkva__footerTitle{color:var(--white-color);margin-bottom:1rem;font-size:1.5rem}.Footer-module__Grjkva__sectionTitle{color:var(--white-color);border-bottom:2px solid var(--secondary-color);margin-bottom:1rem;padding-bottom:.5rem;font-size:1.2rem;display:inline-block}.Footer-module__Grjkva__footerDescription{color:#bdc3c7;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.Footer-module__Grjkva__socialLinks{flex-wrap:wrap;gap:1rem;display:flex}.Footer-module__Grjkva__socialLink{color:var(--white-color);font-size:.9rem;text-decoration:none;transition:color .3s}.Footer-module__Grjkva__socialLink:hover{color:var(--secondary-color)}.Footer-module__Grjkva__footerLinks{flex-direction:column;gap:.5rem;list-style:none;display:flex}.Footer-module__Grjkva__footerLinks li,.Footer-module__Grjkva__footerLinks a{color:#bdc3c7;font-size:.95rem;text-decoration:none;transition:color .3s}.Footer-module__Grjkva__footerLinks a:hover{color:var(--white-color)}.Footer-module__Grjkva__contactInfo{flex-direction:column;gap:.5rem;display:flex}.Footer-module__Grjkva__contactInfo p{color:#bdc3c7;margin:0;font-size:.95rem}.Footer-module__Grjkva__footerBottom{border-top:1px solid #34495e;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.5rem;display:flex}.Footer-module__Grjkva__copyright p{color:#bdc3c7;margin:0;font-size:.9rem}.Footer-module__Grjkva__legalLinks{gap:1.5rem;display:flex}.Footer-module__Grjkva__legalLinks a{color:#bdc3c7;font-size:.9rem;text-decoration:none;transition:color .3s}.Footer-module__Grjkva__legalLinks a:hover{color:var(--white-color)}@media (max-width:768px){.Footer-module__Grjkva__footer{padding:2rem 0 1rem}.Footer-module__Grjkva__footerContent{text-align:center;grid-template-columns:1fr;gap:1.5rem}.Footer-module__Grjkva__footerBottom{text-align:center;flex-direction:column;gap:1rem}.Footer-module__Grjkva__socialLinks,.Footer-module__Grjkva__legalLinks{justify-content:center}.Footer-module__Grjkva__sectionTitle{text-align:center;display:block}}
.FloatingCTA-module__pi5ktW__floatingCTA{z-index:1000;animation:.5s ease-out FloatingCTA-module__pi5ktW__slideInRight;position:fixed;bottom:20px;right:20px}@keyframes FloatingCTA-module__pi5ktW__slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.FloatingCTA-module__pi5ktW__ctaContent{background:linear-gradient(135deg,var(--white-color),var(--background-color));border:2px solid var(--secondary-color);border-radius:20px;max-width:280px;padding:1.5rem;position:relative;box-shadow:0 10px 40px rgba(0,0,0,.2)}.FloatingCTA-module__pi5ktW__ctaHeader{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.FloatingCTA-module__pi5ktW__ctaTitle{color:var(--primary-color);align-items:center;gap:.5rem;font-size:.9rem;line-height:1.3;display:flex}.FloatingCTA-module__pi5ktW__pulse{animation:1.5s infinite FloatingCTA-module__pi5ktW__pulse}@keyframes FloatingCTA-module__pi5ktW__pulse{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.FloatingCTA-module__pi5ktW__minimizeBtn{color:#999;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:20px;height:20px;padding:0;font-size:1.2rem;transition:color .2s;display:flex}.FloatingCTA-module__pi5ktW__minimizeBtn:hover{color:var(--secondary-color)}.FloatingCTA-module__pi5ktW__ctaText{color:var(--text-color);margin-bottom:1rem;font-size:.85rem;line-height:1.4}.FloatingCTA-module__pi5ktW__ctaButtons{gap:.5rem;display:flex}.FloatingCTA-module__pi5ktW__whatsappBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#25d366,#128c7e);border:none;border-radius:12px;flex:1;padding:.8rem;font-size:.8rem;font-weight:700;transition:transform .2s}.FloatingCTA-module__pi5ktW__whatsappBtn:hover{transform:translateY(-2px)}.FloatingCTA-module__pi5ktW__formBtn{background:linear-gradient(135deg,var(--secondary-color),#ff6b6b);color:#fff;cursor:pointer;border:none;border-radius:12px;flex:1;padding:.8rem;font-size:.8rem;font-weight:700;transition:transform .2s}.FloatingCTA-module__pi5ktW__formBtn:hover{transform:translateY(-2px)}.FloatingCTA-module__pi5ktW__minimized{animation:.3s ease-out FloatingCTA-module__pi5ktW__slideInRight}.FloatingCTA-module__pi5ktW__reopenBtn{background:linear-gradient(135deg,var(--secondary-color),#ff6b6b);color:#fff;cursor:pointer;border:none;border-radius:50px;padding:1rem 1.5rem;font-weight:700;transition:all .3s;animation:2s infinite FloatingCTA-module__pi5ktW__bounce;box-shadow:0 8px 25px rgba(231,76,60,.4)}@keyframes FloatingCTA-module__pi5ktW__bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.FloatingCTA-module__pi5ktW__reopenBtn:hover{transform:translateY(-3px)scale(1.05);box-shadow:0 12px 35px rgba(231,76,60,.5)}@media (max-width:768px){.FloatingCTA-module__pi5ktW__floatingCTA{bottom:15px;left:15px;right:15px}.FloatingCTA-module__pi5ktW__ctaContent{max-width:none;padding:1rem}.FloatingCTA-module__pi5ktW__ctaTitle,.FloatingCTA-module__pi5ktW__ctaText{font-size:.8rem}.FloatingCTA-module__pi5ktW__whatsappBtn,.FloatingCTA-module__pi5ktW__formBtn{padding:.7rem;font-size:.75rem}.FloatingCTA-module__pi5ktW__reopenBtn{width:100%;margin:0 auto}}
