.Hero-module__s-6kkG__hero{background-color:var(--background);background-image:radial-gradient(circle at 10% 20%,#cf06 0%,#0000 20%),radial-gradient(circle at 90% 80%,#ff007f33 0%,#0000 20%);align-items:center;min-height:90vh;display:flex;position:relative;overflow:hidden}.Hero-module__s-6kkG__container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;width:100%;display:grid}.Hero-module__s-6kkG__content{z-index:10}.Hero-module__s-6kkG__badge{background:var(--primary);color:var(--primary-foreground);letter-spacing:.05em;text-transform:uppercase;border:2px solid #000;border-radius:999px;margin-bottom:2rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:800;display:inline-block;transform:rotate(-2deg);box-shadow:4px 4px #000}.Hero-module__s-6kkG__title{letter-spacing:-.04em;color:var(--foreground);margin-bottom:1.5rem;font-size:5rem;font-weight:900;line-height:.9}.Hero-module__s-6kkG__highlight{color:var(--secondary);text-shadow:2px 2px #000;-webkit-text-stroke:2px #000;display:block}.Hero-module__s-6kkG__subtitle{color:var(--muted-foreground);max-width:500px;margin-bottom:3rem;font-size:1.5rem;font-weight:500;line-height:1.4}.Hero-module__s-6kkG__imageWrapper{justify-content:center;align-items:center;width:100%;height:600px;display:flex;position:relative}.Hero-module__s-6kkG__heroImage{object-fit:contain;filter:drop-shadow(10px 10px #0003);transform-origin:50%;animation:3s ease-in-out infinite Hero-module__s-6kkG__bounce}.Hero-module__s-6kkG__glow{background:var(--accent);opacity:.1;z-index:-1;border-radius:40% 60% 70% 30%/40% 50% 60%;width:60vw;max-width:600px;height:60vw;max-height:600px;animation:8s ease-in-out infinite Hero-module__s-6kkG__morph;position:absolute}.Hero-module__s-6kkG__ctaWrapper{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}@keyframes Hero-module__s-6kkG__bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes Hero-module__s-6kkG__morph{0%,to{border-radius:40% 60% 70% 30%/40% 50% 60%}34%{border-radius:70% 30% 50% 50%/30% 30% 70% 70%}67%{border-radius:100% 60% 60% 100%/100% 100% 60% 60%}}@media (max-width:768px){.Hero-module__s-6kkG__hero{min-height:auto;padding:2rem 0;overflow-x:hidden}.Hero-module__s-6kkG__container{text-align:center;grid-template-columns:1fr;gap:1rem}.Hero-module__s-6kkG__title{margin-bottom:.5rem;font-size:2.2rem}.Hero-module__s-6kkG__subtitle{margin-bottom:1.5rem;margin-left:auto;margin-right:auto;font-size:1rem}.Hero-module__s-6kkG__ctaWrapper{flex-direction:column;gap:.75rem;width:100%}.Hero-module__s-6kkG__imageWrapper{height:auto;min-height:250px;margin-top:1rem}.Hero-module__s-6kkG__heroImage{width:100%;height:auto}}
.HowItWorks-module__Hv8dkq__section{background-color:var(--background);padding:8rem 0;position:relative}.HowItWorks-module__Hv8dkq__title{text-align:center;text-transform:uppercase;letter-spacing:-.02em;margin-bottom:4rem;font-size:3rem;font-weight:800}.HowItWorks-module__Hv8dkq__steps{counter-reset:step;grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.HowItWorks-module__Hv8dkq__step{text-align:center;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;align-items:center;padding:2rem;transition:transform .3s;display:flex;position:relative}.HowItWorks-module__Hv8dkq__step:hover{border-color:var(--primary);transform:translateY(-10px)}.HowItWorks-module__Hv8dkq__step:before{counter-increment:step;content:"0" counter(step);color:#ffffff0d;font-size:4rem;font-weight:900;line-height:1;position:absolute;top:1rem;right:1.5rem}.HowItWorks-module__Hv8dkq__iconWrapper{width:80px;height:80px;color:var(--primary);background:#ccff001a;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.HowItWorks-module__Hv8dkq__stepTitle{color:var(--foreground);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.HowItWorks-module__Hv8dkq__stepDesc{color:var(--muted-foreground);line-height:1.6}@media (max-width:768px){.HowItWorks-module__Hv8dkq__section{padding:4rem 1rem}.HowItWorks-module__Hv8dkq__title{margin-bottom:2rem;font-size:2.2rem}.HowItWorks-module__Hv8dkq__steps{grid-template-columns:1fr;gap:1.5rem}}
.FeaturedCategories-module__rdSFCq__section{background-color:var(--background);padding:6rem 0}.FeaturedCategories-module__rdSFCq__header{text-align:center;margin-bottom:4rem}.FeaturedCategories-module__rdSFCq__title{text-transform:uppercase;letter-spacing:-.02em;color:var(--foreground);margin-bottom:1rem;font-size:3rem;font-weight:900}.FeaturedCategories-module__rdSFCq__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.FeaturedCategories-module__rdSFCq__card{border-radius:var(--radius);aspect-ratio:4/5;cursor:pointer;border:4px solid var(--foreground);background:#fff;transition:all .2s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:hidden}.FeaturedCategories-module__rdSFCq__card:hover{box-shadow:8px 8px 0px var(--primary);border-color:var(--foreground);transform:translate(-5px,-5px)}.FeaturedCategories-module__rdSFCq__imageWrapper{width:100%;height:100%;transition:transform .5s cubic-bezier(.25,.46,.45,.94);position:relative}.FeaturedCategories-module__rdSFCq__card:hover .FeaturedCategories-module__rdSFCq__imageWrapper{transform:scale(1.1)rotate(2deg)}.FeaturedCategories-module__rdSFCq__overlay{background:linear-gradient(#0000,#000c);flex-direction:column;justify-content:flex-end;width:100%;height:60%;padding:2rem;display:flex;position:absolute;bottom:0;left:0}.FeaturedCategories-module__rdSFCq__categoryTitle{color:#fff;text-transform:uppercase;text-shadow:2px 2px #000;margin-bottom:.5rem;font-size:2rem;font-weight:900;transition:transform .2s;transform:translateY(0)}.FeaturedCategories-module__rdSFCq__card:hover .FeaturedCategories-module__rdSFCq__categoryTitle{color:var(--primary);transform:translateY(-5px)}.FeaturedCategories-module__rdSFCq__linkStart{background:var(--primary);color:var(--foreground);text-transform:uppercase;border:2px solid #000;border-radius:999px;align-items:center;gap:.5rem;width:fit-content;padding:.5rem 1rem;font-size:1rem;font-weight:800;display:inline-flex;box-shadow:2px 2px #000}@media (max-width:768px){.FeaturedCategories-module__rdSFCq__section{padding:4rem 1rem}.FeaturedCategories-module__rdSFCq__title{font-size:2.2rem}.FeaturedCategories-module__rdSFCq__header{margin-bottom:2rem}.FeaturedCategories-module__rdSFCq__grid{grid-template-columns:1fr;gap:1.5rem}.FeaturedCategories-module__rdSFCq__card{aspect-ratio:1}.FeaturedCategories-module__rdSFCq__categoryTitle{font-size:1.5rem}.FeaturedCategories-module__rdSFCq__overlay{height:auto;min-height:50%;padding:1.5rem}}
.page-module___8aEwW__main{flex-direction:column;width:100%;display:flex;overflow-x:hidden}
