/* --- Base / Theme --- */
body{background:#f8f9fa}
.card{box-shadow:0 2px 8px rgba(0,0,0,.05); border-radius:.75rem}
.hero{background:linear-gradient(180deg,#ffffff,#f3f6f9)}

/* --- Buttons: classic green --- */
.btn-gtc{
  background:#1f7a37; color:#fff; border:1px solid #1a6a31;
  font-weight:700; letter-spacing:.5px; padding:.85rem 1rem; text-transform:uppercase
}
.btn-gtc:hover{background:#19622c;color:#fff;border-color:#165828}
.btn-gtc.disabled,.btn-gtc[aria-disabled="true"]{
  background:#2b8d47;border-color:#257a3d;opacity:.9;pointer-events:none
}

/* --- Card status borders & equal heights --- */
.card-status{border-width:2px; display:flex; flex-direction:column; height:100%}
.card-status .card-body{display:flex; flex-direction:column}
.card-status.active{border-color:#1f7a37}
.card-status.pending{border-color:#c02727}
.card-status .card-title{font-weight:700}
.card-status .btn{font-weight:600}
.card-cta{margin-top:auto}           /* push CTA to the bottom */
.card-status.active:hover{transform:translateY(-2px);transition:transform .15s ease-in-out}

/* Disable the CSS skyline strip so only the footer <img> shows */
.gtc-skyline-wrap { display: none !important; }
.gtc-skyline { background: none !important; height: 0 !important; }


/* --- Utilities --- */
.text-success{color:#1f7a37!important}
