:root{--primary-color: #2C3E50;--secondary-color: #34495E;--accent-color: #E67E22;--accent-light: #F39C12;--purple-mystic: #8E44AD;--purple-light: #9B59B6;--teal-calm: #16A085;--teal-light: #1ABC9C;--background-light: #FDF8F3;--background-warm: #F4E6D7;--background-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--text-dark: #2C3E50;--text-medium: #5D6D7E;--text-light: #85929E;--border-light: #E8F4FD;--shadow-light: rgba(142, 68, 173, .1);--shadow-medium: rgba(142, 68, 173, .2);--shadow-warm: rgba(230, 126, 34, .15)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:var(--text-dark);background:var(--background-light);font-weight:400}.container{max-width:1200px;margin:0 auto;padding:0 20px}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(135deg,#8e44adfa,#9b59b6fa);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-top:3px solid var(--accent-color);padding:1.5rem 0;z-index:10000;transform:translateY(100%);transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 -8px 32px #0000004d}.cookie-banner.show{transform:translateY(0)}.cookie-content{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.cookie-text{display:flex;align-items:center;gap:1.5rem;flex:1;min-width:300px}.cookie-icon{font-size:2.5rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.cookie-message h3{color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:.5rem;text-shadow:0 1px 2px rgba(0,0,0,.3)}.cookie-message p{color:#ffffffe6;font-size:.95rem;line-height:1.5;max-width:500px}.cookie-buttons{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.cookie-btn{padding:.8rem 1.8rem;border:none;border-radius:25px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.cookie-btn.accept{background:linear-gradient(45deg,var(--accent-color),var(--accent-light));color:#fff;box-shadow:0 4px 15px #e67e2266}.cookie-btn.accept:hover{transform:translateY(-2px);box-shadow:0 6px 20px #e67e2299}.cookie-btn.reject{background:#ffffff26;color:#fff;border:2px solid rgba(255,255,255,.3);box-shadow:0 4px 15px #0000001a}.cookie-btn.reject:hover{background:#ffffff40;transform:translateY(-2px);box-shadow:0 6px 20px #0003}.cookie-link{color:var(--accent-light);text-decoration:none;font-size:.9rem;font-weight:500;transition:all .3s ease;border-bottom:1px solid transparent}.cookie-link:hover{color:#fff;border-bottom-color:var(--accent-light);text-shadow:0 0 8px var(--accent-light)}header{background:linear-gradient(135deg,#8e44adf2,#9b59b6f2);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-bottom:2px solid rgba(230,126,34,.3);position:fixed;top:0;left:0;right:0;z-index:1000;transition:all .3s ease;box-shadow:0 4px 20px var(--shadow-light)}nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{font-size:1.6rem;font-weight:700;color:#fff;text-decoration:none;letter-spacing:-.5px;text-shadow:0 2px 4px rgba(0,0,0,.2)}.nav-links{display:flex;list-style:none;gap:2rem}.nav-links a{text-decoration:none;color:#ffffffe6;font-weight:500;transition:all .3s ease;position:relative;padding:.8rem 1.2rem;border-radius:25px;font-size:.95rem}.nav-links a:hover,.nav-links a.active{color:#fff;background:#e67e224d;transform:translateY(-2px)}.nav-links a:after{content:"";position:absolute;bottom:-4px;left:50%;transform:translate(-50%);width:0;height:2px;background:var(--accent-color);transition:width .3s ease}.nav-links a:hover:after,.nav-links a.active:after{width:80%}.mobile-menu-toggle{display:none;background:none;border:none;font-size:1.5rem;color:#fff;cursor:pointer}main{margin-top:80px;min-height:calc(100vh - 80px)}.hero{background:linear-gradient(135deg,var(--purple-mystic) 0%,var(--purple-light) 50%,var(--accent-color) 100%);padding:6rem 0;text-align:center;color:#fff;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><radialGradient id="a" cx="50%" cy="50%" r="50%"><stop offset="0%" stop-color="white" stop-opacity="0.1"/><stop offset="100%" stop-color="white" stop-opacity="0"/></radialGradient></defs><circle cx="20" cy="20" r="2" fill="url(%23a)"/><circle cx="80" cy="40" r="1.5" fill="url(%23a)"/><circle cx="40" cy="80" r="1" fill="url(%23a)"/><circle cx="90" cy="80" r="1.5" fill="url(%23a)"/><circle cx="10" cy="60" r="1" fill="url(%23a)"/></svg>');opacity:.3}.hero-content{position:relative;z-index:1;max-width:900px;margin:0 auto}.hero h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem;letter-spacing:-1px;text-shadow:0 4px 8px rgba(0,0,0,.3)}.hero .subtitle{font-size:1.4rem;margin-bottom:3rem;font-weight:300;opacity:.95}.hero-highlights{display:flex;justify-content:center;gap:2rem;margin-bottom:3rem;flex-wrap:wrap}.highlight-card{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:1.5rem;display:flex;align-items:center;gap:1rem;transition:all .3s ease;min-width:180px}.highlight-card:hover{transform:translateY(-5px);background:#fff3;box-shadow:0 10px 30px #0003}.highlight-icon{font-size:2rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.highlight-text{text-align:left;line-height:1.3}.highlight-text strong{font-size:1.1rem;font-weight:600}.hero .description{font-size:1.1rem;max-width:650px;margin:0 auto 3rem;line-height:1.8;opacity:.9}.hero-cta-section{display:flex;flex-direction:column;align-items:center;gap:2rem}.cta-button{display:inline-block;background:linear-gradient(45deg,var(--accent-color),var(--accent-light));color:#fff;padding:1.2rem 2.5rem;text-decoration:none;border-radius:50px;font-weight:600;transition:all .3s ease;box-shadow:0 6px 20px #e67e2266;text-transform:uppercase;letter-spacing:.5px;font-size:.9rem}.cta-button:hover{transform:translateY(-3px);box-shadow:0 8px 25px #e67e2299;background:linear-gradient(45deg,var(--accent-light),var(--accent-color))}.cta-button.secondary{background:linear-gradient(45deg,var(--teal-calm),var(--teal-light));box-shadow:0 6px 20px #16a08566}.cta-button.secondary:hover{background:linear-gradient(45deg,var(--teal-light),var(--teal-calm));box-shadow:0 8px 25px #16a08599}.cta-info{display:flex;gap:3rem;flex-wrap:wrap;justify-content:center}.cta-detail{display:flex;align-items:center;gap:.5rem;background:#ffffff1a;padding:.8rem 1.5rem;border-radius:25px;font-size:.95rem;font-weight:500}.cta-icon{font-size:1.2rem}.about-hero{background:linear-gradient(135deg,var(--purple-mystic) 0%,var(--teal-calm) 50%,var(--accent-color) 100%);padding:6rem 0;color:#fff;text-align:center;position:relative;overflow:hidden}.about-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><radialGradient id="b" cx="50%" cy="50%" r="50%"><stop offset="0%" stop-color="white" stop-opacity="0.15"/><stop offset="100%" stop-color="white" stop-opacity="0"/></radialGradient></defs><circle cx="15" cy="25" r="1.5" fill="url(%23b)"/><circle cx="85" cy="35" r="2" fill="url(%23b)"/><circle cx="45" cy="75" r="1" fill="url(%23b)"/><circle cx="75" cy="85" r="1.5" fill="url(%23b)"/><circle cx="25" cy="65" r="1" fill="url(%23b)"/><circle cx="60" cy="15" r="1.2" fill="url(%23b)"/></svg>');opacity:.4}.about-hero-content{position:relative;z-index:1;max-width:800px;margin:0 auto}.about-title{font-size:3.2rem;font-weight:700;margin-bottom:1.5rem;letter-spacing:-1px;text-shadow:0 4px 8px rgba(0,0,0,.3)}.about-subtitle{font-size:1.3rem;margin-bottom:4rem;font-weight:300;opacity:.95}.about-highlights{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.about-stat{text-align:center;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:2rem 1.5rem;min-width:150px;transition:all .3s ease}.about-stat:hover{transform:translateY(-5px);background:#fff3;box-shadow:0 10px 30px #0003}.stat-number{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;color:var(--accent-light);text-shadow:0 2px 4px rgba(0,0,0,.3)}.stat-label{font-size:.9rem;font-weight:500;text-transform:uppercase;letter-spacing:1px;opacity:.9}.story-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem;margin-top:4rem}.story-card{background:#fff;padding:3rem;border-radius:25px;box-shadow:0 10px 40px var(--shadow-light);transition:all .4s ease;position:relative;overflow:hidden;text-align:center}.story-card:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,var(--purple-mystic),var(--teal-calm),var(--accent-color))}.story-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px var(--shadow-medium)}.story-card.childhood{border-left:5px solid var(--purple-mystic)}.story-card.calling{border-left:5px solid var(--teal-calm)}.story-card.philosophy{border-left:5px solid var(--accent-color)}.story-icon{font-size:3.5rem;margin-bottom:2rem;display:block;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1))}.story-card h3{font-size:1.8rem;font-weight:600;background:linear-gradient(45deg,var(--purple-mystic),var(--accent-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:2rem}.story-card p{color:var(--text-medium);line-height:1.9;font-size:1.05rem;text-align:left}.values-section{background:linear-gradient(135deg,var(--background-warm) 0%,var(--background-light) 100%);padding:6rem 0}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;margin-top:4rem}.value-card{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 8px 30px var(--shadow-warm);transition:all .4s ease;text-align:center;position:relative;overflow:hidden}.value-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px}.value-card.respect:before{background:var(--purple-mystic)}.value-card.authenticity:before{background:var(--teal-calm)}.value-card.compassion:before{background:var(--accent-color)}.value-card.discretion:before{background:var(--purple-light)}.value-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px var(--shadow-medium)}.value-icon{font-size:3rem;margin-bottom:1.5rem;display:block;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.value-card h3{font-size:1.5rem;font-weight:600;color:var(--purple-mystic);margin-bottom:1.5rem}.value-card p{color:var(--text-medium);line-height:1.8;font-size:1rem}.experience-content{max-width:900px;margin:0 auto}.experience-highlight{display:grid;gap:2.5rem;margin:3rem 0}.highlight-box{background:linear-gradient(135deg,white 0%,var(--background-warm) 100%);padding:2.5rem;border-radius:20px;box-shadow:0 8px 30px var(--shadow-light);border-left:5px solid var(--accent-color);transition:all .3s ease}.highlight-box:hover{transform:translate(10px);box-shadow:0 12px 35px var(--shadow-medium)}.highlight-box:nth-child(2){border-left-color:var(--teal-calm)}.highlight-box:nth-child(3){border-left-color:var(--purple-mystic)}.highlight-box h3{font-size:1.4rem;font-weight:600;color:var(--accent-color);margin-bottom:1rem}.highlight-box:nth-child(2) h3{color:var(--teal-calm)}.highlight-box:nth-child(3) h3{color:var(--purple-mystic)}.highlight-box p{color:var(--text-medium);line-height:1.8;font-size:1.05rem}.journey-quote{background:linear-gradient(135deg,var(--purple-mystic) 0%,var(--purple-light) 100%);color:#fff;padding:3rem;border-radius:25px;text-align:center;margin:4rem 0;position:relative;overflow:hidden}.journey-quote:before{content:'"';position:absolute;top:-20px;left:50%;transform:translate(-50%);font-size:6rem;opacity:.2;font-family:serif}.journey-quote blockquote{font-size:1.2rem;line-height:1.8;font-style:italic;margin-bottom:1.5rem;position:relative;z-index:1}.journey-quote cite{font-size:1.1rem;font-weight:600;color:var(--accent-light)}.about-cta-section{background:linear-gradient(135deg,var(--background-warm) 0%,var(--background-light) 100%);padding:5rem 0;text-align:center}.about-cta-content h2{font-size:2.5rem;font-weight:700;background:linear-gradient(45deg,var(--purple-mystic),var(--accent-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1.5rem}.about-cta-content p{font-size:1.2rem;color:var(--text-medium);margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}.section{padding:5rem 0;position:relative}.section:nth-child(2n){background:linear-gradient(135deg,var(--background-warm) 0%,var(--background-light) 100%)}.section-title{font-size:2.8rem;font-weight:700;background:linear-gradient(45deg,var(--purple-mystic),var(--accent-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-align:center;margin-bottom:3rem;letter-spacing:-.5px}.section-subtitle{font-size:1.2rem;color:var(--text-medium);text-align:center;max-width:700px;margin:0 auto 4rem;line-height:1.8}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;margin-top:3rem}.service-card{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 8px 30px var(--shadow-light);transition:all .4s ease;border:1px solid var(--border-light);position:relative;overflow:hidden;text-align:center}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--purple-mystic),var(--teal-calm),var(--accent-color))}.service-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px var(--shadow-medium)}.service-card:nth-child(odd){border-left:4px solid var(--purple-mystic)}.service-card:nth-child(2n){border-left:4px solid var(--teal-calm)}.service-card:nth-child(3n){border-left:4px solid var(--accent-color)}.service-icon{font-size:3rem;margin-bottom:1.5rem;display:block;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.service-card h3{font-size:1.6rem;font-weight:600;background:linear-gradient(45deg,var(--purple-mystic),var(--accent-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1.5rem}.service-card p{color:var(--text-medium);line-height:1.8;font-size:1.05rem;margin-bottom:2rem;text-align:left}.service-features{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.feature-tag{background:linear-gradient(45deg,var(--purple-mystic),var(--purple-light));color:#fff;padding:.4rem 1rem;border-radius:20px;font-size:.8rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:2.5rem;margin-top:4rem}.testimonial-card{background:linear-gradient(135deg,#fff,#fafafa);padding:2.5rem;border-radius:20px;box-shadow:0 8px 30px var(--shadow-warm);border-left:5px solid var(--accent-color);position:relative;transition:all .3s ease}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 12px 35px var(--shadow-warm)}.testimonial-card:before{content:'"';position:absolute;top:-10px;left:20px;font-size:4rem;color:var(--accent-light);opacity:.3;font-family:serif}.testimonial-stars{color:var(--accent-light);font-size:1.4rem;margin-bottom:1.5rem;text-shadow:0 1px 2px rgba(0,0,0,.1)}.testimonial-text{color:var(--text-medium);font-style:italic;line-height:1.8;margin-bottom:1.5rem;font-size:1.05rem}.testimonial-author{font-weight:600;color:var(--purple-mystic);font-size:1.1rem}.contact-info{background:linear-gradient(135deg,white 0%,var(--background-warm) 100%);padding:3.5rem;border-radius:20px;box-shadow:0 10px 40px var(--shadow-light);max-width:650px;margin:0 auto;border:2px solid var(--border-light)}.contact-item{display:flex;align-items:center;margin-bottom:2.5rem;font-size:1.1rem;padding:1.5rem;background:#fff;border-radius:15px;box-shadow:0 4px 15px #0000000d;transition:all .3s ease}.contact-item:hover{transform:translate(10px);box-shadow:0 6px 20px #0000001a}.contact-item:last-child{margin-bottom:0}.contact-icon{font-size:2rem;margin-right:1.5rem;width:50px;text-align:center}.contact-item:nth-child(1) .contact-icon{color:var(--purple-mystic)}.contact-item:nth-child(2) .contact-icon{color:var(--teal-calm)}.contact-item:nth-child(3) .contact-icon{color:var(--accent-color)}.content-section{max-width:850px;margin:0 auto;padding:3rem 0}.content-section h2{font-size:2.2rem;font-weight:600;background:linear-gradient(45deg,var(--purple-mystic),var(--teal-calm));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:2.5rem}.content-section h3{font-size:1.6rem;font-weight:600;color:var(--accent-color);margin:2.5rem 0 1.5rem}.content-section p{color:var(--text-medium);line-height:1.9;margin-bottom:1.8rem;font-size:1.05rem}.content-section ul{color:var(--text-medium);line-height:1.9;margin-bottom:1.8rem;padding-left:2rem}.content-section li{margin-bottom:.8rem}footer{background:linear-gradient(135deg,var(--primary-color) 0%,var(--purple-mystic) 100%);color:#fff;text-align:center;padding:3rem 0;margin-top:5rem;position:relative}footer:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--accent-color),var(--teal-calm),var(--purple-light))}footer p{margin-bottom:1rem;opacity:.9}footer a{color:var(--accent-light);text-decoration:none;transition:all .3s ease}footer a:hover{color:#fff;text-shadow:0 0 10px var(--accent-light)}@media (max-width: 768px){.cookie-content{flex-direction:column;text-align:center;gap:1.5rem}.cookie-text{flex-direction:column;text-align:center;gap:1rem;min-width:auto}.cookie-buttons{justify-content:center}.nav-links{display:none;position:absolute;top:100%;left:0;right:0;background:linear-gradient(135deg,var(--purple-mystic),var(--purple-light));flex-direction:column;gap:0;padding:1rem 0;border-top:2px solid var(--accent-color);box-shadow:0 8px 30px var(--shadow-medium)}.nav-links.active{display:flex}.nav-links a{padding:1.2rem 2rem;border-bottom:1px solid rgba(255,255,255,.1);margin:0;border-radius:0;font-size:1rem;display:block;width:100%;text-align:center}.nav-links a:last-child{border-bottom:none}.mobile-menu-toggle{display:block}.hero h1,.about-title{font-size:2.8rem}.hero .subtitle,.about-subtitle{font-size:1.2rem}.hero-highlights,.about-highlights{flex-direction:column;align-items:center;gap:1rem}.highlight-card{min-width:auto;width:100%;max-width:280px}.about-stat{min-width:auto;width:100%;max-width:200px}.cta-info,.cta-buttons{flex-direction:column;gap:1rem}.section-title{font-size:2.2rem}.services-grid,.testimonials-grid,.story-grid,.values-grid{grid-template-columns:1fr}.contact-info{padding:2.5rem}.container{padding:0 15px}.section,.values-section,.about-cta-section{padding:3rem 0}.about-hero{padding:4rem 0}}@media (max-width: 480px){.cookie-banner{padding:1rem 0}.cookie-btn{padding:.7rem 1.5rem;font-size:.85rem}.hero,.about-hero{padding:4rem 0}.hero h1,.about-title{font-size:2.2rem}.section,.values-section,.about-cta-section{padding:2.5rem 0}.service-card,.testimonial-card,.story-card,.value-card,.contact-info{padding:2rem}.contact-item{padding:1rem;flex-direction:column;text-align:center}.contact-icon{margin-right:0;margin-bottom:.5rem}.highlight-card{flex-direction:column;text-align:center;gap:.5rem}.highlight-text{text-align:center}.about-stat{padding:1.5rem}.journey-quote{padding:2rem}.journey-quote blockquote{font-size:1.1rem}.highlight-box{padding:2rem}.about-cta-content h2{font-size:2rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.service-card,.testimonial-card,.story-card,.value-card{animation:fadeInUp .6s ease-out}.service-card:nth-child(2),.story-card:nth-child(2),.value-card:nth-child(2){animation-delay:.1s}.service-card:nth-child(3),.story-card:nth-child(3),.value-card:nth-child(3){animation-delay:.2s}.service-card:nth-child(4),.value-card:nth-child(4){animation-delay:.3s}.testimonial-card:nth-child(2){animation-delay:.1s}.testimonial-card:nth-child(3){animation-delay:.2s}.highlight-card,.about-stat{animation:slideInLeft .6s ease-out}.highlight-card:nth-child(2),.about-stat:nth-child(2){animation-delay:.2s}.highlight-card:nth-child(3),.about-stat:nth-child(3){animation-delay:.4s}.highlight-box{animation:slideInRight .6s ease-out}.highlight-box:nth-child(2){animation-delay:.2s}.highlight-box:nth-child(3){animation-delay:.4s}
