* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	height: 100vh;
	width: 100vw;
	overflow: hidden;
	position: relative;
	background: #11181C;
}

/* ----- BOTTOM NAVIGATION BAR (Shifted from left to bottom) ----- */
.bottom-nav {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #DFDFDF;
	backdrop-filter: blur(24px);
	border-top: 2px solid #8BC34A;
	z-index: 150;
	padding: 10px 20px 22px 20px;
	box-shadow: 0 -6px 20px rgba(0, 0, 0, 0.08);
	transition: transform 0.2s ease;
}

.nav-container {
	max-width: 560px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	align-items: flex-end;
	gap: 6px;
}

.nav-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
	flex: 1;
	padding: 8px 4px;
	border-radius: 40px;
	cursor: pointer;
	transition: all 0.2s cubic-bezier(0.2, 0.9, 0.4, 1.1);
	background: transparent;
	color: #6C7A8A;
	font-weight: 500;
}

.nav-item i {
	font-size: 1.6rem;
	transition: transform 0.15s;
}

.nav-item span {
	font-size: 0.7rem;
	font-weight: 500;
	letter-spacing: 0.2px;
}

.nav-item:active i {
	transform: scale(0.92);
}

.nav-item.active {
	color: #8BC34A;
	background: rgba(26, 115, 232, 0.1);
}

.nav-item.active i {
	color: #8BC34A;
	text-shadow: 0 0 6px #8bc34a4f;
}

/* Special CTA button (primary action) */
.nav-item.primary-action {
	background: #1A73E8;
	color: white;
	margin-top: -12px;
	padding: 10px 0;
	box-shadow: 0 6px 14px rgba(26, 115, 232, 0.35);
}

.nav-item.primary-action i,
.nav-item.primary-action span {
	color: white;
}

.nav-item.primary-action.active {
	background: #0f5bb5;
}

/* ----- TOP SEARCH BAR (clean glassmorphism) ----- */
.search-header {
	position: absolute;
	top: 18px;
	left: 16px;
	right: 16px;
	z-index: 140;
	pointer-events: none;
}

.search-card {
	background: rgba(255, 255, 255, 0.98);
	backdrop-filter: blur(8px);
	border-radius: 56px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.05);
	pointer-events: auto;
	transition: box-shadow 0.2s;
	max-width: 500px;
	margin: 0 auto;
}

.search-card:hover {
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
}

.search-box {
	display: flex;
	align-items: center;
	padding: 12px 20px;
	gap: 12px;
}

.search-box i {
	color: #5F6B7A;
	font-size: 1.2rem;
}

.search-box input {
	flex: 1;
	border: none;
	background: transparent;
	font-size: 1rem;
	padding: 8px 0;
	outline: none;
	font-family: inherit;
	font-weight: 500;
}

.search-box input::placeholder {
	color: #9AA6B2;
	font-weight: 400;
}

/* Autocomplete floating results */
.autocomplete-results {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	right: 0;
	background: white;
	border-radius: 28px;
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.2);
	z-index: 200;
	max-height: 380px;
	overflow-y: auto;
	display: none;
	margin: 0 8px;
}

.autocomplete-item {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 14px 20px;
	cursor: pointer;
	transition: background 0.15s;
}

.autocomplete-item:hover {
	background: #F2F5F8;
}

.auto-icon {
	color: #1A73E8;
	font-size: 1rem;
	width: 28px;
}

.auto-text {
	flex: 1;
}

.auto-main {
	font-weight: 600;
	font-size: 0.9rem;
	color: #1F2F3A;
}

.auto-secondary {
	font-size: 0.75rem;
	color: #6B7A86;
}

/* MAP CONTAINER - full bleed */
#map {
	height: 100%;
	width: 100%;
	background: #3a3c3f;
}

/* Floating right controls (zoom + location) */
.map-floating-controls {
	position: absolute;
	bottom: 100px;
	right: 18px;
	z-index: 130;
	display: flex;
	flex-direction: column;
	gap: 12px;
	pointer-events: auto;
}

.map-btn {
	pointer-events: auto;
	width: 52px;
	height: 52px;
	background: white;
	border: none;
	border-radius: 32px;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	font-size: 1.3rem;
	color: #1F2F3A;
	transition: all 0.2s;
	display: flex;
	align-items: center;
	justify-content: center;
}

.map-btn:hover {
	background: #f8fafd;
	transform: scale(1.02);
}

