*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{color:#222;-webkit-font-smoothing:antialiased;background-color:#f4f6f9;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}html{scroll-behavior:smooth}.cart-overlay{z-index:200;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0000008c;position:fixed;inset:0}.cart-drawer{z-index:300;background:#fff;flex-direction:column;width:420px;max-width:100vw;height:100vh;transition:right .3s;display:flex;position:fixed;top:0;right:-440px;box-shadow:-6px 0 30px #0000002e}.cart-drawer.open{right:0}.cart-header{color:#fff;background:#1a2332;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.cart-header h2{font-size:18px;font-weight:700}.cart-close{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:6px 10px;font-size:18px;transition:background .2s}.cart-close:hover{background:#ffffff1a}.cart-empty{color:#aaa;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:14px;display:flex}.cart-empty span{font-size:54px}.cart-empty p{color:#999;font-size:16px}.keep-shopping-btn{color:#fff;cursor:pointer;background:#f97316;border:none;border-radius:8px;margin-top:8px;padding:10px 24px;font-size:14px;font-weight:600;transition:background .2s}.keep-shopping-btn:hover{background:#ea6c0a}.cart-items{flex-direction:column;flex:1;gap:14px;padding:16px;display:flex;overflow-y:auto}.cart-item{background:#fafafa;border:1px solid #eee;border-radius:10px;gap:14px;padding:14px;display:flex}.cart-item-image{background:#e8edf5;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;display:flex;position:relative;overflow:hidden}.cart-item-image img{object-fit:cover;width:100%;height:100%}.cart-item-img-fallback{font-size:28px;position:absolute}.cart-item-info{flex:1;min-width:0}.cart-item-name{color:#1a2332;white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;font-size:14px;font-weight:600;overflow:hidden}.cart-item-price{color:#f97316;margin-bottom:10px;font-size:16px;font-weight:800}.cart-item-controls{justify-content:space-between;align-items:center;display:flex}.qty-controls{background:#f0f0f0;border-radius:6px;align-items:center;gap:10px;padding:2px;display:flex}.qty-controls button{cursor:pointer;color:#333;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:28px;height:28px;font-size:18px;font-weight:700;transition:background .15s;display:flex}.qty-controls button:hover{background:#ddd}.qty-controls span{text-align:center;min-width:22px;font-size:15px;font-weight:700}.remove-btn{color:#ef4444;cursor:pointer;background:0 0;border:none;padding:0;font-size:12px;font-weight:600;text-decoration:underline}.cart-footer{background:#fafafa;border-top:1px solid #eee;padding:20px 24px}.cart-subtotal{color:#1a2332;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:20px;font-weight:800;display:flex}.cart-shipping-note{color:#22c55e;margin-bottom:16px;font-size:12px;font-weight:600}.checkout-btn{color:#fff;cursor:pointer;background:#f97316;border:none;border-radius:8px;width:100%;margin-bottom:10px;padding:15px;font-size:16px;font-weight:700;transition:background .2s}.checkout-btn:hover{background:#ea6c0a}.clear-cart-btn{cursor:pointer;color:#888;background:0 0;border:1px solid #ddd;border-radius:8px;width:100%;padding:10px;font-size:13px;transition:background .2s}.clear-cart-btn:hover{background:#f5f5f5}.header{z-index:100;position:sticky;top:0;box-shadow:0 2px 12px #00000040}.header-top{color:#fff;background:#f97316;justify-content:flex-end;gap:24px;padding:6px 24px;font-size:12px;font-weight:500;display:flex}.header-main{background:#1a2332}.header-container{justify-content:space-between;align-items:center;max-width:1200px;height:70px;margin:0 auto;padding:0 24px;display:flex}.logo{align-items:center;gap:10px;text-decoration:none;display:flex}.logo-icon{font-size:30px}.logo-title{color:#f97316;font-size:22px;font-weight:800;line-height:1;display:block}.logo-subtitle{color:#9ab;font-size:11px;line-height:1.6;display:block}.nav{align-items:center;gap:8px;display:flex}.nav a{color:#ccd;border-radius:6px;padding:8px 12px;font-size:14px;font-weight:500;text-decoration:none;transition:color .2s,background .2s}.nav a:hover,.nav a.active{color:#f97316;background:#f9731614}.nav-dropdown{position:relative}.dropdown-menu{z-index:200;background:#fff;border-radius:10px;flex-direction:column;gap:2px;min-width:200px;padding:8px;display:flex;position:absolute;top:calc(100% + 8px);left:0;box-shadow:0 8px 30px #00000026}.dropdown-menu button{text-align:left;color:#1a2332;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:10px 14px;font-size:14px;font-weight:500;transition:background .15s,color .15s}.dropdown-menu button:hover{color:#fff;background:#f97316}.header-actions{align-items:center;gap:12px;display:flex}.cart-btn{color:#fff;cursor:pointer;background:#f97316;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:700;transition:background .2s;display:flex;position:relative}.cart-btn:hover{background:#ea6c0a}.cart-badge{color:#fff;background:#ef4444;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:12px;font-weight:700;display:flex;position:absolute;top:-8px;right:-8px}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:6px;display:none}.hamburger span{background:#fff;border-radius:2px;width:24px;height:2px;display:block}@media (width<=768px){.header-top{display:none}.hamburger{display:flex}.nav{background:#1a2332;flex-direction:column;align-items:flex-start;gap:4px;padding:16px;display:none;position:absolute;top:70px;left:0;right:0;box-shadow:0 8px 16px #0000004d}.nav.nav-open{display:flex}.nav a{width:100%}.dropdown-menu{box-shadow:none;background:#ffffff0d;border-radius:6px;width:100%;margin-top:4px;position:static}.dropdown-menu button{color:#ccd}.dropdown-menu button:hover{color:#f97316;background:#f9731633}}.footer{color:#9ab;background:#111b27;padding:60px 24px 0}.footer-inner{max-width:1200px;margin:0 auto}.footer-grid{border-bottom:1px solid #ffffff14;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;padding-bottom:48px;display:grid}.footer-logo{color:#f97316;margin-bottom:14px;font-size:22px;font-weight:800}.footer-brand p{margin-bottom:16px;font-size:14px;line-height:1.7}.footer-contact p{font-size:14px;line-height:1.9}.footer h4{color:#fff;text-transform:uppercase;letter-spacing:.8px;margin-bottom:16px;font-size:13px;font-weight:700}.footer ul{flex-direction:column;gap:10px;list-style:none;display:flex}.footer ul a{color:#9ab;font-size:14px;text-decoration:none;transition:color .2s}.footer ul a:hover{color:#f97316}.footer-bottom{text-align:center;color:#567;padding:20px 0 24px;font-size:12px;line-height:1.8}@media (width<=900px){.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.footer-brand{grid-column:1/-1}}@media (width<=540px){.footer-grid{grid-template-columns:1fr}}.product-card-link{text-decoration:none;display:block}.product-card{background:#fff;border:1px solid #eaecf0;border-radius:12px;flex-direction:column;height:100%;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 1px 6px #00000012}.product-card:hover{transform:translateY(-4px);box-shadow:0 10px 28px #0000001c}.product-image-wrap{background:#f0f3f8;flex-shrink:0;height:210px;position:relative;overflow:hidden}.product-image{object-fit:cover;width:100%;height:100%;transition:transform .35s}.product-card:hover .product-image{transform:scale(1.05)}.product-image-placeholder{color:#c0cad8;background:#e8edf5;justify-content:center;align-items:center;width:100%;height:100%;font-size:56px;display:flex}.product-category-badge{color:#f97316;text-transform:uppercase;letter-spacing:.6px;background:#1a2332d1;border-radius:20px;padding:3px 10px;font-size:10px;font-weight:700;position:absolute;top:10px;left:10px}.product-condition-badge{text-transform:uppercase;letter-spacing:.4px;border-radius:20px;padding:3px 10px;font-size:10px;font-weight:700;position:absolute;top:10px;right:10px}.product-condition-badge.new{color:#16a34a;background:#dcfce7}.product-condition-badge.used{color:#b45309;background:#fef3c7}.product-info{flex-direction:column;flex:1;gap:4px;padding:16px;display:flex}.product-brand{text-transform:uppercase;letter-spacing:.6px;color:#f97316;margin:0;font-size:11px;font-weight:600}.product-name{color:#1a2332;margin:0;font-size:15px;font-weight:700;line-height:1.35}.product-power{color:#777;margin:0 0 12px;font-size:13px}.product-footer{border-top:1px solid #f0f0f0;justify-content:space-between;align-items:center;gap:10px;margin-top:auto;padding-top:14px;display:flex}.product-price-wrap{min-width:0}.product-price{color:#1a2332;font-size:19px;font-weight:800;line-height:1}.product-price-por{color:#f97316;white-space:nowrap;background:#f973161a;border:1px solid #f9731640;border-radius:6px;padding:4px 8px;font-size:12px;font-weight:700}.add-to-cart-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#1a2332;border:none;border-radius:8px;flex-shrink:0;padding:9px 16px;font-size:13px;font-weight:700;transition:background .2s}.add-to-cart-btn:hover:not(:disabled){background:#f97316}.add-to-cart-btn.added{background:#22c55e}.add-to-cart-btn:disabled{cursor:not-allowed;background:#ccc}.hero{color:#fff;text-align:center;background:linear-gradient(135deg,#1a2332 0%,#2d3f5e 100%);padding:100px 24px 80px}.hero-content{max-width:780px;margin:0 auto}.hero-tag{color:#f97316;background:#f9731626;border:1px solid #f973164d;border-radius:20px;margin-bottom:24px;padding:6px 18px;font-size:13px;font-weight:600;display:inline-block}.hero h1{margin-bottom:20px;font-size:56px;font-weight:800;line-height:1.15}.hero h1 span{color:#f97316}.hero-desc{color:#9ab;margin-bottom:36px;font-size:18px;line-height:1.7}.hero-actions{flex-wrap:wrap;justify-content:center;gap:16px;margin-bottom:52px;display:flex}.btn-primary{color:#fff;cursor:pointer;background:#f97316;border:none;border-radius:8px;padding:15px 40px;font-size:15px;font-weight:700;text-decoration:none;transition:background .2s,transform .15s;display:inline-block}.btn-primary:hover{background:#ea6c0a;transform:translateY(-2px)}.btn-outline{color:#fff;background:0 0;border:2px solid #ffffff4d;border-radius:8px;padding:15px 40px;font-size:15px;font-weight:700;text-decoration:none;transition:border-color .2s,transform .15s;display:inline-block}.btn-outline:hover{border-color:#fff;transform:translateY(-2px)}.hero-stats{flex-wrap:wrap;justify-content:center;align-items:center;gap:28px;display:flex}.stat{flex-direction:column;align-items:center;display:flex}.stat strong{color:#fff;font-size:26px;font-weight:800;line-height:1}.stat span{color:#9ab;text-transform:uppercase;letter-spacing:.5px;margin-top:4px;font-size:11px}.stat-div{background:#ffffff26;width:1px;height:40px}.section-container{max-width:1200px;margin:0 auto;padding:0 24px}.section-header{text-align:center;margin-bottom:48px}.section-header h2{color:#1a2332;margin-bottom:10px;font-size:38px;font-weight:800}.section-header p{color:#777;font-size:16px}.section-header.light h2{color:#fff}.section-header.light p{color:#9ab}.categories-section{background:#f4f6f9;padding:80px 24px}.category-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.category-card{background:var(--cat-color,#1a2332);color:#fff;cursor:pointer;text-align:left;border:none;border-radius:16px;flex-direction:column;gap:8px;padding:36px 28px;transition:transform .2s,box-shadow .2s;display:flex}.category-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #0003}.cat-icon{margin-bottom:8px;font-size:40px}.category-card h3{color:#fff;font-size:20px;font-weight:800}.cat-range{color:#f97316;font-size:13px;font-weight:700}.cat-desc{color:#ffffffbf;flex:1;font-size:14px;line-height:1.6}.cat-link{color:#f97316;margin-top:8px;font-size:14px;font-weight:700}.features-section{background:#1a2332;padding:64px 24px}.features-grid{grid-template-columns:repeat(4,1fr);gap:32px;display:grid}.feature-card{text-align:center;color:#fff}.feature-icon{margin-bottom:14px;font-size:40px;display:block}.feature-card h4{color:#fff;margin-bottom:8px;font-size:17px;font-weight:700}.feature-card p{color:#9ab;font-size:14px;line-height:1.6}.featured-section{background:#fff;padding:80px 24px}.featured-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;margin-bottom:40px;display:grid}.featured-cta{text-align:center}.testimonials-section{background:#1a2332;padding:80px 24px}.testimonials-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.testimonial-card{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:14px;padding:28px}.stars{margin-bottom:14px}.star{color:#fff3;font-size:18px}.star.filled{color:#f97316}.testimonial-text{color:#ffffffd9;margin-bottom:20px;font-size:15px;font-style:italic;line-height:1.7}.testimonial-author{align-items:center;gap:12px;display:flex}.author-avatar{color:#fff;background:#f97316;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:18px;font-weight:700;display:flex}.testimonial-author strong{color:#fff;font-size:15px;display:block}.testimonial-author span{color:#9ab;font-size:12px}.cta-section{background:#f4f6f9;padding:80px 24px}.cta-box{background:linear-gradient(135deg,#1a2332,#2d3f5e);border-radius:20px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:40px;padding:56px;display:flex}.cta-box h2{color:#fff;margin-bottom:10px;font-size:28px;font-weight:800}.cta-box p{color:#9ab;max-width:480px;font-size:15px;line-height:1.6}.cta-actions{flex-wrap:wrap;gap:16px;display:flex}.btn-outline-dark{color:#fff;white-space:nowrap;background:0 0;border:2px solid #ffffff4d;border-radius:8px;padding:15px 28px;font-size:15px;font-weight:700;text-decoration:none;transition:border-color .2s;display:inline-block}.btn-outline-dark:hover{border-color:#fff}@media (width<=900px){.hero h1{font-size:40px}.category-grid{grid-template-columns:1fr}.features-grid{grid-template-columns:repeat(2,1fr)}.testimonials-grid{grid-template-columns:1fr}.cta-box{flex-direction:column;padding:36px 28px}}@media (width<=540px){.hero h1{font-size:32px}.features-grid{grid-template-columns:1fr}}.products-hero{color:#fff;background:linear-gradient(135deg,#1a2332 0%,#2d3f5e 100%);padding:48px 24px}.products-hero-inner{max-width:1400px;margin:0 auto}.products-hero h1{margin:8px 0 6px;font-size:36px;font-weight:800}.products-hero p{color:#9ab;font-size:14px}.breadcrumb{color:#9ab;align-items:center;gap:6px;font-size:13px;display:flex}.breadcrumb a{color:#f97316;text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.products-body{background:#f4f6f9;min-height:70vh;padding:36px 24px 80px}.shop-container{max-width:1400px;margin:0 auto}.shop-layout{grid-template-columns:260px 1fr;align-items:start;gap:28px;display:grid}.shop-sidebar{background:#fff;border:1px solid #e8edf4;border-radius:12px;padding:24px;position:sticky;top:96px;box-shadow:0 1px 6px #00000012}.sidebar-section{border-bottom:1px solid #f0f0f0;margin-bottom:20px;padding-bottom:20px}.sidebar-section:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.sidebar-section h3{text-transform:uppercase;letter-spacing:.8px;color:#888;margin-bottom:14px;font-size:11px;font-weight:700}.sidebar-search-input{color:#333;border:1px solid #dde1e9;border-radius:8px;outline:none;width:100%;padding:10px 12px;font-size:14px;transition:border-color .2s}.sidebar-search-input:focus{border-color:#f97316}.sidebar-category-list{flex-direction:column;gap:11px;display:flex}.sidebar-checkbox{cursor:pointer;color:#444;-webkit-user-select:none;user-select:none;align-items:center;gap:10px;font-size:14px;display:flex}.sidebar-checkbox input[type=checkbox]{accent-color:#f97316;cursor:pointer;flex-shrink:0;width:16px;height:16px}.sidebar-checkbox:hover span{color:#f97316}.price-inputs{align-items:center;gap:8px;display:flex}.price-inputs input{color:#333;border:1px solid #dde1e9;border-radius:8px;outline:none;flex:1;min-width:0;padding:9px 10px;font-size:13px;transition:border-color .2s}.price-inputs input:focus{border-color:#f97316}.price-dash{color:#bbb;flex-shrink:0;font-size:14px}.price-hint{color:#bbb;margin-top:8px;font-size:11px}.sidebar-sort{cursor:pointer;color:#333;background:#fff;border:1px solid #dde1e9;border-radius:8px;outline:none;width:100%;padding:10px 12px;font-size:14px;transition:border-color .2s}.sidebar-sort:focus{border-color:#f97316}.clear-filters-btn{color:#f97316;cursor:pointer;background:0 0;border:1.5px solid #f97316;border-radius:8px;width:100%;margin-top:20px;padding:10px;font-size:13px;font-weight:600;transition:all .2s}.clear-filters-btn:hover{color:#fff;background:#f97316}.shop-main{min-width:0}.active-filters{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:20px;display:flex}.filter-pill{color:#fff;background:#1a2332;border-radius:20px;align-items:center;gap:6px;padding:5px 12px;font-size:13px;font-weight:500;display:inline-flex}.filter-pill button{color:#f97316;cursor:pointer;background:0 0;border:none;padding:0;font-size:16px;font-weight:700;line-height:1}.clear-all-link{color:#f97316;cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;text-decoration:underline}.products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:22px;display:grid}.no-results{text-align:center;color:#aaa;padding:80px 24px}.no-results-icon{margin-bottom:16px;font-size:48px}.no-results h3{color:#555;margin-bottom:8px;font-size:18px;font-weight:700}.no-results p{margin-bottom:24px;font-size:14px}.no-results button{color:#fff;cursor:pointer;background:#f97316;border:none;border-radius:8px;padding:10px 28px;font-size:14px;font-weight:600}.mobile-filter-bar{justify-content:space-between;align-items:center;margin-bottom:16px;display:none}.mobile-filter-btn{cursor:pointer;color:#1a2332;background:#fff;border:1px solid #dde1e9;border-radius:8px;align-items:center;gap:8px;padding:10px 18px;font-size:14px;font-weight:600;display:flex;position:relative;box-shadow:0 1px 4px #0000000f}.filter-active-dot{background:#f97316;border-radius:50%;width:8px;height:8px}.mobile-count{color:#666;font-size:14px}.mobile-overlay{z-index:300;background:#00000080;align-items:flex-end;display:flex;position:fixed;inset:0}.mobile-drawer{background:#fff;border-radius:20px 20px 0 0;width:100%;max-height:88vh;padding:24px 24px 32px;overflow-y:auto}.drawer-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.drawer-header strong{color:#1a2332;font-size:17px}.drawer-header button{cursor:pointer;color:#555;background:0 0;border:none;font-size:22px}.apply-btn{color:#fff;cursor:pointer;background:#f97316;border:none;border-radius:10px;width:100%;margin-top:24px;padding:14px;font-size:15px;font-weight:700}@media (width<=960px){.shop-layout{grid-template-columns:1fr}.shop-sidebar{display:none}.mobile-filter-bar{display:flex}}@media (width<=560px){.products-grid{grid-template-columns:1fr 1fr;gap:14px}.products-hero h1{font-size:26px}}@media (width<=360px){.products-grid{grid-template-columns:1fr}}.detail-page{background:#f4f6f9;min-height:80vh}.detail-breadcrumb{background:#1a2332;padding:14px 24px;font-size:13px}.detail-container{max-width:1200px;margin:0 auto;padding:0 24px}.detail-breadcrumb .detail-container{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.detail-breadcrumb a{color:#f97316;text-decoration:none}.detail-breadcrumb a:hover{text-decoration:underline}.detail-breadcrumb span{color:#9ab}.detail-body{padding:40px 24px 80px}.detail-layout{grid-template-columns:1fr 1fr;gap:48px;margin-bottom:56px;display:grid}.detail-images{flex-direction:column;gap:12px;display:flex}.detail-main-img{aspect-ratio:4/3;background:#fff;border:1px solid #eee;border-radius:14px;position:relative;overflow:hidden}.detail-main-img img{object-fit:cover;width:100%;height:100%}.img-placeholder{background:#e8edf5;justify-content:center;align-items:center;width:100%;height:100%;font-size:64px;display:flex}.detail-badge{color:#f97316;text-transform:uppercase;background:#1a2332d9;border-radius:20px;padding:5px 14px;font-size:12px;font-weight:700;position:absolute;top:14px;right:14px}.detail-thumbs{gap:10px;display:flex}.thumb{aspect-ratio:1;cursor:pointer;background:#fff;border:2px solid #e0e0e0;border-radius:8px;flex:1;justify-content:center;align-items:center;padding:0;font-size:24px;transition:border-color .2s;display:flex;overflow:hidden}.thumb.active{border-color:#f97316}.thumb img{object-fit:cover;width:100%;height:100%}.detail-info{flex-direction:column;gap:0;display:flex}.detail-meta{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.detail-sku{color:#999;font-size:12px}.detail-stock{font-size:13px;font-weight:700}.detail-stock.in{color:#22c55e}.detail-stock.out{color:#ef4444}.detail-title{color:#1a2332;margin-bottom:14px;font-size:28px;font-weight:800;line-height:1.2}.detail-attrs{flex-wrap:wrap;gap:16px;margin-bottom:20px;display:flex}.attr{color:#555;background:#f0f3f8;border-radius:20px;padding:6px 14px;font-size:13px}.attr strong{color:#1a2332}.detail-price-block{margin-bottom:20px}.detail-price{color:#1a2332;margin-bottom:6px;font-size:40px;font-weight:800;line-height:1}.price-por{color:#f97316;background:#f9731614;border:1px solid #f973164d;border-radius:8px;margin-bottom:6px;padding:10px 18px;font-size:20px;font-weight:700;display:inline-block}.detail-vat{color:#888;font-size:12px}.detail-desc{color:#555;border-top:1px solid #eee;margin-bottom:24px;padding-top:20px;font-size:15px;line-height:1.75}.detail-actions{flex-wrap:wrap;gap:12px;margin-bottom:20px;display:flex}.btn-add-cart{color:#fff;cursor:pointer;background:#1a2332;border:none;border-radius:10px;flex:1;min-width:160px;padding:16px 24px;font-size:15px;font-weight:700;transition:background .2s}.btn-add-cart:hover{background:#f97316}.btn-add-cart.added{background:#22c55e}.btn-buy-now{color:#fff;cursor:pointer;background:#f97316;border:none;border-radius:10px;min-width:120px;padding:16px 24px;font-size:15px;font-weight:700;transition:background .2s}.btn-buy-now:hover{background:#ea6c0a}.btn-enquire{color:#fff;background:#1a2332;border-radius:10px;padding:16px 32px;font-size:15px;font-weight:700;text-decoration:none;display:inline-block}.detail-trust{color:#888;border-top:1px solid #eee;flex-wrap:wrap;gap:16px;padding-top:16px;font-size:12px;display:flex}.detail-specs-section{background:#fff;border:1px solid #eee;border-radius:14px;margin-bottom:48px;padding:36px}.detail-specs-section h2{color:#1a2332;border-bottom:2px solid #f97316;margin-bottom:24px;padding-bottom:14px;font-size:22px;font-weight:800}.specs-table{border-collapse:collapse;width:100%}.specs-table tr{border-bottom:1px solid #f0f0f0}.specs-table tr:last-child{border-bottom:none}.specs-table th{text-align:left;color:#666;background:#fafafa;width:40%;padding:14px 16px;font-size:14px;font-weight:600}.specs-table td{color:#1a2332;padding:14px 16px;font-size:14px;font-weight:600}.related-section{margin-bottom:40px}.related-section h2{color:#1a2332;margin-bottom:20px;font-size:22px;font-weight:800}.related-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.related-card{background:#fff;border:1px solid #eee;border-radius:12px;text-decoration:none;transition:transform .2s,box-shadow .2s;overflow:hidden}.related-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001a}.related-img{background:#f0f3f8;height:160px;overflow:hidden}.related-img img{object-fit:cover;width:100%;height:100%}.related-info{padding:14px}.related-name{color:#1a2332;margin-bottom:4px;font-size:14px;font-weight:700}.related-power{color:#888;margin-bottom:6px;font-size:12px}.related-price{color:#f97316;font-size:16px;font-weight:800}.not-found{text-align:center;padding:80px 24px}.not-found h2{color:#1a2332;margin-bottom:16px;font-size:24px}.not-found a{color:#f97316}@media (width<=900px){.detail-layout{grid-template-columns:1fr;gap:32px}.related-grid{grid-template-columns:1fr 1fr}}@media (width<=540px){.related-grid{grid-template-columns:1fr}.detail-title{font-size:22px}.detail-price{font-size:30px}}.checkout-page{background:#f4f6f9;min-height:100vh}.checkout-header{background:#1a2332;padding:24px}.checkout-container{max-width:1100px;margin:0 auto;padding:0 24px}.checkout-header .checkout-container{align-items:center;gap:20px;display:flex}.back-link{color:#9ab;white-space:nowrap;font-size:14px;text-decoration:none}.back-link:hover{color:#f97316}.checkout-header h1{color:#fff;font-size:26px;font-weight:800}.checkout-body{padding:40px 24px 80px}.checkout-layout{grid-template-columns:1fr 380px;align-items:start;gap:32px;display:grid}.form-section{background:#fff;border:1px solid #eee;border-radius:14px;margin-bottom:20px;padding:28px}.form-section h2{color:#1a2332;border-bottom:2px solid #f97316;margin-bottom:20px;padding-bottom:12px;font-size:18px;font-weight:800}.form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.form-group{flex-direction:column;gap:6px;margin-bottom:16px;display:flex}.form-group label{color:#444;font-size:13px;font-weight:600}.form-group input,.form-group select,.form-group textarea{background:#fff;border:1px solid #ddd;border-radius:8px;outline:none;padding:12px 14px;font-family:inherit;font-size:14px;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#f97316}.form-group textarea{resize:vertical}.err{color:#ef4444;font-size:12px;font-weight:500}.payment-option{background:#f9731608;border:2px solid #f97316;border-radius:10px;padding:20px}.payment-option-header{align-items:flex-start;gap:14px;margin-bottom:16px;display:flex}.radio-dot{background:#f97316;border:2px solid #f97316;border-radius:50%;flex-shrink:0;width:18px;height:18px;margin-top:2px}.payment-option-header strong{color:#1a2332;margin-bottom:4px;font-size:15px;display:block}.payment-option-header p{color:#777;font-size:13px}.bank-details{background:#f8f9fc;border-radius:8px;padding:16px}.bank-details h4{color:#1a2332;margin-bottom:12px;font-size:14px;font-weight:700}.bank-details table{border-collapse:collapse;width:100%}.bank-details th{text-align:left;color:#777;width:40%;padding:6px 0;font-size:13px;font-weight:500}.bank-details td{color:#1a2332;padding:6px 0;font-size:13px}.bank-note{color:#e67e22;background:#f9731614;border-left:3px solid #f97316;border-radius:6px;margin-top:14px;padding:10px 14px;font-size:13px;line-height:1.5}.order-summary{position:sticky;top:90px}.summary-box{background:#fff;border:1px solid #eee;border-radius:14px;padding:24px}.summary-box h2{color:#1a2332;border-bottom:2px solid #f97316;margin-bottom:20px;padding-bottom:12px;font-size:18px;font-weight:800}.summary-items{flex-direction:column;gap:12px;margin-bottom:20px;display:flex}.summary-item{border-bottom:1px solid #f5f5f5;align-items:center;gap:12px;padding-bottom:12px;display:flex}.summary-item:last-child{border-bottom:none}.summary-item-img{background:#f0f3f8;border-radius:8px;flex-shrink:0;width:60px;height:60px;overflow:hidden}.summary-item-img img{object-fit:cover;width:100%;height:100%}.summary-item-info{flex:1;min-width:0}.summary-item-name{color:#1a2332;margin-bottom:2px;font-size:13px;font-weight:600;line-height:1.3}.summary-item-qty{color:#888;font-size:12px}.summary-item-price{color:#1a2332;white-space:nowrap;font-size:14px;font-weight:700}.summary-totals{border-top:1px solid #eee;margin-bottom:20px;padding-top:16px}.summary-row{color:#555;justify-content:space-between;margin-bottom:10px;font-size:14px;display:flex}.free-delivery{color:#22c55e;font-weight:700}.total-row{color:#1a2332;border-top:1px solid #eee;margin-top:4px;padding-top:10px;font-size:18px}.place-order-btn{color:#fff;cursor:pointer;background:#f97316;border:none;border-radius:10px;width:100%;margin-bottom:12px;padding:16px;font-size:16px;font-weight:700;transition:background .2s}.place-order-btn:hover:not(:disabled){background:#ea6c0a}.place-order-btn:disabled{cursor:not-allowed;background:#ccc}.secure-note{color:#888;text-align:center;font-size:12px}.payment-info-box{background:#f0f9ff;border:1px solid #bae6fd;border-radius:10px;align-items:flex-start;gap:16px;padding:20px 22px;display:flex}.payment-info-icon{flex-shrink:0;font-size:28px}.payment-info-box strong{color:#1a2332;margin-bottom:6px;font-size:15px;display:block}.payment-info-box p{color:#555;margin:0;font-size:14px;line-height:1.6}.checkout-empty{text-align:center;padding:100px 24px}.checkout-empty span{margin-bottom:20px;font-size:60px;display:block}.checkout-empty h2{color:#1a2332;margin-bottom:10px;font-size:24px;font-weight:800}.checkout-empty p{color:#777;margin-bottom:24px}.btn-shop{color:#fff;background:#f97316;border-radius:8px;padding:14px 36px;font-weight:700;text-decoration:none;display:inline-block}@media (width<=900px){.checkout-layout{grid-template-columns:1fr}.order-summary{position:static}.form-row{grid-template-columns:1fr}}.success-page{background:#f4f6f9;min-height:100vh;padding:60px 24px}.success-container{max-width:900px;margin:0 auto}.success-header{text-align:center;margin-bottom:36px}.success-icon{color:#fff;background:#22c55e;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 20px;font-size:36px;display:flex}.success-header h1{color:#1a2332;margin-bottom:8px;font-size:32px;font-weight:800}.success-header p{color:#666;font-size:16px}.success-order-num{color:#fff;text-align:center;background:#1a2332;border-radius:14px;margin-bottom:32px;padding:28px}.success-order-num span{color:#9ab;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:13px;display:block}.success-order-num strong{color:#f97316;font-family:monospace;font-size:32px;display:block}.success-order-num p{color:#9ab;margin-top:8px;font-size:13px}.success-grid{grid-template-columns:1fr 1fr;gap:24px;margin-bottom:32px;display:grid}.success-card{background:#fff;border:1px solid #eee;border-radius:14px;padding:28px}.success-card h2{color:#1a2332;margin-bottom:16px;font-size:17px;font-weight:800}.payment-instruction{color:#555;margin-bottom:16px;font-size:14px;line-height:1.6}.contact-info-box{flex-direction:column;gap:14px;display:flex}.contact-info-row{border-bottom:1px solid #f0f0f0;align-items:flex-start;gap:14px;padding-bottom:14px;display:flex}.contact-info-row:last-child{border-bottom:none;padding-bottom:0}.contact-info-row>span{flex-shrink:0;font-size:20px}.contact-info-row strong{color:#888;text-transform:uppercase;letter-spacing:.3px;margin-bottom:2px;font-size:13px;display:block}.contact-info-row p{color:#1a2332;margin:0;font-size:14px;font-weight:600}.ref{color:#f97316;letter-spacing:.5px;font-family:monospace;font-size:15px}.delivery-detail{border-bottom:1px solid #f5f5f5;flex-direction:column;gap:2px;margin-bottom:12px;padding-bottom:12px;display:flex}.delivery-detail:last-child{border-bottom:none}.delivery-detail span{color:#888;text-transform:uppercase;letter-spacing:.3px;font-size:12px}.delivery-detail strong{color:#1a2332;font-size:14px}.success-next-steps{background:#fff;border:1px solid #eee;border-radius:14px;margin-bottom:32px;padding:32px}.success-next-steps h2{color:#1a2332;margin-bottom:24px;font-size:18px;font-weight:800}.steps{flex-direction:column;gap:20px;display:flex}.step{gap:16px;display:flex}.step-num{color:#fff;background:#f97316;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;font-weight:800;display:flex}.step strong{color:#1a2332;margin-bottom:4px;font-size:15px;display:block}.step p{color:#666;font-size:14px;line-height:1.5}.success-actions{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.btn-continue{color:#fff;background:#f97316;border-radius:8px;padding:14px 36px;font-size:15px;font-weight:700;text-decoration:none;display:inline-block}.btn-contact{color:#1a2332;background:#fff;border:2px solid #ddd;border-radius:8px;padding:14px 36px;font-size:15px;font-weight:700;text-decoration:none;display:inline-block}.success-empty{text-align:center;padding:80px 24px}.success-empty a{color:#f97316}@media (width<=700px){.success-grid{grid-template-columns:1fr}.success-order-num strong{font-size:22px}}.about-hero{color:#fff;text-align:center;background:linear-gradient(135deg,#1a2332,#2d3f5e);padding:64px 24px}.about-hero h1{margin-bottom:10px;font-size:40px;font-weight:800}.about-hero p{color:#9ab;font-size:16px}.about-container{max-width:1100px;margin:0 auto;padding:0 24px}.about-body{background:#f4f6f9;padding:64px 24px}.about-intro{grid-template-columns:1fr 1fr;align-items:center;gap:48px;margin-bottom:56px;display:grid}.about-text h2{color:#1a2332;margin-bottom:16px;font-size:28px;font-weight:800}.about-text p{color:#555;margin-bottom:14px;font-size:15px;line-height:1.8}.about-stats-panel{grid-template-columns:1fr 1fr;gap:16px;display:grid}.about-stat{text-align:center;background:#fff;border:1px solid #eee;border-radius:12px;padding:24px}.about-stat strong{color:#f97316;font-size:32px;font-weight:800;display:block}.about-stat span{color:#888;font-size:13px}.about-mission{grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:56px;display:grid}.mission-card{background:#fff;border:1px solid #eee;border-radius:12px;padding:28px}.mission-card h3{color:#1a2332;margin-bottom:12px;font-size:17px;font-weight:700}.mission-card p{color:#666;font-size:14px;line-height:1.7}.about-why{margin-bottom:56px}.about-why h2{color:#1a2332;text-align:center;margin-bottom:32px;font-size:28px;font-weight:800}.why-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.why-card{background:#fff;border:1px solid #eee;border-radius:12px;padding:24px}.why-card span{margin-bottom:12px;font-size:32px;display:block}.why-card h4{color:#1a2332;margin-bottom:8px;font-size:15px;font-weight:700}.why-card p{color:#666;font-size:14px;line-height:1.6}.about-team{margin-bottom:56px}.about-team h2{color:#1a2332;text-align:center;margin-bottom:32px;font-size:28px;font-weight:800}.team-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.team-card{text-align:center;background:#fff;border:1px solid #eee;border-radius:12px;padding:28px}.team-avatar{color:#f97316;background:#1a2332;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 16px;font-size:26px;font-weight:800;display:flex}.team-card h4{color:#1a2332;margin-bottom:4px;font-size:16px;font-weight:700}.team-role{color:#f97316;margin-bottom:12px;font-size:13px;font-weight:600}.team-bio{color:#666;font-size:13px;line-height:1.6}.about-cta{text-align:center;color:#fff;background:linear-gradient(135deg,#1a2332,#2d3f5e);border-radius:20px;padding:56px}.about-cta h2{margin-bottom:10px;font-size:28px;font-weight:800}.about-cta p{color:#9ab;margin-bottom:28px}.about-cta-actions{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.btn-primary-dark{color:#fff;background:#f97316;border-radius:8px;padding:14px 36px;font-weight:700;text-decoration:none;display:inline-block}.btn-outline-dark2{color:#fff;background:0 0;border:2px solid #ffffff4d;border-radius:8px;padding:14px 36px;font-weight:700;text-decoration:none;display:inline-block}@media (width<=900px){.about-intro,.about-mission,.why-grid,.team-grid{grid-template-columns:1fr}.about-stats-panel{grid-template-columns:1fr 1fr}}.contact-hero{color:#fff;text-align:center;background:linear-gradient(135deg,#1a2332,#2d3f5e);padding:64px 24px}.contact-hero h1{margin-bottom:10px;font-size:40px;font-weight:800}.contact-hero p{color:#9ab;font-size:16px}.contact-container{max-width:1100px;margin:0 auto;padding:0 24px}.contact-body{background:#f4f6f9;padding:64px 24px}.contact-layout{grid-template-columns:1fr 1.4fr;gap:40px;display:grid}.contact-info h2{color:#1a2332;margin-bottom:12px;font-size:24px;font-weight:800}.contact-info>p{color:#666;margin-bottom:28px;font-size:15px;line-height:1.7}.contact-items{flex-direction:column;gap:20px;margin-bottom:28px;display:flex}.contact-item{align-items:flex-start;gap:16px;display:flex}.contact-item span{text-align:center;width:40px;font-size:24px}.contact-item strong{color:#1a2332;margin-bottom:4px;font-size:14px;display:block}.contact-item a{color:#f97316;font-size:14px;text-decoration:none}.contact-item p{color:#666;margin:0;font-size:14px;line-height:1.6}.emergency-box{color:#fff;background:#1a2332;border-radius:12px;padding:24px}.emergency-box h4{color:#f97316;margin-bottom:8px;font-size:15px;font-weight:700}.emergency-box p{color:#9ab;margin-bottom:14px;font-size:13px;line-height:1.6}.emergency-box a{color:#fff;font-size:18px;font-weight:800;text-decoration:none}.contact-form-wrap{background:#fff;border:1px solid #eee;border-radius:14px;padding:32px}.contact-form-wrap h2{color:#1a2332;border-bottom:2px solid #f97316;margin-bottom:24px;padding-bottom:12px;font-size:22px;font-weight:800}.cf-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.cf-group{flex-direction:column;gap:6px;margin-bottom:16px;display:flex}.cf-group label{color:#444;font-size:13px;font-weight:600}.cf-group input,.cf-group select,.cf-group textarea{border:1px solid #ddd;border-radius:8px;outline:none;padding:12px 14px;font-family:inherit;font-size:14px;transition:border-color .2s}.cf-group input:focus,.cf-group select:focus,.cf-group textarea:focus{border-color:#f97316}.cf-group textarea{resize:vertical}.cf-submit{color:#fff;cursor:pointer;background:#f97316;border:none;border-radius:8px;width:100%;padding:14px 32px;font-size:15px;font-weight:700;transition:background .2s}.cf-submit:hover{background:#ea6c0a}.sent-msg{text-align:center;padding:40px 0}.sent-msg span{color:#22c55e;margin-bottom:16px;font-size:48px;display:block}.sent-msg h3{color:#1a2332;margin-bottom:10px;font-size:22px;font-weight:800}.sent-msg p{color:#666;margin-bottom:20px}.sent-msg button{color:#fff;cursor:pointer;background:#f97316;border:none;border-radius:8px;padding:12px 24px;font-weight:600}@media (width<=900px){.contact-layout,.cf-row{grid-template-columns:1fr}}.policy-hero{color:#fff;text-align:center;background:linear-gradient(135deg,#1a2332,#2d3f5e);padding:56px 24px}.policy-hero h1{margin-bottom:8px;font-size:36px;font-weight:800}.policy-hero p{color:#9ab;font-size:14px}.policy-body{background:#f4f6f9;padding:60px 24px 80px}.policy-container{max-width:860px;margin:0 auto;padding:0 24px}.policy-doc{background:#fff;border:1px solid #eee;border-radius:14px;padding:48px}.policy-doc h2{color:#f97316;border-bottom:1px solid #f0f0f0;margin:32px 0 14px;padding-bottom:8px;font-size:22px;font-weight:800}.policy-doc h2:first-child{margin-top:0}.policy-doc h3{color:#1a2332;margin:20px 0 8px;font-size:16px;font-weight:700}.policy-doc p{color:#555;margin-bottom:14px;font-size:14px;line-height:1.85}.policy-doc ul{margin:0 0 14px 20px}.policy-doc li{color:#555;margin-bottom:4px;font-size:14px;line-height:1.8}.policy-doc strong{color:#1a2332}.policy-doc a{color:#f97316}.policy-contact{background:#f4f6f9;border-left:4px solid #f97316;border-radius:10px;margin-top:32px;padding:20px 24px}.policy-contact p{color:#555;margin:0;font-size:14px}@media (width<=600px){.policy-doc{padding:28px 20px}}.wa-wrapper{z-index:999;opacity:0;pointer-events:none;flex-direction:column;align-items:flex-end;gap:12px;transition:opacity .5s,transform .5s;display:flex;position:fixed;bottom:28px;right:28px;transform:translateY(16px)}.wa-wrapper.wa-visible{opacity:1;pointer-events:all;transform:translateY(0)}.wa-fab{cursor:pointer;background:#25d366;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .2s,box-shadow .2s;display:flex;position:relative;box-shadow:0 4px 20px #25d36673}.wa-fab:hover{transform:scale(1.1);box-shadow:0 6px 28px #25d3668c}.wa-icon{width:34px;height:34px}.wa-pulse{opacity:0;border:3px solid #25d366;border-radius:50%;animation:2.2s ease-out infinite wa-pulse;position:absolute;inset:-4px}@keyframes wa-pulse{0%{opacity:.7;transform:scale(1)}to{opacity:0;transform:scale(1.55)}}.wa-bubble{background:#fff;border-radius:16px;width:300px;animation:.3s bubble-in;position:relative;overflow:hidden;box-shadow:0 8px 32px #00000029}@keyframes bubble-in{0%{opacity:0;transform:translateY(12px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.wa-bubble-close{cursor:pointer;color:#fffc;z-index:1;background:0 0;border:none;font-size:20px;line-height:1;transition:color .2s;position:absolute;top:10px;right:12px}.wa-bubble-close:hover{color:#fff}.wa-bubble-avatar{background:#075e54;align-items:center;gap:12px;padding:18px 20px 14px;display:flex}.wa-bubble-avatar svg{flex-shrink:0;width:44px;height:44px}.wa-bubble-content{padding:16px 20px 20px}.wa-bubble-name{color:#1a2332;margin-bottom:8px;font-size:15px;font-weight:700}.wa-bubble-msg{color:#555;margin-bottom:16px;font-size:14px;line-height:1.55}.wa-bubble-cta{color:#fff;text-align:center;background:#25d366;border-radius:10px;padding:12px;font-size:14px;font-weight:700;text-decoration:none;transition:background .2s;display:block}.wa-bubble-cta:hover{background:#1ebe5d}@media (width<=400px){.wa-wrapper{bottom:20px;right:16px}.wa-bubble{width:calc(100vw - 32px)}}*{box-sizing:border-box}
