/* Health Tips Express Section V2 – all styles are scoped to .hte-v2 */
.hte-v2 {
  --hte-green:#2f8f45;
  --hte-bright:#6fcd4d;
  --hte-dark:#101a13;
  --hte-text:#172018;
  --hte-muted:#59655d;
  --hte-border:#dce8de;
  max-width:1180px;
  margin:40px auto 55px;
  font-family:inherit;
  color:var(--hte-text);
}
.hte-v2 *{box-sizing:border-box}
.hte-v2-hero{
  position:relative;
  min-height:650px;
  overflow:hidden;
  border-radius:22px;
  background:#071408;
  box-shadow:0 16px 42px rgba(20,50,25,.12);
}
.hte-v2-hero-copy{
  position:relative;
  z-index:2;
  width:57%;
  min-height:650px;
  padding:58px 55px 180px;
  background:linear-gradient(90deg,rgba(5,17,8,.99) 0%,rgba(5,17,8,.96) 68%,rgba(5,17,8,.15) 100%);
}
.hte-v2-eyebrow{
  color:#77d85c;
  font-size:12px;
  line-height:1.4;
  font-weight:800;
  letter-spacing:.08em;
  margin-bottom:25px;
}
.hte-v2-hero h2{
  color:#fff;
  font-size:clamp(35px,4.2vw,58px);
  line-height:1.05;
  letter-spacing:-.03em;
  margin:0;
}
.hte-v2-hero h2 span{color:var(--hte-bright)}
.hte-v2-divider{
  width:260px;
  height:2px;
  margin:24px 0 20px;
  background:linear-gradient(90deg,#62bd4a,transparent);
}
.hte-v2-hero p{
  max-width:650px;
  color:rgba(255,255,255,.88);
  font-size:16px;
  line-height:1.72;
  margin:0 0 15px;
}
.hte-v2-hero-image{
  position:absolute;
  inset:0 0 0 42%;
  z-index:1;
}
.hte-v2-hero-image:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,#071408 0%,rgba(7,20,8,.68) 16%,rgba(7,20,8,0) 53%);
}
.hte-v2-hero-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.hte-v2-features{
  position:absolute;
  z-index:4;
  left:55px;
  right:55px;
  bottom:18px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  background:rgba(255,255,255,.98);
  border-radius:18px;
  padding:20px 12px;
  box-shadow:0 14px 30px rgba(0,0,0,.15);
}
.hte-v2-feature{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:13px;
  min-height:92px;
  padding:0 16px;
  text-align:left;
}
.hte-v2-feature + .hte-v2-feature{border-left:1px solid #cdd8cf}
.hte-v2-feature strong{
  color:#101a13;
  font-size:14px;
  line-height:1.4;
}
.hte-v2-icon{
  flex:0 0 48px;
  width:48px;height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#e8f5e8;
  color:#21813a;
  font-size:23px;
  font-weight:900;
}
.hte-v2-bottom{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0;
  margin-top:0;
  padding:35px 48px 30px;
  background:#fff;
  border:1px solid #edf1ed;
  border-radius:0 0 20px 20px;
  box-shadow:0 12px 30px rgba(20,50,25,.07);
}
.hte-v2-column{padding:0 35px}
.hte-v2-column + .hte-v2-column{border-left:1px solid #cdd8cf}
.hte-v2-heading-row{display:flex;align-items:flex-start;gap:20px}
.hte-v2-round-icon{
  flex:0 0 58px;
  width:58px;height:58px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#e9f6e9;
  color:#24853d;
  font-size:26px;
  font-weight:800;
}
.hte-v2-bottom h3{
  margin:2px 0 14px;
  color:#121a14;
  font-size:29px;
  line-height:1.1;
  letter-spacing:-.02em;
}
.hte-v2-bottom h3 span{color:#2d8d43}
.hte-v2-bottom p{
  color:#4f5c53;
  font-size:15px;
  line-height:1.7;
}
.hte-v2-bottom ul{
  list-style:none;
  padding:0;
  margin:22px 0 0;
}
.hte-v2-bottom li{
  position:relative;
  padding-left:31px;
  margin:12px 0;
  color:#263128;
  font-size:14px;
}
.hte-v2-bottom li:before{
  content:"✓";
  position:absolute;
  left:0;top:-1px;
  width:22px;height:22px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#2f8f45;
  color:#fff;
  font-size:12px;
  font-weight:900;
}
.hte-v2-note{
  display:flex;
  gap:14px;
  align-items:center;
  margin:20px 0 15px;
  padding:14px 18px;
  border-radius:12px;
  background:#f0f8ee;
}
.hte-v2-note span{font-size:25px;color:#2f8f45}
.hte-v2-note strong{font-size:13px;line-height:1.5;color:#243127}
.hte-v2-button{
  display:inline-flex;
  align-items:center;
  gap:28px;
  padding:13px 22px;
  border-radius:9px;
  background:#23833a;
  color:#fff!important;
  text-decoration:none!important;
  font-size:14px;
  font-weight:800;
  box-shadow:0 6px 14px rgba(35,131,58,.18);
}
.hte-v2-button:hover{background:#1c7131}
.hte-v2-button b{font-size:19px}
.hte-v2-note-bottom{
  display:flex;
  align-items:flex-start;
  gap:12px;
  max-width:1050px;
  margin:18px auto 0;
  padding:0 15px;
}
.hte-v2-note-bottom span{
  flex:0 0 27px;
  width:27px;height:27px;
  display:flex;align-items:center;justify-content:center;
  border:1px solid #8bc996;
  border-radius:50%;
  color:#2f8f45;
  font-weight:900;
}
.hte-v2-note-bottom p{
  margin:2px 0 0;
  color:#59655d;
  font-size:13px;
  line-height:1.6;
}
@media(max-width:900px){
  .hte-v2{margin:25px 15px 45px}
  .hte-v2-hero{min-height:auto}
  .hte-v2-hero-copy{width:100%;min-height:auto;padding:42px 28px 260px;background:linear-gradient(180deg,rgba(5,17,8,.95),rgba(5,17,8,.68))}
  .hte-v2-hero-image{inset:0;opacity:.75}
  .hte-v2-features{left:20px;right:20px;bottom:18px;grid-template-columns:1fr 1fr}
  .hte-v2-feature{min-height:75px}
  .hte-v2-feature:nth-child(3){border-left:0}
  .hte-v2-bottom{grid-template-columns:1fr;padding:28px 18px}
  .hte-v2-column{padding:10px 10px 25px}
  .hte-v2-column + .hte-v2-column{border-left:0;border-top:1px solid #cdd8cf;padding-top:28px}
}
@media(max-width:560px){
  .hte-v2-hero h2{font-size:34px}
  .hte-v2-features{grid-template-columns:1fr;position:relative;left:auto;right:auto;bottom:auto;margin:-1px 12px 12px;padding:5px}
  .hte-v2-feature{justify-content:flex-start}
  .hte-v2-feature + .hte-v2-feature{border-left:0;border-top:1px solid #d8e2da}
  .hte-v2-hero-copy{padding-bottom:35px}
  .hte-v2-hero-image{position:relative;inset:auto;height:260px;opacity:1}
  .hte-v2-hero-image:after{background:linear-gradient(180deg,rgba(7,20,8,0),rgba(7,20,8,.35))}
  .hte-v2-bottom h3{font-size:25px}
}
