*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{font-family:Inter,sans-serif;line-height:1.6;color:#831843;background-color:#fff}.container{width:90%;max-width:1200px;margin:0 auto;padding:0 1rem}.header{background-color:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:fixed;width:100%;top:0;z-index:1000;box-shadow:0 2px 10px #0000001a}.header-inner{display:flex;justify-content:space-between;align-items:center;height:4rem}.logo{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;color:#ec4899;text-decoration:none}.nav-list{display:flex;list-style:none;gap:2rem}.nav-link{text-decoration:none;color:#831843;font-weight:500;transition:color .3s ease}.nav-link:hover{color:#ec4899}.nav-toggle{display:none;flex-direction:column;justify-content:space-between;width:2rem;height:1.5rem;background:transparent;border:none;cursor:pointer}.hamburger{width:100%;height:2px;background-color:#831843;transition:all .3s ease}.hero{position:relative;height:100vh;min-height:600px;overflow:hidden}.hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0f172a8c,#0f172acc),url(/hero.webp);background-size:cover;background-position:center}.hero-content{position:relative;z-index:10;display:flex;flex-direction:column;justify-content:center;height:100%;text-align:left;padding-top:5rem;color:#fff}.hero-title{font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;opacity:.9;max-width:600px}.hero-actions{display:flex;gap:1.5rem;flex-wrap:wrap}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:50px;font-weight:600;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer;font-size:1rem}.btn-primary{background-color:#c2185b;color:#fff}.btn-primary:hover{background-color:#db2777;transform:translateY(-3px);box-shadow:0 5px 15px #ec489966}.btn-secondary{background-color:transparent;color:#c2185b;border:2px solid #C2185B}.btn-secondary:hover{background-color:#c2185b;color:#fff;transform:translateY(-3px)}.about{padding:6rem 0;background-color:#fdf2f8}.section-title{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;text-align:center;margin-bottom:2.5rem;color:#831843;position:relative}.section-title:after{content:"";display:block;width:60px;height:4px;background-color:#ec4899;margin:.5rem auto 0}.section-copy{font-size:1.1rem;margin-bottom:1.5rem;line-height:1.7;max-width:800px;margin-left:auto;margin-right:auto;text-align:center}.services{padding:6rem 0;background-color:#fff}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2.5rem}.service-card{background-color:#f8f9fa;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001a}.service-card img{width:100%;height:200px;object-fit:cover;display:block}.service-title{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:600;margin:1.5rem;color:#831843}.service-description{font-size:1rem;margin:0 1.5rem 1.5rem;line-height:1.6;color:#555}.testimonials{padding:6rem 0;background-color:#fdf2f8}.testimonial-slider{display:flex;overflow-x:auto;gap:2rem;padding:2rem 0;scroll-snap-type:x mandatory;scrollbar-width:none}.testimonial-slider::-webkit-scrollbar{display:none}.testimonial-slide{min-width:300px;flex-shrink:0;scroll-snap-align:start;background-color:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000000d;transition:transform .3s ease}.testimonial-slide:hover{transform:translateY(-5px)}.testimonial-content{margin-bottom:1.5rem}.testimonial-text{font-style:italic;color:#555;line-height:1.7;margin-bottom:1rem}.testimonial-author{display:flex;align-items:center;gap:1rem}.testimonial-avatar{width:50px;height:50px;border-radius:50%;object-fit:cover;border:3px solid #EC4899}.author-name{font-weight:600;color:#831843;margin:0}.author-rating{color:#fbbf24;font-size:.9rem}.contact{padding:6rem 0;background-color:#fff}.contact-copy{font-size:1.1rem;margin-bottom:2rem;max-width:600px;line-height:1.7;color:#555}.contact-actions{display:flex;gap:1.5rem;flex-wrap:wrap}.footer{background-color:#831843;color:#fff;padding:3rem 0}.footer-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem}.footer-info{text-align:left}.footer-address{font-size:.9rem;margin-bottom:.5rem;opacity:.9}.footer-phone{font-weight:600;font-size:1rem;margin-bottom:.5rem}.footer-credits{text-align:right;font-size:.8rem;opacity:.8}.footer-photo-credits{margin:0}@media(max-width:768px){.nav-list{position:fixed;top:4rem;right:-100%;background-color:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:70%;max-width:250px;height:calc(100vh - 4rem);flex-direction:column;align-items:center;padding-top:3rem;gap:1.5rem;transition:right .3s ease;box-shadow:-2px 0 10px #0000001a;z-index:999}.nav-list-open{right:0}.nav-toggle{display:flex}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.section-title{font-size:1.75rem}.services-grid{grid-template-columns:1fr}.testimonial-slide{min-width:280px}.footer-inner{flex-direction:column;text-align:center}.footer-credits{text-align:center;margin-top:1.5rem}}@media(max-width:480px){.hero-title{font-size:1.75rem}.hero-subtitle{font-size:1rem}.btn{padding:.6rem 1.2rem;font-size:.9rem}.hero-actions,.contact-actions{flex-direction:column;align-items:stretch}}.fade-in{opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}.fade-in.visible{opacity:1;transform:translateY(0)}#about,#services,#testimonials,#contact{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}#about.visible,#services.visible,#testimonials.visible,#contact.visible{opacity:1;transform:translateY(0)}
