.vip-trust,
.vip-trust * {
	box-sizing: border-box;
}

.vip-trust {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #fff;
}

.vip-trust__inner {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.vip-trust__items {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	grid-auto-flow: row dense;
	--vptw-grid-gap: 24px;
	gap: var(--vptw-grid-gap);
}

.vip-trust__item {
	--vptw-card-min-height: 270px;
	position: relative;
	isolation: isolate;
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: var(--vptw-card-min-height);
	overflow: hidden;
	padding: 34px;
	border: 1px solid rgba(21, 130, 139, 0.16);
	border-radius: 24px;
	background: #f3f8f8;
}

.vip-trust__item:nth-child(1) {
	grid-column: span 4;
	grid-row: span 2;
	min-height: calc((var(--vptw-card-min-height) * 2) + var(--vptw-grid-gap));
}

.vip-trust__item:nth-child(2) {
	grid-column: span 8;
}

.vip-trust__item:nth-child(3),
.vip-trust__item:nth-child(4) {
	grid-column: span 4;
}

.vip-trust__item:nth-child(5),
.vip-trust__item:nth-child(6) {
	grid-column: span 6;
}

.vip-trust__item:nth-child(n + 7) {
	grid-column: span 4;
}

.vip-trust--highlight-first .vip-trust__item:first-child {
	background: #15828b;
	border-color: transparent;
}

.vip-trust__meta {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
}

.vip-trust__number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 54px;
	height: 36px;
	padding: 0 15px;
	border: 1px solid rgba(21, 130, 139, 0.18);
	border-radius: 999px;
	color: #15828b;
	background: #fff;
	font-family: Montserrat, sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.08em;
	font-variant-numeric: tabular-nums;
}

.vip-trust--highlight-first .vip-trust__item:first-child .vip-trust__number {
	color: #fff;
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.28);
}

.vip-trust__icon {
	display: inline-flex;
	flex: 0 0 56px;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	color: #15828b;
	background: #fff;
}

.vip-trust__icon i {
	font-size: 25px;
}

.vip-trust__icon svg,
.vip-trust__icon img {
	display: block;
	width: 25px;
	height: 25px;
}

.vip-trust__icon img {
	object-fit: contain;
}

.vip-trust__icon svg {
	fill: currentColor;
}

.vip-trust--highlight-first .vip-trust__item:first-child .vip-trust__icon {
	background: rgba(255, 255, 255, 0.12);
}

.vip-trust__copy {
	position: relative;
	z-index: 2;
	max-width: 760px;
	margin-top: auto;
	padding-top: 54px;
}

.vip-trust__item-title {
	margin: 0;
	color: #222;
	font-family: Oswald, sans-serif;
	font-size: clamp(28px, 2.15vw, 42px);
	font-weight: 400;
	line-height: 1.08;
	letter-spacing: -0.02em;
	text-wrap: balance;
}

.vip-trust__item:nth-child(3) .vip-trust__item-title,
.vip-trust__item:nth-child(4) .vip-trust__item-title {
	font-size: clamp(25px, 1.75vw, 34px);
}

.vip-trust__description {
	max-width: 680px;
	margin-top: 18px;
	color: #4f595a;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.55;
}

.vip-trust--highlight-first .vip-trust__item:first-child .vip-trust__item-title,
.vip-trust--highlight-first .vip-trust__item:first-child .vip-trust__description {
	color: #fff;
}

.vip-trust__watermark {
	position: absolute;
	z-index: 1;
	right: -0.02em;
	bottom: -0.18em;
	color: rgba(21, 130, 139, 0.055);
	font-family: Oswald, sans-serif;
	font-size: clamp(130px, 14vw, 260px);
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.08em;
	pointer-events: none;
	user-select: none;
}

.vip-trust--highlight-first .vip-trust__item:first-child .vip-trust__watermark {
	color: rgba(255, 255, 255, 0.07);
}

.vip-trust__cta-wrap {
	display: flex;
	justify-content: flex-end;
	margin-top: 38px;
}

.vip-trust__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	min-width: 292px;
	padding: 18px 34px;
	border-radius: 999px;
	color: #fff;
	background: #15828b;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
	transition: color 0.2s ease, background-color 0.2s ease;
}

.vip-trust__cta:hover,
.vip-trust__cta:focus {
	color: #153e42;
	background: #83cfd6;
}

.vip-trust__cta:focus-visible {
	outline: 3px solid rgba(21, 130, 139, 0.24);
	outline-offset: 4px;
}

.vip-trust__cta-icon {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

@media (max-width: 1180px) {
	.vip-trust__items {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vip-trust__item,
	.vip-trust__item:nth-child(1),
	.vip-trust__item:nth-child(2),
	.vip-trust__item:nth-child(3),
	.vip-trust__item:nth-child(4),
	.vip-trust__item:nth-child(5),
	.vip-trust__item:nth-child(6),
	.vip-trust__item:nth-child(n + 7) {
		grid-column: auto;
		grid-row: auto;
		min-height: 280px;
	}

	.vip-trust__item:first-child,
	.vip-trust__item:nth-child(2) {
		min-height: 320px;
	}

	.vip-trust__item-title,
	.vip-trust__item:nth-child(3) .vip-trust__item-title,
	.vip-trust__item:nth-child(4) .vip-trust__item-title {
		font-size: clamp(27px, 3.2vw, 38px);
	}
}

@media (max-width: 767px) {
	.vip-trust__items {
		grid-template-columns: minmax(0, 1fr);
	}

	.vip-trust__item,
	.vip-trust__item:first-child,
	.vip-trust__item:nth-child(2) {
		min-height: 260px;
	}

	.vip-trust__copy {
		padding-top: 44px;
	}

	.vip-trust__item-title,
	.vip-trust__item:nth-child(3) .vip-trust__item-title,
	.vip-trust__item:nth-child(4) .vip-trust__item-title {
		font-size: clamp(27px, 8.2vw, 36px);
	}

	.vip-trust__description {
		font-size: 15px;
	}

	.vip-trust__watermark {
		font-size: 150px;
	}

	.vip-trust__cta-wrap {
		width: 100%;
		justify-content: stretch;
	}

	.vip-trust__cta {
		width: 100%;
		min-width: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.vip-trust__cta {
		transition: none;
	}
}
