/*
Theme Name: LeaderLife Agency
Theme URI: https://leaderlifeagency.com
Author: LeaderLife Agency
Author URI: https://wa.me/2250564086262
Description: Thème premium sur mesure pour LeaderLife Agency — agence de marketing digital à Abidjan. Page d'accueil one-page (services, galerie filtrable, tarifs FCFA, témoignages, contact WhatsApp), blog natif, chatbot IA Claude sécurisé, Customizer réseaux sociaux. Responsive mobile-first.
Version: 1.0.0
Requires at least: 5.9
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: leaderlife
Tags: one-column, custom-logo, custom-menu, featured-images, translation-ready
*/

/* =========================================================================
   1. Tokens & base
   ========================================================================= */

:root {
	--navy: #0F1B2D;
	--navy-soft: #16263d;
	--navy-line: #243a56;
	--orange: #E8853A;
	--orange-deep: #cf6f29;
	--gold: #D4A857;
	--gold-soft: #e6c884;
	--cream: #F7F4EF;
	--ink: #2A2A2A;

	--font-display: "Fraunces", Georgia, serif;
	--font-body: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--font-mono: "JetBrains Mono", ui-monospace, "Courier New", monospace;

	--container: 1160px;
	--radius: 14px;
	--radius-sm: 9px;
	--shadow: 0 18px 50px -18px rgba(15, 27, 45, 0.35);
	--shadow-soft: 0 8px 26px -12px rgba(15, 27, 45, 0.22);
	--header-h: 76px;
	--transition: 0.25s ease;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: calc(var(--header-h) + 12px);
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	font-family: var(--font-body);
	font-size: 1.0625rem;
	line-height: 1.65;
	color: var(--ink);
	background: var(--cream);
	overflow-wrap: break-word;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: var(--orange-deep);
	text-decoration: none;
	transition: color var(--transition);
}

a:hover {
	color: var(--orange);
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-display);
	font-weight: 600;
	line-height: 1.2;
	color: inherit;
	margin: 0 0 0.6em;
}

p {
	margin: 0 0 1em;
}

ul, ol {
	padding-left: 1.2em;
}

button {
	font-family: inherit;
	cursor: pointer;
}

input,
select,
textarea {
	font-family: inherit;
	font-size: 1rem;
}

/* Accessibilité clavier */
:focus-visible {
	outline: 3px solid var(--orange);
	outline-offset: 2px;
	border-radius: 3px;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
	border: 0;
}

.skip-link {
	position: absolute;
	top: -60px;
	left: 12px;
	z-index: 2000;
	background: var(--navy);
	color: #fff;
	padding: 0.6em 1.2em;
	border-radius: var(--radius-sm);
	transition: top var(--transition);
}

.skip-link:focus {
	top: 12px;
	color: #fff;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}

/* =========================================================================
   2. Layout & composants génériques
   ========================================================================= */

.container {
	width: 100%;
	max-width: var(--container);
	margin: 0 auto;
	padding: 0 clamp(18px, 4vw, 32px);
}

.container--narrow {
	max-width: 780px;
}

.section {
	padding: clamp(64px, 9vw, 110px) 0;
}

.section--cream {
	background: var(--cream);
	color: var(--ink);
}

.section--navy {
	background: var(--navy);
	color: #eef2f8;
}

.section--bordered {
	border-top: 1px solid rgba(15, 27, 45, 0.08);
}

.eyebrow {
	font-family: var(--font-mono);
	font-size: 0.78rem;
	font-weight: 500;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--orange-deep);
	margin: 0 0 0.9em;
}

.eyebrow--gold {
	color: var(--gold);
}

.section__title {
	font-size: clamp(1.7rem, 3.6vw, 2.5rem);
	max-width: 22em;
	margin-bottom: 1.4em;
	color: var(--navy);
}

.section__title--light {
	color: #f5f1e8;
}

.section__lead {
	font-size: 1.1rem;
}

.section__more {
	text-align: center;
	margin: 2.6rem 0 0;
}

/* Boutons */
.btn {
	display: inline-block;
	font-family: var(--font-body);
	font-weight: 600;
	font-size: 1rem;
	line-height: 1;
	padding: 0.95em 1.7em;
	border-radius: 999px;
	border: 2px solid transparent;
	text-align: center;
	transition: background var(--transition), color var(--transition), border-color var(--transition), transform var(--transition);
}

.btn:hover {
	transform: translateY(-2px);
}

.btn--sm {
	padding: 0.7em 1.3em;
	font-size: 0.92rem;
}

.btn--block {
	display: block;
	width: 100%;
}

.btn--orange {
	background: var(--orange);
	color: #241304;
}

.btn--orange:hover {
	background: var(--orange-deep);
	color: #fff;
}

.btn--ghost {
	background: transparent;
	color: #f5f1e8;
	border-color: var(--gold);
}

.btn--ghost:hover {
	background: var(--gold);
	color: var(--navy);
}

.btn--navy {
	background: var(--navy);
	color: #f5f1e8;
}

.btn--navy:hover {
	background: var(--navy-soft);
	color: var(--gold-soft);
}

