@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#fff;background-color:#000;font-family:Poppins,sans-serif}a{color:inherit;text-decoration:none}ul{list-style:none}img{max-width:100%;display:block}input,textarea,button,select{font-family:Poppins,sans-serif}.header{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#000000d9;border-bottom:1px solid #ffffff14;width:100%;position:fixed;top:0;left:0}.header-container{justify-content:space-between;align-items:center;max-width:1280px;height:85px;margin:0 auto;padding:0 2rem;display:flex}.logo{align-items:center;display:flex}.logo-img{width:auto;height:65px}.nav{align-items:center;gap:2rem;display:flex}.nav-link{color:#ffffffbf;font-size:.9rem;font-weight:400;transition:color .3s;position:relative}.nav-link:after{content:"";background:#fff;width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-link:hover{color:#fff}.nav-link:hover:after{width:100%}.header-phone{color:#fff;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;transition:opacity .3s;display:flex}.header-phone:hover{opacity:.8}.phone-icon{font-size:1rem}.menu-toggle{color:#fff;cursor:pointer;background:0 0;border:none;font-size:1.5rem;display:none}@media (width<=900px){.menu-toggle{display:block}.nav{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:999;background:#000000f2;flex-direction:column;gap:1.5rem;width:100%;padding:2rem 0;transition:transform .3s;position:fixed;top:85px;left:0;transform:translateY(-200%)}.nav--open{transform:translateY(0)}.header-phone{display:none}}.hero{min-height:calc(100vh - 85px);image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:center;margin-top:85px;display:flex;position:relative;overflow:hidden}.hero:after{content:"";pointer-events:none;z-index:0;-webkit-backdrop-filter:none;backdrop-filter:none;background:#0000004d;position:absolute;inset:0}.hero-container{z-index:1;align-items:center;gap:4rem;width:100%;max-width:1280px;margin:0 auto;padding:3rem 2rem;display:flex;position:relative}.hero-content{flex:1}.hero-tag{letter-spacing:4px;color:#ffffff80;text-transform:uppercase;margin-bottom:1.25rem;font-size:.75rem;font-weight:500}.hero-title{color:#fff;margin-bottom:1.5rem;font-size:3.5rem;font-weight:700;line-height:1.15}.hero-highlight{background:linear-gradient(135deg,#fff 0%,#fff9 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-desc{color:#fff9;max-width:480px;margin-bottom:2rem;font-size:1rem;line-height:1.7}.hero-buttons{gap:1rem;display:flex}.btn{cursor:pointer;text-align:center;border-radius:4px;padding:.85rem 2rem;font-size:.9rem;font-weight:500;transition:all .3s;display:inline-block}.btn-primary{color:#000;background:#fff;border:2px solid #fff}.btn-primary:hover{color:#fff;background:0 0}.btn-outline{color:#fff;background:0 0;border:2px solid #ffffff4d}.btn-outline:hover{border-color:#fff}.hero-form-wrapper{flex:0 0 480px}.hero-form-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0000008c;border:1px solid #ffffff1f;border-radius:12px;padding:2.5rem}.form-title{color:#fff;text-align:center;margin-bottom:.25rem;font-size:1.5rem;font-weight:600}.form-subtitle{color:#ffffff73;text-align:center;margin-bottom:1.25rem;font-size:1rem}.hero-form{flex-direction:column;gap:.75rem;display:flex}.form-row{gap:.75rem;display:flex}.form-row>input,.form-row>textarea{flex:1;min-width:0}.hero-form input,.hero-form select,.hero-form textarea{color:#fff;resize:vertical;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:6px;outline:none;width:100%;padding:.8rem 1rem;font-size:.88rem;transition:border-color .3s}.hero-form input::placeholder,.hero-form textarea::placeholder{color:#ffffff59}.hero-form select{color:#ffffff59;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='rgba(255,255,255,0.4)' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10z'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat}.hero-form select option{color:#fff;background:#111}.hero-form input:focus,.hero-form select:focus,.hero-form textarea:focus{border-color:#fff6}.captcha-wrapper{flex-direction:column;gap:.6rem;display:flex}.captcha-display{align-items:center;gap:.75rem;display:flex}.captcha-code{letter-spacing:6px;color:#fff;text-align:center;-webkit-user-select:none;user-select:none;background:#ffffff1a;border:1px solid #ffffff26;border-radius:6px;flex:1;padding:.6rem 1rem;font-size:1.2rem;font-style:italic;font-weight:700}.captcha-refresh{color:#fff;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff26;border-radius:6px;flex-shrink:0;width:40px;height:40px;font-size:1.2rem;transition:background .3s}.captcha-refresh:hover{background:#ffffff26}.captcha-input{color:#fff;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:6px;outline:none;width:100%;padding:.8rem 1rem;font-size:.88rem;transition:border-color .3s}.captcha-input::placeholder{color:#ffffff59}.captcha-input:focus{border-color:#fff6}.captcha-error{color:#ff6b6b;font-size:.78rem}.btn-submit{color:#000;cursor:pointer;background:#fff;border:2px solid #fff;border-radius:6px;width:100%;margin-top:.3rem;padding:.85rem;font-size:.95rem;font-weight:600;transition:all .3s}.btn-submit:hover:not(:disabled){color:#fff;background:0 0}.btn-submit:disabled{opacity:.6;cursor:not-allowed}.form-success{color:#4ade80;font-size:.78rem}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;background:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-box{text-align:center;background:#fff;border-radius:16px;width:90%;max-width:400px;padding:3rem 2.5rem;animation:.3s modalIn}@keyframes modalIn{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.modal-check{color:#fff;background:#111;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1.25rem;font-size:1.8rem;display:flex}.modal-title{color:#111;margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.modal-desc{color:#00000080;margin-bottom:1.5rem;font-size:.9rem}.btn-modal{color:#fff;cursor:pointer;background:#111;border:2px solid #111;border-radius:6px;padding:.7rem 2.5rem;font-size:.95rem;font-weight:600;transition:all .3s}.btn-modal:hover{color:#111;background:0 0}@media (width<=900px){.hero-container{text-align:center;flex-direction:column;align-items:center;gap:2.5rem}.hero-title{font-size:2.5rem}.hero-desc{margin-left:auto;margin-right:auto}.hero-buttons{justify-content:center}.hero-form-wrapper{flex:unset;width:100%;max-width:420px}.form-row{flex-direction:column;gap:.75rem}}@media (width<=480px){.hero-title{font-size:2rem}.hero-buttons{flex-direction:column}.hero-form-wrapper{max-width:100%}}.testimonials{text-align:center;background:#fff;padding:5rem 2rem}.testimonials-title{color:#111;margin-bottom:3rem;font-size:2rem;font-weight:700}.testimonials-title .highlight{color:#00000073}.carousel-wrapper{align-items:center;gap:1rem;max-width:1100px;margin:0 auto;display:flex;position:relative}.carousel-track{width:100%;display:flex;overflow:hidden}.carousel-slide{box-sizing:border-box;gap:1.5rem;min-width:100%;padding:0 .5rem;transition:transform .5s;display:flex}.testimonial-card{box-sizing:border-box;flex:1;min-width:0}.card-inner{text-align:left;background:#fff;border:1px solid #0000001a;border-radius:12px;flex-direction:column;height:100%;padding:2rem;display:flex;box-shadow:0 2px 12px #0000000f}.card-header{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.google-icon{flex-shrink:0}.stars{gap:3px;display:flex}.star{color:#f5a623;font-size:.85rem}.card-text{color:#0000008c;flex:1;margin-bottom:1.25rem;font-size:.88rem;line-height:1.7}.card-name{color:#111;margin-bottom:.15rem;font-size:.95rem;font-weight:600}.card-subtitle{color:#0006;font-size:.75rem}.carousel-btn{color:#111;cursor:pointer;background:#fff;border:1px solid #00000026;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:.9rem;transition:all .3s;display:flex;box-shadow:0 2px 8px #00000014}.carousel-btn:hover{color:#fff;background:#111;border-color:#111}.carousel-dots{justify-content:center;gap:.5rem;margin-top:1.5rem;display:flex}.carousel-dot{cursor:pointer;background:#00000026;border:none;border-radius:50%;width:10px;height:10px;padding:0;transition:all .3s}.carousel-dot.active{background:#111;transform:scale(1.2)}@media (width<=768px){.carousel-wrapper{gap:.5rem}.carousel-slide{flex-direction:column;gap:1rem}.carousel-btn{width:34px;height:34px;font-size:.75rem}.card-inner{padding:1.5rem}}@media (width<=480px){.testimonials{padding:3rem 1rem}.carousel-btn{width:30px;height:30px;font-size:.7rem}.testimonials-title{font-size:1.6rem}}.why-choose{background:#fff;padding:5rem 2rem}.why-choose-container{max-width:1280px;margin:0 auto}.why-choose-header{text-align:center;margin-bottom:3.5rem}.why-choose-tag{letter-spacing:4px;color:#0006;text-transform:uppercase;margin-bottom:1rem;font-size:1rem;font-weight:500}.why-choose-title{color:#111;margin-bottom:1rem;font-size:2.2rem;font-weight:700;line-height:1.25}.why-highlight{color:#00000073}.why-choose-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.why-card{background:#fff;border:1px solid #0000001a;border-radius:12px;padding:2.25rem 1.75rem;transition:all .3s;box-shadow:0 2px 12px #0000000f}.why-card:hover{background:#fafafa;border-color:#00000026;transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.why-card-icon{color:#fff;background:#111;border-radius:10px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1.25rem;font-size:1.3rem;display:flex}.why-card-title{color:#111;margin-bottom:.65rem;font-size:1.1rem;font-weight:600}.why-card-desc{color:#0000008c;font-size:.88rem;line-height:1.7}@media (width<=900px){.why-choose-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=580px){.why-choose-grid{grid-template-columns:1fr}.why-choose-title{font-size:1.75rem}}.before-after{background:#000;padding:5rem 2rem}.ba-container{max-width:1280px;margin:0 auto}.ba-header{text-align:center;margin-bottom:3.5rem}.ba-tag{letter-spacing:4px;color:#fff6;text-transform:uppercase;margin-bottom:1rem;font-size:.75rem;font-weight:500}.ba-title{color:#fff;margin-bottom:1rem;font-size:2.2rem;font-weight:700;line-height:1.25}.ba-highlight{color:#ffffff80}.ba-desc{color:#ffffff80;max-width:520px;margin:0 auto;font-size:1rem;line-height:1.7}.ba-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.ba-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;transition:all .3s;overflow:hidden}.ba-card:hover{border-color:#ffffff26;transform:translateY(-4px)}.ba-image-wrapper{position:relative;overflow:hidden}.ba-image{object-fit:cover;width:100%;height:300px;transition:transform .4s;display:block}.ba-card:hover .ba-image{transform:scale(1.03)}.ba-labels{pointer-events:none;justify-content:space-between;display:flex;position:absolute;bottom:12px;left:12px;right:12px}.ba-label{letter-spacing:1.5px;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:4px;padding:.35rem .85rem;font-size:.7rem;font-weight:600}.ba-before{color:#fff;background:#000000a6}.ba-after-label{color:#000;background:#ffffffd9}.ba-card-label{color:#fff;text-align:center;padding:1rem 1.25rem;font-size:.95rem;font-weight:500}@media (width<=900px){.ba-grid{grid-template-columns:1fr 1fr}}@media (width<=580px){.ba-grid{grid-template-columns:1fr}.ba-title{font-size:1.75rem}.ba-image{height:240px}}.treatments-section{background:#fff;padding:5rem 2rem}.treatments-container{max-width:1280px;margin:0 auto}.treatments-header{text-align:center;margin-bottom:3.5rem}.treatments-tag{letter-spacing:4px;color:#0006;text-transform:uppercase;margin-bottom:1rem;font-size:.75rem;font-weight:500}.treatments-title{color:#111;font-size:2.2rem;font-weight:700;line-height:1.25}.treatments-highlight{color:#00000073}.treatments-grid{grid-template-columns:repeat(5,1fr);gap:1.5rem;display:grid}.treatment-card{text-align:center;background:#fff;border:1px solid #0000001a;border-radius:12px;transition:all .3s;overflow:hidden;box-shadow:0 2px 12px #0000000f}.treatment-card:hover{background:#fafafa;border-color:#00000026;transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.treatment-card--neck .treatment-img{object-fit:contain}.treatment-img-wrapper{height:200px;overflow:hidden}.treatment-img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.treatment-card:hover .treatment-img{transform:scale(1.05)}.treatment-card-title{color:#111;margin-bottom:.65rem;padding:1.25rem 1.25rem 0;font-size:1.1rem;font-weight:600}.treatment-card-desc{color:#0000008c;padding:0 1.25rem 1.5rem;font-size:.82rem;line-height:1.7}@media (width<=1024px){.treatments-section{padding:3.5rem 1.5rem}.treatments-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}.treatments-header{margin-bottom:2.5rem}}@media (width<=768px){.treatments-section{padding:3rem 1.25rem}.treatments-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.treatments-title{font-size:1.85rem}.treatment-img-wrapper{height:170px}.treatment-card-title{padding:1rem 1rem 0;font-size:1rem}.treatment-card-desc{padding:0 1rem 1.25rem;font-size:.78rem}}@media (width<=480px){.treatments-section{padding:2.5rem 1rem}.treatments-grid{grid-template-columns:1fr;gap:1rem;max-width:320px;margin:0 auto}.treatments-title{font-size:1.6rem}.treatment-img-wrapper{height:200px}.treatment-card-title{font-size:1.05rem}.treatment-card-desc{font-size:.8rem}}.video-section{box-sizing:border-box;background:#fff;width:100%;padding:3rem 4rem;overflow:hidden}.video-wrapper{pointer-events:none;border-radius:8px;width:100%;padding-bottom:56.25%;position:relative;overflow:hidden}.video-container{width:100%;height:calc(100% + 120px);position:absolute;top:-60px;left:0}.video-iframe{border:none;width:100%;height:100%}@media (width<=580px){.video-section{padding:2rem 1rem}}@media (width<=900px){.video-section{padding:2rem 1.5rem}}.footer{background:#000;border-top:1px solid #ffffff14;padding:4rem 0 0}.footer-container{grid-template-columns:1.3fr .7fr 1fr 1fr;gap:3rem;max-width:1280px;margin:0 auto;padding:0 2rem;display:grid}.footer-logo{align-items:center;display:inline-flex}.footer-logo-img{width:auto;height:70px}.footer-tagline{letter-spacing:3px;color:#fff6;margin-top:.25rem;margin-bottom:1.25rem;font-size:.65rem}.footer-desc{color:#ffffff8c;margin-bottom:1.5rem;font-size:.88rem;line-height:1.7}.footer-socials{gap:.75rem;display:flex}.social-icon{color:#fff;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:1rem;transition:all .3s;display:flex}.social-icon:hover{color:#000;background:#fff;border-color:#fff}.footer-heading{color:#fff;margin-bottom:1.5rem;font-size:1.15rem;font-weight:600}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#ffffff8c;font-size:.9rem;transition:color .3s}.footer-links a:hover{color:#fff}.footer-address{color:#ffffff8c;margin-bottom:.5rem;font-size:.88rem;line-height:1.7}.footer-landmark{color:#ffffff73;margin-bottom:.5rem;font-size:.85rem}.footer-directions{color:#fff;text-underline-offset:3px;margin-bottom:1.25rem;font-size:.88rem;font-weight:500;text-decoration:underline;transition:opacity .3s;display:inline-block}.footer-directions:hover{opacity:.7}.footer-map{border-radius:8px;margin-bottom:1.25rem;overflow:hidden}.footer-contact-info{flex-direction:column;gap:.6rem;display:flex}.contact-line{color:#ffffffb3;align-items:center;gap:.5rem;font-size:.9rem;transition:color .3s;display:flex}.contact-line:hover{color:#fff}.footer-bottom{text-align:center;border-top:1px solid #ffffff14;max-width:1280px;margin:3rem auto 0;padding:1.5rem 2rem}.footer-bottom p{color:#fff6;font-size:.85rem}@media (width<=900px){.footer-container{grid-template-columns:1fr 1fr}}@media (width<=580px){.footer-container{grid-template-columns:1fr;gap:2.5rem}}.thankyou-page{background:linear-gradient(135deg,#0a0a0a 0%,#1a1a2e 100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.thankyou-card{text-align:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;max-width:520px;padding:3.5rem 2.5rem}.thankyou-check{color:#fff;background:#22c55e;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.75rem;font-size:2.5rem;display:flex}.thankyou-title{color:#fff;margin-bottom:1rem;font-size:1.75rem;font-weight:700}.thankyou-desc{color:#fff9;margin-bottom:2rem;font-size:1rem;line-height:1.7}.thankyou-btn{color:#111;cursor:pointer;background:#fff;border:none;border-radius:8px;padding:.85rem 2.5rem;font-size:1rem;font-weight:600;transition:opacity .3s}.thankyou-btn:hover{opacity:.85}
