#stars_hp .footer_cta {
  background: linear-gradient(to bottom right, #316EC2 0%, #2B96DD 100%);
  color: #fff;
  text-align: center;
  padding: 80px 0 80px;
  position: relative;
}

#stars_hp .footer_cta .footer_logo_text {
  font-size: 220px;
  letter-spacing: 0.05em;
  font-weight: 900;
  text-align: center;
  position: absolute;
  top: -86px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(to bottom, #FFFFFF 0%, #2E85D2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.17;
  line-height: unset;
  text-shadow: none;
}

#stars_hp .footer_cta h3 {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0.07em;
  font-weight: bold;
  text-shadow: 4px 4px 7px rgba(0, 0, 0, 0.17);
  margin-bottom: 32px;
  position: relative;
}

#stars_hp .footer_cta h3::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 170px;
  height: 2px;
  background: #fff;
}

#stars_hp .footer_cta p {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.07em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.20);
}

#stars_hp .footer_cta a {
  display: block;
  width: 345px;
  height: 87px;
  margin: 30px auto 0;
}

#stars_hp footer {
  padding: 30px 50px;
}

#stars_hp .footer_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#stars_hp .footer_logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

#stars_hp .footer_logo img {
  width: 80px;
  height: 80px;
}

#stars_hp .footer_logo p {
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 0.07em;
  font-weight: bold;
}

#stars_hp .footer_nav {
  overflow: hidden;
}

#stars_hp .footer_nav ul {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 40px;
}

#stars_hp .footer_nav li {
  list-style: none;
}

#stars_hp .footer_nav a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.07em;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}

#stars_hp .footer_nav a:hover {
  opacity: 0.5;
}

#stars_hp .footer_address {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.07em;
  margin-top: 20px;
}

#stars_hp .footer_privacy {
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 0.07em;
  font-weight: 400;
  text-align: end;
  margin: 0 0 0 auto;
  margin-top: 9px;
  display: table;
}

#stars_hp .footer_copyright {
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 0.07em;
  font-weight: 400;
  text-align: end;
  margin-top: 10px;
}

@media (max-width: 1024px) {
    #stars_hp .footer_inner{
      flex-direction: column;
  }
}


@media (max-width: 768px) {
  #stars_hp footer {
    padding: 57px 16px 95px;
  }

  #stars_hp .footer_cta{
    padding: 72px 0 72px;
  }

  #stars_hp .footer_cta h3::after{
    width: 100px;
  }

  #stars_hp .footer_logo img {
    width: 40px;
    height: 40px;
  }

  #stars_hp .footer_logo p {
    font-size: 18px;
  }

  #stars_hp .footer_cta .footer_logo_text {
    font-size: 100px;
    top: -39px;
  }

  #stars_hp .footer_cta h3 {
    font-size: 16px;
    line-height: 30px;
  }

  #stars_hp .footer_cta p {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.1em;
  }

  #stars_hp .footer_cta a {
    width: calc(100% - 32px);
    height: 80px;
  }

  #stars_hp .footer_inner {
    flex-direction: column;
    align-items: baseline;
    gap: 20px;
  }

  #stars_hp .footer_nav ul {
    flex-direction: column;
    align-items: baseline;
    gap: 20px;
  }

  #stars_hp .footer_address {
    font-size: 13px;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 38px;
  }

  #stars_hp .footer_privacy {
    font-size: 12px;
    line-height: 15px;
    margin-top: 38px;
  }

  #stars_hp .footer_copyright {
    font-size: 12px;
    line-height: 15px;
  }
}