/* =========================================================================
   3. Header fixe + navigation
   ========================================================================= */

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	height: var(--header-h);
	display: flex;
	align-items: center;
	background: transparent;
	transition: background var(--transition), box-shadow var(--transition), border-color var(--transition);
	border-bottom: 1px solid transparent;
}

.site-header.is-solid {
	background: rgba(15, 27, 45, 0.96);
	border-bottom-color: var(--navy-line);
	box-shadow: 0 8px 30px -16px rgba(0, 0, 0, 0.5);
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: #f5f1e8;
}

.brand:hover {
	color: var(--gold-soft);
}

.brand__mark {
	display: inline-grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: linear-gradient(135deg, var(--gold) 0%, var(--orange) 100%);
	color: var(--navy);
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 1.15rem;
	flex-shrink: 0;
}

.brand__text {
	display: flex;
	flex-direction: column;
	line-height: 1.1;
}

.brand__name {
	font-family: var(--font-display);
	font-weight: 700;
	letter-spacing: 0.06em;
	font-size: 1.02rem;
}

.brand__tag {
	font-family: var(--font-mono);
	font-size: 0.66rem;
	letter-spacing: 0.34em;
	text-transform: uppercase;
	color: var(--gold);
}

.custom-logo {
	max-height: 52px;
	width: auto;
}

.site-nav__list {
	display: flex;
	align-items: center;
	gap: clamp(14px, 2.2vw, 30px);
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-nav__list a:not(.btn) {
	color: #dfe6f0;
	font-weight: 500;
	font-size: 0.98rem;
	position: relative;
	padding: 6px 0;
}

.site-nav__list a:not(.btn)::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: var(--gold);
	transition: width var(--transition);
}

.site-nav__list a:not(.btn):hover {
	color: var(--gold-soft);
}

.site-nav__list a:not(.btn):hover::after {
	width: 100%;
}

/* Burger */
.burger {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 46px;
	height: 46px;
	padding: 10px;
	background: transparent;
	border: 1px solid var(--navy-line);
	border-radius: var(--radius-sm);
}

.burger__bar {
	display: block;
	width: 100%;
	height: 2px;
	background: #f5f1e8;
	border-radius: 2px;
	transition: transform var(--transition), opacity var(--transition);
}

.burger[aria-expanded="true"] .burger__bar:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.burger[aria-expanded="true"] .burger__bar:nth-child(2) {
	opacity: 0;
}

.burger[aria-expanded="true"] .burger__bar:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 880px) {
	.burger {
		display: flex;
	}

	.site-nav {
		position: fixed;
		top: var(--header-h);
		left: 0;
		right: 0;
		background: var(--navy);
		border-bottom: 1px solid var(--navy-line);
		box-shadow: var(--shadow);
		transform: translateY(-12px);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: transform var(--transition), opacity var(--transition), visibility var(--transition);
		max-height: calc(100vh - var(--header-h));
		overflow-y: auto;
	}

	.site-nav.is-open {
		transform: translateY(0);
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	.site-nav__list {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		padding: 14px clamp(18px, 4vw, 32px) 22px;
	}

	.site-nav__list a:not(.btn) {
		display: block;
		padding: 14px 4px;
		border-bottom: 1px solid var(--navy-line);
		font-size: 1.05rem;
	}

	.site-nav__list a:not(.btn)::after {
		display: none;
	}

	.site-nav__cta-item {
		margin-top: 16px;
	}

	.site-nav__cta-item .btn {
		display: block;
		width: 100%;
	}
}

/* =========================================================================
   4. Hero
   ========================================================================= */

.hero {
	position: relative;
	background: var(--navy);
	color: #eef2f8;
	padding: calc(var(--header-h) + clamp(56px, 10vw, 110px)) 0 clamp(70px, 10vw, 120px);
	overflow: hidden;
}

.hero__glow {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(560px 380px at 85% 8%, rgba(212, 168, 87, 0.14), transparent 65%),
		radial-gradient(640px 460px at 8% 92%, rgba(232, 133, 58, 0.1), transparent 60%);
	pointer-events: none;
}

.hero__inner {
	position: relative;
	max-width: 860px;
}

.hero__title {
	font-size: clamp(2.1rem, 5.6vw, 3.7rem);
	font-weight: 700;
	color: #f7f4ef;
	margin-bottom: 0.45em;
}

.hero__subtitle {
	font-size: clamp(1.02rem, 1.8vw, 1.2rem);
	font-weight: 300;
	color: #c6d0de;
	max-width: 40em;
	margin-bottom: 2em;
}

.hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-bottom: clamp(2.6rem, 6vw, 4rem);
}

.hero__stats {
	display: flex;
	flex-wrap: wrap;
	gap: clamp(22px, 5vw, 56px);
	margin: 0;
	padding-top: 1.6rem;
	border-top: 1px solid var(--navy-line);
}

.hero__stat dt {
	font-family: var(--font-display);
	font-size: clamp(1.7rem, 3.4vw, 2.4rem);
	font-weight: 700;
	color: var(--gold);
}

.hero__stat dd {
	margin: 0;
	font-size: 0.92rem;
	color: #aeb9c9;
}

/* =========================================================================
   5. À propos : histoire, timeline, valeurs
   ========================================================================= */

.about {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
	gap: clamp(30px, 5vw, 64px);
	align-items: start;
}

.about__story p {
	color: #4a4a4a;
}

