.header-top,.lang-menu li a:hover,body{background-color:var(--theme-surface)}.footer-links a,a{transition:.3s;text-decoration:none}.blog-card-image img,.video-thumb{object-fit:cover;object-fit:cover;height:100%}.ba-title,.btn-ba-view-all,.btn-get-price,.hww-title,.section-title,.testi-title{text-transform:uppercase}.ba-cta-btn,.faq-cta-btn,.testi-name{white-space:nowrap}.contact-info-value a:hover,.testi-read-more:hover{text-decoration:underline}*{box-sizing:border-box}body{margin:0;padding:0;font-family:Roboto,sans-serif;color:var(--theme-text);line-height:1.6;overflow-x:hidden}a{color:inherit}.about-list,ul{list-style:none;padding:0;margin:0}.container{max-width:1200px;margin:0 auto;padding:0 20px;width:100%}.header-top{padding:15px 0;border-bottom:1px solid var(--theme-surface)}.header-top-inner{display:flex;justify-content:space-between;align-items:center}.brand-logo img{width:auto;display:block}.top-socials{display:flex;gap:15px}.top-socials a{color:var(--theme-primary);font-size:22px;transition:.3s;display:flex;align-items:center;justify-content:center}.top-socials a:hover{color:var(--theme-primary-3);transform:translateY(-2px)}.header-nav-bar{background-color:var(--theme-primary);box-shadow:0 4px 10px color-mix(in srgb,var(--theme-text) 10%,transparent);position:sticky;top:0;z-index:1000}.flash-message,.flash-message.info,.flash-message.success,.lang-menu{background:var(--theme-surface)}.nav-bar-inner{display:flex;justify-content:space-between;align-items:center;min-height:55px}.lang-dropdown,.nav-right-side{display:flex;align-items:center}.nav-menu{display:flex;gap:30px;margin:0;padding:0}.nav-menu li a{color:var(--theme-surface);font-size:15px;font-weight:400;text-transform:capitalize;padding:18px 0;display:block;border-bottom:2px solid transparent}.nav-menu li a.active,.nav-menu li a:hover{color:var(--theme-surface);opacity:.9}.nav-right-side{gap:20px}.lang-dropdown{position:relative;cursor:pointer;height:55px}.current-lang,.lang-menu li a{display:flex;align-items:center}.current-lang{gap:5px}.lang-flag{width:24px;height:auto;border-radius:2px;box-shadow:0 0 2px color-mix(in srgb,var(--theme-text) 30%,transparent)}.lang-menu{display:none;position:absolute;top:55px;right:0;border-radius:4px;box-shadow:0 4px 15px color-mix(in srgb,var(--theme-text) 15%,transparent);min-width:150px;z-index:1100;padding:10px 0;border:1px solid var(--theme-border)}.lang-dropdown:hover .lang-menu,.nav-menu li.has-sub:hover>.nav-submenu{display:block}.lang-menu li a{color:var(--theme-text);padding:8px 15px;gap:10px;font-size:14px;transition:.2s}.lang-menu li a:hover{color:var(--theme-primary)}.mobile-toggle{display:none;color:var(--theme-surface);font-size:24px;cursor:pointer;padding:5px}.flash-message{position:fixed;top:20px;right:20px;max-width:400px;padding:16px 20px;border-radius:8px;box-shadow:0 4px 20px color-mix(in srgb,var(--theme-text) 15%,transparent);z-index:9999;animation:.3s ease-out slideIn;display:flex;align-items:center;gap:12px;border-left:4px solid}.flash-message.success{border-left-color:var(--theme-success)}.flash-message.error,.flash-message.warning{border-left-color:var(--theme-accent);background:var(--theme-surface)}.flash-message.info{border-left-color:var(--theme-focus)}.flash-message i{font-size:20px}.flash-message.success i{color:var(--theme-success)}.flash-message.error i,.flash-message.warning i,.hero-badge span{color:var(--theme-accent)}.about-intro-badge-icon svg,.flash-message.info i,.floating-badge-icon svg,.hero-title span{color:var(--theme-focus)}.flash-message-text{flex:1;font-size:14px;color:var(--theme-text)}.flash-message-close{cursor:pointer;color:var(--theme-muted);font-size:18px}@keyframes slideIn{from{transform:translateX(400px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes slideOut{from{transform:translateX(0);opacity:1}to{transform:translateX(400px);opacity:0}}.flash-message.hiding{animation:.3s ease-in forwards slideOut}.main-content{min-height:60vh}.footer{background-color:var(--theme-text);color:var(--theme-muted);padding:60px 0 20px;font-size:14px;margin-top:auto}.footer h3{color:var(--theme-surface);font-size:18px;margin-bottom:25px;font-weight:600}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.5fr;gap:40px;margin-bottom:50px;align-items:start}.footer-logo img{height:50px;width:auto;margin-bottom:20px;opacity:.9}.footer-links li{margin-bottom:12px}.footer-links a{color:var(--theme-muted);display:inline-block}.footer-links a:hover{color:var(--theme-primary);padding-left:5px}.footer-contact li{display:flex;align-items:flex-start;gap:15px;margin-bottom:15px;line-height:1.4}.footer-contact i{color:var(--theme-primary);margin-top:4px;font-size:16px;flex-shrink:0}.footer-socials a,.play-overlay{align-items:center;text-decoration:none}.footer-contact a{color:var(--theme-muted);text-decoration:none;transition:color .3s}.ba-breadcrumb a:hover,.ba-breadcrumb span:last-child,.feature-icon svg,.footer-contact a:hover,.footer-socials a,.quote-form-panel .error-msg,.quote-form-panel .form-group label,.quote-form-panel .form-subtitle{color:var(--theme-surface)}.footer-socials{display:flex;gap:10px}.footer-socials a{display:flex;justify-content:center;width:36px;height:36px;background:color-mix(in srgb,var(--theme-surface) 10%,transparent);border-radius:4px;transition:.3s}.footer-socials a:hover{background:var(--theme-primary);transform:translateY(-3px)}.footer-bottom{border-top:1px solid var(--theme-muted);padding-top:25px;text-align:center;color:var(--theme-muted);font-size:13px}@media (max-width:992px){.footer-grid{grid-template-columns:1fr 1fr;gap:30px}.mobile-toggle{display:block}.header-nav-bar{padding:10px 0}.nav-menu{position:fixed;top:0;right:-100%;width:280px;max-width:85%;height:100vh;background-color:var(--theme-primary);flex-direction:column;align-items:flex-start;padding:100px 30px 30px;gap:0;transition:right .3s ease-in-out;box-shadow:-5px 0 15px color-mix(in srgb,var(--theme-text) 30%,transparent);z-index:1001;overflow-y:auto}.nav-menu.active{right:0}.nav-menu li{width:100%;border-bottom:1px solid color-mix(in srgb,var(--theme-surface) 10%,transparent)}.nav-menu li a{font-size:16px;padding:15px 0}}@media (max-width:576px){.footer-grid{grid-template-columns:1fr;gap:35px;text-align:center}.footer-contact li,.footer-socials{justify-content:center}.footer-certificate,.footer-logo{display:flex;justify-content:center}.header-top{padding:10px 0}.top-socials a{font-size:18px}.footer{padding:30px 0 15px}.flash-message{width:90%;right:5%;left:5%}}.team-social a,.video-card{box-shadow:0 4px 15px color-mix(in srgb,var(--theme-text) 10%,transparent)}.video-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:15px;margin-bottom:40px}.video-card{aspect-ratio:9/16;transition:transform .3s}.video-card:hover{transform:translateY(-5px)}.play-overlay{border:3px solid var(--theme-surface);background-color:color-mix(in srgb,var(--theme-surface) 20%,transparent);backdrop-filter:blur(2px);display:flex;justify-content:center;color:var(--theme-surface)}.btn-get-price,.play-overlay{align-items:center;color:var(--theme-surface)}.btn-get-price{display:inline-flex;background-color:var(--theme-success);transition:background .3s;text-decoration:none;box-shadow:0 4px 10px color-mix(in srgb,var(--theme-success) 30%,transparent)}.btn-get-price i{font-size:22px}@media (max-width:992px){.video-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:576px){.video-grid{grid-template-columns:repeat(2,1fr);gap:10px}.play-overlay{width:45px;height:45px;font-size:18px;border-width:2px}.btn-get-price{width:100%;justify-content:center}}.video-showcase-section{padding:50px 0;background-color:var(--theme-surface)}.video-static-grid{width:100%}.static-wrapper{display:flex;flex-wrap:wrap;justify-content:center;gap:20px}.grid-item{width:calc(20% - 16px);max-width:300px}.video-swiper{padding-bottom:50px!important;padding-left:5px;padding-right:5px}.video-card{position:relative;border-radius:15px;overflow:hidden;aspect-ratio:9/16;box-shadow:0 4px 15px color-mix(in srgb,var(--theme-text) 15%,transparent);cursor:pointer;background:var(--theme-text)}.video-thumb{width:100%;object-position:center;display:block;transition:transform .5s}.treatment-card:hover .treatment-image,.video-card:hover .video-thumb{transform:scale(1.05)}.play-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;border-radius:50%;border:3px solid var(--theme-surface);background-color:color-mix(in srgb,var(--theme-surface) 20%,transparent);backdrop-filter:blur(5px);display:flex;justify-content:center;font-size:24px;z-index:2;transition:.3s}.btn-get-price,.btn-get-price:hover{background-color:var(--theme-success)}.hero-badge,.hero-btn-secondary,.hero-nav-btn{backdrop-filter:blur(10px)}.play-overlay i{margin-left:4px}.video-card:hover .play-overlay{background-color:var(--theme-surface);color:var(--theme-primary);transform:translate(-50%,-50%) scale(1.1)}.video-action-area{text-align:center;margin-top:40px}.btn-get-price{display:inline-flex;align-items:center;gap:10px;color:var(--theme-surface);padding:14px 45px;border-radius:50px;font-size:15px;font-weight:600;box-shadow:0 5px 15px color-mix(in srgb,var(--theme-success) 30%,transparent)}.btn-get-price:hover{transform:translateY(-2px)}@media (max-width:992px){.grid-item{width:calc(33.33% - 14px)}}.blog-slider-section{padding:80px 0;background-color:var(--theme-surface);overflow:hidden}.section-header{margin-bottom:50px}.section-title{font-size:36px;font-weight:800;color:var(--theme-primary);margin-bottom:10px;letter-spacing:-.5px}.section-subtitle{font-size:16px;color:var(--theme-muted);max-width:600px;margin:0 auto;line-height:1.6}.blog-card:hover .blog-title a,.blog-date-badge,.testi-stars span.filled{color:var(--theme-primary)}.blog-swiper{padding:20px 10px 60px!important}.swiper-slide,.swiper-why-us .swiper-slide{height:auto;display:flex}.blog-card{background:var(--theme-surface);border-radius:16px;overflow:hidden;box-shadow:0 10px 30px color-mix(in srgb,var(--theme-text) 5%,transparent);border:1px solid color-mix(in srgb,var(--theme-text) 3%,transparent);display:flex;flex-direction:column;width:100%;transition:.3s}.blog-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px color-mix(in srgb,var(--theme-primary) 15%,transparent)}.blog-card-image{position:relative;width:100%;padding-top:60%;overflow:hidden;background-color:var(--theme-border)}.blog-card-image img{position:absolute;top:0;left:0;width:100%;transition:transform .6s}.ba-card:hover .ba-card-image img,.blog-card:hover .blog-card-image img,.team-card:hover .team-card-image img{transform:scale(1.08)}.blog-date-badge{position:absolute;top:15px;right:15px;background:color-mix(in srgb,var(--theme-surface) 95%,transparent);padding:6px 12px;border-radius:30px;font-size:12px;font-weight:700;box-shadow:0 4px 10px color-mix(in srgb,var(--theme-text) 10%,transparent);z-index:2;display:flex;align-items:center;gap:6px}.blog-card-body{padding:25px;display:flex;flex-direction:column;flex:1}.blog-excerpt,.blog-title{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.blog-title{font-size:20px;font-weight:700;line-height:1.4;margin:0 0 15px;min-height:56px;-webkit-line-clamp:2}.blog-title a{color:var(--theme-text);text-decoration:none;transition:color .2s}.blog-excerpt{font-size:14px;color:var(--theme-muted);line-height:1.6;margin-bottom:20px;flex:1;-webkit-line-clamp:3;text-overflow:ellipsis}.blog-footer{padding-top:20px;border-top:1px solid var(--theme-surface);margin-top:auto}.read-more-btn{font-size:14px;font-weight:700;color:var(--theme-primary);text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:.3s}.ba-section,.btn-ba-view-all,.hww-whatsapp-btn{color:var(--theme-surface)}.read-more-btn i{font-size:16px;transition:transform .3s}.read-more-btn:hover{color:var(--theme-primary-3);gap:12px}.swiper-pagination-bullet{background:var(--theme-border);opacity:1;width:10px;height:10px}.swiper-pagination-bullet-active{background:var(--theme-primary);width:24px;border-radius:10px}.ba-section{background-color:var(--theme-accent)}.ba-header{display:flex;justify-content:space-between;align-items:flex-end}.ba-header-text{text-align:center;width:100%;position:absolute;left:0;top:0;height:100%;pointer-events:none}.btn-ba-view-all{z-index:2;margin-left:auto;border:1px solid color-mix(in srgb,var(--theme-surface) 60%,transparent);background:color-mix(in srgb,var(--theme-surface) 10%,transparent);display:flex;align-items:center;gap:8px}.ba-card,.btn-ba-view-all:hover{background:var(--theme-surface)}.btn-ba-view-all:hover{color:var(--theme-accent);color:var(--theme-accent-2)}.ba-card{border:4px solid var(--theme-surface);box-shadow:0 10px 20px color-mix(in srgb,var(--theme-text) 15%,transparent)}@media (max-width:992px){.ba-header{flex-direction:column;align-items:center;gap:20px}.ba-header-text{position:static;text-align:center}.btn-ba-view-all{margin:0}.ba-title{font-size:28px}}.ba-section{padding:80px 0 100px;background-color:var(--theme-accent-2);position:relative}.ba-header{position:relative;margin-bottom:60px;text-align:center;display:flex;justify-content:center;align-items:flex-end}.ba-header-content{max-width:600px}.ba-title{text-shadow:0 2px 5px color-mix(in srgb,var(--theme-text) 10%,transparent);font-size:42px;font-weight:800;margin:0 0 10px;letter-spacing:1px;text-shadow:0 2px 10px color-mix(in srgb,var(--theme-text) 10%,transparent)}.ba-subtitle{font-size:16px;font-weight:400;opacity:.95;margin:0}.btn-ba-view-all{position:absolute;right:0;bottom:5px;border:1px solid color-mix(in srgb,var(--theme-surface) 80%,transparent);padding:8px 25px;border-radius:4px;font-size:13px;font-weight:600;text-decoration:none;transition:.3s;background:0 0}.ba-card,.ba-pagination .swiper-pagination-bullet{background:var(--theme-surface);background:var(--theme-surface)}.ba-swiper{padding-bottom:50px!important;overflow:hidden}.ba-swiper .swiper-slide{height:auto;display:flex;justify-content:center}.ba-card{padding:4px;box-shadow:0 10px 25px color-mix(in srgb,var(--theme-text) 15%,transparent);max-width:500px;width:100%}.ba-image{width:100%;height:auto;display:block}.ba-pagination .swiper-pagination-bullet{opacity:.5;width:12px;height:12px;margin:0 6px!important;border-radius:50%;transition:.3s}.hww-card{background:var(--theme-surface);border:1px solid var(--theme-border)}.ba-pagination .swiper-pagination-bullet-active{background:var(--theme-surface);opacity:1;transform:scale(1.2);background:var(--theme-surface)}.hww-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;align-items:start}.hww-card{height:100%;display:flex;flex-direction:column;align-items:center}.hww-card:hover{box-shadow:0 10px 30px color-mix(in srgb,var(--theme-text) 8%,transparent);transform:translateY(-5px);border-color:var(--theme-primary);border-color:var(--theme-primary-2);box-shadow:0 5px 20px color-mix(in srgb,var(--theme-text) 8%,transparent)}.hww-icon-wrapper{display:flex;align-items:center;justify-content:center}.hww-title{color:var(--theme-primary);line-height:1.4}.about-list p,.hww-content{font-size:14px;color:var(--theme-muted);line-height:1.6}@media (max-width:1200px){.hww-grid{gap:20px}}@media (max-width:992px){.ba-header{flex-direction:column;margin-bottom:40px}.btn-ba-view-all{position:relative;right:auto;bottom:auto;margin-top:20px}.ba-title{font-size:30px}.hww-grid{grid-template-columns:repeat(2,1fr);gap:30px}}@media (max-width:576px){.grid-item{width:calc(50% - 10px)}.play-overlay{width:45px;height:45px;font-size:18px}.hww-grid{grid-template-columns:1fr}.hww-card{padding:20px}}.hww-section{background-color:var(--theme-surface);padding:70px 0;background-color:var(--theme-surface)}.hww-header,.testi-header{text-align:center;margin-bottom:40px}.hww-title,.testi-title{font-size:2.25rem;font-weight:700;color:var(--theme-primary-3);margin-bottom:12px}.hww-subtitle{font-size:1rem;color:var(--theme-primary-2);max-width:850px;margin:0 auto;line-height:1.6;font-weight:300}.swiper-testimonials,.swiper-why-us{padding-bottom:50px!important}.swiper-why-us .swiper-wrapper{align-items:stretch}.hww-card{border-radius:10px;padding:30px 20px 25px;text-align:center;width:100%;display:flex;flex-direction:column;align-items:center;transition:.3s;min-height:280px}.hww-icon-wrapper{width:70px;height:70px;display:flex;align-items:center;justify-content:center;margin-bottom:15px}.hww-icon{max-width:100%;max-height:100%;object-fit:contain}.hww-card-title{font-size:1.1rem;font-weight:600;color:var(--theme-primary-2);margin-bottom:12px;line-height:1.3}.hww-card-content{font-size:.9rem;color:var(--theme-muted);line-height:1.6;margin:0;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden}.hww-pagination,.testi-pagination{position:relative;margin-top:20px;display:flex;justify-content:center;gap:6px}.hww-pagination .swiper-pagination-bullet{width:12px;height:12px;border-radius:2px;background:var(--theme-border);opacity:1;margin:0!important;transition:.3s}.hww-pagination .swiper-pagination-bullet-active{background:var(--theme-primary-2)}.hww-btn-wrapper{display:flex;justify-content:center;margin-top:15px}.hww-whatsapp-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background-color:var(--theme-success);padding:12px 30px;border-radius:8px;font-weight:600;font-size:.95rem;text-transform:uppercase;text-decoration:none;transition:.3s}.btn-treatments-view-all,.treatment-title{color:var(--theme-surface);font-weight:700;text-transform:uppercase}.hww-whatsapp-btn:hover{background-color:var(--theme-success-2);box-shadow:0 4px 12px color-mix(in srgb,var(--theme-success) 30%,transparent)}.hww-wp-icon{width:20px;height:20px;fill:currentColor}@media (max-width:1200px){.hww-card{min-height:260px;padding:25px 18px 22px}}.faq-section,.treatments-section{padding:80px 0;background-color:var(--theme-surface)}.treatments-swiper{padding:10px 5px 50px!important}.treatments-swiper .swiper-slide{height:auto}.treatment-card{position:relative;display:block;width:100%;border-radius:12px;overflow:hidden;box-shadow:0 10px 20px color-mix(in srgb,var(--theme-text) 10%,transparent);transition:transform .3s;height:100%;aspect-ratio:1/1}.treatment-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px color-mix(in srgb,var(--theme-text) 20%,transparent)}.ba-card-image img,.treatment-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s}.treatment-overlay{position:absolute;bottom:0;left:0;width:100%;background:linear-gradient(to top,var(--theme-primary) 0,color-mix(in srgb,var(--theme-primary) 80%,transparent) 70%,transparent 100%);padding:40px 15px 15px;text-align:center;display:flex;align-items:flex-end;justify-content:center}.faq-icon,.hero-slide,.hero-slider{position:relative}.treatment-title{font-size:16px;margin:0;text-shadow:0 2px 4px color-mix(in srgb,var(--theme-text) 30%,transparent);letter-spacing:.5px}.treatments-pagination .swiper-pagination-bullet{width:12px;height:12px;background:0 0;border:2px solid var(--theme-primary);opacity:1;margin:0 6px!important;border-radius:2px}.treatments-pagination .swiper-pagination-bullet-active{background:var(--theme-primary)}.btn-treatments-view-all,.btn-treatments-view-all:hover{background-color:var(--theme-accent-2)}.treatments-btn-wrapper{text-align:center;margin-top:10px}.btn-treatments-view-all{display:inline-flex;align-items:center;gap:8px;padding:12px 30px;font-size:14px;text-decoration:none;transition:background .3s;border-radius:4px}.testi-section{padding:70px 0;background-color:var(--theme-surface)}.testi-subtitle{font-size:1rem;color:var(--theme-muted);max-width:600px;margin:0 auto;line-height:1.6;font-weight:400}.swiper-testimonials .swiper-wrapper{align-items:flex-start}.swiper-testimonials .swiper-slide{height:auto;display:block}.testi-card{background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:16px;padding:24px;width:100%;display:flex;flex-direction:column;transition:.3s;min-height:200px}.quote-form-panel,.quote-section{background-color:var(--theme-primary-3)}.testi-card:hover{border-color:var(--theme-primary-2);box-shadow:0 8px 25px color-mix(in srgb,var(--theme-text) 8%,transparent);transform:translateY(-4px)}.testi-card-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.testi-avatar{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:600;color:var(--theme-surface);flex-shrink:0}.testi-info{flex:1;min-width:0}.testi-name{font-size:.95rem;font-weight:600;color:var(--theme-text);margin:0 0 4px;overflow:hidden;text-overflow:ellipsis}.testi-stars{display:flex;gap:2px}.testi-stars span{font-size:14px;color:var(--theme-border);line-height:1}.testi-google{flex-shrink:0}.testi-content{flex:1;display:flex;flex-direction:column}.testi-text{font-size:.9rem;line-height:1.7;color:var(--theme-muted);margin:0}.testi-read-more{display:inline-block;margin-top:12px;font-size:.85rem;font-weight:600;color:var(--theme-primary-2);text-decoration:none;cursor:pointer;transition:color .2s}.testi-read-more:hover{color:var(--theme-primary-3)}.testi-card.is-expanded .testi-short{display:none}.testi-card.is-expanded .testi-full{display:inline}.testi-pagination .swiper-pagination-bullet{width:12px;height:12px;border-radius:3px;background:var(--theme-border);opacity:1;margin:0!important;transition:.3s}.testi-pagination .swiper-pagination-bullet-active{background:var(--theme-primary-2);width:28px}@media (max-width:1024px){.brand-logo img{height:50px}.footer-grid{grid-template-columns:1fr 1fr;gap:30px}.hww-section,.testi-section{padding:50px 0}.hww-title,.testi-title{font-size:1.875rem}.hww-card{min-height:240px}}.quote-section{width:100%}.quote-wrapper{max-width:1200px;margin:0 auto;min-height:420px;display:flex;align-items:stretch}.quote-image{flex:1 1 55%;overflow:hidden}.quote-image img{width:100%;height:100%;object-fit:cover;display:block}.quote-form-panel{flex:0 0 380px;padding:32px;display:flex;align-items:center}.quote-form-panel .contact-form-component{background:0 0;box-shadow:none;border-radius:0;color:var(--theme-primary)}.quote-form-panel .custom-input,.quote-form-panel .textarea-input{background-color:var(--theme-primary-3)}.quote-form-panel .form-header{margin-bottom:24px}.quote-form-panel .form-title{color:var(--theme-surface);font-size:28px;font-weight:800}.quote-form-panel .custom-input{border-color:var(--theme-border);color:var(--theme-surface)}.quote-form-panel .custom-input::placeholder{color:var(--theme-muted)}.quote-form-panel .custom-input:focus{border-color:var(--theme-focus);box-shadow:0 0 0 3px color-mix(in srgb,var(--theme-focus) 25%,transparent)}.quote-form-panel .submit-btn,.quote-form-panel .submit-btn:hover{background:linear-gradient(90deg,var(--theme-accent-2),var(--theme-primary-2))}.quote-form-panel .submit-btn{border:none}.quote-form-panel .success-notification{background-color:var(--theme-success);border-color:var(--theme-success);color:var(--theme-surface)}.faq-cta-btn,.faq-cta-btn:hover{background:var(--theme-accent-2)}.faq-container{max-width:1120px;margin:0 auto;padding:0 16px;display:flex;flex-wrap:wrap;gap:48px;align-items:flex-start;overflow:hidden}.faq-left{flex:0 0 38%;max-width:38%;min-width:0}.faq-right{flex:1 1 0%;min-width:0}.about-kicker,.faq-kicker{font-size:14px;font-weight:600;color:var(--theme-focus);text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.about-title,.faq-title{font-size:40px;line-height:1.1;font-weight:800;color:var(--theme-navy);margin:0 0 12px}.faq-subtitle{font-size:15px;color:var(--theme-muted);max-width:360px;line-height:1.6;margin-bottom:24px}.faq-cta-btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 32px;border-radius:999px;color:var(--theme-surface);font-size:15px;font-weight:700;text-decoration:none;box-shadow:0 10px 30px color-mix(in srgb,var(--theme-accent-2) 40%,transparent);transition:transform .15s,box-shadow .15s,background .15s}.faq-cta-btn:hover{transform:translateY(-1px);box-shadow:0 14px 32px color-mix(in srgb,var(--theme-accent-2) 50%,transparent)}.faq-accordion{display:flex;flex-direction:column;gap:14px}.faq-question,.hero-slide{display:flex;align-items:center}.faq-item{background:var(--theme-surface);border-radius:20px;border:1px solid color-mix(in srgb,var(--theme-text) 6%,transparent);box-shadow:inset 0 1px 0 color-mix(in srgb,var(--theme-surface) 60%,transparent),0 6px 18px color-mix(in srgb,var(--theme-text) 4%,transparent);overflow:hidden;transition:box-shadow .2s,transform .2s,border-color .2s}.faq-item:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--theme-text) 10%,transparent);box-shadow:inset 0 1px 0 color-mix(in srgb,var(--theme-surface) 60%,transparent),0 10px 22px color-mix(in srgb,var(--theme-text) 6%,transparent)}.faq-icon::after,.faq-icon::before{top:50%;left:50%;transform:translate(-50%,-50%)}.faq-question{width:100%;border:none;background:0 0;padding:18px 24px;justify-content:space-between;gap:16px;cursor:pointer}.faq-question-text{font-size:16px;font-weight:600;color:var(--theme-navy);text-align:left;min-width:0;overflow-wrap:anywhere}.faq-icon{width:32px;height:32px;border-radius:999px;background-color:var(--theme-surface);flex-shrink:0}.faq-icon::after,.faq-icon::before{content:"";position:absolute;background-color:var(--theme-navy);border-radius:999px;transition:transform .15s,opacity .15s}.faq-icon::before{width:12px;height:2px}.faq-icon::after{width:2px;height:12px}.faq-item.is-open .faq-icon::after{transform:translate(-50%,-50%) scaleY(0);opacity:0}.faq-answer{max-height:0;overflow:hidden;padding:0 24px;transition:max-height .2s}.faq-answer-body{padding-bottom:12px;font-size:14px;line-height:1.7;color:var(--theme-muted);overflow-wrap:anywhere;word-break:break-word}.hero-badge,.hero-title{color:var(--theme-surface)}.faq-answer-body iframe,.faq-answer-body img,.faq-answer-body table,.faq-answer-body video{max-width:100%;height:auto}@media (max-width:992px){.quote-wrapper{flex-direction:column}.quote-image{min-height:260px}.quote-form-panel{flex:0 0 auto;padding:24px 16px 32px}.faq-container{flex-direction:column;gap:22px}.faq-left,.faq-right{flex:1 1 100%;max-width:100%}.faq-title{font-size:32px}.faq-subtitle{max-width:100%}.faq-accordion{width:calc(100vw - 32px)!important;min-width:calc(100vw - 32px)!important;max-width:calc(100vw - 32px)!important;box-sizing:border-box!important}}.hero-slider{width:100%;height:100vh;min-height:700px;max-height:1000px;overflow:hidden}.hero-bg,.hero-bg img,.hero-overlay,.hero-slide,.hero-swiper{height:100%;width:100%}.hero-bg,.hero-nav,.hero-overlay{position:absolute;left:0}.hero-bg{top:0;z-index:1}.hero-bg img{object-fit:cover;object-position:center}.hero-overlay{top:0;background:linear-gradient(135deg,color-mix(in srgb,var(--theme-primary-3) 85%,transparent) 0,color-mix(in srgb,var(--theme-primary-2) 70%,transparent) 50%,color-mix(in srgb,var(--theme-primary-3) 60%,transparent) 100%)}.hero-content{position:relative;z-index:10;max-width:700px;padding:120px 0}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:color-mix(in srgb,var(--theme-surface) 15%,transparent);padding:10px 20px;border-radius:50px;font-size:.9rem;font-weight:500;margin-bottom:24px;border:1px solid color-mix(in srgb,var(--theme-surface) 20%,transparent)}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.15;margin:0 0 24px;text-shadow:0 2px 20px color-mix(in srgb,var(--theme-text) 20%,transparent)}.hero-desc{font-size:1.15rem;color:color-mix(in srgb,var(--theme-surface) 90%,transparent);line-height:1.7;margin:0 0 32px;max-width:500px}.hero-btn-primary,.hero-btn-secondary,.hero-nav-btn,.hero-stat strong{color:var(--theme-surface)}.hero-buttons{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:48px}.hero-btn{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;border-radius:12px;font-size:1rem;font-weight:600;text-decoration:none;transition:.3s}.hero-btn-primary{background:var(--theme-success);box-shadow:0 4px 20px color-mix(in srgb,var(--theme-success) 40%,transparent)}.hero-btn-primary:hover{background:var(--theme-success-2);transform:translateY(-3px);box-shadow:0 8px 30px color-mix(in srgb,var(--theme-success) 50%,transparent)}.hero-btn-secondary:hover,.hero-nav-btn:hover{background:var(--theme-surface);border-color:var(--theme-surface)}.hero-btn-secondary{background:color-mix(in srgb,var(--theme-surface) 15%,transparent);border:2px solid color-mix(in srgb,var(--theme-surface) 30%,transparent)}.hero-btn-secondary:hover{color:var(--theme-primary-3)}.hero-stats{display:flex;gap:40px}.hero-stat{text-align:left}.hero-stat strong{display:block;font-size:2rem;font-weight:800;line-height:1;margin-bottom:4px}.hero-stat span{font-size:.85rem;color:color-mix(in srgb,var(--theme-surface) 70%,transparent);text-transform:uppercase;letter-spacing:1px}.hero-nav{bottom:50%;right:0;z-index:20;display:flex;justify-content:space-between;padding:0 30px;pointer-events:none}.hero-pagination,.hero-scroll{position:absolute;bottom:40px;z-index:20;display:flex}.hero-nav-btn{width:56px;height:56px;border-radius:50%;border:2px solid color-mix(in srgb,var(--theme-surface) 30%,transparent);background:color-mix(in srgb,var(--theme-surface) 10%,transparent);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.3s;pointer-events:auto}.hero-nav-btn:hover{color:var(--theme-primary-3);transform:scale(1.1)}.hero-pagination{left:50%;transform:translateX(-50%);gap:12px}.hero-pagination .swiper-pagination-bullet{width:12px;height:12px;background:color-mix(in srgb,var(--theme-surface) 40%,transparent);border-radius:50%;opacity:1;transition:.3s;cursor:pointer}.hero-pagination .swiper-pagination-bullet-active{background:var(--theme-surface);width:36px;border-radius:6px}.hero-scroll{right:40px;flex-direction:column;align-items:center;gap:10px;color:color-mix(in srgb,var(--theme-surface) 70%,transparent);font-size:.75rem;text-transform:uppercase;letter-spacing:2px}.hero-scroll-mouse{width:26px;height:40px;border:2px solid color-mix(in srgb,var(--theme-surface) 50%,transparent);border-radius:13px;display:flex;justify-content:center;padding-top:8px}.hero-scroll-wheel{width:4px;height:8px;background:var(--theme-surface);border-radius:2px;animation:2s infinite scrollWheel}@keyframes scrollWheel{0%,100%{opacity:1;transform:translateY(0)}50%{opacity:.5;transform:translateY(6px)}}@media (max-width:1200px){.testi-card{min-height:190px;padding:22px}.hero-title{font-size:3rem}.hero-stats{gap:30px}}@media (max-width:992px){.hero-slider{min-height:600px}.hero-content{padding:100px 0}.hero-title{font-size:2.5rem}.hero-nav,.hero-scroll{display:none}}@media (max-width:768px){.container{padding:0 15px}.brand-logo img{height:40px}.footer-grid{grid-template-columns:1fr}.footer-cert-img{max-width:150px}.hww-section,.testi-section{padding:40px 0}.hero-stat strong,.hww-title,.testi-title{font-size:1.5rem}.hww-subtitle,.testi-subtitle{padding:0 15px;font-size:.95rem}.hww-card{min-height:auto;padding:25px 20px}.hww-icon-wrapper{width:60px;height:60px}.hww-whatsapp-btn{width:100%;max-width:280px}.testi-card{min-height:auto;padding:20px}.testi-avatar{width:44px;height:44px;font-size:18px}.hero-btn,.hero-buttons{justify-content:center}.hero-slider{height:auto;min-height:100vh}.hero-content{padding:140px 0 100px;text-align:center;max-width:100%}.hero-badge{font-size:.8rem;padding:8px 16px}.hero-title{font-size:2rem}.hero-title br{display:none}.hero-desc{font-size:1rem;max-width:100%}.hero-btn{padding:14px 24px;font-size:.9rem;width:100%}.hero-stats{justify-content:center;gap:20px;flex-wrap:wrap}.hero-stat{text-align:center;min-width:80px}.hero-stat span{font-size:.7rem}.hero-pagination{bottom:30px}}.about-cta-section{padding:100px 0;background:var(--theme-surface);overflow:hidden}.about-cta-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.about-cta-image,.nav-bar-inner{position:relative}.about-cta-image-wrapper{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 25px 80px color-mix(in srgb,var(--theme-text) 15%,transparent)}.about-cta-image-wrapper img{width:100%;height:500px;object-fit:cover;display:block}.about-cta-image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,color-mix(in srgb,var(--theme-primary-3) 10%,transparent) 0,color-mix(in srgb,var(--theme-primary-3) 30%,transparent) 100%)}.about-cta-floating-badge{position:absolute;top:-20px;right:-20px;background:var(--theme-primary-3);color:var(--theme-surface);padding:20px 24px;border-radius:16px;display:flex;align-items:center;gap:14px;box-shadow:0 15px 40px color-mix(in srgb,var(--theme-primary-3) 40%,transparent);z-index:10}.about-intro-badge-icon,.floating-badge-icon{width:50px;height:50px;background:color-mix(in srgb,var(--theme-surface) 15%,transparent);border-radius:12px;display:flex;align-items:center;justify-content:center}.about-intro-badge-text strong,.floating-badge-text strong{display:block;font-size:1.5rem;font-weight:800;line-height:1}.floating-badge-text span{font-size:.8rem;opacity:.8}.about-cta-floating-stats{position:absolute;bottom:-30px;left:-30px;background:var(--theme-surface);padding:20px 28px;border-radius:16px;box-shadow:0 15px 50px color-mix(in srgb,var(--theme-text) 12%,transparent);z-index:10}.floating-stat strong{display:block;font-size:1.75rem;font-weight:800;color:var(--theme-primary-3);line-height:1}.floating-stat span{font-size:.85rem;color:var(--theme-muted)}.about-cta-content,.about-intro-content{padding-right:20px}.about-cta-badge{display:inline-block;background:linear-gradient(135deg,var(--theme-primary-3) 0,var(--theme-primary-2) 100%);color:var(--theme-surface);padding:8px 20px;border-radius:50px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:20px}.about-cta-title{font-size:2.5rem;font-weight:800;color:var(--theme-text);line-height:1.2;margin:0 0 20px}.about-cta-desc{font-size:1.05rem;color:var(--theme-muted);line-height:1.8;margin:0 0 35px}.about-cta-features{display:flex;flex-direction:column;gap:20px;margin-bottom:40px}.about-cta-feature{display:flex;align-items:flex-start;gap:16px;padding:16px 20px;background:var(--theme-surface);border-radius:12px;transition:.3s}.about-cta-feature:hover{background:var(--theme-surface);transform:translateX(5px)}.about-cta-button:hover,.team-social a:hover{transform:translateY(-3px)}.feature-icon{width:48px;height:48px;background:linear-gradient(135deg,var(--theme-primary-3) 0,var(--theme-primary-2) 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-text{flex:1}.feature-text strong{display:block;font-size:1rem;font-weight:700;color:var(--theme-text);margin-bottom:4px}.feature-text span{font-size:.9rem;color:var(--theme-muted);line-height:1.5}.about-cta-button{display:inline-flex;align-items:center;gap:12px;background:var(--theme-success);color:var(--theme-surface);padding:18px 36px;border-radius:12px;font-size:1rem;font-weight:700;text-decoration:none;box-shadow:0 8px 30px color-mix(in srgb,var(--theme-success) 35%,transparent);transition:.3s}.about-hero,.about-main{background-color:var(--theme-surface)}.about-cta-button:hover{background:var(--theme-success-2);box-shadow:0 12px 40px color-mix(in srgb,var(--theme-success) 45%,transparent)}.team-nav-btn:hover,.team-social a:hover{background:var(--primary-color,var(--theme-primary-2));color:var(--theme-surface)}@media (max-width:1200px){.about-cta-grid{gap:60px}.about-cta-title{font-size:2.2rem}}@media (max-width:992px){.about-cta-section{padding:70px 0}.about-cta-grid{grid-template-columns:1fr;gap:50px}.about-cta-image{max-width:500px;margin:0 auto}.about-cta-content{padding-right:0;text-align:center}.about-cta-features{text-align:left}.about-cta-button{margin:0 auto}}.ba-empty,.ba-hero,.team-card-info,.team-header,.treatments-section .section-header,.video-showcase-section .section-header{text-align:center}@media (max-width:768px){.about-cta-section{padding:50px 0}.about-cta-title{font-size:1.75rem}.about-cta-image-wrapper img{height:350px}.about-cta-floating-badge{top:-15px;right:-10px;padding:14px 18px}.floating-badge-icon{width:40px;height:40px}.floating-badge-text strong{font-size:1.2rem}.about-cta-floating-stats{bottom:-20px;left:-10px;padding:14px 20px}.floating-stat strong{font-size:1.4rem}.about-cta-feature{padding:14px 16px}.feature-icon{width:42px;height:42px}.about-cta-button{width:100%;justify-content:center;padding:16px 30px}}.about-hero{padding:80px 0 40px}.about-container{max-width:1120px;margin:0 auto;padding:0 16px}.about-hero-text{max-width:640px}.about-subtitle{font-size:15px;color:var(--theme-muted);line-height:1.7}.about-heading,.about-list h3{color:var(--theme-navy);font-weight:700}.about-main{padding:40px 0 80px}.about-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:40px}.about-heading{font-size:22px;margin-bottom:16px}.about-text{font-size:15px;color:var(--theme-muted);line-height:1.8;margin-bottom:14px}.about-highlight{background:var(--theme-surface);border-radius:20px;box-shadow:0 18px 45px color-mix(in srgb,var(--theme-text) 6%,transparent);padding:24px 24px 18px}.about-list li+li{border-top:1px solid var(--theme-border);margin-top:16px;padding-top:16px}.about-list h3{font-size:16px;margin-bottom:6px}.team-heading span,.team-heading strong,.team-kicker{color:var(--primary-color,var(--theme-primary-2))}@media (max-width:992px){.about-hero{padding:60px 0 30px}.about-title{font-size:32px}.about-grid{grid-template-columns:1fr}}@media (max-width:640px){.faq-section{padding:56px 0}.about-title,.faq-title{font-size:28px}.faq-question{padding:16px 18px}.faq-answer{padding:0 18px}.about-hero{padding:48px 0 24px}.about-main{padding-bottom:56px}}.team-section{padding:100px 0;background:linear-gradient(180deg,var(--theme-surface) 0,var(--theme-surface) 100%);overflow:hidden}.team-header{max-width:700px;margin:0 auto 60px}.team-kicker{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:2px;background:linear-gradient(135deg,color-mix(in srgb,var(--theme-primary-2) 10%,transparent) 0,color-mix(in srgb,var(--theme-accent-2) 10%,transparent) 100%);padding:8px 20px;border-radius:50px;margin-bottom:20px}.team-heading{font-size:42px;font-weight:800;color:var(--theme-text);line-height:1.2;margin-bottom:16px}.team-subtitle{font-size:17px;color:var(--theme-muted);line-height:1.7;margin:0}.team-swiper-wrapper{position:relative;padding:0 50px}.team-swiper{overflow:visible;padding-bottom:60px}.team-card{background:var(--theme-surface);border-radius:20px;overflow:hidden;box-shadow:0 4px 20px color-mix(in srgb,var(--theme-text) 6%,transparent);transition:.4s cubic-bezier(.175, .885, .32, 1.275);height:100%}.team-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px color-mix(in srgb,var(--theme-primary-2) 15%,transparent)}.team-card-image{position:relative;aspect-ratio:3/3.5;overflow:hidden;background:linear-gradient(135deg,var(--theme-border) 0,var(--theme-border) 100%)}.team-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.team-card-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary-color,var(--theme-primary-2)) 0,var(--theme-success-2) 100%)}.team-card-placeholder span{font-size:80px;font-weight:800;color:color-mix(in srgb,var(--theme-surface) 30%,transparent)}.team-card-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,color-mix(in srgb,var(--theme-primary-2) 95%,transparent) 100%);opacity:0;transition:opacity .4s;display:flex;align-items:flex-end;justify-content:center;padding-bottom:30px}.team-card-info,.team-social a{background:var(--theme-surface)}.team-card:hover .team-card-overlay{opacity:1}.team-social{display:flex;gap:12px;transform:translateY(20px);opacity:0;transition:.4s .1s}.team-card:hover .team-social{transform:translateY(0);opacity:1}.team-social a{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--primary-color,var(--theme-primary-2));font-size:16px;transition:.3s}.team-card-info{padding:24px 20px 28px}.team-card-name{font-size:20px;font-weight:700;color:var(--theme-text);margin:0 0 6px;line-height:1.3}.about-intro-kicker,.team-card-title{font-weight:600;text-transform:uppercase}.team-card-title{display:inline-block;font-size:12px;letter-spacing:1px;color:var(--primary-color,var(--theme-primary-2));background:color-mix(in srgb,var(--theme-primary-2) 10%,transparent);padding:4px 12px;border-radius:20px;margin-bottom:8px}.team-card-specialty{font-size:14px;color:var(--theme-muted);margin:0;line-height:1.5}.team-nav{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;pointer-events:none;z-index:10;padding:0 10px}.about-intro-cta,.team-nav-btn{align-items:center;transition:.3s}.team-nav-btn{width:50px;height:50px;background:var(--theme-surface);border:none;border-radius:50%;display:flex;justify-content:center;color:var(--theme-text);font-size:16px;cursor:pointer;pointer-events:auto;box-shadow:0 4px 20px color-mix(in srgb,var(--theme-text) 10%,transparent)}.team-nav-btn:hover{transform:scale(1.1)}.team-nav-btn.swiper-button-disabled{opacity:.3;cursor:not-allowed}.team-pagination{position:relative;margin-top:20px}.team-pagination .swiper-pagination-bullet{width:10px;height:10px;background:var(--theme-border);opacity:1;transition:.3s}.team-pagination .swiper-pagination-bullet-active{width:30px;border-radius:5px;background:var(--primary-color,var(--theme-primary-2))}@media (max-width:1200px){.team-heading{font-size:36px}.team-swiper-wrapper{padding:0 40px}}@media (max-width:992px){.team-section{padding:80px 0}.team-header{margin-bottom:50px}.team-heading{font-size:32px}.team-swiper-wrapper{padding:0 30px}.team-nav-btn{width:44px;height:44px}}@media (max-width:768px){.team-section{padding:60px 0}.team-heading{font-size:28px}.team-subtitle{font-size:15px}.team-swiper-wrapper{padding:0 15px}.team-nav{display:none}.team-card-info{padding:20px 16px 24px}.team-card-name{font-size:18px}}.about-intro-section{padding:80px 0;background:var(--theme-surface);overflow:hidden}.about-intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.about-intro-kicker{display:inline-block;color:var(--theme-primary-2);font-size:.9rem;letter-spacing:2px;margin-bottom:12px}.about-intro-text strong,.about-intro-title{color:var(--theme-text)}.about-intro-title{font-size:2.5rem;font-weight:800;line-height:1.2;margin:0 0 16px}.about-intro-subtitle{font-size:1.1rem;color:var(--theme-muted);font-style:italic;margin:0 0 24px;padding-bottom:24px;border-bottom:1px solid var(--theme-border)}.about-intro-text{font-size:1rem;line-height:1.8;color:var(--theme-muted)}.about-intro-badge,.about-intro-cta,.ba-hero-title{color:var(--theme-surface)}.about-intro-text p{margin:0 0 16px}.about-intro-text p:last-child{margin-bottom:0}.about-intro-cta{display:inline-flex;gap:10px;margin-top:30px;background:var(--theme-success);padding:16px 32px;border-radius:10px;font-size:1rem;font-weight:600;text-decoration:none;box-shadow:0 6px 25px color-mix(in srgb,var(--theme-success) 35%,transparent)}.about-intro-cta:hover{background:var(--theme-success-2);transform:translateY(-3px);box-shadow:0 10px 35px color-mix(in srgb,var(--theme-success) 45%,transparent)}.about-intro-images{position:relative;min-height:600px}.about-intro-image-main{position:absolute;top:0;right:0;width:85%;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px color-mix(in srgb,var(--theme-text) 12%,transparent)}.about-intro-image-main img{width:100%;height:400px;object-fit:cover;display:block}.about-intro-image-secondary{position:absolute;bottom:0;left:0;width:60%;border-radius:16px;overflow:hidden;box-shadow:0 15px 50px color-mix(in srgb,var(--theme-text) 15%,transparent);border:6px solid var(--theme-surface);z-index:2}.about-intro-image-secondary img{width:100%;height:280px;object-fit:cover;display:block}.about-intro-badge{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--theme-primary-3);padding:20px 24px;border-radius:16px;display:flex;align-items:center;gap:14px;box-shadow:0 15px 40px color-mix(in srgb,var(--theme-primary-3) 40%,transparent);z-index:10}.about-intro-badge-text span{font-size:.8rem;opacity:.85}@media (max-width:1200px){.about-intro-grid{gap:40px}.about-intro-title{font-size:2.2rem}.about-intro-images{min-height:500px}.about-intro-image-main img{height:350px}.about-intro-image-secondary img{height:240px}}@media (max-width:992px){.about-intro-section{padding:60px 0}.about-intro-grid{grid-template-columns:1fr;gap:50px}.about-intro-content{padding-right:0;order:2}.about-intro-images{order:1;min-height:450px;max-width:600px;margin:0 auto}.about-intro-image-main{position:relative;width:100%}.about-intro-image-secondary{position:absolute;bottom:-30px;left:-20px;width:50%}.about-intro-badge{top:auto;bottom:20px;left:auto;right:20px;transform:none}}.ba-breadcrumb,.ba-empty svg{margin-bottom:20px}@media (max-width:768px){.about-intro-section{padding:50px 0}.about-intro-title{font-size:1.75rem}.about-intro-subtitle{font-size:1rem}.about-intro-text{font-size:.95rem}.about-intro-images{min-height:350px}.about-intro-image-main img{height:300px}.about-intro-image-secondary{width:55%;bottom:-20px;left:-10px}.about-intro-image-secondary img{height:180px}.about-intro-badge{padding:14px 18px;gap:10px}.about-intro-badge-icon{width:40px;height:40px}.about-intro-badge-text strong{font-size:1.2rem}.about-intro-cta{width:100%;justify-content:center}}@media (max-width:480px){.hero-title{font-size:1.75rem}.hero-stats{gap:15px}.about-cta-floating-badge{position:relative;top:0;right:0;margin-top:20px;justify-content:center}.about-cta-floating-stats{position:relative;bottom:0;left:0;margin-top:15px;text-align:center}.team-kicker{font-size:11px;padding:6px 16px}.team-heading{font-size:24px}.team-card-placeholder span{font-size:60px}.about-intro-title{font-size:1.5rem}.about-intro-image-secondary{display:none}.about-intro-badge{bottom:15px;right:15px;padding:12px 14px}.about-intro-badge-icon{width:36px;height:36px}.about-intro-badge-text strong{font-size:1rem}.about-intro-badge-text span{font-size:.7rem}}.ba-hero{background:linear-gradient(135deg,var(--theme-primary-3) 0,var(--theme-primary-2) 100%);padding:60px 0}.ba-card,.ba-gallery-section{background:var(--theme-surface)}.ba-breadcrumb{display:flex;justify-content:center;align-items:center;gap:10px;font-size:.9rem}.ba-breadcrumb a{color:color-mix(in srgb,var(--theme-surface) 70%,transparent);text-decoration:none;transition:color .3s}.ba-breadcrumb span{color:color-mix(in srgb,var(--theme-surface) 50%,transparent)}.ba-hero-title{font-size:2.5rem;font-weight:800;margin:0 0 15px}.ba-hero-subtitle{font-size:1.1rem;color:color-mix(in srgb,var(--theme-surface) 85%,transparent);margin:0 auto;max-width:600px}.ba-gallery-section{padding:70px 0}.ba-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.ba-card{border-radius:16px;overflow:hidden;box-shadow:0 5px 20px color-mix(in srgb,var(--theme-text) 8%,transparent);transition:.4s}.ba-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px color-mix(in srgb,var(--theme-text) 15%,transparent)}.ba-card-link{display:block;text-decoration:none}.ba-card-image{position:relative;overflow:hidden;aspect-ratio:1/1}.ba-card-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:0 0;display:flex;align-items:center;justify-content:center;transition:.3s}.ba-cta-section,.ba-zoom-icon{background:var(--theme-surface)}.ba-cta-box,.ba-zoom-icon{display:flex;align-items:center}.ba-card:hover .ba-card-overlay{background:color-mix(in srgb,var(--theme-primary-3) 50%,transparent)}.ba-zoom-icon{width:70px;height:70px;border-radius:50%;justify-content:center;color:var(--theme-primary-2);opacity:0;transform:scale(.5);transition:.3s}.ba-card:hover .ba-zoom-icon{opacity:1;transform:scale(1)}.ba-empty{padding:80px 20px;color:var(--theme-muted)}.ba-cta-btn,.ba-cta-content h2{color:var(--theme-surface);font-weight:700}.ba-empty p{font-size:1.1rem;margin:0}.ba-cta-section{padding:0 0 80px}.ba-cta-box{background:linear-gradient(135deg,var(--theme-primary-3) 0,var(--theme-primary-2) 100%);border-radius:20px;padding:50px 60px;justify-content:space-between;gap:40px}.ba-cta-content h2{font-size:1.75rem;margin:0 0 10px}.ba-cta-content p{font-size:1rem;color:color-mix(in srgb,var(--theme-surface) 80%,transparent);margin:0}.ba-cta-btn{display:inline-flex;align-items:center;gap:10px;background:var(--theme-success);padding:18px 36px;border-radius:12px;font-size:1rem;text-decoration:none;box-shadow:0 8px 25px color-mix(in srgb,var(--theme-success) 40%,transparent);transition:.3s}.ba-cta-btn:hover{background:var(--theme-success-2);transform:translateY(-3px);box-shadow:0 12px 35px color-mix(in srgb,var(--theme-success) 50%,transparent)}@media (max-width:1200px){.ba-grid{gap:20px}}@media (max-width:992px){.ba-hero{padding:50px 0}.ba-hero-title{font-size:2rem}.ba-grid{grid-template-columns:repeat(2,1fr)}.ba-cta-box{flex-direction:column;text-align:center;padding:40px 30px}}@media (max-width:768px){.ba-hero-title{font-size:1.75rem}.ba-hero-subtitle{font-size:1rem}.ba-gallery-section{padding:50px 0}.ba-grid{gap:15px}.ba-card{border-radius:12px}.ba-zoom-icon{width:55px;height:55px}.ba-cta-content h2{font-size:1.5rem}}@media (max-width:576px){.ba-grid{grid-template-columns:repeat(2,1fr);gap:12px}.ba-card{border-radius:10px}.ba-zoom-icon{width:45px;height:45px}.ba-zoom-icon svg{width:22px;height:22px}.ba-cta-btn{width:100%;justify-content:center;padding:16px 30px}}.contact-page-wrapper{max-width:1160px;margin:40px auto 60px;padding:0 16px}.contact-breadcrumb{font-size:13px;color:var(--theme-muted);margin-bottom:10px}.contact-breadcrumb a{color:var(--theme-focus);text-decoration:none}.contact-breadcrumb span{margin:0 4px}.contact-page-title{font-size:30px;font-weight:800;color:var(--theme-text);margin-bottom:6px}.contact-page-subtitle{font-size:14px;color:var(--theme-muted);max-width:620px}.contact-main-grid{margin-top:26px;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,0.9fr);gap:24px;align-items:flex-start}.contact-card{background:var(--theme-surface);border-radius:18px;box-shadow:0 18px 40px color-mix(in srgb,var(--theme-text) 8%,transparent);border:1px solid var(--theme-border);padding:20px 22px}.contact-card--form{padding:0;overflow:hidden;border-radius:20px}.contact-card-header{padding:18px 22px 12px;border-bottom:1px solid var(--theme-border);background:linear-gradient(135deg,var(--theme-primary-3) 0,var(--theme-success-2) 60%,var(--theme-accent-2) 100%);color:var(--theme-surface)}.contact-card-header h2{font-size:18px;font-weight:700;margin:0 0 4px}.contact-card-header p{font-size:13px;margin:0;opacity:.9}.contact-form-inner{padding:18px 20px 20px;background:var(--theme-surface)}.contact-info-title{font-size:16px;font-weight:700;color:var(--theme-text);margin-bottom:12px}.contact-info-list{list-style:none;padding:0;margin:0;display:grid;gap:12px;font-size:14px;color:var(--theme-muted)}.contact-info-item{display:flex;gap:10px;align-items:flex-start}.contact-info-icon{width:28px;height:28px;border-radius:999px;background:var(--theme-surface);display:flex;align-items:center;justify-content:center;color:var(--theme-focus);flex-shrink:0;font-size:13px}.contact-info-label{font-weight:600;font-size:13px;color:var(--theme-muted);margin-bottom:2px}.contact-info-value a{color:var(--theme-text);text-decoration:none}.contact-map-section{margin-top:32px}.contact-map-title{font-size:15px;font-weight:600;color:var(--theme-text);margin-bottom:10px}.contact-map-wrapper{border-radius:20px;overflow:hidden;box-shadow:0 18px 40px color-mix(in srgb,var(--theme-text) 7%,transparent);border:1px solid var(--theme-border);background:var(--theme-border)}.contact-map-wrapper iframe{width:100%;height:360px;border:0;display:block}@media (max-width:992px){.contact-main-grid{grid-template-columns:1fr}}@media (max-width:768px){.contact-page-wrapper{margin:24px auto 40px}.contact-page-title{font-size:24px}}.video-showcase-section .section-header .section-subtitle,.video-showcase-section .section-header .section-title{margin-left:auto;margin-right:auto}.treatments-section .section-header .section-title{text-align:center;margin-left:auto;margin-right:auto}.treatments-section .section-header .section-subtitle{max-width:720px;margin-left:auto;margin-right:auto;margin-top:8px}.header-nav-bar,.header-top{overflow-x:clip}.header-top-inner{gap:14px}.brand-logo img{max-width:220px;height:70px;object-fit:contain}.nav-menu li{list-style:none;position:relative}.nav-menu li.has-sub>.nav-submenu{display:none;position:absolute;top:55px;left:0;min-width:220px;background:var(--theme-surface);border:1px solid var(--theme-border);border-radius:8px;box-shadow:0 10px 30px color-mix(in srgb,var(--theme-text) 12%,transparent);padding:10px 0;z-index:1200}.nav-menu li.has-sub>.nav-submenu a{color:var(--theme-text);padding:10px 14px;display:block;font-size:14px;border-bottom:0}.nav-menu li.has-sub>.nav-submenu a:hover{background:var(--theme-surface);color:var(--theme-primary)}@media (max-width:980px){.top-socials{display:none}.header-top{padding:10px 0}.header-top-inner{justify-content:center}.brand-logo img{height:52px;max-width:260px}.header-nav-bar{position:sticky;top:0}.nav-bar-inner{min-height:52px;justify-content:space-between}.nav-right-side{width:100%;justify-content:space-between;gap:12px}.lang-dropdown{height:52px}.current-lang i{margin-left:6px}.mobile-toggle{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:color-mix(in srgb,var(--theme-surface) 12%,transparent);border:1px solid color-mix(in srgb,var(--theme-surface) 22%,transparent);font-size:22px;padding:0}.nav-menu{position:fixed;top:0;right:0;height:100vh;width:min(340px,88vw);background:var(--theme-text);border-left:1px solid color-mix(in srgb,var(--theme-surface) 12%,transparent);box-shadow:-14px 0 40px color-mix(in srgb,var(--theme-text) 25%,transparent);display:flex;flex-direction:column;align-items:stretch;gap:6px;margin:0;padding:74px 14px 14px;z-index:1001;transform:translateX(110%);transition:transform .2s;overflow-y:auto;overscroll-behavior:contain}.nav-menu.active{transform:translateX(0)}.nav-menu li a{padding:12px;border-bottom:0;border-radius:12px;background:color-mix(in srgb,var(--theme-surface) 6%,transparent);font-size:15px}.nav-menu li a.active,.nav-menu li a:hover{background:color-mix(in srgb,var(--theme-surface) 10%,transparent);opacity:1}.nav-menu li.has-sub>.nav-submenu{position:static;background:0 0;border:0;box-shadow:none;padding:6px 0 0;min-width:0;display:none}.nav-menu li.has-sub.open>.nav-submenu{display:block}.nav-menu li.has-sub>.nav-submenu a{color:color-mix(in srgb,var(--theme-surface) 92%,transparent);background:color-mix(in srgb,var(--theme-surface) 4%,transparent);margin:0 0 6px;border-radius:12px}.nav-menu li.has-sub>.nav-submenu a:hover{background:color-mix(in srgb,var(--theme-surface) 8%,transparent);color:var(--theme-surface)}.lang-menu{top:52px;right:auto;left:0;z-index:1205}}@media (max-width:420px){.nav-menu{width:92vw}.brand-logo img{height:48px}}.ba-section .swiper-button-next,.ba-section .swiper-button-prev{display:none!important}.ba-section .swiper-pagination{position:relative;z-index:5;pointer-events:auto}

