body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}.App{min-height:100vh}.container{margin:0 auto;max-width:1200px;padding:0 20px}.section{padding:80px 0}.section-title{color:#1a1a1a;font-size:2.5rem;font-weight:700;margin-bottom:20px;text-align:center}.section-subtitle{color:#666;font-size:1.1rem;margin-bottom:60px;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50px;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:12px 30px;text-decoration:none;transition:all .3s ease}.btn-primary:hover{box-shadow:0 10px 25px #667eea4d;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #667eea;border-radius:50px;color:#667eea;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:12px 30px;text-decoration:none;transition:all .3s ease}.btn-secondary:hover{background:#667eea;color:#fff;transform:translateY(-2px)}@media (max-width:768px){.section{padding:60px 0}.section-title{font-size:2rem}.container{padding:0 15px}}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;left:0;padding:15px 0;position:fixed;right:0;top:0;transition:all .3s ease;width:100%;z-index:1000}.navbar.scrolled{background:#fffffffa;box-shadow:0 2px 20px #0000001a}.nav-content{justify-content:space-between;max-width:100%;position:relative;width:100%}.nav-content,.nav-logo{align-items:center;display:flex}.nav-logo{flex:1 1;gap:10px;min-width:0}.nav-logo .logo-image{height:40px;width:auto}.nav-logo h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-menu{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-menu li a{color:#333;font-weight:500;position:relative;text-decoration:none;transition:color .3s ease}.nav-menu li a:hover{color:#667eea}.nav-menu li a:after{background:linear-gradient(135deg,#667eea,#764ba2);bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-menu li a:hover:after{width:100%}.book-btn{display:inline-block}.mobile-menu-toggle{background:none;border:none;border-radius:4px;color:#333;cursor:pointer;display:none;flex-shrink:0;margin-left:10px;padding:8px;transition:background-color .3s ease}.mobile-menu-toggle:hover{background-color:#667eea1a}.mobile-menu-toggle svg{height:24px;width:24px}.mobile-menu{background:#fff;border-radius:0 0 8px 8px;box-shadow:0 5px 20px #0000001a;left:0;max-height:0;opacity:0;overflow:hidden;position:absolute;right:0;top:100%;transform:translateY(-20px);transition:all .3s ease;visibility:hidden}.mobile-menu.active{max-height:500px;opacity:1;transform:translateY(0);visibility:visible}.mobile-menu ul{list-style:none;margin:0;padding:20px}.mobile-menu ul li{margin-bottom:15px}.mobile-menu ul li a{border-bottom:1px solid #eee;color:#333;display:block;font-size:1.1rem;font-weight:500;padding:15px 0;text-decoration:none;transition:color .3s ease,background-color .3s ease}.mobile-menu ul li a:hover{background-color:#667eea0d;color:#667eea;padding-left:10px}.book-btn-mobile{margin-top:10px;width:100%}@media (max-width:768px){.book-btn,.nav-menu{display:none}.mobile-menu-toggle{display:block}.nav-content{padding:0 10px}.nav-logo{max-width:calc(100% - 60px)}.nav-logo h2{font-size:1.3rem}.nav-logo .logo-image{height:35px}}@media (max-width:480px){.navbar{padding:10px 0}.nav-content{padding:0 15px}.nav-logo{max-width:calc(100% - 70px)}.nav-logo h2{font-size:1.2rem}.nav-logo .logo-image{height:30px}.mobile-menu ul{padding:15px}.mobile-menu ul li a{font-size:1rem;padding:12px 0}}@media (max-width:375px){.navbar{padding:8px 0}.nav-content{padding:0 12px}.nav-logo{max-width:calc(100% - 65px)}.nav-logo h2{font-size:1.1rem}.nav-logo .logo-image{height:28px}.nav-logo{gap:8px}}@media (max-width:320px){.nav-content{padding:0 10px}.nav-logo{gap:6px;max-width:calc(100% - 60px)}.nav-logo h2{font-size:1rem}.nav-logo .logo-image{height:25px}.mobile-menu-toggle{padding:6px}.mobile-menu-toggle svg{height:20px;width:20px}}.hero{display:flex;flex-direction:column;justify-content:center;min-height:100vh;overflow:hidden;padding-top:80px;position:relative}.hero-background{bottom:0;left:0;position:absolute;right:0;top:0;z-index:-1}.hero-image{height:100%;object-fit:cover;object-position:center;width:100%}.hero-overlay{background:linear-gradient(135deg,#667eeacc,#764ba2b3);bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;min-height:60vh;position:relative;z-index:2}.hero-text{color:#fff}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ffd89b,#19547b);-webkit-background-clip:text;background-clip:text}.hero-subtitle{font-size:1.2rem;line-height:1.6;margin-bottom:2rem;opacity:.9}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}.hero-features{display:flex;flex-direction:column;gap:1.5rem}.feature-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;color:#fff;padding:1.5rem;transition:transform .3s ease}.feature-card:hover{transform:translateX(10px)}.feature-icon{font-size:2rem;margin-bottom:.5rem}.feature-card h3{font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.feature-card p{font-size:.9rem;opacity:.9}.hero-stats{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-top:1px solid #fff3;margin-top:2rem;padding:2rem 0}.stats-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);text-align:center}.stat-item{color:#fff}.stat-item h3{-webkit-text-fill-color:#0000;background:#fff;-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-item p{font-size:1rem;opacity:.9}@media (max-width:1024px){.hero-title{font-size:3rem}.hero-content{gap:3rem}}@media (max-width:768px){.hero-content{gap:2rem;grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-features{flex-direction:row;gap:1rem;overflow-x:auto;padding-bottom:1rem}.feature-card{flex-shrink:0;min-width:250px}.stats-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.stat-item h3{font-size:2rem}}@media (max-width:480px){.hero{padding-top:60px}.hero-title{font-size:2rem}.hero-buttons{align-items:center;flex-direction:column}.hero-buttons .btn-primary,.hero-buttons .btn-secondary{max-width:250px;width:100%}.hero-features{flex-direction:column}.feature-card{min-width:auto}.stats-grid{grid-template-columns:1fr}}.services{background-color:#f9fafb}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:4rem}.service-card{background-color:#fff;border-radius:20px;box-shadow:0 10px 30px #00000012;overflow:hidden;transition:all .3s ease}.service-card:hover{box-shadow:0 15px 40px #0000001a;transform:translateY(-10px)}.service-image{height:250px;overflow:hidden;position:relative}.service-image img{height:100%;object-fit:cover;transition:transform .4s ease;width:100%}.service-card:hover .service-image img{transform:scale(1.05)}.service-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .4s ease}.service-card:hover .service-overlay{opacity:1}.service-content{padding:2rem}.service-title{color:#1a1a1a;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.service-description{color:#666;font-size:1rem;line-height:1.6;margin-bottom:1.5rem;min-height:80px}.service-details{margin-bottom:1.5rem}.service-meta{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem}.service-price{color:#667eea;font-size:1.1rem;font-weight:600}.service-duration{background:#f3f4f6;border-radius:20px;color:#666;font-size:.9rem;padding:5px 10px}.service-features{font-size:.9rem;list-style:none;margin:0;padding:0}.service-features li{color:#333;margin-bottom:.5rem}.service-btn{text-align:center;width:100%}.services-cta{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;color:#fff;padding:3rem;text-align:center}.cta-content h3{font-size:2rem;font-weight:700;margin-bottom:1rem}.cta-content p{font-size:1.1rem;margin-bottom:2rem;opacity:.9}@media (max-width:768px){.services-grid{grid-template-columns:1fr}.service-description{min-height:auto}.cta-content h3{font-size:1.8rem}}@media (max-width:480px){.service-content{padding:1.5rem}.service-title{font-size:1.3rem}.cta-content{padding:2rem}.cta-content h3{font-size:1.5rem}}.about{background:#fff}.about-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-top:3rem}.about-image-container{position:relative}.about-image-container img{border-radius:20px;box-shadow:0 20px 40px #0000001a;height:500px;object-fit:cover;width:100%}.about-text-container h3{color:#1a1a1a;font-size:1.5rem;font-weight:700;margin-bottom:1rem;margin-top:2rem}.about-text-container h3:first-child{margin-top:0}.about-text-container p{color:#666;font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem}.about-stats{grid-gap:2rem;border-bottom:1px solid #eee;border-top:1px solid #eee;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin:2rem 0;padding:2rem 0}.stat{text-align:center}.stat h4{color:#667eea;font-size:2rem;font-weight:700;margin-bottom:.5rem}.stat p{color:#666;font-size:.9rem;margin:0}@media (max-width:768px){.about-content{gap:2rem;grid-template-columns:1fr}.about-image-container img{height:300px}.about-stats{gap:1rem;grid-template-columns:1fr}.stat h4{font-size:1.5rem}}.team-section{border-top:1px solid #eee;margin-top:5rem;padding-top:3rem}.team-title{color:#1a1a1a;font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-align:center}.team-subtitle{color:#666;font-size:1.2rem;line-height:1.6;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.team-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-bottom:3rem}.team-member{background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.team-member:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-5px)}.member-image{height:300px;overflow:hidden;position:relative}.member-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.team-member:hover .member-image img{transform:scale(1.05)}.member-overlay{background:#667eeae6;border-radius:20px;color:#fff;font-size:.9rem;font-weight:600;padding:.5rem 1rem;position:absolute;right:20px;top:20px}.member-info{padding:2rem}.member-info h4{color:#1a1a1a;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.member-title{color:#667eea;font-size:1rem;font-weight:600;margin-bottom:.3rem}.member-experience{color:#888;font-size:.9rem;font-weight:500;margin-bottom:1rem}.member-description{color:#666;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.member-specialties{display:flex;flex-wrap:wrap;gap:.5rem}.specialty{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:15px;color:#fff;font-size:.8rem;font-weight:500;padding:.4rem .8rem}.lead-practitioner{border-top:4px solid #667eea}.assistant-practitioner{border-top:4px solid #764ba2}.team-cta{background:linear-gradient(135deg,#f5f7ff,#e8f0ff);border-radius:20px;margin-top:2rem;padding:2rem;text-align:center}.team-cta p{color:#1a1a1a;font-size:1.2rem;font-weight:600;margin-bottom:1.5rem}.team-cta .btn-primary{font-size:1.1rem;padding:1rem 2rem}@media (max-width:1024px){.team-grid{gap:2rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.team-grid{gap:2rem;grid-template-columns:1fr}.team-title{font-size:2rem}.team-subtitle{font-size:1.1rem}.member-info{padding:1.5rem}.member-image{height:250px}}@media (max-width:480px){.about-text-container h3{font-size:1.3rem}.about-text-container p{font-size:1rem}.team-grid{gap:1.5rem;grid-template-columns:1fr}.team-title{font-size:1.8rem}.team-subtitle{font-size:1rem}.member-info{padding:1.2rem}.member-image{height:220px}}.gallery{background-color:#f9fafb}.gallery-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.gallery-item{border-radius:15px;cursor:pointer;overflow:hidden;position:relative;transition:transform .3s ease}.gallery-item:hover{transform:translateY(-5px)}.gallery-item img{height:300px;object-fit:cover;transition:transform .4s ease;width:100%}.gallery-item:hover img{transform:scale(1.1)}.gallery-overlay{background:linear-gradient(#0000,#000c);bottom:0;color:#fff;left:0;padding:2rem 1.5rem 1.5rem;position:absolute;right:0;transform:translateY(100%);transition:transform .3s ease}.gallery-item:hover .gallery-overlay{transform:translateY(0)}.gallery-overlay p{font-size:1.1rem;font-weight:500;margin:0}@media (min-width:768px){.gallery-grid{grid-template-columns:repeat(3,1fr)}.gallery-item:first-child{grid-row:span 1}.gallery-item:nth-child(2){grid-row:span 2}.gallery-item:nth-child(3){grid-row:span 1}.gallery-item:nth-child(4){grid-row:span 2}.gallery-item:nth-child(5),.gallery-item:nth-child(6){grid-row:span 1}.gallery-item:nth-child(2) img,.gallery-item:nth-child(4) img{height:450px}}@media (max-width:768px){.gallery-grid{grid-template-columns:1fr}.gallery-item img{height:250px}}@media (max-width:480px){.gallery-grid{gap:1rem}.gallery-item img{height:200px}}.testimonials{background:#fff}.testimonials-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:4rem}.testimonial-card{background:#f9fafb;border:1px solid #eee;border-radius:20px;padding:2rem;transition:all .3s ease}.testimonial-card:hover{border-color:#667eea;box-shadow:0 10px 30px #00000012}.testimonial-header{align-items:center;display:flex;margin-bottom:1.5rem}.testimonial-avatar{border-radius:50%;height:70px;margin-right:1.5rem;object-fit:cover;width:70px}.testimonial-info{flex-grow:1}.testimonial-name{color:#1a1a1a;font-size:1.2rem;font-weight:700;margin:0}.testimonial-treatment{color:#666;font-size:.9rem;margin:.25rem 0 .5rem}.testimonial-rating{display:flex}.star{color:#ffc107}.testimonial-text{color:#333;font-size:1rem;font-style:italic;line-height:1.6;margin:0}.testimonials-cta{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;color:#fff;padding:3rem;text-align:center}.testimonials-cta h3{font-size:2rem;font-weight:700;margin-bottom:1rem}.testimonials-cta p{font-size:1.1rem;margin-bottom:2rem;opacity:.9}@media (max-width:768px){.testimonials-grid{grid-template-columns:1fr}.testimonials-cta h3{font-size:1.8rem}}@media (max-width:480px){.testimonial-card{padding:1.5rem}.testimonial-avatar{height:60px;width:60px}.testimonials-cta{padding:2rem}.testimonials-cta h3{font-size:1.5rem}}.contact{background-color:#f9fafb}.contact-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-top:3rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-card{background:#fff;border-radius:20px;box-shadow:0 10px 30px #00000012;padding:2.5rem}.contact-card h3{color:#1a1a1a;font-size:1.5rem;font-weight:700;margin-bottom:2rem}.contact-detail{align-items:flex-start;display:flex;margin-bottom:1.5rem}.contact-icon{color:#667eea;font-size:1.5rem;margin-right:1.5rem}.contact-detail p{color:#666;font-size:1rem;line-height:1.6;margin:0}.map-container{border-radius:20px;box-shadow:0 10px 30px #00000012;overflow:hidden}.map-container iframe{border:none;border-radius:20px;height:300px;width:100%}.contact-form-container{background:#fff;border-radius:20px;box-shadow:0 10px 30px #00000012;padding:2.5rem}.contact-form h3{color:#1a1a1a;font-size:1.5rem;font-weight:700;margin-bottom:2rem;text-align:center}.form-group{margin-bottom:1.5rem}.form-group input,.form-group select,.form-group textarea{border:1px solid #ddd;border-radius:10px;color:#333;font-size:1rem;padding:1rem;transition:border-color .3s ease;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#667eea;outline:none}.contact-submit{font-size:1.1rem;padding:1rem;width:100%}@media (max-width:768px){.contact-content{gap:2rem;grid-template-columns:1fr}}@media (max-width:480px){.contact-card,.contact-form-container{padding:2rem}}.footer{background:linear-gradient(135deg,#1a1a1a,#2c2c2c);color:#fff;padding:4rem 0 2rem}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr 1fr 1.5fr;margin-bottom:3rem}.footer-logo{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem}.footer-logo .logo-image{border:2px solid #667eea;border-radius:50%;box-shadow:0 4px 15px #667eea4d;height:50px;object-fit:cover;width:50px}.footer-logo h2{margin:0}.footer-about h3,.footer-logo h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:1.8rem;font-weight:700}.footer-about h3{margin-bottom:1rem}.footer-about p{color:#ccc;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.footer-socials{display:flex;gap:1rem}.footer-socials a{align-items:center;background:#ffffff1a;border-radius:50%;color:#fff;display:flex;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.footer-socials a:hover{background:#667eea;transform:translateY(-2px)}.footer-contact h4,.footer-links h4,.footer-newsletter h4{color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:1.5rem}.footer-links ul{list-style:none;margin:0;padding:0}.footer-links ul li{margin-bottom:.8rem}.footer-links ul li a{color:#ccc;text-decoration:none;transition:color .3s ease}.footer-links ul li a:hover{color:#667eea}.footer-contact p,.footer-newsletter p{color:#ccc;line-height:1.6;margin-bottom:.8rem}.newsletter-form{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.newsletter-form input{background:#ffffff1a;border:1px solid #fff3;border-radius:8px;color:#fff;font-size:1rem;padding:.8rem}.newsletter-form input::placeholder{color:#999}.newsletter-form input:focus{border-color:#667eea;outline:none}.newsletter-form button{padding:.8rem}.footer-bottom{align-items:center;border-top:1px solid #ffffff1a;color:#999;display:flex;font-size:.9rem;justify-content:space-between;padding-top:2rem;position:relative}.back-to-top{background:#667eea;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:1.5rem;height:50px;position:absolute;right:0;transition:all .3s ease;width:50px}.back-to-top:hover{background:#764ba2;transform:translateY(-3px)}@media (max-width:1024px){.footer-content{gap:2rem;grid-template-columns:1fr 1fr}}@media (max-width:768px){.footer-content{gap:2rem;grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.back-to-top{margin-top:1rem;position:static}}@media (max-width:480px){.footer{padding:3rem 0 2rem}.footer-about h3{font-size:1.5rem}.newsletter-form{flex-direction:column}}
/*# sourceMappingURL=main.34647787.css.map*/