/**
 * Section page Soins holistiques — Pour qui ?
 * Shortcode : [wpcursor name="holistique-cible"]
 */

.wpcursor-holistique-cible {
	--wpcursor-hol-cib-bg: #ffffff;
	--wpcursor-hol-cib-heading: #4a2d5c;
	--wpcursor-hol-cib-accent: #e8a598;
	--wpcursor-hol-cib-body: #5f5f6a;
	--wpcursor-hol-cib-card-border: rgba(74, 45, 92, 0.1);

	box-sizing: border-box;
	width: 100%;
	padding: clamp(3rem, 6vw, 4.5rem) clamp(1.25rem, 4vw, 2rem);
	background: var(--wpcursor-hol-cib-bg);
	color: var(--wpcursor-hol-cib-body);
}

.wpcursor-holistique-cible__inner {
	max-width: 1180px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

.wpcursor-holistique-cible__header {
	margin: 0 0 clamp(2rem, 4vw, 2.75rem);
	text-align: center;
}

.wpcursor-holistique-cible__heading {
	margin: 0;
	font-family: var(--wpcursor-font-title);
	font-size: clamp(1.75rem, 3.2vw, 2.35rem);
	font-weight: var(--wpcursor-title-weight, 700);
	line-height: 1.2;
	letter-spacing: var(--wpcursor-title-letter-spacing, -0.027em);
	color: var(--wpcursor-hol-cib-heading);
}

.wpcursor-holistique-cible__divider {
	width: 3.25rem;
	height: 2px;
	margin: 1.15rem auto;
	border-radius: 999px;
	background: var(--wpcursor-hol-cib-accent);
}

.wpcursor-holistique-cible__intro {
	max-width: 42rem;
	margin: 0 auto;
	font-family: var(--wpcursor-font-body);
	font-size: clamp(0.92rem, 1.35vw, 1rem);
	font-weight: 400;
	line-height: 1.72;
	color: var(--wpcursor-hol-cib-body);
}

.wpcursor-holistique-cible__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.85rem;
	margin: 0 auto;
	padding: 0;
	padding-inline: 0;
	list-style: none;
	width: 100%;
	box-sizing: border-box;
}

.wpcursor-holistique-cible__card {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 100%;
	padding: 1.35rem 1rem 1.25rem;
	border: 1px solid var(--wpcursor-hol-cib-card-border);
	border-radius: 16px;
	background: #ffffff;
	box-sizing: border-box;
	text-align: center;
}

.wpcursor-holistique-cible__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.75rem;
	height: 3.75rem;
	margin: 0 0 0.9rem;
	border-radius: 50%;
}

.wpcursor-holistique-cible__icon--purple {
	background: #ebe4f2;
	color: #7a5f96;
}

.wpcursor-holistique-cible__icon--orange {
	background: #fdf0e4;
	color: #d49a62;
}

.wpcursor-holistique-cible__icon--green {
	background: #e8f2ea;
	color: #6a9a72;
}

.wpcursor-holistique-cible__icon--coral {
	background: #faece8;
	color: #d48f7f;
}

.wpcursor-holistique-cible__icon--lavender {
	background: #f3edf8;
	color: #8a6fa8;
}

.wpcursor-holistique-cible__icon--pink {
	background: #fae8ee;
	color: #c87a8f;
}

.wpcursor-holistique-cible__icon-image {
	display: block;
	width: 2rem;
	height: 2rem;
	object-fit: contain;
}

.wpcursor-holistique-cible__card-title {
	margin: 0 0 0.45rem;
	font-family: var(--wpcursor-font-title);
	font-size: 0.95rem;
	font-weight: var(--wpcursor-title-weight, 700);
	line-height: 1.3;
	letter-spacing: var(--wpcursor-title-letter-spacing, -0.027em);
	color: var(--wpcursor-hol-cib-heading);
}

.wpcursor-holistique-cible__card-text {
	margin: 0;
	font-family: var(--wpcursor-font-body);
	font-size: 0.8rem;
	font-weight: 400;
	line-height: 1.55;
	color: var(--wpcursor-hol-cib-body);
}

@media (max-width: 960px) {
	.wpcursor-holistique-cible__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
		margin-inline: auto;
	}
}

@media (max-width: 640px) {
	.wpcursor-holistique-cible__grid {
		grid-template-columns: minmax(0, 1fr);
		max-width: none;
		width: 100%;
		margin-inline: auto;
	}
}

@media (max-width: 560px) {
	.wpcursor-holistique-cible {
		padding: clamp(2.5rem, 7vw, 3.5rem) clamp(1.25rem, 4vw, 2rem);
	}
}
