/*
Template: jin
Theme Name: jin-child
Author: CrossPiece
Version: 1.00
*/
<style>
.cta-btn {
  display: inline-block;
  width:100%;
  max-width:780px;
  margin:12px auto;
  background:#0C3B26;
  color:#fff;
  text-decoration:none;
  padding:14px 18px;
  font-size:18px;
  font-weight:700;
  text-align:center;
  border-radius:10px;
  box-shadow:0 6px 18px rgba(12,59,38,0.15);
  transition:background .15s ease, transform .08s ease;
}
.cta-btn:hover{ background:#145A3A; transform:translateY(-2px); }
.cta-sub { font-size:13px; color:#666; text-align:center; margin-top:6px; }
.cta-small { font-size:14px; padding:12px 16px; }
.fixed-cta {
  position:fixed; bottom:12px; left:12px; right:12px; z-index:9999;
  max-width:980px; margin:0 auto;
}
@media(min-width:900px){ .fixed-cta{ left:calc(50% - 480px); right:auto; } }
</style>