.presst-fiche {
  --presst-fiche-bg: #efefef;
  --presst-fiche-title: #20232b;
  --presst-fiche-text: #242a31;
  --presst-fiche-muted: #5f6570;
  --presst-fiche-blue: #0b3c84;
  --presst-fiche-green: #15b6a5;
  --presst-fiche-white: #ffffff;
  --presst-fiche-radius: 24px;
  --presst-fiche-shadow: 0 8px 22px rgba(12, 34, 68, 0.14);
  background: var(--presst-fiche-bg);
  color: var(--presst-fiche-text);
  padding: 26px 8px 52px;
}

.presst-fiche__container {
  max-width: 1360px;
  margin: 0 auto;
}

.presst-fiche__grid {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  align-items: start;
}

.presst-fiche__title {
  margin: 0;
  font-size: clamp(1.75rem, 3.7vw, 3rem);
  line-height: 1.05;
  font-weight: 800;
  color: var(--presst-fiche-title);
}

.presst-fiche__hook {
  margin: 20px 0 16px;
  font-size: clamp(1rem, 1.3vw, 1.3rem);
  color: var(--presst-fiche-text);
}

.presst-fiche__editor-content {
  margin: 0 0 30px;
  color: var(--presst-fiche-text);
}

.presst-fiche__editor-content p,
.presst-fiche__text-block p {
  margin: 0 0 10px;
}

.presst-fiche__section-title,
.presst-fiche__sub-title {
  margin: 36px 0 14px;
  padding-bottom: 0;
  border-bottom: 0;
  color: var(--presst-fiche-title);
  line-height: 1.15;
}

.presst-fiche__section-title {
  font-style: italic;
  font-weight: 700;
  font-size: clamp(1.3rem, 1.8vw, 2.05rem);
}

.presst-fiche__sub-title {
  font-weight: 700;
  font-size: clamp(1.15rem, 1.45vw, 1.7rem);
}

.presst-fiche__objectives-list,
.presst-fiche__benefits-list,
.presst-fiche__meta-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.presst-fiche__objectives-list li {
  position: relative;
  padding-left: 24px;
  margin: 8px 0;
  font-size: 1.15rem;
}

.presst-fiche__objectives-list li::before,
.presst-fiche__benefits-list li::before {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--presst-fiche-green);
  left: 0;
  top: 0.67em;
}

.presst-fiche__footer-cta-wrap {
  margin: 34px 0 0;
}

.presst-fiche__footer-cta,
.presst-fiche__signup-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.presst-fiche__footer-cta {
  background: var(--presst-fiche-blue);
  color: var(--presst-fiche-white);
  min-height: 52px;
  padding: 10px 28px;
  font-size: clamp(1rem, 1.2vw, 1.18rem);
}

.presst-fiche__signup-cta {
  background: var(--presst-fiche-green);
  color: var(--presst-fiche-white);
  min-height: 54px;
  width: min(480px, 100%);
  max-width: 100%;
  padding: 10px 32px;
  font-size: clamp(1.02rem, 1.2vw, 1.25rem);
}

.presst-fiche__footer-cta:hover,
.presst-fiche__signup-cta:hover {
  transform: translateY(-2px);
  box-shadow: var(--presst-fiche-shadow);
}

.presst-fiche__hero {
  overflow: hidden;
  border-radius: var(--presst-fiche-radius) var(--presst-fiche-radius) 0 0;
  background: #d7dce2;
}

.presst-fiche__hero-img {
  width: 100%;
  display: block;
  height: auto;
}

.presst-fiche__hero-placeholder {
  min-height: 320px;
  background: linear-gradient(135deg, #d7dce2, #bfc5cf);
}

.presst-fiche__info-panel {
  background: var(--presst-fiche-blue);
  border-radius: 0 0 var(--presst-fiche-radius) var(--presst-fiche-radius);
  overflow: hidden;
  box-shadow: var(--presst-fiche-shadow);
  padding: 0 0 24px;
}

.presst-fiche__info-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.92fr);
  gap: 0;
  align-items: stretch;
}

.presst-fiche__info-main--single {
  grid-template-columns: 1fr;
}

.presst-fiche__benefits {
  background: transparent;
  color: var(--presst-fiche-white);
  padding: 30px 34px 18px;
}

.presst-fiche__benefits-title {
  margin: 0 0 26px;
  color: var(--presst-fiche-white);
  font-size: clamp(1.15rem, 1.6vw, 1.6rem);
  line-height: 1.08;
}

.presst-fiche__benefits-title .brush-underline2 {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  padding-bottom: 10px;
}

.presst-fiche__benefits-title .brush-underline2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -18px;
  width: 100%;
  height: 18px;
  background: url("https://dev.presst.fr/wp-content/uploads/2026/02/Trace-court.png") no-repeat center;
  background-size: contain;
  z-index: 1;
  pointer-events: none;
}

.presst-fiche__benefits-list li {
  position: relative;
  padding-left: 28px;
  margin: 0;
  font-size: clamp(0.82rem, 0.9vw, 0.98rem) !important;
  line-height: 1.28;
  letter-spacing: 0.01em;
}

.presst-fiche__benefits-list {
  margin-top: 10px;
  display: grid;
  row-gap: 10px;
}

.presst-fiche__benefits-list li::before {
  width: 7px;
  height: 7px;
  left: 2px;
  top: 0.58em;
}

.presst-fiche__meta-card {
  background: #f6f6f6;
  padding: 22px 20px;
  margin-right: 22px;
  border-radius: 0 0 34px 34px;
}

.presst-fiche__signup-wrap {
  display: flex;
  justify-content: center;
  padding: 18px 28px 0;
}

.presst-fiche__meta-item {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  margin: 12px 0;
}

.presst-fiche__meta-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--presst-fiche-green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.presst-fiche__meta-icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.presst-fiche__meta-icon-fallback {
  font-size: 18px;
  width: 18px;
  height: 18px;
}

.presst-fiche__meta-text {
  font-size: 0.98rem;
  line-height: 1.35;
  color: var(--presst-fiche-title);
}

@media (max-width: 1100px) {
  .presst-fiche__grid {
    grid-template-columns: 1fr;
  }

  .presst-fiche__main-col {
    order: 2;
  }

  .presst-fiche__side-col {
    order: 1;
  }
}

@media (max-width: 780px) {
  .presst-fiche {
    padding: 16px 8px 36px;
  }

  .presst-fiche__info-main {
    grid-template-columns: 1fr;
  }

  .presst-fiche__meta-card {
    border-top: 1px solid rgba(12, 32, 57, 0.14);
    margin-right: 0;
    border-radius: 0;
  }

  .presst-fiche__signup-wrap {
    padding: 14px 14px 0;
  }

  .presst-fiche__signup-cta {
    width: 100%;
  }

  .presst-fiche__title {
    font-size: clamp(1.9rem, 10vw, 2.8rem);
  }

  .presst-fiche__objectives-list li {
    font-size: 1.15rem;
  }
}