.map-btn:active {
	transform: scale(0.96);
}

/* LEFT SIDE MODAL STYLES */
.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1000;
	display: none;
	pointer-events: none;
}

.modal-container {
	position: fixed;
	left: 50%;
	bottom: 100px;
	width: 100%;
	max-width: 540px;
	max-height: calc(100% - 100px);
	border-radius: 16px 16px 0 0;
	box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.15);
	transform: translate(-50%, 100%);
	transition: transform 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
	z-index: 1001;
	display: flex;
	flex-direction: column;
	pointer-events: auto;
	overflow-y: auto;
}

.modal-overlay.active {
	display: block;
	pointer-events: none;
}

.modal-overlay.active .modal-container {
	transform: translate(-50%, 0);
}

/* Image Slider Styles */
.property-slider {
	position: relative;
	width: 100%;
	background: #f5f5f5;
	border-radius: 12px 12px 0px 0px;
	overflow: hidden;
}

.slider-container {
	position: relative;
	width: 100%;
	aspect-ratio: 16/9;
	overflow: hidden;
}

.slider-images {
	display: flex;
	transition: transform 0.3s ease-in-out;
	height: 100%;
}

.slider-image {
	width: 100%;
	flex-shrink: 0;
	object-fit: cover;
	aspect-ratio: 16/9;
}

.slider-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.5);
	color: white;
	border: none;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s;
	z-index: 10;
}

.slider-btn:hover {
	background: rgba(0, 0, 0, 0.7);
}

.slider-btn.prev {
	left: 12px;
}

.slider-btn.next {
	right: 12px;
}

.slider-dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	padding: 12px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.slider-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	transition: all 0.2s;
}

.slider-dot.active {
	background: white;
	width: 24px;
	border-radius: 4px;
}

.no-images {
	aspect-ratio: 16/9;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f0f2f5;
	color: #666;
	font-size: 0.9rem;
	border-radius: 12px;
}

.property-info {
	padding: 2px;
	background: white;
}

.modal-header {
	padding: 20px 20px 12px;
	border-bottom: 1px solid #eef2f5;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: sticky;
	top: 0;
	background: white;
	z-index: 10;
}

.modal-header h3 {
	font-size: 1.2rem;
	color: #1F2F3A;
	margin: 0;
}

.modal-close {
	background: rgba(0, 0, 0, 0.05);
	border: none;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	cursor: pointer;
	font-size: 20px;
	color: #666;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s;
}

.modal-close:hover {
	background: rgba(0, 0, 0, 0.1);
	transform: scale(1.05);
}

.modal-close:active {
	transform: scale(0.95);
}

.modal-content {
	padding: 0px;
	flex: 1;
}

.modal-footer {
	padding: 16px 20px 24px;
	border-top: 1px solid #eef2f5;
	background: white;
	position: sticky;
	bottom: 0;
}

.modal-contact-btn {
	width: 100%;
	padding: 12px;
	background: #1A73E8;
	color: white;
	border: none;
	border-radius: 12px;
	font-size: 1rem;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.2s;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.modal-contact-btn:hover {
	background: #1557b0;
	transform: translateY(-1px);
}

.modal-contact-btn:active {
	transform: translateY(0);
}

/* Inline action button (8:4 row, right column) */
.row-action-btn {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	background: #8BC34A;
	color: #fff;
	border: none;
	border-radius: 10px;
	padding: 8px 14px;
	font-size: 0.85rem;
	font-weight: 600;
	cursor: pointer;
	white-space: nowrap;
	transition: background 0.2s, transform 0.15s;
}

.row-action-btn:hover {
	background: #7cb340;
	transform: translateY(-1px);
}

.row-action-btn:active {
	transform: translateY(0);
}

/* Scrollbar styling */
.modal-container::-webkit-scrollbar {
	width: 6px;
}

.modal-container::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.modal-container::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 3px;
}

.modal-container::-webkit-scrollbar-thumb:hover {
	background: #555;
}

/* subtle attribution overlay */
.map-attribution {
	position: absolute;
	bottom: 85px;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(10px);
	padding: 4px 14px;
	border-radius: 32px;
	font-size: 10px;
	font-family: monospace;
	z-index: 80;
	white-space: nowrap;
	pointer-events: none;
	color: #eef2f5;
}

