@import url("dialog-common.css?v=20260907-dialog-2");
.vip-dialog-card {
  align-items: center;
  text-align: center;
}
.vip-dialog-icon {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}
.vip-dialog-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
.vip-dialog-desc {
  color: #888;
  font-size: 16px;
  line-height: 22px;
}
.vip-dialog-benefits {
  color: #ff5000;
  font-size: 14px;
  line-height: 20px;
}
.vip-dialog-cta {
  width: 100%;
  min-height: 58px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(110deg, #fac69b, #ffe2bf);
  color: #9e271d;
  font-size: 16px;
  font-weight: 600;
}
.vip-dialog-trust {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 12px;
  line-height: 18px;
  color: #888;
}
.vip-dialog-trust span {
  display: flex;
  gap: 8px;
  align-items: center;
}
.vip-dialog-trust img {
  width: 16px;
  height: 16px;
}
@media (max-width: 767px) {
  .vip-dialog-title {
    font-size: 22px;
  }
  .vip-dialog-desc {
    font-size: 14px;
  }
  .vip-dialog-benefits {
    font-size: 12px;
  }
}