.timeline {
	list-style: none;
	margin: 2rem 0 0;
	padding: 0;
	border-left: 2px solid var(--gold);
}

.timeline__item {
	position: relative;
	padding: 0 0 1.4rem 1.6rem;
}

.timeline__item::before {
	content: "";
	position: absolute;
	left: -7px;
	top: 7px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--gold);
	border: 2px solid var(--cream);
}

.timeline__item:last-child {
	padding-bottom: 0;
}

.timeline__year {
	font-family: var(--font-mono);
	font-size: 0.8rem;
	font-weight: 500;
	letter-spacing: 0.12em;
	color: var(--orange-deep);
	text-transform: uppercase;
}

.timeline__item p {
	margin: 0.2em 0 0;
	color: #4a4a4a;
}

.values {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.value-card {
	background: #fff;
	border: 1px solid rgba(15, 27, 45, 0.08);
	border-top: 3px solid var(--gold);
	border-radius: var(--radius);
	padding: 20px 18px;
	box-shadow: var(--shadow-soft);
}

.value-card h3 {
	font-size: 1.05rem;
	color: var(--navy);
	margin-bottom: 0.35em;
}

.value-card p {
	margin: 0;
	font-size: 0.92rem;
	color: #5a5a5a;
}

@media (max-width: 880px) {
	.about {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 480px) {
	.values {
		grid-template-columns: 1fr;
	}
}

/* =========================================================================
   6. Services
   ========================================================================= */

.services-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.service-card {
	background: var(--navy-soft);
	border: 1px solid var(--navy-line);
	border-radius: var(--radius);
	padding: 28px 24px;
	transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.service-card:hover {
	transform: translateY(-6px);
	border-color: var(--gold);
	box-shadow: var(--shadow);
}

.service-card__icon {
	display: inline-grid;
	place-items: center;
	width: 52px;
	height: 52px;
	border-radius: 14px;
	background: rgba(212, 168, 87, 0.12);
	border: 1px solid rgba(212, 168, 87, 0.35);
	color: var(--gold);
	margin-bottom: 18px;
}

.service-card__icon svg {
	width: 26px;
	height: 26px;
}

.service-card h3 {
	font-size: 1.2rem;
	color: #f5f1e8;
	margin-bottom: 0.5em;
}

.service-card p {
	font-size: 0.95rem;
	color: #b7c2d2;
	margin-bottom: 1.2em;
}

.service-card__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.service-card__tags li {
	font-family: var(--font-mono);
	font-size: 0.7rem;
	letter-spacing: 0.06em;
	padding: 4px 10px;
	border-radius: 999px;
	border: 1px solid var(--navy-line);
	color: var(--gold-soft);
}

@media (max-width: 980px) {
	.services-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 620px) {
	.services-grid {
		grid-template-columns: 1fr;
	}
}

/* =========================================================================
   7. Galerie / portfolio
   ========================================================================= */

.gallery-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 2rem;
}

.gallery-filter {
	background: #fff;
	border: 1px solid rgba(15, 27, 45, 0.15);
	border-radius: 999px;
	padding: 0.55em 1.25em;
	font-size: 0.92rem;
	font-weight: 500;
	color: var(--navy);
	transition: background var(--transition), color var(--transition), border-color var(--transition);
}

.gallery-filter:hover {
	border-color: var(--orange);
	color: var(--orange-deep);
}

.gallery-filter.is-active {
	background: var(--navy);
	border-color: var(--navy);
	color: var(--gold-soft);
}

.gallery-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.gallery-item {
	margin: 0;
}

.gallery-item.is-hidden {
	display: none;
}

.gallery-item__btn {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	border-radius: var(--radius);
	overflow: hidden;
	background: var(--navy-soft);
	aspect-ratio: 4 / 3;
	box-shadow: var(--shadow-soft);
}

.gallery-item__btn img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s ease;
}

.gallery-item__btn:hover img {
	transform: scale(1.06);
}

.gallery-item__placeholder {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	font-family: var(--font-display);
	font-size: 2rem;
	font-weight: 700;
	color: var(--gold);
}

.gallery-item__play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: rgba(15, 27, 45, 0.78);
	border: 2px solid var(--gold);
	color: var(--gold-soft);
	z-index: 2;
	transition: background var(--transition);
}

.gallery-item__play svg {
	width: 24px;
	height: 24px;
	margin-left: 3px;
}

.gallery-item__btn:hover .gallery-item__play {
	background: var(--orange-deep);
	color: #fff;
}

.gallery-item__overlay {
	position: absolute;
	inset: auto 0 0 0;
	padding: 40px 16px 14px;
	background: linear-gradient(to top, rgba(15, 27, 45, 0.92), transparent);
	text-align: left;
	opacity: 0;
	transform: translateY(8px);
	transition: opacity var(--transition), transform var(--transition);
}

.gallery-item__btn:hover .gallery-item__overlay,
.gallery-item__btn:focus-visible .gallery-item__overlay {
	opacity: 1;
	transform: translateY(0);
}

.gallery-item__title {
	display: block;
	font-family: var(--font-display);
	font-weight: 600;
	font-size: 1.02rem;
	color: var(--gold-soft);
}

