.vv360-wrap {
  max-width: 860px;
  margin: 0 auto;
}

.vv360-form {
  background: #ffffff;
  border: 1px solid #e7eaf0;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 12px 32px rgba(17, 24, 39, 0.06);
  font-family: Inter, Arial, sans-serif;
}

.vv360-success {
  background: #eef8f0;
  color: #14532d;
  border: 1px solid #cce9d2;
  border-radius: 14px;
  padding: 14px 16px;
  margin-bottom: 16px;
}

.vv360-progress {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 24px;
}

.vv360-progress-step {
  border-radius: 999px;
  background: #f3f6fb;
  color: #607089;
  text-align: center;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 600;
}

.vv360-progress-step.is-active {
  background: #1d4ed8;
  color: #fff;
}

.vv360-step { display: none; }
.vv360-step.is-active { display: block; }

.vv360-step h3 {
  margin: 0 0 20px;
  font-size: 28px;
  line-height: 1.2;
  color: #111827;
}

.vv360-form label {
  display: block;
  margin-bottom: 16px;
  color: #111827;
  font-size: 14px;
  font-weight: 600;
}

.vv360-form input,
.vv360-form select,
.vv360-form textarea {
  width: 100%;
  margin-top: 8px;
  border: 1px solid #d5dce7;
  border-radius: 12px;
  padding: 14px 14px;
  font-size: 15px;
  color: #111827;
  background: #fff;
  box-sizing: border-box;
}

.vv360-form input:focus,
.vv360-form select:focus,
.vv360-form textarea:focus {
  outline: none;
  border-color: #1d4ed8;
  box-shadow: 0 0 0 3px rgba(29, 78, 216, 0.12);
}

.vv360-grid {
  display: grid;
  gap: 16px;
}

.vv360-grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.vv360-checkbox {
  display: flex !important;
  align-items: center;
  gap: 10px;
  font-weight: 500 !important;
}

.vv360-checkbox input {
  width: auto;
  margin: 0;
}

.vv360-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 24px;
}

.vv360-btn {
  border: 0;
  border-radius: 999px;
  padding: 14px 22px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.vv360-btn-primary {
  background: #1d4ed8;
  color: #fff;
}

.vv360-btn-secondary {
  background: #edf2f7;
  color: #111827;
}

.vv360-summary {
  display: grid;
  gap: 14px;
  background: #f8fafc;
  border: 1px solid #e7eaf0;
  border-radius: 16px;
  padding: 20px;
}

.vv360-summary div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.vv360-summary span {
  color: #607089;
}

.vv360-summary strong {
  color: #111827;
}

.vv360-note {
  margin-top: 16px;
  color: #607089;
  font-size: 14px;
}

@media (max-width: 767px) {
  .vv360-form { padding: 20px; }
  .vv360-grid-2,
  .vv360-progress {
    grid-template-columns: 1fr;
  }
  .vv360-actions {
    flex-direction: column;
  }
  .vv360-btn { width: 100%; }
}
