@import "https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;500;600;700;800;900&display=swap";
.Hero-module__lHo1ia__hero{background:linear-gradient(135deg,#faf5ff 0%,#fff 40%,#f3e8ff 100%);align-items:center;min-height:100vh;padding:100px 0 60px;display:flex;position:relative;overflow:hidden}.Hero-module__lHo1ia__hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#7c3aed0d 0%,#0000 70%);border-radius:50%;width:70%;height:150%;position:absolute;top:-50%;right:-20%}.Hero-module__lHo1ia__heroContainer{z-index:1;width:100%;max-width:1400px;margin:0 auto;padding:0 40px;position:relative}.Hero-module__lHo1ia__heroContent{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.Hero-module__lHo1ia__textContent{flex-direction:column;gap:30px;display:flex}.Hero-module__lHo1ia__mainTitle{color:#1f2937;letter-spacing:-.03em;margin:0;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:900;line-height:1.1}.Hero-module__lHo1ia__mainTitle br{display:block}.Hero-module__lHo1ia__subTitle{color:#4b5563;max-width:520px;margin:0;font-size:clamp(1rem,1.5vw,1.25rem);font-weight:400;line-height:1.8}.Hero-module__lHo1ia__ctaButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#7c3aed,#6d28d9);border:none;border-radius:60px;align-items:center;gap:12px;width:fit-content;padding:18px 40px;font-family:inherit;font-size:clamp(1rem,1.2vw,1.2rem);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 20px #7c3aed4d}.Hero-module__lHo1ia__ctaButton:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.Hero-module__lHo1ia__ctaButton:hover:before{left:100%}.Hero-module__lHo1ia__ctaButton:hover{transform:translateY(-3px)scale(1.02);box-shadow:0 8px 35px #7c3aed66}.Hero-module__lHo1ia__ctaButton:active{transform:translateY(0)scale(.98)}.Hero-module__lHo1ia__arrowIcon{width:24px;height:24px;transition:transform .3s}.Hero-module__lHo1ia__ctaButton:hover .Hero-module__lHo1ia__arrowIcon{transform:translate(6px)}.Hero-module__lHo1ia__features{grid-template-columns:repeat(2,1fr);gap:20px;margin-top:10px;display:grid}.Hero-module__lHo1ia__featureItem{opacity:0;background:#fff;border-radius:16px;align-items:center;gap:14px;padding:16px 20px;transition:all .3s;animation:.6s forwards Hero-module__lHo1ia__fadeInUp;display:flex;box-shadow:0 2px 12px #0000000a}.Hero-module__lHo1ia__featureItem:hover{border-color:#7c3aed33;transform:translateY(-4px);box-shadow:0 8px 30px #7c3aed1a}@keyframes Hero-module__lHo1ia__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Hero-module__lHo1ia__featureIcon{color:#7c3aed;background:linear-gradient(135deg,#f3e8ff,#ede9fe);border-radius:12px;justify-content:center;align-items:center;width:44px;min-width:44px;height:44px;font-size:20px;transition:all .3s;display:flex}.Hero-module__lHo1ia__featureItem:hover .Hero-module__lHo1ia__featureIcon{color:#fff;background:linear-gradient(135deg,#7c3aed,#6d28d9);transform:scale(1.05)}.Hero-module__lHo1ia__featureInfo{flex:1}.Hero-module__lHo1ia__featureTitle{color:#1f2937;margin:0 0 2px;font-size:.95rem;font-weight:700}.Hero-module__lHo1ia__featureDescription{color:#9ca3af;margin:0;font-size:.8rem}.Hero-module__lHo1ia__imageContainer{justify-content:center;align-items:center;display:flex;position:relative}.Hero-module__lHo1ia__imageWrapper{width:100%;max-width:600px;position:relative}.Hero-module__lHo1ia__heroImage{object-fit:contain;width:100%;height:auto;animation:6s ease-in-out infinite Hero-module__lHo1ia__float}@keyframes Hero-module__lHo1ia__float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.Hero-module__lHo1ia__floatingBadge1,.Hero-module__lHo1ia__floatingBadge2{color:#1f2937;background:#fff;border-radius:16px;align-items:center;gap:10px;padding:12px 20px;font-size:.9rem;font-weight:600;animation:4s ease-in-out infinite Hero-module__lHo1ia__floatBadge;display:flex;position:absolute;box-shadow:0 8px 30px #00000014}.Hero-module__lHo1ia__floatingBadge1{animation-delay:0s;top:10%;right:-10%}.Hero-module__lHo1ia__floatingBadge2{animation-delay:2s;bottom:20%;left:-10%}@keyframes Hero-module__lHo1ia__floatBadge{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-10px)rotate(2deg)}}@media (max-width:1024px){.Hero-module__lHo1ia__heroContent{gap:40px}.Hero-module__lHo1ia__floatingBadge1{top:5%;right:0}.Hero-module__lHo1ia__floatingBadge2{bottom:15%;left:0}}@media (max-width:768px){.Hero-module__lHo1ia__hero{min-height:auto;padding:120px 0 50px}.Hero-module__lHo1ia__heroContainer{padding:0 20px}.Hero-module__lHo1ia__heroContent{grid-template-columns:1fr;gap:40px}.Hero-module__lHo1ia__textContent{text-align:center;align-items:center;gap:25px}.Hero-module__lHo1ia__mainTitle{text-align:center}.Hero-module__lHo1ia__subTitle{text-align:center;max-width:100%}.Hero-module__lHo1ia__ctaButton{align-self:center;padding:16px 32px;font-size:1rem}.Hero-module__lHo1ia__features{grid-template-columns:1fr 1fr;gap:12px;width:100%}.Hero-module__lHo1ia__featureItem{justify-content:center;padding:12px 14px}.Hero-module__lHo1ia__featureIcon{width:36px;min-width:36px;height:36px;font-size:16px}.Hero-module__lHo1ia__featureTitle{font-size:.85rem}.Hero-module__lHo1ia__featureDescription{font-size:.7rem}.Hero-module__lHo1ia__imageContainer{order:-1}.Hero-module__lHo1ia__imageWrapper{max-width:400px}.Hero-module__lHo1ia__floatingBadge1,.Hero-module__lHo1ia__floatingBadge2{border-radius:12px;padding:8px 14px;font-size:.75rem}.Hero-module__lHo1ia__floatingBadge1{top:0;right:0}.Hero-module__lHo1ia__floatingBadge2{bottom:10%;left:0}}@media (max-width:480px){.Hero-module__lHo1ia__features{grid-template-columns:1fr}.Hero-module__lHo1ia__featureItem{justify-content:flex-start}.Hero-module__lHo1ia__floatingBadge1,.Hero-module__lHo1ia__floatingBadge2{display:none}}
.LastCourses-module__1snCUq__lastCourses{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));justify-content:center;gap:30px;padding:10px 0;animation:.6s ease-out LastCourses-module__1snCUq__fadeInUp;display:grid}.LastCourses-module__1snCUq__courseItem{opacity:0;animation:.6s forwards LastCourses-module__1snCUq__fadeInUp}@keyframes LastCourses-module__1snCUq__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.LastCourses-module__1snCUq__loadingContainer{flex-direction:column;justify-content:center;align-items:center;min-height:400px;padding:60px 20px;display:flex}.LastCourses-module__1snCUq__loadingSpinner{margin-bottom:20px}.LastCourses-module__1snCUq__spin{color:#7c3aed;font-size:48px;animation:1s linear infinite LastCourses-module__1snCUq__spin}@keyframes LastCourses-module__1snCUq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.LastCourses-module__1snCUq__loadingText{color:#6b7280;margin-bottom:30px;font-size:16px}.LastCourses-module__1snCUq__loadingCards{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:30px;width:100%;display:grid}.LastCourses-module__1snCUq__skeletonCard{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 10px #0000000d}.LastCourses-module__1snCUq__skeletonImage{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;height:200px;animation:1.5s infinite LastCourses-module__1snCUq__shimmer}.LastCourses-module__1snCUq__skeletonContent{padding:20px}.LastCourses-module__1snCUq__skeletonTitle{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;height:20px;margin-bottom:12px;animation:1.5s infinite LastCourses-module__1snCUq__shimmer}.LastCourses-module__1snCUq__skeletonText{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;height:14px;margin-bottom:8px;animation:1.5s infinite LastCourses-module__1snCUq__shimmer}.LastCourses-module__1snCUq__skeletonText:last-child{width:60%;margin-bottom:0}@keyframes LastCourses-module__1snCUq__shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.LastCourses-module__1snCUq__errorContainer{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:400px;padding:60px 20px;display:flex}.LastCourses-module__1snCUq__errorIcon{margin-bottom:20px;font-size:64px}.LastCourses-module__1snCUq__errorTitle{color:#1f2937;margin-bottom:10px;font-size:24px;font-weight:700}.LastCourses-module__1snCUq__errorText{color:#6b7280;margin-bottom:25px;font-size:16px}.LastCourses-module__1snCUq__retryButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#7c3aed,#6d28d9);border:none;border-radius:50px;padding:12px 32px;font-family:inherit;font-size:16px;font-weight:600;transition:all .3s}.LastCourses-module__1snCUq__retryButton:hover{transform:translateY(-2px);box-shadow:0 8px 25px #7c3aed4d}.LastCourses-module__1snCUq__emptyContainer{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:400px;padding:60px 20px;display:flex}.LastCourses-module__1snCUq__emptyIcon{margin-bottom:20px;font-size:64px}.LastCourses-module__1snCUq__emptyTitle{color:#1f2937;margin-bottom:10px;font-size:24px;font-weight:700}.LastCourses-module__1snCUq__emptyText{color:#6b7280;font-size:16px}.LastCourses-module__1snCUq__coursesStats{justify-content:flex-end;margin-bottom:20px;padding:0 5px;display:flex}.LastCourses-module__1snCUq__coursesStats span{color:#6b7280;background:#f3f4f6;border-radius:50px;padding:6px 16px;font-size:14px}@media (min-width:1200px){.LastCourses-module__1snCUq__lastCourses{grid-template-columns:repeat(4,1fr)}}@media (min-width:992px) and (max-width:1199px){.LastCourses-module__1snCUq__lastCourses{grid-template-columns:repeat(3,1fr)}}@media (min-width:768px) and (max-width:991px){.LastCourses-module__1snCUq__lastCourses{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.LastCourses-module__1snCUq__lastCourses{grid-template-columns:1fr;justify-items:center;gap:25px}.LastCourses-module__1snCUq__loadingCards{grid-template-columns:1fr}}.container.section{background:linear-gradient(#fff 0%,#faf5ff 100%);border-radius:24px;max-width:1400px;min-height:80vh;margin:0 auto;padding:40px 20px 60px}.sectionHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-bottom:35px;padding:0 5px;display:flex}.sectionTitleWrapper{align-items:center;gap:16px;display:flex}.sectionIcon{color:#fff;background:linear-gradient(135deg,#7c3aed,#6d28d9);border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;font-size:20px;display:flex}.sectionTitle{color:#1f2937;letter-spacing:-.5px;margin:0;font-size:28px;font-weight:800}.sectionSubtitle{color:#6b7280;margin:4px 0 0;font-size:14px;font-weight:400}.sectionMore{color:#7c3aed;cursor:pointer;background:#fff;border:2px solid #7c3aed26;border-radius:50px;align-items:center;gap:8px;padding:10px 24px;font-family:inherit;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.sectionMore .LastCourses-module__1snCUq__arrowIcon{transition:transform .3s}.sectionMore:hover{color:#fff;background:linear-gradient(135deg,#7c3aed,#6d28d9);border-color:#7c3aed;transform:translate(-4px);box-shadow:0 4px 20px #7c3aed40}.sectionMore:hover .LastCourses-module__1snCUq__arrowIcon{transform:translate(-4px)}@media (max-width:768px){.container.section{padding:30px 15px 40px}.sectionHeader{flex-direction:column;align-items:stretch;gap:20px;margin-bottom:25px}.sectionTitleWrapper{gap:12px}.sectionIcon{width:40px;height:40px;font-size:16px}.sectionTitle{font-size:22px}.sectionSubtitle{font-size:13px}.sectionMore{justify-content:center;padding:8px 20px;font-size:14px}}
.CourseCard-module__zrj3gq__courseCard{background:linear-gradient(145deg,#fff,#faf5ff);border:1px solid #8b5cf614;border-radius:16px;width:270px;transition:all .3s;position:relative;overflow:visible;box-shadow:0 8px 30px #7c3aed1f}.CourseCard-module__zrj3gq__courseCard:hover{border-color:#8b5cf633;transform:translateY(-6px);box-shadow:0 16px 50px #7c3aed33}.CourseCard-module__zrj3gq__courseImg{position:relative;overflow:hidden}.CourseCard-module__zrj3gq__courseImg img{border-radius:16px 16px 0 0;width:100%;transition:transform .5s;display:block}.CourseCard-module__zrj3gq__courseCard:hover .CourseCard-module__zrj3gq__courseImg img{transform:scale(1.05)}.CourseCard-module__zrj3gq__courseDetails{padding:14px 18px 10px}.CourseCard-module__zrj3gq__courseTitle h2{cursor:pointer;color:#030008;height:55px;margin-bottom:10px;font-size:20px;font-weight:700;line-height:1.4;transition:color .3s}.CourseCard-module__zrj3gq__courseTitle h2:hover{color:#7c3aed}.CourseCard-module__zrj3gq__courseTitle a{color:inherit;text-decoration:none}.CourseCard-module__zrj3gq__courseDesc{color:#392558;line-clamp:2;-webkit-line-clamp:2;text-overflow:ellipsis;opacity:.85;-webkit-box-orient:vertical;margin-bottom:12px;font-size:14px;line-height:1.7;display:-webkit-box;overflow:hidden}.CourseCard-module__zrj3gq__courseTeacher{color:#8b5cf6;border-top:1px solid #8b5cf614;margin-top:4px;padding:4px 0 8px;font-size:14px;font-weight:600}.CourseCard-module__zrj3gq__courseTeacher:before{content:"👨‍🏫 "}.CourseCard-module__zrj3gq__courseFooter{background:linear-gradient(135deg,#faf5ff,#f3e8ff);border-top:1px solid #8b5cf61a;justify-content:space-between;align-items:center;padding:14px 18px;display:flex}.CourseCard-module__zrj3gq__courseStudentCount{color:#4d1e99;align-items:center;gap:7px;font-size:14px;font-weight:600;display:flex}.CourseCard-module__zrj3gq__courseStudentCount svg{color:#000;font-size:18px}.CourseCard-module__zrj3gq__coursePrice{color:#7d34f1;justify-content:space-between;align-items:center;gap:4px;font-size:16px;font-weight:700;display:flex}.CourseCard-module__zrj3gq__coursePrice span{color:#010003;margin-right:5px;font-size:16px;font-weight:400}.CourseCard-module__zrj3gq__discount{color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:50px;margin-left:6px;padding:2px 12px;font-size:13px;font-weight:700}.CourseCard-module__zrj3gq__price{color:#b6b1c5;font-weight:700}.CourseCard-module__zrj3gq__courseBadge{color:#fff;background:linear-gradient(135deg,#7c3aed,#6d28d9);border-radius:50px;padding:4px 14px;font-size:12px;font-weight:700;position:absolute;top:12px;right:12px;box-shadow:0 4px 15px #7c3aed4d}@media (max-width:768px){.CourseCard-module__zrj3gq__courseCard{width:100%;max-width:320px;margin:0 auto}.CourseCard-module__zrj3gq__courseTitle h2{height:48px;font-size:16px}.CourseCard-module__zrj3gq__courseDesc{font-size:13px}.CourseCard-module__zrj3gq__courseFooter{flex-wrap:wrap;gap:8px;padding:12px 16px}.CourseCard-module__zrj3gq__coursePrice{font-size:14px}}.CourseCard-module__zrj3gq__discountPrice{flex-direction:column;align-items:flex-end;gap:2px;display:flex}.CourseCard-module__zrj3gq__discountPrice del{color:#a78bfa;opacity:.6;order:2;font-size:12px;font-weight:400;text-decoration:line-through}.CourseCard-module__zrj3gq__coursePrice .CourseCard-module__zrj3gq__normalPrice{color:#040108}.CourseCard-module__zrj3gq__discountPercent{color:#fff;z-index:2;text-shadow:0 1px 3px #0003;background:linear-gradient(135deg,#ef4444,#dc2626);border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:14px;font-weight:800;line-height:1;display:flex;position:absolute;top:-10px;left:-10px;box-shadow:0 4px 15px #ef44444d}
.Header-module__KHjLKa__header{-webkit-backdrop-filter:blur(12px);z-index:100;background:#ffffffeb;border-bottom:2px solid #8b5cf614;padding:16px 40px;transition:all .3s;position:fixed;top:0;left:0;right:0;box-shadow:0 4px 30px #6a0dad0f}.Header-module__KHjLKa__headerTop{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;display:flex}.Header-module__KHjLKa__headerTop img{cursor:pointer;width:65px;height:auto;transition:transform .3s}.Header-module__KHjLKa__headerTop img:hover{transform:scale(1.1)}.Header-module__KHjLKa__headerTop ul{color:#421f77;gap:32px;font-weight:500;list-style:none;display:flex}.Header-module__KHjLKa__headerTop ul li{-webkit-user-select:none;user-select:none;border-radius:8px;padding:8px 12px;transition:all .3s;position:relative}.Header-module__KHjLKa__headerTop ul li a{color:inherit;align-items:center;gap:8px;text-decoration:none;transition:color .3s;display:flex}.Header-module__KHjLKa__headerTop ul li:hover{color:#7c3aed;background:#8b5cf614}.Header-module__KHjLKa__headerTop ul li:after{content:"";background:linear-gradient(90deg,#8b5cf6,#7c3aed);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.Header-module__KHjLKa__headerTop ul li:hover:after{width:60%}.Header-module__KHjLKa__headerTop ul li svg{color:#8b5cf6;font-size:20px}.Header-module__KHjLKa__headerTop>div{justify-content:space-between;align-items:center;gap:20px;display:flex}.Header-module__KHjLKa__searchInput{background:linear-gradient(135deg,#faf5ff,#f3e8ff);border:2px solid #8b5cf61a;border-radius:50px;align-items:center;padding:0 18px;transition:all .3s;display:flex}.Header-module__KHjLKa__searchInput:focus-within{background:#fff;border-color:#8b5cf6;box-shadow:0 0 0 4px #8b5cf61a}.Header-module__KHjLKa__searchInput input{color:#4c1d95;background:0 0;border:none;outline:none;width:450px;padding:14px 16px;font-size:14px}.Header-module__KHjLKa__searchInput input::placeholder{color:#a78bfa}.Header-module__KHjLKa__searchInput svg{color:#8b5cf6;font-size:22px}.Header-module__KHjLKa__authBtn{cursor:pointer;color:#7c3aed;background:0 0;border:2px solid #8b5cf6;border-radius:50px;padding:10px 32px;font-size:14px;font-weight:600;transition:all .3s;position:relative;overflow:hidden}.Header-module__KHjLKa__authBtn:hover{color:#fff;background:linear-gradient(135deg,#7c3aed,#6d28d9);border-color:#7c3aed;transform:translateY(-2px);box-shadow:0 6px 20px #7c3aed4d}.Header-module__KHjLKa__authBtn:active{transform:translateY(0)}.Header-module__KHjLKa__cardIconWrapper{background:#fffc;border:2px solid #8b5cf626;border-radius:50%;justify-content:center;align-items:center;padding:10px;transition:all .3s;display:flex}.Header-module__KHjLKa__cardIconWrapper:hover{background:#8b5cf60d;border-color:#8b5cf6;transform:translateY(-2px);box-shadow:0 4px 15px #8b5cf626}.Header-module__KHjLKa__cardIconWrapper svg{color:#5b21b6;font-size:20px}.Header-module__KHjLKa__cartIconWrapper{cursor:pointer;position:relative}.Header-module__KHjLKa__cartCount{color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626);border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:11px;font-weight:700;display:flex;position:absolute;top:-8px;right:-8px;box-shadow:0 2px 10px #ef44444d}.Header-module__KHjLKa__userIcon{cursor:pointer;padding-bottom:13px;position:relative}.Header-module__KHjLKa__userIcon:hover .Header-module__KHjLKa__userProfileMenu{animation:.3s Header-module__KHjLKa__slideDown;display:block}@keyframes Header-module__KHjLKa__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Header-module__KHjLKa__userProfileMenu{z-index:3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#4c1d95;background:#fffffffa;border:1px solid #8b5cf61a;border-radius:16px;width:280px;padding:20px 0;font-size:15px;display:none;position:absolute;top:45px;left:0;box-shadow:0 20px 60px #6a0dad26}.Header-module__KHjLKa__userProfileMenu ul{flex-direction:column;gap:4px;margin:0;padding:0;list-style-type:none;display:flex}.Header-module__KHjLKa__userProfileMenu ul li{cursor:pointer;transition:all .3s}.Header-module__KHjLKa__userProfileMenu ul li a{color:inherit;text-decoration:none;display:block}.Header-module__KHjLKa__userProfileMenu .Header-module__KHjLKa__item{border-radius:0;justify-content:space-between;align-items:center;padding:10px 20px;transition:all .3s;display:flex}.Header-module__KHjLKa__userProfileMenu .Header-module__KHjLKa__item:hover{color:#7c3aed;background:#8b5cf614}.Header-module__KHjLKa__userProfileMenu .Header-module__KHjLKa__item:active{transform:scale(.98)}.Header-module__KHjLKa__userProfileMenu p{align-items:center;gap:12px;margin:0;display:flex}.Header-module__KHjLKa__userProfileMenu p svg{color:#8b5cf6;font-size:18px}.Header-module__KHjLKa__caretLeft{color:#a78bfa!important;font-size:14px!important}.Header-module__KHjLKa__userProfileMenu .Header-module__KHjLKa__item:hover .Header-module__KHjLKa__caretLeft{transition:transform .3s;transform:translate(-4px)}.Header-module__KHjLKa__skeletonAvatar{background:linear-gradient(135deg,#f3e8ff 25%,#e9d5ff 50%,#f3e8ff 75%) 0 0/200% 100%;border-radius:12px;width:40px;height:40px;animation:1.5s ease-in-out infinite Header-module__KHjLKa__skeleton-loading}.Header-module__KHjLKa__skeletonName{background:linear-gradient(135deg,#f3e8ff 25%,#e9d5ff 50%,#f3e8ff 75%) 0 0/200% 100%;border-radius:6px;width:60px;height:10px;margin-top:6px;animation:1.5s ease-in-out infinite Header-module__KHjLKa__skeleton-loading}@keyframes Header-module__KHjLKa__skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:1200px){.Header-module__KHjLKa__searchInput input{width:300px}}@media (max-width:992px){.Header-module__KHjLKa__header{padding:14px 20px}.Header-module__KHjLKa__headerTop ul{gap:20px;font-size:14px}.Header-module__KHjLKa__searchInput input{width:200px;padding:12px 14px}.Header-module__KHjLKa__authBtn{padding:8px 20px;font-size:13px}}@media (max-width:768px){.Header-module__KHjLKa__header{padding:12px 16px}.Header-module__KHjLKa__headerTop{flex-wrap:wrap;gap:12px}.Header-module__KHjLKa__headerTop ul{flex-wrap:wrap;gap:12px;font-size:13px}.Header-module__KHjLKa__headerTop ul li{padding:6px 10px}.Header-module__KHjLKa__searchInput{order:3;width:100%}.Header-module__KHjLKa__searchInput input{width:100%;padding:10px 14px}.Header-module__KHjLKa__headerTop>div{gap:12px}.Header-module__KHjLKa__authBtn{padding:6px 16px;font-size:12px}.Header-module__KHjLKa__userProfileMenu{width:240px;left:auto;right:0}.Header-module__KHjLKa__cartCount{width:20px;height:20px;font-size:10px;top:-6px;right:-6px}}
.layout-module__uRigma__userLayout{display:flex}.layout-module__uRigma__sidebarContainer{background-color:gold;width:300px;height:100vh;position:fixed}.layout-module__uRigma__contentContainer{flex:1;margin-right:300px;padding:20px}
.Footer-module__yg9ahW__footer{direction:rtl;background:linear-gradient(#faf5ff 0%,#f3e8ff 100%);border-top:2px solid #8b5cf614;margin-top:80px;padding:60px 40px 0}.Footer-module__yg9ahW__footerContent{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:40px;max-width:1400px;margin:0 auto;padding-bottom:40px;display:grid}.Footer-module__yg9ahW__footerSection{flex-direction:column;gap:16px;display:flex}.Footer-module__yg9ahW__brand{align-items:center;gap:12px;display:flex}.Footer-module__yg9ahW__logo{width:50px;height:auto;transition:transform .3s}.Footer-module__yg9ahW__logo:hover{transform:scale(1.1)rotate(-5deg)}.Footer-module__yg9ahW__brand h3{color:#4c1d95;background:linear-gradient(135deg,#7c3aed,#6d28d9);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:22px;font-weight:700}.Footer-module__yg9ahW__description{color:#6b21a5;opacity:.8;margin:0;font-size:14px;line-height:1.8}.Footer-module__yg9ahW__socialLinks{gap:12px;margin-top:4px;display:flex}.Footer-module__yg9ahW__socialLinks a{color:#7c3aed;background:#8b5cf61a;border:1px solid #8b5cf61a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.Footer-module__yg9ahW__socialLinks a:hover{color:#fff;background:linear-gradient(135deg,#7c3aed,#6d28d9);transform:translateY(-3px)scale(1.05);box-shadow:0 6px 20px #7c3aed4d}.Footer-module__yg9ahW__socialLinks a svg{font-size:18px}.Footer-module__yg9ahW__footerSection h4{color:#4c1d95;margin:0 0 8px;padding-bottom:12px;font-size:18px;font-weight:600;position:relative}.Footer-module__yg9ahW__footerSection h4:after{content:"";background:linear-gradient(90deg,#8b5cf6,#7c3aed);border-radius:2px;width:40px;height:3px;position:absolute;bottom:0;right:0}.Footer-module__yg9ahW__footerSection ul{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.Footer-module__yg9ahW__footerSection ul li{transition:all .3s}.Footer-module__yg9ahW__footerSection ul li a{color:#6b21a5;font-size:14px;text-decoration:none;transition:all .3s;display:inline-block}.Footer-module__yg9ahW__footerSection ul li a:hover{color:#7c3aed;font-weight:500;transform:translate(-4px)}.Footer-module__yg9ahW__contactInfo li{color:#6b21a5;align-items:center;gap:12px;font-size:14px;display:flex}.Footer-module__yg9ahW__contactInfo li svg{color:#8b5cf6;flex-shrink:0;font-size:20px;transition:transform .3s}.Footer-module__yg9ahW__contactInfo li:hover svg{transform:scale(1.1)}.Footer-module__yg9ahW__footerBottom{max-width:1400px;margin:0 auto}.Footer-module__yg9ahW__divider{background:linear-gradient(90deg,#0000,#8b5cf64d,#0000);height:1px;margin:0 0 20px}.Footer-module__yg9ahW__bottomContent{color:#6b21a5;justify-content:space-between;align-items:center;padding:20px 0 30px;font-size:14px;display:flex}.Footer-module__yg9ahW__bottomContent p{opacity:.7;margin:0}.Footer-module__yg9ahW__bottomLinks{align-items:center;gap:12px;display:flex}.Footer-module__yg9ahW__bottomLinks a{color:#6b21a5;opacity:.7;text-decoration:none;transition:color .3s}.Footer-module__yg9ahW__bottomLinks a:hover{color:#7c3aed;opacity:1}.Footer-module__yg9ahW__separator{opacity:.3}@media (max-width:1024px){.Footer-module__yg9ahW__footerContent{grid-template-columns:1fr 1fr;gap:30px}}@media (max-width:768px){.Footer-module__yg9ahW__footer{margin-top:40px;padding:40px 20px 0}.Footer-module__yg9ahW__footerContent{grid-template-columns:1fr;gap:30px}.Footer-module__yg9ahW__footerSection{text-align:center;align-items:center}.Footer-module__yg9ahW__footerSection h4:after{right:50%;transform:translate(50%)}.Footer-module__yg9ahW__socialLinks,.Footer-module__yg9ahW__contactInfo li{justify-content:center}.Footer-module__yg9ahW__bottomContent{text-align:center;flex-direction:column;gap:12px}.Footer-module__yg9ahW__bottomLinks{gap:8px}.Footer-module__yg9ahW__brand h3{font-size:20px}.Footer-module__yg9ahW__logo{width:45px}}@media (max-width:480px){.Footer-module__yg9ahW__footer{padding:30px 16px 0}.Footer-module__yg9ahW__socialLinks a{width:36px;height:36px}.Footer-module__yg9ahW__socialLinks a svg{font-size:16px}.Footer-module__yg9ahW__bottomLinks{flex-wrap:wrap;justify-content:center}}
