/* ============================================
   FUNDA ONLINE PAGE STYLES
   ============================================ */

.online-hero {
	margin-top: 70px;
	position: relative;
	min-height: 60vh;
	display: flex;
	align-items: center;
	background: linear-gradient(135deg, #FE8E0F 0%, #FF6B35 100%);
	overflow: hidden;
}

.hero-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.2;
}

.hero-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-content {
	position: relative;
	z-index: 2;
	max-width: 800px;
	margin: 0 auto;
	padding: 4rem 2rem;
	text-align: center;
	color: white;
}

.hero-content h1 {
	font-size: 3rem;
	font-weight: 900;
	margin-bottom: 1.5rem;
	text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

.hero-subtitle {
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 1.5rem;
}

.hero-description {
	font-size: 1.2rem;
	line-height: 1.8;
}

.online-main {
	background: linear-gradient(180deg, #ffffff 0%, #E4E2DD 100%);
	padding: 60px 0;
}

/* How Section */
.how-section {
	margin-bottom: -2rem;
}

.how-section h2 {
	font-size: 2.5rem;
	color: #202020;
	margin-top: -2rem;
	margin-bottom: 3rem;
	text-align: center;
}

.how-section h2 i {
	color: #FE8E0F;
	margin-right: 1rem;
}

.steps-online {
	max-width: 900px;
	margin: 0 auto;
}

.step-online {
	display: flex;
	gap: 2rem;
	margin-bottom: 3rem;
	background: white;
	padding: 2rem;
	border-radius: 15px;
	box-shadow: 0 5px 20px rgba(32, 32, 32, 0.1);
	transition: transform 0.3s ease;
}

.step-online:hover {
	transform: translateX(10px);
}

.step-number {
	background: linear-gradient(135deg, #FE8E0F 0%, #FF6B35 100%);
	color: white;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	font-weight: 800;
	flex-shrink: 0;
	box-shadow: 0 5px 15px rgba(254, 142, 15, 0.4);
}

.step-content {
	flex: 1;
}

.step-content h3 {
	font-size: 1.5rem;
	color: #202020;
	margin-bottom: 0.8rem;
	font-weight: 700;
}

.step-content p {
	font-size: 1.1rem;
	line-height: 1.7;
	color: #555;
	margin-bottom: 0.5rem;
}

.step-content a {
	color: #FE8E0F;
	font-weight: 600;
	text-decoration: none;
}

.step-content a:hover {
	text-decoration: underline;
}

.alert-box {
	background: #FFF3CD;
	border-left: 4px solid #FFA500;
	padding: 1rem;
	margin-top: 1rem;
	border-radius: 8px;
	display: flex;
	align-items: flex-start;
	gap: 0.8rem;
}

.alert-box i {
	color: #FFA500;
	font-size: 1.3rem;
	margin-top: 0.2rem;
	flex-shrink: 0;
}

.alert-box span {
	font-size: 0.95rem;
	line-height: 1.6;
	color: #856404;
}

/* Pricing Section */
.pricing-section {
	margin-top: -6rem;
	margin-bottom: 4rem;
}

.price-box {
	background: linear-gradient(135deg, #202020 0%, #404040 100%);
	color: white;
	padding: 3rem;
	border-radius: 20px;
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
	box-shadow: 0 10px 40px rgba(32, 32, 32, 0.3);
}

.price-icon {
	background: #FE8E0F;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 2rem;
}

.price-icon i {
	font-size: 2.5rem;
	color: white;
}

.price-box h2 {
	font-size: 2.5rem;
	margin-bottom: 2rem;
	color: white;
}

.price-features {
	list-style: none;
	padding: 0;
	margin: 0;
}

.price-features li {
	font-size: 1.2rem;
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.8rem;
}

.price-features i {
	color: #FE8E0F;
	font-size: 1.3rem;
}

/* CTA Section */

.cta-section-online {
	background: linear-gradient(135deg, #FE8E0F 0%, #FF6B35 100%);
	padding: 4rem 2rem;
	border-radius: 20px;
	text-align: center;
	box-shadow: 0 10px 40px rgba(254, 142, 15, 0.3);
}

.cta-content {
	max-width: 800px; /* AJOUTER */
	margin: 0 auto; /* AJOUTER */
	padding: 0 1rem; /* AJOUTER */
}

.cta-content h2 {
	font-size: 2.5rem;
	color: white;
	margin-bottom: 1rem;
	font-weight: 800;
}

.cta-content h2 i {
	margin-right: 1rem;
}

.cta-content p {
	font-size: 1.3rem;
	color: white;
	margin-bottom: 2.5rem;
	line-height: 1.8;
	padding: 0 1rem; /* AJOUTER */
}

.cta-buttons-online {
	display: flex;
	gap: 2rem;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0 1rem; /* AJOUTER */
}

.cta-btn {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1.5rem 2.5rem;
	border-radius: 50px;
	text-decoration: none;
	font-size: 1.2rem;
	font-weight: 700;
	transition: all 0.3s ease;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
	min-width: 280px;
	justify-content: center;
	word-wrap: break-word; /* AJOUTER */
}

.cta-btn i {
	font-size: 1.8rem;
	flex-shrink: 0; /* AJOUTER */
}

.cta-btn span {
	flex: 1; /* AJOUTER */
	text-align: center; /* AJOUTER */
}

.cta-btn.email {
	background: white;
	color: #EA4335;
}

.cta-btn.email:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 35px rgba(255, 255, 255, 0.4);
}

.cta-btn.whatsapp {
	background: #25D366;
	color: white;
}

.cta-btn.whatsapp:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 35px rgba(37, 211, 102, 0.5);
}

/* Responsive */
@media (max-width: 768px) {
	.hero-content h1 {
		font-size: 2rem;
	}

	.hero-subtitle {
		font-size: 1.3rem;
	}

	.hero-description {
		font-size: 1rem;
	}

	.step-online {
		flex-direction: column;
		text-align: center;
	}

	.step-number {
		margin: 0 auto;
	}

	.cta-section-online {
		padding: 3rem 1.5rem; /* MODIFIER */
	}

	.cta-content {
		padding: 0; /* AJOUTER */
	}

	.cta-content h2 {
		font-size: 2rem; /* AJOUTER */
	}

	.cta-content p {
		font-size: 1.1rem; /* AJOUTER */
		padding: 0; /* AJOUTER */
	}

	.cta-buttons-online {
		flex-direction: column;
		align-items: center;
		padding: 0; /* AJOUTER */
	}

	.cta-btn {
		min-width: 100%;
		max-width: 350px;
		padding: 1.3rem 1.5rem; /* MODIFIER */
	}
}

@media (max-width: 480px) {
	.hero-content {
		padding: 3rem 1.5rem;
	}

	.hero-content h1 {
		font-size: 1.7rem;
	}

	.step-online {
		padding: 1.5rem;
	}

	.price-box {
		padding: 2rem 1.5rem;
	}

	.cta-section-online {
		padding: 2.5rem 1rem; /* MODIFIER */
		border-radius: 15px; /* AJOUTER */
	}

	.cta-content h2 {
		font-size: 1.7rem; /* AJOUTER */
	}

	.cta-content p {
		font-size: 1rem; /* AJOUTER */
	}

	.cta-btn {
		padding: 1.2rem 1rem; /* MODIFIER */
		font-size: 1rem; /* AJOUTER */
		min-width: 100%; /* AJOUTER */
	}

	.cta-btn i {
		font-size: 1.5rem; /* AJOUTER */
	}
}