/**
 * AM Wealth — MetaTrader page
 */
.page-template-page-metatrader-php .hero {
  min-height: 70vh;
  background: linear-gradient(180deg, #0f0d0b 0%, #1e1810 100%);
}
.page-template-page-metatrader-php .about-preview h2 {
  margin-bottom: 1.5rem;
}
.mt5-feature-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.mt5-card-pad {
  padding: 1.5rem;
}
.mt5-card-span {
  grid-column: 1 / -1;
  padding: 1.5rem;
}
.mt5-download-section {
  background: linear-gradient(135deg, var(--color-dark), #1a1208);
}
.mt5-download-inner {
  max-width: 60rem;
  text-align: center;
}
.mt5-download-eyebrow {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--color-secondary);
  margin-bottom: 1rem;
}
.mt5-download-inner h2 {
  color: var(--color-white);
  margin-bottom: 1rem;
}
.mt5-download-inner > p {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.6);
  max-width: 36rem;
  margin: 0 auto 3rem;
}
.mt5-dl-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.mt5-store-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1.25rem;
  background: #000;
  color: #fff;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-decoration: none;
  transition: opacity 0.2s;
}
.mt5-store-btn:hover {
  opacity: 0.8;
}
.mt5-store-btn svg {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}
.mt5-store-btn__small {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1;
}
.mt5-store-btn__small--caps {
  text-transform: uppercase;
}
.mt5-store-btn__big {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}
.mt5-store-btn__left {
  text-align: left;
}
.mt5-steps-section {
  background: var(--color-bg);
}
.mt5-steps-inner {
  max-width: 48rem;
}
.mt5-steps-grid {
  margin-bottom: 2.5rem;
}
.mt5-step-card {
  background: var(--color-white);
  border-radius: 0.75rem;
  padding: 1.5rem;
  border: 1px solid rgba(139, 111, 71, 0.15);
  text-align: center;
}
.mt5-step-card__num {
  font-size: 2.5rem;
  font-family: var(--font-serif);
  color: rgba(201, 169, 97, 0.3);
  margin-bottom: 0.75rem;
}
.mt5-step-card h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.mt5-step-card p {
  font-size: 0.875rem;
  color: var(--color-muted-fg);
  line-height: 1.6;
}
.mt5-contact-cta {
  text-align: center;
}
.mt5-contact-cta .btn {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.mt5-mobile-section {
  background: var(--color-bg);
  overflow: hidden;
}
.mt5-mobile-header {
  margin-bottom: 3rem;
}
.mt5-mobile-eyebrow {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--color-primary);
  margin-bottom: 1rem;
}
.mt5-mobile-header h2 {
  font-size: 2.25rem;
  margin-bottom: 1rem;
}
.mt5-mobile-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.mt5-mobile-top > p {
  font-size: 1.125rem;
  color: var(--color-muted-fg);
  max-width: 32rem;
  margin: 0;
}
.mt5-mobile-badges {
  display: flex;
  gap: 0.75rem;
  flex-shrink: 0;
}
.mt5-app-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: #0f0d0b;
  color: #fff;
  padding: 0.625rem 1rem;
  border-radius: 0.75rem;
  text-decoration: none;
  transition: opacity 0.2s;
}
.mt5-app-badge:hover {
  opacity: 0.8;
}
.mt5-app-badge svg {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}
.mt5-disclaimer-section {
  padding: 2rem 0;
}
.mt5-disclaimer-inner {
  max-width: 56rem;
}
.mt5-disclaimer-inner p {
  font-size: 0.75rem;
  color: var(--color-muted-fg);
  line-height: 1.7;
}
