body {
  font-family: "Inter", sans-serif;
}
img {
  display: block;
  height: auto;
  max-width: 100%;
}
.gradient-hero-bg::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 150%;
  top: 0;
  left: 0;
  background: #A20045;
  background: linear-gradient(0deg,rgba(162, 0, 69, 0) 0%, rgba(162, 0, 69, 1) 50%);
}
.gradient-hero-bg > * {
  position: relative;
  z-index: 1;
}
.site-wrapper {
  max-width: 567px;
  margin-inline: auto;
}
.site-brand img {
  height: 56px;
}
.site-hero .entry-subtitle {
  /* font-size: clamp(2.625rem, 2.1392rem + 2.4291vw, 3rem); */
  line-height: 1.2;
}
.site-hero .entry-title {
  line-height: 0.9;
}
.price-block {
  font-size: clamp(4.25rem, 1.8153rem + 4.0486vw, 4.75rem);
  line-height: 1.1;
}
.price {
  font-weight: 900;
}
.price ins {
  text-decoration: none;
}
.price del {
  font-size: 60%;
  font-weight: 400;
  line-height: 1.4;
  opacity: 0.6;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 12px;
  font-size: 20px;
  font-weight: 700;
  padding-inline: 42px;
  padding-block: 18px;
  border-radius: 120px;
}
.button.button-white {
  color: #fff;
  background-color: #25d366;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.button.button-white svg {
  width: 28px;
  height: 28px;
  -webkit-filter: drop-shadow( 0 1px 2px rgba(0, 0, 0, .3));
  filter: drop-shadow( 0 1px 2px rgba(0, 0, 0, .3));
}
@media screen and (max-width: 400px) {
  .button {
    font-size: 18px;
    padding-inline: 38px;
  }
}
.text-gradient-gray {
  color: #FFFFFF; 
  background-image: linear-gradient(180deg, #FFFFFF , #B8B8B8 100%); 
  background-clip: text; 
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent; 
}
.text-size-1 {
  font-size: clamp(2.5rem, 1.5283rem + 4.8583vw, 3.25rem);
  line-height: 1.2;
}
.text-size-2 {
  font-size: clamp(2.625rem, -0.128rem + 13.7652vw, 4.75rem);
}
.bg-gradient-blue {
  background: #003783;
  background: linear-gradient(158deg, rgba(0, 55, 131, 1) 0%, rgba(1, 114, 178, 1) 58%, rgba(1, 155, 200, 1) 100%);
}
.bg-gradient-purple {
  background: #6F51A9;
  background: linear-gradient(158deg, rgba(111, 81, 169, 1) 0%, rgba(133, 93, 201, 1) 58%, rgba(161, 133, 209, 1) 100%);
}
.bg-gradient-black {
  background: #282c2e;
  background: linear-gradient(0deg, rgba(40, 44, 46, 1) 0%, rgba(29, 34, 36, 1) 100%);
}
.video-wrapper {
  position: relative;
  width: 100%;
  video {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}
.checklist span {
  font-size: clamp(16px,320px,19px);
}
.footer-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.footer-menu li {
  position: relative;
}
.footer-menu li+li:before {
  content: '/';
  margin-inline-end: 1rem;
  opacity: .3;
}