.product-page {
  background: #07051c;
  color: #ffffff;
}

.product-page .header {
  background: rgba(5, 4, 27, 0.92);
  border-bottom: 1px solid rgba(131, 105, 255, 0.16);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
}

.product-hero {
  position: relative;
  overflow: hidden;
  padding: 165px 0 84px;
  background:
    radial-gradient(circle at 78% 28%, rgba(95, 55, 220, 0.24), transparent 34%),
    linear-gradient(145deg, #060418 0%, #0b082d 55%, #100547 100%);
}

.product-hero:before {
  position: absolute;
  top: 72px;
  left: 50%;
  width: 860px;
  height: 860px;
  border: 1px solid rgba(121, 95, 255, 0.12);
  border-radius: 50%;
  content: "";
}

.product-hero__copy,
.product-hero__visual {
  position: relative;
  z-index: 1;
}

.product-hero__copy {
  max-width: 760px;
  margin-bottom: 42px;
}

.product-eyebrow,
.product-contact__card span {
  display: block;
  margin-bottom: 13px;
  color: #a998ff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.product-hero h1 {
  margin-bottom: 18px;
  color: #ffffff;
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
}

.product-hero__copy p {
  max-width: 650px;
  margin-bottom: 28px;
  color: #d2cfee;
  font-size: 18px;
  line-height: 1.8;
}

.product-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}

.product-link {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}

.product-link:hover {
  color: #b8a9ff;
}

.product-hero__visual {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(131, 105, 255, 0.34);
  border-radius: 22px;
  background: #050417;
  -webkit-box-shadow: 0 30px 90px rgba(0, 0, 0, 0.44);
          box-shadow: 0 30px 90px rgba(0, 0, 0, 0.44);
}

.product-hero__visual img {
  display: block;
  width: 100%;
  height: auto;
}

.product-features {
  background: #100028;
}

.product-section-title {
  max-width: 620px;
  margin-bottom: 52px;
}

.product-feature {
  height: calc(100% - 30px);
  margin-bottom: 30px;
  padding: 34px 28px;
  border: 1px solid rgba(122, 98, 230, 0.28);
  border-radius: 16px;
  background: linear-gradient(155deg, rgba(35, 22, 83, 0.94), rgba(14, 8, 42, 0.94));
}

.product-feature > span {
  display: inline-block;
  margin-bottom: 38px;
  color: #8e79ff;
  font-family: "Play", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.product-feature h3 {
  margin-bottom: 14px;
  color: #ffffff;
  font-size: 21px;
  font-weight: 700;
}

.product-feature p {
  margin-bottom: 0;
  color: #b7b3d0;
  line-height: 1.75;
}

.product-contact {
  padding: 88px 0;
  background: #07051c;
}

.product-contact__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  padding: 48px 52px;
  border: 1px solid rgba(137, 110, 255, 0.36);
  border-radius: 20px;
  background: linear-gradient(120deg, rgba(41, 23, 102, 0.96), rgba(18, 8, 65, 0.96));
}

.product-contact__card h2 {
  max-width: 680px;
  margin: 0;
  color: #ffffff;
  font-size: 31px;
  line-height: 1.35;
}

.product-footer {
  padding: 36px 0;
  border-top: 1px solid rgba(131, 105, 255, 0.18);
  background: #050416;
}

.product-footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}

.product-footer img {
  width: 180px;
}

.product-footer p {
  margin: 0;
  color: #8f8ba7;
  font-size: 13px;
}

@media only screen and (max-width: 767px) {
  .product-hero {
    padding: 132px 0 60px;
  }

  .product-hero h1 {
    font-size: 48px;
  }

  .product-hero__copy p {
    font-size: 16px;
  }

  .product-contact__card,
  .product-footer .container {
    display: block;
  }

  .product-contact__card {
    padding: 34px 26px;
  }

  .product-contact__card h2 {
    margin-bottom: 26px;
    font-size: 24px;
  }

  .product-footer {
    text-align: center;
  }

  .product-footer img {
    margin-bottom: 20px;
  }
}
