/* ═══════════════════════════════════════
   Boutik Pam — Titoryèl
   ═══════════════════════════════════════ */
.bpt-wrap{
  --bpt-ink:#111827;
  --bpt-muted:#6b7280;
  --bpt-line:#e5e7eb;
  --bpt-blue:#1B3DE8;
  --bpt-accent:#F59E0B;
  font-family:'Poppins',system-ui,sans-serif;
  color:var(--bpt-ink);
  max-width:1120px;
  margin:0 auto;
  padding:0 16px 48px;
  box-sizing:border-box;
}
.bpt-wrap *,.bpt-modal *{box-sizing:border-box}

/* ── Tèt paj ── */
.bpt-head{padding:34px 0 26px}
.bpt-eyebrow{
  display:inline-block;
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--bpt-accent);
  margin-bottom:10px;
}
.bpt-h1{
  margin:0 0 10px;
  font-size:clamp(1.7rem,5.4vw,2.6rem);
  font-weight:800;
  line-height:1.1;
  letter-spacing:-.02em;
  color:var(--bpt-ink);
}
.bpt-sub{
  margin:0;
  max-width:56ch;
  font-size:.9rem;
  line-height:1.6;
  color:var(--bpt-muted);
}

/* ── Griy ── */
.bpt-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:26px;
}
.bpt-item{margin:0}

