@font-face {
  font-family: 'Helvetica Now Text Regular';
  src: url('../fonts/HelveticaNowText-Regular.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Now Text Bold';
  src: url('../fonts/HelveticaNowText-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0;
  background-color: #1c1c1c;
  color: white;
  font-family: 'Helvetica Now Text Regular', sans-serif;
}

header {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  width: 100%;
  background-color: #1e2018;
  padding: 16px;
}

.landing {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: linear-gradient(104deg, rgba(27, 28, 27, 0.54) 0%, rgba(27, 28, 27, 0.36) 21.04%, rgba(27, 28, 27, 0.24) 44.31%, rgba(27, 28, 27, 0.00) 66.3%), linear-gradient(105deg, rgba(27, 28, 27, 0.60) 0%, rgba(27, 28, 27, 0.54) 53.08%, rgba(27, 28, 27, 0.00) 100%), linear-gradient(90deg, #1B1C1B 0.08%, rgba(27, 28, 27, 0.40) 50.95%, rgba(27, 28, 27, 0.00) 99.91%), url('../img/landing-background.webp') #1E2018 50% / cover no-repeat;
  background-size: cover;
  background-position: center right;
}

.landing-content {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 15px;
}

.landing-content > div {
  max-width: 792px;
}

.landing-background-mobile {
  display: none;
}

.landing h1 {
  margin: 0 0 15px 0;
  font-size: 70px;
  font-family: 'Helvetica Now Text Bold', sans-serif;
  line-height: 78px;
}

.landing-offer {
  margin-bottom: 30px;
}

.landing-offer h2 {
  margin: 0;
  font-size: 36px;
  font-family: 'Helvetica Now Text Bold', sans-serif;
}

.landing-offer p {
  margin: 0;
  font-size: 20px;
}

.cta-link {
  position: relative;
  z-index: 3;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 285px;
  padding: 20px 30px;
  border-radius: 12px;
  background: url('../img/button-background.png') #f76e0f 50% / cover no-repeat;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'Helvetica Now Text Bold', sans-serif;
  margin: 0 30px 30px 30px;
}

.cta-link::before {
  content: "";
  background-image: url('../img/left-leaf.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: -35px;
}

.cta-link::after {
  content: "";
  background-image: url('../img/right-leaf.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 2;
  top: 0;
  right: -45px;
}

.landing-payments-logos {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}

.terms-info {
  margin: 0px;
  color: rgba(255, 255, 255, 0.80);
  font-size: 14px;
}

.hidden {
  visibility: hidden;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.fade-out {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}

footer {
  background-color: #21231a;
  color: #bababa;
  text-align: center;
  font-size: 14px;
  padding: 40px 15px;
}

footer > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
}

footer > div ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  list-style-type: none;
}

footer > div ul li:nth-of-type(1) img {
  width: 32px;
}

footer > div ul li:nth-of-type(2) img {
  width: 117px;
  margin: 0 15px;
}

footer > div ul li:nth-of-type(3) img {
  width: 56px;
}

.copyright {
  padding-top: 40px;
  font-size: 12px;
}

@media (max-width: 1600px) {
  .landing h1 {
    font-size: 64px;
    line-height: 72px;
  }

  .landing-offer h2 {
    font-size: 32px;
  }
}

@media (max-width: 1200px) {
  .landing h1 {
    font-size: 52px;
    line-height: 60px;
  }

  .landing-offer h2 {
    font-size: 30px;
  }
}

@media (max-width: 992px) {
  .landing h1 {
    font-size: 48px;
    line-height: 56px;
  }

  .landing-offer h2 {
    font-size: 28px;
  }

  .landing-offer p {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .landing {
    background: #191a18;
  }

  .landing-content > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .landing h1 {
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
  }

  .landing-offer img {
    display: none;
  }

  .landing-offer h2 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 500;
  }

  .landing-offer p {
    font-size: 15px;
  }

  .cta-link {
    max-width: 355px;
    width: calc(100% - 120px);
  }

  .landing-payments-logos {
    flex-wrap: wrap;
    justify-content: center;
  }

  .landing-payments-logos img {
    width: 60px;
  }

  .terms-info {
    width: 100%;
    text-align: left;
  }

  .landing-background-mobile {
    display: inline-block;
    width: calc(100% + 30px);
    height: 300px;
    background-image: url('../img/landing-background.webp');
    background-size: cover;
    background-position: 80% 80%;
    margin-bottom: 30px;
  }
}