.gallery-item__cat {
	font-family: var(--font-mono);
	font-size: 0.68rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #c6d0de;
}

.gallery-empty {
	text-align: center;
	background: #fff;
	border: 1px dashed rgba(15, 27, 45, 0.2);
	border-radius: var(--radius);
	padding: clamp(40px, 7vw, 70px) 24px;
	max-width: 620px;
	margin: 0 auto;
}

.gallery-empty__icon {
	display: inline-grid;
	place-items: center;
	width: 64px;
	height: 64px;
	border-radius: 18px;
	background: rgba(212, 168, 87, 0.14);
	color: var(--gold);
	margin-bottom: 16px;
}

.gallery-empty__icon svg {
	width: 30px;
	height: 30px;
}

.gallery-empty p {
	margin: 0;
	color: #5a5a5a;
}

@media (max-width: 880px) {
	.gallery-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 540px) {
	.gallery-grid {
		grid-template-columns: 1fr;
	}
}

/* Lightbox / modale vidéo */
.lightbox {
	position: fixed;
	inset: 0;
	z-index: 1500;
	display: grid;
	place-items: center;
	padding: 20px;
}

/* L'attribut hidden doit gagner sur display:grid, sinon la lightbox
   invisible couvre la page et bloque tous les clics. */
.lightbox[hidden] {
	display: none;
}

.lightbox__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(8, 14, 24, 0.9);
	cursor: pointer;
}

.lightbox__panel {
	position: relative;
	width: min(920px, 100%);
	max-height: 90vh;
	display: flex;
	flex-direction: column;
}

.lightbox__close {
	position: absolute;
	top: -14px;
	right: -6px;
	z-index: 2;
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 50%;
	background: var(--orange);
	color: #241304;
	font-size: 1.5rem;
	line-height: 1;
	transition: background var(--transition);
}

.lightbox__close:hover {
	background: var(--orange-deep);
	color: #fff;
}

.lightbox__content {
	border-radius: var(--radius);
	overflow: hidden;
	background: #000;
	box-shadow: var(--shadow);
}

.lightbox__content img {
	width: 100%;
	max-height: 76vh;
	object-fit: contain;
}

.lightbox__content .lightbox__video {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
}

.lightbox__content .lightbox__video--portrait {
	aspect-ratio: 9 / 16;
	max-height: 76vh;
	margin: 0 auto;
	width: auto;
	min-width: min(340px, 100%);
}

.lightbox__content iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.lightbox__caption {
	color: var(--gold-soft);
	font-family: var(--font-display);
	text-align: center;
	margin: 14px 0 0;
}

/* =========================================================================
   8. Tarifs + paiements
   ========================================================================= */

.pricing-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	align-items: stretch;
}

.pricing-card {
	position: relative;
	display: flex;
	flex-direction: column;
	background: var(--navy-soft);
	border: 1px solid var(--navy-line);
	border-radius: var(--radius);
	padding: 32px 26px;
	transition: transform var(--transition), border-color var(--transition);
}

.pricing-card:hover {
	border-color: var(--gold);
}

.pricing-card--featured {
	background: linear-gradient(170deg, #1a2c46 0%, var(--navy-soft) 100%);
	border-color: var(--gold);
	box-shadow: 0 24px 60px -20px rgba(0, 0, 0, 0.55);
}

.pricing-card__badge {
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
	background: var(--gold);
	color: var(--navy);
	font-family: var(--font-mono);
	font-size: 0.68rem;
	font-weight: 500;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	padding: 6px 16px;
	border-radius: 999px;
	white-space: nowrap;
}

.pricing-card__name {
	font-size: 1.25rem;
	color: var(--gold-soft);
	margin-bottom: 0.3em;
}

.pricing-card__price {
	font-family: var(--font-display);
	font-size: clamp(1.8rem, 3vw, 2.3rem);
	font-weight: 700;
	color: #f7f4ef;
	margin-bottom: 0.8em;
}

.pricing-card__price span {
	display: block;
	font-family: var(--font-mono);
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.12em;
	color: #9fabbd;
}

.pricing-card__features {
	list-style: none;
	margin: 0 0 1.8em;
	padding: 0;
	flex-grow: 1;
}

.pricing-card__features li {
	position: relative;
	padding: 0.45em 0 0.45em 1.7em;
	font-size: 0.96rem;
	color: #c6d0de;
	border-bottom: 1px dashed rgba(36, 58, 86, 0.7);
}

.pricing-card__features li:last-child {
	border-bottom: 0;
}

.pricing-card__features li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: var(--gold);
	font-weight: 700;
}

@media (min-width: 981px) {
	.pricing-card--featured {
		transform: translateY(-16px) scale(1.02);
	}
	.pricing-card--featured:hover {
		transform: translateY(-20px) scale(1.02);
	}
}

@media (max-width: 980px) {
	.pricing-grid {
		grid-template-columns: 1fr;
		max-width: 460px;
		margin: 0 auto;
	}
	.pricing-card--featured {
		order: -1;
	}
}

/* Badges de paiement */
.pricing-payments {
	margin-top: clamp(2.6rem, 5vw, 4rem);
	text-align: center;
}

.pricing-payments__label {
	font-family: var(--font-mono);
	font-size: 0.75rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #9fabbd;
	margin-bottom: 1em;
}

