.plan-card-component .card-plan {
    max-width: 380px !important;
    position: relative;
    overflow: hidden;
}

.plan-card-component .card-image-plan .icon-plan {
    width: 64px !important;
    height: 64px !important;
}

.plan-card-component .card-plan:hover {
    transform: none !important;
}

/* === Session 21 — Visual polish (scoped) === */

/* 1 — Badge Populaire ruban coin haut-droit */
.plan-card-component .card-plan .popular {
  position: absolute;
  top: 18px;
  right: -55px;
  transform: rotate(45deg);
  width: 190px;
  padding: 6px 20px;
  text-align: center;
  font-size: 11px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
  background-color: #ffe7bb;
  color: #024430;
  z-index: 10;
  border-radius: 0;
  bottom: auto;
  left: auto;
}

/* 2 — Checkmark features via ::before */
.plan-card-component .card-plan .list-ticks li::before {
  content: "✓";
  color: #0D5E45;
  font-weight: 700;
  margin-right: 8px;
}

/* 3 — Prix centré + taille augmentée */
.plan-card-component .card-plan .box-day-trial {
  text-align: center;
  justify-content: center !important;
}
.plan-card-component .card-plan .box-day-trial .font-lg-bold {
  font-size: 2.4rem;
}

/* 4 — Hover bouton → fond vert + texte or */
.plan-card-component .card-plan .btn.btn-brand-1-full:hover {
  background-color: #024430;
  border-color: #024430;
  color: #f1c264;
}

/* 5 — Hover card → bordure verte */
.plan-card-component .card-plan:hover {
  border: 2px solid #0D5E45;
}

/* 6 — Pricing hero — réduire espace titre/toggle */
.pricing-hero {
  padding-top: 40px;
}
.pricing-hero p {
  margin-bottom: 16px;
}

/* 7 — Pricing page spacing fix */
.pricing-section {
  padding-top: 30px;
}
.pricing-section .row {
  --bs-gutter-x: 0.75rem;
}
