:root {
  --finance-bg: #07111f;
  --finance-panel: #0d1b2d;
  --finance-panel-2: #101f34;
  --finance-border: rgba(148, 163, 184, .24);
  --finance-text: #e6edf6;
  --finance-muted: #9fb0c6;
  --finance-gold: #d8a84e;
  --finance-cyan: #3bb4d8;
  --finance-green: #2cc36b;
  --finance-red: #e05b5b;
}

body {
  background: #f3f6f9;
  color: #1d2939;
  font-family: "Microsoft YaHei", "PingFang SC", "Helvetica Neue", Arial, sans-serif;
}

.finance-hero {
  min-height: 760px;
  background:
    radial-gradient(circle at 82% 18%, rgba(59, 180, 216, .16), transparent 32%),
    linear-gradient(135deg, #06101d 0%, #0c1a2d 48%, #111827 100%) !important;
  position: relative;
}

.finance-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .75), transparent 88%);
  pointer-events: none;
}

.finance-hero .overlay,
.download .overlay {
  background:
    linear-gradient(135deg, rgba(5, 12, 22, .96), rgba(12, 26, 45, .9) 58%, rgba(8, 16, 28, .96)) !important;
}

.nav-sec {
  background: rgba(7, 17, 31, .78);
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  backdrop-filter: blur(14px);
}

.nav-sec.top-nav-collapse {
  background: rgba(7, 17, 31, .96) !important;
}

.nav-sec .navbar-nav>li>a {
  color: #d8e4f2 !important;
  font-weight: 600;
}

.nav-sec .navbar-nav>.active>a,
.nav-sec .navbar-nav>.active>a:focus,
.nav-sec .navbar-nav>.active>a:hover,
.nav-sec .navbar-nav>li>a:hover {
  color: var(--finance-gold) !important;
  background: transparent !important;
}

.nav-sec .navbar-brand {
  padding: 12px 15px;
}

.nav-sec .navbar-brand>img {
  max-height: 42px;
  width: auto;
}

.hero-container {
  padding-top: 150px;
  padding-bottom: 70px;
}

.hero-row {
  display: flex;
  align-items: center;
}

.header-inner {
  width: 100%;
}

.header-content {
  padding-top: 0;
}

.eyebrow,
.section-kicker {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--finance-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.header-content h1 {
  max-width: 650px;
  margin: 0 0 22px;
  color: #fff;
  font-size: 58px;
  line-height: 1.12;
  font-weight: 800;
}

.header-content h4 {
  max-width: 650px;
  color: #c8d4e3;
  font-size: 20px;
  line-height: 1.75;
  font-weight: 400;
  text-transform: none;
}

.market-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 8px;
}

.market-strip div {
  min-width: 132px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 6px;
}

.market-strip strong {
  display: block;
  color: #fff;
  font-size: 13px;
  letter-spacing: .5px;
}

.market-strip span {
  display: block;
  margin-top: 6px;
  font-family: Consolas, Monaco, monospace;
  font-size: 18px;
  font-weight: 700;
}

.up {
  color: var(--finance-green);
}

.down {
  color: var(--finance-red);
}

.bttn-applora-gradient {
  background: #fff;
  border: 1px solid rgba(216, 168, 78, .42);
  border-radius: 4px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
  text-transform: none;
}

.bttn-applora-gradient i,
.bttn-applora-gradient span,
.bttn-applora-gradient:hover span {
  background: none;
  -webkit-background-clip: initial;
  color: #0c1a2d;
}

.bttn-applora-gradient:before {
  background: linear-gradient(135deg, #d8a84e, #f0c96e) !important;
  border-radius: 4px;
}

.bttn-applora-gradient:hover span,
.bttn-applora-gradient:hover i {
  color: #07111f !important;
}

.header-content .bttn-head {
  margin-top: 26px;
}

.header-content .bttn-head a,
.download .download-content .store-butt a {
  margin: 10px 10px 0 0;
}

.risk-note {
  max-width: 660px;
  margin-top: 20px;
  color: #91a3ba;
  font-size: 13px;
  line-height: 1.7;
}

.terminal-frame {
  padding: 18px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .02));
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .35);
}

.photo-header img {
  position: static;
  width: 100%;
  height: auto;
}

.market-section {
  padding: 95px 0 70px;
  background: #f3f6f9;
}

.section-title h2 {
  color: #111827;
  font-size: 34px;
  text-transform: none;
}

.title-underline:before,
.title-underline:after {
  background: linear-gradient(90deg, transparent, var(--finance-gold), transparent);
}

.title-underline i {
  background: var(--finance-gold);
  -webkit-background-clip: text;
}

.trader-card {
  min-height: 244px;
  margin-bottom: 30px;
  padding: 30px 28px;
  background: #fff;
  border: 1px solid #dde5ef;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .08);
}

.trader-card i {
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  color: var(--finance-gold);
  background: #101f34;
  border-radius: 6px;
  line-height: 46px;
  text-align: center;
  font-size: 20px;
}

.trader-card h3 {
  margin: 0 0 12px;
  color: #111827;
  font-size: 20px;
  font-weight: 800;
}

.trader-card p {
  margin: 0;
  color: #556273;
  font-size: 15px;
  line-height: 1.85;
}

.feat-one {
  padding: 95px 0 60px;
  background: #fff;
}

.terminal-row {
  margin-bottom: 80px;
}

.feat-one .feat-one-text,
.feat-one .feat-two-text {
  padding-top: 34px;
}

.feat-one .feat-one-text h2,
.feat-one .feat-two-text h2 {
  color: #111827;
  font-size: 38px;
  font-weight: 800;
}

.feat-one .feat-one-text p,
.feat-one .feat-two-text p {
  width: auto;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.9;
}

.feature-list {
  margin: 22px 0 26px;
  padding: 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 24px;
  color: #283548;
  font-size: 15px;
}

.feature-list li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 9px;
  height: 9px;
  border: 2px solid var(--finance-gold);
  border-radius: 50%;
}

.feat-one .feat-one-img img,
.feat-one .feat-two-img img {
  border: 1px solid #d9e2ec;
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, .14);
}

.download {
  background: var(--finance-bg) !important;
}

.download .overlay {
  padding: 95px 0 105px;
}

.download .section-title h2,
.download .download-content .text-download p {
  color: #fff;
}

.download .download-content .text-download p {
  max-width: 780px;
  color: #c8d4e3;
  font-size: 18px;
}

.footer {
  background: #050b13;
  padding: 30px 0;
}

.footer .copyright p {
  margin-bottom: 6px;
  color: #c5d0dd;
}

.footer .copyright .footer-risk {
  color: #8898aa;
  font-size: 13px;
}

#scroll-top {
  background: #d8a84e;
  border-radius: 4px;
}

@media only screen and (max-width: 991px) {
  .hero-row {
    display: block;
  }

  .hero-container {
    padding-top: 125px;
  }

  .header-content h1 {
    font-size: 44px;
  }

  .terminal-frame {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .finance-hero {
    min-height: auto;
  }

  .navbar-nav {
    background: #07111f !important;
  }

  .header-inner {
    text-align: left;
  }

  .header-content h1 {
    font-size: 34px;
  }

  .header-content h4 {
    font-size: 17px;
    line-height: 1.65;
  }

  .market-strip div {
    flex: 1 1 100%;
  }

  .header-content .bttn-head a,
  .download .download-content .store-butt a {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }

  .photo-header img {
    display: block;
  }

  .market-section,
  .feat-one,
  .download .overlay {
    padding: 70px 0;
  }
}
