@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap";:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-weight:400;line-height:1.5}body{min-width:320px;min-height:100vh;margin:0}#root{width:100%}.about-section{background:linear-gradient(135deg,#faf8f6 0%,#f0ebe8 50%,#e8e3f0 100%);justify-content:center;align-items:center;min-height:100vh;padding:4rem 2rem;display:flex}.about-container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;display:grid}.about-photo-wrapper{justify-content:center;display:flex}.about-photo{object-fit:cover;border-radius:20px;width:100%;max-width:400px;transition:transform .3s;box-shadow:0 20px 60px #00000026}.about-photo:hover{transform:scale(1.02)}.about-text{color:#2c3e50}.about-text h2{background:linear-gradient(135deg,#d4a5a5 0%,#a89cc8 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:2rem;font-size:clamp(2rem,4vw,3rem);font-weight:300}.about-text p{color:#4a5568;margin-bottom:1.5rem;font-size:clamp(1rem,2vw,1.2rem);line-height:1.8}@media (max-width:968px){.about-container{grid-template-columns:1fr;gap:3rem}.photo-placeholder{max-width:300px}}@media (max-width:768px){.about-section{padding:3rem 1.5rem}}.appointment-section{background:linear-gradient(135deg,#faf8f6 0%,#f5f0ed 50%,#f0ebf5 100%);justify-content:center;align-items:center;min-height:100vh;padding:4rem 2rem;display:flex}.appointment-container{background:#fff;border-radius:20px;width:100%;max-width:800px;padding:3rem;box-shadow:0 20px 60px #0000001a}.appointment-container h2{text-align:center;background:linear-gradient(135deg,#d4a5a5 0%,#a89cc8 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:2rem;font-size:clamp(2rem,4vw,3rem);font-weight:300}.view-mode-selector{justify-content:center;gap:.5rem;margin-bottom:2rem;display:flex}.view-mode-selector button{color:#4a5568;cursor:pointer;background:#f5f7fa;border:2px solid #e2e8f0;border-radius:10px;padding:.6rem 1.2rem;font-size:.95rem;transition:all .3s}.view-mode-selector button:hover{background:#e2e8f0}.view-mode-selector button.active{color:#fff;background:linear-gradient(135deg,#d4a5a5 0%,#a89cc8 100%);border-color:#0000}.calendar-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.calendar-header h3{color:#2c3e50;text-transform:capitalize;font-size:1.5rem;font-weight:400}.nav-button{cursor:pointer;color:#a89cc8;background:#f5f0f8;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;transition:all .3s;display:flex}.nav-button:hover{color:#fff;background:linear-gradient(135deg,#d4a5a5 0%,#a89cc8 100%)}.weekday-labels{grid-template-columns:repeat(7,1fr);gap:.5rem;margin-bottom:.5rem;display:grid}.weekday-label{text-align:center;color:#718096;padding:.5rem;font-size:.9rem;font-weight:500}.calendar-grid{margin-bottom:2rem}.calendar-week{grid-template-columns:repeat(7,1fr);gap:.5rem;margin-bottom:.5rem;display:grid}.calendar-day{aspect-ratio:1;cursor:pointer;color:#2c3e50;background:#f5f7fa;border-radius:10px;justify-content:center;align-items:center;font-weight:500;transition:all .3s;display:flex}.calendar-day:hover:not(.disabled){background:#e2e8f0;transform:scale(1.05)}.calendar-day.disabled{opacity:.3;cursor:not-allowed}.calendar-day.selected{color:#fff;background:linear-gradient(135deg,#d4a5a5 0%,#a89cc8 100%)}.time-slots-container{margin-bottom:2rem}.time-slots-container h4{color:#2c3e50;margin-bottom:1rem;font-size:1.2rem;font-weight:400}.time-slots{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.75rem;display:grid}.time-slot{cursor:pointer;color:#2c3e50;background:#f5f7fa;border:2px solid #e2e8f0;border-radius:10px;padding:.75rem;font-size:1rem;font-weight:500;transition:all .3s}.time-slot:hover:not(.unavailable){background:#f8f5fb;border-color:#a89cc8}.time-slot.selected{color:#fff;background:linear-gradient(135deg,#d4a5a5 0%,#a89cc8 100%);border-color:#0000}.time-slot.unavailable{opacity:.4;cursor:not-allowed;text-decoration:line-through}.booking-form{margin-top:2rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#2c3e50;margin-bottom:.5rem;font-weight:500;display:block}.form-group input{border:2px solid #e2e8f0;border-radius:10px;width:100%;padding:.9rem;font-size:1rem;transition:all .3s}.form-group input:focus{border-color:#a89cc8;outline:none}.submit-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#e8c4b8 0%,#d4a5a5 30%,#a89cc8 100%);border:none;border-radius:10px;width:100%;padding:1rem;font-size:1.1rem;font-weight:500;transition:all .3s}.submit-button:hover{transform:translateY(-2px);box-shadow:0 10px 30px #a89cc84d}.appointment-note{background:linear-gradient(135deg,#faf8fb 0%,#f8f5fb 100%);border-left:4px solid #a89cc8;border-radius:10px;margin-top:2rem;padding:1.5rem}.appointment-note p{color:#4a5568;margin:0;line-height:1.6}@media (max-width:768px){.appointment-container{padding:2rem 1.5rem}.calendar-header h3{font-size:1.2rem}.weekday-label{padding:.3rem;font-size:.8rem}.time-slots{grid-template-columns:repeat(auto-fill,minmax(80px,1fr))}}.contact-section{color:#fff;background:linear-gradient(135deg,#6b5b7a 0%,#8b7b9a 50%,#9b8fb8 100%);justify-content:center;align-items:center;min-height:60vh;padding:4rem 2rem;display:flex}.contact-container{text-align:center;width:100%;max-width:800px}.contact-container h2{margin-bottom:2rem;font-size:clamp(2rem,4vw,3rem);font-weight:300}.contact-text{opacity:.95;margin-bottom:3rem;font-size:clamp(1.1rem,2vw,1.3rem);line-height:1.7}.contact-info{flex-direction:column;gap:1.5rem;margin-bottom:4rem;display:flex}.contact-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:15px;flex-direction:column;gap:.5rem;padding:1.5rem;transition:all .3s;display:flex}.contact-item:hover{background:#ffffff26;transform:translateY(-3px)}.contact-label{text-transform:uppercase;letter-spacing:.1em;opacity:.8;font-size:.9rem}.contact-link{color:#fff;font-size:1.2rem;font-weight:500;text-decoration:none;transition:all .3s}.contact-link:hover{color:#e8c4b8}.footer{opacity:.7;border-top:1px solid #fff3;padding-top:3rem;font-size:.95rem}.footer p{margin:0}@media (max-width:768px){.contact-section{padding:3rem 1.5rem}}.hero-section{color:#fff;background:linear-gradient(135deg,#e8c4b8 0%,#d4a5a5 50%,#b8a5c9 100%);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative;overflow:hidden}.hero-content{text-align:center;z-index:2;max-width:900px}.hero-title{letter-spacing:.05em;text-transform:lowercase;margin-bottom:1.5rem;font-size:clamp(2.5rem,8vw,5rem);font-weight:300;animation:1s ease-out fadeInUp}.hero-description{margin-bottom:2rem;font-size:clamp(1rem,2.5vw,1.5rem);font-weight:300;line-height:1.6;animation:1s ease-out .3s both fadeInUp}.hero-name{letter-spacing:.1em;margin-top:2rem;font-size:clamp(1.2rem,3vw,1.8rem);font-weight:500;animation:1s ease-out .6s both fadeInUp}.hero-decoration{opacity:.1;background-image:radial-gradient(circle at 20%,#ffffff4d 0%,#0000 50%),radial-gradient(circle at 80% 80%,#ffffff4d 0%,#0000 50%);width:100%;height:100%;position:absolute}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.hero-section{padding:1.5rem}}.insights-section{color:#fff;background:linear-gradient(135deg,#e8c4b8 0%,#d4b8c9 50%,#c9b8d4 100%);justify-content:center;align-items:center;min-height:100vh;padding:4rem 2rem;display:flex}.insights-container{width:100%;max-width:1200px}.insights-container h2{text-align:center;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:300}.insights-subtitle{text-align:center;opacity:.9;margin-bottom:3rem;font-size:clamp(1rem,2vw,1.2rem)}.category-filters{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:3rem;display:flex}.category-filter{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:2px solid #ffffff4d;border-radius:25px;padding:.7rem 1.3rem;font-size:.95rem;transition:all .3s}.category-filter:hover{background:#ffffff4d;transform:translateY(-2px)}.category-filter.active{color:#a89cc8;background:#fff;border-color:#fff}.insights-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;display:grid}.insight-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:15px;padding:2rem;transition:all .3s;animation:.5s ease-out fadeInUp}.insight-card:hover{background:#ffffff26;transform:translateY(-5px);box-shadow:0 10px 40px #0003}.insight-category{text-transform:uppercase;letter-spacing:.05em;background:#ffffff40;border-radius:20px;margin-bottom:1rem;padding:.4rem 1rem;font-size:.85rem;font-weight:500;display:inline-block}.insight-text{opacity:.95;margin:0;font-size:1rem;line-height:1.7}@media (max-width:768px){.insights-section{padding:3rem 1.5rem}.insights-grid{grid-template-columns:1fr;gap:1.5rem}.insight-card{padding:1.5rem}.category-filters{gap:.5rem}.category-filter{padding:.6rem 1rem;font-size:.85rem}}.services-section{color:#fff;background:linear-gradient(135deg,#a89cc8 0%,#9b8fb8 50%,#d4a5a5 100%);justify-content:center;align-items:center;min-height:100vh;padding:4rem 2rem;display:flex}.services-container{width:100%;max-width:900px}.services-container h2{text-align:center;margin-bottom:3rem;font-size:clamp(2rem,4vw,3rem);font-weight:300}.services-tabs{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2rem;display:flex}.service-tab{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:2px solid #ffffff4d;border-radius:30px;padding:.8rem 1.5rem;font-size:1rem;transition:all .3s}.service-tab:hover{background:#ffffff4d;transform:translateY(-2px)}.service-tab.active{color:#a89cc8;background:#fff;border-color:#fff}.service-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:20px;padding:2.5rem;animation:.5s ease-out fadeIn}.service-content h3{margin-bottom:1rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:400}.service-description{opacity:.9;margin-bottom:2rem;font-size:clamp(1rem,2vw,1.2rem)}.service-details{padding:0;list-style:none}.service-details li{padding:.8rem 0 .8rem 2rem;font-size:clamp(.95rem,2vw,1.1rem);line-height:1.6;position:relative}.service-details li:before{content:"✦";color:#ffffffb3;position:absolute;left:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.services-section{padding:3rem 1.5rem}.service-content{padding:2rem 1.5rem}.services-tabs{gap:.75rem}.service-tab{padding:.6rem 1.2rem;font-size:.9rem}}*{box-sizing:border-box;margin:0;padding:0}.app{scroll-behavior:smooth}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#d4a5a5 0%,#a89cc8 100%);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#a89cc8 0%,#d4a5a5 100%)}
