.Navbar-module__cJzEcG__navbar{z-index:1000;padding:var(--space-4)0;transition:all var(--transition-base);background:0 0;position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__navbar.Navbar-module__cJzEcG__scrolled{-webkit-backdrop-filter:blur(10px);box-shadow:var(--shadow-sm);background:#faf8f5f2}.Navbar-module__cJzEcG__container{max-width:var(--container-max);padding:0 var(--container-padding);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.Navbar-module__cJzEcG__logo{align-items:center;gap:var(--space-3);transition:opacity var(--transition-fast);text-decoration:none;display:flex}.Navbar-module__cJzEcG__logo:hover{opacity:.9}.Navbar-module__cJzEcG__logoImage{object-fit:cover;border-radius:50%}.Navbar-module__cJzEcG__logoText{font-family:var(--font-heading);font-size:var(--text-xl);color:var(--color-taupe-dark);letter-spacing:.1em;font-weight:500}.Navbar-module__cJzEcG__desktopNav{align-items:center;gap:var(--space-8);display:flex}.Navbar-module__cJzEcG__navLink{font-size:var(--text-sm);color:var(--color-taupe);transition:color var(--transition-fast);letter-spacing:.02em;font-weight:500;text-decoration:none;position:relative}.Navbar-module__cJzEcG__navLink:after{content:"";background:var(--color-primary);width:0;height:1.5px;transition:width var(--transition-fast);position:absolute;bottom:-4px;left:0}.Navbar-module__cJzEcG__navLink:hover:after{width:100%}.Navbar-module__cJzEcG__navLink:hover{color:var(--color-primary)}.Navbar-module__cJzEcG__ctaButton{padding:var(--space-3)var(--space-6);background:var(--color-primary);color:var(--color-white);font-size:var(--text-xs);letter-spacing:.08em;text-transform:uppercase;border-radius:var(--radius-full);transition:all var(--transition-base);box-shadow:var(--shadow-primary);font-weight:600;text-decoration:none}.Navbar-module__cJzEcG__ctaButton:hover{background:var(--color-primary-dark);color:var(--color-white);transform:translateY(-2px);box-shadow:0 6px 20px #8b9d834d}.Navbar-module__cJzEcG__mobileMenuButton{cursor:pointer;background:0 0;border:none;width:30px;height:30px;padding:0;display:none}.Navbar-module__cJzEcG__hamburger{background:var(--color-taupe-dark);width:24px;height:2px;transition:all var(--transition-fast);display:block;position:relative}.Navbar-module__cJzEcG__hamburger:before,.Navbar-module__cJzEcG__hamburger:after{content:"";background:var(--color-taupe-dark);width:24px;height:2px;transition:all var(--transition-fast);position:absolute;left:0}.Navbar-module__cJzEcG__hamburger:before{top:-8px}.Navbar-module__cJzEcG__hamburger:after{bottom:-8px}.Navbar-module__cJzEcG__hamburger.Navbar-module__cJzEcG__open{background:0 0}.Navbar-module__cJzEcG__hamburger.Navbar-module__cJzEcG__open:before{top:0;transform:rotate(45deg)}.Navbar-module__cJzEcG__hamburger.Navbar-module__cJzEcG__open:after{bottom:0;transform:rotate(-45deg)}.Navbar-module__cJzEcG__mobileMenu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:var(--space-8);gap:var(--space-6);opacity:0;transition:all var(--transition-base);border-bottom:1px solid var(--color-gray-200);background:#faf8f5fa;flex-direction:column;display:none;position:fixed;top:80px;left:0;right:0;transform:translateY(-100%)}.Navbar-module__cJzEcG__mobileMenu.Navbar-module__cJzEcG__open{opacity:1;transform:translateY(0)}.Navbar-module__cJzEcG__mobileNavLink{font-size:var(--text-lg);color:var(--color-taupe);padding:var(--space-2)0;border-bottom:1px solid var(--color-gray-200);transition:color var(--transition-fast);font-weight:500;text-decoration:none}.Navbar-module__cJzEcG__mobileNavLink:hover{color:var(--color-primary)}.Navbar-module__cJzEcG__mobileCta{margin-top:var(--space-4);padding:var(--space-4)var(--space-8);background:var(--color-primary);color:var(--color-white);font-size:var(--text-sm);letter-spacing:.05em;text-transform:uppercase;border-radius:var(--radius-full);text-align:center;font-weight:600;text-decoration:none;display:inline-block}@media (max-width:900px){.Navbar-module__cJzEcG__desktopNav{display:none}.Navbar-module__cJzEcG__mobileMenuButton{justify-content:center;align-items:center;display:flex}.Navbar-module__cJzEcG__mobileMenu{display:flex}}
.Hero-module__ZARIfG__hero{background:var(--gradient-hero);align-items:center;min-height:100vh;padding-top:100px;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__bgShapes{pointer-events:none;position:absolute;inset:0;overflow:hidden}.Hero-module__ZARIfG__shape{border-radius:60% 40% 50% 50%/50% 50% 40% 60%;animation:12s ease-in-out infinite Hero-module__ZARIfG__organicMove;position:absolute}.Hero-module__ZARIfG__shape1{background:linear-gradient(135deg,#8b9d8314,#a3b49a08);width:600px;height:600px;animation-delay:0s;top:-20%;right:-10%}.Hero-module__ZARIfG__shape2{background:linear-gradient(135deg,#c4a77d14,#d4bc9a08);width:400px;height:400px;animation-delay:4s;bottom:-10%;left:-5%}.Hero-module__ZARIfG__shape3{background:linear-gradient(135deg,#8b9d830d,#0000);width:300px;height:300px;animation-delay:8s;top:40%;left:20%}@keyframes Hero-module__ZARIfG__organicMove{0%,to{border-radius:60% 40% 50% 50%/50% 50% 40% 60%;transform:rotate(0)}50%{border-radius:40% 60% 50% 50%/50% 50% 60% 40%;transform:rotate(10deg)}}.Hero-module__ZARIfG__container{gap:var(--space-16);width:100%;max-width:var(--container-max);padding:0 var(--container-padding);z-index:2;grid-template-columns:1fr 1fr;align-items:center;margin:0 auto;display:grid;position:relative}.Hero-module__ZARIfG__content{animation:1s forwards Hero-module__ZARIfG__fadeInUp}.Hero-module__ZARIfG__badge{padding:var(--space-2)var(--space-5);background:var(--color-cream);color:var(--color-primary);font-size:var(--text-xs);letter-spacing:.1em;text-transform:uppercase;border-radius:var(--radius-full);margin-bottom:var(--space-6);font-weight:600;display:inline-block}.Hero-module__ZARIfG__title{font-family:var(--font-heading);font-size:var(--text-6xl);color:var(--color-taupe-dark);margin-bottom:var(--space-6);font-weight:500;line-height:1.1}.Hero-module__ZARIfG__highlight{color:var(--color-primary)}.Hero-module__ZARIfG__divider{background:var(--gradient-primary);width:60px;height:2px;margin-bottom:var(--space-6);border-radius:var(--radius-full)}.Hero-module__ZARIfG__subtitle{font-size:var(--text-lg);color:var(--color-taupe);max-width:480px;margin-bottom:var(--space-8);font-weight:300;line-height:1.8}.Hero-module__ZARIfG__features{gap:var(--space-6);margin-bottom:var(--space-10);flex-wrap:wrap;display:flex}.Hero-module__ZARIfG__feature{align-items:center;gap:var(--space-2);color:var(--color-taupe);font-size:var(--text-sm);font-weight:500;display:flex}.Hero-module__ZARIfG__featureIcon{color:var(--color-primary);font-size:var(--text-xs)}.Hero-module__ZARIfG__buttons{gap:var(--space-4);flex-wrap:wrap;display:flex}.Hero-module__ZARIfG__btnPrimary{padding:var(--space-4)var(--space-8);background:var(--color-primary);color:var(--color-white);font-size:var(--text-sm);letter-spacing:.05em;text-transform:uppercase;border-radius:var(--radius-full);transition:all var(--transition-base);box-shadow:var(--shadow-primary);align-items:center;font-weight:600;text-decoration:none;display:inline-flex}.Hero-module__ZARIfG__btnPrimary:hover{background:var(--color-primary-dark);color:var(--color-white);transform:translateY(-3px);box-shadow:0 8px 30px #8b9d8359}.Hero-module__ZARIfG__btnSecondary{padding:var(--space-4)var(--space-8);color:var(--color-taupe-dark);font-size:var(--text-sm);letter-spacing:.05em;text-transform:uppercase;border:1.5px solid var(--color-taupe-dark);border-radius:var(--radius-full);transition:all var(--transition-base);background:0 0;align-items:center;font-weight:600;text-decoration:none;display:inline-flex}.Hero-module__ZARIfG__btnSecondary:hover{background:var(--color-taupe-dark);color:var(--color-white)}.Hero-module__ZARIfG__imageContainer{opacity:0;justify-content:center;align-items:center;animation:1s .3s forwards Hero-module__ZARIfG__fadeInUp;display:flex;position:relative}.Hero-module__ZARIfG__imageWrapper{position:relative}.Hero-module__ZARIfG__logoCard{background:var(--color-white);width:320px;height:320px;box-shadow:var(--shadow-xl);border-radius:50%;justify-content:center;align-items:center;animation:6s ease-in-out infinite Hero-module__ZARIfG__breathe;display:flex}.Hero-module__ZARIfG__logoImage{object-fit:cover;border-radius:50%}.Hero-module__ZARIfG__floatCard{padding:var(--space-3)var(--space-5);background:var(--color-white);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);align-items:center;gap:var(--space-2);animation:4s ease-in-out infinite Hero-module__ZARIfG__float;display:flex;position:absolute}.Hero-module__ZARIfG__floatCard1{animation-delay:0s;top:10%;right:-10%}.Hero-module__ZARIfG__floatCard2{animation-delay:2s;bottom:15%;left:-5%}.Hero-module__ZARIfG__floatIcon{font-size:var(--text-lg)}.Hero-module__ZARIfG__floatText{font-size:var(--text-sm);color:var(--color-taupe-dark);font-weight:600}.Hero-module__ZARIfG__scrollIndicator{bottom:var(--space-8);align-items:center;gap:var(--space-2);flex-direction:column;display:flex;position:absolute;left:50%;transform:translate(-50%)}.Hero-module__ZARIfG__scrollMouse{border:2px solid var(--color-taupe-light);border-radius:var(--radius-full);justify-content:center;width:24px;height:40px;padding-top:8px;display:flex}.Hero-module__ZARIfG__scrollWheel{background:var(--color-primary);border-radius:var(--radius-full);width:4px;height:8px;animation:2s ease-in-out infinite Hero-module__ZARIfG__scrollBounce}@keyframes Hero-module__ZARIfG__scrollBounce{0%,to{opacity:1;transform:translateY(0)}50%{opacity:.5;transform:translateY(8px)}}.Hero-module__ZARIfG__scrollText{font-size:var(--text-xs);color:var(--color-taupe-light);letter-spacing:.1em;text-transform:uppercase}@keyframes Hero-module__ZARIfG__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes Hero-module__ZARIfG__float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes Hero-module__ZARIfG__breathe{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}@media (max-width:1024px){.Hero-module__ZARIfG__container{text-align:center;gap:var(--space-12);grid-template-columns:1fr}.Hero-module__ZARIfG__content{order:1}.Hero-module__ZARIfG__imageContainer{order:2}.Hero-module__ZARIfG__subtitle,.Hero-module__ZARIfG__divider{margin-left:auto;margin-right:auto}.Hero-module__ZARIfG__features,.Hero-module__ZARIfG__buttons{justify-content:center}.Hero-module__ZARIfG__title{font-size:var(--text-5xl)}.Hero-module__ZARIfG__floatCard1{right:5%}.Hero-module__ZARIfG__floatCard2{left:5%}}@media (max-width:768px){.Hero-module__ZARIfG__hero{min-height:auto;padding-top:100px;padding-bottom:var(--space-16)}.Hero-module__ZARIfG__title{font-size:var(--text-4xl)}.Hero-module__ZARIfG__logoCard{width:250px;height:250px}.Hero-module__ZARIfG__logoImage{width:220px!important;height:220px!important}.Hero-module__ZARIfG__floatCard,.Hero-module__ZARIfG__scrollIndicator{display:none}}@media (max-width:480px){.Hero-module__ZARIfG__title{font-size:var(--text-3xl)}.Hero-module__ZARIfG__subtitle{font-size:var(--text-base)}.Hero-module__ZARIfG__features{flex-direction:column;align-items:center}.Hero-module__ZARIfG__buttons{flex-direction:column;width:100%}.Hero-module__ZARIfG__btnPrimary,.Hero-module__ZARIfG__btnSecondary{justify-content:center;width:100%}.Hero-module__ZARIfG__logoCard{width:200px;height:200px}.Hero-module__ZARIfG__logoImage{width:180px!important;height:180px!important}}
.Services-module__dpHhBa__services{padding:var(--space-24)0;background:var(--color-white);position:relative;overflow:hidden}.Services-module__dpHhBa__bgDecor{pointer-events:none;position:absolute;inset:0;overflow:hidden}.Services-module__dpHhBa__decorCircle{background:linear-gradient(135deg,#8b9d8308,#0000);border-radius:50%;width:800px;height:800px;position:absolute;top:-400px;right:-400px}.Services-module__dpHhBa__container{max-width:var(--container-max);padding:0 var(--container-padding);z-index:2;margin:0 auto;position:relative}.Services-module__dpHhBa__header{text-align:center;margin-bottom:var(--space-16)}.Services-module__dpHhBa__badge{padding:var(--space-2)var(--space-5);background:var(--color-cream);color:var(--color-primary);font-size:var(--text-xs);letter-spacing:.1em;text-transform:uppercase;border-radius:var(--radius-full);margin-bottom:var(--space-4);font-weight:600;display:inline-block}.Services-module__dpHhBa__title{font-family:var(--font-heading);font-size:var(--text-4xl);color:var(--color-taupe-dark);margin-bottom:var(--space-4);font-weight:500}.Services-module__dpHhBa__divider{background:var(--gradient-primary);width:60px;height:2px;margin:0 auto var(--space-6);border-radius:var(--radius-full)}.Services-module__dpHhBa__subtitle{font-size:var(--text-lg);color:var(--color-taupe);max-width:550px;margin:0 auto;font-weight:300;line-height:1.8}.Services-module__dpHhBa__category{margin-bottom:var(--space-16)}.Services-module__dpHhBa__categoryTitle{text-align:center;font-family:var(--font-heading);font-size:var(--text-2xl);color:var(--color-taupe-dark);margin-bottom:var(--space-2);font-weight:500}.Services-module__dpHhBa__categoryDescription{text-align:center;font-size:var(--text-base);color:var(--color-taupe-light);max-width:450px;margin:0 auto var(--space-10);font-weight:300}.Services-module__dpHhBa__grid{gap:var(--space-6);grid-template-columns:repeat(3,1fr);display:grid}.Services-module__dpHhBa__gridSmall{gap:var(--space-6);grid-template-columns:repeat(4,1fr);display:grid}.Services-module__dpHhBa__card{background:var(--color-ivory);border-radius:var(--radius-2xl);padding:var(--space-8);transition:all var(--transition-base);border:1px solid #0000;flex-direction:column;height:100%;display:flex}.Services-module__dpHhBa__cardIcon{background:var(--color-white);border-radius:var(--radius-lg);width:50px;height:50px;font-size:var(--text-xl);margin-bottom:var(--space-4);box-shadow:var(--shadow-sm);justify-content:center;align-items:center;display:flex}.Services-module__dpHhBa__cardContent{flex-grow:1}.Services-module__dpHhBa__cardTitle{font-family:var(--font-heading);font-size:var(--text-xl);color:var(--color-taupe-dark);margin-bottom:var(--space-2);font-weight:500}.Services-module__dpHhBa__cardDescription{font-size:var(--text-sm);color:var(--color-taupe);margin-bottom:var(--space-4);font-weight:300;line-height:1.6}.Services-module__dpHhBa__cardFooter{padding-top:var(--space-4);border-top:1px solid var(--color-gray-200);justify-content:space-between;align-items:center;display:flex}.Services-module__dpHhBa__price{font-size:var(--text-base);color:var(--color-primary);font-weight:600}.Services-module__dpHhBa__cardLink{font-size:var(--text-sm);color:var(--color-taupe);transition:all var(--transition-fast);font-weight:600;text-decoration:none}.Services-module__dpHhBa__cardLink:hover{color:var(--color-primary)}.Services-module__dpHhBa__cta{text-align:center;padding:var(--space-12)var(--space-8);background:var(--color-cream);border-radius:var(--radius-3xl);margin-top:var(--space-8)}.Services-module__dpHhBa__ctaText{font-family:var(--font-heading);font-size:var(--text-xl);color:var(--color-taupe-dark);margin-bottom:var(--space-6)}.Services-module__dpHhBa__ctaButton{padding:var(--space-4)var(--space-10);background:var(--color-primary);color:var(--color-white);font-size:var(--text-sm);letter-spacing:.05em;text-transform:uppercase;border-radius:var(--radius-full);transition:all var(--transition-base);box-shadow:var(--shadow-primary);align-items:center;font-weight:600;text-decoration:none;display:inline-flex}.Services-module__dpHhBa__ctaButton:hover{background:var(--color-primary-dark);color:var(--color-white);transform:translateY(-3px);box-shadow:0 8px 30px #8b9d8359}@media (max-width:1024px){.Services-module__dpHhBa__grid,.Services-module__dpHhBa__gridSmall{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Services-module__dpHhBa__services{padding:var(--space-16)0}.Services-module__dpHhBa__title{font-size:var(--text-3xl)}.Services-module__dpHhBa__grid,.Services-module__dpHhBa__gridSmall{grid-template-columns:1fr}.Services-module__dpHhBa__cta{padding:var(--space-8)}.Services-module__dpHhBa__ctaText{font-size:var(--text-lg)}}@media (max-width:480px){.Services-module__dpHhBa__card{padding:var(--space-6)}.Services-module__dpHhBa__cardIcon{width:45px;height:45px;font-size:var(--text-lg)}}
.About-module__vAULUW__about{padding:var(--space-24)0;background:var(--color-ivory);position:relative;overflow:hidden}.About-module__vAULUW__container{gap:var(--space-16);max-width:var(--container-max);padding:0 var(--container-padding);grid-template-columns:1fr 1fr;align-items:center;margin:0 auto;display:grid}.About-module__vAULUW__imageSection,.About-module__vAULUW__imageWrapper{position:relative}.About-module__vAULUW__imageCard{aspect-ratio:1;background:var(--color-white);border-radius:var(--radius-3xl);width:100%;max-width:450px;box-shadow:var(--shadow-xl);padding:var(--space-8);justify-content:center;align-items:center;display:flex;overflow:hidden}.About-module__vAULUW__image{object-fit:cover;border-radius:50%}.About-module__vAULUW__experienceBadge{padding:var(--space-5)var(--space-6);background:var(--color-primary);border-radius:var(--radius-2xl);text-align:center;box-shadow:var(--shadow-primary);position:absolute;bottom:-20px;right:20px}.About-module__vAULUW__badgeNumber{font-family:var(--font-heading);font-size:var(--text-3xl);color:var(--color-white);font-weight:600;line-height:1;display:block}.About-module__vAULUW__badgeText{font-size:var(--text-xs);color:#ffffffe6;letter-spacing:.05em;font-weight:500}.About-module__vAULUW__content{padding-left:var(--space-8)}.About-module__vAULUW__badge{padding:var(--space-2)var(--space-5);background:var(--color-cream);color:var(--color-primary);font-size:var(--text-xs);letter-spacing:.1em;text-transform:uppercase;border-radius:var(--radius-full);margin-bottom:var(--space-4);font-weight:600;display:inline-block}.About-module__vAULUW__title{font-family:var(--font-heading);font-size:var(--text-4xl);color:var(--color-taupe-dark);margin-bottom:var(--space-4);font-weight:500;line-height:1.2}.About-module__vAULUW__highlight{color:var(--color-primary)}.About-module__vAULUW__divider{background:var(--gradient-primary);width:60px;height:2px;margin-bottom:var(--space-6);border-radius:var(--radius-full)}.About-module__vAULUW__description{font-size:var(--text-base);color:var(--color-taupe);margin-bottom:var(--space-4);font-weight:300;line-height:1.8}.About-module__vAULUW__stats{gap:var(--space-10);margin:var(--space-8)0;padding:var(--space-6)0;border-top:1px solid var(--color-gray-200);border-bottom:1px solid var(--color-gray-200);display:flex}.About-module__vAULUW__stat{text-align:center}.About-module__vAULUW__statNumber{font-family:var(--font-heading);font-size:var(--text-3xl);color:var(--color-primary);margin-bottom:var(--space-1);font-weight:500;line-height:1;display:block}.About-module__vAULUW__statLabel{font-size:var(--text-xs);color:var(--color-taupe-light);text-transform:uppercase;letter-spacing:.05em}.About-module__vAULUW__credentials{gap:var(--space-3);flex-direction:column;display:flex}.About-module__vAULUW__credential{align-items:center;gap:var(--space-3);font-size:var(--text-sm);color:var(--color-taupe);display:flex}.About-module__vAULUW__credentialIcon{background:var(--color-primary);width:22px;height:22px;color:var(--color-white);font-size:var(--text-xs);border-radius:50%;justify-content:center;align-items:center;font-weight:700;display:flex}@media (max-width:1024px){.About-module__vAULUW__container{gap:var(--space-12);grid-template-columns:1fr}.About-module__vAULUW__imageSection{order:2;justify-content:center;display:flex}.About-module__vAULUW__content{text-align:center;order:1;padding-left:0}.About-module__vAULUW__divider{margin-left:auto;margin-right:auto}.About-module__vAULUW__stats{justify-content:center}.About-module__vAULUW__credentials{align-items:center}}@media (max-width:768px){.About-module__vAULUW__about{padding:var(--space-16)0}.About-module__vAULUW__title{font-size:var(--text-3xl)}.About-module__vAULUW__imageCard{max-width:300px;padding:var(--space-6)}.About-module__vAULUW__image{width:250px!important;height:250px!important}.About-module__vAULUW__stats{gap:var(--space-6);flex-wrap:wrap}.About-module__vAULUW__stat{flex:1;min-width:80px}.About-module__vAULUW__experienceBadge{padding:var(--space-4)var(--space-5);bottom:-15px;right:10px}.About-module__vAULUW__badgeNumber{font-size:var(--text-2xl)}}
.WhyChooseUs-module__aV2w7G__whyUs{padding:var(--space-24)0;background:var(--color-cream);position:relative;overflow:hidden}.WhyChooseUs-module__aV2w7G__container{max-width:var(--container-max);padding:0 var(--container-padding);z-index:2;margin:0 auto;position:relative}.WhyChooseUs-module__aV2w7G__header{text-align:center;margin-bottom:var(--space-16)}.WhyChooseUs-module__aV2w7G__badge{padding:var(--space-2)var(--space-5);background:var(--color-white);color:var(--color-primary);font-size:var(--text-xs);letter-spacing:.1em;text-transform:uppercase;border-radius:var(--radius-full);margin-bottom:var(--space-4);font-weight:600;display:inline-block}.WhyChooseUs-module__aV2w7G__title{font-family:var(--font-heading);font-size:var(--text-4xl);color:var(--color-taupe-dark);margin-bottom:var(--space-4);font-weight:500}.WhyChooseUs-module__aV2w7G__divider{background:var(--gradient-primary);width:60px;height:2px;margin:0 auto var(--space-6);border-radius:var(--radius-full)}.WhyChooseUs-module__aV2w7G__subtitle{font-size:var(--text-lg);color:var(--color-taupe);max-width:550px;margin:0 auto;font-weight:300;line-height:1.8}.WhyChooseUs-module__aV2w7G__grid{gap:var(--space-6);margin-bottom:var(--space-12);grid-template-columns:repeat(3,1fr);display:grid}.WhyChooseUs-module__aV2w7G__card{background:var(--color-white);border-radius:var(--radius-2xl);padding:var(--space-8);text-align:center;transition:all var(--transition-base);border:1px solid #0000}.WhyChooseUs-module__aV2w7G__cardIcon{width:70px;height:70px;margin:0 auto var(--space-4);background:var(--color-ivory);border-radius:50%;justify-content:center;align-items:center;font-size:1.8rem;display:flex}.WhyChooseUs-module__aV2w7G__cardTitle{font-family:var(--font-heading);font-size:var(--text-xl);color:var(--color-taupe-dark);margin-bottom:var(--space-2);font-weight:500}.WhyChooseUs-module__aV2w7G__cardDescription{font-size:var(--text-sm);color:var(--color-taupe);margin-bottom:0;font-weight:300;line-height:1.6}.WhyChooseUs-module__aV2w7G__trustBadges{justify-content:center;gap:var(--space-4);padding:var(--space-6);background:var(--color-white);border-radius:var(--radius-2xl);flex-wrap:wrap;display:flex}.WhyChooseUs-module__aV2w7G__trustBadge{align-items:center;gap:var(--space-2);padding:var(--space-3)var(--space-5);background:var(--color-ivory);border-radius:var(--radius-full);display:flex}.WhyChooseUs-module__aV2w7G__trustIcon{font-size:var(--text-base)}.WhyChooseUs-module__aV2w7G__trustText{font-size:var(--text-sm);color:var(--color-taupe);font-weight:500}@media (max-width:1024px){.WhyChooseUs-module__aV2w7G__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.WhyChooseUs-module__aV2w7G__whyUs{padding:var(--space-16)0}.WhyChooseUs-module__aV2w7G__title{font-size:var(--text-3xl)}.WhyChooseUs-module__aV2w7G__grid{gap:var(--space-4);grid-template-columns:1fr}.WhyChooseUs-module__aV2w7G__trustBadges{padding:var(--space-5);gap:var(--space-3)}.WhyChooseUs-module__aV2w7G__trustBadge{flex:1;justify-content:center;min-width:140px}}
.Testimonials-module__ItA9Ha__testimonials{padding:var(--space-24)0;background:var(--color-white);position:relative}.Testimonials-module__ItA9Ha__container{max-width:var(--container-max);padding:0 var(--container-padding);margin:0 auto}.Testimonials-module__ItA9Ha__header{text-align:center;margin-bottom:var(--space-16)}.Testimonials-module__ItA9Ha__badge{padding:var(--space-2)var(--space-5);background:var(--color-cream);color:var(--color-primary);font-size:var(--text-xs);letter-spacing:.1em;text-transform:uppercase;border-radius:var(--radius-full);margin-bottom:var(--space-4);font-weight:600;display:inline-block}.Testimonials-module__ItA9Ha__title{font-family:var(--font-heading);font-size:var(--text-4xl);color:var(--color-taupe-dark);margin-bottom:var(--space-4);font-weight:500}.Testimonials-module__ItA9Ha__divider{background:var(--gradient-primary);width:60px;height:2px;margin:0 auto var(--space-6);border-radius:var(--radius-full)}.Testimonials-module__ItA9Ha__subtitle{font-size:var(--text-lg);color:var(--color-taupe);max-width:550px;margin:0 auto;font-weight:300;line-height:1.8}.Testimonials-module__ItA9Ha__grid{gap:var(--space-6);margin-bottom:var(--space-12);grid-template-columns:repeat(3,1fr);display:grid}.Testimonials-module__ItA9Ha__card{background:var(--color-ivory);border-radius:var(--radius-2xl);padding:var(--space-8);transition:all var(--transition-base);border:1px solid #0000;flex-direction:column;display:flex}.Testimonials-module__ItA9Ha__rating{gap:var(--space-1);margin-bottom:var(--space-4);display:flex}.Testimonials-module__ItA9Ha__star{color:var(--color-accent);font-size:var(--text-base)}.Testimonials-module__ItA9Ha__text{font-size:var(--text-base);color:var(--color-taupe);margin-bottom:var(--space-6);flex-grow:1;font-style:italic;font-weight:300;line-height:1.7}.Testimonials-module__ItA9Ha__cardFooter{align-items:center;gap:var(--space-3);margin-bottom:var(--space-4);display:flex}.Testimonials-module__ItA9Ha__avatar{background:var(--color-primary);width:45px;height:45px;color:var(--color-white);font-family:var(--font-heading);font-size:var(--text-lg);border-radius:50%;justify-content:center;align-items:center;font-weight:500;display:flex}.Testimonials-module__ItA9Ha__clientInfo{flex:1}.Testimonials-module__ItA9Ha__clientName{font-family:var(--font-heading);font-size:var(--text-base);color:var(--color-taupe-dark);margin-bottom:0;font-weight:500}.Testimonials-module__ItA9Ha__clientLocation{font-size:var(--text-sm);color:var(--color-taupe-light)}.Testimonials-module__ItA9Ha__treatment{padding:var(--space-2)var(--space-4);background:var(--color-white);border-radius:var(--radius-full);font-size:var(--text-xs);color:var(--color-primary);align-self:flex-start;font-weight:500;display:inline-block}.Testimonials-module__ItA9Ha__cta{padding:var(--space-8);background:var(--color-ivory);border-radius:var(--radius-2xl);justify-content:space-between;align-items:center;display:flex}.Testimonials-module__ItA9Ha__ctaContent{align-items:center;gap:var(--space-4);display:flex}.Testimonials-module__ItA9Ha__ctaIcon{font-size:2rem}.Testimonials-module__ItA9Ha__ctaTitle{font-family:var(--font-heading);font-size:var(--text-xl);color:var(--color-taupe-dark);margin-bottom:0;font-weight:500}.Testimonials-module__ItA9Ha__ctaText{font-size:var(--text-sm);color:var(--color-taupe);margin-bottom:0}.Testimonials-module__ItA9Ha__ctaButton{padding:var(--space-3)var(--space-6);background:var(--color-primary);color:var(--color-white);font-size:var(--text-sm);letter-spacing:.02em;border-radius:var(--radius-full);transition:all var(--transition-base);box-shadow:var(--shadow-primary);align-items:center;font-weight:600;text-decoration:none;display:inline-flex}.Testimonials-module__ItA9Ha__ctaButton:hover{background:var(--color-primary-dark);color:var(--color-white);transform:translateY(-2px);box-shadow:0 6px 20px #8b9d834d}@media (max-width:1024px){.Testimonials-module__ItA9Ha__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Testimonials-module__ItA9Ha__testimonials{padding:var(--space-16)0}.Testimonials-module__ItA9Ha__title{font-size:var(--text-3xl)}.Testimonials-module__ItA9Ha__grid{grid-template-columns:1fr}.Testimonials-module__ItA9Ha__cta{text-align:center;gap:var(--space-6);flex-direction:column}.Testimonials-module__ItA9Ha__ctaContent{flex-direction:column}}
.Contact-module__hcVmEa__contact{padding:var(--space-24)0;background:var(--color-ivory);position:relative;overflow:hidden}.Contact-module__hcVmEa__bgShape{pointer-events:none;background:linear-gradient(135deg,#8b9d830d,#0000);border-radius:50%;width:600px;height:600px;position:absolute;bottom:-300px;left:-200px}.Contact-module__hcVmEa__container{gap:var(--space-16);max-width:var(--container-max);padding:0 var(--container-padding);z-index:2;grid-template-columns:1fr 1fr;margin:0 auto;display:grid;position:relative}.Contact-module__hcVmEa__content{padding-right:var(--space-8)}.Contact-module__hcVmEa__badge{padding:var(--space-2)var(--space-5);background:var(--color-cream);color:var(--color-primary);font-size:var(--text-xs);letter-spacing:.1em;text-transform:uppercase;border-radius:var(--radius-full);margin-bottom:var(--space-4);font-weight:600;display:inline-block}.Contact-module__hcVmEa__title{font-family:var(--font-heading);font-size:var(--text-4xl);color:var(--color-taupe-dark);margin-bottom:var(--space-4);font-weight:500}.Contact-module__hcVmEa__divider{background:var(--gradient-primary);width:60px;height:2px;margin-bottom:var(--space-6);border-radius:var(--radius-full)}.Contact-module__hcVmEa__description{font-size:var(--text-lg);color:var(--color-taupe);margin-bottom:var(--space-10);font-weight:300;line-height:1.8}.Contact-module__hcVmEa__contactInfo{gap:var(--space-6);margin-bottom:var(--space-8);flex-direction:column;display:flex}.Contact-module__hcVmEa__infoItem{align-items:flex-start;gap:var(--space-4);display:flex}.Contact-module__hcVmEa__infoIcon{flex-shrink:0;font-size:1.3rem}.Contact-module__hcVmEa__infoTitle{font-family:var(--font-heading);font-size:var(--text-base);color:var(--color-taupe-dark);margin-bottom:var(--space-1);font-weight:500}.Contact-module__hcVmEa__infoText{font-size:var(--text-sm);color:var(--color-taupe);margin-bottom:0;line-height:1.5}.Contact-module__hcVmEa__infoLink{font-size:var(--text-sm);color:var(--color-primary);transition:color var(--transition-fast);font-weight:500;text-decoration:none}.Contact-module__hcVmEa__infoLink:hover{color:var(--color-primary-dark)}.Contact-module__hcVmEa__hours{padding:var(--space-5);background:var(--color-white);border-radius:var(--radius-xl)}.Contact-module__hcVmEa__hoursTitle{font-family:var(--font-heading);font-size:var(--text-base);color:var(--color-taupe-dark);margin-bottom:var(--space-2);font-weight:500}.Contact-module__hcVmEa__hoursText{font-size:var(--text-sm);color:var(--color-taupe);margin-bottom:0;line-height:1.7}.Contact-module__hcVmEa__formContainer{background:var(--color-white);border-radius:var(--radius-3xl);padding:var(--space-10);box-shadow:var(--shadow-lg)}.Contact-module__hcVmEa__form{gap:var(--space-5);flex-direction:column;display:flex}.Contact-module__hcVmEa__bookingCard{background:var(--color-white);border-radius:var(--radius-3xl);padding:var(--space-10);box-shadow:var(--shadow-lg);text-align:center;align-items:center;gap:var(--space-5);flex-direction:column;display:flex}.Contact-module__hcVmEa__bookingIcon{margin-bottom:var(--space-2);font-size:3rem}.Contact-module__hcVmEa__bookingTitle{font-family:var(--font-heading);font-size:var(--text-2xl);color:var(--color-taupe-dark);font-weight:500}.Contact-module__hcVmEa__bookingText{font-size:var(--text-base);color:var(--color-taupe);max-width:320px;line-height:1.7}.Contact-module__hcVmEa__bookingButtons{gap:var(--space-3);flex-direction:column;width:100%;max-width:300px;display:flex}.Contact-module__hcVmEa__bookingBtnPrimary{justify-content:center;align-items:center;gap:var(--space-3);padding:var(--space-4)var(--space-6);color:var(--color-white);font-size:var(--text-base);border-radius:var(--radius-full);transition:all var(--transition-base);background:linear-gradient(135deg,#833ab4,#fd1d1d,#f56040,#fcaf45);font-weight:600;text-decoration:none;display:flex;box-shadow:0 4px 20px #833ab44d}.Contact-module__hcVmEa__bookingBtnPrimary:hover{transform:translateY(-3px);box-shadow:0 8px 30px #833ab466}.Contact-module__hcVmEa__instagramIcon{width:22px;height:22px}.Contact-module__hcVmEa__bookingBtnSecondary{justify-content:center;align-items:center;gap:var(--space-2);padding:var(--space-3)var(--space-6);color:var(--color-primary);font-size:var(--text-sm);border:2px solid var(--color-primary);border-radius:var(--radius-full);transition:all var(--transition-base);background:0 0;font-weight:500;text-decoration:none;display:flex}.Contact-module__hcVmEa__bookingBtnSecondary:hover{background:var(--color-primary);color:var(--color-white)}.Contact-module__hcVmEa__bookingNote{font-size:var(--text-sm);color:var(--color-primary-dark);margin-top:var(--space-2)}.Contact-module__hcVmEa__floatingInstagram{align-items:center;gap:var(--space-2);padding:var(--space-4)var(--space-5);color:var(--color-white);border-radius:var(--radius-full);font-size:var(--text-sm);transition:all var(--transition-base);z-index:1000;background:linear-gradient(135deg,#833ab4,#fd1d1d,#f56040,#fcaf45);font-weight:600;text-decoration:none;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 6px 30px #833ab466}.Contact-module__hcVmEa__floatingInstagram svg{width:24px;height:24px}.Contact-module__hcVmEa__floatingInstagram:hover{transform:translateY(-3px)scale(1.05);box-shadow:0 10px 40px #833ab480}.Contact-module__hcVmEa__floatingText{display:inline}@media (max-width:480px){.Contact-module__hcVmEa__floatingInstagram{padding:var(--space-3)var(--space-4);bottom:20px;right:20px}.Contact-module__hcVmEa__floatingText{display:none}}.Contact-module__hcVmEa__formTitle{font-family:var(--font-heading);font-size:var(--text-2xl);color:var(--color-taupe-dark);margin-bottom:var(--space-4);font-weight:500}.Contact-module__hcVmEa__successMessage{padding:var(--space-4);border-radius:var(--radius-lg);color:#166534;font-size:var(--text-sm);text-align:center;margin-bottom:var(--space-4);background:linear-gradient(135deg,#22c55e1a,#22c55e0d);border:1px solid #22c55e4d}.Contact-module__hcVmEa__errorMessage{padding:var(--space-4);border-radius:var(--radius-lg);color:#991b1b;font-size:var(--text-sm);text-align:center;margin-bottom:var(--space-4);background:linear-gradient(135deg,#ef44441a,#ef44440d);border:1px solid #ef44444d}.Contact-module__hcVmEa__formRow{gap:var(--space-4);grid-template-columns:1fr 1fr;display:grid}.Contact-module__hcVmEa__formGroup{gap:var(--space-2);flex-direction:column;display:flex}.Contact-module__hcVmEa__label{font-size:var(--text-sm);color:var(--color-taupe-dark);font-weight:500}.Contact-module__hcVmEa__input,.Contact-module__hcVmEa__select,.Contact-module__hcVmEa__textarea{padding:var(--space-4);background:var(--color-ivory);border:1px solid var(--color-gray-200);border-radius:var(--radius-lg);font-family:var(--font-body);font-size:var(--text-base);color:var(--color-taupe-dark);transition:all var(--transition-fast)}.Contact-module__hcVmEa__input:focus,.Contact-module__hcVmEa__select:focus,.Contact-module__hcVmEa__textarea:focus{border-color:var(--color-primary);background:var(--color-white);outline:none;box-shadow:0 0 0 3px #8b9d831a}.Contact-module__hcVmEa__input::placeholder,.Contact-module__hcVmEa__textarea::placeholder{color:var(--color-gray-400)}.Contact-module__hcVmEa__select{cursor:pointer}.Contact-module__hcVmEa__textarea{resize:vertical;min-height:100px}.Contact-module__hcVmEa__bookingSection{gap:var(--space-6);flex-direction:column;display:flex}.Contact-module__hcVmEa__bookingDescription{font-size:var(--text-base);color:var(--color-taupe);margin-bottom:var(--space-2);line-height:1.7}.Contact-module__hcVmEa__ctaButtons{gap:var(--space-4);flex-direction:column;display:flex}.Contact-module__hcVmEa__ctaButton{align-items:center;gap:var(--space-4);padding:var(--space-5)var(--space-6);border-radius:var(--radius-xl);transition:all var(--transition-base);border:2px solid #0000;text-decoration:none;display:flex}.Contact-module__hcVmEa__ctaIcon{flex-shrink:0;font-size:2rem}.Contact-module__hcVmEa__ctaContent{flex-direction:column;gap:2px;display:flex}.Contact-module__hcVmEa__ctaLabel{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.05em;opacity:.9}.Contact-module__hcVmEa__ctaText{font-size:var(--text-lg);font-weight:600;font-family:var(--font-heading)}.Contact-module__hcVmEa__instagramBtn{color:var(--color-white);background:linear-gradient(135deg,#833ab4,#fd1d1d,#f56040,#fcaf45);box-shadow:0 4px 20px #833ab44d}.Contact-module__hcVmEa__instagramBtn:hover{transform:translateY(-3px);box-shadow:0 8px 30px #833ab466}.Contact-module__hcVmEa__emailBtn{background:var(--color-primary);color:var(--color-white);box-shadow:var(--shadow-primary)}.Contact-module__hcVmEa__emailBtn:hover{background:var(--color-primary-dark);transform:translateY(-3px);box-shadow:0 8px 30px #8b9d8366}.Contact-module__hcVmEa__responseNote{align-items:center;gap:var(--space-2);padding:var(--space-4);border-radius:var(--radius-lg);font-size:var(--text-sm);color:var(--color-primary-dark);background:#8b9d831a;display:flex}.Contact-module__hcVmEa__checkIcon{background:var(--color-primary);width:20px;height:20px;color:var(--color-white);border-radius:50%;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex}.Contact-module__hcVmEa__quickContact{margin-top:var(--space-6);padding-top:var(--space-6);border-top:1px solid var(--color-gray-200)}.Contact-module__hcVmEa__quickContactLabel{font-size:var(--text-sm);color:var(--color-taupe);margin-bottom:var(--space-3)}.Contact-module__hcVmEa__ctaButtonSmall{align-items:center;gap:var(--space-2);padding:var(--space-3)var(--space-4);border-radius:var(--radius-full);font-size:var(--text-sm);transition:all var(--transition-base);font-weight:500;text-decoration:none;display:inline-flex}.Contact-module__hcVmEa__instagramBtnSmall{color:var(--color-white);background:linear-gradient(135deg,#833ab4,#fd1d1d,#f56040)}.Contact-module__hcVmEa__instagramBtnSmall:hover{transform:translateY(-2px);box-shadow:0 4px 15px #833ab44d}.Contact-module__hcVmEa__emailBtnSmall{background:var(--color-primary);color:var(--color-white)}.Contact-module__hcVmEa__emailBtnSmall:hover{background:var(--color-primary-dark);transform:translateY(-2px)}.Contact-module__hcVmEa__submitButton{padding:var(--space-4)var(--space-8);background:var(--color-primary);color:var(--color-white);font-size:var(--text-sm);letter-spacing:.05em;text-transform:uppercase;border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-base);box-shadow:var(--shadow-primary);margin-top:var(--space-4);border:none;justify-content:center;align-items:center;font-weight:600;display:flex}.Contact-module__hcVmEa__submitButton:hover{background:var(--color-primary-dark);transform:translateY(-2px);box-shadow:0 6px 25px #8b9d8359}.Contact-module__hcVmEa__disclaimer{font-size:var(--text-xs);color:var(--color-taupe-light);text-align:center;margin-bottom:0}@media (max-width:1024px){.Contact-module__hcVmEa__container{gap:var(--space-12);grid-template-columns:1fr}.Contact-module__hcVmEa__content{text-align:center;padding-right:0}.Contact-module__hcVmEa__divider{margin-left:auto;margin-right:auto}.Contact-module__hcVmEa__contactInfo{align-items:center}.Contact-module__hcVmEa__infoItem,.Contact-module__hcVmEa__hours{text-align:left}}@media (max-width:768px){.Contact-module__hcVmEa__contact{padding:var(--space-16)0}.Contact-module__hcVmEa__title{font-size:var(--text-3xl)}.Contact-module__hcVmEa__formContainer{padding:var(--space-8)}.Contact-module__hcVmEa__formRow{grid-template-columns:1fr}}
.Footer-module__S6Hkya__footer{background:var(--color-taupe-dark);color:var(--color-white);padding:var(--space-16)0 var(--space-8)}.Footer-module__S6Hkya__container{max-width:var(--container-max);padding:0 var(--container-padding);margin:0 auto}.Footer-module__S6Hkya__grid{gap:var(--space-12);padding-bottom:var(--space-12);border-bottom:1px solid #ffffff1a;grid-template-columns:2fr 1fr 1fr 1fr;display:grid}.Footer-module__S6Hkya__brand{padding-right:var(--space-8)}.Footer-module__S6Hkya__logo{align-items:center;gap:var(--space-3);margin-bottom:var(--space-4);text-decoration:none;display:inline-flex}.Footer-module__S6Hkya__logoImage{object-fit:cover;border-radius:50%}.Footer-module__S6Hkya__logoText{font-family:var(--font-heading);font-size:var(--text-xl);color:var(--color-white);letter-spacing:.1em;font-weight:500}.Footer-module__S6Hkya__tagline{font-size:var(--text-sm);color:var(--color-accent);margin-bottom:var(--space-3);font-weight:400}.Footer-module__S6Hkya__description{font-size:var(--text-sm);color:#ffffffb3;margin-bottom:var(--space-6);line-height:1.7}.Footer-module__S6Hkya__social{gap:var(--space-3);display:flex}.Footer-module__S6Hkya__socialLink{width:42px;height:42px;font-size:var(--text-lg);transition:all var(--transition-fast);background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;display:flex}.Footer-module__S6Hkya__socialLink:hover{background:var(--color-primary);transform:translateY(-3px)}.Footer-module__S6Hkya__column{flex-direction:column;display:flex}.Footer-module__S6Hkya__columnTitle{font-family:var(--font-heading);font-size:var(--text-sm);color:var(--color-white);margin-bottom:var(--space-5);letter-spacing:.05em;text-transform:uppercase;font-weight:500}.Footer-module__S6Hkya__links{gap:var(--space-3);flex-direction:column;display:flex}.Footer-module__S6Hkya__links li{list-style:none}.Footer-module__S6Hkya__links a{font-size:var(--text-sm);color:#ffffffb3;transition:color var(--transition-fast);text-decoration:none}.Footer-module__S6Hkya__links a:hover{color:var(--color-accent)}.Footer-module__S6Hkya__bottom{padding-top:var(--space-8);justify-content:space-between;align-items:center;display:flex}.Footer-module__S6Hkya__copyright p{font-size:var(--text-sm);color:#ffffff80;margin-bottom:0}.Footer-module__S6Hkya__legal{gap:var(--space-6);display:flex}.Footer-module__S6Hkya__legal a{font-size:var(--text-sm);color:#ffffff80;transition:color var(--transition-fast);text-decoration:none}.Footer-module__S6Hkya__legal a:hover{color:var(--color-accent)}@media (max-width:1024px){.Footer-module__S6Hkya__grid{gap:var(--space-10);grid-template-columns:1fr 1fr}.Footer-module__S6Hkya__brand{text-align:center;grid-column:1/-1;padding-right:0}.Footer-module__S6Hkya__logo,.Footer-module__S6Hkya__social{justify-content:center}.Footer-module__S6Hkya__column{text-align:center}.Footer-module__S6Hkya__links{align-items:center}}@media (max-width:768px){.Footer-module__S6Hkya__footer{padding:var(--space-12)0 var(--space-6)}.Footer-module__S6Hkya__grid{gap:var(--space-8);grid-template-columns:1fr}.Footer-module__S6Hkya__bottom{gap:var(--space-4);text-align:center;flex-direction:column}.Footer-module__S6Hkya__legal{gap:var(--space-4)}}
.Chatbot-module__DWq8bW__chatButton{background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));color:var(--color-white);border-radius:var(--radius-full);cursor:pointer;z-index:1000;border:none;padding:0;transition:all .3s;position:fixed;bottom:100px;right:30px;overflow:visible;box-shadow:0 6px 30px #8b9d8366}.Chatbot-module__DWq8bW__chatButton:hover{transform:translateY(-3px)scale(1.05);box-shadow:0 10px 40px #8b9d8380}.Chatbot-module__DWq8bW__chatButton.Chatbot-module__DWq8bW__hidden{opacity:0;pointer-events:none;transform:scale(0)}.Chatbot-module__DWq8bW__chatButtonContent{align-items:center;gap:10px;padding:14px 20px;display:flex}.Chatbot-module__DWq8bW__chatIcon{width:24px;height:24px}.Chatbot-module__DWq8bW__chatButtonText{font-size:14px;font-weight:600}.Chatbot-module__DWq8bW__pulseRing{border-radius:var(--radius-full);border:2px solid var(--color-primary);pointer-events:none;width:100%;height:100%;animation:2s infinite Chatbot-module__DWq8bW__pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes Chatbot-module__DWq8bW__pulse{0%{opacity:1;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-50%)scale(1.5)}}.Chatbot-module__DWq8bW__chatWindow{background:var(--color-white);z-index:1001;opacity:0;pointer-events:none;transform-origin:100% 100%;border-radius:24px;flex-direction:column;width:380px;height:550px;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);display:flex;position:fixed;bottom:100px;right:30px;overflow:hidden;transform:scale(.8)translateY(20px);box-shadow:0 20px 60px #00000026}.Chatbot-module__DWq8bW__chatWindow.Chatbot-module__DWq8bW__open{opacity:1;pointer-events:all;transform:scale(1)translateY(0)}.Chatbot-module__DWq8bW__chatHeader{background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));color:var(--color-white);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.Chatbot-module__DWq8bW__headerInfo{align-items:center;gap:12px;display:flex}.Chatbot-module__DWq8bW__avatar{background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:14px;font-weight:700;display:flex;position:relative}.Chatbot-module__DWq8bW__onlineDot{border:2px solid var(--color-primary);background:#22c55e;border-radius:50%;width:10px;height:10px;position:absolute;bottom:2px;right:2px}.Chatbot-module__DWq8bW__headerActions{align-items:center;gap:8px;display:flex}.Chatbot-module__DWq8bW__clearButton{cursor:pointer;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.Chatbot-module__DWq8bW__clearButton:hover{background:#ffffff40;transform:rotate(-30deg)}.Chatbot-module__DWq8bW__clearButton svg{fill:#fff;width:18px;height:18px}.Chatbot-module__DWq8bW__headerText h4{margin:0;font-size:16px;font-weight:600}.Chatbot-module__DWq8bW__status{opacity:.9;font-size:12px}.Chatbot-module__DWq8bW__closeButton{cursor:pointer;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex}.Chatbot-module__DWq8bW__closeButton:hover{background:#ffffff40}.Chatbot-module__DWq8bW__closeButton svg{fill:#fff;width:18px;height:18px}.Chatbot-module__DWq8bW__messagesContainer{background:linear-gradient(#f8faf8 0%,#fff 100%);flex-direction:column;flex:1;gap:16px;padding:20px;display:flex;overflow-y:auto}.Chatbot-module__DWq8bW__message{gap:10px;max-width:85%;display:flex}.Chatbot-module__DWq8bW__botMessage{align-self:flex-start}.Chatbot-module__DWq8bW__userMessage{flex-direction:row-reverse;align-self:flex-end}.Chatbot-module__DWq8bW__messageAvatar{background:var(--color-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;min-width:32px;height:32px;font-size:11px;font-weight:700;display:flex}.Chatbot-module__DWq8bW__messageBubble{border-radius:18px;padding:12px 16px;font-size:14px;line-height:1.5}.Chatbot-module__DWq8bW__botMessage .Chatbot-module__DWq8bW__messageBubble{background:var(--color-white);color:var(--color-taupe-dark);border-bottom-left-radius:4px;box-shadow:0 2px 8px #0000000f}.Chatbot-module__DWq8bW__userMessage .Chatbot-module__DWq8bW__messageBubble{background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));color:var(--color-white);border-bottom-right-radius:4px}.Chatbot-module__DWq8bW__messageBubble p{margin:0}.Chatbot-module__DWq8bW__typingIndicator{background:var(--color-white);border-radius:18px 18px 18px 4px;align-items:center;gap:4px;padding:14px 18px;display:flex;box-shadow:0 2px 8px #0000000f}.Chatbot-module__DWq8bW__typingIndicator span{background:var(--color-primary);border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite Chatbot-module__DWq8bW__bounce}.Chatbot-module__DWq8bW__typingIndicator span:first-child{animation-delay:0s}.Chatbot-module__DWq8bW__typingIndicator span:nth-child(2){animation-delay:.2s}.Chatbot-module__DWq8bW__typingIndicator span:nth-child(3){animation-delay:.4s}@keyframes Chatbot-module__DWq8bW__bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}.Chatbot-module__DWq8bW__suggestions{background:#fafbfa;border-top:1px solid #0000000d;padding:12px 20px}.Chatbot-module__DWq8bW__suggestionsLabel{color:var(--color-taupe);margin-bottom:8px;font-size:12px}.Chatbot-module__DWq8bW__suggestionsList{flex-wrap:wrap;gap:6px;display:flex}.Chatbot-module__DWq8bW__suggestionBtn{background:var(--color-white);border:1px solid var(--color-gray-200);border-radius:var(--radius-full);color:var(--color-taupe-dark);cursor:pointer;padding:8px 12px;font-size:12px;transition:all .2s}.Chatbot-module__DWq8bW__suggestionBtn:hover{border-color:var(--color-primary);color:var(--color-primary);background:#8b9d830d}.Chatbot-module__DWq8bW__inputContainer{background:var(--color-white);border-top:1px solid #0000000d;gap:10px;padding:16px 20px;display:flex}.Chatbot-module__DWq8bW__input{border:1px solid var(--color-gray-200);border-radius:var(--radius-full);font-size:14px;font-family:var(--font-body);flex:1;padding:12px 16px;transition:all .2s}.Chatbot-module__DWq8bW__input:focus{border-color:var(--color-primary);outline:none;box-shadow:0 0 0 3px #8b9d831a}.Chatbot-module__DWq8bW__input::placeholder{color:var(--color-gray-400)}.Chatbot-module__DWq8bW__sendButton{background:var(--color-primary);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex}.Chatbot-module__DWq8bW__sendButton:hover:not(:disabled){background:var(--color-primary-dark);transform:scale(1.05)}.Chatbot-module__DWq8bW__sendButton:disabled{opacity:.5;cursor:not-allowed}.Chatbot-module__DWq8bW__sendButton svg{fill:#fff;width:20px;height:20px;transform:translate(2px)}@media (max-width:480px){.Chatbot-module__DWq8bW__chatButton{bottom:80px;right:20px}.Chatbot-module__DWq8bW__chatButtonText{display:none}.Chatbot-module__DWq8bW__chatWindow{transform-origin:bottom;border-radius:0;width:100%;height:100%;bottom:0;left:0;right:0}.Chatbot-module__DWq8bW__chatWindow.Chatbot-module__DWq8bW__open{border-radius:0}}
