.lp-app-banner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 100px;
  margin-block: 20px 24px;
  padding: 18px 20px;
  overflow: hidden;
  border-radius: 20px;
  background: #07545c;
  color: #fff;
  box-shadow: 0 10px 26px rgb(0 38 43 / 22%);
}

.lp-app-banner::after {
  position: absolute;
  top: -74px;
  right: -34px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgb(255 255 255 / 8%);
  content: '';
}

.lp-app-banner-icon {
  position: relative;
  z-index: 1;
  display: grid;
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 16px;
  background: #fff;
}

.lp-app-banner-icon img { display: block; width: 40px; height: 40px; object-fit: contain; }

.lp-app-banner-copy {
  position: relative;
  z-index: 1;
  display: grid;
  min-width: 0;
  gap: 3px;
}

.lp-app-banner-eyebrow {
  color: #ffdc62;
  font: 900 10px/1 Inter, 'LP Live Inter', system-ui, sans-serif;
  letter-spacing: 1.4px;
}

.lp-app-banner-copy strong {
  max-width: 680px;
  font: 700 20px/1.1 'Playfair Display', 'LP Live Playfair', Georgia, serif;
}

.lp-app-banner-copy > span:last-child {
  color: rgb(255 255 255 / 91%);
  font: 500 13px/1.35 Inter, 'LP Live Inter', system-ui, sans-serif;
}

.lp-app-banner-badge {
  position: relative;
  z-index: 1;
  flex: none;
  margin-left: auto;
  padding: 10px 15px;
  border-radius: 999px;
  background: #ffcb4d;
  color: #163e43;
  font: 900 11px/1 Inter, 'LP Live Inter', system-ui, sans-serif;
  letter-spacing: .2px;
  white-space: nowrap;
}

@media (max-width: 600px) {
  .lp-app-banner {
    align-items: flex-start;
    gap: 12px;
    min-height: 0;
    margin-block: 14px 18px;
    padding: 15px;
    border-radius: 17px;
  }

  .lp-app-banner-icon { flex-basis: 48px; width: 48px; height: 48px; border-radius: 13px; }
  .lp-app-banner-icon img { width: 33px; height: 33px; }
  .lp-app-banner-copy { flex: 1 1 calc(100% - 60px); }
  .lp-app-banner-copy strong { font-size: 17px; line-height: 1.12; }
  .lp-app-banner-copy > span:last-child { font-size: 12px; }
  .lp-app-banner-badge { margin: 0 0 0 60px; padding: 9px 13px; font-size: 10px; }
}
