.drzap-checkout {
  background-color: #68808c;
  padding: 60px 20px;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}

.checkout-container {
  max-width: 600px;
  margin: 0 auto;
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
}

.checkout-title {
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: #2d2d2d;
}

.checkout-subtitle {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #555;
}

.checkout-features ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

.checkout-features li {
  margin: 10px 0;
  font-weight: 500;
}

.checkout-form label {
  display: block;
  text-align: left;
  margin-bottom: 5px;
  font-weight: bold;
  color: #333;
}

.checkout-form input,
.checkout-form select {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 8px;
  border: 1px solid #ccc;
}

.btn-comprar {
  background-color: #25d366;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-size: 1.1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn-comprar:hover {
  background-color: #1ebe5d;
}

.checkout-info {
  font-size: 0.9rem;
  color: #666;
  margin-top: 20px;
}
