/* ══════════════════════════════════════════════
   WEN TECH Home CSS v2.1.0
   Dark theme — surcharge BP Card
   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&display=swap');

/* ── RESET COMPLET SUR HOMEPAGE ── */
body.wt-homepage,
body.wt-homepage * {
  box-sizing: border-box;
}
body.wt-homepage {
  font-family: 'DM Sans', system-ui, sans-serif;
  background: #080c14;
  color: #e8edf5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

/* Grid bg */
body.wt-homepage::after {
  content: '';
  position: fixed; inset: 0;
  background-image:
    linear-gradient(rgba(0,87,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,87,255,.03) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
  z-index: 0;
}

/* Scrollbar */
body.wt-homepage ::-webkit-scrollbar { width: 5px; }
body.wt-homepage ::-webkit-scrollbar-track { background: #080c14; }
body.wt-homepage ::-webkit-scrollbar-thumb { background: #0057ff; border-radius: 3px; }

/* ══════════════════════════════════════════════
   HEADER — GLOBAL
   58px compact, logo + slogan, nav centré
══════════════════════════════════════════════ */

#bp-header {
  position: fixed !important;
  top: 0 !important; left: 0 !important; right: 0 !important;
  height: 56px !important;
  background: rgba(6,10,18,.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;
}

/* ── LOGO ── */
#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;
}

/* Logo texte : nom + slogan */
.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: #ffffff !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: .58rem !important;
  font-weight: 400 !important;
  color: #3d5268 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  font-family: 'DM Sans', sans-serif !important;
}

/* ── NAV DESKTOP ── */
#bp-header .bp-nav {
  display: flex !important;
  align-items: center !important;
  gap: 1px !important;
  flex: 1 !important;
  justify-content: center !important;
}
#bp-header .bp-nl {
  font-family: 'DM Sans', sans-serif !important;
  font-size: .78rem !important;
  font-weight: 500 !important;
  color: #5a7489 !important;
  text-decoration: none !important;
  padding: 5px 10px !important;
  border-radius: 6px !important;
  white-space: nowrap !important;
  transition: all .15s !important;
  letter-spacing: .01em !important;
}
#bp-header .bp-nl:hover {
  background: rgba(0,87,255,.09) !important;
  color: #c8d8e8 !important;
}

/* ── ACTIONS DROITE ── */
#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: 32px !important; height: 32px !important;
  border: 1px solid rgba(255,255,255,.09) !important;
  border-radius: 7px !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: 16px !important; height: 16px !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: 30px !important; height: 30px !important;
  background: #0057ff !important;
  color: #fff !important;
  border-radius: 50% !important;
  font-weight: 800 !important;
  font-size: .72rem !important;
  text-decoration: none !important;
  flex-shrink: 0 !important;
}

/* Hamburger — desktop: kache, mobile: flex */
#bp-header #bp-hbg {
  display: none !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 4px !important;
  width: 32px !important; height: 32px !important;
  background: rgba(255,255,255,.05) !important;
  border: 1px solid rgba(255,255,255,.09) !important;
  border-radius: 7px !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 MOBILE — menm jan BP Card
   Slide depi DWAT, pran ~80% largè, full height
══════════════════════════════════════════════ */

#bp-drawer {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: min(320px, 82vw) !important;
  background: #0d1525 !important;
  z-index: 100000 !important;
  transform: translateX(110%) !important;   /* FERMÉ par défaut */
  transition: transform .30s 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;
}

/* Contenu drawer */
.bp-dw {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
}

/* Top : logo + X */
.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;
  transition: background .15s !important;
}
.bp-dw-top button:hover {
  background: rgba(0,87,255,.2) !important;
  color: #fff !important;
}

/* Nav items */
.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: #c0cdd8 !important;
  font-size: .95rem !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;
  letter-spacing: .01em !important;
}
.bp-dl:hover,
.bp-dl:active {
  background: rgba(0,87,255,.1) !important;
  color: #ffffff !important;
  padding-left: 28px !important;
}
.bp-dl:last-child {
  border-bottom: none !important;
}

