/* Lumineo — pasek darmowej dostawy (scoped) */
.lumineo-fs{background:#f6f9fb;border:1px solid #e4ebf0;border-radius:12px;padding:14px 16px;margin:16px 0;font-family:inherit}
.lumineo-fs__msg{font-size:14px;color:#0f172a;margin-bottom:8px}
.lumineo-fs__msg strong{color:#0ea5e9}
.lumineo-fs__bar{height:8px;background:#e2e8f0;border-radius:99px;overflow:hidden}
.lumineo-fs__bar span{display:block;height:100%;background:linear-gradient(90deg,#14b8a6,#0ea5e9);border-radius:99px;transition:width .4s ease}
.lumineo-fs--done .lumineo-fs__bar span{background:#10b981}
.lumineo-fs__title{font-size:12px;text-transform:uppercase;letter-spacing:1px;color:#64748b;margin:14px 0 8px}
.lumineo-fs__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.lumineo-fs__card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:4px;padding:10px;background:#fff;border:1px solid #e4ebf0;border-radius:10px;text-decoration:none;color:#0f172a;transition:box-shadow .2s ease,transform .2s ease}
.lumineo-fs__card:hover{box-shadow:0 4px 14px rgba(0,0,0,.08);transform:translateY(-2px)}
.lumineo-fs__card img{width:100%;max-width:90px;height:auto;aspect-ratio:1/1;object-fit:contain}
.lumineo-fs__name{font-size:12px;line-height:1.3;font-weight:500}
.lumineo-fs__price{font-size:13px;font-weight:700;color:#0ea5e9}
.lumineo-fs__btn{margin-top:4px;font-size:11px;padding:4px 12px;border-radius:6px;background:#0f172a;color:#fff}
@media (max-width:480px){
  .lumineo-fs__grid{grid-template-columns:1fr 1fr}
  .lumineo-fs__card:nth-child(3){grid-column:1 / -1;flex-direction:row;justify-content:center;gap:10px}
  .lumineo-fs__card:nth-child(3) img{max-width:54px}
}
