/* TCL - opis rozszerzony (Neonet). Style w obrebie #tcl-product-card. */
#tcl-product-card{max-width:920px;margin:0 auto;display:flex;flex-direction:column;gap:16px;font-family:'Lato','Segoe UI',Arial,Helvetica,sans-serif;color:#1a1a1a;line-height:1.6}
#tcl-product-card *{box-sizing:border-box}
#tcl-product-card p{margin:0}
#tcl-product-card h2,#tcl-product-card h3{margin:0;padding:0;font-weight:800;color:inherit;line-height:1.15}
#tcl-product-card ul{list-style:none;margin:0;padding:0}
#tcl-product-card li{margin:0;padding:0}
#tcl-product-card li:after{content:none;display:none}
#tcl-product-card img{display:block;max-width:100%;height:auto}

#tcl-product-card .hero{position:relative;background:#0a0a0a;color:#fff;border-radius:16px;overflow:hidden;min-height:340px;display:flex;align-items:center;justify-content:center;text-align:center}
#tcl-product-card .hero-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.6}
#tcl-product-card .hero-in{position:relative;display:flex;flex-direction:column;align-items:center;padding:40px 24px}
#tcl-product-card .hero-eyebrow{margin:0 0 12px;letter-spacing:1px;font-size:13px;text-transform:uppercase;color:#fff;font-weight:700}
#tcl-product-card .hero-title{font-size:34px;margin-bottom:14px;text-shadow:0 2px 14px rgba(0,0,0,.55)}
#tcl-product-card .hero-sub{max-width:640px;font-size:18px;text-shadow:0 2px 10px rgba(0,0,0,.6)}

#tcl-product-card .lead{text-align:center;padding:34px 24px 6px}
#tcl-product-card .lead-title{font-size:26px;margin-bottom:14px}
#tcl-product-card .lead-p{max-width:720px;margin:0 auto;font-size:17px;color:#3a3a3a}

#tcl-product-card .icons-sec{padding:24px 12px 6px}
#tcl-product-card .icons-title{font-size:20px;text-align:center;margin-bottom:20px;color:#0a0a0a}
#tcl-product-card .icons{display:flex;flex-wrap:wrap;justify-content:center;gap:18px 10px}
#tcl-product-card .feat{width:110px;text-align:center}
#tcl-product-card .feat-ic{width:82px;height:82px;margin:0 auto 10px}
#tcl-product-card .icons + .icons{margin-top:18px}
#tcl-product-card img.feat-ic{object-fit:contain}
#tcl-product-card .feat-lbl{font-size:13px;font-weight:600;color:#333;line-height:1.3}

#tcl-product-card .block{border-radius:16px;overflow:hidden}
#tcl-product-card .block--beige{background:#f7f2ea}
#tcl-product-card .block--dark{background:#0a0a0a;color:#fff}
#tcl-product-card .block-img{width:100%;height:auto}
#tcl-product-card .block-in{padding:34px 24px;text-align:center}
#tcl-product-card .eyebrow{margin:0 0 10px;letter-spacing:.5px;font-size:12px;text-transform:uppercase;font-weight:700;color:#c8001a}
#tcl-product-card .block--dark .eyebrow{color:#ff5a4d}
#tcl-product-card .blk-title{font-size:26px;margin-bottom:14px}
#tcl-product-card .blk-p{max-width:680px;margin:0 auto;font-size:16px;color:#3a3a3a}
#tcl-product-card .block--dark .blk-p{color:#e6e6e6}

#tcl-product-card .dura-in{padding:38px 24px;text-align:center}
#tcl-product-card .dura-pill{display:inline-block;margin-bottom:16px;letter-spacing:.5px;font-size:13px;font-weight:700;text-transform:uppercase;color:#fff;background:#e2001a;padding:6px 16px;border-radius:999px}
#tcl-product-card .dura-p{max-width:720px;margin:0 auto 22px;font-size:16px;color:#e6e6e6}
#tcl-product-card .chips{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}
#tcl-product-card .chips li{background:rgba(255,255,255,.12);border-radius:999px;padding:8px 16px;font-size:14px}

@media (max-width:600px){
  #tcl-product-card .hero{min-height:260px}
  #tcl-product-card .hero-title{font-size:24px}
  #tcl-product-card .hero-sub{font-size:15px}
  #tcl-product-card .lead-title{font-size:21px}
  #tcl-product-card .lead-p{font-size:15px}
  #tcl-product-card .blk-title{font-size:21px}
  #tcl-product-card .feat{width:44%}
}
