/* =========================================================
   PAGE /livre-bpjeps — « Tout pour le BPJEPS » (produit livre/PDF)
   Designs exacts de Marion (blocs code Squarespace) refactorés :
   CSS consolidé ici, police système (Inter/@import retirés), JS (accordéon
   FAQ) dans /assets/js/livre-bpjeps.js. La lightbox aperçu et le badge Amazon
   sont 100% CSS (:target + animation). Chargé uniquement sur cette page.
   Renommages nomenclature : sbpj-prob -> sbpj-livre-prob, reco -> sbpj-livre-reco.
   ========================================================= */

/* ---------------------------------------------------------
   Rythme de page : espacement vertical entre sections + gouttières.
   Le hero est full-bleed (fond sombre) → traité à part.
   --------------------------------------------------------- */
.sbpj-livre > .sbpj-livre-prob,
.sbpj-livre > .sbpj-livre-parts,
.sbpj-livre > .sbpj-livre-preview,
.sbpj-livre > .sbpj-livre-compare,
.sbpj-livre > .sbpj-livre-buy,
.sbpj-livre > .sbpj-livre-proof,
.sbpj-livre > .sbpj-livre-faq,
.sbpj-livre > .sbpj-livre-reco {
	padding-top: var(--sbpj-section-pad-y);
	padding-bottom: var(--sbpj-section-pad-y);
	padding-left: var(--sbpj-gutter);
	padding-right: var(--sbpj-gutter);
}
/* 1re section après le hero full-bleed : padding-top renforcé (uniforme). */
.sbpj-livre > .sbpj-livre-prob { padding-top: var(--sbpj-section-pad-y-first); }

/* =========================================================
   HERO — full-bleed, 2 colonnes (texte | livre + badge Amazon).
   Fond dégradé de marque violet (le vrai fond Squarespace est posé au
   niveau section, hors bloc code). DÉCISION Marion : on garde le dégradé.
   📌 RAPPEL WebP : image de fond hero dédiée à fournir au lot WebP →
   remplacer alors `background` par `var(--sbpj-livre-hero-bg)`.
   La navbar transparente « sbpj-has-hero » se superpose → padding-top généreux.
   ========================================================= */
