.fastpay-landing {
  min-height: 100vh;
  background: #ffffff;
  color: #121212;
  overflow-x: hidden;
}

.fastpay-landing * {
  letter-spacing: 0;
}

.fastpay-landing-header .main-header {
  padding: 22px 48px;
}

.fastpay-landing-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #121212;
  text-decoration: none;
}

.fastpay-landing-logo span {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 10px;
  background: #121212;
  color: #ffffff;
  font-weight: 800;
}

.fastpay-landing-logo strong {
  font-size: 24px;
  font-weight: 800;
  white-space: nowrap;
}

.fastpay-landing .site-btn {
  background: #0f2e5f;
  border-radius: 0;
  text-transform: none;
}

.fastpay-landing .site-scroll .site-content,
.fastpay-landing .site-scroll .site-image {
  opacity: 1;
  transform: none;
}

.fastpay-landing .link-btn {
  border-radius: 0;
  text-transform: none;
}

.fastpay-hero {
  background: #ffffff;
}

.fastpay-hero-content {
  max-width: 900px;
}

.fastpay-hero-content h1 {
  margin: 0;
  color: #080707;
  font-size: 80px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.96;
  text-transform: none;
}

.fastpay-hero-copy {
  max-width: 650px;
  color: #242a32;
  font-size: 21px;
  line-height: 1.45;
}

.fastpay-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  align-items: center;
}

.fastpay-secondary-link {
  color: #171717;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
}

.fastpay-secondary-link:hover {
  text-decoration: underline;
}

.fastpay-hero-images {
  right: 7%;
  bottom: 12%;
}

.fastpay-about-section h2,
.fastpay-controls-section .section-heading h2,
.fastpay-signals-section h2 {
  text-transform: none;
}

.fastpay-about-section .slide-text {
  overflow: hidden;
}

.fastpay-about-section .text-slider {
  white-space: nowrap;
}

.fastpay-controls-section .accordion__intro h4 {
  display: flex;
  align-items: center;
  gap: 18px;
}

.fastpay-controls-section .accordion__content p {
  max-width: 760px;
}

.fastpay-intro-section .section-heading .large {
  color: #706c6c;
  font-size: 42px;
  line-height: 1.25;
}

.fastpay-signals-section .site-testinonial {
  height: 100%;
}

.fastpay-signal-icon {
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #121212;
  color: #ffffff;
  font-weight: 800;
}

.fastpay-landing footer .ftr-nav a,
.fastpay-landing footer .ftr-nav p,
.fastpay-landing footer .site-copyright {
  color: inherit;
}

.fastpay-landing footer .bottom-footer {
  align-items: center;
}

@media (max-width: 991px) {
  .fastpay-landing-header .main-header {
    padding: 18px 22px;
  }

  .fastpay-landing .hdr-btn {
    display: block;
  }

  .fastpay-hero-content h1 {
    font-size: 54px;
  }

  .fastpay-hero-copy {
    font-size: 19px;
  }

  .fastpay-hero-images {
    right: 5%;
    bottom: 7%;
    transform: scale(0.82);
    transform-origin: bottom right;
  }

  .fastpay-intro-section .section-heading .large {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .fastpay-landing .d-flex.justify-space-between {
    flex-wrap: nowrap;
    gap: 12px;
  }

  .fastpay-landing .site-nav {
    z-index: 20;
  }

  .fastpay-landing .main-navigation {
    margin-left: auto;
  }

  .fastpay-landing .hdr-btn {
    display: block;
    margin-left: auto;
    order: initial;
  }

  .fastpay-landing .hdr-btn .site-btn {
    min-width: 0;
    min-height: 0;
    padding: 12px 17px;
    background: #0f2e5f;
    font-size: 14px;
    line-height: 1.2;
  }

  .fastpay-landing .site-toggle {
    flex: 0 0 auto;
    order: initial;
  }

  .fastpay-landing-logo {
    gap: 8px;
  }

  .fastpay-landing-logo span {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }

  .fastpay-landing-logo strong {
    font-size: 18px;
  }

  .fastpay-landing-header .main-header {
    padding: 21px 25px;
  }

  .fastpay-hero-content {
    width: calc(100vw - 50px);
    max-width: calc(100vw - 50px);
  }

  .fastpay-hero-content h1 {
    font-size: 48px;
    line-height: 1;
  }

  .fastpay-hero-copy {
    max-width: 100%;
    font-size: 17px;
  }

  .fastpay-hero-actions {
    gap: 18px;
  }

  .fastpay-hero-actions .link-btn,
  .fastpay-hero-actions .fastpay-secondary-link {
    width: auto;
    justify-content: flex-start;
    text-align: left;
    font-size: 16px;
  }

  .fastpay-intro-section .section-heading .large {
    font-size: 28px;
  }

  .fastpay-landing footer .bottom-footer {
    display: grid;
    gap: 8px;
    text-align: left;
  }
}

@media (max-width: 480px) {
  .fastpay-hero-content h1 {
    font-size: 44px;
  }

  .fastpay-hero-copy {
    font-size: 16px;
  }
}
