.App{background:#f8fafc;display:flex;flex-direction:column;min-height:100vh;position:relative}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1e293b;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;overflow-x:hidden;padding:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.header{background:#0f172a;border-bottom:1px solid #3b82f633;padding:1rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header-container{justify-content:space-between;margin:0 auto;max-width:1400px}.header-container,.logo{align-items:center;display:flex}.logo{cursor:pointer;font-size:1.5rem;font-weight:800;gap:.75rem;text-decoration:none;transition:opacity .3s ease}.logo:hover{opacity:.9}.logo-icon-wrapper{align-items:center;display:flex;justify-content:center;position:relative}.logo-icon-wrapper:before{border-bottom:16px solid #dc2626;border-left:14px solid #0000;border-right:14px solid #0000;height:0;top:-10px;width:0;z-index:2}.logo-icon-wrapper:after,.logo-icon-wrapper:before{content:"";left:50%;position:absolute;transform:translateX(-50%)}.logo-icon-wrapper:after{background:#fff;border-radius:50%;height:10px;top:-14px;width:10px;z-index:3}.logo-icon{color:#3b82f6}.logo-text{color:#fff;font-weight:800;letter-spacing:-.5px}.nav{align-items:center;display:flex;gap:.5rem}.nav-link{border-radius:8px;color:#94a3b8;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.95rem;font-weight:500;padding:.6rem 1rem;text-decoration:none;transition:all .3s ease}.nav-link:hover{background:#3b82f61a;color:#fff}.tracking-link{align-items:center;background:none;border:none;border-radius:8px;color:#94a3b8;cursor:pointer;display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.95rem;font-weight:500;gap:.5rem;padding:.6rem 1rem;transition:all .3s ease}.tracking-link:hover{background:#3b82f61a;color:#fff}.cart-button{align-items:center;background:#3b82f6;border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.95rem;font-weight:600;gap:.5rem;padding:.7rem 1.25rem;position:relative;transition:all .3s ease}.cart-button:hover{background:#2563eb;transform:translateY(-2px)}.cart-badge{align-items:center;background:#10b981;border-radius:50%;color:#fff;display:flex;font-size:.7rem;font-weight:700;height:20px;justify-content:center;position:absolute;right:-6px;top:-6px;width:20px}@media (max-width:768px){.header{padding:.6rem .75rem}.header-container{gap:.5rem}.nav{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;flex-wrap:nowrap;gap:0;overflow-x:auto;scrollbar-width:none}.nav::-webkit-scrollbar{display:none}.nav-link,.tracking-link{font-size:.75rem;padding:.4rem .5rem;white-space:nowrap}.tracking-link span{display:none}.cart-button{font-size:.8rem;min-width:40px;padding:.5rem .75rem}.cart-button span{display:none}.logo{font-size:1.2rem}.logo-text{display:none}.logo-icon-wrapper{transform:scale(.85)}}@media (max-width:480px){.header{padding:.5rem}.nav-link{font-size:.7rem;padding:.35rem .4rem}.tracking-link{padding:.35rem}.cart-button{padding:.4rem .6rem}}.hero{background:linear-gradient(135deg,#0f172a,#1e293b);color:#f8fafc;overflow:hidden;padding:6rem 2rem;position:relative;text-align:center}.hero:before{background:radial-gradient(circle at 20% 50%,#3b82f626 0,#0000 50%),radial-gradient(circle at 80% 30%,#10b9811a 0,#0000 40%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;position:relative;z-index:1}.hero-text{animation:slideInLeft .8s ease-out;text-align:left}.hero-title{color:#fff;font-size:3.5rem;font-weight:900;letter-spacing:-2px;line-height:1.1;margin-bottom:1.5rem}.hero-subtitle{color:#94a3b8;font-size:1.3rem;font-weight:500;margin-bottom:1.5rem}.hero-description{color:#94a3b8;font-size:1.1rem;line-height:1.7;margin-bottom:2.5rem}.hero-button{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:12px;box-shadow:0 8px 30px #3b82f64d;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.75rem;padding:1rem 2.5rem;transition:all .3s ease}.hero-button:hover{border-color:#1e3a8a;box-shadow:0 12px 40px #3b82f666;transform:translateY(-3px)}.hero-visual{animation:slideInRight .8s ease-out}@keyframes slideInRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}.hero-icon{align-items:center;animation:float 3s ease-in-out infinite,pulse 2s ease-in-out infinite,glow 3s ease-in-out infinite;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#93c5fd66,#ffffff4d);border:5px solid #3b82f6;border-radius:50%;box-shadow:0 20px 60px #3b82f64d;display:flex;height:350px;justify-content:center;position:relative;width:350px}@keyframes twinkle{0%,to{opacity:1;transform:scale(1) rotate(0deg)}50%{opacity:.5;transform:scale(1.2) rotate(180deg)}}@keyframes glow{0%,to{box-shadow:0 20px 60px #3b82f64d}50%{box-shadow:0 20px 80px #3b82f680}}.hero-icon svg{color:#3b82f6;filter:drop-shadow(0 0 20px rgba(59,130,246,.4))}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media (max-width:768px){.hero{padding:3rem 1rem}.hero-content{gap:2rem;grid-template-columns:1fr}.hero-text{text-align:center}.hero-title{font-size:2rem;letter-spacing:-1px}.hero-subtitle{font-size:1rem}.hero-description{font-size:.95rem;margin-bottom:1.5rem}.hero-button{font-size:.95rem;padding:.85rem 2rem}.hero-icon{height:180px;margin:0 auto;order:-1;width:180px}.hero-icon svg{height:80px;width:80px}}@media (max-width:480px){.hero{padding:2rem .75rem}.hero-title{font-size:1.6rem;margin-bottom:1rem}.hero-subtitle{font-size:.9rem;margin-bottom:1rem}.hero-description{font-size:.85rem;margin-bottom:1.25rem}.hero-button{font-size:.9rem;justify-content:center;padding:.75rem 1.5rem;width:100%}.hero-icon{height:140px;width:140px}.hero-icon svg{height:60px;width:60px}}.product-card{background:#1e293b;border:1px solid #334155;border-radius:16px;display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative;transition:all .3s ease}.product-card:hover{border-color:#3b82f6;box-shadow:0 20px 40px #0000004d;transform:translateY(-5px)}.product-image-container{align-items:center;background:#0f172a;display:flex;height:280px;justify-content:center;overflow:hidden;position:relative;width:100%}.product-image{height:100%;object-fit:contain;padding:1rem;transition:transform .3s ease;width:100%}.image-placeholder{align-items:center;background:#0f172a;display:flex;flex-direction:column;gap:1rem;height:100%;justify-content:center;width:100%}.placeholder-icon{font-size:4rem;opacity:.3}.placeholder-text{color:#64748b;font-size:.9rem;max-width:80%;padding:0 1rem;text-align:center}.product-card:hover .product-image{transform:scale(1.05)}.image-nav-button{align-items:center;background:#3b82f6cc;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:40px;z-index:10}.image-nav-button:hover{background:#3b82f6;transform:translateY(-50%) scale(1.1)}.image-nav-button.prev{left:10px}.image-nav-button.next{right:10px}.image-indicators{bottom:10px;display:flex;gap:8px;left:50%;position:absolute;transform:translateX(-50%);z-index:10}.indicator{background:#ffffff80;border:none;border-radius:50%;cursor:pointer;height:10px;transition:all .3s ease;width:10px}.indicator.active{background:#fff;height:12px;width:12px}.indicator:hover{background:#fffc}.discount-badge{animation:bounceIn .6s ease-out,sparkle 2s ease-in-out infinite;background:linear-gradient(135deg,#3b82f6,#1e40af);border:2px solid #93c5fd;border-radius:25px;box-shadow:0 4px 15px #3b82f680;color:#fff;font-size:1rem;font-weight:900;padding:.7rem 1.3rem;position:absolute;right:15px;text-shadow:0 2px 4px #0003;top:15px;z-index:10}@keyframes bounceIn{0%{opacity:0;transform:scale(0) rotate(-180deg)}50%{transform:scale(1.2) rotate(10deg)}to{opacity:1;transform:scale(1) rotate(0deg)}}@keyframes sparkle{0%,to{box-shadow:0 4px 15px #3b82f680}50%{box-shadow:0 4px 20px #3b82f6b3}}.free-delivery-badge{align-items:center;animation:slideInLeft .6s ease-out;background:linear-gradient(135deg,#10b981,#059669);border:2px solid #6ee7b7;border-radius:25px;box-shadow:0 4px 15px #10b98166;color:#fff;display:flex;font-size:.9rem;font-weight:800;gap:.4rem;left:15px;padding:.6rem 1.2rem;position:absolute;top:70px;z-index:10}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-100px)}to{opacity:1;transform:translateX(0)}}.product-info{display:flex;flex:1 1;flex-direction:column;padding:1.25rem}.product-category{color:#3b82f6;font-size:.8rem;font-weight:600;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.product-name{color:#f1f5f9;font-size:1.15rem;font-weight:700;margin-bottom:.5rem}.product-description{color:#94a3b8;font-size:.9rem;line-height:1.5;margin-bottom:1rem}.product-specs{background:#0f172a80;border:1px solid #334155;border-radius:8px;display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem;padding:.75rem}.spec-item{display:flex;font-size:.85rem;justify-content:space-between}.spec-label{color:#64748b;font-weight:500}.spec-value{color:#3b82f6;font-weight:600}.product-details{background:#0f172a80;border:1px solid #334155;border-radius:8px;max-height:300px;overflow-y:auto;padding:.75rem}.details-section,.product-details{margin-bottom:1rem}.details-section h4{color:#f1f5f9;font-size:.9rem;margin-bottom:.5rem}.detail-item{font-size:.8rem;justify-content:space-between;margin-bottom:.3rem}.detail-label{color:#64748b;font-weight:500}.detail-value{color:#3b82f6}.features-list{list-style:none;margin:0;padding:0}.features-list li{color:#94a3b8;font-size:.8rem;padding:.3rem 0 .3rem 1.2rem;position:relative}.features-list li:before{color:#10b981;content:"✓";font-weight:700;left:0;position:absolute}.expand-button{align-items:center;background:none;border:none;color:#3b82f6;cursor:pointer;display:flex;font-weight:600;gap:.5rem;justify-content:center;margin-bottom:1rem;padding:.5rem;transition:color .3s ease}.expand-button:hover{color:#60a5fa}.product-price{align-items:center;display:flex;gap:.75rem;margin-bottom:1rem}.current-price{color:#10b981;font-size:1.4rem;font-weight:700}.original-price{color:#64748b;font-size:.95rem;text-decoration:line-through}.add-to-cart-button{align-items:center;background:#3b82f6;border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:.95rem;font-weight:600;gap:.5rem;justify-content:center;margin-top:auto;padding:.85rem 1.5rem;transition:all .3s ease}.add-to-cart-button:hover{background:#2563eb;transform:translateY(-2px)}@media (max-width:768px){.product-card{border-radius:8px}.product-image-container{height:200px}.product-info{padding:1rem}.product-name{font-size:1rem}.current-price{font-size:1.2rem}.discount-badge{font-size:.85rem;padding:.5rem 1rem;right:10px;top:10px}.free-delivery-badge{font-size:.8rem;left:10px;padding:.5rem .9rem;top:55px}.image-nav-button{height:35px;width:35px}.specs-grid{gap:.5rem;grid-template-columns:1fr}.add-to-cart-button{font-size:.95rem;padding:.9rem 1.5rem}}@media (max-width:480px){.product-card{border-radius:12px}.product-image-container{height:200px}.product-info{padding:.75rem}.product-name{-webkit-line-clamp:2;font-size:.9rem}.product-description{-webkit-line-clamp:2;font-size:.8rem}.current-price{font-size:1.1rem}.original-price{font-size:.8rem}.discount-badge{font-size:.75rem;padding:.4rem .8rem;right:8px;top:8px}.free-delivery-badge{font-size:.7rem;left:8px;padding:.4rem .7rem;top:45px}.image-nav-button{height:30px;width:30px}.add-to-cart-button{font-size:.85rem;padding:.75rem 1rem}.spec-item{font-size:.75rem;padding:.4rem .6rem}}.product-modal-overlay{align-items:center;animation:fadeIn .2s ease;background:#000000d9;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.product-modal{animation:slideUp .3s ease;background:#1e293b;border-radius:16px;box-shadow:0 25px 50px -12px #00000080;max-height:90vh;max-width:1100px;overflow-y:auto;position:relative;width:100%}.modal-close-button{align-items:center;background:#0f172acc;border:none;border-radius:50%;color:#94a3b8;cursor:pointer;display:flex;height:44px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:all .3s ease;width:44px;z-index:10}.modal-close-button:hover{background:#ef4444;color:#fff}.modal-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;padding:2rem}.modal-gallery{display:flex;flex-direction:column;gap:1rem}.modal-main-image{align-items:center;aspect-ratio:1;background:#0f172a;border-radius:12px;display:flex;justify-content:center;overflow:hidden;position:relative}.modal-main-image img{height:100%;object-fit:contain;width:100%}.modal-image-placeholder{align-items:center;color:#64748b;display:flex;flex-direction:column;gap:1rem;justify-content:center}.modal-image-placeholder .placeholder-icon{font-size:4rem}.modal-image-placeholder .placeholder-text{font-size:1rem;padding:0 1rem;text-align:center}.modal-nav-button{align-items:center;background:#0f172acc;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:48px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:48px}.modal-nav-button:hover{background:#3b82f6}.modal-nav-button.prev{left:1rem}.modal-nav-button.next{right:1rem}.modal-discount-badge{background:#ef4444;border-radius:8px;color:#fff;font-size:1.1rem;font-weight:700;left:1rem;padding:.5rem 1rem;position:absolute;top:1rem}.modal-thumbnails{display:flex;gap:.75rem;overflow-x:auto;padding-bottom:.5rem}.thumbnail{background:#0f172a;border:2px solid #0000;border-radius:8px;cursor:pointer;flex-shrink:0;height:80px;overflow:hidden;padding:0;transition:all .3s ease;width:80px}.thumbnail:hover{border-color:#64748b}.thumbnail.active{border-color:#3b82f6}.thumbnail img{height:100%;object-fit:cover;width:100%}.modal-info{display:flex;flex-direction:column;gap:1.25rem}.modal-category{background:#3b82f626;border-radius:20px;color:#3b82f6;display:inline-block;font-size:.85rem;font-weight:500;padding:.4rem 1rem;width:-webkit-fit-content;width:fit-content}.modal-title{color:#f1f5f9;font-size:1.75rem;font-weight:700;line-height:1.3;margin:0}.modal-description{color:#94a3b8;font-size:1rem;line-height:1.6;margin:0}.modal-features h3,.modal-specs h3{color:#f1f5f9;font-size:1.1rem;font-weight:600;margin:0 0 .75rem}.specs-grid{display:flex;flex-direction:column;gap:.5rem}.spec-row{border-bottom:1px solid #334155;display:flex;justify-content:space-between;padding:.6rem 0}.spec-row:last-child{border-bottom:none}.spec-row .spec-label{color:#94a3b8;font-size:.95rem}.spec-row .spec-value{color:#f1f5f9;font-size:.95rem;font-weight:500}.modal-features ul{display:flex;flex-direction:column;gap:.5rem;list-style:none;margin:0;padding:0}.modal-features li{align-items:center;color:#94a3b8;display:flex;font-size:.95rem;gap:.5rem}.modal-features li svg{color:#10b981;flex-shrink:0}.modal-delivery{align-items:center;background:#10b98126;border-radius:10px;color:#10b981;display:flex;font-weight:500;gap:.75rem;padding:.75rem 1rem}.modal-price-section{border-top:1px solid #334155;display:flex;flex-direction:column;gap:1rem;margin-top:auto;padding-top:1rem}.modal-prices{align-items:center;display:flex;gap:1rem}.modal-current-price{color:#3b82f6;font-size:2rem;font-weight:800}.modal-original-price{color:#64748b;font-size:1.25rem;text-decoration:line-through}.modal-add-to-cart{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.1rem;font-weight:600;gap:.75rem;justify-content:center;padding:1rem 2rem;transition:all .3s ease}.modal-add-to-cart:hover{box-shadow:0 10px 25px #3b82f666;transform:translateY(-2px)}@media (max-width:900px){.modal-content{gap:1.5rem;grid-template-columns:1fr;padding:1.5rem}.modal-main-image{aspect-ratio:4/3}.modal-title{font-size:1.5rem}.modal-current-price{font-size:1.75rem}}@media (max-width:600px){.product-modal-overlay{align-items:flex-end;padding:0}.product-modal{border-radius:20px 20px 0 0;max-height:95vh}.modal-content{gap:1rem;padding:3.5rem 1rem 1rem}.modal-close-button{background:#334155;height:36px;right:.75rem;top:.75rem;width:36px}.modal-close-button svg{height:20px;width:20px}.modal-main-image{aspect-ratio:16/10;border-radius:10px}.modal-thumbnails{gap:.4rem;justify-content:center}.thumbnail{border-radius:6px;height:50px;width:50px}.modal-nav-button{height:36px;width:36px}.modal-nav-button svg{height:20px;width:20px}.modal-discount-badge{font-size:.9rem;padding:.35rem .7rem}.modal-category{font-size:.75rem;padding:.3rem .75rem}.modal-title{font-size:1.15rem;line-height:1.35}.modal-description{font-size:.9rem;line-height:1.5}.modal-features h3,.modal-specs h3{font-size:1rem;margin-bottom:.5rem}.spec-row{padding:.5rem 0}.modal-delivery,.modal-features li,.spec-row .spec-label,.spec-row .spec-value{font-size:.85rem}.modal-delivery{padding:.6rem .85rem}.modal-delivery svg{height:18px;width:18px}.modal-price-section{background:#1e293b;border-radius:0;border-top:1px solid #334155;bottom:0;gap:.75rem;margin:0 -1rem;padding:1rem;position:-webkit-sticky;position:sticky}.modal-prices{gap:.75rem;justify-content:center}.modal-current-price{font-size:1.5rem}.modal-original-price{font-size:1rem}.modal-add-to-cart{border-radius:10px;font-size:.95rem;padding:.85rem 1.25rem}.modal-add-to-cart svg{height:20px;width:20px}}.catalog{background:#0f172a;flex:1 1;padding:3rem 2rem;position:relative}.catalog-title{color:#fff;font-size:2.5rem;font-weight:800;letter-spacing:-1px;margin-bottom:.75rem;text-align:center}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.catalog-subtitle{color:#94a3b8;font-size:1.1rem;margin-bottom:2.5rem;text-align:center}.filters{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}.search-box{display:flex;justify-content:center}.search-input{background:#1e293b;border:1px solid #334155;border-radius:10px;color:#f1f5f9;font-size:.95rem;max-width:500px;outline:none;padding:.9rem 1.25rem;transition:all .3s ease;width:100%}.search-input::placeholder{color:#64748b}.search-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}.filters-row{align-items:center;background:#1e293b80;border-radius:10px;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;padding:.75rem 1rem}.results-count{color:#94a3b8;font-size:.95rem;font-weight:500}.results-count strong{color:#3b82f6;font-weight:600}.category-tabs{display:flex;flex-direction:column;gap:1rem}.main-category-tabs{background:#1e293b;border-radius:12px;display:flex;flex-wrap:wrap;gap:.5rem;padding:1rem}.main-tab{background:#0000;border:1px solid #334155;border-radius:8px;color:#94a3b8;cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.95rem;font-weight:500;padding:.7rem 1.25rem;transition:all .3s ease}.main-tab:hover{background:#3b82f61a;border-color:#3b82f6;color:#fff}.main-tab.active{background:#3b82f6;border-color:#3b82f6;color:#fff}.sub-category-tabs{background:#1e293b80;border-left:3px solid #3b82f6;border-radius:10px;display:flex;flex-wrap:wrap;gap:.5rem;padding:.75rem 1rem}.sub-tab{background:#0000;border:1px solid #334155;border-radius:20px;color:#94a3b8;cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.85rem;font-weight:500;padding:.5rem 1rem;transition:all .3s ease}.sub-tab:hover{background:#3b82f61a}.sub-tab.active,.sub-tab:hover{border-color:#3b82f6;color:#fff}.sub-tab.active{background:#3b82f6}.brand-tabs{align-items:flex-start;background:#1e293bb3;border-left:3px solid #10b981;border-radius:10px;display:flex;gap:1rem;padding:1rem}.brand-label{color:#10b981;font-size:.9rem;font-weight:600;padding-top:.4rem;white-space:nowrap}.brand-buttons{display:flex;flex-wrap:wrap;gap:.4rem}.brand-tab{background:#0000;border:1px solid #334155;border-radius:6px;color:#94a3b8;cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.8rem;font-weight:500;padding:.45rem .9rem;transition:all .3s ease}.brand-tab:hover{background:#10b9811a;border-color:#10b981;color:#fff}.brand-tab.active{background:#10b981;border-color:#10b981;color:#fff}.category-filters{display:flex;flex:1 1;flex-wrap:wrap;gap:.75rem;justify-content:center;min-width:300px}.sort-box{align-items:center;display:flex;gap:.5rem}.sort-select{background:#1e293b;border:1px solid #334155;border-radius:8px;color:#f1f5f9;cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.9rem;font-weight:500;padding:.7rem 1rem;transition:all .3s ease}.sort-select:focus,.sort-select:hover{border-color:#3b82f6}.sort-select:focus{outline:none}.filter-button{background:#0000;border:1px solid #334155;border-radius:8px;color:#94a3b8;cursor:pointer;font-size:.9rem;font-weight:500;padding:.6rem 1.2rem;transition:all .3s ease}.filter-button:hover{background:#3b82f61a;border-color:#3b82f6;color:#fff}.filter-button.active{background:#3b82f6;border-color:#3b82f6;color:#fff}.products-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.no-products{color:#94a3b8;font-size:1.1rem;padding:3rem;text-align:center}@media (max-width:768px){.catalog{padding:2rem 1rem}.catalog-title{font-size:1.8rem}.search-input{font-size:.95rem;max-width:100%;padding:.9rem 1.2rem}.main-category-tabs{gap:.5rem;padding:.75rem}.main-tab{font-size:.9rem;padding:.6rem 1rem}.sub-category-tabs{gap:.4rem;padding:.6rem .75rem}.sub-tab{font-size:.85rem;padding:.4rem 1rem}.brand-tabs{flex-direction:column;gap:.5rem;overflow:hidden;padding:.75rem}.brand-label{font-size:.85rem;padding-top:0}.brand-buttons{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;margin:0 -.75rem;overflow-x:auto;padding-bottom:.5rem;padding-left:.75rem;padding-right:.75rem;scrollbar-width:none}.brand-buttons::-webkit-scrollbar{display:none}.brand-tab{flex-shrink:0;font-size:.8rem;padding:.5rem .85rem;white-space:nowrap}.main-category-tabs{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;overflow-x:auto;padding-bottom:.5rem;scrollbar-width:none}.main-category-tabs::-webkit-scrollbar{display:none}.main-tab{flex-shrink:0;white-space:nowrap}.filters-row{flex-direction:column;gap:1rem;padding:.6rem .75rem}.results-count{font-size:.9rem}.category-filters{gap:.5rem;justify-content:flex-start;min-width:auto}.filter-button{font-size:.85rem;padding:.5rem 1rem}.sort-box{width:100%}.sort-select{font-size:.9rem;width:100%}.products-grid{gap:1rem;grid-template-columns:1fr;padding:0 .5rem}.catalog{padding:1.5rem .5rem}.catalog-title{font-size:1.5rem;margin-bottom:.5rem}.catalog-subtitle{font-size:.9rem;margin-bottom:1.5rem}.filters{gap:.75rem;margin-bottom:1.5rem}}@media (max-width:480px){.catalog{padding:1rem .25rem}.catalog-title{font-size:1.3rem}.catalog-subtitle{font-size:.85rem}.main-tab{font-size:.8rem;padding:.5rem .75rem}.brand-tab{font-size:.75rem;padding:.4rem .7rem}.search-input{font-size:.9rem;padding:.75rem 1rem}}.price-filter{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:20px}.price-filter-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.price-label{color:#e2e8f0;font-size:.95rem;font-weight:600}.price-values{background:#3b82f61a;border-radius:6px;color:#3b82f6;font-size:.9rem;font-weight:600;padding:4px 12px}.price-sliders{height:30px;margin-bottom:16px;position:relative}.price-slider{-webkit-appearance:none;appearance:none;background:#0000;height:6px;pointer-events:none;position:absolute;width:100%}.price-slider::-webkit-slider-runnable-track{background:#334155;border-radius:3px;height:6px}.price-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:linear-gradient(135deg,#3b82f6,#1e40af);border-radius:50%;box-shadow:0 2px 6px #3b82f666;cursor:pointer;height:20px;margin-top:-7px;pointer-events:auto;-webkit-transition:transform .2s ease;transition:transform .2s ease;width:20px}.price-slider::-webkit-slider-thumb:hover{transform:scale(1.15)}.price-slider::-moz-range-track{background:#334155;border-radius:3px;height:6px}.price-slider::-moz-range-thumb{background:linear-gradient(135deg,#3b82f6,#1e40af);border:none;border-radius:50%;box-shadow:0 2px 6px #3b82f666;cursor:pointer;height:20px;pointer-events:auto;width:20px}.price-slider-min{z-index:2}.price-slider-max{z-index:1}.free-delivery-filter{align-items:center;color:#94a3b8;cursor:pointer;display:flex;font-size:.9rem;gap:10px;transition:color .2s ease}.free-delivery-filter:hover{color:#e2e8f0}.free-delivery-filter input[type=checkbox]{accent-color:#22c55e;cursor:pointer;height:18px;width:18px}.free-delivery-filter svg{color:#22c55e}.free-delivery-filter span{-webkit-user-select:none;user-select:none}.checkbox-filters{border-top:1px solid #334155;display:flex;flex-wrap:wrap;gap:16px;margin-top:16px;padding-top:16px}.filter-checkbox{align-items:center;background:#0f172a;border:1px solid #334155;border-radius:8px;color:#94a3b8;cursor:pointer;display:flex;font-size:.9rem;gap:8px;padding:8px 14px;transition:all .2s ease}.filter-checkbox:hover{border-color:#475569;color:#e2e8f0}.filter-checkbox:has(input:checked){background:#22c55e1a;border-color:#22c55e;color:#22c55e}.filter-checkbox input[type=checkbox]{accent-color:#22c55e;cursor:pointer;height:16px;width:16px}.filter-checkbox svg{flex-shrink:0}.filter-checkbox span{-webkit-user-select:none;user-select:none;white-space:nowrap}.power-filter{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:16px 20px}.power-filter-header{align-items:center;display:flex;gap:8px;margin-bottom:12px}.power-filter-header svg{color:#fbbf24}.power-label{color:#e2e8f0;font-size:.95rem;font-weight:600}.power-buttons{display:flex;flex-wrap:wrap;gap:8px}.power-btn{background:#0f172a;border:1px solid #334155;border-radius:8px;color:#94a3b8;cursor:pointer;font-size:.85rem;padding:8px 16px;transition:all .2s ease}.power-btn:hover{border-color:#fbbf24;color:#fbbf24}.power-btn.active{background:linear-gradient(135deg,#fbbf24,#f59e0b);border-color:#fbbf24;color:#0f172a;font-weight:600}@media (max-width:768px){.price-filter{padding:16px}.price-filter-header{align-items:flex-start;flex-direction:column;gap:8px}.checkbox-filters{flex-direction:column;gap:10px}.filter-checkbox{width:100%}.power-buttons{gap:6px}.power-btn{font-size:.8rem;padding:6px 12px}}.testimonials-section{background:linear-gradient(135deg,#f0f9ff,#dbeafe 50%,#e0f2fe);margin:2rem 0;padding:5rem 2rem;position:relative}.testimonials-container{margin:0 auto;max-width:1200px}.testimonials-header{margin-bottom:3rem;text-align:center}.testimonials-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1e40af,#3b82f6);-webkit-background-clip:text;background-clip:text;font-size:2.8rem;font-weight:900;margin-bottom:.5rem}.testimonials-subtitle{color:#475569;font-size:1.2rem;font-weight:500;margin-bottom:2rem}.testimonials-stats{grid-gap:2rem;background:linear-gradient(135deg,#fff,#f8fafc);border:2px solid #3b82f61a;border-radius:16px;box-shadow:0 4px 20px #3b82f626;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:3rem;padding:2.5rem}.stat-item{align-items:center;display:flex;gap:1rem}.stat-icon{color:#3b82f6;flex-shrink:0}.stat-content{display:flex;flex-direction:column}.stat-number{color:#1e40af;font-size:1.8rem;font-weight:800}.stat-label{color:#64748b;font-weight:500}.testimonials-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.testimonial-card{background:linear-gradient(135deg,#fff,#f8fafc);border:2px solid #3b82f61a;border-radius:16px;box-shadow:0 4px 15px #3b82f61a;overflow:hidden;padding:2rem;position:relative;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.testimonial-card:before{background:linear-gradient(90deg,#3b82f6,#60a5fa,#93c5fd);content:"";height:4px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.testimonial-card:hover:before{opacity:1}.testimonial-card:hover{border-color:#3b82f64d;box-shadow:0 12px 30px #3b82f633;transform:translateY(-8px)}.testimonial-header-card{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.testimonial-avatar{align-items:center;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border:3px solid #3b82f633;border-radius:50%;box-shadow:0 4px 10px #3b82f626;display:flex;font-size:2.5rem;height:56px;justify-content:center;width:56px}.testimonial-info{display:flex;flex-direction:column}.testimonial-name{align-items:center;color:#1e40af;display:flex;font-size:1.05rem;font-weight:700;gap:.5rem}.verified-badge{color:#10b981}.testimonial-location{color:#64748b;font-size:.85rem}.testimonial-rating{display:flex;gap:.25rem;margin-bottom:1rem}.star-filled{fill:#f39c12;color:#f39c12}.testimonial-title{color:#1e3a8a;font-size:1.15rem;font-weight:700;line-height:1.4;margin-bottom:.75rem}.testimonial-text{color:#475569;font-size:.95rem;line-height:1.7;margin:0}.testimonial-date{color:#94a3b8;font-size:.8rem;font-style:italic;margin-top:1rem}.testimonial-product{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border:1px solid #3b82f633;border-radius:20px;color:#1e40af;display:inline-block;font-size:.85rem;font-weight:600;margin-top:.75rem;padding:.4rem .8rem}@media (max-width:768px){.testimonials-section{padding:2rem 1rem}.testimonials-title{font-size:2rem}.testimonials-stats{gap:1rem}.testimonials-grid,.testimonials-stats{grid-template-columns:1fr}}.about-section{background:#0f172a;min-height:100vh;padding:3rem 2rem}.about-container{margin:0 auto;max-width:1100px}.about-header{margin-bottom:2.5rem;text-align:center}.about-title{color:#f1f5f9;font-size:2.25rem;font-weight:700;margin-bottom:.5rem}.about-subtitle{color:#94a3b8;font-size:1.1rem}.about-content{display:flex;flex-direction:column;gap:2rem}.about-text{background:#1e293b;border:1px solid #334155;border-radius:14px;padding:1.75rem}.about-text h2{color:#f1f5f9;font-size:1.5rem;margin-bottom:1rem}.about-text p{color:#cbd5e1;font-size:1rem;line-height:1.7}.about-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(4,1fr)}.stat-card{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:1.5rem 1rem;transition:all .3s ease}.stat-card:hover{border-color:#3b82f6;transform:translateY(-2px)}.stat-icon{color:#10b981;margin-bottom:.75rem}.stat-card h3{color:#f1f5f9;font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.stat-card p{color:#94a3b8;font-size:.85rem}.about-values{background:#1e293b;border:1px solid #334155;border-radius:14px;padding:1.75rem}.about-values h2{color:#f1f5f9;font-size:1.5rem;margin-bottom:1.5rem;text-align:center}.values-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(4,1fr)}.value-item{background:#0f172a;border-left:3px solid #3b82f6;border-radius:10px;padding:1.25rem}.value-item h3{color:#f1f5f9;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.value-item p{color:#94a3b8;font-size:.9rem;line-height:1.5}.about-trust{background:#1e293b;border:1px solid #334155;border-radius:14px;padding:1.75rem}.about-trust h2{color:#f1f5f9;font-size:1.5rem;margin-bottom:1.5rem;text-align:center}.trust-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(4,1fr)}.trust-item{background:#0f172a;border:1px solid #334155;border-radius:10px;padding:1.25rem;transition:all .3s ease}.trust-item:hover{border-color:#3b82f6}.trust-icon{color:#10b981;margin-bottom:.75rem}.trust-item h3{color:#f1f5f9;font-size:1rem;font-weight:600;margin-bottom:.4rem}.trust-item p{font-size:.85rem;line-height:1.5}.about-legal{background:#1e293b;border:1px solid #334155;border-radius:14px;padding:1.75rem}.about-legal h2{color:#f1f5f9;font-size:1.5rem;margin-bottom:1.5rem;text-align:center}.legal-info{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(3,1fr)}.legal-item{background:#0f172a;border-left:3px solid #3b82f6;border-radius:10px;padding:1.25rem}.legal-item h3{color:#f1f5f9;font-size:1rem;font-weight:600;margin-bottom:.5rem}.legal-item p{color:#94a3b8;font-size:.9rem;line-height:1.5}@media (max-width:992px){.about-stats,.legal-info,.trust-grid,.values-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.about-title{font-size:1.75rem}.about-stats{grid-template-columns:repeat(2,1fr)}.legal-info,.trust-grid,.values-grid{grid-template-columns:1fr}}.contact-section{background:#0f172a;padding:3rem 2rem}.contact-container{margin:0 auto;max-width:1100px}.contact-header{margin-bottom:2.5rem;text-align:center}.contact-title{color:#f1f5f9;font-size:2rem;font-weight:700;margin-bottom:.5rem}.contact-subtitle{color:#94a3b8;font-size:1rem}.contact-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1.2fr}.contact-info{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.info-card{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:1.5rem;text-align:center;transition:all .3s ease}.info-card:hover{border-color:#3b82f6;transform:translateY(-2px)}.info-icon{margin-bottom:.75rem}.info-card h3{color:#f1f5f9;font-size:1rem;font-weight:600;margin-bottom:.5rem}.info-card p{color:#94a3b8;font-size:.9rem;line-height:1.5}.info-time{color:#64748b;font-size:.8rem;margin-top:.5rem}.contact-form-wrapper{background:#1e293b;border:1px solid #334155;border-radius:14px;padding:1.75rem}.contact-form-wrapper h2{color:#f1f5f9;font-size:1.25rem;font-weight:600;margin-bottom:1.5rem}.contact-form{display:flex;flex-direction:column;gap:1rem}.form-group label{margin-bottom:.4rem}.form-group input,.form-group textarea{background:#0f172a;border:1px solid #334155;border-radius:10px;color:#f1f5f9;font-family:inherit;font-size:.95rem;padding:.7rem 1rem;transition:all .3s ease}.form-group input::placeholder,.form-group textarea::placeholder{color:#64748b}.form-group input:focus,.form-group textarea:focus{border-color:#3b82f6;outline:none}.submit-button{margin-top:.5rem;padding:.85rem 2rem;transition:all .3s ease}.success-message{background:#10b98126;border:1px solid #10b981;border-radius:10px;color:#10b981;font-size:.9rem;margin-bottom:1rem;padding:1rem;text-align:center}@media (max-width:992px){.contact-content{gap:2rem;grid-template-columns:1fr}.contact-info{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.contact-content{gap:1.5rem}.contact-content,.contact-info{grid-template-columns:1fr}.contact-title{font-size:1.5rem}.contact-form-wrapper{padding:1.25rem}}.cart-section{background:#0f172a;flex:1 1;padding:3rem 2rem}.cart-container{margin:0 auto;max-width:1200px}.cart-title{color:#fff;font-size:2rem;font-weight:800;margin-bottom:2rem}.empty-cart{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:4rem 2rem;text-align:center}.empty-cart p{color:#94a3b8;font-size:1.2rem}.cart-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 350px}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-item{grid-gap:1.5rem;align-items:center;background:#1e293b;border:1px solid #334155;border-radius:12px;display:grid;gap:1.5rem;grid-template-columns:100px 1fr 120px 120px 50px;padding:1.25rem;transition:all .3s ease}.cart-item:hover{border-color:#3b82f6}.cart-item-image{background:#0f172a;border-radius:8px;height:100px;object-fit:cover;width:100px}.cart-item-details{display:flex;flex-direction:column;gap:.5rem}.cart-item-name{color:#f1f5f9;font-size:1.05rem;font-weight:600}.cart-item-category{color:#3b82f6;font-size:.8rem;font-weight:500}.cart-item-price{color:#10b981;font-size:.95rem;font-weight:600}.cart-item-quantity{align-items:center;background:#0f172a;border-radius:8px;display:flex;gap:.5rem;padding:.4rem}.cart-item-quantity button{align-items:center;background:#334155;border:none;border-radius:4px;color:#f1f5f9;cursor:pointer;display:flex;justify-content:center;padding:.3rem;transition:all .3s ease}.cart-item-quantity button:hover{background:#3b82f6}.cart-item-quantity span{color:#f1f5f9;font-weight:600;min-width:30px;text-align:center}.cart-item-total{color:#f1f5f9;font-size:1.05rem;font-weight:600;text-align:right}.cart-item-remove{align-items:center;background:#ef4444;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:.5rem;transition:all .3s ease}.cart-item-remove:hover{background:#dc2626}.cart-summary{background:#1e293b;border:1px solid #334155;border-radius:12px;height:-webkit-fit-content;height:fit-content;padding:1.5rem;position:-webkit-sticky;position:sticky;top:100px}.cart-summary h3{color:#f1f5f9;font-size:1.2rem;font-weight:700;margin-bottom:1.5rem}.summary-row{font-size:.95rem;margin-bottom:.75rem}.summary-row span:last-child{color:#f1f5f9;font-weight:600}.summary-row.total{font-weight:700;margin-top:1rem;padding-top:1rem}.summary-row.total span:last-child{color:#10b981;font-size:1.2rem}.promo-section{border-bottom:1px solid #334155;margin-bottom:1.25rem;padding-bottom:1.25rem}.promo-input-wrapper{align-items:center;background:#0f172a;border:1px solid #334155;border-radius:8px;display:flex;gap:.5rem;padding:.5rem}.promo-icon{color:#64748b;flex-shrink:0;margin-left:.25rem}.promo-input{background:#0000;border:none;color:#f1f5f9;flex:1 1;font-size:.9rem;outline:none;padding:.25rem}.promo-input::placeholder{color:#64748b}.promo-input:disabled{opacity:.5}.promo-apply-btn{background:#3b82f6;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.85rem;font-weight:600;padding:.5rem .75rem;transition:all .3s ease;white-space:nowrap}.promo-apply-btn:hover:not(:disabled){background:#2563eb}.promo-apply-btn:disabled{cursor:not-allowed;opacity:.5}.promo-message{align-items:center;border-radius:6px;display:flex;font-size:.85rem;gap:.5rem;margin-top:.75rem;padding:.5rem .75rem}.promo-message.error{background:#ef44441a;color:#ef4444}.promo-message.success{background:#10b9811a;color:#10b981}.applied-promo{align-items:center;background:#10b9811a;border:1px solid #10b981;border-radius:6px;display:flex;gap:.5rem;margin-top:.75rem;padding:.5rem .75rem}.applied-promo-code{color:#10b981;font-size:.9rem;font-weight:700}.applied-promo-discount{color:#a7f3d0;font-size:.85rem;margin-left:auto}.remove-promo-btn{align-items:center;background:none;border:none;color:#94a3b8;cursor:pointer;display:flex;justify-content:center;padding:.25rem;transition:color .3s ease}.remove-promo-btn:hover{color:#ef4444}.summary-row.discount,.summary-row.discount span:last-child{color:#10b981}.checkout-button{background:#3b82f6;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:1.5rem;padding:1rem;transition:all .3s ease;width:100%}.checkout-button:hover{background:#2563eb;transform:translateY(-2px)}@media (max-width:768px){.cart-section{padding:2rem 1rem}.cart-title{font-size:1.8rem}.cart-content{gap:1.5rem;grid-template-columns:1fr}.cart-item{gap:1rem;grid-template-columns:80px 1fr;padding:1rem}.cart-item-image{height:80px;width:80px}.cart-item-info h3,.cart-item-price{font-size:1rem}.cart-item-quantity,.cart-item-remove,.cart-item-total{grid-column:2}.quantity-controls button{font-size:1rem;height:32px;width:32px}.quantity-display{font-size:1rem;min-width:40px}.cart-summary{position:static}.cart-summary h3{font-size:1.3rem}.summary-row{font-size:.95rem}.summary-row.total{font-size:1.2rem}.checkout-button{font-size:1rem;padding:1rem 2rem}}.checkout-modal{align-items:center;background:#000c;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.checkout-content{background:#1e293b;border:1px solid #334155;border-radius:16px;max-height:90vh;max-width:1000px;overflow-y:auto;padding:2rem;position:relative;width:100%}.checkout-content.success{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:3rem 2rem;text-align:center}.success-icon{margin-bottom:20px}.checkout-content.success h2{color:#10b981;font-size:1.75rem;margin-bottom:10px}.checkout-content.success p{color:#94a3b8;font-size:1rem;margin-bottom:30px}.tracking-box{background:#10b9811a;border:1px solid #10b981;border-radius:12px;margin:1.5rem 0;padding:1.5rem;text-align:center}.tracking-label{font-size:.9rem;margin-bottom:10px}.tracking-number{font-size:1.5rem;letter-spacing:2px;margin-bottom:10px}.close-btn{align-items:center;background:#334155;border:none;border-radius:8px;color:#94a3b8;cursor:pointer;display:flex;height:36px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:all .3s;width:36px}.close-btn:hover{background:#3b82f6;color:#fff}.checkout-content h2{color:#f1f5f9;font-size:1.5rem;margin-bottom:1.5rem}.checkout-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 320px}.checkout-form{display:flex;flex-direction:column;gap:1.5rem}.form-section{border-bottom:1px solid #334155;padding-bottom:1.5rem}.form-section:last-of-type{border-bottom:none}.form-section h3{color:#f1f5f9;font-size:1.1rem;margin-bottom:1rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-group{display:flex;flex-direction:column}.form-group label{color:#94a3b8;font-size:.9rem;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group select{background:#0f172a;border:1px solid #334155;border-radius:8px;color:#f1f5f9;font-size:.95rem;padding:.75rem;transition:all .3s}.form-group input:focus,.form-group select:focus{border-color:#3b82f6;outline:none}.payment-options{gap:.75rem}.payment-option{background:#0f172a;border:1px solid #334155;padding:.75rem;transition:all .3s}.payment-option input[type=radio]{margin-right:.75rem}.payment-option span{font-size:.95rem}.submit-button{background:#3b82f6;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:1rem;padding:1rem 2rem;transition:all .3s}.submit-button:hover{background:#2563eb;transform:translateY(-2px)}.close-button{background:#3b82f6;border-radius:10px;color:#fff;font-size:1rem;font-weight:600;margin-top:1rem;padding:.75rem 2rem;transition:all .3s}.close-button:hover{background:#2563eb}.checkout-summary{background:#0f172a;border:1px solid #334155;border-radius:12px;height:-webkit-fit-content;height:fit-content;padding:1.25rem;position:-webkit-sticky;position:sticky;top:20px}.checkout-summary h3{color:#f1f5f9;font-size:1.1rem;margin-bottom:1rem}.summary-items{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem;max-height:250px;overflow-y:auto}.summary-item{color:#94a3b8;font-size:.9rem;padding:.5rem 0}.summary-divider{background:#334155;height:1px;margin:1rem 0}.summary-row{color:#94a3b8;display:flex;font-size:.9rem;justify-content:space-between;margin-bottom:.5rem}.summary-row.total{border-top:1px solid #334155;color:#10b981;font-size:1.1rem;font-weight:600;padding-top:.75rem}.payment-notice{background:#3b82f61a;border:1px solid #3b82f6;border-radius:10px;margin:1rem 0;padding:1rem}.payment-notice p{color:#60a5fa;font-size:.9rem;line-height:1.5;margin:.4rem 0}.payment-notice p:first-child{color:#93c5fd;font-size:1rem;font-weight:700}.payment-options{display:flex;flex-direction:column;gap:1rem}.payment-option{align-items:center;border:2px solid #ddd;border-radius:8px;cursor:pointer;display:flex;gap:.75rem;padding:1rem;transition:all .3s ease}.payment-option:hover{background:#3b82f61a;border-color:#3b82f6}.payment-option input[type=radio]{cursor:pointer;height:18px;width:18px}.payment-option span{color:#f1f5f9;font-weight:500}@media (max-width:768px){.checkout-modal{padding:10px}.checkout-content{max-height:95vh;padding:20px 15px}.checkout-content h2{font-size:1.5rem;margin-bottom:20px}.checkout-container{gap:1.5rem}.checkout-container,.form-row{grid-template-columns:1fr}.form-section h3{font-size:1.2rem}.form-group label{font-size:.9rem}.form-group input,.form-group select,.form-group textarea{font-size:.95rem;padding:.7rem}.submit-button{font-size:.95rem;padding:.9rem 1.5rem;width:100%}.checkout-summary{position:static}.checkout-summary h3{font-size:1.2rem}.summary-item{font-size:.9rem}.summary-row{font-size:.95rem}.summary-row.total{font-size:1.1rem}.payment-notice{padding:1rem}.payment-notice p{font-size:.9rem}}.footer{background:#0f172a;color:#f1f5f9;margin-top:0;padding:0;position:relative}.footer:before{background:linear-gradient(90deg,#0000,#3b82f6,#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}.trust-section{background:#1e293b;padding:3rem 2rem;position:relative}.trust-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto;max-width:1200px}.trust-item{align-items:center;display:flex;flex-direction:column;gap:.75rem;text-align:center}.trust-item svg{color:#3b82f6}.trust-item h5{color:#f1f5f9;font-size:1rem;font-weight:600;margin:0}.trust-item p{color:#94a3b8;font-size:.9rem;margin:0}.footer-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin:0 auto;max-width:1200px;padding:3rem 2rem 1.5rem}.footer-section{display:flex;flex-direction:column;gap:.75rem}.footer-section h4{color:#f1f5f9;font-size:1rem;font-weight:600;margin-bottom:.5rem}.footer-section p{color:#94a3b8;font-size:.9rem;line-height:1.6}.footer-section ul{list-style:none;margin:0;padding:0}.footer-section li{margin-bottom:.4rem}.footer-section a{color:#94a3b8;font-size:.9rem;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#3b82f6}.contact-item{align-items:center;color:#94a3b8;display:flex;font-size:.9rem;gap:.75rem;transition:all .3s ease}.contact-item:hover{color:#3b82f6}.contact-item svg{color:#3b82f6;flex-shrink:0}.social-links{display:flex;gap:.75rem}.social-link{align-items:center;background:#334155;border-radius:8px;color:#94a3b8;display:flex;height:36px;justify-content:center;transition:all .3s ease;width:36px}.social-link:hover{background:#3b82f6;color:#fff}.footer-bottom{align-items:center;border-top:1px solid #334155;color:#64748b;display:flex;font-size:.85rem;justify-content:space-between;margin:0 auto;max-width:1200px;padding:1.5rem 2rem}.footer-links{display:flex;gap:1.5rem}.footer-links a{color:#64748b;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#3b82f6}.footer-link-button{background:none;border:none;color:#64748b;cursor:pointer;font-size:.85rem;padding:0;transition:color .3s ease}.footer-link-button:hover{color:#3b82f6}.company-info{background:#334155;border-radius:8px;margin-top:.75rem;padding:.75rem}.company-info p{color:#94a3b8;font-size:.85rem;margin:.3rem 0}.legal-address{background:#334155;border-radius:8px;font-size:.85rem;padding:.75rem}.legal-address p{color:#94a3b8;margin:.25rem 0}.certifications{background:#334155;border-radius:8px;margin-top:.75rem;padding:.75rem}@media (max-width:768px){.footer{padding:2rem 1rem 1rem}.footer-container{gap:1.5rem;grid-template-columns:1fr}.trust-container{gap:.75rem;grid-template-columns:repeat(2,1fr)}.trust-item{font-size:.85rem;padding:.75rem}.trust-item svg{height:20px;width:20px}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.footer-links{flex-direction:column;gap:.5rem}.footer-section h3{font-size:1rem;margin-bottom:.75rem}.footer-section ul li{margin-bottom:.4rem}.footer-section ul li a{font-size:.85rem}.company-info p,.legal-address p{font-size:.8rem}.social-links a{height:36px;width:36px}}@media (max-width:480px){.footer{padding:1.5rem .75rem 1rem}.trust-container{gap:.5rem;grid-template-columns:1fr 1fr}.trust-item{flex-direction:column;font-size:.75rem;gap:.4rem;padding:.6rem .5rem;text-align:center}.footer-section h3{font-size:.95rem}.footer-section ul li a{font-size:.8rem}}.roxchat-btn,.roxchat-hidden-trigger,.roxchat-invite,.roxchat_button,a[rel=roxchat],img[src*="button.php"]{bottom:-9999px!important;display:none!important;height:0!important;opacity:0!important;pointer-events:none!important;position:fixed!important;right:-9999px!important;visibility:hidden!important;width:0!important}.roxchat-custom-button{align-items:center;background:linear-gradient(135deg,#00897b,#00695c);border:none;border-radius:50%;bottom:24px;box-shadow:0 4px 20px #00897b66;color:#fff;cursor:pointer;display:flex;height:60px;justify-content:center;outline:none;padding:0;position:fixed;right:24px;transition:all .3s cubic-bezier(.4,0,.2,1);width:60px;z-index:999999}.roxchat-custom-button:hover{box-shadow:0 6px 28px #00897b80;transform:scale(1.1)}.roxchat-custom-button:active{transform:scale(.95)}.roxchat-custom-button .button-icon{align-items:center;display:flex;justify-content:center;position:relative;z-index:2}.roxchat-custom-button.is-open{background:linear-gradient(135deg,#ef5350,#c62828);box-shadow:0 4px 20px #ef535066}.roxchat-custom-button.is-open:hover{box-shadow:0 6px 28px #ef535080}.roxchat-custom-button.has-message{animation:buttonShake .5s ease-in-out infinite}@keyframes buttonShake{0%,to{transform:rotate(0deg)}25%{transform:rotate(-5deg)}75%{transform:rotate(5deg)}}.button-pulse{animation:pulseAnim 2s ease-out infinite;background:#00897b66;border-radius:50%;bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1}@keyframes pulseAnim{0%{opacity:.6;transform:scale(1)}to{opacity:0;transform:scale(1.5)}}.button-badge{align-items:center;animation:badgeBounce .3s ease;background:#f44;border:2px solid #fff;border-radius:50%;color:#fff;display:flex;font-size:12px;font-weight:700;height:22px;justify-content:center;position:absolute;right:-4px;top:-4px;width:22px;z-index:3}@keyframes badgeBounce{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.roxchat-tip{background:#1a1a2e;border-radius:8px;bottom:36px;box-shadow:0 4px 12px #0003;color:#fff;font-size:14px;font-weight:500;opacity:0;padding:10px 16px;pointer-events:none;position:fixed;right:95px;transform:translateX(10px);transition:all .3s ease;white-space:nowrap;z-index:999998}.roxchat-tip:after{border:6px solid #0000;border-left-color:#1a1a2e;content:"";position:absolute;right:-6px;top:50%;transform:translateY(-50%)}.roxchat-custom-button:hover~.roxchat-tip{opacity:1;transform:translateX(0)}.roxchat-popup{animation:popupSlide .4s cubic-bezier(.4,0,.2,1);background:#fff;border:1px solid #00897b1a;border-radius:16px;bottom:100px;box-shadow:0 8px 32px #00000026;cursor:pointer;padding:16px;position:fixed;right:24px;width:300px;z-index:999998}.roxchat-popup:hover{box-shadow:0 12px 40px #0003;transform:translateY(-4px)}@keyframes popupSlide{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.roxchat-popup:after{border:10px solid #0000;border-bottom:none;border-top-color:#fff;bottom:-8px;content:"";position:absolute;right:30px}.popup-close{align-items:center;background:#f5f5f5;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;height:24px;justify-content:center;padding:0;position:absolute;right:8px;top:8px;transition:all .2s ease;width:24px}.popup-close:hover{background:#e0e0e0;color:#333}.popup-content{align-items:flex-start;display:flex;gap:12px;margin-bottom:12px}.popup-avatar{align-items:center;background:linear-gradient(135deg,#00897b,#00695c);border-radius:50%;color:#fff;display:flex;flex-shrink:0;height:44px;justify-content:center;width:44px}.popup-text{flex:1 1;padding-right:20px}.popup-text strong{color:#1a1a2e;display:block;font-size:14px;margin-bottom:4px}.popup-text p{color:#666;font-size:13px;line-height:1.4;margin:0}.popup-action{align-items:center;background:linear-gradient(135deg,#00897b,#00695c);border-radius:8px;color:#fff;display:flex;font-size:14px;font-weight:600;gap:8px;justify-content:center;padding:10px 16px;transition:all .2s ease}.roxchat-popup:hover .popup-action{background:linear-gradient(135deg,#00695c,#004d40)}@media (max-width:768px){.roxchat-custom-button{bottom:16px;height:56px;right:16px;width:56px}.roxchat-popup{bottom:85px;left:16px;right:16px;width:auto}.roxchat-popup:after{right:24px}.roxchat-tip{display:none}}.roxchat-frame,[id*=roxchat-frame],[id*=roxchat-widget],iframe[src*=roxchat]{z-index:999997!important}.order-tracking{align-items:center;background:#000c;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.tracking-container{background:#1e293b;border:1px solid #334155;border-radius:16px;max-height:90vh;max-width:650px;overflow-y:auto;padding:2rem;position:relative;width:100%}.close-button{align-items:center;background:#334155;border:none;border-radius:8px;color:#94a3b8;cursor:pointer;display:flex;height:36px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:all .3s ease;width:36px}.close-button:hover{background:#3b82f6;color:#fff}.tracking-container h1{color:#f1f5f9;font-size:1.5rem;margin-bottom:.5rem;text-align:center}.tracking-subtitle{color:#94a3b8;font-size:.9rem;margin-bottom:1.5rem;text-align:center}.tracking-form{display:flex;gap:.75rem;margin-bottom:1.5rem}.tracking-input{background:#0f172a;border:1px solid #334155;border-radius:10px;color:#f1f5f9;flex:1 1;font-size:.95rem;padding:.75rem 1rem;transition:border-color .3s ease}.tracking-input:focus{border-color:#3b82f6;outline:none}.tracking-button{background:#3b82f6;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.tracking-button:hover{background:#2563eb;transform:translateY(-2px)}.error-message{background:#fbbf241a;border:1px solid #fbbf24;border-radius:10px;color:#fbbf24;padding:1.25rem;text-align:center}.error-message p{margin:0 0 .5rem}.demo-text{color:#64748b;font-size:.8rem;margin-top:.5rem!important}.order-details{animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.order-header{align-items:center;background:#0f172a;border:1px solid #334155;border-radius:10px;display:flex;justify-content:space-between;margin-bottom:1.25rem;padding:1.25rem}.order-info h2{color:#f1f5f9;font-size:1.1rem;margin:0 0 .25rem}.order-date{color:#94a3b8;font-size:.85rem;margin:0}.order-status{align-items:center;display:flex;flex-direction:column;gap:.5rem}.status-icon{color:#10b981}.status-icon.in-transit{color:#fbbf24}.status-icon.processing{color:#3b82f6}.status-text{color:#f1f5f9;font-size:.9rem;font-weight:600;margin:0}.order-items{background:#0f172a;border:1px solid #334155;border-radius:10px;margin-bottom:1.25rem;padding:1.25rem}.order-items h3{color:#f1f5f9;font-size:.95rem;font-weight:600;margin:0 0 1rem}.order-items ul{list-style:none;margin:0 0 1rem;padding:0}.order-items li{border-bottom:1px solid #334155;color:#94a3b8;display:flex;font-size:.9rem;justify-content:space-between;padding:.6rem 0}.order-items li:last-child{border-bottom:none}.quantity{color:#64748b;font-size:.85rem}.order-total{border-top:1px solid #334155;color:#10b981;font-size:1rem;font-weight:600;margin:1rem 0 0;padding-top:1rem}.timeline{margin-top:1.25rem}.timeline h3{color:#f1f5f9;font-size:.95rem;font-weight:600;margin:0 0 1.25rem}.timeline-items{padding-left:30px;position:relative}.timeline-items:before{background:#334155;bottom:0;content:"";left:5px;position:absolute;top:0;width:2px}.timeline-item{margin-bottom:1.25rem;opacity:.5;position:relative;transition:opacity .3s ease}.timeline-item.completed{opacity:1}.timeline-dot{background:#334155;border:3px solid #1e293b;border-radius:50%;box-shadow:0 0 0 2px #334155;height:12px;left:-27px;position:absolute;top:2px;width:12px}.timeline-item.completed .timeline-dot{background:#10b981;box-shadow:0 0 0 2px #10b981}.timeline-status{color:#f1f5f9;font-size:.9rem;font-weight:600;margin:0 0 .25rem}.timeline-date{color:#64748b;font-size:.8rem;margin:0}.demo-section{background:#10b9811a;border:2px solid #10b981;border-radius:8px;margin-top:30px;padding:25px;text-align:center}.demo-section h3{color:#10b981;font-size:16px;font-weight:700;margin:0 0 10px}.demo-description{color:#a7f3d0;font-size:13px;line-height:1.5;margin:0 0 20px}.demo-buttons{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.demo-button{align-items:center;background:#0f172a;border:2px solid #334155;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;font-size:13px;gap:8px;justify-content:center;padding:15px;transition:all .3s ease}.demo-button:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.demo-button.delivered{background:#10b9811a;border-color:#10b981}.demo-button.delivered:hover{background:#10b98133;border-color:#10b981}.demo-button.in-transit{background:#fbbf241a;border-color:#fbbf24}.demo-button.in-transit:hover{background:#fbbf2433;border-color:#fbbf24}.demo-button.processing{background:#3b82f61a;border-color:#3b82f6}.demo-button.processing:hover{background:#3b82f633;border-color:#3b82f6}.demo-number{color:#f1f5f9;font-size:14px;font-weight:700}.demo-status{color:#94a3b8;font-size:12px;font-weight:500}.demo-button.delivered .demo-status{color:#10b981}.demo-button.in-transit .demo-status{color:#fbbf24}.demo-button.processing .demo-status{color:#3b82f6}@media (max-width:600px){.tracking-container{padding:20px}.tracking-container h1{font-size:22px}.order-header,.tracking-form{flex-direction:column}.order-header{gap:15px;text-align:center}.order-info{width:100%}.demo-buttons{grid-template-columns:1fr}}.trust-badges{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:1px solid #a7f3d0;border-radius:16px;margin:20px 0;padding:20px}.trust-badges-container{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr)}.trust-badge-item{align-items:center;display:flex;gap:12px}.trust-badge-icon{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #10b98133;color:#10b981;display:flex;height:50px;justify-content:center;width:50px}.trust-badge-text{display:flex;flex-direction:column}.trust-badge-text strong{color:#065f46;font-size:.9rem}.trust-badge-text span{color:#047857;font-size:.8rem}.trust-badges-compact{background:#f0fdf4;border-radius:12px;display:flex;flex-wrap:wrap;gap:24px;justify-content:center;margin:16px 0;padding:16px}.trust-badge-item.compact{align-items:center;color:#166534;display:flex;font-size:.9rem;font-weight:500;gap:8px}.trust-badge-item.compact svg{color:#22c55e}.trust-badges-payment{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:2px solid #86efac;border-radius:20px;margin:24px 0;padding:24px}.payment-security-header{align-items:center;border-bottom:1px solid #bbf7d0;display:flex;gap:12px;justify-content:center;margin-bottom:20px;padding-bottom:16px}.payment-security-header svg{color:#22c55e}.payment-security-header span{color:#166534;font-size:1.1rem;font-weight:600}.ukrainian-banks-section{background:linear-gradient(135deg,#eff6ff,#dbeafe);border:2px solid #60a5fa;border-radius:14px;margin-bottom:20px;padding:18px}.banks-title{align-items:center;color:#1e40af;display:flex;font-size:.95rem;font-weight:600;gap:8px;margin:0 0 14px}.banks-title svg{color:#3b82f6}.banks-list{display:flex;flex-wrap:wrap;gap:10px}.bank-tag{align-items:center;background:#fff;border:2px solid;border-radius:20px;color:#1e293b;display:inline-flex;font-size:.85rem;font-weight:600;gap:8px;padding:8px 14px;transition:all .2s ease}.bank-tag:hover{box-shadow:0 2px 8px #0000001a;transform:scale(1.05)}.bank-dot{border-radius:50%;height:10px;width:10px}.payment-badges-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,1fr);margin-bottom:20px}.payment-badge{align-items:flex-start;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;display:flex;gap:12px;padding:16px}.payment-badge svg{color:#22c55e;flex-shrink:0;margin-top:2px}.payment-badge strong{color:#166534;display:block;font-size:.95rem;margin-bottom:4px}.payment-badge p{color:#4ade80;font-size:.85rem;margin:0}.payment-guarantee{align-items:center;background:#22c55e;border-radius:12px;color:#fff;display:flex;gap:10px;justify-content:center;padding:16px}.payment-guarantee svg{flex-shrink:0}.payment-guarantee p{font-size:.95rem;font-weight:500;margin:0}@media (max-width:900px){.trust-badges-container{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.trust-badges-container{grid-template-columns:1fr}.trust-badges-compact{gap:16px}.trust-badge-item.compact{font-size:.85rem}.payment-badges-grid{grid-template-columns:1fr}.payment-security-header{flex-direction:column;gap:8px;text-align:center}.payment-security-header span{font-size:1rem}.payment-guarantee{flex-direction:column;gap:8px;text-align:center}.payment-guarantee p{font-size:.9rem}}.payment-info-container{background:#1e293b;border:1px solid #334155;border-radius:16px;margin:1.5rem auto;max-width:900px;padding:1.5rem}.payment-header{border-bottom:1px solid #334155;margin-bottom:1.5rem;padding-bottom:1.5rem;text-align:center}.payment-icon{color:#3b82f6;margin-bottom:1rem}.payment-header h2{color:#f1f5f9;font-size:1.5rem;margin:.5rem 0}.payment-subtitle{color:#94a3b8;font-size:1rem;margin:.5rem 0 0}.payment-details{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:1.5rem}.detail-section{background:#0f172a;border-left:3px solid #3b82f6;border-radius:12px;padding:1.25rem}.detail-section h3{color:#f1f5f9;font-size:1rem;margin-bottom:1rem;margin-top:0}.detail-item{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}.detail-item:last-child{margin-bottom:0}.detail-item label{color:#94a3b8;font-size:.85rem;font-weight:500}.detail-value-wrapper{align-items:center;background:#1e293b;border:1px solid #334155;border-radius:8px;display:flex;gap:.5rem;padding:.6rem}.detail-value{color:#10b981;flex:1 1;font-family:Courier New,monospace;font-size:.9rem;font-weight:600;word-break:break-all}.copy-button{align-items:center;background:none;border:none;color:#3b82f6;cursor:pointer;display:flex;flex-shrink:0;justify-content:center;padding:.25rem;transition:all .2s ease}.copy-button:hover{color:#60a5fa;transform:scale(1.1)}.payment-instructions{background:#10b9811a;border-left:3px solid #10b981;border-radius:12px;margin-bottom:1.5rem;padding:1.25rem}.payment-instructions h3{color:#f1f5f9;font-size:1rem;margin-bottom:1rem;margin-top:0}.instructions-list{color:#94a3b8;font-size:.9rem;line-height:1.7;margin:0;padding-left:1.25rem}.instructions-list li{margin-bottom:.5rem}.instructions-list strong{color:#f1f5f9}.payment-info-box{background:#fbbf241a;border:1px solid #fbbf24;border-radius:10px;display:flex;gap:.75rem;margin-bottom:1.5rem;padding:1rem}.info-icon{color:#fbbf24;flex-shrink:0;margin-top:.25rem}.info-content{flex:1 1}.info-content h4{color:#fbbf24;font-weight:700;margin:0 0 .5rem}.info-content p{color:#fef3c7;line-height:1.6;margin:0}.payment-summary{background:#0f172a;border:2px solid #10b981;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.summary-item{align-items:center;display:flex;font-size:1.2rem;justify-content:space-between;margin-bottom:.5rem}.summary-item span:first-child{color:#f1f5f9;font-weight:600}.summary-amount{color:#10b981;font-size:1.5rem;font-weight:700}.summary-note{border-top:1px solid #334155;color:#94a3b8;font-size:.9rem;margin:1rem 0 0;padding-top:1rem}.payment-security{align-items:center;background:#10b9811a;border:1px solid #10b981;border-radius:8px;color:#10b981;display:flex;gap:1rem;padding:1rem}.security-icon{color:#10b981;flex-shrink:0}.payment-security p{color:#a7f3d0;font-size:.95rem;margin:0}@media (max-width:768px){.payment-info-container{padding:1rem}.payment-header h2{font-size:1.5rem}.payment-details{gap:1rem;grid-template-columns:1fr}.detail-value-wrapper{align-items:flex-start;flex-direction:column}.copy-button{align-self:flex-end}.summary-item{align-items:flex-start;gap:.5rem}.payment-info-box,.summary-item{flex-direction:column}}.payment-page{align-items:center;background:#0f172a;display:flex;justify-content:center;min-height:100vh;padding:2rem}.payment-page-container{max-width:900px;width:100%}.payment-page-header{background:#1e293b;border:1px solid #334155;border-radius:16px;margin-bottom:1.5rem;padding:2.5rem 2rem;text-align:center}.header-content{margin-bottom:1.5rem}.success-icon{color:#10b981;margin-bottom:1rem}.payment-page-header h1{color:#f1f5f9;font-size:2rem;margin:.5rem 0}.header-subtitle{color:#94a3b8;font-size:1rem;margin:.5rem 0 0}.tracking-info{background:#10b9811a;border-left:3px solid #10b981;border-radius:10px;padding:1.25rem}.tracking-label{color:#94a3b8;font-size:.85rem;font-weight:500;margin:0}.tracking-number{color:#10b981;font-family:Courier New,monospace;font-size:1.3rem;font-weight:700;margin:.5rem 0;word-break:break-all}.tracking-hint{color:#64748b;font-size:.8rem;margin:.5rem 0 0}.timer-section{margin-bottom:1.5rem}.timer-box{align-items:center;background:#1e293b;border:1px solid #10b981;border-radius:12px;display:flex;gap:1.5rem;padding:1.5rem}.timer-box.expired{background:#ef44441a;border-color:#ef4444}.timer-icon{color:#10b981;flex-shrink:0}.timer-box.expired .timer-icon{color:#ef4444}.timer-content{flex:1 1}.timer-label{color:#94a3b8;font-size:.95rem;font-weight:500;margin:0}.timer-display{color:#10b981;font-family:Courier New,monospace;font-size:2.5rem;font-weight:700;line-height:1;margin:.5rem 0 0}.timer-display.expired-text{color:#ef4444}.timer-warning{color:#ef4444;font-size:1rem;font-weight:600;margin:.5rem 0 0}.payment-page-actions{display:flex;gap:1rem;justify-content:center;margin-top:1.5rem}.home-button{align-items:center;background:#3b82f6;border:none;border-radius:10px;box-shadow:0 4px 12px #00897b4d;color:#fff;cursor:pointer;display:flex;font-size:.95rem;font-weight:600;gap:.75rem;padding:.9rem 1.75rem;transition:all .3s ease}.home-button:hover{background:#00695c;box-shadow:0 6px 16px #00897b66;transform:translateY(-2px)}.payment-confirmation-section{margin:2rem 0}.confirmation-box{background:linear-gradient(135deg,#fff,#f8fafc);border:2px solid #3b82f633;border-radius:12px;box-shadow:0 4px 20px #3b82f626;padding:2.5rem;text-align:center}.confirmation-box h3{color:#1e40af;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.8rem;margin:0 0 1rem}.confirmation-box p{color:#475569;font-size:1.1rem;line-height:1.6;margin:0 0 2rem}.confirm-payment-button{align-items:center;background:linear-gradient(135deg,#3b82f6,#1e40af);border:none;border-radius:12px;box-shadow:0 4px 15px #3b82f666;color:#fff;cursor:pointer;display:inline-flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.1rem;font-weight:700;gap:.75rem;padding:1.2rem 3rem;transition:all .3s ease}.confirm-payment-button:hover{background:linear-gradient(135deg,#2563eb,#1e3a8a);box-shadow:0 6px 20px #3b82f680;transform:translateY(-3px)}.telegram-contact-section{margin:2rem 0}.telegram-box{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border:3px solid #3b82f6;border-radius:12px;box-shadow:0 4px 20px #3b82f633;padding:3rem 2rem;text-align:center}.telegram-icon-wrapper{align-items:center;background:linear-gradient(135deg,#3b82f6,#1e40af);border-radius:50%;box-shadow:0 8px 25px #3b82f666;display:inline-flex;height:100px;justify-content:center;margin-bottom:1.5rem;width:100px}.telegram-icon{color:#fff}.telegram-box h3{color:#1e40af;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:2rem;font-weight:800;margin:0 0 1rem}.telegram-description{color:#1e3a8a;font-size:1.15rem;font-weight:500;line-height:1.7;margin:0 0 2rem}.order-info{background:#fff;border:2px solid #3b82f633;border-radius:10px;margin:2rem 0;padding:1.5rem}.order-info p{color:#475569;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;margin:.5rem 0}.order-info strong{color:#1e40af;font-weight:700}.telegram-button{align-items:center;background:linear-gradient(135deg,#3b82f6,#1e40af);border:none;border-radius:8px;box-shadow:0 4px 15px #3b82f666;color:#fff;cursor:pointer;display:inline-flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.1rem;font-weight:700;gap:.75rem;padding:1.2rem 3rem;text-decoration:none;transition:all .3s ease}.telegram-button:hover{background:linear-gradient(135deg,#1e40af,#1e3a8a);box-shadow:0 6px 20px #3b82f680;transform:translateY(-3px)}.telegram-note{color:#64748b;font-size:.95rem;font-style:italic;margin:1.5rem 0 0}@media (max-width:768px){.payment-page{padding:1rem}.payment-page-header{padding:2rem 1rem}.payment-page-header h1{font-size:1.5rem}.header-subtitle{font-size:.95rem}.tracking-number{font-size:1.2rem;word-break:break-all}.timer-box{flex-direction:column;gap:1rem;padding:1.5rem 1rem;text-align:center}.timer-display{font-size:2rem}.timer-icon{height:32px;width:32px}.payment-info-container{padding:1rem}.confirmation-box{padding:2rem 1.5rem}.confirmation-box h3{font-size:1.5rem}.confirmation-box p{font-size:1rem}.confirm-payment-button{font-size:1rem;padding:1rem 2rem;width:100%}.telegram-box{padding:2rem 1.5rem}.telegram-icon-wrapper{height:80px;width:80px}.telegram-icon{height:40px;width:40px}.telegram-box h3{font-size:1.6rem}.telegram-description{font-size:1rem}.order-info{padding:1.2rem}.telegram-button{font-size:1rem;padding:1rem 2rem;width:100%}.home-button{font-size:.95rem;padding:.9rem 1.5rem;width:100%}.welcome-stats{padding:2rem 1.5rem}}.loading-state{align-items:center;color:#94a3b8;display:flex;flex-direction:column;gap:1.5rem;justify-content:center;min-height:50vh}.loading-spinner{animation:spin 1s linear infinite;color:#3b82f6}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-state p{font-size:1.1rem;margin:0}.payment-unavailable{align-items:center;display:flex;flex-direction:column;gap:1.5rem;justify-content:center;min-height:50vh;padding:2rem;text-align:center}.unavailable-icon{color:#f59e0b}.payment-unavailable h2{color:#f1f5f9;font-size:1.75rem;margin:0}.payment-unavailable p{color:#94a3b8;font-size:1rem;margin:0}.payment-unavailable .telegram-button{margin-top:1rem}.payment-unavailable .home-button{background:#0000;border:1px solid #334155;color:#94a3b8;margin-top:.5rem}.security-compact{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:1px solid #86efac;border-radius:12px;margin-top:16px;padding:16px 20px}.security-compact-header{align-items:center;border-bottom:1px solid #bbf7d0;display:flex;gap:8px;margin-bottom:12px;padding-bottom:10px}.security-compact-header svg{color:#22c55e}.security-compact-header span{color:#166534;font-size:.95rem;font-weight:600}.security-compact-grid{display:flex;flex-wrap:wrap;gap:12px 20px}.security-compact-item{align-items:center;color:#166534;display:flex;font-size:.85rem;gap:6px}.security-compact-item svg{color:#22c55e}.security-compact-item a{color:#3b82f6;text-decoration:underline}.security-compact-item a:hover{color:#2563eb}.return-compact{align-items:center;background:#eff6ff;border:1px solid #93c5fd;border-radius:10px;color:#1e40af;display:flex;font-size:.9rem;gap:10px;margin-top:12px;padding:12px 16px}.return-compact svg{color:#3b82f6;flex-shrink:0}.return-compact a{color:#3b82f6;text-decoration:underline}.return-compact a:hover{color:#1e40af}.return-policy-section h3{align-items:center;color:#1e40af;display:flex;font-size:1.3rem;gap:12px;margin:0 0 20px}.return-policy-section h3 svg{color:#3b82f6}.return-policy-content{color:#1e3a5f}.return-intro{background:#fff;border-left:4px solid #3b82f6;border-radius:12px;font-size:1rem;line-height:1.7;margin:0 0 20px;padding:16px}.return-conditions{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr);margin-bottom:20px}.condition-block{background:#fff;border-radius:14px;box-shadow:0 2px 8px #0000000d;padding:20px}.condition-block h4{color:#1e40af;font-size:1rem;margin:0 0 12px}.condition-block ul{list-style:none;margin:0;padding:0}.condition-block ul li{color:#4b5563;font-size:.9rem;line-height:1.5;margin-bottom:8px;padding-left:20px;position:relative}.condition-block ul li:before{color:#3b82f6;content:"•";font-weight:700;left:0;position:absolute}.return-guarantee{align-items:center;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:14px;color:#fff;display:flex;gap:14px;padding:18px 20px}.return-guarantee svg{flex-shrink:0}.return-guarantee p{font-size:.95rem;line-height:1.5;margin:0}@media (max-width:768px){.return-conditions,.security-grid{grid-template-columns:1fr}.return-policy-section,.security-details-section{padding:20px}.return-policy-section h3,.security-details-section h3{font-size:1.1rem}.return-guarantee{flex-direction:column;gap:10px;text-align:center}}.snow-container{height:100%;left:0;overflow:hidden;pointer-events:none;position:fixed;top:0;width:100%;z-index:9999}.snowflake{animation:fall linear forwards;color:#fff;font-size:1em;position:absolute;text-shadow:0 0 5px #fff;top:-20px}@keyframes fall{to{transform:translateY(100vh) rotate(1turn)}}.welcome-page{background:linear-gradient(135deg,#0f172a,#1e293b 50%,#0f172a);display:flex;flex-direction:column;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;justify-content:space-between;min-height:100vh;overflow:hidden;padding:3rem;position:relative}.welcome-page:before{background:radial-gradient(circle at 20% 50%,#3b82f626 0,#0000 50%),radial-gradient(circle at 80% 20%,#10b9811a 0,#0000 40%),radial-gradient(circle at 40% 80%,#8b5cf61a 0,#0000 40%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.welcome-content{align-items:center;display:flex;flex:1 1;gap:4rem;justify-content:space-between;margin:0 auto;max-width:1400px;position:relative;width:100%;z-index:1}.welcome-left{flex:1 1;max-width:600px}.badge-row{margin-bottom:2rem}.official-badge{background:linear-gradient(135deg,#10b981,#059669);border-radius:50px;color:#fff;display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:2px;padding:.5rem 1.5rem;text-transform:uppercase}.main-title{display:flex;flex-wrap:wrap;font-size:4.5rem;font-weight:900;gap:.5rem;line-height:1;margin:0 0 1.5rem}.title-eco{color:#fff}.title-flow{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#60a5fa);-webkit-background-clip:text;background-clip:text}.title-ua{color:#64748b;display:block;font-size:2rem;font-weight:500;margin-top:.5rem;width:100%}.main-subtitle{color:#94a3b8;font-size:1.25rem;line-height:1.6;margin:0 0 2.5rem}.features-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:2.5rem}.feature-item{align-items:center;color:#e2e8f0;display:flex;font-size:1rem;gap:1rem}.feature-item svg{color:#10b981;flex-shrink:0}.cta-button{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:12px;box-shadow:0 10px 40px #3b82f666;color:#fff;cursor:pointer;display:inline-flex;font-size:1.1rem;font-weight:600;gap:.75rem;padding:1.25rem 2.5rem;transition:all .3s ease}.cta-button:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 15px 50px #3b82f680;transform:translateY(-3px)}.cta-button svg{transition:transform .3s ease}.cta-button:hover svg{transform:translateX(5px)}.welcome-right{flex:1 1;flex-direction:column;gap:3rem}.hero-visual,.welcome-right{align-items:center;display:flex}.hero-visual{justify-content:center;position:relative}.glow-circle{animation:pulse 4s ease-in-out infinite;background:radial-gradient(circle,#3b82f64d 0,#0000 70%);border-radius:50%;height:300px;position:absolute;width:300px}@keyframes pulse{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.icon-container{align-items:center;background:linear-gradient(135deg,#1e293b,#334155);border:2px solid #3b82f64d;border-radius:40px;box-shadow:0 20px 60px #0000004d;display:flex;height:160px;justify-content:center;position:relative;width:160px;z-index:1}.icon-container svg{color:#3b82f6}.stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr);max-width:350px;width:100%}.stat-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e293bcc;border:1px solid #47556980;border-radius:16px;padding:1.5rem;text-align:center}.stat-value{color:#fff;font-size:2rem;font-weight:800;margin-bottom:.25rem}.stat-text{color:#94a3b8;font-size:.85rem;letter-spacing:1px;text-transform:uppercase}.bottom-bar{border-top:1px solid #4755694d;display:flex;gap:4rem;justify-content:center;padding-top:2rem;position:relative;z-index:1}.bottom-item{align-items:center;color:#94a3b8;display:flex;font-size:.9rem;font-weight:500;gap:.75rem}.bottom-item svg{color:#3b82f6}@media (max-width:1024px){.welcome-content{flex-direction:column;text-align:center}.welcome-left{max-width:100%}.main-title{justify-content:center}.features-list{align-items:center}}@media (max-width:768px){.welcome-page{padding:2rem 1.5rem}.main-title{font-size:3rem}.title-ua{font-size:1.5rem}.main-subtitle{font-size:1.1rem}.cta-button{justify-content:center;width:100%}.stats-grid{max-width:100%}.bottom-bar{flex-wrap:wrap;gap:2rem}.glow-circle{height:200px;width:200px}.icon-container{border-radius:30px;height:120px;width:120px}.icon-container svg{height:50px;width:50px}}.support-buttons{align-items:flex-end;bottom:24px;gap:12px;position:fixed;right:24px;z-index:9999}.support-buttons,.support-menu{display:flex;flex-direction:column}.support-menu{animation:slideUp .3s ease;gap:10px}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.support-link{align-items:center;border-radius:50px;box-shadow:0 4px 15px #0000004d;display:flex;font-size:.95rem;font-weight:600;gap:10px;padding:12px 20px;text-decoration:none;transition:all .3s ease}.support-link svg{flex-shrink:0}.support-link.telegram{background:#08c;color:#fff}.support-link.telegram:hover{background:#069;transform:translateX(-5px)}.support-link.viber{background:#7360f2;color:#fff}.support-link.viber:hover{background:#5a48c9;transform:translateX(-5px)}.support-toggle{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:50%;box-shadow:0 4px 20px #3b82f666;color:#fff;cursor:pointer;display:flex;height:60px;justify-content:center;transition:all .3s ease;width:60px}.support-toggle:hover{box-shadow:0 6px 25px #3b82f680;transform:scale(1.1)}.support-toggle.active{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 4px 20px #ef444466}.support-toggle.active:hover{box-shadow:0 6px 25px #ef444480}@media (max-width:768px){.support-buttons{bottom:16px;right:16px}.support-toggle{height:54px;width:54px}.support-link{font-size:.9rem;padding:10px 16px}}.cart-notification{align-items:flex-start;animation:fadeIn .3s ease;background:#0009;bottom:0;display:flex;justify-content:center;left:0;padding:100px 20px 20px;position:fixed;right:0;top:0;z-index:1100}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cart-notification-content{animation:slideDown .3s ease;background:#1e293b;border:1px solid #334155;border-radius:16px;box-shadow:0 20px 50px #0006;max-width:400px;padding:1.5rem;position:relative;width:100%}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.notification-close{align-items:center;background:#334155;border:none;border-radius:8px;color:#94a3b8;cursor:pointer;display:flex;height:32px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:all .3s ease;width:32px}.notification-close:hover{background:#3b82f6;color:#fff}.notification-header{align-items:center;display:flex;gap:.75rem;margin-bottom:1.25rem;padding-right:2rem}.notification-success-icon{color:#10b981}.notification-header span{color:#f1f5f9;font-size:1.1rem;font-weight:600}.notification-product{background:#0f172a;border:1px solid #334155;border-radius:10px;display:flex;gap:1rem;margin-bottom:1.25rem;padding:1rem}.notification-product-image{background:#1e293b;border-radius:8px;height:70px;object-fit:contain;width:70px}.notification-product-info{display:flex;flex-direction:column;gap:.25rem;justify-content:center}.notification-product-info h4{color:#f1f5f9;font-size:.95rem;font-weight:600;line-height:1.3;margin:0}.notification-product-price{color:#10b981;font-size:1rem;font-weight:700;margin:0}.notification-actions{display:flex;gap:.75rem}.notification-continue{background:#334155;border:none;border-radius:10px;color:#f1f5f9;cursor:pointer;flex:1 1;font-size:.9rem;font-weight:600;padding:.75rem 1rem;transition:all .3s ease}.notification-continue:hover{background:#475569}.notification-go-to-cart{align-items:center;background:#3b82f6;border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;flex:1 1;font-size:.9rem;font-weight:600;gap:.5rem;justify-content:center;padding:.75rem 1rem;transition:all .3s ease}.notification-go-to-cart:hover{background:#2563eb;transform:translateY(-2px)}@media (max-width:480px){.cart-notification{padding:80px 15px 15px}.cart-notification-content{padding:1.25rem}.notification-actions{flex-direction:column}.notification-product-image{height:60px;width:60px}}.faq-section{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:80px 20px}.faq-container{margin:0 auto;max-width:900px}.faq-header{margin-bottom:50px;text-align:center}.faq-header-icon{color:#3b82f6;margin-bottom:20px}.faq-title{color:#1e293b;font-size:2.5rem;font-weight:700;margin-bottom:15px}.faq-subtitle{color:#64748b;font-size:1.1rem}.faq-list{display:flex;flex-direction:column;gap:16px}.faq-item{background:#fff;border:2px solid #0000;border-radius:16px;box-shadow:0 4px 15px #0000000d;overflow:hidden;transition:all .3s ease}.faq-item:hover{border-color:#3b82f6;box-shadow:0 8px 25px #0000001a}.faq-item.open{border-color:#3b82f6;box-shadow:0 8px 30px #3b82f626}.faq-question{align-items:center;background:none;border:none;cursor:pointer;display:flex;justify-content:space-between;padding:24px;text-align:left;transition:all .3s ease;width:100%}.faq-question:hover{background:#f8fafc}.faq-question-content{align-items:center;display:flex;flex:1 1;gap:16px}.faq-icon{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:12px;color:#fff;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.faq-question-text{color:#1e293b;font-size:1.1rem;font-weight:600}.faq-chevron{color:#3b82f6;flex-shrink:0;transition:transform .3s ease}.faq-item.open .faq-chevron{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s ease}.faq-item.open .faq-answer{max-height:500px;padding:0 24px 24px 88px}.faq-answer p{color:#475569;font-size:1rem;line-height:1.7}.faq-cta{background:#fff;border-radius:20px;box-shadow:0 4px 20px #00000014;margin-top:50px;padding:40px;text-align:center}.faq-cta p{color:#64748b;font-size:1.1rem;margin-bottom:20px}.faq-cta-button{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border-radius:12px;box-shadow:0 4px 15px #10b9814d;color:#fff;display:inline-flex;font-size:1rem;font-weight:600;gap:10px;padding:16px 32px;text-decoration:none;transition:all .3s ease}.faq-cta-button:hover{box-shadow:0 6px 25px #10b98166;transform:translateY(-2px)}@media (max-width:768px){.faq-section{padding:60px 16px}.faq-title{font-size:1.8rem}.faq-subtitle{font-size:1rem}.faq-question{padding:18px 16px}.faq-icon{height:40px;width:40px}.faq-icon svg{height:20px;width:20px}.faq-question-text{font-size:.95rem}.faq-item.open .faq-answer{padding:0 16px 20px}.faq-answer p{font-size:.9rem}.faq-cta{padding:30px 20px}.faq-cta-button{font-size:.95rem;padding:14px 24px}}@media (max-width:480px){.faq-question-content{gap:12px}.faq-icon{height:36px;width:36px}.faq-question-text{font-size:.9rem}}.return-policy-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:10000}.return-policy-modal{background:#fff;border-radius:24px;box-shadow:0 25px 50px #00000040;max-height:90vh;max-width:700px;overflow-y:auto;position:relative;width:100%}.return-policy-close{align-items:center;background:#f1f5f9;border:none;border-radius:12px;color:#64748b;cursor:pointer;display:flex;height:44px;justify-content:center;position:absolute;right:20px;top:20px;transition:all .3s ease;width:44px;z-index:10}.return-policy-close:hover{background:#e2e8f0;color:#334155}.return-policy-header{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:24px 24px 0 0;color:#fff;padding:40px 30px;text-align:center}.return-policy-icon{margin-bottom:16px}.return-policy-header h2{font-size:1.8rem;margin-bottom:10px}.return-policy-header p{font-size:1rem;opacity:.9}.return-policy-content{padding:30px}.policy-section{border-bottom:1px solid #e2e8f0;margin-bottom:30px;padding-bottom:25px}.policy-section:last-of-type{border-bottom:none}.policy-section h3{align-items:center;color:#1e293b;display:flex;font-size:1.2rem;gap:10px;margin-bottom:15px}.policy-section h3 svg{color:#3b82f6}.policy-section p{color:#475569;line-height:1.7;margin-bottom:12px}.policy-section ul{list-style:none;margin:0;padding:0}.policy-section ul li{color:#475569;line-height:1.6;margin-bottom:10px;padding-left:28px;position:relative}.policy-section ul li:before{color:#22c55e;content:"✓";font-weight:700;left:0;position:absolute}.policy-section.highlight{background:linear-gradient(135deg,#fef3c7,#fde68a);border:none;border-radius:16px;margin-top:10px;padding:24px}.policy-section.highlight h3 svg{color:#f59e0b}.policy-section .note{background:#fff;border-left:4px solid #f59e0b;border-radius:8px;font-size:.95rem;margin-top:15px;padding:12px 16px}.steps-list{flex-direction:column}.step,.steps-list{display:flex;gap:16px}.step{align-items:flex-start}.step-number{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-weight:700;height:36px;justify-content:center;width:36px}.step strong{color:#1e293b;display:block;margin-bottom:4px}.step p{color:#64748b;font-size:.95rem;margin:0}.policy-contacts{background:#f8fafc;border-radius:16px;padding:24px;text-align:center}.policy-contacts h3{justify-content:center;margin-bottom:20px}.contact-methods{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-bottom:16px}.contact-method{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;color:#3b82f6;display:flex;font-weight:600;gap:10px;padding:14px 24px;text-decoration:none;transition:all .3s ease}.contact-method:hover{background:#3b82f6;color:#fff;transform:translateY(-2px)}.working-hours{align-items:center;color:#64748b;display:flex;font-size:.9rem;gap:8px;justify-content:center}.return-policy-footer{padding:20px 30px 30px;text-align:center}.return-policy-accept{background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:12px;box-shadow:0 4px 15px #10b9814d;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:16px 48px;transition:all .3s ease}.return-policy-accept:hover{box-shadow:0 6px 25px #10b98166;transform:translateY(-2px)}@media (max-width:600px){.return-policy-overlay{padding:10px}.return-policy-modal{border-radius:20px}.return-policy-header{border-radius:20px 20px 0 0;padding:30px 20px}.return-policy-header h2{font-size:1.4rem}.return-policy-content{padding:20px}.policy-section h3{font-size:1.1rem}.step{gap:12px}.step-number{font-size:.9rem;height:32px;width:32px}.contact-methods{flex-direction:column;gap:12px}.contact-method{justify-content:center}.return-policy-footer{padding:16px 20px 24px}.return-policy-accept{padding:14px;width:100%}}.guarantee-banner{background:linear-gradient(135deg,#1e3a5f,#0f172a);overflow:hidden;padding:80px 20px;position:relative}.guarantee-banner:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z' fill='%233b82f6' fill-opacity='.05' fill-rule='evenodd'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.5;position:absolute;right:0;top:0}.guarantee-container{margin:0 auto;max-width:1200px;position:relative;z-index:1}.guarantee-header{margin-bottom:50px;text-align:center}.guarantee-main-icon{color:#3b82f6;margin-bottom:20px}.guarantee-header h2{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:12px}.guarantee-header p{color:#94a3b8;font-size:1.1rem}.guarantee-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr);margin-bottom:60px}.guarantee-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;padding:30px;text-align:center;transition:all .3s ease}.guarantee-card:hover{background:#ffffff1a;border-color:#3b82f6;transform:translateY(-5px)}.guarantee-icon{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:16px;color:#fff;display:inline-flex;height:64px;justify-content:center;margin-bottom:20px;width:64px}.guarantee-card h3{color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:12px}.guarantee-card p{color:#94a3b8;font-size:.95rem;line-height:1.6}.guarantee-stats{align-items:center;background:#3b82f61a;border:1px solid #3b82f633;border-radius:24px;display:flex;gap:40px;justify-content:center;padding:40px}.stat-block{text-align:center}.stat-number{color:#3b82f6;display:block;font-size:2.5rem;font-weight:700;margin-bottom:8px}.stat-label{color:#94a3b8;font-size:.95rem}.stat-divider{background:#ffffff1a;height:60px;width:1px}@media (max-width:900px){.guarantee-grid{grid-template-columns:repeat(2,1fr)}.guarantee-stats{flex-wrap:wrap;gap:30px}.stat-divider{display:none}.stat-block{flex:1 1 40%}}@media (max-width:600px){.guarantee-banner{padding:60px 16px}.guarantee-header h2{font-size:1.8rem}.guarantee-grid{gap:16px;grid-template-columns:1fr}.guarantee-card{padding:24px}.guarantee-icon{height:56px;width:56px}.guarantee-stats{padding:30px 20px}.stat-number{font-size:2rem}.stat-block{flex:1 1 45%}}
/*# sourceMappingURL=main.9bdfc32b.css.map*/