.pay-badges {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.pay-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: var(--cream);
	border: 1px solid rgba(15, 27, 45, 0.14);
	border-radius: 999px;
	padding: 7px 15px;
	font-size: 0.86rem;
	font-weight: 600;
	color: var(--navy);
	box-shadow: var(--shadow-soft);
}

.pay-badge img {
	height: 20px;
	width: auto;
}

.pay-badge__dot {
	width: 11px;
	height: 11px;
	border-radius: 50%;
	flex-shrink: 0;
}

.pay-badge--wave .pay-badge__dot { background: #1dc8ff; }
.pay-badge--orange .pay-badge__dot { background: #ff7900; }
.pay-badge--mtn .pay-badge__dot { background: #ffcc00; }
.pay-badge--moov .pay-badge__dot { background: #0066b3; }
.pay-badge--visa .pay-badge__dot { background: #1a1f71; }

/* =========================================================================
   9. Témoignages clients
   ========================================================================= */

.testimonials {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.testimonial {
	margin: 0;
	background: #fff;
	border: 1px solid rgba(15, 27, 45, 0.08);
	border-radius: var(--radius);
	padding: 28px 24px;
	box-shadow: var(--shadow-soft);
	display: flex;
	flex-direction: column;
}

.testimonial__stars {
	color: var(--gold);
	letter-spacing: 0.2em;
	margin-bottom: 0.9em;
}

.testimonial__quote {
	font-size: 0.98rem;
	color: #4a4a4a;
	flex-grow: 1;
}

.testimonial__author {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 1.2em;
}

.testimonial__avatar {
	display: inline-grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: var(--navy);
	color: var(--gold);
	font-family: var(--font-display);
	font-weight: 700;
	font-size: 1.15rem;
	flex-shrink: 0;
}

.testimonial__name {
	display: block;
	font-style: normal;
	font-weight: 600;
	font-size: 0.95rem;
	color: var(--navy);
}

.testimonial__role {
	display: block;
	font-size: 0.82rem;
	color: #7a7a7a;
}

@media (max-width: 880px) {
	.testimonials {
		grid-template-columns: 1fr;
		max-width: 520px;
		margin: 0 auto;
	}
}

/* =========================================================================
   10. Blog : cartes, page hero, article, pagination, commentaires
   ========================================================================= */

.posts-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.post-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid rgba(15, 27, 45, 0.08);
	border-radius: var(--radius);
	overflow: hidden;
	box-shadow: var(--shadow-soft);
	transition: transform var(--transition), box-shadow var(--transition);
}

.post-card:hover {
	transform: translateY(-5px);
	box-shadow: var(--shadow);
}

.post-card__thumb {
	display: block;
	aspect-ratio: 16 / 10;
	background: var(--navy-soft);
	overflow: hidden;
}

.post-card__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s ease;
}

.post-card:hover .post-card__thumb img {
	transform: scale(1.05);
}

.post-card__placeholder {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	font-family: var(--font-display);
	font-size: 1.9rem;
	font-weight: 700;
	color: var(--gold);
}

.post-card__body {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	padding: 20px 22px 24px;
}

.post-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	font-family: var(--font-mono);
	font-size: 0.72rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #8a8a8a;
	margin-bottom: 0.8em;
}

.post-card__cat {
	color: var(--orange-deep);
	font-weight: 500;
}

.post-card__title {
	font-size: 1.15rem;
	margin-bottom: 0.5em;
}

.post-card__title a {
	color: var(--navy);
}

.post-card__title a:hover {
	color: var(--orange-deep);
}

.post-card__excerpt {
	font-size: 0.94rem;
	color: #5a5a5a;
	flex-grow: 1;
}

.post-card__more {
	font-weight: 600;
	font-size: 0.94rem;
	color: var(--orange-deep);
	margin-top: 0.6em;
}

@media (max-width: 980px) {
	.posts-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 620px) {
	.posts-grid {
		grid-template-columns: 1fr;
	}
}

/* Bandeau d'en-tête des pages internes */
.page-hero {
	background: var(--navy);
	color: #eef2f8;
	padding: calc(var(--header-h) + clamp(40px, 7vw, 70px)) 0 clamp(40px, 6vw, 60px);
}

.page-hero__title {
	font-size: clamp(1.7rem, 4.2vw, 2.7rem);
	color: #f7f4ef;
	margin-bottom: 0.3em;
	max-width: 24em;
}

.page-hero__title span {
	color: var(--gold);
}

.page-hero__subtitle {
	color: #c6d0de;
	max-width: 44em;
	margin-bottom: 0;
}

.page-hero--404 {
	text-align: center;
	padding-bottom: clamp(56px, 8vw, 90px);
}

.page-hero--404 .page-hero__title,
.page-hero--404 .page-hero__subtitle {
	margin-left: auto;
	margin-right: auto;
}

.page-hero--404 .hero__actions {
	justify-content: center;
	margin-top: 1.8rem;
	margin-bottom: 0;
}

.page-hero__code {
	font-family: var(--font-display);
	font-size: clamp(4rem, 12vw, 7rem);
	font-weight: 700;
	line-height: 1;
	color: var(--gold);
	margin: 0 0 0.1em;
}

/* Article seul */
.single-post__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	font-family: var(--font-mono);
	font-size: 0.78rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #9fabbd;
	margin-bottom: 1em;
}

.single-post__cat {
	color: var(--gold);
}

.single-post__thumb {
	margin: 0 0 2rem;
	border-radius: var(--radius);
	overflow: hidden;
	box-shadow: var(--shadow-soft);
}

.entry-content {
	font-size: 1.08rem;
	line-height: 1.75;
	color: #3a3a3a;
}

.entry-content h2,
.entry-content h3 {
	color: var(--navy);
	margin-top: 1.6em;
}

.entry-content img {
	border-radius: var(--radius-sm);
}

.entry-content blockquote {
	margin: 1.6em 0;
	padding: 0.6em 0 0.6em 1.4em;
	border-left: 3px solid var(--gold);
	font-family: var(--font-display);
	font-style: italic;
	color: var(--navy);
}

.entry-content pre {
	background: var(--navy);
	color: #dfe6f0;
	padding: 1.2em;
	border-radius: var(--radius-sm);
	overflow-x: auto;
	font-family: var(--font-mono);
	font-size: 0.88rem;
}

.entry-content code {
	font-family: var(--font-mono);
	font-size: 0.9em;
}

.entry-content .wp-block-image figcaption,
.entry-content figcaption {
	font-size: 0.85rem;
	color: #8a8a8a;
	text-align: center;
}

.single-post__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 2rem 0 0;
	padding: 0;
}

.single-post__tags a {
	display: inline-block;
	font-family: var(--font-mono);
	font-size: 0.78rem;
	padding: 5px 12px;
	border-radius: 999px;
	background: rgba(212, 168, 87, 0.16);
	color: var(--navy);
}

.single-post__tags a:hover {
	background: var(--gold);
}

.post-nav {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	margin: 2.6rem 0;
	padding-top: 1.6rem;
	border-top: 1px solid rgba(15, 27, 45, 0.1);
	font-weight: 500;
}

.post-nav__next {
	text-align: right;
	margin-left: auto;
}

/* Pagination */
.pagination-nav {
	margin-top: 3rem;
}

.pagination-nav .nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
}

