/* =======================================================================
   PRODUIT.CSS — pages produits (page-produit.php).
   Reprend la charte de homepage.css (brand #891d23, Raleway/Roboto)
   sans dépendre de son chargement (template indépendant).
   ======================================================================= */

:root {
	--brand: #891d23;
	--brand-dark: #561b1b;
	--gris-texte: #333;
	--gris-fond: #f7f5f4;
}

.intro-section {
	max-width: 640px;
	margin: 14px auto 0 !important;
	font-family: "Roboto", arial;
	font-size: 15px;
	color: #666;
	line-height: 1.6;
}

/* ---------- HERO PRODUIT ---------- */
#hero-produit {
	position: relative;
	background-size: cover;
	background-position: center;
	padding: 130px 0 90px;
}
#hero-produit .filtre {
	position: absolute;
	inset: 0;
	background: linear-gradient(115deg, rgba(30, 8, 10, 0.85) 0%, rgba(86, 27, 27, 0.6) 60%, rgba(86, 27, 27, 0.4) 100%);
}
#hero-produit .grid { position: relative; z-index: 2; }
@media screen and (max-width: 550px) {
	#hero-produit { padding: 90px 0 60px; }
}

.hero-produit-fil {
	color: rgba(255, 255, 255, 0.75);
	font-family: "Roboto", arial;
	font-size: 13px;
	margin: 0 0 14px !important;
}
.hero-produit-fil a {
	color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
}
.hero-produit-fil a:hover { text-decoration: underline; }

.hero-badge {
	display: inline-block;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.35);
	color: #fff;
	font-family: "Raleway", arial;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 7px 16px;
	border-radius: 30px;
	margin-bottom: 16px;
}

#hero-produit .titreh1 {
	display: block;
	max-width: 700px;
	padding-left: 0;
	margin-bottom: 30px !important;
}

.hero-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
.bouton-tel svg { color: #fff; }
.bouton.bouton-blanc {
	background: transparent;
	border-color: #fff;
	color: #fff;
}
.bouton.bouton-blanc:hover {
	background: #fff;
	color: var(--brand);
}

/* ---------- INTRO PRODUIT ---------- */
#intro-produit {
	padding: 60px 0;
}
#intro-produit .contenu,
#intro-produit .contenu-libre {
	font-family: "Roboto", arial;
	font-size: 16px;
	line-height: 1.75;
	color: #555;
}
#intro-produit .contenu-libre {
	margin-top: 20px;
}
.mini-stats-produit {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
@media screen and (max-width: 875px) {
	.mini-stats-produit { margin-top: 30px; }
}
.mini-stat {
	display: flex;
	align-items: center;
	gap: 14px;
	background: var(--gris-fond);
	border-radius: 8px;
	padding: 16px 18px;
}
.mini-stat-icone {
	flex-shrink: 0;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: rgba(137, 29, 35, 0.1);
	color: var(--brand);
	display: flex;
	align-items: center;
	justify-content: center;
}
.mini-stat-icone svg { width: 20px; height: 20px; }
.mini-stat-texte {
	font-family: "Raleway", arial;
	font-weight: 600;
	font-size: 14px;
	color: var(--gris-texte);
}

/* ---------- TEXTE SEO ---------- */
#texte-seo-produit {
	padding: 20px 0 60px;
}
#texte-seo-produit .titreh2 {
	font-size: 26px;
	margin-bottom: 18px !important;
}
.contenu-seo {
	font-family: "Roboto", arial;
	font-size: 16px;
	line-height: 1.8;
	color: #555;
}
.contenu-seo p {
	margin: 0 0 16px;
}

