.product-showcase{margin:0;padding:16px;border:1px solid #263b52;border-radius:26px;background:linear-gradient(160deg,#101f32,#07111e);box-shadow:0 28px 70px rgba(0,0,0,.35)}
.product-showcase-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin:0 2px 13px}
.product-showcase-heading span{font-size:.72rem;font-weight:800;letter-spacing:.18em;color:#79adff}
.product-showcase-heading strong{font-size:1rem;color:#f5f8fc}
.product-showcase a{display:block;border-radius:16px;overflow:hidden;border:1px solid #2c4158;background:#030913}
.product-showcase img{display:block;width:100%;height:auto;object-fit:contain}
.product-showcase figcaption{margin:12px 3px 0;color:#8fa6bd;font-size:.82rem;line-height:1.5}
.hero{width:min(1480px,calc(100% - 40px));grid-template-columns:minmax(360px,.68fr) minmax(600px,1.32fr);gap:48px}
.hero h1{font-size:clamp(3.4rem,6vw,6rem)}
@media(max-width:1100px){.hero{grid-template-columns:1fr;width:min(900px,calc(100% - 32px))}.product-showcase{padding:12px}.product-showcase-heading{align-items:flex-start;flex-direction:column;gap:5px}}
@media(max-width:640px){.product-showcase{padding:8px;border-radius:18px}.product-showcase a,.product-showcase img{border-radius:11px}.product-showcase-heading strong{font-size:.9rem}.product-showcase figcaption{font-size:.76rem}.hero h1{font-size:clamp(3rem,15vw,4.4rem)}}