/* ══════════════════════════════════════════════════════════════════════════
   Ambassadeur TEPIENS 2026 — page de vente
   Palette fidèle à la page actuelle (Divi) : orange #ff5600, or #BF8943,
   sombre #2a2d31 / #32373c. Titres Montserrat, corps Rubik.
   Namespace : #ambass-content. v1.0
   ══════════════════════════════════════════════════════════════════════════ */

#ambass-content {
	--orange: #ff5600;
	--orange-dark: #e04a00;
	--gold: #bf8943;
	--gold-dark: #a8763a;
	--dark: #2a2d31;
	--dark2: #32373c;
	--ink: #2c2c2c;
	--muted: #6a6f76;
	--light: #ffffff;
	--light2: #f6f4f0;
	--line: #e7e3dc;
	--wrap: min(1160px, 92vw);
	--narrow: min(820px, 92vw);

	font-family: 'Rubik', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	color: var(--ink);
	font-size: 17px;
	line-height: 1.7;
	overflow-x: hidden;
}

/* ── Override Divi : pleine largeur, pas de sidebar ───────────────────────── */
.ambass-page #page-container,
.ambass-page #main-content,
.ambass-page #content-area {
	max-width: none !important;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}
.ambass-page #main-content .container {
	max-width: none !important;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}
.ambass-page #sidebar,
.ambass-page .et_right_sidebar #sidebar,
.ambass-page #left-area { display: none !important; }
.ambass-page #main-content .container::before { display: none !important; }
.ambass-page .et_pb_row,
.ambass-page article.et_pb_post { width: auto; max-width: none; }

#ambass-content * { box-sizing: border-box; }
#ambass-content h1,
#ambass-content h2,
#ambass-content h3 {
	font-family: 'Montserrat', sans-serif;
	line-height: 1.15;
	color: inherit;
	margin: 0 0 .5em;
}
#ambass-content p { margin: 0 0 1.1em; }
#ambass-content strong { font-weight: 700; }
#ambass-content a { color: var(--orange); }

/* ── Conteneurs ───────────────────────────────────────────────────────────── */
.amb-wrap { width: var(--wrap); margin: 0 auto; }
.amb-narrow { width: var(--narrow); }
.amb-mx-auto { margin-left: auto; margin-right: auto; }
.amb-center { text-align: center; }
.amb-mt { margin-top: 2rem; }

