/* ===== BUITENFRAME ===== */
.luna-frame {
  display: flex;
  justify-content: center;
  padding: 40px 20px;
}

/* ===== PREMIUM KAART ===== */
.betty-video-wrapper {
  position: relative;
  width: 200px;
  padding: 18px;
  border-radius: 28px;
  background: linear-gradient(145deg, #ffffff, #f3f3f3);
  box-shadow:
    0 20px 60px rgba(0,0,0,0.15),
    0 0 25px rgba(226,0,223,0.25);
}

/* ===== VIDEO ===== */
.betty-video-wrapper video {
  width: 100%;
  display: block;
  border-radius: 18px;
}

/* ===== START BUTTON ===== */
.betty-btn {
  position: absolute;
  inset: 0;
  margin: auto;
  height: 50px;
  width: 180px;
  background: linear-gradient(135deg,#e200df,#ff4df6);
  color: white;
  border: none;
  border-radius: 40px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s ease;
  box-shadow: 0 0 25px rgba(226,0,223,0.6);
}

.betty-btn:hover {
  transform: scale(1.05);
}

.betty-btn:active {
  transform: scale(0.96);
}
