.layout{min-height:100vh;display:flex;flex-direction:column}.header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem 0;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:100}.header-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.logo h1{font-size:1.8rem;font-weight:700;margin:0;color:#fff}.nav{display:flex;gap:2rem;flex-wrap:wrap}.nav a{color:#fff;font-weight:500;padding:.5rem 1rem;border-radius:5px;transition:background-color .3s}.nav a:hover,.nav a.active{background-color:#fff3}.main-content{flex:1;padding:2rem 0}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.footer{background-color:#2d3748;color:#e2e8f0;padding:3rem 0 1rem;margin-top:4rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{color:#fff;margin-bottom:1rem;font-size:1.3rem}.footer-section h4{color:#fff;margin-bottom:.8rem;font-size:1.1rem}.footer-section p{margin-bottom:.5rem;line-height:1.8}.footer-section a{display:block;margin-bottom:.5rem;color:#cbd5e0;transition:color .3s}.footer-section a:hover{color:#fff}.footer-bottom{border-top:1px solid #4a5568;padding-top:1.5rem;text-align:center;color:#a0aec0}@media (max-width: 768px){.header-content{flex-direction:column;align-items:flex-start}.nav{width:100%;gap:.5rem}.nav a{flex:1;text-align:center}.footer-content{grid-template-columns:1fr}}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:5rem 0;text-align:center}.hero-content h1{font-size:3rem;margin-bottom:1rem;font-weight:700}.hero-subtitle{font-size:1.5rem;margin-bottom:1.5rem;font-weight:500}.hero-description{font-size:1.1rem;max-width:700px;margin:0 auto;line-height:1.8;opacity:.95}.features{padding:4rem 0;background-color:#f7fafc}.section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#2d3748;font-weight:700}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:10px;text-align:center;box-shadow:0 4px 6px #0000001a;transition:transform .3s,box-shadow .3s}.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px #00000026}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.3rem;margin-bottom:1rem;color:#2d3748}.feature-card p{color:#718096;line-height:1.6}.services-preview{padding:4rem 0}.services-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.service-item{background:#fff;padding:1.5rem;border-left:4px solid #667eea;border-radius:5px;box-shadow:0 2px 5px #0000001a;transition:transform .3s}.service-item:hover{transform:translate(5px)}.service-item h3{color:#2d3748;margin-bottom:.5rem;font-size:1.2rem}.service-item p{color:#718096;line-height:1.6}.cta-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 0;text-align:center}.cta-section h2{font-size:2.5rem;margin-bottom:1rem}.cta-section p{font-size:1.2rem;margin-bottom:2rem;opacity:.95}.cta-button{display:inline-block;background:#fff;color:#667eea;padding:1rem 2.5rem;border-radius:50px;font-weight:600;font-size:1.1rem;transition:transform .3s,box-shadow .3s}.cta-button:hover{transform:translateY(-3px);box-shadow:0 5px 15px #0003}@media (max-width: 768px){.hero-content h1{font-size:2rem}.hero-subtitle{font-size:1.2rem}.section-title,.cta-section h2{font-size:2rem}}.privacy-page{padding:2rem 0}.policy-content{max-width:900px;margin:0 auto;background:#fff;padding:3rem;border-radius:10px;box-shadow:0 2px 8px #0000001a}.policy-content section{margin-bottom:3rem}.policy-content section:last-child{margin-bottom:0}.policy-content h2{color:#667eea;font-size:1.5rem;margin-bottom:1rem;font-weight:700;padding-bottom:.5rem;border-bottom:2px solid #e2e8f0}.policy-content p{color:#4a5568;line-height:1.9;margin-bottom:1rem}.policy-content ul{margin:1rem 0;padding-left:2rem}.policy-content ul li{color:#4a5568;line-height:1.9;margin-bottom:.5rem}.contact-box{background:#f7fafc;padding:1.5rem;border-radius:8px;margin-top:1rem;border-left:4px solid #667eea}.contact-box p{margin-bottom:.5rem}.contact-box strong{color:#2d3748;font-size:1.1rem}@media (max-width: 768px){.page-header h1{font-size:2rem}.policy-content{padding:2rem 1.5rem}.policy-content h2{font-size:1.3rem}}.terms-page{padding:2rem 0}.page-header p{font-size:1rem;color:#718096}.terms-content{max-width:900px;margin:0 auto;background:#fff;padding:3rem;border-radius:10px;box-shadow:0 2px 8px #0000001a}.terms-content section{margin-bottom:3rem}.terms-content section:last-child{margin-bottom:0}.terms-content h2{color:#667eea;font-size:1.5rem;margin-bottom:1rem;font-weight:700;padding-bottom:.5rem;border-bottom:2px solid #e2e8f0}.terms-content p{color:#4a5568;line-height:1.9;margin-bottom:1rem}.terms-content ul{margin:1rem 0;padding-left:2rem}.terms-content ul li{color:#4a5568;line-height:1.9;margin-bottom:.5rem}@media (max-width: 768px){.page-header h1{font-size:2rem}.terms-content{padding:2rem 1.5rem}.terms-content h2{font-size:1.3rem}}.contact-page{padding:2rem 0}.contact-content{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem;margin-top:2rem}.contact-info-section h2,.contact-form-section h2{color:#2d3748;font-size:1.8rem;margin-bottom:1.5rem;font-weight:700}.info-card{background:#fff;padding:1.5rem;border-radius:10px;margin-bottom:1.5rem;box-shadow:0 2px 8px #0000001a}.info-card h3{color:#667eea;font-size:1.1rem;margin-bottom:.5rem;font-weight:600}.info-card p{color:#4a5568;line-height:1.8;margin:.3rem 0}.contact-form{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 2px 8px #0000001a}.form-group{margin-bottom:1.5rem}.form-group label{display:block;color:#2d3748;font-weight:600;margin-bottom:.5rem;font-size:.95rem}.form-group input,.form-group textarea{width:100%;padding:.8rem;border:2px solid #e2e8f0;border-radius:5px;font-size:1rem;font-family:inherit;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea}.form-group textarea{resize:vertical;min-height:120px}.submit-button{width:100%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem;border:none;border-radius:5px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .3s,box-shadow .3s}.submit-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.success-message{background:#c6f6d5;color:#22543d;padding:2rem;border-radius:10px;text-align:center;border:2px solid #9ae6b4}.success-message p{margin:0;font-size:1.1rem;font-weight:500}@media (max-width: 968px){.contact-content{grid-template-columns:1fr}}@media (max-width: 768px){.page-header h1{font-size:2rem}.contact-form{padding:1.5rem}}.services-page{padding:2rem 0}.service-section{margin-bottom:3rem;background:#fff;padding:2rem;border-radius:10px;box-shadow:0 2px 8px #0000001a}.service-detail h2{color:#667eea;font-size:1.8rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:3px solid #667eea}.service-detail>p{color:#4a5568;line-height:1.8;margin-bottom:1.5rem;font-size:1.05rem}.service-detail ul{list-style:none;padding:0}.service-detail ul li{padding:.7rem 0 .7rem 1.5rem;position:relative;color:#2d3748;line-height:1.6}.service-detail ul li:before{content:"✓";position:absolute;left:0;color:#667eea;font-weight:700;font-size:1.2rem}.hours-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2.5rem;border-radius:10px;margin-top:3rem;text-align:center}.hours-section h2{font-size:2rem;margin-bottom:2rem}.hours-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:1.5rem}.hours-item{background:#ffffff1a;padding:1.5rem;border-radius:8px}.hours-item strong{display:block;font-size:1.1rem;margin-bottom:.5rem}.hours-item p{font-size:1.2rem;margin:0}.hours-note{margin-top:1.5rem;font-size:.95rem;opacity:.9}@media (max-width: 768px){.page-header h1{font-size:2rem}.service-detail h2,.hours-section h2{font-size:1.5rem}}.staff-page{padding:2rem 0}.page-header{text-align:center;margin-bottom:3rem;padding:2rem 0}.page-header h1{font-size:2.5rem;color:#2d3748;margin-bottom:1rem;font-weight:700}.page-header p{font-size:1.1rem;color:#718096;max-width:700px;margin:0 auto}.staff-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:4rem}.staff-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 4px 12px #0000001a;transition:transform .3s,box-shadow .3s}.staff-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000026}.staff-image{background:linear-gradient(135deg,#667eea,#764ba2);padding:3rem 2rem;text-align:center}.staff-emoji{font-size:5rem;display:inline-block}.staff-info{padding:2rem}.staff-info h2{color:#2d3748;font-size:1.5rem;margin-bottom:.5rem;font-weight:700}.staff-position{color:#667eea;font-weight:600;margin-bottom:.5rem;font-size:1.05rem}.staff-specialty{color:#4a5568;margin-bottom:.3rem;font-size:.95rem}.staff-experience{color:#718096;margin-bottom:1rem;font-size:.95rem}.staff-description{color:#2d3748;line-height:1.7;margin-top:1rem;padding-top:1rem;border-top:1px solid #e2e8f0}.staff-philosophy{background:#f7fafc;padding:3rem;border-radius:15px;margin-top:3rem}.staff-philosophy h2{color:#2d3748;font-size:2rem;margin-bottom:1.5rem;text-align:center;font-weight:700}.philosophy-content{max-width:900px;margin:0 auto}.philosophy-content p{color:#4a5568;line-height:1.9;margin-bottom:1.5rem;font-size:1.05rem;text-align:center}.philosophy-content p:last-child{margin-bottom:0}@media (max-width: 768px){.page-header h1{font-size:2rem}.staff-grid{grid-template-columns:1fr}.staff-philosophy{padding:2rem 1.5rem}.staff-philosophy h2{font-size:1.5rem}}.cookie-consent{position:fixed;bottom:0;left:0;right:0;background:#2d3748fa;color:#fff;padding:1.5rem;box-shadow:0 -2px 10px #0003;z-index:1000;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cookie-consent-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:2rem;flex-wrap:wrap}.cookie-consent-text h4{margin-bottom:.5rem;font-size:1.1rem}.cookie-consent-text p{margin:0;font-size:.9rem;line-height:1.6;color:#e2e8f0}.cookie-consent-buttons{display:flex;gap:1rem;flex-shrink:0}.btn-accept,.btn-decline{padding:.7rem 1.5rem;border:none;border-radius:5px;font-weight:600;cursor:pointer;transition:all .3s;font-size:.95rem}.btn-accept{background:#667eea;color:#fff}.btn-accept:hover{background:#5568d3;transform:translateY(-2px)}.btn-decline{background:transparent;color:#fff;border:2px solid white}.btn-decline:hover{background:#ffffff1a}@media (max-width: 768px){.cookie-consent-content{flex-direction:column;align-items:stretch}.cookie-consent-buttons{width:100%}.btn-accept,.btn-decline{flex:1}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#333}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{text-decoration:none;color:inherit}
