.homepage-section{padding:3.5rem 0}.homepage-section:nth-child(even){background:var(--infinity-surface,#F8FAFC)}@media (min-width:768px){.homepage-section{padding:4.5rem 0}}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;gap:1rem}.section-title{font-family:var(--font-heading,'Poppins',sans-serif);font-size:clamp(1.375rem,3vw,1.875rem);font-weight:700;margin:0;color:var(--infinity-dark,#1E293B);position:relative;padding-bottom:0.625rem}.section-title::after{content:'';position:absolute;bottom:0;left:0;width:2.5rem;height:3px;border-radius:2px;background:var(--infinity-primary,#6366f1)}.section-link{display:inline-flex;align-items:center;gap:0.375rem;font-size:0.875rem;font-weight:600;color:var(--infinity-primary,#6366f1);text-decoration:none;white-space:nowrap;padding:0.375rem 0.75rem;border-radius:6px;transition:background 0.2s ease,gap 0.2s ease}.section-link:hover{gap:0.5rem;background:rgba(99,102,241,0.08)}.hero-slider{position:relative;width:100%;min-height:60vh;overflow:hidden}@media (min-width:768px){.hero-slider{min-height:70vh}}@media (min-width:992px){.hero-slider{min-height:80vh}}.hero-slider__track{display:flex;height:100%;min-height:inherit;transition:transform 0.6s cubic-bezier(0.25,0.46,0.45,0.94);will-change:transform}.hero-slider__slide{flex:0 0 100%;width:100%;min-height:inherit;position:relative;background-size:cover;background-position:center;display:flex;align-items:center}.hero-slider__slide::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#4f46e5 0%,#7c3aed 25%,#6366f1 50%,#0ea5e9 75%,#14b8a6 100%);background-size:300% 300%;animation:heroGradientShift 12s ease infinite;z-index:1}.hero-slider__slide::after{content:'';position:absolute;inset:0;background-image:radial-gradient(ellipse 600px 600px at 15% 20%,rgba(255,255,255,0.12) 0%,transparent 70%),radial-gradient(ellipse 500px 500px at 85% 80%,rgba(255,255,255,0.08) 0%,transparent 70%),radial-gradient(ellipse 300px 300px at 50% 50%,rgba(255,255,255,0.05) 0%,transparent 70%);z-index:1;pointer-events:none}@keyframes heroGradientShift{0%,100%{background-position:0% 50%}50%{background-position:100% 50%}}.hero-orb{position:absolute;border-radius:50%;z-index:1;pointer-events:none}.hero-orb--1{width:400px;height:400px;background:radial-gradient(circle,rgba(139,92,246,0.35) 0%,transparent 70%);top:-10%;right:10%;animation:orbFloat1 8s ease-in-out infinite}.hero-orb--2{width:300px;height:300px;background:radial-gradient(circle,rgba(14,165,233,0.3) 0%,transparent 70%);bottom:-5%;left:5%;animation:orbFloat2 10s ease-in-out infinite}.hero-orb--3{width:200px;height:200px;background:radial-gradient(circle,rgba(20,184,166,0.25) 0%,transparent 70%);top:30%;right:30%;animation:orbFloat3 7s ease-in-out infinite}@keyframes orbFloat1{0%,100%{transform:translate(0,0) scale(1)}50%{transform:translate(-30px,20px) scale(1.1)}}@keyframes orbFloat2{0%,100%{transform:translate(0,0) scale(1)}50%{transform:translate(20px,-25px) scale(1.05)}}@keyframes orbFloat3{0%,100%{transform:translate(0,0) scale(1)}50%{transform:translate(-15px,-20px) scale(0.95)}}.hero-slider__content{position:relative;z-index:2;max-width:640px;padding:3rem 0}.hero-slider__title{font-family:var(--font-heading,'Poppins',sans-serif);font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.1;margin:0 0 1.25rem;color:#fff;letter-spacing:-0.02em;animation:heroFadeUp 0.8s cubic-bezier(0.16,1,0.3,1) both}.hero-slider__subtitle{font-size:clamp(1.05rem,2vw,1.3rem);opacity:0.92;margin:0 0 2.25rem;line-height:1.7;color:rgba(255,255,255,0.95);max-width:480px;animation:heroFadeUp 0.8s cubic-bezier(0.16,1,0.3,1) 0.15s both}.hero-slider__cta{display:inline-flex;align-items:center;gap:0.625rem;padding:1rem 2.25rem;background:#fff;color:var(--infinity-primary,#6366f1);border-radius:var(--radius-lg,0.75rem);font-weight:700;font-size:1.0625rem;text-decoration:none;transition:transform 0.25s ease,box-shadow 0.25s ease;box-shadow:0 4px 15px rgba(0,0,0,0.1);animation:heroFadeUp 0.8s cubic-bezier(0.16,1,0.3,1) 0.3s both}.hero-slider__cta:hover{transform:translateY(-3px);box-shadow:0 12px 32px rgba(0,0,0,0.18);color:var(--infinity-primary-dark,#4F46E5)}.hero-slider__cta:active{transform:translateY(-1px)}@keyframes heroFadeUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.hero-slider__dots{position:absolute;bottom:1.5rem;left:50%;transform:translateX(-50%);display:flex;gap:0.5rem;z-index:3}.hero-slider__dot{width:10px;height:10px;border-radius:9999px;background:rgba(255,255,255,0.4);border:none;cursor:pointer;padding:0;transition:background 0.3s ease,width 0.3s ease}.hero-slider__dot:hover{background:rgba(255,255,255,0.7)}.hero-slider__dot.active{background:#fff;width:28px}.hero-slider__progress{position:absolute;bottom:0;left:0;height:3px;background:rgba(255,255,255,0.7);z-index:3;width:0}.hero-slider__progress.animating{transition:width linear}.hero-section{position:relative;color:var(--infinity-white);padding:6rem 0;overflow:hidden;background-size:cover;background-position:center;min-height:60vh;display:flex;align-items:center}.hero-section::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,#4f46e5 0%,#7c3aed 25%,#6366f1 50%,#0ea5e9 75%,#14b8a6 100%);background-size:300% 300%;animation:heroGradientShift 12s ease infinite;z-index:1}.hero-section::after{content:'';position:absolute;inset:0;background-image:radial-gradient(ellipse 600px 600px at 15% 20%,rgba(255,255,255,0.12) 0%,transparent 70%),radial-gradient(ellipse 500px 500px at 85% 80%,rgba(255,255,255,0.08) 0%,transparent 70%),radial-gradient(ellipse 300px 300px at 50% 50%,rgba(255,255,255,0.05) 0%,transparent 70%);z-index:1;pointer-events:none}.hero-section .container{position:relative;z-index:2}.hero-content{max-width:640px}.hero-title{font-family:var(--font-heading,'Poppins',sans-serif);font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.1;margin:0 0 1.25rem;color:#fff;letter-spacing:-0.02em;animation:heroFadeUp 0.8s cubic-bezier(0.16,1,0.3,1) both}.hero-subtitle{font-size:clamp(1.05rem,2vw,1.3rem);opacity:0.92;margin:0 0 2.25rem;line-height:1.7;color:rgba(255,255,255,0.95);max-width:480px;animation:heroFadeUp 0.8s cubic-bezier(0.16,1,0.3,1) 0.15s both}.hero-cta{display:inline-flex;align-items:center;gap:0.625rem;padding:1rem 2.25rem;background:#fff;color:var(--infinity-primary,#6366f1);border-radius:var(--radius-lg,0.75rem);font-weight:700;font-size:1.0625rem;text-decoration:none;transition:transform 0.25s ease,box-shadow 0.25s ease;box-shadow:0 4px 15px rgba(0,0,0,0.1);animation:heroFadeUp 0.8s cubic-bezier(0.16,1,0.3,1) 0.3s both}.hero-cta:hover{transform:translateY(-3px);box-shadow:0 12px 32px rgba(0,0,0,0.18);color:var(--infinity-primary-dark,#4F46E5)}.hero-cta:active{transform:translateY(-1px)}@media (min-width:768px){.hero-section{padding:7rem 0;min-height:65vh}}@media (min-width:992px){.hero-section{padding:0;min-height:80vh}}.hero-product-spotlight{display:none}@media (min-width:992px){.hero-slider__slide .container,.hero-section .container{display:flex;align-items:center;justify-content:space-between;gap:3rem}.hero-product-spotlight{display:block;position:relative;z-index:2;flex-shrink:0;animation:spotlightIn 0.8s cubic-bezier(0.34,1.56,0.64,1) 0.3s both}.spotlight-card{display:block;width:280px;background:rgba(255,255,255,0.15);-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(255,255,255,0.25);border-radius:20px;overflow:hidden;text-decoration:none;color:#fff;transition:transform 0.3s ease,box-shadow 0.3s ease;box-shadow:0 8px 32px rgba(0,0,0,0.12),inset 0 1px 0 rgba(255,255,255,0.3)}.spotlight-card:hover{transform:translateY(-6px);box-shadow:0 16px 48px rgba(0,0,0,0.2),inset 0 1px 0 rgba(255,255,255,0.3);color:#fff}.spotlight-card__badge{position:absolute;top:0.875rem;left:0.875rem;z-index:3}.spotlight-card__badge .badge{padding:0.3rem 0.625rem;font-size:0.6875rem;font-weight:700;border-radius:20px;white-space:nowrap}.spotlight-card__badge .badge--sale{background:linear-gradient(135deg,#EF4444 0%,#DC2626 100%);color:#fff;box-shadow:0 2px 8px rgba(239,68,68,0.4)}.spotlight-card__badge .badge--stock{background:linear-gradient(135deg,#F59E0B 0%,#D97706 100%);color:#fff;box-shadow:0 2px 8px rgba(245,158,11,0.4)}.spotlight-card__badge .badge--featured{background:linear-gradient(135deg,#8B5CF6 0%,#7C3AED 100%);color:#fff;box-shadow:0 2px 8px rgba(139,92,246,0.4)}.spotlight-card__badge .badge--new{background:linear-gradient(135deg,#22C55E 0%,#16A34A 100%);color:#fff;box-shadow:0 2px 8px rgba(34,197,94,0.4)}.spotlight-card__image{width:100%;aspect-ratio:4 / 4;overflow:hidden;background:rgba(255,255,255,0.08)}.spotlight-card__img{width:100%;height:100%;object-fit:cover;transition:transform 0.4s ease}.spotlight-card:hover .spotlight-card__img{transform:scale(1.05)}.spotlight-card__info{padding:1.125rem 1.25rem 1.25rem}.spotlight-card__title{font-size:0.9375rem;font-weight:600;line-height:1.35;margin:0 0 0.5rem;color:#fff;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.spotlight-card__price{font-size:1.0625rem;font-weight:700;margin-bottom:0.75rem;color:#fff}.spotlight-card__price del{opacity:0.55;font-size:0.8125rem;font-weight:400}.spotlight-card__price ins{text-decoration:none}.spotlight-card__cta{display:inline-flex;align-items:center;gap:0.375rem;font-size:0.8125rem;font-weight:600;opacity:0.85;transition:opacity 0.2s ease,gap 0.2s ease}.spotlight-card:hover .spotlight-card__cta{opacity:1;gap:0.5rem}@keyframes spotlightIn{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}}@media (min-width:1200px){.spotlight-card{width:300px}}.trust-badges-section{padding:1.5rem 0;background:var(--infinity-light,#F8FAFC);border-bottom:1px solid var(--infinity-border,#E2E8F0)}.trust-badges{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}@media (min-width:768px){.trust-badges{grid-template-columns:repeat(4,1fr);gap:1.5rem}.trust-badges-section{padding:2rem 0}}.trust-badge{display:flex;align-items:center;gap:0.75rem}.trust-badge__icon{flex-shrink:0;width:44px;height:44px;border-radius:10px;background:var(--infinity-primary,#6366f1);color:#fff;display:flex;align-items:center;justify-content:center}.trust-badge__icon svg{width:22px;height:22px}@media (min-width:992px){.trust-badge__icon{width:48px;height:48px}.trust-badge__icon svg{width:24px;height:24px}}.trust-badge__title{font-size:0.8125rem;font-weight:600;margin:0;color:var(--infinity-dark,#1E293B);line-height:1.3}.trust-badge__text{font-size:0.75rem;color:var(--infinity-gray,#64748B);margin:0.125rem 0 0;line-height:1.3}@media (min-width:992px){.trust-badge__title{font-size:0.875rem}}.categories-carousel .category-card{flex:0 0 calc(33.333% - 0.833rem);max-width:calc(33.333% - 0.833rem);scroll-snap-align:start;min-width:0}@media (min-width:576px){.categories-carousel .category-card{flex:0 0 calc(25% - 0.9375rem);max-width:calc(25% - 0.9375rem)}}@media (min-width:992px){.categories-carousel .category-card{flex:0 0 calc(16.666% - 1.042rem);max-width:calc(16.666% - 1.042rem)}}@media (min-width:1400px){.categories-carousel .category-card{flex:0 0 calc(16.666% - 1.458rem);max-width:calc(16.666% - 1.458rem)}}.category-card{display:flex;flex-direction:column;align-items:center;text-align:center;text-decoration:none;color:inherit;padding:1.25rem 0.75rem;border-radius:var(--radius-lg,0.75rem);background:var(--infinity-light,#F8FAFC);border:1px solid var(--infinity-border,#E2E8F0);transition:transform 0.2s ease,box-shadow 0.2s ease,border-color 0.2s ease}.category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg,0 10px 15px -3px rgba(0,0,0,0.1));border-color:var(--infinity-primary,#6366f1)}.category-card__image{width:64px;height:64px;border-radius:var(--radius-full,9999px);overflow:hidden;margin-bottom:0.75rem;background:var(--infinity-white,#fff);box-shadow:var(--shadow-sm,0 1px 2px rgba(0,0,0,0.05))}.category-card__image img{width:100%;height:100%;object-fit:cover}.category-card__name{font-size:0.875rem;font-weight:600;margin:0 0 0.25rem;color:var(--infinity-dark,#1E293B)}.category-card__count{font-size:0.75rem;color:var(--infinity-gray,#64748B)}@media (min-width:992px){.category-card__image{width:80px;height:80px}}.product-carousel{position:relative;overflow:visible}.product-carousel__track{display:flex !important;grid-template-columns:none !important;flex-wrap:nowrap !important;gap:1.25rem !important;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;list-style:none;margin:0;padding:0.5rem 0.25rem 1.25rem}.product-carousel__track::-webkit-scrollbar{display:none}.product-carousel__track>li,.product-carousel__track>.product{flex:0 0 calc(50% - 0.625rem) !important;max-width:calc(50% - 0.625rem) !important;scroll-snap-align:start;min-width:0}@media (min-width:576px){.product-carousel__track{gap:1.5rem !important}.product-carousel__track>li,.product-carousel__track>.product{flex:0 0 calc(33.333% - 1rem) !important;max-width:calc(33.333% - 1rem) !important}}@media (min-width:992px){.product-carousel__track{gap:1.5rem !important;padding:0.5rem 0.5rem 1.25rem}.product-carousel__track>li,.product-carousel__track>.product{flex:0 0 calc(25% - 1.125rem) !important;max-width:calc(25% - 1.125rem) !important}}@media (min-width:1400px){.product-carousel__track{gap:1.75rem !important}.product-carousel__track>li,.product-carousel__track>.product{flex:0 0 calc(25% - 1.3125rem) !important;max-width:calc(25% - 1.3125rem) !important}}.product-carousel::before,.product-carousel::after{content:'';position:absolute;top:0;bottom:0;width:2.5rem;z-index:1;pointer-events:none;opacity:0;transition:opacity 0.3s ease}.product-carousel::before{left:0;background:linear-gradient(to right,var(--infinity-bg,#fff),transparent)}.product-carousel::after{right:0;background:linear-gradient(to left,var(--infinity-bg,#fff),transparent)}.product-carousel.has-scroll-left::before,.product-carousel.has-scroll-right::after{opacity:1}.homepage-section:nth-child(even) .product-carousel::before{background:linear-gradient(to right,var(--infinity-surface,#F8FAFC),transparent)}.homepage-section:nth-child(even) .product-carousel::after{background:linear-gradient(to left,var(--infinity-surface,#F8FAFC),transparent)}.product-carousel__nav{position:absolute;top:35%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:var(--infinity-white,#fff);border:none;box-shadow:0 2px 12px rgba(0,0,0,0.1),0 0 0 1px rgba(0,0,0,0.04);cursor:pointer;display:none;align-items:center;justify-content:center;z-index:3;color:var(--infinity-dark,#1E293B);transition:all 0.2s ease;padding:0}.product-carousel__nav svg{width:22px;height:22px}.product-carousel__nav:hover{box-shadow:0 4px 20px rgba(0,0,0,0.15);color:var(--infinity-primary,#6366f1);transform:translateY(-50%) scale(1.06)}.product-carousel__nav:active{transform:translateY(-50%) scale(0.95)}.product-carousel__nav:disabled,.product-carousel__nav[disabled]{opacity:0;cursor:default;pointer-events:none}.product-carousel__nav--prev{left:-8px}.product-carousel__nav--next{right:-8px}@media (min-width:992px){.product-carousel__nav{display:flex}}@media (min-width:1340px){.product-carousel__nav--prev{left:-24px}.product-carousel__nav--next{right:-24px}}.product-carousel__dots{display:flex;align-items:center;justify-content:center;gap:0.5rem;padding-top:0.75rem}.product-carousel__dot{width:8px;height:8px;border-radius:9999px;background:var(--infinity-border,#E2E8F0);border:none;padding:0;cursor:pointer;transition:all 0.3s ease}.product-carousel__dot:hover{background:var(--infinity-text-light,#94A3B8)}.product-carousel__dot.active{width:24px;background:var(--infinity-primary,#6366f1)}.promo-banner-section{background:var(--infinity-gradient);color:#fff;padding:4rem 0;background-size:cover;background-position:center;position:relative}.promo-banner-section::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(99,102,241,0.9) 0%,rgba(79,70,229,0.85) 100%)}.promo-banner-content{position:relative;text-align:center;max-width:600px;margin:0 auto}.promo-banner__title{font-family:var(--font-heading,'Poppins',sans-serif);font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700;margin:0 0 0.75rem;color:#fff}.promo-banner__text{font-size:1.125rem;opacity:0.9;margin:0 0 1.5rem;color:#fff}.btn-white{background:#fff;color:var(--infinity-primary,#6366f1);padding:0.75rem 2rem;border-radius:var(--radius-lg,0.75rem);font-weight:600;display:inline-block;text-decoration:none;transition:transform 0.2s ease,box-shadow 0.2s ease}.btn-white:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,0.15)}.brand-logos-section{border-top:1px solid var(--infinity-border,#E2E8F0);border-bottom:1px solid var(--infinity-border,#E2E8F0);background:var(--infinity-white,#fff)}.brand-logos{display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap;padding:0.5rem 0}@media (min-width:768px){.brand-logos{gap:3rem}}.brand-logos__item{flex:0 0 auto;display:flex;align-items:center;justify-content:center}.brand-logos__item img{max-height:40px;width:auto;filter:grayscale(1) opacity(0.5);transition:filter 0.3s ease}.brand-logos__item img:hover{filter:grayscale(0) opacity(1)}@media (min-width:768px){.brand-logos__item img{max-height:48px}}@media (min-width:992px){.brand-logos__item img{max-height:56px}}.testimonials-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:768px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{padding:1.5rem;background:var(--infinity-white,#fff);border:1px solid var(--infinity-border,#E2E8F0);border-radius:var(--radius-lg,0.75rem);display:flex;flex-direction:column;gap:1rem;transition:box-shadow 0.2s ease}.testimonial-card:hover{box-shadow:0 4px 16px rgba(0,0,0,0.08)}.testimonial-card__quote{color:var(--infinity-primary,#6366f1);opacity:0.2;line-height:1}.testimonial-card__stars{display:flex;gap:0.125rem}.testimonial-card__stars svg{flex-shrink:0}.testimonial-card__text{margin:0;font-size:0.9375rem;line-height:1.7;color:var(--infinity-gray,#64748B);flex:1}.testimonial-card__author{display:flex;align-items:center;gap:0.75rem;padding-top:0.5rem;border-top:1px solid var(--infinity-border,#E2E8F0)}.testimonial-card__avatar{width:40px;height:40px;border-radius:9999px;object-fit:cover;background:var(--infinity-light,#F8FAFC)}.testimonial-card__name{display:block;font-size:0.875rem;font-weight:600;color:var(--infinity-dark,#1E293B)}.testimonial-card__role{display:block;font-size:0.75rem;color:var(--infinity-gray,#64748B);margin-top:0.0625rem}.newsletter-section{background:var(--infinity-light,#F8FAFC);border-top:1px solid var(--infinity-border,#E2E8F0);border-bottom:1px solid var(--infinity-border,#E2E8F0)}.newsletter-content{text-align:center;max-width:540px;margin:0 auto}.newsletter__title{font-family:var(--font-heading,'Poppins',sans-serif);font-size:1.5rem;font-weight:600;margin:0 0 0.5rem;color:var(--infinity-dark,#1E293B)}.newsletter__text{color:var(--infinity-gray,#64748B);margin:0 0 1.5rem;font-size:0.9375rem}.newsletter-form__inner{display:flex;gap:0.5rem;max-width:440px;margin:0 auto}.newsletter-form__input{flex:1;padding:0.75rem 1rem;border:1px solid var(--infinity-border,#E2E8F0);border-radius:var(--radius-md,0.5rem);font-size:0.9375rem;font-family:inherit;background:var(--infinity-white,#fff);color:var(--infinity-dark,#1E293B);outline:none;transition:border-color 0.2s ease}.newsletter-form__input:focus{border-color:var(--infinity-primary,#6366f1);box-shadow:0 0 0 3px rgba(99,102,241,0.1)}.newsletter-form__btn{padding:0.75rem 1.5rem;background:var(--infinity-primary,#6366f1);color:#fff;border:none;border-radius:var(--radius-md,0.5rem);font-weight:600;font-size:0.9375rem;cursor:pointer;white-space:nowrap;transition:background 0.2s ease}.newsletter-form__btn:hover{background:var(--infinity-primary-dark,#4F46E5)}@media (max-width:480px){.newsletter-form__inner{flex-direction:column}}