button, .btn, a.button {
  background-color: #111111 !important;
  color: #ffffff !important;
  border: 2px solid #444 !important;
  font-weight: 600 !important;
}








button:hover {
  background-color: #333333 !important;
}








button:hover, .btn:hover, a.button:hover {
  opacity: 0.85;
  transform: scale(1.02);
}







h1, h2, h3 {
  font-weight: 700;
  letter-spacing: 0.3px;
}







h1 {
  font-size: 34px;
}







h2 {
  font-size: 26px;
}






.btn, .button, a.button {
  background-color: #c2924b!important;
  color: #ffffff !important;
  font-size: 18px !important;
  padding: 14px 22px !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}






.btn:hover, .button:hover {
  background-color: #c2924b !important;
}

/* Sticky CTA bar */
.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #000;
  padding: 12px;
  text-align: center;
  z-index: 9999;
}

.sticky-cta a {
  background: #ff3b6b;
  color: white;
  padding: 14px 28px;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
}

