.vtm-widget-wrapper {
	max-width: 1320px;
	margin: 0 auto;
	font-family: 'Poppins', sans-serif;
}

.vtm-main-panel {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #dfe3ec;
	border-radius: 34px;
	background-color: #ffffff;
	overflow: hidden;
	box-shadow: 0 10px 40px rgba(36,51,102,0.06);
	min-height: 610px;
}

.vtm-manifesto-col {
	flex: 0 0 48%;
	max-width: 48%;
	background: linear-gradient(145deg, #263b75, #111d44);
	position: relative;
	padding: 54px 50px;
	display: flex;
	flex-direction: column;
	border-right: 1px solid rgba(255,255,255,0.10);
	overflow: hidden;
}

.vtm-manifesto-col::before {
	content: '';
	position: absolute;
	top: -100px;
	right: -100px;
	width: 400px;
	height: 400px;
	background: radial-gradient(circle, rgba(255,75,37,0.15) 0%, rgba(255,75,37,0) 70%);
	pointer-events: none;
}

.vtm-manifesto-content {
	position: relative;
	z-index: 2;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.vtm-seal {
	width: 104px;
	height: 104px;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,0.18);
	background: rgba(255,255,255,0.06);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
}

.vtm-seal-inner {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: #ff4b25;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 26px;
}

.vtm-seal-inner i, .vtm-seal-inner svg {
	width: 26px;
	height: 26px;
	fill: currentColor;
}

.vtm-badge {
	display: inline-block;
	background: rgba(255,255,255,0.08);
	border: 1px solid rgba(255,255,255,0.20);
	color: rgba(255,255,255,0.86);
	border-radius: 999px;
	padding: 8px 15px;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	margin-bottom: 24px;
}

.vtm-manifesto-headline {
	color: #ffffff;
	font-size: 58px;
	font-weight: 900;
	line-height: 1.05;
	letter-spacing: -1.7px;
	margin: 0 0 24px;
}

.vtm-manifesto-paragraph {
	color: rgba(255,255,255,0.82);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.68;
	max-width: 520px;
	margin: 0;
}

.vtm-signature {
	color: rgba(255,255,255,0.78);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	margin-top: 40px;
}

.vtm-sig-line {
	width: 30px;
	height: 2px;
	background: #ff4b25;
	margin-right: 15px;
}

.vtm-principles-col {
	flex: 0 0 52%;
	max-width: 52%;
	background: #ffffff;
	position: relative;
	padding: 58px 54px;
	overflow: hidden;
}

.vtm-principles-col::before {
	content: '';
	position: absolute;
	top: -100px;
	right: -100px;
	width: 300px;
	height: 300px;
	background: radial-gradient(circle, rgba(255,75,37,0.04) 0%, rgba(255,75,37,0) 70%);
	pointer-events: none;
}

.vtm-principles-content {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.vtm-timeline-line {
	position: absolute;
	left: 29px;
	top: 10px;
	bottom: 10px;
	width: 1px;
	background: linear-gradient(to bottom, rgba(255,75,37,0.25), rgba(36,51,102,0.10));
	z-index: 1;
}

.vtm-principle-item {
	display: flex;
	position: relative;
	z-index: 2;
}

.vtm-marker {
	flex: 0 0 58px;
	width: 58px;
	height: 58px;
	border-radius: 20px;
	background: #fff4f0;
	border: 1px solid rgba(255,75,37,0.18);
	color: #ff4b25;
	font-size: 15px;
	font-weight: 900;
	letter-spacing: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 30px;
}

.vtm-principle-body {
	flex: 1;
	padding-top: 5px;
}

.vtm-principle-title {
	color: #243366;
	font-size: 31px;
	font-weight: 900;
	line-height: 1.12;
	letter-spacing: -0.8px;
	margin: 0 0 14px;
}

.vtm-principle-text {
	color: #53618a;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.68;
	margin: 0;
}

.vtm-divider {
	height: 1px;
	background: #dfe3ec;
	margin: 30px 0 30px 88px;
}

.vtm-quality-bar {
	margin-top: 34px;
	background: #ffffff;
	border: 1px solid #dfe3ec;
	border-radius: 28px;
	padding: 28px 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	box-shadow: 0 10px 30px rgba(36,51,102,0.04);
}

.vtm-proof-intro {
	color: #243366;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.22;
	letter-spacing: -0.5px;
}

.vtm-proof-pills {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}

.vtm-proof-pill {
	background: #ffffff;
	border: 1px solid #dfe3ec;
	border-radius: 999px;
	color: #53618a;
	font-size: 13px;
	font-weight: 900;
	padding: 8px 14px;
	display: flex;
	align-items: center;
}

.vtm-proof-dot {
	width: 6px;
	height: 6px;
	background: #ff4b25;
	border-radius: 50%;
	margin-right: 8px;
}

@media (max-width: 1024px) {
	.vtm-manifesto-col, .vtm-principles-col {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.vtm-manifesto-col {
		border-right: none;
		border-bottom: 1px solid rgba(255,255,255,0.10);
		min-height: auto;
	}
	.vtm-manifesto-headline {
		font-size: 46px;
	}
}

@media (max-width: 767px) {
	.vtm-manifesto-col {
		padding: 36px 28px;
		min-height: 500px;
	}
	.vtm-principles-col {
		padding: 36px 28px;
	}
	.vtm-manifesto-headline {
		font-size: 36px;
	}
	.vtm-manifesto-paragraph, .vtm-principle-text {
		font-size: 16px;
	}
	.vtm-principle-title {
		font-size: 26px;
	}
	.vtm-marker {
		width: 48px;
		height: 48px;
		flex: 0 0 48px;
		margin-right: 20px;
	}
	.vtm-timeline-line {
		left: 24px;
	}
	.vtm-divider {
		margin: 25px 0 25px 68px;
	}
	.vtm-quality-bar {
		padding: 26px;
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}
	.vtm-proof-intro {
		font-size: 22px;
	}
}
