.vc-destinations-wrap,
.vc-single-destination,
.vc-woo-destination-hero {
	--vc-red: #ED2649;
	--vc-blue: #5468AF;
	--vc-ink: #171923;
	--vc-text: #344054;
	--vc-muted: #667085;
	--vc-soft: #f5f7fb;
	--vc-border: #e4e7ec;
	color: var(--vc-ink);
}

.vc-destinations-wrap,
.vc-single-destination {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 20px 56px;
}

.vcm-destinations-landing.vc-destinations-wrap {
	max-width: none;
	margin: 0;
	padding: 0 0 56px;
	background: #F8FAFC;
}

.vcm-destinations-landing .vcm-destinations-hero {
	display: block;
	min-height: auto;
	margin: 0 0 0;
	padding: 54px 0 92px;
	background: #5468AF;
	color: #fff;
}

.vcm-destinations-landing .vcm-destinations-hero h1 {
	max-width: 760px;
	margin: 0;
	color: #fff;
	font-size: clamp(36px, 5vw, 62px);
	line-height: 1.02;
	letter-spacing: 0;
}

.vcm-destinations-landing .vcm-destinations-hero p {
	max-width: 720px;
	margin: 14px 0 0;
	color: rgba(255, 255, 255, .92);
	font-size: 18px;
	line-height: 1.55;
}

.vcm-destinations-available {
	margin-top: 34px;
}

.vcm-destinations-available .vcm-section-header {
	margin-bottom: 16px;
}

.vcm-destinations-available .vcm-section-header h2 {
	font-size: 26px;
}

.vcm-destinations-landing .vcm-destination-card,
.vcm-destinations-landing .vc-destination-card {
	border: 1px solid #E5E7EB;
	border-radius: 20px;
	box-shadow: 0 18px 45px rgba(15, 23, 42, .08);
}

.vcm-destinations-landing .vcm-destination-card__body,
.vcm-destinations-landing .vc-destination-body {
	padding: 18px;
}

.vc-destinations-hero,
.vc-single-hero,
.vc-woo-destination-hero {
	display: grid;
	align-items: end;
	min-height: 420px;
	margin: 0 calc(50% - 50vw) 28px;
	padding: 72px max(24px, calc((100vw - 1180px) / 2 + 20px)) 54px;
	background-color: var(--vc-blue);
	background-position: center;
	background-size: cover;
	color: #fff;
}

.vc-destinations-hero {
	min-height: 360px;
	background-image: linear-gradient(90deg, rgba(14,18,32,.84), rgba(84,104,175,.48));
}

.vc-single-hero h1,
.vc-destinations-hero h1,
.vc-woo-destination-hero h1 {
	max-width: 860px;
	margin: 0;
	color: #fff;
	font-size: clamp(38px, 5vw, 68px);
	line-height: 1.02;
	letter-spacing: 0;
}

.vc-single-hero p,
.vc-single-hero span,
.vc-destinations-hero p,
.vc-woo-destination-hero p,
.vc-woo-destination-hero span {
	display: block;
	max-width: 760px;
	margin: 14px 0 0;
	color: #fff;
	font-size: 18px;
	line-height: 1.55;
}

.vc-single-hero span,
.vc-woo-destination-hero span {
	font-weight: 800;
}

.vc-hero-actions,
.vc-destination-actions,
.vc-hotel-card-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 22px;
}

.vc-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.1;
	padding: 12px 18px;
	text-decoration: none;
	transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.vc-button-primary {
	background: var(--vc-red);
	color: #fff;
	box-shadow: 0 10px 20px rgba(237, 38, 73, .22);
}

.vc-button-secondary {
	background: #eef1ff;
	color: var(--vc-blue);
	box-shadow: inset 0 0 0 1px rgba(84,104,175,.22);
}

.vc-button:hover,
.vc-button:focus {
	color: inherit;
	transform: translateY(-1px);
}

.vc-button-primary:hover,
.vc-button-primary:focus {
	color: #fff;
	background: #d91f3f;
}

.vc-destination-stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	overflow: hidden;
	margin: -46px 0 42px;
	border: 1px solid var(--vc-border);
	border-radius: 16px;
	background: var(--vc-border);
	box-shadow: 0 18px 50px rgba(17,24,39,.12);
}

.vc-destination-stats div {
	display: grid;
	gap: 6px;
	min-height: 104px;
	padding: 22px;
	background: #fff;
}

.vc-destination-stats span,
.vc-hotel-card-price span,
.vc-hotel-card-availability,
.vc-destination-count {
	color: var(--vc-muted);
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0;
}

.vc-destination-stats strong {
	color: var(--vc-ink);
	font-size: 21px;
	line-height: 1.2;
}

.vc-destination-intro {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: 32px;
	align-items: start;
	margin: 0 0 54px;
}

.vc-destination-copy h2,
.vc-booking-note h2,
.vc-section-heading h2,
.vc-related-hotels h2 {
	margin: 0 0 12px;
	color: var(--vc-ink);
	font-size: 30px;
	line-height: 1.16;
	letter-spacing: 0;
}

.vc-destination-copy p,
.vc-section-heading p {
	margin: 0;
	color: var(--vc-text);
	font-size: 17px;
	line-height: 1.7;
}

