/* PureEV — page contact */

.pureev-contact-page .pureev-page-header {
	margin-bottom: 16px;
}

/* Écran de confirmation — sans formulaire */
.pureev-contact-success {
	max-width: 560px;
	margin: 24px 0 48px;
	padding: 36px 32px;
	background: linear-gradient(135deg, rgba(10, 124, 255, 0.06) 0%, #fff 70%);
	border: 1px solid #cfe3fb;
	border-left: 5px solid #0a7cff;
	border-radius: 14px;
	box-shadow: 0 10px 28px rgba(10, 124, 255, 0.08);
}

.pureev-contact-success-kicker {
	margin: 0 0 8px;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #0a7cff;
}

.pureev-contact-success-title {
	margin: 0 0 16px;
	font-size: clamp(1.75rem, 3vw, 2.2rem);
	line-height: 1.15;
	color: #111;
}

.pureev-contact-success-lead {
	margin: 0 0 10px;
	font-size: 1.12rem;
	line-height: 1.55;
	font-weight: 600;
	color: #222;
}

.pureev-contact-success-text {
	margin: 0 0 24px;
	font-size: 1.02rem;
	line-height: 1.65;
	color: #444;
}

.pureev-contact-success-actions {
	margin: 0;
}

.pureev-contact-success-link {
	display: inline-block;
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #0a7cff;
	text-decoration: none;
}

.pureev-contact-success-link:hover {
	text-decoration: underline;
}

.pureev-contact-intro {
	margin: 0 0 24px;
	font-size: 1.05rem;
	line-height: 1.6;
	color: #444;
}

.pureev-contact-notice {
	padding: 16px 18px;
	border-radius: 10px;
	margin: 0 0 24px;
	max-width: 520px;
}

.pureev-contact-notice-title {
	margin: 0 0 6px;
	font-size: 1.05rem;
	font-weight: 700;
}

.pureev-contact-notice-text {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.55;
}

.pureev-contact-notice--success {
	background: #ecfdf3;
	border: 1px solid #86efac;
	color: #14532d;
}

.pureev-contact-notice--success .pureev-contact-notice-title {
	color: #166534;
}

.pureev-contact-notice--error {
	background: #fef2f2;
	border: 1px solid #fecaca;
	color: #991b1b;
}

.pureev-contact-form label {
	font-weight: 600;
	font-size: 0.9rem;
}

.pureev-contact-form input[type="text"],
.pureev-contact-form input[type="email"],
.pureev-contact-form textarea {
	width: 100%;
	max-width: 520px;
	margin-top: 6px;
	padding: 10px 12px;
	border: 1px solid #d8dee8;
	border-radius: 8px;
	font: inherit;
}

.pureev-contact-form button {
	margin-top: 8px;
	padding: 10px 22px;
	border: none;
	border-radius: 999px;
	background: #0a7cff;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
}

.pureev-contact-form button:hover {
	background: #065bb5;
}

.pureev-contact-consent {
	font-size: 0.82rem;
	color: #666;
	max-width: 520px;
}