/* toast notifications */
.notification-toast {
	position: fixed;
	bottom: 100px;
	left: 50%;
	transform: translateX(-50%);
	background: #1F2F3A;
	color: white;
	padding: 10px 24px;
	border-radius: 60px;
	font-size: 0.85rem;
	font-weight: 500;
	z-index: 270;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
	backdrop-filter: blur(8px);
	white-space: nowrap;
	pointer-events: none;
	animation: fadeUp 0.2s ease;
	font-family: inherit;
}

@keyframes fadeUp {
	from {
		opacity: 0;
		transform: translateX(-50%) translateY(12px);
	}

	to {
		opacity: 1;
		transform: translateX(-50%) translateY(0);
	}
}

/* Loading overlay */
.loading-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 300;
	display: flex;
	align-items: center;
	justify-content: center;
	backdrop-filter: blur(6px);
}

.loading-spinner {
	background: white;
	padding: 18px 32px;
	border-radius: 64px;
	display: flex;
	align-items: center;
	gap: 14px;
	font-weight: 600;
	color: #1F2F3A;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

.loading-spinner i {
	font-size: 1.6rem;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/* Safe area & notch support */
@supports (padding-bottom: env(safe-area-inset-bottom)) {
	.bottom-nav {
		padding-bottom: calc(20px + env(safe-area-inset-bottom));
	}

	.map-floating-controls {
		bottom: calc(100px + env(safe-area-inset-bottom));
	}

	.notification-toast {
		bottom: calc(100px + env(safe-area-inset-bottom));
	}

	.map-attribution {
		bottom: calc(85px + env(safe-area-inset-bottom));
	}

	.modal-container {
		padding-bottom: env(safe-area-inset-bottom);
	}
}

/* Responsive fine-tuning */
@media (max-width: 550px) {
	.nav-item i {
		font-size: 1.4rem;
	}

	.nav-item span {
		font-size: 0.65rem;
	}

	.nav-item.primary-action {
		margin-top: -8px;
		padding: 6px 0;
	}

	.search-box {
		padding: 10px 18px;
	}

	.modal-container {
		max-width: 320px;
	}
}

@media (max-height: 620px) {
	.map-floating-controls {
		bottom: 80px;
	}

	.bottom-nav {
		padding: 6px 16px 14px 16px;
	}

	.nav-item {
		padding: 4px 2px;
	}
}

@media (max-height: 720px) {
	.currentLocationBtn {
		margin-bottom: 20px;
	}

	.zoomOutBtn {
		display: none;
	}

	.zoomInBtn {
		display: none;
	}
}

/* FAVORITE BUTTON */
.icon-btn {
	background: #333;
	border: none;
	border-radius: 50%;
	padding: 10px;
	color: #fff;
}

/* PRICE SECTION */
.price {
	color: #8BC34A;
	font-size: 14px;
	margin-left: 16px;
}

.price-value {
	font-size: 22px;
	font-weight: bold;
	margin: 5px 16px;
	color: #b0b7c3;
}

/* LOCATION */
.location {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #8BC34A;
	margin: 0 16px;
}

/* STATS */
.stats {

	display: flex;
	justify-content: flex-start;
	gap: 24px;
	/* controls spacing between items */
	margin: 16px;
	color: #aaa;
	font-size: 14px;
}

/* CARD */
.card {
	margin: 16px;
	padding: 16px;
	border: 1px solid #444;
	border-radius: 12px;
}

.card h2 {
	margin-top: 0;
}

/* LIST */
.row {
	display: flex;
	justify-content: space-between;
	padding: 8px 0;
	border-bottom: 1px solid #222;
	font-size: 14px;
}

.label {
	color: #aaa;
}

/* BUTTONS */
.bottom-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
}

.btn {
	flex: 1;
	padding: 16px;
	text-align: center;
	font-weight: bold;
	background: #8BC34A;
	color: #000;
}

.btn:nth-child(2) {
	background: #7CB342;
}

.header {
	padding: 16px;
	font-size: 20px;
	font-weight: 600;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.place-type {
	font-size: 11px;
	color: #888;
	margin-left: 4px;
}

/* Place results container */
.place-results {
	padding: 8px 12px;
	max-height: 180px;
	overflow-y: auto;
	background: #fafbfc;
	border-top: 1px solid #eef2f5;
}

.place-results::-webkit-scrollbar {
	width: 3px;
}

.place-results::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.place-results::-webkit-scrollbar-thumb {
	background: #8BC34A;
	border-radius: 10px;
}

.place-item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 0;
	border-bottom: 1px solid #f0f2f5;
	font-size: 13px;
	cursor: pointer;
	transition: background 0.2s;
}

.place-item:last-child {
	border-bottom: none;
}

.place-item:hover {
	background: #f5f7f9;
	padding-left: 8px;
	border-radius: 4px;
}

.place-item i {
	color: #8BC34A;
	width: 16px;
	font-size: 14px;
	flex-shrink: 0;
}

.place-item .place-name {
	flex: 1;
	color: #1F2F3A;
	font-weight: 500;
	font-size: 13px;
}

.place-item .place-distance {
	color: #888;
	font-size: 11px;
	flex-shrink: 0;
}

.place-item .place-type {
	color: #999;
	font-size: 10px;
	flex-shrink: 0;
}

/* ===== NEARBY PLACES TABS ===== */
.nearby-places {
	margin: 16px;
	border-radius: 14px;
	overflow: hidden;
	background: #1e2630;
}

.tabs-header {
	display: flex;
	overflow-x: auto;
	gap: 0;
	background: #1a2028;
	border-bottom: 1px solid #333;
	scrollbar-width: none;
	-ms-overflow-style: none;
	padding: 0;
}

.tabs-header::-webkit-scrollbar {
	display: none;
}

.tab-btn {
	flex: 0 0 auto;
	padding: 12px 16px;
	background: transparent;
	border: none;
	border-bottom: 3px solid transparent;
	color: #8a96a3;
	font-size: 12px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.25s ease;
	white-space: nowrap;
	display: flex;
	align-items: center;
	gap: 6px;
	font-family: inherit;
}

.tab-btn:hover {
	color: #c8d0d8;
	background: rgba(139, 195, 74, 0.05);
}

.tab-btn.active {
	color: #8BC34A;
	border-bottom-color: #8BC34A;
	background: rgba(139, 195, 74, 0.08);
}

.tab-btn i {
	font-size: 13px;
}

.tabs-content {
	min-height: 200px;
}

.tab-panel {
	display: none;
	animation: tabFadeIn 0.3s ease;
}

.tab-panel.active {
	display: block;
}

@keyframes tabFadeIn {
	from {
		opacity: 0;
		transform: translateY(4px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.tab-map-container {
	width: 100%;
	height: 220px;
	background: #2a3240;
	border-bottom: 1px solid #333;
}

.tab-loading {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 16px;
	color: #8a96a3;
	font-size: 13px;
}

.tab-loading i {
	animation: spin 1s linear infinite;
	color: #8BC34A;
}

/* ============================================================
   VIEW.PHP — Property detail page (scoped under .view-page)
   ============================================================ */
.view-page {
	--vp-brand: #8BC34A;
	--vp-brand-dark: #7cb340;
	--vp-ink: #222222;
	--vp-ink-soft: #6A6A6A;
	--vp-line: #DDDDDD;
	--vp-bg: #ffffff;
	--vp-soft: #F7F7F7;
	--vp-accent: #8bc83f;
	font-family: 'Inter', system-ui, sans-serif;
	color: var(--vp-ink);
	background: var(--vp-bg);
	line-height: 1.5;
	height: auto;
	min-height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
}

.view-page a {
	color: inherit;
	text-decoration: none;
}

.view-page img {
	display: block;
	max-width: 100%;
}

/* Header */
.view-page .vp-topbar {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(255, 255, 255, .92);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid var(--vp-line);
}

.view-page .vp-topbar-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 14px 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.view-page .vp-brand {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 800;
	font-size: 1.25rem;
	letter-spacing: .5px;
	color: #1A2C38;
}

.view-page .vp-back-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 600;
	color: var(--vp-ink-soft);
	padding: 8px 14px;
	border-radius: 24px;
	border: 1px solid var(--vp-line);
	transition: .15s;
}

.view-page .vp-back-link:hover {
	background: var(--vp-soft);
	color: var(--vp-ink);
}

.view-page .vp-top-actions {
	display: flex;
	align-items: center;
	gap: 8px;
}

.view-page .vp-icon-pill {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 1px solid var(--vp-line);
	background: #fff;
	display: grid;
	place-items: center;
	cursor: pointer;
	color: #222;
	transition: .15s;
}

.view-page .vp-icon-pill:hover {
	background: var(--vp-soft);
}

/* Layout */
.view-page .vp-wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding: 24px;
}

/* Slider */
.view-page .vp-slider {
	position: relative;
	border-radius: 18px;
	overflow: hidden;
	background: var(--vp-soft);
	aspect-ratio: 16/9;
}

.view-page .vp-track {
	display: flex;
	height: 100%;
	width: 100%;
	transition: transform .35s ease;
	will-change: transform;
}

.view-page .vp-slide {
	min-width: 100%;
	height: 100%;
}

.view-page .vp-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.view-page .vp-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 0;
	background: rgba(255, 255, 255, .92);
	color: #222;
	cursor: pointer;
	display: grid;
	place-items: center;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
	transition: .15s;
}

.view-page .vp-nav:hover {
	background: #fff;
}

.view-page .vp-nav.prev {
	left: 12px;
}

.view-page .vp-nav.next {
	right: 12px;
}

.view-page .vp-counter {
	position: absolute;
	top: 12px;
	right: 12px;
	background: rgba(0, 0, 0, .6);
	color: #fff;
	font-size: .78rem;
	font-weight: 600;
	padding: 4px 10px;
	border-radius: 20px;
}

.view-page .vp-dots {
	position: absolute;
	bottom: 12px;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	gap: 6px;
}

.view-page .vp-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .5);
	cursor: pointer;
	transition: .2s;
}

