html,body{box-sizing:border-box;color:#e2e8f0;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);min-height:100vh;margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;overflow-x:hidden}.container{max-width:1400px;margin-left:auto;margin-right:auto;padding-left:2rem;padding-right:2rem}.floating-bg{pointer-events:none;z-index:0;width:100%;height:100%;position:fixed;top:0;left:0}.floating-element{background:rgba(249,115,22,.08);border-radius:50%;animation:8s ease-in-out infinite float;position:absolute}.floating-element:first-child{width:100px;height:100px;animation-delay:0s;top:15%;left:8%}.floating-element:nth-child(2){width:150px;height:150px;animation-delay:3s;top:50%;right:10%}.floating-element:nth-child(3){width:80px;height:80px;animation-delay:6s;top:75%;left:15%}@keyframes float{0%,to{opacity:.3;transform:translateY(0)rotate(0)}50%{opacity:.6;transform:translateY(-30px)rotate(180deg)}}.header{z-index:100;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:rgba(15,23,42,.95);border-bottom:1px solid rgba(249,115,22,.1);position:-webkit-sticky;position:sticky;top:0}.header-container{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex}.logo-container{align-items:center;gap:1rem;display:flex}.logo-symbol{color:#fff;background:linear-gradient(135deg,#f97316,#fb923c);border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;font-weight:700;display:flex}.brand-name{background:linear-gradient(135deg,#f97316,#fb923c);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:800}.header-actions{align-items:center;gap:1.5rem;display:flex}.search-container{align-items:center;display:flex;position:relative}.search-input{color:#e2e8f0;background:rgba(30,41,59,.8);border:1px solid rgba(249,115,22,.3);border-radius:25px;width:300px;padding:.75rem 1rem .75rem 3rem;font-size:.9rem}.search-input::placeholder{color:#94a3b8}.search-icon{color:#f97316;font-size:1.2rem;position:absolute;left:1rem}.cart-icon{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f97316,#fb923c);border-radius:12px;padding:.75rem;font-size:1.2rem;transition:all .3s;position:relative}.cart-icon:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(249,115,22,.3)}.cart-badge{color:#fff;background:#ef4444;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.75rem;font-weight:700;display:flex;position:absolute;top:-8px;right:-8px}.hero{z-index:10;text-align:center;max-width:1400px;margin:0 auto;padding:4rem 2rem 2rem;position:relative}.hero-content{max-width:800px;margin:0 auto}.hero-title{background:linear-gradient(135deg,#e2e8f0,#cbd5e1);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:3.5rem;font-weight:900;line-height:1.1}.hero-subtitle{color:#94a3b8;margin-bottom:3rem;font-size:1.25rem;line-height:1.6}.hero-cta{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f97316,#fb923c);border:none;border-radius:12px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(249,115,22,.3)}.btn-secondary{color:#f97316;cursor:pointer;background:0 0;border:2px solid #f97316;border-radius:12px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn-secondary:hover{color:#fff;background:#f97316;transform:translateY(-2px)}.product-filter{z-index:10;background:rgba(30,41,59,.8);border:1px solid rgba(249,115,22,.2);border-radius:16px;max-width:800px;margin:2rem auto;padding:2rem;position:relative}.filter-title{text-align:center;color:#f97316;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.filter-form{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));align-items:end;gap:1rem;display:grid}.filter-group{flex-direction:column;display:flex}.filter-label{color:#cbd5e1;margin-bottom:.5rem;font-weight:500}.filter-select{color:#e2e8f0;background:rgba(15,23,42,.8);border:1px solid rgba(249,115,22,.3);border-radius:8px;padding:.75rem;font-size:.9rem}.filter-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f97316,#fb923c);border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;transition:all .3s}.filter-btn:hover{transform:translateY(-1px);box-shadow:0 5px 15px rgba(249,115,22,.3)}.featured-products{z-index:10;max-width:1400px;margin:0 auto;padding:4rem 2rem;position:relative}.section-title{text-align:center;color:#e2e8f0;margin-bottom:3rem;font-size:2.5rem;font-weight:800}.products-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.product-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(30,41,59,.6);border:1px solid rgba(249,115,22,.1);border-radius:16px;padding:1.5rem;transition:all .3s}.product-card:hover{border-color:rgba(249,115,22,.3);transform:translateY(-5px);box-shadow:0 15px 35px rgba(249,115,22,.1)}.product-image{background:linear-gradient(135deg,#1e293b,#334155);border:2px solid rgba(249,115,22,.2);border-radius:12px;justify-content:center;align-items:center;width:100%;height:200px;margin-bottom:1rem;font-size:3rem;display:flex}.product-name{color:#e2e8f0;margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.product-price{color:#f97316;margin-bottom:1rem;font-size:1.5rem;font-weight:800}.product-features{margin:0 0 1.5rem;padding:0;list-style:none}.product-features li{color:#94a3b8;margin-bottom:.25rem;font-size:.9rem}.add-to-cart{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f97316,#fb923c);border:none;border-radius:8px;width:100%;padding:.75rem;font-weight:600;transition:all .3s}.add-to-cart:hover{transform:translateY(-1px);box-shadow:0 5px 15px rgba(249,115,22,.3)}.categories{z-index:10;background:rgba(15,23,42,.8);padding:4rem 2rem;position:relative}.categories-container{max-width:1400px;margin:0 auto}.categories-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.category-card{text-align:center;cursor:pointer;background:rgba(30,41,59,.6);border:1px solid rgba(249,115,22,.1);border-radius:16px;padding:2rem;transition:all .3s}.category-card:hover{border-color:rgba(249,115,22,.3);transform:translateY(-5px);box-shadow:0 10px 30px rgba(249,115,22,.1)}.category-icon{background:linear-gradient(135deg,#f97316,#fb923c);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;font-size:2rem;display:flex}.category-title{color:#e2e8f0;margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.category-description{color:#94a3b8;font-size:.9rem}.footer{z-index:10;background:rgba(15,23,42,.95);border-top:1px solid rgba(249,115,22,.2);padding:3rem 2rem 1rem;position:relative}.footer-container{max-width:1400px;margin:0 auto}.footer-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem;display:grid}.footer-section h3{color:#f97316;margin-bottom:1rem;font-weight:700}.footer-section ul{padding:0;list-style:none}.footer-section li{margin-bottom:.5rem}.footer-section a{color:#94a3b8;text-decoration:none;transition:color .3s}.footer-section a:hover{color:#f97316}.newsletter{gap:1rem;margin-top:1rem;display:flex}.newsletter-input{color:#e2e8f0;background:rgba(30,41,59,.8);border:1px solid rgba(249,115,22,.3);border-radius:8px;flex:1;padding:.75rem}.newsletter-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f97316,#fb923c);border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:600}.footer-bottom{text-align:center;color:#94a3b8;border-top:1px solid rgba(249,115,22,.1);padding-top:2rem}@media (max-width:768px){.container{padding-left:1rem;padding-right:1rem}.hero-title{font-size:2.2rem}.search-input{width:200px}.header-container{padding:1rem}.hero-cta{flex-direction:column;align-items:center}.btn-primary,.btn-secondary{width:100%;max-width:300px}.filter-form{grid-template-columns:1fr}.featured-products,.categories{padding:2rem .5rem}}.trust-section{z-index:10;background:rgba(249,115,22,.07);border-radius:16px;margin:2rem 0;padding:2rem 0;position:relative}.trust-grid{text-align:center;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;display:grid}.trust-item{flex-direction:column;align-items:center;padding:1rem 0;display:flex}.trust-icon{color:#f97316;margin-bottom:1rem;font-size:2.5rem}.trust-title{color:#e2e8f0;margin-bottom:.5rem;font-weight:700}.trust-description{color:#94a3b8;font-size:.9rem}.mobile-service{z-index:10;padding:4rem 2rem;position:relative}.service-steps{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.step-card{text-align:center;background:rgba(30,41,59,.6);border:1px solid rgba(249,115,22,.1);border-radius:16px;padding:2rem;transition:all .3s;position:relative}.step-card:hover{border-color:rgba(249,115,22,.25);box-shadow:0 8px 30px rgba(249,115,22,.09)}.step-number{color:#fff;background:linear-gradient(135deg,#f97316,#fb923c);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.3rem;font-weight:700;display:flex;position:absolute;top:-15px;left:50%;transform:translate(-50%);box-shadow:0 3px 14px rgba(249,115,22,.14)}.step-icon{margin:1rem 0;font-size:2.5rem}.step-title{color:#e2e8f0;margin-bottom:1rem;font-size:1.25rem;font-weight:700}.step-description{color:#94a3b8;line-height:1.6}
