.hero-home {
  padding-bottom: 146px;
}

.headline-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 196px 0 0 0;
  gap: 32px;
}

.hero-headline span {
  background: linear-gradient(to right, #b82760, #fb1053, #fe5e3a, #f69c01);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

p span {
  font-weight: 700;
}

.overlay-gradient-right {
  position: absolute;
  top: -500px;
  right: -500px;
  width: 1456px;
  height: 1456px;
  border-radius: 50%;
  background: radial-gradient(circle, #fb105380, #fb105300, transparent 70%);
  pointer-events: none;
  opacity: 20%;
}

.overlay-gradient-center {
  position: absolute;
  top: -80px;
  right: -132px;
  width: 1456px;
  height: 1456px;
  border-radius: 50%;
  background: radial-gradient(circle, #fe5d3a80, #fe5d3a00, transparent 70%);
  pointer-events: none;
  opacity: 40%;
}

.overlay-gradient-left {
  position: absolute;
  top: -232px;
  left: -632px;
  width: 1456px;
  height: 1456px;
  border-radius: 50%;
  background: radial-gradient(circle, #fdc90880, #fb105300, transparent 70%);
  pointer-events: none;
  opacity: 30%;
}

.hero-btn-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}

.audio-sample-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.audio-sample-content {
  position: absolute;
  inset: 0;
  width: calc(100% - 112px);
  max-width: 1468px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  z-index: 2;
}

.audio-bg {
  width: 100%;
  height: 528px;
}

.player-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 46px;
  transform: translateX(200px);
}

.player-animation {
  position: relative;
}

.player-index {
  display: block;
  width: 716px;
  max-width: 100%;
  height: auto;
}

.play-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #ffffff;
  border: none;
  width: 92px;
  height: 92px;
  cursor: pointer;
}

.play-icon {
  color: #fb1053;
  font-size: 40px;
}

.hero-benefits {
  position: relative;
  padding-top: 126px;
  padding-bottom: 126px;
}

.benefits-headline-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 24px;
}

.benefits-headline-wrapper h2 span {
  background: linear-gradient(to right, #b82760, #fb1053, #fe5e3a, #f69c01);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.benefits-card-wrapper {
  padding-top: 42px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 28px;
}

.card-secondary {
  width: 564px;
  height: 356px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  background: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 12px;
}

.card-title-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-title-content h5 {
  font-weight: 700;
}

.list-wrapper {
  width: 100%;
}

.benefits-card-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.bullet-bg {
  min-width: 18px;
  min-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 100%;
  border: 2px solid #b82760;
  color: #b82760;
  font-size: 12px;
  flex-shrink: 0;
}

.card-primary {
  width: 564px;
  height: 356px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  background: linear-gradient(to right, #b82760, #fb1053, #fe5e3a, #f69c01);
  border: none;
  border-radius: 12px;
  color: white;
}

.card-primary i {
  color: white;
}

.bullet-bg-primary {
  min-width: 18px;
  min-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 100%;
  border: 2px solid white;
  color: white;
  font-size: 12px;
  flex-shrink: 0;
}

.hero-features {
  position: relative;
  overflow-x: visible;
  padding-top: 56px;
  padding-bottom: 180px;
}

.headline-features-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 2;
}

.headline-features-wrapper span {
  background: linear-gradient(to right, #b82760, #fb1053, #fe5e3a, #f69c01);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.grid-card-wrapper {
  position: relative;
  z-index: 2;
  padding-top: 56px;
  display: grid;
  grid-template-columns: repeat(3, 464px);
  justify-content: center;
  gap: 28px;
}

.feature-card {
  padding: 33px 40px;
  width: 464px;
  height: 356px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
  background: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 12px;
}

.feature-card a {
  text-decoration: none;
  background: linear-gradient(to right, #b82760, #fb1053, #fe5e3a, #f69c01);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-top: auto;
  margin-bottom: 12px;
}

.feature-card a:hover {
  text-decoration: underline #e9e9e9;
}

.feature-arrow {
  padding-left: 8px;
}

.icon-bg {
  width: 65px;
  height: 65px;
  min-width: 65px;
  min-height: 65px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 28px;
  background: linear-gradient(to right, #b82760, #fb1053, #fe5e3a, #f69c01);
  overflow: hidden;
  flex-shrink: 0;
}

.icon-bg img {
  object-fit: contain;
  display: block;
  flex-shrink: 0;
}

.feature-bg-wrapper {
  position: absolute;
  overflow: hidden;
  left: 0;
  bottom: -364px;
  width: 100%;
  height: 702px;
  z-index: 0;
  pointer-events: none;
  position: absolute;
}

.features-bg {
  width: 100%;
  height: 702px;
}

.features-cta-wrapper {
  margin-top: -80px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 24px;
  color: white;
}

.gradient-btn {
  width: 321px;
  height: 56px;
  position: relative;
  padding: 8px 20px;
  border-radius: 12px;
  border: none;
  background-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  color: white;
}

.gradient-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 2px;
  background: linear-gradient(to right, #b82760, #fb1053, #fe5e3a, #f69c01);

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.gradient-btn:hover {
  background: linear-gradient(to right, #b82760, #fb1053, #fe5e3a, #f69c01);
}

.cta-headline-wrapper {
  padding-top: 236px;
  padding-bottom: 132px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 24px;
}

.cta-headline-wrapper span {
  background: linear-gradient(to right, #b82760, #fb1053, #fe5e3a, #f69c01);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.primary-btn {
  padding: 8px 20px;
  width: 254px;
  height: 56px;
  border-radius: 12px;
  border: none;
  background-image: linear-gradient(
    to right,
    #b82760,
    #fb1053,
    #fe5e3a,
    #f69c01
  );
  color: white;
  cursor: pointer;
}

.hero-contact {
  min-height: 446px;
  display: flex;
  justify-content: center;
}

.contact-card {
  position: relative;
  overflow: hidden;
  width: 1468px;
  height: 338px;
  border-radius: 12px;
  border: 1px solid #e9e9e9;
  background: #ffffff;
}

.contact-card img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1200px;
  object-fit: cover;
}

.contact-text-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 0 0 0 96px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  z-index: 2;
}

.contact-text-content h5 {
  text-decoration: none;
  background: linear-gradient(to right, #b82760, #fb1053, #fe5e3a, #f69c01);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.contact-text-content a {
  text-decoration: none;
  text-decoration: none;
  background: linear-gradient(to right, #b82760, #fb1053, #fe5e3a, #f69c01);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.contact-text-content a:hover {
  text-decoration: underline 1px solid #e9e9e9;
}

.benefits-gradient-overlay-right {
  position: absolute;
  top: 80px;
  right: -100px;
  width: 1456px;
  height: 1456px;
  border-radius: 50%;
  background: radial-gradient(circle, #fdc90880, #fb105300 30%);
  pointer-events: none;
  opacity: 30%;
}

.benefits-gradient-overlay-left {
  position: absolute;
  top: -400px;
  left: -632px;
  width: 1456px;
  height: 1456px;
  border-radius: 50%;
  background: radial-gradient(circle, #fb105380, #fb105300, transparent 70%);
  pointer-events: none;
  opacity: 20%;
}

@media (max-width: 1500px) {
  .hero-home,
  .hero-benefits {
    overflow: hidden;
  }

  .hero-features {
    overflow: visible;
  }

  .overlay-gradient-right,
  .overlay-gradient-center,
  .overlay-gradient-left,
  .benefits-gradient-overlay-right,
  .benefits-gradient-overlay-left {
    display: none;
  }

  .headline-wrapper {
    padding: 156px 24px 0;
  }

  .hero-headline br,
  .subtitle br,
  .benefits-headline-wrapper br,
  .headline-features-wrapper br,
  .features-cta-wrapper br,
  .cta-headline-wrapper br,
  .contact-text-content br {
    display: none;
  }

  .audio-sample-content {
    padding: 0 8%;
  }

  .player-wrapper {
    transform: translateX(120px);
  }

  .benefits-card-wrapper {
    padding: 42px 48px 0;
  }

  .card-secondary,
  .card-primary {
    width: 100%;
    max-width: 564px;
  }

  .grid-card-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 56px 48px 0;
  }

  .feature-card {
    width: 100%;
  }

  .hero-contact {
    padding: 0 48px;
  }

  .contact-card {
    width: 100%;
  }
}

@media (max-width: 1400px) {
  .cta-headline-wrapper {
    padding-top: 280px;
  }
}

@media (max-width: 1100px) {
  .audio-sample-content {
    padding: 0 6%;
    gap: 32px;
  }

  .audio-sample-content h2 {
    max-width: 240px;
  }

  .player-wrapper {
    transform: none;
    gap: 24px;
  }

  .play-btn {
    width: 72px;
    height: 72px;
    min-width: 72px;
  }

  .play-icon {
    font-size: 30px;
  }

  .player-index {
    width: clamp(360px, 48vw, 520px);
  }

  .benefits-card-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .card-secondary,
  .card-primary {
    max-width: 720px;
    height: auto;
  }

  .grid-card-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-bg-wrapper {
    bottom: -260px;
    height: 620px;
  }

  .features-bg {
    height: 620px;
    object-fit: cover;
  }

  .feature-card {
    height: auto;
    min-height: 356px;
  }

  .features-cta-wrapper {
    margin-top: -156px;
    padding: 100px 48px 0;
  }

  .cta-headline-wrapper {
    padding: 200px 48px 120px;
  }

  .contact-text-content {
    padding-left: 48px;
    max-width: 58%;
  }

  .contact-card img {
    width: 900px;
  }
}

@media (max-width: 768px) {
  .hero-home {
    padding-bottom: 96px;
  }

  .headline-wrapper {
    padding: 136px 20px 0;
    gap: 24px;
  }

  .hero-btn-wrapper {
    flex-direction: column;
    width: 100%;
  }

  .hero-btn-wrapper .cta-btn,
  .hero-btn-wrapper .secondary-btn {
    width: 100%;
    max-width: 340px;
  }

  .audio-bg {
    height: 620px;
    object-fit: cover;
  }

  .audio-sample-content {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 40px;
    padding: 0 20px;
  }

  .player-wrapper {
    transform: none;
    gap: 24px;
  }

  .play-btn {
    width: 72px;
    height: 72px;
    min-width: 72px;
  }

  .play-icon {
    font-size: 30px;
  }

  .player-index {
    width: 420px;
  }

  .hero-benefits {
    padding: 96px 20px;
  }

  .benefits-card-wrapper {
    padding: 40px 0 0;
  }

  .card-secondary,
  .card-primary {
    padding: 32px 24px;
  }

  .hero-features {
    padding: 80px 16px 0;
  }

  .feature-bg-wrapper {
    display: none;
  }

  .grid-card-wrapper {
    grid-template-columns: 1fr;
    padding: 40px 0 0;
  }

  .feature-card {
    padding: 32px 24px;
    min-height: auto;
  }

  .features-cta-wrapper {
    margin-top: 32px;
    padding: 80px 20px 56px;
    background: linear-gradient(to right, #b82760, #fb1053, #fe5e3a, #f69c01);
  }

  .gradient-btn,
  .primary-btn {
    width: 100%;
    max-width: 340px;
  }

  .cta-headline-wrapper {
    padding: 160px 20px 96px;
  }

  .hero-contact {
    padding: 0 20px 56px 20px;
    min-height: auto;
  }

  .contact-card {
    height: auto;
    min-height: 420px;
  }

  .contact-card img {
    width: 100%;
    opacity: 0.18;
  }

  .contact-text-content {
    position: relative;
    max-width: 100%;
    padding: 64px 24px;
  }
}

@media (max-width: 460px) {
  .hero-home {
    padding-bottom: 72px;
  }

  .headline-wrapper {
    padding: 128px 16px 0;
  }

  .audio-bg {
    height: 560px;
  }

  .audio-sample-content {
    padding: 0 16px;
    gap: 32px;
  }

  .player-wrapper {
    flex-direction: column;
    gap: 24px;
  }

  .player-index {
    width: 320px;
  }

  .hero-benefits {
    padding: 80px 16px;
  }

  .card-secondary,
  .card-primary {
    padding: 28px 20px;
  }

  .benefits-card-list {
    gap: 20px;
  }

  .hero-features {
    padding: 80px 16px 120px;
  }

  .feature-card {
    padding: 28px 20px;
  }

  .features-cta-wrapper {
    padding: 72px 16px 24px;
  }

  .cta-headline-wrapper {
    padding: 140px 16px 80px;
  }

  .contact-text-content {
    padding: 56px 20px;
  }
}