.view-page .vp-dot.active {
	background: #fff;
	width: 18px;
	border-radius: 4px;
}

/* Title row */
.view-page .vp-title-row {
	padding: 28px 0 22px;
	border-bottom: 1px solid var(--vp-line);
}

.view-page .vp-title-row h1 {
	font-size: 1.9rem;
	font-weight: 700;
	line-height: 1.2;
}

.view-page .vp-title-meta {
	margin-top: 8px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px 14px;
	color: var(--vp-ink-soft);
	font-size: .95rem;
}

.view-page .vp-title-meta .sep {
	color: #bbb;
}

.view-page .vp-title-meta .rating {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-weight: 600;
	color: var(--vp-ink);
}

.view-page .vp-verified-chip {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #222;
	font-weight: 600;
}

.view-page .vp-verified-chip i {
	color: var(--vp-brand);
}

.view-page .vp-save-btn {
	margin-left: auto;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border: 1px solid var(--vp-line);
	background: #fff;
	padding: 10px 16px;
	border-radius: 10px;
	cursor: pointer;
	font-weight: 600;
	transition: .15s;
}

.view-page .vp-save-btn:hover {
	background: var(--vp-soft);
}

.view-page .vp-save-btn .heart {
	color: var(--vp-accent);
}

.view-page .vp-save-btn.saved .heart {
	font-weight: 900;
}

