*{margin:0;padding:0;box-sizing:border-box}body{font-family:Roboto,Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Arial,sans-serif;color:#333;line-height:1.6;text-transform:uppercase}.app{min-height:100vh;background:linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.4)),url(/images/newbackground.png);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed}.header{position:fixed;top:0;width:100%;background:transparent;z-index:1000;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{color:#fff;text-align:center;line-height:1.1;text-decoration:none}.logo-main{font-size:3rem;font-weight:700;letter-spacing:3px}.logo-sub{font-size:1.5rem;font-weight:300;letter-spacing:2px;margin-top:-5px}.nav{display:flex;gap:2rem;align-items:center}.nav-link{text-decoration:none;color:#fff;font-weight:500;transition:color .3s ease}.nav-link:hover{color:#ccc}.book-now-btn{background:transparent;color:#fff;padding:.75rem 2rem;text-decoration:none;border:1px solid white;font-weight:400;letter-spacing:1px;transition:all .3s ease;text-transform:uppercase}.book-now-btn:hover{background:white;color:#333}.hero{height:100vh;background:linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.4)),url(/images/newbackground.png);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#fff}.hero-content h1{font-size:3.5rem;font-weight:300;margin-bottom:1rem;letter-spacing:2px}.hero-content p{font-size:1.2rem;margin-bottom:2rem;max-width:600px;line-height:1.8}.hero-btn{background:transparent;color:#fff;padding:1rem 2.5rem;text-decoration:none;border:1px solid white;font-weight:400;font-size:1rem;letter-spacing:1px;text-transform:uppercase;transition:all .3s ease}.hero-btn:hover{background:white;color:#333;transform:translateY(-2px)}.hero-divider,.cta-divider{color:#fff;margin:1rem 0;font-size:.9rem;font-weight:300;letter-spacing:2px}.hero-call-btn{font-size:1rem;padding:1rem 2.5rem}.booking-options{display:flex;flex-direction:column;align-items:center;gap:.5rem}.hamburger{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.hamburger span{display:block;width:25px;height:3px;background:white;margin:3px 0;transition:.3s}@media (max-width: 768px){.header{padding:1rem;position:fixed}.logo-main{font-size:2rem;letter-spacing:2px}.logo-sub{font-size:1rem;letter-spacing:1px}.hamburger{display:flex}.nav{position:fixed;top:0;right:-100%;width:70%;height:100vh;background:rgba(0,0,0,.95);flex-direction:column;justify-content:center;align-items:center;transition:right .3s ease;z-index:1000;gap:2rem}.nav.nav-open{right:0}.nav-link,.book-now-btn{font-size:1.2rem;padding:1rem}.hero-content h1{font-size:2.5rem}.hero-content p{font-size:1rem;padding:0 1rem}.booking-options{gap:1rem}.hero-btn{font-size:.9rem;padding:.8rem 1.5rem}}@media (max-width: 480px){.logo-main{font-size:1.5rem;letter-spacing:1px}.logo-sub{font-size:.8rem;letter-spacing:.5px}.hero-content h1{font-size:2rem}.book-now-btn,.hero-btn{padding:.75rem 1.25rem;font-size:1rem}}.page-content{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:1000px;height:calc(100vh - 200px);max-height:75vh;background:rgba(0,0,0,.7);border:1px solid rgba(255,255,255,.3);border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #0006}.container{height:100%;padding:2rem;overflow-y:auto;color:#fff;text-transform:none}.page-content h1{font-size:2.5rem;text-align:center;margin-bottom:2rem;color:#fff;font-weight:300;letter-spacing:2px}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem}.service-item{text-align:center;padding:1.5rem;border:1px solid rgba(255,255,255,.2);border-radius:8px;background:rgba(255,255,255,.1);transition:transform .3s ease}.service-item:hover{transform:translateY(-3px)}.service-item h3{font-size:1.3rem;margin-bottom:.8rem;color:#fff}.service-item p{margin-bottom:1rem;color:#ffffffe6;line-height:1.4;font-size:.9rem}.price{font-weight:600;color:#fff;font-size:1rem}.about-content{display:grid;grid-template-columns:1.5fr 1fr;gap:2rem;margin-bottom:2rem}.about-text p{margin-bottom:1rem;line-height:1.6;color:#ffffffe6;font-size:.95rem}.about-stats{display:flex;flex-direction:column;gap:1rem}.stat{text-align:center;padding:.7rem;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:6px}.stat h3{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.2rem}.stat p{color:#fffc;font-size:.7rem;text-transform:uppercase;letter-spacing:1px}.location-section{margin:2rem 0;text-align:center}.location-section h2{font-size:1.5rem;color:#fff;margin-bottom:1.5rem;text-transform:uppercase}.map-container{margin-bottom:1rem;border-radius:8px;overflow:hidden;border:1px solid rgba(255,255,255,.2)}.contact-info{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:1rem;color:#fff}.address-info,.hours-info{text-align:left}.address-info h3,.hours-info h3{font-size:1.1rem;margin-bottom:.8rem;color:#fff;text-transform:uppercase;letter-spacing:1px}.address-info p,.hours-schedule p{margin:.4rem 0;font-size:.9rem}.hours-schedule p span{font-weight:500;color:#ffffffe6}.appointment-note{margin-top:.8rem;font-size:.8rem;font-style:italic;color:#fffc}.cta-section{text-align:center;padding:1.5rem 0;margin-top:1rem}.cta-section p{font-size:1rem;margin-bottom:1.5rem;color:#fff}@media (max-width: 768px){.page-content{width:95%;height:calc(100vh - 180px);max-height:80vh;padding:1rem}.container{padding:1rem}.page-content h1{font-size:2rem;margin-bottom:1.5rem}.about-content{grid-template-columns:1fr;gap:1.5rem;margin-bottom:1.5rem}.about-text p{font-size:.85rem;line-height:1.5;margin-bottom:.8rem}.about-stats{flex-direction:row;justify-content:space-between;gap:.5rem}.stat{padding:.5rem;flex:1;margin:0 .2rem}.stat h3{font-size:1.2rem}.stat p{font-size:.6rem}.location-section{margin:1.5rem 0 1rem}.location-section h2{font-size:1.2rem;margin-bottom:1rem}.map-container iframe{height:200px}.contact-info{grid-template-columns:1fr;gap:1.5rem}.address-info h3,.hours-info h3{font-size:1rem}.address-info p,.hours-schedule p{font-size:.8rem;margin:.3rem 0}}@media (max-width: 480px){.page-content{width:98%;height:calc(100vh - 160px);max-height:85vh}.page-content h1{font-size:1.8rem;margin-bottom:1rem}.about-text p{font-size:.8rem;margin-bottom:.7rem}.about-stats{flex-direction:column;gap:.5rem}.stat{margin:0;padding:.4rem}.stat h3{font-size:1rem}.stat p{font-size:.55rem}.location-section h2{font-size:1rem}.map-container iframe{height:150px}.address-info h3,.hours-info h3{font-size:.9rem}.address-info p,.hours-schedule p{font-size:.75rem}}.page-transition{width:100%;transition:opacity .3s ease-in-out}.page-transition.fade-in{opacity:1}.page-transition.fade-out{opacity:0}.loading-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.8);display:flex;justify-content:center;align-items:center;z-index:9999}.loading-spinner{display:flex;flex-direction:column;align-items:center;color:#fff}.spinner{width:40px;height:40px;border:4px solid rgba(255,255,255,.3);border-left:4px solid white;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.loading-spinner p{font-size:1rem;letter-spacing:1px;text-transform:uppercase}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.page-content,.hero{transition:opacity .3s ease-in-out}