/* ── Kouvèti ── */
.bpt-thumb{
  position:relative;
  display:block;
  width:100%;
  aspect-ratio:16/9;
  padding:0;
  margin:0;
  border:1px solid var(--bpt-line);
  border-radius:16px;
  overflow:hidden;
  background:#f3f4f6;
  cursor:pointer;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.bpt-thumb:hover{transform:translateY(-2px);border-color:#d1d5db;box-shadow:0 16px 34px rgba(15,23,42,.14)}
.bpt-thumb:focus-visible{outline:3px solid var(--bpt-blue);outline-offset:3px}
.bpt-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.bpt-thumb-fallback{
  position:absolute;inset:0;display:grid;place-items:center;
  color:#9ca3af;font-weight:700;letter-spacing:.1em;text-transform:uppercase;font-size:.8rem;
}
.bpt-play{
  position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);
  width:64px;height:64px;border-radius:50%;
  background:var(--bpt-accent);
  color:#fff;
  display:grid;place-items:center;
  box-shadow:0 10px 26px rgba(0,0,0,.28);
  transition:transform .18s ease;
}
.bpt-thumb:hover .bpt-play{transform:translate(-50%,-50%) scale(1.06)}
.bpt-play svg{width:30px;height:30px;margin-left:3px}
.bpt-dur{
  position:absolute;right:10px;bottom:10px;
  background:rgba(0,0,0,.75);color:#fff;
  font-size:.72rem;font-weight:600;
  padding:3px 8px;border-radius:6px;
}

/* ── Meta ── */
.bpt-meta{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  padding:12px 2px 0;
}
.bpt-meta-txt{min-width:0}
.bpt-title{
  margin:0;
  font-size:1rem;
  font-weight:700;
  line-height:1.35;
  color:var(--bpt-ink);
}
.bpt-desc{
  margin:5px 0 0;
  font-size:.82rem;
  line-height:1.5;
  color:var(--bpt-muted);
}

/* ── Bouton pataje ── */
.bpt-share{
  flex:none;
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:8px 14px;
  border:1px solid var(--bpt-line);
  border-radius:999px;
  background:#fff;
  color:#374151;
  font-family:inherit;
  font-size:.78rem;
  font-weight:600;
  cursor:pointer;
  transition:background .16s ease,border-color .16s ease,color .16s ease;
}
.bpt-share:hover{background:#eff3ff;border-color:var(--bpt-blue);color:var(--bpt-blue)}
.bpt-share:focus-visible{outline:3px solid var(--bpt-blue);outline-offset:2px}
.bpt-share svg{width:15px;height:15px;flex:none}

/* ── Vid ── */
.bpt-empty{
  padding:40px 20px;
  text-align:center;
  color:var(--bpt-muted);
  border:1px dashed var(--bpt-line);
  border-radius:16px;
}

/* ── Kat asistans ── */
.bpt-support{
  display:flex;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
  margin-top:40px;
  padding:22px;
  border:1px solid var(--bpt-line);
  border-radius:20px;
  background:linear-gradient(135deg,#f8fafc,#eef2ff);
}
.bpt-support-avatar{
  position:relative;
  flex:none;
  width:68px;height:68px;
  border-radius:50%;
  overflow:visible;
  background:#dbeafe;
  display:grid;place-items:center;
}
.bpt-support-avatar img{
  width:100%;height:100%;
  border-radius:50%;
  object-fit:cover;
  display:block;
  border:3px solid #fff;
  box-shadow:0 6px 18px rgba(15,23,42,.14);
}
.bpt-support-initial{
  width:100%;height:100%;
  border-radius:50%;
  display:grid;place-items:center;
  background:var(--bpt-blue);color:#fff;
  font-size:1.5rem;font-weight:800;
  border:3px solid #fff;
}
.bpt-support-online{
  position:absolute;right:2px;bottom:2px;
  width:15px;height:15px;border-radius:50%;
  background:#22c55e;border:2.5px solid #fff;
}
.bpt-support-body{flex:1;min-width:200px}
.bpt-support-title{margin:0 0 6px;font-size:.98rem;font-weight:700;line-height:1.35}
.bpt-support-text{margin:0 0 10px;font-size:.83rem;line-height:1.55;color:var(--bpt-muted)}
.bpt-support-who{margin:0;font-size:.8rem;color:#374151}
.bpt-support-who span{color:var(--bpt-muted)}
.bpt-support-btn{
  flex:none;
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:13px 22px;
  border-radius:14px;
  background:#25D366;
  color:#fff!important;
  font-size:.88rem;
  font-weight:700;
  text-decoration:none;
  box-shadow:0 10px 24px rgba(37,211,102,.3);
  transition:background .16s ease,transform .16s ease;
}
.bpt-support-btn:hover{background:#1eb955;color:#fff;transform:translateY(-2px)}
.bpt-support-btn:focus-visible{outline:3px solid #128C7E;outline-offset:2px}
.bpt-support-btn svg{width:19px;height:19px;flex:none}

/* ── Modal ── */
.bpt-modal{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;padding:16px;font-family:'Poppins',system-ui,sans-serif}
.bpt-modal[hidden]{display:none}
.bpt-modal-backdrop{position:absolute;inset:0;background:rgba(8,12,20,.82);backdrop-filter:blur(3px)}
.bpt-modal-box{
  position:relative;
  width:100%;
  max-width:900px;
  background:#0f1420;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 30px 80px rgba(0,0,0,.6);
}
.bpt-modal-top{
  display:flex;align-items:center;justify-content:space-between;gap:14px;
  padding:14px 16px;
}
.bpt-modal-title{
  margin:0;font-size:.95rem;font-weight:700;color:#fff;line-height:1.35;
}
.bpt-modal-close{
  flex:none;width:34px;height:34px;border-radius:50%;
  border:0;background:rgba(255,255,255,.12);color:#fff;
  font-size:1.35rem;line-height:1;cursor:pointer;
  display:grid;place-items:center;
}
.bpt-modal-close:hover{background:rgba(255,255,255,.22)}
.bpt-modal-close:focus-visible{outline:3px solid var(--bpt-accent,#F59E0B);outline-offset:2px}
.bpt-modal-player{position:relative;width:100%;aspect-ratio:16/9;background:#000}
.bpt-modal-player iframe,.bpt-modal-player video{position:absolute;inset:0;width:100%;height:100%;border:0;display:block}
.bpt-modal-foot{
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  padding:14px 16px;
}
.bpt-share--modal{
  background:rgba(255,255,255,.1);
  border-color:rgba(255,255,255,.18);
  color:#fff;
}
.bpt-share--modal:hover{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.35);color:#fff}
.bpt-modal-help{
  color:#9ca3af;font-size:.82rem;text-decoration:none;border-bottom:1px solid rgba(156,163,175,.45);
}
.bpt-modal-help:hover{color:#fff;border-bottom-color:#fff}

/* ── Toast ── */
.bpt-toast{
  position:fixed;left:50%;bottom:26px;transform:translateX(-50%);
  z-index:100000;
  background:#111827;color:#fff;
  padding:12px 20px;border-radius:12px;
  font-family:'Poppins',system-ui,sans-serif;font-size:.84rem;font-weight:600;
  box-shadow:0 14px 34px rgba(0,0,0,.35);
  animation:bptToast .22s ease;
}
.bpt-toast[hidden]{display:none}
@keyframes bptToast{from{opacity:0;transform:translate(-50%,10px)}to{opacity:1;transform:translate(-50%,0)}}

/* ── Desktop ── */
@media(min-width:720px){
  .bpt-grid{grid-template-columns:repeat(2,1fr);gap:30px 24px}
  .bpt-head{padding:46px 0 32px}
  .bpt-support{padding:26px 28px;flex-wrap:nowrap}
}
@media(min-width:1040px){
  .bpt-grid{grid-template-columns:repeat(3,1fr)}
}

@media(prefers-reduced-motion:reduce){
  .bpt-thumb,.bpt-play,.bpt-support-btn,.bpt-toast{transition:none!important;animation:none!important}
  .bpt-thumb:hover{transform:none}
}
