.s-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 26px;
  border-radius: 100px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}
.s-btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
.s-btn:active {
  transform: translateY(0);
}
.s-btn--gold {
  background: #FFD600;
  color: #032E72;
  border-color: #FFD600;
}
.s-btn--outline {
  background: transparent;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.s-btn--purple {
  background: linear-gradient(135deg, #9810FA 0%, #FF97FD 100%);
  color: #FFFFFF;
  border-color: transparent;
}

.s-hero {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 124px 40px 90px;
  text-align: center;
  overflow: hidden;
  background: linear-gradient(180deg, #3D0B76 0%, #5A179B 22%, #9A2EC2 48%, #C95FE0 70%, #FBF2FF 100%);
}
.s-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='82'%20height='96'%20viewBox='0%200%2082%2096'%20fill='none'%3E%3Cpath%20d='M95.2658%2047.4625H56.4235C52.0623%2046.6791%2048.5866%2043.2379%2047.8032%2038.8423V0H47.4625V38.8767C46.6791%2043.2379%2043.2379%2046.7122%2038.8423%2047.4956H0V47.8377H38.8767C43.2379%2048.6211%2046.7122%2052.0623%2047.4956%2056.4566V95.3333H47.8363V56.4235C48.6211%2052.0623%2052.0623%2048.5866%2056.4566%2047.8032H95.3333V47.4625H95.2658Z'%20fill='black'%20fill-opacity='0.1'/%3E%3C/svg%3E");
  background-size: 82px 96px;
  pointer-events: none;
  z-index: 0;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 55%, transparent 80%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 55%, transparent 80%);
}
.s-hero__content {
  position: relative;
  z-index: 1;
  max-width: 960px;
  margin: 0 auto;
}
.s-hero__logo {
  display: block;
  height: 96px;
  width: auto;
  max-width: 100%;
  margin: 0 auto 28px;
  object-fit: contain;
}
.s-hero__logo[src=""], .s-hero__logo:not([src]) {
  display: none;
}
.s-hero__heading {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 46px;
  line-height: 60px;
  color: #E0C10D;
  margin: 0 auto 22px;
  max-width: 900px;
}
.s-hero__body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 auto 34px;
  max-width: 770px;
}
.s-hero__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}
.s-hero__mockup {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 881px;
  margin: 56px auto 0;
}
.s-hero__mockup .s-hero__video {
  display: block;
  width: 100%;
  aspect-ratio: 881/496;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 1px 8px 8.6px rgba(0, 0, 0, 0.21);
  background: #000;
}

.s-why {
  width: 100%;
  box-sizing: border-box;
  padding: 96px 40px 104px;
  background: linear-gradient(180deg, #FBF2FF 0%, #FFFFFF 60%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.s-why__heading {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  margin: 0 0 56px;
  background: linear-gradient(90deg, #A926FB 0%, #E748EA 44%, #9F23AC 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.s-why__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
  max-width: 1147px;
}
.s-why__cta {
  margin-top: 48px;
  border: none;
}

.s-why-card {
  background: #FFFFFF;
  border: 1px solid #F0E6F7;
  border-radius: 16px;
  padding: 34px 32px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 4px 16px rgba(76, 16, 120, 0.06);
}
.s-why-card__icon-wrap {
  width: 80px;
  height: 80px;
  border-radius: 16px;
  background: linear-gradient(135deg, #9810FA 0%, #FF97FD 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  flex-shrink: 0;
}
.s-why-card__icon {
  width: 44px;
  height: 44px;
  object-fit: contain;
}
.s-why-card__title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #023C7C;
  margin: 0 0 16px;
}
.s-why-card__body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4A5565;
  margin: 0;
}

@media (max-width: 1024px) {
  .s-hero {
    padding: 116px 32px 80px;
  }
  .s-why {
    padding: 80px 32px 88px;
  }
}
@media (max-width: 960px) {
  .s-hero__heading {
    font-size: 38px;
    line-height: 50px;
  }
  .s-why__grid {
    grid-template-columns: 1fr;
    max-width: 520px;
    gap: 24px;
  }
}
@media (max-width: 600px) {
  .s-hero {
    padding: 104px 22px 64px;
  }
  .s-hero__logo {
    height: 70px;
    margin-bottom: 22px;
  }
  .s-hero__heading {
    font-size: 28px;
    line-height: 40px;
  }
  .s-hero__body {
    font-size: 16px;
    line-height: 26px;
  }
  .s-hero__mockup {
    margin-top: 40px;
  }
  .s-why {
    padding: 64px 22px 72px;
  }
  .s-why__heading {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 400px) {
  .s-hero__buttons {
    flex-direction: column;
    align-items: stretch;
  }
  .s-hero__buttons .s-btn {
    width: 100%;
  }
}

/*# sourceMappingURL=sparked.css.map */
