html,body{margin:0;width:100%;height:100%;font-family:Georgia,serif;color:#fff;overflow-x:hidden;scroll-behavior:smooth}*{margin:0;padding:0;box-sizing:border-box}.animate-on-scroll{opacity:0;transform:translateY(50px);transition:all .8s cubic-bezier(.4,0,.2,1)}.animate-fade-up{opacity:0;transform:translateY(30px);transition:all .6s cubic-bezier(.4,0,.2,1)}.animate-fade-in{opacity:0;transition:opacity .6s cubic-bezier(.4,0,.2,1)}.animate-slide-in-left{opacity:0;transform:translate(-50px);transition:all .7s cubic-bezier(.4,0,.2,1)}.animate-slide-in-right{opacity:0;transform:translate(50px);transition:all .7s cubic-bezier(.4,0,.2,1)}.animate-scale-in{opacity:0;transform:scale(.9);transition:all .6s cubic-bezier(.4,0,.2,1)}.animate-visible{opacity:1;transform:translateY(0) translate(0) scale(1)}.animate-stagger-children{opacity:0;transition:opacity .6s cubic-bezier(.4,0,.2,1)}.animate-stagger-children>*{opacity:0;transform:translateY(20px);transition:all .4s cubic-bezier(.4,0,.2,1)}.animate-stagger-children.animate-visible{opacity:1}.animate-stagger-children.animate-visible>*:nth-child(1){opacity:1;transform:translateY(0);transition-delay:.1s}.animate-stagger-children.animate-visible>*:nth-child(2){opacity:1;transform:translateY(0);transition-delay:.2s}.animate-stagger-children.animate-visible>*:nth-child(3){opacity:1;transform:translateY(0);transition-delay:.3s}.animate-stagger-children.animate-visible>*:nth-child(4){opacity:1;transform:translateY(0);transition-delay:.4s}.animate-stagger-children.animate-visible>*:nth-child(5){opacity:1;transform:translateY(0);transition-delay:.5s}.animate-stagger-children.animate-visible>*:nth-child(6){opacity:1;transform:translateY(0);transition-delay:.6s}.animate-on-scroll,.animate-fade-up,.animate-stagger-children>*{will-change:transform,opacity}.animate-visible{will-change:auto}.hero-section{min-height:100vh;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2rem}.hero-section:before{content:"";position:absolute;inset:0;background:url(/bg.jpg);background-position:center;background-size:cover;background-repeat:no-repeat;z-index:-1}.navigation{position:absolute;top:0;left:0;right:0;padding:2rem 4rem;z-index:10}.nav-list{display:flex;justify-content:center;gap:4rem;list-style:none}.nav-link{color:#fff;text-decoration:none;font-size:1.1rem;font-weight:300;letter-spacing:.5px;transition:all .3s ease;position:relative}.nav-link:hover{opacity:.8;transform:translateY(-2px)}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:1px;background:#fff;transition:width .3s ease}.nav-link:hover:after{width:100%}.hero-content{max-width:800px;z-index:5}.main-title{font-size:4rem;font-weight:300;margin-bottom:1rem;letter-spacing:2px;opacity:0;animation:fadeInUp 1s ease forwards .5s}.subtitle{font-size:2.5rem;font-weight:300;margin-bottom:2rem;letter-spacing:1px;opacity:0;animation:fadeInUp 1s ease forwards .8s}.description{font-size:1.2rem;line-height:1.8;margin-bottom:3rem;font-weight:300;max-width:700px;margin-left:auto;margin-right:auto;opacity:0;animation:fadeInUp 1s ease forwards 1.1s}.cta-button{display:inline-block;padding:1rem 2.5rem;border:2px solid white;color:#fff;text-decoration:none;font-size:1.1rem;font-weight:300;letter-spacing:1px;transition:all .3s ease;background:transparent;cursor:pointer;opacity:0;animation:fadeInUp 1s ease forwards 1.4s}.cta-button:hover{background:#fff;color:#2d2d3d;transform:translateY(-2px);box-shadow:0 10px 20px #0003}.logo-section{position:absolute;bottom:3rem;right:4rem;text-align:center;opacity:0;animation:fadeIn 1s ease forwards 1.7s}.moon-icon{width:80px;height:80px;margin-bottom:1rem;stroke:#fff;stroke-width:1;fill:none}.logo-text{font-size:2.5rem;font-weight:300;letter-spacing:3px}.quote-section{background:#f8f4ff;color:#2d2d3d;padding:6rem 2rem;padding-top:0}.quote-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 400px;gap:4rem;align-items:center}.quote-content{position:relative}.quote-marks{font-size:6rem;color:#c4a5c7;line-height:1;font-family:cursive;position:absolute;opacity:.6}.quote-marks.left{top:-2rem}.quote-marks.right{bottom:-2rem;right:-1rem;transform:rotate(180deg)}.quote-text{font-size:1.8rem;line-height:1.6;color:#4a4a6a;font-weight:300;font-style:italic;letter-spacing:.5px;text-align:center;padding:2rem;position:relative;z-index:2}.quote-photo{width:100%;height:auto;border-radius:10px;box-shadow:0 15px 35px #0000001a}.services-section{background:#fff;color:#2d2d3d;padding:6rem 2rem;min-height:80vh;display:flex;align-items:center;justify-content:center}.services-container{max-width:1200px;width:100%;margin:0 auto}.services-title{font-size:3rem;font-weight:300;margin-bottom:4rem;color:#4a4a6a;letter-spacing:1px;text-align:center}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem}.service-card{background:#fff;border-radius:20px;padding:3rem 2rem;box-shadow:0 10px 30px #0000001a;text-align:center;transition:all .3s ease;border:1px solid #f0f0f0}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.service-icon{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#c4a5c7,#a689aa);margin:0 auto 2rem;opacity:.8;display:flex;align-items:center;justify-content:center;overflow:hidden}.service-icon img{width:50px;height:50px;object-fit:cover;filter:contrast(400%)}.service-icon img.person{width:40px;height:40px}.service-title{font-size:1.8rem;font-weight:400;margin-bottom:1.5rem;color:#2d2d3d;letter-spacing:.5px}.service-description{font-size:1rem;line-height:1.7;color:#666;font-weight:300}.about-section{background:#f8f4ff;color:#2d2d3d;padding:6rem 2rem;min-height:80vh}.about-section.light{background:transparent}.about-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 400px;gap:4rem;align-items:start}.pro-space{padding-top:3rem}.about-container.professional{grid-template-columns:400px 1fr;gap:4rem;align-items:start}.about-title{font-size:3rem;font-weight:300;margin-bottom:2rem;color:#4a4a6a;letter-spacing:1px;line-height:1.2}.about-text{font-size:1rem;line-height:1.8;color:#444;margin-bottom:1.5rem;font-weight:300}.additional-text{font-size:1rem;line-height:1.8;color:#444;margin-bottom:1.5rem;font-weight:300;padding-top:1.5rem}.call-to-action-text{font-size:1rem;line-height:1.8;color:#4a4a6a;font-weight:600;margin-bottom:1.5rem}.about-image{display:flex;flex-direction:column;gap:2rem;position:relative;overflow:hidden;border-radius:10px}.about-image.professional{height:450px;width:100%;display:block;border-radius:10px;box-shadow:0 15px 35px #0000001a;order:0}.about-photo{width:100%;height:auto;border-radius:10px;box-shadow:0 15px 35px #0000001a;transition:transform .3s ease}.about-photo.professional{width:100%;height:100%;object-fit:cover;border-radius:10px}.testimonials-section{background:linear-gradient(135deg,#8b7faa,#6b5b95,#4a4a6a);color:#fff;padding:6rem 2rem;position:relative;overflow:hidden}.testimonials-container{max-width:1000px;margin:0 auto;position:relative}.testimonial-carousel{position:relative;width:100%;height:500px;display:flex;align-items:center;justify-content:center;padding:4rem 0}.testimonial-card{background:#fff;color:#2d2d3d;border-radius:20px;padding:3rem 2.5rem;max-width:700px;width:100%;text-align:center;box-shadow:0 20px 40px #0003;position:absolute;opacity:0;transform:translate(100px);transition:all .5s ease}.testimonial-card.active{opacity:1;transform:translate(0)}.testimonial-quote{font-size:4rem;color:#c4a5c7;margin-bottom:1rem;line-height:1;font-family:cursive}.testimonial-text{font-size:1.1rem;line-height:1.7;margin-bottom:2rem;font-weight:300;color:#444}.testimonial-stars{display:flex;justify-content:center;gap:.3rem;margin-bottom:1rem}.star{color:gold;font-size:1.2rem}.testimonial-author{font-size:1.1rem;font-weight:400;color:#6b5b95;letter-spacing:1px}.carousel-nav{position:absolute;top:50%;transform:translateY(-50%);background:#fff3;border:2px solid rgba(255,255,255,.3);border-radius:50%;width:60px;height:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;backdrop-filter:blur(10px);z-index:10}.carousel-nav:hover{background:#ffffff4d;border-color:#ffffff80;transform:translateY(-50%) scale(1.1)}.carousel-nav.prev{left:2rem}.carousel-nav.next{right:2rem}.carousel-arrow{width:20px;height:20px;stroke:#fff;stroke-width:2;fill:none}.carousel-dots{display:flex;justify-content:center;gap:1rem;margin-top:3rem}.dot{width:12px;height:12px;border-radius:50%;background:#ffffff4d;cursor:pointer;transition:all .3s ease}.dot.active{background:#fffc}.services-offered-section{background:#f8f4ff;color:#2d2d3d;padding:6rem 2rem}.services-offered-container{max-width:1400px;margin:0 auto;text-align:center}.services-offered-title{font-size:3rem;font-weight:300;margin-bottom:1rem;color:#4a4a6a;letter-spacing:1px}.services-offered-subtitle{font-size:1.3rem;font-weight:300;color:#6b5b95;margin-bottom:4rem;font-style:italic;letter-spacing:.5px}.featured-offerings{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:3rem;margin-bottom:5rem}.offering-card.featured{background:linear-gradient(135deg,#c4a5c71a,#a689aa1a);border:2px solid #c4a5c7;border-radius:20px;padding:3rem 2.5rem;position:relative;box-shadow:0 15px 40px #6b5b951a;transition:all .3s ease-in-out;text-align:left}.offering-card.featured:hover{transform:translateY(-5px);box-shadow:0 25px 50px #6b5b9526}.offering-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.offering-badge{background:linear-gradient(135deg,#6b5b95,#8b7faa);color:#fff;padding:.4rem 1rem;border-radius:20px;font-size:.8rem;font-weight:500;letter-spacing:.5px}.offerings-section-header{margin-bottom:3rem;text-align:center}.section-title{font-size:2.2rem;font-weight:300;color:#4a4a6a;margin-bottom:.5rem;letter-spacing:.5px}.section-description{font-size:1.1rem;color:#666;font-style:italic;font-weight:300}.standard-offerings{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem}.offering-card{background:#fff;border-radius:15px;padding:2.5rem 2rem;box-shadow:0 10px 30px #00000014;border:1px solid #f0f0f0;transition:all .3s ease-in-out;text-align:left;position:relative;overflow:hidden}.offering-card:hover:before{opacity:1}.offering-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001f}.offering-card.special{background:linear-gradient(135deg,#8b7faa0d,#6b5b950d);border:1px solid rgba(107,91,149,.2)}.offering-symbol{font-size:1.5rem;color:#c4a5c7;margin-bottom:1rem}.offering-title{font-size:1.8rem;font-weight:400;margin-bottom:.8rem;color:#4a4a6a;letter-spacing:.5px;line-height:1.3}.offering-subtitle{font-size:1.1rem;font-weight:600;color:#6b5b95;margin-bottom:1.5rem;font-style:italic;line-height:1.4}.offering-description{font-size:1rem;line-height:1.7;color:#555;font-weight:300;margin-bottom:2rem}.offering-pricing{display:flex;flex-direction:column;gap:1rem}.price-option{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:#c4a5c71a;border-radius:10px;border:1px solid rgba(196,165,199,.2)}.duration{font-size:1rem;color:#4a4a6a;font-weight:400}.price{font-size:1.3rem;color:#6b5b95;font-weight:600}.offering-contact{background:#8b7faa1a;padding:1.5rem;border-radius:10px;border:1px solid rgba(139,127,170,.2);text-align:center;margin:0 auto;width:100%;display:block;text-decoration:none}.contact-note{font-size:1rem;color:#6b5b95;font-weight:500;font-style:italic}.cta-section{background:#f8f4ff;color:#2d2d3d;padding:6rem 2rem;text-align:center}.cta-container{max-width:1000px;margin:0 auto}.cta-text{font-size:2.5rem;font-weight:300;line-height:1.4;color:#4a4a6a;margin-bottom:1rem;letter-spacing:.5px}.cta-button-main{display:inline-block;padding:1.2rem 3rem;background:linear-gradient(135deg,#6b5b95,#8b7faa);color:#fff;text-decoration:none;font-size:1.2rem;font-weight:400;letter-spacing:1px;border-radius:10px;transition:all .3s ease-in-out;box-shadow:0 10px 30px #6b5b954d}.cta-button-main:hover{transform:translateY(-2px);box-shadow:0 15px 40px #6b5b9566;background:linear-gradient(135deg,#5a4a85,#7a6f9a)}.footer-section{background:#2d2d3d;color:#fff;padding:4rem 2rem 2rem}.footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr 1fr 2fr;gap:3rem;align-items:start}.footer-logo{display:flex;flex-direction:column;align-items:center;text-align:center}.footer-logo-image{width:130px;height:130px;border-radius:10px;margin-bottom:1rem;object-fit:cover;filter:brightness(0) invert(1)}.hero-logo{width:500px;filter:brightness(0) invert(1)}.footer-logo-text{font-size:1.5rem;font-weight:300;letter-spacing:2px;color:#fff}.footer-tagline{font-size:.9rem;color:#999;margin-top:.5rem;font-style:italic}.footer-column h3{font-size:1.2rem;font-weight:400;margin-bottom:1.5rem;color:#fff;letter-spacing:.5px}.footer-contact p{margin-bottom:.5rem;color:#ccc;font-size:.95rem;font-weight:300}.contact-link{color:#ccc;text-decoration:none;font-size:.95rem;font-weight:300;transition:color .3s ease}.contact-link:hover{color:#fff;text-decoration:underline}.footer-links{list-style:none}.footer-links li{margin-bottom:.8rem}.footer-links a{color:#ccc;text-decoration:none;font-size:.95rem;font-weight:300;transition:color .3s ease}.footer-links a:hover{color:#fff}.footer-message{text-align:right;padding-left:2rem}.footer-message-text{font-size:1.8rem;font-weight:300;line-height:1.4;color:#b8b8b8;letter-spacing:.5px;font-style:italic}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.ripple-effect{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:200px;height:200px;border:2px solid rgba(255,255,255,.3);border-radius:50%;opacity:0;animation:ripple 3s infinite}.ripple-effect:nth-child(2){animation-delay:1s}.ripple-effect:nth-child(3){animation-delay:2s}@keyframes ripple{0%{transform:translate(-50%,-50%) scale(.5);opacity:1}to{transform:translate(-50%,-50%) scale(2);opacity:0}}@media (max-width: 768px){.navigation{padding:1rem 2rem}.nav-list{gap:2rem;flex-wrap:wrap}.nav-link{font-size:1rem}.main-title{font-size:2.5rem}.subtitle{font-size:1.8rem}.description{font-size:1rem;padding:0 1rem}.hero-logo{width:300px}.logo-section{bottom:2rem;right:2rem}.moon-icon{width:60px;height:60px}.logo-text{font-size:2rem;letter-spacing:2px}.quote-container{grid-template-columns:1fr;gap:2rem;text-align:center}.quote-text{font-size:1.4rem;padding:1rem}.quote-marks{font-size:4rem}.quote-marks.left{top:-1rem;left:-1rem}.quote-marks.right{bottom:-1rem;right:-1rem}.quote-image{order:-1}.services-grid{grid-template-columns:1fr;gap:2rem}.service-card{padding:2rem 1.5rem}.service-icon{width:60px;height:60px}.service-title{font-size:1.5rem}.service-description{font-size:.95rem}.services-title{font-size:2.2rem}.about-container,.about-container.professional{grid-template-columns:1fr;gap:2rem;text-align:center}.about-title{font-size:2.2rem}.about-text{font-size:.95rem;text-align:left}.about-image{order:-1}.about-image.professional{order:-1;width:auto;height:auto;margin:0 auto}.testimonials-section{padding:4rem 1rem 2rem}.testimonial-carousel{height:600px;padding:2rem 0 1rem}.testimonial-card{padding:2.5rem 1.5rem;max-width:calc(100% - 2rem);margin:0 auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:auto;min-height:450px;max-height:unset;overflow-y:auto}.testimonial-card.active{opacity:1;transform:translate(-50%,-50%)}.testimonial-text{font-size:1.05rem;line-height:1.6}.carousel-nav{display:none}.carousel-dots{margin-top:1.5rem;margin-bottom:0}.services-offered-title{font-size:2.2rem}.services-offered-subtitle{font-size:1.1rem;padding:0 1rem}.featured-offerings{grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}.offering-card.featured{min-width:auto;padding:2.5rem 2rem}.standard-offerings{grid-template-columns:1fr;gap:2rem}.offering-card{padding:2rem 1.5rem}.section-title{font-size:1.8rem}.section-description{font-size:1rem;padding:0 1rem}.offering-title{font-size:1.5rem}.offering-subtitle{font-size:1rem}.price-option{padding:.8rem 1.2rem}.price{font-size:1.2rem}.cta-text{font-size:1.8rem;padding:0 1rem}.cta-button-main{padding:1rem 2.5rem;font-size:1.1rem}.footer-container{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-message{text-align:center;padding-left:0}.footer-message-text{font-size:1.4rem}}@media (max-width: 480px){.hero-logo{width:250px}.description{font-size:.9rem}.cta-button{padding:.8rem 2rem;font-size:1rem}.about-title,.services-title,.services-offered-title{font-size:1.8rem}.quote-text{font-size:1.2rem}.testimonial-card{padding:2rem 1.5rem;margin:0 auto;max-width:calc(100% - 1rem);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);min-height:400px;height:auto;overflow-y:auto}.carousel-nav{display:none}.pricing-card{padding:1.5rem 1rem}.cta-text{font-size:1.5rem}.footer-message-text{font-size:1.2rem}}@media (max-width: 1015px){.carousel-nav{display:none}}
