.hero{min-height:75vh;padding-top:calc(var(--nav-height) + 16px);background:radial-gradient(ellipse 650px 550px at 85% 45%,var(--primary-glow)0%,transparent 70%),radial-gradient(ellipse 500px 450px at 5% 75%,var(--accent-dim)0%,transparent 65%),radial-gradient(ellipse 320px 320px at 55% 90%,var(--primary-dim)0%,transparent 60%),var(--bg);align-items:center;padding-bottom:32px;display:flex;position:relative;overflow:hidden}.hero-grain{pointer-events:none;opacity:.6;background:radial-gradient(#0000 50%,#00000080 100%);position:absolute;inset:0}[data-theme=light] .hero-grain{background:radial-gradient(#0000 50%,#00000014 100%)}.hero-layout{z-index:1;align-items:center;gap:80px;width:100%;display:flex;position:relative}.hero-content{text-align:right;z-index:1;flex:40 1 0;min-width:0;position:relative}.hero-title{letter-spacing:-1.5px;margin-bottom:28px;font-size:4.2rem;font-weight:900;line-height:1.15}.hero-logo-image{width:100%;max-width:420px;height:auto;margin:0 0 28px;display:block}.hero-subtitle{color:var(--text-muted);max-width:540px;margin:0 0 44px;font-size:1.18rem;line-height:1.85}.hero-buttons{justify-content:flex-start;gap:16px;margin-bottom:0;display:flex}.hero-buttons .icon{transition:transform var(--transition)}.hero-buttons .btn-primary:hover .icon{transform:translate(4px)}.hero-showcase{direction:ltr;flex-direction:column;flex:60 1 0;min-width:0;height:min(540px,70vh);display:flex;position:relative}.hero-slider{border:1px solid var(--border);border-radius:16px;flex:1 1 0;min-height:0;position:relative;overflow:hidden}.hero-slider-track{height:100%;display:flex}.hero-slide{min-width:100%;height:100%;color:inherit;cursor:pointer;text-decoration:none;position:relative;overflow:hidden}.hero-slide-img{background:var(--bg-card);justify-content:center;align-items:center;padding:24px;display:flex;position:absolute;inset:0;overflow:hidden}.hero-slide-img img{object-fit:contain;z-index:1;max-width:100%;max-height:100%;transition:transform .4s;position:relative}.hero-slide:hover .hero-slide-img img{transform:scale(1.05)}.hero-slide-discount{background:var(--gradient-brand);color:#000;z-index:2;border-radius:999px;padding:4px 12px;font-size:.74rem;font-weight:800;line-height:1.4;position:absolute;top:14px;right:14px}.hero-slide-info{z-index:2;direction:rtl;background:linear-gradient(#0000 0%,#00000094 42%,#000000e6 100%);align-items:flex-end;gap:16px;padding:54px 22px 34px;display:flex;position:absolute;bottom:0;left:0;right:0}.hero-slide-text{flex:1 1 0;min-width:0}.hero-slide-title{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin:0 0 6px;font-size:1.12rem;font-weight:700;overflow:hidden}.hero-slide-prices{direction:rtl;align-items:baseline;gap:8px;display:flex}.hero-slide-price{color:var(--primary);font-size:1.2rem;font-weight:800}.hero-slide-price-unit{color:#ffffffb3;font-size:.74rem;font-weight:400}.hero-slide-old-price{color:#ffffff80;margin-bottom:3px;font-size:.82rem;text-decoration:line-through;display:block}.hero-slide-cta{color:var(--primary);border:1px solid var(--primary-dim);white-space:nowrap;direction:rtl;border-radius:8px;flex:none;justify-content:center;align-items:center;padding:9px 18px;font-size:.82rem;font-weight:700;transition:background .2s,color .2s;display:inline-flex}.hero-slide-cta-arrow{width:20px;height:20px;display:none}[data-theme=light] .hero-slider{border:2px solid var(--primary);box-shadow:0 0 0 5px var(--primary-dim),0 16px 36px #0000001a}[data-theme=light] .hero-slide-info{background:linear-gradient(#0000 80%,#faf7f059 100%)}[data-theme=light] .hero-slide-title{color:var(--text)}[data-theme=light] .hero-slide-price-unit{color:var(--text-muted)}[data-theme=light] .hero-slide-old-price{color:var(--text-dim)}[data-theme=light] .hero-slider-dot{box-shadow:none;background:#00000047}[data-theme=light] .hero-slider-dot:hover:not(.active){background:#00000080}@media (width>=769px){.hero-slide-info{gap:20px;padding:64px 26px 40px}.hero-slide-title{margin-bottom:8px;font-size:1.3rem}.hero-slide-price{font-size:1.42rem}.hero-slide-price-unit{font-size:.8rem}.hero-slide-old-price{margin-bottom:4px;font-size:.95rem}.hero-slide-cta{padding:11px 22px;font-size:.9rem}}.hero-slide:hover .hero-slide-cta{background:var(--primary);color:#000}.hero-slider-arrow{border:1px solid var(--border);width:40px;height:40px;color:var(--text);cursor:pointer;z-index:10;opacity:0;background:#0a0a0ae0;border-radius:50%;justify-content:center;align-items:center;transition:background .2s,border-color .2s,opacity .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}[data-theme=light] .hero-slider-arrow{background:#ffffffeb}.hero-showcase:hover .hero-slider-arrow{opacity:1}.hero-slider-arrow:hover{background:var(--primary);border-color:var(--primary);color:#000}.hero-slider-arrow .icon{width:18px;height:18px}.hero-slider-prev{left:-14px}.hero-slider-next{right:-14px}.hero-slider-dots{z-index:4;justify-content:center;align-items:center;gap:8px;display:flex;position:absolute;bottom:14px;left:50%;transform:translate(-50%)}.hero-slider-dot{cursor:pointer;background:#ffffff8c;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:background .2s,width .2s,border-radius .2s;box-shadow:0 1px 3px #00000073}.hero-slider-dot.active{background:var(--primary);border-radius:4px;width:28px}.hero-slider-dot:hover:not(.active){background:#fff}@media (width<=768px){.hero-slider-arrow{display:none}.hero-slider-dots{top:14px;bottom:auto}.hero-slide-cta{border-radius:50%;flex-shrink:0;width:44px;height:44px;padding:0}.hero-slide-cta-text{display:none}.hero-slide-cta-arrow{display:block}}.hero-slide-skeleton{flex-direction:column;width:100%;height:100%;display:flex}.hero-slide-skeleton-img{background:linear-gradient(90deg,var(--bg-input)25%,var(--border)50%,var(--bg-input)75%);background-size:200px 100%;flex:1 1 0;animation:1.5s ease-in-out infinite skeletonShimmer}.hero-slide-skeleton-info{border-top:1px solid var(--border);background:var(--bg-card);flex:none;padding:14px 20px 16px}.hero-slide-skeleton-line{background:linear-gradient(90deg,var(--bg-input)25%,var(--border)50%,var(--bg-input)75%);background-size:200px 100%;border-radius:6px;height:12px;margin-bottom:8px;animation:1.5s ease-in-out infinite skeletonShimmer}.hero-slide-skeleton-line:last-child{margin-bottom:0}.hero-slide-skeleton-line.long{width:70%}.hero-slide-skeleton-line.short{width:40%}.trust-strip{background:var(--bg-card);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:20px 0;position:relative}.trust-strip:before,.trust-strip:after{content:"";background:linear-gradient(90deg,transparent,var(--primary-dim),transparent);height:1px;position:absolute;left:0;right:0}.trust-strip:before{top:0}.trust-strip:after{bottom:0}.trust-grid{justify-content:space-between;align-items:center;gap:16px;display:flex}.trust-item{flex:1;align-items:center;gap:14px;min-width:0;padding:0 12px;display:flex}.trust-icon{background:var(--primary-dim);border:1px solid var(--primary-dim);width:44px;height:44px;color:var(--primary);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.trust-icon svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px}.trust-text{flex-direction:column;gap:2px;min-width:0;display:flex}.trust-text strong{color:var(--text);font-size:.92rem;font-weight:700}.trust-text span{color:var(--text-muted);font-size:.78rem}.trust-divider{background:var(--border);flex-shrink:0;width:1px;height:36px}.section-header-split{text-align:right;justify-content:space-between;align-items:flex-end;margin-bottom:28px;display:flex}.section-header-split h2{margin:0;font-size:2.4rem;font-weight:800}.section-link{color:var(--text-muted);border:1px solid var(--border);transition:var(--transition);border-radius:999px;align-items:center;gap:6px;padding:8px 14px;font-size:.92rem;font-weight:600;display:inline-flex}.section-link:hover{color:var(--primary);border-color:var(--primary);background:var(--primary-dim)}.section-link:hover .icon{transform:translate(-4px)}.section-link .icon{transition:transform var(--transition)}.featured-products{padding:48px 0 56px}.featured-products .section-header{margin-bottom:24px}.featured-grid{grid-template-rows:repeat(2,1fr);grid-template-columns:2fr .85fr .85fr;gap:20px;min-height:348px;display:grid}.featured-actions{border-top:1px solid var(--border);justify-content:center;margin-top:28px;padding-top:28px;display:flex}.featured-actions .btn-outline{border-color:var(--primary);background:color-mix(in srgb,var(--primary)8%,transparent);color:var(--primary);letter-spacing:.3px;border-width:2px;padding:16px 44px;font-weight:700}.featured-actions .btn-outline:hover{background:var(--primary);color:#000;box-shadow:0 8px 32px var(--primary-glow);transform:translateY(-2px)}.featured-actions .icon{margin-inline-start:6px}.featured-grid .product-card:first-child{grid-area:span 2/1}.featured-grid .product-card:first-child .product-image{aspect-ratio:auto;flex:1;min-height:192px;padding:24px}.featured-grid .product-card:first-child .product-image .placeholder-emoji{font-size:8rem}.featured-grid .product-card:first-child .product-info{padding:22px 24px 24px}.featured-grid .product-card:first-child .product-title{margin-bottom:10px;font-size:1.4rem}.featured-grid .product-card:first-child .product-description{-webkit-line-clamp:3;margin-bottom:16px;font-size:.9rem}.featured-grid .product-card:first-child .product-price{font-size:1.4rem}.featured-grid .product-card:first-child{background:linear-gradient(180deg,var(--bg-card),var(--bg-input));border-color:var(--primary-dim)}.featured-grid .product-card:first-child:before{content:"ویژه";background:var(--gradient-brand);color:#000;z-index:4;box-shadow:0 4px 16px var(--primary-glow);border-radius:999px;padding:5px 14px;font-size:.72rem;font-weight:800;position:absolute;top:20px;left:20px}.featured-grid .product-card{position:relative}.featured-grid .product-card:first-child .wishlist-btn{display:none}.featured-grid .product-card .product-image{flex:1 0 auto}.featured-grid .product-card .product-info{flex:none}@media (width>=1025px){.featured-grid{min-height:0}.featured-grid .product-card .product-image{aspect-ratio:auto;height:180px;min-height:0}.featured-grid .product-card:first-child .product-image{height:auto;min-height:0}}@media (width<=1024px){.featured-grid{grid-template-rows:auto;grid-template-columns:1fr 1fr;min-height:auto}.featured-grid .product-card:first-child{grid-area:span 1/span 2}.featured-grid .product-card:first-child .product-image{min-height:300px}}@media (width<=600px){.featured-scroller{-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--primary)var(--bg-input);padding:6px 0;overflow-x:auto;transform:rotateX(180deg)}.featured-scroller::-webkit-scrollbar{height:6px}.featured-scroller::-webkit-scrollbar-track{background:var(--bg-input);border-radius:999px}.featured-scroller::-webkit-scrollbar-thumb{background:var(--gradient-brand);border-radius:999px}.featured-grid{grid-template-rows:none;grid-template-columns:none;gap:14px;min-height:0;display:flex;transform:rotateX(180deg)}.featured-grid .product-card,.featured-grid .product-card:first-child{flex:0 0 85%;grid-area:auto;max-width:85%}.featured-grid .product-card:first-child .product-image{min-height:0}.featured-products .section-header{margin-bottom:0}}.section-footer{display:none}.categories{background:var(--bg-card);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:36px 0;position:relative;overflow:hidden}.categories .section-header{text-align:center;z-index:1;margin-bottom:22px;position:relative}.categories-grid{z-index:1;overscroll-behavior-x:contain;cursor:grab;scrollbar-width:none;grid-auto-columns:clamp(240px,26vw,300px);grid-auto-flow:column;gap:16px;max-width:100%;margin:0 auto;padding:8px 4px 10px;display:grid;position:relative;overflow-x:auto}.categories-grid::-webkit-scrollbar{display:none}.categories-grid.dragging{cursor:grabbing;scroll-behavior:auto}.categories-grid .category-card{user-select:none;-webkit-user-drag:none}.category-card{border-radius:var(--radius);border:1px solid var(--border);background:linear-gradient(180deg,var(--bg),var(--bg-input));transition:var(--transition);text-align:right;color:inherit;grid-template-rows:auto auto;grid-template-columns:auto 1fr;align-items:center;gap:14px;padding:20px;text-decoration:none;display:grid;position:relative;overflow:hidden}.category-card:not(:has(.category-emoji-wrap)) h3{grid-column:1/-1}.category-card:hover{border-color:var(--primary);transform:translateY(-4px)}.category-emoji-wrap{background:var(--primary-dim);border:1px solid var(--primary-dim);width:48px;height:48px;transition:var(--transition);border-radius:14px;grid-area:1/1;justify-content:center;align-items:center;display:flex}.category-card:hover .category-emoji-wrap{background:var(--primary);border-color:var(--primary);transform:scale(1.05)rotate(-4deg)}.category-emoji{filter:drop-shadow(0 2px 4px #0000004d);transition:var(--transition);font-size:2rem}.category-svg{width:26px;height:26px;color:var(--primary);transition:var(--transition)}.category-card:hover .category-svg{color:#000}.category-card h3{color:var(--text);margin:0;font-size:1.1rem;font-weight:700}.category-card p{color:var(--text-muted);flex:1;margin:0;font-size:.85rem}.category-foot{grid-area:2/1/auto/-1;justify-content:space-between;align-items:center;gap:12px;display:flex}.category-arrow{background:var(--bg-input);border:1px solid var(--border);width:32px;height:32px;color:var(--text-muted);transition:var(--transition);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.category-card:hover .category-arrow{background:var(--primary);border-color:var(--primary);color:#000;transform:translate(-6px)}@media (width<=600px){.categories-grid{grid-auto-columns:clamp(150px,44vw,190px);gap:14px;padding:8px 4px 12px}.category-card{text-align:center;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:24px 16px 20px;display:flex;box-shadow:0 2px 12px #0000001f}.category-card:active{transition:transform .12s;transform:scale(.96)}.category-card h3{margin-bottom:0;font-size:.9rem}.category-foot{display:none}.category-emoji-wrap{width:52px;height:52px}}.cta-section{padding:72px 0 88px}.cta-card{background:linear-gradient(135deg,var(--bg-card),var(--bg-input));border:1px solid var(--border);direction:rtl;border-radius:24px;grid-template-columns:1fr 1.4fr;align-items:center;gap:60px;padding:60px;display:grid;position:relative;overflow:hidden}.cta-card:before{content:"";background:linear-gradient(135deg,var(--primary),transparent 40%,transparent 60%,var(--primary));z-index:-1;opacity:.3;border-radius:24px;position:absolute;inset:-2px}.cta-visual{direction:ltr;justify-content:center;align-items:center;height:320px;display:flex;position:relative}.cta-orb{filter:blur(60px);pointer-events:none;border-radius:50%;position:absolute}.cta-orb-1{background:var(--primary);opacity:.3;width:240px;height:240px;animation:8s ease-in-out infinite float;top:20px;left:30px}.cta-orb-2{background:var(--accent);opacity:.18;width:180px;height:180px;animation:10s ease-in-out infinite reverse float;bottom:20px;right:30px}.cta-logo{z-index:1;object-fit:contain;width:220px;height:220px;position:relative}.cta-content h2{margin:12px 0 18px;font-size:2.4rem;font-weight:800;line-height:1.25}.cta-content p{color:var(--text-muted);max-width:520px;margin-bottom:32px;font-size:1.05rem;line-height:1.8}.cta-buttons{flex-wrap:wrap;gap:14px;display:flex}@media (width<=900px){.cta-card{grid-template-columns:1fr;gap:32px;padding:40px 28px}.cta-visual{height:200px}.cta-logo{width:160px;height:160px}}@media (width<=600px){.cta-buttons{flex-wrap:nowrap;gap:12px}.cta-buttons .btn{flex:1;min-width:0;padding-left:16px;padding-right:16px}}@media (width<=1100px){.hero-title{font-size:3.4rem}.hero-showcase{height:min(480px,65vh)}}@media (width<=900px){.hero-layout{flex-direction:column-reverse;gap:50px}.hero-content{text-align:center}.hero-logo-image{margin:0 auto 28px}.hero-subtitle{margin:0 auto 36px}.hero-buttons{justify-content:center}.hero-showcase{flex:none;width:100%;max-width:440px;height:min(460px,60vh)}.hero-arrow{opacity:1}.section-header-split{flex-direction:column;align-items:flex-start;gap:16px}}@media (width<=768px){.hero-title{font-size:2.4rem}.hero-logo-image{max-width:300px}.hero-subtitle{font-size:1rem}.hero-buttons{flex-direction:row;justify-content:center;gap:12px}.hero-buttons .btn{flex:1;min-width:0;padding-left:18px;padding-right:18px}.trust-grid{gap:10px}.trust-item{text-align:center;flex-direction:column;gap:6px;padding:0 4px}.trust-item .trust-text{align-items:center}.trust-item .trust-text span,.trust-divider{display:none}}@media (width<=480px){.hero-title{font-size:2rem}.hero-showcase{height:380px}.featured-products,.categories,.cta-section{padding:60px 0}.cta-content h2{font-size:1.8rem}}@media (width<=400px){.hero-title{font-size:1.7rem}.hero-showcase{height:320px}.cta-content h2{font-size:1.6rem}}