.hero.svelte-1q37ri0{height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;position:relative;margin-top:70px;overflow:hidden}.hero-background.svelte-1q37ri0{position:absolute;inset:0;background-image:url(https://images.unsplash.com/photo-1555244162-803834f70033?q=80&w=2070&auto=format&fit=crop);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0}.hero.svelte-1q37ri0:before{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(90deg,transparent,transparent 2px,rgba(212,175,55,.03) 2px,rgba(212,175,55,.03) 4px);opacity:.5;z-index:1}.hero-overlay.svelte-1q37ri0{position:absolute;inset:0;background:linear-gradient(to bottom,#000000b3,#1a1a1ad9,#000000e6);z-index:1}.hero-content.svelte-1q37ri0{position:relative;z-index:2;max-width:800px;padding:2rem}.logo-container.svelte-1q37ri0{margin-bottom:2rem;animation:svelte-1q37ri0-fadeInDown 1s ease-out;display:flex;justify-content:center;align-items:center}.hero-logo.svelte-1q37ri0{max-width:350px;width:100%;height:auto;filter:drop-shadow(0 10px 40px rgba(0,0,0,.7));display:block;margin:0 auto}@keyframes svelte-1q37ri0-fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.hero-title.svelte-1q37ri0{font-size:4.5rem;color:#fff;margin-bottom:.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.hero-subtitle.svelte-1q37ri0{font-size:2.5rem;color:#d4af37;margin-bottom:2.5rem;font-family:Cormorant Garamond,serif;font-weight:700}.hero-buttons.svelte-1q37ri0{display:flex;gap:1.5rem;justify-content:center;align-items:center;flex-wrap:wrap}.btn.svelte-1q37ri0{display:inline-block;padding:1rem 2.5rem;border-radius:3px;font-weight:600;text-transform:uppercase;letter-spacing:1px;transition:all .3s ease;border:2px solid transparent;cursor:pointer;font-size:.95rem}.btn-primary.svelte-1q37ri0{background-color:#d4af37;color:#1a1a1a;border-color:#d4af37}.btn-primary.svelte-1q37ri0:hover{background-color:transparent;color:#d4af37;border-color:#d4af37;transform:translateY(-2px);box-shadow:0 5px 15px #d4af374d}.btn-secondary.svelte-1q37ri0{background-color:transparent;color:#e0e0e0;border-color:#e0e0e0}.btn-secondary.svelte-1q37ri0:hover{background-color:#e0e0e0;color:#1a1a1a;border-color:#e0e0e0;transform:translateY(-2px);box-shadow:0 5px 15px #e0e0e04d}@media(max-width:768px){.hero.svelte-1q37ri0{height:80vh}.hero-logo.svelte-1q37ri0{max-width:250px}.hero-title.svelte-1q37ri0{font-size:3rem}.hero-subtitle.svelte-1q37ri0{font-size:1.8rem}.hero-buttons.svelte-1q37ri0{gap:1rem}}@media(max-width:480px){.hero-logo.svelte-1q37ri0{max-width:200px}.logo-container.svelte-1q37ri0{margin-bottom:1.5rem}.hero-title.svelte-1q37ri0{font-size:2.2rem}.hero-subtitle.svelte-1q37ri0{font-size:1.5rem}.hero-buttons.svelte-1q37ri0{flex-direction:column;gap:.8rem}.btn.svelte-1q37ri0{padding:.8rem 1.8rem;font-size:.85rem;width:100%;max-width:280px}}.about.svelte-7hpc9t{padding:80px 0;background-image:url(https://images.unsplash.com/photo-1556910103-1c02745aae4d?q=80&w=2070&auto=format&fit=crop);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;position:relative}.about.svelte-7hpc9t:before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#1a1a1aeb,#0f0f0ff2);z-index:0}.container.svelte-7hpc9t{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:1}.section-header.svelte-7hpc9t{text-align:center;margin-bottom:4rem}.divider.svelte-7hpc9t{width:80px;height:3px;background:linear-gradient(to right,transparent,#d4af37,transparent);margin:0 auto 1.5rem}.about-content.svelte-7hpc9t{display:grid;grid-template-columns:1fr;gap:3rem}.about-text.svelte-7hpc9t .lead:where(.svelte-7hpc9t){font-size:1.3rem;color:#d4af37;margin-bottom:1.5rem;font-weight:500}.about-text.svelte-7hpc9t p:where(.svelte-7hpc9t){color:#e0e0e0;font-size:1.05rem}.cta-highlight.svelte-7hpc9t{margin-top:2rem;padding:1.5rem 2rem;background:linear-gradient(135deg,#d4af3726,#f4d03f1a);border-left:4px solid #d4af37;border-radius:5px;text-align:center}.cta-highlight.svelte-7hpc9t p:where(.svelte-7hpc9t){color:#d4af37!important;font-size:1.8rem!important;font-weight:700;margin:0;letter-spacing:.5px;font-family:Cormorant Garamond,serif}.about-features.svelte-7hpc9t{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.feature-card.svelte-7hpc9t{background-color:#2a2a2ae6;padding:2rem;border-radius:5px;text-align:center;border:1px solid rgba(212,175,55,.15);transition:all .3s ease;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.feature-card.svelte-7hpc9t:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(to right,#d4af37,#f4d03f);transform:scaleX(0);transition:all .3s ease}.feature-card.svelte-7hpc9t:hover:before{transform:scaleX(1)}.feature-card.svelte-7hpc9t:hover{transform:translateY(-8px);border-color:#d4af37;box-shadow:0 15px 40px #d4af3740;background-color:#2a2a2af2}.feature-icon.svelte-7hpc9t{font-size:2.5rem;color:#d4af37;margin-bottom:1rem}.feature-card.svelte-7hpc9t h3:where(.svelte-7hpc9t){color:#d4af37;font-size:1.4rem;margin-bottom:.5rem}.feature-card.svelte-7hpc9t p:where(.svelte-7hpc9t){color:#b0b0b0;font-size:.95rem}@media(max-width:768px){.about.svelte-7hpc9t{background-attachment:scroll}}@media(max-width:480px){.about-features.svelte-7hpc9t{grid-template-columns:1fr}.feature-card.svelte-7hpc9t{padding:1.5rem}.about-text.svelte-7hpc9t .lead:where(.svelte-7hpc9t){font-size:1.2rem}.about-text.svelte-7hpc9t p:where(.svelte-7hpc9t){font-size:1rem}}.services.svelte-hz61c4{padding:80px 0;background-image:url(https://images.unsplash.com/photo-1551632436-cbf8dd35adfa?q=80&w=2071&auto=format&fit=crop);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;position:relative}.services.svelte-hz61c4:before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#1a1a1aed,#0f0f0ff5);z-index:0}.container.svelte-hz61c4{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:1}.section-header.svelte-hz61c4{text-align:center;margin-bottom:4rem}.divider.svelte-hz61c4{width:80px;height:3px;background:linear-gradient(to right,transparent,#d4af37,transparent);margin:0 auto 1.5rem}.section-subtitle.svelte-hz61c4{font-size:1.1rem;color:#b0b0b0;font-style:italic}.services-grid.svelte-hz61c4{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem}.service-card.svelte-hz61c4{display:block;background-color:#2a2a2ae6;padding:2.5rem;border-radius:5px;border:1px solid rgba(212,175,55,.15);transition:all .3s ease;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);text-decoration:none;color:inherit;cursor:pointer}.service-card.svelte-hz61c4:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(to right,#d4af37,#f4d03f);transform:scaleX(0);transition:all .3s ease}.service-card.svelte-hz61c4:hover:before{transform:scaleX(1)}.service-card.svelte-hz61c4:hover{transform:translateY(-8px);border-color:#d4af37;box-shadow:0 15px 40px #d4af3740;background-color:#2a2a2af2}.service-card.svelte-hz61c4 h3:where(.svelte-hz61c4){color:#d4af37;margin-bottom:1rem}.service-card.svelte-hz61c4 p:where(.svelte-hz61c4){color:#e0e0e0;margin-bottom:1.5rem}.service-list.svelte-hz61c4{list-style:none;color:#b0b0b0}.service-list.svelte-hz61c4 li:where(.svelte-hz61c4){padding:.5rem 0 .5rem 1.5rem;position:relative}.service-list.svelte-hz61c4 li:where(.svelte-hz61c4):before{content:"→";position:absolute;left:0;color:#d4af37}@media(max-width:768px){.services.svelte-hz61c4{background-attachment:scroll}.services-grid.svelte-hz61c4{grid-template-columns:1fr}}@media(max-width:480px){.service-card.svelte-hz61c4{padding:1.5rem}.service-card.svelte-hz61c4 h3:where(.svelte-hz61c4){font-size:1.5rem}}.why-choose.svelte-m24vw7{padding:80px 0;background-image:url(https://images.unsplash.com/photo-1414235077428-338989a2e8c0?q=80&w=2070&auto=format&fit=crop);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;position:relative}.why-choose.svelte-m24vw7:before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#1a1a1aeb,#0f0f0ff2);z-index:0}.container.svelte-m24vw7{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:1}.section-header.svelte-m24vw7{text-align:center;margin-bottom:4rem}.divider.svelte-m24vw7{width:80px;height:3px;background:linear-gradient(to right,transparent,#d4af37,transparent);margin:0 auto 1.5rem}.why-grid.svelte-m24vw7{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.why-item.svelte-m24vw7{background-color:#2a2a2ae6;padding:2rem 1.5rem;border-radius:5px;border:1px solid rgba(212,175,55,.15);transition:all .3s ease;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;flex-direction:column;align-items:center;text-align:center}.why-item.svelte-m24vw7:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(to right,#d4af37,#f4d03f);transform:scaleX(0);transition:all .3s ease}.why-item.svelte-m24vw7:hover:before{transform:scaleX(1)}.why-item.svelte-m24vw7:hover{transform:translateY(-8px);border-color:#d4af37;box-shadow:0 15px 40px #d4af3740;background-color:#2a2a2af2}.why-number.svelte-m24vw7{display:inline-block;font-size:2rem;font-weight:700;color:#1a1a1a;background:linear-gradient(135deg,#d4af37,#f4d03f);font-family:Cormorant Garamond,serif;margin-bottom:1.5rem;padding:.8rem 1.5rem;border-radius:5px;box-shadow:0 4px 15px #d4af374d;min-width:70px;text-align:center}.why-item.svelte-m24vw7 h3:where(.svelte-m24vw7){color:#d4af37;margin-bottom:1rem;font-size:1.6rem}.why-item.svelte-m24vw7 p:where(.svelte-m24vw7){color:#e0e0e0;line-height:1.8;font-size:1rem}@media(max-width:1024px){.why-grid.svelte-m24vw7{grid-template-columns:repeat(2,1fr);gap:2rem}.why-item.svelte-m24vw7{padding:2rem}}@media(max-width:768px){.why-choose.svelte-m24vw7{background-attachment:scroll}.why-grid.svelte-m24vw7{grid-template-columns:1fr;gap:2rem}.why-item.svelte-m24vw7{padding:2rem}}@media(max-width:480px){.why-item.svelte-m24vw7{padding:1.5rem}.why-number.svelte-m24vw7{padding:.6rem 1.2rem;font-size:1.6rem}.why-item.svelte-m24vw7 h3:where(.svelte-m24vw7){font-size:1.4rem}.why-item.svelte-m24vw7 p:where(.svelte-m24vw7){font-size:.95rem}}.testimonials.svelte-1jhcrt0{padding:80px 0;background-color:#1a1a1a}.container.svelte-1jhcrt0{max-width:1200px;margin:0 auto;padding:0 20px}.section-header.svelte-1jhcrt0{text-align:center;margin-bottom:4rem}.divider.svelte-1jhcrt0{width:80px;height:3px;background:linear-gradient(to right,transparent,#d4af37,transparent);margin:0 auto 1.5rem}.section-subtitle.svelte-1jhcrt0{font-size:1.1rem;color:#b0b0b0;font-style:italic}.carousel-wrapper.svelte-1jhcrt0{position:relative;padding:0 60px}.carousel-container.svelte-1jhcrt0{overflow:hidden;width:100%;position:relative}.carousel-track.svelte-1jhcrt0{display:flex;transition:transform .5s ease-in-out;width:100%}.carousel-slide.svelte-1jhcrt0{min-width:100%;max-width:100%;flex-shrink:0;flex-grow:0}.testimonials-grid.svelte-1jhcrt0{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;grid-auto-rows:1fr}.testimonial-card.svelte-1jhcrt0{background-color:#2a2a2a;border-radius:5px;box-shadow:0 4px 15px #0000004d;transition:all .3s ease;border:1px solid rgba(212,175,55,.1);display:flex;flex-direction:column;min-height:380px}.testimonial-card.svelte-1jhcrt0:hover{transform:translateY(-5px);box-shadow:0 10px 30px #d4af3766;border-color:#d4af374d}.card-body.svelte-1jhcrt0{padding:1.5rem;display:flex;flex-direction:column;gap:.75rem;flex:1}.quote-icon.svelte-1jhcrt0{font-size:4rem;color:#d4af37;line-height:1;font-family:Cormorant Garamond,serif;opacity:.3;height:40px}.testimonial-quote.svelte-1jhcrt0{color:#e0e0e0;font-size:.95rem;line-height:1.7;font-style:italic;margin:0;flex-grow:1;overflow-wrap:break-word;word-wrap:break-word}.testimonial-author.svelte-1jhcrt0{margin-top:auto;padding-top:1rem;border-top:2px solid #d4af37;flex-shrink:0}.author-name.svelte-1jhcrt0{font-size:1.1rem;font-weight:600;color:#d4af37;font-family:Cormorant Garamond,serif;margin-bottom:.25rem}.author-role.svelte-1jhcrt0{font-size:.9rem;color:#b0b0b0}.carousel-btn.svelte-1jhcrt0{position:absolute;top:50%;transform:translateY(-50%);background-color:#d4af3733;border:2px solid #d4af37;color:#d4af37;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10}.carousel-btn.svelte-1jhcrt0:hover{background-color:#d4af37;color:#1a1a1a;transform:translateY(-50%) scale(1.1)}.carousel-btn.svelte-1jhcrt0 svg:where(.svelte-1jhcrt0){width:24px;height:24px}.carousel-btn-prev.svelte-1jhcrt0{left:0}.carousel-btn-next.svelte-1jhcrt0{right:0}.carousel-indicators.svelte-1jhcrt0{display:flex;justify-content:center;gap:.75rem;margin-top:2rem}.indicator.svelte-1jhcrt0{width:12px;height:12px;border-radius:50%;background-color:#d4af374d;border:none;cursor:pointer;transition:all .3s ease}.indicator.svelte-1jhcrt0:hover{background-color:#d4af3799;transform:scale(1.2)}.indicator.active.svelte-1jhcrt0{background-color:#d4af37;transform:scale(1.3)}@media(max-width:1024px){.testimonials-grid.svelte-1jhcrt0{grid-template-columns:repeat(2,1fr)}.carousel-wrapper.svelte-1jhcrt0{padding:0 50px}.carousel-btn.svelte-1jhcrt0{width:40px;height:40px}.carousel-btn.svelte-1jhcrt0 svg:where(.svelte-1jhcrt0){width:20px;height:20px}}@media(max-width:768px){.testimonials-grid.svelte-1jhcrt0{grid-template-columns:1fr}.carousel-wrapper.svelte-1jhcrt0{padding:0 40px}.carousel-btn.svelte-1jhcrt0{width:35px;height:35px}.carousel-btn.svelte-1jhcrt0 svg:where(.svelte-1jhcrt0){width:18px;height:18px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Montserrat,sans-serif;color:#e0e0e0;background-color:#1a1a1a;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Cormorant Garamond,serif;line-height:1.2;margin-bottom:1rem}h1{font-size:3.5rem;font-weight:700}h2{font-size:3.5rem;font-weight:600;color:#d4af37}h3{font-size:1.8rem;font-weight:600}p{margin-bottom:1rem;font-size:1rem;line-height:1.8}a{text-decoration:none;color:#d4af37;transition:all .3s ease}a:hover{color:#f4d03f}.app.svelte-1uha8ag{width:100%}
