.image-page {
	background: #fff;
	color: #1a1a1a;
}

.image-page * {
	box-sizing: border-box;
}

.image-page h1,
.image-page h2,
.image-page h3 {
	color: #000;
	font-family: "Outfit", "Open Sans", Arial, sans-serif;
}

.image-hero {
	padding: 72px 20px;
	background: linear-gradient(135deg, #fdfbfb 0%, #ebedee 100%);
	text-align: center;
}

.image-hero-inner {
	max-width: 980px;
	margin: 0 auto;
}

.image-hero h1 {
	font-size: 44px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 18px;
}

.image-hero p {
	font-size: 20px;
	line-height: 1.6;
	max-width: 780px;
	margin: 0 auto;
}

.image-hero-actions {
	margin-top: 32px;
	display: flex;
	gap: 12px;
	justify-content: center;
	flex-wrap: wrap;
}

.image-btn {
	display: inline-block;
	padding: 12px 26px;
	border-radius: 8px;
	background: #ed615a;
	color: #fff !important;
	border: 1px solid #ed615a;
	font-weight: 700;
	text-decoration: none !important;
	transition: all 0.2s ease;
}

.image-btn:hover {
	background: #d44d47;
	border-color: #d44d47;
	color: #fff !important;
}

.image-btn-outline {
	background: transparent;
	color: #ed615a !important;
}

.image-btn-outline:hover {
	background: #ed615a;
	color: #fff !important;
}

.image-main {
	max-width: 900px;
	margin: 0 auto;
	padding: 64px 20px;
}

.image-content {
	background: #fff;
	border: 1px solid #e9ecef;
	border-radius: 16px;
	padding: 32px;
}

.image-content p,
.image-diapos p,
.image-formats p,
.image-method p,
.image-choice li,
.image-note,
.image-cta p {
	font-size: 16px;
	line-height: 1.7;
}

.image-highlight-grid,
.image-feature-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	margin: 24px 0;
}

.image-highlight-grid div,
.image-feature-grid div {
	background: #fff4f2;
	border: 1px solid #f1c4bd;
	border-radius: 12px;
	padding: 14px;
	font-weight: 700;
	text-align: center;
	color: #2c3e50;
}

.image-diapos {
	background: #f8f9fa;
	padding: 64px 20px;
}

.image-section-inner {
	max-width: 1000px;
	margin: 0 auto;
}

.image-diapos h2 {
	text-align: center;
	margin-top: 0;
}

.image-rail-block {
	background: #fff;
	border: 1px solid #e9ecef;
	border-radius: 16px;
	padding: 28px;
	margin-top: 32px;
	text-align: center;
}

.image-rail-block h3 {
	margin-top: 0;
}

.image-rail-img {
	max-width: 100%;
	height: auto;
	border-radius: 12px;
	margin-top: 16px;
	border: 1px solid #e9ecef;
}

.image-formats {
	padding: 64px 20px;
	text-align: center;
}

.image-formats > p {
	max-width: 760px;
	margin: 0 auto 28px;
}

.image-format-grid {
	max-width: 1140px;
	margin: 28px auto 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.image-format-grid div {
	background: #fff;
	border: 1px solid #e9ecef;
	border-radius: 14px;
	padding: 24px;
}

.image-format-grid h3 {
	margin-top: 0;
	color: #ed615a;
}

.image-method {
	background: #f8f9fa;
	padding: 64px 20px;
	text-align: center;
}

.image-method-inner {
	max-width: 1140px;
	margin: 0 auto;
}

.image-method-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	margin-top: 28px;
}

.image-method-card {
	background: #fff;
	border: 1px solid #e9ecef;
	border-radius: 14px;
	padding: 24px;
	text-align: left;
}

.image-step-number {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #ed615a;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	margin-bottom: 12px;
}

.image-choice {
	max-width: 1140px;
	margin: 0 auto;
	padding: 64px 20px;
}

.image-choice h2 {
	text-align: center;
}

.image-choice-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
	margin-top: 28px;
}

.image-choice-card {
	background: #fff;
	border: 1px solid #e9ecef;
	border-radius: 14px;
	padding: 24px;
}

.image-choice-card h3 {
	margin-top: 0;
}

.image-note {
	margin: 28px auto 0;
	max-width: 900px;
	text-align: center;
}

/* LISTES */

.image-choice-card ul,
.image-method-card ul {
	padding-left: 32px;
	margin-left: 0;
}

.image-cta {
	padding: 80px 20px;
	text-align: center;
	background: #f8f9fa;
}

.image-cta h2 {
	margin: 0 0 15px;
	font-size: 38px;
	font-weight: 700;
}

.image-cta p {
	max-width: 700px;
	margin: 0 auto 30px;
	font-size: 18px;
	line-height: 1.7;
	color: #555;
}

.image-cta .image-guarantee {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto 30px;
	font-size: 18px;
	line-height: 1.8;
	color: #555;
}

@media (max-width: 991px) {

	.image-hero h1 {
		font-size: 36px;
	}

	.image-highlight-grid,
	.image-feature-grid,
	.image-format-grid,
	.image-method-grid,
	.image-choice-grid {
		grid-template-columns: 1fr;
	}

	.image-cta .image-guarantee {
		font-size: 16px;
		line-height: 1.7;
	}
}
.image-rail-text {
	max-width: 760px;
	margin: 0 auto;
	text-align: left;
}

.image-rail-text ul {
	margin: 0 0 20px 20px;
	padding: 0;
}

.image-rail-text li {
	font-size: 16px;
	line-height: 1.7;
}