/* V7.75 — visible homepage positioning, U.S.-based trust details, and billing cleanup. */
.hero-tagline-v775{
  max-width:760px;
  margin:18px 0 12px;
  padding-left:16px;
  border-left:4px solid #44a9ff;
  color:#fff;
  font-size:clamp(18px,1.55vw,24px);
  font-weight:850;
  line-height:1.35;
}
.footer-trust-v775{
  grid-column:2!important;
  grid-row:2!important;
  justify-self:center!important;
  margin:14px clamp(22px,4vw,64px) 0!important;
  padding-top:13px;
  border-top:1px solid rgba(142,178,207,.22);
  width:calc(100% - clamp(44px,8vw,128px));
  color:#8fa9bf;
  font-size:12px;
  font-weight:750;
  letter-spacing:.03em;
  text-align:center;
}
.contact-trust-v775{
  display:grid;
  gap:7px;
  margin:0 0 28px;
  padding:20px 22px;
  border-left:4px solid #2588e8;
  background:#edf6ff;
  color:#38546d;
}
.contact-trust-v775 strong{color:#123a61;font-size:17px}
.contact-trust-v775 span{line-height:1.45}
.billing-cancel-scheduled-v775{
  border-color:#e1bd70!important;
  background:#fff7e7!important;
  color:#6c4708!important;
}
.billing-cancel-scheduled-v775 span{color:#775b2a!important}
@media(max-width:900px){
  .footer-trust-v775{
    grid-column:1!important;
    grid-row:auto!important;
    justify-self:start!important;
    width:100%;
    margin:15px 0 0!important;
    text-align:left;
  }
}
@media(max-width:760px){
  .hero-tagline-v775{font-size:17px;margin-top:15px;padding-left:12px}
  .contact-trust-v775{padding:17px 16px}
}
