@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{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:center;padding-top:72px;display:flex;position:relative;overflow:hidden}.hero:after{content:"";pointer-events:none;z-index:0;-webkit-backdrop-filter:none;backdrop-filter:none;background:#ffffff26;position:absolute;inset:0}.hero-container{z-index:1;justify-content:flex-end;align-items:center;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 500px}.hero-form-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#3c2d1ebf;border:1px solid #503c284d;border-radius:12px;padding:2.5rem 2rem;box-shadow:0 8px 32px #0003}.form-subtitle{color:#ffffff8c;text-align:center;margin-bottom:.35rem;font-size:1.2rem;font-weight:600}.form-title{color:#fff;text-align:center;margin-bottom:1.75rem;font-size:1.6rem;font-weight:700}.hero-form{flex-direction:column;gap:.9rem;display:flex}.hero-form input,.hero-form select,.hero-form textarea{color:#fff;resize:vertical;background:#ffffff1a;border:1px solid #fff3;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:#fff6}.hero-form select{color:#fff6;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:#2a1f14}.hero-form input:focus,.hero-form select:focus,.hero-form textarea:focus{border-color:#ffffff73}.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 #fff3;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:#ffffff1a;border:1px solid #fff3;border-radius:6px;flex-shrink:0;width:40px;height:40px;font-size:1.2rem;transition:background .3s}.captcha-refresh:hover{background:#fff3}.captcha-input{color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:6px;outline:none;width:100%;padding:.8rem 1rem;font-size:.88rem;transition:border-color .3s}.captcha-input::placeholder{color:#fff6}.captcha-input:focus{border-color:#ffffff73}.captcha-error{color:#ff6b6b;font-size:.78rem}.btn-submit{color:#fff;cursor:pointer;background:#5c3d1e;border:2px solid #5c3d1e;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:#3d2c1a;border-color:#3d2c1a}.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;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}}@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}.testimonials-carousel{align-items:stretch;gap:1rem;max-width:1280px;margin:0 auto;display:flex}.carousel-btn{color:#333;cursor:pointer;background:#fff;border:1.5px solid #00000026;border-radius:50%;flex-shrink:0;justify-content:center;align-self:center;align-items:center;width:44px;height:44px;font-size:1rem;transition:all .3s;display:flex}.carousel-btn:hover:not(:disabled){color:#fff;background:#111;border-color:#111}.carousel-btn:disabled{opacity:.3;cursor:not-allowed}.testimonials-track{flex:1;grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.testimonial-card{box-sizing:border-box}.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-dots{justify-content:center;gap:.5rem;margin-top:1.75rem;display:flex}.carousel-dot{cursor:pointer;background:0 0;border:1.5px solid #0003;border-radius:50%;width:10px;height:10px;padding:0;transition:all .3s}.carousel-dot.active{background:#111;border-color:#111}.carousel-dot:hover:not(.active){border-color:#111}@media (width<=580px){.testimonials-track{grid-template-columns:1fr}.carousel-btn{display:none}}.why-choose{background:#f9f7f4;padding:5rem 2rem}.why-choose-container{align-items:center;gap:4rem;max-width:1280px;margin:0 auto;display:flex}.why-choose-content{flex:1}.why-choose-tag{letter-spacing:4px;color:#0006;text-transform:uppercase;margin-bottom:1rem;font-size:.8rem;font-weight:600}.why-choose-title{color:#111;margin-bottom:2rem;font-size:2.2rem;font-weight:700;line-height:1.3}.why-highlight{color:#5c3d1e}.why-choose-list{flex-direction:column;gap:1rem;margin:0 0 2rem;padding:0;list-style:none;display:flex}.why-choose-item{color:#333;align-items:flex-start;gap:.75rem;font-size:.95rem;line-height:1.6;display:flex}.why-check-icon{color:#5c3d1e;flex-shrink:0;margin-top:.2rem;font-size:1.1rem}.why-choose-btn{color:#fff;cursor:pointer;background:#5c3d1e;border:2px solid #5c3d1e;border-radius:6px;padding:.85rem 2rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.why-choose-btn:hover{background:#3d2c1a;border-color:#3d2c1a}.why-choose-image{flex:0 0 480px}.why-choose-image img{object-fit:cover;border-radius:16px;width:100%;box-shadow:0 12px 40px #0000001f}@media (width<=900px){.why-choose-container{text-align:center;flex-direction:column;gap:2.5rem}.why-choose-image{flex:unset;width:100%;max-width:480px}.why-choose-list{align-items:center}.why-choose-item{text-align:left}}@media (width<=580px){.why-choose-title{font-size:1.75rem}.why-choose-image{max-width:100%}}.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-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=580px){.treatments-grid{grid-template-columns:repeat(2,1fr)}.treatments-title{font-size:1.75rem}}.clinic-gallery{background:#fff;padding:5rem 4rem}.clinic-gallery-container{max-width:1440px;margin:0 auto}.clinic-gallery-header{text-align:center;margin-bottom:3rem}.clinic-gallery-tag{letter-spacing:4px;color:#0006;text-transform:uppercase;margin-bottom:1rem;font-size:.8rem;font-weight:600}.clinic-gallery-title{color:#111;margin-bottom:.75rem;font-size:2.2rem;font-weight:700;line-height:1.3}.clinic-gallery-highlight{color:#5c3d1e}.clinic-gallery-subtitle{color:#00000080;max-width:500px;margin:0 auto;font-size:.95rem}.clinic-gallery-landscape{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:1.5rem;display:grid}.clinic-gallery-portrait{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin:0 auto;display:grid}.clinic-gallery-item{border-radius:12px;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 4px 16px #00000014}.clinic-gallery-item:hover{transform:translateY(-4px);box-shadow:0 8px 28px #00000024}.clinic-gallery-item img{width:100%;height:auto;display:block}@media (width<=900px){.clinic-gallery-landscape{grid-template-columns:repeat(2,1fr)}.clinic-gallery-portrait{max-width:100%}}@media (width<=580px){.clinic-gallery-landscape{grid-template-columns:1fr;max-width:400px;margin:0 auto 1.5rem}.clinic-gallery-portrait{grid-template-columns:1fr;max-width:300px;margin:0 auto}.clinic-gallery-title{font-size:1.75rem}}.wcb-section{background:linear-gradient(135deg,#e8f4f8 0%,#d6edf5 100%);padding:4rem}.wcb-container{flex-direction:column;align-items:center;gap:1.5rem;max-width:1280px;margin:0 auto;display:flex}.wcb-title{color:#0a6fa8;text-align:center;font-size:2.8rem;font-weight:700;line-height:1.15}.wcb-seal{flex-shrink:0;position:relative}.wcb-seal-outer{background:#fff6;border:3px solid #1a3a5c;border-radius:50%;justify-content:center;align-items:center;width:130px;height:130px;display:flex;position:relative;box-shadow:inset 0 0 0 4px #ffffff4d,inset 0 0 0 6px #1a3a5c26}.wcb-seal-ring{text-align:center;border:2px solid #1a3a5c;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:1px;width:110px;height:110px;display:flex}.wcb-seal-star{color:#1a3a5c;font-size:.55rem;line-height:1}.wcb-seal-curve-top{color:#1a3a5c;text-transform:uppercase;letter-spacing:1px;font-size:.55rem;font-weight:800}.wcb-seal-center{flex-direction:column;align-items:center;line-height:1.15;display:flex}.wcb-seal-mid{color:#1a3a5c;text-transform:uppercase;letter-spacing:.5px;font-size:.65rem;font-weight:800}.wcb-seal-curve-bot{color:#1a3a5c;text-transform:uppercase;letter-spacing:.5px;font-size:.5rem;font-weight:700}.wcb-seal-ribbon{pointer-events:none;justify-content:space-between;width:100px;height:14px;display:flex;position:absolute;bottom:18px;left:50%;transform:translate(-50%)}.wcb-ribbon-left,.wcb-ribbon-right{background:#1a3a5c;width:30px;height:14px;position:absolute}.wcb-ribbon-left{clip-path:polygon(0 0,100% 0,100% 100%,30% 100%);left:-8px}.wcb-ribbon-right{clip-path:polygon(0 0,100% 0,70% 100%,0 100%);right:-8px}.wcb-badges{flex-direction:column;align-items:center;gap:1rem;display:flex}.wcb-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.wcb-pill{background:#ffffffb3;border:1.5px solid #b0d4e3;border-radius:50px;align-items:center;gap:.5rem;padding:.4rem 1.2rem .4rem .4rem;display:inline-flex}.wcb-icon{color:#2a7da8;background:#e4eff4;border:1.5px solid #a8cdd9;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:1rem;display:flex}.wcb-label{color:#2a7da8;white-space:nowrap;font-size:.88rem;font-weight:600}.wcb-pill-solid{background:#3bbde0;border:none;padding:.5rem 1.3rem .5rem .5rem}.wcb-icon-solid{color:#fff;background:#1a3a5c;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:1rem;display:flex}.wcb-label-solid{color:#fff;white-space:nowrap;font-size:.88rem;font-weight:700}@media (width<=900px){.wcb-section{padding:3rem 2rem}.wcb-title{font-size:2.2rem}}@media (width<=580px){.wcb-section{padding:2.5rem 1.5rem}.wcb-title{font-size:1.75rem}.wcb-label,.wcb-label-solid{white-space:normal;font-size:.8rem}.wcb-pill,.wcb-pill-solid{padding:.35rem .9rem .35rem .35rem}}.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{background:#f9f7f4;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.thankyou-card{text-align:center;background:#fff;border-radius:16px;width:100%;max-width:500px;padding:4rem 3rem;box-shadow:0 8px 32px #00000014}.thankyou-check{color:#fff;background:#5c3d1e;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;font-size:2.5rem;display:flex}.thankyou-title{color:#111;margin-bottom:.75rem;font-size:1.75rem;font-weight:700}.thankyou-desc{color:#0000008c;margin-bottom:2rem;font-size:1rem;line-height:1.7}.thankyou-btn{color:#fff;cursor:pointer;background:#5c3d1e;border:2px solid #5c3d1e;border-radius:6px;padding:.85rem 2.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.thankyou-btn:hover{background:#3d2c1a;border-color:#3d2c1a}@media (width<=480px){.thankyou-card{padding:3rem 1.5rem}.thankyou-title{font-size:1.4rem}}
