.vitolux-app-teaser {
  position: relative;
  z-index: 32;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 0;
  border-block: 1px solid rgba(255, 255, 255, 0.11);
  border-inline: 0;
  background:
    radial-gradient(circle at 14% 0%, rgba(240, 200, 91, 0.2), transparent 28%),
    radial-gradient(circle at 86% 30%, rgba(255, 255, 255, 0.08), transparent 22%),
    linear-gradient(90deg, rgba(6, 6, 6, 0.96), rgba(28, 24, 18, 0.94) 48%, rgba(8, 8, 8, 0.96));
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.28), 0 0 42px rgba(201, 162, 74, 0.1);
  backdrop-filter: blur(18px) saturate(1.1);
}

.vitolux-app-teaser-inner {
  width: min(100% - 36px, 1180px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 10px 0;
}

.vitolux-phone-mini {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  padding: 0;
  background: linear-gradient(160deg, #2a2a2a, #111);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 16px 34px rgba(0,0,0,.42),
    0 1px 0 rgba(255,255,255,.08) inset;
}

.vitolux-phone-mini-screen {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: radial-gradient(circle at 30% 0%, rgba(255,255,255,.08), transparent 35%);
}

.vitolux-phone-mini-screen::before {
  content: "V";
  position: static;
  width: auto;
  height: auto;
  border: 0;
  box-shadow: none;
  color: #d4b85a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0;
}

.vitolux-phone-mini-screen::after {
  display: none;
}

.vitolux-app-copy {
  min-width: 0;
}

.vitolux-app-copy strong {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 1.15;
}

.vitolux-app-copy span {
  display: block;
  margin-top: 3px;
  color: rgba(255,255,255,.55);
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vitolux-store-badges {
  display: flex;
  align-items: center;
  gap: 8px;
}

.vitolux-store-badge {
  min-width: 124px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.vitolux-store-badge i {
  display: flex;
  width: 19px;
  height: 19px;
  color: #fff;
  font-style: normal;
}

.vitolux-store-badge svg {
  width: 100%;
  height: 100%;
  display: block;
}

.vitolux-store-badge small,
.vitolux-store-badge b {
  display: block;
  line-height: 1.05;
}

.vitolux-store-badge small {
  color: rgba(255,255,255,.48);
  font-size: 8px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.vitolux-store-badge b {
  margin-top: 2px;
  font-size: 11px;
}

@media (max-width: 760px) {
  .vitolux-app-teaser {
    width: 100%;
    margin: 0 auto;
  }

  .vitolux-app-teaser-inner {
    width: min(100% - 24px, 390px);
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
    padding: 10px 0;
  }

  .vitolux-store-badges {
    grid-column: 1 / -1;
    width: 100%;
  }

  .vitolux-store-badge {
    flex: 1;
    min-width: 0;
    justify-content: center;
  }
}
