/**
 * VV Directory — front-end styles.
 *
 * Design language modelled on the hipages reference the client approved:
 *   - Orange primary CTA + dark navy secondary / hero surfaces
 *   - Rounded dark search hero with dual inputs
 *   - Image category tiles, dark "top-rated" cards, review cards, FAQ accordion
 *   - Deep breadcrumb, orange directory footer
 * Inherits Flatsome's base typography; everything here is namespaced .vvd-*.
 */

:root {
	--vvd-orange: #f9701e;
	--vvd-orange-dark: #e5620f;
	--vvd-accent: #f9701e;
	--vvd-navy: #16233d;
	--vvd-navy-2: #1f3357;
	--vvd-ink: #1d2a3d;
	--vvd-muted: #5a6474;
	--vvd-line: #e6e8ec;
	--vvd-soft: #f5f6f8;
	--vvd-radius: 14px;
	--vvd-radius-lg: 22px;
	--vvd-boxed-hero-top: 32px;
	--vvd-boxed-hero-gutter: 18px;
	--vvd-shadow: 0 6px 24px rgba(18, 28, 45, .09);
	--vvd-shadow-sm: 0 2px 10px rgba(18, 28, 45, .07);
	--vvd-wa: #25d366;
	--vvd-star: #ffb400;
}

.vvd-container { max-width: 1200px; margin: 0 auto; padding: 22px 18px 64px; }

/* Full-bleed breakout — works inside Flatsome containers without theme settings. */
/* Full-bleed hero (is-full): 100vw edge to edge */
.vvd-fullbleed,
.vvd-fullbleed-wrap.is-full {
	width: auto;
	max-width: none;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	position: relative;
	border-radius: 0;
}

/* Boxed hero (is-boxed): Centered 1180px box with side margins & rounded corners */
.vvd-fullbleed-wrap.is-boxed,
.vvd-page-hero.is-boxed,
.vvd-search-hero.is-boxed,
.vvd-hero-block.is-boxed {
	max-width: 1180px !important;
	width: calc(100% - 36px) !important;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 24px !important;
	margin-bottom: 36px !important;
	border-radius: 20px !important;
	overflow: hidden !important;
	box-shadow: 0 12px 36px rgba(15, 23, 42, 0.14) !important;
}

.vvd-fullbleed-wrap.is-boxed .vvd-hero-divider,
.vvd-page-hero.is-boxed .vvd-hero-divider,
.vvd-search-hero.is-boxed .vvd-hero-divider,
.vvd-hero-block.is-boxed .vvd-hero-divider {
	display: none !important;
}
body.vvd-view #content,
body.vvd-view .page-wrapper,
body.vvd-view .row.row-main,
body.vvd-view #main {
	overflow-x: clip;
}
.vvd-single .vvd-section-title,
.vvd-archive .vvd-section-title,
.vvd-find .vvd-section-title { font-size: 1.55rem; font-weight: 800; color: var(--vvd-ink); margin: 0 0 20px; letter-spacing: -.01em; }
.vvd-eyebrow-h { font-size: .8rem; font-weight: 800; text-transform: uppercase; letter-spacing: 1.2px; color: var(--vvd-orange); margin: 0 0 6px; }

