/* ===================== MPW HERO REDESIGN v1 ===================== */
.mpw-hero {
  position: relative;
  background: #fff8e6;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
}
.mpw-hero-bg { position: absolute; inset: 0; }
.mpw-hero-blob { position: absolute; border-radius: 50%; filter: blur(60px); opacity: .55; }
.blob-1 { width: 380px; height: 380px; background: #facf39; top: -140px; right: -60px; }
.blob-2 { width: 300px; height: 300px; background: #fce6b4; bottom: -120px; left: -80px; }
.blob-3 { width: 220px; height: 220px; background: #ffe9c7; top: 30%; right: 32%; }
.mpw-hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(250,207,57,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(250,207,57,.08) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(ellipse at 30% 40%, #000 30%, transparent 75%);
}

.mpw-hero-inner {
  position: relative; z-index: 2;
  max-width: 1200px; margin: 0 auto;
  padding: 64px 20px 56px;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 48px;
  align-items: center;
}

/* --- Left content --- */
.mpw-hero-content { max-width: 560px; }
.mpw-hero-eyebrow { margin: 0 0 14px; }
.mpw-pill {
  display: inline-block; padding: 6px 14px;
  background: #2d3e50; color: #facf39;
  font-size: 11px; font-weight: 600; letter-spacing: 1.4px; text-transform: uppercase;
  border-radius: 50px;
}
.mpw-hero-title {
  margin: 0 0 16px;
  font-size: 52px; line-height: 1.08; font-weight: 800; letter-spacing: -1.4px;
  color: #1c2532;
}
.mpw-title-accent {
  color: #ca9203;
  position: relative; display: inline-block;
}
.mpw-title-accent::after {
  content: '';
  position: absolute; left: 2px; bottom: 2px;
  width: 100%; height: 14px;
  background: rgba(250,207,57,.4);
  border-radius: 4px; z-index: -1;
}
.mpw-hero-sub {
  margin: 0 0 28px;
  font-size: 16px; line-height: 1.7; color: #4a5568; max-width: 460px;
}

.mpw-hero-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 30px; }
.mpw-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 26px; border-radius: 50px;
  font-size: 14px; font-weight: 600; text-decoration: none;
  border: 2px solid transparent;
  transition: all .25s ease; font-family: 'Poppins', sans-serif;
}
.mpw-btn-primary { background: #2d3e50; color: #fff; box-shadow: 0 8px 22px rgba(45,62,80,.28); }
.mpw-btn-primary:hover { background: #1c2532; transform: translateY(-2px); box-shadow: 0 12px 28px rgba(45,62,80,.34); }
.mpw-btn-outline { background: transparent; color: #2d3e50; border-color: #2d3e50; }
.mpw-btn-outline:hover { background: #2d3e50; color: #fff; transform: translateY(-2px); }

.mpw-hero-trust { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.mpw-stars { color: #f6b100; font-size: 17px; letter-spacing: 2px; line-height: 1; }
.mpw-trust-text { font-size: 13.5px; color: #4a5568; }
.mpw-trust-text b { color: #1c2532; }
.mpw-trust-sep { color: #cbd5e0; }
.mpw-trust-pill {
  padding: 5px 12px; background: #eaf7ee; color: #13612e;
  border: 1px solid #bde5c8; border-radius: 50px; font-size: 12px; font-weight: 600;
}

/* --- Right gallery --- */
.mpw-hero-gallery {
  position: relative; height: 420px;
}
.mpw-hero-card {
  position: absolute;
  background: #fff; border-radius: 18px;
  box-shadow: 0 20px 50px rgba(0,0,0,.14);
  overflow: hidden;
  width: 240px;
  transition: transform .3s ease;
}
.mpw-hero-card:hover { transform: translateY(-6px) rotate(0deg) !important; z-index: 6; }
.card-a { top: 0; left: 8px; transform: rotate(-6deg); z-index: 3; }
.card-b { top: 74px; right: 0; transform: rotate(5deg); z-index: 4; }
.card-c { bottom: 0; left: 72px; transform: rotate(-2deg); z-index: 5; }
.mpw-card-img {
  height: 150px;
  background: linear-gradient(135deg, #facf39, #f6a23c);
  position: relative;
}
.mpw-card-img::before {
  content: '';
  position: absolute; inset: 18px;
  border: 3px solid rgba(255,255,255,.85); border-radius: 10px;
  background-image: radial-gradient(circle at 30% 30%, #fff 5px, transparent 6px),
                    radial-gradient(circle at 70% 45%, #fff 4px, transparent 5px),
                    linear-gradient(150deg, rgba(255,255,255,.75) 0 45%, rgba(250,207,57,.9) 45%);
  background-size: 60px 60px, 50px 50px, 100% 100%;
}
.mpw-card-img.img2 { background: linear-gradient(135deg, #8ed6f0, #4a90d9); }
.mpw-card-img.img2::before {
  background-image:
    linear-gradient(to bottom, transparent 42%, #fff 42% 48%, transparent 48%),
    linear-gradient(to bottom, transparent 66%, #fff 66% 72%, transparent 72%),
    repeating-linear-gradient(90deg, #fff 0 8px, transparent 8px 18px);
  background-size: 100% 100%, 100% 100%, auto;
}
.mpw-card-img.img3 { background: linear-gradient(135deg, #f8b195, #f67280); }
.mpw-card-img.img3::before {
  background-image:
    radial-gradient(circle, #fff 0 12px, transparent 13px);
  background-size: 70px 70px; background-position: center;
  border-radius: 50%;
}
.mpw-card-body { padding: 14px 16px 16px; }
.mpw-card-cat { margin: 0 0 2px; font-size: 10px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: #ca9203; }
.mpw-card-name { margin: 0 0 8px; font-size: 14.5px; font-weight: 600; color: #1c2532; white-space: nowrap; }
.mpw-card-price { display: flex; align-items: center; gap: 8px; margin-bottom: 6px; }
.mpw-price-new { font-size: 16px; font-weight: 700; color: #1c2532; }
.mpw-price-old { font-size: 12px; color: #a0aec0; text-decoration: line-through; }
.mpw-badgeoff { background: #e63600; color: #fff; font-size: 10px; font-weight: 700; padding: 2px 6px; border-radius: 5px; }
.mpw-card-rating { font-size: 11px; color: #f6b100; letter-spacing: 1px; }
.mpw-card-rating em { font-style: normal; color: #718096; font-size: 11px; margin-left: 4px; }

/* --- Bottom strip --- */
.mpw-hero-strip {
  position: relative; z-index: 2;
  background: #2d3e50; color: #fff;
  font-size: 12.5px; font-weight: 500;
}
.mpw-strip-inner {
  max-width: 1200px; margin: 0 auto; padding: 12px 20px;
  display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap;
  white-space: nowrap; overflow: hidden;
}
.mpw-strip-inner span { display: inline-flex; align-items: center; gap: 6px; color: rgba(255,255,255,.92); }

/* --- Responsive --- */
@media (max-width: 900px) {
  .mpw-hero-inner { grid-template-columns: 1fr; gap: 16px; padding: 48px 20px 40px; }
  .mpw-hero-gallery { height: 380px; max-width: 480px; width: 100%; margin: 0 auto; }
  .mpw-hero-title { font-size: 40px; }
  .card-a { left: 4px; }
  .card-b { right: 4px; }
  .card-c { left: 26%; }
}
@media (max-width: 480px) {
  .mpw-hero-title { font-size: 34px; }
  .mpw-hero-gallery { height: 320px; }
  .mpw-hero-card { width: 180px; }
  .mpw-card-img { height: 112px; }
  .card-b { top: auto; right: 4px; bottom: -8px; }
  .card-c { display: none; }
  .mpw-strip-inner { flex-wrap: nowrap; justify-content: flex-start; }
}