/* ── Google Font ── */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

/* ── Wrapper ── */
.pvs-ae5c93b5-wrapper {
	font-family: 'Plus Jakarta Sans', sans-serif;
	line-height: 1.5;
	box-sizing: border-box;
}

.pvs-ae5c93b5-wrapper *,
.pvs-ae5c93b5-wrapper *::before,
.pvs-ae5c93b5-wrapper *::after {
	box-sizing: border-box;
}

/* ── Desktop Layout ── */
.pvs-ae5c93b5-desktop {
	display: flex;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}

.pvs-ae5c93b5-left {
	width: 50%;
	background-color: #ffffff;
	padding: 48px 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.pvs-ae5c93b5-right {
	width: 50%;
	background-color: #0b1528;
	padding: 48px 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* ── Titles ── */
.pvs-ae5c93b5-left-title {
	font-size: 1.65rem;
	font-weight: 800;
	color: #0f172a;
	line-height: 1.2;
	margin: 0 0 32px 0;
}

.pvs-ae5c93b5-right-header {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 32px;
}

.pvs-ae5c93b5-sparkle {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.pvs-ae5c93b5-right-title {
	font-size: 1.65rem;
	font-weight: 800;
	color: #ffffff;
	line-height: 1.2;
	margin: 0;
}

/* ── Problem Rows ── */
.pvs-ae5c93b5-problems-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.pvs-ae5c93b5-problem-row {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 20px;
	border-radius: 14px;
	transition: background-color 0.3s ease;
	cursor: default;
}

.pvs-ae5c93b5-problem-row:hover {
	background-color: #f8fafc;
}

.pvs-ae5c93b5-problem-icon {
	width: 48px;
	height: 48px;
	min-width: 48px;
	background-color: #fef2f2;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ef4444;
	font-size: 20px;
}

.pvs-ae5c93b5-problem-icon svg {
	width: 20px;
	height: 20px;
	fill: #ef4444;
}

.pvs-ae5c93b5-problem-text {
	flex: 1;
}

.pvs-ae5c93b5-problem-title {
	font-size: 1.05rem;
	font-weight: 700;
	color: #0f172a;
	margin: 0 0 6px 0;
	line-height: 1.3;
}

.pvs-ae5c93b5-problem-desc {
	font-size: 0.95rem;
	color: #64748b;
	margin: 0;
	line-height: 1.6;
}

/* ── Solution Cards ── */
.pvs-ae5c93b5-solutions-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.pvs-ae5c93b5-solution-card {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	background-color: #12283f;
	border-radius: 16px;
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, 0.06);
	transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
				background-color 0.35s ease,
				border-color 0.35s ease,
				box-shadow 0.35s ease;
}

.pvs-ae5c93b5-solution-card.pvs-ae5c93b5-highlight {
	transform: scale(1.02);
	background-color: #163352;
	border-color: #38bdf8;
	box-shadow: 0 0 20px rgba(56, 189, 248, 0.15);
}

.pvs-ae5c93b5-solution-icon {
	width: 48px;
	height: 48px;
	min-width: 48px;
	background-color: rgba(56, 189, 248, 0.1);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #38bdf8;
	font-size: 20px;
}

.pvs-ae5c93b5-solution-icon svg {
	width: 20px;
	height: 20px;
	fill: #38bdf8;
}

.pvs-ae5c93b5-solution-text {
	flex: 1;
}

.pvs-ae5c93b5-solution-title {
	font-size: 1.05rem;
	font-weight: 700;
	color: #ffffff;
	margin: 0 0 6px 0;
	line-height: 1.3;
}

.pvs-ae5c93b5-solution-desc {
	font-size: 0.95rem;
	color: #94a3b8;
	margin: 0;
	line-height: 1.6;
}

/* ── Mobile Layout ── */
.pvs-ae5c93b5-mobile {
	display: none;
}

.pvs-ae5c93b5-mobile-title {
	text-align: center;
	margin-bottom: 28px;
}

.pvs-ae5c93b5-timeline {
	position: relative;
	padding-left: 32px;
}

.pvs-ae5c93b5-timeline::before {
	content: '';
	position: absolute;
	left: 7px;
	top: 8px;
	bottom: 8px;
	width: 2px;
	background: linear-gradient(to bottom, #ef4444, #38bdf8);
	border-radius: 2px;
}

.pvs-ae5c93b5-timeline-item {
	position: relative;
	margin-bottom: 20px;
}

.pvs-ae5c93b5-timeline-item:last-child {
	margin-bottom: 0;
}

.pvs-ae5c93b5-timeline-dot {
	position: absolute;
	left: -32px;
	top: 24px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 3px solid #ffffff;
	box-shadow: 0 0 0 2px currentColor;
}

.pvs-ae5c93b5-dot-red {
	background-color: #ef4444;
	color: #ef4444;
}

.pvs-ae5c93b5-dot-blue {
	background-color: #38bdf8;
	color: #38bdf8;
}

.pvs-ae5c93b5-timeline-problem .pvs-ae5c93b5-problem-row {
	background-color: #ffffff;
	border-radius: 14px;
	padding: 20px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.pvs-ae5c93b5-timeline-solution .pvs-ae5c93b5-solution-card {
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

/* ── Responsive ── */
@media (max-width: 1023px) {
	.pvs-ae5c93b5-desktop {
		display: none !important;
	}

	.pvs-ae5c93b5-mobile {
		display: block !important;
		padding: 24px 16px;
	}
}

@media (min-width: 1024px) {
	.pvs-ae5c93b5-mobile {
		display: none !important;
	}

	.pvs-ae5c93b5-desktop {
		display: flex !important;
	}
}

@media (max-width: 480px) {
	.pvs-ae5c93b5-left-title,
	.pvs-ae5c93b5-right-title {
		font-size: 1.35rem;
	}

	.pvs-ae5c93b5-problem-icon,
	.pvs-ae5c93b5-solution-icon {
		width: 40px;
		height: 40px;
		min-width: 40px;
	}

	.pvs-ae5c93b5-problem-title,
	.pvs-ae5c93b5-solution-title {
		font-size: 0.95rem;
	}

	.pvs-ae5c93b5-problem-desc,
	.pvs-ae5c93b5-solution-desc {
		font-size: 0.875rem;
	}

	.pvs-ae5c93b5-solution-card {
		padding: 18px;
	}

	.pvs-ae5c93b5-timeline {
		padding-left: 28px;
	}
}
