/* =========================================================
   HOME (front-page) — designs exacts de Marion (blocs Squarespace)
   Nettoyé : @import Google retirés, 'Inter' → police système.
   ( conservés pour ce 1er jet → passe de nettoyage après validation.)
   Chargé uniquement sur l'accueil.
   ========================================================= */

/* Rythme de page : CHAQUE section a son propre padding vertical (haut + bas)
   + gouttières horizontales (hero full-bleed exclu). Uniforme sur tous les
   breakpoints (desktop / iPad / mobile). */
.sbpj-home { display: flex; flex-direction: column; }
.sbpj-home > :not(.sbpj-home-hero-section) {
	padding-top: var(--sbpj-section-pad-y);
	padding-bottom: var(--sbpj-section-pad-y);
	padding-left: var(--sbpj-gutter);
	padding-right: var(--sbpj-gutter);
}
/* Le shop porte son propre padding (avec + responsive) → on force
   le padding vertical par-dessus, tout en gardant sa gouttière interne. */
.sbpj-home > .sbpj-home-shop.sbpj-home-shop {
	padding-top: var(--sbpj-section-pad-y-first); /* 1re section après le hero */
	padding-bottom: var(--sbpj-section-pad-y);
}

/* =========================================================
   HERO — section_accueil-header (fond image porté par la section)
   ========================================================= */
.sbpj-home-hero-section {
	background-image: var(--sbpj-hero-bg);
	background-size: cover;
	background-position: center 10%;
	background-repeat: no-repeat;
	display: flex;
}
.sbpj-home-hero *, .sbpj-home-hero *::before, .sbpj-home-hero *::after {
	box-sizing: border-box; margin: 0; padding: 0;
	border: none; background: none; font-family: inherit;
	line-height: inherit; color: inherit; text-decoration: none;
}
.sbpj-home-hero {
	width: 100%; display: flex; flex-direction: column;
	align-items: center; justify-content: center;
	/* Hauteur + padding vertical retirés : la <section> .sbpj-hero gère la hauteur (sinon double min-height). */
	min-height: 0; padding: 0 20px;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	-webkit-font-smoothing: antialiased; color: #ffffff;
	text-align: center; gap: 0;
}
.sbpj-home-hero__h1, .sbpj-home-hero__sub { text-shadow: 0 2px 16px rgba(0, 0, 0,.4); }
.sbpj-home-hero__eyebrow {
	display: inline-flex; align-items: center; gap: 8px;
	padding: 6px 18px; background: rgba(255,255,255,.12);
	border: 1px solid rgba(255,255,255,.18); border-radius: 99px;
	font-size: .78rem; font-weight: 700; color: rgba(255,255,255,.88);
	letter-spacing: .14em; text-transform: uppercase; white-space: nowrap;
}
.sbpj-home-hero__h1 {
	font-size: 2.6rem; font-weight: 900; color: #ffffff;
	line-height: 1.15; letter-spacing: -.02em; padding-top: 20px; max-width: 820px;
}
.sbpj-home-hero__h1 em { font-style: italic; color: rgba(255,255,255,.75); }
.sbpj-home-hero__sub {
	font-size: 1.08rem; font-weight: 500; color: rgba(255,255,255,.68);
	padding-top: 14px; max-width: 580px; line-height: 1.65;
}
.sbpj-home-hero__stats {
	display: flex; align-items: center; justify-content: center;
	gap: 0; padding-top: 40px; width: 100%; max-width: 860px;
}
.sbpj-home-hero__stat {
	display: flex; flex-direction: column; align-items: center;
	justify-content: center; gap: 8px; flex: 1; padding: 0 16px;
}
.sbpj-home-hero__stat-icon { font-size: 1.6rem; line-height: 1; }
.sbpj-home-hero__stat-number {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	font-weight: 900; font-size: 2rem; color: #ffffff; line-height: 1; letter-spacing: -.02em;
}
.sbpj-home-hero__stat-label { font-weight: 500; font-size: .52rem; letter-spacing: .15em; text-transform: uppercase; color: rgba(255,255,255,.45); }
.sbpj-home-hero__divider { width: 1px; height: 52px; background: rgba(255,255,255,.1); flex-shrink: 0; }
@media (max-width: 640px) {
	.sbpj-home-hero { padding: 40px 20px; }
	.sbpj-home-hero__h1 { font-size: 1.65rem; }
	.sbpj-home-hero__eyebrow { font-size: .6rem; padding: 5px 12px; letter-spacing: .1em; }
	.sbpj-home-hero__sub { font-size: .95rem; }
	.sbpj-home-hero__stats { flex-direction: column; align-items: center; justify-content: center; }
	.sbpj-home-hero__divider { width: 40%; height: 1px; }
	.sbpj-home-hero__stat { padding: 24px 0; flex: unset; width: 100%; }
	.sbpj-home-hero__stat:last-child { padding-bottom: 0; }
	.sbpj-home-hero__stat-icon { font-size: 2rem; }
	.sbpj-home-hero__stat-number { font-size: 2.4rem; }
	.sbpj-home-hero__stat-label { font-size: .58rem; }
}

/* =========================================================
   SHOP — accueil_shop (5 cartes produits)
   ========================================================= */
