/**
 * Premium homepage tour sections (TOUR QUỐC TẾ + Khám phá Việt Nam).
 * All selectors start from .bling-tour-section
 */

.bling-tour-section {
	--its-purple: #7048e8;
	--its-purple-deep: #3e218e;
	--its-pink: #ff347f;
	--its-text: #19152f;
	--its-muted: #77718c;
	--its-border: rgba(91, 64, 160, 0.12);
	position: relative;
	overflow-x: clip;
	overflow-y: visible;
	width: 100%;
	padding: 28px 0 36px;
	background:
		radial-gradient(circle at 97% 0%, rgba(125, 74, 255, 0.12) 0, rgba(125, 74, 255, 0.05) 180px, transparent 360px),
		radial-gradient(circle at 4% 18%, rgba(255, 52, 127, 0.06) 0, transparent 220px),
		linear-gradient(180deg, #fbf9ff 0%, #ffffff 52%, #fbfaff 100%);
}

.bling-tour-section--cards-only {
	position: static;
	overflow: visible;
	width: auto;
	padding: 0;
	background: none;
}

.bling-tour-section--cards-only::before,
.bling-tour-section--cards-only::after {
	display: none;
}

.bling-tour-section::before {
	content: '';
	position: absolute;
	top: -80px;
	right: -60px;
	width: 280px;
	height: 280px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(125, 74, 255, 0.14) 0%, rgba(125, 74, 255, 0) 70%);
	pointer-events: none;
}

.bling-tour-section::after {
	content: '';
	position: absolute;
	left: 18px;
	top: 48px;
	width: 56px;
	height: 56px;
	opacity: 0.14;
	background: var(--its-purple);
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21 16v-2l-8-5V3.5a1.5 1.5 0 0 0-3 0V9l-8 5v2l8-2.5V19l-2 1.5V22l3.5-1 3.5 1v-1.5L13 19v-5.5L21 16z'/%3E%3C/svg%3E") center / contain no-repeat;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21 16v-2l-8-5V3.5a1.5 1.5 0 0 0-3 0V9l-8 5v2l8-2.5V19l-2 1.5V22l3.5-1 3.5 1v-1.5L13 19v-5.5L21 16z'/%3E%3C/svg%3E") center / contain no-repeat;
	transform: rotate(-24deg);
	pointer-events: none;
}

.bling-tour-section__frame {
	position: relative;
	z-index: 1;
	margin-inline: auto;
}

/* Heading */
.bling-tour-section .section-heading {
	margin-bottom: 0;
}

.bling-tour-section .section-heading--badge {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin-bottom: 8px;
	overflow: visible;
}

.section--destination.bling-tour-section .section-heading--badge,
.section--gallery.bling-tour-section .section-heading--badge {
	margin-bottom: 28px;
}

.bling-tour-section .section-heading__kicker--pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	margin: 0 0 14px;
	padding: 0 22px;
	border-radius: 999px;
	background: linear-gradient(90deg, #6c3ceb 0%, #a63dff 48%, #ff347f 100%);
	color: #fff;
	font-family: var(--font-body);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	line-height: 1;
	box-shadow: 0 12px 28px rgba(112, 72, 232, 0.28);
}

.bling-tour-section .section-heading__title {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin: 12px 0 8px;
	padding: 0.12em 0 0.06em;
	overflow: visible;
	font-family: "Playfair Display", var(--font-serif), Georgia, serif;
	font-size: clamp(48px, 4.6vw, 72px);
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.22;
	text-transform: uppercase;
	background: none;
	-webkit-background-clip: unset;
	background-clip: unset;
	-webkit-text-fill-color: unset;
	color: transparent;
}

