:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.5;font-weight:400;color:#333;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--bg-primary: #ffffff;--bg-secondary: #f5f7ff;--text-primary: #333333;--text-secondary: #666666;--text-light: #999999;--gradient-primary: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--gradient-secondary: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);--shadow-light: rgba(0, 0, 0, .1);--shadow-medium: rgba(0, 0, 0, .2)}[data-theme=dark]{--bg-primary: #1a1a1a;--bg-secondary: #2d2d2d;--text-primary: #f0f0f0;--text-secondary: #d0d0d0;--text-light: #a0a0a0;--gradient-primary: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--gradient-secondary: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);--shadow-light: rgba(0, 0, 0, .3);--shadow-medium: rgba(0, 0, 0, .5)}html{overflow-x:hidden;-webkit-text-size-adjust:100%}html,body,#root{height:100%}img,video{max-width:100%;height:auto}body{margin:0;display:flex;min-width:280px;min-height:100vh;min-height:100dvh;background-color:var(--bg-primary);color:var(--text-primary);transition:background-color .3s ease,color .3s ease}#root{width:100%;display:flex;flex-direction:column}a{font-weight:500;color:#667eea;text-decoration:none;transition:color .25s ease}a:hover{color:#764ba2}button{border-radius:10px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#667eea;color:#fff;cursor:pointer;transition:all .3s cubic-bezier(.34,1.56,.64,1)}button:hover{background-color:#764ba2;transform:translateY(-2px);box-shadow:0 6px 20px #667eea59}button:active{transform:translateY(0);box-shadow:0 2px 10px #667eea40}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}input,textarea,select{font-family:inherit}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%}#root{display:flex;flex-direction:column;min-height:100vh;height:100%}html{scroll-behavior:smooth}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#f5f7fa;color:#333;overflow-x:hidden;padding-left:env(safe-area-inset-left,0px);padding-right:env(safe-area-inset-right,0px)}.app{display:flex;flex-direction:column;min-height:100vh;min-height:100dvh;width:100%;max-width:100vw;overflow-x:clip}.app>header{flex-shrink:0}.app>section{flex:1 0 auto}.app>footer{flex-shrink:0;margin-top:auto}button{font-family:inherit}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;border:2px solid #f1f1f1}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#764ba2,#667eea);box-shadow:0 0 8px #667eea66}[data-theme=dark] ::-webkit-scrollbar-track{background:#2d2d2d}[data-theme=dark] ::-webkit-scrollbar-thumb{border-color:#2d2d2d}@media(max-width:768px){.app{min-height:100vh}}@media(max-width:480px){.app{min-height:100vh}}.cart-toast{position:fixed;bottom:max(1rem,env(safe-area-inset-bottom,0px));left:50%;transform:translate(-50%);z-index:2500;display:flex;align-items:flex-start;gap:.85rem;max-width:min(420px,calc(100vw - 2rem));padding:1rem 1.25rem;background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000001f,0 0 0 1px #667eea1f;border:2px solid transparent;background-image:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,#667eea,#764ba2,#f093fb) border-box;animation:cartToastIn .35s cubic-bezier(.34,1.2,.64,1)}@keyframes cartToastIn{0%{opacity:0;transform:translate(-50%) translateY(12px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.cart-toast-icon{flex-shrink:0;width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:1.1rem;font-weight:800}.cart-toast-text{min-width:0;text-align:left}.cart-toast-text strong{display:block;font-size:1rem;color:#1a1a2e;margin-bottom:.25rem}.cart-toast-text p{margin:0;font-size:.9rem;color:#5a5a72;line-height:1.4}[data-theme=dark] .cart-toast{background-image:linear-gradient(#2d2d2d,#2d2d2d) padding-box,linear-gradient(135deg,#818cf8,#a78bfa,#f472b6) border-box;box-shadow:0 12px 40px #00000073}[data-theme=dark] .cart-toast-text strong{color:#f0f0f0}[data-theme=dark] .cart-toast-text p{color:#c4c4d4}@media(max-width:480px){.cart-toast{max-width:calc(100vw - 1rem - env(safe-area-inset-left,0px) - env(safe-area-inset-right,0px));padding:.85rem 1rem}.cart-toast-text strong{font-size:.95rem}.cart-toast-text p{font-size:.82rem}}@media(prefers-reduced-motion:reduce){.cart-toast{animation:none}}@media print{header,footer{display:none}.cart-toast{display:none}}.header{position:sticky;top:0;z-index:1000;padding-top:env(safe-area-inset-top,0px);background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);box-shadow:0 4px 20px #667eea40,0 8px 40px #764ba226;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.header-top{background:linear-gradient(90deg,#ff6b6b,#ff8e72);padding:.8rem;text-align:center;color:#fff;font-weight:700;font-size:.95rem;animation:slideDown .5s ease-out}.header-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:1.2rem 2rem;gap:2rem;flex-wrap:wrap}.logo-section{flex:0 0 auto;display:flex;align-items:center}.logo-wrapper{display:flex;align-items:center;gap:.8rem;animation:slideIn .6s ease-out}@keyframes slideIn{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.logo{font-size:3rem;animation:bounce 2.5s cubic-bezier(.68,-.55,.265,1.55) infinite;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}.logo-img-wrap{flex-shrink:0;width:clamp(80px,12.5vw,108px);height:clamp(80px,12.5vw,108px);border-radius:50%;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 16px #0000002e;border:2px solid rgba(255,255,255,.9);box-sizing:border-box}.logo-img{width:92%;height:92%;max-width:100%;max-height:100%;object-fit:contain;object-position:center;display:block}@keyframes bounce{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-15px) rotate(5deg)}50%{transform:translateY(0) rotate(0)}75%{transform:translateY(-8px) rotate(-5deg)}}.logo-text{display:flex;flex-direction:column;gap:0}.logo-text h1{margin:0;color:#fff;font-size:1.8rem;font-weight:800;text-shadow:3px 3px 6px rgba(0,0,0,.25);letter-spacing:.5px;line-height:1}.logo-text p{margin:0;color:gold;font-size:.75rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.nav{display:flex;gap:.5rem;flex:1;justify-content:center}.nav-link{color:#fff;text-decoration:none;font-weight:700;font-size:1rem;transition:all .3s cubic-bezier(.34,1.56,.64,1);position:relative;padding:.6rem 1.2rem;border-radius:50px;display:flex;align-items:center;gap:.5rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.nav-link:hover{background:#ffffff40;transform:translateY(-3px) scale(1.05);box-shadow:0 6px 15px #0003}.nav-link.active{background:#ffd7004d;box-shadow:0 4px 10px #ffd7004d}.link-icon{font-size:1.1rem}.header-actions{display:flex;gap:1.5rem;align-items:center;flex:0 0 auto}.cart-btn{background:linear-gradient(135deg,#ff6b6b,#ff8e72);color:#fff;border:none;padding:.9rem 1.8rem;border-radius:50px;font-weight:800;font-size:1.05rem;cursor:pointer;transition:all .3s cubic-bezier(.34,1.56,.64,1);position:relative;box-shadow:0 6px 20px #ff6b6b66;display:flex;align-items:center;gap:.6rem;overflow:hidden}.cart-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#fff3;transition:left .3s ease;z-index:0}.cart-btn:hover:before{left:100%}.cart-btn:hover{transform:translateY(-5px) scale(1.08);box-shadow:0 10px 30px #ff6b6b80}.cart-icon{font-size:1.2rem;position:relative;z-index:1;animation:wobble .5s ease-in-out}.cart-text{position:relative;z-index:1}.theme-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;width:50px;height:50px;border-radius:50%;font-size:1.5rem;cursor:pointer;transition:all .3s cubic-bezier(.34,1.56,.64,1);position:relative;box-shadow:0 6px 20px #667eea66;display:flex;align-items:center;justify-content:center;overflow:hidden}.theme-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#fff3;transition:left .3s ease;z-index:0}.theme-btn:hover:before{left:100%}.theme-btn:hover{transform:translateY(-5px) scale(1.1) rotate(20deg);box-shadow:0 10px 30px #667eea99}.theme-btn:active{transform:scale(.95)}@keyframes wobble{0%,to{transform:rotate(0)}25%{transform:rotate(-5deg)}75%{transform:rotate(5deg)}}.cart-badge{background:linear-gradient(135deg,gold,#ffed4e);color:#333;border-radius:50%;padding:.25rem .7rem;font-weight:900;font-size:.85rem;min-width:28px;text-align:center;box-shadow:0 2px 8px #00000040;position:relative;z-index:1;animation:pulse .6s ease-in-out}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}.menu-toggle{display:none;background:#fff3;border:2px solid white;color:#fff;font-size:1.8rem;cursor:pointer;padding:.5rem .8rem;border-radius:10px;transition:all .3s ease;font-weight:700}.menu-toggle:hover{background:#ffffff4d;transform:scale(1.1)}@media(max-width:768px){.header-container{flex-direction:row;flex-wrap:wrap;align-items:center;gap:.65rem .75rem;padding:.65rem .85rem}.logo-section{flex:1 1 auto;min-width:0}.logo-text h1{font-size:clamp(1rem,4.2vw,1.4rem)}.logo-text p{font-size:.62rem;letter-spacing:.12em}.nav{order:3;display:none;width:100%;flex-direction:column;gap:.5rem}.nav.active{display:flex}.nav-link{justify-content:center;width:100%;padding:.75rem 1rem}.menu-toggle{display:flex;align-items:center;justify-content:center;min-width:44px;min-height:44px}.header-actions{width:auto;flex:0 0 auto;justify-content:flex-end;gap:.45rem}.theme-btn{width:44px;height:44px;min-width:44px;min-height:44px;font-size:1.25rem}.cart-btn{padding:.55rem .9rem;font-size:.88rem;min-height:44px}.header-top{font-size:clamp(.72rem,2.8vw,.85rem);padding:.5rem .65rem;line-height:1.35}.logo-wrapper{gap:.45rem}.logo{font-size:2.5rem}}@media(max-width:480px){.header-container{padding:.55rem .65rem}.logo-text h1{font-size:1.05rem}.logo-text p{font-size:.58rem;letter-spacing:.1em}.logo{font-size:2rem}.cart-text{display:none}.cart-btn{padding:.5rem .65rem}}[data-theme=dark] header{background:linear-gradient(135deg,#1a1a2e,#16213e);box-shadow:0 8px 32px #00000080}[data-theme=dark] .announcement{background:linear-gradient(90deg,#2d2d4a,#3d3d5c);color:gold}[data-theme=dark] .announcement-content{color:#f0f0f0}[data-theme=dark] .logo-text h1{color:#f0f0f0;text-shadow:3px 3px 8px rgba(0,0,0,.7)}[data-theme=dark] .logo-img-wrap{background:#fff;border-color:#ffffffd9;box-shadow:0 2px 14px #00000073}[data-theme=dark] .logo-text p{color:gold}[data-theme=dark] .nav-link{color:#f0f0f0;background:#ffffff0d}[data-theme=dark] .nav-link:hover{background:#ffffff26;color:gold}[data-theme=dark] .cart-btn{background:linear-gradient(135deg,#ff6b6b,#ff8e72);box-shadow:0 6px 20px #ff6b6b4d}[data-theme=dark] .cart-btn:hover{box-shadow:0 10px 30px #ff6b6b66}[data-theme=dark] .theme-btn{box-shadow:0 6px 20px #667eea4d}[data-theme=dark] .theme-btn:hover{box-shadow:0 10px 30px #667eea80}.hero{position:relative;overflow:hidden;padding:5rem 2rem;min-height:700px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f093fb,#f5576c,#667eea,#764ba2,#f093fb);background-size:400% 400%;animation:gradientShift 15s ease infinite}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.hero-background{position:absolute;inset:0;z-index:1;pointer-events:none}.floating-balloon{position:absolute;font-size:2.5rem;animation:float 8s ease-in-out infinite;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}.balloon-1{top:10%;left:10%;animation-delay:0s;animation:float 8s ease-in-out infinite}.balloon-2{top:15%;right:15%;animation-delay:1s}.balloon-3{bottom:20%;left:8%;animation-delay:2s}.balloon-4{top:30%;right:5%;animation-delay:.5s;font-size:2rem}.balloon-5{bottom:30%;right:10%;animation-delay:1.5s}@keyframes float{0%,to{transform:translateY(0) translate(0) rotate(0)}25%{transform:translateY(-30px) translate(15px) rotate(10deg)}50%{transform:translateY(-50px) translate(0) rotate(-5deg)}75%{transform:translateY(-25px) translate(-15px) rotate(8deg)}}.hero-content{position:relative;z-index:2;max-width:900px;text-align:center;animation:slideInUp 1s ease-out}@keyframes slideInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.hero-badge{display:inline-block;background:#ffffff38;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;padding:.85rem 2.2rem;border-radius:50px;margin-bottom:1.5rem;font-weight:700;font-size:.9rem;letter-spacing:2px;text-transform:uppercase;box-shadow:0 8px 32px #0000002e,0 2px 8px #ffffff1a;border:1px solid rgba(255,255,255,.35);animation:slideDown .8s ease-out}.hero-title{font-size:3.8rem;font-weight:900;color:#fff;margin:0 0 1.5rem;text-shadow:4px 4px 12px rgba(0,0,0,.3);line-height:1.2;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;gap:.8rem}.hero-title .word{display:inline-block;animation:fadeInUp .6s ease-out backwards}.hero-title .word:nth-child(1){animation-delay:.1s}.hero-title .word:nth-child(2){animation-delay:.2s}.hero-title .word:nth-child(3){animation-delay:.3s}.hero-title .word:nth-child(4){animation-delay:.4s}.hero-title .word:nth-child(5){animation-delay:.5s}.hero-title .word:nth-child(6){animation-delay:.6s}.hero-title .word:nth-child(7){animation-delay:.7s}.hero-subtitle{font-size:1.6rem;color:#fffffff2;margin:0 0 2.5rem;font-weight:600;text-shadow:2px 2px 8px rgba(0,0,0,.2);animation:slideInUp .8s ease-out .3s backwards}.hero-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2.5rem;padding:2rem;background:#ffffff1f;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:24px;border:1px solid rgba(255,255,255,.25);animation:slideInUp .8s ease-out .4s backwards;max-height:300px;overflow:hidden;transition:all .4s ease;box-shadow:0 8px 32px #0000001a}.hero-features.expanded{max-height:500px}.feature{display:flex;align-items:center;gap:1rem;color:#fff;transition:all .3s ease}.feature:hover{transform:translateY(-5px)}.feature-icon{font-size:2.5rem;animation:bounce 2s cubic-bezier(.68,-.55,.265,1.55) infinite}.feature-text{text-align:left}.feature-text h4{margin:0;font-size:1.1rem;font-weight:700;color:gold}.feature-text p{margin:.3rem 0 0;font-size:.9rem;color:#fffc}.hero-decorations{display:flex;gap:2rem;justify-content:center;margin:2rem 0 2.5rem;flex-wrap:wrap;animation:slideInUp .8s ease-out .5s backwards}.decoration{font-size:3rem;display:inline-block;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}.bounce-slow{animation:bounceDecoration 3s ease-in-out infinite}.bounce-slow-2{animation:bounceDecoration 3s ease-in-out infinite .2s}.bounce-slow-3{animation:bounceDecoration 3s ease-in-out infinite .4s}.bounce-slow-4{animation:bounceDecoration 3s ease-in-out infinite .6s}.bounce-slow-5{animation:bounceDecoration 3s ease-in-out infinite .8s}.bounce-slow-6{animation:bounceDecoration 3s ease-in-out infinite 1s}@keyframes bounceDecoration{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-30px) rotate(-10deg)}}.cta-section{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin-bottom:1.5rem;animation:slideInUp .8s ease-out .6s backwards}.cta-button{border:none;padding:1.15rem 3rem;font-size:1.2rem;font-weight:800;border-radius:50px;cursor:pointer;transition:transform .35s cubic-bezier(.34,1.56,.64,1),box-shadow .35s ease;box-shadow:0 8px 28px #00000038,0 4px 12px #0000001a;text-transform:uppercase;letter-spacing:1px;position:relative;overflow:hidden;min-width:200px}.cta-button.primary{background:linear-gradient(135deg,gold,#ffed4e);color:#333}.cta-button.secondary{background:#fff3;color:#fff;border:2px solid white;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cta-button:hover{transform:translateY(-6px) scale(1.04);box-shadow:0 14px 40px #0000004d,0 6px 16px #0000001f}.cta-button:active{transform:translateY(-2px) scale(1.02);box-shadow:0 8px 24px #0003}.toggle-btn{background:#ffffff26;color:#fff;border:2px solid white;padding:.7rem 1.5rem;border-radius:50px;font-weight:700;cursor:pointer;font-size:.95rem;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:slideInUp .8s ease-out .7s backwards}.toggle-btn:hover{background:#ffffff40;transform:translateY(-2px)}@media(max-width:768px){.hero{padding:clamp(2rem,6vw,3rem) clamp(1rem,4vw,1.5rem);min-height:520px}.hero-title{font-size:2.5rem}.hero-title .word{display:inline}.hero-subtitle{font-size:1.3rem}.hero-decorations{gap:1.5rem}.decoration{font-size:2rem}.hero-features{grid-template-columns:repeat(2,1fr);padding:1.5rem;gap:1rem}.feature-icon{font-size:2rem}.cta-button{padding:.9rem 2rem;font-size:1rem;min-width:160px}.floating-balloon{font-size:2rem}}@media(max-width:480px){.hero{padding:1.75rem .75rem 2.25rem;min-height:unset}.hero-title{font-size:1.8rem}.hero-subtitle{font-size:1.1rem}.hero-decorations{gap:1rem}.decoration{font-size:1.5rem}.hero-features{grid-template-columns:1fr;padding:1rem}.cta-section{flex-direction:column;gap:1rem}.cta-button{width:100%}.hero-badge{font-size:.75rem;padding:.6rem 1.5rem}.floating-balloon{font-size:1.5rem}}[data-theme=dark] .hero{background:linear-gradient(135deg,#2a1a4a,#1a1a3a,#3d2c5a,#2d2c4a,#2a1a4a);background-size:400% 400%}[data-theme=dark] .hero-content{z-index:10;position:relative}[data-theme=dark] .hero h2{color:#f0f0f0;text-shadow:3px 3px 10px rgba(0,0,0,.6)}[data-theme=dark] .hero p{color:#d0d0d0;text-shadow:2px 2px 6px rgba(0,0,0,.5)}[data-theme=dark] .floating-balloon{filter:drop-shadow(0 4px 8px rgba(0,0,0,.4))}[data-theme=dark] .features-grid{background:#0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}[data-theme=dark] .feature-item{background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}[data-theme=dark] .feature-item h4{color:gold}[data-theme=dark] .feature-item p{color:#d0d0d0}[data-theme=dark] .hero-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 6px 20px #667eea66}[data-theme=dark] .hero-btn:hover{box-shadow:0 10px 30px #667eea99}.product-card{width:100%;max-width:300px;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 2px 12px #0000000a,0 8px 28px #667eea14;transition:transform .3s ease,box-shadow .3s ease,border-color .2s ease;display:flex;flex-direction:column;border:1px solid rgba(102,126,234,.1)}button.product-card-teaser{display:flex;flex-direction:column;width:100%;max-width:none;margin:0;padding:0;border:1px solid rgba(102,126,234,.1);font:inherit;text-align:left;cursor:pointer;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 12px #0000000a,0 8px 28px #667eea14;transition:transform .25s ease,box-shadow .25s ease,border-color .2s ease}button.product-card-teaser:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014,0 16px 48px #667eea24;border-color:#667eea38}button.product-card-teaser:focus-visible{outline:3px solid rgba(102,126,234,.55);outline-offset:2px}.product-card-teaser .product-teaser-image{width:100%;height:auto;min-height:0;aspect-ratio:1}.product-card-teaser .product-teaser-image img{width:100%;height:100%;object-fit:cover}.product-teaser-info{padding:.85rem .9rem 1rem;display:flex;flex-direction:column;gap:.3rem}.product-teaser-title{font-size:.92rem;font-weight:700;margin:0;line-height:1.35;color:#1a1a2e;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-teaser-hint{font-size:.7rem;font-weight:700;color:#667eea;text-transform:uppercase;letter-spacing:.05em}.product-modal-backdrop{position:fixed;inset:0;z-index:9999;background:#0f172a8c;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;padding:max(.5rem,env(safe-area-inset-top)) max(.5rem,env(safe-area-inset-right)) max(.5rem,env(safe-area-inset-bottom)) max(.5rem,env(safe-area-inset-left));overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:manipulation;min-height:100vh;min-height:100dvh;animation:productModalFadeIn .2s ease}@keyframes productModalFadeIn{0%{opacity:0}to{opacity:1}}.product-modal-dialog{position:relative;width:100%;max-width:min(1120px,calc(100vw - 1rem - env(safe-area-inset-left,0px) - env(safe-area-inset-right,0px)));margin:auto}.product-modal-mobile-back{display:none}.product-modal-close{position:absolute;top:.35rem;right:.35rem;z-index:10;width:2.5rem;height:2.5rem;border:none;border-radius:50%;background:#fffffff5;box-shadow:0 2px 12px #0000001f;font-size:1.5rem;line-height:1;color:#1a1a2e;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease,transform .2s ease}.product-modal-close:hover{background:#fff;transform:scale(1.06)}.product-card-modal-panel.product-card-horizontal{max-width:100%;margin:2.25rem 0 0;width:100%;min-height:min(88vh,780px)}.product-card-modal-panel.product-card-horizontal .product-modal-gallery{width:clamp(320px,52%,580px);min-width:min(100%,320px);flex-shrink:0;display:flex;flex-direction:column;gap:.65rem;align-self:stretch}.product-card-modal-panel.product-card-horizontal .product-modal-gallery .product-image-container.product-modal-image-zoom{width:100%;min-width:0;min-height:clamp(400px,60vh,640px);flex-shrink:0}.product-modal-thumbnails{display:flex;flex-direction:row;flex-wrap:nowrap;gap:.45rem;overflow-x:auto;padding:.1rem 0 .15rem;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.product-modal-thumb{flex:0 0 auto;width:3.35rem;height:3.35rem;padding:0;border:2px solid transparent;border-radius:10px;overflow:hidden;cursor:pointer;background:#e8ecf4;transition:border-color .2s ease,box-shadow .2s ease,opacity .2s ease}.product-modal-thumb img{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}.product-modal-thumb:hover{border-color:#667eea73}.product-modal-thumb.is-active{border-color:#667eea;box-shadow:0 0 0 1px #667eea59}.product-modal-thumb:focus-visible{outline:3px solid rgba(102,126,234,.55);outline-offset:2px}[data-theme=dark] .product-modal-thumb{background:#3d3d3d}[data-theme=dark] .product-modal-thumb.is-active{border-color:#a5b4fc;box-shadow:0 0 0 1px #a5b4fc66}.product-card-modal-panel.product-card-horizontal .product-info{padding:1.35rem 1.65rem 1.5rem;flex:1;min-width:0}.product-card-modal-panel.product-card:hover{transform:none;box-shadow:0 2px 12px #0000000a,0 8px 28px #667eea14;border-color:#667eea1a}.product-card-modal-panel .product-modal-image-zoom{--zoom-x: 50%;--zoom-y: 50%;--modal-zoom-scale: 1;position:relative;overflow:hidden;cursor:zoom-in;align-self:stretch}.product-card-modal-panel .product-modal-image-zoom--placeholder{cursor:default;display:flex;align-items:center;justify-content:center}.product-card-modal-panel .product-modal-image-zoom img{width:100%;height:100%;object-fit:cover;transform:scale(var(--modal-zoom-scale, 1));transform-origin:var(--zoom-x) var(--zoom-y);transition-property:transform;transition-duration:.28s;transition-timing-function:cubic-bezier(.22,1,.36,1);will-change:transform}@media(prefers-reduced-motion:reduce){.product-card-modal-panel .product-modal-image-zoom img{transition-duration:.05s}}.product-card-modal-panel .product-modal-image-zoom.is-zoomed{cursor:crosshair}.product-modal-zoom-toolbar{position:absolute;right:.5rem;bottom:.5rem;left:.5rem;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.4rem;z-index:2}.product-modal-zoom-btn{width:auto;min-height:2.5rem;padding:.35rem .65rem;border:none;border-radius:10px;font-weight:700;line-height:1.15;color:#1a1a2e;background:#fffffff2;box-shadow:0 2px 10px #00000026;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;transition:background .2s ease,transform .15s ease,opacity .2s ease}.product-modal-zoom-symbol{font-size:1.25rem;font-weight:800;line-height:1;flex-shrink:0}.product-modal-zoom-text{font-size:.68rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.product-modal-zoom-btn:hover:not(:disabled){background:#fff;transform:scale(1.06)}.product-modal-zoom-btn:disabled{opacity:.38;cursor:not-allowed}[data-theme=dark] .product-modal-zoom-btn{background:#2d2d2df2;color:#f2f2f2;box-shadow:0 2px 12px #0006}[data-theme=dark] .product-modal-zoom-btn:hover:not(:disabled){background:#3d3d3d}.product-card-horizontal{max-width:720px;margin:0 auto;flex-direction:row;border-radius:14px;align-items:stretch}.product-card-horizontal .product-image-container{width:240px;min-width:200px;height:auto;min-height:220px;flex-shrink:0}.product-card-horizontal .product-info{padding:1.1rem 1.35rem;justify-content:flex-start}@media(max-width:768px){.product-modal-mobile-back{display:inline-flex;align-items:center;justify-content:center;position:absolute;top:max(.35rem,env(safe-area-inset-top));left:max(.35rem,env(safe-area-inset-left));z-index:11;min-height:2.75rem;padding:0 .85rem 0 .5rem;border:none;border-radius:999px;background:#fffffff5;box-shadow:0 2px 12px #0000001f;font-size:.9rem;font-weight:700;color:#1a1a2e;cursor:pointer;transition:background .2s ease,transform .2s ease}.product-modal-mobile-back:active{transform:scale(.98)}[data-theme=dark] .product-modal-mobile-back{background:#2d2d2df5;color:#f2f2f2;box-shadow:0 2px 12px #00000059}.product-card-horizontal{flex-direction:column;max-width:100%}.product-card-horizontal .product-image-container{width:100%;min-width:0;min-height:220px}.product-card-modal-panel.product-card-horizontal{min-height:0;margin-top:2.85rem}.product-card-modal-panel.product-card-horizontal .product-modal-gallery{width:100%;max-width:none}.product-card-modal-panel.product-card-horizontal .product-modal-gallery .product-image-container.product-modal-image-zoom{min-height:min(42vh,380px);max-height:50vh}.product-modal-thumb{width:2.75rem;height:2.75rem;min-width:2.75rem;min-height:2.75rem}.product-card-modal-panel .product-info{padding:1rem 1.15rem max(1.25rem,env(safe-area-inset-bottom))}.product-card-modal-panel .product-info h3{font-size:1.12rem}.product-modal-dialog{width:100%;max-width:100%}.product-modal-backdrop{align-items:flex-start;padding-top:max(.35rem,env(safe-area-inset-top))}}@media(max-width:480px){.product-modal-close{top:max(.25rem,env(safe-area-inset-top));right:max(.25rem,env(safe-area-inset-right));width:2.35rem;height:2.35rem;font-size:1.35rem}.product-modal-zoom-toolbar{left:.35rem;right:.35rem;justify-content:center}.product-modal-zoom-text{font-size:.62rem}.product-card-teaser .product-teaser-info{padding:.65rem .75rem .85rem}.product-teaser-title{font-size:.82rem}}.product-card:hover{transform:translateY(-6px);box-shadow:0 8px 24px #00000014,0 16px 48px #667eea24;border-color:#667eea33}.product-image-container{width:100%;height:240px;overflow:hidden;background:linear-gradient(145deg,#f5f7fc,#eef1f8);position:relative}.product-image-container img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:not(.product-card-modal-panel):hover .product-image-container img{transform:scale(1.03)}.product-info{padding:1.25rem 1.15rem;display:flex;flex-direction:column;flex:1;gap:.5rem}.product-info h3{font-size:1.32rem;margin:0 0 .2rem;font-weight:700;letter-spacing:.01em;color:#1a1a2e;line-height:1.35}.product-description{font-size:1rem;color:#5a5a72;margin:0;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-details,.product-meta{display:flex;justify-content:space-between;align-items:center;font-size:1rem;margin:0;color:#5a5a72}.product-meta span:first-child{letter-spacing:.05em}.product-meta-age{font-weight:800;font-size:.98rem;color:#2d2d42;letter-spacing:.04em}.product-code-size{display:flex;flex-wrap:wrap;gap:.75rem;font-size:.95rem;color:#5a5a72;margin:.35rem 0 0}.price-block{margin:.5rem 0 .75rem}.price-block .price-row{margin:0 0 .25rem}.save-badge{display:inline-block;background:linear-gradient(135deg,#ec4899,#f43f5e);color:#fff;font-size:.8rem;font-weight:700;padding:.25rem .55rem;border-radius:6px;margin-left:.5rem}.shipping-note{font-size:.95rem;color:#6b7280;margin:0}.size-selector{margin:.75rem 0 1rem}.size-label{display:block;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#667eea;margin-bottom:.5rem}.size-pills{display:flex;flex-wrap:wrap;gap:.5rem}.size-pill{padding:.5rem 1rem;border:2px solid rgba(102,126,234,.35);background:#fff;border-radius:999px;font-size:1rem;font-weight:600;color:#4b5563;cursor:pointer;transition:all .2s ease}.size-pill:hover{border-color:#667eea;color:#667eea}.size-pill.selected{background:linear-gradient(135deg,#667eea,#764ba2);border-color:transparent;color:#fff}.quantity-add-row{display:flex;align-items:center;gap:1rem;margin:1rem 0 0;flex-wrap:wrap}.quantity-selector{display:flex;align-items:center;border:2px solid rgba(102,126,234,.3);border-radius:12px;overflow:hidden;background:#f8fafc}.quantity-selector button{width:40px;height:40px;border:none;background:#667eea1f;font-size:1.25rem;font-weight:700;color:#667eea;cursor:pointer;transition:background .2s ease}.quantity-selector button:hover{background:#667eea40}.quantity-selector span{min-width:44px;text-align:center;font-weight:700;font-size:1.1rem;color:#1a1a2e}.product-emoji{font-size:4rem}.price-row{display:flex;align-items:baseline;gap:.6rem;margin:.25rem 0 .5rem;flex-wrap:wrap}.price{font-size:1.5rem;font-weight:800;color:#667eea;letter-spacing:.02em}.original-price{font-size:1.05rem;color:#9ca3af;text-decoration:line-through}.card-extra{font-size:.92rem;margin:.5rem 0 0;padding:.7rem .85rem;border-radius:12px;background:#667eea0f;border:1px solid rgba(102,126,234,.08)}.card-extra strong{display:block;color:#667eea;margin-bottom:.35rem;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.card-extra p{margin:0;color:#4b5563;font-size:.9rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.add-btn{margin-top:auto;padding:.85rem 1.1rem;border:none;border-radius:14px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:700;cursor:pointer;font-size:1.05rem;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 14px #667eea66;letter-spacing:.02em}.add-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea80}.add-btn:active{transform:translateY(0)}.add-btn:before{content:"🛒";font-size:1.1rem;margin-right:.4rem}[data-theme=dark] .product-card{background:#2d2d2d;border-color:#667eea38;box-shadow:0 2px 12px #0003,0 8px 28px #667eea1a}[data-theme=dark] .product-card:hover{box-shadow:0 8px 24px #0000004d,0 16px 48px #667eea2e}[data-theme=dark] .product-image-container{background:linear-gradient(145deg,#363636,#2a2a2a)}[data-theme=dark] .product-info h3{color:#f2f2f2}[data-theme=dark] .product-description,[data-theme=dark] .product-details,[data-theme=dark] .product-meta{color:#b8b8c8}[data-theme=dark] .product-meta-age{color:#f0f0f5;font-weight:800}[data-theme=dark] .product-code-size{color:#b8b8c8}[data-theme=dark] .shipping-note{color:#9ca3af}[data-theme=dark] .size-pill{background:#3d3d3d;border-color:#667eea66;color:#e0e0e0}[data-theme=dark] .size-pill.selected{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}[data-theme=dark] .quantity-selector{background:#2d2d2d;border-color:#667eea66}[data-theme=dark] .quantity-selector button{background:#667eea33;color:#a5b4fc}[data-theme=dark] .quantity-selector span{color:#f2f2f2}[data-theme=dark] .original-price{color:#8b8b9e}[data-theme=dark] .card-extra{background:#667eea1f;border-color:#667eea2e}[data-theme=dark] .card-extra strong{color:#a5b4fc}[data-theme=dark] .card-extra p{color:#c0c0d0}[data-theme=dark] button.product-card-teaser{background:#2d2d2d;border-color:#667eea38}[data-theme=dark] button.product-card-teaser:hover{border-color:#667eea66}[data-theme=dark] .product-teaser-title{color:#f2f2f2}[data-theme=dark] .product-modal-close{background:#2d2d2df2;color:#f2f2f2;box-shadow:0 2px 12px #00000059}[data-theme=dark] .product-modal-close:hover{background:#3d3d3d}.product-card-modal-panel .card-extra p{display:block;-webkit-line-clamp:unset;line-clamp:unset;overflow:visible}.products{background:linear-gradient(180deg,#f5f7fa,#e8e8f5,#c3cfe2);padding:6rem 2rem;min-height:900px;position:relative;overflow:hidden}.products:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,#667eea 50%,transparent 100%);opacity:.6;box-shadow:0 2px 12px #667eea33}.products-container{max-width:1400px;margin:0 auto;position:relative;z-index:1}.products h2{font-size:2.75rem;font-weight:900;margin:0 0 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-align:center;letter-spacing:.02em}.products-step-desc{text-align:center;color:#555;margin-bottom:2rem;font-size:1.1rem;font-weight:600}.products-loading{text-align:center;color:#666;padding:3rem}.no-products-msg{text-align:center;color:#666;padding:3rem;font-size:1.1rem}.step-back-btn{background:#667eea26;color:#667eea;border:2px solid #667eea;padding:.5rem 1rem;border-radius:10px;font-weight:700;cursor:pointer;margin-bottom:1.5rem;transition:all .25s ease}.step-back-btn:hover{background:#667eea;color:#fff}.main-category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:clamp(1.5rem,3.5vw,2.5rem);max-width:min(1240px,100%);width:100%;margin:0 auto 3rem;padding:0 clamp(.75rem,3vw,1.75rem);box-sizing:border-box;justify-items:stretch}.main-category-card{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(1rem,2.5vw,1.35rem);padding:clamp(1.75rem,4vw,2.75rem) clamp(1.5rem,3vw,2.25rem);min-height:clamp(320px,44vw,440px);border:2px solid transparent;border-radius:28px;cursor:pointer;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,#667eea73,#764ba273,#f093fb59) border-box;box-shadow:0 4px 6px #0000000a,0 12px 28px #667eea1f,0 0 0 1px #fff9 inset;transition:transform .35s cubic-bezier(.34,1.2,.64,1),box-shadow .35s ease;overflow:hidden}.main-category-card:after{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(120% 80% at 50% -20%,rgba(255,255,255,.45),transparent 55%);pointer-events:none;opacity:.85}.main-category-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 8px 16px #0000000f,0 24px 48px #667eea38,0 0 0 1px #ffffffbf inset;background:linear-gradient(160deg,#fff,#f8faff) padding-box,linear-gradient(135deg,#667eea,#764ba2,#f093fb) border-box}.main-category-card:hover:after{opacity:.5}.main-card-img-wrap{position:relative;z-index:1;width:100%;max-width:min(100%,380px);margin:0 auto;aspect-ratio:1;border-radius:22px;overflow:hidden;background:linear-gradient(145deg,#f0f2fa,#e8ecf8);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #667eea26,0 0 0 1px #667eea14 inset}.main-card-img{width:100%;height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.25,.46,.45,.94)}.main-category-card:hover .main-card-img{transform:scale(1.06)}.main-card-emoji{font-size:clamp(3.5rem,9vw,5rem)}.main-card-label{position:relative;z-index:1;font-size:clamp(1.5rem,3.2vw,1.9rem);font-weight:900;letter-spacing:.04em;text-align:center;background:linear-gradient(135deg,#667eea,#764ba2 55%,#c084fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(prefers-reduced-motion:reduce){.main-category-card,.main-category-card:hover{transition-duration:.01ms}.main-category-card:hover{transform:none}.main-card-img,.main-category-card:hover .main-card-img{transition-duration:.01ms;transform:none}}.sub-category-grid{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-bottom:2rem}.sub-category-card{padding:0;background:linear-gradient(145deg,#2d3748,#1a202c);border:1px solid rgba(255,255,255,.12);border-radius:18px;font-weight:700;font-size:1.08rem;color:#fff;cursor:pointer;transition:all .25s ease;box-shadow:0 4px 14px #0003;display:flex;flex-direction:column;align-items:stretch;min-width:320px;max-width:380px;overflow:hidden}.sub-card-label{padding:1.1rem 1rem .85rem;letter-spacing:.03em;text-transform:uppercase;text-align:center;flex-shrink:0;font-size:1.18rem}.sub-card-media{width:100%;height:340px;min-height:340px;display:flex;align-items:center;justify-content:center;background:#ffffff0f;overflow:hidden;position:relative}.sub-card-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.sub-card-icon{font-size:4.5rem}.sub-category-card:hover .sub-card-media{background:#ffffff1f}.sub-category-card:hover{transform:translateY(-3px);background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:#ffffff40;box-shadow:0 8px 24px #667eea73}.sub-category-card:hover .sub-card-media{background:#fff3}.category-buttons{display:flex;gap:.75rem;margin-bottom:2rem;flex-wrap:wrap;justify-content:center}.category-buttons button{padding:.65rem 1.35rem;border:2px solid rgba(102,126,234,.25);background:#fff;color:#333;cursor:pointer;border-radius:50px;font-weight:700;font-size:.95rem;transition:transform .25s ease,box-shadow .25s ease,background .25s ease,color .25s ease,border-color .25s ease;box-shadow:0 2px 8px #0000000f}.category-buttons button:hover{transform:translateY(-2px);background:#f0f0f8;border-color:#667eea66;box-shadow:0 4px 14px #667eea26;color:#1a1a2e}.category-buttons button.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:transparent;box-shadow:0 4px 16px #667eea73}.category-buttons button.active:hover{box-shadow:0 6px 22px #667eea8c;color:#fff}.section-header{text-align:center;margin-bottom:4rem;animation:slideInDown .8s ease-out;position:relative}.section-header:before{content:"";display:block;width:80px;height:4px;background:linear-gradient(90deg,#667eea,#764ba2);margin:0 auto 1.5rem;border-radius:2px;animation:slideInLeft .8s ease-out}@keyframes slideInLeft{0%{width:0}to{width:80px}}.section-header h2{font-size:3.2rem;color:#333;margin:0 0 .8rem;font-weight:900;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:2px 2px 4px rgba(102,126,234,.1);animation:fadeInScale .8s ease-out .1s backwards}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.section-header p{font-size:1.3rem;color:#666;margin:0;font-weight:600;animation:fadeInUp .8s ease-out .2s backwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;max-width:1280px;margin:0 auto;width:100%}@media(max-width:1100px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:720px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:420px){.products-grid{grid-template-columns:1fr}}@media(max-width:768px){.products{padding:clamp(2rem,5vw,3rem) clamp(.85rem,3vw,1.5rem);min-height:auto}.products h2{font-size:clamp(1.85rem,6vw,2.5rem)}.products-step-desc{font-size:1rem;margin-bottom:1.35rem;padding:0 .35rem}.main-category-card{min-height:clamp(240px,48vw,360px);padding:clamp(1.25rem,3vw,1.75rem) 1rem}.section-header{margin-bottom:2.5rem}.section-header h2{font-size:2.2rem}.section-header p{font-size:1.1rem}.products-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.step-back-btn{margin-left:0}}@media(max-width:480px){.products{padding:1.75rem .75rem}.products h2{font-size:clamp(1.45rem,7vw,1.95rem);margin-bottom:1rem}.products-step-desc{font-size:.9rem;margin-bottom:1.1rem}.main-category-grid{gap:1rem;padding:0 .25rem}.section-header h2{font-size:1.8rem}.section-header p{font-size:1rem}.products-grid{grid-template-columns:1fr;gap:1rem}}[data-theme=dark] .products{background:linear-gradient(180deg,#1a1a2e,#252542,#2d2d4a)}[data-theme=dark] .products h2{background:linear-gradient(135deg,#a5b4fc,#c4b5fd,#e9d5ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}[data-theme=dark] .section-header h2{color:#f0f0f0}[data-theme=dark] .section-header p{color:#d0d0d0}[data-theme=dark] .products:before{background:linear-gradient(90deg,transparent 0%,#818cf8 50%,transparent 100%);opacity:.5}[data-theme=dark] .category-buttons button{background:#ffffff1f;color:#e2e8f0;border-color:#fff3;box-shadow:0 2px 12px #0003}[data-theme=dark] .category-buttons button:hover{background:#fff3;color:#fff;border-color:#ffffff59;box-shadow:0 4px 16px #667eea40}[data-theme=dark] .category-buttons button.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:transparent;box-shadow:0 4px 20px #667eea80}[data-theme=dark] .category-buttons button.active:hover{color:#fff;box-shadow:0 6px 24px #667eea99}[data-theme=dark] .products-step-desc{color:silver}[data-theme=dark] .step-back-btn{background:#667eea33;color:#a5b4fc;border-color:#818cf8}[data-theme=dark] .step-back-btn:hover{background:#667eea;color:#fff}[data-theme=dark] .main-category-card{background:linear-gradient(165deg,#2d2d2d,#252538) padding-box,linear-gradient(135deg,#818cf88c,#a78bfa80,#f472b659) border-box;border:2px solid transparent;box-shadow:0 4px 6px #00000040,0 16px 36px #00000059,0 0 0 1px #ffffff0f inset}[data-theme=dark] .main-category-card:after{background:radial-gradient(100% 70% at 50% -10%,rgba(129,140,248,.12),transparent 50%);opacity:1}[data-theme=dark] .main-category-card:hover{background:linear-gradient(165deg,#35354a,#2a2a3e) padding-box,linear-gradient(135deg,#818cf8,#a78bfa,#f472b6) border-box;box-shadow:0 12px 28px #0006,0 28px 56px #667eea2e,0 0 0 1px #ffffff14 inset}[data-theme=dark] .main-card-img-wrap{background:linear-gradient(145deg,#3a3a48,#2d2d3a);box-shadow:0 8px 24px #00000059,0 0 0 1px #818cf826 inset}[data-theme=dark] .main-card-label{background:linear-gradient(135deg,#c4b5fd,#e9d5ff,#f0abfc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}[data-theme=dark] .sub-category-card{background:linear-gradient(145deg,#1e293b,#0f172a);color:#e2e8f0;border-color:#ffffff26}[data-theme=dark] .sub-category-card:hover{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:#ffffff40}[data-theme=dark] .no-products-msg,[data-theme=dark] .products-loading{color:#b0b0b0}.about{padding:4rem 2rem;background:linear-gradient(180deg,#f5f7fa,#e8e8f5,#c3cfe2);min-height:100vh;position:relative;overflow:hidden}.about-container{max-width:1200px;margin:0 auto}.about-header{text-align:center;margin-bottom:2.5rem;animation:slideInDown .8s ease-out}.about-header h2{font-size:2.4rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.6rem;font-weight:900}.about-header .subtitle{font-size:1.1rem;color:#666;font-weight:600}.about-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-bottom:2.5rem}.about-section{background:#fff;padding:1.35rem 1.5rem;border-radius:16px;box-shadow:0 6px 24px #0000000f,0 12px 40px #667eea0f;animation:slideUp .6s ease-out backwards;transition:transform .35s cubic-bezier(.34,1.56,.64,1),box-shadow .35s ease;border-left:4px solid #667eea}.about-section:nth-child(1){animation-delay:.1s}.about-section:nth-child(2){animation-delay:.2s}.about-section:nth-child(3){animation-delay:.3s}.about-section:nth-child(4){animation-delay:.4s}.about-section:nth-child(5){animation-delay:.5s}.about-section:hover{transform:translateY(-6px);box-shadow:0 16px 48px #0000001a,0 20px 56px #667eea2e}.about-section.full-width{grid-column:1 / -1}.section-icon{font-size:2rem;margin-bottom:.6rem;display:inline-block}.about-section h3{font-size:1.35rem;color:#333;margin-bottom:.75rem;font-weight:800}.about-section p{color:#666;line-height:1.65;font-size:.92rem}.features-list{list-style:none;padding:0;margin:0}.features-list li{margin:.5rem 0;color:#666;line-height:1.6;font-size:.9rem}.achievements-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem;margin-top:1.25rem}.achievement-item{text-align:center;padding:1.1rem 1rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:14px;color:#fff;animation:bounceIn .6s ease-out;box-shadow:0 8px 28px #667eea59;transition:transform .3s ease,box-shadow .3s ease}.achievement-item:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 12px 36px #667eea73}.achievement-number{font-size:1.75rem;font-weight:900;margin-bottom:.25rem}.achievement-label{font-size:.85rem;font-weight:600;opacity:.9}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}to{transform:scale(1)}}[data-theme=dark] .about{background:linear-gradient(180deg,#1a1a2e,#2d2d4a,#3d3d5c)}[data-theme=dark] .about-header h2{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}[data-theme=dark] .about-header .subtitle{color:#d0d0d0}[data-theme=dark] .about-section{background:#2d2d2d;box-shadow:0 8px 30px #0006;border-left-color:#667eea}[data-theme=dark] .about-section:hover{box-shadow:0 15px 50px #667eea66}[data-theme=dark] .about-section h3{color:#f0f0f0}[data-theme=dark] .about-section p,[data-theme=dark] .features-list li{color:#d0d0d0}@media(max-width:768px){.about{padding:clamp(2rem,5vw,3rem) clamp(1rem,3vw,1.5rem)}.about-header h2{font-size:clamp(1.5rem,5vw,1.85rem)}.about-header .subtitle{font-size:1rem;padding:0 .25rem}.about-content{grid-template-columns:1fr;gap:1.25rem}.about-section{padding:1.25rem 1.35rem}.achievements-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}}@media(max-width:480px){.about{padding:2rem 1rem}.about-header h2{font-size:1.45rem}.about-section{padding:1.1rem 1.2rem}.section-icon{font-size:1.6rem}.achievements-grid{grid-template-columns:1fr}}.contact{padding:4rem 2rem;background:linear-gradient(180deg,#f5f7fa,#e8e8f5,#c3cfe2);min-height:100vh;position:relative;overflow:hidden}.contact-container{max-width:1200px;margin:0 auto}.contact-header{text-align:center;margin-bottom:4rem;animation:slideInDown .8s ease-out}.contact-header h2{font-size:3rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;font-weight:900}.contact-header .subtitle{font-size:1.3rem;color:#666;font-weight:600}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:4rem}.contact-info{display:grid;grid-template-columns:1fr;gap:2rem}.info-card{background:#fff;padding:2.5rem;border-radius:22px;box-shadow:0 6px 24px #0000000f,0 12px 40px #667eea0f;animation:slideUp .6s ease-out backwards;transition:transform .35s cubic-bezier(.34,1.56,.64,1),box-shadow .35s ease;border-top:4px solid #667eea}.info-card:nth-child(1){animation-delay:.1s}.info-card:nth-child(2){animation-delay:.2s}.info-card:nth-child(3){animation-delay:.3s}.info-card:nth-child(4){animation-delay:.4s}.info-card:hover{transform:translateY(-10px);box-shadow:0 16px 48px #0000001a,0 20px 56px #667eea2e}.info-icon{font-size:2.5rem;margin-bottom:1rem;display:inline-block}.info-card h3{font-size:1.5rem;color:#333;margin-bottom:1.5rem;font-weight:800}.info-card p{color:#666;line-height:1.8;font-size:1rem}.info-card strong{color:#667eea;font-weight:700}.contact-form{background:#fff;padding:2.5rem;border-radius:22px;box-shadow:0 6px 24px #0000000f,0 12px 40px #667eea0f;animation:slideUp .6s ease-out .2s both}.contact-form h3{font-size:1.8rem;color:#333;margin-bottom:2rem;font-weight:800}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.8rem;color:#333;font-weight:600;font-size:1rem}.form-group input,.form-group textarea{width:100%;padding:1rem;border:2px solid #e0e0e0;border-radius:10px;font-family:inherit;font-size:1rem;transition:all .3s ease;color:#333;background-color:#f9f9f9}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea;background-color:#fff;box-shadow:0 0 0 3px #667eea1a}.form-group textarea{resize:vertical;min-height:150px}.submit-btn{width:100%;padding:1.2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:10px;font-size:1.1rem;font-weight:800;cursor:pointer;transition:all .3s cubic-bezier(.34,1.56,.64,1);box-shadow:0 6px 20px #667eea66}.submit-btn:hover{transform:translateY(-3px);box-shadow:0 10px 30px #667eea99}.submit-btn:active{transform:translateY(-1px)}.success-message{background:linear-gradient(135deg,#84fab0,#8fd3f4);color:#2d5016;padding:1.5rem;border-radius:10px;margin-bottom:2rem;font-weight:600;animation:slideDown .4s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.contact-faq{margin-top:4rem;padding:3rem;background:#fff;border-radius:20px;box-shadow:0 8px 30px #00000014}.contact-faq h3{font-size:2.2rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:3rem;text-align:center;font-weight:900}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem}.faq-item{padding:2rem;background:linear-gradient(135deg,#f5f7fa,#e8e8f5);border-radius:18px;border-left:4px solid #667eea;transition:transform .3s ease,box-shadow .3s ease}.faq-item:hover{transform:translateY(-6px);box-shadow:0 12px 36px #667eea26}.faq-item h4{color:#333;font-size:1.1rem;margin-bottom:1rem;font-weight:800}.faq-item p{color:#666;line-height:1.7;font-size:.95rem}@keyframes slideInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}[data-theme=dark] .contact{background:linear-gradient(180deg,#1a1a2e,#2d2d4a,#3d3d5c)}[data-theme=dark] .contact-header h2{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}[data-theme=dark] .contact-header .subtitle{color:#d0d0d0}[data-theme=dark] .info-card,[data-theme=dark] .contact-form{background:#2d2d2d;box-shadow:0 8px 30px #0006}[data-theme=dark] .info-card h3,[data-theme=dark] .contact-form h3,[data-theme=dark] .form-group label{color:#f0f0f0}[data-theme=dark] .info-card p{color:#d0d0d0}[data-theme=dark] .form-group input,[data-theme=dark] .form-group textarea{background-color:#3d3d3d;color:#f0f0f0;border-color:#4d4d4d}[data-theme=dark] .form-group input:focus,[data-theme=dark] .form-group textarea:focus{background-color:#2d2d2d;border-color:#667eea;box-shadow:0 0 0 3px #667eea33}[data-theme=dark] .contact-faq{background:#2d2d2d;box-shadow:0 8px 30px #0006}[data-theme=dark] .faq-item{background:#3d3d3d}[data-theme=dark] .faq-item h4{color:#f0f0f0}[data-theme=dark] .faq-item p{color:#d0d0d0}@media(max-width:1024px){.contact-content{grid-template-columns:1fr;gap:2rem}}@media(max-width:768px){.contact{padding:clamp(2rem,5vw,3rem) clamp(1rem,3vw,1.5rem)}.contact-header{margin-bottom:2.5rem}.contact-header h2{font-size:clamp(1.65rem,6vw,2rem)}.contact-header .subtitle{font-size:1.05rem}.contact-form{padding:1.75rem}.faq-grid{grid-template-columns:1fr}}@media(max-width:480px){.contact{padding:2rem 1rem}.contact-header h2{font-size:1.5rem}.info-card,.contact-form{padding:1.5rem}.contact-faq{padding:2rem 1rem}}.cart-overlay{position:fixed;inset:0;display:flex;justify-content:flex-end;z-index:2000;pointer-events:none;background:transparent;animation:fadeIn .25s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cart-modal{pointer-events:auto;background:#fff;width:100%;max-width:520px;height:100vh;height:100dvh;max-height:100dvh;display:flex;flex-direction:column;overflow:hidden;box-shadow:-16px 0 48px #00000024,-6px 0 32px #667eea1f,-1px 0 #0000000f;animation:slideInRight .4s cubic-bezier(.34,1.56,.64,1)}.cart-body{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden;padding:0}.cart-scroll{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.cart-header{flex-shrink:0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.35rem 1.5rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;border-bottom:3px solid rgba(255,255,255,.2);box-shadow:0 4px 20px #667eea40}.cart-header h2{margin:0;font-size:2rem;font-weight:900;letter-spacing:1px;text-shadow:2px 2px 4px rgba(0,0,0,.2);display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.cart-header-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.65rem;height:1.65rem;padding:0 .4rem;font-size:.85rem;font-weight:800;letter-spacing:0;background:#ffffff47;border-radius:999px;border:1px solid rgba(255,255,255,.45)}.close-btn{background:#fff3;border:2px solid white;color:#fff;font-size:2rem;cursor:pointer;transition:all .3s cubic-bezier(.34,1.56,.64,1);width:45px;height:45px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-weight:700}.close-btn:hover{transform:rotate(90deg) scale(1.1);background:#ffffff4d}.empty-cart{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center}.empty-icon{font-size:5.5rem;margin-bottom:1.5rem;animation:bounce 2.5s cubic-bezier(.68,-.55,.265,1.55) infinite;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1))}.empty-cart p{margin:.8rem 0;color:#333;font-size:1.2rem;font-weight:700}.empty-text{color:#999;font-size:.95rem!important;font-weight:500}.cart-items{padding:1.25rem 1.5rem .75rem}.cart-item{display:flex;gap:1rem;padding:1.1rem 1.15rem;background:linear-gradient(135deg,#667eea0f,#764ba20f);border-radius:16px;margin-bottom:.85rem;align-items:flex-start;justify-content:space-between;animation:slideUp .3s ease-out;border:1px solid rgba(102,126,234,.12);transition:box-shadow .25s ease,border-color .25s ease}.cart-item:hover{background:linear-gradient(135deg,#667eea1a,#764ba21a);border-color:#667eea40;box-shadow:0 4px 16px #667eea1a}.item-qty-line{margin-top:.25rem!important;font-size:.88rem!important;color:#666!important}.item-actions{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;flex-shrink:0}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.item-emoji{font-size:2.8rem;flex-shrink:0;animation:bounce 2.5s cubic-bezier(.68,-.55,.265,1.55) infinite}.item-details{flex:1}.item-details h4{margin:0 0 .4rem;color:#333;font-size:1.1rem;font-weight:800;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.item-details p{margin:0;color:#666;font-size:.9rem;font-weight:600}.item-code-size{margin-top:.35rem;font-size:.8rem;color:#667eea;font-weight:500;display:flex;flex-wrap:wrap;gap:.75rem}.item-price{font-weight:900;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:1.1rem;text-align:right;white-space:nowrap}.remove-btn{background:none;border:none;font-size:1.4rem;cursor:pointer;transition:all .3s cubic-bezier(.34,1.56,.64,1);padding:.5rem;opacity:.7}.remove-btn:hover{transform:scale(1.3) rotate(15deg);opacity:1}.cart-summary{padding:1rem 1.5rem 1.15rem;margin:0 1.5rem;background:linear-gradient(135deg,#667eea14,#764ba214);border-radius:14px;border:1px solid rgba(102,126,234,.1)}.customer-form{display:flex;flex-direction:column;gap:.75rem;padding:1.35rem 1.5rem 1.75rem;background:#fafafa;border-top:1px solid #eee;margin-top:.5rem}.customer-form-title{margin:0 0 .25rem;font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#667eea}.form-label{display:block;font-size:.95rem;font-weight:700;color:#333;margin-bottom:.25rem}.form-input{width:100%;padding:.85rem 1rem;font-size:1rem;border:2px solid #e0e0e0;border-radius:10px;outline:none;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.form-input::placeholder{color:#999}.form-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea26}.form-input-address{min-height:5.5rem;resize:vertical;font-family:inherit;line-height:1.45}.cart-footer{flex-shrink:0;padding:1rem 1.5rem calc(1.25rem + env(safe-area-inset-bottom,0px));border-top:1px solid #eee;background:linear-gradient(180deg,#ffffffeb,#fff 30%);box-shadow:0 -8px 24px #0000000f}.summary-row{display:flex;justify-content:space-between;margin-bottom:1rem;font-size:1.05rem;color:#333;font-weight:600;transition:all .3s ease}.summary-row:hover{transform:translate(3px)}.summary-row span:last-child{font-weight:800;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.summary-row.savings{color:#27ae60}.summary-row.savings span:last-child{color:#27ae60;font-weight:900;-webkit-background-clip:unset;-webkit-text-fill-color:unset;background-clip:unset}.summary-row.total{font-size:1.35rem;font-weight:900;margin-bottom:0;padding:.5rem 0}.checkout-btn{width:100%;padding:1.25rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;font-size:1.15rem;font-weight:800;cursor:pointer;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s ease;text-transform:uppercase;letter-spacing:1px;border-radius:14px;box-shadow:0 6px 24px #667eea59,0 2px 8px #764ba233}.checkout-btn:hover{transform:translateY(-4px);box-shadow:0 12px 36px #667eea73,0 4px 12px #764ba240}.checkout-btn:active{transform:translateY(-1px);box-shadow:0 6px 20px #667eea59}@media(max-width:768px){.cart-modal{max-width:100%}.cart-header{padding:1rem 1.15rem;padding-top:max(1rem,env(safe-area-inset-top,0px))}.cart-header h2{font-size:1.6rem}.cart-summary{padding:1.5rem}}@media(max-width:480px){.cart-header h2{font-size:1.35rem}.checkout-btn{padding:1rem;font-size:1rem}.cart-item{padding:.95rem 1rem}}.cart-scroll{scrollbar-width:thin;scrollbar-color:#764ba2 #f1f1f1}.cart-scroll::-webkit-scrollbar{width:8px}.cart-scroll::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.cart-scroll::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:4px}.cart-scroll::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#764ba2,#667eea)}[data-theme=dark] .cart-overlay{background:transparent}[data-theme=dark] .cart-modal{background:#2d2d2d;box-shadow:-8px 0 30px #00000080}[data-theme=dark] .cart-header{background:linear-gradient(135deg,#667eea,#764ba2)}[data-theme=dark] .close-btn{color:#fff;transition:all .3s ease}[data-theme=dark] .close-btn:hover{background:#ffffff1a}[data-theme=dark] .cart-content{background:#2d2d2d}[data-theme=dark] .cart-scroll{background:#2d2d2d;scrollbar-color:#764ba2 #1a1a1a}[data-theme=dark] .cart-scroll::-webkit-scrollbar-track{background:#1a1a1a}[data-theme=dark] .cart-scroll::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea,#764ba2)}[data-theme=dark] .cart-scroll::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#764ba2,#667eea)}[data-theme=dark] .cart-item{border-bottom-color:#3d3d3d}[data-theme=dark] .item-code-size{color:#a5b4fc}[data-theme=dark] .item-name{color:#f0f0f0}[data-theme=dark] .item-price{color:gold}[data-theme=dark] .item-quantity{color:#d0d0d0}[data-theme=dark] .remove-btn{color:#ff6b6b;transition:all .3s ease}[data-theme=dark] .remove-btn:hover{background:#ff6b6b1a}[data-theme=dark] .cart-summary{background:linear-gradient(135deg,#667eea1f,#764ba21f);border:1px solid rgba(102,126,234,.2)}[data-theme=dark] .summary-item{color:#d0d0d0}[data-theme=dark] .summary-item strong{color:#f0f0f0}[data-theme=dark] .total-amount{color:gold}[data-theme=dark] .savings{color:#4ade80}[data-theme=dark] .checkout-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 6px 20px #667eea4d}[data-theme=dark] .checkout-btn:hover{box-shadow:0 10px 30px #667eea80}[data-theme=dark] .empty-cart-message{color:#d0d0d0}[data-theme=dark] .empty-cart-icon{opacity:.6}[data-theme=dark] .customer-form{background:#1a1a1a;border-top-color:#3d3d3d}[data-theme=dark] .form-label{color:#e0e0e0}[data-theme=dark] .form-input{background:#2d2d2d;border-color:#444;color:#f0f0f0}[data-theme=dark] .form-input::placeholder{color:#888}[data-theme=dark] .form-input:focus{border-color:#667eea}[data-theme=dark] .cart-footer{border-top-color:#3d3d3d;background:linear-gradient(180deg,#2d2d2df2,#2d2d2d 35%);box-shadow:0 -8px 24px #00000040}[data-theme=dark] .customer-form-title{color:#a5b4fc}[data-theme=dark] textarea.form-input{min-height:5.5rem}.footer{background:linear-gradient(135deg,#1a1a1a,#2d2d2d,#1a1a1a);color:#eee;padding:4rem 2rem 0;margin-top:auto;position:relative;overflow:hidden;box-shadow:0 -4px 24px #00000026}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent 0%,#667eea 25%,#764ba2 50%,#667eea 75%,transparent 100%);animation:slideInLeftBar 1s ease-out;box-shadow:0 2px 12px #667eea4d}@keyframes slideInLeftBar{0%{transform:scaleX(0);transform-origin:left}to{transform:scaleX(1);transform-origin:left}}.footer-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3.5rem;padding:3.5rem 0 2rem}.footer-section{animation:slideInUp .8s ease-out backwards}.footer-section:nth-child(1){animation-delay:.1s}.footer-section:nth-child(2){animation-delay:.2s}.footer-section:nth-child(3){animation-delay:.3s}.footer-section:nth-child(4){animation-delay:.4s}@keyframes slideInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.store-info{padding:1.5rem;background:#667eea1a;border-radius:18px;border:1px solid rgba(102,126,234,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px #00000026}.store-info h3{font-size:1.8rem;font-weight:900;margin:0 0 1rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:1px}.store-info p{margin:.8rem 0;color:#bbb;line-height:1.6;font-weight:500}.tagline{color:gold;font-style:italic;font-weight:600}.footer-section h3,.footer-section h4{color:#667eea;font-weight:900;margin:0 0 1.5rem;font-size:1.35rem;letter-spacing:1px;position:relative;padding-bottom:.8rem;display:flex;align-items:center;gap:.5rem}.footer-section h4{font-size:1.15rem;color:#667eea}.footer-section h3:after,.footer-section h4:after{content:"";position:absolute;bottom:0;left:0;width:100%;max-width:60px;height:3px;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:2px;animation:slideInLeftUnder .8s ease-out}@keyframes slideInLeftUnder{0%{width:0;transform:translate(-10px)}to{width:100%;max-width:60px;transform:translate(0)}}.footer-section ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.9rem}.footer-section li{transition:all .3s cubic-bezier(.34,1.56,.64,1);position:relative;padding-left:2rem}.footer-section li:before{content:"▸";position:absolute;left:0;color:#667eea;font-weight:700;font-size:1.2rem;opacity:0;transition:all .3s ease}.footer-section li:hover:before{opacity:1;transform:translate(5px)}.footer-section li:hover{transform:translate(8px)}.footer-section a{color:#aaa;text-decoration:none;transition:all .3s cubic-bezier(.34,1.56,.64,1);font-size:.95rem;font-weight:600;position:relative;display:inline-block}.footer-section a:hover{color:#667eea}.social-links{display:flex;flex-direction:column;gap:1rem}.social-btn{display:flex;align-items:center;gap:1rem;padding:.9rem 1.2rem;background:#667eea1a;border-radius:10px;color:#aaa;text-decoration:none;transition:all .3s cubic-bezier(.34,1.56,.64,1);border:1px solid rgba(102,126,234,.2);font-weight:600}.social-btn:hover{background:#667eea40;border-color:#667eea80;color:#667eea;transform:translateY(-4px);box-shadow:0 10px 28px #667eea40}.social-btn span:first-child{font-size:1.5rem;transition:transform .3s ease}.social-btn:hover span:first-child{transform:scale(1.2) rotate(10deg)}.contact-items{display:flex;flex-direction:column;gap:1.2rem}.contact-item{display:flex;gap:1rem;align-items:flex-start;padding:1rem;background:#667eea14;border-radius:10px;border-left:3px solid #667eea;transition:all .3s ease}.contact-item:hover{background:#667eea26;transform:translate(5px)}.contact-icon{font-size:1.8rem;flex-shrink:0;animation:bounce 2.5s cubic-bezier(.68,-.55,.265,1.55) infinite}.contact-item strong{display:block;color:#667eea;font-weight:700;margin-bottom:.3rem}.contact-item p{margin:0;color:#aaa;font-size:.9rem}.footer-divider{height:1px;background:linear-gradient(90deg,transparent 0%,rgba(102,126,234,.3) 50%,transparent 100%);margin:2rem 0}.footer-bottom{background:#0000004d;border-top:1px solid rgba(102,126,234,.2);padding:2rem}.footer-bottom-content{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem;align-items:center;text-align:center}.footer-bottom p{margin:0;color:#999;font-size:.95rem;font-weight:600;letter-spacing:.5px}.footer-badges{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.badge{display:inline-flex;align-items:center;gap:.5rem;background:#667eea26;color:#667eea;padding:.5rem 1rem;border-radius:50px;font-size:.9rem;font-weight:700;border:1px solid rgba(102,126,234,.3);transition:all .3s ease}.badge:hover{background:#667eea40;transform:translateY(-3px);box-shadow:0 6px 20px #667eea40}@media(max-width:1024px){.footer-content{grid-template-columns:repeat(2,1fr);gap:2.5rem}.footer-bottom-content{flex-direction:column}}@media(max-width:768px){.footer{padding:3rem 1.5rem 0}.footer-content{grid-template-columns:1fr;gap:2rem;padding:2rem 0 1.5rem}.footer-section h3,.footer-section h4{font-size:1.2rem;margin-bottom:1rem}.store-info{padding:1.2rem}.store-info h3{font-size:1.5rem}.footer-bottom{padding:1.5rem}.footer-badges{gap:.8rem}.badge{font-size:.85rem;padding:.4rem .9rem}}@media(max-width:480px){.footer{padding:2rem 1rem 0}.footer-content{padding:1.5rem 0 1rem;gap:1.5rem}.footer-section h3,.footer-section h4{font-size:1.1rem;margin-bottom:.8rem}.footer-section ul{gap:.7rem}.footer-section li{padding-left:1.5rem}.social-btn{padding:.7rem 1rem;font-size:.9rem}.contact-item{padding:.8rem}.contact-icon{font-size:1.5rem}.footer-bottom-content{gap:1rem}.footer-bottom p{font-size:.85rem}.footer-badges{gap:.5rem}.badge{font-size:.75rem;padding:.3rem .7rem}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}[data-theme=dark] .footer{background:linear-gradient(135deg,#0f0f0f,#1a1a1a,#0f0f0f);color:#e0e0e0}[data-theme=dark] .footer-section h3{color:gold}[data-theme=dark] .footer-link{color:#d0d0d0}[data-theme=dark] .footer-link:hover{color:gold}[data-theme=dark] .store-info-box{background:#667eea1a;border:1px solid rgba(102,126,234,.2)}[data-theme=dark] .store-info-box h3{color:gold}[data-theme=dark] .store-info-box p{color:#d0d0d0}[data-theme=dark] .store-tagline{color:#b0b0b0}[data-theme=dark] .social-icons a{background:#667eea33;color:#667eea;border:1px solid rgba(102,126,234,.3)}[data-theme=dark] .social-icons a:hover{background:#667eea;color:#fff;border-color:#667eea}[data-theme=dark] .contact-item{color:#d0d0d0}[data-theme=dark] .contact-item strong{color:gold}[data-theme=dark] .footer-badges{border-top-color:#3d3d3d}[data-theme=dark] .badge{background:#667eea1a;border-color:#667eea33;color:#667eea}[data-theme=dark] .footer-bottom{color:#999;border-top-color:#3d3d3d}