/* ── Sections ─────────────────────────────────────────────────────────────── */
.amb-section { padding: 84px 0; }
.amb-section--light { background: var(--light); color: var(--ink); }
.amb-section--light:nth-of-type(even) { background: var(--light2); }
.amb-section--dark { background: var(--dark); color: #e9eaec; }
.amb-section--dark h2, .amb-section--dark h3 { color: #fff; }
.amb-section--gold {
	background: linear-gradient(135deg, var(--gold), var(--gold-dark));
	color: #fff;
}
.amb-section--gold h2 { color: #fff; }
.amb-section--gold a.amb-link { color: #fff; }

/* ── Typo utilitaires ─────────────────────────────────────────────────────── */
.amb-eyebrow,
.amb-kicker {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: .14em;
	font-size: .74rem;
	font-weight: 700;
	color: var(--orange);
	margin: 0 0 .9rem;
}
.amb-kicker--gold { color: var(--gold); }
.amb-h2 {
	font-size: clamp(1.7rem, 3.4vw, 2.5rem);
	font-weight: 800;
}
.amb-h2--xl { font-size: clamp(2rem, 4.4vw, 3rem); }
.amb-lead { font-size: 1.22rem; font-weight: 500; }

/* ── Boutons ──────────────────────────────────────────────────────────────── */
.amb-btn {
	display: inline-block;
	background: var(--orange);
	color: #fff !important;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .04em;
	font-size: .92rem;
	text-decoration: none;
	padding: 16px 38px;
	border: none;
	border-radius: 999px;
	cursor: pointer;
	transition: transform .15s ease, background .15s ease, box-shadow .15s ease;
	box-shadow: 0 8px 22px rgba(255, 86, 0, .28);
}
.amb-btn:hover { background: var(--orange-dark); transform: translateY(-2px); }
.amb-btn--lg { padding: 19px 48px; font-size: 1.02rem; }
.amb-btn--block { display: block; width: 100%; text-align: center; margin-top: 1.5rem; }
.amb-btn--ghost {
	background: transparent;
	color: var(--orange) !important;
	border: 2px solid var(--orange);
	box-shadow: none;
}
.amb-btn--ghost:hover { background: var(--orange); color: #fff !important; }
.amb-link {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 2px solid currentColor;
	padding-bottom: 2px;
}

/* ── Hero ─────────────────────────────────────────────────────────────────── */
.amb-hero {
	background: radial-gradient(circle at 75% 20%, #3a3f45 0%, var(--dark) 55%);
	color: #fff;
	padding: 96px 0;
}
.amb-hero__grid {
	display: grid;
	grid-template-columns: 1.1fr .9fr;
	gap: 56px;
	align-items: center;
}
.amb-hero h1 {
	font-size: clamp(2.2rem, 5.2vw, 3.7rem);
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: -.01em;
}
.amb-hero h1 span { color: var(--orange); }
.amb-hero__sub { font-size: 1.25rem; color: #cfd0d6; max-width: 30ch; }
.amb-hero .amb-eyebrow { color: var(--gold); }

/* ── Médias ───────────────────────────────────────────────────────────────── */
.amb-media { border-radius: 16px; overflow: hidden; box-shadow: 0 18px 50px rgba(0,0,0,.18); }
.amb-media img { display: block; width: 100%; height: auto; }
/* variantes recadrées (portraits / carrés de coachs) */
.amb-media--portrait { aspect-ratio: 3 / 4; box-shadow: 0 24px 60px rgba(0,0,0,.25); }
.amb-media--square { aspect-ratio: 1 / 1; }
.amb-media--portrait img,
.amb-media--square img { height: 100%; object-fit: cover; }

/* signature noire (intro), logos presse, badge garantie : pas de cadre */
.amb-signature { display: block; max-width: 240px; height: auto; margin: 1.6rem auto 0; }
.amb-logos { display: block; max-width: 760px; width: 100%; height: auto; margin: 1.2rem auto 0; }
.amb-badge { display: block; max-width: 260px; width: 100%; height: auto; margin: 0 auto; filter: drop-shadow(0 12px 24px rgba(0,0,0,.2)); }
.amb-split__media--badge { box-shadow: none; }

/* ── Cartes (bénéfices, formations) ───────────────────────────────────────── */
.amb-cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 26px;
	margin-top: 2.5rem;
}
.amb-cards--3 { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.amb-card {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 14px;
	padding: 30px 28px;
	box-shadow: 0 6px 20px rgba(0,0,0,.04);
}
.amb-card h3 { font-size: 1.2rem; font-weight: 700; color: var(--ink); }
.amb-card p { margin: 0; color: var(--muted); font-size: .98rem; }
.amb-card--dark {
	background: rgba(255,255,255,.04);
	border: 1px solid rgba(255,255,255,.1);
	box-shadow: none;
}
.amb-card--dark p { color: #b9bcc1; }

/* ── Features (ce que vous allez acquérir) ────────────────────────────────── */
.amb-features {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 24px;
	margin-top: 2.5rem;
}
.amb-feature {
	padding: 28px 28px 28px 30px;
	border-left: 4px solid var(--orange);
	background: rgba(255,255,255,.04);
	border-radius: 0 12px 12px 0;
}
.amb-feature h3 { font-size: 1.18rem; color: #fff; }
.amb-feature p { margin: 0; color: #b9bcc1; font-size: .97rem; }

/* ── Statistiques ─────────────────────────────────────────────────────────── */
.amb-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	text-align: center;
}
.amb-stat__num {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: clamp(2.6rem, 6vw, 4rem);
	font-weight: 900;
	color: var(--orange);
	line-height: 1;
}
.amb-stat__label { display: block; margin-top: .6rem; color: #cfd0d6; font-size: 1rem; }

/* ── Split (image + texte) ────────────────────────────────────────────────── */
.amb-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
	align-items: center;
}
.amb-split--rev .amb-split__media { order: 2; }
.amb-split__media .amb-media--portrait { max-width: 380px; }
.amb-split__media--badge { display: flex; justify-content: center; }

/* ── Rows alternées (acquérir / soulagez) ─────────────────────────────────── */
.amb-rows { display: flex; flex-direction: column; gap: 40px; margin-top: 2.5rem; }
.amb-row {
	display: grid;
	grid-template-columns: 1.05fr 1fr;
	gap: 44px;
	align-items: center;
}
.amb-row--rev .amb-media { order: 2; }
.amb-row__text h3 { font-size: 1.4rem; font-weight: 800; }
.amb-section--dark .amb-row__text h3 { color: #fff; }
.amb-section--dark .amb-row__text p { color: #c4c7cc; }
.amb-row__text p { margin: 0; }
.amb-sub { font-size: 1.5rem; font-weight: 800; margin-top: 3rem; }

/* ── Vignettes (masterclass, formations d'élite) ──────────────────────────── */
.amb-vignette { text-align: center; }
.amb-vignette .amb-media { margin-bottom: 1rem; }
.amb-vignette p { font-size: .96rem; color: #b9bcc1; margin: 0; }
.amb-section--light .amb-vignette p { color: var(--muted); }
.amb-pills--left { justify-content: flex-start; }

/* ── Pills / podcasts ─────────────────────────────────────────────────────── */
.amb-pills { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin: 1.6rem 0; }
.amb-pill {
	background: var(--light2);
	border: 1px solid var(--line);
	border-radius: 999px;
	padding: 9px 20px;
	font-size: .9rem;
	font-weight: 500;
}
.amb-collapse {
	max-height: 0; overflow: hidden;
	transition: max-height .4s ease;
	text-align: left;
}
.amb-collapse.is-open { max-height: 1600px; }
.amb-podcast-list {
	columns: 2; column-gap: 40px;
	margin: 1.8rem 0 0; padding: 0; list-style: none;
}
.amb-podcast-list li {
	break-inside: avoid;
	padding: 7px 0 7px 22px;
	position: relative;
	font-size: .95rem;
	color: var(--muted);
	border-bottom: 1px solid var(--line);
}
.amb-podcast-list li::before {
	content: '›'; position: absolute; left: 0; color: var(--orange); font-weight: 700;
}

/* ── Domaines (soulagez vos angoisses) ────────────────────────────────────── */
.amb-domain {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 16px;
	padding: 34px 36px;
	margin-top: 26px;
	box-shadow: 0 6px 20px rgba(0,0,0,.04);
}
.amb-domain h3 { font-size: 1.35rem; font-weight: 800; color: var(--orange); }
.amb-checklist { list-style: none; margin: 1.2rem 0 0; padding: 0; columns: 2; column-gap: 36px; }
.amb-checklist li {
	break-inside: avoid;
	position: relative; padding: 6px 0 6px 30px;
	font-size: .96rem; color: var(--ink);
}
.amb-checklist li::before {
	content: '✓'; position: absolute; left: 0; top: 6px;
	color: #fff; background: var(--gold);
	width: 20px; height: 20px; border-radius: 50%;
	font-size: .7rem; line-height: 20px; text-align: center; font-weight: 700;
}

/* ── Enseignants ──────────────────────────────────────────────────────────── */
.amb-teachers {
	display: grid; grid-template-columns: repeat(2, 1fr);
	gap: 36px; margin-top: 2.5rem;
}
.amb-teacher { text-align: center; }
.amb-teacher .amb-media { max-width: 300px; margin: 0 auto 1.4rem; }
.amb-teacher__role {
	font-family: 'Montserrat', sans-serif; text-transform: uppercase;
	letter-spacing: .12em; font-size: .72rem; font-weight: 700;
	color: var(--gold); margin: 0 0 .3rem;
}
.amb-teacher h3 { font-size: 1.4rem; }
.amb-teacher p:last-child { color: #b9bcc1; font-size: .97rem; }

/* ── Témoignages ──────────────────────────────────────────────────────────── */
.amb-quote {
	background: #fff; border: 1px solid var(--line); border-radius: 14px;
	padding: 30px 30px 26px; margin: 0;
	box-shadow: 0 6px 20px rgba(0,0,0,.04);
	position: relative;
}
.amb-quote::before {
	content: '\201C'; font-family: Georgia, serif;
	font-size: 4rem; color: var(--orange); opacity: .25;
	position: absolute; top: 6px; left: 18px; line-height: 1;
}
.amb-quote p { font-style: italic; color: var(--ink); position: relative; }
.amb-quote cite { font-style: normal; font-weight: 700; color: var(--orange); font-family: 'Montserrat', sans-serif; }

/* ── Offre / tarifs ───────────────────────────────────────────────────────── */
.amb-plans {
	display: grid; grid-template-columns: repeat(2, minmax(280px, 1fr));
	gap: 30px; margin-top: 2.6rem; align-items: start;
}
.amb-plan {
	background: #fff; color: var(--ink);
	border-radius: 18px; padding: 38px 34px;
	border: 1px solid var(--line);
	position: relative;
}
.amb-plan--featured {
	border: 2px solid var(--orange);
	box-shadow: 0 24px 60px rgba(255,86,0,.22);
}
.amb-plan__popular {
	position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
	background: var(--orange); color: #fff;
	font-family: 'Montserrat', sans-serif; font-weight: 700;
	font-size: .72rem; text-transform: uppercase; letter-spacing: .1em;
	padding: 6px 18px; border-radius: 999px; white-space: nowrap;
}
.amb-plan__tag {
	font-family: 'Montserrat', sans-serif; text-transform: uppercase;
	letter-spacing: .1em; font-size: .68rem; font-weight: 700;
	color: var(--gold); margin: 0 0 .5rem;
}
.amb-plan__name {
	font-size: 1.8rem; text-transform: uppercase; font-weight: 800;
	margin: 0 0 .3rem; color: var(--ink);
}
.amb-plan__price { font-family: 'Montserrat', sans-serif; font-size: 2.6rem; font-weight: 900; color: var(--orange); margin: 0; line-height: 1; }
.amb-plan__old { color: var(--muted); text-decoration: line-through; margin: .2rem 0 .1rem; font-size: .95rem; }
.amb-plan__valid { color: var(--ink); font-weight: 700; font-size: .85rem; margin: 0 0 1.4rem; }
.amb-plan__list { list-style: none; margin: 0 0 1rem; padding: 0; }
.amb-plan__list li {
	position: relative; padding: 9px 0 9px 28px;
	border-bottom: 1px solid var(--line); font-size: .94rem;
}
.amb-plan__list li::before {
	content: '✓'; position: absolute; left: 0; top: 9px;
	color: var(--gold); font-weight: 700;
}
.amb-plan__plus { font-weight: 700; }
.amb-plan__plus::before { color: var(--orange) !important; }
.amb-pay { font-weight: 600; margin-top: 2.4rem; color: #fff; }
.amb-guarantee { color: #cfd0d6; font-size: .95rem; margin-top: .4rem; }

/* ══ DESIGN PREMIUM v2.1 ════════════════════════════════════════════════════ */

/* ── Hero : fond multicouche + gradient text ────────────────────────────── */
.amb-hero {
  background:
    radial-gradient(ellipse at 80% 10%, rgba(191,137,67,.22) 0%, transparent 44%),
    radial-gradient(ellipse at 15% 80%, rgba(255,86,0,.10) 0%, transparent 35%),
    linear-gradient(160deg, #1d2126 0%, #252a30 55%, #2a2d31 100%);
}
.amb-hero h1 span {
  background: linear-gradient(135deg, var(--orange) 0%, #ff8844 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.amb-hero .amb-media--portrait {
  box-shadow:
    0 0 0 8px rgba(255,86,0,.10),
    0 0 0 18px rgba(191,137,67,.06),
    0 30px 72px rgba(0,0,0,.45);
}

/* ── Badge social proof dans le hero ────────────────────────────────────── */
.amb-hero__badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  padding: 7px 18px;
  font-size: .83rem; font-weight: 500; color: #c8cbd4;
  margin-bottom: 1.4rem;
  backdrop-filter: blur(6px);
}
.amb-hero__badge::before {
  content: ''; display: inline-block;
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 6px var(--orange);
  flex-shrink: 0;
}

/* ── Kicker / eyebrow : tiret avant ────────────────────────────────────── */
.amb-kicker::before,
.amb-eyebrow::before {
  content: '';
  display: inline-block;
  width: 20px; height: 1.5px;
  background: currentColor; opacity: .5;
  vertical-align: middle;
  margin-right: 8px; border-radius: 1px;
}

/* ── H2 centré : trait dégradé orange→or ────────────────────────────────── */
.amb-h2.amb-center {
  position: relative;
  padding-bottom: .75em;
}
.amb-h2.amb-center::after {
  content: '';
  position: absolute;
  bottom: 0; left: 50%; transform: translateX(-50%);
  width: 48px; height: 3px; border-radius: 2px;
  background: linear-gradient(90deg, var(--orange), var(--gold));
}
.amb-section--gold .amb-h2.amb-center::after {
  background: linear-gradient(90deg, rgba(255,255,255,.75), rgba(255,255,255,.3));
}

/* ── Stats : chiffres en dégradé ────────────────────────────────────────── */
.amb-stat__num {
  background: linear-gradient(135deg, var(--orange) 0%, #ff8040 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── Cards light : position + barre accent au hover ─────────────────────── */
.amb-card { position: relative; overflow: hidden; }
.amb-card::after {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--orange), var(--gold));
  transform: scaleX(0); transform-origin: left;
  transition: transform .3s ease;
}
.amb-card:hover::after { transform: scaleX(1); }

/* ── Cards sombres : bordure gauche orange ───────────────────────────────── */
.amb-card--dark {
  border-left: 3px solid rgba(255,86,0,.28);
  background: rgba(255,255,255,.03);
}
.amb-card--dark:hover { border-left-color: rgba(255,86,0,.70); }
.amb-card--dark::after { display: none; }

/* ── Témoignages : accent bord gauche orange ─────────────────────────────── */
.amb-quote {
  border-top: 1px solid var(--line);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-left: 4px solid var(--orange);
  border-radius: 0 14px 14px 0;
  box-shadow: 0 8px 28px rgba(0,0,0,.06);
}
.amb-quote__stars {
  display: flex; gap: 3px; margin-bottom: .8rem;
  font-size: .9rem; letter-spacing: .05em;
}

/* ── Plan vedette : fond chaud + ombre renforcée ────────────────────────── */
.amb-plan--featured {
  background: linear-gradient(160deg, #ffffff 0%, #fffcf8 100%);
  box-shadow: 0 32px 72px rgba(255,86,0,.20), 0 6px 24px rgba(0,0,0,.08);
}

/* ── Feature rows section sombre : numéro en fond ───────────────────────── */
.amb-rows { counter-reset: row-c; }
.amb-row { counter-increment: row-c; }
.amb-section--dark .amb-row__text { position: relative; }
.amb-section--dark .amb-row__text::before {
  content: counter(row-c, decimal-leading-zero);
  position: absolute; top: -.4rem; right: -.5rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 5rem; font-weight: 900;
  color: rgba(255,255,255,.04); line-height: 1;
  pointer-events: none; user-select: none;
}
.amb-section--dark .amb-row__text > * { position: relative; z-index: 1; }

/* ── Split media : ombre soignée ─────────────────────────────────────────── */
.amb-section--light .amb-split__media .amb-media {
  box-shadow: 0 28px 68px rgba(0,0,0,.12);
}
.amb-section--dark .amb-lead { color: #d5d8de; }

/* ══ DESIGN PREMIUM v2.2 — Impact & Grandeur ════════════════════════════════ */

/* ── Hero : généreux et dramatique ─────────────────────────────────────── */
.amb-hero { padding: 130px 0 110px; }
.amb-hero h1 {
  font-size: clamp(2.7rem, 6vw, 4.6rem);
  letter-spacing: -.025em;
  line-height: 1.08;
  margin-bottom: .55em;
}
.amb-hero__sub { font-size: 1.28rem; line-height: 1.6; color: #bfc2cc; max-width: 38ch; }
.amb-hero .amb-btn--lg { margin-top: 2rem; padding: 20px 52px; font-size: 1.06rem; }

/* ── Sections : padding + lead ──────────────────────────────────────────── */
.amb-section { padding: 100px 0; }
.amb-lead { font-size: 1.25rem; line-height: 1.65; font-weight: 500; }

/* ── Titres : échelle plus imposante ────────────────────────────────────── */
.amb-h2 { font-size: clamp(1.9rem, 3.8vw, 2.8rem); }
.amb-h2--xl { font-size: clamp(2.2rem, 4.8vw, 3.4rem); }

/* ── Stats : chiffres géants ────────────────────────────────────────────── */
.amb-stat__num { font-size: clamp(3.6rem, 8vw, 5.8rem); letter-spacing: -.03em; }
.amb-stat__label {
  font-size: 1rem; margin-top: 1rem;
  color: #b0b4be; line-height: 1.4;
  max-width: 20ch; margin-left: auto; margin-right: auto;
}
.amb-stats { align-items: start; }

/* ── Row h3 dans les sections sombres ───────────────────────────────────── */
.amb-section--dark .amb-row__text h3 {
  font-size: 1.55rem; font-weight: 800;
  line-height: 1.2; margin-bottom: .5rem;
}

/* ── Plans : redesign premium ───────────────────────────────────────────── */
.amb-plan { padding: 42px 36px; }
.amb-plan__name { font-size: 2rem; letter-spacing: .04em; }
.amb-plan__price { font-size: 3rem; margin: .5rem 0 .15rem; }
.amb-plan--featured .amb-plan__price {
  font-size: 3.6rem;
  background: linear-gradient(135deg, var(--orange) 0%, #ff8844 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.amb-plan--featured .amb-plan__name { color: var(--orange); }
.amb-plan__list li { padding: 9px 0 9px 34px; }
.amb-plan__list li::before {
  content: '✓';
  background: linear-gradient(135deg, var(--gold), var(--orange));
  color: #fff !important;
  width: 20px; height: 20px; border-radius: 50%;
  font-size: .65rem; line-height: 20px;
  text-align: center; font-weight: 900;
  display: inline-flex; align-items: center; justify-content: center;
  position: absolute; left: 0; top: 10px;
}

/* ── Vignettes : hover raffiné ──────────────────────────────────────────── */
.amb-vignette .amb-media { transition: transform .25s ease, box-shadow .25s ease; }
.amb-vignette:hover .amb-media {
  transform: translateY(-5px);
  box-shadow: 0 22px 50px rgba(0,0,0,.24);
}

/* ── Enseignants : portrait doré ────────────────────────────────────────── */
.amb-teacher .amb-media--square {
  border: 3px solid rgba(191,137,67,.20);
  box-shadow: 0 20px 52px rgba(0,0,0,.25);
  transition: border-color .25s ease, box-shadow .25s ease;
}
.amb-teacher:hover .amb-media--square {
  border-color: rgba(191,137,67,.50);
  box-shadow: 0 28px 66px rgba(0,0,0,.3);
}
.amb-teacher h3 { font-size: 1.55rem; font-weight: 800; margin: .4rem 0 .3rem; }

/* ── Section "Le Processus" : filigrane TEP ─────────────────────────────── */
.amb-section--processus { position: relative; overflow: hidden; }
.amb-section--processus::after {
  content: 'TEP';
  position: absolute; top: 50%; right: -3%;
  transform: translateY(-50%);
  font-family: 'Montserrat', sans-serif;
  font-size: min(30vw, 280px); font-weight: 900;
  color: rgba(255,255,255,.025);
  line-height: 1; pointer-events: none; user-select: none;
  letter-spacing: -.03em;
}
.amb-section--processus .amb-wrap { position: relative; z-index: 1; }

/* ── Section stats : filigrane numérique ────────────────────────────────── */
.amb-section--stats { position: relative; overflow: hidden; }
.amb-section--stats::before {
  /* dot pattern from v2.0 already on ::before → override avec gradient */
  background-image:
    radial-gradient(ellipse at 20% 50%, rgba(255,86,0,.06) 0%, transparent 55%),
    radial-gradient(ellipse at 80% 50%, rgba(191,137,67,.06) 0%, transparent 55%),
    radial-gradient(rgba(255,255,255,.036) 1px, transparent 1px);
  background-size: auto, auto, 28px 28px;
}

/* ── Offre : h2 plus imposant ───────────────────────────────────────────── */
.amb-offer .amb-h2.amb-center { font-size: clamp(2rem, 4.2vw, 3rem); }

/* ── Étoiles témoignages ────────────────────────────────────────────────── */
.amb-quote__stars { font-size: .88rem; letter-spacing: .06em; margin-bottom: .8rem; }

/* ══ DESIGN PREMIUM v2.3 — Profondeur & Caractère ═══════════════════════════ */

/* ── Hero : fond grillé fin ──────────────────────────────────────────────── */
.amb-hero {
  background:
    linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px),
    radial-gradient(ellipse at 80% 10%, rgba(191,137,67,.22) 0%, transparent 44%),
    radial-gradient(ellipse at 15% 80%, rgba(255,86,0,.10) 0%, transparent 35%),
    linear-gradient(160deg, #1d2126 0%, #252a30 55%, #2a2d31 100%);
  background-size: 50px 50px, 50px 50px, auto, auto, auto;
}

/* ── Sections sombres : lueur orangée subtile + dot ─────────────────────── */
.amb-section--dark {
  background:
    radial-gradient(ellipse at 95% 8%, rgba(255,86,0,.045) 0%, transparent 52%),
    #2a2d31;
}

/* ── Section or : plus luxueuse ─────────────────────────────────────────── */
.amb-section--gold {
  background:
    radial-gradient(ellipse at 25% 35%, rgba(255,255,255,.09) 0%, transparent 50%),
    linear-gradient(145deg, #c99348 0%, #9a6c2a 45%, #c19046 100%);
}

/* ── Kicker : losange ◆ ──────────────────────────────────────────────────── */
.amb-kicker::before, .amb-eyebrow::before {
  content: '◆';
  font-size: .44em; opacity: .7;
  vertical-align: middle; margin-right: 9px;
  display: inline; width: auto; height: auto;
  background: none; border-radius: 0;
}

/* ── Section intro Laurent : grande citation décorative ─────────────────── */
.amb-section--intro { position: relative; overflow: hidden; }
.amb-section--intro::before {
  content: '"';
  position: absolute; top: -.1em; left: 50%; transform: translateX(-50%);
  font-family: Georgia, serif; font-size: 28rem; line-height: 1;
  color: rgba(191,137,67,.07); pointer-events: none; user-select: none;
}
.amb-section--intro .amb-wrap { position: relative; z-index: 1; }

/* ── TEP watermark un peu plus présent ──────────────────────────────────── */
.amb-section--processus::after { color: rgba(255,255,255,.042); }

/* ── Step numbers plus perceptibles ─────────────────────────────────────── */
.amb-section--dark .amb-row__text::before { color: rgba(255,255,255,.055); }

/* ── Cards icônes : plus grandes ────────────────────────────────────────── */
.amb-card__icon { width: 58px; height: 58px; font-size: 1.7rem; margin-bottom: 1.3rem; }
.amb-card h3 { font-size: 1.25rem; }

/* ── Cards grille effets : top-borders colorées permanentes ──────────────── */
.amb-cards:not(.amb-cards--3) .amb-card:nth-child(3n+1) {
  border-top: 3px solid var(--orange);
}
.amb-cards:not(.amb-cards--3) .amb-card:nth-child(3n+2) {
  border-top: 3px solid var(--gold);
}
.amb-cards:not(.amb-cards--3) .amb-card:nth-child(3n+3) {
  border-top: 3px solid rgba(255,86,0,.55);
}
.amb-cards:not(.amb-cards--3) .amb-card::after { display: none; }

/* ── Cards fond subtil ───────────────────────────────────────────────────── */
.amb-card { background: linear-gradient(160deg, #ffffff 0%, #fafaf8 100%); }
.amb-card--dark { background: rgba(255,255,255,.04); }

/* ── Plan vedette : barre dégradée animée ───────────────────────────────── */
@keyframes amb-shimmer {
  0%   { background-position: -100% 0; }
  100% { background-position: 200% 0; }
}
.amb-plan--featured::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 4px;
  border-radius: 18px 18px 0 0;
  background: linear-gradient(90deg, var(--orange), var(--gold), var(--orange));
  background-size: 200% 100%;
  animation: amb-shimmer 3s linear infinite;
}

/* ── Section offre : profondeur lumineuse ───────────────────────────────── */
.amb-offer {
  background:
    radial-gradient(ellipse at 50% -5%, rgba(255,86,0,.07) 0%, transparent 52%),
    radial-gradient(ellipse at 95% 8%, rgba(255,86,0,.04) 0%, transparent 52%),
    #2a2d31;
}

/* ── Portraits split : double halo ──────────────────────────────────────── */
.amb-split__media .amb-media--portrait {
  box-shadow:
    0 0 0 8px rgba(255,86,0,.08),
    0 0 0 16px rgba(191,137,67,.05),
    0 32px 78px rgba(0,0,0,.22);
}

/* ── Responsive v2.3 ─────────────────────────────────────────────────────── */
@media (max-width: 880px) {
  .amb-hero { padding: 80px 0 70px; }
  .amb-section--intro::before { font-size: 14rem; }
}

/* ══ AMÉLIORATIONS VISUELLES v2.0 ═══════════════════════════════════════════ */

/* ── Animations ─────────────────────────────────────────────────────────────── */
@keyframes amb-pulse-ring {
  0%   { box-shadow: 0 8px 22px rgba(255,86,0,.28), 0 0 0 0   rgba(255,86,0,.42); }
  65%  { box-shadow: 0 8px 22px rgba(255,86,0,.28), 0 0 0 14px rgba(255,86,0,0); }
  100% { box-shadow: 0 8px 22px rgba(255,86,0,.28), 0 0 0 0   rgba(255,86,0,0); }
}
.amb-btn--cta { animation: amb-pulse-ring 2.4s ease-in-out infinite; }

.amb-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .65s ease, transform .65s ease;
}
.amb-reveal.is-visible { opacity: 1; transform: translateY(0); }
.amb-reveal:nth-child(2) { transition-delay: .12s; }
.amb-reveal:nth-child(3) { transition-delay: .24s; }
.amb-reveal:nth-child(4) { transition-delay: .36s; }
.amb-reveal:nth-child(5) { transition-delay: .12s; }
.amb-reveal:nth-child(6) { transition-delay: .24s; }

/* ── Hero : décoration ───────────────────────────────────────────────────────── */
.amb-hero { position: relative; overflow: hidden; }
.amb-hero::before {
  content: ''; position: absolute;
  width: 720px; height: 720px; border-radius: 50%;
  background: radial-gradient(circle, rgba(191,137,67,.15) 0%, transparent 65%);
  right: -100px; top: -200px; pointer-events: none;
}
.amb-hero::after {
  content: ''; position: absolute;
  width: 320px; height: 320px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,86,0,.09) 0%, transparent 65%);
  left: 6%; bottom: -80px; pointer-events: none;
}
.amb-hero .amb-wrap { position: relative; }

/* ── Sections sombres : texture de points ──────────────────────────────────── */
.amb-section--dark { position: relative; }
.amb-section--dark::before {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.036) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}
.amb-section--dark .amb-wrap,
.amb-section--dark > .amb-center { position: relative; z-index: 1; }

/* ── Vague de transition entre sections ────────────────────────────────────── */
.amb-wave-sep { line-height: 0; overflow: hidden; display: block; }
.amb-wave-sep svg { display: block; width: 100%; height: 50px; }

/* ── Cartes : icône + hover ────────────────────────────────────────────────── */
.amb-card__icon {
  width: 52px; height: 52px; border-radius: 12px;
  background: linear-gradient(135deg, rgba(255,86,0,.12), rgba(255,86,0,.04));
  border: 1px solid rgba(255,86,0,.16);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; margin: 0 0 1.1rem;
}
.amb-card--dark .amb-card__icon {
  background: linear-gradient(135deg, rgba(255,86,0,.18), rgba(255,86,0,.08));
  border-color: rgba(255,86,0,.22);
}
.amb-card { transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.amb-card:hover { transform: translateY(-5px); box-shadow: 0 18px 44px rgba(0,0,0,.10); border-color: rgba(255,86,0,.22); }
.amb-card--dark:hover { box-shadow: 0 18px 44px rgba(0,0,0,.30); border-color: rgba(255,86,0,.35); }

/* ── Section offre : lueur orange + badge ─────────────────────────────────── */
.amb-offer { position: relative; overflow: hidden; }
.amb-offer::after {
  content: ''; position: absolute;
  width: 900px; height: 900px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,86,0,.11) 0%, transparent 60%);
  top: -250px; left: 50%; transform: translateX(-50%);
  pointer-events: none;
}
.amb-offer .amb-wrap { position: relative; z-index: 1; }
.amb-offer-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: linear-gradient(135deg, var(--gold), #d49637);
  color: #fff;
  font-family: 'Montserrat', sans-serif; font-weight: 700;
  font-size: .74rem; text-transform: uppercase; letter-spacing: .12em;
  padding: 6px 18px; border-radius: 999px; margin-bottom: 1.2rem;
}

/* ── Statistiques : séparateurs verticaux ──────────────────────────────────── */
.amb-stat { position: relative; }
.amb-stat:not(:last-child)::after {
  content: ''; position: absolute;
  right: 0; top: 50%; transform: translateY(-50%);
  width: 1px; height: 60px; background: rgba(255,255,255,.1);
}

/* ── Responsive ───────────────────────────────────────────────────────────── */
@media (max-width: 880px) {
	.amb-section { padding: 60px 0; }
	.amb-hero { padding: 64px 0; }
	.amb-hero__grid,
	.amb-split,
	.amb-row,
	.amb-plans,
	.amb-teachers { grid-template-columns: 1fr; gap: 30px; }
	.amb-hero__media { max-width: 340px; }
	.amb-stats { grid-template-columns: 1fr; gap: 36px; }
	.amb-podcast-list,
	.amb-checklist { columns: 1; }
	.amb-split__media .amb-media--portrait { max-width: 100%; }
	/* sur mobile : toujours image au-dessus du texte */
	.amb-split--rev .amb-split__media,
	.amb-row--rev .amb-media { order: 0; }
	.amb-wave-sep svg { height: 28px; }
	.amb-stat:not(:last-child)::after { display: none; }
}

/* ══ DIRECTION VISUELLE v3 — plus sobre, plus dense, plus premium ══════════ */

#ambass-content {
	--paper: #fbfaf7;
	--paper2: #f1eee7;
	--line-strong: #d8d0c3;
	--shadow-soft: 0 18px 44px rgba(22, 24, 27, .10);
	--shadow-dark: 0 28px 70px rgba(0, 0, 0, .28);
	background: var(--paper);
	font-size: 16.5px;
}

#ambass-content h1,
#ambass-content h2,
#ambass-content h3,
#ambass-content .amb-eyebrow,
#ambass-content .amb-kicker,
#ambass-content .amb-btn,
#ambass-content .amb-plan__popular,
#ambass-content .amb-offer-badge,
#ambass-content .amb-plan__tag,
#ambass-content .amb-teacher__role {
	letter-spacing: 0;
}

.amb-section {
	padding: 88px 0;
}

.amb-section--light {
	background: var(--paper);
}

.amb-section--light:nth-of-type(even) {
	background: var(--paper2);
}

.amb-section--dark {
	background:
		linear-gradient(rgba(255,255,255,.026) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,.026) 1px, transparent 1px),
		linear-gradient(155deg, #22262b 0%, #2c3036 100%);
	background-size: 42px 42px, 42px 42px, auto;
}

.amb-section--dark::before {
	display: none;
}

.amb-section--gold {
	background:
		linear-gradient(135deg, rgba(255,255,255,.11), rgba(255,255,255,0) 34%),
		linear-gradient(145deg, #be873f 0%, #8f652b 54%, #c6964c 100%);
}

.amb-wave-sep {
	height: 22px;
	background: inherit !important;
}

.amb-wave-sep svg {
	display: none;
}

.amb-h2 {
	font-size: clamp(1.85rem, 3.2vw, 2.65rem);
	line-height: 1.08;
}

.amb-h2.amb-center {
	padding-bottom: .62em;
}

.amb-h2.amb-center::after {
	width: 64px;
	height: 2px;
	border-radius: 0;
}

.amb-eyebrow,
.amb-kicker {
	font-size: .78rem;
	line-height: 1.35;
}

.amb-kicker::before,
.amb-eyebrow::before {
	content: '';
	display: inline-block;
	width: 28px;
	height: 2px;
	margin-right: 10px;
	background: currentColor;
	opacity: .55;
	vertical-align: middle;
}

.amb-lead {
	font-size: 1.18rem;
}

.amb-btn {
	border-radius: 8px;
	padding: 15px 30px;
	box-shadow: 0 14px 30px rgba(255,86,0,.25);
}

.amb-btn:hover {
	box-shadow: 0 18px 38px rgba(255,86,0,.30);
}

.amb-btn--lg {
	padding: 17px 34px;
	font-size: .98rem;
}

.amb-btn--ghost {
	border-radius: 8px;
}

.amb-hero {
	padding: 42px 0 38px;
	background:
		linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
		linear-gradient(108deg, rgba(255,86,0,.15) 0 32%, transparent 32.2%),
		linear-gradient(155deg, #181c20 0%, #252a30 58%, #303238 100%);
	background-size: 50px 50px, 50px 50px, auto, auto;
}

.amb-hero::before {
	inset: 0;
	width: auto;
	height: auto;
	border-radius: 0;
	background:
		linear-gradient(90deg, rgba(0,0,0,.28), rgba(0,0,0,0) 58%),
		linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.14) 100%);
}

.amb-hero::after {
	display: none;
}

.amb-hero__grid {
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr);
	gap: clamp(32px, 5vw, 68px);
}

.amb-hero h1 {
	max-width: 10.8ch;
	font-size: clamp(2.05rem, 4vw, 3.05rem);
	line-height: 1.04;
	letter-spacing: 0;
	margin-bottom: .38em;
}

.amb-hero h1 span {
	-webkit-text-fill-color: currentColor;
	background: none;
	color: var(--orange);
}

.amb-hero__sub {
	max-width: 40ch;
	font-size: 1.05rem;
	line-height: 1.58;
	color: #d2d5dc;
}

.amb-hero__badge {
	border-radius: 8px;
	margin-bottom: .95rem;
	background: rgba(255,255,255,.08);
}

.amb-hero__proofs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 10px;
	max-width: 560px;
}

.amb-hero__proofs span {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 5px 10px;
	border: 1px solid rgba(255,255,255,.14);
	border-radius: 8px;
	color: #f1eee7;
	background: rgba(255,255,255,.055);
	font-size: .82rem;
	font-weight: 500;
}

.amb-hero__media {
	justify-self: center;
	width: min(360px, 100%);
}

.amb-hero .amb-media--portrait {
	aspect-ratio: 4 / 5;
	border: 1px solid rgba(255,255,255,.16);
	border-radius: 8px;
	box-shadow: var(--shadow-dark);
	background: rgba(255,255,255,.04);
}

.amb-hero .amb-btn--lg {
	margin-top: .5rem;
}

.amb-media {
	border-radius: 8px;
	box-shadow: var(--shadow-soft);
}

.amb-media--portrait,
.amb-media--square {
	border-radius: 8px;
}

.amb-card,
.amb-domain,
.amb-quote,
.amb-plan {
	border-radius: 8px;
}

.amb-card {
	padding: 28px;
	background: #fff;
	border-color: var(--line-strong);
	box-shadow: 0 10px 30px rgba(25, 27, 30, .055);
}

.amb-card:hover {
	transform: translateY(-3px);
}

.amb-card__icon {
	width: 44px;
	height: 44px;
	border-radius: 8px;
	font-family: 'Montserrat', sans-serif;
	font-size: .78rem;
	font-weight: 800;
	color: var(--orange);
	background: #fff3ec;
	border-color: rgba(255,86,0,.22);
}

.amb-card--dark {
	border: 1px solid rgba(255,255,255,.13);
	border-left: 3px solid rgba(255,86,0,.78);
	background: rgba(255,255,255,.045);
}

.amb-card--dark .amb-card__icon {
	background: rgba(255,86,0,.14);
	color: #fff;
}

.amb-row {
	gap: clamp(28px, 5vw, 56px);
}

.amb-row .amb-media,
.amb-split__media .amb-media {
	border: 1px solid rgba(42,45,49,.08);
}

.amb-section--dark .amb-row .amb-media,
.amb-section--dark .amb-split__media .amb-media {
	border-color: rgba(255,255,255,.12);
}

.amb-vignette {
	background: rgba(255,255,255,.035);
	border: 1px solid rgba(255,255,255,.10);
	border-radius: 8px;
	padding: 14px 14px 18px;
}

.amb-section--light .amb-vignette {
	background: #fff;
	border-color: var(--line-strong);
}

.amb-vignette .amb-media {
	border-radius: 6px;
}

.amb-pill {
	border-radius: 8px;
	background: #fff;
	border-color: var(--line-strong);
}

.amb-section--stats {
	padding: 76px 0;
}

.amb-stat__num {
	letter-spacing: 0;
}

.amb-teacher {
	padding: 28px;
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 8px;
	background: rgba(255,255,255,.035);
}

.amb-teacher .amb-media {
	border-radius: 8px;
}

.amb-quote {
	border-left-width: 3px;
	box-shadow: 0 10px 28px rgba(25, 27, 30, .06);
}

.amb-offer {
	background:
		linear-gradient(rgba(255,255,255,.026) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,.026) 1px, transparent 1px),
		linear-gradient(155deg, #1d2126 0%, #2b3036 100%);
	background-size: 42px 42px, 42px 42px, auto;
}

.amb-offer::after {
	display: none;
}

.amb-offer-badge,
.amb-plan__popular {
	border-radius: 8px;
}

.amb-plans {
	gap: 26px;
	align-items: stretch;
}

.amb-plan {
	display: flex;
	flex-direction: column;
	padding: 34px 30px;
	border-color: rgba(255,255,255,.12);
}

.amb-plan--featured {
	border: 2px solid var(--orange);
	transform: translateY(-10px);
}

.amb-plan--featured::before {
	border-radius: 8px 8px 0 0;
	animation: none;
}

.amb-plan__name {
	font-size: 1.85rem;
	letter-spacing: 0;
}

.amb-plan__summary {
	min-height: 3.4em;
	margin: .35rem 0 1.15rem;
	color: var(--muted);
	font-size: .96rem;
	line-height: 1.55;
}

.amb-plan__price {
	font-size: 2.8rem;
	line-height: .95;
	margin: .25rem 0 .2rem;
}

.amb-plan--featured .amb-plan__price {
	font-size: 3.15rem;
}

.amb-plan__old {
	margin: .15rem 0 .1rem;
}

.amb-plan__valid {
	margin: 0 0 1rem;
}

.amb-plan__list {
	margin-top: 1.1rem;
}

.amb-plan__list li {
	padding: 8px 0 8px 30px;
	font-size: .91rem;
	line-height: 1.45;
}

.amb-plan .amb-btn {
	margin-top: auto;
}

.amb-pay {
	margin-bottom: .35rem;
}

@media (max-width: 980px) {
	.amb-hero__grid {
		grid-template-columns: 1fr;
	}

	.amb-hero h1 {
		max-width: 12ch;
	}

	.amb-hero__media {
		justify-self: start;
		max-width: 340px;
	}
}

@media (max-width: 880px) {
	.amb-section {
		padding: 58px 0;
	}

	.amb-hero {
		padding: 58px 0 52px;
	}

	.amb-hero__media {
		max-width: 300px;
	}

	.amb-hero__proofs {
		display: grid;
		grid-template-columns: 1fr;
		max-width: 320px;
	}

	.amb-plans {
		gap: 24px;
	}

	.amb-plan--featured {
		transform: none;
	}

	.amb-plan__summary {
		min-height: 0;
	}
}

@media (max-width: 560px) {
	#ambass-content {
		font-size: 16px;
	}

	.amb-wrap,
	.amb-narrow {
		width: min(100% - 32px, 1160px);
	}

	.amb-hero h1 {
		max-width: 100%;
		font-size: clamp(1.85rem, 9.8vw, 2.35rem);
	}

	.amb-card,
	.amb-plan,
	.amb-teacher {
		padding: 24px 22px;
	}

	.amb-btn,
	.amb-btn--lg {
		width: 100%;
		text-align: center;
		padding-left: 18px;
		padding-right: 18px;
	}
}

/* ══ REFO NTE VISUELLE v4 — rythme, ratios, footer ════════════════════════ */

#ambass-content {
	--paper: #f5f0e8;
	--paper-strong: #ebe2d6;
	--card: #fffdf9;
	--card-dark: rgba(255,255,255,.06);
	--stroke: rgba(42, 45, 49, .10);
	--stroke-dark: rgba(255,255,255,.11);
	--shadow-card: 0 18px 40px rgba(25, 27, 30, .08);
	--shadow-deep: 0 28px 70px rgba(0, 0, 0, .24);
	--wrap: min(1200px, calc(100vw - 56px));
	--narrow: min(900px, calc(100vw - 56px));
	background: var(--paper);
}

.amb-wave-sep {
	display: none !important;
}

.amb-wrap {
	width: var(--wrap);
}

.amb-narrow {
	width: var(--narrow);
}

.amb-section {
	padding: 76px 0;
}

.amb-section--light {
	background:
		linear-gradient(180deg, rgba(255,255,255,.65), rgba(255,255,255,0)),
		var(--paper);
}

.amb-section--dark {
	background:
		linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
		linear-gradient(160deg, #1f2327 0%, #2b2f34 100%);
	background-size: 40px 40px, 40px 40px, auto;
}

.amb-section--gold {
	background:
		linear-gradient(135deg, rgba(255,255,255,.18), rgba(255,255,255,0) 38%),
		linear-gradient(145deg, #bb833b 0%, #9d6d2d 55%, #cb9850 100%);
}

.amb-h2 {
	font-size: clamp(2rem, 3.5vw, 3rem);
	line-height: 1.04;
}

.amb-h2.amb-center::after {
	width: 72px;
	height: 2px;
}

.amb-kicker,
.amb-eyebrow {
	font-size: .78rem;
	font-weight: 800;
	color: var(--orange);
}

.amb-btn {
	border-radius: 10px;
	padding: 15px 28px;
	box-shadow: 0 16px 30px rgba(255,86,0,.22);
}

.amb-btn--lg {
	padding: 16px 32px;
}

.amb-media,
.amb-card,
.amb-quote,
.amb-plan,
.amb-vignette,
.amb-teacher {
	border-radius: 10px;
}

.amb-media {
	box-shadow: var(--shadow-card);
	border: 1px solid rgba(255,255,255,.08);
}

.amb-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.amb-hero {
	padding: 52px 0 58px;
	background:
		linear-gradient(105deg, rgba(88,34,13,.78) 0, rgba(88,34,13,.78) 28%, rgba(88,34,13,0) 28.2%),
		linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px),
		linear-gradient(160deg, #1c2024 0%, #282d33 100%);
	background-size: auto, 42px 42px, 42px 42px, auto;
}

.amb-hero__grid {
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 420px);
	gap: clamp(28px, 4vw, 64px);
	align-items: center;
}

.amb-hero__text {
	max-width: 560px;
}

.amb-hero h1 {
	max-width: 9.7ch;
	font-size: clamp(2.5rem, 4.7vw, 4.15rem);
	line-height: .98;
	margin-bottom: .34em;
}

.amb-hero__sub {
	max-width: 37ch;
	font-size: 1.06rem;
	color: #d3d6de;
}

.amb-hero__media {
	justify-self: end;
	width: 100%;
}

.amb-hero .amb-media--portrait {
	aspect-ratio: 4 / 5;
	border-radius: 12px;
	box-shadow: var(--shadow-deep);
}

.amb-hero__proofs span {
	background: rgba(255,255,255,.06);
}

.amb-section--intro {
	padding-top: 54px;
}

.amb-section--intro .amb-wrap {
	background: rgba(255,255,255,.72);
	border: 1px solid rgba(42,45,49,.08);
	border-radius: 18px;
	padding: 42px 48px 38px;
	box-shadow: var(--shadow-card);
}

.amb-section--intro::before {
	display: none;
}

.amb-section--processus {
	padding: 62px 0;
}

.amb-section--processus .amb-wrap {
	max-width: 900px;
}

.amb-section--processus .amb-lead {
	max-width: 34ch;
	margin: 0 auto;
}

.amb-section--effects .amb-cards,
.amb-section--testimonials .amb-cards {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch;
}

.amb-card {
	height: 100%;
	padding: 26px 24px;
	background: var(--card);
	border: 1px solid var(--stroke);
	box-shadow: var(--shadow-card);
}

.amb-card h3 {
	font-size: 1.14rem;
	line-height: 1.2;
}

.amb-card p {
	font-size: .95rem;
	line-height: 1.62;
}

.amb-card__icon {
	width: 40px;
	height: 40px;
	font-size: .78rem;
	margin-bottom: 1rem;
}

.amb-section--why .amb-cards {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.amb-card--dark {
	background: var(--card-dark);
	border: 1px solid var(--stroke-dark);
	box-shadow: none;
}

.amb-card--dark p {
	color: #d2d5dc;
}

.amb-section--book .amb-split,
.amb-section--science .amb-split,
.amb-section--about .amb-split,
.amb-section--podcasts .amb-split,
.amb-section--guarantee .amb-split {
	grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
	gap: clamp(28px, 4vw, 70px);
	align-items: center;
}

.amb-section--science .amb-split__media,
.amb-section--science .amb-split--rev .amb-split__media {
	order: 2;
}

.amb-section--book .amb-media,
.amb-section--podcasts .amb-media {
	aspect-ratio: 4 / 5;
}

.amb-section--science .amb-media,
.amb-section--about .amb-media {
	aspect-ratio: 4 / 3;
}

.amb-section--stats {
	padding: 56px 0 60px;
}

.amb-stats {
	background: rgba(255,255,255,.04);
	border: 1px solid rgba(255,255,255,.08);
	border-radius: 16px;
	padding: 28px 22px;
}

.amb-stat__num {
	font-size: clamp(3rem, 6.2vw, 4.9rem);
}

.amb-section--about .amb-wrap:last-child {
	margin-top: 30px;
	padding-top: 28px;
	border-top: 1px solid rgba(42,45,49,.08);
}

.amb-logos {
	max-width: 900px;
}

.amb-section--acquire .amb-rows,
.amb-section--anxieties .amb-rows {
	gap: 24px;
}

.amb-section--acquire .amb-row,
.amb-section--anxieties .amb-row {
	grid-template-columns: minmax(280px, 430px) minmax(0, 1fr);
	gap: 0;
	align-items: stretch;
	border-radius: 16px;
	overflow: hidden;
}

.amb-section--acquire .amb-row {
	background: rgba(255,255,255,.05);
	border: 1px solid rgba(255,255,255,.09);
	box-shadow: 0 18px 38px rgba(0,0,0,.16);
}

.amb-section--anxieties .amb-row {
	background: rgba(255,255,255,.72);
	border: 1px solid rgba(42,45,49,.08);
	box-shadow: var(--shadow-card);
}

.amb-section--acquire .amb-row .amb-media,
.amb-section--anxieties .amb-row .amb-media {
	aspect-ratio: 5 / 4;
	height: 100%;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.amb-section--acquire .amb-row__text,
.amb-section--anxieties .amb-row__text {
	padding: 34px 34px 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.amb-section--acquire .amb-row__text h3,
.amb-section--anxieties .amb-row__text h3 {
	font-size: 1.5rem;
	margin-bottom: .55rem;
}

.amb-section--acquire .amb-row__text::before {
	top: 22px;
	right: 24px;
	font-size: 4.5rem;
}

.amb-sub {
	margin-top: 3.2rem;
}

.amb-section--acquire .amb-cards--3,
.amb-section--elite .amb-cards--3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.amb-vignette {
	height: 100%;
	text-align: left;
	padding: 16px;
}

.amb-vignette .amb-media {
	aspect-ratio: 4 / 3;
	margin-bottom: 14px;
}

.amb-vignette p {
	line-height: 1.58;
}

.amb-section--podcasts .amb-split__text {
	background: rgba(255,255,255,.76);
	border: 1px solid rgba(42,45,49,.08);
	border-radius: 16px;
	padding: 28px 28px 24px;
	box-shadow: var(--shadow-card);
}

.amb-pills {
	gap: 10px;
}

.amb-pill {
	border-radius: 999px;
	padding: 8px 14px;
	background: rgba(255,255,255,.92);
}

.amb-collapse {
	margin-top: 18px;
	padding: 0 4px;
}

.amb-podcast-list {
	columns: 2;
	column-gap: 28px;
}

.amb-section--elite .amb-cards,
.amb-section--testimonials .amb-cards {
	gap: 20px;
}

.amb-section--teachers .amb-teachers {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.amb-teacher {
	padding: 26px 24px 24px;
	background: rgba(255,255,255,.05);
	border: 1px solid rgba(255,255,255,.10);
}

.amb-teacher .amb-media {
	aspect-ratio: 1 / 1;
	max-width: 220px;
}

.amb-section--guarantee .amb-split__text {
	padding-right: 20px;
}

.amb-quote {
	padding: 24px 24px 22px;
	background: var(--card);
}

.amb-quote p {
	font-size: .96rem;
	line-height: 1.62;
}

.amb-offer {
	padding-bottom: 82px;
}

.amb-plans {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.amb-plan {
	padding: 30px 28px 26px;
	background: rgba(255,255,255,.98);
}

.amb-plan--featured {
	transform: none;
}

.amb-plan__summary {
	min-height: 0;
}

.amb-plan__list li {
	font-size: .9rem;
}

.amb-plan .amb-btn {
	margin-top: 20px;
}

.ambass-page .et-l--footer {
	background: #050505;
	margin-top: -1px;
}

.ambass-page .et-l--footer .et_pb_section {
	border-top: 0 !important;
	padding-top: 34px !important;
}

.ambass-page .et-l--footer .et_builder_inner_content {
	background: #050505;
}

.ambass-page .et-l--footer .et_pb_row {
	width: min(1160px, calc(100% - 48px)) !important;
	max-width: 1160px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.ambass-page .et-l--footer .et_pb_image img {
	max-width: 100%;
	height: auto;
}

.ambass-page #footer-bottom,
.ambass-page .et-l--footer .et_pb_bottom_inside_divider {
	border-top: 0 !important;
}

@media (max-width: 1100px) {
	.amb-section--effects .amb-cards,
	.amb-section--why .amb-cards,
	.amb-section--acquire .amb-cards--3,
	.amb-section--elite .amb-cards--3,
	.amb-section--testimonials .amb-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 920px) {
	#ambass-content {
		--wrap: min(100vw - 40px, 1200px);
		--narrow: min(100vw - 40px, 900px);
	}

	.amb-hero__grid,
	.amb-section--book .amb-split,
	.amb-section--science .amb-split,
	.amb-section--about .amb-split,
	.amb-section--podcasts .amb-split,
	.amb-section--guarantee .amb-split,
	.amb-section--acquire .amb-row,
	.amb-section--anxieties .amb-row,
	.amb-plans,
	.amb-section--teachers .amb-teachers {
		grid-template-columns: 1fr;
	}

	.amb-hero__media {
		justify-self: start;
		max-width: 360px;
	}

	.amb-section--science .amb-split__media {
		order: 0;
	}

	.amb-section--acquire .amb-row,
	.amb-section--anxieties .amb-row {
		gap: 0;
	}

	.amb-section--acquire .amb-row .amb-media,
	.amb-section--anxieties .amb-row .amb-media {
		aspect-ratio: 16 / 10;
	}

	.amb-section--effects .amb-cards,
	.amb-section--why .amb-cards,
	.amb-section--acquire .amb-cards--3,
	.amb-section--elite .amb-cards--3,
	.amb-section--testimonials .amb-cards {
		grid-template-columns: 1fr;
	}

	.amb-podcast-list {
		columns: 1;
	}
}

@media (max-width: 640px) {
	#ambass-content {
		--wrap: calc(100vw - 28px);
		--narrow: calc(100vw - 28px);
		font-size: 16px;
	}

	.amb-section {
		padding: 56px 0;
	}

	.amb-hero {
		padding: 36px 0 44px;
		background:
			linear-gradient(180deg, rgba(88,34,13,.62) 0, rgba(88,34,13,.12) 30%, rgba(88,34,13,0) 30.5%),
			linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px),
			linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px),
			linear-gradient(160deg, #1c2024 0%, #282d33 100%);
		background-size: auto, 32px 32px, 32px 32px, auto;
	}

	.amb-hero h1 {
		max-width: 100%;
		font-size: clamp(1.78rem, 8.9vw, 2.55rem);
	}

	.amb-hero h1 span {
		display: block;
	}

	.amb-hero__proofs {
		display: grid;
		grid-template-columns: 1fr;
		max-width: 280px;
	}

	.amb-section--intro .amb-wrap,
	.amb-section--podcasts .amb-split__text,
	.amb-section--acquire .amb-row__text,
	.amb-section--anxieties .amb-row__text {
		padding-left: 22px;
		padding-right: 22px;
	}

	.amb-card,
	.amb-plan,
	.amb-vignette,
	.amb-teacher,
	.amb-quote {
		padding: 20px;
	}

	.amb-btn,
	.amb-btn--lg {
		width: 100%;
		text-align: center;
	}

	.ambass-page .et-l--footer .et_pb_row {
		width: calc(100% - 28px) !important;
	}
}

/* ══ AJUSTEMENTS VISUELS v4.1 — tarifs, stats, médias ═══════════════════════ */

.amb-section--light {
	background:
		linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.34)),
		repeating-linear-gradient(90deg, rgba(42,45,49,.028) 0 1px, transparent 1px 42px),
		linear-gradient(135deg, rgba(191,137,67,.11) 0, rgba(191,137,67,0) 24%),
		var(--paper);
	background-size: auto, 42px 42px, auto, auto;
}

.amb-section--intro,
.amb-section--book,
.amb-section--podcasts,
.amb-section--anxieties,
.amb-section--testimonials {
	background:
		linear-gradient(135deg, rgba(191,137,67,.12) 0, rgba(191,137,67,0) 22%),
		linear-gradient(180deg, rgba(255,255,255,.78), rgba(255,255,255,.36)),
		repeating-linear-gradient(90deg, rgba(42,45,49,.022) 0 1px, transparent 1px 44px),
		var(--paper);
	background-size: auto, auto, 44px 44px, auto;
}

.amb-section--about {
	background:
		linear-gradient(135deg, rgba(42,45,49,.035) 0, rgba(42,45,49,0) 36%),
		linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.28)),
		repeating-linear-gradient(90deg, rgba(42,45,49,.024) 0 1px, transparent 1px 40px),
		var(--paper-strong);
	background-size: auto, auto, 40px 40px, auto;
}

.amb-section--stats {
	background:
		linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,0)),
		linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px),
		linear-gradient(160deg, #1f2327 0%, #2a2f34 100%);
	background-size: auto, 42px 42px, 42px 42px, auto;
}

.amb-stats {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	padding: 0;
	background: none;
	border: 0;
}

.amb-stat {
	padding: 30px 24px 28px;
	border-radius: 16px;
	border: 1px solid rgba(255,255,255,.10);
	background:
		linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.035)),
		rgba(24,27,31,.38);
	box-shadow: 0 16px 34px rgba(0,0,0,.18);
}

.amb-stat::before {
	content: '';
	display: block;
	width: 56px;
	height: 3px;
	margin: 0 auto 18px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--orange), var(--gold));
}

.amb-stat:not(:last-child)::after {
	display: none;
}

.amb-stat__num {
	background: none;
	-webkit-text-fill-color: initial;
	color: #fff5e7;
	text-shadow: 0 10px 24px rgba(0,0,0,.14);
	font-size: clamp(3.2rem, 5.6vw, 4.85rem);
}

.amb-stat__label {
	margin-top: .75rem;
	color: #d7dbe2;
	font-size: .98rem;
	line-height: 1.45;
	max-width: 16ch;
}

.amb-section--book .amb-media,
.amb-section--science .amb-media,
.amb-section--podcasts .amb-media,
.amb-section--guarantee .amb-split__media .amb-media,
.amb-section--acquire .amb-row .amb-media,
.amb-section--anxieties .amb-row .amb-media,
.amb-vignette .amb-media {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 14px;
	background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(238,229,217,.94));
}

.amb-section--book .amb-media img,
.amb-section--science .amb-media img,
.amb-section--podcasts .amb-media img,
.amb-section--guarantee .amb-split__media .amb-media img,
.amb-section--acquire .amb-row .amb-media img,
.amb-section--anxieties .amb-row .amb-media img,
.amb-vignette .amb-media img {
	object-fit: contain;
	object-position: center;
}

.amb-section--dark .amb-row .amb-media,
.amb-section--dark .amb-vignette .amb-media {
	background: linear-gradient(180deg, rgba(248,243,236,.98), rgba(230,220,206,.94));
}

.amb-plan {
	padding-bottom: 28px;
}

.amb-plan__summary {
	min-height: 0;
	margin-bottom: .85rem;
}

#ambass-content .amb-plan__price {
	display: inline-block;
	width: max-content;
	max-width: 100%;
	white-space: nowrap;
	line-height: .82;
	margin: .1rem 0 0 !important;
}

#ambass-content .amb-plan__old {
	margin: -.85rem 0 .2rem !important;
}

#ambass-content .amb-plan__valid {
	margin: 0 0 .9rem !important;
}

#ambass-content .amb-plan__list {
	margin-top: .9rem !important;
}

#ambass-content .amb-pay {
	margin-top: 1.9rem;
	margin-bottom: .95rem;
	font-size: 1.02rem;
}

#ambass-content .amb-guarantee {
	margin-top: 0;
	color: #e5d6c0;
	font-size: .98rem;
	line-height: 1.5;
}

@media (max-width: 920px) {
	.amb-stats {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.amb-stat {
		padding: 24px 20px 22px;
	}

	.amb-section--book .amb-media,
	.amb-section--science .amb-media,
	.amb-section--podcasts .amb-media,
	.amb-section--guarantee .amb-split__media .amb-media,
	.amb-section--acquire .amb-row .amb-media,
	.amb-section--anxieties .amb-row .amb-media,
	.amb-vignette .amb-media {
		padding: 10px;
	}

	.amb-plan__price {
		white-space: normal;
	}
}
