/* ===============================
   Footer LPL
================================ */

.et-l--footer .lpl-advantages {
  background: linear-gradient(180deg, #f6f9fd, #ffffff);
  padding: 70px 0 80px;
}

.et-l--footer .lpl-section-title {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 50px;
}

.et-l--footer .lpl-eyebrow {
  color: #1f5fbf;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .18em;
  margin-bottom: 18px;
}

.et-l--footer .lpl-section-title h2 {
  color: #0d1b35;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.08;
  font-weight: 500;
}

.et-l--footer .lpl-adv-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.et-l--footer .lpl-adv-card {
  background: #ffffff;
  border: 1px solid #e8edf5;
  border-radius: 22px;
  padding: 32px;
  box-shadow: 0 18px 45px rgba(13, 27, 53, .08);
}

.et-l--footer .lpl-adv-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: #f3e7d8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  margin-bottom: 18px;
}

.et-l--footer .lpl-adv-card h3 {
  color: #1d2738;
  font-size: 22px;
  line-height: 1.25;
  margin-bottom: 14px;
}

.et-l--footer .lpl-adv-card p {
  color: #6b768a;
  font-size: 16px;
  line-height: 1.6;
}

/* Bas du footer */
.et-l--footer .et_pb_section_1_tb_footer {
  background: #666666 !important;
  padding: 28px 0 !important;
}

.et-l--footer .et_pb_section_1_tb_footer,
.et-l--footer .et_pb_section_1_tb_footer p,
.et-l--footer .et_pb_section_1_tb_footer a {
  color: #ffffff !important;
}

.et-l--footer .et_pb_section_1_tb_footer .et_pb_row {
  padding: 0 !important;
}

.et-l--footer .et_pb_section_1_tb_footer .et_pb_text {
  margin-bottom: 8px !important;
}

@media (max-width: 980px) {
  .et-l--footer .lpl-adv-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .et-l--footer .lpl-section-title h2 {
    font-size: 40px;
  }
}

@media (max-width: 640px) {
  .et-l--footer .lpl-adv-grid {
    grid-template-columns: 1fr;
  }

  .et-l--footer .lpl-advantages {
    padding: 50px 0 60px;
  }

  .et-l--footer .lpl-section-title h2 {
    font-size: 32px;
  }
}