/* Meta Trader 5 page — matched to finsaitrade.com/services/finsai-trade/meta-trader5/ */

.mt5-page-body {
  background: #ffffff;
}

.mt5-page-body .site-header {
  background-color: rgba(11, 33, 57, 0.95);
}

.mt5-page {
  padding-top: 0;
  color: #0b2139;
  background: #ffffff;
}

/* Hero */
.mt5-hero {
  margin-top: -100px;
  padding: 160px 0 100px;
  color: #ffffff;
  background: #0b2139;
}

.mt5-hero .container {
  max-width: 1140px;
}

.mt5-hero-intro {
  max-width: 920px;
  margin: 0 auto 28px;
}

.mt5-hero h1 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(1.5rem, 2.8vw, 2.25rem);
  font-weight: 700;
  line-height: 1.25;
  text-transform: none;
}

.mt5-hero-intro > p {
  max-width: 720px;
  margin: 0 auto 24px;
  padding: 0 15%;
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
  line-height: 36px;
}

.mt5-store-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

.mt5-store-row a {
  display: inline-block;
  line-height: 0;
}

.mt5-store-row img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.mt5-store-row-inline {
  justify-content: flex-start;
  margin-top: 10px;
}

.mt5-store-row-inline a:first-child img {
  max-width: 200px;
}

.mt5-store-row-inline a:last-child img {
  max-width: 223px;
}

/* Hero feature grid: 20% | 60% | 20% */
.mt5-hero-features {
  margin-top: 20px;
}

.mt5-hero-image {
  display: block;
  width: 100%;
  height: auto;
}

.mt5-feature-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mt5-feature-list li {
  margin: 0;
  padding: 12px 0;
}

.mt5-feature-list a,
.mt5-feature-list span {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  text-transform: none;
}

.mt5-feature-list a:hover {
  color: #87edf7;
}

.mt5-feature-list-left {
  text-align: right;
}

.mt5-feature-list-left li:nth-child(2) a {
  margin-right: 50px;
}

.mt5-feature-list-right {
  text-align: left;
}

.mt5-feature-list-right li:nth-child(2) span {
  font-size: 18px;
}

.mt5-feature-bottom {
  margin: 12px 0 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}

/* Content bands */
.mt5-band {
  padding: 50px 0;
}

.mt5-band-white {
  background: #ffffff;
}

.mt5-band-cyan {
  background: #6ec1e4;
}

.mt5-band .container {
  max-width: 1140px;
}

.mt5-section-copy {
  max-width: 100%;
}

.mt5-section-copy h2 {
  margin: 0 0 22px;
  color: #0b2139;
  font-size: 35px;
  font-weight: 500;
  line-height: 42px;
  text-transform: none;
}

.mt5-section-copy p {
  margin: 0 0 20px;
  color: #0b2139;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.55;
}

.mt5-section-image {
  display: block;
  width: 100%;
  height: auto;
}

.mt5-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  margin-top: 20px;
  border-radius: 10px;
  padding: 15px 30px;
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
}

/* FAQ */
.mt5-faq-section {
  padding: 50px 0 60px;
  color: #000000;
  background: #ffffff;
}

.mt5-faq-section .container {
  max-width: 1140px;
}

.mt5-faq-title {
  margin: 40px 0 24px;
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 0;
  text-transform: none;
}

.mt5-faq-list {
  margin-bottom: 20px;
}

.mt5-faq-list .accordion-item {
  border: 0;
  border-bottom: 1px solid #e0e0e0;
  background: transparent;
}

.mt5-faq-list .accordion-button {
  padding: 14px 0 14px 0;
  color: #000000;
  background: #ffffff;
  box-shadow: none;
  font-size: 18px;
  font-weight: 400;
}

.mt5-faq-list .accordion-button:not(.collapsed) {
  color: #000000;
  background: #ffffff;
  box-shadow: none;
}

.mt5-faq-list .accordion-button::after {
  order: -1;
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 10px;
  margin-left: 0;
  background-size: 0.75rem;
  filter: none;
}

.mt5-faq-list .accordion-body {
  padding: 0 0 16px 1.5rem;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 1199.98px) {
  .mt5-hero {
    margin-top: 0;
    padding: 40px 0 80px;
  }

  .mt5-hero-intro > p {
    padding: 0 5%;
    font-size: 18px;
    line-height: 32px;
  }

  .mt5-section-copy h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

@media (max-width: 991.98px) {
  .mt5-feature-list-left,
  .mt5-feature-list-right {
    text-align: center;
  }

  .mt5-feature-list-left li:nth-child(2) a {
    margin-right: 0;
  }

  .mt5-store-row-inline {
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .mt5-hero {
    padding: 24px 0 50px;
  }

  .mt5-hero h1 {
    font-size: 1.35rem;
  }

  .mt5-hero-intro > p {
    padding: 0;
    font-size: 16px;
    line-height: 28px;
  }

  .mt5-store-row {
    gap: 8px;
  }

  .mt5-store-row img {
    max-height: 52px;
  }

  .mt5-feature-list a,
  .mt5-feature-list span,
  .mt5-feature-bottom {
    font-size: 16px;
  }

  .mt5-band {
    padding: 50px 20px;
  }

  .mt5-section-copy h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .mt5-section-copy p {
    font-size: 16px;
  }

  .mt5-faq-section {
    padding: 50px 20px;
  }

  .mt5-faq-title {
    margin-top: 0;
    font-size: 20px;
    line-height: 1.4;
  }

  .mt5-faq-list .accordion-button {
    font-size: 16px;
  }
}
