/* RIKVIP App LP — layout helpers (Flatsome + Tailwind CDN on this template only) */

/*
 * Cột nội dung tối đa 650px, căn giữa; nền đen hai bên.
 * Chỉ áp dụng khi body có class .rikvip-app-lp (xem functions.php).
 */
body.rikvip-app-lp {
	background-color: #000;
	overflow-x: hidden;
	font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

body.rikvip-app-lp #wrapper {
	font-family: inherit;
}

body.rikvip-app-lp #wrapper,
body.rikvip-app-lp #main {
	background-color: transparent;
}

body.rikvip-app-lp #content.content-area.page-wrapper {
	max-width: 650px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	box-sizing: border-box;
	overflow-x: hidden;
	padding-bottom: 0;
}

body.rikvip-app-lp #content.content-area .row-main {
	max-width: 100%;
}

#section_17367415 .stack.stack-row {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
	gap: var(--stack-gap, 1rem);
}

#section_17367415 .img-inner img {
	height: auto;
	vertical-align: middle;
}

#section_1712978963 .stack.stack-row {
	display: flex;
}

.app-privacy__card {
	text-align: left;
	max-width: 100%;
}

.stack-3678777250 {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-around;
	gap: var(--stack-gap, 2.5rem);
}

.app-privacy__card .privacy-type__heading {
	text-align: center;
	font-size: 1.05rem;
	font-weight: 600;
	margin: 0.5rem 0;
	color: #222;
}

.app-privacy__card .privacy-type__description {
	font-size: 0.875rem;
	color: #555;
	margin: 0 0 0.25rem;
	line-height: 1.45;
}

.privacy-type__icon {
	width: 56px;
	height: 56px;
	margin: 0 auto 0.25rem;
	border-radius: 14px;
	background: linear-gradient(160deg, #6aa7ff 0%, #3478f6 55%, #1e5fd4 100%);
	box-shadow: 0 2px 8px rgba(52, 120, 246, 0.25);
}

.privacy-type__items {
	list-style: none;
	padding: 0;
	margin: 0.75rem 0 0;
}

.privacy-type__item {
	border-top: 1px solid #e5e5ea;
	padding: 0.65rem 0;
}

.privacy-type__grid {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.privacy-type__data-category-heading {
	font-size: 0.9375rem;
	font-weight: 500;
	color: #222;
}

/* --- CTA "Nhận": pulse scale + shine lặp (#stack-13513940) --- */
@keyframes rikvip-cta-scale {

	0%,
	100% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.06);
	}
}

@keyframes rikvip-cta-shine {
	0% {
		transform: translateX(-120%) skewX(-18deg);
	}

	100% {
		transform: translateX(220%) skewX(-18deg);
	}
}

#stack-13513940 a.button {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	animation: rikvip-cta-scale 2.2s ease-in-out infinite;
}

#stack-13513940 a.button::after {
	content: "";
	position: absolute;
	top: -10%;
	left: -60%;
	width: 45%;
	height: 120%;
	background: linear-gradient(100deg,
			transparent 0%,
			rgba(255, 255, 255, 0) 35%,
			rgba(255, 255, 255, 0.65) 50%,
			rgba(255, 255, 255, 0) 65%,
			transparent 100%);
	animation: rikvip-cta-shine 2.6s ease-in-out infinite;
	pointer-events: none;
	z-index: 1;
}

#stack-13513940 a.button span {
	position: relative;
	z-index: 2;
}

@media (prefers-reduced-motion: reduce) {

	#stack-13513940 a.button,
	#stack-13513940 a.button::after {
		animation: none;
	}
}