.Hero-module__P_WY2G__hero{background-color:var(--color-gray-100);justify-content:center;align-items:center;height:600px;display:flex;position:relative;overflow:hidden}.Hero-module__P_WY2G__imageWrapper{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__P_WY2G__image{object-fit:cover}.Hero-module__P_WY2G__overlay{z-index:2;background:linear-gradient(135deg,#0006 0%,#0003 50%,#0006 100%);width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__P_WY2G__content{z-index:3;width:100%;max-width:1200px;padding:0 var(--spacing-md);justify-content:center;align-items:center;margin:0 auto;display:flex;position:relative}.Hero-module__P_WY2G__buttonContainer{gap:var(--spacing-lg);flex-wrap:wrap;justify-content:center;align-items:center;animation:.8s ease-out Hero-module__P_WY2G__fadeInUp;display:flex}@keyframes Hero-module__P_WY2G__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.Hero-module__P_WY2G__btnPrimary,.Hero-module__P_WY2G__btnSecondary{align-items:center;gap:var(--spacing-sm);border:2px solid #0000;border-radius:50px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #0003}.Hero-module__P_WY2G__btnPrimary{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%)}.Hero-module__P_WY2G__btnPrimary:before{content:"";background:#ffffff4d;border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module__P_WY2G__btnPrimary:hover:before{width:300px;height:300px}.Hero-module__P_WY2G__btnPrimary:hover{transform:translateY(-3px)scale(1.05);box-shadow:0 8px 25px #10b98166}.Hero-module__P_WY2G__btnPrimary:active{transform:translateY(-1px)scale(1.02)}.Hero-module__P_WY2G__btnSecondary{color:#1f2937;-webkit-backdrop-filter:blur(10px);background:#fffffff2}.Hero-module__P_WY2G__btnSecondary:before{content:"";background:linear-gradient(90deg,#0000,#fff6,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.Hero-module__P_WY2G__btnSecondary:hover:before{left:100%}.Hero-module__P_WY2G__btnSecondary:hover{border-color:#fffc;transform:translateY(-3px)scale(1.05);box-shadow:0 8px 25px #ffffff4d}.Hero-module__P_WY2G__btnSecondary:active{transform:translateY(-1px)scale(1.02)}.Hero-module__P_WY2G__btnText{z-index:1;letter-spacing:.5px;position:relative}.Hero-module__P_WY2G__btnIcon{z-index:1;font-size:1.2rem;transition:transform .3s;position:relative}.Hero-module__P_WY2G__btnPrimary:hover .Hero-module__P_WY2G__btnIcon{transform:translate(5px)}.Hero-module__P_WY2G__btnSecondary:hover .Hero-module__P_WY2G__btnIcon{transform:scale(1.2)rotate(10deg)}@media (max-width:768px){.Hero-module__P_WY2G__hero{height:500px}.Hero-module__P_WY2G__buttonContainer{gap:var(--spacing-md);flex-direction:column;width:100%}.Hero-module__P_WY2G__btnPrimary,.Hero-module__P_WY2G__btnSecondary{justify-content:center;width:100%;max-width:280px;padding:.9rem 2rem;font-size:1rem}.Hero-module__P_WY2G__overlay{background:linear-gradient(135deg,#00000080 0%,#0000004d 50%,#00000080 100%)}}@media (max-width:480px){.Hero-module__P_WY2G__btnPrimary,.Hero-module__P_WY2G__btnSecondary{padding:.8rem 1.5rem;font-size:.95rem}}
.AnimatedSection-module__9vYaCq__animatedSection{opacity:0;transition:all .8s cubic-bezier(.4,0,.2,1)}.AnimatedSection-module__9vYaCq__animatedSection.AnimatedSection-module__9vYaCq__visible{opacity:1}.AnimatedSection-module__9vYaCq__animatedSection.AnimatedSection-module__9vYaCq__up{transform:translateY(50px)}.AnimatedSection-module__9vYaCq__animatedSection.AnimatedSection-module__9vYaCq__up.AnimatedSection-module__9vYaCq__visible{transform:translateY(0)}.AnimatedSection-module__9vYaCq__animatedSection.AnimatedSection-module__9vYaCq__down{transform:translateY(-50px)}.AnimatedSection-module__9vYaCq__animatedSection.AnimatedSection-module__9vYaCq__down.AnimatedSection-module__9vYaCq__visible{transform:translateY(0)}.AnimatedSection-module__9vYaCq__animatedSection.AnimatedSection-module__9vYaCq__left{transform:translate(50px)}.AnimatedSection-module__9vYaCq__animatedSection.AnimatedSection-module__9vYaCq__left.AnimatedSection-module__9vYaCq__visible{transform:translate(0)}.AnimatedSection-module__9vYaCq__animatedSection.AnimatedSection-module__9vYaCq__right{transform:translate(-50px)}.AnimatedSection-module__9vYaCq__animatedSection.AnimatedSection-module__9vYaCq__right.AnimatedSection-module__9vYaCq__visible{transform:translate(0)}
.FeaturedCategories-module__FaBzsG__section{padding:var(--spacing-xl)0;background-color:var(--color-white)}.FeaturedCategories-module__FaBzsG__title{text-align:center;margin-bottom:var(--spacing-xl);color:var(--color-dark);font-size:2rem}.FeaturedCategories-module__FaBzsG__grid{gap:var(--spacing-md);grid-template-columns:repeat(2,1fr);display:grid}.FeaturedCategories-module__FaBzsG__card{border-radius:var(--radius-lg);background-color:var(--color-gray-100);border:2px solid #0000;justify-content:center;align-items:center;height:300px;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.FeaturedCategories-module__FaBzsG__card:hover{border-color:var(--primary);transform:translateY(-8px);box-shadow:0 20px 40px #00000026}.FeaturedCategories-module__FaBzsG__cardBackground{width:100%;height:100%;transition:transform .5s;position:absolute;top:0;left:0}.FeaturedCategories-module__FaBzsG__card:hover .FeaturedCategories-module__FaBzsG__cardBackground{transform:scale(1.1)}.FeaturedCategories-module__FaBzsG__cardHoverEffect{opacity:0;background:radial-gradient(circle,#ffffff1a 0%,#0000 70%);width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.FeaturedCategories-module__FaBzsG__card:hover .FeaturedCategories-module__FaBzsG__cardHoverEffect{opacity:1}.FeaturedCategories-module__FaBzsG__cardImage{object-fit:cover;transition:transform .5s}.FeaturedCategories-module__FaBzsG__card:hover .FeaturedCategories-module__FaBzsG__cardImage{transform:scale(1.05)}.FeaturedCategories-module__FaBzsG__cardOverlay{background:#0003;width:100%;height:100%;transition:background .3s;position:absolute;top:0;left:0}.FeaturedCategories-module__FaBzsG__card:hover .FeaturedCategories-module__FaBzsG__cardOverlay{background:#0000004d}.FeaturedCategories-module__FaBzsG__cardTitle{z-index:2;color:#fff;text-transform:uppercase;letter-spacing:.05em;text-shadow:0 2px 4px #0000004d;font-size:1.5rem;font-weight:700;transition:transform .3s;position:relative}.FeaturedCategories-module__FaBzsG__card:hover .FeaturedCategories-module__FaBzsG__cardTitle{transform:scale(1.05)}@media (min-width:768px){.FeaturedCategories-module__FaBzsG__grid{grid-template-columns:repeat(4,1fr)}.FeaturedCategories-module__FaBzsG__card{height:300px}}@media (max-width:767px){.FeaturedCategories-module__FaBzsG__section{padding:var(--spacing-lg)0}.FeaturedCategories-module__FaBzsG__title{margin-bottom:var(--spacing-lg);font-size:1.5rem}.FeaturedCategories-module__FaBzsG__grid{gap:var(--spacing-sm);grid-template-columns:1fr}.FeaturedCategories-module__FaBzsG__card{height:200px}.FeaturedCategories-module__FaBzsG__cardTitle{font-size:1.2rem}}@media (max-width:480px){.FeaturedCategories-module__FaBzsG__card{height:180px}.FeaturedCategories-module__FaBzsG__cardTitle{font-size:1rem}}
.StatsSection-module__FmhKJG__statsSection{background:linear-gradient(135deg,var(--color-light)0%,var(--color-white)100%);padding:4rem 0;position:relative;overflow:hidden}.StatsSection-module__FmhKJG__statsSection:before{content:"";pointer-events:none;background:radial-gradient(circle at 30%,#10b9810d 0%,#0000 50%);position:absolute;inset:0}.StatsSection-module__FmhKJG__statsGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;display:grid}.StatsSection-module__FmhKJG__statCard{text-align:center;border-radius:var(--radius-lg);border:1px solid var(--color-gray-200);background:#fff;padding:2rem;transition:all .3s;box-shadow:0 4px 6px #0000000d}.StatsSection-module__FmhKJG__statCard:hover{border-color:var(--primary);transform:translateY(-8px);box-shadow:0 12px 24px #0000001a}.StatsSection-module__FmhKJG__statNumber{background:linear-gradient(135deg,var(--primary)0%,var(--secondary)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:3rem;font-weight:800;line-height:1}.StatsSection-module__FmhKJG__statLabel{color:var(--color-gray-600);font-size:1rem;font-weight:500}@media (max-width:768px){.StatsSection-module__FmhKJG__statsSection{padding:3rem 0}.StatsSection-module__FmhKJG__statsGrid{grid-template-columns:repeat(2,1fr);gap:1rem}.StatsSection-module__FmhKJG__statCard{padding:1.5rem}.StatsSection-module__FmhKJG__statNumber{font-size:2rem}.StatsSection-module__FmhKJG__statLabel{font-size:.9rem}}@media (max-width:480px){.StatsSection-module__FmhKJG__statsSection{padding:2rem 0}.StatsSection-module__FmhKJG__statsGrid{grid-template-columns:1fr;gap:1rem}.StatsSection-module__FmhKJG__statCard{padding:1.25rem}.StatsSection-module__FmhKJG__statNumber{font-size:1.75rem}.StatsSection-module__FmhKJG__statLabel{font-size:.85rem}}
.NewsletterSection-module__EHS7ZG__newsletterSection{margin:4rem 0;padding:6rem 0;position:relative;overflow:hidden}.NewsletterSection-module__EHS7ZG__backgroundImage{background:linear-gradient(135deg,var(--primary)0%,var(--secondary)100%);opacity:.95;width:100%;height:100%;position:absolute;top:0;left:0}.NewsletterSection-module__EHS7ZG__backgroundImage:before{content:"";pointer-events:none;background-image:radial-gradient(circle at 20%,#ffffff1a 0%,#0000 50%),radial-gradient(circle at 80% 80%,#ffffff1a 0%,#0000 50%);width:100%;height:100%;position:absolute;top:0;left:0}.NewsletterSection-module__EHS7ZG__overlay{background:linear-gradient(135deg,#10b981e6 0%,#3b82f6e6 100%);width:100%;height:100%;position:absolute;top:0;left:0}.NewsletterSection-module__EHS7ZG__content{z-index:2;text-align:center;color:#fff;max-width:700px;margin:0 auto;position:relative}.NewsletterSection-module__EHS7ZG__title{letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;font-weight:800;line-height:1.2}.NewsletterSection-module__EHS7ZG__subtitle{opacity:.95;margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.NewsletterSection-module__EHS7ZG__form{gap:1rem;max-width:500px;margin:0 auto;display:flex}.NewsletterSection-module__EHS7ZG__input{border-radius:var(--radius-lg);color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #ffffff4d;flex:1;padding:1rem 1.5rem;font-size:1rem;transition:all .3s}.NewsletterSection-module__EHS7ZG__input::placeholder{color:#ffffffb3}.NewsletterSection-module__EHS7ZG__input:focus{background:#ffffff26;border-color:#fff9;outline:none}.NewsletterSection-module__EHS7ZG__submitBtn{color:var(--primary);border-radius:var(--radius-lg);cursor:pointer;white-space:nowrap;background:#fff;border:none;padding:1rem 2rem;font-size:1rem;font-weight:700;transition:all .3s}.NewsletterSection-module__EHS7ZG__submitBtn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0003}.NewsletterSection-module__EHS7ZG__successMessage{color:#ffffffe6;margin-top:1rem;font-weight:500;animation:.3s NewsletterSection-module__EHS7ZG__fadeIn}.NewsletterSection-module__EHS7ZG__errorMessage{color:#fee2e2;background:#dc262633;border:1px solid #dc26264d;border-radius:8px;margin-top:1rem;padding:.75rem 1rem;font-weight:500;animation:.3s NewsletterSection-module__EHS7ZG__fadeIn}@keyframes NewsletterSection-module__EHS7ZG__fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.NewsletterSection-module__EHS7ZG__newsletterSection{padding:4rem 0}.NewsletterSection-module__EHS7ZG__title{font-size:2rem}.NewsletterSection-module__EHS7ZG__subtitle{font-size:1rem}.NewsletterSection-module__EHS7ZG__form{flex-direction:column}.NewsletterSection-module__EHS7ZG__submitBtn{width:100%}}
