
.vc-page {
  display: grid;
  gap: 18px;
}

.vc-page.hidden {
  display: none !important;
}

.vc-intro,
.vc-panel {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
}

.vc-intro {
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.vc-intro h2,
.vc-panel h3 {
  margin: 4px 0 6px;
  color: #0f2f69;
}

.vc-intro p {
  margin: 0;
  max-width: 780px;
  color: #64748b;
  line-height: 1.55;
}

.vc-intro-actions,
.vc-form-actions,
.vc-toolbar,
.vc-check-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.vc-badge {
  padding: 9px 12px;
  border-radius: 999px;
  background: #eaf3ff;
  color: #075bd8;
  font-size: 12px;
  font-weight: 900;
}

.vc-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: 18px;
  align-items: start;
}

.vc-panel {
  padding: 20px;
}

.vc-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.vc-form,
.vc-form label {
  display: grid;
  gap: 7px;
}

.vc-form {
  gap: 15px;
}

.vc-form label,
.vc-panel label {
  color: #334155;
  font-size: 12px;
  font-weight: 800;
}

.vc-grid {
  display: grid;
  gap: 12px;
}

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

.vc-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vc-form input,
.vc-form textarea,
.vc-form select,
.vc-toolbar input,
.vc-toolbar select {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d8e1ee;
  border-radius: 12px;
  background: #ffffff;
  color: #0f172a;
  padding: 10px 11px;
  font: inherit;
  outline: none;
}

.vc-form input:focus,
.vc-form textarea:focus,
.vc-form select:focus,
.vc-toolbar input:focus,
.vc-toolbar select:focus {
  border-color: #3687ef;
  box-shadow: 0 0 0 3px rgba(7, 91, 216, 0.11);
}

.vc-subpanel {
  padding: 15px;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  background: #fbfdff;
}

.vc-subpanel h4 {
  margin: 0 0 13px;
  color: #0f2f69;
}

.vc-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.vc-service-grid label {
  grid-template-columns: auto 1fr;
  align-items: center;
  padding: 10px;
  border: 1px solid #d8e1ee;
  border-radius: 13px;
  background: #ffffff;
}

.vc-service-grid input,
.vc-check input {
  width: 17px;
  height: 17px;
}

.vc-check {
  grid-template-columns: auto 1fr !important;
  align-items: center;
  padding: 10px 13px;
  border-radius: 13px;
  background: #f1f5f9;
}

.vc-button,
.vc-link {
  border: 0;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.vc-button {
  padding: 10px 14px;
  border-radius: 12px;
}

.vc-button:disabled {
  cursor: wait;
  opacity: 0.62;
}

.vc-primary {
  background: linear-gradient(135deg, #075bd8, #0b7be8);
  color: #ffffff;
}

.vc-secondary {
  background: #eaf3ff;
  color: #075bd8;
}

.vc-danger {
  background: #fee2e2;
  color: #b91c1c;
}

.vc-link {
  padding: 5px;
  background: transparent;
  color: #075bd8;
}

.vc-fallback {
  display: grid;
  gap: 10px;
}

.vc-fallback > div {
  padding: 14px;
  border-radius: 16px;
  background: #eff6ff;
  border: 1px solid #dbeafe;
}

.vc-fallback b,
.vc-fallback span {
  display: block;
}

.vc-fallback span {
  margin-top: 4px;
  color: #64748b;
  font-size: 12px;
  line-height: 1.4;
}

.vc-fallback strong {
  color: #075bd8;
  text-align: center;
}

.vc-note {
  margin-top: 14px;
  padding: 15px;
  border-radius: 16px;
  background: #ecfdf5;
  border: 1px solid #bbf7d0;
}

.vc-note b {
  color: #15803d;
}

.vc-note p {
  margin: 5px 0 0;
  color: #475569;
  font-size: 12px;
  line-height: 1.5;
}

.vc-warning {
  background: #fff7ed;
  border-color: #fed7aa;
}

.vc-warning b {
  color: #c2410c;
}

.vc-list-panel {
  overflow: hidden;
}

.vc-list-head {
  align-items: center;
}

.vc-toolbar input {
  min-width: 220px;
}

.vc-summary {
  margin-bottom: 12px;
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
}

.vc-list {
  display: grid;
  gap: 12px;
}

.vc-card {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) auto;
  gap: 15px;
  align-items: center;
  padding: 14px;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  background: #fbfdff;
}

.vc-code-box {
  min-height: 95px;
  padding: 13px;
  display: grid;
  place-content: center;
  text-align: center;
  border: 1px dashed #8db9f5;
  border-radius: 15px;
  background: linear-gradient(135deg, #eaf3ff, #f0f9ff);
}

.vc-code-box b {
  color: #075bd8;
  font-size: 17px;
  letter-spacing: 0.5px;
}

.vc-code-box span {
  margin-top: 4px;
  color: #64748b;
  font-size: 10px;
}

.vc-card-main h4 {
  margin: 0 0 5px;
  color: #0f2f69;
}

.vc-card-main p {
  margin: 0 0 9px;
  color: #64748b;
  font-size: 12px;
  line-height: 1.45;
}

.vc-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.vc-pill {
  padding: 5px 8px;
  border-radius: 999px;
  background: #edf2f7;
  color: #475569;
  font-size: 10px;
  font-weight: 900;
}

.vc-pill.active {
  background: #dcfce7;
  color: #15803d;
}

.vc-pill.inactive {
  background: #fee2e2;
  color: #b91c1c;
}

.vc-card-actions {
  display: grid;
  gap: 7px;
  min-width: 112px;
}

.vc-empty,
.vc-loading {
  padding: 30px;
  border: 1px dashed #cbd5e1;
  border-radius: 17px;
  color: #64748b;
  text-align: center;
}

@media (max-width: 1180px) {
  .vc-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 850px) {
  .vc-intro,
  .vc-panel-head,
  .vc-list-head {
    align-items: stretch;
    flex-direction: column;
  }

  .vc-grid-2,
  .vc-grid-3,
  .vc-service-grid {
    grid-template-columns: 1fr;
  }

  .vc-card {
    grid-template-columns: 1fr;
  }

  .vc-card-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .vc-toolbar input {
    min-width: 0;
  }
}
