.home-audio-separator {
  display: block;
  width: 100%;
  max-width: 100%;
  height: clamp(42px, 5vw, 72px);
  overflow: hidden;
  background: transparent;
  border: 0;
  shape-rendering: geometricPrecision;
}

.home-audio-separator__base {
  fill: #ff6600;
}

.home-audio-separator__accent {
  fill: none;
  stroke: #ed1c24;
  stroke-width: 3;
  stroke-linecap: square;
  stroke-linejoin: miter;
  vector-effect: non-scaling-stroke;
}

@media (max-width: 575.98px) {
  .home-audio-separator {
    height: 38px;
  }
}

.home-media-showcase {
  padding: 1.5rem 0 1.75rem;
  background: #ff6600;
}

.home-media-showcase__grid {
  align-items: stretch;
}

.home-media-showcase__chat,
.home-media-showcase__feature {
  min-width: 0;
}

.home-media-showcase__chat-frame {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 560px;
  background: #09090b;
  border: 0;
}

.home-media-showcase__feature {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.home-media-showcase__sponsor {
  display: block;
  overflow: hidden;
}

.home-media-showcase__sponsor img {
  display: block;
  width: 100%;
  height: auto;
}

.home-media-showcase__video {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  background: #09090b;
  aspect-ratio: 16 / 9;
}

.home-media-showcase__video iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 991.98px) {
  .home-media-showcase__chat-frame {
    height: 440px;
    min-height: 440px;
  }

  .home-media-showcase__feature {
    margin-top: 1rem;
  }
}

@media (max-width: 575.98px) {
  .home-media-showcase {
    padding: 1rem 0 1.25rem;
  }

  .home-media-showcase__chat-frame {
    height: 380px;
    min-height: 380px;
  }
}

.mobile-app-prompt .modal-dialog {
  width: auto;
  max-width: 420px;
  margin: 1rem auto;
  padding: 0 0.75rem;
}

.mobile-app-prompt .modal-content {
  max-height: calc(100vh - 2rem);
  overflow-y: auto;
  color: #fff;
  background: #171717;
  border: 1px solid rgba(255, 102, 0, 0.65);
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.55);
}

.mobile-app-prompt__accent {
  flex: 0 0 6px;
  min-height: 6px;
  background: linear-gradient(90deg, #ff6600 0 68%, #ed1c24 68% 100%);
}

.mobile-app-prompt__close {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 16px;
  width: 40px;
  height: 40px;
  padding: 0;
  color: #fff;
  line-height: 36px;
  text-align: center;
  text-shadow: none;
  background: rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  opacity: 0.9;
}

.mobile-app-prompt__close:hover {
  color: #fff;
  background: rgba(255, 102, 0, 0.28);
  opacity: 1;
}

.mobile-app-prompt__body {
  padding: 2rem 1.75rem 1.5rem;
  text-align: center;
}

.mobile-app-prompt__logo {
  display: block;
  width: 146px;
  height: auto;
  margin: 0 auto 1rem;
}

.mobile-app-prompt__eyebrow {
  margin: 0 0 0.5rem;
  color: #ff8a3d;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mobile-app-prompt__title {
  margin: 0 auto 0.75rem;
  max-width: 320px;
  color: #fff;
  font-size: 1.85rem;
  font-weight: 700;
  line-height: 1.08;
}

.mobile-app-prompt__description {
  max-width: 330px;
  margin: 0 auto 1.35rem;
  color: #d9d9d9;
  font-size: 1rem;
  line-height: 1.5;
}

.mobile-app-prompt__store-link {
  display: block;
  width: min(230px, 100%);
  margin: 0 auto 0.9rem;
  border-radius: 9px;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.mobile-app-prompt__store-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.32);
}

.mobile-app-prompt__store-link img {
  display: block;
  width: 100%;
  height: auto;
}

.mobile-app-prompt__continue {
  padding: 0.4rem 0.65rem;
  color: #f1f1f1;
  font-size: 0.875rem;
  text-decoration: underline;
  background: transparent;
  border: 0;
}

.mobile-app-prompt__continue:hover {
  color: #ff9b59;
}

.mobile-app-prompt__close:focus,
.mobile-app-prompt__store-link:focus,
.mobile-app-prompt__continue:focus {
  outline: 3px solid #ff9b59;
  outline-offset: 3px;
}

@media (max-width: 420px) {
  .mobile-app-prompt .modal-dialog {
    margin: 0.75rem auto;
    padding: 0 0.5rem;
  }

  .mobile-app-prompt .modal-content {
    max-height: calc(100vh - 1.5rem);
    border-radius: 15px;
  }

  .mobile-app-prompt__body {
    padding: 1.65rem 1.25rem 1.25rem;
  }

  .mobile-app-prompt__logo {
    width: 126px;
    margin-bottom: 0.8rem;
  }

  .mobile-app-prompt__title {
    font-size: 1.6rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-app-prompt.fade,
  .mobile-app-prompt.fade .modal-dialog,
  .mobile-app-prompt__store-link {
    transition: none;
  }
}
