.bay-hero{padding:2.3rem 0;background:#2c2a26;color:#f2eee6;text-align:center}
.bay-hero h1{font-size:clamp(1.25rem,3vw,1.65rem);font-weight:800;margin-bottom:.5rem}
.bay-hero p{color:#a8a090;font-size:.9rem;max-width:560px;margin:0 auto}
.bay-hero .trust{justify-content:center;margin-top:1.1rem}
.bay-hero .trust-cell{background:#3d3a34;border-color:#534e46}
.bay-hero .trust-cell strong{color:#c4a574}
.bay-hero .trust-cell span{color:#a8a090}

.bay-list{padding:2.4rem 0}
.bay{display:grid;grid-template-columns:96px 1fr auto;gap:1rem;align-items:center;background:#fff;border:1px solid #d8d0c0;padding:1rem 1.1rem;margin-bottom:.7rem}
.bay.hot{border-left:5px solid #8a4b1f}
.bay-id{font-size:.72rem;font-weight:800;color:#8a4b1f;text-align:center;line-height:1.35;background:#f2eee6;padding:.5rem .3rem}
.bay h2{font-size:.95rem;font-weight:800;margin-bottom:.25rem}
.bay p{font-size:.82rem;color:#6b6558}
.bay img{max-width:140px;border:1px solid #d8d0c0;margin-top:.4rem}
.btn-bay{display:inline-block;background:#8a4b1f;color:#fff!important;padding:.4rem .85rem;font-size:.78rem;font-weight:800;text-decoration:none!important;white-space:nowrap}

.dl-sku{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem}
.dl-s{background:#fff;border:1px solid #d8d0c0;padding:1rem;text-align:center;border-top:4px solid #8a4b1f}
.dl-s:nth-child(2){border-top-color:#c4a574}
.dl-s:nth-child(3){border-top-color:#4a6b4a}
.dl-s h3{font-size:.88rem;font-weight:800;margin-bottom:.3rem}
.dl-s p{font-size:.8rem;color:#6b6558}

.dl-pick{max-width:640px;margin:0 auto;background:#fff;border:1px solid #d8d0c0}
.dl-p{display:grid;grid-template-columns:80px 1fr;gap:.8rem;padding:.9rem 1.1rem;border-bottom:1px solid #eee8dc}
.dl-p:last-child{border-bottom:none}
.dl-p strong{font-size:.75rem;color:#8a4b1f}
.dl-p h3{font-size:.88rem;font-weight:800;margin-bottom:.15rem}
.dl-p p{font-size:.8rem;color:#6b6558}

.dl-spec{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.dl-spec-col{background:#fff;border:1px solid #d8d0c0;padding:1rem}
.dl-spec-col h3{font-size:.86rem;color:#8a4b1f;margin-bottom:.5rem;font-weight:800}
.dl-spec-col li{font-size:.82rem;color:#6b6558;padding:.26rem 0}

.dl-cta{text-align:center;padding:2.3rem 0;background:#e8e0d2;border-top:1px solid #d8d0c0}
.dl-cta h2{font-size:1.15rem;font-weight:800;margin-bottom:.4rem}

@media(max-width:768px){
  .bay{grid-template-columns:1fr}
  .dl-sku,.dl-spec{grid-template-columns:1fr}
}