/* Buttons -------------------------------------------------------------- */
.vvd-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	padding: 13px 26px; border-radius: 999px; font-weight: 700; font-size: .98rem;
	text-decoration: none; line-height: 1; cursor: pointer; border: 2px solid transparent;
	transition: transform .08s ease, background .18s ease, box-shadow .18s ease, color .18s;
}
.vvd-btn:hover { transform: translateY(-1px); }
.vvd-btn-primary { background: var(--vvd-orange); color: #fff; }
.vvd-btn-primary:hover { background: var(--vvd-orange-dark); color: #fff; }
.vvd-btn-navy { background: var(--vvd-navy); color: #fff; }
.vvd-btn-navy:hover { background: var(--vvd-navy-2); color: #fff; }
.vvd-btn-ghost { background: #fff; color: var(--vvd-ink); border-color: var(--vvd-line); }
.vvd-btn-ghost:hover { border-color: var(--vvd-navy); color: var(--vvd-navy); }
.vvd-btn-whatsapp { background: var(--vvd-wa); color: #fff; }
.vvd-btn-whatsapp:hover { color: #fff; filter: brightness(.96); }
.vvd-btn-block { width: 100%; }
.vvd-btn-lg { padding: 16px 30px; font-size: 1.05rem; }
.vvd-cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }

/* Breadcrumbs ---------------------------------------------------------- */
.vvd-breadcrumbs { font-size: 13px; color: var(--vvd-muted); margin-bottom: 20px; }
.vvd-breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 4px 8px; margin: 0; padding: 0; align-items: center; }
.vvd-breadcrumbs a { color: var(--vvd-muted); text-decoration: none; }
.vvd-breadcrumbs a:hover { color: var(--vvd-orange); }
.vvd-breadcrumbs .vvd-sep { opacity: .45; }
.vvd-breadcrumbs [aria-current="page"] { color: var(--vvd-ink); font-weight: 700; }

/* ==========================================================================
   SEARCH HERO (find + home) — dark hero, background photo, dual search
   ========================================================================== */
.vvd-search-hero {
	position: relative; overflow: hidden;
	background: var(--vvd-navy); color: #fff; margin-bottom: 36px;
	min-height: 520px; display: flex; align-items: center; justify-content: center;
}
.vvd-search-hero.is-full { border-radius: 0; }
.vvd-search-hero.is-boxed { border-radius: var(--vvd-radius-lg); }
.vvd-search-hero::before {
	content: ""; position: absolute; inset: 0;
	background: linear-gradient(180deg, rgba(16,24,40,.62), rgba(16,24,40,.78)), var(--vvd-hero-img, none);
	background-size: cover; background-position: center; z-index: 0;
}
.vvd-search-hero.has-image::before { background-blend-mode: normal; }
.vvd-search-hero-inner { position: relative; z-index: 1; text-align: center; width: 100%; max-width: 880px; padding: 80px 22px; }
.vvd-search-hero h1 { color: #fff; font-size: 3.1rem; font-weight: 800; line-height: 1.1; margin: 0 0 28px; letter-spacing: -.02em; text-shadow: 0 2px 18px rgba(0,0,0,.28); }

/* One cohesive white search bar: two fields divided, orange button inside. */
.vvd-searchbar {
	display: flex; align-items: stretch; gap: 0;
	background: #fff; padding: 8px; border-radius: 999px;
	box-shadow: 0 24px 55px rgba(8,15,30,.35);
	max-width: 780px; margin: 0 auto;
}
.vvd-searchbar-field { flex: 1; display: flex; align-items: center; gap: 11px; padding: 0 8px 0 20px; min-width: 0; }
.vvd-searchbar-field + .vvd-searchbar-field { border-left: 1px solid var(--vvd-line); }
.vvd-searchbar-field .dashicons { color: var(--vvd-accent); flex: none; font-size: 19px; width: 19px; height: 19px; }

/* The theme styles every input with a border, inner shadow and its own
   background. Inside the pill we want none of that, so these have to be
   specific enough to win. */
.vvd-searchbar .vvd-searchbar-field input[type="search"],
.vvd-searchbar .vvd-searchbar-field input[type="text"] {
	appearance: none; -webkit-appearance: none;
	border: 0 !important; outline: 0; box-shadow: none !important;
	background: transparent !important; border-radius: 0;
	width: 100%; height: auto; margin: 0; padding: 14px 0;
	font-size: 1rem; line-height: 1.4; color: var(--vvd-ink);
	min-height: 0;
}
.vvd-searchbar .vvd-searchbar-field input:focus { border: 0 !important; box-shadow: none !important; outline: 0; }
.vvd-searchbar-field input::-webkit-search-decoration,
.vvd-searchbar-field input::-webkit-search-cancel-button { -webkit-appearance: none; }
.vvd-searchbar-field input::placeholder { color: #98a0ae; opacity: 1; }
.vvd-searchbar-field.is-narrow { flex: 0 0 27%; }
.vvd-searchbar .vvd-btn { border-radius: 999px; padding: 0 34px; margin: 0; white-space: nowrap; }
.vvd-search-hero-sub,
.vvd-hero-block-sub,
.vvd-page-hero-sub {
	color: rgba(255, 255, 255, 0.88) !important;
	font-size: 1.08rem !important;
	line-height: 1.55 !important;
	margin: 0 auto 26px auto !important;
	max-width: 680px !important;
	width: 100% !important;
	display: block !important;
	text-align: center !important;
	float: none !important;
}
.vvd-search-hero.is-compact { min-height: 230px; }
.vvd-search-hero.is-compact .vvd-search-hero-inner { padding: 40px 22px; }
.vvd-search-hero.is-compact h1 { font-size: 2rem; }
.vvd-search-empty { text-align: center; padding: 60px 20px; }
.vvd-search-empty .dashicons { font-size: 46px; width: 46px; height: 46px; color: var(--vvd-line); }
.vvd-search-empty h2 { margin: 12px 0 6px; color: var(--vvd-ink); }
.vvd-search-empty p { color: var(--vvd-muted); margin: 0 0 18px; }
@media (max-width: 720px) {
	.vvd-search-hero { min-height: 420px; }
	.vvd-search-hero-inner { padding: 48px 18px; }
	.vvd-search-hero h1 { font-size: 1.95rem; }
	.vvd-search-hero-sub { font-size: .98rem; margin-bottom: 24px; }
	.vvd-searchbar { flex-direction: column; padding: 10px; gap: 8px; border-radius: 18px; }
	.vvd-searchbar-field { padding: 4px 14px; }
	.vvd-searchbar .vvd-btn { width: 100%; padding: 15px 20px; }
	.vvd-searchbar-field.is-narrow { flex: 1 1 auto; }
	.vvd-searchbar-field + .vvd-searchbar-field { border-left: 0; border-top: 1px solid var(--vvd-line); }
	.vvd-searchbar-field.is-narrow { flex: 1; }
	.vvd-searchbar button { padding: 14px; }
}

/* Planning CTA banner -------------------------------------------------- */
.vvd-planning-cta {
	position: relative;
	overflow: hidden;
	border-radius: var(--vvd-radius-lg);
	margin-bottom: 40px;
	isolation: isolate;
}
.vvd-planning-cta-bg {
	position: absolute; inset: 0; z-index: 0;
	background:
		radial-gradient(circle at 12% 50%, rgba(249, 112, 30, .42) 0%, transparent 52%),
		radial-gradient(circle at 88% 20%, rgba(255, 255, 255, .08) 0%, transparent 40%),
		linear-gradient(125deg, #0f1829 0%, #16233d 48%, #1f3357 100%);
	animation: vvd-cta-glow 8s ease-in-out infinite alternate;
}
.vvd-planning-cta-inner {
	position: relative; z-index: 1;
	display: flex; align-items: center; gap: 22px; justify-content: space-between;
	padding: 26px 30px;
	color: #fff;
}
.vvd-planning-cta-icon {
	flex: none;
	width: 58px; height: 58px; border-radius: 18px;
	display: flex; align-items: center; justify-content: center;
	background: linear-gradient(145deg, rgba(249, 112, 30, .95), rgba(229, 98, 15, .88));
	box-shadow: 0 10px 28px rgba(249, 112, 30, .35), inset 0 1px 0 rgba(255, 255, 255, .25);
	animation: vvd-icon-float 3.2s ease-in-out infinite;
}
.vvd-planning-cta-icon .dashicons {
	font-size: 28px; width: 28px; height: 28px; color: #fff;
}
.vvd-planning-cta-text { flex: 1; min-width: 0; }
.vvd-planning-cta h3 {
	margin: 0 0 6px; font-size: 1.28rem; color: #fff; font-weight: 800; letter-spacing: -.01em;
}
.vvd-planning-cta p {
	margin: 0; color: rgba(255, 255, 255, .78); font-size: .96rem; line-height: 1.55; max-width: 560px;
}
.vvd-planning-cta-btn {
	flex: none; gap: 6px; white-space: nowrap;
	box-shadow: 0 8px 24px rgba(249, 112, 30, .35);
	transition: transform .18s ease, box-shadow .18s ease;
}
.vvd-planning-cta-btn .dashicons { font-size: 16px; width: 16px; height: 16px; }
.vvd-planning-cta-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 30px rgba(249, 112, 30, .45);
}
@media (max-width: 640px) {
	.vvd-planning-cta-inner { flex-direction: column; align-items: flex-start; padding: 24px 22px; }
	.vvd-planning-cta-btn { width: 100%; }
}

/* How it works --------------------------------------------------------- */
.vvd-howitworks {
	margin-bottom: 48px;
	padding: 44px 32px 48px;
	border-radius: 24px;
	background: linear-gradient(135deg, #0b1329 0%, #152243 60%, #1e130a 100%);
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 20px 50px rgba(11, 19, 41, 0.35);
	position: relative;
	overflow: hidden;
}
.vvd-howitworks::before {
	content: ""; position: absolute; top: -100px; right: -100px; width: 350px; height: 350px;
	background: radial-gradient(circle, rgba(249, 112, 30, 0.18) 0%, transparent 70%);
	pointer-events: none; z-index: 0;
}
.vvd-howitworks-inner { position: relative; z-index: 1; }
.vvd-howitworks-header { text-align: center; margin-bottom: 36px; }
.vvd-howitworks-tag {
	display: inline-block; padding: 5px 14px; border-radius: 30px;
	background: rgba(249, 112, 30, 0.18); border: 1px solid rgba(249, 112, 30, 0.35);
	color: #fb923c; font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: 1.2px;
	margin-bottom: 10px;
}
.vvd-howitworks .vvd-section-title { color: #fff; margin-bottom: 0; }

.vvd-howitworks-grid {
	display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
	position: relative;
}
.vvd-step-card {
	position: relative;
	display: flex; flex-direction: column; gap: 16px;
	padding: 28px 24px;
	background: rgba(255, 255, 255, 0.04);
	backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 20px;
	transition: transform .3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .3s ease, border-color .3s ease, background .3s ease;
}
.vvd-step-card:hover {
	transform: translateY(-6px);
	background: rgba(255, 255, 255, 0.07);
	border-color: rgba(249, 112, 30, 0.4);
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.3), 0 0 20px rgba(249, 112, 30, 0.15);
}
.vvd-step-card-top {
	display: flex; align-items: center; justify-content: space-between; gap: 12px;
}
.vvd-step-pill {
	font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .8px;
	color: rgba(255, 255, 255, 0.7);
}
.vvd-step-icon-wrap {
	width: 52px; height: 52px; border-radius: 16px;
	display: flex; align-items: center; justify-content: center;
	transition: transform .3s ease, box-shadow .3s ease;
}
.vvd-step-card--1 .vvd-step-icon-wrap {
	background: linear-gradient(135deg, rgba(249, 112, 30, 0.25), rgba(249, 112, 30, 0.1));
	border: 1px solid rgba(249, 112, 30, 0.4); color: #fb923c;
}
.vvd-step-card--2 .vvd-step-icon-wrap {
	background: linear-gradient(135deg, rgba(59, 130, 246, 0.25), rgba(59, 130, 246, 0.1));
	border: 1px solid rgba(59, 130, 246, 0.4); color: #60a5fa;
}
.vvd-step-card--3 .vvd-step-icon-wrap {
	background: linear-gradient(135deg, rgba(34, 197, 94, 0.25), rgba(34, 197, 94, 0.1));
	border: 1px solid rgba(34, 197, 94, 0.4); color: #4ade80;
}
.vvd-step-card:hover .vvd-step-icon-wrap {
	transform: scale(1.1) rotate(-3deg);
}
.vvd-step-icon-wrap .dashicons { font-size: 24px; width: 24px; height: 24px; color: currentColor; }

.vvd-step-card-body h4 {
	margin: 0 0 8px; font-size: 1.15rem; color: #fff; font-weight: 800; letter-spacing: -.01em;
}
.vvd-step-card-body p {
	margin: 0; color: rgba(255, 255, 255, 0.72); font-size: .92rem; line-height: 1.6;
}

.vvd-step-arrow {
	position: absolute; right: -22px; top: 50%; transform: translateY(-50%);
	z-index: 3; width: 36px; height: 36px; border-radius: 50%;
	background: #1e293b; border: 1px solid rgba(255, 255, 255, 0.15);
	color: #fb923c; display: flex; align-items: center; justify-content: center;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	pointer-events: none;
}
.vvd-step-arrow .dashicons { font-size: 18px; width: 18px; height: 18px; }

@media (max-width: 900px) {
	.vvd-howitworks-grid { grid-template-columns: 1fr; gap: 16px; }
	.vvd-step-arrow { display: none; }
}

@keyframes vvd-cta-glow {
	0% { filter: hue-rotate(0deg) brightness(1); }
	100% { filter: hue-rotate(8deg) brightness(1.06); }
}
@keyframes vvd-icon-float {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-4px); }
}
@keyframes vvd-step-rise {
	from { opacity: 0; transform: translateY(14px); }
	to { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
	.vvd-planning-cta-bg,
	.vvd-planning-cta-icon,
	.vvd-step { animation: none; }
	.vvd-step:hover,
	.vvd-planning-cta-btn:hover { transform: none; }
}

/* ==========================================================================
   TILES (categories / cities)
   ========================================================================== */
.vvd-grid { display: grid; gap: 22px; }
.vvd-grid-tiles { grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); }
.vvd-tile { display: block; text-decoration: none; }
.vvd-tile-media { display: block; aspect-ratio: 5/4; overflow: hidden; border-radius: var(--vvd-radius); background: var(--vvd-soft); box-shadow: var(--vvd-shadow-sm); }
.vvd-tile-img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .3s ease; }
.vvd-tile:hover .vvd-tile-img { transform: scale(1.05); }
.vvd-tile-body { padding: 10px 2px 0; }
.vvd-tile-name { display: block; font-weight: 700; color: var(--vvd-ink); font-size: 1rem; }
.vvd-tile-count { display: block; font-size: .82rem; color: var(--vvd-muted); margin-top: 1px; }

/* ==========================================================================
   LISTING CARDS  (light default + dark "top-rated" variant)
   ========================================================================== */
.vvd-grid-cards { grid-template-columns: repeat(auto-fill, minmax(258px, 1fr)); }
.vvd-card-item { background: #fff; border: 1px solid var(--vvd-line); border-radius: var(--vvd-radius); overflow: hidden; display: flex; flex-direction: column; transition: box-shadow .2s, transform .12s; }
.vvd-card-item:hover { box-shadow: var(--vvd-shadow); transform: translateY(-3px); }
.vvd-card-media {
	position: relative;
	display: grid;
	grid-template: 1fr / 1fr;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: var(--vvd-soft);
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.vvd-card-media-fill,
.vvd-card-media-fill img,
.vvd-card-img {
	grid-area: 1 / 1;
	width: 100%;
	height: 100%;
	min-height: 100%;
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	object-fit: cover;
	object-position: center;
	display: block;
}
.vvd-card-tag {
	grid-area: 1 / 1;
	align-self: start;
	justify-self: start;
	z-index: 2;
	margin: 10px;
	background: var(--vvd-orange);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	padding: 4px 10px;
	border-radius: 999px;
	letter-spacing: .3px;
	line-height: 1.2;
}
.vvd-card-fav { position: absolute; right: 10px; top: 10px; width: 30px; height: 30px; border-radius: 50%; background: rgba(255,255,255,.9); display: flex; align-items: center; justify-content: center; color: var(--vvd-muted); }
.vvd-card-body { padding: 14px 16px 16px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.vvd-card-title { font-size: 1.08rem; font-weight: 800; margin: 0; line-height: 1.25; }
.vvd-card-title a { color: var(--vvd-ink); text-decoration: none; }
.vvd-card-title a:hover { color: var(--vvd-orange); }
.vvd-card-meta { display: flex; align-items: center; gap: 4px; color: var(--vvd-muted); font-size: .85rem; margin: 0; }
.vvd-card-meta .dashicons { font-size: 16px; width: 16px; height: 16px; flex: none; }
.vvd-card-summary { color: var(--vvd-muted); font-size: .88rem; margin: 2px 0 0; line-height: 1.5; }
.vvd-card-cta { margin-top: auto; padding-top: 10px; }
.vvd-card-cta .vvd-btn { padding: 9px 18px; font-size: .88rem; }

/* Dark top-rated card */
.vvd-card-dark {
	background: var(--vvd-navy);
	border: 1px solid rgba(255, 255, 255, .08);
	color: #fff;
	border-radius: var(--vvd-radius);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: box-shadow .2s, transform .12s;
}
.vvd-card-dark:hover {
	box-shadow: 0 14px 36px rgba(16, 24, 40, .28);
	transform: translateY(-3px);
}
.vvd-card-dark-media {
	display: grid;
	grid-template: 1fr / 1fr;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: rgba(0, 0, 0, .2);
	text-decoration: none;
}
.vvd-card-dark-media-fill,
.vvd-card-dark-media-fill img,
.vvd-card-dark-img {
	grid-area: 1 / 1;
	width: 100%;
	height: 100%;
	min-height: 100%;
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
	object-fit: cover;
	object-position: center;
	display: block;
}
.vvd-card-dark-body {
	padding: 16px 18px 18px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	flex: 1;
}
.vvd-card-dark-title { margin: 0; font-size: 1.08rem; font-weight: 800; line-height: 1.25; }
.vvd-card-dark-title a { color: #fff; text-decoration: none; }
.vvd-card-dark-title a:hover { color: #ffd4b8; }
.vvd-card-dark-meta {
	margin: 0;
	color: #b9c2d4;
	font-size: .85rem;
	display: flex;
	align-items: center;
	gap: 5px;
}
.vvd-card-dark-meta .dashicons { font-size: 15px; width: 15px; height: 15px; color: var(--vvd-orange); }
.vvd-card-dark-rating { margin: 0; }
.vvd-card-dark .vvd-rating-num { color: #fff; }
.vvd-card-dark .vvd-rating-count { color: #9aa6bd; }
.vvd-card-dark .vvd-btn { margin-top: auto; padding: 10px 18px; font-size: .88rem; }
.vvd-grid-top-rated { grid-template-columns: repeat(auto-fill, minmax(258px, 1fr)); }

/* Stars ---------------------------------------------------------------- */
.vvd-stars { display: inline-flex; align-items: center; gap: 1px; color: #d9dce1; }
.vvd-star.is-full { color: var(--vvd-star); }
.vvd-star.is-half { color: var(--vvd-star); opacity: .55; }
.vvd-rating-num { font-weight: 800; margin-left: 6px; color: var(--vvd-ink); }
.vvd-rating-count { color: var(--vvd-muted); font-size: .88em; margin-left: 3px; }

/* ==========================================================================
   ARCHIVE HEROES
   ========================================================================== */
/* City hero — dark band */
.vvd-archive-hero-city { background: linear-gradient(135deg, var(--vvd-navy), #0f1a30); color: #fff; border-radius: var(--vvd-radius-lg); padding: 48px 34px; margin-bottom: 34px; }
.vvd-archive-hero-city h1 { color: #fff; font-size: 2.2rem; font-weight: 800; margin: 0 0 10px; letter-spacing: -.02em; }
.vvd-archive-sub { color: rgba(255,255,255,.82); margin: 0; max-width: 760px; font-size: 1.02rem; }

/* Category hero — split: navy card + image (hipages style) */
.vvd-cat-hero { display: grid; grid-template-columns: 1.05fr .95fr; gap: 24px; margin-bottom: 36px; align-items: stretch; }
.vvd-cat-hero-card { background: var(--vvd-navy); color: #fff; border-radius: var(--vvd-radius-lg); padding: 40px 36px; display: flex; flex-direction: column; justify-content: center; }
.vvd-cat-hero-card h1 { color: #fff; font-size: 2.05rem; font-weight: 800; margin: 0 0 18px; line-height: 1.15; letter-spacing: -.02em; }
.vvd-cat-checklist { list-style: none; margin: 0 0 24px; padding: 0; display: grid; gap: 10px; }
.vvd-cat-checklist li { display: flex; gap: 10px; align-items: flex-start; color: #dbe2ef; font-size: .98rem; }
.vvd-cat-checklist .dashicons { color: #4ade80; flex: none; }
.vvd-cat-hero-media { border-radius: var(--vvd-radius-lg); overflow: hidden; min-height: 300px; background: var(--vvd-soft); }
.vvd-cat-hero-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (max-width: 860px) { .vvd-cat-hero { grid-template-columns: 1fr; } .vvd-cat-hero-media { min-height: 220px; } }

/* Page hero (city / topic / sub-topic / venue) ------------------------- */
.vvd-page-hero { position: relative; background: var(--vvd-navy); color: #fff; overflow: hidden; margin-bottom: 34px; }
.vvd-page-hero.is-full { border-radius: 0; }
.vvd-page-hero.is-boxed { border-radius: var(--vvd-radius-lg); }
.vvd-page-hero-extra { margin-top: 20px; }
/* Overlaid checklist (sub-topic hero) */
.vvd-page-hero-extra .vvd-cat-checklist { list-style: none; margin: 0 0 20px; padding: 0; display: grid; gap: 9px; max-width: 560px; }
.vvd-page-hero-extra .vvd-cat-checklist li { display: flex; align-items: flex-start; gap: 9px; color: rgba(255,255,255,.92); font-size: 1rem; }
.vvd-page-hero-extra .vvd-cat-checklist .dashicons { color: var(--vvd-accent); background: rgba(255,255,255,.12); border-radius: 50%; font-size: 15px; width: 22px; height: 22px; display: inline-flex; align-items: center; justify-content: center; flex: none; margin-top: 2px; }
/* Overlaid venue rating + location + buttons */
.vvd-page-hero-extra .vvd-single-loc { display: flex; align-items: center; gap: 6px; color: rgba(255,255,255,.85); margin: 0 0 10px; }
.vvd-page-hero-extra .vvd-single-rating { margin-bottom: 16px; }
.vvd-page-hero-extra .vvd-single-rating .vvd-rating-num,
.vvd-page-hero-extra .vvd-single-rating .vvd-rating-count { color: #fff; }
.vvd-page-hero-extra .vvd-cta-row { margin-top: 4px; }
.vvd-page-hero::before {
	content: ""; position: absolute; inset: 0; z-index: 0;
	background: linear-gradient(180deg, rgba(13,20,36,.72), rgba(13,20,36,.88)), var(--vvd-hero-img, none);
	background-size: cover; background-position: center;
}
.vvd-page-hero.has-image::before { background-blend-mode: normal; }
.vvd-page-hero-inner { position: relative; z-index: 1; max-width: 1180px; margin: 0 auto; padding: 30px 16px 54px; }

/* Organic Seamless Hero Wave Bottom */
.vvd-hero-wave-wrap {
	position: absolute; bottom: -1px; left: 0; width: 100%; height: 48px;
	overflow: hidden; pointer-events: none; z-index: 2;
}
.vvd-hero-wave {
	display: block; width: 100%; height: 100%;
}
.vvd-wave-back {
	fill: rgba(255, 255, 255, 0.3);
	animation: vvd-wave-pulse-back 6s ease-in-out infinite alternate;
	transform-origin: bottom center;
}
.vvd-wave-front {
	fill: #ffffff;
	animation: vvd-wave-pulse-front 8s ease-in-out infinite alternate;
	transform-origin: bottom center;
}
@keyframes vvd-wave-pulse-back {
	0% { transform: scaleY(1); }
	100% { transform: scaleY(1.15); }
}
@keyframes vvd-wave-pulse-front {
	0% { transform: scaleY(1); }
	100% { transform: scaleY(1.08); }
}
.vvd-page-hero .vvd-breadcrumbs { margin-bottom: 20px; }
.vvd-page-hero .vvd-breadcrumbs a, .vvd-page-hero .vvd-breadcrumbs [aria-current], .vvd-page-hero .vvd-breadcrumbs .vvd-sep { color: rgba(255,255,255,.72); }
.vvd-page-hero .vvd-breadcrumbs a:hover { color: #fff; }
.vvd-page-hero-eyebrow { display: inline-block; color: var(--vvd-accent); font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px; font-size: .74rem; margin-bottom: 12px; }
.vvd-page-hero h1 { color: #fff; font-size: 2.5rem; font-weight: 800; line-height: 1.1; margin: 0 0 12px; letter-spacing: -.02em; max-width: 800px; }
.vvd-page-hero-sub { color: rgba(255,255,255,.85); font-size: 1.08rem; margin: 0; max-width: 640px; }
.vvd-page-hero-stats { display: flex; gap: 34px; margin-top: 26px; }
.vvd-hero-stat { display: flex; flex-direction: column; }
.vvd-hero-stat-num { font-size: 1.8rem; font-weight: 800; line-height: 1; }
.vvd-hero-stat-label { font-size: .78rem; text-transform: uppercase; letter-spacing: .5px; color: rgba(255,255,255,.7); margin-top: 5px; }
.vvd-term-intro { max-width: 820px; }
@media (max-width: 720px) {
	.vvd-page-hero h1 { font-size: 1.8rem; }
	.vvd-page-hero-stats { gap: 22px; }
}

/* Homepage hero block (editable) --------------------------------------- */
.vvd-hero-block { position: relative; overflow: hidden; background: var(--vvd-navy); color: #fff; display: flex; align-items: center; justify-content: center; min-height: var(--vvd-hero-min, 520px); margin-bottom: 36px; }
.vvd-hero-block.is-boxed { border-radius: var(--vvd-radius-lg); margin-top: var(--vvd-boxed-hero-top); padding-left: var(--vvd-boxed-hero-gutter); padding-right: var(--vvd-boxed-hero-gutter); box-sizing: border-box; }
.vvd-hero-block.is-full { border-radius: 0; }
.vvd-hero-block::before {
	content: ""; position: absolute; inset: 0; z-index: 0;
	background-image: linear-gradient(var(--vvd-hero-overlay, rgba(13,20,36,.78)), var(--vvd-hero-overlay, rgba(13,20,36,.78))), var(--vvd-hero-img, none);
	background-size: cover; background-position: center;
}
.vvd-hero-block-inner { position: relative; z-index: 1; text-align: center; width: 100%; max-width: 880px; padding: 40px 22px; }
.vvd-hero-block-inner h1 { color: #fff; font-size: 2.8rem; font-weight: 800; line-height: 1.1; margin: 0 0 14px; letter-spacing: -.02em; text-shadow: 0 2px 18px rgba(0,0,0,.28); }
.vvd-hero-block-sub { color: rgba(255,255,255,.88); font-size: 1.1rem; margin: 0 auto 26px; max-width: 620px; }
.vvd-block-section { margin: 40px auto; }
@media (max-width: 720px) { .vvd-hero-block-inner h1 { font-size: 1.95rem; } }

/* Blog ----------------------------------------------------------------- */
.vvd-blog-grid { grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); }
.vvd-post-card { background: #fff; border: 1px solid var(--vvd-line); border-radius: var(--vvd-radius); overflow: hidden; display: flex; flex-direction: column; transition: box-shadow .2s, transform .12s; }
.vvd-post-card:hover { box-shadow: var(--vvd-shadow); transform: translateY(-2px); }
.vvd-post-card-media { display: block; aspect-ratio: 16/9; overflow: hidden; background: var(--vvd-bg-soft); }
.vvd-post-card-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vvd-post-card-body { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.vvd-post-card-cat { align-self: flex-start; background: var(--vvd-bg-soft); color: var(--vvd-accent); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .5px; padding: 4px 10px; border-radius: 999px; text-decoration: none; }
.vvd-post-card-title { font-size: 1.15rem; font-weight: 800; line-height: 1.25; margin: 0; }
.vvd-post-card-title a { color: var(--vvd-ink); text-decoration: none; }
.vvd-post-card-title a:hover { color: var(--vvd-accent); }
.vvd-post-card-excerpt { color: var(--vvd-muted); font-size: .92rem; margin: 0; }
.vvd-post-card-meta { display: flex; gap: 8px; color: #9aa2b1; font-size: .82rem; margin-top: auto; padding-top: 6px; }
.vvd-blog-layout { display: grid; grid-template-columns: 1fr 260px; gap: 40px; align-items: start; }
.vvd-blog-content { font-size: 1.06rem; }
.vvd-blog-content img:not(.vvd-listing-embed-img):not(.vvd-card-img):not(.vvd-card-dark-img):not(.vvd-card-logo):not(.vvd-post-card-img) { border-radius: 12px; height: auto; }
.vvd-blog-content .vvd-card-media img,
.vvd-blog-content .vvd-listing-embed-media img,
.vvd-blog-content .vvd-card-dark-media img,
.vvd-sc-block .vvd-card-media img,
.vvd-sc-block .vvd-listing-embed-media img,
.vvd-sc-block .vvd-card-dark-media img {
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 0 !important;
	object-fit: cover !important;
	object-position: center !important;
	display: block !important;
	vertical-align: top !important;
}
.vvd-blog-content .vvd-sc-block { margin: 2.2rem 0; clear: both; }
.vvd-blog-content .vvd-sc-block:first-child { margin-top: .5rem; }
.vvd-blog-content .vvd-section-title { font-size: 1.35rem; margin-bottom: 16px; }

/* Blog shortcode embed — featured venue showcase */
.vvd-listing-embed {
	display: flex;
	align-items: stretch;
	min-height: 280px;
	background: linear-gradient(145deg, #101828 0%, #16233d 52%, #1f3357 100%);
	border-radius: var(--vvd-radius-lg);
	overflow: hidden;
	box-shadow: 0 18px 50px rgba(16, 24, 40, .22);
	border: 1px solid rgba(255, 255, 255, .08);
	color: #fff;
}
.vvd-listing-embed-media {
	position: relative;
	display: grid;
	grid-template: 1fr / 1fr;
	flex: 1.05 1 0;
	min-width: 0;
	min-height: 280px;
	align-self: stretch;
	overflow: hidden;
	background: var(--vvd-navy-2);
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.vvd-listing-embed-media-fill,
.vvd-listing-embed-media-fill img,
.vvd-listing-embed-img {
	grid-area: 1 / 1;
	width: 100%;
	height: 100%;
	min-height: 100%;
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	object-fit: cover;
	object-position: center;
	display: block;
	transition: transform .35s ease;
}
.vvd-listing-embed:hover .vvd-listing-embed-img { transform: scale(1.04); }
.vvd-listing-embed-shade {
	grid-area: 1 / 1;
	width: 100%;
	height: 100%;
	min-height: 100%;
	z-index: 1;
	background: linear-gradient(180deg, rgba(0,0,0,.05) 40%, rgba(0,0,0,.45) 100%);
	pointer-events: none;
}
.vvd-listing-embed-badge {
	grid-area: 1 / 1;
	align-self: start;
	justify-self: start;
	z-index: 2;
	margin: 16px;
	background: var(--vvd-orange);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	padding: 6px 12px;
	border-radius: 999px;
	letter-spacing: .4px;
	text-transform: uppercase;
	line-height: 1.2;
}
.vvd-listing-embed-panel {
	position: relative;
	flex: 1 1 0;
	min-width: 0;
	padding: 28px 30px 30px;
	display: flex; flex-direction: column; gap: 10px; justify-content: center;
}
.vvd-listing-embed-panel-head {
	display: flex; align-items: flex-start; justify-content: space-between; gap: 16px;
}
.vvd-listing-embed-kicker {
	margin: 0; font-size: .72rem; font-weight: 800; letter-spacing: .12em;
	text-transform: uppercase; color: rgba(255, 255, 255, .55);
}
.vvd-listing-embed-view {
	flex: none;
	display: inline-flex; align-items: center; gap: 3px;
	color: rgba(255, 255, 255, .72); font-size: .82rem; font-weight: 700;
	text-decoration: none; white-space: nowrap; line-height: 1.2;
	transition: color .15s ease, gap .15s ease;
}
.vvd-listing-embed-view:hover { color: #fff; gap: 6px; }
.vvd-listing-embed-view .dashicons {
	font-size: 15px; width: 15px; height: 15px;
	transition: transform .15s ease;
}
.vvd-listing-embed-view:hover .dashicons { transform: translateX(2px); }
.vvd-listing-embed-title { margin: 0; font-size: 1.65rem; font-weight: 800; line-height: 1.15; letter-spacing: -.02em; }
.vvd-listing-embed-title a { color: #fff; text-decoration: none; }
.vvd-listing-embed-title a:hover { color: #ffd4b8; }
.vvd-listing-embed-location {
	display: flex; align-items: center; gap: 4px; margin: 0;
	color: rgba(255, 255, 255, .72); font-size: .92rem;
}
.vvd-listing-embed-location .dashicons { font-size: 16px; width: 16px; height: 16px; color: var(--vvd-orange); }
.vvd-listing-embed-rating .vvd-rating-num { color: #fff; }
.vvd-listing-embed-rating .vvd-rating-count { color: rgba(255, 255, 255, .55); }
.vvd-listing-embed-summary {
	margin: 4px 0 0; color: rgba(255, 255, 255, .78); font-size: .95rem; line-height: 1.6;
}
.vvd-listing-embed-actions {
	display: flex; flex-wrap: nowrap; align-items: center; gap: 8px; margin-top: 14px;
}
.vvd-listing-embed-actions .vvd-btn-compact {
	padding: 8px 12px; font-size: .78rem; border-radius: 999px; gap: 5px;
}
.vvd-listing-embed-actions .vvd-btn-compact .dashicons {
	font-size: 15px; width: 15px; height: 15px;
}
.vvd-listing-action-bar {
	display: flex; flex-wrap: wrap; gap: 12px;
	padding: 18px 22px; border-radius: var(--vvd-radius);
	background: linear-gradient(135deg, #f8f9fb, #fff);
	border: 1px solid var(--vvd-line); box-shadow: var(--vvd-shadow-sm);
}
.vvd-listing-action-bar--single { display: inline-flex; padding: 0; background: transparent; border: 0; box-shadow: none; }
.vvd-wa-icon { flex: none; display: block; }
.vvd-sc-top-listings .vvd-grid-cards { margin-top: 0; }
.vvd-sc-top-listings .vvd-section-title { margin-bottom: 16px; }
.vvd-sc-listing .vvd-listing-embed { margin: 0; }
.vvd-sc-planning-cta .vvd-planning-cta,
.vvd-sc-how-it-works .vvd-howitworks { margin-bottom: 0; }
@media (max-width: 820px) {
	.vvd-listing-embed { flex-direction: column; min-height: 0; }
	.vvd-listing-embed-media { flex: none; min-height: 240px; aspect-ratio: 16/10; }
	.vvd-listing-embed-panel { padding: 22px 20px 24px; }
	.vvd-listing-embed-actions { flex-wrap: wrap; }
}
.vvd-post-tags { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 8px; }
.vvd-post-tags a { background: var(--vvd-bg-soft); color: #374151; border-radius: 999px; padding: 5px 13px; font-size: .82rem; text-decoration: none; }
.vvd-directory-home .vvd-directory-home-inner { width: 100%; }
.vvd-directory-home .vvd-sc-block,
.vvd-directory-home .vvd-fullbleed-wrap { margin-bottom: 0; }

.vvd-author-box {
	position: sticky; top: 24px;
	background: #fff; border: 1px solid var(--vvd-line); border-radius: 14px;
	padding: 18px 18px 20px;
	display: flex; flex-direction: column; gap: 12px;
}
.vvd-author-head { display: flex; align-items: center; gap: 12px; min-width: 0; }
.vvd-author-identity { display: flex; align-items: center; flex-wrap: wrap; gap: 6px 8px; min-width: 0; }
.vvd-author-avatar { border-radius: 50%; flex: none; width: 52px; height: 52px; object-fit: cover; }
.vvd-author-name { font-weight: 800; color: var(--vvd-ink); font-size: 1.02rem; line-height: 1.2; }
.vvd-author-bio { color: var(--vvd-muted); font-size: .86rem; margin: 0; line-height: 1.55; }
.vvd-author-role {
	display: inline-block; font-size: .64rem; font-weight: 800; letter-spacing: .08em;
	text-transform: uppercase; color: #ff6a00; padding: 3px 8px; border-radius: 999px;
	background: rgba(249, 112, 30, .1);
}
.vvd-author-box.is-abhi {
	background: linear-gradient(145deg, #0d1424 0%, #162038 55%, #1e2d4a 100%);
	border: 2px solid #ff6a00;
	box-shadow: 0 12px 40px rgba(255, 106, 0, .18);
	color: #fff;
}
.vvd-author-box.is-abhi .vvd-author-avatar {
	width: 56px; height: 56px;
	border: 2px solid #ff6a00;
	box-shadow: 0 0 0 3px rgba(255, 106, 0, .15);
}
.vvd-author-box.is-abhi .vvd-author-name { color: #fff; font-size: 1.08rem; }
.vvd-author-box.is-abhi .vvd-author-role { color: #ffb347; background: rgba(255, 106, 0, .16); }
.vvd-author-box.is-abhi .vvd-author-bio { color: rgba(255, 255, 255, .82); }
.vvd-shortcode-empty {
	background: #fff8f0;
	border: 1px dashed #ff6a00;
	border-radius: 10px;
	color: #7a4a12;
	font-size: .9rem;
	margin: 1rem 0;
	padding: 12px 16px;
}
@media (max-width: 860px) { .vvd-blog-layout { grid-template-columns: 1fr; } .vvd-author-box { position: static; } }

/* Filter / sort bar ---------------------------------------------------- */
.vvd-filterbar { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; margin: -4px 0 22px; padding-bottom: 16px; border-bottom: 1px solid var(--vvd-line); }
.vvd-filterbar-count { font-weight: 700; color: var(--vvd-muted); font-size: .92rem; }
.vvd-filterbar-controls { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.vvd-filterbar-sortlabel { font-size: .85rem; color: var(--vvd-muted); margin-left: 6px; }
.vvd-sort-group { display: inline-flex; gap: 6px; flex-wrap: wrap; }
.vvd-chip {
	display: inline-flex; align-items: center; gap: 5px; text-decoration: none;
	padding: 8px 14px; border-radius: 999px; border: 1px solid var(--vvd-line);
	background: #fff; color: var(--vvd-ink); font-size: .86rem; font-weight: 600; transition: all .15s;
}
.vvd-chip:hover { border-color: var(--vvd-accent); color: var(--vvd-accent); }
.vvd-chip.is-active { background: var(--vvd-navy); border-color: var(--vvd-navy); color: #fff; }
.vvd-chip .dashicons { font-size: 15px; width: 15px; height: 15px; }

/* Topic page blocks ---------------------------------------------------- */
.vvd-topic-block-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 8px; }
.vvd-topic-block-head .vvd-section-title { margin: 0; }
.vvd-topic-block-head .vvd-btn { padding: 9px 18px; font-size: .88rem; }

/* ==========================================================================
   CITY OVERVIEW  (wiki / population / weather / city-hall map)
   ========================================================================== */
.vvd-city-overview { display: grid; grid-template-columns: 1fr 350px; gap: 34px; margin-bottom: 46px; align-items: start; }
.vvd-city-wiki { color: #374151; line-height: 1.75; font-size: 1.02rem; }
.vvd-city-stats { display: flex; gap: 34px; margin: 18px 0; }
.vvd-stat-num { font-size: 1.9rem; font-weight: 800; color: var(--vvd-ink); line-height: 1; display: block; }
.vvd-stat-label { font-size: .78rem; color: var(--vvd-muted); text-transform: uppercase; letter-spacing: .5px; margin-top: 5px; display: block; }
.vvd-wiki-link { display: inline-block; color: var(--vvd-orange); font-weight: 700; text-decoration: none; }
.vvd-wiki-link:hover { color: var(--vvd-orange-dark); }
.vvd-city-overview-side { display: flex; flex-direction: column; gap: 16px; }
.vvd-weather { display: flex; gap: 14px; align-items: center; background: linear-gradient(135deg, #0ea5e9, #2563eb); color: #fff; border-radius: var(--vvd-radius); padding: 18px 20px; box-shadow: var(--vvd-shadow-sm); }
.vvd-weather-icon { width: 52px; height: 52px; flex: none; filter: drop-shadow(0 1px 2px rgba(0,0,0,.2)); }
.vvd-weather-emoji { font-size: 42px; line-height: 1; flex: none; }
.vvd-weather-temp { font-size: 2.1rem; font-weight: 800; line-height: 1; }
.vvd-weather-meta { display: flex; flex-direction: column; gap: 2px; font-size: .85rem; }
.vvd-weather-desc { font-weight: 700; }
.vvd-weather-city, .vvd-weather-hum { opacity: .9; }
.vvd-city-map .vvd-map-embed { aspect-ratio: 16/11; border-radius: var(--vvd-radius); box-shadow: var(--vvd-shadow-sm); }
.vvd-city-map-cap { display: block; font-size: .8rem; color: var(--vvd-muted); margin-top: 6px; text-align: center; }
@media (max-width: 860px) { .vvd-city-overview { grid-template-columns: 1fr; } }

/* ==========================================================================
   REVIEWS
   ========================================================================== */
.vvd-reviews { margin-bottom: 46px; }
.vvd-reviews-inner { display: grid; grid-template-columns: 220px 1fr; gap: 30px; background: #fff; border: 1px solid var(--vvd-line); border-radius: var(--vvd-radius); padding: 26px; }
.vvd-reviews-score { text-align: center; border-right: 1px solid var(--vvd-line); padding-right: 24px; }
.vvd-reviews-num { font-size: 3.2rem; font-weight: 800; color: var(--vvd-ink); display: block; line-height: 1; }
.vvd-reviews-count { display: block; color: var(--vvd-muted); margin-top: 8px; font-size: .9rem; }
.vvd-reviews-note { display: block; color: #9ca3af; font-size: .72rem; margin-top: 4px; }
.vvd-review-bar-row { display: grid; grid-template-columns: 42px 1fr 50px; align-items: center; gap: 12px; margin-bottom: 9px; }
.vvd-review-bar-label { font-size: .85rem; color: var(--vvd-muted); }
.vvd-review-bar { background: var(--vvd-soft); height: 10px; border-radius: 999px; overflow: hidden; }
.vvd-review-bar-fill { display: block; height: 100%; background: var(--vvd-star); border-radius: 999px; }
.vvd-review-bar-count { font-size: .8rem; color: var(--vvd-muted); text-align: right; }
@media (max-width: 640px) { .vvd-reviews-inner { grid-template-columns: 1fr; } .vvd-reviews-score { border-right: 0; border-bottom: 1px solid var(--vvd-line); padding: 0 0 18px; } }

/* ==========================================================================
   FAQ ACCORDION
   ========================================================================== */
.vvd-faq { margin-bottom: 46px; }
.vvd-faq-item { border: 1px solid var(--vvd-line); border-radius: 12px; margin-bottom: 12px; overflow: hidden; background: #fff; }
.vvd-faq-item summary { list-style: none; cursor: pointer; padding: 18px 20px; font-weight: 700; color: var(--vvd-ink); display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.vvd-faq-item summary::-webkit-details-marker { display: none; }
.vvd-faq-item summary::after { content: "+"; font-size: 1.4rem; color: var(--vvd-orange); font-weight: 400; line-height: 1; }
.vvd-faq-item[open] summary::after { content: "–"; }
.vvd-faq-item .vvd-faq-a { padding: 0 20px 18px; color: var(--vvd-muted); line-height: 1.65; }

/* ==========================================================================
   LONG-FORM SEO CONTENT
   ========================================================================== */
.vvd-prose { color: #374151; line-height: 1.75; font-size: 1.02rem; }
.vvd-prose h2 { font-size: 1.5rem; font-weight: 800; color: var(--vvd-ink); margin: 32px 0 12px; }
.vvd-prose h3 { font-size: 1.2rem; font-weight: 800; color: var(--vvd-ink); margin: 24px 0 10px; }
.vvd-prose img { border-radius: var(--vvd-radius); margin: 16px 0; }
.vvd-prose ul { padding-left: 20px; }
.vvd-prose li { margin-bottom: 6px; }

/* ==========================================================================
   SINGLE LISTING
   ========================================================================== */
.vvd-single-hero { display: grid; grid-template-columns: 1.15fr 1fr; gap: 30px; align-items: center; margin-bottom: 34px; }
.vvd-single-hero-media { border-radius: var(--vvd-radius-lg); overflow: hidden; aspect-ratio: 16/10; background: var(--vvd-soft); box-shadow: var(--vvd-shadow); }
.vvd-hero-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vvd-eyebrow { display: inline-block; color: var(--vvd-orange); font-weight: 700; text-transform: uppercase; letter-spacing: 1px; font-size: .78rem; text-decoration: none; margin-bottom: 8px; }
.vvd-single-title { font-size: 2.3rem; font-weight: 800; color: var(--vvd-ink); margin: 0 0 8px; line-height: 1.12; letter-spacing: -.02em; }
.vvd-single-loc { display: flex; align-items: center; gap: 6px; color: var(--vvd-muted); margin: 0 0 12px; }
.vvd-single-layout { display: grid; grid-template-columns: 1fr 380px; gap: 34px; align-items: start; }
.vvd-single-main > section { margin-bottom: 40px; }

/* How it works --------------------------------------------------------- */
.vvd-howitworks {
	margin-bottom: 54px;
	padding: 48px 32px 52px;
	border-radius: 24px;
	background: #0b1329;
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 20px 50px rgba(11, 19, 41, 0.35);
	position: relative;
	overflow: hidden;
}
.vvd-howitworks::before {
	content: ""; position: absolute; top: -120px; right: -120px; width: 400px; height: 400px;
	background: radial-gradient(circle, rgba(249, 112, 30, 0.16) 0%, transparent 70%);
	pointer-events: none; z-index: 0;
}
.vvd-howitworks-inner { position: relative; z-index: 1; }
.vvd-howitworks-header { text-align: center; margin-bottom: 36px; }
.vvd-howitworks .vvd-section-title { margin-bottom: 0; color: #ffffff !important; }

.vvd-howitworks-grid {
	display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
	position: relative;
}
.vvd-step-card {
	position: relative;
	overflow: hidden;
	display: flex; flex-direction: column; gap: 14px;
	padding: 32px 26px;
	border-radius: 22px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
	transition: transform .35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .35s ease, border-color .35s ease;
}

/* Unique animated gradient backgrounds for each step card */
.vvd-step-card--1 {
	background: linear-gradient(-45deg, #0f172a, #31102f, #ea580c, #1e293b);
	background-size: 350% 350%;
	animation: vvd-grad-shift-1 9s ease infinite;
}
.vvd-step-card--2 {
	background: linear-gradient(-45deg, #0f172a, #0284c7, #1e1b4b, #0f172a);
	background-size: 350% 350%;
	animation: vvd-grad-shift-2 11s ease infinite;
}
.vvd-step-card--3 {
	background: linear-gradient(-45deg, #0f172a, #059669, #14532d, #0f172a);
	background-size: 350% 350%;
	animation: vvd-grad-shift-3 10s ease infinite;
}

@keyframes vvd-grad-shift-1 {
	0% { background-position: 0% 50%; }
	50% { background-position: 100% 50%; }
	100% { background-position: 0% 50%; }
}
@keyframes vvd-grad-shift-2 {
	0% { background-position: 100% 0%; }
	50% { background-position: 0% 100%; }
	100% { background-position: 100% 0%; }
}
@keyframes vvd-grad-shift-3 {
	0% { background-position: 50% 100%; }
	50% { background-position: 50% 0%; }
	100% { background-position: 50% 100%; }
}

.vvd-step-card:hover {
	transform: translateY(-8px);
	border-color: rgba(255, 255, 255, 0.35);
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.45);
}
.vvd-step-watermark {
	position: absolute; right: -16px; bottom: -16px;
	font-size: 120px !important; width: 120px !important; height: 120px !important;
	opacity: 0.12; color: #ffffff;
	transform: rotate(-15deg); pointer-events: none;
	transition: opacity .3s ease, transform .3s ease;
}
.vvd-step-card:hover .vvd-step-watermark {
	opacity: 0.25;
	transform: rotate(-5deg) scale(1.15);
}
.vvd-step-card-top {
	display: flex; align-items: center; justify-content: space-between; margin-bottom: 2px;
}
.vvd-step-stylish-num {
	font-size: 3.4rem; font-weight: 900; line-height: 1;
	letter-spacing: -2px; font-family: system-ui, -apple-system, sans-serif;
	background: linear-gradient(135deg, #ffffff 0%, rgba(255,255,255,0.45) 100%);
	-webkit-background-clip: text; -webkit-text-fill-color: transparent;
	display: inline-block;
	filter: drop-shadow(0 4px 10px rgba(0,0,0,0.3));
	transition: transform .3s ease;
}
.vvd-step-card:hover .vvd-step-stylish-num {
	transform: scale(1.08) translateY(-2px);
}
.vvd-step-card-body h4 {
	margin: 0 0 8px; font-size: 1.2rem; color: #ffffff; font-weight: 800; letter-spacing: -.01em;
}
.vvd-step-card-body p {
	margin: 0; color: rgba(255, 255, 255, 0.85); font-size: .94rem; line-height: 1.6;
}

@media (max-width: 900px) {
	.vvd-howitworks-grid { grid-template-columns: 1fr; gap: 16px; }
}

/* Hero Bottom Separator (Pure White Geometric Angle Cut) ----------------- */
.vvd-hero-divider {
	position: absolute; bottom: -1px; left: 0; width: 100%; height: 36px;
	background: #ffffff;
	clip-path: polygon(0 100%, 100% 0, 100% 100%);
	pointer-events: none; z-index: 3;
}
.vvd-page-hero, .vvd-search-hero, .vvd-hero-block {
	position: relative; background: var(--vvd-navy); color: #fff; overflow: hidden; margin-bottom: 34px;
}
.vvd-page-hero.is-full { border-radius: 0; }
.vvd-page-hero-extra { margin-top: 20px; }
.vvd-page-hero-extra .vvd-cat-checklist { list-style: none; margin: 0 0 20px; padding: 0; display: grid; gap: 9px; max-width: 560px; }
.vvd-page-hero-extra .vvd-cat-checklist li { display: flex; align-items: flex-start; gap: 9px; color: rgba(255,255,255,.92); font-size: 1rem; }
.vvd-page-hero-extra .vvd-cat-checklist .dashicons { color: var(--vvd-accent); background: rgba(255,255,255,.12); border-radius: 50%; font-size: 15px; width: 22px; height: 22px; display: inline-flex; align-items: center; justify-content: center; flex: none; margin-top: 2px; }
.vvd-page-hero-extra .vvd-single-loc { display: flex; align-items: center; gap: 6px; color: rgba(255,255,255,.85); margin: 0 0 10px; }
.vvd-page-hero-extra .vvd-single-rating { margin-bottom: 16px; }
.vvd-page-hero-extra .vvd-single-rating .vvd-rating-num,
.vvd-page-hero-extra .vvd-single-rating .vvd-rating-count { color: #fff; }
.vvd-page-hero-extra .vvd-cta-row { margin-top: 4px; }
.vvd-page-hero::before {
	content: ""; position: absolute; inset: 0; z-index: 0;
	background: linear-gradient(180deg, rgba(13,20,36,.72), rgba(13,20,36,.88)), var(--vvd-hero-img, none);
	background-size: cover; background-position: center;
}
.vvd-page-hero.has-image::before { background-blend-mode: normal; }
.vvd-page-hero-inner { position: relative; z-index: 1; max-width: 1180px; margin: 0 auto; padding: 30px 16px 54px; }

/* Smooth Hero Bottom Wave Curve */
.vvd-hero-wave-wrap {
	position: absolute; bottom: -1px; left: 0; width: 100%; height: 50px;
	overflow: hidden; pointer-events: none; z-index: 2;
}
.vvd-hero-wave {
	display: block; width: 100%; height: 100%;
}
.vvd-wave-back {
	fill: rgba(255, 255, 255, 0.25);
}
.vvd-wave-front {
	fill: #ffffff;
}
.vvd-page-hero .vvd-breadcrumbs { margin-bottom: 20px; }
.vvd-page-hero .vvd-breadcrumbs a, .vvd-page-hero .vvd-breadcrumbs [aria-current], .vvd-page-hero .vvd-breadcrumbs .vvd-sep { color: rgba(255,255,255,.72); }
.vvd-page-hero .vvd-breadcrumbs a:hover { color: #fff; }
.vvd-page-hero-eyebrow { display: inline-block; color: var(--vvd-accent); font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px; font-size: .74rem; margin-bottom: 12px; }
.vvd-page-hero h1 { color: #fff; font-size: 2.5rem; font-weight: 800; line-height: 1.1; margin: 0 0 12px; letter-spacing: -.02em; max-width: 800px; }
.vvd-page-hero-sub { color: rgba(255,255,255,.85); font-size: 1.08rem; margin: 0; max-width: 640px; }
.vvd-page-hero-stats { display: flex; gap: 34px; margin-top: 26px; }
.vvd-hero-stat { display: flex; flex-direction: column; }
.vvd-hero-stat-num { font-size: 1.8rem; font-weight: 800; line-height: 1; }
.vvd-hero-stat-label { font-size: .78rem; text-transform: uppercase; letter-spacing: .5px; color: rgba(255,255,255,.7); margin-top: 5px; }
.vvd-term-intro { max-width: 820px; }
@media (max-width: 720px) {
	.vvd-page-hero h1 { font-size: 1.8rem; }
	.vvd-page-hero-stats { gap: 22px; }
}

/* Homepage hero block (editable) --------------------------------------- */
.vvd-hero-block { position: relative; overflow: hidden; background: var(--vvd-navy); color: #fff; display: flex; align-items: center; justify-content: center; min-height: var(--vvd-hero-min, 520px); margin-bottom: 36px; }
.vvd-hero-block.is-full { border-radius: 0; }
.vvd-hero-block-inner { position: relative; z-index: 1; max-width: 1180px; width: 100%; margin: 0 auto; padding: 48px 16px; display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: center !important; text-align: center !important; }
.vvd-hero-block-eyebrow { display: inline-block; color: var(--vvd-accent); font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px; font-size: .78rem; margin-bottom: 14px; text-align: center !important; }
.vvd-hero-block h1 { color: #fff; font-size: 2.8rem; font-weight: 800; line-height: 1.1; margin: 0 auto 14px auto !important; letter-spacing: -.02em; max-width: 820px; text-align: center !important; }
.vvd-hero-block-sub { color: rgba(255,255,255,.88); font-size: 1.15rem; margin: 0 auto 28px auto !important; max-width: 680px !important; width: 100% !important; display: block !important; text-align: center !important; line-height: 1.5; }
.vvd-hero-block::before {
	content: ""; position: absolute; inset: 0; z-index: 0;
	background: linear-gradient(180deg, rgba(13,20,36,.65), rgba(13,20,36,.88)), var(--vvd-hero-img, none);
	background-size: cover; background-position: center;
}
.vvd-hero-block.has-image::before { background-blend-mode: normal; }

/* Search hero component ------------------------------------------------ */
.vvd-search-hero { position: relative; overflow: hidden; background: var(--vvd-navy); color: #fff; padding: var(--vvd-search-hero-pad, 54px 16px 64px); text-align: center; margin-bottom: 40px; }
.vvd-search-hero.is-full { border-radius: 0; }
.vvd-search-hero.is-compact { padding: 36px 16px 44px; }
.vvd-search-hero::before {
	content: ""; position: absolute; inset: 0; z-index: 0;
	background: linear-gradient(180deg, rgba(13,20,36,.68), rgba(13,20,36,.88)), var(--vvd-hero-img, none);
	background-size: cover; background-position: center;
}
.vvd-search-hero.has-image::before { background-blend-mode: normal; }
.vvd-search-hero-inner { position: relative; z-index: 1; max-width: 860px; width: 100%; margin: 0 auto; display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: center !important; text-align: center !important; }
.vvd-search-hero h1 { color: #fff; font-size: 2.5rem; font-weight: 800; margin: 0 auto 10px auto !important; letter-spacing: -.02em; text-align: center !important; max-width: 800px; }
.vvd-search-hero-sub { color: rgba(255,255,255,.88); font-size: 1.1rem; margin: 0 auto 26px auto !important; max-width: 680px !important; width: 100% !important; display: block !important; text-align: center !important; }

/* Filter bar ----------------------------------------------------------- */
.vvd-filter-bar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 24px; flex-wrap: wrap; background: #fff; padding: 12px 18px; border: 1px solid var(--vvd-line); border-radius: 12px; box-shadow: var(--vvd-shadow-sm); }
.vvd-filter-count { font-size: .9rem; color: var(--vvd-muted); margin: 0; }
.vvd-filter-controls { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.vvd-select { appearance: none; -webkit-appearance: none; background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath fill='%20556987' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat right 10px center; border: 1px solid var(--vvd-line); border-radius: 8px; padding: 7px 30px 7px 12px; font-size: .88rem; color: var(--vvd-ink); cursor: pointer; }
.vvd-select:focus { border-color: var(--vvd-orange); outline: 0; }

/* Grid systems --------------------------------------------------------- */
.vvd-grid-tiles { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 16px; }
.vvd-grid-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; }
.vvd-grid-cities { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 14px; }

/* Category tile */
.vvd-tile { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--vvd-line); border-radius: var(--vvd-radius); overflow: hidden; text-decoration: none; box-shadow: var(--vvd-shadow-sm); transition: transform .2s, box-shadow .2s, border-color .2s; }
.vvd-tile:hover { transform: translateY(-3px); box-shadow: var(--vvd-shadow); border-color: rgba(249, 112, 30, .3); }
.vvd-tile-media { aspect-ratio: 16/9; background: var(--vvd-soft); overflow: hidden; display: block; }
.vvd-tile-img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .3s ease; }
.vvd-tile:hover .vvd-tile-img { transform: scale(1.04); }
.vvd-tile-body { padding: 14px 16px; display: flex; flex-direction: column; gap: 3px; }
.vvd-tile-name { font-weight: 700; color: var(--vvd-ink); font-size: 1.02rem; }
.vvd-tile-count { font-size: .82rem; color: var(--vvd-muted); }

/* Listing card */
.vvd-card-item { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--vvd-line); border-radius: var(--vvd-radius); overflow: hidden; box-shadow: var(--vvd-shadow-sm); transition: transform .2s, box-shadow .2s, border-color .2s; }
.vvd-card-item:hover { transform: translateY(-3px); box-shadow: var(--vvd-shadow); border-color: rgba(249, 112, 30, .3); }
.vvd-card-media { position: relative; aspect-ratio: 16/10; background: var(--vvd-soft); overflow: hidden; display: block; }
.vvd-card-media-fill { display: block; width: 100%; height: 100%; }
.vvd-card-img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s ease; }
.vvd-card-item:hover .vvd-card-img { transform: scale(1.05); }
.vvd-card-tag { position: absolute; top: 12px; left: 12px; background: rgba(8, 12, 22, .78); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); color: #fff; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; padding: 4px 10px; border-radius: 999px; }
.vvd-card-body { padding: 18px 20px 20px; display: flex; flex-direction: column; flex: 1; }
.vvd-card-title { font-size: 1.15rem; font-weight: 800; margin: 0 0 6px; line-height: 1.3; }
.vvd-card-title a { color: var(--vvd-ink); text-decoration: none; }
.vvd-card-title a:hover { color: var(--vvd-orange); }
.vvd-card-meta { display: flex; align-items: center; gap: 6px; font-size: .86rem; color: var(--vvd-muted); margin: 0 0 10px; }
.vvd-card-meta .dashicons { font-size: 16px; width: 16px; height: 16px; color: var(--vvd-orange); }
.vvd-card-rating { margin-bottom: 14px; }
.vvd-card-cta { margin-top: auto; }

/* Dark card variant */
.vvd-card-dark { display: flex; flex-direction: column; background: var(--vvd-navy); color: #fff; border-radius: var(--vvd-radius); overflow: hidden; box-shadow: var(--vvd-shadow); transition: transform .2s, box-shadow .2s; }
.vvd-card-dark:hover { transform: translateY(-3px); box-shadow: 0 14px 28px rgba(13,20,36,.28); }
.vvd-card-dark-media { position: relative; aspect-ratio: 16/10; overflow: hidden; display: block; }
.vvd-card-dark-media-fill { display: block; width: 100%; height: 100%; }
.vvd-card-dark-img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s ease; }
.vvd-card-dark:hover .vvd-card-dark-img { transform: scale(1.05); }
.vvd-card-dark-body { padding: 18px 20px 20px; display: flex; flex-direction: column; flex: 1; }
.vvd-card-dark-title { font-size: 1.15rem; font-weight: 800; margin: 0 0 6px; line-height: 1.3; }
.vvd-card-dark-title a { color: #fff; text-decoration: none; }
.vvd-card-dark-title a:hover { color: var(--vvd-accent); }
.vvd-card-dark-meta { display: flex; align-items: center; gap: 6px; font-size: .86rem; color: rgba(255, 255, 255, .7); margin: 0 0 10px; }
.vvd-card-dark-meta .dashicons { font-size: 16px; width: 16px; height: 16px; color: var(--vvd-accent); }
.vvd-card-dark-rating { margin-bottom: 14px; }
.vvd-card-dark .vvd-rating-num { color: #fff; }
.vvd-card-dark .vvd-rating-count { color: #9aa6bd; }
.vvd-card-dark .vvd-btn { margin-top: auto; padding: 10px 18px; font-size: .88rem; }
.vvd-grid-top-rated { grid-template-columns: repeat(auto-fill, minmax(258px, 1fr)); }

/* Stars ---------------------------------------------------------------- */
.vvd-stars { display: inline-flex; align-items: center; gap: 1px; color: #d9dce1; }
.vvd-star.is-full { color: var(--vvd-star); }
.vvd-star.is-half { color: var(--vvd-star); opacity: .55; }
.vvd-rating-num { font-weight: 800; margin-left: 6px; color: var(--vvd-ink); }
.vvd-rating-count { color: var(--vvd-muted); font-size: .88em; margin-left: 3px; }

/* Quick facts */
.vvd-quick-facts { margin-bottom: 40px; }
.vvd-facts-grid { display: flex; flex-wrap: wrap; gap: 14px; margin: 0; }
.vvd-fact {
	position: relative; overflow: hidden; background: #fff; padding: 18px 20px;
	border: 1px solid var(--vvd-line); border-radius: 16px;
	flex: 1 1 200px; max-width: calc(33.333% - 10px); min-width: 0;
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.03);
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.vvd-fact:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
	border-color: rgba(249, 112, 30, 0.3);
}
.vvd-fact-watermark {
	position: absolute; right: -12px; bottom: -12px;
	font-size: 84px !important; width: 84px !important; height: 84px !important;
	opacity: 0.04; color: currentColor;
	transform: rotate(-15deg); pointer-events: none;
	transition: opacity .25s ease, transform .25s ease;
}
.vvd-fact:hover .vvd-fact-watermark {
	opacity: 0.1;
	transform: rotate(-5deg) scale(1.08);
}
@media (max-width: 900px) { .vvd-fact { max-width: calc(50% - 7px); } }
@media (max-width: 560px) { .vvd-fact { max-width: 100%; } }
.vvd-fact dt { display: flex; align-items: center; gap: 8px; font-size: .74rem; text-transform: uppercase; letter-spacing: .6px; color: var(--vvd-muted); font-weight: 700; margin-bottom: 8px; }
.vvd-fact-icon-badge {
	display: inline-flex; align-items: center; justify-content: center;
	width: 28px; height: 28px; border-radius: 8px;
	background: rgba(249, 112, 30, 0.1); color: var(--vvd-orange);
	flex-shrink: 0;
}
.vvd-fact-icon-badge .dashicons { font-size: 16px; width: 16px; height: 16px; }

/* Per-fact type color accents */
.vvd-fact--clock .vvd-fact-icon-badge { background: #e6f4ea; color: #1e8e3e; }
.vvd-fact--clock .vvd-fact-watermark { color: #1e8e3e; }
.vvd-fact--rating .vvd-fact-icon-badge { background: #fef7e0; color: #f2990a; }
.vvd-fact--rating .vvd-fact-watermark { color: #f2990a; }
.vvd-fact--location .vvd-fact-icon-badge { background: #fce8e6; color: #d93025; }
.vvd-fact--location .vvd-fact-watermark { color: #d93025; }
.vvd-fact--category .vvd-fact-icon-badge { background: #f3e8fd; color: #9333ea; }
.vvd-fact--category .vvd-fact-watermark { color: #9333ea; }
.vvd-fact--marker .vvd-fact-icon-badge { background: #e8f0fe; color: #1a73e8; }
.vvd-fact--marker .vvd-fact-watermark { color: #1a73e8; }
.vvd-fact--menu .vvd-fact-icon-badge { background: #feefc3; color: #e37400; }
.vvd-fact--menu .vvd-fact-watermark { color: #e37400; }

.vvd-fact dd { margin: 0; font-weight: 700; color: var(--vvd-ink); font-size: .98rem; word-break: break-word; text-transform: none; letter-spacing: 0; }
.vvd-fact dd a { color: var(--vvd-orange); text-decoration: none; }
.vvd-fact dd a:hover { text-decoration: underline; }
.vvd-fact-sub { display: block; font-weight: 500; font-size: .82rem; color: var(--vvd-muted); margin-top: 2px; }

/* Map */
.vvd-map-embed { border-radius: var(--vvd-radius); overflow: hidden; aspect-ratio: 16/9; box-shadow: var(--vvd-shadow-sm); }
.vvd-map-embed iframe { width: 100%; height: 100%; border: 0; display: block; }
.vvd-map-link { display: inline-block; margin-top: 10px; color: var(--vvd-orange); font-weight: 700; text-decoration: none; }

/* Reservation card + form styling (Dark Theme) */
.vvd-reserve-card {
	background: #0f172a;
	border: 1px solid #1e293b;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
	position: sticky; top: 24px; padding: 0;
	transition: box-shadow .3s ease;
}
.vvd-reserve-head {
	background: #1e293b;
	color: #fff;
	padding: 22px 24px;
	border-bottom: 1px solid #334155;
}
.vvd-reserve-title { font-size: 1.28rem; font-weight: 800; margin: 0 0 4px; color: #ffffff; }
.vvd-reserve-sub { margin: 0; color: #94a3b8; font-size: .9rem; line-height: 1.45; }
.vvd-reserve-body { padding: 22px 24px 24px; }
.vvd-reserve-body .gform_wrapper { margin: 0; }
.vvd-reserve-body .gform_wrapper .gform_fields { display: grid; grid-template-columns: 1fr 1fr; gap: 14px !important; }
.vvd-reserve-body .gform_wrapper .gfield { margin: 0 !important; }
.vvd-reserve-body .gform_wrapper .gfield--type-text,
.vvd-reserve-body .gform_wrapper .gfield--type-email,
.vvd-reserve-body .gform_wrapper .gfield--type-textarea { grid-column: 1 / -1; }
.vvd-reserve-body .gform_wrapper .gfield--type-phone { grid-column: 1 / -1; }
.vvd-reserve-body .gform_wrapper .gfield--type-date { grid-column: 1; }
.vvd-reserve-body .gform_wrapper .gfield--type-number { grid-column: 2; }
.vvd-reserve-body .gform_wrapper .gform_hidden,
.vvd-reserve-body .gform_wrapper .gfield_visibility_hidden,
.vvd-reserve-body .gform_wrapper .gfield--type-hidden { display: none !important; }
.vvd-reserve-body .gform_wrapper .gfield_label { font-size: .82rem !important; font-weight: 700 !important; color: #cbd5e1 !important; margin-bottom: 5px !important; }
.vvd-reserve-body .gform_wrapper input[type=text],
.vvd-reserve-body .gform_wrapper input[type=email],
.vvd-reserve-body .gform_wrapper input[type=tel],
.vvd-reserve-body .gform_wrapper input[type=number],
.vvd-reserve-body .gform_wrapper input[type=date],
.vvd-reserve-body .gform_wrapper textarea,
.vvd-reserve-body .gform_wrapper select {
	width: 100%; border: 1px solid #334155 !important; border-radius: 10px !important;
	padding: 10px 14px !important; font-size: .93rem !important; background: #1e293b !important; color: #ffffff !important; box-shadow: none !important;
	transition: border-color .18s ease, box-shadow .18s ease;
}
.vvd-reserve-body .gform_wrapper input::placeholder,
.vvd-reserve-body .gform_wrapper textarea::placeholder { color: #64748b !important; }
.vvd-reserve-body .gform_wrapper input:focus,
.vvd-reserve-body .gform_wrapper textarea:focus,
.vvd-reserve-body .gform_wrapper select:focus { border-color: var(--vvd-orange) !important; outline: 0; box-shadow: 0 0 0 3px rgba(249,112,30,.25) !important; }
.vvd-reserve-body .gform_wrapper textarea { min-height: 64px !important; max-height: 90px; resize: vertical; }
.vvd-reserve-body .gform_footer { margin: 16px 0 0 !important; padding: 0 !important; }
.vvd-reserve-body .gform_wrapper .gform_footer input[type=submit],
.vvd-reserve-body .gform_wrapper .gform-button {
	width: 100%;
	background: linear-gradient(135deg, #f9701e 0%, #ea580c 100%) !important;
	color: #fff !important; border: 0 !important;
	border-radius: 10px !important; padding: 14px 22px !important;
	font-weight: 800 !important; font-size: 1.02rem !important; cursor: pointer;
	box-shadow: 0 6px 20px rgba(249, 112, 30, 0.35) !important;
	transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.vvd-reserve-body .gform_wrapper .gform_footer input[type=submit]:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 26px rgba(249, 112, 30, 0.45) !important;
}
.vvd-reserve-body .gform_confirmation_message { padding: 16px; background: #1e293b; border: 1px solid #334155; border-radius: 12px; color: #4ade80; font-weight: 600; }
.vvd-reserve-body .gform_wrapper .gform_validation_container,
.vvd-reserve-body .gform_wrapper .gfield_description,
.vvd-reserve-body .gform_wrapper .gform_footer .gform_branding,
.vvd-reserve-body .gform_wrapper .gform_ajax_spinner { display: none !important; }
@media (max-width: 620px) {
	.vvd-reserve-body .gform_wrapper .gform_fields { grid-template-columns: 1fr; }
	.vvd-reserve-body .gform_wrapper .gfield--type-date,
	.vvd-reserve-body .gform_wrapper .gfield--type-number { grid-column: 1 / -1; }
}

/* Business information section */
.vvd-business-info-section, .vvd-info-panel { background: none; border: 0; border-radius: 0; padding: 0; margin-top: 40px; margin-bottom: 40px; }
.vvd-business-info-section h3, .vvd-info-panel h3 { font-size: 1.05rem; margin: 24px 0 10px; color: var(--vvd-ink); font-weight: 800; }
.vvd-business-info-section h3:first-child, .vvd-info-panel h3:first-child { margin-top: 0; }
.vvd-info-list { list-style: none; margin: 0 0 20px; padding: 0; }
.vvd-info-list li { display: flex; gap: 10px; align-items: flex-start; padding: 10px 0; border-bottom: 1px solid var(--vvd-line); color: #374151; font-size: .95rem; }
.vvd-info-list li:last-child { border-bottom: 0; }
.vvd-info-list .dashicons { color: var(--vvd-orange); flex: none; font-size: 18px; width: 18px; height: 18px; margin-top: 2px; }
.vvd-info-list a { color: var(--vvd-orange); text-decoration: none; word-break: break-word; font-weight: 600; }
.vvd-info-list a:hover { text-decoration: underline; }
.vvd-socials { display: flex; gap: 10px; margin-bottom: 20px; flex-wrap: wrap; }
.vvd-social { font-size: .82rem; font-weight: 700; padding: 8px 16px; border-radius: 999px; text-decoration: none; color: #fff; }
.vvd-social-fb { background: #1877f2; }
.vvd-social-ig { background: #d6249f; }
.vvd-hours { margin-bottom: 24px; }
.vvd-hours table { width: 100%; border-collapse: collapse; font-size: .92rem; }
.vvd-hours th { text-align: left; font-weight: 600; color: var(--vvd-ink); padding: 8px 0; border-bottom: 1px dashed var(--vvd-line); }
.vvd-hours td { text-align: right; color: var(--vvd-muted); padding: 8px 0; border-bottom: 1px dashed var(--vvd-line); }
.vvd-hours tr.is-today th, .vvd-hours tr.is-today td { color: var(--vvd-orange); font-weight: 700; }
.vvd-hours-status { font-weight: 700; color: var(--vvd-ink); margin: 0 0 12px; }
.vvd-amenities { margin-top: 24px; }
.vvd-tags { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; }
.vvd-tags li { background: var(--vvd-soft); border-radius: 999px; padding: 7px 15px; font-size: .84rem; color: #374151; font-weight: 600; }

/* ==========================================================================
   INTERNAL LINKS + directory footer
   ========================================================================== */
.vvd-internal-links { border-top: 1px solid var(--vvd-line); margin-top: 44px; padding-top: 30px; }
.vvd-internal-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 30px; }
.vvd-internal-title { font-size: .95rem; font-weight: 800; color: var(--vvd-ink); margin: 0 0 12px; }
.vvd-internal-col ul { list-style: none; margin: 0; padding: 0; }
.vvd-internal-col li { margin-bottom: 7px; }
.vvd-internal-col a { color: #4b5563; text-decoration: none; font-size: .9rem; display: inline-flex; gap: 6px; align-items: center; }
.vvd-internal-col a:hover { color: var(--vvd-orange); }
.vvd-pill { background: var(--vvd-soft); color: var(--vvd-muted); border-radius: 999px; font-size: .72rem; padding: 1px 8px; }

/* A–Z index */
.vvd-az { columns: 4; column-gap: 30px; }
.vvd-az-group { break-inside: avoid; margin-bottom: 18px; }
.vvd-az-letter { color: var(--vvd-orange); font-size: 1rem; margin: 0 0 6px; border-bottom: 2px solid var(--vvd-line); }
.vvd-az-group ul { list-style: none; margin: 0; padding: 0; }
.vvd-az-group a { color: var(--vvd-ink); text-decoration: none; font-size: .9rem; line-height: 1.95; }
.vvd-az-group a:hover { color: var(--vvd-orange); }
@media (max-width: 860px) { .vvd-az { columns: 2; } }
@media (max-width: 520px) { .vvd-az { columns: 1; } }

/* Pagination */
.vvd-pagination { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; margin-top: 34px; }
.vvd-pagination a, .vvd-pagination span { min-width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; border-radius: 10px; border: 1px solid var(--vvd-line); color: var(--vvd-ink); text-decoration: none; padding: 0 10px; font-size: .9rem; }
.vvd-pagination a:hover { border-color: var(--vvd-orange); color: var(--vvd-orange); }
.vvd-pagination .is-current { background: var(--vvd-orange); border-color: var(--vvd-orange); color: #fff; font-weight: 700; }
.vvd-page-dots { border: 0 !important; }

.vvd-empty { color: var(--vvd-muted); padding: 26px 0; }
.vvd-section { margin-bottom: 48px; }

/* Responsive single ---------------------------------------------------- */
@media (max-width: 920px) {
	.vvd-single-hero { grid-template-columns: 1fr; }
	.vvd-single-layout { grid-template-columns: 1fr; }
	.vvd-reserve-card { position: static; }
}
@media (max-width: 560px) {
	.vvd-single-title { font-size: 1.7rem; }
	.vvd-container { padding: 16px 14px 48px; }
}
