.lv-book-banner {
  margin-top: 1.35rem;
  max-width: 26rem;
}

.lv-book-banner__eyebrow {
  margin: 0 0 0.4rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-transform: uppercase;
}

.lv-book-banner__headline {
  margin: 0 0 0.5rem;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.lv-book-banner__body {
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  line-height: 1.75;
}

.lv-book-banner__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.62rem 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  transition:
    background-color 220ms ease,
    border-color 220ms ease,
    color 220ms ease;
}

.lv-book-banner__cta:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: #fff;
  color: #fff;
}

.lv-book-banner__cta:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.9);
  outline-offset: 3px;
}

@media (max-width: 1050px) {
  .lv-book-banner {
    max-width: 100%;
    margin-top: 1.1rem;
  }

  .lv-book-banner__headline {
    font-size: 1rem;
  }

  .lv-book-banner__cta {
    width: 100%;
    max-width: 16.5rem;
    min-height: 3rem;
    padding: 0.7rem 1.15rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lv-book-banner__cta {
    transition: none;
  }
}
