.hero-section{background:linear-gradient(90deg,#38BDF8,#3855d2,#000000);color:#fff;overflow:hidden;padding:3rem}.hero-container{max-width:1200px;margin:0 auto}.hero-section h2{font-size:2.25rem;line-height:1.2}.hero-section p{font-size:1.2rem;line-height:1.6}.feature-badge{display:flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;border-radius:50px;background-color:#399dd9;cursor:pointer;transition:all .2s ease}.feature-badge:hover{transform:scale(1.05);background-color:rgba(250,250,251,.8)}.shield-container{position:relative;width:180px;height:180px;margin-bottom:80px;margin-top:20px}.shield-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:150px;height:150px;background-color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 0 30px #fff,0 0 50px #fff,0 0 70px #fff;animation:pulse-scale 1s ease-in-out infinite}@keyframes pulse-scale{0%{transform:translate(-50%,-50%) scale(1);box-shadow:0 0 30px #fff,0 0 50px #fff,0 0 70px #fff}50%{transform:translate(-50%,-50%) scale(1.15);box-shadow:0 0 50px #fff,0 0 70px #fff,0 0 100px #fff}to{transform:translate(-50%,-50%) scale(1);box-shadow:0 0 30px #fff,0 0 50px #fff,0 0 70px #fff}}@media (max-width:992px){.hero-section h2{font-size:2rem}.hero-section p{font-size:1.1rem}.shield-container{width:150px;height:150px}.shield-center{width:120px;height:120px}}@media (max-width:576px){.hero-section h2{font-size:1.5rem}.hero-section p{font-size:1rem}.shield-container{width:120px;height:120px}.shield-center{width:100px;height:100px}}.tab-container{position:relative;overflow:hidden;border-radius:.5rem}.tab-container:before{content:"";position:absolute;top:0;left:-50%;width:200%;height:100%;transform:skewX(-20deg);animation:glowMove 3s linear infinite;pointer-events:none;z-index:0}@keyframes glowMove{0%{left:-50%}to{left:100%}}.tab-button{position:relative;z-index:1;border-radius:.5rem .5rem 0 0;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease;display:flex;align-items:center;color:black;gap:.5rem;border-bottom:2px solid transparent;background-color:#ffffff}.tab-button.active{border-bottom-color:#399dd9;color:#399dd9}.tab-button.active,.tab-panel{box-shadow:0 2px 10px rgba(0,0,0,.1)}.tab-panel{position:relative;z-index:1;background-color:#ffffff;padding:2rem;border-radius:0 0 .5rem .5rem}@media (max-width:768px){.market-section{background-attachment:scroll!important}}.category-btn{font-size:.875rem;font-weight:600;text-transform:uppercase;color:#6c757d;background:none;border:1px solid transparent;padding:.375rem .75rem;transition:.4s;cursor:pointer;border-radius:.375rem}.category-btn:hover{color:#0d6efd}.category-btn.active{color:#0d6efd;border-color:#0d6efd}.product-card{position:relative;height:280px;overflow:hidden;border-radius:.5rem;cursor:pointer}.product-card img{position:absolute;top:0;left:0;width:100%;object-fit:cover;transition:transform var(--scroll-duration,2s) ease-in-out}.product-card:hover img{transform:translateY(var(--slide-height,0))}