.pagination-nav .page-numbers {
	display: inline-grid;
	place-items: center;
	min-width: 42px;
	height: 42px;
	padding: 0 14px;
	border-radius: 999px;
	border: 1px solid rgba(15, 27, 45, 0.16);
	background: #fff;
	color: var(--navy);
	font-weight: 500;
}

.pagination-nav .page-numbers.current {
	background: var(--navy);
	border-color: var(--navy);
	color: var(--gold-soft);
}

.pagination-nav .page-numbers:hover:not(.current):not(.dots) {
	border-color: var(--orange);
	color: var(--orange-deep);
}

/* Commentaires (discrets) */
#comments {
	margin-top: 3rem;
	padding-top: 2rem;
	border-top: 1px solid rgba(15, 27, 45, 0.1);
}

#comments .comments-title,
#comments .comment-reply-title {
	font-size: 1.3rem;
	color: var(--navy);
}

.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-list .comment,
.comment-list .pingback {
	background: #fff;
	border: 1px solid rgba(15, 27, 45, 0.08);
	border-radius: var(--radius-sm);
	padding: 18px 20px;
	margin-bottom: 14px;
}

.comment-list .children {
	list-style: none;
	margin: 14px 0 0;
	padding-left: clamp(12px, 3vw, 28px);
}

.comment-author {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 600;
	color: var(--navy);
}

.comment-author img {
	border-radius: 50%;
}

.comment-metadata {
	font-size: 0.8rem;
	color: #8a8a8a;
}

.comment-content {
	font-size: 0.96rem;
	color: #4a4a4a;
}

.comment-reply-link {
	font-size: 0.86rem;
	font-weight: 600;
}

.comment-form label {
	display: block;
	font-weight: 500;
	margin-bottom: 0.3em;
	color: var(--navy);
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
	width: 100%;
	padding: 0.75em 1em;
	border: 1px solid rgba(15, 27, 45, 0.2);
	border-radius: var(--radius-sm);
	background: #fff;
	color: var(--ink);
	margin-bottom: 1em;
}

.comment-form input:focus,
.comment-form textarea:focus {
	outline: 2px solid var(--orange);
	border-color: var(--orange);
}

.comment-form .submit {
	background: var(--navy);
	color: #f5f1e8;
	border: 0;
	border-radius: 999px;
	padding: 0.9em 1.8em;
	font-weight: 600;
	transition: background var(--transition), color var(--transition);
}

.comment-form .submit:hover {
	background: var(--orange-deep);
	color: #fff;
}

/* Formulaire de recherche */
.search-form {
	display: flex;
	gap: 10px;
	max-width: 480px;
	margin: 1.2rem auto;
}

.search-form .search-field {
	flex-grow: 1;
	padding: 0.8em 1.1em;
	border: 1px solid rgba(15, 27, 45, 0.2);
	border-radius: 999px;
	background: #fff;
}

.search-form .search-submit {
	background: var(--navy);
	color: #f5f1e8;
	border: 0;
	border-radius: 999px;
	padding: 0.8em 1.5em;
	font-weight: 600;
}

.search-form .search-submit:hover {
	background: var(--orange-deep);
}

