/* Full-width SUNMI / devices promo banner below partner logos */
.home-device-banner {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
  position: relative;
  z-index: 24;
  border-bottom: 1px solid var(--border);
  background: #0a0a0a;
  text-decoration: none;
  overflow: hidden;
  transition: filter 0.25s ease, opacity 0.25s ease;
}

.home-device-banner:hover {
  filter: brightness(1.06);
}

.home-device-banner:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: -2px;
}

.home-device-banner img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .home-device-banner img {
    object-fit: contain;
    background: #0a0a0a;
  }
}

/* Pricing promo — before/after POS (above FAQ) */
.home-pricing-banner {
  border-top: 1px solid var(--border);
  background: #f3efe8;
}

.home-pricing-banner img {
  object-fit: contain;
  background: #f3efe8;
}

@media (max-width: 768px) {
  .home-pricing-banner img {
    object-fit: contain;
    background: #f3efe8;
  }
}
