.hero-section__title span {
  color: #f49e12 !important;
}

.hero-section__title strong {
  color: #ffffff !important;
}

button.cta-button.hero-section__cta {
  font: inherit;
}

body:has(dialog[open]) .home-sticky {
  display: none;
}

.home-sticky {
  display: none;
}

@media (max-width: 767px) {
  body {
    padding-bottom: calc(var(--home-sticky-h, 76px) + env(safe-area-inset-bottom));
  }

  .home-sticky {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 12px;
    min-height: var(--home-sticky-h, 76px);
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
    color: #ffffff;
    background: #1b123d;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.28);
  }

  .home-sticky__copy {
    flex: 1 1 auto;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
  }

  .home-sticky__copy strong {
    display: block;
    font-size: 18px;
    font-weight: 800;
  }

  .home-sticky__cta {
    flex: 0 0 auto;
    min-height: 48px;
    padding: 10px 18px;
    border: 0;
    border-radius: 8px;
    color: #1b123d;
    background: #f49e12;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
  }

  .home-sticky__cta:hover,
  .home-sticky__cta:focus-visible {
    background: #ffb53a;
  }
}
