/* Visa Platinum landing — без глобальной шапки сайта */
*,
*::before,
*::after {
	box-sizing: border-box;
}
body {
	margin: 0;
	background: #fff;
	color: #000;
	font-family: "TT Norms Pro", sans-serif;
	-webkit-font-smoothing: antialiased;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
a {
	color: #0050c8;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.vp-page {
	overflow-x: hidden;
}
.vp-container {
	max-width: 1366px;
	margin: 0 auto;
	padding: 56px 96px;
}
.vp-title-xl {
	font-weight: 500;
	font-size: 46.272px;
	line-height: 1;
	margin: 0;
}
.vp-title-lg {
	font-weight: 500;
	font-size: 46.306px;
	line-height: 1;
	margin: 0;
}
.vp-text {
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
	margin: 0;
}
.vp-text ul {
	margin: 0;
	padding-left: 1.25rem;
}
.vp-text li {
	margin-bottom: 0.25rem;
}
.vp-mt-sm {
	margin-top: 8px;
}
.vp-mt-md {
	margin-top: 12px;
}
.vp-mt-lg {
	margin-top: 1rem;
}
.vp-bold {
	font-weight: 700;
}
/* Hero */
.vp-hero {
	position: relative;
	border-radius: 36px;
	overflow: hidden;
	min-height: 600px;
	background: #1a1a1a;
	display: flex;
}
.vp-hero__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.vp-hero__shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.2) 45%, transparent 70%);
	pointer-events: none;
}
.vp-hero__inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	padding: 48px 56px 48px;
	min-height: 520px;
}
.vp-hero__text {
	color: #fff;
	max-width: 582px;
}
.vp-hero__text h1 {
	font-weight: 500;
	font-size: clamp(36px, 5vw, 62.931px);
	line-height: 1;
	margin: 0 0 23px;
}
.vp-hero__text p {
	font-weight: 500;
	font-size: clamp(18px, 2vw, 24px);
	line-height: normal;
	margin: 0;
}
/* Split блоки */
.vp-split {
	display: flex;
	align-items: stretch;
	gap: 24px;
}
.vp-split--reverse {
	flex-direction: row-reverse;
}
.vp-split__visual {
	flex: 0 0 min(100%, 502px);
	max-width: 502px;
	border-radius: 24px;
	overflow: hidden;
	position: relative;
	min-height: 320px;
	background: linear-gradient(90deg, #b6d1ee, #e9cfbe);
}
.vp-split__visual img {
	width: 100%;
	height: 100%;
	min-height: 320px;
	object-fit: cover;
}
.vp-split__content {
	flex: 1;
	background: #f4f4f4;
	border-radius: 24px;
	padding: 32px;
	display: flex;
	flex-direction: column;
	gap: 24px;
	justify-content: center;
}
.vp-split__content--pad-lg {
	padding: 40px;
	gap: 32px;
}
.vp-section-title-only .vp-container {
	padding-top: 43px;
	padding-bottom: 43px;
}
/* Привилегии Visa Infinite */
.vp-privileges {
	background: #f4f4f4;
	border-radius: 24px;
	padding: 40px;
	display: flex;
	flex-direction: column;
	gap: 40px;
	align-items: stretch;
}
.vp-privileges > h2 {
	width: 100%;
}
.vp-priv-row {
	background: #fff;
	border-radius: 20px;
	padding: 24px;
	font-size: 20px;
}
.vp-priv-flex div {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.vp-priv-row .vp-bold {
	margin-bottom: 20px;
}
.vp-priv-row p {
	margin: 0;
}
@media (max-width: 1200px) {
	.vp-container {
		padding: 48px 40px;
	}
	.vp-hero__inner {
		padding: 40px 32px 64px;
	}
}
@media (max-width: 991px) {
	.vp-title-xl {
		font-size: 36px;
	}
	.vp-title-lg {
		font-size: 32px;
	}
	.vp-split,
	.vp-split--reverse {
		flex-direction: column;
	}
	.vp-split__visual {
		flex: none;
		max-width: none;
		width: 100%;
	}
	.vp-container {
		padding: 40px 20px;
	}
	.vp-hero__inner {
		flex-direction: column;
		align-items: flex-start;
		padding-bottom: 88px;
	}
}
@media (max-width: 600px) {
	.vp-priv-row {
		font-size: 16px;
	}
	.vp-priv-flex div {
		flex-direction: column;
	}
	.vp-priv-flex div:not(:last-child) {
		margin-bottom: 20px;
	}
	.vp-split__content {
		padding: 32px 20px;
	}
	.vp-title-xl,
	.vp-title-lg {
		font-size: 28px;
	}
	.vp-hero {
		border-radius: 24px;
		min-height: 480px;
	}
	.vp-section-title-only .vp-container {
		padding-bottom: 0;
	}
	.vp-privileges {
		padding: 32px 20px;
	}
}
