@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600&display=swap");.hero{padding:100px 20px;text-align:center;background-color:#efe7f7;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 50% 50%,rgba(211,174,255,.1) 2px,transparent 0),radial-gradient(circle at 25% 25%,hsla(48,99%,69%,.05) 1px,transparent 0),radial-gradient(circle at 75% 75%,rgba(211,174,255,.08) 1.5px,transparent 0);background-size:60px 52px,30px 26px,40px 35px;background-position:0 0,30px 26px,45px 17px;opacity:.6;z-index:1}.hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:3}.moone-logo{width:200px;height:auto;margin:0 auto 40px;display:block}.hero-title{font-family:Roboto Slab,serif;font-size:96px;font-weight:400;color:#000;margin-bottom:30px;line-height:1.2;overflow:visible}.hero-title .cursive{font-family:Dancing Script,cursive;font-weight:600;font-size:1.1em}.animated-word{display:inline-block;font-family:Roboto Slab,serif;background:linear-gradient(45deg,#e6b800,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700;font-size:1.2em;position:relative;transition:all .3s ease-in-out;padding-bottom:10px;margin-bottom:-10px}.animated-word.fade-out{opacity:0;transform:translateY(-15px) scale(.95)}.animated-word.fade-in{opacity:1;transform:translateY(0) scale(1)}.hero-subtitle{font-family:Roboto Slab,sans-serif;font-size:24px;color:#000;margin-bottom:40px}.cta-button{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;min-width:-moz-fit-content;min-width:fit-content}@media (max-width:1024px){.hero-title{font-size:72px}.cta-button{font-size:22px;padding:15px 20px}}@media (max-width:768px){.hero-title{font-size:48px;line-height:1.25}.animated-word{font-size:1.1em;padding-bottom:8px;margin-bottom:-8px}.animated-word.fade-out{transform:translateY(-8px) scale(.95)}.moone-logo{width:160px;margin-bottom:30px}.cta-button,.hero-subtitle{font-size:20px}.cta-button{padding:12px 20px}}@media (max-width:480px){.hero-title{font-size:36px;line-height:1.3}.animated-word{font-size:1.05em;padding-bottom:6px;margin-bottom:-6px}.animated-word.fade-out{transform:translateY(-6px) scale(.95)}.moone-logo{width:130px;margin-bottom:20px}.cta-button,.hero-subtitle{font-size:18px}.cta-button{padding:10px 15px}}html{scroll-behavior:smooth}.benefits-section{background-color:#efe7f7;padding:80px 20px;display:flex;justify-content:center;align-items:center}.benefits-content{text-align:center;max-width:1200px;width:100%}.benefits-heading{font-size:64px;font-weight:400;margin-bottom:0}.benefits-heading,.benefits-subheading{font-family:Roboto Slab,serif;color:#000}.benefits-subheading{font-size:24px;margin-bottom:60px}.benefits-features{display:flex;justify-content:space-between;margin-bottom:40px;flex-wrap:wrap}.feature-item{flex:1;max-width:360px;text-align:center;margin-bottom:20px}.feature-icon{width:160px;height:160px;display:flex;justify-content:center;align-items:center;margin:0 auto 20px}.feature-description{font-size:20px;line-height:1.5}.cta-button,.feature-description{font-family:Roboto Slab,serif;color:#000}.cta-button{display:inline-block;width:200px;padding:15px 30px;font-size:24px;background:linear-gradient(90deg,#fede64,#d3aeff);border:3px solid #000;border-radius:60px;cursor:pointer;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.cta-button:hover{transform:scale(1.05);box-shadow:0 10px 20px rgba(0,0,0,.2)}@media (max-width:768px){.benefits-features{flex-direction:column;align-items:center}.feature-item{max-width:none;width:100%;margin-bottom:40px}.feature-icon{width:100px;height:100px}.benefits-heading{font-size:36px}.benefits-subheading{font-size:20px}.cta-button{width:160px;font-size:18px;padding:10px 15px}}@media (max-width:480px){.cta-button{width:160px;font-size:18px;padding:10px 15px}}.clients-section{padding:80px 20px;background-color:transparent;position:relative;z-index:2}.clients-container{max-width:1200px;margin:0 auto;text-align:center}.clients-header{margin-bottom:60px}.clients-title{font-family:Roboto Slab,serif;font-size:48px;font-weight:700;color:#000;margin-bottom:20px;line-height:1.2}.clients-subtitle{font-family:Roboto Slab,sans-serif;font-size:20px;color:#000;max-width:600px;margin:0 auto;line-height:1.5}.clients-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;align-items:center;justify-items:center}.client-logo-wrapper{display:flex;align-items:center;justify-content:center;padding:20px;border-radius:12px;background-color:transparent;border:none;transition:all .3s ease;min-height:100px;width:100%;max-width:200px}.client-logo-wrapper:hover{transform:translateY(-5px)}.client-logo{max-width:100%;max-height:60px;width:auto;height:auto;filter:grayscale(100%);opacity:.7;transition:all .3s ease}.client-logo-wrapper:hover .client-logo{filter:grayscale(0);opacity:1}@media (max-width:768px){.clients-section{padding:60px 20px}.clients-title{font-size:36px}.clients-subtitle{font-size:18px}.clients-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:30px}.client-logo-wrapper{padding:15px;min-height:80px;max-width:150px}.client-logo{max-height:50px}}@media (max-width:480px){.clients-section{padding:40px 15px}.clients-title{font-size:28px}.clients-subtitle{font-size:16px}.clients-grid{grid-template-columns:repeat(2,1fr);gap:20px}.client-logo-wrapper{padding:12px;min-height:70px}.client-logo{max-height:40px}}.contact-section{padding:80px 20px;text-align:center}.contact-container{max-width:800px;margin:0 auto}.contact-heading{font-size:48px;font-weight:400;margin-bottom:24px}.contact-heading,.contact-subheading{font-family:Roboto Slab,serif;color:#000}.contact-subheading{font-size:20px;line-height:1.5;margin-bottom:40px;max-width:700px;margin-left:auto;margin-right:auto}.contact-button{display:inline-block;padding:15px 40px;font-family:Roboto Slab,serif;font-size:24px;color:#000;text-decoration:none;background:linear-gradient(90deg,#fede64,#d3aeff);border:3px solid #000;border-radius:60px;transition:transform .3s ease,box-shadow .3s ease}.contact-button:hover{transform:scale(1.05);box-shadow:0 10px 20px rgba(0,0,0,.2)}@media (max-width:768px){.contact-heading{font-size:36px}.contact-subheading{font-size:18px;padding:0 20px}.contact-button{font-size:20px;padding:12px 30px}}.faq-section{background-color:#efe7f7;padding:20px;text-align:left}.faq-title{font-family:Roboto Slab,serif;font-size:48px;font-weight:400;color:#000;margin-bottom:60px;text-align:center}.faq-list{max-width:800px;margin:0 auto}.faq-item{margin-bottom:20px;border-bottom:1px solid #000;overflow:hidden}.faq-question{font-family:Roboto Slab,serif;font-size:24px;color:#000;display:flex;align-items:center;justify-content:space-between;cursor:pointer;padding:20px 0;position:relative}.faq-icon{font-size:24px;transition:transform .3s ease-in-out;margin-left:10px}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;opacity:0;margin-bottom:20px}.faq-answer.active{opacity:1}.faq-answer p{font-family:Roboto,sans-serif;font-size:18px;color:#000;padding:10px 0;margin:0}.faq-question.active .faq-icon{transform:rotate(90deg)}@media (max-width:768px){.faq-title{font-size:36px;margin-bottom:40px}.faq-question{padding:15px 0}.faq-icon,.faq-question{font-size:20px}.faq-answer p{font-size:16px;padding:8px 0}.faq-list{padding:0 15px}}.footer{padding:0;text-align:center}.footer-full-width{width:100vw;padding:60px 20px;background:linear-gradient(90deg,#fede64,#ffb1b1,#d3aeff)}.footer-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:20px}.footer-logo{height:40px;width:auto}.footer-text{font-family:Roboto Slab,serif;font-size:16px;color:#000;margin:0}@media (max-width:768px){.footer-full-width{padding:40px 20px}.footer-logo{height:32px}.footer-text{font-size:14px}}.LatestWork_latestWorkSection__4oG3T{position:relative;padding:20px 20px 80px;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;z-index:10}.LatestWork_latestProjectsWrapper__BvrbI{margin-bottom:40px;font-size:32px;z-index:11}.LatestWork_badgeText__N7lwt{font-family:Roboto Slab,serif;color:#000}.LatestWork_heroImagesWrapper__beWyk{display:flex;gap:10px;will-change:transform}.LatestWork_heroImageWrapper__nb9fI{width:400px;height:400px;flex-shrink:0;overflow:hidden;border-radius:15px;box-shadow:0 10px 20px rgba(0,0,0,.1);z-index:12;cursor:pointer;transition:transform .2s ease}.LatestWork_heroImageWrapper__nb9fI:hover{transform:scale(1.02)}.LatestWork_imageFill__Akolo{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.LatestWork_modalBackdrop__Ujcpa{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;background-color:rgba(0,0,0,.8)!important;display:flex!important;justify-content:center!important;align-items:center!important;z-index:999999!important;padding:20px!important;animation:LatestWork_fadeIn__v9Rqy .2s ease-out}.LatestWork_modalContent__390ZV{position:relative!important;max-width:90vw!important;max-height:90vh!important;border-radius:12px!important;overflow:hidden!important;background-color:#fff!important;animation:LatestWork_scaleIn__oWcij .2s ease-out;z-index:999999!important}.LatestWork_modalImage__0cO7J{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.LatestWork_closeButton__Tj0ms{position:absolute;top:10px;right:10px;width:40px;height:40px;border-radius:50%;background-color:rgba(0,0,0,.5);color:#fff;border:none;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s;z-index:9999999!important}.LatestWork_closeButton__Tj0ms:hover{background-color:rgba(0,0,0,.7)}@keyframes LatestWork_fadeIn__v9Rqy{0%{opacity:0}to{opacity:1}}@keyframes LatestWork_scaleIn__oWcij{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}@media (max-width:768px){.LatestWork_heroImageWrapper__nb9fI{border-radius:6px;width:180px;height:180px}.LatestWork_modalContent__390ZV{width:100%;height:auto;max-height:80vh}.LatestWork_modalImage__0cO7J{max-height:80vh;width:100%;-o-object-fit:contain;object-fit:contain}.LatestWork_closeButton__Tj0ms{top:8px;right:8px;width:32px;height:32px;font-size:20px}}@media (max-width:480px){.LatestWork_heroImageWrapper__nb9fI{border-radius:4px;width:100px;height:100px}}.moonephase-section{position:relative;z-index:8;padding:0;margin:0}.moonephase-section>div{min-height:auto;padding:0}@media (max-width:768px){.moonephase-section>div{min-height:auto;padding:0}}@media (max-width:480px){.moonephase-section>div{padding:0}}.services-section{background-color:#efe7f7;padding:80px 0;text-align:center}.services-heading{font-family:Roboto Slab,serif;font-size:64px;font-weight:400;color:#000;margin-bottom:40px}.marquee-container{overflow:hidden;white-space:nowrap;width:100%}.marquee{display:inline-block;animation:marquee 25s linear infinite}.service-item{display:inline-block;margin:0 20px;padding:12px 24px;border-radius:50px;font-family:Roboto,sans-serif;font-size:18px;color:#fff}.orange{background-color:#fe7c00}.purple{background-color:#9b51e0}.blue{background-color:#2d9cdb}.teal{background-color:#27ae60}.pink{background-color:#eb5757}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:768px){.services-heading{font-size:32px}.service-item{font-size:16px;margin:0 16px;padding:10px 20px}}