/* ========================================================================
 * WP-GEO-SEO product page (ajouté le 2026-05-17)
 *
 * BLOC DÉLIMITÉ. Pour retirer la page de vente du site, supprimez tout
 * ce qui se trouve entre les commentaires BEGIN et END. Aucune autre
 * modification du upgrade.css n'a été faite.
 * ====================================================================== */

/* === BEGIN WP-GEO-SEO ================================================= */

.wpgs-hero { padding-block: clamp(60px, 8vw, 110px); border-bottom: 1px solid rgba(255,255,255,0.06); }
.wpgs-hero__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(32px, 5vw, 80px);
	align-items: center;
}
@media (max-width: 900px) { .wpgs-hero__grid { grid-template-columns: 1fr; } }
.wpgs-hero h1 {
	font-size: clamp(36px, 4.5vw, 56px);
	line-height: 1.05;
	margin: 16px 0;
	letter-spacing: -0.02em;
}
.wpgs-hero h1 .accent { color: var(--accent); }
.wpgs-hero__lead {
	font-size: clamp(15px, 1.4vw, 18px);
	color: var(--muted-2);
	line-height: 1.55;
	margin: 0 0 28px;
	max-width: 56ch;
}
.wpgs-hero__ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.wpgs-hero__meta {
	list-style: none;
	display: flex;
	gap: 22px;
	flex-wrap: wrap;
	margin: 30px 0 0;
	padding: 0;
	color: var(--muted-2);
	font-size: 13px;
}
.wpgs-hero__meta strong { color: var(--white); font-weight: 600; }

.wpgs-console {
	background: #050505;
	border: 1px solid rgba(250,181,18,0.18);
	border-radius: 12px;
	padding: 18px;
	font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
	font-size: 13px;
	line-height: 1.55;
	color: #e6e9ef;
	box-shadow: 0 18px 60px rgba(0,0,0,0.55);
}
.wpgs-console__bar {
	display: flex;
	gap: 6px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(255,255,255,0.05);
	margin-bottom: 14px;
}
.wpgs-console__bar span { width: 11px; height: 11px; border-radius: 50%; background: rgba(255,255,255,0.1); }
.wpgs-console__bar span:nth-child(1) { background: #ef4444; }
.wpgs-console__bar span:nth-child(2) { background: #fab512; }
.wpgs-console__bar span:nth-child(3) { background: #22c55e; }
.wpgs-console pre { margin: 0; white-space: pre-wrap; font-family: inherit; }
.wpgs-console .c-prompt { color: var(--accent); font-weight: 700; }
.wpgs-console .c-out    { color: #9a9a9a; }
.wpgs-console .c-key    { color: #5ac8fa; }

.wpgs-features {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 18px;
}
.wpgs-feature {
	background: #111;
	border: 1px solid rgba(255,255,255,0.06);
	border-radius: 14px;
	padding: 26px;
	transition: border-color 0.15s ease, transform 0.15s ease;
}
.wpgs-feature:hover { border-color: rgba(250,181,18,0.4); transform: translateY(-3px); }
.wpgs-feature__icon {
	width: 44px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(250,181,18,0.12);
	border: 1px solid rgba(250,181,18,0.35);
	border-radius: 10px;
	color: var(--accent);
	font-weight: 800;
	font-size: 14px;
	margin-bottom: 18px;
	font-family: Manrope, sans-serif;
	letter-spacing: 0.02em;
}
.wpgs-feature h3 {
	font-family: Manrope, sans-serif;
	font-weight: 800;
	font-size: 19px;
	margin: 0 0 8px;
	letter-spacing: -0.01em;
}
.wpgs-feature p { color: var(--muted-2); font-size: 14.5px; line-height: 1.55; margin: 0; }

.wpgs-story {
	background: #050505;
	border: 1px solid rgba(255,255,255,0.06);
	border-radius: 16px;
	padding: clamp(28px, 4vw, 48px);
}
.wpgs-story__metrics {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 18px;
	margin-top: 26px;
}
.wpgs-story__metric {
	text-align: center;
	padding: 22px 16px;
	background: rgba(250,181,18,0.06);
	border: 1px solid rgba(250,181,18,0.15);
	border-radius: 10px;
}
.wpgs-story__metric-value {
	font-family: Manrope, sans-serif;
	font-weight: 800;
	font-size: clamp(28px, 3.5vw, 42px);
	color: var(--accent);
	line-height: 1;
	margin-bottom: 6px;
	letter-spacing: -0.02em;
}
.wpgs-story__metric-label {
	font-size: 11.5px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--muted-2);
	font-weight: 600;
}

.wpgs-pricing {
	max-width: 560px;
	margin: 0 auto;
	background: #111;
	border: 2px solid var(--accent);
	border-radius: 18px;
	padding: clamp(28px, 4vw, 44px);
	box-shadow: 0 0 0 1px rgba(250,181,18,0.4), 0 28px 80px rgba(250,181,18,0.12);
	position: relative;
}
.wpgs-pricing__badge {
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
	background: var(--accent);
	color: #1a1100;
	font-family: Manrope, sans-serif;
	font-weight: 800;
	font-size: 11px;
	padding: 6px 14px;
	border-radius: 999px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.wpgs-pricing__price { display: flex; align-items: baseline; gap: 8px; margin: 14px 0 4px; }
.wpgs-pricing__amount {
	font-family: Manrope, sans-serif;
	font-weight: 800;
	font-size: 64px;
	line-height: 1;
	letter-spacing: -0.02em;
}
.wpgs-pricing__per { color: var(--muted-2); font-size: 15px; }
.wpgs-pricing__sub { color: var(--accent); font-weight: 600; font-size: 14px; margin: 0 0 22px; }
.wpgs-pricing__list { list-style: none; margin: 0 0 28px; padding: 0; }
.wpgs-pricing__list li {
	padding: 8px 0;
	color: var(--white);
	font-size: 14.5px;
	border-bottom: 1px dashed rgba(255,255,255,0.07);
}
.wpgs-pricing__list li:last-child { border-bottom: 0; }
.wpgs-pricing__list li::before { content: "OK "; color: var(--accent); font-weight: 800; margin-right: 6px; }

.wpgs-faq { max-width: 820px; margin: 0 auto; }
.wpgs-faq details {
	border: 1px solid rgba(255,255,255,0.06);
	border-radius: 10px;
	margin-bottom: 10px;
	background: #111;
	transition: border-color 0.15s ease;
	overflow: hidden;
}
.wpgs-faq details[open] { border-color: rgba(250,181,18,0.5); }
.wpgs-faq summary {
	cursor: pointer;
	padding: 18px 22px;
	font-weight: 700;
	font-size: 15px;
	font-family: Manrope, sans-serif;
	list-style: none;
	position: relative;
	padding-right: 50px;
	color: var(--white);
}
.wpgs-faq summary::-webkit-details-marker { display: none; }
.wpgs-faq summary::after {
	content: "+";
	position: absolute;
	right: 22px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--accent);
	font-size: 22px;
	font-weight: 300;
}
.wpgs-faq details[open] summary::after { content: "−"; }
.wpgs-faq details p { padding: 0 22px 18px; color: var(--muted-2); font-size: 14.5px; line-height: 1.6; margin: 0; }

.wpgs-final {
	background:
		radial-gradient(ellipse at top, rgba(250,181,18,0.08), transparent 60%),
		#0a0a0a;
	border-block: 1px solid rgba(255,255,255,0.06);
}

/* === END WP-GEO-SEO =================================================== */