/* CTA en bas */
.bp-drawer-cta {
  padding: 16px 20px 24px !important;
  flex-shrink: 0 !important;
  border-top: 1px solid rgba(255,255,255,.07) !important;
}
.bp-cta-btn {
  display: block !important;
  text-align: center !important;
  padding: 15px 20px !important;
  background: #0057ff !important;
  color: #ffffff !important;
  border-radius: 12px !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;
}
.bp-cta-btn:hover {
  background: #0044dd !important;
  color: #fff !important;
}

/* Backdrop sombre */
#bp-back {
  position: fixed !important;
  inset: 0 !important;
  background: rgba(0,0,0,.65) !important;
  backdrop-filter: blur(3px) !important;
  -webkit-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;
}

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

/* ══════════════════════════════════════════════
   HERO
══════════════════════════════════════════════ */
.wt-hero {
  position: relative;
  background: #080c14;
  padding: 48px 0 40px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.wt-hero-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(90px);
}
.wt-hero-glow-1 {
  width: 480px; height: 480px;
  background: radial-gradient(circle, rgba(0,87,255,.18), transparent 70%);
  top: -150px; right: -80px;
}
.wt-hero-glow-2 {
  width: 320px; height: 320px;
  background: radial-gradient(circle, rgba(0,87,255,.10), transparent 70%);
  bottom: -80px; left: -50px;
}

.wt-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 18px;
  position: relative;
  z-index: 1;
}

/* Eyebrow */
.wt-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(0,87,255,.12);
  border: 1px solid rgba(0,87,255,.28);
  font-size: 11px;
  font-weight: 600;
  color: #7eb3ff;
  letter-spacing: .07em;
  text-transform: uppercase;
  margin-bottom: 20px;
  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: .45; transform: scale(1.5); }
}

/* Titre */
.wt-hero-h1 {
  font-family: 'Syne', sans-serif;
  font-size: clamp(28px, 6vw, 52px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -.03em;
  color: #ffffff;
  margin: 0 0 16px;
}
.wt-hero-h1 span {
  color: #2979ff;
  text-shadow: 0 0 40px rgba(0,87,255,.4);
}

/* Sous-titre */
.wt-hero-sub {
  font-size: 15px;
  color: #8fa8ba;
  line-height: 1.72;
  max-width: 540px;
  margin: 0 0 26px;
  font-weight: 400;
}

/* Stats */
.wt-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
}
.wt-hstat {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.09);
  font-size: 12px;
  font-weight: 600;
  color: #8fa8ba;
  font-family: 'DM Sans', sans-serif;
  white-space: nowrap;
}
.wt-hstat-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
}

/* ══════════════════════════════════════════════
   BARRE RECHERCHE — dark
══════════════════════════════════════════════ */
body.wt-homepage .bp-hero-search {
  background: #0d1525 !important;
  border-bottom: 1px solid rgba(255,255,255,.06) !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;
}
body.wt-homepage .bp-hs-box:focus-within {
  border-color: #0057ff !important;
  box-shadow: 0 0 0 3px rgba(0,87,255,.15) !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: #e8edf5 !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: #0d1525 !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: #e8edf5 !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: .84rem !important; font-weight: 700 !important; color: #ffffff !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: .64rem !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; }

/* ══════════════════════════════════════════════
   SHOP — sections & grille
══════════════════════════════════════════════ */
body.wt-homepage .bp-shop {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 24px 14px 60px !important;
  position: relative;
  z-index: 1;
}

body.wt-homepage .bp-sec { margin-bottom: 44px !important; }

body.wt-homepage .bp-sec-header {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin-bottom: 16px !important;
  padding: 4px 0 4px 12px !important;
  border-left: 3px solid #0057ff !important;
}
body.wt-homepage .bp-sec-title {
  font-family: 'Syne', sans-serif !important;
  font-size: .95rem !important;
  font-weight: 800 !important;
  color: #2979ff !important;
  text-transform: uppercase !important;
  letter-spacing: .10em !important;
  margin: 0 !important;
  white-space: nowrap !important;
}
body.wt-homepage .bp-sec-line {
  flex: 1 !important;
  height: 2px !important;
  background: linear-gradient(90deg, rgba(0,87,255,.4) 0%, transparent 100%) !important;
  border-radius: 2px !important;
  opacity: .5 !important;
}

/* ── GRILLE ── */
body.wt-homepage .bp-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 12px !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; } }