.sbpj-livre-hero-section {
	background: linear-gradient(135deg, #7A2F8F 0%, #4C1D73 45%, #1B0A3D 100%); /* dégradé bannière unifié (17/07) */
	display: flex;
	align-items: center;
	min-height: var(--sbpj-hero-min-h);
	border-bottom: var(--sbpj-hero-border);
	padding: 140px 20px 72px;
}
.sbpj-livre-hero-grid {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 40px;
}
/* Colonne visuel : livre + badge Amazon flottant */
.sbpj-livre-hero__visual {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100%;
}
.sbpj-livre-hero__book {
	max-width: 100%;
	height: auto;
	display: block;
	filter: drop-shadow(0 34px 54px rgba(0,0,0, .48));
}
/* Badge « Best-seller Amazon » (repris du bloc Squarespace, namespacé) */
.sbpj-livre-hero__amazon {
	position: absolute;
	top: 6%;
	right: 8%;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	gap: 1px;
	background: #ffffff;
	border-radius: 18px;
	padding: 12px 18px;
	box-shadow: 0 8px 18px rgba(0,0,0, .12), 0 2px 4px rgba(0,0,0, .08);
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #2c2c2c;
	text-align: center;
	animation: sbpj-livre-float 4s ease-in-out infinite;
}
.sbpj-livre-hero__amazon-stars {
	color: #f5a623;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1;
}
.sbpj-livre-hero__amazon-text { line-height: 1; }
@keyframes sbpj-livre-float {
	0%   { transform: translateY(0); }
	50%  { transform: translateY(-6px); }
	100% { transform: translateY(0); }
}

/* ── Hero responsive ── */
@media (max-width: 900px) {
	.sbpj-livre-hero-grid { grid-template-columns: 1fr; gap: 24px; }
	.sbpj-livre-hero__visual { order: 2; }
	.sbpj-livre-hero { order: 1; }
	.sbpj-livre-hero__book { max-width: 60%; }
}
@media (max-width: 600px) {
	.sbpj-livre-hero-section { padding: 104px 20px 56px; min-height: 0; }
	.sbpj-livre-hero__book { max-width: 72%; }
	.sbpj-livre-hero__amazon { padding: 6px 12px; font-size: 11px; border-radius: 14px; }
	.sbpj-livre-hero__amazon-stars { font-size: 13px; }
}
@media (prefers-reduced-motion: reduce) {
	.sbpj-livre-hero__amazon { animation: none; }
}

/* ---------------------------------------------------------
   HERO — bloc texte (design Marion, police système). Ses !important
   d'origine Squarespace sont conservés au 1er jet.
   --------------------------------------------------------- */
.sbpj-livre-hero *,.sbpj-livre-hero *::before,.sbpj-livre-hero *::after{box-sizing:border-box!important;margin:0!important;padding:0!important;border:none!important;background:none!important;font-family:inherit!important;line-height:inherit!important;color:inherit!important;text-decoration:none!important;}
.sbpj-livre-hero{width:100%!important;display:flex!important;flex-direction:column!important;align-items:center!important;padding:0!important;font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif!important;-webkit-font-smoothing:antialiased!important;color:#ffffff!important;text-align:center!important;gap:0!important;}
.sbpj-livre-hero__eyebrow{display:inline-flex!important;align-items:center!important;gap:8px!important;padding:6px 18px!important;background:rgba(255,255,255,.12)!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:99px!important;font-size:.78rem!important;font-weight:700!important;color:rgba(255,255,255,.88)!important;letter-spacing:.14em!important;text-transform:uppercase!important;white-space:nowrap!important;}
.sbpj-livre-hero__h1{font-size:2.6rem!important;font-weight:900!important;color:#ffffff!important;line-height:1.15!important;letter-spacing:-.02em!important;padding-top:20px!important;max-width:820px!important;}
.sbpj-livre-hero__h1 em{font-style:italic!important;color:rgba(255,255,255,.75)!important;}
.sbpj-livre-hero__features{display:flex!important;flex-direction:column!important;gap:14px!important;padding-top:24px!important;align-items:center!important;}
.sbpj-livre-hero__feature{font-size:.92rem!important;color:rgba(255,255,255,.85)!important;line-height:1.55!important;text-align:center!important;}
.sbpj-livre-hero__feature strong{font-weight:700!important;color:#ffffff!important;}
.sbpj-livre-hero__buttons{display:flex!important;flex-direction:column!important;align-items:center!important;gap:12px!important;padding-top:32px!important;}
.sbpj-livre-hero__btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:18px 44px!important;font-size:.9rem!important;font-weight:800!important;border-radius:14px!important;cursor:pointer!important;transition:opacity .22s ease,transform .22s ease,box-shadow .22s ease!important;min-width:260px!important;}
.sbpj-livre-hero__btn--primary{background:linear-gradient(135deg,#7A2F8F 0%,#4C1D73 45%,#1B0A3D 100%)!important;color:#ffffff!important;box-shadow:0 4px 14px rgba(0,0,0,.25)!important;}
.sbpj-livre-hero .sbpj-livre-hero__btn--outline{background:transparent!important;border:1.5px solid rgba(255,255,255,.25)!important;color:rgba(255,255,255,.85)!important;font-weight:700!important;box-shadow:none!important;}
@media(hover:hover) and (pointer:fine){
.sbpj-livre-hero__btn--primary:hover{transform:translateY(-2px)!important;box-shadow:0 6px 20px rgba(0,0,0,.35)!important;}
.sbpj-livre-hero .sbpj-livre-hero__btn--outline:hover{border-color:rgba(255,255,255,.55)!important;color:#ffffff!important;transform:translateY(-1px)!important;}
}
@media(max-width:640px){
.sbpj-livre-hero__h1{font-size:1.65rem!important;}
.sbpj-livre-hero__eyebrow{font-size:.6rem!important;padding:5px 12px!important;letter-spacing:.1em!important;}
.sbpj-livre-hero__feature{font-size:.85rem!important;}
.sbpj-livre-hero__btn{width:100%!important;max-width:100%!important;padding:16px 20px!important;min-width:0!important;white-space:nowrap!important;}
.sbpj-livre-hero__buttons{gap:16px!important;}
}

.sbpj-livre-prob,
.sbpj-livre-prob *,
.sbpj-livre-prob *::before,
.sbpj-livre-prob *::after { box-sizing: border-box; margin: 0; padding: 0; }

.sbpj-livre-prob {
  max-width: var(--sbpj-content-max, 1200px);
  margin: 0 auto;
  padding: 0 20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* ── Header centré ── */
.sbpj-livre-prob__header {
  text-align: center;
  margin-bottom: 40px;
}

.sbpj-livre-prob__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  color: #7A2F8F;
  text-transform: uppercase;
  letter-spacing: .14em;
  margin-bottom: 16px;
}
.sbpj-livre-prob__eyebrow::before,
.sbpj-livre-prob__eyebrow::after {
  content: '';
  width: 20px;
  height: 2px;
  background: #7A2F8F;
  border-radius: 2px;
  flex-shrink: 0;
}

.sbpj-livre-prob__title {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -.03em;
  color: #0f172a;
  margin-bottom: 14px;
}
.sbpj-livre-prob__title em {
  font-style: normal;
  background: linear-gradient(135deg, #7A2F8F 0%, #4C1D73 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.sbpj-livre-prob__sub {
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(15, 23, 42, 0.62);
  max-width: 900px;
  margin: 0 auto;
}

/* ── Grid ── */
.sbpj-livre-prob__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
  margin-bottom: 32px;
}

/* ── Colonne texte ── */
.sbpj-livre-prob__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.sbpj-livre-prob__text {
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 20px;
  color: rgba(15, 23, 42, 0.62);
  text-align: justify;
}
.sbpj-livre-prob__text:last-child { margin-bottom: 0; }

/* ── Cartes ── */
.sbpj-livre-prob__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.sbpj-livre-prob__card {
  background: #ffffff;
  padding: 22px;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 2px 12px rgba(0,0,0, 0.05);
}

.sbpj-livre-prob__card-icon { font-size: 22px; line-height: 1; }

.sbpj-livre-prob__card-title {
  font-size: 0.82rem;
  font-weight: 600;
  color: #0f172a;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.sbpj-livre-prob__card-text {
  font-size: 0.82rem;
  line-height: 1.65;
  color: rgba(15, 23, 42, 0.62);
  text-align: justify;
}

/* ── Quote pleine largeur ── */
.sbpj-livre-prob__quote {
  padding: 28px 32px;
  border-radius: 14px;
  background: linear-gradient(135deg, #7A2F8F 0%, #4C1D73 45%, #1B0A3D 100%);
  color: #ffffff;
  font-size: 0.95rem;
  line-height: 1.7;
  text-align: justify;
  box-shadow: 0 10px 35px rgba(0,0,0, 0.25);
}
.sbpj-livre-prob__quote strong { color: #ffffff; font-weight: 700; }

/* ── Tablette ── */
@media (max-width: 900px) {
  .sbpj-livre-prob__title { font-size: 1.5rem; }
  .sbpj-livre-prob__header { margin-bottom: 32px; }

  .sbpj-livre-prob__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .sbpj-livre-prob__text { text-align: center; }

  .sbpj-livre-prob__cards { grid-template-columns: 1fr; }

  .sbpj-livre-prob__card {
    text-align: center;
    align-items: center;
  }

  .sbpj-livre-prob__card-text {
    max-width: 320px;
    text-align: center;
  }

  .sbpj-livre-prob__quote { text-align: center; }
}

/* ── Mobile ── */
@media (max-width: 640px) {
  .sbpj-livre-prob__title { font-size: 1.3rem; }
  .sbpj-livre-prob__sub { font-size: 0.93rem; }
  .sbpj-livre-prob__eyebrow::before,
  .sbpj-livre-prob__eyebrow::after { display: none; }
  .sbpj-livre-prob__quote { padding: 22px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .sbpj-livre-prob__card { transition: none; }
}

.sbpj-livre-parts,
.sbpj-livre-parts *,
.sbpj-livre-parts *::before,
.sbpj-livre-parts *::after { box-sizing: border-box; margin: 0; padding: 0; }

.sbpj-livre-parts {
  max-width: var(--sbpj-content-max, 1200px);
  margin: 0 auto;
  padding: 0 20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* ── Header ── */
.sbpj-livre-parts__header {
  text-align: center;
  margin-bottom: 40px;
}

.sbpj-livre-parts__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  color: #7A2F8F;
  text-transform: uppercase;
  letter-spacing: .14em;
  margin-bottom: 16px;
}
.sbpj-livre-parts__eyebrow::before,
.sbpj-livre-parts__eyebrow::after {
  content: '';
  width: 20px;
  height: 2px;
  background: #7A2F8F;
  border-radius: 2px;
  flex-shrink: 0;
}

.sbpj-livre-parts__title {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -.03em;
  color: #0f172a;
  margin-bottom: 14px;
}
.sbpj-livre-parts__title em {
  font-style: normal;
  background: linear-gradient(135deg, #7A2F8F 0%, #4C1D73 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.sbpj-livre-parts__sub {
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(15, 23, 42, 0.62);
  max-width: 900px;
  margin: 0 auto;
}

/* ── Grid ── */
.sbpj-livre-parts__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

/* ── Card ── */
.sbpj-livre-parts__card {
  background: #ffffff;
  border: 1.5px solid rgba(122, 47, 143, 0.10);
  border-radius: 14px;
  padding: 48px 36px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  transition: none;
}

.sbpj-livre-parts__tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .10em;
  text-transform: uppercase;
  color: #7A2F8F;
  background: rgba(122, 47, 143, 0.08);
  border: 1px solid rgba(122, 47, 143, 0.15);
  padding: 5px 14px;
  border-radius: 999px;
  margin-bottom: 32px;
}

.sbpj-livre-parts__icon {
  font-size: 48px;
  margin-bottom: 24px;
  display: block;
  line-height: 1;
}

.sbpj-livre-parts__card-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -.02em;
  margin-bottom: 16px;
}

.sbpj-livre-parts__card-text {
  font-size: 0.9rem;
  line-height: 1.75;
  color: rgba(15, 23, 42, 0.62);
  max-width: 420px;
  text-align: center;
}

/* ── Tablette ── */
@media (max-width: 900px) {
  .sbpj-livre-parts__title { font-size: 1.5rem; }
  .sbpj-livre-parts__header { margin-bottom: 32px; }
  .sbpj-livre-parts__card { padding: 40px 28px; }
}

/* ── Mobile ── */
@media (max-width: 640px) {
  .sbpj-livre-parts__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .sbpj-livre-parts__title { font-size: 1.3rem; }
  .sbpj-livre-parts__sub { font-size: 0.93rem; }
  .sbpj-livre-parts__eyebrow::before,
  .sbpj-livre-parts__eyebrow::after { display: none; }
  .sbpj-livre-parts__card { padding: 32px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .sbpj-livre-parts__card { transition: none; }
}

.sbpj-livre-preview,
.sbpj-livre-preview *,
.sbpj-livre-preview *::before,
.sbpj-livre-preview *::after { box-sizing: border-box; margin: 0; padding: 0; }

.sbpj-livre-preview {
  max-width: var(--sbpj-content-max, 1200px);
  margin: 0 auto;
  padding: 0 20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* ── Header ── */
.sbpj-livre-preview__header {
  text-align: center;
  margin-bottom: 40px;
}

.sbpj-livre-preview__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  color: #7A2F8F;
  text-transform: uppercase;
  letter-spacing: .14em;
  margin-bottom: 16px;
}
.sbpj-livre-preview__eyebrow::before,
.sbpj-livre-preview__eyebrow::after {
  content: '';
  width: 20px;
  height: 2px;
  background: #7A2F8F;
  border-radius: 2px;
  flex-shrink: 0;
}

.sbpj-livre-preview__title {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -.03em;
  color: #0f172a;
  margin-bottom: 14px;
}
.sbpj-livre-preview__title em {
  font-style: normal;
  background: linear-gradient(135deg, #7A2F8F 0%, #4C1D73 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.sbpj-livre-preview__sub {
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(15, 23, 42, 0.62);
  max-width: 900px;
  margin: 0 auto;
}

/* ── Grid 3 cartes ── */
.sbpj-livre-preview__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

/* ── Carte ── */
.sbpj-livre-preview__card {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 12px rgba(0,0,0, 0.04);
  transition: box-shadow .22s cubic-bezier(.4, 0, .2, 1), transform .22s cubic-bezier(.4, 0, .2, 1);
}

@media (hover: hover) and (pointer: fine) {
  .sbpj-livre-preview__card:hover {
    box-shadow: 0 6px 24px rgba(0,0,0, 0.07);
    transform: translateY(-3px);
  }
  .sbpj-livre-preview__card:hover .sbpj-livre-preview__img-overlay {
    opacity: 1;
  }
}

/* ── Image ── */
.sbpj-livre-preview__img-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.sbpj-livre-preview__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s cubic-bezier(.4, 0, .2, 1);
}

@media (hover: hover) and (pointer: fine) {
  .sbpj-livre-preview__card:hover .sbpj-livre-preview__img-wrap img {
    transform: scale(1.03);
  }
}

.sbpj-livre-preview__img-link {
  display: block;
  width: 100%;
  height: 100%;
}

.sbpj-livre-preview__img-overlay {
  position: absolute;
  inset: 0;
  background: rgba(122, 47, 143, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .22s cubic-bezier(.4, 0, .2, 1);
}

.sbpj-livre-preview__zoom {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0,0,0, 0.15);
  text-decoration: none;
}

/* ── Body carte ── */
.sbpj-livre-preview__body {
  padding: 20px 20px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  flex: 1;
}

.sbpj-livre-preview__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(122, 47, 143, 0.06);
  font-size: 18px;
  margin-bottom: 14px;
}

.sbpj-livre-preview__card-title {
  font-size: 0.95rem;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -.01em;
}

.sbpj-livre-preview__card-desc {
  font-size: 0.82rem;
  line-height: 1.7;
  color: rgba(15, 23, 42, 0.62);
  text-align: justify;
}

/* ── Lightbox ── */
.sbpj-livre-preview__lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  z-index: 999;
  transition: opacity .25s cubic-bezier(.4, 0, .2, 1);
}

.sbpj-livre-preview__lightbox img {
  max-width: 95%;
  max-height: 95%;
  border-radius: 8px;
}

.sbpj-livre-preview__lightbox:target {
  opacity: 1;
  pointer-events: auto;
}

.sbpj-livre-preview__lb-close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  text-decoration: none;
  color: #0f172a;
  box-shadow: 0 4px 14px rgba(0,0,0, 0.2);
}

.sbpj-livre-preview__lb-bg {
  position: absolute;
  inset: 0;
}

/* ── Tablette ── */
@media (max-width: 900px) {
  .sbpj-livre-preview__title { font-size: 1.5rem; }
  .sbpj-livre-preview__header { margin-bottom: 32px; }
}

/* ── Mobile ── */
@media (max-width: 640px) {
  .sbpj-livre-preview__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .sbpj-livre-preview__title { font-size: 1.3rem; }
  .sbpj-livre-preview__sub { font-size: 0.93rem; }
  .sbpj-livre-preview__eyebrow::before,
  .sbpj-livre-preview__eyebrow::after { display: none; }
  .sbpj-livre-preview__img-overlay { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .sbpj-livre-preview__card,
  .sbpj-livre-preview__img-wrap img,
  .sbpj-livre-preview__lightbox { transition: none; }
}

.sbpj-livre-compare,
.sbpj-livre-compare *,
.sbpj-livre-compare *::before,
.sbpj-livre-compare *::after { box-sizing: border-box; margin: 0; padding: 0; }

.sbpj-livre-compare {
  max-width: var(--sbpj-content-max, 1200px);
  margin: 0 auto;
  padding: 0 20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* ── Header ── */
.sbpj-livre-compare__header {
  text-align: center;
  margin-bottom: 40px;
}

.sbpj-livre-compare__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  color: #7A2F8F;
  text-transform: uppercase;
  letter-spacing: .14em;
  margin-bottom: 16px;
}
.sbpj-livre-compare__eyebrow::before,
.sbpj-livre-compare__eyebrow::after {
  content: '';
  width: 20px;
  height: 2px;
  background: #7A2F8F;
  border-radius: 2px;
  flex-shrink: 0;
}

.sbpj-livre-compare__title {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -.03em;
  color: #0f172a;
  margin-bottom: 14px;
}
.sbpj-livre-compare__title em {
  font-style: normal;
  background: linear-gradient(135deg, #7A2F8F 0%, #4C1D73 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.sbpj-livre-compare__sub {
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(15, 23, 42, 0.62);
  max-width: 900px;
  margin: 0 auto;
}

/* ── Grid ── */
.sbpj-livre-compare__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

/* ── Card ── */
.sbpj-livre-compare__card {
  background: #ffffff;
  padding: 0;
  border-radius: 16px;
  text-align: left;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 2px 12px rgba(0,0,0, 0.04);
  transition: none;
}

/* ── Card header strip ── */
.sbpj-livre-compare__card-header {
  padding: 20px 32px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.sbpj-livre-compare__card-header--red {
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
  border-bottom: 1px solid rgba(220, 38, 38, 0.10);
}

.sbpj-livre-compare__card-header--green {
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
  border-bottom: 1px solid rgba(22, 163, 74, 0.12);
}

.sbpj-livre-compare__card-emoji {
  font-size: 24px;
  line-height: 1;
}

.sbpj-livre-compare__card-label {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.sbpj-livre-compare__card-label--red { color: #dc2626; }
.sbpj-livre-compare__card-label--green { color: #16a34a; }

/* ── List ── */
.sbpj-livre-compare__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 8px 0;
}

.sbpj-livre-compare__item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 32px;
  font-size: 0.9rem;
  line-height: 1.65;
  color: #0f172a;
  border-bottom: 1px solid rgba(15, 23, 42, 0.05);
}

.sbpj-livre-compare__item:last-child {
  border-bottom: none;
}

.sbpj-livre-compare__icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}

.sbpj-livre-compare__icon--red {
  background: rgba(220, 38, 38, 0.08);
  color: #dc2626;
}

.sbpj-livre-compare__icon--green {
  background: rgba(22, 163, 74, 0.08);
  color: #16a34a;
}

/* ── Tablette ── */
@media (max-width: 900px) {
  .sbpj-livre-compare__title { font-size: 1.5rem; }
  .sbpj-livre-compare__header { margin-bottom: 32px; }
  .sbpj-livre-compare__card-header { padding: 18px 24px; }
  .sbpj-livre-compare__item { padding: 14px 24px; }
}

/* ── Mobile ── */
@media (max-width: 640px) {
  .sbpj-livre-compare__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .sbpj-livre-compare__title { font-size: 1.3rem; }
  .sbpj-livre-compare__sub { font-size: 0.93rem; }
  .sbpj-livre-compare__eyebrow::before,
  .sbpj-livre-compare__eyebrow::after { display: none; }
  .sbpj-livre-compare__card-header { padding: 16px 20px; }
  .sbpj-livre-compare__item { padding: 14px 20px; font-size: 0.85rem; text-align: justify; }
}

@media (prefers-reduced-motion: reduce) {
  .sbpj-livre-compare__card { transition: none; }
}

.sbpj-livre-buy,
.sbpj-livre-buy *,
.sbpj-livre-buy *::before,
.sbpj-livre-buy *::after { box-sizing: border-box; margin: 0; padding: 0; }

.sbpj-livre-buy {
  max-width: var(--sbpj-content-max, 1200px);
  margin: 0 auto;
  padding: 0 20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* ── Header ── */
.sbpj-livre-buy__header {
  text-align: center;
  margin-bottom: 40px;
}

.sbpj-livre-buy__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  color: #7A2F8F;
  text-transform: uppercase;
  letter-spacing: .14em;
  margin-bottom: 16px;
}
.sbpj-livre-buy__eyebrow::before,
.sbpj-livre-buy__eyebrow::after {
  content: '';
  width: 20px;
  height: 2px;
  background: #7A2F8F;
  border-radius: 2px;
  flex-shrink: 0;
}

.sbpj-livre-buy__title {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -.03em;
  color: #0f172a;
  margin-bottom: 14px;
}
.sbpj-livre-buy__title em {
  font-style: normal;
  background: linear-gradient(135deg, #7A2F8F 0%, #4C1D73 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.sbpj-livre-buy__sub {
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(15, 23, 42, 0.62);
  max-width: 900px;
  margin: 0 auto;
}

/* ── Stack ── */
.sbpj-livre-buy__stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* ── Card horizontale ── */
.sbpj-livre-buy__card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 2px 12px rgba(0,0,0, 0.04);
  transition: none;
  min-height: 320px;
}

.sbpj-livre-buy__card--highlight {
  border: 2px solid transparent;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, #7A2F8F 0%, #4C1D73 45%, #1B0A3D 100%) border-box;
}

.sbpj-livre-buy__card--img-left .sbpj-livre-buy__img-wrap {
  order: -1;
}

/* ── Image ── */
.sbpj-livre-buy__img-wrap {
  overflow: hidden;
  display: flex;
}

.sbpj-livre-buy__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ── Body ── */
.sbpj-livre-buy__body {
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.sbpj-livre-buy__card-name {
  font-size: 1.15rem;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -.01em;
}

.sbpj-livre-buy__format {
  font-size: 0.78rem;
  font-weight: 700;
  color: #7A2F8F;
}

.sbpj-livre-buy__price {
  font-size: 1.5rem;
  font-weight: 900;
  color: #0f172a;
  letter-spacing: -.02em;
}

.sbpj-livre-buy__desc {
  font-size: 0.85rem;
  line-height: 1.7;
  color: rgba(15, 23, 42, 0.62);
  text-align: justify;
}

.sbpj-livre-buy__features {
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.7;
  color: #0f172a;
}

.sbpj-livre-buy__proof {
  font-size: 0.75rem;
  color: rgba(15, 23, 42, 0.45);
}

.sbpj-livre-buy__cta-wrap {
  margin-top: 4px;
}

/* ── CTA uniformisé ── */
.sbpj-livre-buy__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 44px;
  background: linear-gradient(135deg, #7A2F8F 0%, #4C1D73 45%, #1B0A3D 100%);
  color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  border: none;
  border-radius: 14px;
  text-decoration: none;
  cursor: pointer;
  transition: opacity .22s cubic-bezier(.4, 0, .2, 1), transform .22s cubic-bezier(.4, 0, .2, 1), box-shadow .22s cubic-bezier(.4, 0, .2, 1);
  box-shadow: 0 4px 14px rgba(0,0,0, 0.25);
}

@media (hover: hover) and (pointer: fine) {
  .sbpj-livre-buy__cta:hover {
    opacity: .9;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0, 0.35);
  }
}

/* ── Tablette ── */
@media (max-width: 900px) {
  .sbpj-livre-buy__title { font-size: 1.5rem; }
  .sbpj-livre-buy__header { margin-bottom: 32px; }
  .sbpj-livre-buy__body { padding: 28px 24px; }
}

/* ── Mobile ── */
@media (max-width: 640px) {
  .sbpj-livre-buy__title { font-size: 1.3rem; }
  .sbpj-livre-buy__sub { font-size: 0.93rem; }
  .sbpj-livre-buy__eyebrow::before,
  .sbpj-livre-buy__eyebrow::after { display: none; }

  .sbpj-livre-buy__card {
    grid-template-columns: 1fr;
  }

  /* Image toujours en premier sur mobile */
  .sbpj-livre-buy__img-wrap {
    order: -1;
    max-height: 260px;
  }

  .sbpj-livre-buy__body {
    padding: 24px 20px;
    text-align: center;
  }

  .sbpj-livre-buy__desc { text-align: center; }
  .sbpj-livre-buy__cta { width: auto; max-width: 320px; padding: 16px 24px; font-size: 0.92rem; }
}

@media (prefers-reduced-motion: reduce) {
  .sbpj-livre-buy__card,
  .sbpj-livre-buy__cta { transition: none; }
}

.sbpj-livre-proof,
.sbpj-livre-proof *,
.sbpj-livre-proof *::before,
.sbpj-livre-proof *::after { box-sizing: border-box; margin: 0; padding: 0; }

.sbpj-livre-proof {
  max-width: var(--sbpj-content-max, 1200px);
  margin: 0 auto;
  padding: 0 20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* ── Header ── */
.sbpj-livre-proof__header {
  text-align: center;
  margin-bottom: 40px;
}

.sbpj-livre-proof__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  color: #7A2F8F;
  text-transform: uppercase;
  letter-spacing: .14em;
  margin-bottom: 16px;
}
.sbpj-livre-proof__eyebrow::before,
.sbpj-livre-proof__eyebrow::after {
  content: '';
  width: 20px;
  height: 2px;
  background: #7A2F8F;
  border-radius: 2px;
  flex-shrink: 0;
}

.sbpj-livre-proof__title {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -.03em;
  color: #0f172a;
  margin-bottom: 14px;
}
.sbpj-livre-proof__title em {
  font-style: normal;
  background: linear-gradient(135deg, #7A2F8F 0%, #4C1D73 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.sbpj-livre-proof__sub {
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(15, 23, 42, 0.62);
  max-width: 900px;
  margin: 0 auto;
}

/* ── Avis grid ── */
.sbpj-livre-proof__reviews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 16px;
}

/* ── Carte avis ── */
.sbpj-livre-proof__review {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 2px 12px rgba(0,0,0, 0.04);
  transition: box-shadow .22s cubic-bezier(.4, 0, .2, 1), transform .22s cubic-bezier(.4, 0, .2, 1);
}

@media (hover: hover) and (pointer: fine) {
  .sbpj-livre-proof__review:hover {
    box-shadow: 0 6px 24px rgba(0,0,0, 0.07);
    transform: translateY(-2px);
  }
}

.sbpj-livre-proof__review-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sbpj-livre-proof__stars {
  color: #F59E0B;
  font-size: 14px;
  letter-spacing: 2px;
}

.sbpj-livre-proof__verified {
  font-size: 10px;
  font-weight: 600;
  color: #16a34a;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.sbpj-livre-proof__quote {
  font-size: 0.88rem;
  line-height: 1.75;
  color: rgba(15, 23, 42, 0.72);
  font-style: italic;
  text-align: justify;
}

.sbpj-livre-proof__author {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: auto;
}

.sbpj-livre-proof__author-name {
  font-size: 0.82rem;
  font-weight: 700;
  color: #0f172a;
}

.sbpj-livre-proof__author-info {
  font-size: 0.72rem;
  color: rgba(15, 23, 42, 0.45);
}

/* ── Stats ── */
.sbpj-livre-proof__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.sbpj-livre-proof__stat {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  box-shadow: 0 2px 12px rgba(0,0,0, 0.04);
}

.sbpj-livre-proof__stat-number {
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -.02em;
  background: linear-gradient(135deg, #7A2F8F 0%, #4C1D73 45%, #1B0A3D 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  margin-bottom: 6px;
}

.sbpj-livre-proof__stat-label {
  font-size: 0.82rem;
  color: rgba(15, 23, 42, 0.55);
  font-weight: 500;
}

/* ── Tablette ── */
@media (max-width: 900px) {
  .sbpj-livre-proof__title { font-size: 1.5rem; }
  .sbpj-livre-proof__header { margin-bottom: 32px; }
  .sbpj-livre-proof__reviews { grid-template-columns: 1fr; }
  .sbpj-livre-proof__stats { grid-template-columns: 1fr; }
}

/* ── Mobile ── */
@media (max-width: 640px) {
  .sbpj-livre-proof__title { font-size: 1.3rem; }
  .sbpj-livre-proof__sub { font-size: 0.93rem; }
  .sbpj-livre-proof__eyebrow::before,
  .sbpj-livre-proof__eyebrow::after { display: none; }
  .sbpj-livre-proof__review { padding: 24px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .sbpj-livre-proof__review { transition: none; }
}

.sbpj-livre-faq,
.sbpj-livre-faq *,
.sbpj-livre-faq *::before,
.sbpj-livre-faq *::after { box-sizing: border-box; margin: 0; padding: 0; }

.sbpj-livre-faq {
  max-width: var(--sbpj-content-max, 1200px);
  margin: 0 auto;
  padding: 0 20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* ── Header ── */
.sbpj-livre-faq__header {
  text-align: center;
  margin-bottom: 40px;
}

.sbpj-livre-faq__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  color: #7A2F8F;
  text-transform: uppercase;
  letter-spacing: .14em;
  margin-bottom: 16px;
}
.sbpj-livre-faq__eyebrow::before,
.sbpj-livre-faq__eyebrow::after {
  content: '';
  width: 20px;
  height: 2px;
  background: #7A2F8F;
  border-radius: 2px;
  flex-shrink: 0;
}

.sbpj-livre-faq__title {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -.03em;
  color: #0f172a;
  margin-bottom: 14px;
}
.sbpj-livre-faq__title em {
  font-style: normal;
  background: linear-gradient(135deg, #7A2F8F 0%, #4C1D73 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.sbpj-livre-faq__sub {
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(15, 23, 42, 0.62);
  max-width: 900px;
  margin: 0 auto;
}

/* ── Accordion ── */
.sbpj-livre-faq__list {
  max-width: var(--sbpj-content-max, 1200px);
  margin: 0 auto;
}

.sbpj-livre-faq__item {
  border-bottom: 1px solid rgba(122, 47, 143, 0.10);
}
.sbpj-livre-faq__item:first-child {
  border-top: 1px solid rgba(122, 47, 143, 0.10);
}

.sbpj-livre-faq__question {
  width: 100%;
  background: none;
  border: none;
  padding: 18px 0;
  font-size: 0.95rem;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #0f172a;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  line-height: 1.3;
  gap: 16px;
  -webkit-appearance: none;
  appearance: none;
  letter-spacing: -.01em;
}

.sbpj-livre-faq__icon {
  font-size: 28px;
  line-height: 1;
  color: #7A2F8F;
  flex-shrink: 0;
  transition: transform .35s cubic-bezier(.4, 0, .2, 1);
}

.sbpj-livre-faq__item--open .sbpj-livre-faq__icon {
  transform: rotate(45deg);
}

.sbpj-livre-faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s cubic-bezier(.4, 0, .2, 1);
}

.sbpj-livre-faq__answer-inner {
  padding-bottom: 16px;
}

.sbpj-livre-faq__item:last-child .sbpj-livre-faq__answer-inner {
  padding-bottom: 4px;
}

.sbpj-livre-faq__answer p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.7;
  color: rgba(15, 23, 42, 0.62);
  text-align: justify;
}

/* ── Tablette ── */
@media (max-width: 900px) {
  .sbpj-livre-faq__title { font-size: 1.5rem; }
  .sbpj-livre-faq__header { margin-bottom: 32px; }
}

/* ── Mobile ── */
@media (max-width: 640px) {
  .sbpj-livre-faq__title { font-size: 1.3rem; }
  .sbpj-livre-faq__sub { font-size: 0.93rem; }
  .sbpj-livre-faq__eyebrow::before,
  .sbpj-livre-faq__eyebrow::after { display: none; }
  .sbpj-livre-faq__question { font-size: 0.88rem; padding: 16px 0; }
  .sbpj-livre-faq__icon { font-size: 26px; }
  .sbpj-livre-faq__answer p { font-size: 0.85rem; }
}

@media (prefers-reduced-motion: reduce) {
  .sbpj-livre-faq__icon,
  .sbpj-livre-faq__answer { transition: none; }
}

.sbpj-livre-reco,
  .sbpj-livre-reco *,
  .sbpj-livre-reco *::before,
  .sbpj-livre-reco *::after { box-sizing: border-box; margin: 0; padding: 0; }

  .sbpj-livre-reco {
    --accent:      #7A2F8F;
    --accent-mid:  #4C1D73;
    --accent-dark: #1B0A3D;
    --grad-cta:    linear-gradient(135deg, #7A2F8F 0%, #4C1D73 45%, #1B0A3D 100%);
    --text:        #0f172a;
    --text-soft:   rgba(15, 23, 42, 0.60);
    --border:      rgba(15, 23, 42, 0.08);
    --shadow:      0 4px 16px rgba(15, 23, 42, 0.05);
    --font:        -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --ease:        cubic-bezier(.4, 0, .2, 1);
  }

  .sbpj-livre-reco {
    width: 100%;
    max-width: var(--sbpj-content-max, 1200px);
    margin: 0 auto;
    font-family: var(--font);
  }

  .sbpj-livre-reco__header {
    text-align: center;
    margin-bottom: 48px;
  }

  .sbpj-livre-reco__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 700;
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: .14em;
    margin-bottom: 16px;
  }
  .sbpj-livre-reco__eyebrow::before,
  .sbpj-livre-reco__eyebrow::after {
    content: '';
    width: 20px;
    height: 2px;
    background: var(--accent);
    border-radius: 2px;
    flex-shrink: 0;
  }

  .sbpj-livre-reco__h2 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -.03em;
    color: var(--text);
    margin-bottom: 14px;
  }
  .sbpj-livre-reco__h2 em {
    font-style: normal;
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-mid) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }

  .sbpj-livre-reco__tagline {
    font-size: 1rem;
    line-height: 1.75;
    color: var(--text-soft);
    max-width: 100%;
    margin: 0 auto;
    white-space: nowrap;
  }

  .sbpj-livre-reco__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: stretch;
  }

  .sbpj-livre-reco__card {
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 22px;
    padding: 0;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease);
  }

  @media (hover: hover) and (pointer: fine) {
    .sbpj-livre-reco__card:hover {
      transform: translateY(-5px);
      box-shadow: 0 14px 36px rgba(0,0,0, 0.10);
      border-color: rgba(122, 47, 143, 0.22);
    }
  }

  .sbpj-livre-reco__img-wrap {
    width: 100%;
    aspect-ratio: 4 / 3.6;
    overflow: hidden;
    background: #f4f4f6;
    border-bottom: 1px solid var(--border);
  }

  .sbpj-livre-reco__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s var(--ease);
  }

  @media (hover: hover) and (pointer: fine) {
    .sbpj-livre-reco__card:hover .sbpj-livre-reco__img { transform: scale(1.03); }
  }

  .sbpj-livre-reco__body {
    padding: 20px 20px 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 8px;
  }

  .sbpj-livre-reco__title {
    font-size: .95rem;
    font-weight: 600;
    color: var(--text);
    letter-spacing: -.01em;
    text-transform: uppercase;
  }

  .sbpj-livre-reco__desc {
    font-size: .82rem;
    line-height: 1.6;
    color: var(--text-soft);
    flex: 1;
    text-align: justify;
  }

  .sbpj-livre-reco__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
    padding: 11px 18px;
    background: var(--grad-cta);
    color: #ffffff;
    font-family: var(--font);
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 0 3px 12px rgba(0,0,0, 0.30);
    transition: opacity .22s, transform .22s, box-shadow .22s;
  }

  @media (hover: hover) and (pointer: fine) {
    .sbpj-livre-reco__cta:hover {
      opacity: .9;
      transform: translateY(-1px);
      box-shadow: 0 6px 20px rgba(0,0,0, 0.4);
    }
  }

  @media (max-width: 860px) {
    .sbpj-livre-reco__grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .sbpj-livre-reco__h2   { font-size: 1.5rem; }
  }

  @media (max-width: 480px) {
    .sbpj-livre-reco__grid    { grid-template-columns: 1fr; gap: 14px; }
    .sbpj-livre-reco__h2      { font-size: 1.3rem; }
    .sbpj-livre-reco__header  { margin-bottom: 32px; }
    .sbpj-livre-reco__tagline { white-space: normal; }
    .sbpj-livre-reco__desc    { white-space: normal; overflow: visible; text-overflow: unset; }
  }

  @media (prefers-reduced-motion: reduce) {
    .sbpj-livre-reco__card,
    .sbpj-livre-reco__img,
    .sbpj-livre-reco__cta { transition: none; }
  }