/* Adira Jr homepage spacing refinements */
/* Desktop rhythm: 36px between each major homepage block. */
.hero{padding-bottom:36px}
.trust-strip{margin-bottom:0}

/* Trust strip → featured products */
.trust-strip + .section{padding-top:36px;padding-bottom:18px}

/* Featured products → category cards */
.trust-strip + .section + .section{padding-top:18px;padding-bottom:18px}

/* Category cards → story section */
.trust-strip + .section + .section + .section{padding-top:18px;padding-bottom:18px}

/* Story section → WhatsApp CTA */
.trust-strip + .section + .section + .section + .cta-band{margin-top:18px}

@media(max-width:760px){
  /* Mobile rhythm: 28px between each major homepage block. */
  .hero{padding-bottom:28px}
  .trust-strip{margin-bottom:0}
  .trust-strip + .section{padding-top:28px;padding-bottom:14px}
  .trust-strip + .section + .section{padding-top:14px;padding-bottom:14px}
  .trust-strip + .section + .section + .section{padding-top:14px;padding-bottom:14px}
  .trust-strip + .section + .section + .section + .cta-band{margin-top:14px}
}