/* ---------- GARANTIES ---------- */
#garanties-produit {
	background: var(--gris-fond);
	padding: 70px 0;
}
.inside-garanties {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	margin-top: 40px;
}
@media screen and (max-width: 875px) {
	.inside-garanties { grid-template-columns: repeat(2, 1fr); }
}
@media screen and (max-width: 550px) {
	.inside-garanties { grid-template-columns: 1fr; }
}
.item-garantie {
	background: #fff;
	border: 1px solid #e6e0df;
	border-radius: 8px;
	padding: 18px 20px;
	display: flex;
	align-items: center;
	gap: 12px;
	font-family: "Raleway", arial;
	font-weight: 600;
	font-size: 14px;
	color: var(--gris-texte);
}
.check-garantie {
	flex-shrink: 0;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: var(--brand);
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* ---------- RÉASSURANCE ---------- */
#reassurance-produit {
	background: var(--brand-dark);
}
.inside-reassurance {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 22px 0;
}
.item-reassurance {
	flex: 1 1 220px;
	text-align: center;
	color: #fff;
	font-family: "Raleway", arial;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.5px;
	padding: 8px 15px;
}
.item-reassurance::before {
	content: "✓";
	margin-right: 8px;
	color: #fff;
	font-weight: 800;
}

/* ---------- FAQ ---------- */
#faq-produit {
	padding: 70px 0;
}
.inside-faq {
	margin: 40px auto 0;
	max-width: 800px;
}
.item-faq {
	background: var(--gris-fond);
	border-radius: 8px;
	padding: 18px 22px;
	margin-bottom: 12px;
}
.item-faq summary {
	font-family: "Raleway", arial;
	font-weight: 700;
	font-size: 15px;
	color: var(--gris-texte);
	cursor: pointer;
	list-style: none;
	position: relative;
	padding-right: 26px;
}
.item-faq summary::-webkit-details-marker { display: none; }
.item-faq summary::after {
	content: "+";
	position: absolute;
	right: 0;
	top: -2px;
	font-size: 20px;
	color: var(--brand);
	font-weight: 700;
}
.item-faq[open] summary::after { content: "–"; }
.reponse-faq {
	font-family: "Roboto", arial;
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	margin-top: 12px;
}

/* ---------- AUTRES PRODUITS (cross-sell) ---------- */
#autres-produits {
	padding: 70px 0;
	background: var(--gris-fond);
}
.inside-produits {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 22px;
	margin-top: 40px;
}
@media screen and (max-width: 1000px) {
	.inside-produits { grid-template-columns: repeat(3, 1fr); }
}
@media screen and (max-width: 650px) {
	.inside-produits { grid-template-columns: repeat(2, 1fr); }
}
.carte-produit {
	background: #fff;
	border: 1px solid #e6e0df;
	border-radius: 10px;
	padding: 30px 20px;
	text-align: center;
	text-decoration: none;
	color: var(--gris-texte);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
	transition: all 0.25s ease-in-out;
}
.carte-produit:hover {
	border-color: var(--brand);
	box-shadow: 0 14px 30px rgba(137, 29, 35, 0.15);
	transform: translateY(-4px);
}
.icone-produit {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: rgba(137, 29, 35, 0.08);
	color: var(--brand);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
}
.carte-produit:hover .icone-produit {
	background: var(--brand);
	color: #fff;
}
.icone-produit svg { width: 28px; height: 28px; }
.titre-produit {
	font-family: "Raleway", arial;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.3;
}
.fleche-produit {
	color: var(--brand);
	font-weight: 700;
	font-size: 18px;
	opacity: 0;
	transform: translateX(-4px);
	transition: all 0.2s ease-in-out;
}
.carte-produit:hover .fleche-produit {
	opacity: 1;
	transform: translateX(0);
}

/* ---------- CTA FINALE ---------- */
#cta-finale {
	background: var(--brand);
	padding: 60px 0;
}
.inside-cta-finale {
	text-align: center;
	color: #fff;
}
.inside-cta-finale .titreh2 {
	color: #fff;
	margin-bottom: 12px !important;
}
.inside-cta-finale p {
	font-family: "Roboto", arial;
	font-size: 16px;
	opacity: 0.9;
	margin-bottom: 25px !important;
}
.cta-finale-boutons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
}
#cta-finale .bouton.all-rouge {
	background: #fff;
	color: var(--brand);
	border-color: #fff;
}
#cta-finale .bouton.all-rouge:hover {
	background: transparent;
	color: #fff;
}
