body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.mockup-glass {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
  backdrop-filter: blur(10px);
}

.phone-frame {
  border-width: 6px !important;
  padding: 0;
}

.phone-screen {
  inset: 4px;
  aspect-ratio: 9 / 19.5;
  background: #f6f8f7;
  border-radius: 2.6rem;
}

.phone-home-indicator {
  position: absolute;
  left: 50%;
  bottom: 12px;
  z-index: 30;
  width: 92px;
  height: 4px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.68);
  transform: translateX(-50%);
  pointer-events: none;
}

.phone-screenshot-carousel {
  position: relative;
  width: 100%;
  height: 100%;
  background: #f6f8f7;
  overflow: hidden;
}

.phone-screenshot {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
  opacity: 0;
  transition: opacity 520ms ease;
}

.phone-screenshot.is-active {
  opacity: 1;
}

.brand-logo img,
.coach-avatar img,
[data-qr-box] img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-logo img {
  border-radius: 0.5rem;
}

.coach-avatar img,
[data-qr-box] img {
  border-radius: inherit;
}

[data-qr-box] img {
  display: block;
  object-fit: contain;
}

.feature-card-icon-image {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: inherit;
  object-fit: cover;
}

.feature-card-icon {
  flex-shrink: 0;
  overflow: hidden;
}

.feature-card-icon.has-image {
  padding: 0;
}