/* Mobile title price */
.view-page .vp-title-price-mobile {
	display: none;
	font-size: 1.15rem;
	font-weight: 700;
	color: var(--vp-ink);
	margin-bottom: 4px;
}

.view-page .vp-title-price-mobile .per {
	color: var(--vp-ink-soft);
	font-weight: 500;
	font-size: .9rem;
}

/* Two column */
.view-page .vp-cols {
	display: grid;
	grid-template-columns: 1.7fr 1fr;
	gap: 48px;
	align-items: start;
	margin-top: 28px;
}

.view-page .vp-main-col {
	min-width: 0;
}

.view-page .vp-host-row {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 24px 0;
	border-bottom: 1px solid var(--vp-line);
}

.view-page .vp-avatar {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	object-fit: cover;
	background: var(--vp-brand);
}

.view-page .vp-host-info .name {
	font-weight: 600;
	font-size: 1.05rem;
}

.view-page .vp-host-info .sub {
	color: var(--vp-ink-soft);
	font-size: .85rem;
}

.view-page .vp-quick-facts {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
	padding: 24px 0;
	border-bottom: 1px solid var(--vp-line);
}

.view-page .vp-fact {
	display: flex;
	align-items: center;
	gap: 14px;
}

.view-page .vp-fact .ic {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: var(--vp-soft);
	display: grid;
	place-items: center;
	font-size: 1.1rem;
	color: #222;
}

.view-page .vp-fact .t {
	font-weight: 600;
}

.view-page .vp-fact .s {
	color: var(--vp-ink-soft);
	font-size: .85rem;
}

.view-page .vp-section {
	padding: 28px 0;
	border-bottom: 1px solid var(--vp-line);
}

