:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;font-weight:400;color-scheme:light;color:#6b4e3d;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background-color:#fff}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;line-height:1.2}p{margin:0 0 1rem}ul{margin:0;padding:0}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}.App{min-height:100vh;display:flex;flex-direction:column}.navigation{background:linear-gradient(135deg,#d4a574,#c9975a);padding:1rem 0;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;position:relative}.logo{font-size:1.8rem;font-weight:700;color:#fff;text-decoration:none;letter-spacing:1px;z-index:1001;transition:opacity .3s ease}.logo:hover{opacity:.9}.hamburger{display:none;flex-direction:column;background:transparent;border:none;cursor:pointer;padding:.5rem;z-index:1001;gap:5px}.hamburger span{display:block;width:25px;height:3px;background-color:#fff;border-radius:3px;transition:all .3s ease}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.nav-menu{display:flex;list-style:none;margin:0;padding:0;gap:2rem;align-items:center}.nav-menu li a{color:#fff;text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:5px;transition:all .3s ease;white-space:nowrap}.nav-menu li a:hover,.nav-menu li a.active{background-color:#fff3;transform:translateY(-2px)}@media(max-width:968px){.nav-menu{gap:1.5rem}.nav-menu li a{padding:.5rem .8rem;font-size:.95rem}.logo{font-size:1.6rem}}@media(max-width:768px){.hamburger{display:flex}.nav-menu{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:linear-gradient(135deg,#d4a574,#c9975a);flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:5rem 2rem 2rem;gap:0;transition:right .3s ease;box-shadow:-2px 0 10px #0003;overflow-y:auto}.nav-menu.active{right:0}.nav-menu li{width:100%;border-bottom:1px solid rgba(255,255,255,.1)}.nav-menu li:last-child{border-bottom:none}.nav-menu li a{display:block;width:100%;padding:1rem 0;font-size:1.1rem;border-radius:0}.nav-menu li a:hover,.nav-menu li a.active{background-color:#ffffff26;transform:translate(5px);padding-left:1rem}.nav-container{padding:0 1.5rem}.logo{font-size:1.5rem}}@media(max-width:480px){.nav-menu{width:100%;right:-100%}.logo{font-size:1.3rem}.nav-container{padding:0 1rem}}.home{min-height:calc(100vh - 80px)}.hero{background:linear-gradient(135deg,#f5e6d3,#e8d5c0);padding:5rem 2rem;text-align:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:pulse 20s infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.1);opacity:.8}}.hero-content{max-width:800px;margin:0 auto;position:relative;z-index:1}.hero h1{font-size:3.5rem;color:#8b5a3c;margin-bottom:1rem;font-weight:700}.hero-subtitle{font-size:1.5rem;color:#a67c52;margin-bottom:1.5rem;font-weight:500}.hero-description{font-size:1.1rem;color:#6b4e3d;margin-bottom:2.5rem;line-height:1.8}.features{padding:4rem 2rem;background:#fff}.features h2{text-align:center;font-size:2.5rem;color:#8b5a3c;margin-bottom:3rem;font-weight:700}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;margin-top:2rem}.feature-card{background:#f9f7f4;padding:2.5rem 2rem;border-radius:15px;text-align:center;transition:all .3s ease;border:2px solid transparent;box-shadow:0 2px 8px #0000000d}.feature-card:hover{transform:translateY(-8px);border-color:#d4a574;box-shadow:0 8px 25px #d4a57440;background:#fff}.feature-icon{font-size:3.5rem;margin-bottom:1.5rem;display:block;line-height:1}.feature-card h3{color:#8b5a3c;margin-bottom:1rem;font-size:1.4rem;font-weight:600}.feature-card p{color:#6b4e3d;line-height:1.7;margin:0;font-size:1rem}.services-preview{padding:4rem 2rem;background:linear-gradient(135deg,#f5e6d3,#e8d5c0)}.services-preview h2{text-align:center;font-size:2.5rem;color:#8b5a3c;margin-bottom:3rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.service-preview{background:#fff;padding:2rem;border-radius:10px;text-align:center;box-shadow:0 4px 10px #0000001a}.service-preview h3{color:#8b5a3c;margin-bottom:1rem;font-size:1.5rem}.service-preview p{color:#6b4e3d}.view-all-link{display:block;text-align:center;color:#8b5a3c;font-size:1.2rem;font-weight:600;text-decoration:none;margin-top:2rem;transition:color .3s ease}.view-all-link:hover{color:#c9975a}@media(max-width:768px){.hero h1{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.features h2,.services-preview h2{font-size:2rem}}.about{min-height:calc(100vh - 80px)}.about-hero{background:linear-gradient(135deg,#d4a574,#c9975a);padding:4rem 2rem;text-align:center;color:#fff}.about-hero h1{font-size:3rem;margin-bottom:1rem;font-weight:700}.about-content{padding:4rem 2rem;background:#fff}.about-section{margin-bottom:4rem}.about-section h2{color:#8b5a3c;font-size:2.2rem;margin-bottom:1.5rem;border-bottom:3px solid #d4a574;padding-bottom:.5rem}.about-section p{color:#6b4e3d;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.team-member{background:#f9f7f4;padding:2rem;border-radius:10px;text-align:center;transition:transform .3s ease}.team-member:hover{transform:translateY(-5px)}.team-icon{font-size:4rem;margin-bottom:1rem}.team-member h3{color:#8b5a3c;margin-bottom:1rem;font-size:1.3rem}.team-member p{color:#6b4e3d;line-height:1.6}.why-us-list{list-style:none;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}.why-us-list li{background:#f9f7f4;padding:1.5rem;border-radius:8px;color:#6b4e3d;font-size:1.1rem;border-left:4px solid #d4a574}@media(max-width:768px){.about-hero h1{font-size:2.2rem}.about-section h2{font-size:1.8rem}.why-us-list{grid-template-columns:1fr}}.services{min-height:calc(100vh - 80px)}.services-hero{background:linear-gradient(135deg,#d4a574,#c9975a);padding:4rem 2rem;text-align:center;color:#fff}.services-hero h1{font-size:3rem;margin-bottom:1rem;font-weight:700}.services-content{padding:4rem 2rem;background:#fff}.container{max-width:1200px;margin:0 auto}.service-category{margin-bottom:4rem}.category-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:3px solid #d4a574}.category-icon{font-size:2.5rem}.category-header h2{color:#8b5a3c;font-size:2.2rem;margin:0}.services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.service-card{background:#f9f7f4;padding:2rem;border-radius:10px;transition:all .3s ease;border:2px solid transparent}.service-card:hover{transform:translateY(-5px);border-color:#d4a574;box-shadow:0 6px 20px #d4a5744d}.service-card h3{color:#8b5a3c;font-size:1.4rem;margin-bottom:.5rem}.service-price{color:#c9975a;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.service-description{color:#6b4e3d;line-height:1.6}.book-cta{background:linear-gradient(135deg,#f5e6d3,#e8d5c0);padding:3rem;text-align:center;margin-top:3rem}.book-cta h2{color:#8b5a3c;font-size:2.2rem;margin-bottom:1rem}.book-cta p{color:#6b4e3d;font-size:1.1rem;margin-bottom:2rem}.cta-button{display:inline-block;background:linear-gradient(135deg,#d4a574,#c9975a);color:#fff;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:50px;transition:all .3s ease;box-shadow:0 4px 15px #d4a57466}.cta-button:hover{transform:translateY(-3px);box-shadow:0 6px 20px #d4a57499}@media(max-width:768px){.services-hero h1{font-size:2.2rem}.category-header h2{font-size:1.8rem}.services-grid{grid-template-columns:1fr}.book-cta h2{font-size:1.8rem}}.contact{min-height:calc(100vh - 80px)}.contact-hero{background:linear-gradient(135deg,#d4a574,#c9975a);padding:4rem 2rem;text-align:center;color:#fff}.contact-hero h1{font-size:3rem;margin-bottom:1rem;font-weight:700}.contact-content{padding:4rem 2rem;background:#fff}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.contact-info h2{color:#8b5a3c;font-size:2.2rem;margin-bottom:2rem;border-bottom:3px solid #d4a574;padding-bottom:.5rem}.info-item{display:flex;gap:1.5rem;margin-bottom:2rem;align-items:start}.info-icon{font-size:2rem;flex-shrink:0}.info-item h3{color:#8b5a3c;font-size:1.3rem;margin-bottom:.5rem}.info-item p{color:#6b4e3d;line-height:1.8;margin:0}.contact-form-container{background:#f9f7f4;padding:2.5rem;border-radius:10px}.contact-form-container h2{color:#8b5a3c;font-size:2.2rem;margin-bottom:2rem;border-bottom:3px solid #d4a574;padding-bottom:.5rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group input,.form-group textarea{padding:.8rem;border:2px solid #e8d5c0;border-radius:5px;font-size:1rem;font-family:inherit;transition:border-color .3s ease;background:#fff;color:#6b4e3d}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#d4a574}.form-group textarea{resize:vertical;min-height:120px}.submit-button{background:linear-gradient(135deg,#d4a574,#c9975a);color:#fff;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #d4a57466}.map-section{margin-top:4rem;padding-top:3rem}.map-section h2{color:#8b5a3c;font-size:2.2rem;margin-bottom:2rem;text-align:center;border-bottom:3px solid #d4a574;padding-bottom:.5rem;display:inline-block;width:100%}.map-container{width:100%;border-radius:15px;overflow:hidden;box-shadow:0 4px 20px #0000001a;background:#f9f7f4;padding:.5rem}.map-container iframe{width:100%;height:450px;border-radius:10px;display:block}.map-note{text-align:center;color:#6b4e3d;margin-top:1rem;padding:1rem;background:#fff;border-radius:8px;font-size:1rem}.map-note strong{color:#8b5a3c}@media(max-width:768px){.contact-hero h1{font-size:2.2rem}.contact-grid{grid-template-columns:1fr;gap:2rem}.contact-info h2,.contact-form-container h2{font-size:1.8rem}.map-section{margin-top:3rem;padding-top:2rem}.map-section h2{font-size:1.8rem}.map-container iframe{height:350px}}@media(max-width:480px){.map-container iframe{height:300px}}.appointment{min-height:calc(100vh - 80px)}.appointment-hero{background:linear-gradient(135deg,#d4a574,#c9975a);padding:4rem 2rem;text-align:center;color:#fff}.appointment-hero h1{font-size:3rem;margin-bottom:1rem;font-weight:700}.hero-text{font-size:1.3rem;opacity:.95}.appointment-content{padding:4rem 2rem;background:#fff}.container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr;gap:3rem;align-items:start}.appointment-form-container{background:#f9f7f4;padding:3rem;border-radius:15px;box-shadow:0 4px 15px #0000001a}.appointment-form h2{color:#8b5a3c;font-size:2.2rem;margin-bottom:2rem;border-bottom:3px solid #d4a574;padding-bottom:.5rem}.appointment-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{color:#8b5a3c;font-weight:600;margin-bottom:.5rem;font-size:1rem}.form-group input,.form-group select,.form-group textarea{padding:.8rem;border:2px solid #e8d5c0;border-radius:5px;font-size:1rem;font-family:inherit;transition:border-color .3s ease;background:#fff;color:#6b4e3d}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#d4a574}.form-group select{cursor:pointer}.form-group textarea{resize:vertical;min-height:100px}.submit-button{background:linear-gradient(135deg,#d4a574,#c9975a);color:#fff;padding:1.2rem 2.5rem;font-size:1.2rem;font-weight:600;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #d4a57466;margin-top:.5rem}.submit-button:hover{transform:translateY(-3px);box-shadow:0 6px 20px #d4a57499}.form-note{font-size:.9rem;color:#6b4e3d;text-align:center;margin-top:.5rem;font-style:italic}.appointment-info{display:flex;flex-direction:column;gap:1.5rem}.appointment-info h2{color:#8b5a3c;font-size:2rem;margin-bottom:1rem}.info-box{background:#f9f7f4;padding:1.5rem;border-radius:10px;border-left:4px solid #d4a574}.info-box h3{color:#8b5a3c;font-size:1.2rem;margin-bottom:.5rem}.info-box p{color:#6b4e3d;line-height:1.6;margin:0}.info-box strong{color:#8b5a3c}@media(max-width:968px){.container,.form-row{grid-template-columns:1fr}}@media(max-width:768px){.appointment-hero h1{font-size:2.2rem}.appointment-form-container{padding:2rem}.appointment-form h2,.appointment-info h2{font-size:1.8rem}.form-group input,.form-group select,.form-group textarea{width:100%}}.App{width:100%;min-height:100vh}.section{max-width:70%;margin:0 auto}@media(max-width:768px){.section{max-width:96%}}