.vc-booking-note {
	border: 1px solid var(--vc-border);
	border-radius: 16px;
	background: #fff;
	padding: 24px;
	box-shadow: 0 14px 34px rgba(17,24,39,.08);
}

.vc-booking-note ul {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.vc-booking-note li {
	position: relative;
	padding-left: 20px;
	color: var(--vc-text);
	line-height: 1.45;
}

.vc-booking-note li::before {
	content: "";
	position: absolute;
	left: 0;
	top: .55em;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--vc-red);
}

.vc-booking-note a {
	color: var(--vc-blue);
	font-weight: 800;
	text-decoration: none;
}

.vc-section-heading {
	margin: 0 0 22px;
}

.vc-destination-hotels-section,
.vc-budget-section,
.vc-related-destinations {
	margin: 0 0 56px;
}

.vc-destination-hotels-grid,
.vc-destinations-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.vc-columns-1 { grid-template-columns: 1fr; }
.vc-columns-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.vc-columns-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.vc-columns-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.vc-destination-hotel-card,
.vc-destination-card {
	overflow: hidden;
	border: 1px solid var(--vc-border);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(17,24,39,.08);
	transition: transform .2s ease, box-shadow .2s ease;
}

.vc-destination-hotel-card:hover,
.vc-destination-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 22px 52px rgba(17,24,39,.14);
}

.vc-hotel-card-image,
.vc-destination-image {
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	background: #eef1f6;
}

.vc-hotel-card-image img,
.vc-destination-image img {
	display: block;
	width: 100%;
	height: 220px;
	object-fit: cover;
	transition: transform .32s ease;
}

.vc-destination-image img {
	height: 100%;
}

.vc-destination-hotel-card:hover .vc-hotel-card-image img,
.vc-destination-card:hover .vc-destination-image img {
	transform: scale(1.04);
}

.vc-hotel-card-body,
.vc-destination-body {
	display: grid;
	gap: 12px;
	padding: 20px;
}

.vc-hotel-card-body h3,
.vc-destination-body h2 {
	margin: 0;
	color: var(--vc-ink);
	font-size: 21px;
	line-height: 1.2;
	letter-spacing: 0;
}

.vc-hotel-card-body h3 a,
.vc-destination-body h2 a {
	color: inherit;
	text-decoration: none;
}

.vc-hotel-card-location,
.vc-destination-body p {
	margin: 0;
	color: var(--vc-muted);
	line-height: 1.5;
}

.vc-hotel-card-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	min-height: 29px;
}

.vc-hotel-card-badges span,
.vc-hotel-budget-fit span,
.vc-destination-clue,
.vc-budget-nearest {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	border-radius: 999px;
	background: #f2f4ff;
	color: var(--vc-blue);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.1;
	padding: 7px 10px;
}

.vc-hotel-card-price {
	display: grid;
	gap: 2px;
	padding-top: 4px;
}

.vc-hotel-card-price strong {
	color: var(--vc-red);
	font-size: 26px;
	line-height: 1;
}

.vc-hotel-card-price small {
	color: var(--vc-muted);
}

.vc-hotel-budget-fit {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 12px;
	border-radius: 12px;
	background: var(--vc-soft);
}

.vc-hotel-budget-fit span {
	background: #fff;
	color: var(--vc-text);
}

.vc-hotel-budget-fit .is-positive {
	color: #067647;
}

.vc-hotel-budget-fit .is-negative {
	color: #b42318;
}

.vc-hotel-card-actions {
	margin-top: 4px;
}

.vc-hotel-card-actions .vc-button {
	flex: 1 1 130px;
}

.vc-hotels-fallback,
.vc-hotels-empty {
	margin: 0 0 18px;
	color: var(--vc-text);
}

.vc-destination-clue,
.vc-destination-count {
	margin-top: 0;
	text-transform: none;
}

.vc-destination-actions {
	margin-top: 6px;
}

.vc-trust-notes {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin: 0 0 54px;
}

.vc-trust-notes span {
	border: 1px solid var(--vc-border);
	border-radius: 14px;
	background: #fff;
	color: var(--vc-text);
	font-weight: 700;
	line-height: 1.45;
	padding: 18px;
}

@media (max-width: 980px) {
	.vc-destination-stats,
	.vc-destination-hotels-grid,
	.vc-destinations-grid,
	.vc-columns-3,
	.vc-columns-4,
	.vc-trust-notes {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vc-destination-intro {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.vc-destinations-wrap,
	.vc-single-destination {
		padding-left: 16px;
		padding-right: 16px;
	}

	.vc-destinations-hero,
	.vc-single-hero,
	.vc-woo-destination-hero {
		min-height: 390px;
		padding-top: 58px;
		padding-bottom: 38px;
	}

	.vc-destination-stats,
	.vc-destination-hotels-grid,
	.vc-destinations-grid,
	.vc-columns-2,
	.vc-columns-3,
	.vc-columns-4,
	.vc-trust-notes {
		grid-template-columns: 1fr;
	}

	.vc-destination-stats {
		margin-top: -30px;
	}

	.vc-hotel-card-image img {
		height: 190px;
	}

	.vc-hero-actions,
	.vc-destination-actions,
	.vc-hotel-card-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.vc-button,
	.vc-hotel-card-actions .vc-button {
		width: 100%;
	}
}
