.header{background-color:var(--color-white);box-shadow:0 2px 10px #0000001a;height:80px;position:sticky;top:0;z-index:50}.header-container{height:100%;justify-content:space-between;padding-bottom:.75rem;padding-top:.75rem}.header-container,.logo{align-items:center;display:flex}.logo-icon{font-size:1.5rem;margin-right:.5rem}.logo-icon,.logo-text{color:var(--color-primary)}.logo-text{font-size:1.25rem;font-weight:700}.logo-accent{color:var(--color-darkblue)}.desktop-nav{display:none}.nav-link{color:var(--color-darktext);font-weight:500;margin:0 1rem;transition:var(--transition-normal)}.nav-link.active,.nav-link:hover{color:var(--color-primary)}.desktop-cta{display:none}.menu-btn{background:none;border:none;color:var(--color-darktext);font-size:1.25rem}.mobile-menu{background-color:var(--color-white);box-shadow:0 4px 6px #0000001a;display:none;padding:1rem;transition:var(--transition-normal)}.mobile-menu.open{display:block}.mobile-menu-links{display:flex;flex-direction:column}.mobile-nav-link{color:var(--color-darktext);font-weight:500;padding:.75rem 0;transition:var(--transition-normal)}.mobile-nav-link.active,.mobile-nav-link:hover{color:var(--color-primary)}.mobile-btn{margin-top:1rem;text-align:center}@media (min-width:768px){.desktop-nav{display:flex}.desktop-cta{display:block}.menu-btn{display:none}}.hero{align-items:center;color:var(--color-darktext);display:flex;font-family:Arial,sans-serif;height:100vh;justify-content:center;overflow:hidden;padding:0 20px;position:relative}.parallax-background{background:url(/static/media/25_resized.9af597d53cbfaae9486f.webp) 50%/cover no-repeat fixed;filter:brightness(90%);height:100%;left:0;position:absolute;top:0;transform:translateY(0);transition:transform .1s linear;width:100%;z-index:1}.animated-lines{animation:fadeInLines 2s ease-in-out forwards;left:10%;opacity:0;position:absolute;top:20%;width:80%}.animated-lines .line{stroke-dasharray:1000;stroke-dashoffset:1000;animation:drawLine 3s ease-in-out forwards;height:auto;width:100%}@keyframes drawLine{to{stroke-dashoffset:0}}@keyframes fadeInLines{to{opacity:1}}.hero-content{max-width:100%;position:relative;text-align:center;width:100%;z-index:2}.hero-title{animation:parallaxTitle 6s infinite alternate;color:var(--color-primary);font-size:2rem;font-weight:700;-webkit-hyphens:auto;hyphens:auto;letter-spacing:1px;line-height:1.2;margin-bottom:1rem;text-transform:uppercase}.hero-subtitle,.hero-title{word-wrap:break-word;max-width:100%}.hero-subtitle{color:var(--color-darkblue);font-size:1rem;line-height:1.4;margin-bottom:2rem}.hero-buttons{align-items:center;display:flex;flex-direction:column;gap:1rem}.hero-buttons .btn{max-width:280px;width:100%}@media (max-width:480px){.hero{align-items:center;padding:0 15px}.hero-title{font-size:1.5rem;letter-spacing:.5px;line-height:1.3;margin-bottom:1rem;text-transform:none}.hero-subtitle{font-size:.9rem;line-height:1.5;margin-bottom:1.5rem}.hero-buttons{gap:.8rem}.hero-buttons .btn{font-size:.9rem;max-width:250px;padding:12px 20px}}@media (min-width:481px) and (max-width:640px){.hero-title{font-size:2.2rem;letter-spacing:1px;line-height:1.2}.hero-subtitle{font-size:1.1rem}}@media (min-width:641px){.hero-buttons{flex-direction:row;justify-content:center}.hero-buttons .btn{min-width:180px;width:auto}.hero-title{font-size:2.5rem;letter-spacing:1.5px}}@media (min-width:769px){.hero-title{font-size:3rem;letter-spacing:2px}.hero-subtitle{font-size:1.125rem}}@media (min-width:1024px){.hero-title{font-size:4rem}}@keyframes parallaxTitle{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@media (max-height:600px){.hero{height:100vh;min-height:500px}.hero-title{font-size:1.3rem;margin-bottom:.5rem}.hero-subtitle{font-size:.85rem;margin-bottom:1rem}}@media (max-width:768px) and (orientation:landscape){.hero{height:100vh;min-height:400px}.hero-title{font-size:1.8rem;margin-bottom:.5rem}.hero-subtitle{font-size:.9rem;margin-bottom:1rem}.hero-buttons{gap:.5rem}}.features{background-color:#f9fbfd;padding:5rem 0}.features-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:1fr}.feature-card{align-items:center;background-color:#fff;border-radius:16px;box-shadow:0 8px 20px #0000000d;display:flex;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{box-shadow:0 12px 24px #0000001a;transform:translateY(-4px)}.feature-icon-container{align-items:center;background-color:#e0f3ff;border-radius:50%;display:flex;flex-shrink:0;height:56px;justify-content:center;margin-right:1.5rem;width:56px}.feature-svg{fill:#07c;height:28px;width:28px}.feature-title{font-size:1.25rem;font-weight:600;margin:0 0 .5rem}.feature-text{color:#555;font-size:1rem;margin:0}@media (min-width:768px){.features-grid{grid-template-columns:repeat(3,1fr)}}.services{background-color:#f5f5f5;padding:80px 0}.services-header{margin-bottom:60px}.services-header h2{color:#424242;font-size:2rem;font-weight:700;margin-bottom:16px}.services-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(1,1fr)}.service-card{height:300px;perspective:1000px;width:100%}.card-content{height:100%;position:relative;transform-style:preserve-3d;transition:transform 1s ease-in-out;width:100%}.service-card.active .card-content{transform:rotateY(180deg)}.card-back,.card-front{backface-visibility:hidden;border-radius:12px;box-shadow:0 4px 10px #0000001a;height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}.card-front{align-items:center;background-color:#b9f6ca;display:flex;justify-content:center}.card-front .service-icon i{color:#0077b6;font-size:4rem}.card-back{align-items:center;background-color:#fff;border-top:4px solid #00b4d8;display:flex;flex-direction:column;justify-content:center;padding:24px;text-align:center;transform:rotateY(180deg)}.card-back h3{font-size:1.25rem;font-weight:700;margin-bottom:12px}.card-back p{color:#424242;margin-bottom:16px}.card-back .service-link{align-items:center;color:#00b4d8;display:inline-flex;font-weight:500;text-decoration:none}.card-back .service-link i{font-size:.75rem;margin-left:8px}.card-back .service-link:hover{color:#0077b6}.modal-overlay{background-color:#000000b3;z-index:999}.modal-content{background-color:#fff;border-radius:12px;box-shadow:0 4px 10px #0003;max-width:500px;padding:2rem;position:relative;width:100%}.modal-close{background:none;border:none;color:#00b4d8;cursor:pointer;font-size:1.5rem;position:absolute;right:10px;top:10px;transition:color .3s ease}.modal-close:hover{color:#0077b6}.modal-content h2{color:#424242;font-size:1.5rem;margin-bottom:1rem}.modal-content p{color:#666;font-size:1rem;line-height:1.6}@media (min-width:768px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.services-grid{grid-template-columns:repeat(3,1fr)}}.about{background-color:#fff;padding:80px 0}.about-wrapper{align-items:center;display:flex;flex-direction:column;gap:2rem}.about-carousel{border:4px solid #b9f6ca;border-radius:16px;box-shadow:0 10px 20px #0000001a;max-width:600px}.about-carousel,.carousel-container{overflow:hidden;position:relative;width:100%}.carousel-container{min-height:300px}.carousel-track{display:flex;height:100%;transition:transform .4s ease-in-out}.carousel-slide{flex:0 0 100%;position:relative;width:100%}.carousel-slide img{display:block;height:100%;object-fit:cover;transition:opacity .3s ease;width:100%}.carousel-nav{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffffe6;border:none;border-radius:50%;box-shadow:0 4px 15px #0000001a;cursor:pointer;display:flex;height:50px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:50px;z-index:10}.carousel-nav:hover{background:#fff;box-shadow:0 6px 20px #00000026;transform:translateY(-50%) scale(1.1)}.carousel-nav:active{transform:translateY(-50%) scale(.95)}.carousel-nav.prev{left:15px}.carousel-nav.next{right:15px}.carousel-nav i{color:#0077b6;font-size:1.2rem;transition:color .3s ease}.carousel-nav:hover i{color:#057}.carousel-dots{bottom:20px;display:flex;gap:8px;left:50%;position:absolute;transform:translateX(-50%);z-index:10}.carousel-dot{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff80;border-radius:50%;cursor:pointer;height:12px;transition:all .3s ease;width:12px}.carousel-dot.active{background:#fff;box-shadow:0 2px 8px #0000004d;transform:scale(1.2)}.carousel-dot:hover{background:#fffc;transform:scale(1.1)}.image-counter{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000b3;border-radius:15px;color:#fff;font-size:.9rem;font-weight:500;padding:6px 12px;position:absolute;right:15px;top:15px;z-index:10}.carousel-container.loading{align-items:center;background:#f5f5f5;display:flex;height:300px;justify-content:center}.carousel-container.loading:after{color:#666;content:"Загрузка...";font-size:1rem}.about-content{max-width:700px;width:100%}.about-content h2{color:#424242;font-size:2rem;font-weight:700;margin-bottom:24px}.about-description{color:#424242;line-height:1.6;margin-bottom:24px;opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.about-description.visible{opacity:1;transform:translateY(0)}.about-features{margin-bottom:24px}.feature{align-items:flex-start;display:flex;margin-bottom:16px;opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.feature.visible{opacity:1;transform:translateY(0)}.feature-icon{align-items:center;background-color:#b9f6ca;border-radius:50%;display:flex;flex-shrink:0;height:36px;justify-content:center;margin-right:16px;width:36px}.feature-icon i{color:#0077b6}.feature-content{flex:1 1}.feature-content h3{font-size:1.1rem;font-weight:700;margin-bottom:4px}.feature-content p{color:#424242}.about-link{align-items:center;color:#00b4d8;display:inline-flex;font-weight:500;opacity:0;text-decoration:none;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.about-link.visible{opacity:1;transform:translateY(0)}.about-link i{margin-left:8px}.about-link:hover{color:#0077b6}@media (hover:none) and (pointer:coarse){.carousel-nav{height:60px;width:60px}.carousel-nav i{font-size:1.4rem}.carousel-dots{bottom:15px;gap:12px}.carousel-dot{height:16px;width:16px}}@media (min-width:992px){.about-wrapper{align-items:flex-start;flex-direction:row;justify-content:space-between}.about-carousel{margin-right:40px;max-width:none;width:50%}.about-content{width:50%}}@media (max-width:768px){.about{padding:60px 0}.about-content h2{font-size:1.75rem}.carousel-nav{height:45px;width:45px}.carousel-nav.prev{left:10px}.carousel-nav.next{right:10px}.image-counter{font-size:.8rem;padding:4px 8px;right:10px;top:10px}}.doctors{background-color:#f5f5f5;padding:80px 0}.doctors-header{margin-bottom:60px;text-align:center}.doctors-header h2{color:#424242;font-size:2rem;font-weight:700;margin-bottom:16px}.doctors-header p{color:#424242;margin:0 auto 16px;max-width:700px}.underline{background-color:#00b4d8}.doctors-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(1,1fr)}.doctor-card{background-color:#fff;border-radius:12px;border-top:4px solid #00b4d8;box-shadow:0 4px 10px #0000001a;overflow:hidden;position:relative;transition:box-shadow .3s ease}.doctor-card:hover{box-shadow:0 10px 25px #0000001a}.doctor-image{align-items:center;background-color:#b9f6ca;display:flex;height:250px;justify-content:center;overflow:hidden;position:relative}.doctor-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.doctor-card:hover .doctor-image img{transform:scale(1.1) translateY(-10px)}.certificates{background-color:#ffffffe6;bottom:-100%;display:flex;gap:10px;justify-content:center;left:0;padding:10px;position:absolute;right:0;transition:bottom .3s ease}.doctor-card:hover .certificates{bottom:0}.certificates img{border-radius:8px;box-shadow:0 4px 10px #0000001a;height:70px;object-fit:cover;transition:transform .3s ease;width:100px}.doctor-card:hover .certificates img{transform:translateY(-10px)}.doctor-info{padding:24px;text-align:center}.doctor-info h3{font-size:1.25rem;font-weight:700;margin-bottom:4px}.doctor-specialty{color:#00b4d8;margin-bottom:12px}.doctor-experience{color:#424242;font-size:.875rem;margin-bottom:16px}.doctor-cta{background-color:#00b4d8;border-radius:9999px;color:#fff;display:inline-block;font-size:.875rem;font-weight:500;padding:8px 16px;text-decoration:none;transition:background-color .3s ease}.doctor-cta:hover{background-color:#0077b6}@media (min-width:640px){.doctors-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.doctors-grid{grid-template-columns:repeat(4,1fr)}}.testimonials{background-color:#00b4d8;color:#fff;padding:80px 0}.testimonials-header{margin-bottom:60px;text-align:center}.testimonials-header h2{font-size:2rem;font-weight:700;margin-bottom:16px}.testimonials-header p{margin:0 auto;max-width:700px;opacity:.9}.testimonials-underline{background-color:#b9f6ca;height:4px;margin:16px auto 0;width:80px}.testimonials-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(1,1fr)}.testimonial-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#b9f6ca33;border-radius:12px;opacity:0;padding:24px;transform:translateX(-100%);transition:transform .6s ease,opacity .6s ease}.testimonial-card.animate{opacity:1;transform:translateX(0)}.testimonial-author{align-items:center;display:flex;margin-bottom:16px}.testimonial-avatar{background-color:#0077b6;border-radius:50%;height:48px;margin-right:16px;overflow:hidden;width:48px}.testimonial-avatar img{height:100%;object-fit:cover;width:100%}.testimonial-info h4{font-weight:700}.testimonial-rating{color:gold;display:flex;font-size:.875rem}.testimonial-text{line-height:1.6}@media (min-width:768px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}.testimonials-grid>:nth-child(2n) .testimonial-card{transform:translateX(100%)}.testimonials-grid>:nth-child(2n) .testimonial-card.animate{transform:translateX(0)}}.appointment{background-color:#fff;padding:80px 0}.appointment-card{background-color:#f5f5f5;border:1px solid #b9f6ca;border-radius:12px;box-shadow:0 4px 6px #0000001a;margin:0 auto;max-width:1168px;overflow:hidden}.appointment-card,.appointment-flex,.appointment-info{display:flex;flex-direction:column}.appointment-info{background-color:#00b4d8;color:#fff;justify-content:center;padding:40px}.appointment-info h2{font-size:1.875rem;font-weight:700;margin-bottom:24px}.appointment-info p{margin-bottom:24px;opacity:.9}.appointment-contact-info{display:flex;flex-direction:column;gap:16px}.contact-item{align-items:flex-start;display:flex}.contact-icon{background-color:#fff3;border-radius:50%;margin-right:16px;padding:8px}.contact-item h3{font-weight:700;margin-bottom:4px}.appointment-form-container{background-color:#fff;padding:40px}.appointment-form{width:100%}.form-group{margin-bottom:16px}.form-group label{color:#424242;display:block;font-weight:500;margin-bottom:8px}input,select,textarea{border:1px solid #ccc;border-radius:8px;font-size:1rem;padding:12px 16px;transition:all .3s;width:100%}input:focus,select:focus,textarea:focus{border-color:#0000;box-shadow:0 0 0 2px #00b4d8;outline:none}.submit-button{background-color:#00b4d8;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:500;padding:12px 24px;transition:background-color .3s;width:100%}.submit-button:hover{background-color:#0077b6}.modal-overlay{background-color:#0009;height:100%;left:0;top:0;width:100%;z-index:1000}.success-modal{border-radius:12px;box-shadow:0 4px 8px #0003;max-width:400px;padding:40px}.success-icon{color:green;font-size:2rem;margin-bottom:16px}.modal-close-btn{background-color:#00b4d8;border:none;border-radius:8px;color:#fff;cursor:pointer;margin-top:20px;padding:10px 20px}.modal-close-btn:hover{background-color:#0077b6}@media (min-width:768px){.appointment-flex{flex-direction:row}.appointment-form-container,.appointment-info{width:50%}}.faq-section{background-color:#f5f5f5;padding:80px 0}.section-header{margin-bottom:60px;text-align:center}.section-header h2{color:#424242;font-size:2rem;font-weight:700;margin-bottom:16px}.section-header p{color:#424242;margin:0 auto;max-width:600px}.section-header .divider{background-color:#00b4d8;height:4px;margin:16px auto 0;width:80px}.faq-container{margin:0 auto;max-width:800px}.faq-item{background-color:#fff;border:1px solid #e0e0e0;border-radius:12px;margin-bottom:16px;overflow:hidden}.faq-question{align-items:center;background:none;border:none;color:#424242;cursor:pointer;display:flex;font-size:1.125rem;font-weight:500;justify-content:space-between;padding:24px;text-align:left;transition:background-color .3s;width:100%}.faq-question:hover{background-color:#f9f9f9}.faq-question:focus{outline:none}.faq-question i{color:#00b4d8;transition:transform .3s}.faq-question i.rotate{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;padding:0 24px;transition:max-height .3s ease-out}.faq-answer.show{max-height:300px;padding-bottom:24px}.faq-answer p{color:#424242;line-height:1.6}@media (max-width:768px){.faq-section{padding:60px 0}.section-header{margin-bottom:40px}.section-header h2{font-size:1.75rem}}.contact-section{background-color:#0077b6;color:#fff;padding:6rem 0}.contact-header{margin-bottom:4rem;text-align:center}.contact-header h2{font-size:2.2rem;font-weight:700;margin-bottom:1rem}.contact-header p{font-size:1rem;margin:0 auto 1.5rem;max-width:32rem;opacity:.9}.divider{background-color:#00b4d8;border-radius:2px;height:4px;margin:0 auto 60px;width:60px}.contact-info-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr;margin-bottom:5rem}.contact-info-card{align-items:flex-start;background-color:#00b4d833;border-radius:.75rem;display:flex;gap:1rem;opacity:0;padding:1.5rem;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.contact-info-card.visible{opacity:1;transform:translateY(0)}.contact-info-icon{align-items:center;background-color:#b9f6ca;border-radius:50%;display:flex;flex-shrink:0;height:44px;justify-content:center;padding:.75rem;width:44px}.contact-info-icon i{color:#0077b6;font-size:1.25rem}.contact-info-card h3{font-size:1.1rem;font-weight:600;margin-bottom:.25rem}.contact-info-card p{font-size:.95rem;margin:0}.map-wrapper{background-color:#fff;border-radius:.75rem;box-shadow:0 10px 25px #0000000d;padding:2rem}.map-title{font-size:2.2rem;font-weight:700;margin-bottom:1rem}.map-frame{border-radius:.5rem;height:28rem;overflow:hidden;width:100%}@media (min-width:768px){.contact-info-grid{grid-template-columns:repeat(3,1fr)}}.footer{background-color:#0077b6;color:#fff;padding:4rem 0 2rem}.container{padding:0 1rem}.footer-content{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-bottom:3rem}.footer-logo{align-items:center;display:flex;font-size:1.25rem;font-weight:700;margin-bottom:1rem}.footer-logo i{color:#00b4d8;font-size:1.5rem;margin-right:.5rem}.footer-logo-accent{color:#b9f6ca}.footer-info p{font-size:.95rem;line-height:1.5;margin-bottom:1rem}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-links a{color:#fff;font-size:1.2rem;transition:color .3s ease}.social-links a:hover{color:#b9f6ca}.footer-contacts h3,.footer-links h3{font-size:1.1rem;font-weight:700;margin-bottom:1rem}.footer-contacts ul,.footer-links ul{list-style:none;margin:0;padding:0}.footer-contacts li,.footer-links li{font-size:.95rem;line-height:1.4;margin-bottom:.5rem}.footer-links a{color:#fff;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#b9f6ca}.footer-contacts li{align-items:flex-start;display:flex;gap:.5rem}.footer-contacts i{color:#b9f6ca;margin-top:.2rem;min-width:16px}.footer-bottom{border-top:1px solid #00b4d8;display:flex;flex-direction:column;font-size:.9rem;gap:1rem;padding-top:2rem;text-align:center}.footer-bottom-links{display:flex;flex-direction:column;gap:.5rem}.footer-bottom-links a{color:#fff;text-decoration:none;transition:color .3s ease}.footer-bottom-links a:hover{color:#b9f6ca}.footer-multiline{display:flex;flex-direction:column;gap:.25rem;line-height:1.4}.footer_heart{margin-top:1.5rem;padding-top:1.5rem;text-align:center}.footer__text{align-items:center;color:#fff;display:flex;font-size:.875rem;gap:.5rem;justify-content:center;line-height:1.25rem}.heart-icon{animation:pulse 2s infinite;color:#f87171;height:1rem;width:1rem}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.footer__link{color:#22d3ee;font-weight:500;text-decoration:none;transition:color .3s ease}.footer__link:hover{color:#67e8f9;text-decoration:underline}@media (min-width:768px){.footer-bottom{align-items:center;flex-direction:row;justify-content:space-between;text-align:left}.footer-bottom-links{flex-direction:row;gap:2rem}}.floating-button{bottom:1.5rem;position:fixed;right:1.5rem;z-index:50}.floating-button a{align-items:center;background-color:#00b4d8;border-radius:50%;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;color:#fff;display:flex;height:3.5rem;justify-content:center;transition:transform .3s ease,background-color .3s ease;width:3.5rem}.floating-button a:hover{background-color:#0077b6;transform:scale(1.1)}.floating-button i{font-size:1.25rem}.back-to-top{align-items:center;background-color:#0077b6;border:none;border-radius:50%;bottom:1.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;color:#fff;cursor:pointer;display:flex;height:3rem;justify-content:center;left:1.5rem;opacity:0;position:fixed;transition:opacity .3s ease,visibility .3s ease,transform .3s ease;visibility:hidden;width:3rem;z-index:50}.back-to-top.visible{opacity:1;visibility:visible}.back-to-top:hover{transform:scale(1.1)}.modal-overlay{align-items:center;background-color:#00000080;display:flex;inset:0;justify-content:center;position:fixed;z-index:50}.success-modal{background-color:#fff;border-radius:.75rem;margin:0 1rem;max-width:28rem;padding:2rem;text-align:center}.success-icon{align-items:center;background-color:#b9f6ca;border-radius:50%;display:flex;height:4rem;justify-content:center;margin:0 auto 1rem;width:4rem}.success-icon i{color:#0077b6;font-size:1.5rem}.success-modal h3{color:#424242;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.success-modal p{color:#424242;margin-bottom:1.5rem}.modal-button{background-color:#00b4d8;border:none;border-radius:9999px;color:#fff;cursor:pointer;font-weight:500;padding:.5rem 1.5rem;transition:background-color .3s ease}.modal-button:hover{background-color:#0077b6}.before-after-gallery{background-color:#f9f9f9;padding:6rem 0;position:relative}.container{max-width:1200px;padding:0 20px}.section-title{font-size:2.5rem;margin-bottom:1rem}.divider-wrapper{display:flex;justify-content:center;margin-bottom:4rem}.section-divider{background-color:#3498db;width:80px}.gallery{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr}@media (min-width:768px){.gallery{gap:2.5rem;grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.gallery{grid-template-columns:repeat(3,1fr)}}.before-after-item{background:#fff;border:4px solid #b9f6ca;border-radius:15px;box-shadow:0 10px 30px #00000026;cursor:grab;height:350px;overflow:hidden;position:relative;-webkit-user-select:none;user-select:none;width:100%}.before-after-item:active{cursor:grabbing}.before-after-item:hover{box-shadow:0 15px 40px #0003}.images-container{height:100%;overflow:hidden;position:relative;width:100%}.before-image{object-fit:cover;width:100%;z-index:1}.after-container,.before-image{height:100%;left:0;position:absolute;top:0}.after-container{overflow:hidden;transition:width .1s ease-out;width:50%;z-index:2}.after-image{left:0;object-fit:cover;transform-origin:left center;width:100%}.after-image,.slider-handle{height:100%;position:absolute;top:0}.slider-handle{background:#fff;box-shadow:0 0 0 1px #0000001a;cursor:ew-resize;left:50%;transform:translateX(-50%);width:4px;z-index:4}.slider-handle:before{background:#fff;border:3px solid #3498db;border-radius:50%;box-shadow:0 4px 15px #0003;content:"";height:40px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .2s ease;width:40px}.slider-handle:hover:before{background:#3498db;transform:translate(-50%,-50%) scale(1.1)}.slider-handle:after{color:#3498db;content:"⟷";font-size:16px;font-weight:700;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:color .2s ease;z-index:1}.slider-handle:hover:after{color:#fff}.after-label,.before-label{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000b3;border-radius:20px;color:#fff;font-size:.9rem;font-weight:600;padding:8px 16px;position:absolute;top:20px;transition:opacity .3s ease,transform .3s ease;z-index:3}.before-label{left:20px;transform-origin:left center}.after-label{right:20px;transform-origin:right center}.before-label.hidden{opacity:0;transform:translateX(-10px) scale(.9)}.after-label.hidden{opacity:0;transform:translateX(10px) scale(.9)}.item-title{background:linear-gradient(#0000,#000c);bottom:0;color:#fff;font-size:1.1rem;font-weight:600;left:0;padding:30px 20px 20px;position:absolute;right:0;text-align:center;z-index:3}.before-after-item.loading .after-image,.before-after-item.loading .before-image{animation:loading 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media (hover:none) and (pointer:coarse){.slider-handle{width:6px}.slider-handle:before{height:50px;width:50px}.before-after-item,.before-after-item:active{cursor:default}}.before-after-item:focus-within{outline:3px solid #3498db;outline-offset:2px}@media (max-width:767px){.before-after-gallery{padding:4rem 0}.section-title{font-size:2rem}.before-after-item{height:300px}.gallery{gap:2rem}}.treatment-timeline{background-color:#f8f9fa;padding:80px 0;width:100%}.services-header{margin-bottom:80px;text-align:center}.services-header h2{color:#2c3e50;font-size:2.5rem;font-weight:600;margin:0 0 10px}.underline{background-color:#3498db;border-radius:2px;height:4px;margin:0 auto;width:80px}.timeline-container{margin:0 auto;max-width:1200px;padding:0 20px;position:relative}.timeline-container:before{background-color:#e9ecef;bottom:0;z-index:1}.timeline-container:after,.timeline-container:before{content:"";left:50%;position:absolute;top:0;transform:translateX(-50%);width:4px}.timeline-container:after{background:linear-gradient(180deg,#3498db,#2980b9);border-radius:2px;height:75%;z-index:2}.timeline-step{align-items:center;display:flex;justify-content:space-between;margin-bottom:120px;min-height:300px;position:relative}.timeline-step:last-child{margin-bottom:0}.step-image{border:4px solid #b9f6ca;border-radius:20px;box-shadow:0 15px 40px #0000001a;height:400px;overflow:hidden;position:relative;transition:transform .3s ease,box-shadow .3s ease;width:400px;z-index:3}.step-image:hover{box-shadow:0 25px 60px #00000026;transform:translateY(-8px)}.step-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.step-image:hover img{transform:scale(1.05)}.step-text{background:#fff;border-radius:20px;box-shadow:0 15px 40px #0000001a;padding:30px;position:relative;transition:transform .3s ease,box-shadow .3s ease;width:400px;z-index:3}.step-text:hover{box-shadow:0 25px 60px #00000026;transform:translateY(-8px)}.timeline-step.left{flex-direction:row}.timeline-step.left .step-text{text-align:left}.timeline-step.right{flex-direction:row-reverse}.timeline-step.right .step-text{text-align:right}.step-text h3{color:#2c3e50;font-size:1.8rem;font-weight:600;margin:0 0 15px}.step-text p{color:#424242;font-size:1rem;line-height:1.6;margin:0 0 25px}.step-benefits{border-top:1px solid #e9ecef;padding-top:20px}.benefit-item{align-items:center;color:#00b4d8;display:flex;font-size:1rem;font-weight:500;gap:10px;margin-bottom:8px}.timeline-step.left .benefit-item{justify-content:flex-start}.timeline-step.right .benefit-item{flex-direction:row-reverse;justify-content:flex-end}.benefit-checkmark{font-size:1.1rem;font-weight:700}.connecting-line{height:4px;width:100px;z-index:2}.connecting-line,.step-number{background-color:#3498db;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.step-number{align-items:center;border:5px solid #fff;border-radius:50%;box-shadow:0 8px 25px #3498db66;color:#fff;display:flex;font-size:1.8rem;font-weight:700;height:70px;justify-content:center;width:70px;z-index:4}.cta-section{background-color:#fff;border-radius:25px;box-shadow:0 15px 50px #00000014;margin-left:auto;margin-right:auto;margin-top:100px;max-width:1200px;padding:50px 40px;text-align:center}.cta-section h3{color:#2c3e50;font-size:1.8rem;font-weight:600;margin:0 0 15px}.cta-section p{color:#424242;font-size:1.1rem;margin:0 0 30px}.cta-button{background-color:var(--color-darkblue);border:none;border-radius:12px;box-shadow:0 5px 20px #3498db4d;color:#fff;cursor:pointer;font-size:1.2rem;font-weight:600;padding:18px 45px;transition:all .3s ease}.cta-button:hover{background-color:#2980b9;box-shadow:0 8px 30px #3498db66;transform:translateY(-3px)}@media (max-width:992px){.timeline-step{margin-bottom:80px;min-height:250px}.step-image{height:220px;width:300px}.step-text{padding:25px;width:300px}}@media (max-width:768px){.treatment-timeline{padding:60px 0}.services-header h2{font-size:2rem}.services-header{margin-bottom:60px}.timeline-container{padding:0 15px}.timeline-container:after,.timeline-container:before{display:none}.timeline-step{align-items:center;flex-direction:column!important;gap:30px;margin-bottom:60px;min-height:auto}.step-image{height:250px}.step-image,.step-text{max-width:350px;width:100%}.step-text{text-align:center!important}.benefit-item{flex-direction:row!important;justify-content:center!important}.connecting-line{display:none}.step-number{font-size:1.5rem;height:60px;left:auto;margin:20px 0;position:relative;top:auto;transform:none;width:60px}.cta-section{margin-top:60px;padding:40px 20px}}.statistics-section{background-color:#f9f9f9;padding:80px 0}.section-title{color:#333;font-size:2.2rem;margin-bottom:3rem;text-align:center}.divider-wrapper{margin-bottom:60px}.section-divider{background-color:#00b4d8;border-radius:2px;display:block;height:4px;margin:0 auto;width:60px}.statistics-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.stat-item{background-color:#fff;border-radius:16px;box-shadow:0 6px 20px #0000000d;padding:2.5rem 2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.stat-item:hover{box-shadow:0 12px 24px #0000001a;transform:translateY(-4px)}.stat-icon{color:#00b4d8;font-size:3rem;margin-bottom:1rem}.stat-number{color:#212121;display:block;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-content p{color:#666;font-size:1rem}@media (max-width:768px){.stat-item{padding:2rem 1.5rem}.stat-icon{font-size:2.4rem}.stat-number{font-size:2rem}}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--color-lightbg);color:var(--color-darktext);font-family:Open Sans,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}button:focus{outline:none}h1,h2,h3,h4,h5,h6{line-height:1.2}.container{margin:0 auto;max-width:var(--container-max-width);padding:0 var(--container-padding);width:100%}section{padding:var(--spacing-20) 0}.section-title{font-size:var(--font-size-3xl);font-weight:700;margin-bottom:var(--spacing-4)}.section-divider{background-color:var(--color-primary);height:.25rem;margin:var(--spacing-4) auto;width:5rem}.btn{border:none;border-radius:var(--border-radius-full);display:inline-block;font-weight:500;padding:.75rem 1.5rem;text-align:center;transition:var(--transition-normal)}.btn-primary{background-color:var(--color-primary);color:var(--color-white)}.btn-primary:hover{background-color:var(--color-darkblue)}.btn-outline{background-color:initial;border:1px solid var(--color-primary);color:var(--color-primary)}.btn-outline:hover{background-color:var(--color-accent)}.grid{grid-gap:var(--spacing-8);display:grid;gap:var(--spacing-8)}@media (min-width:768px){.md-grid-3{grid-template-columns:repeat(3,1fr)}.md-grid-2{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.lg-grid-3{grid-template-columns:repeat(3,1fr)}.lg-grid-4{grid-template-columns:repeat(4,1fr)}}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.flex-wrap{flex-wrap:wrap}.text-center{text-align:center}.mb-1{margin-bottom:var(--spacing-1)}.mb-2{margin-bottom:var(--spacing-2)}.mb-3{margin-bottom:var(--spacing-3)}.mb-4{margin-bottom:var(--spacing-4)}.mb-6{margin-bottom:var(--spacing-6)}.mb-8{margin-bottom:var(--spacing-8)}.mb-10{margin-bottom:var(--spacing-10)}.mb-16{margin-bottom:var(--spacing-16)}.mr-2{margin-right:var(--spacing-2)}.mr-4{margin-right:var(--spacing-4)}.hidden{display:none}.w-full{width:100%}@media (min-width:768px){.md-flex{display:flex}.md-hidden{display:none}.md-flex-row{flex-direction:row}.md-w-1-2{width:50%}.md-mb-0{margin-bottom:0}}:root{--color-primary:#00b4d8;--color-accent:#b9f6ca;--color-darkblue:#0077b6;--color-darktext:#292929;--color-lightbg:#f5f5f5;--color-white:#fff;--color-gray-100:#f5f5f5;--color-gray-200:#eee;--color-gray-300:#e0e0e0;--color-gray-400:#bdbdbd;--color-gray-500:#9e9e9e;--color-black:#000;--color-yellow-300:#ffc107;--container-padding:1rem;--container-max-width:1200px;--border-radius-sm:0.25rem;--border-radius-md:0.5rem;--border-radius-lg:0.75rem;--border-radius-xl:1rem;--border-radius-full:9999px;--font-size-xs:0.75rem;--font-size-sm:0.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--shadow-xl:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;--transition-normal:all 0.3s ease;--spacing-1:0.25rem;--spacing-2:0.5rem;--spacing-3:0.75rem;--spacing-4:1rem;--spacing-5:1.25rem;--spacing-6:1.5rem;--spacing-8:2rem;--spacing-10:2.5rem;--spacing-12:3rem;--spacing-16:4rem;--spacing-20:5rem}
/*# sourceMappingURL=main.24d13fcf.css.map*/