/* CTA: singles only (safe) */
body.single-hyperreal .lp-cta-box,
body.single-imageworks .lp-cta-box,
body.single-productworks .lp-cta-box,
body.single-movieworks .lp-cta-box{
  display:block;
  margin:18px auto;
  padding:18px 16px;
  max-width:870px;
  box-sizing:border-box;

  border-radius:10px;
  background:rgba(0,0,0,0.35);
  border:1px solid rgba(255,255,255,0.15);
  text-align:center;
}

.lp-cta-box__text{
  line-height:1.7;
  margin-bottom:12px;
}

.lp-cta-box__btns{
  display:flex;
  gap:10px;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  margin: 8px 0 10px;
}

.lp-cta-box__link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:10px 14px;
  border-radius:10px;
  font-weight:700;
  text-decoration:none;
}

.lp-cta-box__link--hr{
  background:rgba(255,153,51,0.95);
  border:2px solid rgba(255,153,51,0.95);
  color:#000;
}

.lp-cta-box__link--pr{
  background:transparent;
  border:2px solid rgba(255,255,255,0.65);
  color:#fff;
}

.lp-cta-box__sub{
  font-size:12px;
  opacity:0.75;
  line-height:1.6;
}
