/* ICT For Who — reproduit le style ".forwho.sec-pad" (cantonné sous .ict-fw)
   Variables inline : --ict-fw-c1, --ict-fw-c2, --ict-fw-c1-soft, --ict-fw-c1-border, --ict-fw-c2-rgb, --ict-fw-btn-text */

.ict-fw {
	--ict-fw-fh: "Space Grotesk", "Segoe UI", system-ui, sans-serif;
	--ict-fw-fb: "Inter", "Segoe UI", system-ui, sans-serif;
	--ict-fw-line: #e4e9f0;
	position: relative;
	font-family: var(--ict-fw-fb);
	color: #1A1A1A;
	font-size: 17px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
}
.ict-fw *, .ict-fw *::before, .ict-fw *::after { box-sizing: border-box; }

.ict-fw.forwho { background: #ffffff; }

.ict-fw .wrap {
	margin: 0 auto;
}

/* Encadré */
.ict-fw .forwho-band {
	background: var(--ict-fw-c1-soft, rgba(24, 55, 99, 0.06));
	border: 1px solid var(--ict-fw-c1-border, rgba(24, 55, 99, 0.16));
	border-radius: 14px;
	padding: clamp(28px, 4vw, 44px);
	display: flex;
	align-items: center;
	gap: 32px;
	flex-wrap: wrap;
	justify-content: space-between;
}

/* Sur-titre */
.ict-fw .eyebrow {
	font-family: var(--ict-fw-fh);
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--ict-fw-c2, #FAB519);
	display: inline-flex;
	align-items: center;
	gap: 9px;
}
.ict-fw .eyebrow::before {
	content: "";
	width: 22px;
	height: 2px;
	background: var(--ict-fw-c2, #FAB519);
	border-radius: 2px;
}

.ict-fw .fw-text h3 {
	font-family: var(--ict-fw-fh);
	color: var(--ict-fw-c1, #183763);
	line-height: 1.12;
	letter-spacing: -0.01em;
	font-size: clamp(1.4rem, 2.4vw, 1.75rem);
	font-weight: 600;
	margin: 14px 0 0;
}

/* Texte sous le titre */
.ict-fw .fw-description {
	margin: 10px 0 0;
	font-size: 1rem;
	line-height: 1.6;
	color: #444;
}

/* Étiquettes */
.ict-fw .forwho-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}
.ict-fw .fw-tag {
	background: #fff;
	border: 1px solid var(--ict-fw-line);
	border-radius: 100px;
	padding: 9px 18px;
	font-size: 0.96rem;
	font-weight: 500;
	color: var(--ict-fw-c1, #183763);
	font-family: var(--ict-fw-fh);
}

/* Bouton */
.ict-fw .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 50px;
	padding: 0 26px;
	border-radius: 8px;
	font-family: var(--ict-fw-fh);
	font-size: 1.02rem;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
	border: 1.5px solid transparent;
	text-decoration: none;
	transition: transform .15s ease, box-shadow .2s ease, background .2s ease, filter .2s ease;
	white-space: nowrap;
}
.ict-fw .btn svg,
.ict-fw .btn img { width: 18px; height: 18px; }
.ict-fw .btn .dashicons { font-size: 18px; width: 18px; height: 18px; line-height: 18px; }

.ict-fw .btn-primary {
	background: var(--ict-fw-c2, #FAB519);
	color: var(--ict-fw-btn-text, #183763);
	box-shadow: 0 6px 16px rgba(var(--ict-fw-c2-rgb, 250, 181, 25), 0.30);
}
.ict-fw .btn-primary:hover {
	transform: translateY(-2px);
	filter: brightness(0.95);
	box-shadow: 0 10px 24px rgba(var(--ict-fw-c2-rgb, 250, 181, 25), 0.34);
}
.ict-fw .btn-lg { min-height: 56px; padding: 0 32px; font-size: 1.08rem; }

/* Responsive (identique au fichier source) */
@media (max-width: 600px) {
	.ict-fw { font-size: 16px; }
	.ict-fw .forwho-band { flex-direction: column; align-items: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
	.ict-fw .btn { transition: none; }
}
