.os3mt-launch-button {
  appearance: none;
  border: 0;
  border-radius: 6px;
  background: #10243c;
  color: #fff;
  padding: 12px 18px;
  cursor: pointer;
}

#os3mt-popup-root {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
}

#os3mt-popup-root.is-visible {
  display: block;
}

.os3mt-popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(9, 19, 31, 0.7);
}

.os3mt-popup-card {
  position: relative;
  width: min(92vw, 520px);
  margin: 10vh auto 0;
  background: linear-gradient(180deg, #ffffff 0%, #f5f7fb 100%);
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0 24px 60px rgba(9, 19, 31, 0.22);
}

.os3mt-popup-close {
  position: absolute;
  top: 14px;
  right: 14px;
  border: 0;
  background: transparent;
  font-size: 22px;
  cursor: pointer;
}

.os3mt-play-form {
  display: grid;
  gap: 12px;
}

.os3mt-play-form input[type="email"],
.os3mt-play-form input[type="text"] {
  width: 100%;
  padding: 12px;
  border: 1px solid #cfd7e2;
  border-radius: 6px;
}

.os3mt-play-form button {
  border: 0;
  border-radius: 6px;
  background: #df6d2d;
  color: #fff;
  padding: 12px 18px;
  cursor: pointer;
}

.os3mt-product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 3;
  background: #1b3a6b;
  color: #fff;
  border-radius: 6px;
  padding: 8px 10px;
  font-size: 12px;
  line-height: 1.2;
}

.os3mt-gift-bar {
  padding: 14px 18px;
  margin-bottom: 16px;
  border: 1px solid #d9e0ea;
  background: #f7f9fc;
  border-radius: 8px;
}
