.tfm-gt {
	background: #f4f2ec;
	padding: clamp(54px, 8vw, 90px) 20px clamp(58px, 8vw, 96px);
	color: #2a2a2a;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.tfm-gt__inner {
	max-width: 1140px;
	margin: 0 auto;
	text-align: center;
}

.tfm-gt__eyebrow {
	margin: 0;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #2f594f;
}

.tfm-gt__title {
	margin: 12px 0 0;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(40px, 4.4vw, 58px);
	font-weight: 700;
	line-height: 1.08;
	color: #17201e;
}

/* Résumé global : étoiles + note regroupés et centrés (le flex des étoiles ne doit pas occuper 100 % de largeur) */
.tfm-gt__summary {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 28px;
	text-align: center;
}

.tfm-gt__summary .tfm-gt-stars {
	display: inline-flex;
	justify-content: center;
	margin: 0 0 12px;
	font-size: 20px;
	gap: 4px;
	line-height: 1;
}

.tfm-gt__rating-line {
	margin: 0;
	max-width: 100%;
	font-size: clamp(19px, 2.4vw, 24px);
	color: #5f635f;
	line-height: 1.45;
	letter-spacing: 0.01em;
}

.tfm-gt__rating-line strong {
	color: #17201e;
	font-weight: 700;
	font-size: clamp(22px, 2.8vw, 28px);
}

.tfm-gt__google-link {
	color: #2a2f2d;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.tfm-gt__google-link:hover {
	color: #4a675d;
}

.tfm-gt__intro {
	margin: 16px auto 0;
	max-width: 760px;
	width: 100%;
	font-size: 15px;
	line-height: 1.7;
	color: #5f635f;
}

.tfm-gt__grid {
	margin-top: clamp(36px, 5vw, 52px);
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	text-align: left;
}

.tfm-gt__card {
	margin: 0;
}

.tfm-gt__card-inner {
	display: block;
	height: 100%;
	padding: 22px 20px 20px;
	background: #fff;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.06);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
	text-decoration: none;
	color: inherit;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

a.tfm-gt__card-inner:hover {
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
	transform: translateY(-2px);
}

.tfm-gt-stars {
	display: flex;
	gap: 2px;
	font-size: 15px;
	line-height: 1;
	letter-spacing: -2px;
}

.tfm-gt-star {
	color: rgba(0, 0, 0, 0.12);
}

.tfm-gt-star.is-full {
	color: #c5a028;
}

.tfm-gt__quote {
	margin: 14px 0 0;
	padding: 0;
	border: 0;
	font-size: 14px;
	line-height: 1.65;
	color: #454945;
	font-style: normal;
}

.tfm-gt__sep {
	margin: 18px 0 14px;
	border: 0;
	border-top: 1px solid #e5e2dc;
}

.tfm-gt__author strong {
	display: block;
	font-size: 15px;
	font-weight: 700;
	color: #1f2624;
}

.tfm-gt__when {
	display: block;
	margin-top: 4px;
	font-size: 13px;
	color: #8a8d8a;
}

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

@media (max-width: 560px) {
	.tfm-gt {
		padding-left: 14px;
		padding-right: 14px;
	}

	.tfm-gt__grid {
		grid-template-columns: 1fr;
	}
}
