
/* BUILD 19 — ALIGNMENT AND REVIEW CLEANUP */

/* Keep all trust items perfectly aligned */
.trust-strip{
  align-items:stretch !important;
}
.trust-strip > div{
  min-height:150px !important;
  display:grid !important;
  grid-template-columns:72px 1fr !important;
  align-items:center !important;
  justify-content:initial !important;
  gap:18px !important;
  padding:24px 28px !important;
}
.trust-strip .icon{
  width:72px !important;
  min-width:72px !important;
  text-align:center !important;
  line-height:1 !important;
}
.trust-strip p{
  width:100% !important;
}
.trust-strip strong{
  min-height:2.4em !important;
  display:flex !important;
  align-items:flex-end !important;
  line-height:1.2 !important;
}
.trust-strip small{
  min-height:3.2em !important;
  line-height:1.35 !important;
}

/* Five stars are wider than other icons; keep them centered without shifting text */
.trust-strip > div:last-child .icon{
  font-size:1.25rem !important;
  letter-spacing:.04em !important;
  transform:translateX(-2px);
}

/* Featured review is clean and self-contained */
.review-highlight blockquote footer{
  display:block !important;
  margin-top:24px !important;
  padding:0 !important;
  background:none !important;
  border:0 !important;
  color:var(--red) !important;
}
.review-highlight blockquote footer::before{
  content:"— ";
}
.review-highlight .cray-credit,
.review-highlight .visitor-counter-section,
.review-highlight .visitor-counter-card{
  display:none !important;
}

/* Main footer layout */
footer{
  align-items:center !important;
}
.footer-extras{
  grid-column:1/-1;
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:24px;
  padding-top:22px;
  margin-top:8px;
  border-top:1px solid #252525;
}
.cray-credit{
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  color:#888 !important;
  font-size:.78rem !important;
}
.footer-counter{
  min-width:0 !important;
  display:flex !important;
  align-items:center;
  gap:9px;
  padding:8px 13px !important;
  border:1px solid #303030;
  background:#090909;
}
.footer-counter .visitor-counter-label{
  margin:0 !important;
  font-size:.6rem !important;
}
.footer-counter #visitorCounter{
  font-size:1rem !important;
}

/* Prevent duplicated large counter section */
.visitor-counter-section{
  display:none !important;
}

@media(max-width:760px){
  .trust-strip > div{
    min-height:170px !important;
    grid-template-columns:76px 1fr !important;
    padding:22px 18px !important;
  }
  .trust-strip .icon{
    width:76px !important;
    min-width:76px !important;
  }
  .trust-strip strong{
    min-height:auto !important;
    align-items:flex-start !important;
  }
  .trust-strip small{
    min-height:auto !important;
  }
  .footer-extras{
    flex-direction:column;
    gap:12px;
  }
}
