/* ══════════════════════════════════════════════
   WEN TECH Home CSS v3.1.0
   Tèm nwa — Tipografi klasik — Animasyon
   Fonts: Syne + DM Sans
══════════════════════════════════════════════ */
@import url('https://fonts.googleapis.com/css2?family=Syne:wght@700;800;900&family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700;9..40,800&display=swap');

/* ── RESET ── */
body.wt-homepage,
body.wt-homepage * { box-sizing: border-box; }
body.wt-homepage {
  font-family: 'DM Sans', system-ui, sans-serif;
  background: #070b13;
  color: #dde4ee;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  margin: 0; padding: 0;
}
body.wt-homepage ::-webkit-scrollbar { width: 4px; }
body.wt-homepage ::-webkit-scrollbar-track { background: #070b13; }
body.wt-homepage ::-webkit-scrollbar-thumb { background: #0057ff; border-radius: 3px; }

/* ══════════════════════════════════════════════
   ANIMASYON — hero (chaje) + scroll
══════════════════════════════════════════════ */
@keyframes wtFadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0);    }
}
@keyframes wtFadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes wtSlideRight {
  from { opacity: 0; transform: translateX(-18px); }
  to   { opacity: 1; transform: translateX(0);     }
}
@keyframes wtPop {
  0%   { opacity: 0; transform: scale(.92) translateY(14px); }
  70%  { transform: scale(1.02) translateY(-2px); }
  100% { opacity: 1; transform: scale(1)  translateY(0); }
}

/* Hero load sequence */
.wt-anim {
  opacity: 0;
  animation: wtFadeUp .65s cubic-bezier(.22,.68,0,1.2) forwards;
}
.wt-anim[data-delay="0"] { animation-delay: .10s; }
.wt-anim[data-delay="1"] { animation-delay: .26s; }
.wt-anim[data-delay="2"] { animation-delay: .42s; }
.wt-anim[data-delay="3"] { animation-delay: .58s; }
.wt-anim[data-delay="4"] { animation-delay: .72s; }
.wt-anim[data-delay="5"] { animation-delay: .85s; }

/* Scroll animations */
.wt-scroll-anim {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .55s ease, transform .55s cubic-bezier(.22,.68,0,1.1);
}
.wt-scroll-anim.wt-visible {
  opacity: 1;
  transform: translateY(0);
}
.bp-card.wt-scroll-anim {
  transition-delay: var(--delay, 0s);
}
.bp-sec-header.wt-scroll-anim {
  transition-property: opacity, transform;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(.22,.68,0,1.1);
}

/* ══════════════════════════════════════════════
   HEADER
══════════════════════════════════════════════ */
#bp-header {
  position: fixed !important;
  top: 0 !important; left: 0 !important; right: 0 !important;
  height: 56px !important;
  background: rgba(5,8,16,.97) !important;
  border-bottom: 1px solid rgba(255,255,255,.07) !important;
  box-shadow: 0 1px 20px rgba(0,0,0,.45) !important;
  backdrop-filter: blur(24px) !important;
  -webkit-backdrop-filter: blur(24px) !important;
  z-index: 99999 !important;
}
#bp-header .bp-hx {
  display: flex !important; align-items: center !important;
  justify-content: space-between !important; gap: 16px !important;
  height: 56px !important; max-width: 1200px !important;
  margin: 0 auto !important; padding: 0 18px !important;
}
#bp-header .bp-logo {
  display: flex !important; align-items: center !important;
  gap: 8px !important; text-decoration: none !important; flex-shrink: 0 !important;
}
#bp-header .bp-logo img { height: 26px !important; width: auto !important; object-fit: contain !important; display: block !important; }