.view-page .vp-section h2 {
	font-size: 1.35rem;
	font-weight: 700;
	margin-bottom: 14px;
}

.view-page .vp-section p {
	color: #444;
}

.view-page .vp-desc-grid {
	display: grid;
	gap: 10px;
}

.view-page .vp-amenities {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px 24px;
}

.view-page .vp-amen {
	display: flex;
	align-items: center;
	gap: 14px;
}

.view-page .vp-amen i {
	width: 24px;
	text-align: center;
	font-size: 1.05rem;
	color: #444;
}

.view-page .vp-amen .v {
	font-weight: 500;
}

.view-page .vp-amen .v small {
	display: block;
	color: var(--vp-ink-soft);
	font-weight: 400;
	font-size: .8rem;
}

.view-page .vp-media-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.view-page .vp-media-links a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border: 1px solid var(--vp-line);
	padding: 10px 16px;
	border-radius: 12px;
	font-weight: 600;
	transition: .15s;
}

.view-page .vp-media-links a:hover {
	background: var(--vp-soft);
}

.view-page .vp-media-links a i {
	color: var(--vp-brand);
}

/* Reservation card */
.view-page .vp-aside-col {
	position: sticky;
	top: 88px;
}

.view-page .vp-res-card {
	border: 1px solid var(--vp-line);
	border-radius: 18px;
	padding: 24px;
	box-shadow: 0 6px 24px rgba(0, 0, 0, .06);
}

.view-page .vp-res-price {
	display: flex;
	align-items: baseline;
	gap: 6px;
	margin-bottom: 18px;
}

.view-page .vp-res-price .amt {
	font-size: 1.7rem;
	font-weight: 700;
}

.view-page .vp-res-price .per {
	color: var(--vp-ink-soft);
}

.view-page .vp-res-fields {
	border: 1px solid var(--vp-line);
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 12px;
}

.view-page .vp-res-field {
	padding: 12px 14px;
	border-bottom: 1px solid var(--vp-line);
}

.view-page .vp-res-field:last-child {
	border-bottom: 0;
}

.view-page .vp-res-field label {
	display: block;
	font-size: .72rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .4px;
}

.view-page .vp-res-field input {
	border: 0;
	outline: 0;
	width: 100%;
	font: inherit;
	background: transparent;
	padding: 2px 0 0;
	cursor: pointer;
	color: #222;
}

.view-page .vp-res-btn-row {
	display: flex;
	gap: 10px;
}

.view-page .vp-res-btn {
	flex: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: var(--vp-accent);
	color: #fff;
	border: 0;
	border-radius: 12px;
	padding: 15px;
	font-size: 1rem;
	font-weight: 700;
	cursor: pointer;
	transition: .15s;
	text-decoration: none;
}

.view-page .vp-res-btn:hover {
	background: #8bc83f;
}

.view-page .vp-res-btn.call {
	background: #1A2C38;
}

.view-page .vp-res-btn.call:hover {
	background: #0f1f28;
}

.view-page .vp-res-btn.sms {
	background: var(--vp-accent);
}

.view-page .vp-res-btn.sms:hover {
	background: #8bc83f;
}

.view-page .vp-res-note {
	text-align: center;
	color: var(--vp-ink-soft);
	font-size: .82rem;
	margin-top: 12px;
}

.view-page .vp-res-summary {
	margin-top: 16px;
	display: grid;
	gap: 8px;
	font-size: .92rem;
}

.view-page .vp-res-summary .line {
	display: flex;
	justify-content: space-between;
}

.view-page .vp-res-summary .line span:last-child {
	color: #222;
}

.view-page .vp-res-summary .total {
	border-top: 1px solid var(--vp-line);
	padding-top: 10px;
	font-weight: 700;
	font-size: 1.05rem;
}

/* Fixed bottom CTA (mobile) */
.view-page .vp-mobile-cta {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 60;
	display: none;
	background: #fff;
	border-top: 1px solid var(--vp-line);
	box-shadow: 0 -4px 16px rgba(0, 0, 0, .08);
	padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
}

.view-page .vp-mobile-cta .m-row {
	display: flex;
	gap: 10px;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
}

.view-page .vp-mobile-cta .m-price {
	flex: 1;
	min-width: 0;
}

.view-page .vp-mobile-cta .m-price .amt {
	font-weight: 800;
	font-size: 1.05rem;
}

