
.tc-launch-wrap{
  margin-top:14px;
  display:block;
  width:100%;
}
.tc-launch-btn{
  display:flex !important;
  align-items:center;
  justify-content:center;
  gap:12px;
  width:100%;
  max-width:420px;
  padding:14px 16px !important;
  border-radius:14px !important;
  border:0 !important;
  cursor:pointer;
  background:linear-gradient(135deg, #111827, #2563eb) !important;
  color:#fff !important;
  box-shadow:0 12px 24px rgba(0,0,0,.18);
  line-height:1.1;
  margin:0 auto;
  position:relative;
}
.tc-launch-btn:hover{filter:brightness(.99);transform:translateY(-1px)}
.tc-launch-btn:active{transform:translateY(0)}
.tc-launch-ico{
  flex:0 0 auto;
  font-size:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  border-radius:12px;
  background:rgba(255,255,255,.14);
}
.tc-launch-stack{display:flex;flex-direction:column;gap:2px;align-items:flex-start}
.tc-launch-text{font-weight:900;letter-spacing:.4px;text-transform:uppercase;font-size:13px}
.tc-launch-sub{font-size:12px;opacity:.9}
