/* Container */
.ap-8687f4d7-wrapper {
	background-color: #111111;
	padding: 60px 40px;
	border-radius: 12px;
	text-align: center;
	color: #ffffff;
}

/* Header */
.ap-8687f4d7-header {
	max-width: 700px;
	margin: 0 auto 50px auto;
}

.ap-8687f4d7-label {
	color: #D30311;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-bottom: 10px;
}

.ap-8687f4d7-title {
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 36px;
	margin-bottom: 20px;
	line-height: 1.2;
}

.ap-8687f4d7-subheading {
	color: #cccccc;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
}

/* Steps Grid */
.ap-8687f4d7-steps-grid {
	display: flex;
	gap: 20px;
	justify-content: center;
	margin-bottom: 50px;
}

.ap-8687f4d7-step-wrapper {
	flex: 1;
	min-width: 0;
}

.ap-8687f4d7-step-card {
	background-color: rgba(255, 255, 255, 0.05);
	padding: 30px 20px;
	border-radius: 16px;
	position: relative;
	height: 100%;
	transition: all 0.3s ease;
	border: 1px solid rgba(255, 255, 255, 0.05);
	text-align: left;
}

.ap-8687f4d7-step-card:hover {
	transform: translateY(-5px);
	border-color: #D30311;
	box-shadow: 0 10px 30px rgba(211, 3, 17, 0.15);
}

.ap-8687f4d7-step-top {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 20px;
}

.ap-8687f4d7-step-number {
	background-color: #D30311;
	color: #ffffff;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 14px;
}

.ap-8687f4d7-step-icon {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ap-8687f4d7-step-icon i {
	font-size: 24px;
	color: #ffffff;
	transition: color 0.3s ease;
}
.ap-8687f4d7-step-icon svg {
	width: 24px;
	height: 24px;
	fill: #ffffff;
	transition: fill 0.3s ease;
}

.ap-8687f4d7-step-card:hover .ap-8687f4d7-step-icon i {
	color: #D30311;
}
.ap-8687f4d7-step-card:hover .ap-8687f4d7-step-icon svg {
	fill: #D30311;
}

.ap-8687f4d7-step-title {
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 15px;
	line-height: 1.3;
}

.ap-8687f4d7-step-desc {
	color: #aaaaaa;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
}

/* Connector Lines */
.ap-8687f4d7-step-connector::after {
	content: '';
	position: absolute;
	top: 45px;
	right: -10px;
	width: 20px;
	border-top: 2px dashed #333333;
	z-index: 1;
}

.ap-8687f4d7-step-wrapper:last-child .ap-8687f4d7-step-connector::after {
	display: none;
}

/* CTA */
.ap-8687f4d7-cta {
	display: flex;
	gap: 20px;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.ap-8687f4d7-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 15px 28px;
	border-radius: 8px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 15px;
	text-decoration: none;
	transition: all 0.3s ease;
	cursor: pointer;
}

.ap-8687f4d7-btn-1 {
	background-color: #D30311;
	color: #ffffff;
}

.ap-8687f4d7-btn-1:hover {
	background-color: #AC020D;
	color: #ffffff;
}

.ap-8687f4d7-btn-2 {
	background-color: transparent;
	color: #ffffff;
	border: 1px solid rgba(255,255,255,0.2);
}

.ap-8687f4d7-btn-2:hover {
	background-color: rgba(255,255,255,0.1);
	color: #ffffff;
	border-color: #ffffff;
}

/* Responsive */
@media (max-width: 1024px) {
	.ap-8687f4d7-steps-grid {
		flex-wrap: wrap;
	}
	.ap-8687f4d7-step-wrapper {
		flex: 0 0 calc(50% - 10px);
	}
	.ap-8687f4d7-step-wrapper:nth-child(2) .ap-8687f4d7-step-connector::after {
		display: none;
	}
}

@media (max-width: 767px) {
	.ap-8687f4d7-wrapper {
		padding: 40px 20px;
	}
	.ap-8687f4d7-title {
		font-size: 28px;
	}
	.ap-8687f4d7-step-wrapper {
		flex: 0 0 100%;
	}
	.ap-8687f4d7-step-connector::after {
		display: none;
	}
	.ap-8687f4d7-cta {
		flex-direction: column;
	}
	.ap-8687f4d7-btn {
		width: 100%;
		justify-content: center;
	}
}