.sbpj-home-shop {
	--as-violet-1: #7A2F8F; --as-violet-2: #4C1D73; --as-violet-3: #1B0A3D;
	--as-text: #0f172a; --as-text-soft: rgba(15, 23, 42, .62); --as-border: rgba(15, 23, 42, .08);
	--as-bg-card: #ffffff; --as-bg-img: #f5f0ff; --as-green: #16a34a; --as-red: #EF4444;
	--as-amber: #F59E0B; --as-blue: #2355B0; --as-radius-card: 20px; --as-radius-btn: 12px;
	--as-shadow-card: 0 2px 12px rgba(0, 0, 0, .05); --as-shadow-card-hover: 0 12px 36px rgba(0, 0, 0, .10);
	--as-shadow-btn: 0 4px 14px rgba(0, 0, 0, .25); --as-ease: cubic-bezier(.4, 0, .2, 1);
	--as-font: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.sbpj-home-shop.sbpj-home-shop {
	max-width: var(--sbpj-content-max); margin: 0 auto; padding: 0 24px; font-family: var(--as-font);
	-webkit-font-smoothing: antialiased; display: flex; flex-direction: column; gap: 24px; line-height: 1.6;
	color: var(--as-text); overflow: hidden; box-sizing: border-box;
}
.sbpj-home-shop.sbpj-home-shop *, .sbpj-home-shop.sbpj-home-shop *::before, .sbpj-home-shop.sbpj-home-shop *::after { box-sizing: border-box; }
.sbpj-home-shop h2, .sbpj-home-shop h3, .sbpj-home-shop p { margin: 0; padding: 0; font-family: var(--as-font); }
.sbpj-home-shop a { text-decoration: none; color: inherit; border: none; margin: 0; }
.sbpj-home-shop span { font-family: var(--as-font); }
.sbpj-home-shop__header { text-align: center; display: flex; flex-direction: column; align-items: center; }
.sbpj-home-shop__eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 700; color: var(--as-violet-1); text-transform: uppercase; letter-spacing: .14em; margin-bottom: 16px; }
.sbpj-home-shop__eyebrow::before, .sbpj-home-shop__eyebrow::after { content: ''; width: 20px; height: 2px; background: var(--as-violet-1); border-radius: 2px; flex-shrink: 0; }
.sbpj-home-shop__h2 { font-size: 1.8rem; font-weight: 900; line-height: 1.12; letter-spacing: -.03em; color: var(--as-text); margin-bottom: 14px; }
.sbpj-home-shop__h2 em { font-style: normal; background: linear-gradient(135deg, var(--as-violet-1) 0%, var(--as-violet-2) 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.sbpj-home-shop__tagline { font-size: 1rem; line-height: 1.75; color: var(--as-text-soft); max-width: 620px; }
.sbpj-home-shop__row-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.sbpj-home-shop__row-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.sbpj-home-shop__card { background: var(--as-bg-card); border: 1px solid var(--as-border); border-radius: var(--as-radius-card); overflow: hidden; display: flex; flex-direction: column; box-shadow: var(--as-shadow-card); transition: transform .22s var(--as-ease), box-shadow .22s var(--as-ease); min-width: 0; height: 100%; padding: 0; }
.sbpj-home-shop__img-wrap { position: relative; background: linear-gradient(135deg, #7A2F8F 0%, #4C1D73 45%, #1B0A3D 100%); overflow: hidden; flex-shrink: 0; display: flex; align-items: center; justify-content: center; aspect-ratio: 4 / 3; width: 100%; padding: 0; margin: 0; }
.sbpj-home-shop__img-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; transition: transform .4s var(--as-ease); margin: 0; padding: 0; }
.sbpj-home-shop__img-wrap--contain img { object-fit: contain; object-position: center center; width: 80%; height: 85%; }
.sbpj-home-shop__row-2 .sbpj-home-shop__img-wrap { aspect-ratio: 16 / 10; }
.sbpj-home-shop__row-2 .sbpj-home-shop__img-wrap--contain img { width: 55%; height: 80%; }
.sbpj-home-shop__badge { position: absolute; top: 14px; right: 14px; display: inline-block; font-size: .62rem; font-weight: 800; padding: 6px 14px; border-radius: 8px; text-transform: uppercase; letter-spacing: .06em; color: #ffffff; z-index: 2; line-height: 1.3; white-space: nowrap; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.sbpj-home-shop__badge--amber { background: rgba(245, 158, 11, .92); }
.sbpj-home-shop__badge--green { background: rgba(22, 163, 74, .92); }
.sbpj-home-shop__badge--blue { background: rgba(35, 85, 176, .92); }
.sbpj-home-shop__badge--violet { background: rgba(122, 47, 143, .92); }
.sbpj-home-shop__badge--red { background: rgba(239, 68, 68, .92); }
.sbpj-home-shop__body { padding: 22px 22px 18px; display: flex; flex-direction: column; gap: 8px; flex: 1; margin: 0; }
.sbpj-home-shop__cat { font-size: .65rem; font-weight: 700; color: var(--as-text-soft); text-transform: uppercase; letter-spacing: .10em; }
.sbpj-home-shop__title { font-size: 1rem; font-weight: 800; color: var(--as-text); line-height: 1.3; letter-spacing: -.01em; }
.sbpj-home-shop__desc { font-size: .82rem; color: var(--as-text-soft); line-height: 1.65; text-align: justify; flex: 1; }
.sbpj-home-shop__stars { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--as-amber); margin-top: 2px; }
.sbpj-home-shop__stars span { color: var(--as-text-soft); font-size: .7rem; font-weight: 500; }
.sbpj-home-shop__price-row { display: flex; align-items: baseline; gap: 8px; margin-top: 4px; }
.sbpj-home-shop__price { font-size: 1.25rem; font-weight: 900; color: var(--as-text); letter-spacing: -.02em; }
.sbpj-home-shop__price-range { font-size: 1.05rem; font-weight: 900; color: var(--as-text); letter-spacing: -.01em; }
.sbpj-home-shop__price-free { display: inline-block; font-size: .78rem; font-weight: 700; color: var(--as-green); background: rgba(22, 163, 74, .08); border: 1px solid rgba(22, 163, 74, .20); border-radius: 6px; padding: 4px 12px; }
.sbpj-home-shop__price-note { font-size: .7rem; color: var(--as-text-soft); font-weight: 500; margin-top: 2px; }
.sbpj-home-shop__divider { height: 1px; background: var(--as-border); width: 100%; margin: 0; padding: 0; }
.sbpj-home-shop__footer { padding: 16px 22px 20px; margin: 0; }
.sbpj-home-shop__btn { display: block; width: 100%; background: linear-gradient(135deg, var(--as-violet-1) 0%, var(--as-violet-2) 45%, var(--as-violet-3) 100%); color: #ffffff; font-family: var(--as-font); font-size: .85rem; font-weight: 700; text-align: center; padding: 14px 16px; border-radius: var(--as-radius-btn); box-shadow: var(--as-shadow-btn); transition: opacity .18s var(--as-ease), transform .18s var(--as-ease); letter-spacing: .01em; }
@media (hover: hover) and (pointer: fine) {
	.sbpj-home-shop__card:hover { transform: translateY(-4px); box-shadow: var(--as-shadow-card-hover); }
	.sbpj-home-shop__card:hover .sbpj-home-shop__img-wrap img { transform: scale(1.03); }
	.sbpj-home-shop__card:hover .sbpj-home-shop__img-wrap--contain img { transform: scale(1.05); }
	.sbpj-home-shop__card:hover .sbpj-home-shop__btn { transform: translateY(-1px); }
}
@media (max-width: 1024px) {
	.sbpj-home-shop.sbpj-home-shop { padding: 0 20px; }
	.sbpj-home-shop__row-3, .sbpj-home-shop__row-2 { gap: 16px; }
}
@media (max-width: 860px) {
	.sbpj-home-shop__h2 { font-size: 1.5rem; }
	.sbpj-home-shop__row-3 { grid-template-columns: 1fr 1fr; }
	.sbpj-home-shop__row-3 .sbpj-home-shop__card:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: 40% 60%; grid-template-areas: "img body" "img divider" "img footer"; }
	.sbpj-home-shop__row-3 .sbpj-home-shop__card:last-child .sbpj-home-shop__img-wrap { grid-area: img; width: 100%; height: 100%; aspect-ratio: auto; }
	.sbpj-home-shop__row-3 .sbpj-home-shop__card:last-child .sbpj-home-shop__img-wrap--contain img { width: 70%; height: 70%; }
	.sbpj-home-shop__row-3 .sbpj-home-shop__card:last-child .sbpj-home-shop__body { grid-area: body; width: 100%; }
	.sbpj-home-shop__row-3 .sbpj-home-shop__card:last-child .sbpj-home-shop__divider { grid-area: divider; width: 100%; }
	.sbpj-home-shop__row-3 .sbpj-home-shop__card:last-child .sbpj-home-shop__footer { grid-area: footer; width: 100%; }
}
@media (max-width: 640px) {
	.sbpj-home-shop.sbpj-home-shop { gap: 16px; padding: 0 16px; }
	.sbpj-home-shop__h2 { font-size: 1.3rem; }
	.sbpj-home-shop__tagline { font-size: .9rem; }
	.sbpj-home-shop__eyebrow::before, .sbpj-home-shop__eyebrow::after { display: none; }
	.sbpj-home-shop__row-3, .sbpj-home-shop__row-2 { grid-template-columns: 1fr; gap: 14px; }
	.sbpj-home-shop__row-3 .sbpj-home-shop__card:last-child { display: flex; flex-direction: column; grid-template-columns: none; grid-template-areas: none; }
	.sbpj-home-shop__row-3 .sbpj-home-shop__card:last-child .sbpj-home-shop__img-wrap { width: 100%; aspect-ratio: 4 / 3; height: auto; }
	.sbpj-home-shop__row-3 .sbpj-home-shop__card:last-child .sbpj-home-shop__img-wrap--contain img { width: 75%; height: 80%; }
	.sbpj-home-shop__row-2 .sbpj-home-shop__img-wrap { aspect-ratio: 4 / 3; }
	.sbpj-home-shop__row-2 .sbpj-home-shop__img-wrap--contain img { width: 65%; height: 80%; }
	.sbpj-home-shop__body { padding: 18px 18px 14px; }
	.sbpj-home-shop__footer { padding: 14px 18px 18px; }
	.sbpj-home-shop__btn { padding: 14px 14px; font-size: .82rem; }
}
@media (max-width: 400px) {
	.sbpj-home-shop__h2 { font-size: 1.15rem; }
	.sbpj-home-shop__body { padding: 16px 16px 12px; gap: 6px; }
	.sbpj-home-shop__footer { padding: 12px 16px 16px; }
	.sbpj-home-shop__desc { font-size: .78rem; }
	.sbpj-home-shop__title { font-size: .95rem; }
}
@media (prefers-reduced-motion: reduce) {
	.sbpj-home-shop__card, .sbpj-home-shop__img-wrap img, .sbpj-home-shop__btn { transition: none; }
}

/* =========================================================
   DÉFINITION — def-bpjeps
   ========================================================= */
.sbpj-home-def, .sbpj-home-def *, .sbpj-home-def *::before, .sbpj-home-def *::after { box-sizing: border-box; margin: 0; padding: 0; }
.sbpj-home-def {
	--c-brand: #7A2F8F; --c-brand-dark: #4C1D73; --c-brand-light: #f5f0ff; --c-brand-mid: #ede8fc;
	--c-brand-border: #e8e0fc; --c-brand-bg: #faf8ff; --c-text: #0a0514; --c-body: #333; --c-muted: #555; --c-white: #fff;
	--fs-eyebrow: 11px; --fs-title: 1.8rem; --fs-body: 1rem; --fs-card-h: 0.9rem; --fs-card-p: 0.8rem; --fs-intro: 0.8rem;
	--space-gap: clamp(24px, 4vw, 40px); --radius-card: 12px;
	--font: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; --ease: cubic-bezier(.4, 0, .2, 1);
	width: 100%; max-width: var(--sbpj-content-max); margin: 0 auto; font-family: var(--font); -webkit-font-smoothing: antialiased;
}
.sbpj-home-def__eyebrow { display: flex; justify-content: center; align-items: center; gap: 10px; font-size: var(--fs-eyebrow); font-weight: 700; color: var(--c-brand); text-transform: uppercase; letter-spacing: .14em; margin-bottom: 20px; }
.sbpj-home-def__eyebrow::before, .sbpj-home-def__eyebrow::after { content: ''; width: 20px; height: 2px; background: var(--c-brand); border-radius: 2px; flex-shrink: 0; }
.sbpj-home-def__inner { width: 100%; display: flex; flex-direction: column; gap: var(--space-gap); }
.sbpj-home-def__title { font-size: var(--fs-title); font-weight: 900; line-height: 1.08; letter-spacing: -.04em; color: var(--c-text); margin-bottom: 20px; text-align: center; text-transform: uppercase; }
.sbpj-home-def__title em { font-style: normal; color: var(--c-brand); }
.sbpj-home-def__body { font-size: var(--fs-body); color: var(--c-body); line-height: 1.75; margin-bottom: 12px; text-align: justify; }
.sbpj-home-def__body strong { color: var(--c-text); font-weight: 600; }
.sbpj-home-def__body:last-of-type { margin-bottom: 0; }
.sbpj-home-def__cards-intro { font-size: var(--fs-intro); font-weight: 600; color: var(--c-text); text-transform: uppercase; letter-spacing: .10em; margin-bottom: 10px; }
.sbpj-home-def__cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.sbpj-home-defcard { position: relative; display: flex; flex-direction: column; align-items: flex-start; gap: 8px; background: var(--c-brand-bg); border: 1px solid var(--c-brand-border); border-radius: var(--radius-card); padding: 24px 20px 44px; min-height: 200px; text-decoration: none; color: inherit; transition: border-color .22s var(--ease), box-shadow .22s var(--ease), transform .22s var(--ease); }
@media (hover: hover) and (pointer: fine) {
	.sbpj-home-defcard:hover { border-color: #c4a8e0; box-shadow: 0 4px 18px rgba(0, 0, 0, .10); transform: translateY(-2px); }
	.sbpj-home-defcard:hover .sbpj-home-defcard__arrow { background: var(--c-brand); color: #ffffff; }
}
.sbpj-home-defcard__icon { width: 48px; height: 48px; min-width: 48px; border-radius: 12px; background: var(--c-brand-mid); display: flex; align-items: center; justify-content: center; font-size: 24px; flex-shrink: 0; margin-bottom: 2px; }
.sbpj-home-defcard__title { font-size: var(--fs-card-h); font-weight: 700; color: var(--c-text); letter-spacing: -.01em; line-height: 1.3; }
.sbpj-home-defcard__desc { font-size: var(--fs-card-p); color: var(--c-muted); line-height: 1.6; }
.sbpj-home-defcard__arrow { position: absolute; bottom: 9px; right: 9px; width: 20px; height: 20px; border-radius: 5px; background: var(--c-brand-mid); color: var(--c-brand); display: flex; align-items: center; justify-content: center; font-size: 10px; line-height: 1; transition: background .22s var(--ease), color .22s var(--ease); flex-shrink: 0; }
@media (max-width: 860px) { .sbpj-home-def__title { font-size: 1.5rem; } }
@media (max-width: 640px) {
	.sbpj-home-def__title { font-size: 1.3rem; }
	.sbpj-home-def__cards { grid-template-columns: 1fr; }
	.sbpj-home-defcard { align-items: center; text-align: center; padding: 28px 18px 40px; gap: 6px; min-height: 180px; }
	.sbpj-home-defcard__icon { width: 36px; height: 36px; min-width: 36px; font-size: 17px; border-radius: 9px; margin-bottom: 0; }
	.sbpj-home-defcard__desc { text-align: center; }
}
@media (prefers-reduced-motion: reduce) { .sbpj-home-defcard, .sbpj-home-defcard__arrow { transition: none; } }

/* =========================================================
   MÉTHODE — sm (timeline animée au scroll)
   ========================================================= */
.sbpj-home-story, .sbpj-home-story *, .sbpj-home-story *::before, .sbpj-home-story *::after { box-sizing: border-box; margin: 0; padding: 0; }
.sbpj-home-story { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; width: 100%; max-width: var(--sbpj-content-max); margin: 0 auto; padding: 0; -webkit-font-smoothing: antialiased; }
.sbpj-home-story__header { text-align: center; padding: 0 24px 72px; }
.sbpj-home-story__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: 20px; }
.sbpj-home-story__eyebrow::before, .sbpj-home-story__eyebrow::after { content: ''; width: 20px; height: 2px; background: #7A2F8F; border-radius: 2px; flex-shrink: 0; }
.sbpj-home-story__title { font-size: 1.8rem; font-weight: 900; line-height: 1.1; letter-spacing: -.03em; color: #0a0514; margin-bottom: 20px; }
.sbpj-home-story__title em { font-style: normal; color: #7A2F8F; }
.sbpj-home-story__intro { font-size: 1rem; color: #333; line-height: 1.75; margin-bottom: 12px; text-align: justify; }
.sbpj-home-story__intro:last-child { margin-bottom: 0; }
.sbpj-home-story-tl { position: relative; padding: 0 24px; }
.sbpj-home-story-tl__track { position: absolute; left: calc(50% - 1px); width: 2px; background: #e8e0f5; border-radius: 2px; z-index: 0; pointer-events: none; }
.sbpj-home-story-tl__fill { position: absolute; left: calc(50% - 1px); width: 2px; height: 0; background: linear-gradient(to bottom, #7A2F8F, #4C1D73); border-radius: 2px; z-index: 1; will-change: height; pointer-events: none; }
.sbpj-home-story-step { display: grid; grid-template-columns: 1fr 48px 1fr; align-items: start; position: relative; z-index: 2; }
.sbpj-home-story-step__l { padding: 0 28px 52px 0; text-align: right; }
.sbpj-home-story-step__r { padding: 0 0 52px 28px; }
.sbpj-home-story-step:last-child .sbpj-home-story-step__l, .sbpj-home-story-step:last-child .sbpj-home-story-step__r { padding-bottom: 0; }
.sbpj-home-story-step__m { display: flex; justify-content: center; align-items: flex-start; padding-top: 1px; }
.sbpj-home-story-dot { width: 18px; height: 18px; border-radius: 50%; border: 2px solid #d8cef0; background: #fff; flex-shrink: 0; position: relative; z-index: 3; transition: background .3s, border-color .3s, box-shadow .3s; }
.sbpj-home-story-dot.lit { background: #7A2F8F; border-color: #7A2F8F; box-shadow: 0 0 0 6px rgba(0, 0, 0, .15); }
[data-dot-last] { width: 18px; height: 18px; display: flex; align-items: center; justify-content: center; line-height: 1; font-size: 0; transition: background .3s, border-color .3s, box-shadow .3s, width .35s cubic-bezier(.34, 1.56, .64, 1), height .35s cubic-bezier(.34, 1.56, .64, 1), font-size .2s .2s; }
[data-dot-last].lit { width: 36px; height: 36px; font-size: 18px; background: #f5f0ff; border-color: #7A2F8F; box-shadow: 0 0 0 6px rgba(0, 0, 0, .15); }
.sbpj-home-story-tag { display: inline-block; font-size: 10px; font-weight: 700; color: #7A2F8F; background: #f5f0ff; border-radius: 6px; padding: 3px 8px; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 10px; }
.sbpj-home-story-name { font-size: 15px; font-weight: 600; color: #0a0514; line-height: 1.35; letter-spacing: -.01em; margin-bottom: 8px; }
.sbpj-home-story-desc { font-size: 0.8rem; color: #444; line-height: 1.75; text-align: justify; }
@media (max-width: 860px) { .sbpj-home-story__title { font-size: 1.5rem; } }
@media (max-width: 600px) {
	.sbpj-home-story__header { padding: 0 16px 48px; }
	.sbpj-home-story__title { font-size: 1.3rem; }
	.sbpj-home-story__intro { font-size: 0.9rem; text-align: justify; }
	.sbpj-home-story-tl { padding: 0 16px; overflow: hidden; }
	.sbpj-home-story-step { grid-template-columns: 36px 1fr; grid-template-areas: "dot content"; }
	.sbpj-home-story-step__l { grid-area: content; text-align: left; padding: 0 0 40px 14px; }
	.sbpj-home-story-step__r { grid-area: content; text-align: left; padding: 0 0 40px 14px; }
	.sbpj-home-story-step__m { grid-area: dot; justify-content: center; }
	.sbpj-home-story-step:last-child .sbpj-home-story-step__l, .sbpj-home-story-step:last-child .sbpj-home-story-step__r { padding-bottom: 0; }
	.sbpj-home-story-tl__track, .sbpj-home-story-tl__fill { left: calc(16px + 18px - 1px); right: auto; }
}
@media (prefers-reduced-motion: reduce) { .sbpj-home-story-dot, [data-dot-last] { transition: none; } .sbpj-home-story-tl__fill { transition: none; } }

/* =========================================================
   AVIS FORMATEURS — accueil-avis (carrousel)
   ========================================================= */
.sbpj-home-avis, .sbpj-home-avis *, .sbpj-home-avis *::before, .sbpj-home-avis *::after { box-sizing: border-box; margin: 0; padding: 0; }
.sbpj-home-avis {
	--c-brand: #7A2F8F; --c-brand-dark: #4C1D73; --c-brand-mid: #ede8fc; --c-brand-border: #e8e0fc;
	--c-text: #0a0514; --c-body: #333; --c-muted: #666; --c-subtle: #999; --c-white: #fff;
	--fs-eyebrow: 11px; --fs-title: 1.8rem; --fs-body: 1rem; --fs-quote: 0.92rem; --fs-meta: 0.8rem;
	--radius-card: 16px; --gap-cards: 16px; --font: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; --ease: cubic-bezier(.4, 0, .2, 1);
	width: 100%; max-width: var(--sbpj-content-max); margin: 0 auto; padding: 0; font-family: var(--font); -webkit-font-smoothing: antialiased;
}
.sbpj-home-avis__header { text-align: left; margin-bottom: 40px; }
.sbpj-home-avis__eyebrow { display: inline-flex; align-items: center; gap: 6px; font-size: var(--fs-eyebrow); font-weight: 600; color: var(--c-brand); background: var(--c-brand-mid); border: 1px solid var(--c-brand-border); border-radius: 999px; padding: 5px 14px; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 24px; }
.sbpj-home-avis__eyebrow::before { content: '♡'; font-size: 12px; }
.sbpj-home-avis__titre { font-size: var(--fs-title); font-weight: 900; line-height: 1.1; letter-spacing: -.04em; color: var(--c-text); margin-bottom: 14px; }
.sbpj-home-avis__titre em { font-style: normal; color: var(--c-brand); }
.sbpj-home-avis__sous-titre { font-size: var(--fs-body); color: var(--c-muted); line-height: 1.6; margin-bottom: 20px; }
.sbpj-home-avis__confiance { display: inline-flex; align-items: center; gap: 12px; }
.sbpj-home-avis__avatars { display: flex; align-items: center; }
.sbpj-home-avis__avatars img { width: 32px; height: 32px; border-radius: 50%; border: 2px solid var(--c-white); object-fit: cover; flex-shrink: 0; display: block; }
.sbpj-home-avis__avatars img + img { margin-left: -8px; }
.sbpj-home-avis__confiance-texte { font-size: var(--fs-meta); color: var(--c-muted); font-weight: 500; }
.sbpj-home-avis__carrousel-wrapper { display: flex; flex-direction: column; }
.sbpj-home-avis__carrousel { overflow: hidden; padding: 12px 2px; margin: -12px -2px; margin-bottom: 8px; }
.sbpj-home-avis__piste { display: flex; gap: var(--gap-cards); transition: transform .42s cubic-bezier(.4, 0, .2, 1); will-change: transform; }
.sbpj-home-avis__fleches { display: flex; justify-content: center; align-items: center; gap: 10px; margin-top: 24px; }
.sbpj-home-avis__fleche { width: 38px; height: 38px; border-radius: 50%; background: var(--c-white); border: 1.5px solid var(--c-brand-border); color: var(--c-brand); font-size: 16px; display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 2px 10px rgba(0, 0, 0, .10); transition: background .2s, border-color .2s, transform .18s, box-shadow .2s; flex-shrink: 0; line-height: 1; }
@media (hover: hover) and (pointer: fine) { .sbpj-home-avis__fleche:hover { background: var(--c-brand-mid); border-color: #c4a8e0; box-shadow: 0 4px 16px rgba(0, 0, 0, .18); } }
.sbpj-home-avis__fleche:active { transform: scale(.92); box-shadow: none; }
.sbpj-home-avis__fleche:disabled { opacity: .28; cursor: default; pointer-events: none; }
.sbpj-home-avis__carte { flex: 0 0 calc((100% - var(--gap-cards) * 2) / 3); min-width: 0; background: var(--c-white); border: 1px solid var(--c-brand-border); border-radius: var(--radius-card); padding: 24px; display: flex; flex-direction: column; gap: 16px; box-shadow: 0 2px 8px rgba(0, 0, 0, .05), 0 4px 20px rgba(0, 0, 0, .07); transition: box-shadow .25s var(--ease), transform .25s var(--ease), border-color .25s var(--ease); position: relative; overflow: hidden; }
.sbpj-home-avis__carte::before { content: '\201C'; position: absolute; top: -14px; right: 12px; font-size: 140px; font-weight: 900; font-family: Georgia, serif; color: var(--c-brand); opacity: .06; line-height: 1; pointer-events: none; user-select: none; transition: opacity .3s; }
@media (hover: hover) and (pointer: fine) { .sbpj-home-avis__carte:hover { border-color: #c4a8e0; box-shadow: 0 6px 28px rgba(0, 0, 0, .13); transform: translateY(-3px); } .sbpj-home-avis__carte:hover::before { opacity: .11; } }
.sbpj-home-avis__carte-header { display: flex; align-items: center; gap: 12px; position: relative; z-index: 1; }
.sbpj-home-avis__carte-avatar { width: 48px; height: 48px; min-width: 48px; border-radius: 50%; object-fit: cover; display: block; box-shadow: 0 1px 4px rgba(0, 0, 0, .15); flex-shrink: 0; }
.sbpj-home-avis__carte-auteur { display: flex; flex-direction: column; gap: 1px; }
.sbpj-home-avis__carte-nom { font-size: 0.92rem; font-weight: 700; color: var(--c-text); line-height: 1.3; }
.sbpj-home-avis__carte-poste { font-size: var(--fs-meta); color: var(--c-subtle); font-weight: 400; }
.sbpj-home-avis__carte-citation { font-size: var(--fs-quote); color: var(--c-body); line-height: 1.75; flex: 1; text-align: justify; position: relative; z-index: 1; }
.sbpj-home-avis__carte-pied { display: flex; justify-content: flex-end; border-top: 1px solid var(--c-brand-border); padding-top: 14px; position: relative; z-index: 1; }
.sbpj-home-avis__carte-specialite { font-size: var(--fs-meta); font-weight: 600; color: var(--c-text); letter-spacing: -.01em; }
.sbpj-home-avis__partenaires { display: flex; flex-direction: column; align-items: center; gap: 16px; margin-top: 32px; }
.sbpj-home-avis__partenaires-label { font-size: var(--fs-eyebrow); font-weight: 500; color: var(--c-subtle); text-transform: uppercase; letter-spacing: .14em; text-align: center; }
.sbpj-home-avis__partenaires-liste { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; list-style: none; row-gap: 8px; }
.sbpj-home-avis__partenaires-item { display: flex; align-items: center; gap: 7px; padding: 0 20px; font-size: 0.85rem; font-weight: 500; color: var(--c-text); white-space: nowrap; position: relative; }
.sbpj-home-avis__partenaires-item + .sbpj-home-avis__partenaires-item::before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 16px; background: var(--c-brand-border); }
.sbpj-home-avis__partenaires-icone { font-size: 15px; line-height: 1; }
@media (max-width: 900px) { .sbpj-home-avis__carte { flex: 0 0 calc((100% - var(--gap-cards)) / 2); } .sbpj-home-avis__titre { font-size: 1.5rem; } }
@media (max-width: 580px) {
	.sbpj-home-avis__carte { flex: 0 0 calc(100% - 4px); }
	.sbpj-home-avis__titre { font-size: 1.3rem; }
	.sbpj-home-avis__header { text-align: center; }
	.sbpj-home-avis__confiance { justify-content: center; }
	.sbpj-home-avis__partenaires-item { padding: 0 12px; font-size: 0.78rem; }
	.sbpj-home-avis__partenaires { margin-top: 24px; }
	.sbpj-home-avis__fleche { width: 34px; height: 34px; font-size: 14px; }
}
@media (prefers-reduced-motion: reduce) { .sbpj-home-avis__piste, .sbpj-home-avis__carte { transition: none; } }

/* =========================================================
   FAQ — sbpj-faq-v2 (accordéon + JSON-LD porté par le template)
   ========================================================= */
.sbpj-home-faq, .sbpj-home-faq *, .sbpj-home-faq *::before, .sbpj-home-faq *::after { box-sizing: border-box; margin: 0; padding: 0; }
.sbpj-home-faq { width: 100%; max-width: var(--sbpj-content-max); margin: 0 auto; font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif; -webkit-font-smoothing: antialiased; }
.sbpj-home-faq__grille { display: grid; grid-template-columns: 1.6fr 1fr; gap: clamp(32px, 6vw, 72px); align-items: start; }
.sbpj-home-faq__liste { width: 100%; list-style: none; }
.sbpj-home-faq__item { border-bottom: 1px solid #e8e0fc; }
.sbpj-home-faq__item:first-child { border-top: 1px solid #e8e0fc; }
.sbpj-home-faq__btn { width: 100%; background: none; border: none; border-radius: 0; box-shadow: none; padding: 18px 0; font-size: 1rem; font-weight: 600; text-align: left; cursor: pointer; display: flex; justify-content: space-between; align-items: center; color: #0a0514; font-family: system-ui, -apple-system, sans-serif; line-height: 1.4; gap: 16px; -webkit-appearance: none; appearance: none; }
.sbpj-home-faq__plus { font-size: 24px; line-height: 1; color: #7A2F8F; flex-shrink: 0; margin-left: 8px; transition: transform .35s cubic-bezier(.4, 0, .2, 1); display: inline-block; }
.sbpj-home-faq__item--open .sbpj-home-faq__plus { transform: rotate(45deg); }
.sbpj-home-faq__body { max-height: 0; overflow: hidden; transition: max-height .4s cubic-bezier(.4, 0, .2, 1); }
.sbpj-home-faq__item--open .sbpj-home-faq__body { padding-bottom: 16px; }
.sbpj-home-faq__item:last-child.sbpj-home-faq__item--open .sbpj-home-faq__body { padding-bottom: 0; }
.sbpj-home-faq__texte { margin: 0; padding: 0; line-height: 1.75; color: #555; text-align: justify; font-size: 1rem; }
.sbpj-home-faq__header { position: sticky; top: 32px; display: flex; flex-direction: column; align-items: flex-end; text-align: right; }
.sbpj-home-faq__pill { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 600; color: #7A2F8F; background: #ede8fc; border: 1px solid #e8e0fc; border-radius: 999px; padding: 5px 14px; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 20px; line-height: 1; }
.sbpj-home-faq__pill::before { content: '?'; font-size: 12px; font-weight: 700; color: #7A2F8F; }
.sbpj-home-faq__titre { font-size: 1.8rem; font-weight: 900; letter-spacing: -.04em; line-height: 1.08; color: #0a0514; margin-bottom: 16px; text-transform: uppercase; text-align: right; }
.sbpj-home-faq__titre em { font-style: normal; color: #7A2F8F; }
.sbpj-home-faq__desc { font-size: 1rem; color: #555; line-height: 1.7; text-align: right; margin: 0; }
@media (max-width: 768px) {
	.sbpj-home-faq__grille { grid-template-columns: 1fr; gap: 32px; }
	.sbpj-home-faq__liste { order: 2; }
	.sbpj-home-faq__header { order: 1; position: static; align-items: center; text-align: center; }
	.sbpj-home-faq__titre { font-size: 1.4rem; text-align: center; }
	.sbpj-home-faq__desc { text-align: center; }
}
@media (prefers-reduced-motion: reduce) { .sbpj-home-faq__plus, .sbpj-home-faq__body { transition: none; } }

/* =========================================================
   AVIS ÉTUDIANTS — sbpj-avis-v2 (grille 3)
   ========================================================= */
.sbpj-home-results, .sbpj-home-results *, .sbpj-home-results *::before, .sbpj-home-results *::after { box-sizing: border-box; margin: 0; padding: 0; }
.sbpj-home-results { width: 100%; max-width: var(--sbpj-content-max); margin: 0 auto; padding: 0; font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif; -webkit-font-smoothing: antialiased; }
.sbpj-home-results__eyebrow { display: flex; justify-content: center; align-items: center; gap: 10px; font-size: 11px; font-weight: 700; color: #7A2F8F; text-transform: uppercase; letter-spacing: .14em; margin-bottom: 20px; }
.sbpj-home-results__eyebrow::before, .sbpj-home-results__eyebrow::after { content: ''; width: 20px; height: 2px; background: #7A2F8F; border-radius: 2px; flex-shrink: 0; }
.sbpj-home-results__etoiles-header { text-align: center; font-size: 20px; color: #f5c542; letter-spacing: 4px; line-height: 1; margin-bottom: 14px; }
.sbpj-home-results__titre { font-size: 1.8rem; font-weight: 900; line-height: 1.08; letter-spacing: -.04em; color: #0a0514; text-align: center; text-transform: uppercase; margin-bottom: 8px; }
.sbpj-home-results__titre em { font-style: normal; color: #7A2F8F; }
.sbpj-home-results__sous-titre { font-size: 1rem; color: #555; text-align: center; line-height: 1.6; margin-bottom: clamp(24px, 4vw, 40px); }
.sbpj-home-results__grille { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.sbpj-home-results__carte { background: #faf8ff; border: 1px solid #e8e0fc; border-radius: 12px; padding: 20px 18px; display: flex; flex-direction: column; gap: 14px; aspect-ratio: 1 / 1; transition: border-color .22s, box-shadow .22s, transform .22s; }
@media (hover: hover) and (pointer: fine) { .sbpj-home-results__carte:hover { border-color: #c4a8e0; box-shadow: 0 4px 18px rgba(0, 0, 0, .10); transform: translateY(-2px); } }
.sbpj-home-results__etoiles { font-size: 14px; color: #f5c542; letter-spacing: 2px; line-height: 1; display: block; }
.sbpj-home-results__citation { font-size: 0.8rem; color: #333; line-height: 1.75; text-align: justify; flex: 1; }
.sbpj-home-results__auteur { display: flex; align-items: center; gap: 10px; border-top: 1px solid #e8e0fc; padding-top: 14px; }
.sbpj-home-results__avatar { width: 36px; height: 36px; min-width: 36px; border-radius: 50%; background: #ede8fc; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 800; color: #7A2F8F; flex-shrink: 0; text-transform: uppercase; }
.sbpj-home-results__info { display: flex; flex-direction: column; gap: 2px; }
.sbpj-home-results__nom { font-size: 0.88rem; font-weight: 700; color: #0a0514; line-height: 1.2; }
.sbpj-home-results__poste { font-size: 0.75rem; color: #777; font-weight: 400; line-height: 1.3; }
@media (max-width: 900px) { .sbpj-home-results__grille { grid-template-columns: 1fr 1fr; } .sbpj-home-results__carte:last-child { grid-column: span 2; max-width: 480px; margin: 0 auto; width: 100%; } }
@media (max-width: 580px) { .sbpj-home-results__grille { grid-template-columns: 1fr; } .sbpj-home-results__carte:last-child { grid-column: span 1; max-width: none; } .sbpj-home-results__titre { font-size: 1.4rem; } }
@media (prefers-reduced-motion: reduce) { .sbpj-home-results__carte { transition: none; } }

/* =========================================================
   CTA FINAL — sbpj-cta-final
   ========================================================= */
.sbpj-home-cta, .sbpj-home-cta *, .sbpj-home-cta *::before, .sbpj-home-cta *::after { box-sizing: border-box; margin: 0; padding: 0; }
.sbpj-home-cta { width: 100%; max-width: var(--sbpj-content-max); margin: 0 auto; padding: 0; font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif; -webkit-font-smoothing: antialiased; text-align: center; }
.sbpj-home-cta__eyebrow { display: flex; justify-content: center; align-items: center; gap: 10px; font-size: 11px; font-weight: 700; color: #7A2F8F; text-transform: uppercase; letter-spacing: .14em; margin-bottom: 20px; }
.sbpj-home-cta__eyebrow::before, .sbpj-home-cta__eyebrow::after { content: ''; width: 20px; height: 2px; background: #7A2F8F; border-radius: 2px; flex-shrink: 0; }
.sbpj-home-cta__titre { font-size: clamp(2rem, 6vw, 3.4rem); font-weight: 900; letter-spacing: -.04em; line-height: 1.04; color: #0a0514; text-transform: uppercase; margin-bottom: 24px; }
.sbpj-home-cta__titre em { font-style: normal; color: #7A2F8F; }
.sbpj-home-cta__desc { font-size: 1rem; color: #555; line-height: 1.75; max-width: 900px; margin: 0 auto 36px; }
.sbpj-home-cta__btns { display: flex; justify-content: center; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 44px; }
.sbpj-home-cta__btn-primary { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 16px 32px; background: linear-gradient(135deg, #7A2F8F 0%, #4C1D73 45%, #1B0A3D 100%); color: #ffffff; font-family: system-ui, -apple-system, sans-serif; font-size: 1rem; font-weight: 700; letter-spacing: -.01em; border: none; border-radius: 12px; text-decoration: none; cursor: pointer; box-shadow: 0 4px 20px rgba(0, 0, 0, .35); transition: opacity .22s, transform .2s, box-shadow .22s; }
@media (hover: hover) and (pointer: fine) { .sbpj-home-cta__btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(0, 0, 0, .5); color: #ffffff; } }
.sbpj-home-cta__btn-secondary { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 16px 32px; background: transparent; color: #0a0514; font-family: system-ui, -apple-system, sans-serif; font-size: 1rem; font-weight: 600; letter-spacing: -.01em; border: 1.5px solid #e8e0fc; border-radius: 12px; text-decoration: none; cursor: pointer; transition: border-color .22s, background .22s, transform .2s; }
@media (hover: hover) and (pointer: fine) { .sbpj-home-cta__btn-secondary:hover { border-color: #c4a8e0; background: #faf8ff; transform: translateY(-2px); } }
.sbpj-home-cta__badges { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 0; border-top: 1px solid #e8e0fc; padding-top: 28px; }
.sbpj-home-cta__badge { display: flex; align-items: center; gap: 7px; padding: 0 20px; font-size: 0.8rem; font-weight: 500; color: #0a0514; white-space: nowrap; position: relative; }
.sbpj-home-cta__badge + .sbpj-home-cta__badge::before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 16px; background: #e8e0fc; }
.sbpj-home-cta__badge-icone { font-size: 14px; line-height: 1; flex-shrink: 0; }
@media (max-width: 580px) {
	.sbpj-home-cta__btns { flex-direction: column; align-items: stretch; max-width: 320px; margin-left: auto; margin-right: auto; }
	.sbpj-home-cta__btn-primary, .sbpj-home-cta__btn-secondary { width: 100%; }
	.sbpj-home-cta__badges { flex-direction: column; align-items: center; gap: 12px; }
	.sbpj-home-cta__badge { padding: 0; font-size: 0.8rem; justify-content: center; }
	.sbpj-home-cta__badge + .sbpj-home-cta__badge::before { display: none; }
}
@media (prefers-reduced-motion: reduce) { .sbpj-home-cta__btn-primary, .sbpj-home-cta__btn-secondary { transition: none; } }