.empty-state {
	text-align: center;
	padding: clamp(30px, 6vw, 60px) 0;
}

.empty-state .btn {
	margin-top: 1rem;
}

.page-links {
	margin: 1.6em 0;
	font-weight: 500;
}

/* =========================================================================
   11. Contact
   ========================================================================= */

.contact {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
	gap: clamp(30px, 5vw, 64px);
	align-items: start;
}

.contact-list {
	list-style: none;
	margin: 0 0 1.8rem;
	padding: 0;
}

.contact-list li {
	padding: 0.9em 0;
	border-bottom: 1px solid var(--navy-line);
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.contact-list__label {
	font-family: var(--font-mono);
	font-size: 0.7rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--gold);
}

.contact-list li,
.contact-list a {
	color: #dfe6f0;
}

.contact-list a:hover {
	color: var(--gold-soft);
}

.social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.social-links__item {
	display: inline-grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 12px;
	border: 1px solid var(--navy-line);
	background: var(--navy-soft);
	color: var(--gold-soft);
	transition: background var(--transition), color var(--transition), border-color var(--transition), transform var(--transition);
}

.social-links__item svg {
	width: 21px;
	height: 21px;
}

.social-links__item:hover {
	background: var(--orange);
	border-color: var(--orange);
	color: #241304;
	transform: translateY(-3px);
}

.contact-form {
	background: var(--navy-soft);
	border: 1px solid var(--navy-line);
	border-radius: var(--radius);
	padding: clamp(22px, 4vw, 34px);
}

.contact-form__hint {
	font-size: 0.92rem;
	color: #9fabbd;
	margin-bottom: 1.4em;
}

.form-field {
	margin-bottom: 1.1rem;
}

.form-field label {
	display: block;
	font-weight: 500;
	font-size: 0.94rem;
	color: #dfe6f0;
	margin-bottom: 0.35em;
}

.form-field input,
.form-field select,
.form-field textarea {
	width: 100%;
	padding: 0.8em 1em;
	border: 1px solid var(--navy-line);
	border-radius: var(--radius-sm);
	background: var(--navy);
	color: #eef2f8;
	transition: border-color var(--transition);
}

.form-field select {
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5' stroke='%23D4A857' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 16px center;
	padding-right: 42px;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
	outline: none;
	border-color: var(--gold);
}

.form-field textarea {
	resize: vertical;
	min-height: 110px;
}

.form-error {
	color: #ffb08a;
	font-size: 0.9rem;
	margin: -0.3rem 0 1rem;
}

@media (max-width: 880px) {
	.contact {
		grid-template-columns: 1fr;
	}
}

/* =========================================================================
   12. Footer
   ========================================================================= */

.site-footer {
	background: #0b1524;
	color: #aeb9c9;
	padding: clamp(48px, 7vw, 80px) 0 0;
	border-top: 1px solid var(--navy-line);
}

.site-footer__grid {
	display: grid;
	grid-template-columns: 1.4fr 0.8fr 1fr 1.1fr;
	gap: clamp(26px, 4vw, 48px);
	padding-bottom: clamp(34px, 5vw, 56px);
}

.site-footer__brand p {
	font-size: 0.94rem;
	margin: 1em 0 1.2em;
	max-width: 30em;
}

.site-footer__heading {
	font-family: var(--font-mono);
	font-size: 0.74rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--gold);
	margin-bottom: 1.1em;
}

.site-footer__nav ul,
.site-footer__contact ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-footer__nav li,
.site-footer__contact li {
	padding: 0.32em 0;
	font-size: 0.95rem;
}

.site-footer a {
	color: #c6d0de;
}

.site-footer a:hover {
	color: var(--gold-soft);
}

.site-footer .pay-badges {
	justify-content: flex-start;
}

.site-footer .pay-badge {
	background: var(--navy-soft);
	border-color: var(--navy-line);
	color: #dfe6f0;
	box-shadow: none;
	font-size: 0.8rem;
	padding: 6px 12px;
}

.site-footer__bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 8px;
	padding: 18px 0;
	border-top: 1px solid var(--navy-line);
	font-size: 0.85rem;
}

.site-footer__bottom p {
	margin: 0;
}

@media (max-width: 980px) {
	.site-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.site-footer__grid {
		grid-template-columns: 1fr;
	}
}

/* =========================================================================
   13. Chatbot flottant
   ========================================================================= */

.chatbot {
	position: fixed;
	right: clamp(14px, 3vw, 26px);
	bottom: clamp(14px, 3vw, 26px);
	z-index: 1400;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 14px;
}

.chatbot__toggle {
	order: 2;
	width: 60px;
	height: 60px;
	border: 0;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--orange) 0%, var(--orange-deep) 100%);
	color: #fff;
	display: grid;
	place-items: center;
	box-shadow: 0 12px 32px -8px rgba(232, 133, 58, 0.55);
	transition: transform var(--transition), box-shadow var(--transition);
}

.chatbot__toggle:hover {
	transform: scale(1.07);
}

.chatbot__toggle svg {
	width: 28px;
	height: 28px;
}

.chatbot__icon-close {
	display: none;
	font-size: 1.9rem;
	line-height: 1;
}

.chatbot.is-open .chatbot__icon-open {
	display: none;
}

