/* Baby Diaper Hero — Elementor Widget styles
   All colors/spacing are CSS variables so each widget instance
   can override them from the Elementor Style tab. */

.bhe-hero{
  --bhe-teal:#4fd1c5;
  --bhe-teal-dark:#38b2ac;
  --bhe-navy:#1f2b3a;
  --bhe-bg1:#f4fbfa;
  --bhe-bg2:#dcf1ee;
  --bhe-mint-badge:#e3f5f1;
  --bhe-gray:#5b6b78;
  --bhe-white:#ffffff;
  --bhe-radius:10px;
  --bhe-pad-top:0px;
  --bhe-pad-bottom:70px;

  position:relative;
  font-family:'Poppins',sans-serif;
  color:var(--bhe-navy);
  background:linear-gradient(120deg,var(--bhe-bg1) 0%, #eaf7f4 45%, var(--bhe-bg2) 100%);
  overflow:hidden;
  padding-top:var(--bhe-pad-top);
  padding-bottom:var(--bhe-pad-bottom);
  box-sizing:border-box;
}
.bhe-hero *{box-sizing:border-box;}
.bhe-hero img{max-width:100%;}

/* decorative floating hearts */
.bhe-deco{
  position:absolute;
  color:var(--bhe-teal);
  opacity:.35;
  pointer-events:none;
}
.bhe-deco svg{display:block;}
.bhe-d1{top:6%; left:2%; width:26px;}
.bhe-d2{top:16%; left:44%; width:20px; opacity:.25;}
.bhe-d3{bottom:30%; left:1%; width:22px;}
.bhe-d4{top:8%; right:30%; width:18px; opacity:.3;}
.bhe-d5{bottom:14%; right:42%; width:16px; opacity:.25;}

.bhe-leaf-cluster{
  position:absolute;
  right:0;
  top:0;
  height:100%;
  width:180px;
  opacity:.5;
  pointer-events:none;
}

.bhe-wrap{
  max-width:1300px;
  margin:0 auto;
  padding:0 clamp(20px,5vw,64px);
  position:relative;
  z-index:2;
}

.bhe-grid{
  display:grid;
  grid-template-columns:1fr 1.15fr;
  align-items:center;
  min-height:640px;
  gap:20px;
}

/* ---------- LEFT: COPY ---------- */
.bhe-copy{
  padding-top:48px;
  padding-bottom:48px;
  max-width:520px;
}

.bhe-badge{
  display:inline-block;
  background:var(--bhe-mint-badge);
  color:var(--bhe-teal-dark);
  font-size:13px;
  font-weight:600;
  padding:9px 18px;
  border-radius:100px;
  margin-bottom:26px;
  letter-spacing:.01em;
}

.bhe-hero h1{
  font-size:clamp(34px,4.2vw,48px);
  font-weight:700;
  line-height:1.18;
  letter-spacing:-0.01em;
  margin:0;
}
.bhe-hero h1 .bhe-line1{
  display:block;
  color:var(--bhe-navy);
}
.bhe-hero h1 .bhe-line2{
  display:block;
  color:var(--bhe-teal-dark);
}

.bhe-lede{
  margin-top:22px;
  font-size:16px;
  line-height:1.7;
  color:var(--bhe-gray);
  font-weight:400;
  max-width:430px;
}
.bhe-feature-list{
  display:flex;
  gap:32px;
  flex-wrap:wrap;
  list-style:none;
  padding:0;
  margin:0;
}
.bhe-feature{
  display:flex;
  align-items:center;
  gap:8px;
  flex:0 1 auto;
  white-space:nowrap;
}
.bhe-feature .bhe-ic{
  width:clamp(26px,6vw,34px);height:clamp(26px,6vw,34px);
  border-radius:50%;
  background:var(--bhe-mint-badge);
  display:flex;align-items:center;justify-content:center;
  color:var(--bhe-teal-dark);
  flex-shrink:0;
  font-size:14px;
}
.bhe-ic svg{
  width:clamp(13px,3vw,16px);height:clamp(13px,3vw,16px);
  display:block;
}
.bhe-feature span.bhe-feature-text{
  font-size:clamp(12px,2.6vw,14px);
  font-weight:600;
  color:var(--bhe-navy);
}

.bhe-cta-row{
  display:flex;
  gap:16px;
  margin-top:38px;
  flex-wrap:wrap;
}
.bhe-btn{
  font-family:'Poppins',sans-serif;
  font-size:14.5px;
  font-weight:600;
  padding:15px 30px;
  border-radius:var(--bhe-radius);
  cursor:pointer;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.bhe-btn-primary{
  background:var(--bhe-teal-dark);
  color:var(--bhe-white);
  box-shadow:0 10px 24px -10px rgba(56,178,172,.6);
  border:1.5px solid var(--bhe-teal-dark);
}
.bhe-btn-primary:hover{
  filter:brightness(.92);
  transform:translateY(-2px);
  box-shadow:0 14px 28px -10px rgba(56,178,172,.7);
  color:var(--bhe-white);
}
.bhe-btn-outline{
  background:transparent;
  color:var(--bhe-navy);
  border:1.5px solid #cfe6e2;
}
.bhe-btn-outline:hover{
  border-color:var(--bhe-teal-dark);
  color:var(--bhe-teal-dark);
}

/* ---------- RIGHT: IMAGE ---------- */
.bhe-visual{
  position:relative;
  height:100%;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  min-height:520px;
}

.bhe-photo-frame{
  position:relative;
  width:100%;
  height:88%;
  display:flex;
  align-items:flex-end;
  justify-content:center;
}

.bhe-photo-frame img{
  width:100%;
  max-width:640px;
  height:auto;
  object-fit:contain;
  display:block;
  position:relative;
  z-index:2;
  filter:drop-shadow(0 25px 35px rgba(31,43,58,.15));
}

.bhe-rug{
  position:absolute;
  bottom:0;
  left:50%;
  transform:translateX(-50%);
  width:88%;
  height:120px;
  background:linear-gradient(180deg,#faf6ee 0%, #f4efe4 100%);
  border-radius:50% 50% 0 0 / 100% 100% 0 0;
  z-index:1;
}

.bhe-badge-circle{
  position:absolute;
  top:6%;
  right:2%;
  width:110px;
  height:110px;
  background:var(--bhe-white);
  border-radius:50%;
  box-shadow:0 16px 34px -14px rgba(31,43,58,.25);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:6px;
  z-index:3;
  text-align:center;
}
.bhe-badge-circle .bhe-ic{
  width:32px;height:32px;
  border-radius:50%;
  background:var(--bhe-mint-badge);
  display:flex;align-items:center;justify-content:center;
  color:var(--bhe-teal-dark);
  font-size:14px;
}
.bhe-badge-circle span.bhe-badge-circle-text{
  font-size:11.5px;
  font-weight:600;
  color:var(--bhe-navy);
  line-height:1.3;
}

.bhe-wave{
  position:absolute;
  left:0; right:0; bottom:-2px;
  z-index:1;
  line-height:0;
}
.bhe-wave svg{width:100%; height:auto; display:block;}
.bhe-wave path{fill:var(--bhe-white);}

/* ---------- RESPONSIVE ---------- */
@media (max-width:980px){
  .bhe-grid{
    grid-template-columns:1fr;
    min-height:auto;
  }
  .bhe-copy{
    order:2;
    padding-top:8px;
    max-width:100%;
  }
  .bhe-visual{
    order:1;
    min-height:380px;
  }
  .bhe-badge-circle{
    width:88px;height:88px;
    right:0;
  }
  .bhe-leaf-cluster{display:none;}
}

@media (max-width:600px){
  .bhe-wrap{padding:0 20px;}
  .bhe-grid{gap:6px;}
  .bhe-hero h1{font-size:clamp(28px,8vw,36px);}
  .bhe-cta-row{flex-direction:column;}
  .bhe-btn{width:100%;}
  .bhe-visual{min-height:300px;}
  .bhe-badge-circle{
    width:74px;height:74px;
    top:2%;
  }
  .bhe-badge-circle span.bhe-badge-circle-text{font-size:10px;}
  .bhe-badge-circle .bhe-ic{width:26px;height:26px;}
  .bhe-photo-frame img{max-width:100%;}
}

@media (prefers-reduced-motion:reduce){
  .bhe-btn{transition:none;}
}
