.final-cta {
  position: relative;
  background-image: url('/wp-content/uploads/2026/03/TREK_CARD_2.jpg');
  background-size: cover;
  background-position: center;
  height: 90vh;
  width: 100%;
}

.cta-overlay {
  background: rgba(0,0,0,0.55);
  padding: 150px 40px 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.cta-content h2 {
  color: #fff;
  font-size: 48px;
  margin-bottom: 20px;
}

.cta-content p {
  color: #ddd;
  font-size: 20px;
  margin-bottom: 40px;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.btn-secondary {
  border: 2px solid #fff;
  color: #fff;
  padding: 14px 28px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
}

.btn-secondary:hover {
  background: #fff;
  color: #000;
}


@media (max-width: 768px) {

  .final-cta {
    padding: 0;
  }

  .cta-content h2 {
    font-size: 32px;
  }

  .cta-buttons {
    flex-direction: column;
  }

}