/* ── CARTE ── */
body.wt-homepage .bp-card {
  background: #111b2e !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  box-shadow: 0 2px 12px rgba(0,0,0,.35), 0 0 0 1.5px rgba(255,255,255,.08) !important;
  border: none !important;
  transition: all .24s cubic-bezier(.4,0,.2,1) !important;
  position: relative !important;
}
body.wt-homepage .bp-card::before {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  border-radius: 14px !important;
  border: 2px solid #0057ff !important;
  opacity: 0 !important;
  transition: opacity .24s !important;
  pointer-events: none !important;
  z-index: 1 !important;
}
body.wt-homepage .bp-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 16px 40px rgba(0,0,0,.5), 0 0 24px rgba(0,87,255,.18) !important;
}
body.wt-homepage .bp-card:hover::before { opacity: 1 !important; }

body.wt-homepage .bp-card-img {
  width: 100% !important;
  aspect-ratio: 4/3 !important;
  overflow: hidden !important;
  background: #0d1525 !important;
}
body.wt-homepage .bp-card-img img {
  width: 100% !important; height: 100% !important;
  display: block !important;
  transition: transform .4s ease, filter .3s !important;
}
body.wt-homepage .bp-card:hover .bp-card-img img {
  transform: scale(1.06) !important;
  filter: brightness(1.08) !important;
}

body.wt-homepage .bp-card-body {
  padding: 10px 10px 12px !important;
  text-align: center !important;
  background: #111b2e !important;
}
body.wt-homepage .bp-card-name {
  font-family: 'DM Sans', sans-serif !important;
  font-size: .78rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: .04em !important;
  color: #e8edf5 !important;
  margin: 0 0 9px !important;
  line-height: 1.3 !important;
}

/* Bouton VOIR */
body.wt-homepage .bp-voir {
  display: block !important;
  width: 100% !important;
  padding: 9px 0 !important;
  background: rgba(0,87,255,.12) !important;
  color: #2979ff !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,.22) !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  text-decoration: none !important;
  text-align: center !important;
  transition: background .2s, color .2s, box-shadow .2s, border-color .2s !important;
}
body.wt-homepage .bp-voir:hover {
  background: #0057ff !important;
  color: #ffffff !important;
  border-color: #0057ff !important;
  box-shadow: 0 4px 16px rgba(0,87,255,.35) !important;
}

/* Message vide / BP Card requis */
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; }

/* ══════════════════════════════════════════════
   RESPONSIVE MOBILE
══════════════════════════════════════════════ */
@media(max-width:768px) {
  body.wt-homepage .bp-nav { display: none !important; }
  body.wt-homepage #bp-hbg { display: flex !important; }
  body.wt-homepage .bp-shop { padding: 16px 10px 50px !important; }
  .wt-hero { padding: 36px 0 30px; }
  .wt-hero-h1 { font-size: clamp(24px, 8vw, 34px); }
  .wt-hero-sub { font-size: 14px; }
}
@media(max-width:400px) {
  body.wt-homepage .bp-icon { width: 36px !important; height: 36px !important; }
}




/* ══════════════════════════════════════════════
   RESPONSIVE MOBILE — hamburger + drawer
   Nav kache sou mobil, hamburger vin vizib
══════════════════════════════════════════════ */

/* MOBILE — nav kache, hamburger vizib */
@media(max-width:768px) {
  /* Nav kache nèt */
  #bp-header .bp-nav   { display: none !important; visibility: hidden !important; width: 0 !important; overflow: hidden !important; }

  /* Hamburger vizib */
  #bp-header #bp-hbg   { display: flex !important; }

  /* Homepage adjustments */
  body.wt-homepage .bp-shop          { padding: 16px 10px 50px !important; }
  body.wt-homepage .bp-hero-search   { padding: 10px 12px !important; }
  .wt-hero     { padding: 36px 0 30px; }
  .wt-hero-h1  { font-size: clamp(24px, 8vw, 34px); }
  .wt-hero-sub { font-size: 14px; }
}


/* ══════════════════════════════════════════════
   RESPONSIVE — MOBILE / DESKTOP
══════════════════════════════════════════════ */

