/* ==========================================================
   POINT LOGISTIX — PAGINA SOLICITĂ DEMO
   Încărcare condiționată doar pe pagina Demo.
   ========================================================== */

/* Coloană informații */
.pl-demo-info {
  color: #ffffff;
  max-width: 620px;
}

.pl-demo-info h2 {
  color: #ffffff;
  font-size: 34px;
  line-height: 1.15;
  font-weight: 700;
  margin-bottom: 22px;
}

.pl-demo-info p {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 14px;
}

.pl-demo-info h4 {
  color: #ffffff;
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
}

.pl-demo-info ul {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}

.pl-demo-info li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 7px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.45;
}

.pl-demo-info li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #ffffff;
  color: #457b9d;
  font-size: 13px;
  line-height: 19px;
  text-align: center;
  font-weight: 700;
}

.pl-demo-icon {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,.65);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 18px;
}

.pl-demo-note {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.35);
  color: #ffffff;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 700;
}

/* Card formular */
.pl-demo-form-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 34px 34px 28px;
  box-shadow: 0 18px 45px rgba(0,0,0,.18);
  max-width: 520px;
  margin-left: auto;
}

.pl-demo-form-card h3 {
  text-align: center;
  color: #141b34;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 6px;
}

.pl-form-subtitle {
  text-align: center;
  color: #457b9d;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 22px;
}

.pl-form-footnote {
  text-align: center;
  font-size: 13px;
  color: #7b8494;
  margin-top: 14px;
}

/* WPForms în card */
.pl-demo-form-card .wpforms-container {
  margin: 0;
}

.pl-demo-form-card .wpforms-field {
  padding: 7px 0;
}

.pl-demo-form-card .wpforms-field-label {
  font-size: 13px;
  color: #263248;
  font-weight: 600;
  margin-bottom: 6px;
}

.pl-demo-form-card input,
.pl-demo-form-card select,
.pl-demo-form-card textarea {
  height: 48px !important;
  border-radius: 8px !important;
  border: 1px solid #d7dde8 !important;
  background-color: #ffffff !important;
  color: #1d2638 !important;
  font-size: 15px !important;
  padding: 0 14px !important;
  box-shadow: none !important;
}

.pl-demo-form-card textarea {
  height: auto !important;
  padding-top: 12px !important;
}

.pl-demo-form-card input:focus,
.pl-demo-form-card select:focus,
.pl-demo-form-card textarea:focus {
  border-color: #457b9d !important;
  box-shadow: 0 0 0 3px rgba(69,123,157,.16) !important;
  outline: none !important;
}

/* Butoane formular WPForms 11105 */
#wpforms-form-11105 .wpforms-page-button,
#wpforms-submit-11105 {
  min-height: 48px;
  padding: 12px 22px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 15px;
  transition: all 0.25s ease;
}

/* Continuă */
#wpforms-form-11105 .wpforms-page-button.wpforms-page-next {
  background: #457b9d !important;
  color: #ffffff !important;
  border: 1px solid #457b9d !important;
}

#wpforms-form-11105 .wpforms-page-button.wpforms-page-next:hover {
  background: #1d3557 !important;
  border-color: #1d3557 !important;
}

/* Înapoi */
#wpforms-form-11105 .wpforms-page-button.wpforms-page-prev {
  background: #ffffff !important;
  color: #457b9d !important;
  border: 1px solid #457b9d !important;
}

#wpforms-form-11105 .wpforms-page-button.wpforms-page-prev:hover {
  background: #f3f8fb !important;
}

/* Submit final — păstrăm aspectul efectiv actual */
#wpforms-submit-11105 {
  width: 100%;
  background: #d62828 !important;
  color: #ffffff !important;
  border: 1px solid #d62828 !important;
  box-shadow: 0 8px 18px rgba(214, 40, 40, 0.18);
}

#wpforms-submit-11105:hover {
  background: #b71f1f !important;
  border-color: #b71f1f !important;
  transform: translateY(-1px);
}

/* Responsive */
@media (max-width: 980px) {
  .pl-demo-info {
    max-width: 100%;
    margin-bottom: 35px;
  }

  .pl-demo-info h2 {
    font-size: 28px;
  }

  .pl-demo-form-card {
    max-width: 100%;
    margin-left: 0;
    padding: 28px 22px;
  }
}

@media only screen and (max-width: 767px) {
  .pl-demo-row {
    width: 94% !important;
    max-width: 94% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }


  .pl-demo-form-card {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 480px) {
  .pl-demo-info h2 {
    font-size: 25px;
  }

  .pl-demo-info p,
  .pl-demo-info li {
    font-size: 14px;
  }

  .pl-demo-note {
    font-size: 16px;
  }
}
