@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


.fp-hero{
  background-image: url('img/img-promo/back-cloud.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.fp-landing {
  width: 100%;
  overflow-x: hidden;
 
  font-optical-sizing: auto;
  font-style: normal;
}

.fp-hero {
  position: relative;
  min-height: 768px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  padding-bottom: 190px;
}

.fp-container {
  max-width: 1440px;
  padding: 65px 36px 0;
}

.fp-main-row {
  min-height: 560px;
}

.fp-logo {
  width: 220px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.fp-badge {
  display: inline-block;
  background: #ff0808;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 10px 10px;
  border-radius: 14px;
  margin-bottom: 22px;
}

.fp-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 16px;
  text-shadow: 0 4px 10px rgba(0,0,0,.25);
}

.fp-subtitle {
  color: #ffd900;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 22px;
}

.fp-gb-box {
  max-width: 425px;
  margin: 0 auto 24px;
  padding: 20px 26px;
  background: rgba(0, 120, 220, .38);
  border-radius: 16px;
}

.fp-gb-box p {
  font-size: 19px;
  font-weight: 500;
  margin: 0 0 4px;
}

.fp-gb {
  font-size: 58px;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  text-shadow: 0 4px 8px rgba(0,0,0,.35);
}

.fp-free {
  font-size: 46px;
  font-weight: 900;
  line-height: 1;
  color: #ffd900;
  text-shadow: 0 4px 8px rgba(0,0,0,.35);
}

.fp-cta {
  display: inline-block;
  min-width: 300px;
  background: linear-gradient(180deg, #ffe600 0%, #f4b700 100%);
  color: #05294c;
  text-decoration: none;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.08;
  padding: 20px 32px;
  border-radius: 16px;
  box-shadow: 0 5px 0 #c49500, 0 10px 20px rgba(0,0,0,.28);
  text-shadow: 0 3px 5px rgba(0,0,0,.2);
}

.fp-cta strong {
  font-size: 40px;
  font-weight: 700;
}

.fp-right {
  padding-top: 30px;
}

.fp-prizes-wrapper {
  max-width: 625px;
  margin: 0 auto;
  background: #05294c;
  border-radius: 28px;
  padding: 22px 22px 15px;
}

.fp-prizes-title {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

.fp-prize-card {
  min-height: 448px;
  background: #fff;
  color: #05294c;
  border-radius: 22px;
  padding: 26px 22px;
  text-align: center;
  overflow: hidden;
}

.fp-prize-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px;
}

.fp-prize-number {
  font-size: 45px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 10px;
}

.fp-prize-card p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.18;
  margin: 0;
}

.fp-disney {
  width: 145px;
  max-width: 100%;
  margin: 16px auto 14px;
  display: block;
  border-radius: 8px;
}

.fp-mvshub {
  width: 130px;
  max-width: 100%;
  display: block;
  margin: 14px auto 0;
}

.fp-phone-card h3 {
  font-size: 20px;
}

.fp-phone-card h4 {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.15;
  margin: 20px 0 12px;
}

.fp-phone {
  width: 220px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.fp-legal {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #000;
  padding: 36px 36px 24px;
}

.fp-legal-links {
  display: flex;
  justify-content: center;
  gap: 90px;
  margin-bottom: 28px;
}

.fp-legal-links a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.fp-legal p {
  max-width: 1380px;
  margin: 0 auto;
  color: #fff;
  font-size: 10px;
  line-height: 1.05;
}

/* Responsive */
@media (max-width: 991px) {
  .fp-hero {
    min-height: auto;
    padding-bottom: 0;
  }

  .fp-container {
    padding: 42px 24px;
  }

  .fp-main-row {
    min-height: auto;
  }

  .fp-right {
    margin-top: 40px;
  }

  .fp-legal {
    position: relative;
  }
}

@media (max-width: 575px) {
  .fp-logo {
    width: 190px;
  }

  .fp-title {
    font-size: 32px;
  }

  .fp-subtitle {
    font-size: 20px;
  }

  .fp-gb {
    font-size: 58px;
  }

  .fp-free {
    font-size: 38px;
    display: block;
  }

  .fp-cta {
    min-width: 100%;
    font-size: 24px;
  }

  .fp-cta strong {
    font-size: 38px;
  }

  .fp-prizes-wrapper {
    padding: 18px;
  }

  .fp-legal-links {
    flex-direction: column;
    gap: 12px;
  }

  .fp-legal p {
    font-size: 10px;
    line-height: 1.15;
  }
}