*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;font-weight:400;color:#333;background-color:#67296e;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background-color:#67296e}.page-shell{--brand: #67296E;max-width:100%;margin:0 auto}.page-shell[data-reduced-motion=true] *{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.main-content{max-width:1400px;margin:0 auto;padding:0 2rem}@media (max-width: 768px){.main-content{padding:0 1rem}}.header{background-color:#fff;box-shadow:0 2px 8px #0000001a;position:sticky;top:0;z-index:1000}.header-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}.logo-section{display:flex;align-items:center;gap:1rem}.logo-placeholder{width:50px;height:50px;background:linear-gradient(135deg,#67296e,#4a1d52);border-radius:50%}.salon-name{font-size:1.8rem;font-weight:600;color:#333;margin:0}.nav{display:flex;gap:2rem;align-items:center}.nav-link{text-decoration:none;color:#555;font-weight:500;font-size:1rem;padding:.5rem 0;transition:color .3s ease;position:relative}.nav-link:hover,.nav-link.active{color:#67296e}.nav-link.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background-color:#67296e}.main-content{max-width:1200px;margin:0 auto;padding:2rem}.hero-section{position:relative;height:600px;background:linear-gradient(135deg,#67296e33,#4a1d524d),url(https://images.pexels.com/photos/3757942/pexels-photo-3757942.jpeg?auto=compress&cs=tinysrgb&w=1920) center/cover;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0000004d;z-index:1}.hero-content{position:relative;z-index:2;text-align:center;color:#fff;max-width:800px;padding:2rem}.hero-headline{font-size:3.5rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.5);letter-spacing:2px}.hero-subheadline{font-size:1.5rem;font-weight:300;margin-bottom:2.5rem;text-shadow:1px 1px 3px rgba(0,0,0,.5);line-height:1.8}.btn-book-now{background:linear-gradient(135deg,#67296e,#4a1d52);color:#fff;border:none;padding:1rem 3rem;font-size:1.2rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #67296e66;text-transform:uppercase;letter-spacing:1px}.btn-book-now:hover{transform:translateY(-3px);box-shadow:0 6px 20px #67296e99;background:linear-gradient(135deg,#4a1d52,#331538)}.btn-book-now:active{transform:translateY(-1px)}.services-section{padding:3rem 0;margin-bottom:2rem}.booking-bar{background:linear-gradient(135deg,#67296e,#4a1d52);padding:3rem 2rem;text-align:center;margin:3rem 0;border-radius:12px}.booking-content{max-width:800px;margin:0 auto}.booking-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.booking-text{font-size:1.2rem;color:#fff;margin-bottom:2rem;opacity:.95}.booking-bar .btn-book-now{background-color:#fff;color:#67296e;font-weight:700}.booking-bar .btn-book-now:hover{background-color:#f0f0f0;transform:translateY(-3px)}.section-title{font-size:2.5rem;font-weight:700;text-align:center;color:#333;margin-bottom:.5rem}.section-subtitle{font-size:1.2rem;text-align:center;color:#666;margin-bottom:2rem}.content-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.service-card{background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000001a;transition:all .3s ease;cursor:pointer}.service-card:hover{transform:translateY(-8px);box-shadow:0 8px 24px #67296e4d}.service-image{width:100%;height:220px;background-size:cover;background-position:center;background-color:#f0f0f0;position:relative}.service-content{padding:1.5rem}.service-name{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:.75rem}.service-description{font-size:1rem;color:#666;line-height:1.6;margin-bottom:1.25rem;min-height:60px}.service-meta{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #e0e0e0}.service-duration{font-size:.9rem;color:#888;font-weight:500}.service-price{font-size:1.5rem;font-weight:700;color:#67296e}.therapists-section{padding:3rem 0;background-color:#f9f9f9}.therapists-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;margin-top:2rem}.therapist-card{background-color:#fff;border-radius:16px;padding:2rem;text-align:center;box-shadow:0 4px 12px #00000014;transition:all .3s ease}.therapist-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #67296e40}.therapist-photo{width:150px;height:150px;border-radius:50%;background-size:cover;background-position:center;background-color:#e0e0e0;margin:0 auto 1.5rem;border:4px solid #67296E;transition:transform .3s ease}.therapist-card:hover .therapist-photo{transform:scale(1.05)}.therapist-name{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:.5rem}.therapist-specialty{font-size:1rem;font-weight:600;color:#67296e;margin-bottom:1rem}.therapist-bio{font-size:.95rem;color:#666;line-height:1.6;margin-bottom:1.25rem;min-height:70px}.therapist-rating{display:flex;justify-content:center;gap:.25rem}.star{color:gold;font-size:1.2rem}@media (max-width: 768px){.header-container{flex-direction:column;align-items:flex-start;padding:1rem}.nav{width:100%;flex-wrap:wrap;gap:1rem}.nav-link{font-size:.9rem}.salon-name{font-size:1.5rem}.main-content{padding:1rem}.content-grid{grid-template-columns:1fr;gap:1.5rem}.hero-section{height:500px}.hero-headline{font-size:2.5rem}.hero-subheadline{font-size:1.2rem}.btn-book-now{padding:.9rem 2.5rem;font-size:1.1rem}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.service-description{min-height:auto}.therapists-grid{gap:2rem}.therapist-photo{width:120px;height:120px}.therapist-bio{min-height:auto}.footer-content{gap:2rem;padding:0 1rem}.footer{padding:2rem 0 1rem}}@media (max-width: 480px){.logo-placeholder{width:40px;height:40px}.salon-name{font-size:1.3rem}.nav{gap:.75rem}.hero-section{height:400px}.hero-headline{font-size:1.8rem;letter-spacing:1px}.hero-subheadline{font-size:1rem;margin-bottom:2rem}.btn-book-now{padding:.8rem 2rem;font-size:1rem}.section-title{font-size:1.75rem}.service-name,.service-price{font-size:1.3rem}.therapist-photo{width:100px;height:100px}.therapist-name{font-size:1.3rem}.therapist-specialty{font-size:.9rem}.star{font-size:1rem}.footer-content{grid-template-columns:1fr;gap:1.5rem}.footer-heading{font-size:1.1rem}.footer-text{font-size:.85rem}.social-icon{width:40px;height:40px;font-size:1rem}}.footer{background:linear-gradient(135deg,#2c2c2c,#1a1a1a);color:#fff;padding:3rem 0 1rem;margin-top:4rem}.footer-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:2rem}.footer-section{display:flex;flex-direction:column}.footer-heading{font-size:1.3rem;font-weight:700;margin-bottom:1.25rem;color:#67296e}.footer-text{font-size:.95rem;line-height:1.8;color:#ccc;margin-bottom:.75rem}.footer-icon{display:inline-block;margin-right:.5rem;font-size:1rem}.social-icons{display:flex;gap:1rem;margin-top:.5rem}.social-icon{width:45px;height:45px;border-radius:50%;background:#67296e33;color:#67296e;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:1.2rem;font-weight:700;transition:all .3s ease;border:2px solid transparent}.social-icon:hover{background:#67296e;color:#fff;transform:translateY(-3px);border-color:#4a1d52}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;text-align:center}.copyright{font-size:.9rem;color:#999}
