/* ==================================================
   QUICK TAKE FDPL – “EN 20 SECONDES”
================================================== */

.fdpl-quicktake {
  margin: 3.5rem 0;
  padding: 2.2rem 2.4rem;
  max-width: 880px;

  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
}

/* ------------------------------
   Header
------------------------------ */

.fdpl-quicktake__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1f2a44;
  margin: 0 0 0.3rem;
}

.fdpl-quicktake__meta {
  font-size: 0.85rem;
  color: #6b7280;
  margin-bottom: 1.6rem;
}

/* ------------------------------
   Intro
------------------------------ */

.fdpl-quicktake__lead {
  font-size: 1rem;
  line-height: 1.75;
  color: #374151;
  margin: 0 0 2.4rem;
}

/* ------------------------------
   Profils / cas d’usage
------------------------------ */

.fdpl-quicktake__profiles {
  display: grid;
  gap: 1.6rem;
  margin-bottom: 2.6rem;
}

.fdpl-quicktake__profile {
  padding-left: 1rem;
  border-left: 3px solid #4f7cff;
}

.fdpl-quicktake__profile-title {
  font-size: 1rem;
  font-weight: 700;
  color: #1f2a44;
  margin: 0 0 0.4rem;
}

.fdpl-quicktake__profile-text {
  font-size: 0.96rem;
  line-height: 1.7;
  color: #374151;
  margin: 0;
}

/* ------------------------------
   Astuce FDPL
------------------------------ */

.astuceFdpl {
  margin: 3rem 0;
  padding: 1.75rem 2rem;

  background: #f9fbfe;
  border: 1px solid rgba(30, 64, 175, 0.08);
  border-radius: 10px;

  font-size: 0.95rem;
  line-height: 1.65;
  color: #1f2937;
}

.astuceFdpl strong {
  display: inline-block;
  margin-bottom: 0.75rem;

  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1e40af;
}

.astuceFdpl p {
  margin: 0;
}

.astuceFdpl em {
  font-style: normal;
  color: #374151;
}
.astuce-label{
  font-size:.65rem;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#64748b;
  margin-bottom:6px;
}


/* ------------------------------
   Règle FDPL
------------------------------ */

.fdpl-quicktake__rule {
  margin-top: 2.6rem;
  padding-top: 1.4rem;
  border-top: 1px solid #d1d5db;

  font-size: 0.96rem;
  line-height: 1.75;
  color: #374151;
}

.fdpl-quicktake__rule strong {
  color: #1f2a44;
  font-weight: 700;
}

/* ------------------------------
   CTA
------------------------------ */

.fdpl-quicktake__cta {
  margin-top: 1.6rem;
  font-size: 0.96rem;
  font-weight: 600;
  color: #1f2a44;
}
/* ------------------------------
   synthesis
------------------------------ */
.fdpl-synthesis,
.fdpl-transition{
  margin:28px 0;
  padding-left:16px;
  border-left:3px solid #1d4ed8;
  font-size:.95rem;
  line-height:1.6;
  color:#0f172a;
}


/* ------------------------------
   Mobile
------------------------------ */

@media (max-width: 768px) {
  .fdpl-quicktake {
    padding: 1.6rem 1.4rem;
  }
}

/* =========================
   CTA FINAL – STYLE FDPL PREMIUM
   ========================= */

.fdpl-cta-final {
  margin: 3.5rem 0;
  padding: 2rem;
  border-radius: 14px;
  background: linear-gradient(135deg, #0f172a, #020617);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.25);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  text-align: center;
}

/* Bouton principal */
.fdpl-btn-primary {
  display: inline-block;
  padding: 0.95rem 1.6rem;
  font-size: 1rem;
  font-weight: 600;
  color: #020617;
  background: linear-gradient(135deg, #38bdf8, #0ea5e9);
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(14, 165, 233, 0.35);
  transition: all 0.25s ease;
}

.fdpl-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(14, 165, 233, 0.45);
}

/* Bouton secondaire */
.fdpl-btn-secondary {
  display: inline-block;
  padding: 0.8rem 1.4rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: #e5e7eb;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.fdpl-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.4);
}
/* ===== FDPL QUICK NAV – PREMIUM LIGHT CHIP STYLE ===== */

.fdpl-quick-nav {
  max-width: 900px;
  margin: 20px 10px;
  padding: 0;
  background: transparent;
}

/* Title */
.fdpl-quick-nav__title {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #94a3b8;
  margin-bottom: 16px;
}

/* Reset GenerateBlocks button */
.fdpl-quick-nav .gb-button.fdpl-quick-nav__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 8px 18px !important;
  border-radius: 999px !important;

  font-size: 14px;
  font-weight: 500;
  line-height: 1;

  text-decoration: none !important;

  background: #f1f5f9 !important;
  color: #334155 !important;

  border: 1px solid transparent !important;
  box-shadow: none !important;

  transition: all 0.25s ease;
  margin-right: 12px;
}

/* Hover */
.fdpl-quick-nav .gb-button.fdpl-quick-nav__btn:hover {
  background: #e2e8f0 !important;
  transform: translateY(-1px);
}

/* Active state (à ajouter manuellement sur le bouton actif) */
.fdpl-quick-nav .gb-button.fdpl-quick-nav__btn.is-active {
  background: #0f172a !important;
  color: #ffffff !important;
  border: 1px solid #0f172a !important;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.15);
}

/* Responsive */
@media (min-width: 768px) {
  .fdpl-cta-final {
    flex-direction: row;
    justify-content: center;
  }
  .fdpl-quick-nav .gb-button.fdpl-quick-nav__btn {
    font-size: 13px;
    padding: 8px 14px !important;
    margin-right: 8px;
  }
}

