.footer{background-color:hsl(0,0%,-3%);padding:4rem 0 2rem;border-top:1px solid hsla(0,0%,100%,.05);color:#9a9a9a}.footer__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:3rem;gap:3rem;margin-bottom:4rem}.footer__brand{grid-column:span 1}.footer__logo{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.footer__logo .gradient-text{background-size:200% auto;animation:gradientTextShift 8s ease infinite}.footer__slogan{font-size:.8125rem;line-height:1.6;margin-bottom:1.5rem;max-width:280px}.footer__separator{width:100%;height:1px;background-color:hsla(0,0%,100%,.1);margin:1.5rem 0}.footer__connect{margin-top:1.5rem}.footer__connect .footer__heading{margin-bottom:.75rem;font-size:.8125rem}.footer__connect .footer__heading:after{width:25px;bottom:-6px}.footer__social{display:flex;gap:1rem}.footer__social-icon{font-size:1.125rem;color:#9a9a9a;transition:all .3s ease}.footer__social-icon:hover{color:#fff;transform:translateY(-3px)}.footer__links{grid-column:span 1}.footer__heading{font-size:1rem;color:#fff;font-weight:500;margin-bottom:1.5rem;position:relative}.footer__heading:after{content:"";position:absolute;left:0;bottom:-8px;height:2px;width:30px;background:#efbf04}.footer__links ul{list-style:none;padding:0;margin:0}.footer__links ul li{margin-bottom:1rem}.footer__links ul a{color:#9a9a9a;text-decoration:none;font-size:.8125rem;transition:all .3s ease;position:relative;padding-left:0}.footer__links ul a:before{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background-color:#fff;transition:width .3s ease}.footer__links ul a:hover{color:#fff}.footer__links ul a:hover:before{width:100%}.footer__cta{grid-column:span 1}.footer__cta-card{background:rgba(0,0,0,.5);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;padding:2rem;margin-bottom:2rem;display:flex;justify-content:space-between;align-items:center}.footer__cta-content{flex:1 1;display:flex;flex-direction:column;gap:.75rem}.footer__cta-title{font-size:1rem;font-weight:600;color:#fff;line-height:1.3;letter-spacing:.01em}.footer__cta-text{font-size:.8125rem;line-height:1.6;letter-spacing:.01em;color:#9a9a9a}.footer__cta-button-container{display:flex;align-items:center;justify-content:center}.footer__cta-button{display:inline-block;background:#efbf04;color:#fff;font-size:.8125rem;font-weight:500;padding:1rem 3rem;border-radius:8px;text-decoration:none;transition:all .3s ease;white-space:nowrap;letter-spacing:.02em}.footer__cta-button:hover{background:rgb(251.024691358,203.3209876543,17.475308642);transform:translateY(-2px)}.footer__app-buttons{display:flex;flex-direction:column;gap:.75rem}.footer__app-button{display:flex;align-items:center;gap:.75rem;background:rgba(0,0,0,.5);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;padding:.75rem 1rem;color:#fff;text-decoration:none;font-size:.8125rem;transition:all .3s ease}.footer__app-button:hover{background:rgba(0,0,0,.8);border-color:hsla(0,0%,100%,.2)}.footer__app-button svg{font-size:1.2em}.footer__divider{height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.05),transparent);margin-bottom:2rem}.footer__copyright{text-align:center;font-size:.8125rem;color:#9a9a9a}@media(max-width:1024px){.footer__grid{grid-template-columns:repeat(2,1fr)}.footer__brand,.footer__cta{grid-column:span 2}}@media(max-width:768px){.footer{padding:3rem 0 1.5rem}.footer__grid{gap:2rem}}@media(max-width:640px){.footer__grid{grid-template-columns:1fr}.footer__brand,.footer__cta,.footer__links{grid-column:span 1}.footer__app-buttons{flex-direction:row}}@keyframes gradientTextShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}:root{--primary-color:#FF7130;--primary-color-light:rgb(255,147.9855072464,99);--primary-color-dark:rgb(252,79.1304347826,0)}body,html{margin:0;padding:0;scroll-behavior:smooth;height:100%;box-sizing:border-box}*,:after,:before{box-sizing:inherit}body{background-color:#000;color:#fff;line-height:1.6;overflow-x:hidden}body body{font-family:var(--font-inter),"Inter",sans-serif}.app{min-height:100vh;position:relative}.gradient-text{background:linear-gradient(135deg,#fede41,#EFBF04,#FF7130);-webkit-background-clip:text;background-clip:text;color:rgba(0,0,0,0)}.container{padding:0 2rem}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}@keyframes glow{0%{box-shadow:0 0 5px rgba(239,191,4,.5)}50%{box-shadow:0 0 20px rgba(239,191,4,.8)}to{box-shadow:0 0 5px rgba(239,191,4,.5)}}.homepage{overflow:hidden}.container{max-width:1400px;margin:0 auto;padding:0 1rem;width:100%}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;overflow:hidden}.hero__background,.hero__gradient-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.hero__gradient-overlay{background:#000;opacity:.1}.hero__particles{position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 1px 1px,rgba(255,255,255,.1) 1px,transparent 0);background-size:40px 40px;animation:float 6s ease-in-out infinite;z-index:-1}.hero__content{max-width:1400px;margin:0 auto;text-align:center;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:2.5rem;padding-bottom:2.5rem}.hero__title{font-size:2.6rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:-.02em;color:#fff;font-family:var(--font-inter)}.hero__title .gradient-text{display:block;margin-bottom:1.5rem;color:linear-gradient(135deg,#fede41,#EFBF04,#FF7130);font-size:2.7rem;font-weight:800}.hero__title img{display:block;margin:0 auto 1.5rem;height:64px;width:auto}.hero__subtitle{font-size:1.5rem;margin-bottom:2.5rem;opacity:.9;max-width:900px;margin-left:auto;margin-right:auto;color:#9a9a9a;font-weight:400;font-family:var(--font-inter)}.hero__buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin-top:1.5rem}.hero__cta{border:none;padding:1.1rem 2.5rem;font-size:1.15rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 24px rgba(93,63,211,.3)}.hero__cta,.hero__cta--primary{font-weight:700;border-radius:50px}.hero__cta--primary{background:#efbf04;color:#fff;position:relative;box-shadow:0 0 16px 3px rgba(93,63,211,.3);animation:violetGlowFade 2s ease-in-out infinite;transition:transform .2s,box-shadow .2s}.hero__cta--primary:hover{transform:translateY(-2px) scale(1.04);box-shadow:0 0 28px 8px rgba(93,63,211,.4);background:#ff7130}.hero__cta--secondary{background:rgba(0,0,0,0);color:#fff;border:2px solid #fff}.hero__cta--secondary:hover{background:hsla(0,0%,100%,.1);transform:translateY(-2px);box-shadow:0 8px 32px rgba(93,63,211,.3)}.hero__columns{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:3rem;width:100%;min-height:70vh}.hero__left{flex:.8 1;flex-direction:column;align-items:flex-start}.hero__left,.hero__right{display:flex;justify-content:center;min-width:0}.hero__right{flex:1.2 1;align-items:center}@media(max-width:900px){.hero__columns{flex-direction:column;gap:2rem;min-height:unset}.hero__left,.hero__right{width:100%;align-items:center;justify-content:center}.hero__title,.hero__title .gradient-text{font-size:3rem}.hero__subtitle{font-size:1.25rem}}@media(max-width:600px){.hero__content{padding-top:1.5rem;padding-bottom:1.5rem}.hero__title,.hero__title .gradient-text{font-size:2rem}.hero__subtitle{font-size:1rem}.hero__buttons{flex-direction:column;gap:1rem}}@keyframes pulse-glow{0%{transform:scale(0);opacity:0}50%{transform:scale(1);opacity:.8}to{transform:scale(0);opacity:0}}@keyframes violetGlowFade{0%{box-shadow:0 0 16px 3px rgba(93,63,211,0)}50%{box-shadow:0 0 24px 8px rgba(93,63,211,.4)}to{box-shadow:0 0 16px 3px rgba(93,63,211,0)}}.categories{padding:8rem 0;background:rgba(0,0,0,.8)}.categories .section-title{text-align:center;font-size:3rem;margin-bottom:4rem;background:linear-gradient(135deg,#fede41,#EFBF04,#FF7130);-webkit-background-clip:text;background-clip:text;color:rgba(0,0,0,0)}.categories__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;padding:0 1rem}.category-card{background:hsla(0,0%,100%,.05);border-radius:20px;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1);transition:all .3s ease}.category-card:hover{background:hsla(0,0%,100%,.1);transform:translateY(-2px);box-shadow:0 10px 20px rgba(0,0,0,.2)}.category-card__content h3{font-size:1.5rem;margin-bottom:1rem;color:#fff}.category-card__content p{color:hsla(0,0%,100%,.7)}.cta-strip{position:relative;padding:6rem 0;background:linear-gradient(135deg,#fede41,#EFBF04,#FF7130);-webkit-clip-path:polygon(0 15%,100% 0,100% 85%,0 100%);clip-path:polygon(0 15%,100% 0,100% 85%,0 100%)}.cta-strip__content{text-align:center;max-width:800px;margin:0 auto}.cta-strip h2{font-size:3rem;margin-bottom:1.5rem;color:#fff}.cta-strip p{font-size:1.125rem;margin-bottom:2rem;opacity:.9}.cta-strip__button{background:#fff;color:#000;border:none;padding:1rem 3rem;font-size:1.125rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease}.cta-strip__button:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(0,0,0,.2)}.testimonials{padding:8rem 0;background:rgba(0,0,0,.9)}.testimonials__header{text-align:center;margin-bottom:6rem}.testimonials__header .section-title{margin-top:-50px;font-size:3rem;margin-bottom:1.5rem;background:linear-gradient(135deg,#fede41,#EFBF04,#FF7130);-webkit-background-clip:text;background-clip:text;color:rgba(0,0,0,0);font-weight:800}.testimonials__header .section-subtitle{font-size:1.125rem;color:hsla(0,0%,100%,.7);max-width:600px;margin:0 auto}.testimonials__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:3rem;gap:3rem;margin-bottom:4rem}.testimonial-card{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08);border-radius:20px;padding:3rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;position:relative;overflow:hidden}.testimonial-card:before{content:'"';position:absolute;top:-10px;left:20px;font-size:4rem;color:rgba(254,222,65,.3);font-family:serif}.testimonial-card:hover{background:hsla(0,0%,100%,.05);border-color:rgba(254,222,65,.3);transform:translateY(-2px);box-shadow:0 15px 30px rgba(0,0,0,.3)}.testimonial-card__rating{display:flex;gap:4px;margin-bottom:1.5rem}.testimonial-card__rating .star-icon{color:#efbf04;width:20px;height:20px;fill:#efbf04}.testimonial-card__text{font-size:1.125rem;line-height:1.6;color:hsla(0,0%,100%,.9);margin-bottom:2rem;font-style:italic}.testimonial-card__author{display:flex;align-items:center;gap:1rem}.testimonial-card__avatar .avatar-placeholder{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#fede41,#EFBF04);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.125rem;box-shadow:0 4px 16px rgba(93,63,211,.3)}.testimonial-card__info h4{font-size:1.125rem;font-weight:600;color:#fff;margin:0 0 4px}.testimonial-card__info p{font-size:.8125rem;color:hsla(0,0%,100%,.6);margin:0}.faq-section{padding:8rem 0;background:rgba(0,0,0,.95)}.faq-section__header{text-align:center;margin-bottom:6rem}.faq-section__header .section-title{margin-top:-150px;font-size:3rem;margin-bottom:1.5rem;background:linear-gradient(135deg,#fede41,#EFBF04,#FF7130);-webkit-background-clip:text;background-clip:text;color:rgba(0,0,0,0);font-weight:800}.faq-section__header .section-subtitle{font-size:1.125rem;color:hsla(0,0%,100%,.7);max-width:600px;margin:0 auto}.faq-section__grid{max-width:800px;margin:0 auto 4rem;display:flex;flex-direction:column;gap:1rem}.faq-section__cta{text-align:center;padding:4rem;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08);border-radius:20px;max-width:500px;margin:0 auto}.faq-section__cta p{font-size:1.125rem;color:hsla(0,0%,100%,.8);margin-bottom:1.5rem}.faq-section__cta .cta-button{background:linear-gradient(135deg,#fede41,#EFBF04);border:none;padding:1rem 3rem;font-size:1.125rem;font-weight:600;color:#fff;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 24px rgba(93,63,211,.3)}.faq-section__cta .cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 32px rgba(93,63,211,.4);background:linear-gradient(135deg,#FF7130,#fede41)}.faq-item{background:background-dark;border:1px solid hsla(0,0%,100%,.08);border-radius:12px;overflow:hidden;transition:all .3s ease;cursor:pointer}.faq-item:hover{background:hsla(0,0%,100%,.05);border-color:hsla(0,0%,100%,.12);transform:translateY(-1px)}.faq-item.active{background:hsla(0,0%,100%,.05);border-color:#fede41;box-shadow:0 4px 16px rgba(93,63,211,.2)}.faq-item.active .faq-item__question h3{color:#efbf04}.faq-item.active .faq-item__question .chevron-icon{transform:rotate(180deg);color:#efbf04}.faq-item.active .faq-item__answer{max-height:500px;opacity:1;padding:2rem}.faq-item__question{display:flex;justify-content:space-between;align-items:center;padding:2rem;transition:all .3s ease}.faq-item__question h3{font-size:1.125rem;font-weight:600;margin:0;transition:color .3s ease;flex:1 1;padding-right:1.5rem;color:#fff}.faq-item__question .chevron-icon{width:24px;height:24px;transition:all .3s ease;color:hsla(0,0%,100%,.5);flex-shrink:0}.faq-item__answer{max-height:0;opacity:0;padding:0 2rem;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.faq-item__answer p{font-size:1rem;line-height:1.6;margin:0;color:hsla(0,0%,100%,.8)}@media(max-width:768px){.hero__title{font-size:2.5rem}.hero__subtitle{font-size:1.125rem}.categories{padding:4rem 0}.categories .section-title{font-size:2.5rem}.cta-strip{padding:4rem 0}.cta-strip h2{font-size:2.5rem}.testimonials{padding:4rem 0}.testimonials__header .section-title{font-size:2.5rem}.testimonials__grid{grid-template-columns:1fr;gap:2rem}.faq-section{padding:4rem 0}.faq-section__header .section-title{font-size:2.5rem}.faq-section__grid{gap:.75rem}}@media(max-width:600px){.testimonial-card{padding:2rem}.testimonial-card__text{font-size:1rem}.faq-item__question{padding:1.5rem}.faq-item__question h3{font-size:1rem}.faq-item__answer{padding:0 1.5rem}}.marquee-wrapper{width:700px;height:700px;max-width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.custom-marquee,.custom-marquee .size-\[1720px\]{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important}.custom-marquee .size-\[1720px\]{transform:none!important}.custom-marquee img{width:200px!important;height:300px!important;object-fit:cover;border-radius:12px}