.product-showcase { padding-top: 60px;  }
.showcase-section { padding-bottom: 60px; padding-top: 60px;     max-width: 1280px;
    margin: 0 auto;
    padding: clamp(20px, 3vw, 36px);
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 16px;
   }
.product-showcase h2 { font-weight: 800; }
.ref-card { border-radius: 10px; }
.ref-card__badge-inner { display:inline-flex; width:42px; height:42px; border-radius:10px; background:#14a2e0; align-items:center; justify-content:center; box-shadow:0 6px 14px rgba(20,162,224,.35); }
.ref-card__order {     background: #fff;
    color: #fff;
    border-radius: 10px; border: none;}
.ref-card__order:hover { opacity: 0.9;background: #fff;
    color: #fff;border: none; }
.ratio {
    height: 300px;
    background: #fff;
}

.ratio img {
    position: absolute;
    inset: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
        background: #fff;
}
