.categorySection-module__MYFQ8a__categorySection{background:linear-gradient(#f8fafc 0%,#f1f5f9 100%);padding:5rem 0;position:relative;overflow:hidden}.categorySection-module__MYFQ8a__container{z-index:2;max-width:1400px;margin:0 auto;padding:0 .5rem;position:relative}.categorySection-module__MYFQ8a__sectionHeader{text-align:center;margin-bottom:3rem;animation:.8s ease-out categorySection-module__MYFQ8a__fadeInUp}@keyframes categorySection-module__MYFQ8a__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.categorySection-module__MYFQ8a__sectionTitle{color:#1e293b;letter-spacing:-.02em;margin-bottom:.75rem;font-size:clamp(2rem,4vw,2.5rem);font-weight:800}.categorySection-module__MYFQ8a__sectionSubtitle{color:#64748b;margin:0;font-size:1.125rem;font-weight:400}.categorySection-module__MYFQ8a__categoriesGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem;display:grid}.categorySection-module__MYFQ8a__categoryCard{cursor:pointer;background:#fff;border:2px solid #0000;border-radius:24px;flex-direction:column;align-items:center;padding:2.5rem 1.5rem;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 6px #0000000d}.categorySection-module__MYFQ8a__categoryCard:before{content:"";background:linear-gradient(135deg,var(--category-color,#3b82f6)0%,transparent 100%);opacity:0;border-radius:24px;transition:opacity .4s;position:absolute;inset:0}.categorySection-module__MYFQ8a__categoryCard:hover{border-color:var(--category-color,#3b82f6);transform:translateY(-8px);box-shadow:0 20px 40px #0000001f}.categorySection-module__MYFQ8a__categoryCard:hover:before{opacity:.05}.categorySection-module__MYFQ8a__categoryIconWrapper{margin-bottom:1.5rem;animation:.6s ease-out backwards categorySection-module__MYFQ8a__fadeInScale;position:relative}@keyframes categorySection-module__MYFQ8a__fadeInScale{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.categorySection-module__MYFQ8a__categoryIcon{width:100px;height:100px;color:var(--category-color,#3b82f6);z-index:1;background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%);border-radius:20px;justify-content:center;align-items:center;transition:all .4s;display:flex;position:relative}.categorySection-module__MYFQ8a__categoryCard:hover .categorySection-module__MYFQ8a__categoryIcon{background:var(--category-color,#3b82f6);color:#fff;transform:scale(1.1)rotate(-5deg)}.categorySection-module__MYFQ8a__iconGlow{background:radial-gradient(circle,var(--category-color,#3b82f6)0%,transparent 70%);opacity:0;filter:blur(20px);z-index:0;transition:opacity .4s;position:absolute;inset:-20px}.categorySection-module__MYFQ8a__categoryCard:hover .categorySection-module__MYFQ8a__iconGlow{opacity:.3}.categorySection-module__MYFQ8a__categoryContent{text-align:center;transition:all .3s}.categorySection-module__MYFQ8a__categoryTitle{color:#1e293b;margin:0 0 .5rem;font-size:1.25rem;font-weight:700;transition:color .3s}.categorySection-module__MYFQ8a__categoryCard:hover .categorySection-module__MYFQ8a__categoryTitle{color:var(--category-color,#3b82f6)}.categorySection-module__MYFQ8a__categoryDescription{color:#64748b;margin:0;font-size:.95rem;font-weight:400}.categorySection-module__MYFQ8a__categoryArrow{color:#64748b;opacity:0;background:#f1f5f9;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .3s;display:flex;position:absolute;top:1.5rem;right:1.5rem;transform:translate(10px,-10px)}.categorySection-module__MYFQ8a__categoryCard:hover .categorySection-module__MYFQ8a__categoryArrow{opacity:1;background:var(--category-color,#3b82f6);color:#fff;transform:translate(0)}.categorySection-module__MYFQ8a__viewAllWrapper{justify-content:center;margin-top:3rem;display:flex}.categorySection-module__MYFQ8a__viewAllButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border:none;border-radius:50px;align-items:center;gap:.5rem;padding:1rem 2.5rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 10px 25px #2563eb4d}.categorySection-module__MYFQ8a__viewAllButton:hover{transform:translateY(-2px);box-shadow:0 15px 35px #2563eb66}.categorySection-module__MYFQ8a__viewAllButton svg{transition:transform .3s}.categorySection-module__MYFQ8a__viewAllButton:hover svg{transform:translate(4px)}.categorySection-module__MYFQ8a__backgroundDecoration{pointer-events:none;z-index:1;position:absolute;inset:0}.categorySection-module__MYFQ8a__decorativeCircle1,.categorySection-module__MYFQ8a__decorativeCircle2{filter:blur(80px);opacity:.15;border-radius:50%;position:absolute}.categorySection-module__MYFQ8a__decorativeCircle1{background:radial-gradient(circle,#3b82f6 0%,#0000 70%);width:500px;height:500px;animation:20s ease-in-out infinite categorySection-module__MYFQ8a__float1;top:-10%;right:-10%}.categorySection-module__MYFQ8a__decorativeCircle2{background:radial-gradient(circle,#8b5cf6 0%,#0000 70%);width:400px;height:400px;animation:25s ease-in-out infinite categorySection-module__MYFQ8a__float2;bottom:-10%;left:-10%}@keyframes categorySection-module__MYFQ8a__float1{0%,to{transform:translate(0)}50%{transform:translate(-50px,50px)}}@keyframes categorySection-module__MYFQ8a__float2{0%,to{transform:translate(0)}50%{transform:translate(50px,-50px)}}@media (max-width:1024px){.categorySection-module__MYFQ8a__categoriesGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}}@media (max-width:768px){.categorySection-module__MYFQ8a__categorySection{padding:3rem 0}.categorySection-module__MYFQ8a__sectionHeader{margin-bottom:2rem}.categorySection-module__MYFQ8a__categoriesGrid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.5rem}.categorySection-module__MYFQ8a__categoryCard{border-radius:20px;padding:1.5rem 1rem}.categorySection-module__MYFQ8a__categoryIcon{border-radius:16px;width:70px;height:70px}.categorySection-module__MYFQ8a__categoryIcon svg{width:32px;height:32px}.categorySection-module__MYFQ8a__categoryIconWrapper{margin-bottom:1rem}.categorySection-module__MYFQ8a__categoryTitle{font-size:1rem}.categorySection-module__MYFQ8a__categoryDescription{font-size:.85rem}.categorySection-module__MYFQ8a__categoryArrow{width:28px;height:28px;top:1rem;right:1rem}.categorySection-module__MYFQ8a__categoryArrow svg{width:16px;height:16px}.categorySection-module__MYFQ8a__viewAllButton{padding:.875rem 2rem;font-size:.95rem}}@media (max-width:480px){.categorySection-module__MYFQ8a__categoriesGrid{grid-template-columns:repeat(2,1fr)}.categorySection-module__MYFQ8a__categoryCard{padding:1.25rem .75rem}.categorySection-module__MYFQ8a__categoryIcon{width:60px;height:60px}.categorySection-module__MYFQ8a__categoryIcon svg{width:28px;height:28px}}
.globalShipping-module__p4Ujeq__globalShippingSection{background:linear-gradient(135deg,#f8fafc 0%,#fff 30%,#f1f5f9 100%);padding:5rem 0;position:relative;overflow:hidden}.globalShipping-module__p4Ujeq__container{z-index:2;max-width:1400px;margin:0 auto;padding:0 2rem;position:relative}.globalShipping-module__p4Ujeq__header{text-align:center;margin-bottom:4rem;animation:.8s ease-out .2s backwards globalShipping-module__p4Ujeq__fadeInUp}.globalShipping-module__p4Ujeq__mainTitle{color:#0f172a;letter-spacing:-.025em;margin-bottom:1rem;font-size:clamp(2rem,4vw,2.5rem);font-weight:800;line-height:1.2}.globalShipping-module__p4Ujeq__subtitle{color:#64748b;max-width:600px;margin:0 auto;font-size:1.125rem;font-weight:500;line-height:1.6}.globalShipping-module__p4Ujeq__shippingGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;animation:1s ease-out .4s backwards globalShipping-module__p4Ujeq__fadeIn;display:grid}.globalShipping-module__p4Ujeq__shippingCard{text-align:center;background:#fff;border:1px solid #f1f5f9;border-radius:20px;padding:2.5rem 2rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000d}.globalShipping-module__p4Ujeq__shippingCard:hover{border-color:#e2e8f0;transform:translateY(-8px);box-shadow:0 20px 40px #0000001a}.globalShipping-module__p4Ujeq__shippingCard:before{content:"";transform-origin:0;background:linear-gradient(90deg,#3b82f6,#8b5cf6);height:4px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.globalShipping-module__p4Ujeq__shippingCard:hover:before{transform:scaleX(1)}.globalShipping-module__p4Ujeq__iconContainer{background:linear-gradient(135deg,#e0e7ff,#f3e8ff);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;display:flex;position:relative}.globalShipping-module__p4Ujeq__iconContainer:after{content:"";z-index:-1;opacity:0;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:50%;transition:opacity .3s;position:absolute;inset:-2px}.globalShipping-module__p4Ujeq__shippingCard:hover .globalShipping-module__p4Ujeq__iconContainer:after{opacity:1}.globalShipping-module__p4Ujeq__icon{color:#4f46e5;transition:color .3s}.globalShipping-module__p4Ujeq__shippingCard:hover .globalShipping-module__p4Ujeq__icon{color:#fff}.globalShipping-module__p4Ujeq__shippingTitle{color:#1e293b;margin-bottom:1rem;font-size:1.25rem;font-weight:700}.globalShipping-module__p4Ujeq__shippingDescription{color:#64748b;margin:0;font-size:1rem;line-height:1.6}.globalShipping-module__p4Ujeq__decorativeElements{pointer-events:none;z-index:1;position:absolute;inset:0;overflow:hidden}.globalShipping-module__p4Ujeq__decorativeShape{opacity:.05;filter:blur(40px);background:radial-gradient(circle,#3b82f6 0%,#0000 70%);width:300px;height:300px;position:absolute}.globalShipping-module__p4Ujeq__shape1{animation:20s ease-in-out infinite globalShipping-module__p4Ujeq__float;top:-100px;right:-100px}.globalShipping-module__p4Ujeq__shape2{background:radial-gradient(circle,#8b5cf6 0%,#0000 70%);animation:25s ease-in-out infinite reverse globalShipping-module__p4Ujeq__float;bottom:-100px;left:-100px}@keyframes globalShipping-module__p4Ujeq__float{0%,to{transform:translate(0)rotate(0)scale(1)}33%{transform:translate(30px,30px)rotate(120deg)scale(1.1)}66%{transform:translate(-20px,-20px)rotate(240deg)scale(.9)}}@media (max-width:768px){.globalShipping-module__p4Ujeq__globalShippingSection{padding:4rem 0}.globalShipping-module__p4Ujeq__shippingGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.globalShipping-module__p4Ujeq__shippingCard{padding:2rem 1.5rem}}@media (max-width:640px){.globalShipping-module__p4Ujeq__container{padding:0 1.25rem}.globalShipping-module__p4Ujeq__shippingGrid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.globalShipping-module__p4Ujeq__shippingCard{padding:2rem}}@keyframes globalShipping-module__p4Ujeq__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes globalShipping-module__p4Ujeq__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.herosection-module__PVVxoq__heroSection{background:linear-gradient(135deg,#a8e6cf 0%,#8dd9cc 50%,#7eccc9 100%);align-items:center;min-height:90vh;padding:4rem 0 2rem;display:flex;position:relative;overflow:hidden}.herosection-module__PVVxoq__container{z-index:2;max-width:1400px;margin:0 auto;padding:0 1.5rem;position:relative}.herosection-module__PVVxoq__contentWrapper{grid-template-columns:1fr;align-items:center;gap:3rem;display:grid}.herosection-module__PVVxoq__leftContent{animation:.8s ease-out herosection-module__PVVxoq__fadeInUp}@keyframes herosection-module__PVVxoq__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.herosection-module__PVVxoq__badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#334155;background:#ffffffe6;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:500;display:inline-flex;box-shadow:0 4px 6px #0000000d}.herosection-module__PVVxoq__badgeDot{background:#22c55e;border-radius:50%;width:8px;height:8px;animation:2s infinite herosection-module__PVVxoq__pulse}@keyframes herosection-module__PVVxoq__pulse{0%,to{opacity:1}50%{opacity:.5}}.herosection-module__PVVxoq__title{color:#1e293b;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.2}.herosection-module__PVVxoq__titleGradient{background:linear-gradient(135deg,#2563eb 0%,#7c3aed 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.herosection-module__PVVxoq__description{color:#475569;max-width:600px;margin-bottom:2rem;font-size:1.125rem;line-height:1.7}.herosection-module__PVVxoq__buttonGroup{flex-wrap:wrap;gap:1rem;margin-bottom:3rem;display:flex}.herosection-module__PVVxoq__primaryButton,.herosection-module__PVVxoq__secondaryButton{cursor:pointer;border:none;border-radius:12px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex}.herosection-module__PVVxoq__primaryButton{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);box-shadow:0 10px 25px #2563eb4d}.herosection-module__PVVxoq__primaryButton:hover{transform:translateY(-2px);box-shadow:0 15px 35px #2563eb66}.herosection-module__PVVxoq__primaryButton:hover .herosection-module__PVVxoq__buttonIcon{transform:translate(4px)}.herosection-module__PVVxoq__buttonIcon{transition:transform .3s}.herosection-module__PVVxoq__secondaryButton{color:#1e293b;background:#ffffffe6;border:2px solid #1e293b1a}.herosection-module__PVVxoq__secondaryButton:hover{color:#2563eb;background:#fff;border-color:#2563eb;transform:translateY(-2px);box-shadow:0 10px 25px #0000001a}.herosection-module__PVVxoq__features{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;display:grid}.herosection-module__PVVxoq__featureCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #fffc;border-radius:12px;align-items:flex-start;gap:1rem;padding:1.25rem;transition:all .3s;display:flex}.herosection-module__PVVxoq__featureCard:hover{background:#ffffffe6;transform:translateY(-4px);box-shadow:0 10px 25px #0000001a}.herosection-module__PVVxoq__featureIcon{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#7c3aed 100%);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.herosection-module__PVVxoq__featureContent{flex:1}.herosection-module__PVVxoq__featureTitle{color:#1e293b;margin-bottom:.25rem;font-size:1rem;font-weight:600}.herosection-module__PVVxoq__featureDescription{color:#64748b;margin:0;font-size:.875rem}.herosection-module__PVVxoq__rightContent{min-height:600px;display:none;position:relative}.herosection-module__PVVxoq__rightContent img{max-width:100%;height:auto}.herosection-module__PVVxoq__statNumber{color:#2563eb;margin:0 0 .25rem;font-size:2rem;font-weight:800}.herosection-module__PVVxoq__statLabel{color:#64748b;margin:0;font-size:.875rem;font-weight:500}.herosection-module__PVVxoq__statDivider{background:linear-gradient(#0000,#cbd5e1,#0000);width:1px;height:40px}.herosection-module__PVVxoq__backgroundElements{pointer-events:none;z-index:1;position:absolute;inset:0}.herosection-module__PVVxoq__gradientOrb1,.herosection-module__PVVxoq__gradientOrb2{filter:blur(80px);opacity:.3;border-radius:50%;animation:20s ease-in-out infinite herosection-module__PVVxoq__moveOrb;position:absolute}.herosection-module__PVVxoq__gradientOrb1{background:radial-gradient(circle,#7c3aed 0%,#0000 70%);width:500px;height:500px;top:-10%;left:-10%}.herosection-module__PVVxoq__gradientOrb2{background:radial-gradient(circle,#2563eb 0%,#0000 70%);width:400px;height:400px;animation-delay:5s;bottom:-10%;right:-10%}@keyframes herosection-module__PVVxoq__moveOrb{0%,to{transform:translate(0)}50%{transform:translate(50px,50px)}}.herosection-module__PVVxoq__gridPattern{opacity:.3;background-image:linear-gradient(#ffffff1a 1px,#0000 1px),linear-gradient(90deg,#ffffff1a 1px,#0000 1px);background-size:50px 50px;position:absolute;inset:0}@media (min-width:768px){.herosection-module__PVVxoq__statsSection{gap:3rem}.herosection-module__PVVxoq__statDivider{display:block}}@media (min-width:1024px){.herosection-module__PVVxoq__contentWrapper{grid-template-columns:1fr 1fr}.herosection-module__PVVxoq__rightContent{display:block}.herosection-module__PVVxoq__features{grid-template-columns:1fr}}@media (max-width:767px){.herosection-module__PVVxoq__heroSection{min-height:auto;padding:3rem 0 2rem}.herosection-module__PVVxoq__badge{padding:.4rem .8rem;font-size:.75rem}.herosection-module__PVVxoq__title{font-size:2rem}.herosection-module__PVVxoq__description{font-size:1rem}.herosection-module__PVVxoq__buttonGroup{flex-direction:column}.herosection-module__PVVxoq__primaryButton,.herosection-module__PVVxoq__secondaryButton{justify-content:center;width:100%}.herosection-module__PVVxoq__statsSection{gap:1rem;padding:1.5rem 1rem}.herosection-module__PVVxoq__statDivider{display:none}.herosection-module__PVVxoq__statNumber{font-size:1.5rem}.herosection-module__PVVxoq__features{grid-template-columns:1fr}}
.products-module__flMmpa__categorySection{background:linear-gradient(#f8fafc 0%,#f1f5f9 100%);padding:5rem 0;position:relative;overflow:hidden}.products-module__flMmpa__container{z-index:2;max-width:1400px;margin:0 auto;padding:0 .5rem;position:relative}.products-module__flMmpa__sectionHeader{text-align:center;margin-bottom:3rem;animation:.8s ease-out products-module__flMmpa__fadeInUp}@keyframes products-module__flMmpa__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.products-module__flMmpa__sectionTitle{color:#1e293b;letter-spacing:-.02em;margin-bottom:.75rem;font-size:clamp(2rem,4vw,2.5rem);font-weight:800}.products-module__flMmpa__sectionSubtitle{color:#64748b;margin:0;font-size:1.125rem;font-weight:400}.products-module__flMmpa__categoriesGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem;display:grid}.products-module__flMmpa__viewAllWrapper{justify-content:center;margin-top:3rem;display:flex}.products-module__flMmpa__viewAllButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border:none;border-radius:50px;align-items:center;gap:.5rem;padding:1rem 2.5rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 10px 25px #2563eb4d}.products-module__flMmpa__viewAllButton:hover{transform:translateY(-2px);box-shadow:0 15px 35px #2563eb66}.products-module__flMmpa__viewAllButton svg{transition:transform .3s}.products-module__flMmpa__viewAllButton:hover svg{transform:translate(4px)}.products-module__flMmpa__backgroundDecoration{pointer-events:none;z-index:1;position:absolute;inset:0}.products-module__flMmpa__decorativeCircle1,.products-module__flMmpa__decorativeCircle2{filter:blur(80px);opacity:.15;border-radius:50%;position:absolute}.products-module__flMmpa__decorativeCircle1{background:radial-gradient(circle,#3b82f6 0%,#0000 70%);width:500px;height:500px;animation:20s ease-in-out infinite products-module__flMmpa__float1;top:-10%;right:-10%}.products-module__flMmpa__decorativeCircle2{background:radial-gradient(circle,#8b5cf6 0%,#0000 70%);width:400px;height:400px;animation:25s ease-in-out infinite products-module__flMmpa__float2;bottom:-10%;left:-10%}@keyframes products-module__flMmpa__float1{0%,to{transform:translate(0)}50%{transform:translate(-50px,50px)}}@keyframes products-module__flMmpa__float2{0%,to{transform:translate(0)}50%{transform:translate(50px,-50px)}}@media (max-width:1024px){.products-module__flMmpa__categoriesGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (max-width:768px){.products-module__flMmpa__categorySection{padding:3rem 0}.products-module__flMmpa__sectionHeader{margin-bottom:2rem}.products-module__flMmpa__categoriesGrid{grid-template-columns:repeat(2,1fr);gap:5px}.products-module__flMmpa__categoryCard{border-radius:20px;padding:1.5rem 1rem}.products-module__flMmpa__categoryIcon{border-radius:16px;width:70px;height:70px}.products-module__flMmpa__categoryIcon svg{width:32px;height:32px}.products-module__flMmpa__categoryIconWrapper{margin-bottom:1rem}.products-module__flMmpa__categoryTitle{font-size:1rem}.products-module__flMmpa__categoryDescription{font-size:.85rem}.products-module__flMmpa__categoryArrow{width:28px;height:28px;top:1rem;right:1rem}.products-module__flMmpa__categoryArrow svg{width:16px;height:16px}.products-module__flMmpa__viewAllButton{padding:.875rem 2rem;font-size:.95rem}}@media (max-width:480px){.products-module__flMmpa__categoriesGrid{grid-template-columns:repeat(2,1fr)}.products-module__flMmpa__categoryCard{padding:1.25rem .75rem}.products-module__flMmpa__categoryIcon{width:60px;height:60px}.products-module__flMmpa__categoryIcon svg{width:28px;height:28px}}
.ProductCard-module__aoKufG__productCard{background:#fff;border:1px solid #f1f5f9;border-radius:16px;flex-direction:column;height:100%;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000014}.ProductCard-module__aoKufG__productCard:hover{border-color:#e2e8f0;transform:translateY(-8px);box-shadow:0 20px 40px #0000001f}.ProductCard-module__aoKufG__imageContainer{aspect-ratio:1;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);position:relative;overflow:hidden}.ProductCard-module__aoKufG__productImage{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1)}.ProductCard-module__aoKufG__productCard:hover .ProductCard-module__aoKufG__productImage{transform:scale(1.05)}.ProductCard-module__aoKufG__badges{z-index:2;flex-direction:column;gap:8px;display:flex;position:absolute;top:5px;left:5px}.ProductCard-module__aoKufG__badge{text-transform:uppercase;letter-spacing:.5px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:6px;padding:4px 8px;font-size:.7rem;font-weight:700}.ProductCard-module__aoKufG__badgePrimary{color:#fff;background:#2563ebf2;border:1px solid #fff3}.ProductCard-module__aoKufG__badgeDiscount{color:#fff;background:#ef4444f2;border:1px solid #fff3}.ProductCard-module__aoKufG__favoriteButton{cursor:pointer;z-index:2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fffffff2;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:12px;transition:all .3s;display:flex;position:absolute;top:5px;right:5px}.ProductCard-module__aoKufG__favoriteButton:hover{background:#fff;border-color:#cbd5e1;transform:scale(1.1)}.ProductCard-module__aoKufG__favoriteActive{color:#ef4444;background:#fee2e2;border-color:#fecaca}.ProductCard-module__aoKufG__actionButtons{z-index:2;background:linear-gradient(#0000,#000000d9);flex-direction:column;gap:10px;padding:24px 16px 16px;transition:transform .4s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;bottom:0;left:0;right:0;transform:translateY(100%)}.ProductCard-module__aoKufG__actionButtonsVisible{transform:translateY(0)}.ProductCard-module__aoKufG__actionButton{color:#1e293b;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2;border:1px solid #fff3;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:12px;font-size:.875rem;font-weight:600;transition:all .3s;display:flex}.ProductCard-module__aoKufG__actionButton:hover{background:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.ProductCard-module__aoKufG__actionButtonPrimary{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border:none}.ProductCard-module__aoKufG__actionButtonPrimary:hover{background:linear-gradient(135deg,#1d4ed8 0%,#1e40af 100%)}.ProductCard-module__aoKufG__cartControls{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2;border:1px solid #fff3;border-radius:12px;justify-content:space-between;align-items:center;gap:8px;padding:10px;display:flex}.ProductCard-module__aoKufG__quantityButton{color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;min-width:36px;height:36px;padding:0;font-size:1.125rem;font-weight:600;transition:all .2s;display:flex}.ProductCard-module__aoKufG__quantityButton:hover{background:#e2e8f0;border-color:#cbd5e1;transform:scale(1.05)}.ProductCard-module__aoKufG__quantityDisplay{text-align:center;color:#1e293b;background:#f1f5f9;border-radius:8px;min-width:40px;padding:6px 0;font-size:1rem;font-weight:700}.ProductCard-module__aoKufG__removeButton{color:#fff;border:none;border-radius:8px;flex:1;padding:8px 16px;font-size:.875rem;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%)!important}.ProductCard-module__aoKufG__removeButton:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ef44444d;background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%)!important}.ProductCard-module__aoKufG__productInfo{flex-direction:column;flex:1;gap:12px;padding:20px;display:flex}.ProductCard-module__aoKufG__category{color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-size:.6rem;font-weight:600}.ProductCard-module__aoKufG__productTitle{color:#1e293b;-webkit-line-clamp:1;-webkit-box-orient:vertical;margin:0;font-size:1.125rem;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.ProductCard-module__aoKufG__productDescription{color:#64748b;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.875rem;line-height:1.5;display:-webkit-box;overflow:hidden}.ProductCard-module__aoKufG__rating{align-items:center;gap:8px;margin-top:4px;display:flex}.ProductCard-module__aoKufG__stars{gap:2px;display:flex}.ProductCard-module__aoKufG__ratingText{color:#64748b;font-size:.875rem;font-weight:500}.ProductCard-module__aoKufG__priceContainer{align-items:center;gap:10px;margin-top:auto;display:flex}.ProductCard-module__aoKufG__price{color:#1e293b;font-size:1.25rem;font-weight:800}.ProductCard-module__aoKufG__originalPrice{color:#94a3b8;font-size:11px;font-weight:500;text-decoration:line-through}.ProductCard-module__aoKufG__cartIndicator{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:10px;justify-content:center;align-items:center;gap:6px;margin-top:8px;padding:8px 16px;font-size:.875rem;font-weight:600;animation:.3s ProductCard-module__aoKufG__slideIn;display:inline-flex}@keyframes ProductCard-module__aoKufG__slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ProductCard-module__aoKufG__exploreButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#8b5cf6 0%,#7c3aed 100%);border:none;border-radius:10px;width:100%;margin-top:auto;padding:12px;font-size:.95rem;font-weight:600;transition:all .3s}.ProductCard-module__aoKufG__exploreButton:hover{background:linear-gradient(135deg,#7c3aed 0%,#6d28d9 100%);transform:translateY(-2px);box-shadow:0 8px 20px #7c3aed4d}@media (max-width:768px){.ProductCard-module__aoKufG__productCard{border-radius:12px}.ProductCard-module__aoKufG__productInfo{gap:8px;padding:16px 5px}.ProductCard-module__aoKufG__productTitle{font-size:13px}.ProductCard-module__aoKufG__price{font-size:1rem}.ProductCard-module__aoKufG__actionButton{padding:10px;font-size:.8125rem}.ProductCard-module__aoKufG__cartControls{padding:8px}.ProductCard-module__aoKufG__quantityButton{min-width:32px;height:32px}}@media (max-width:480px){.ProductCard-module__aoKufG__actionButtons{flex-direction:row;gap:6px;padding:12px}.ProductCard-module__aoKufG__actionButton{flex:1;padding:10px 8px}.ProductCard-module__aoKufG__actionButton span{display:none}.ProductCard-module__aoKufG__cartControls{flex-wrap:nowrap}.ProductCard-module__aoKufG__quantityDisplay{flex-basis:auto;order:0;margin-bottom:0}.ProductCard-module__aoKufG__removeButton span{display:none}.ProductCard-module__aoKufG__removeButton:after{content:"✕";font-size:1rem}}@keyframes ProductCard-module__aoKufG__shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.ProductCard-module__aoKufG__productCard.ProductCard-module__aoKufG__loading{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200px 100%;animation:1.5s infinite ProductCard-module__aoKufG__shimmer}
.SpecialOffer-module__uPTPBW__specialOffersSection{background:linear-gradient(135deg,#fef3c7 0% 30%,#fefce8 100%);padding:6rem 0;position:relative;overflow:hidden}.SpecialOffer-module__uPTPBW__container{z-index:2;max-width:1400px;margin:0 auto;padding:0 2rem;position:relative}.SpecialOffer-module__uPTPBW__header{text-align:center;margin-bottom:4rem;animation:.8s ease-out .2s backwards SpecialOffer-module__uPTPBW__fadeInUp}.SpecialOffer-module__uPTPBW__mainTitle{color:#0f172a;letter-spacing:-.025em;background:linear-gradient(135deg,#d97706 0%,#ea580c 50%,#dc2626 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.75rem;font-size:clamp(2.5rem,5vw,3rem);font-weight:900;line-height:1.2}.SpecialOffer-module__uPTPBW__titleUnderline{background:linear-gradient(90deg,#d97706 0%,#ea580c 50%,#dc2626 100%);border-radius:3px;width:120px;height:5px;margin:0 auto 1rem;animation:1s ease-out .4s backwards SpecialOffer-module__uPTPBW__expandWidth;box-shadow:0 4px 12px #ea580c4d}.SpecialOffer-module__uPTPBW__subtitle{color:#57534e;opacity:.9;max-width:600px;margin:0 auto;font-size:1.25rem;font-weight:500;line-height:1.6}.SpecialOffer-module__uPTPBW__offersGrid{grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:2rem;animation:1s ease-out .6s backwards SpecialOffer-module__uPTPBW__fadeIn;display:grid}@media (max-width:1024px){.SpecialOffer-module__uPTPBW__offersGrid{grid-template-columns:1fr;max-width:600px;margin:0 auto}}.SpecialOffer-module__uPTPBW__offerCard{cursor:pointer;border-radius:24px;height:400px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 20px 40px #78350f26}.SpecialOffer-module__uPTPBW__offerCard:hover{transform:translateY(-10px)scale(1.02);box-shadow:0 40px 60px #78350f40}.SpecialOffer-module__uPTPBW__summerOffer{background:linear-gradient(135deg,#ffedd5 0%,#fed7aa 30%,#fdba74 100%);border:1px solid #fbbf244d}.SpecialOffer-module__uPTPBW__newArrivalsOffer{background:linear-gradient(135deg,#e0e7ff 0%,#c7d2fe 30%,#a5b4fc 100%);border:1px solid #6366f14d}.SpecialOffer-module__uPTPBW__offerContent{z-index:2;color:#fff;flex-direction:column;justify-content:center;height:100%;padding:3rem;display:flex;position:relative}.SpecialOffer-module__uPTPBW__summerContent{color:#431407}.SpecialOffer-module__uPTPBW__newArrivalsContent{color:#1e1b4b}.SpecialOffer-module__uPTPBW__offerBadge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-transform:uppercase;letter-spacing:1px;background:#fff3;border:1px solid #ffffff4d;border-radius:50px;width:fit-content;margin-bottom:1.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:700;display:inline-block}.SpecialOffer-module__uPTPBW__summerBadge{color:#7c2d12;background:#dc262633;border-color:#dc26264d}.SpecialOffer-module__uPTPBW__newArrivalsBadge{color:#3730a3;background:#4f46e533;border-color:#4f46e54d}.SpecialOffer-module__uPTPBW__offerTitle{text-shadow:0 2px 4px #0000001a;margin-bottom:1rem;font-size:clamp(2rem,4vw,2.5rem);font-weight:800;line-height:1.2}.SpecialOffer-module__uPTPBW__offerDescription{opacity:.95;max-width:400px;margin-bottom:2rem;font-size:1.25rem;font-weight:500}.SpecialOffer-module__uPTPBW__offerButton{cursor:pointer;background:#fffffff2;border:none;border-radius:12px;align-items:center;gap:.75rem;width:fit-content;padding:1rem 2rem;font-size:1.125rem;font-weight:700;transition:all .3s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 8px 20px #00000026}.SpecialOffer-module__uPTPBW__offerButton:before{content:"";background:linear-gradient(90deg,#0000,#fffc,#0000);width:100%;height:100%;transition:left .7s;position:absolute;top:0;left:-100%}.SpecialOffer-module__uPTPBW__offerButton:hover:before{left:100%}.SpecialOffer-module__uPTPBW__summerButton{color:#fff;background:#dc2626}.SpecialOffer-module__uPTPBW__summerButton:hover{background:#b91c1c;transform:translateY(-3px);box-shadow:0 12px 24px #dc26264d}.SpecialOffer-module__uPTPBW__newArrivalsButton{color:#fff;background:#4f46e5}.SpecialOffer-module__uPTPBW__newArrivalsButton:hover{background:#4338ca;transform:translateY(-3px);box-shadow:0 12px 24px #4f46e54d}.SpecialOffer-module__uPTPBW__offerButton svg{transition:transform .3s}.SpecialOffer-module__uPTPBW__offerButton:hover svg{transform:translate(6px)}.SpecialOffer-module__uPTPBW__decorativeElements{pointer-events:none;z-index:1;position:absolute;inset:0;overflow:hidden}.SpecialOffer-module__uPTPBW__summerElement{opacity:.2;filter:blur(40px);background:radial-gradient(circle,#fbbf24 0%,#0000 70%);width:300px;height:300px;animation:20s ease-in-out infinite SpecialOffer-module__uPTPBW__float;position:absolute;top:-100px;right:-100px}.SpecialOffer-module__uPTPBW__newArrivalsElement{opacity:.2;filter:blur(40px);background:radial-gradient(circle,#818cf8 0%,#0000 70%);width:250px;height:250px;animation:25s ease-in-out infinite reverse SpecialOffer-module__uPTPBW__float;position:absolute;bottom:-80px;left:-80px}@keyframes SpecialOffer-module__uPTPBW__float{0%,to{transform:translate(0)rotate(0)scale(1)}33%{transform:translate(30px,30px)rotate(120deg)scale(1.1)}66%{transform:translate(-20px,-20px)rotate(240deg)scale(.9)}}.SpecialOffer-module__uPTPBW__patternOverlay{z-index:1;background-image:radial-gradient(circle at 20% 80%,#fbbf241a 0%,#0000 50%),radial-gradient(circle at 80% 20%,#dc26261a 0%,#0000 50%);position:absolute;inset:0}.SpecialOffer-module__uPTPBW__newArrivalsPattern{background-image:radial-gradient(circle at 20% 80%,#6366f11a 0%,#0000 50%),radial-gradient(circle at 80% 20%,#8b5cf61a 0%,#0000 50%)}.SpecialOffer-module__uPTPBW__discountBadge{z-index:3;animation:2s ease-in-out infinite SpecialOffer-module__uPTPBW__pulse;position:absolute;top:2rem;right:2rem}.SpecialOffer-module__uPTPBW__discountCircle{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:2px solid #ffffff4d;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:100px;height:100px;display:flex;box-shadow:0 10px 30px #0003}.SpecialOffer-module__uPTPBW__discountValue{font-size:1.75rem;font-weight:900;line-height:1}.SpecialOffer-module__uPTPBW__discountLabel{text-transform:uppercase;letter-spacing:1px;font-size:.875rem;font-weight:700}.SpecialOffer-module__uPTPBW__summerDiscount{background:linear-gradient(135deg,#f59e0b 0%,#dc2626 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.SpecialOffer-module__uPTPBW__newArrivalsDiscount{background:linear-gradient(135deg,#4f46e5 0%,#7c3aed 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}@keyframes SpecialOffer-module__uPTPBW__pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.SpecialOffer-module__uPTPBW__countdownTimer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:1px solid #ffffff4d;border-radius:12px;max-width:300px;margin-top:1.5rem;padding:1rem}.SpecialOffer-module__uPTPBW__timerLabel{text-transform:uppercase;letter-spacing:1px;opacity:.9;margin-bottom:.75rem;font-size:.875rem;font-weight:600}.SpecialOffer-module__uPTPBW__timerUnits{gap:.75rem;display:flex}.SpecialOffer-module__uPTPBW__timerUnit{flex-direction:column;flex:1;align-items:center;display:flex}.SpecialOffer-module__uPTPBW__timerValue{font-variant-numeric:tabular-nums;margin-bottom:.25rem;font-size:1.5rem;font-weight:800;line-height:1}.SpecialOffer-module__uPTPBW__timerLabelSmall{text-transform:uppercase;letter-spacing:1px;opacity:.8;font-size:.75rem;font-weight:600}@media (max-width:768px){.SpecialOffer-module__uPTPBW__specialOffersSection{padding:4rem 0}.SpecialOffer-module__uPTPBW__offersGrid{gap:1.5rem}.SpecialOffer-module__uPTPBW__offerCard{height:350px}.SpecialOffer-module__uPTPBW__offerContent{padding:2rem}.SpecialOffer-module__uPTPBW__offerTitle{font-size:1.75rem}.SpecialOffer-module__uPTPBW__offerDescription{font-size:1.125rem}.SpecialOffer-module__uPTPBW__discountCircle{width:80px;height:80px}.SpecialOffer-module__uPTPBW__discountValue{font-size:1.5rem}}@media (max-width:640px){.SpecialOffer-module__uPTPBW__container{padding:0 1.25rem}.SpecialOffer-module__uPTPBW__header{margin-bottom:3rem}.SpecialOffer-module__uPTPBW__mainTitle{font-size:2rem}.SpecialOffer-module__uPTPBW__subtitle{font-size:1.125rem}.SpecialOffer-module__uPTPBW__offerCard{height:300px}.SpecialOffer-module__uPTPBW__offerContent{padding:1.5rem}.SpecialOffer-module__uPTPBW__offerTitle{font-size:1.5rem}.SpecialOffer-module__uPTPBW__offerDescription{margin-bottom:1.5rem;font-size:1rem}.SpecialOffer-module__uPTPBW__offerButton{padding:.875rem 1.5rem;font-size:1rem}}@keyframes SpecialOffer-module__uPTPBW__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes SpecialOffer-module__uPTPBW__expandWidth{0%{opacity:0;width:0}to{opacity:1;width:120px}}@keyframes SpecialOffer-module__uPTPBW__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.testimonials-module__6z5m2W__testimonialsSection{background:linear-gradient(135deg,#fff 0%,#fafcff 30%,#fff 100%);padding:6rem 0;position:relative;overflow:hidden}.testimonials-module__6z5m2W__container{z-index:2;max-width:1400px;margin:0 auto;padding:0 2rem;position:relative}.testimonials-module__6z5m2W__header{text-align:center;margin-bottom:4rem;animation:.8s ease-out .2s backwards testimonials-module__6z5m2W__fadeInUp}.testimonials-module__6z5m2W__mainTitle{color:#0f172a;letter-spacing:-.025em;margin-bottom:1rem;font-size:clamp(2rem,4vw,2.5rem);font-weight:800;line-height:1.2}.testimonials-module__6z5m2W__titleUnderline{background:linear-gradient(90deg,#3b82f6,#8b5cf6);border-radius:2px;width:100px;height:4px;margin:0 auto 1.5rem;animation:1s ease-out .4s backwards testimonials-module__6z5m2W__expandWidth}.testimonials-module__6z5m2W__subtitle{color:#64748b;max-width:600px;margin:0 auto;font-size:1.125rem;font-weight:500;line-height:1.6}.testimonials-module__6z5m2W__testimonialsGrid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem;animation:1s ease-out .6s backwards testimonials-module__6z5m2W__fadeIn;display:grid}.testimonials-module__6z5m2W__testimonialCard{background:#fff;border:1px solid #f1f5f9;border-radius:24px;padding:2.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 10px 40px #00000014}.testimonials-module__6z5m2W__testimonialCard:hover{border-color:#e2e8f0;transform:translateY(-10px);box-shadow:0 25px 50px #0000001f}.testimonials-module__6z5m2W__testimonialCard:before{content:"\"";color:#e2e8f0;z-index:1;font-family:Georgia,serif;font-size:5rem;line-height:1;position:absolute;top:1.5rem;left:2rem}.testimonials-module__6z5m2W__quoteIcon{opacity:.1;position:absolute;top:2rem;right:2rem;transform:rotate(180deg)}.testimonials-module__6z5m2W__testimonialContent{z-index:2;position:relative}.testimonials-module__6z5m2W__testimonialText{color:#475569;margin-bottom:2rem;font-size:1.125rem;font-style:italic;line-height:1.7;position:relative}.testimonials-module__6z5m2W__authorInfo{border-top:1px solid #f1f5f9;align-items:center;gap:1rem;padding-top:1.5rem;display:flex}.testimonials-module__6z5m2W__avatar{color:#fff;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.25rem;font-weight:700;display:flex}.testimonials-module__6z5m2W__authorDetails{flex:1}.testimonials-module__6z5m2W__authorName{color:#1e293b;margin-bottom:.25rem;font-size:1.125rem;font-weight:700}.testimonials-module__6z5m2W__authorRole{color:#64748b;font-size:.875rem;font-weight:500}.testimonials-module__6z5m2W__authorCompany{color:#3b82f6;font-size:.875rem;font-weight:600}.testimonials-module__6z5m2W__rating{gap:.25rem;margin-top:.5rem;display:flex}.testimonials-module__6z5m2W__star{color:#fbbf24;fill:#fbbf24}.testimonials-module__6z5m2W__decorativeBackground{pointer-events:none;z-index:1;position:absolute;inset:0;overflow:hidden}.testimonials-module__6z5m2W__backgroundShape{opacity:.05;filter:blur(60px);background:radial-gradient(circle,#3b82f6 0%,#0000 70%);width:400px;height:400px;position:absolute}.testimonials-module__6z5m2W__bgShape1{animation:20s ease-in-out infinite testimonials-module__6z5m2W__float;top:-150px;right:-150px}.testimonials-module__6z5m2W__bgShape2{background:radial-gradient(circle,#8b5cf6 0%,#0000 70%);animation:25s ease-in-out infinite reverse testimonials-module__6z5m2W__float;bottom:-150px;left:-150px}@keyframes testimonials-module__6z5m2W__float{0%,to{transform:translate(0)rotate(0)}33%{transform:translate(-40px,40px)rotate(120deg)}66%{transform:translate(40px,-40px)rotate(240deg)}}.testimonials-module__6z5m2W__navigationDots{justify-content:center;gap:.75rem;margin-top:3rem;display:flex}.testimonials-module__6z5m2W__dot{cursor:pointer;background:#cbd5e1;border-radius:50%;width:10px;height:10px;transition:all .3s}.testimonials-module__6z5m2W__dot:hover{background:#94a3b8}.testimonials-module__6z5m2W__dotActive{background:#3b82f6;transform:scale(1.2)}@media (max-width:1024px){.testimonials-module__6z5m2W__testimonialsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.testimonials-module__6z5m2W__testimonialsSection{padding:4rem 0}.testimonials-module__6z5m2W__testimonialsGrid{grid-template-columns:1fr;gap:2rem;max-width:500px;margin:0 auto}.testimonials-module__6z5m2W__testimonialCard{padding:2rem}}@media (max-width:640px){.testimonials-module__6z5m2W__container{padding:0 1.25rem}.testimonials-module__6z5m2W__testimonialCard{padding:1.75rem}.testimonials-module__6z5m2W__testimonialText{font-size:1rem}.testimonials-module__6z5m2W__authorInfo{gap:.75rem}.testimonials-module__6z5m2W__avatar{width:48px;height:48px;font-size:1rem}}@keyframes testimonials-module__6z5m2W__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes testimonials-module__6z5m2W__expandWidth{0%{opacity:0;width:0}to{opacity:1;width:100px}}@keyframes testimonials-module__6z5m2W__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