.bling-tour-section .section-heading__title-text {
	display: inline-block;
	padding: 0.08em 0.04em 0.04em;
	overflow: visible;
	line-height: 1.22;
	background: linear-gradient(90deg, #5d31e8 0%, #8b32d9 48%, #ff357f 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
}

.bling-tour-section .section-heading__title::after {
	display: none;
}

.bling-tour-section .section-heading__plane {
	display: inline-block;
	flex-shrink: 0;
	background: transparent;
	background-image: url("../images/plane-intl.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	mask-image: none;
	-webkit-mask-image: none;
	mix-blend-mode: lighten;
}

.bling-tour-section .section-heading__plane--left {
	width: 36px;
	height: 36px;
	opacity: 0.95;
	transform: rotate(-18deg) translateY(2px);
}

.bling-tour-section .section-heading__plane--right {
	width: 22px;
	height: 22px;
	opacity: 0.45;
	transform: rotate(12deg) translateY(-4px);
}

.bling-tour-section .section-heading__subtitle,
.bling-tour-section .tour-subtitle {
	position: static;
	align-self: center;
	width: 100%;
	max-width: 720px;
	margin: 10px 0 0;
	padding-bottom: 0;
	text-align: center;
	font-family: var(--font-body);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	color: #27213d;
}

.bling-tour-section .section-heading__subtitle::before,
.bling-tour-section .section-heading__subtitle::after {
	content: none;
	display: none;
}

.bling-tour-section .tour-heading-divider {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	width: 270px;
	max-width: 270px;
	height: 18px;
	margin: 14px auto 0;
}

.bling-tour-section .tour-heading-divider__line {
	display: block;
	flex: 1 1 auto;
	max-width: 110px;
	height: 1px;
	background: linear-gradient(
		90deg,
		rgba(118, 81, 233, 0),
		rgba(118, 81, 233, 0.38)
	);
}

.bling-tour-section .tour-heading-divider__line:last-child {
	background: linear-gradient(
		90deg,
		rgba(118, 81, 233, 0.38),
		rgba(118, 81, 233, 0)
	);
}

.bling-tour-section .tour-heading-divider__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
	line-height: 1;
	transform: rotate(-8deg);
}

.bling-tour-section .tour-heading-divider__icon img {
	display: block;
	width: 22px;
	height: 22px;
	object-fit: contain;
	mix-blend-mode: lighten;
}

/* USP bar */
.bling-tour-section .tour-usp {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	margin: 32px 0 0;
	padding: 0;
	min-height: 90px;
	background: #fff;
	border: 1px solid var(--its-border);
	border-radius: 16px;
	box-shadow: 0 12px 32px rgba(54, 32, 100, 0.07);
	overflow: hidden;
}

.bling-tour-section .tour-usp__item {
	display: grid;
	grid-template-columns: 48px 1fr;
	gap: 14px;
	align-items: center;
	padding: 18px 32px;
	border-right: 1px solid rgba(112, 77, 210, 0.1);
}

.bling-tour-section .tour-usp__item:last-child {
	border-right: 0;
}

.bling-tour-section .tour-usp__icon {
	width: 46px;
	height: 46px;
	border-radius: 14px;
	background: linear-gradient(145deg, #f4efff 0%, #ebe4ff 100%);
	display: grid;
	place-items: center;
}

.bling-tour-section .tour-usp__icon::before {
	content: '';
	width: 22px;
	height: 22px;
	background: linear-gradient(135deg, #7048e8 0%, #a63dff 100%);
	mask-position: center;
	mask-size: contain;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
}

.bling-tour-section .tour-usp__item--shield .tour-usp__icon::before {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l8 3v6c0 5-3.4 9.4-8 11-4.6-1.6-8-6-8-11V5l8-3zm-1 13l6-6-1.4-1.4L11 12.2 8.4 9.6 7 11l4 4z'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l8 3v6c0 5-3.4 9.4-8 11-4.6-1.6-8-6-8-11V5l8-3zm-1 13l6-6-1.4-1.4L11 12.2 8.4 9.6 7 11l4 4z'/%3E%3C/svg%3E");
}

.bling-tour-section .tour-usp__item--headset .tour-usp__icon::before {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3a8 8 0 0 0-8 8v5a3 3 0 0 0 3 3h1v-6H5v-2a7 7 0 0 1 14 0v2h-3v6h1a3 3 0 0 0 3-3v-5a8 8 0 0 0-8-8z'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3a8 8 0 0 0-8 8v5a3 3 0 0 0 3 3h1v-6H5v-2a7 7 0 0 1 14 0v2h-3v6h1a3 3 0 0 0 3-3v-5a8 8 0 0 0-8-8z'/%3E%3C/svg%3E");
}

.bling-tour-section .tour-usp__item--gift .tour-usp__icon::before {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 7h-2.2c.1-.3.2-.6.2-1 0-1.7-1.3-3-3-3-1.1 0-2 .5-2.6 1.4C11.9 3.5 11 3 9.9 3c-1.7 0-3 1.3-3 3 0 .4.1.7.2 1H5c-1.1 0-2 .9-2 2v2h19V9c0-1.1-.9-2-2-2zM9.9 5c.6 0 1 .4 1 1s-.4 1-1 1-1-.4-1-1 .4-1 1-1zm5 0c.6 0 1 .4 1 1s-.4 1-1 1-1-.4-1-1 .4-1 1-1zM3 12v7c0 1.1.9 2 2 2h5v-9H3zm11 0v9h5c1.1 0 2-.9 2-2v-7H14z'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 7h-2.2c.1-.3.2-.6.2-1 0-1.7-1.3-3-3-3-1.1 0-2 .5-2.6 1.4C11.9 3.5 11 3 9.9 3c-1.7 0-3 1.3-3 3 0 .4.1.7.2 1H5c-1.1 0-2 .9-2 2v2h19V9c0-1.1-.9-2-2-2zM9.9 5c.6 0 1 .4 1 1s-.4 1-1 1-1-.4-1-1 .4-1 1-1zm5 0c.6 0 1 .4 1 1s-.4 1-1 1-1-.4-1-1 .4-1 1-1zM3 12v7c0 1.1.9 2 2 2h5v-9H3zm11 0v9h5c1.1 0 2-.9 2-2v-7H14z'/%3E%3C/svg%3E");
}

.bling-tour-section .tour-usp__copy {
	display: flex;
	flex-direction: column;
	gap: 3px;
	min-width: 0;
}

.bling-tour-section .tour-usp__title {
	font-size: 17px;
	font-weight: 700;
	color: var(--its-text);
	line-height: 1.3;
}

.bling-tour-section .tour-usp__text {
	font-size: 13.5px;
	color: var(--its-muted);
	line-height: 1.4;
}

/* Grid */
.bling-tour-section .tour-grid--featured,
.bling-tour-section .tour-grid--vietnam {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
	margin-top: 30px;
	padding: 32px 0 36px;
	overflow: visible;
}

.bling-tour-section--cards-only .tour-grid {
	gap: 22px;
	margin-top: 0;
	padding: 0;
}

.bling-tour-section .tour-grid--featured.is-collapsed .tour-card--extra,
.bling-tour-section .tour-grid--vietnam.is-collapsed .tour-card--extra {
	display: none;
}

/* Cards — whole block (image + body) lifts as one unit */
.bling-tour-section .tour-card {
	border-radius: 16px;
	border: 1px solid var(--its-border);
	background: #fff;
	box-shadow: 0 8px 24px rgba(54, 32, 100, 0.06);
	overflow: hidden;
	cursor: pointer;
	isolation: isolate;
}

/* Soft hover transition after stagger has finished (beats anim-stagger transform:none) */
.bling-tour-section .tour-grid.anim-stagger.is-visible > .tour-card:nth-child(n),
.bling-tour-section .tour-card {
	will-change: transform, box-shadow;
	transition:
		transform 0.9s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 0.9s cubic-bezier(0.22, 1, 0.36, 1),
		border-color 0.7s ease,
		opacity var(--anim-duration, 0.7s) var(--ease-out-expo, ease);
}

.bling-tour-section .tour-grid.anim-stagger.is-visible > .tour-card:nth-child(n):hover,
.bling-tour-section .tour-card:hover {
	z-index: 5;
	transition-delay: 0ms;
	transform: translate3d(0, -26px, 0);
	border-color: rgba(112, 72, 232, 0.16);
	box-shadow:
		0 36px 64px rgba(40, 24, 80, 0.18),
		0 14px 28px rgba(40, 24, 80, 0.09);
}

/* Image stays with the card (no zoom) */
.bling-tour-section .tour-card__media-wrap,
.bling-tour-section .tour-card__media,
.bling-tour-section .tour-card__image,
.bling-tour-section .tour-card:hover .tour-card__media-wrap,
.bling-tour-section .tour-card:hover .tour-card__media,
.bling-tour-section .tour-card:hover .tour-card__image {
	transform: none;
}

/* Soft staggered motion for title + inner content */
.bling-tour-section .tour-card__title,
.bling-tour-section .tour-card__meta,
.bling-tour-section .tour-card__meta-item,
.bling-tour-section .tour-card__proof,
.bling-tour-section .tour-card__footer,
.bling-tour-section .tour-card__price,
.bling-tour-section .tour-card__cta {
	transform: translate3d(0, 0, 0);
	transition:
		transform 0.95s cubic-bezier(0.22, 1, 0.36, 1),
		color 0.45s ease,
		border-color 0.45s ease,
		background 0.45s ease,
		box-shadow 0.45s ease;
}

.bling-tour-section .tour-card:hover .tour-card__title {
	transform: translate3d(0, -8px, 0);
	color: var(--its-purple);
	transition-delay: 40ms;
}

.bling-tour-section .tour-card:hover .tour-card__meta {
	transform: translate3d(0, -6px, 0);
	transition-delay: 70ms;
}

.bling-tour-section .tour-card:hover .tour-card__meta-item:nth-child(1) {
	transform: translate3d(0, -5px, 0);
	transition-delay: 80ms;
}

.bling-tour-section .tour-card:hover .tour-card__meta-item:nth-child(2) {
	transform: translate3d(0, -5px, 0);
	transition-delay: 110ms;
}

.bling-tour-section .tour-card:hover .tour-card__meta-item:nth-child(3) {
	transform: translate3d(0, -5px, 0);
	transition-delay: 140ms;
}

.bling-tour-section .tour-card:hover .tour-card__meta-item:nth-child(4) {
	transform: translate3d(0, -5px, 0);
	transition-delay: 170ms;
}

.bling-tour-section .tour-card:hover .tour-card__proof {
	transform: translate3d(0, -5px, 0);
	transition-delay: 160ms;
}

.bling-tour-section .tour-card:hover .tour-card__footer {
	transform: translate3d(0, -4px, 0);
	transition-delay: 190ms;
}

.bling-tour-section .tour-card:hover .tour-card__price {
	transform: translate3d(0, -3px, 0);
	transition-delay: 200ms;
}

.bling-tour-section .tour-card:hover .tour-card__cta {
	transform: translate3d(0, -3px, 0);
	transition-delay: 220ms;
}

.bling-tour-section .tour-card__media-wrap {
	position: relative;
}

.bling-tour-section .tour-card__image {
	aspect-ratio: 4 / 3;
	min-height: 252px;
	height: 252px;
	object-fit: cover;
	object-position: center;
}

.bling-tour-section .tour-card__badge {
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	max-width: calc(100% - 70px);
	padding: 8px 14px;
	border-radius: 8px;
	background: linear-gradient(90deg, #6c3ceb 0%, #8b5cff 100%);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	box-shadow: 0 8px 18px rgba(108, 60, 255, 0.28);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.bling-tour-section .tour-card__badge-icon {
	width: 13px;
	height: 13px;
	flex-shrink: 0;
	background: #fff;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C8.1 2 5 5.1 5 9c0 5.2 7 13 7 13s7-7.8 7-13c0-3.9-3.1-7-7-7zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5z'/%3E%3C/svg%3E") center / contain no-repeat;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C8.1 2 5 5.1 5 9c0 5.2 7 13 7 13s7-7.8 7-13c0-3.9-3.1-7-7-7zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.bling-tour-section .tour-card__wish {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 2;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1.5px solid rgba(255, 255, 255, 0.92);
	background: rgba(255, 255, 255, 0.78);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
	backdrop-filter: blur(4px);
	pointer-events: none;
}

.bling-tour-section .tour-card__wish::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 18px;
	transform: translate(-50%, -50%);
	background: #7048e8;
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E");
	mask-position: center;
	mask-size: contain;
	mask-repeat: no-repeat;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E");
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
}

.bling-tour-section .tour-card__body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	padding: 18px 20px 34px;
	gap: 0;
	text-align: left;
	min-height: 0;
}

.bling-tour-section .tour-card__title {
	min-height: 0;
	margin: 0 0 12px;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.35;
	color: var(--its-text);
	text-transform: none;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.bling-tour-section .tour-card__title a {
	color: inherit;
}

.bling-tour-section .tour-card__meta {
	list-style: none;
	margin: 0 0 14px;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
	background: transparent;
	border: 0;
}

.bling-tour-section .tour-card__meta-item {
	display: grid;
	grid-template-columns: 20px 1fr;
	gap: 10px;
	align-items: start;
	font-size: 14px;
	line-height: 1.55;
	color: var(--its-muted);
	font-weight: 400;
}

.bling-tour-section .tour-card__meta-icon {
	width: 18px;
	height: 18px;
	margin-top: 2px;
	background: #a399c4;
}

.bling-tour-section .tour-card__label {
	color: var(--its-muted);
	font-weight: 400;
}

.bling-tour-section .tour-card__value {
	color: #6f6888;
	font-weight: 400;
}

.bling-tour-section .tour-card__meta-item--gift,
.bling-tour-section .tour-card__meta-item--gift .tour-card__label,
.bling-tour-section .tour-card__meta-item--gift .tour-card__value {
	color: var(--its-purple);
	font-weight: 600;
	border: 0;
	padding: 0;
	margin: 0;
}

.bling-tour-section .tour-card__meta-item--gift .tour-card__meta-icon {
	background: var(--its-purple);
}

.bling-tour-section .tour-card__proof {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding-top: 14px;
	margin: 0 0 8px;
	border-top: 1px solid rgba(91, 64, 160, 0.12);
	font-size: 13.5px;
	color: var(--its-muted);
}

.bling-tour-section .tour-card__rating,
.bling-tour-section .tour-card__booked {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.bling-tour-section .tour-card__rating strong {
	color: var(--its-text);
	font-weight: 700;
}

.bling-tour-section .tour-card__rating-star {
	width: 14px;
	height: 14px;
	background: linear-gradient(165deg, #fff4b0 0%, #ffb800 100%);
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2.4l2.7 6.4 6.9.6-5.2 4.5 1.6 6.7L12 16.9 6 20.6l1.6-6.7L2.4 9.4l6.9-.6L12 2.4z'/%3E%3C/svg%3E") center / contain no-repeat;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2.4l2.7 6.4 6.9.6-5.2 4.5 1.6 6.7L12 16.9 6 20.6l1.6-6.7L2.4 9.4l6.9-.6L12 2.4z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.bling-tour-section .tour-card__booked-icon {
	width: 14px;
	height: 14px;
	background: #8a7ab0;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 12c2.2 0 4-1.8 4-4s-1.8-4-4-4-4 1.8-4 4 1.8 4 4 4zm0 2c-2.7 0-8 1.3-8 4v2h16v-2c0-2.7-5.3-4-8-4z'/%3E%3C/svg%3E") center / contain no-repeat;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 12c2.2 0 4-1.8 4-4s-1.8-4-4-4-4 1.8-4 4 1.8 4 4 4zm0 2c-2.7 0-8 1.3-8 4v2h16v-2c0-2.7-5.3-4-8-4z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.bling-tour-section .tour-card__footer {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 12px;
	margin-top: auto;
	padding-top: 12px;
	padding-bottom: 4px;
}

.bling-tour-section .tour-card__price {
	display: flex;
	flex-direction: column;
	gap: 2px;
	margin: 0;
	line-height: 1.15;
}

.bling-tour-section .tour-card__price-prefix {
	font-size: 13px;
	font-weight: 500;
	color: var(--its-pink);
}

.bling-tour-section .tour-card__price-amount {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -0.02em;
	color: var(--its-pink);
	white-space: nowrap;
}

.bling-tour-section .tour-card__cta {
	position: relative;
	z-index: 3;
	pointer-events: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 42px;
	padding: 0 22px;
	border-radius: 999px;
	border: 1.5px solid #7651e9;
	background: #fff;
	color: #7048e8;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	white-space: nowrap;
	transition:
		transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
		background 0.3s ease,
		color 0.3s ease,
		box-shadow 0.3s ease,
		border-color 0.3s ease;
}

.bling-tour-section .tour-card__cta:hover,
.bling-tour-section .tour-card__cta:focus-visible {
	background: linear-gradient(90deg, #6c3ceb 0%, #8b5cff 100%);
	border-color: transparent;
	color: #fff;
	box-shadow: 0 10px 22px rgba(112, 72, 232, 0.28);
	transform: translate3d(0, -3px, 0);
}

/* Footer info bar */
.bling-tour-section .tour-section-foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 82px;
	margin: 24px 0 0;
	padding: 18px 28px;
	background: #fff;
	border: 1px solid var(--its-border);
	border-radius: 16px;
	box-shadow: 0 12px 30px rgba(54, 32, 100, 0.07);
}

.bling-tour-section .tour-section-foot__includes {
	display: grid;
	grid-template-columns: 52px 1fr;
	gap: 14px;
	align-items: center;
	min-width: 0;
	flex: 1;
}

.bling-tour-section .tour-section-foot__plane {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: linear-gradient(145deg, #efeaff 0%, #e4dbff 100%);
	position: relative;
}

.bling-tour-section .tour-section-foot__plane::before {
	content: '';
	position: absolute;
	inset: 14px;
	background: #7048e8;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21 16v-2l-8-5V3.5a1.5 1.5 0 0 0-3 0V9l-8 5v2l8-2.5V19l-2 1.5V22l3.5-1 3.5 1v-1.5L13 19v-5.5L21 16z'/%3E%3C/svg%3E") center / contain no-repeat;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21 16v-2l-8-5V3.5a1.5 1.5 0 0 0-3 0V9l-8 5v2l8-2.5V19l-2 1.5V22l3.5-1 3.5 1v-1.5L13 19v-5.5L21 16z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.bling-tour-section .tour-section-foot__copy p {
	margin: 0 0 4px;
	font-size: 14px;
	line-height: 1.5;
	color: var(--its-muted);
}

.bling-tour-section .tour-section-foot__copy p:last-child {
	margin-bottom: 0;
}

.bling-tour-section .tour-section-foot__copy strong {
	color: var(--its-text);
	font-weight: 700;
}

.bling-tour-section .tour-section-foot__social {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-shrink: 0;
}

.bling-tour-section .tour-section-foot__avatars {
	display: flex;
	align-items: center;
}

.bling-tour-section .tour-section-foot__avatars img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid #fff;
	margin-left: -12px;
	box-shadow: 0 2px 8px rgba(60, 40, 120, 0.12);
}

.bling-tour-section .tour-section-foot__avatars img:first-child {
	margin-left: 0;
}

.bling-tour-section .tour-section-foot__proof {
	margin: 0;
	font-size: 14px;
	line-height: 1.35;
	color: var(--its-muted);
}

.bling-tour-section .tour-section-foot__proof strong {
	display: block;
	font-size: 1.2rem;
	font-weight: 800;
	color: #7048e8;
}

.bling-tour-section .section__cta--featured-tours {
	margin-top: 22px;
}

/* Tablet */
@media (max-width: 1199px) {
	.bling-tour-section {
		padding: 24px 0 32px;
	}

	.bling-tour-section .section-heading__title {
		font-size: clamp(42px, 5.5vw, 56px);
	}

	.bling-tour-section .tour-usp {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bling-tour-section .tour-usp__item {
		border-right: 0;
		border-bottom: 1px solid rgba(112, 77, 210, 0.1);
	}

	.bling-tour-section .tour-usp__item:nth-child(odd) {
		border-right: 1px solid rgba(112, 77, 210, 0.1);
	}

	.bling-tour-section .tour-usp__item:nth-last-child(-n + 2) {
		border-bottom: 0;
	}

	.bling-tour-section .tour-grid--featured,
	.bling-tour-section .tour-grid--vietnam {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px;
	}

	.bling-tour-section .tour-section-foot {
		flex-direction: column;
		align-items: flex-start;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.bling-tour-section {
		padding: 20px 0 28px;
	}

	.bling-tour-section::after {
		display: none;
	}

	.bling-tour-section .section-heading__kicker--pill {
		min-height: 32px;
		font-size: 13px;
		padding: 0 16px;
	}

	.bling-tour-section .section-heading__title {
		font-size: clamp(18px, 5.2vw, 26px);
		letter-spacing: 0.02em;
		gap: 8px;
		margin: 8px 0 4px;
		line-height: 1.2;
	}

	.bling-tour-section .section-heading__title-text {
		line-height: 1.15;
		max-width: 100%;
	}

	.bling-tour-section .section-heading__plane--left,
	.bling-tour-section .section-heading__plane--right {
		display: none;
	}

	.bling-tour-section .section-heading__subtitle,
	.bling-tour-section .tour-subtitle {
		font-size: 13.5px;
		margin-top: 6px;
	}

	.bling-tour-section .tour-heading-divider {
		width: 160px;
		max-width: 160px;
		margin-top: 8px;
		gap: 7px;
	}

	.bling-tour-section .tour-heading-divider__icon {
		width: 22px;
		height: 22px;
		flex-basis: 22px;
	}

	.bling-tour-section .tour-heading-divider__icon img {
		width: 20px;
		height: 20px;
	}

	.bling-tour-section .tour-usp {
		display: none;
	}

	.bling-tour-section .tour-grid--featured,
	.bling-tour-section .tour-grid--vietnam {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0;
		margin-top: 18px;
		padding: 0;
	}

	.bling-tour-section--cards-only .tour-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0;
	}

	.bling-tour-section .tour-grid--tiles .tour-card,
	.bling-tour-section--cards-only .tour-grid--tiles .tour-card {
		border-radius: 0;
		box-shadow: none;
	}

	.bling-tour-section .tour-card {
		border-radius: 12px;
		display: flex;
		flex-direction: column;
		height: 100%;
	}

	.bling-tour-section .tour-grid.anim-stagger.is-visible > .tour-card:nth-child(n):hover,
	.bling-tour-section .tour-card:hover {
		transform: none;
		box-shadow: 0 8px 20px rgba(54, 32, 100, 0.1);
	}

	.bling-tour-section .tour-card__image,
	.is-home .bling-tour-section .tour-grid--featured .tour-card__image,
	.is-home .bling-tour-section .tour-grid--vietnam .tour-card__image,
	.bling-tour-section--cards-only .tour-grid .tour-card__image {
		min-height: 118px !important;
		height: 118px !important;
		aspect-ratio: auto;
	}

	.bling-tour-section .tour-card__badge {
		top: 8px;
		left: 8px;
		right: auto;
		max-width: calc(100% - 48px);
		gap: 4px;
		font-size: 0.58rem;
		line-height: 1.25;
		letter-spacing: 0.02em;
		padding: 5px 8px;
		white-space: normal;
		overflow: visible;
		text-overflow: unset;
		align-items: flex-start;
		border-radius: 7px;
		hyphens: manual;
		word-break: break-word;
	}

	.bling-tour-section .tour-card__badge-icon {
		width: 10px;
		height: 10px;
		margin-top: 1px;
	}

	.bling-tour-section .tour-card__wish {
		top: 8px;
		right: 8px;
		width: 28px;
		height: 28px;
	}

	.bling-tour-section .tour-card__body,
	.is-home .bling-tour-section .tour-grid--featured .tour-card__body,
	.is-home .bling-tour-section .tour-grid--vietnam .tour-card__body,
	.bling-tour-section--cards-only .tour-grid .tour-card__body {
		display: flex;
		flex-direction: column;
		flex: 1 1 auto;
		padding: 10px 10px 12px !important;
		gap: 0 !important;
		min-height: 0;
	}

	.bling-tour-section .tour-card__title {
		font-size: 0.72rem !important;
		line-height: 1.35 !important;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		/* Fixed 2-line block so meta/price align across the row */
		height: calc(1.35em * 2) !important;
		min-height: calc(1.35em * 2) !important;
		max-height: calc(1.35em * 2) !important;
		margin: 0 0 6px !important;
		text-align: left;
	}

	.bling-tour-section .tour-card__meta {
		display: flex;
		flex-direction: column;
		gap: 4px;
		margin: 0 0 8px;
		padding: 0;
		background: transparent;
		border: 0;
		border-radius: 0;
	}

	.bling-tour-section .tour-card__meta-item {
		grid-template-columns: 12px 1fr;
		gap: 5px;
		font-size: 0.6rem;
		line-height: 1.35;
	}

	.bling-tour-section .tour-card__meta-icon {
		width: 11px;
		height: 11px;
		margin-top: 1px;
	}

	.bling-tour-section .tour-card__meta-item--gift {
		margin-top: 0;
		padding-top: 0;
		border-top: 0;
	}

	.bling-tour-section .tour-card__proof {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 3px;
		padding-top: 7px;
		margin: 0 0 8px;
		border-top: 1px solid rgba(91, 64, 160, 0.12);
		font-size: 0.58rem;
		line-height: 1.35;
	}

	.bling-tour-section .tour-card__rating,
	.bling-tour-section .tour-card__booked {
		gap: 4px;
		flex-wrap: wrap;
	}

	.bling-tour-section .tour-card__rating-star,
	.bling-tour-section .tour-card__booked-icon {
		width: 10px;
		height: 10px;
	}

	.bling-tour-section .tour-card__footer {
		flex-direction: column;
		align-items: stretch;
		gap: 8px;
		margin-top: auto;
		padding-bottom: 0;
	}

	.bling-tour-section .tour-card__price {
		min-height: 0;
	}

	.bling-tour-section .tour-card__price-amount {
		font-size: 0.88rem !important;
		white-space: normal;
	}

	.bling-tour-section .tour-card__price-prefix {
		font-size: 0.62rem;
	}

	.bling-tour-section .tour-card__cta {
		width: 100%;
		justify-content: center;
		min-height: 30px;
		padding: 0 8px;
		font-size: 0.65rem;
		gap: 4px;
	}

	.bling-tour-section .tour-section-foot {
		padding: 16px 18px;
	}
}

/* Beat legacy sections.css overrides inside premium card contexts */
.is-home .bling-tour-section .tour-grid--featured .tour-card__image,
.is-home .bling-tour-section .tour-grid--vietnam .tour-card__image,
.bling-tour-section--cards-only .tour-grid .tour-card__image {
	aspect-ratio: auto;
	min-height: 252px;
	height: 252px;
}

.is-home .bling-tour-section .tour-grid--featured .tour-card__body,
.is-home .bling-tour-section .tour-grid--vietnam .tour-card__body,
.bling-tour-section--cards-only .tour-grid .tour-card__body {
	padding: 18px 20px 34px;
	gap: 0;
}
