.zoom-content {
  margin: 0 auto;
  max-width: 1200px;
  padding: 100px 20px;
}
.zoom-content .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.zoom-content .card {
  width: 100%;
  max-width: 460px;
  background: #fff;
  padding: 50px 40px;
  border-radius: 8px;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.zoom-content .card h2 {
  margin: 0 0 30px 0;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.zoom-content .card input {
  width: 100%;
  height: 52px;
  margin-bottom: 18px;
  padding: 0 16px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  font-size: 14px;
  background: #fff;
  transition: all 0.2s ease;
}
.zoom-content .card input:focus {
  border-color: #000;
  outline: none;
}
.zoom-content .card button {
  width: 100%;
  height: 52px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease;
}
.zoom-content .card button:hover {
  background: #222;
}

#meeting-container {
  display: none;
}

#zmmtg-root {
  z-index: 10000;
}
