/* =====================================================
   WUShop Homepage v2 — Conversion-Focus Design
   ===================================================== */

/* ===== FONTS ===== */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

/* ===== RESET for homepage ===== */
/* Prevent horizontal scroll / pinch-zoom caused by overflowing elements */
html {
  overflow-x: hidden;
}


.wu-container { max-width: 1440px; margin: 0 auto; padding: 0 40px; }

body.home { background: #F8F9FC; }
body.home .wu-container,
body.home .wu-top-bar,
body.home .wu-hero,
body.home .wu-footer {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* ===== GRADIENT TEXT ===== */
.wu-gradient-text {
  background: linear-gradient(135deg, #4F46E5, #EC4899);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ===== SECTION TITLES ===== */
.wu-section-title {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 24px;
  color: #1E1B4B;
  font-family: 'Inter', sans-serif;
}

/* ===== TOP BAR ===== */
.wu-top-bar {
  background: linear-gradient(135deg, #4F46E5 0%, #7C3AED 50%, #EC4899 100%);
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.3px;
  font-family: 'Inter', sans-serif;
}
.wu-top-bar__dot { opacity: 0.85; margin: 0 12px; }

/* ===== HEADER v2 ===== */
.wu-header {
  background: #fff;
  border-bottom: 1px solid #E5E7EB;
  position: sticky;
  top: 0;
  z-index: 100;
  font-family: 'Inter', sans-serif;
}
.wu-header__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 12px 40px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.wu-logo {
  font-size: 26px;
  font-weight: 800;
  color: #4F46E5;
  flex-shrink: 0;
  letter-spacing: -0.5px;
  text-decoration: none;
}
.wu-logo em { font-style: normal; color: #EC4899; }
.wu-logo:hover { color: #4F46E5; text-decoration: none; }

.wu-catalog-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #4F46E5;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.2s;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
}
.wu-catalog-btn:hover { background: #4338CA; color: #fff; text-decoration: none; }
.wu-catalog-btn svg { width: 18px; height: 18px; }

.wu-search-bar { flex: 1; position: relative; }
.wu-search-bar input {
  width: 100%;
  padding: 11px 20px 11px 44px;
  border: 2px solid #E5E7EB;
  border-radius: 12px;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  outline: none;
  transition: border-color 0.2s;
  background: #F9FAFB;
}
.wu-search-bar input:focus { border-color: #4F46E5; background: #fff; }
.wu-search-bar svg { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); width: 18px; height: 18px; color: #9CA3AF; }

.wu-header-icons { display: flex; gap: 8px; flex-shrink: 0; }
.wu-header-icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  cursor: pointer;
  transition: background 0.2s;
  position: relative;
  color: #4B5563;
  text-decoration: none;
}
.wu-header-icon:hover { background: #F3F4F6; color: #4B5563; text-decoration: none; }
.wu-header-icon svg { width: 22px; height: 22px; }
.wu-header-icon .wu-badge {
  position: absolute;
  top: 4px;
  right: 4px;
  background: #EC4899;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Mobile hamburger */
.wu-mobile-toggle {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: none;
  background: none;
  cursor: pointer;
  border-radius: 12px;
  flex-shrink: 0;
}
.wu-mobile-toggle:hover { background: #F3F4F6; }
.wu-mobile-toggle svg { width: 24px; height: 24px; color: #4B5563; }

/* ===== HERO ===== */
.wu-hero { margin: 24px auto; max-width: 1440px; padding: 0 40px; }
.wu-hero__banner {
  background: linear-gradient(135deg, #EEF2FF 0%, #F5F3FF 40%, #FDF2F8 100%);
  border-radius: 20px;
  padding: 48px 56px;
  display: flex;
  align-items: center;
  gap: 48px;
  position: relative;
  overflow: hidden;
}
.wu-hero__text { flex: 1; z-index: 2; }
.wu-hero__text h1 {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.2;
  color: #1E1B4B;
  margin-bottom: 16px;
  font-family: 'Inter', sans-serif;
}
.wu-hero__text p {
  font-size: 16px;
  color: #6B7280;
  margin-bottom: 28px;
  max-width: 460px;
  font-family: 'Inter', sans-serif;
}
.wu-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #4F46E5, #7C3AED, #EC4899);
  color: #fff;
  padding: 14px 32px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  border: none;
  transition: transform 0.2s, box-shadow 0.2s;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
}
.wu-hero__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(79,70,229,0.3);
  color: #fff;
  text-decoration: none;
}
.wu-hero__comparison {
  flex-shrink: 0;
  display: flex;
  gap: 20px;
  z-index: 2;
  align-items: center;
}
.wu-price-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px 28px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  min-width: 180px;
}
.wu-price-card--wu { border: 2px solid #4F46E5; }
.wu-price-card__label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
  color: #9CA3AF;
}
.wu-price-card--wu .wu-price-card__label { color: #4F46E5; }
.wu-price-card__price { font-size: 32px; font-weight: 800; }
.wu-price-card--wu .wu-price-card__price { color: #4F46E5; }
.wu-price-card--mp .wu-price-card__price { color: #9CA3AF; text-decoration: line-through; }
.wu-price-card__sub { font-size: 12px; color: #9CA3AF; margin-top: 4px; }
.wu-price-card__vs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #4F46E5, #EC4899);
  border-radius: 50%;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  flex-shrink: 0;
}

/* ===== CATEGORIES ===== */
.wu-categories { padding: 32px 0; }
.wu-cat-row {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 8px;
  -webkit-overflow-scrolling: touch;
}
.wu-cat-row::-webkit-scrollbar { display: none; }
.wu-cat-tile {
  flex-shrink: 0;
  background: #fff;
  border-radius: 14px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: all 0.25s;
  border: 1px solid #F3F4F6;
  min-width: 160px;
  text-decoration: none;
  color: inherit;
}
.wu-cat-tile:hover {
  border-color: #4F46E5;
  box-shadow: 0 4px 16px rgba(79,70,229,0.1);
  text-decoration: none;
  color: inherit;
}
.wu-cat-circle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background: #EEF2FF;
  border: 2px solid #E5E7EB;
  transition: border-color 0.25s;
}
.wu-cat-tile:hover .wu-cat-circle { border-color: #4F46E5; }
.wu-cat-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.wu-cat-name { font-size: 13px; font-weight: 600; color: #374151; white-space: nowrap; }
.wu-cat-count { font-size: 11px; color: #9CA3AF; }

/* ===== PRODUCTS GRID ===== */
.wu-products { padding: 40px 0; }
.wu-products-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.wu-product-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s;
  border: 1px solid #F3F4F6;
  position: relative;
  display: flex;
  flex-direction: column;
}
.wu-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.08);
  border-color: transparent;
}
.wu-product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 5;
  display: flex;
  gap: 6px;
}
.wu-product-badge span {
  padding: 4px 10px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 700;
}
.wu-badge-save {
  background: linear-gradient(135deg, #4F46E5, #EC4899);
  color: #fff;
}
.wu-badge-hit { background: #FEF3C7; color: #D97706; }
.wu-product-img-link { display: block; }
.wu-product-img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  display: block;
  background: #F9FAFB;
}
.wu-product-img--placeholder {
  background: linear-gradient(135deg, #F5F3FF, #FDF2F8);
}
.wu-product-info {
  padding: 14px 16px 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.wu-product-name {
  font-size: 13px;
  font-weight: 500;
  color: #374151;
  margin-bottom: 6px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 36px;
  text-decoration: none;
}
.wu-product-name:hover { color: #4F46E5; text-decoration: none; }
.wu-product-category {
  font-size: 11px;
  color: #9CA3AF;
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wu-price-block { margin-bottom: 12px; }
.wu-price-label {
  font-size: 10px;
  font-weight: 600;
  color: #4F46E5;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  display: block;
  margin-bottom: 2px;
}
.wu-price-main { font-size: 20px; font-weight: 800; color: #4F46E5; }
.wu-price-old { font-size: 13px; color: #9CA3AF; text-decoration: line-through; margin-left: 2px; }
.wu-price-mp-label { font-size: 10px; color: #9CA3AF; }
.wu-savings {
  display: inline-block;
  background: #ECFDF5;
  color: #059669;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 6px;
  margin-top: 4px;
}
.wu-product-cta-form { margin-top: auto; }
.wu-product-cta {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  background: linear-gradient(135deg, #4F46E5, #7C3AED, #EC4899);
  color: #fff;
  transition: all 0.2s;
  font-family: 'Inter', sans-serif;
}
.wu-product-cta:hover { opacity: 0.9; transform: scale(1.02); }
.wu-product-mp-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
  font-size: 11px;
  color: #9CA3AF;
}
.wu-product-mp-links a {
  color: #9CA3AF;
  font-weight: 500;
  transition: color 0.2s;
  text-decoration: none;
}
.wu-product-mp-links a:hover { color: #4F46E5; }

/* ===== ARTICLES ===== */
.wu-articles { padding: 40px 0; }
.wu-articles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.wu-article-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s;
  border: 1px solid #F3F4F6;
  text-decoration: none;
  color: inherit;
  display: block;
}
.wu-article-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.08);
  text-decoration: none;
  color: inherit;
}
.wu-article-img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  display: block;
  border-radius: 16px 16px 0 0;
  max-height: 280px;
}
.wu-article-img--placeholder {
  background: linear-gradient(135deg, #F5F3FF, #FDF2F8);
  aspect-ratio: 3 / 4;
  max-height: 280px;
}
.wu-article-body { padding: 20px; }
.wu-article-tag {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #4F46E5;
  margin-bottom: 8px;
}
.wu-article-title {
  font-size: 17px;
  font-weight: 700;
  color: #1E1B4B;
  margin-bottom: 8px;
  line-height: 1.35;
}
.wu-article-excerpt {
  font-size: 13px;
  color: #6B7280;
  margin-bottom: 16px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.wu-article-link {
  font-size: 13px;
  font-weight: 600;
  color: #4F46E5;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* ===== NEWS ===== */
.wu-news { padding: 40px 0; }
.wu-news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.wu-news-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #F3F4F6;
  transition: all 0.3s;
  text-decoration: none;
  color: inherit;
  display: block;
}
.wu-news-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.06);
  text-decoration: none;
  color: inherit;
}
.wu-news-card-img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  display: block;
  border-radius: 16px 16px 0 0;
  max-height: 280px;
}
.wu-news-card-img--placeholder {
  background: linear-gradient(135deg, #EEF2FF, #FDF2F8);
  aspect-ratio: 3 / 4;
  max-height: 280px;
}
.wu-news-card-body { padding: 18px; }
.wu-news-date { font-size: 11px; color: #9CA3AF; font-weight: 500; margin-bottom: 6px; }
.wu-news-title {
  font-size: 15px;
  font-weight: 700;
  color: #1E1B4B;
  margin-bottom: 6px;
}
.wu-news-excerpt {
  font-size: 13px;
  color: #6B7280;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ===== TRUST BAR ===== */
.wu-trust-bar { padding: 48px 0; }
.wu-trust-inner {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  display: flex;
  justify-content: space-around;
  gap: 24px;
  border: 1px solid #F3F4F6;
}
.wu-trust-item { text-align: center; flex: 1; }
.wu-trust-icon {
  width: 52px;
  height: 52px;
  background: #EEF2FF;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
}
.wu-trust-icon svg { width: 24px; height: 24px; color: #4F46E5; }
.wu-trust-title { font-size: 15px; font-weight: 700; color: #1E1B4B; margin-bottom: 4px; }
.wu-trust-desc { font-size: 12px; color: #9CA3AF; }

/* ===== FOOTER v2 ===== */
.wu-footer {
  background: #1E1B4B;
  color: #fff;
  padding: 48px 0 24px;
  margin-top: 20px;
  font-family: 'Inter', sans-serif;
}
.wu-footer__grid {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
.wu-footer__brand .wu-logo { color: #fff; font-size: 24px; margin-bottom: 12px; display: inline-block; }
.wu-footer__brand .wu-logo em { color: #EC4899; }
.wu-footer__brand p { font-size: 13px; color: #9CA3CF; line-height: 1.6; }
.wu-footer__col h4 { font-size: 14px; font-weight: 700; margin-bottom: 16px; color: #E5E7EB; }
.wu-footer__col a {
  display: block;
  font-size: 13px;
  color: #9CA3CF;
  margin-bottom: 8px;
  transition: color 0.2s;
  text-decoration: none;
}
.wu-footer__col a:hover { color: #fff; text-decoration: none; }
.wu-footer__bottom {
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px 40px 0;
  border-top: 1px solid rgba(255,255,255,0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #6B7280;
}
.wu-footer__bottom a { color: #9CA3CF; text-decoration: none; }
.wu-footer__bottom a:hover { color: #fff; }

/* ===== SEO CONTENT ===== */
.wu-seo-content { padding: 40px 0 20px; }
.wu-seo-text {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  border: 1px solid #F3F4F6;
  font-size: 14px;
  line-height: 1.7;
  color: #6B7280;
}
.wu-seo-text h2, .wu-seo-text h3 { color: #1E1B4B; margin-top: 20px; margin-bottom: 12px; }
.wu-seo-text p { margin-bottom: 12px; }

/* =====================================================
   MOBILE RESPONSIVE
   ===================================================== */

/* Tablet */
@media (max-width: 1100px) {
  .wu-products-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 900px) {
  .wu-container, .wu-hero { padding-left: 20px; padding-right: 20px; }
  .wu-hero { padding: 0 20px; }
  .wu-header__inner { padding: 12px 20px; }

  /* Hero */
  .wu-hero__banner {
    flex-direction: column;
    padding: 32px 28px;
    gap: 28px;
  }
  .wu-hero__text h1 { font-size: 28px; }
  .wu-hero__comparison { display: none; }

  /* Products */
  .wu-products-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }

  /* Articles & News */
  .wu-articles-grid, .wu-news-grid { grid-template-columns: 1fr; gap: 16px; }

  /* Trust */
  .wu-trust-inner {
    flex-wrap: wrap;
    padding: 24px;
    gap: 20px;
  }
  .wu-trust-item { flex: 1 1 40%; min-width: 140px; }

  /* Footer */
  .wu-footer__grid {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 0 20px;
  }
  .wu-footer__bottom { padding: 16px 20px 0; flex-direction: column; gap: 8px; text-align: center; }
}

/* Mobile < 640px */
@media (max-width: 640px) {
  .wu-container { padding-left: 16px; padding-right: 16px; }
  .wu-hero { padding: 0 16px; margin: 16px auto; }
  .wu-header__inner { padding: 10px 16px; gap: 12px; }

  /* Top bar */
  .wu-top-bar { font-size: 11px; padding: 8px 16px; line-height: 1.5; }
  .wu-top-bar__dot { margin: 0 6px; }

  /* Header mobile */
  .wu-search-bar { display: none; }
  .wu-search-bar.wu-search-bar--open { display: block; position: absolute; left: 16px; right: 16px; top: 60px; z-index: 101; }
  .wu-catalog-btn { display: none; } /* Hidden on mobile — duplicate of burger menu */
  .wu-mobile-toggle { display: flex; }

  /* Hero */
  .wu-hero__banner { padding: 24px 20px; border-radius: 16px; }
  .wu-hero__text h1 { font-size: 24px; }
  .wu-hero__text p { font-size: 14px; margin-bottom: 20px; }
  .wu-hero__cta { padding: 12px 24px; font-size: 14px; width: 100%; justify-content: center; }

  .wu-section-title { font-size: 22px; margin-bottom: 16px; }

  /* Products: WB-style 2-column grid */
  .wu-products-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    overflow-x: visible;
  }

  /* Articles horizontal scroll */
  .wu-articles-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 12px;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
  }
  .wu-articles-grid::-webkit-scrollbar { display: none; }
  .wu-article-card {
    flex-shrink: 0;
    width: 82vw;
    max-width: 340px;
    scroll-snap-align: start;
  }

  /* News horizontal scroll */
  .wu-news-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 12px;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
  }
  .wu-news-grid::-webkit-scrollbar { display: none; }
  .wu-news-card {
    flex-shrink: 0;
    width: 82vw;
    max-width: 340px;
    scroll-snap-align: start;
  }

  /* Trust 2x2 */
  .wu-trust-bar { padding: 32px 0; }
  .wu-trust-inner { padding: 20px; gap: 16px; }
  .wu-trust-item { flex: 1 1 42%; }
  .wu-trust-title { font-size: 13px; }
  .wu-trust-desc { font-size: 11px; }

  /* SEO */
  .wu-seo-text { padding: 20px; font-size: 13px; }
}

/* ===== HIDE old header/footer on homepage ===== */
body.home .header { display: none !important; }
body.home .footer:not(.wu-footer) { display: none !important; }

/* ===== Fix for breadcrumb styles still loading ===== */
body.home .breadcrumb { display: none; }

/* ===== CATEGORY SCROLL ARROWS ===== */
.wu-cat-scroll-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.wu-cat-arrow {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #E5E7EB;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  color: #4F46E5;
  padding: 0;
}
.wu-cat-arrow:hover {
  background: #4F46E5;
  color: #fff;
  border-color: #4F46E5;
}
.wu-cat-arrow svg { color: inherit; }
.wu-cat-arrow--left { left: -8px; }
.wu-cat-arrow--right { right: -8px; }
@media (min-width: 769px) {
  .wu-cat-arrow { display: flex; }
  .wu-cat-scroll-wrap { padding: 0 24px; }
}

/* ===== LOAD MORE BUTTON ===== */
.wu-load-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.wu-load-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 36px;
  border-radius: 14px;
  background: #fff;
  border: 2px solid #4F46E5;
  color: #4F46E5;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
  font-family: inherit;
}
.wu-load-more-btn:hover {
  background: #4F46E5;
  color: #fff;
}
.wu-load-more-btn svg { color: inherit; }

/* ===== FIX EXTRA PRODUCTS GRID ===== */
.wu-products-extra {
  margin-top: 16px;
}

/* ===== SECTION HEADER WITH ARROWS ===== */
.wu-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.wu-section-header .wu-section-title { margin-bottom: 0; }
.wu-slider-arrows { display: flex; gap: 8px; }
.wu-slider-arrow {
  width: 40px; height: 40px; border-radius: 50%;
  background: #fff; border: 1px solid #E5E7EB;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  cursor: pointer; display: flex; align-items: center;
  justify-content: center; transition: all 0.2s;
  color: #4F46E5; padding: 0;
}
.wu-slider-arrow:hover {
  background: #4F46E5; color: #fff; border-color: #4F46E5;
}
.wu-slider-arrow svg { color: inherit; }

/* ===== HORIZONTAL SLIDER ===== */
.wu-hslider {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 8px;
}
.wu-hslider::-webkit-scrollbar { display: none; }

/* ===== HORIZONTAL CARD (photo left, text right) ===== */
.wu-hcard {
  flex-shrink: 0;
  width: 360px;
  display: flex;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #F3F4F6;
  transition: all 0.3s;
  text-decoration: none;
  color: inherit;
  scroll-snap-align: start;
}
.wu-hcard:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
  text-decoration: none; color: inherit;
}
.wu-hcard__img-wrap {
  flex-shrink: 0;
  width: 140px;
  min-height: 180px;
}
.wu-hcard__img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}
.wu-hcard__img--placeholder {
  width: 100%; height: 100%;
  background: linear-gradient(135deg, #F5F3FF, #FDF2F8);
}
.wu-hcard__body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  min-width: 0;
}
.wu-hcard__tag {
  font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.5px;
  color: #4F46E5; margin-bottom: 6px;
}
.wu-hcard__date {
  font-size: 11px; color: #9CA3AF;
  font-weight: 500; margin-bottom: 6px;
}
.wu-hcard__title {
  font-size: 15px; font-weight: 700;
  color: #1E1B4B; margin-bottom: 6px;
  line-height: 1.35;
  display: -webkit-box; -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; overflow: hidden;
}
.wu-hcard__excerpt {
  font-size: 12px; color: #6B7280;
  line-height: 1.5; margin-bottom: 8px;
  display: -webkit-box; -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; overflow: hidden;
}
.wu-hcard__link {
  font-size: 13px; font-weight: 600;
  color: #4F46E5; margin-top: auto;
}

/* ===== MOBILE: horizontal cards ===== */
@media (max-width: 640px) {
  /* Articles/News: vertical list, one per row (NOT products) */
  .wu-articles .wu-hslider,
  .wu-news .wu-hslider,
  #wu-pdp-articles {
    display: flex;
    flex-direction: column;
    gap: 12px;
    overflow-x: visible;
    padding-bottom: 0;
  }
  /* Products in hslider: 2-column grid */
  #wu-pdp-products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    overflow-x: visible;
  }
  #wu-pdp-products > * {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    flex-shrink: unset;
  }
  .wu-hcard {
    width: 100%;
    max-width: none;
    flex-shrink: unset;
    scroll-snap-align: unset;
  }
  .wu-hcard__img-wrap {
    width: 110px;
    min-height: auto;
    aspect-ratio: 3 / 4;
    flex-shrink: 0;
  }
  .wu-hcard__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .wu-hcard__title { font-size: 14px; -webkit-line-clamp: 2; }
  .wu-hcard__excerpt { display: none; }
  .wu-slider-arrows { display: none; }
}

/* ===== FIX: Ensure WU header not clipped ===== */
.wu-header { overflow: visible !important; }
.wu-header__inner { overflow: visible !important; }

/* ===== FIX: Account/Cart pages need container centering ===== */
.woocommerce .wv2-account-grid,
.woocommerce .wv2-cart-layout {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ===== INFINITE SLIDER LOADER ===== */
.wu-hslider-loader {
  flex-shrink: 0;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
}
.wu-hslider-loader__spinner {
  width: 32px;
  height: 32px;
  border: 3px solid #E5E7EB;
  border-top-color: #4F46E5;
  border-radius: 50%;
  animation: wu-spin 0.8s linear infinite;
}
@keyframes wu-spin {
  to { transform: rotate(360deg); }
}

/* ===== SHARE DROPDOWN ===== */
.wu-share-wrap { position: relative; }
.wu-share-btn { border: none; background: none; }
.wu-share-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 8px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  border: 1px solid #F3F4F6;
  min-width: 200px;
  z-index: 200;
  overflow: hidden;
}
.wu-share-dropdown--open { display: block; }
.wu-share-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  text-decoration: none;
  transition: background 0.15s;
}
.wu-share-item:hover { background: #F5F3FF; color: #4F46E5; text-decoration: none; }
.wu-share-item svg { flex-shrink: 0; }
.wu-share-item--copied { color: #059669 !important; background: #ECFDF5 !important; }

/* ============================================================
 * Effect 1: Price dynamic labels
 * ============================================================ */
.wu-price-dynamic {
  font-size: 11px;
  color: #059669;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  line-height: 1.3;
}
.wu-price-dynamic__dot {
  width: 6px;
  height: 6px;
  background: #059669;
  border-radius: 50%;
  flex-shrink: 0;
  animation: wu-blink 2s ease-in-out infinite;
}
@keyframes wu-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}

/* ============================================================
 * Effect 2: Live shipping ticker
 * ============================================================ */
.wu-live-ticker {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  font-size: 13px;
  color: #374151;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}
.wu-live-ticker__icon {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.wu-live-ticker__pulse {
  position: absolute;
  width: 24px;
  height: 24px;
  background: rgba(5, 150, 105, 0.15);
  border-radius: 50%;
  animation: wu-ticker-pulse 2s ease-in-out infinite;
}
@keyframes wu-ticker-pulse {
  0%, 100% { transform: scale(1); opacity: 0.5; }
  50% { transform: scale(1.5); opacity: 0; }
}
.wu-live-ticker__text {
  transition: opacity 0.3s;
}
.wu-live-ticker__text span {
  color: #059669;
  font-weight: 600;
}
@media (max-width: 640px) {
  .wu-live-ticker { padding: 8px 20px; font-size: 12px; }
}

/* ============================================================
 * Effect 3: Search autocomplete dropdown
 * ============================================================ */
.wu-search-bar { position: relative; }
.wu-search-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 0 0 16px 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.12);
  border: 1px solid #E5E7EB;
  border-top: none;
  z-index: 200;
  max-height: 400px;
  overflow-y: auto;
}
.wu-search-section-ac { padding: 8px 0; }
.wu-search-section-ac__title {
  padding: 6px 16px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #9CA3AF;
}
.wu-search-item-ac {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  text-decoration: none;
  color: #1E1B4B;
  font-size: 14px;
  transition: background 0.15s;
}
.wu-search-item-ac:hover { background: #F5F3FF; }
.wu-search-item-ac__img {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
}
.wu-search-empty-ac {
  padding: 20px 16px;
  text-align: center;
  color: #9CA3AF;
  font-size: 14px;
}

/* ===========================================================
   EXPERT GRID: 2-column horizontal cards (Articles + News)
   =========================================================== */
.wu-expert-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.wu-expert-card {
  display: flex;
  flex-direction: row;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #F3F4F6;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
}
.wu-expert-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
  text-decoration: none;
  color: inherit;
}

/* Image: left side, 3:4 ratio */
.wu-expert-card__img {
  flex-shrink: 0;
  width: 220px;
  min-height: 200px;
  overflow: hidden;
}
.wu-expert-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.wu-expert-card__placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #F5F3FF, #FDF2F8);
}

/* Content: right side */
.wu-expert-card__body {
  flex: 1;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
}
.wu-expert-card__tag {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #4F46E5;
  margin-bottom: 8px;
}
.wu-expert-card__title {
  font-size: 17px;
  font-weight: 700;
  color: #1E1B4B;
  line-height: 1.35;
  margin-bottom: 8px;
  /* Full title, no clipping */
  white-space: normal;
  overflow: visible;
}
.wu-expert-card__excerpt {
  font-size: 14px;
  color: #6B7280;
  line-height: 1.6;
  margin-bottom: 12px;
}
.wu-expert-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
.wu-expert-card__meta {
  font-size: 12px;
  color: #9CA3AF;
}
.wu-expert-card__link {
  font-size: 13px;
  font-weight: 600;
  color: #4F46E5;
}

/* Mobile */
@media (max-width: 768px) {
  .wu-expert-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .wu-expert-card__img {
    width: 140px;
    min-height: 160px;
  }
  .wu-expert-card__body {
    padding: 14px 16px;
  }
  .wu-expert-card__title {
    font-size: 15px;
  }
  .wu-expert-card__excerpt {
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (max-width: 640px) {
  .wu-expert-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .wu-expert-card {
    flex-direction: row;
  }
  .wu-expert-card__img {
    width: 110px;
    min-height: auto;
    max-height: none;
    aspect-ratio: 3 / 4;
    flex-shrink: 0;
  }
  .wu-expert-card__body {
    padding: 12px 14px;
  }
  .wu-expert-card__title {
    font-size: 14px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .wu-expert-card__excerpt {
    display: none;
  }
}

/* ==========================================================
 * MOBILE FIXES: Compact card styles
 * ========================================================== */
@media (max-width: 640px) {
  /* Compact card styles */
  .wu-card__body { padding: 8px 10px 12px; }
  .wu-card__title { font-size: 13px; line-height: 1.3; min-height: 34px; }
  .wu-card__category { font-size: 11px; margin-bottom: 4px; }
  .wu-card__price { font-size: 16px; }
  .wu-card__price-old { font-size: 12px; }
  .wu-card__price-label, .wu-card__price-mp-label { font-size: 10px; }
  .wu-card__savings { font-size: 11px; padding: 2px 6px; }
  .wu-card__cta { font-size: 13px; padding: 10px 12px; border-radius: 10px; }
  .wu-card__mp-links { font-size: 11px; }
  .wu-card__mp-btn { font-size: 12px; padding: 8px 10px; }
  .wu-price-dynamic { font-size: 10px; }
  .wu-badge { font-size: 11px; padding: 3px 8px; }
  .wu-card { border-radius: 12px; }
  /* Footer touch targets */
  .wu-footer__menu a, .wu-footer__links a {
    display: block; padding: 8px 0; min-height: 44px; line-height: 28px;
  }
  .wu-section-title { font-size: 20px; }
}
