.mt4 {
  background-color: rgb(36, 33, 29);
}

.mt4-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}

.mt4-left,
.mt4-right {
  width: 50%;
}

.mt4-title {
  font-size: 48px;
  color: rgb(244, 128, 0);
  margin-bottom: 20px;
}

.mt4-tagline {
  font-size: 28px;
  line-height: 1.3;
  color: #e6e6e6;
  margin-bottom: 20px;
}

.mt4-text {
  font-size: 20px;
  line-height: 1.7;
  color: #d0d0d0;
  margin-bottom: 40px;
}

.mt4-buttons {
  display: flex;
  gap: 20px;
}

.mt4-webtrader-box {
  width: 100%;
  height: 420px;
  background-color: #111;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

.mt4-webtrader {
  width: 100%;
  height: 100%;
  border: none;
}

.mt4-access {
  margin-top: 60px;
}

.mt4-links-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}

.mt4-links-inline a {
  color: #c9a86a;
  font-size: 18px;
  white-space: nowrap;
  transition: 0.2s ease;
}

.mt4-links-inline a:hover {
  color: #e6c98a;
}