.chatbot.is-open .chatbot__icon-close {
	display: block;
}

/* Comme pour la lightbox : hidden doit gagner sur display:flex,
   sinon le panneau invisible bloque les clics du coin bas-droit. */
.chatbot__panel[hidden] {
	display: none;
}

.chatbot__panel {
	order: 1;
	width: min(370px, calc(100vw - 28px));
	height: min(520px, calc(100dvh - 120px));
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: 18px;
	border: 1px solid rgba(15, 27, 45, 0.1);
	box-shadow: var(--shadow);
	overflow: hidden;
}

.chatbot__header {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 18px;
	background: var(--navy);
	color: #f5f1e8;
}

.chatbot__avatar {
	display: inline-grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border-radius: 12px;
	background: linear-gradient(135deg, var(--gold) 0%, var(--orange) 100%);
	color: var(--navy);
	font-family: var(--font-display);
	font-weight: 700;
}

.chatbot__title {
	font-weight: 600;
	margin: 0;
	font-size: 0.98rem;
}

.chatbot__status {
	margin: 0;
	font-size: 0.76rem;
	color: #9fdcb2;
	display: flex;
	align-items: center;
	gap: 6px;
}

.chatbot__dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #46c06e;
}

.chatbot__messages {
	flex-grow: 1;
	overflow-y: auto;
	padding: 16px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	background: var(--cream);
}

.chat-msg {
	max-width: 85%;
	padding: 10px 14px;
	border-radius: 14px;
	font-size: 0.93rem;
	line-height: 1.5;
	white-space: pre-wrap;
}

.chat-msg--bot {
	align-self: flex-start;
	background: #fff;
	border: 1px solid rgba(15, 27, 45, 0.1);
	border-bottom-left-radius: 4px;
	color: var(--ink);
}

.chat-msg--user {
	align-self: flex-end;
	background: var(--navy);
	color: #eef2f8;
	border-bottom-right-radius: 4px;
}

.chat-msg--error {
	background: #fdeee2;
	border-color: rgba(207, 111, 41, 0.4);
}

.chat-msg a {
	color: var(--orange-deep);
	font-weight: 600;
	text-decoration: underline;
}

.chat-msg--user a {
	color: var(--gold-soft);
}

/* Indicateur « en train d'écrire » */
.chat-typing {
	align-self: flex-start;
	display: inline-flex;
	gap: 5px;
	padding: 12px 16px;
	background: #fff;
	border: 1px solid rgba(15, 27, 45, 0.1);
	border-radius: 14px;
	border-bottom-left-radius: 4px;
}

.chat-typing span {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--gold);
	animation: chat-bounce 1.2s infinite ease-in-out;
}

.chat-typing span:nth-child(2) { animation-delay: 0.15s; }
.chat-typing span:nth-child(3) { animation-delay: 0.3s; }

@keyframes chat-bounce {
	0%, 60%, 100% { transform: translateY(0); opacity: 0.5; }
	30% { transform: translateY(-5px); opacity: 1; }
}

.chatbot__quick {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 10px 14px;
	background: #fff;
	border-top: 1px solid rgba(15, 27, 45, 0.08);
}

.chatbot__quick button {
	border: 1px solid rgba(15, 27, 45, 0.16);
	background: var(--cream);
	border-radius: 999px;
	padding: 6px 13px;
	font-size: 0.82rem;
	font-weight: 500;
	color: var(--navy);
	transition: background var(--transition), color var(--transition), border-color var(--transition);
}

.chatbot__quick button:hover {
	background: var(--orange);
	border-color: var(--orange);
	color: #241304;
}

.chatbot__form {
	display: flex;
	gap: 8px;
	padding: 12px 14px;
	background: #fff;
	border-top: 1px solid rgba(15, 27, 45, 0.08);
}

.chatbot__form input {
	flex-grow: 1;
	min-width: 0;
	padding: 0.7em 1em;
	border: 1px solid rgba(15, 27, 45, 0.18);
	border-radius: 999px;
	background: var(--cream);
}

.chatbot__form input:focus {
	outline: 2px solid var(--orange);
	border-color: var(--orange);
}

.chatbot__form button {
	flex-shrink: 0;
	width: 46px;
	height: 46px;
	border: 0;
	border-radius: 50%;
	background: var(--orange);
	color: #241304;
	display: grid;
	place-items: center;
	transition: background var(--transition), color var(--transition);
}

.chatbot__form button:hover {
	background: var(--orange-deep);
	color: #fff;
}

.chatbot__form button svg {
	width: 20px;
	height: 20px;
}

@media (max-width: 420px) {
	.chatbot__panel {
		width: calc(100vw - 20px);
	}
}

/* =========================================================================
   14. WordPress : alignements & classes de base
   ========================================================================= */

.alignleft {
	float: left;
	margin: 0.4em 1.4em 1em 0;
}

.alignright {
	float: right;
	margin: 0.4em 0 1em 1.4em;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignwide,
.alignfull {
	max-width: 100%;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption-text {
	font-size: 0.85rem;
	color: #8a8a8a;
	text-align: center;
}

.sticky {
	display: block;
}

.bypostauthor {
	display: block;
}

.gallery-caption {
	display: block;
}
