/* Nutraeden Hero */
.ntrd-el .hero{ padding:56px 0 40px; text-align:center; }
.ntrd-el .hero .eyebrow{ display:flex; justify-content:center; align-items:center; gap:8px; margin-bottom:22px; }
.ntrd-el .pulse-dot{ width:6px; height:6px; border-radius:50%; background:var(--blue-deep); animation:ntrd-dotpulse 1.8s ease-in-out infinite; }
@keyframes ntrd-dotpulse{ 0%,100%{opacity:.35;} 50%{opacity:1;} }
.ntrd-el .hero-heading{ font-size:58px; line-height:1.32; max-width:900px; margin:0 auto 26px; }
.ntrd-el .hero-heading .grey{ color:var(--muted); font-weight:500; }
.ntrd-el .hero-heading mark{ background:var(--blue); color:var(--ink); -webkit-box-decoration-break:clone; box-decoration-break:clone; padding:1px 12px; border-radius:5px; }
.ntrd-el .hero-sub{ color:var(--muted); font-size:18.5px; line-height:1.55; max-width:600px; margin:0 auto 40px; }
.ntrd-el .hero-connector{ font-size:20px; color:var(--blue-deep); font-weight:700; margin:6px 0 0; }
.ntrd-el .hero-followup{ display:inline-block; font-size:32px; font-weight:800; color:var(--white); background:var(--ink); padding:6px 20px; border-radius:8px; margin:14px auto 24px; }
.ntrd-el .trust-row{ display:flex; justify-content:center; align-items:center; gap:22px; margin-top:20px; flex-wrap:wrap; }
.ntrd-el .trust-row span{ font-size:13.5px; color:var(--muted); display:flex; align-items:center; gap:6px; }
.ntrd-el .trust-row svg{ width:14px; height:14px; color:var(--blue-ink); flex-shrink:0; }
.ntrd-el .social-proof{ margin-top:18px; display:flex; justify-content:center; align-items:center; gap:10px; font-size:13.5px; color:var(--muted); }
.ntrd-el .avatar-stack{ display:flex; }
.ntrd-el .avatar-stack span{ width:24px; height:24px; border-radius:50%; border:2px solid var(--bg); margin-left:-7px; display:inline-block; }
.ntrd-el .avatar-stack span:first-child{ margin-left:0; }
.ntrd-el .social-proof b{ color:var(--ink); }
.ntrd-el .fineprint{ text-align:center; color:var(--muted); font-size:13.5px; margin-top:26px; }
@media (max-width:640px){
  .ntrd-el .hero-heading{ font-size:36px; }
  .ntrd-el .hero-sub{ font-size:16px; }
  .ntrd-el .hero-followup{ font-size:20px; padding:5px 14px; }
}