.wt-logo-wrap { display: flex !important; flex-direction: column !important; gap: 2px !important; line-height: 1 !important; }
.wt-logo-name {
  font-family: 'Syne', sans-serif !important;
  font-size: .78rem !important; font-weight: 900 !important;
  color: #fff !important; letter-spacing: .06em !important;
  text-transform: uppercase !important; white-space: nowrap !important; line-height: 1 !important;
}
.wt-logo-name em { font-style: normal !important; color: #0057ff !important; }
.wt-logo-desc {
  font-size: .57rem !important; font-weight: 500 !important;
  color: #3d5268 !important; letter-spacing: .07em !important;
  text-transform: uppercase !important; white-space: nowrap !important;
  font-family: 'DM Sans', sans-serif !important;
}

#bp-header .bp-nav { display: flex !important; align-items: center !important; gap: 2px !important; flex: 1 !important; justify-content: center !important; }
#bp-header .bp-nl {
  font-family: 'DM Sans', sans-serif !important; font-size: .8rem !important; font-weight: 500 !important;
  color: #5a7489 !important; text-decoration: none !important; padding: 5px 11px !important;
  border-radius: 7px !important; white-space: nowrap !important; transition: all .15s !important;
}
#bp-header .bp-nl:hover { background: rgba(0,87,255,.09) !important; color: #c8d8e8 !important; }

#bp-header .bp-ha { display: flex !important; align-items: center !important; gap: 6px !important; flex-shrink: 0 !important; }
#bp-header .bp-icon {
  position: relative !important; display: flex !important; align-items: center !important;
  justify-content: center !important; width: 34px !important; height: 34px !important;
  border: 1px solid rgba(255,255,255,.09) !important; border-radius: 8px !important;
  color: #6a8494 !important; text-decoration: none !important; background: rgba(255,255,255,.03) !important;
  transition: all .15s !important; flex-shrink: 0 !important;
}
#bp-header .bp-icon:hover { border-color: rgba(0,87,255,.45) !important; color: #2979ff !important; background: rgba(0,87,255,.07) !important; }
#bp-header .bp-icon svg { display: block !important; width: 17px !important; height: 17px !important; }
#bp-header .bp-badge {
  position: absolute !important; top: -4px !important; right: -4px !important;
  background: #0057ff !important; color: #fff !important; font-size: .5rem !important;
  font-weight: 800 !important; min-width: 14px !important; height: 14px !important;
  padding: 0 3px !important; border-radius: 999px !important; display: flex !important;
  align-items: center !important; justify-content: center !important; border: 1.5px solid #060a12 !important;
}
#bp-header .bp-user {
  display: flex !important; align-items: center !important; justify-content: center !important;
  width: 32px !important; height: 32px !important; background: #0057ff !important; color: #fff !important;
  border-radius: 50% !important; font-weight: 800 !important; font-size: .74rem !important;
  text-decoration: none !important; flex-shrink: 0 !important; cursor: default !important;
  user-select: none !important; -webkit-user-select: none !important;
  pointer-events: none !important;
}
#bp-header #bp-hbg {
  display: none !important; flex-direction: column !important; justify-content: center !important;
  align-items: center !important; gap: 4px !important; width: 34px !important; height: 34px !important;
  background: rgba(255,255,255,.05) !important; border: 1px solid rgba(255,255,255,.09) !important;
  border-radius: 8px !important; cursor: pointer !important; padding: 0 !important; flex-shrink: 0 !important;
}
#bp-header #bp-hbg span { display: block !important; width: 15px !important; height: 1.5px !important; background: #a0b4c2 !important; border-radius: 2px !important; transition: all .24s !important; }
#bp-header #bp-hbg.open span:nth-child(1) { transform: translateY(5.5px) rotate(45deg) !important; }
#bp-header #bp-hbg.open span:nth-child(2) { opacity: 0 !important; }
#bp-header #bp-hbg.open span:nth-child(3) { transform: translateY(-5.5px) rotate(-45deg) !important; }
.bp-header-spacer { height: 56px !important; display: block !important; }

