.hero{position:relative;height:100vh;overflow:hidden;display:flex;justify-content:center;align-items:center;color:var(--color-darktext);font-family:Arial,sans-serif;padding:0 20px}.parallax-background{filter:brightness(90%);position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;transform:translateY(0);transition:transform .1s linear}.animated-lines{position:absolute;top:20%;left:10%;width:80%;opacity:0;animation:fadeInLines 2s ease-in-out forwards}.animated-lines .line{width:100%;height:auto;stroke-dasharray:1000;stroke-dashoffset:1000;animation:drawLine 3s ease-in-out forwards}@keyframes drawLine{to{stroke-dashoffset:0}}@keyframes fadeInLines{to{opacity:1}}.hero-content{position:relative;z-index:2;text-align:center;max-width:100%;width:100%}.hero-title{color:var(--color-primary);font-size:2rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;animation:parallaxTitle 6s infinite alternate;line-height:1.2;margin-bottom:1rem;-webkit-hyphens:auto;hyphens:auto}.hero-subtitle,.hero-title{word-wrap:break-word;max-width:100%}.hero-subtitle{color:var(--color-darkblue);font-size:1rem;margin-bottom:2rem;line-height:1.4}.hero-buttons{display:flex;flex-direction:column;gap:1rem;align-items:center}.hero-buttons .btn{width:100%;max-width:280px}@media(max-width:480px){.hero{padding:0 15px;align-items:center}.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{max-width:250px;font-size:.9rem;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{width:auto;min-width:180px}.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{display:grid;grid-gap:2.5rem;gap:2.5rem;grid-template-columns:1fr}.feature-card{display:flex;align-items:center;background-color:#fff;padding:2rem;border-radius:16px;box-shadow:0 8px 20px rgba(0,0,0,.05);transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,.1)}.feature-icon-container{flex-shrink:0;width:56px;height:56px;background-color:#e0f3ff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:1.5rem}.feature-svg{width:28px;height:28px;fill:#07c}.feature-title{font-size:1.25rem;font-weight:600;margin:0 0 .5rem}.feature-text{font-size:1rem;color:#555;margin:0}@media(min-width:768px){.features-grid{grid-template-columns:repeat(3,1fr)}}.services{padding:80px 0;background-color:#f5f5f5}.services-header{margin-bottom:60px}.services-header h2{font-size:2rem;font-weight:700;color:#424242;margin-bottom:16px}.underline{background-color:#00b4d8}.services-grid{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:30px;gap:30px}.service-card{perspective:1000px;width:100%;height:300px}.card-content{position:relative;width:100%;height:100%;transform-style:preserve-3d;transition:transform 1s ease-in-out}.service-card.active .card-content{transform:rotateY(180deg)}.card-back,.card-front{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:12px;overflow:hidden;box-shadow:0 4px 10px rgba(0,0,0,.1)}.card-front{background-color:#b9f6ca;display:flex;justify-content:center;align-items:center}.card-front .service-icon i{font-size:4rem;color:#0077b6}.card-back{background-color:#fff;transform:rotateY(180deg);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:24px;text-align:center;border-top:4px solid #00b4d8}.card-back h3{font-weight:700;font-size:1.25rem;margin-bottom:12px}.card-back p{color:#424242;margin-bottom:16px}.card-back .service-link{color:#00b4d8;font-weight:500;display:inline-flex;align-items:center;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:rgba(0,0,0,.7);z-index:999}.modal-content{background-color:#fff;padding:2rem;border-radius:12px;max-width:500px;width:100%;position:relative;box-shadow:0 4px 10px rgba(0,0,0,.2)}.modal-close{position:absolute;top:10px;right:10px;background:none;border:none;font-size:1.5rem;color:#00b4d8;cursor:pointer;transition:color .3s ease}.modal-close:hover{color:#0077b6}.modal-content h2{font-size:1.5rem;margin-bottom:1rem;color:#424242}.modal-content p{font-size:1rem;line-height:1.6;color:#666}@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{padding:80px 0;background-color:#fff}.about-wrapper{display:flex;flex-direction:column;align-items:center;gap:2rem}.about-carousel{max-width:600px;border-radius:16px;box-shadow:0 10px 20px rgba(0,0,0,.1);border:4px solid #b9f6ca}.about-carousel,.carousel-container{width:100%;position:relative;overflow:hidden}.carousel-container{min-height:300px}.carousel-track{display:flex;transition:transform .4s ease-in-out;height:100%}.carousel-slide{flex:0 0 100%;width:100%;position:relative}.carousel-slide img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .3s ease}.carousel-nav{position:absolute;top:50%;transform:translateY(-50%);background:hsla(0,0%,100%,.9);border:none;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);box-shadow:0 4px 15px rgba(0,0,0,.1)}.carousel-nav:hover{background:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 20px rgba(0,0,0,.15)}.carousel-nav:active{transform:translateY(-50%) scale(.95)}.carousel-nav.prev{left:15px}.carousel-nav.next{right:15px}.carousel-nav i{font-size:1.2rem;color:#0077b6;transition:color .3s ease}.carousel-nav:hover i{color:#057}.carousel-dots{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:10}.carousel-dot{width:12px;height:12px;border-radius:50%;background:hsla(0,0%,100%,.5);cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.carousel-dot.active{background:#fff;transform:scale(1.2);box-shadow:0 2px 8px rgba(0,0,0,.3)}.carousel-dot:hover{background:hsla(0,0%,100%,.8);transform:scale(1.1)}.image-counter{position:absolute;top:15px;right:15px;background:rgba(0,0,0,.7);color:#fff;padding:6px 12px;border-radius:15px;font-size:.9rem;font-weight:500;z-index:10;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.carousel-container.loading{height:300px;display:flex;align-items:center;justify-content:center;background:#f5f5f5}.carousel-container.loading:after{content:"Загрузка...";color:#666;font-size:1rem}.about-content{width:100%;max-width:700px}.about-content h2{font-size:2rem;font-weight:700;color:#424242;margin-bottom:24px}.about-description{color:#424242;margin-bottom:24px;line-height:1.6;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{display:flex;align-items:flex-start;margin-bottom:16px;opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.feature.visible{opacity:1;transform:translateY(0)}.feature-icon{background-color:#b9f6ca;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;margin-right:16px;flex-shrink:0}.feature-icon i{color:#0077b6}.feature-content{flex:1 1}.feature-content h3{font-weight:700;font-size:1.1rem;margin-bottom:4px}.feature-content p{color:#424242}.about-link{display:inline-flex;align-items:center;color:#00b4d8;font-weight:500;text-decoration:none;opacity:0;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{width:60px;height:60px}.carousel-nav i{font-size:1.4rem}.carousel-dots{bottom:15px;gap:12px}.carousel-dot{width:16px;height:16px}}@media(min-width:992px){.about-wrapper{flex-direction:row;justify-content:space-between;align-items:flex-start}.about-carousel{width:50%;max-width:none;margin-right:40px}.about-content{width:50%}}@media(max-width:768px){.about{padding:60px 0}.about-content h2{font-size:1.75rem}.carousel-nav{width:45px;height:45px}.carousel-nav.prev{left:10px}.carousel-nav.next{right:10px}.image-counter{top:10px;right:10px;font-size:.8rem;padding:4px 8px}}.doctors{padding:80px 0;background-color:#F5F5F5}.doctors-header{text-align:center;margin-bottom:60px}.doctors-header h2{font-size:2rem;font-weight:700;color:#424242;margin-bottom:16px}.doctors-header p{color:#424242;max-width:700px;margin:0 auto 16px}.underline{background-color:#00B4D8}.doctors-grid{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:30px;gap:30px}.doctor-card{background-color:white;border-radius:12px;overflow:hidden;box-shadow:0 4px 10px rgba(0,0,0,.1);transition:box-shadow .3s ease;border-top:4px solid #00b4d8;position:relative}.doctor-card:hover{box-shadow:0 10px 25px rgba(0,0,0,.1)}.doctor-image{height:250px;background-color:#B9F6CA;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.doctor-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.doctor-card:hover .doctor-image img{transform:scale(1.1) translateY(-10px)}.certificates{position:absolute;bottom:-100%;left:0;right:0;display:flex;justify-content:center;gap:10px;padding:10px;background-color:rgba(255,255,255,.9);transition:bottom .3s ease}.doctor-card:hover .certificates{bottom:0}.certificates img{width:100px;height:70px;object-fit:cover;border-radius:8px;box-shadow:0 4px 10px rgba(0,0,0,.1);transition:transform .3s ease}.doctor-card:hover .certificates img{transform:translateY(-10px)}.doctor-info{padding:24px;text-align:center}.doctor-info h3{font-weight:700;font-size:1.25rem;margin-bottom:4px}.doctor-specialty{color:#00B4D8;margin-bottom:12px}.doctor-experience{color:#424242;font-size:.875rem;margin-bottom:16px}.doctor-cta{display:inline-block;background-color:#00B4D8;color:white;padding:8px 16px;border-radius:9999px;font-size:.875rem;font-weight:500;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{padding:80px 0;background-color:#00b4d8;color:#fff}.testimonials-header{text-align:center;margin-bottom:60px}.testimonials-header h2{font-size:2rem;font-weight:700;margin-bottom:16px}.testimonials-header p{max-width:700px;margin:0 auto;opacity:.9}.testimonials-underline{width:80px;height:4px;background-color:#b9f6ca;margin:16px auto 0}.testimonials-grid{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:30px;gap:30px}.testimonial-card{background:rgba(185,246,202,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:24px;border-radius:12px;transform:translateX(-100%);opacity:0;transition:transform .6s ease,opacity .6s ease}.testimonial-card.animate{transform:translateX(0);opacity:1}.testimonial-author{display:flex;align-items:center;margin-bottom:16px}.testimonial-avatar{width:48px;height:48px;border-radius:50%;background-color:#0077b6;overflow:hidden;margin-right:16px}.testimonial-avatar img{width:100%;height:100%;object-fit:cover}.testimonial-info h4{font-weight:700}.testimonial-rating{color:gold;font-size:.875rem;display:flex}.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{padding:80px 0;background-color:#fff}.appointment-card{max-width:1168px;margin:0 auto;background-color:#f5f5f5;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);overflow:hidden;border:1px solid #b9f6ca}.appointment-card,.appointment-flex,.appointment-info{display:flex;flex-direction:column}.appointment-info{background-color:#00b4d8;color:#fff;padding:40px;justify-content:center}.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{display:flex;align-items:flex-start}.contact-icon{background-color:hsla(0,0%,100%,.2);padding:8px;border-radius:50%;margin-right:16px}.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{display:block;color:#424242;font-weight:500;margin-bottom:8px}input,select,textarea{width:100%;padding:12px 16px;border:1px solid #ccc;border-radius:8px;transition:all .3s;font-size:1rem}input:focus,select:focus,textarea:focus{outline:none;border-color:rgba(0,0,0,0);box-shadow:0 0 0 2px #00b4d8}.submit-button{width:100%;background-color:#00b4d8;color:#fff;padding:12px 24px;border-radius:8px;font-weight:500;border:none;cursor:pointer;transition:background-color .3s}.submit-button:hover{background-color:#0077b6}.modal-overlay{top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);z-index:1000}.success-modal{background-color:#fff;padding:40px;border-radius:12px;max-width:400px;box-shadow:0 4px 8px rgba(0,0,0,.2)}.success-icon{font-size:2rem;color:green;margin-bottom:16px}.modal-close-btn{margin-top:20px;background-color:#00b4d8;color:#fff;padding:10px 20px;border:none;border-radius:8px;cursor:pointer}.modal-close-btn:hover{background-color:#0077b6}@media(min-width:768px){.appointment-flex{flex-direction:row}.appointment-form-container,.appointment-info{width:50%}.consent-group{display:flex;align-items:flex-start;gap:8px;padding-top:4px}.consent-group input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:16px;height:16px;border-radius:4px;border:2px solid #c9d4e6;background:#fff;margin-top:3px;flex-shrink:0;position:relative;cursor:pointer;transition:all .15s ease}.consent-group input[type=checkbox]:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(42,134,255,.2);border-color:#2a86ff}.consent-group input[type=checkbox]:checked{border-color:#22c55e;background:#22c55e}.consent-group input[type=checkbox]:checked:after{content:"";position:absolute;left:3px;top:0;width:4px;height:8px;border:2px solid #fff;border-left:0;border-top:0;transform:rotate(45deg)}.consent-group label{font-size:13px;line-height:1.4;color:#444}.consent-group label a{color:#2a86ff;text-decoration:none;border-bottom:1px dashed rgba(42,134,255,.4)}.consent-group label a:hover{border-bottom-color:rgba(0,0,0,0)}}.faq-section{padding:80px 0;background-color:#f5f5f5}.container{padding:0 20px}.section-header{text-align:center;margin-bottom:60px}.section-header h2{font-size:2rem;font-weight:700;color:#424242;margin-bottom:16px}.section-header p{color:#424242;max-width:600px;margin:0 auto}.section-header .divider{width:80px;height:4px;background-color:#00b4d8;margin:16px auto 0}.faq-container{max-width:800px;margin:0 auto}.faq-item{margin-bottom:16px;border:1px solid #e0e0e0;border-radius:12px;overflow:hidden;background-color:#fff}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:24px;text-align:left;background:none;border:none;cursor:pointer;font-size:1.125rem;font-weight:500;color:#424242;transition:background-color .3s}.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;transition:max-height .3s ease-out;padding:0 24px}.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{padding:6rem 0;background-color:#0077b6;color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.contact-header{text-align:center;margin-bottom:4rem}.contact-header h2{font-size:2.2rem;font-weight:700;margin-bottom:1rem}.contact-header p{font-size:1rem;max-width:32rem;margin:0 auto 1.5rem;opacity:.9}.divider{width:60px;height:4px;background-color:#00b4d8;margin:0 auto 60px;border-radius:2px}.contact-info-grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem;margin-bottom:5rem}.contact-info-card{background-color:rgba(0,180,216,.2);padding:1.5rem;border-radius:.75rem;display:flex;align-items:flex-start;gap:1rem;opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.contact-info-card.visible{opacity:1;transform:translateY(0)}.contact-info-icon{background-color:#b9f6ca;padding:.75rem;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;width:44px;height: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;padding:2rem;border-radius:.75rem;box-shadow:0 10px 25px rgba(0,0,0,.05)}.map-title{font-size:2.2rem;font-weight:700;margin-bottom:1rem}.map-frame{width:100%;height:28rem;border-radius:.5rem;overflow:hidden}@media(min-width:768px){.contact-info-grid{grid-template-columns:repeat(3,1fr)}}.floating-button{position:fixed;bottom:1.5rem;right:1.5rem;z-index:50}.floating-button a{display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;background-color:#00b4d8;color:#fff;border-radius:50%;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);transition:transform .3s ease,background-color .3s ease}.floating-button a:hover{background-color:#0077b6;transform:scale(1.1)}.floating-button i{font-size:1.25rem}.back-to-top{position:fixed;bottom:1.5rem;left:1.5rem;display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;background-color:#0077b6;color:#fff;border:none;border-radius:50%;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);cursor:pointer;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease,transform .3s ease;z-index:50}.back-to-top.visible{opacity:1;visibility:visible}.back-to-top:hover{transform:scale(1.1)}.modal-overlay{position:fixed;inset:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:50}.success-modal{background-color:white;border-radius:.75rem;padding:2rem;max-width:28rem;margin:0 1rem;text-align:center}.success-icon{width:4rem;height:4rem;background-color:#B9F6CA;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.success-icon i{color:#0077B6;font-size:1.5rem}.success-modal h3{font-size:1.5rem;font-weight:700;color:#424242;margin-bottom:.5rem}.success-modal p{color:#424242;margin-bottom:1.5rem}.modal-button{background-color:#00B4D8;color:white;border:none;padding:.5rem 1.5rem;border-radius:9999px;font-weight:500;cursor:pointer;transition:background-color .3s ease}.modal-button:hover{background-color:#0077B6}.before-after-gallery{padding:40px 0 60px}.before-after-gallery .section-title{text-align:center;margin:0 0 8px;font-weight:800;font-size:clamp(26px,3vw,44px)}.before-after-gallery .divider-wrapper{display:flex;justify-content:center;margin-bottom:28px}.before-after-gallery .divider-wrapper .section-divider{width:70px;height:6px;border-radius:999px;background:#27c7eb}.before-after-gallery .gallery{display:grid;grid-gap:28px;gap:28px;grid-template-columns:repeat(3,1fr)}@media(max-width:1100px){.before-after-gallery .gallery{grid-template-columns:repeat(2,1fr)}}@media(max-width:680px){.before-after-gallery .gallery{grid-template-columns:1fr}}.before-after-gallery .before-after-item .images-container{position:relative;height:300px;width:350px;aspect-ratio:16/9;border-radius:16px;overflow:hidden;border:3px solid #8be39f;box-shadow:0 10px 30px rgba(0,0,0,.15),inset 0 0 0 1px hsla(0,0%,100%,.08);background:#0b0b0b}.before-after-gallery .before-after-item .images-container .layer{position:absolute;inset:0}.before-after-gallery .before-after-item .images-container .slider-line{position:absolute;top:0;bottom:0;width:4px;transform:translateX(-50%);background:hsla(0,0%,100%,.9);pointer-events:none}.before-after-gallery .before-after-item .images-container .slider-handle{position:absolute;top:50%;transform:translate(-50%,-50%);width:54px;height:54px;border-radius:50%;background:#fff;box-shadow:0 6px 18px rgba(0,0,0,.25);border:4px solid #2a86ff;display:grid;place-items:center;cursor:ew-resize}.before-after-gallery .before-after-item .images-container .slider-handle:before{content:"↔";font-size:20px;line-height:1;transform:translateY(-1px);color:#2a86ff}.before-after-gallery .before-after-item .images-container .label-left,.before-after-gallery .before-after-item .images-container .label-right{position:absolute;top:14px;padding:8px 14px;font-weight:700;font-size:14px;border-radius:999px;color:#fff;background:rgba(0,0,0,.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:opacity .2s ease}.before-after-gallery .before-after-item .images-container .label-left{left:14px}.before-after-gallery .before-after-item .images-container .label-right{right:14px}.before-after-gallery .before-after-item .images-container .hide{opacity:0}.before-after-gallery .before-after-item .images-container .item-title{position:absolute;left:16px;bottom:12px;color:#fff;font-weight:600;text-shadow:0 2px 6px rgba(0,0,0,.5)}.treatment-timeline{width:100%;padding:80px 0;background-color:#f8f9fa}.services-header{text-align:center;margin-bottom:80px}.services-header h2{font-size:2.5rem;color:#2c3e50;margin:0 0 10px;font-weight:600}.underline{width:80px;height:4px;background-color:#3498db;margin:0 auto;border-radius:2px}.timeline-container{position:relative;max-width:1200px;margin:0 auto;padding:0 20px}.timeline-container:before{bottom:0;background-color:#e9ecef;z-index:1}.timeline-container:after,.timeline-container:before{content:"";position:absolute;left:50%;top:0;width:4px;transform:translateX(-50%)}.timeline-container:after{height:75%;background:linear-gradient(180deg,#3498db,#2980b9);z-index:2;border-radius:2px}.timeline-step{display:flex;align-items:center;justify-content:space-between;margin-bottom:120px;position:relative;min-height:300px}.timeline-step:last-child{margin-bottom:0}.step-image{border:4px solid #b9f6ca;width:400px;height:400px;border-radius:20px;overflow:hidden;box-shadow:0 15px 40px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;position:relative;z-index:3}.step-image:hover{transform:translateY(-8px);box-shadow:0 25px 60px rgba(0,0,0,.15)}.step-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.step-image:hover img{transform:scale(1.05)}.step-text{width:400px;background:#fff;border-radius:20px;padding:30px;box-shadow:0 15px 40px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;position:relative;z-index:3}.step-text:hover{transform:translateY(-8px);box-shadow:0 25px 60px rgba(0,0,0,.15)}.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;margin:0 0 15px;font-weight:600}.step-text p{color:#424242;line-height:1.6;margin:0 0 25px;font-size:1rem}.step-benefits{border-top:1px solid #e9ecef;padding-top:20px}.benefit-item{color:#00b4d8;font-size:1rem;margin-bottom:8px;display:flex;align-items:center;gap:10px;font-weight:500}.timeline-step.left .benefit-item{justify-content:flex-start}.timeline-step.right .benefit-item{justify-content:flex-end;flex-direction:row-reverse}.benefit-checkmark{font-weight:700;font-size:1.1rem}.connecting-line{width:100px;height:4px;z-index:2}.connecting-line,.step-number{position:absolute;top:50%;left:50%;background-color:#3498db;transform:translate(-50%,-50%)}.step-number{width:70px;height:70px;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;box-shadow:0 8px 25px rgba(52,152,219,.4);z-index:4;border:5px solid #fff}.cta-section{text-align:center;margin-top:100px;padding:50px 40px;background-color:#fff;border-radius:25px;box-shadow:0 15px 50px rgba(0,0,0,.08);max-width:1200px;margin-left:auto;margin-right:auto}.cta-section h3{color:#2c3e50;font-size:1.8rem;margin:0 0 15px;font-weight:600}.cta-section p{color:#424242;margin:0 0 30px;font-size:1.1rem}.cta-button{background-color:var(--color-darkblue);color:#fff;border:none;padding:18px 45px;border-radius:12px;font-size:1.2rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 5px 20px rgba(52,152,219,.3)}.cta-button:hover{background-color:#2980b9;transform:translateY(-3px);box-shadow:0 8px 30px rgba(52,152,219,.4)}@media(max-width:992px){.timeline-step{margin-bottom:80px;min-height:250px}.step-image{width:300px;height:220px}.step-text{width:300px;padding:25px}}@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{flex-direction:column!important;align-items:center;margin-bottom:60px;min-height:auto;gap:30px}.step-image{height:250px}.step-image,.step-text{width:100%;max-width:350px}.step-text{text-align:center!important}.benefit-item{justify-content:center!important;flex-direction:row!important}.connecting-line{display:none}.step-number{position:relative;transform:none;left:auto;top:auto;margin:20px 0;width:60px;height:60px;font-size:1.5rem}.cta-section{margin-top:60px;padding:40px 20px}}.statistics-section{padding:80px 0;background-color:#f9f9f9}.section-title{text-align:center;font-size:2.2rem;font-weight:700;color:#333;margin-bottom:3rem}.divider-wrapper{margin-bottom:60px}.section-divider{width:60px;height:4px;background-color:#00b4d8;margin:0 auto;border-radius:2px;display:block}.statistics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:2rem;gap:2rem}.stat-item{background-color:#fff;border-radius:16px;box-shadow:0 6px 20px rgba(0,0,0,.05);padding:2.5rem 2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.stat-item:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,.1)}.stat-icon{font-size:3rem;color:#00b4d8;margin-bottom:1rem}.stat-number{font-size:2.5rem;font-weight:700;color:#212121;margin-bottom:.5rem;display:block}.stat-content p{font-size:1rem;color:#666}@media(max-width:768px){.stat-item{padding:2rem 1.5rem}.stat-icon{font-size:2.4rem}.stat-number{font-size:2rem}}