/* ── DESKTOP ≥769px ── */
@media(min-width:769px) {
  #bp-header .bp-nav { display: flex !important; }
  #bp-header #bp-hbg { display: none !important; }
}

/* ── MOBILE ≤768px ── */
@media(max-width:768px) {

  /* Kache nav links nèt */
  #bp-header .bp-nav {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
    width: 0 !important;
    overflow: hidden !important;
  }

  /* Montre hamburger */
  #bp-header #bp-hbg {
    display: flex !important;
  }

  /* Ajustements homepage */
  body.wt-homepage .bp-shop        { padding: 16px 10px 50px !important; }
  body.wt-homepage .bp-hero-search { padding: 10px 12px !important; }
  .wt-hero                         { padding: 36px 0 30px; }
  .wt-hero-h1                      { font-size: clamp(24px, 8vw, 34px); }
  .wt-hero-sub                     { font-size: 14px; }
}

/* ══════════════════════════════════════════════
   FOOTER GLOBAL — WEN TECH Dark
══════════════════════════════════════════════ */
#wt-footer {
  background: #060a12 !important;
  border-top: 1px solid rgba(255,255,255,.07) !important;
  margin-top: 40px !important;
  position: relative !important;
  z-index: 1 !important;
  display: block !important;
  width: 100% !important;
  overflow: hidden !important;
}
.wt-ft-inner {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 48px 20px 24px !important;
  display: block !important;
}

/* Grille 4 colonnes — forcer CSS grid */
.wt-ft-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 28px !important;
  margin-bottom: 36px !important;
  width: 100% !important;
}
.wt-ft-col {
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
}
.wt-ft-col-title {
  font-family: 'Syne', sans-serif !important;
  font-size: .82rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  letter-spacing: .07em !important;
  margin: 0 0 12px !important;
  line-height: 1.3 !important;
  display: block !important;
}
.wt-ft-link {
  display: block !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: .82rem !important;
  color: #4a5a6e !important;
  text-decoration: none !important;
  margin-bottom: 8px !important;
  line-height: 1.4 !important;
  transition: color .15s !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.wt-ft-link:hover { color: #8fa8ba !important; }

/* Séparateur */
.wt-ft-sep {
  height: 1px !important;
  background: rgba(255,255,255,.06) !important;
  margin-bottom: 22px !important;
  display: block !important;
}

/* Bas footer */
.wt-ft-bottom {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  flex-wrap: wrap !important;
}

/* Réseaux sociaux — icônes PETITES */
.wt-ft-socials {
  display: flex !important;
  gap: 8px !important;
  align-items: center !important;
  flex-shrink: 0 !important;
}
.wt-ft-soc {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  min-height: 34px !important;
  max-width: 34px !important;
  max-height: 34px !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,.06) !important;
  border: 1px solid rgba(255,255,255,.09) !important;
  color: #4a5a6e !important;
  text-decoration: none !important;
  transition: all .18s !important;
  flex-shrink: 0 !important;
  overflow: hidden !important;
}
/* CRITIQUE : bloquer SVG à l'intérieur */
.wt-ft-soc svg,
.wt-ft-soc svg * {
  width: 15px !important;
  height: 15px !important;
  max-width: 15px !important;
  max-height: 15px !important;
  display: block !important;
  flex-shrink: 0 !important;
  pointer-events: none !important;
}
.wt-ft-soc:hover {
  background: rgba(0,87,255,.15) !important;
  border-color: rgba(0,87,255,.35) !important;
  color: #2979ff !important;
}

/* Copyright */
.wt-ft-copy {
  font-family: 'DM Sans', sans-serif !important;
  font-size: .74rem !important;
  color: #3d4f60 !important;
  margin: 0 !important;
  line-height: 1.5 !important;
}
.wt-ft-copy a {
  color: #0057ff !important;
  text-decoration: none !important;
}

/* RESPONSIVE */
@media(max-width:768px) {
  .wt-ft-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
  }
  .wt-ft-bottom {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }
  .wt-ft-inner { padding: 36px 16px 20px !important; }
}
@media(max-width:380px) {
  .wt-ft-grid { grid-template-columns: 1fr 1fr !important; gap: 16px !important; }
}
