/* ==================================================
   DIPACKING - FORMULAIRE COMMANDE PLAN
================================================== */

.dipack-order-section {
  padding: 30px 0 90px;
 
}

.dipack-order-box {
  max-width: 1080px;
  margin: 0 auto;
  padding: 42px;
  background: #ffffff;
  border: 1px solid rgba(122, 90, 248, 0.16);
  border-radius: 28px;
  
}

.dipack-order-info {
  padding-right: 25px;
}

.dipack-order-badge {
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 16px;
  border-radius: 50px;
  background: rgb(255 212 2);
  color: #24185f;
  font-size: 14px;
  font-weight: 700;
}

.dipack-order-info h2 {
  margin: 0 0 16px;
  color: #080816;
  font-size: 34px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.8px;
}

.dipack-order-info p {
  margin: 0 0 18px;
  color: #53607a;
  font-size: 16px;
  line-height: 1.75;
}

.dipack-order-note {
  display: inline-block;
  padding: 13px 16px;
  border-radius: 16px;
  background: #f5f3ff;
  color: #24185f;
  font-size: 14px;
  font-weight: 600;
}

.dipack-order-form label {
  display: block;
  margin-bottom: 8px;
  color: #24185f;
  font-size: 13px;
  font-weight: 700;
}

.dipack-order-form input,
.dipack-order-form select,
.dipack-order-form textarea {
  width: 100%;
  margin-bottom: 18px;
  padding: 14px 15px;
  border: 1px solid #e0ddf2;
  border-radius: 14px;
  background: #fbfbff;
  color: #121225;
  font-size: 14px;
  outline: none;
  box-shadow: none;
  transition: all 0.25s ease;
}

.dipack-order-form input:focus,
.dipack-order-form select:focus,
.dipack-order-form textarea:focus {
  border-color: #7a5af8;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(122, 90, 248, 0.10);
}

.dipack-order-form textarea {
  resize: vertical;
}

.dipack-order-form button {
  width: 100%;
  margin-top: 4px;
  padding: 15px 24px;
  border: none;
  border-radius: 14px;
  background: #ffd402;
  color: #080816;
  font-size: 16px;
  font-weight: 800;
  transition: all 0.25s ease;
}

.dipack-order-form button:hover {
  background: #f2c700;
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(255, 212, 2, 0.35);
}

.wec-hidden-field {
  display: none !important;
}

/* Boutons pricing */
.dipack-plan-btn {
  display: block;
  width: 100%;
  padding: 14px 20px;
  border-radius: 4px;
  background: #ffd402;
  color: #080816 !important;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.25s ease;
}

.dipack-plan-btn:hover {
  background: #f2c700;
  color: #080816 !important;
}

/* Mobile */
@media (max-width: 767px) {
  .dipack-order-section {
    padding: 25px 0 60px;
  }

  .dipack-order-box {
    padding: 26px 20px;
    border-radius: 22px;
  }

  .dipack-order-info {
    padding-right: 0;
    margin-bottom: 28px;
  }

  .dipack-order-info h2 {
    font-size: 27px;
  }
}