/* ══════════════════════════════════════════════
   DRAWER MOBIL
══════════════════════════════════════════════ */
#bp-drawer {
  position: fixed !important; top: 0 !important; right: 0 !important; bottom: 0 !important;
  width: min(320px,82vw) !important; background: #0c1422 !important;
  z-index: 100000 !important; transform: translateX(110%) !important;
  transition: transform .3s cubic-bezier(.4,0,.2,1) !important;
  box-shadow: -4px 0 32px rgba(0,0,0,.6) !important;
  border-left: 1px solid rgba(255,255,255,.08) !important;
  display: flex !important; flex-direction: column !important; overflow: hidden !important;
}
#bp-drawer.open { transform: translateX(0) !important; }
.bp-dw { display: flex !important; flex-direction: column !important; height: 100% !important; overflow-y: auto !important; }
.bp-dw-top {
  display: flex !important; align-items: center !important; justify-content: space-between !important;
  padding: 18px 20px 14px !important; border-bottom: 1px solid rgba(255,255,255,.07) !important; flex-shrink: 0 !important;
}
.bp-dw-top button {
  width: 32px !important; height: 32px !important; border-radius: 50% !important;
  background: rgba(255,255,255,.09) !important; border: none !important;
  color: #c0cdd8 !important; font-size: 1rem !important; cursor: pointer !important;
  display: flex !important; align-items: center !important; justify-content: center !important;
}
.bp-dw nav { flex: 1 !important; padding: 8px 0 !important; overflow-y: auto !important; }
.bp-dl {
  display: flex !important; align-items: center !important; padding: 15px 22px !important;
  text-decoration: none !important; color: #b8c8d8 !important;
  font-size: .93rem !important; font-weight: 600 !important;
  font-family: 'DM Sans', sans-serif !important; border-bottom: 1px solid rgba(255,255,255,.05) !important;
  transition: all .16s !important;
}
.bp-dl:hover { background: rgba(0,87,255,.1) !important; color: #fff !important; padding-left: 28px !important; }
.bp-drawer-cta { padding: 16px 20px 24px !important; border-top: 1px solid rgba(255,255,255,.07) !important; }
.bp-cta-btn {
  display: block !important; text-align: center !important; padding: 14px 20px !important;
  background: #0057ff !important; color: #fff !important; border-radius: 12px !important;
  font-family: 'DM Sans', sans-serif !important; font-size: .93rem !important; font-weight: 700 !important;
  text-decoration: none !important; transition: background .18s !important;
  box-shadow: 0 4px 16px rgba(0,87,255,.35) !important;
}
.bp-cta-btn:hover { background: #0044dd !important; color: #fff !important; }
#bp-back {
  position: fixed !important; inset: 0 !important; background: rgba(0,0,0,.65) !important;
  backdrop-filter: blur(3px) !important; z-index: 99998 !important;
  opacity: 0 !important; pointer-events: none !important; transition: opacity .28s !important;
}
#bp-back.open { opacity: 1 !important; pointer-events: auto !important; }

/* ══════════════════════════════════════════════
   HERO — tipografi klasik
══════════════════════════════════════════════ */
body.wt-homepage #bp-main { padding-top: 64px !important; position: relative !important; z-index: 1 !important; }

.wt-hero {
  position: relative; background: #070b13;
  padding: 44px 0 38px; overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,.05);
}
.wt-hero-glow { position: absolute; border-radius: 50%; pointer-events: none; filter: blur(100px); }
.wt-hero-glow-1 { width: 500px; height: 500px; background: radial-gradient(circle, rgba(0,87,255,.15), transparent 70%); top: -160px; right: -100px; }
.wt-hero-glow-2 { width: 300px; height: 300px; background: radial-gradient(circle, rgba(0,87,255,.08), transparent 70%); bottom: -80px; left: -60px; }
.wt-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; position: relative; z-index: 1; }

/* Eyebrow */
.wt-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 14px; border-radius: 999px;
  background: rgba(0,87,255,.10); border: 1px solid rgba(0,87,255,.22);
  font-size: 11px; font-weight: 700; color: #6ea8ff;
  letter-spacing: .07em; text-transform: uppercase; margin-bottom: 18px;
  font-family: 'DM Sans', sans-serif;
}
.wt-eyebrow-dot {
  width: 6px; height: 6px; border-radius: 50%; background: #0057ff;
  animation: wtpulse 2s infinite; box-shadow: 0 0 8px rgba(0,87,255,.7);
  flex-shrink: 0;
}
@keyframes wtpulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.4;transform:scale(1.5)} }