.view-page .vp-mobile-cta .m-price .per {
	color: var(--vp-ink-soft);
	font-size: .82rem;
}

.view-page .vp-mobile-cta .vp-res-btn {
	flex: 0 0 auto;
	min-width: 104px;
	padding: 13px 16px;
	font-size: .95rem;
}

/* Map */
.view-page .vp-map-wrap {
	border-radius: 18px;
	overflow: hidden;
	border: 1px solid var(--vp-line);
	margin-top: 8px;
}

.view-page .vp-map-wrap iframe {
	width: 100%;
	height: 360px;
	border: 0;
	display: block;
}

.view-page .vp-map-cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 14px;
	font-weight: 600;
	color: #fff;
	background: #1A2C38;
	padding: 11px 18px;
	border-radius: 10px;
}

.view-page .vp-map-cta:hover {
	background: #0f1f28;
}

/* Local area info tabs + map */
.view-page .vp-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 12px;
}

.view-page .vp-tab {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	border: 1px solid var(--vp-line);
	background: #fff;
	color: var(--vp-ink-soft);
	padding: 8px 14px;
	border-radius: 24px;
	font-size: 0.85rem;
	font-weight: 600;
	cursor: pointer;
	transition: 0.15s;
}

.view-page .vp-tab:hover {
	background: var(--vp-soft);
	color: var(--vp-ink);
}

.view-page .vp-tab.active {
	background: #1A2C38;
	color: #fff;
	border-color: #1A2C38;
}

.view-page .vp-local-map {
	margin-top: 0;
}

.view-page .vp-local-map #vpLocalMap {
	width: 100%;
	height: 380px;
	display: block;
}

.view-page .vp-local-count {
	margin-top: 10px;
	color: var(--vp-ink-soft);
	font-size: 0.85rem;
}

/* Reviews */
.view-page .vp-reviews {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.view-page .vp-review {
	border: 1px solid var(--vp-line);
	border-radius: 14px;
	padding: 18px;
}

.view-page .vp-review .who {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 10px;
}

.view-page .vp-review .who .av {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--vp-brand);
	color: #fff;
	display: grid;
	place-items: center;
	font-weight: 700;
}

.view-page .vp-review .who .n {
	font-weight: 600;
}

.view-page .vp-review .who .d {
	color: var(--vp-ink-soft);
	font-size: .8rem;
}

.view-page .vp-review .stars {
	color: #FFB400;
	margin-bottom: 6px;
	font-size: .85rem;
}

.view-page .vp-review p {
	color: #444;
	font-size: .92rem;
}

.view-page .vp-reviews-empty {
	color: var(--vp-ink-soft);
}

/* Footer */
.view-page .vp-footer {
	border-top: 1px solid var(--vp-line);
	margin-top: 40px;
	padding: 30px 24px;
	text-align: center;
	color: var(--vp-ink-soft);
	font-size: .85rem;
}

/* States */
.view-page .vp-state {
	padding: 80px 24px;
	text-align: center;
	color: var(--vp-ink-soft);
}

.view-page .vp-state .spin {
	font-size: 2rem;
	color: var(--vp-brand);
	margin-bottom: 12px;
}

.view-page .vp-state h2 {
	color: var(--vp-ink);
	margin-bottom: 6px;
}

/* Responsive */
@media (max-width:980px) {
	.view-page .vp-cols {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.view-page .vp-aside-col {
		position: static;
	}

	.view-page .vp-amenities,
	.view-page .vp-reviews {
		grid-template-columns: 1fr;
	}
}

@media (max-width:680px) {
	.view-page .vp-wrap {
		padding: 16px;
	}

	.view-page {
		padding-bottom: 84px;
	}

	.view-page .vp-title-price-mobile {
		display: block;
	}

	.view-page .vp-title-row h1 {
		font-size: 1.45rem;
	}

	.view-page .vp-quick-facts {
		grid-template-columns: 1fr;
	}

	.view-page .vp-top-actions .vp-back-link span {
		display: none;
	}

	.view-page .vp-res-card .vp-res-btn-row {
		display: none;
	}

	.view-page .vp-mobile-cta {
		display: block;
	}

	.view-page .vp-mobile-cta .m-price {
		display: none;
	}

	.view-page .vp-mobile-cta .vp-res-btn {
		flex: 1;
		min-width: 0;
	}

	.view-page .vp-local-map #vpLocalMap {
		height: 300px;
	}
}