body{background:radial-gradient(circle at top,#12398a 0%,#081d4d 45%,#020617 100%);color:#fff}.showcase-hero{min-height:85vh;padding:60px 0;display:flex;justify-content:center;align-items:center}.page-wrap{width:100%;max-width:1500px}.intro{max-width:900px;margin:0 auto 35px;text-align:center;padding:28px 34px;background:linear-gradient(90deg,#02153f,#0a2f7a,#02153f);border-radius:28px;box-shadow:0 15px 40px rgba(0,0,0,.35)}.intro h1{font-size:42px;line-height:1.1;margin-bottom:12px;text-shadow:0 5px 15px rgba(0,0,0,.35)}.intro p{font-size:18px;color:#d9d9d9;line-height:1.7}.carousel-wrapper{position:relative;width:100%;overflow:hidden;padding:10px 70px 35px}.products-grid{align-items: center;display:flex;gap:28px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:10px 45px 25px;scrollbar-width:none;-ms-overflow-style:none}.products-grid::-webkit-scrollbar{display:none}.product-card{flex:0 0 calc((100% - 56px)/3);min-width:310px;max-width:380px;scroll-snap-align:center;position:relative;border-radius:30px;overflow:hidden;background:#020617;box-shadow:0 20px 50px rgba(0,0,0,.35);transition:.4s ease;border:1px solid rgba(255,255,255,.12)}.product-card:hover{transform:translateY(-8px) scale(1.01)}.image-box{width:100%;aspect-ratio:9/16;overflow:hidden}.image-box img{width:100%;height:100%;object-fit:cover;display:block}.product-content{align-items: center;
    padding:24px;background:linear-gradient(180deg,#061b4d,#020617)}.product-content h2{align-items: center;font-size:26px;margin-bottom:14px}.product-content p{align-items: center;font-size:16px;line-height:1.6;color:#e6e6e6;margin-bottom:22px}.buy-btn{display:inline-block;padding:15px 34px;background:#4db8ff;color:#fff;text-decoration:none;border-radius:14px;font-size:17px;font-weight:700;transition:.3s ease}.buy-btn:hover{background:#2a9fff;transform:scale(1.05)}.carousel-btn{position:absolute;top:42%;transform:translateY(-50%);width:54px;height:54px;border:none;border-radius:50%;background:rgba(255,255,255,.92);color:#081d4d;font-size:34px;font-weight:bold;cursor:pointer;z-index:20;box-shadow:0 12px 30px rgba(0,0,0,.45);transition:.3s ease}.carousel-btn:hover{background:#4db8ff;color:#fff;transform:translateY(-50%) scale(1.08)}.carousel-btn.prev{left:35px}.carousel-btn.next{right:35px}@media(max-width:1150px){.product-card{flex:0 0 calc((100% - 28px)/2)}}@media(max-width:700px){.showcase-hero{padding:35px 0}.carousel-wrapper{padding:10px 35px 30px}.products-grid{padding:10px 25px 25px}.product-card{flex:0 0 82%;min-width:260px}.intro{margin:0 18px 28px;padding:26px 22px}.intro h1{font-size:32px}.intro p{font-size:16px}.carousel-btn{width:42px;height:42px;font-size:26px}.carousel-btn.prev{left:6px}.carousel-btn.next{right:6px}}