/* H1 — tipografi klasik, serif-bold DM Sans */
.wt-hero-h1 {
  font-family: 'DM Sans', sans-serif;
  font-size: clamp(32px, 8vw, 60px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.03em;
  margin: 0 0 16px;
  /* Efè remplissage — tèks ranpli ak blan soti gòch a dwat */
  background: linear-gradient(90deg, #ffffff 50%, rgba(255,255,255,.14) 50%);
  background-size: 220% 100%;
  background-position: 100% 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: wtFill 1.6s cubic-bezier(.22,.61,.36,1) .2s forwards;
}
.wt-hero-h1 span {
  display: block;
  font-style: italic;
  letter-spacing: -.04em;
  /* Liy ble a — ranpli ak bleu soti gòch a dwat, yon ti jan apre */
  background: linear-gradient(90deg, #2979ff 50%, rgba(41,121,255,.16) 50%);
  background-size: 220% 100%;
  background-position: 100% 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: wtFill 1.6s cubic-bezier(.22,.61,.36,1) .7s forwards;
}

/* Animasyon remplissage */
@keyframes wtFill {
  to { background-position: 0 0; }
}

/* Sou-tit */
.wt-hero-sub {
  font-size: 15px; color: #7a96aa; line-height: 1.75;
  max-width: 520px; margin: 0 0 26px; font-weight: 400;
}

/* Stats */
.wt-hero-stats { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.wt-hstat {
  display: inline-flex; align-items: center; gap: 7px; padding: 8px 16px;
  border-radius: 999px; background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.09);
  font-size: 13px; font-weight: 600; color: #8fb8cc;
  font-family: 'DM Sans', sans-serif; white-space: nowrap;
  transition: all .2s;
}
.wt-hstat:hover {
  background: rgba(0,87,255,.10);
  border-color: rgba(0,87,255,.3);
  color: #a8d0ff;
  transform: translateY(-1px);
}
.wt-hstat-ico { font-size: 15px; flex-shrink: 0; line-height: 1; }

/* ══════════════════════════════════════════════
   BAR RECHÈCH
══════════════════════════════════════════════ */
body.wt-homepage .bp-hero-search {
  background: #0b1120 !important; border-bottom: 1px solid rgba(255,255,255,.05) !important;
  padding: 10px 16px !important; position: relative; z-index: 1;
}
body.wt-homepage .bp-hs-box {
  max-width: 1200px !important; margin: 0 auto !important; height: 46px !important;
  background: rgba(255,255,255,.04) !important; border: 1.5px solid rgba(255,255,255,.10) !important;
  border-radius: 10px !important; display: flex !important; align-items: center !important;
  padding: 0 14px !important; gap: 10px !important; position: relative !important;
  transition: border-color .2s, box-shadow .2s !important;
}
body.wt-homepage .bp-hs-box:focus-within { border-color: #0057ff !important; box-shadow: 0 0 0 3px rgba(0,87,255,.14) !important; }
body.wt-homepage .bp-hs-ico { color: #4a5a6e !important; flex-shrink: 0 !important; }
body.wt-homepage input.bp-hs-input,
body.wt-homepage .bp-hs-input {
  all: unset !important; flex: 1 !important; min-width: 0 !important;
  font-family: 'DM Sans', sans-serif !important; font-size: .9rem !important;
  color: #e0e8f0 !important; cursor: text !important;
}
body.wt-homepage input.bp-hs-input::placeholder,
body.wt-homepage .bp-hs-input::placeholder { color: #4a5a6e !important; }
body.wt-homepage .bp-hs-clear {
  background: rgba(255,255,255,.07) !important; color: #8fa8ba !important; border: none !important;
  width: 28px !important; height: 28px !important; border-radius: 50% !important; cursor: pointer !important;
  display: flex !important; align-items: center !important; justify-content: center !important;
  font-size: 16px !important; flex-shrink: 0 !important;
}
body.wt-homepage .bp-hs-clear:hover { background: #0057ff !important; color: #fff !important; }
body.wt-homepage .bp-hs-results {
  position: absolute !important; top: calc(100% + 6px) !important; left: 0 !important; right: 0 !important;
  background: #0c1422 !important; border: 1.5px solid rgba(255,255,255,.10) !important;
  border-radius: 10px !important; box-shadow: 0 8px 32px rgba(0,0,0,.5) !important;
  z-index: 9998 !important; overflow: hidden !important; max-height: 340px !important; overflow-y: auto !important;
}
body.wt-homepage .bp-hs-results[hidden] { display: none !important; }
body.wt-homepage .bp-hs-item {
  display: flex !important; align-items: center !important; gap: 12px !important;
  padding: 10px 14px !important; text-decoration: none !important; color: #dde4ee !important;
  transition: background .14s !important; border-bottom: 1px solid rgba(255,255,255,.05) !important;
}
body.wt-homepage .bp-hs-item:hover { background: rgba(0,87,255,.1) !important; }
body.wt-homepage .bp-hs-name  { font-size: .85rem !important; font-weight: 700 !important; color: #fff !important; }
body.wt-homepage .bp-hs-sub   { font-size: .73rem !important; color: #4a5a6e !important; }
body.wt-homepage .bp-hs-tag   { background: rgba(255,255,255,.07) !important; color: #8fa8ba !important; font-size: .65rem !important; font-weight: 700 !important; padding: 3px 8px !important; border-radius: 999px !important; }
body.wt-homepage .bp-hs-none,
body.wt-homepage .bp-hs-loading { color: #4a5a6e !important; text-align: center !important; padding: 16px !important; font-size: .85rem !important; }
body.wt-homepage .bp-hs-thumb { width: 42px !important; height: 32px !important; object-fit: cover !important; border-radius: 6px !important; flex-shrink: 0 !important; }
body.wt-homepage .bp-hs-thumb-icon { width: 42px !important; height: 32px !important; display: flex !important; align-items: center !important; justify-content: center !important; background: rgba(255,255,255,.05) !important; border-radius: 6px !important; flex-shrink: 0 !important; color: #4a5a6e !important; font-size: 1rem !important; }
body.wt-homepage .bp-hs-text { flex: 1 !important; min-width: 0 !important; }
body.wt-homepage .bp-hs-row  { display: flex !important; align-items: center !important; justify-content: space-between !important; gap: 10px !important; }

/* ══════════════════════════════════════════════
   TABS NAVIGASYON — style Boutik Pam, santi
══════════════════════════════════════════════ */
.wt-tabs-wrap {
  background: #070b13;
  border-bottom: 1px solid rgba(255,255,255,.07);
  position: sticky;
  top: 56px;
  z-index: 100;
}
.wt-tabs {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 14px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  gap: 0;
}
.wt-tabs::-webkit-scrollbar { display: none; }

.wt-tab {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 14px 16px 13px;
  background: none;
  border: none;
  border-bottom: 2.5px solid transparent;
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  font-size: .83rem;
  font-weight: 600;
  color: #4a6278;
  white-space: nowrap;
  transition: color .2s, border-color .2s;
  flex-shrink: 0;
  position: relative;
  bottom: -1px;
  letter-spacing: .01em;
}
.wt-tab-ico { font-size: 1rem; line-height: 1; }
.wt-tab:hover { color: #8fb8d0; }
.wt-tab.active {
  color: #2979ff;
  border-bottom-color: #2979ff;
}

/* ══════════════════════════════════════════════
   SEKSYON & GRIY
══════════════════════════════════════════════ */
body.wt-homepage .bp-shop {
  max-width: 1200px !important; margin: 0 auto !important;
  padding: 20px 14px 64px !important; position: relative; z-index: 1;
}
body.wt-homepage .bp-sec { margin-bottom: 40px !important; }
body.wt-homepage .bp-sec.hidden { display: none !important; }

/* Header seksyon */
body.wt-homepage .bp-sec-header {
  display: flex !important; align-items: center !important;
  gap: 10px !important; margin-bottom: 14px !important;
  padding: 6px 0 6px 14px !important;
  border-left: 3px solid #0057ff !important;
}
body.wt-homepage .bp-sec-title {
  font-family: 'DM Sans', sans-serif !important;
  font-size: .88rem !important; font-weight: 800 !important;
  color: #2979ff !important; text-transform: uppercase !important;
  letter-spacing: .09em !important; margin: 0 !important; white-space: nowrap !important;
}
body.wt-homepage .bp-sec-line {
  flex: 1 !important; height: 1px !important;
  background: rgba(255,255,255,.06) !important;
}
body.wt-homepage .bp-sec-count {
  font-family: 'DM Sans', sans-serif;
  font-size: .72rem; font-weight: 700;
  color: #4a6278;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  padding: 3px 10px; border-radius: 999px;
  flex-shrink: 0; white-space: nowrap;
}

/* Griy */
body.wt-homepage .bp-grid {
  display: grid !important; grid-template-columns: repeat(2,1fr) !important; gap: 10px !important;
}
@media(min-width:480px)  { body.wt-homepage .bp-grid { grid-template-columns: repeat(3,1fr) !important; } }
@media(min-width:768px)  { body.wt-homepage .bp-grid { grid-template-columns: repeat(4,1fr) !important; } }
@media(min-width:1024px) { body.wt-homepage .bp-grid { grid-template-columns: repeat(5,1fr) !important; } }

/* Kat pwodui */
body.wt-homepage .bp-card {
  background: #101828 !important; border-radius: 14px !important; overflow: hidden !important;
  border: 1.5px solid rgba(255,255,255,.06) !important;
  transition: transform .25s cubic-bezier(.22,.68,0,1.2), border-color .22s, box-shadow .22s !important;
  position: relative !important;
}
body.wt-homepage .bp-card:hover {
  transform: translateY(-5px) !important;
  border-color: rgba(0,87,255,.4) !important;
  box-shadow: 0 14px 36px rgba(0,0,0,.4), 0 0 0 0 transparent !important;
}
body.wt-homepage .bp-card-img {
  width: 100% !important; aspect-ratio: 4/3 !important; overflow: hidden !important; background: #0c1422 !important;
}
body.wt-homepage .bp-card-img img {
  width: 100% !important; height: 100% !important; display: block !important;
  transition: transform .4s ease !important;
}
body.wt-homepage .bp-card:hover .bp-card-img img { transform: scale(1.06) !important; }
body.wt-homepage .bp-card-body {
  padding: 10px 10px 12px !important; text-align: center !important; background: #101828 !important;
}
body.wt-homepage .bp-card-name {
  font-family: 'DM Sans', sans-serif !important; font-size: .8rem !important;
  font-weight: 700 !important; color: #e0e8f0 !important;
  margin: 0 0 9px !important; line-height: 1.35 !important;
  text-transform: none !important; letter-spacing: .01em !important;
}
body.wt-homepage .bp-voir {
  display: block !important; width: 100% !important; padding: 9px 0 !important;
  background: rgba(0,87,255,.10) !important; color: #4d8fff !important;
  font-family: 'DM Sans', sans-serif !important; font-size: .76rem !important;
  font-weight: 700 !important; letter-spacing: .04em !important; text-transform: uppercase !important;
  border: 1px solid rgba(0,87,255,.20) !important; border-radius: 8px !important;
  text-decoration: none !important; text-align: center !important;
  transition: background .2s, color .2s, border-color .2s, box-shadow .2s, transform .15s !important;
}
body.wt-homepage .bp-voir:hover {
  background: #0057ff !important; color: #fff !important;
  border-color: #0057ff !important; box-shadow: 0 4px 16px rgba(0,87,255,.3) !important;
  transform: translateY(-1px) !important;
}

/* Mesaj vid */
body.wt-homepage .wt-msg {
  text-align: center; padding: 60px 20px;
  font-family: 'DM Sans', sans-serif; color: #4a5a6e;
}
body.wt-homepage .wt-msg strong { color: #8fa8ba; }

/* ══════════════════════════════════════════════
   FOOTER
══════════════════════════════════════════════ */
#wt-footer {
  background: #050810 !important; border-top: 1px solid rgba(255,255,255,.06) !important;
  margin-top: 40px !important; position: relative !important; z-index: 1 !important;
  display: block !important; width: 100% !important; overflow: hidden !important;
}

/* ══════════════════════════════════════════════
   RESPONSIV MOBIL
══════════════════════════════════════════════ */
@media(max-width:768px) {
  #bp-header .bp-nav { display: none !important; visibility: hidden !important; width: 0 !important; overflow: hidden !important; }
  #bp-header #bp-hbg { display: flex !important; }
  body.wt-homepage .bp-shop { padding: 14px 10px 50px !important; }
  body.wt-homepage .bp-hero-search { padding: 10px 12px !important; }
  .wt-hero { padding: 32px 0 28px; }
  .wt-hero-h1 { font-size: clamp(28px, 9vw, 38px); }
  .wt-hero-sub { font-size: 14px; }
  .wt-tab { padding: 12px 12px 11px; font-size: .79rem; gap: 5px; }
}
@media(min-width:769px) {
  #bp-header .bp-nav { display: flex !important; }
  #bp-header #bp-hbg { display: none !important; }
}

/* bp-cta-btn kòm bouton (pou popup login) */
button.bp-cta-btn {
  display: block !important;
  text-align: center !important;
  padding: 13px !important;
  background: #0057ff !important;
  color: #ffffff !important;
  border-radius: 10px !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: .95rem !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  transition: background .18s !important;
  box-shadow: 0 4px 16px rgba(0,87,255,.35) !important;
  border: none !important;
  cursor: pointer !important;
  width: 100% !important;
}
button.bp-cta-btn:hover { background: #2979ff !important; }

/* Ikòn kont kòm bouton */
button.bp-icon {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 32px !important;
  height: 32px !important;
  border: 1px solid rgba(255,255,255,.09) !important;
  border-radius: 7px !important;
  color: #6a8494 !important;
  background: rgba(255,255,255,.03) !important;
  transition: all .15s !important;
  flex-shrink: 0 !important;
}
button.bp-icon:hover {
  border-color: rgba(0,87,255,.45) !important;
  color: #2979ff !important;
  background: rgba(0,87,255,.07) !important;
}
button.bp-icon svg { display: block !important; width: 16px !important; height: 16px !important; }

/* ── Bouton Dekonekte — drawer ── */
.bp-drawer-cta .bp-logout-btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  width: 100% !important;
  padding: 13px !important;
  background: rgba(255,77,109,.1) !important;
  border: 1px solid rgba(255,77,109,.25) !important;
  border-radius: 10px !important;
  color: #ff4d6d !important;
  font-size: .92rem !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: background .18s, border-color .18s !important;
  box-sizing: border-box !important;
}
.bp-drawer-cta .bp-logout-btn:hover {
  background: rgba(255,77,109,.18) !important;
  border-color: rgba(255,77,109,.45) !important;
  color: #ff4d6d !important;
}
.bp-drawer-cta .bp-logout-btn svg {
  display: block !important;
  flex-shrink: 0 !important;
}

/* Sou-tit parèt APRÈ remplissage tit la fini (~2.4s) */
.wt-sub-after {
  opacity: 0;
  transform: translateY(8px);
  animation: wtSubAfter .7s ease forwards;
  animation-delay: 2.4s;
}
@keyframes wtSubAfter {
  to { opacity: 1; transform: translateY(0); }
}
