.forza-footer {
  background: #111;
  color: #ccc;
  font-family: Arial, sans-serif;}
/* CTA */
.forza-cta {
  text-align: center;
  padding: 50px 20px;
  background: #1a1a1a;}
.forza-cta h2 {color: #fff; font-size: 28px; margin-bottom: 10px;}
.forza-cta p {margin-bottom: 20px;}
.forza-btn {
  background: #c40000;
  color: #fff;
  padding: 12px 28px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 3px;
  display: inline-block;}
.forza-btn:hover {background: #a00000;}
/* Trust badges */
.forza-trust {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 25px 10px;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;}
.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;}
.trust-item i {color: #c40000;}
/* Links */
.forza-footer-links {
  display: flex;
  justify-content: space-between;
  padding: 40px 60px;
  flex-wrap: wrap;}
.forza-col {
  width: 22%;
  min-width: 200px;}
.forza-col h4 {
  color: #fff;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 14px;
}
.forza-col ul {
  list-style: none;
  padding: 0;}
.forza-col li {margin-bottom: 10px;}
.forza-col a {color: #ccc; text-decoration: none;}
.forza-col a:hover {
  color: #fff;}
.forza-col i {
  margin-right: 8px;
  width: 16px;}
/* Contact CTA */
.forza-col.contact .small {
  margin-top: 15px;
  display: inline-block;
  padding: 10px 20px;}
/* Bottom */
.forza-bottom {
  text-align: center;
  padding: 20px;
  border-top: 1px solid #222;
  font-size: 13px;}


