/*
Theme Name: Femmes et TDAH
Description: Thème enfant — accueil calqué sur femmesettdah.com (Wix).
Template: twentytwentyfive
Version: 1.0.0
Text Domain: femmes-et-tdah
*/

/* --- Page d’accueil (classe sur le groupe main) --- */
.ftdah-front {
	margin: 0 !important;
	padding: 0 !important;
	max-width: none !important;
}

.ftdah-front .ftdah-inner {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: clamp(16px, 4vw, 32px);
	padding-right: clamp(16px, 4vw, 32px);
}

.ftdah-hero-band {
	width: 100%;
	line-height: 0;
	overflow: hidden;
}

.ftdah-hero-band img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	max-height: min(38vh, 420px);
}

.ftdah-logo-row {
	text-align: center;
	padding: clamp(24px, 5vw, 48px) 16px 8px;
	background: linear-gradient(180deg, #f4f0fa 0%, #fff 100%);
}

.ftdah-logo-row img {
	max-width: min(280px, 72vw);
	height: auto;
}

.ftdah-section-title {
	font-family: ui-serif, Georgia, "Times New Roman", serif;
	font-size: clamp(1.75rem, 4vw, 2.35rem);
	font-weight: 600;
	color: #5c3d8a;
	text-align: center;
	letter-spacing: 0.04em;
	margin: clamp(28px, 5vw, 48px) 0 20px;
}

.ftdah-venn {
	text-align: center;
	padding: 8px 0 32px;
}

.ftdah-venn img {
	max-width: min(640px, 100%);
	height: auto;
	border-radius: 12px;
	box-shadow: 0 16px 48px rgba(92, 61, 138, 0.12);
}

.ftdah-concrete {
	background: #faf8fc;
	padding: clamp(32px, 6vw, 56px) 0;
	border-top: 1px solid #e8dff5;
	border-bottom: 1px solid #e8dff5;
}

.ftdah-concrete h2 {
	font-family: ui-serif, Georgia, serif;
	font-size: clamp(1.35rem, 3vw, 1.75rem);
	color: #5c3d8a;
	text-align: center;
	margin: 0 0 24px;
	letter-spacing: 0.06em;
}

.ftdah-concrete ul {
	max-width: 720px;
	margin: 0 auto;
	padding: 0 0 0 1.25em;
	font-family: system-ui, -apple-system, sans-serif;
	font-size: clamp(1rem, 2.2vw, 1.1rem);
	line-height: 1.75;
	color: #2d2640;
}

.ftdah-concrete li {
	margin-bottom: 12px;
}

.ftdah-cards {
	padding: clamp(40px, 7vw, 72px) 0;
}

.ftdah-card-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: clamp(20px, 3vw, 28px);
}

@media (max-width: 720px) {
	.ftdah-card-grid {
		grid-template-columns: 1fr;
	}
}

.ftdah-card {
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 8px 32px rgba(92, 61, 138, 0.1);
	border: 1px solid #ebe4f5;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ftdah-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 40px rgba(92, 61, 138, 0.16);
}

.ftdah-card img {
	width: 100%;
	height: auto;
	display: block;
	aspect-ratio: 4/3;
	object-fit: cover;
}

.ftdah-card figcaption {
	padding: 18px 20px 22px;
	font-family: system-ui, -apple-system, sans-serif;
}

.ftdah-card figcaption strong {
	display: block;
	font-size: 1.05rem;
	color: #5c3d8a;
	margin-bottom: 8px;
	line-height: 1.35;
}

.ftdah-card figcaption span {
	font-size: 0.95rem;
	color: #4a4458;
	line-height: 1.5;
}

.ftdah-testimonials {
	background: linear-gradient(165deg, #5c3d8a 0%, #7b5ba8 45%, #9b7bc4 100%);
	color: #fff;
	padding: clamp(40px, 7vw, 72px) 0;
}

.ftdah-testimonials h2 {
	font-family: ui-serif, Georgia, serif;
	text-align: center;
	font-size: clamp(1.5rem, 3.5vw, 2rem);
	margin: 0 0 8px;
	font-weight: 600;
}

.ftdah-testimonials > .ftdah-inner > p.ftdah-sub {
	text-align: center;
	opacity: 0.92;
	font-family: system-ui, sans-serif;
	font-size: 1rem;
	margin: 0 0 36px;
}

.ftdah-tgrid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

@media (max-width: 900px) {
	.ftdah-tgrid {
		grid-template-columns: 1fr;
		max-width: 360px;
		margin: 0 auto;
	}
}

.ftdah-tcard {
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(8px);
	border-radius: 16px;
	padding: 20px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.25);
}

.ftdah-tcard img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	object-fit: cover;
	border: 3px solid rgba(255, 255, 255, 0.5);
	margin-bottom: 14px;
}

.ftdah-tcard .name {
	font-family: ui-serif, Georgia, serif;
	font-size: 1.15rem;
	font-weight: 600;
}

.ftdah-tcard p.name {
	margin: 0;
}

.ftdah-foot-note {
	text-align: center;
	padding: 24px 16px 48px;
	font-size: 0.9rem;
	color: #6b6280;
	font-family: system-ui, sans-serif;
}

.ftdah-foot-note a {
	color: #5c3d8a;
}
