/* Drugestan Health Magazine v1.34.0 — magazine footer hub only.
   Deliberately isolated under .dhm-v34-* so approved article UI is untouched. */
.dhm-v34-footer-hub{
  width:100%;
  max-width:1180px;
  margin:34px auto 12px;
  padding:26px;
  border:1px solid #dce7e7;
  border-radius:24px;
  background:linear-gradient(180deg,#fbfefe 0%,#f7fbfb 100%);
  box-shadow:0 14px 34px rgba(15,55,68,.055);
  box-sizing:border-box;
}
.dhm-v34-footer-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:18px}
.dhm-v34-footer-head span{display:inline-flex;color:#148678;font-weight:800;font-size:13px;margin-bottom:4px}
.dhm-v34-footer-head h2{margin:0;color:#132c48;font-size:clamp(24px,2vw,32px);line-height:1.35;font-weight:900}
.dhm-v34-footer-head p{margin:6px 0 0;color:#6a7886;font-size:14px;line-height:1.8}
.dhm-v34-footer-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.dhm-v34-footer-card{
  position:relative;
  display:grid;
  grid-template-columns:56px minmax(0,1fr) 20px;
  align-items:center;
  gap:12px;
  min-height:112px;
  padding:16px 16px 16px 12px;
  border:1px solid #dce5eb;
  border-radius:18px;
  background:#fff;
  text-decoration:none !important;
  box-shadow:0 7px 18px rgba(18,49,73,.045);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
  overflow:hidden;
}
.dhm-v34-footer-card:before{content:"";position:absolute;right:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#139989,#2d6ca8)}
.dhm-v34-footer-card:nth-child(2n):before{background:linear-gradient(180deg,#315db9,#139989)}
.dhm-v34-footer-card:nth-child(3n):before{background:linear-gradient(180deg,#7049bb,#315db9)}
.dhm-v34-footer-card:hover{transform:translateY(-2px);border-color:#b8d7d4;box-shadow:0 12px 26px rgba(18,49,73,.09)}
.dhm-v34-footer-icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:16px;background:#eef9f7;color:#0f897b}
.dhm-v34-footer-card:nth-child(2n) .dhm-v34-footer-icon{background:#eef4fc;color:#316bb6}
.dhm-v34-footer-card:nth-child(3n) .dhm-v34-footer-icon{background:#f4effb;color:#6b4db1}
.dhm-v34-footer-icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.dhm-v34-footer-copy{min-width:0;display:flex;flex-direction:column;gap:5px}
.dhm-v34-footer-copy strong{color:#17314d;font-size:16px;line-height:1.5;font-weight:900}
.dhm-v34-footer-copy small{color:#73808b;font-size:12.5px;line-height:1.7;font-weight:500}
.dhm-v34-footer-arrow{font-size:26px;color:#178c80;line-height:1}
.dhm-v34-promo{
  --dhm-banner-image:none;
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);
  gap:22px;
  align-items:center;
  min-height:210px;
  margin-top:18px;
  padding:28px 32px;
  border:1px solid #bfe4df;
  border-radius:22px;
  overflow:hidden;
  background:
    linear-gradient(90deg,rgba(241,253,250,.98) 0%,rgba(241,253,250,.92) 47%,rgba(241,253,250,.15) 76%),
    var(--dhm-banner-image),
    linear-gradient(135deg,#eaf9f5 0%,#d7f3ed 100%);
  background-size:auto,cover,auto;
  background-position:center,center,center;
  box-shadow:inset 0 0 0 4px rgba(255,255,255,.58);
}
.dhm-v34-promo-copy{position:relative;z-index:2;max-width:680px}
.dhm-v34-promo-copy>span{display:inline-flex;padding:7px 12px;border-radius:999px;background:#d9f3ec;color:#0c856d;font-size:12px;font-weight:900;margin-bottom:8px}
.dhm-v34-promo h3{margin:0;color:#16344d;font-size:clamp(25px,2.2vw,35px);line-height:1.4;font-weight:950}
.dhm-v34-promo p{margin:10px 0 16px;color:#60717c;font-size:14px;line-height:1.95;max-width:680px}
.dhm-v34-promo a{display:inline-flex;align-items:center;gap:9px;padding:11px 18px;border-radius:12px;background:linear-gradient(135deg,#0f9e87,#0b8877);color:#fff !important;text-decoration:none !important;font-size:14px;font-weight:900;box-shadow:0 8px 18px rgba(13,144,123,.18)}
.dhm-v34-promo a b{font-size:20px;line-height:1;font-weight:500}
.dhm-v34-promo-art{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;min-height:150px}
.dhm-v34-promo-art:before,.dhm-v34-promo-art:after{content:"";position:absolute;border-radius:50%;background:rgba(255,255,255,.58);border:1px solid rgba(19,153,137,.13)}
.dhm-v34-promo-art:before{width:150px;height:150px}
.dhm-v34-promo-art:after{width:94px;height:94px}
.dhm-v34-promo-art span{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;width:68px;height:68px;border-radius:22px;background:rgba(255,255,255,.88);color:#159385;font-size:34px;font-weight:900;box-shadow:0 12px 30px rgba(16,100,91,.10)}
@media(max-width:1000px){
 .dhm-v34-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .dhm-v34-promo{grid-template-columns:1fr 210px}
}
@media(max-width:700px){
 .dhm-v34-footer-hub{margin:26px 10px 18px;width:auto;padding:18px 14px;border-radius:20px}
 .dhm-v34-footer-head{margin-bottom:14px}
 .dhm-v34-footer-head h2{font-size:24px}
 .dhm-v34-footer-head p{font-size:13px}
 .dhm-v34-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
 .dhm-v34-footer-card{grid-template-columns:44px minmax(0,1fr);gap:9px;min-height:130px;padding:13px 11px;border-radius:16px;align-content:center}
 .dhm-v34-footer-icon{width:42px;height:42px;border-radius:13px}
 .dhm-v34-footer-icon svg{width:23px;height:23px}
 .dhm-v34-footer-copy strong{font-size:14px;line-height:1.45}
 .dhm-v34-footer-copy small{font-size:11.5px;line-height:1.65;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
 .dhm-v34-footer-arrow{display:none}
 .dhm-v34-promo{grid-template-columns:1fr;min-height:0;padding:22px 18px;margin-top:14px;background:linear-gradient(135deg,#effcf8,#e3f7f2)}
 .dhm-v34-promo-art{display:none}
 .dhm-v34-promo h3{font-size:24px}
 .dhm-v34-promo p{font-size:13px;margin-bottom:14px}
 .dhm-v34-promo a{width:100%;justify-content:center;box-sizing:border-box}
}
@media(max-width:390px){
 .dhm-v34-footer-grid{grid-template-columns:1fr}
 .dhm-v34-footer-card{min-height:92px;grid-template-columns:46px minmax(0,1fr)}
 .dhm-v34-footer-copy small{-webkit-line-clamp:2}
}
