@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;500;600;700;800;900&display=swap");

:root {
	--cvh-ink: #123e56;
	--cvh-deep: #093c5d;
	--cvh-muted: #637888;
	--cvh-purple: #093c5d;
	--cvh-purple-dark: #062f49;
	--cvh-coral: #f27689;
	--cvh-coral-dark: #df5b72;
	--cvh-aqua: #aadeef;
	--cvh-aqua-soft: #f2fbfe;
	--cvh-green: #beda73;
	--cvh-green-soft: #f6fae8;
	--cvh-yellow: #fdd760;
	--cvh-yellow-soft: #fff8df;
	--cvh-beige: #f6fbfd;
	--cvh-blue: #eef8fc;
	--cvh-line: #d9e8ef;
	--cvh-teal: #093c5d;
	--cvh-teal-dark: #062f49;
	--cvh-surface: #ffffff;
	--cvh-surface-warm: #fffdf7;
	--cvh-shadow: 0 18px 44px rgba(9, 60, 93, 0.1);
}

html {
	scroll-behavior: smooth;
}

html.cvh-mobile-search-lock,
html.cvh-mobile-search-lock body {
	overflow: hidden;
}

.kb-home-page #masthead,
.kb-home-page #colophon,
.kb-home-page .site-header,
.kb-home-page .site-footer,
.kb-home-page .site-primary-header-wrap,
.kb-home-page .ast-mobile-header-wrap,
.kb-home-page .ast-footer-copyright,
.kb-home-page #ast-scroll-top,
.kb-home-page .ast-scroll-top-icon,
body.home #masthead,
body.home #colophon,
body.home .site-header,
body.home .site-footer,
body.home .site-primary-header-wrap,
body.home .ast-mobile-header-wrap,
body.home .ast-footer-copyright,
body.home #ast-scroll-top,
body.home .ast-scroll-top-icon,
body:has(.kb-home) #masthead,
body:has(.kb-home) #colophon,
body:has(.kb-home) .site-header,
body:has(.kb-home) .site-footer,
body:has(.kb-home) #ast-scroll-top,
body:has(.kb-home) .ast-scroll-top-icon,
#cvh-budget,
.cvh-trust-strip,
.cvh-final-btn,
section:has(.cvh-final-btn) {
	display: none !important;
}

.kb-home-page {
	margin: 0;
	background: #fff;
	color: var(--cvh-ink);
	font-family: Inter, "Nunito Sans", "Segoe UI", Arial, sans-serif;
}

.kb-home,
.kb-home * {
	box-sizing: border-box;
}

.kb-home {
	overflow: hidden;
	background: #fff;
	color: var(--cvh-ink);
	font-size: 16px;
	line-height: 1.5;
}

.kb-home img,
.kb-home svg {
	display: block;
}

.kb-home a {
	color: inherit;
	text-decoration: none;
}

.kb-home button,
.kb-home input,
.kb-home select,
.kb-home a {
	-webkit-tap-highlight-color: transparent;
}

.kb-home button,
.kb-home input,
.kb-home select {
	font: inherit;
	letter-spacing: 0;
}

.kb-home button {
	user-select: none;
}

.kb-home button:focus,
.kb-home button:active,
.kb-home a:focus,
.kb-home a:active {
	outline: none;
	box-shadow: none;
	-webkit-tap-highlight-color: transparent;
}

.kb-home button:focus-visible,
.kb-home a:focus-visible,
.kb-home input:focus-visible,
.kb-home select:focus-visible {
	outline: 3px solid rgba(103, 87, 217, 0.35);
	outline-offset: 3px;
}

.cvh-shell {
	width: min(100% - 40px, 1340px);
	margin: 0 auto;
}

.cvh-heading {
	margin: 0;
	color: var(--cvh-ink);
	font-size: clamp(48px, 4.4vw, 82px);
	font-weight: 300;
	line-height: 1.05;
	letter-spacing: 0;
}

.cvh-heading span {
	display: block;
	font-weight: 800;
}

.cvh-section {
	position: relative;
	padding: 110px 0;
}

.cvh-section--light {
	background: #fff;
}

.cvh-section--beige {
	background: var(--cvh-beige);
}

.cvh-pill-btn,
.cvh-green-btn,
.cvh-line-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	border-radius: 999px;
	padding: 0 30px;
	font-size: 16px;
	font-weight: 800;
	line-height: 1;
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.cvh-pill-btn {
	border: 2px solid var(--cvh-purple);
	color: var(--cvh-deep);
	background: transparent;
}

.cvh-green-btn {
	border: 2px solid #2bd767;
	background: #2bd767;
	color: #fff;
}

.cvh-line-btn {
	border: 2px solid rgba(255, 255, 255, 0.9);
	color: #fff;
	background: transparent;
}

.cvh-pill-btn:hover,
.cvh-green-btn:hover,
.cvh-line-btn:hover {
	transform: translateY(-2px);
}

/* Hero */
.cvh-hero-wrap {
	position: relative;
	min-height: calc(100svh + 120px);
	background: #fff;
	padding: 0 0 120px;
}

.cvh-hero-wrap > .cvh-shell {
	width: 100%;
	max-width: none;
	padding: 0;
}

.cvh-hero {
	position: relative;
	min-height: 100svh;
}

.cvh-hero__media {
	position: relative;
	width: 100%;
	height: 100vh;
	min-height: 660px;
	max-height: 980px;
	overflow: hidden;
	background: #1f2937;
	cursor: grab;
	touch-action: pan-y;
	user-select: none;
}

@supports (height: 100svh) {
	.cvh-hero__media {
		height: 100svh;
	}
}

.cvh-hero__slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	transform: scale(1.02);
	transition: opacity 700ms ease, transform 1700ms ease;
}

.cvh-hero__media.is-dragging {
	cursor: grabbing;
}

.cvh-hero__slide.is-active {
	opacity: 1;
	transform: scale(1);
}

.cvh-hero__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.cvh-hero__dots {
	position: absolute;
	z-index: 5;
	top: 34px;
	left: 50%;
	display: flex;
	gap: 12px;
	transform: translateX(-50%);
}

.cvh-hero__dots button {
	width: 28px;
	height: 4px;
	border: 0;
	border-radius: 999px;
	padding: 0;
	background: rgba(255, 255, 255, 0.58);
	cursor: pointer;
	transition: width 180ms ease, background 180ms ease;
}

.cvh-hero__dots button.is-active {
	width: 40px;
	background: #fff;
}

.cvh-hero__arrow {
	position: absolute;
	z-index: 6;
	top: 50%;
	display: grid;
	width: 42px;
	height: 58px;
	place-items: center;
	border: 0;
	border-radius: 0;
	background: rgba(37, 41, 48, 0.32);
	color: #fff;
	cursor: pointer;
	transform: translateY(-50%);
	transition: background 180ms ease, opacity 180ms ease;
}

.cvh-hero__arrow svg {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 22px;
	height: 22px;
	stroke: currentColor;
	stroke-width: 2.4;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	transform: translate(-50%, -50%);
}

.cvh-carousel__btn svg {
	width: 30px;
	height: 30px;
	stroke: currentColor;
	stroke-width: 2.4;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.cvh-hero__arrow--prev {
	left: 0;
}

.cvh-hero__arrow--next {
	right: 0;
}

.cvh-hero__arrow--next svg {
	transform: translate(calc(-50% + 1px), -50%);
}

.cvh-hero__arrow:hover,
.cvh-hero__arrow:active,
.cvh-hero__arrow:focus,
.cvh-hero__arrow:focus-visible {
	background: rgba(37, 41, 48, 0.42) !important;
	color: #fff !important;
	box-shadow: none !important;
	outline: none;
}

.cvh-search {
	position: absolute;
	z-index: 8;
	left: 50%;
	bottom: -64px;
	width: min(1040px, calc(100% - 48px));
	padding: 18px 24px 18px;
	border-radius: 26px;
	background: rgba(255, 255, 255, 0.97);
	box-shadow: 0 20px 46px rgba(22, 31, 52, 0.16);
	transform: translateX(-50%);
	backdrop-filter: blur(12px);
}

.cvh-search__top {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 14px;
	margin-bottom: 14px;
}

.cvh-search__top p,
.cvh-search__chips p {
	margin: 0;
	color: var(--cvh-ink);
	font-size: 15px;
	font-weight: 800;
	text-transform: lowercase;
}

.cvh-duration-switcher {
	display: inline-flex;
	padding: 4px;
	border-radius: 999px;
	background: #f4f4f4;
}

.cvh-duration-switcher label {
	position: relative;
	display: inline-flex;
	cursor: pointer;
}

.cvh-duration-switcher input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.cvh-duration-switcher span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 104px;
	height: 32px;
	border-radius: 999px;
	color: #555963;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
}

.cvh-duration-switcher input:checked + span {
	background: #fff;
	color: #4e5058;
	box-shadow: 0 6px 14px rgba(20, 28, 43, 0.12);
}

.cvh-mobile-search-inline,
.cvh-mobile-search-trigger,
.cvh-search__submit--mobile-inline,
.cvh-mobile-search-backdrop {
	display: none;
}

.cvh-search__row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 64px;
	align-items: center;
	gap: 14px;
}

.cvh-search__fields {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch;
	border: 1px solid #dedede;
	border-radius: 999px;
	background: #fff;
	overflow: visible;
}

.cvh-search__field {
	position: relative;
	display: grid;
	grid-template-columns: 28px 1fr;
	align-items: center;
	gap: 13px;
	min-height: 64px;
	padding: 10px 20px;
	border: 0;
	border-left: 1px solid #dedede;
	background: transparent;
}

.cvh-search__field:first-child {
	border-left: 0;
}

.cvh-search__icon {
	display: grid;
	width: 24px;
	height: 24px;
	place-items: center;
	color: #a3a8b3;
}

.cvh-search__icon svg {
	width: 23px;
	height: 23px;
	stroke: currentColor;
	stroke-width: 2.4;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.cvh-search__field-body {
	min-width: 0;
}

.cvh-search__field label {
	display: block;
	margin-bottom: 2px;
	color: #454750;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.12;
	text-transform: lowercase;
}

.cvh-select-trigger,
.cvh-budget-trigger {
	display: flex;
	align-items: center;
	width: 100%;
	height: 28px;
	border: 0;
	padding: 0;
	background: transparent !important;
	color: #9a9da5;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.15;
	text-align: left;
	outline: none;
	cursor: pointer;
	box-shadow: none !important;
}

.cvh-select-trigger:hover,
.cvh-select-trigger:active,
.cvh-select-trigger:focus,
.cvh-budget-trigger:hover,
.cvh-budget-trigger:active,
.cvh-budget-trigger:focus {
	background: transparent !important;
	color: #8a8f99 !important;
	box-shadow: none !important;
	outline: none;
}

.cvh-search__submit {
	display: inline-grid;
	width: 64px;
	height: 64px;
	place-items: center;
	border: 0;
	border-radius: 50%;
	padding: 0;
	align-self: center;
	background: var(--cvh-purple);
	color: #fff;
	cursor: pointer;
	transition: transform 180ms ease, background 180ms ease;
}

.cvh-search__submit svg {
	display: block;
	width: 31px;
	height: 31px;
	stroke: currentColor;
	stroke-width: 2.2;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.cvh-search__submit:hover,
.cvh-search__submit:active,
.cvh-search__submit:focus-visible {
	background: var(--cvh-purple-dark) !important;
	color: #fff !important;
	transform: translateY(-1px);
	outline: none;
}

.cvh-popover {
	position: absolute;
	z-index: 20;
	top: calc(100% + 14px);
	left: 0;
	width: 363px;
	max-width: min(363px, calc(100vw - 40px));
	padding: 16px;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 14px 32px rgba(22, 31, 52, 0.18);
	opacity: 0;
	pointer-events: none;
	transform: translateY(-6px);
	transition: opacity 160ms ease, transform 160ms ease;
}

.cvh-search__field.is-open .cvh-popover {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.cvh-select-popover {
	padding: 16px;
}

.cvh-select-popover__header {
	display: none;
}

.cvh-select-popover__body {
	display: contents;
}

.cvh-select-popover--compact {
	width: 292px;
}

.cvh-select-list {
	display: flex;
	max-height: 30rem;
	flex-direction: column;
	gap: 8px;
	margin-right: -10px;
	overflow-y: auto;
	padding-right: 10px;
	scrollbar-width: thin;
	scrollbar-color: #d1d5db transparent;
}

.cvh-select-option {
	position: relative;
	display: flex;
	width: 100%;
	min-height: 48px;
	align-items: center;
	gap: 12px;
	border: 1px solid #e5e5e5;
	border-radius: 24px;
	padding: 12px 14px;
	background: #fff !important;
	color: #6d7280;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
	text-align: left;
	cursor: pointer;
	transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
	box-shadow: none !important;
	text-transform: none;
}

.cvh-select-option:hover,
.cvh-select-option:focus-visible {
	border-color: rgba(255, 101, 79, 0.45);
	background: #f7f7f7 !important;
	color: #4e5058 !important;
	outline: none;
}

.cvh-select-option.is-active {
	border-color: rgba(255, 101, 79, 0.36);
	background: #f5f5f5 !important;
	color: #4e5058 !important;
}

.cvh-select-checkbox {
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
	border: 2px solid #d1d5db;
	border-radius: 6px;
	background: #fff;
	transition: background 160ms ease, border-color 160ms ease;
}

.cvh-select-checkbox::after {
	position: absolute;
	top: 2px;
	left: 5px;
	display: none;
	width: 6px;
	height: 11px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	content: "";
	transform: rotate(45deg);
}

.cvh-select-option.is-active .cvh-select-checkbox {
	border-color: var(--cvh-coral);
	background: var(--cvh-coral);
}

.cvh-select-option.is-active .cvh-select-checkbox::after {
	display: block;
}

.cvh-select-option__text {
	min-width: 0;
}

.cvh-range {
	right: 0;
	left: auto;
	width: 352px;
	padding: 16px 24px 18px;
}

.cvh-range__values {
	display: flex;
	align-items: center;
	gap: 10px;
}

.cvh-range__box {
	width: 100%;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	padding: 11px 14px;
	background: #fff;
	text-align: left;
}

.cvh-range__box p {
	margin: 0 0 8px;
	color: #5f6570;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.15;
	text-transform: lowercase;
}

.cvh-range__box strong {
	display: inline-flex;
	align-items: baseline;
	gap: 7px;
	color: #8a8f99;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.1;
	white-space: nowrap;
}

.cvh-range__box strong span:first-child {
	font-size: 13px;
	font-weight: 500;
}

.cvh-range__dash {
	display: block;
	width: 8px;
	height: 1px;
	flex: 0 0 8px;
	background: #4e5058;
}

.cvh-range__slider {
	position: relative;
	height: 32px;
	margin-top: 24px;
}

.cvh-range__track,
.cvh-range__fill {
	position: absolute;
	top: 12px;
	right: 0;
	left: 0;
	height: 8px;
	border-radius: 999px;
}

.cvh-range__track {
	background: #edf0f6;
}

.cvh-range__fill {
	background: var(--cvh-purple);
}

.cvh-range__input {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 32px;
	margin: 0;
	background: none;
	pointer-events: none;
	appearance: none;
	-webkit-appearance: none;
}

.cvh-range__input::-webkit-slider-runnable-track {
	height: 8px;
	border: 0;
	background: transparent;
}

.cvh-range__input::-moz-range-track {
	height: 8px;
	border: 0;
	background: transparent;
}

.cvh-range__input::-webkit-slider-thumb {
	width: 24px;
	height: 32px;
	border: 0;
	border-radius: 8px;
	background-color: #fff;
	background-image:
		linear-gradient(#9ca0a9, #9ca0a9),
		linear-gradient(#9ca0a9, #9ca0a9),
		linear-gradient(#9ca0a9, #9ca0a9);
	background-position: 8px 9px, 12px 9px, 16px 9px;
	background-repeat: no-repeat;
	background-size: 1px 14px;
	box-shadow: 0 5px 14px rgba(41, 49, 74, 0.22);
	cursor: pointer;
	pointer-events: auto;
	appearance: none;
	-webkit-appearance: none;
}

.cvh-range__input::-moz-range-thumb {
	width: 24px;
	height: 32px;
	border: 0;
	border-radius: 8px;
	background-color: #fff;
	background-image:
		linear-gradient(#9ca0a9, #9ca0a9),
		linear-gradient(#9ca0a9, #9ca0a9),
		linear-gradient(#9ca0a9, #9ca0a9);
	background-position: 8px 9px, 12px 9px, 16px 9px;
	background-repeat: no-repeat;
	background-size: 1px 14px;
	box-shadow: 0 5px 14px rgba(41, 49, 74, 0.22);
	cursor: pointer;
	pointer-events: auto;
}

.cvh-range__apply {
	display: inline-flex;
	width: 100%;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	margin-top: 28px;
	border: 2px solid var(--cvh-purple);
	border-radius: 999px;
	background: var(--cvh-purple) !important;
	color: #fff !important;
	font-size: 15px;
	font-weight: 900;
	line-height: 1;
	text-transform: lowercase;
	cursor: pointer;
	transition: opacity 160ms ease;
}

.cvh-range__apply:hover,
.cvh-range__apply:active,
.cvh-range__apply:focus-visible {
	background: var(--cvh-purple) !important;
	color: #fff !important;
	opacity: 0.9;
	outline: none;
}

.cvh-search__chips {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 18px;
	flex-wrap: wrap;
}

.cvh-search__chips > div {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.cvh-chip {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	border-radius: 999px;
	padding: 0 18px;
	color: #fff !important;
	font-size: 18px;
	font-weight: 900;
	transition: opacity 160ms ease;
}

.cvh-chip:nth-child(3n + 1) {
	background: #555963;
}

.cvh-chip:nth-child(3n + 2) {
	background: var(--cvh-aqua);
}

.cvh-chip:nth-child(3n) {
	background: var(--cvh-coral);
}

.cvh-chip:hover,
.cvh-chip:focus-visible {
	color: #fff !important;
	opacity: 0.84;
	outline: none;
}

/* Intro */
.cvh-intro {
	display: grid;
	grid-template-columns: minmax(280px, 0.9fr) minmax(240px, 0.55fr) minmax(340px, 1fr);
	align-items: center;
	gap: 34px;
}

.cvh-intro__title {
	padding-right: 34px;
	border-right: 1px solid #e7e2da;
}

.cvh-intro__features ul {
	display: grid;
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cvh-intro__feature-item {
	display: grid;
	grid-template-columns: 36px 1fr;
	align-items: center;
	gap: 18px;
	color: #4d4f59;
	font-size: 16px;
	font-weight: 600;
}

.cvh-intro__feature-icon {
	width: 34px;
	height: 34px;
	object-fit: contain;
}

.cvh-intro__image {
	overflow: hidden;
	min-height: 280px;
	border-radius: 0 70px 0 70px;
	background: #eff3f7;
}

.cvh-intro__image img {
	width: 100%;
	height: 100%;
	min-height: 300px;
	object-fit: cover;
	object-position: center;
}

/* Shared editorial and carousels */
.cvh-editorial,
.cvh-editorial--reverse {
	display: grid;
	grid-template-columns: minmax(250px, 0.35fr) minmax(0, 1fr);
	align-items: center;
	gap: 72px;
}

.cvh-editorial--reverse {
	grid-template-columns: minmax(0, 1fr) minmax(270px, 0.34fr);
}

.cvh-editorial__copy p {
	max-width: 320px;
	margin: 32px 0 0;
	color: #626977;
	font-size: 18px;
	line-height: 1.55;
}

.cvh-editorial__copy .cvh-pill-btn {
	margin-top: 26px;
}

.cvh-carousel__controls {
	display: flex;
	gap: 16px;
	margin-top: 34px;
}

.cvh-carousel__controls--tight {
	margin-top: 30px;
}

.cvh-carousel__btn {
	display: grid;
	width: 54px;
	height: 54px;
	place-items: center;
	border: 1px solid #dee3eb;
	border-radius: 50%;
	background: #fff;
	color: #697184;
	box-shadow: 0 8px 18px rgba(25, 33, 49, 0.06);
	cursor: pointer;
	transition: transform 180ms ease, background 180ms ease, color 180ms ease, opacity 180ms ease;
}

.cvh-carousel__btn:hover,
.cvh-carousel__btn:active,
.cvh-carousel__btn:focus {
	background: #f5f2eb !important;
	color: var(--cvh-ink) !important;
	box-shadow: 0 8px 18px rgba(25, 33, 49, 0.06) !important;
	transform: translateY(-1px);
}

.cvh-carousel__btn:disabled {
	opacity: 0.42;
	cursor: default;
	transform: none;
}

.cvh-scroller {
	display: flex;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
	scrollbar-width: none;
}

.cvh-scroller::-webkit-scrollbar {
	display: none;
}

/* Kost cards */
#cvh-kost {
	padding: 98px 0 112px;
}

.cvh-editorial__list--kost {
	margin-left: calc((100vw - min(1340px, 100vw - 40px)) / -2);
	overflow: visible;
}

.cvh-scroller--rail-kost {
	min-height: 520px;
	gap: 48px;
	padding: 0 0 12px max(34px, calc((100vw - 1340px) / 2));
	align-items: flex-start;
}

.cvh-property-card {
	flex: 0 0 min(520px, 38vw);
	min-width: 390px;
	background: transparent;
	color: var(--cvh-ink);
}

.cvh-property-card:nth-child(2n) {
	padding-top: 128px;
}

.cvh-property-card__image {
	overflow: hidden;
	height: 330px;
	border-radius: 7px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(27, 33, 47, 0.08);
}

.cvh-property-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 500ms ease;
}

.cvh-property-card:hover .cvh-property-card__image img {
	transform: scale(1.035);
}

.cvh-property-card__image.is-grayscale img {
	filter: grayscale(0.12) saturate(0.78);
}

.cvh-property-card__body {
	padding: 18px 0 0;
}

.cvh-property-card__body h3 {
	margin: 0;
	color: var(--cvh-ink);
	font-size: 24px;
	font-weight: 900;
	line-height: 1.12;
}

.cvh-property-card__body p,
.cvh-status {
	display: none;
}

/* Room cards */
#cvh-kamar {
	padding: 100px 0 118px;
}

#cvh-kamar .cvh-editorial {
	grid-template-columns: minmax(260px, 0.32fr) minmax(0, 1fr);
	gap: 68px;
}

.cvh-editorial__list--kamar {
	margin-right: calc((100vw - min(1340px, 100vw - 40px)) / -2);
	overflow: visible;
}

.cvh-scroller--rail-kamar {
	gap: 22px;
	padding: 0 42px 16px 0;
}

.cvh-room-card {
	position: relative;
	flex: 0 0 334px;
	min-height: 632px;
	overflow: hidden;
	border: 1px solid #e4e7ee;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 9px 20px rgba(25, 33, 49, 0.08);
	color: var(--cvh-ink);
}

.cvh-room-card__image {
	position: relative;
	height: 220px;
	overflow: hidden;
	background: #eef2f6;
}

.cvh-room-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 500ms ease;
}

.cvh-room-card:hover .cvh-room-card__image img {
	transform: scale(1.035);
}

.cvh-room-card__badge,
.cvh-room-card__category {
	position: absolute;
	z-index: 2;
	left: 0;
	display: inline-flex;
	align-items: center;
	min-height: 29px;
	border-radius: 0 7px 7px 0;
	padding: 0 12px;
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	line-height: 1;
}

.cvh-room-card__badge {
	top: 0;
	background: var(--cvh-aqua);
}

.cvh-room-card__badge--coming_soon,
.cvh-room-card__badge--penuh {
	background: #6d7486;
}

.cvh-room-card__badge--hampir_penuh {
	background: #f9be67;
}

.cvh-room-card__category {
	bottom: 0;
	background: var(--cvh-aqua);
	text-transform: lowercase;
}

.cvh-room-card__promo {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	min-height: 64px;
	padding: 0 18px;
	background: var(--cvh-green);
	color: #fff;
}

.cvh-room-card__promo span {
	font-size: 22px;
	font-weight: 900;
}

.cvh-room-card__promo em {
	font-size: 15px;
	font-style: italic;
	font-weight: 600;
}

.cvh-room-card__body {
	display: flex;
	min-height: 346px;
	flex-direction: column;
	padding: 22px 18px 20px;
}

.cvh-room-card__body h3 {
	margin: 0 0 5px;
	color: var(--cvh-ink);
	font-size: 22px;
	font-weight: 900;
	line-height: 1.2;
}

.cvh-room-card__body p {
	margin: 0;
	color: #697184;
	font-size: 16px;
}

.cvh-room-card__summary {
	margin-top: 10px !important;
	color: #3f4657 !important;
	font-size: 16px !important;
	line-height: 1.35;
}

.cvh-room-card__meta {
	display: flex;
	gap: 6px;
	margin-top: 18px;
	flex-wrap: wrap;
}

.cvh-room-card__meta span {
	display: inline-flex;
	align-items: center;
	min-height: 25px;
	border-radius: 999px;
	padding: 0 9px;
	background: #f0f1f4;
	color: #555c69;
	font-size: 13px;
	font-weight: 800;
}

.cvh-room-card__price {
	margin-top: auto;
	color: #ed1d3a;
	font-size: 22px;
	font-weight: 900;
	text-align: right;
}

/* Lifestyle */
.cvh-lifestyle {
	display: grid;
	grid-template-columns: minmax(0, 1.38fr) minmax(280px, 0.62fr);
	align-items: center;
	gap: 64px;
}

.cvh-lifestyle__list {
	display: grid;
	grid-template-columns: repeat(4, minmax(150px, 1fr));
	gap: 24px;
}

.cvh-lifestyle-card {
	display: flex;
	min-height: 248px;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #eadfcd;
	border-radius: 8px;
	padding: 22px 18px 20px;
	background: #fff8ec;
	box-shadow: 0 10px 24px rgba(41, 34, 25, 0.08);
	text-align: center;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.cvh-lifestyle-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 16px 32px rgba(41, 34, 25, 0.12);
}

.cvh-lifestyle-card img {
	width: 135px;
	height: 135px;
	object-fit: contain;
}

.cvh-lifestyle-card span {
	color: var(--cvh-ink);
	font-size: 20px;
	font-weight: 900;
	line-height: 1.12;
}

/* Community */
#cvh-komunitas {
	padding: 104px 0 112px;
}

.cvh-testi {
	display: grid;
	grid-template-columns: minmax(390px, 1.25fr) minmax(270px, 0.82fr) minmax(250px, 0.58fr);
	align-items: stretch;
	gap: 28px;
}

.cvh-testi__left,
.cvh-testi__middle {
	overflow: hidden;
	border-radius: 8px;
}

.cvh-testi__left {
	background: #fff6e8;
}

.cvh-tabs {
	display: flex;
	gap: 12px;
	padding: 28px 28px 8px;
}

.cvh-tabs button {
	min-height: 42px;
	border: 1px solid #d8dce8;
	border-radius: 999px;
	padding: 0 24px;
	background: #f3f2f6;
	color: #596074;
	font-size: 16px;
	font-weight: 900;
	cursor: pointer;
}

.cvh-tabs button.is-active {
	border-color: var(--cvh-purple);
	background: var(--cvh-purple);
	color: #fff;
}

.cvh-tab-panel {
	display: none;
}

.cvh-tab-panel.is-active {
	display: block;
}

.cvh-testi__quote {
	padding: 8px 28px 22px;
	color: #4b5260;
}

.cvh-testi__quote > span {
	color: #ffc565;
	font-size: 48px;
	font-weight: 800;
	line-height: 1;
}

.cvh-testi__quote p {
	margin: 0 0 22px;
	font-size: 19px;
	line-height: 1.5;
}

.cvh-testi__quote strong {
	display: block;
	color: var(--cvh-deep);
	font-size: 17px;
	font-weight: 900;
}

.cvh-testi__media {
	position: relative;
	display: block;
	height: 286px;
	overflow: hidden;
	background: #25272e;
}

.cvh-testi__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.cvh-testi__media span {
	position: absolute;
	top: 50%;
	left: 50%;
	display: grid;
	width: 72px;
	height: 72px;
	place-items: center;
	border-radius: 50%;
	background: #f00;
	color: #fff;
	font-size: 32px;
	transform: translate(-50%, -50%);
}

.cvh-testi__link {
	display: inline-flex;
	margin: 0 28px 28px;
	color: var(--cvh-purple);
	font-weight: 900;
}

.cvh-testi__middle {
	padding: 34px 32px 36px;
	background: #fff;
	box-shadow: 0 8px 20px rgba(31, 36, 53, 0.05);
}

.cvh-testi__middle h3 {
	margin: 0 0 16px;
	color: var(--cvh-ink);
	font-size: 36px;
	font-weight: 300;
	line-height: 1.05;
}

.cvh-testi__middle h3 strong,
.cvh-testi__middle h3 b {
	font-weight: 900;
}

.cvh-testi__middle ul {
	display: grid;
	gap: 0;
	margin: 20px 0 30px;
	padding: 0;
	list-style: none;
}

.cvh-testi__middle li {
	position: relative;
	padding: 14px 0 14px 36px;
	border-bottom: 1px solid #e6e1d8;
	color: #555c69;
	font-size: 17px;
}

.cvh-testi__middle li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 19px;
	width: 17px;
	height: 17px;
	border: 4px solid #a5a7ad;
	border-radius: 50%;
}

.cvh-testi__middle .cvh-pill-btn {
	width: 100%;
	border-color: var(--cvh-purple);
	background: var(--cvh-purple);
	color: #fff;
}

.cvh-testi__right {
	display: flex;
	flex-direction: column;
	align-self: start;
	padding: 6px 0 0;
}

.cvh-testi__right .cvh-heading {
	font-size: clamp(56px, 4.8vw, 78px);
}

.cvh-testi__roles {
	display: grid;
	width: 100%;
	margin-top: auto;
	padding-top: 58px;
}

.cvh-testi__roles span {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 62px;
	border: 1px solid #eadfcd;
	border-radius: 0 8px 8px 0;
	padding: 0 22px;
	background: #fff7eb;
	box-shadow: 0 8px 20px rgba(31, 36, 53, 0.07);
	color: #4d5362;
	font-size: 18px;
	font-weight: 900;
	text-transform: lowercase;
}

.cvh-testi__roles span:nth-child(1) {
	background: #fff;
}

/* Benefits */
#cvh-benefit {
	padding: 108px 0 116px;
}

.cvh-benefit-wrap {
	display: grid;
	grid-template-columns: minmax(300px, 0.38fr) minmax(0, 1fr);
	align-items: start;
	gap: 80px;
}

.cvh-benefit-wrap__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(260px, 1fr));
	gap: 64px 94px;
}

.cvh-benefit-card {
	border: 0;
	border-radius: 0;
	padding: 0;
	background: transparent;
	box-shadow: none;
}

.cvh-benefit-card img {
	width: 78px;
	height: 78px;
	margin-bottom: 24px;
	object-fit: contain;
}

.cvh-benefit-card h3 {
	margin: 0 0 10px;
	color: var(--cvh-ink);
	font-size: 24px;
	font-weight: 900;
	line-height: 1.16;
}

.cvh-benefit-card p {
	margin: 0;
	color: #626977;
	font-size: 18px;
	line-height: 1.42;
}

/* FAQ */
#cvh-faq {
	padding: 94px 0 110px;
}

.cvh-faq-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(310px, 0.34fr);
	align-items: start;
	gap: 64px;
}

.cvh-faq-list {
	border-top: 1px solid #e1e4ea;
}

.cvh-faq-item {
	border-bottom: 1px solid #e1e4ea;
	background: transparent;
}

.cvh-faq-item summary {
	display: grid;
	grid-template-columns: 1fr 24px;
	align-items: center;
	gap: 18px;
	min-height: 76px;
	padding: 0;
	color: var(--cvh-ink);
	font-size: 19px;
	font-weight: 900;
	cursor: pointer;
	list-style: none;
}

.cvh-faq-item summary::-webkit-details-marker {
	display: none;
}

.cvh-faq-item summary svg {
	width: 22px;
	height: 22px;
	color: var(--cvh-coral);
	stroke: currentColor;
	stroke-width: 3;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: transform 180ms ease;
}

.cvh-faq-item[open] summary svg {
	transform: rotate(180deg);
}

.cvh-faq-item > div {
	max-width: 800px;
	padding: 0 42px 24px 0;
	color: #626977;
	font-size: 17px;
	line-height: 1.55;
}

.cvh-faq-copy .cvh-heading {
	font-size: clamp(56px, 5vw, 82px);
}

/* Corporate */
.cvh-section--corp {
	overflow: hidden;
	padding: 92px 0 88px;
	background-color: var(--cvh-teal) !important;
	background-image: none !important;
	color: #fff;
}

.cvh-corp-mask {
	display: none;
}

.cvh-corp {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(270px, 0.34fr) minmax(0, 1fr);
	grid-template-areas:
		"copy gallery"
		"copy items";
	gap: 42px 56px;
	align-items: start;
}

.cvh-corp__copy {
	grid-area: copy;
}

.cvh-corp__copy .cvh-heading {
	color: #fff;
	font-size: clamp(48px, 4vw, 68px);
}

.cvh-corp__copy .cvh-heading span {
	font-weight: 900;
}

.cvh-corp__copy p {
	max-width: 300px;
	margin: 34px 0 0;
	color: #fff;
	font-size: 18px;
	line-height: 1.5;
}

.cvh-corp__actions {
	display: grid;
	width: min(300px, 100%);
	gap: 16px;
	margin-top: 38px;
}

.cvh-corp__gallery {
	position: relative;
	grid-area: gallery;
	display: grid;
	grid-template-columns: 1fr 1fr 0.92fr;
	grid-template-rows: 186px 186px;
	gap: 22px;
	min-height: 394px;
	padding-top: 0;
}

.cvh-corp__brand {
	position: absolute;
	z-index: 3;
	right: 0;
	top: -92px;
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 262px;
	min-height: 68px;
	justify-content: center;
	border-radius: 0 0 22px 22px;
	background: var(--cvh-teal-dark);
	color: #fff;
	text-transform: lowercase;
}

.cvh-corp__brand strong {
	font-size: 34px;
	font-weight: 900;
	line-height: 1;
}

.cvh-corp__brand span {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.02;
	text-transform: uppercase;
}

.cvh-corp__photo {
	width: 100%;
	height: 100%;
	border-radius: 7px;
	object-fit: cover;
	object-position: center;
}

.cvh-corp__photo--1 {
	grid-column: 1 / 3;
	grid-row: 1;
}

.cvh-corp__photo--2 {
	grid-column: 1;
	grid-row: 2;
}

.cvh-corp__photo--3 {
	grid-column: 2;
	grid-row: 2;
}

.cvh-corp__photo--4 {
	grid-column: 3;
	grid-row: 1 / 3;
}

.cvh-corp__items {
	grid-area: items;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
}

.cvh-corp-item {
	min-height: 150px;
	border-left: 1px solid rgba(255, 255, 255, 0.16);
	padding: 0 28px;
	background: transparent;
	color: #fff;
}

.cvh-corp-item:first-child {
	border-left: 0;
	padding-left: 0;
}

.cvh-corp-item img {
	width: 54px;
	height: 54px;
	margin-bottom: 20px;
	border-radius: 6px;
	object-fit: cover;
}

.cvh-corp-item h3 {
	margin: 0 0 10px;
	color: #fff;
	font-size: 22px;
	font-weight: 900;
	line-height: 1.2;
}

.cvh-corp-item p {
	margin: 0;
	color: #fff;
	font-size: 16px;
	line-height: 1.44;
}

/* Responsive */
@media (max-width: 1180px) {
	.cvh-shell {
		width: min(100% - 32px, 980px);
	}

	.cvh-search__row {
		grid-template-columns: minmax(0, 1fr) 64px;
	}

	.cvh-search__submit {
		width: 64px;
		height: 64px;
	}

	.cvh-intro,
	.cvh-editorial,
	.cvh-editorial--reverse,
	.cvh-lifestyle,
	.cvh-testi,
	.cvh-benefit-wrap,
	.cvh-faq-layout,
	.cvh-corp {
		grid-template-columns: 1fr;
	}

	.cvh-corp {
		grid-template-areas:
			"copy"
			"gallery"
			"items";
	}

	.cvh-intro__title {
		border-right: 0;
		padding-right: 0;
	}

	.cvh-editorial__list--kost,
	.cvh-editorial__list--kamar {
		margin: 0;
	}

	.cvh-scroller--rail-kost,
	.cvh-scroller--rail-kamar {
		padding-left: 0;
	}

	.cvh-property-card {
		flex-basis: 430px;
		min-width: 330px;
	}

	.cvh-lifestyle__list,
	.cvh-benefit-wrap__grid,
	.cvh-corp__items {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cvh-corp-item:nth-child(2n + 1) {
		border-left: 0;
		padding-left: 0;
	}
}

@media (max-width: 760px) {
	.cvh-shell {
		width: min(100% - 28px, 520px);
	}

	.cvh-section {
		padding: 72px 0;
	}

	.cvh-heading {
		font-size: clamp(42px, 13vw, 58px);
	}

	.cvh-hero-wrap {
		min-height: auto;
		padding-bottom: 0;
	}

	.cvh-hero {
		min-height: auto;
	}

	.cvh-hero__media {
		height: 100svh;
		min-height: 680px;
	}

	.cvh-hero__arrow {
		display: none;
	}

	.cvh-search {
		position: relative;
		left: auto;
		bottom: auto;
		width: 100vw;
		margin: -110px calc(50% - 50vw) 0;
		padding: 18px 14px 16px;
		border-radius: 24px 24px 0 0;
		transform: none;
	}

	.cvh-search__top,
	.cvh-search__chips {
		align-items: flex-start;
		flex-direction: column;
		width: 100%;
	}

	.cvh-duration-switcher {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		width: 100%;
		overflow: visible;
		text-align: center;
	}

	.cvh-duration-switcher label {
		min-width: 0;
	}

	.cvh-duration-switcher span {
		width: 100%;
		min-width: 0;
		font-size: 12px;
	}

	.cvh-mobile-search-inline {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 54px;
		align-items: center;
		gap: 10px;
		width: 100%;
	}

	.cvh-mobile-search-trigger {
		display: block;
		width: 100%;
		border: 0;
		padding: 0;
		background: transparent !important;
		box-shadow: none !important;
		color: inherit;
		text-align: left;
	}

	.cvh-mobile-search-trigger:hover,
	.cvh-mobile-search-trigger:active,
	.cvh-mobile-search-trigger:focus {
		background: transparent !important;
		box-shadow: none !important;
		outline: none;
	}

	.cvh-mobile-search-trigger__item {
		display: flex;
		width: 100%;
		min-height: 54px;
		align-items: center;
		border: 2px solid #e5e5e5;
		border-radius: 999px;
		padding: 9px 22px;
		background: #fff;
		color: #454750;
	}

	.cvh-mobile-search-trigger__body {
		display: grid;
		width: 100%;
		min-width: 0;
		gap: 4px;
	}

	.cvh-mobile-search-trigger__body > span {
		overflow: hidden;
		color: #5f6570;
		font-size: 14px;
		font-weight: 600;
		line-height: 1.1;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.cvh-mobile-search-trigger__body strong {
		display: flex;
		align-items: center;
		gap: 4px;
		overflow: hidden;
		color: #9a9da5;
		font-size: 12px;
		font-weight: 500;
		line-height: 1.15;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.cvh-mobile-search-trigger__body strong span {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.cvh-mobile-search-trigger__dot {
		flex: 0 0 auto;
		margin: 0 2px;
	}

	.cvh-search__submit--mobile-inline {
		display: inline-grid;
		width: 54px;
		height: 54px;
		min-width: 54px;
		margin: 0;
		border-radius: 50%;
		place-items: center;
	}

	.cvh-search__submit--mobile-inline svg {
		display: block;
		width: 27px;
		height: 27px;
	}

	.cvh-search__submit--mobile-inline::after {
		content: none;
	}

	.cvh-mobile-search-backdrop {
		position: fixed;
		z-index: 998;
		inset: 0;
		display: block;
		background: rgba(17, 24, 39, 0.34);
		opacity: 0;
		pointer-events: none;
		transition: opacity 180ms ease;
	}

	.cvh-search.is-mobile-search-open .cvh-mobile-search-backdrop {
		opacity: 1;
		pointer-events: auto;
	}

	.cvh-search__row {
		position: fixed;
		z-index: 999;
		top: auto !important;
		right: 0;
		bottom: 0 !important;
		left: 0;
		display: flex;
		width: 100vw;
		max-height: calc(100dvh - 20px);
		flex-direction: column;
		gap: 8px;
		margin: 0 !important;
		border-radius: 14px 14px 0 0;
		padding: 16px;
		background: #fff;
		box-shadow: 0 -18px 42px rgba(22, 31, 52, 0.22);
		opacity: 0;
		pointer-events: none;
		transform: translateY(105%);
		transition: opacity 180ms ease, transform 220ms ease;
	}

	.cvh-search.is-mobile-search-open .cvh-search__row {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
	}

	.cvh-search__fields {
		display: flex;
		flex-direction: column;
		gap: 8px;
		border: 0;
		border-radius: 0;
		background: transparent;
	}

	.cvh-search__field {
		min-height: 58px;
		border: 2px solid #e5e5e5;
		border-radius: 999px;
		padding: 8px 16px 8px 22px;
	}

	.cvh-search__field:first-child {
		border: 2px solid #e5e5e5;
	}

	.cvh-search__row > .cvh-search__submit {
		width: 100%;
		height: 44px;
		border-radius: 999px;
		justify-self: stretch;
		margin-top: 2px;
	}

	.cvh-search__row > .cvh-search__submit svg {
		display: none;
	}

	.cvh-search__row > .cvh-search__submit::after {
		content: "Tampilkan Hasil";
		color: #fff;
		font-size: 15px;
		font-weight: 900;
		line-height: 1;
		text-transform: capitalize;
	}

	.cvh-popover {
		position: fixed;
		z-index: 1001;
		top: auto !important;
		right: 0;
		bottom: 0 !important;
		left: 0;
		width: auto;
		max-width: none;
		max-height: 78vh;
		margin: 0 !important;
		border-radius: 14px 14px 0 0;
		overflow-y: auto;
		transform: translate3d(0, 105%, 0);
	}

	.cvh-search__field.is-open .cvh-popover {
		transform: translate3d(0, 0, 0);
	}

	.cvh-select-list {
		max-height: 58vh;
	}

	.cvh-range {
		right: 0;
		left: 0;
		width: auto;
		min-width: 0;
	}

	.cvh-intro {
		gap: 28px;
	}

	.cvh-intro__image {
		border-radius: 0 44px 0 44px;
	}

	.cvh-scroller--rail-kost {
		min-height: 0;
	}

	.cvh-property-card,
	.cvh-room-card {
		flex-basis: 82vw;
		min-width: 280px;
	}

	.cvh-property-card:nth-child(2n) {
		padding-top: 0;
	}

	.cvh-property-card__image {
		height: 260px;
	}

	.cvh-lifestyle__list,
	.cvh-benefit-wrap__grid,
	.cvh-corp__items {
		grid-template-columns: 1fr;
	}

	.cvh-testi {
		gap: 18px;
	}

	.cvh-tabs {
		padding: 22px 20px 8px;
	}

	.cvh-tabs button {
		padding: 0 16px;
		font-size: 14px;
	}

	.cvh-testi__quote,
	.cvh-testi__middle {
		padding-right: 20px;
		padding-left: 20px;
	}

	.cvh-testi__media {
		height: 230px;
	}

	.cvh-faq-item summary {
		min-height: 68px;
		font-size: 16px;
	}

	.cvh-corp__gallery {
		grid-template-columns: 1fr;
		grid-template-rows: repeat(4, 180px);
		min-height: 0;
	}

	.cvh-corp__brand {
		position: relative;
		top: auto;
		right: auto;
		width: min(100%, 260px);
		margin-left: auto;
		border-radius: 18px;
	}

	.cvh-corp__photo--1,
	.cvh-corp__photo--2,
	.cvh-corp__photo--3,
	.cvh-corp__photo--4 {
		grid-column: auto;
		grid-row: auto;
	}

	.cvh-corp-item,
	.cvh-corp-item:first-child,
	.cvh-corp-item:nth-child(2n + 1) {
		border-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.16);
		padding: 24px 0 0;
	}
}

/* Cove reference alignment pass.
 * This keeps the existing Kost Blora sections intact while tightening the
 * proportions, rhythm, typography, and component styling toward the mockup.
 */
.kb-home-page,
.kb-home {
	font-family: Montserrat, "Montserrat Fallback", Arial, sans-serif;
	color: #454750;
}

.kb-home {
	background: #fff;
	font-size: 16px;
	line-height: 1.45;
}

.cvh-shell {
	width: min(100% - 56px, 1220px);
}

.cvh-heading {
	font-size: clamp(42px, 4.1vw, 62px);
	font-weight: 200;
	line-height: 1.05;
	color: #494b54;
}

.cvh-heading span {
	font-weight: 900;
}

.cvh-section {
	padding: 96px 0;
}

.cvh-section--beige {
	background: #fbf5ec;
}

.cvh-pill-btn,
.cvh-green-btn,
.cvh-line-btn {
	min-height: 46px;
	border-radius: 999px;
	padding: 0 28px;
	font-size: 15px;
	font-weight: 900;
}

.cvh-pill-btn {
	border-color: #6757d9;
	color: #454750;
}

.cvh-green-btn {
	border-color: #25d366;
	background: #25d366;
}

/* Hero and search */
.cvh-hero-wrap {
	min-height: 760px;
	padding: 0 0 110px;
	background: #fff;
}

.cvh-hero {
	min-height: 640px;
}

.cvh-hero__media {
	height: 640px;
	min-height: 520px;
	max-height: 640px;
	background: #e5e5e5;
}

@supports (height: 100svh) {
	.cvh-hero__media {
		height: 640px;
	}
}

.cvh-hero__slide {
	transform: none;
	transition: opacity 620ms ease;
}

.cvh-hero__slide.is-active {
	transform: none;
}

.cvh-hero__slide img {
	height: 100%;
	max-width: none !important;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
	height: 100% !important;
}

.cvh-hero__dots {
	top: 18px;
	gap: 12px;
}

.cvh-hero__dots button {
	width: 24px;
	height: 4px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.56);
	box-shadow: 0 1px 4px rgba(20, 24, 32, 0.18);
}

.cvh-hero__dots button.is-active {
	width: 30px;
	background: #fff;
}

.cvh-hero__arrow {
	width: 40px;
	height: 54px;
	background: rgba(30, 33, 40, 0.18);
	color: #fff;
}

.cvh-search {
	bottom: -56px;
	width: min(1030px, calc(100% - 80px));
	border-radius: 22px;
	padding: 20px 24px 18px;
	box-shadow: 0 16px 34px rgba(31, 37, 51, 0.14);
}

.cvh-search__top {
	gap: 16px;
	margin-bottom: 14px;
}

.cvh-search__top p,
.cvh-search__chips p {
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
}

.cvh-duration-switcher {
	border-radius: 999px;
	padding: 4px;
	background: #f6f6f8;
}

.cvh-duration-switcher span {
	height: 28px;
	min-width: 78px;
	padding: 0 16px;
	font-size: 13px;
	font-weight: 500;
	color: #5d6069;
}

.cvh-duration-switcher input:checked + span {
	background: #fff;
	color: #454750;
	box-shadow: 0 4px 14px rgba(32, 37, 49, 0.08);
}

.cvh-search__row {
	grid-template-columns: minmax(0, 1fr) 64px;
	gap: 14px;
}

.cvh-search__fields {
	min-height: 64px;
	border: 1px solid #e4e4e6;
	border-radius: 999px;
	box-shadow: 0 1px 0 rgba(22, 28, 39, 0.03);
}

.cvh-search__field {
	min-height: 64px;
	padding: 10px 26px;
}

.cvh-search__field + .cvh-search__field {
	border-left: 1px solid #e4e4e6;
}

.cvh-search__icon {
	color: #a7a9af;
}

.cvh-search__field-body label {
	margin-bottom: 4px;
	color: #454750;
	font-size: 13px;
	font-weight: 900;
}

.cvh-select-trigger,
.cvh-budget-trigger {
	color: #9b9da4;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.1;
}

.cvh-search__submit {
	width: 64px;
	height: 64px;
	background: #6757d9;
	box-shadow: none;
}

.cvh-search__submit svg {
	width: 30px;
	height: 30px;
}

.cvh-search__chips {
	margin-top: 14px;
	gap: 12px;
}

.cvh-chip {
	min-height: 30px;
	border-radius: 999px;
	padding: 0 16px;
	font-size: 14px;
	font-weight: 900;
}

/* Intro */
.cvh-intro {
	grid-template-columns: minmax(300px, 0.92fr) minmax(220px, 0.56fr) minmax(360px, 1fr);
	gap: 38px;
}

.cvh-intro__title {
	padding-right: 40px;
	border-right-color: #e6e1d9;
}

.cvh-intro__features ul {
	gap: 18px;
}

.cvh-intro__feature-item {
	grid-template-columns: 38px 1fr;
	gap: 18px;
	color: #454750;
	font-size: 16px;
	font-weight: 500;
}

.cvh-intro__feature-icon {
	width: 34px;
	height: 34px;
}

.cvh-intro__image {
	min-height: 292px;
	border-radius: 0 72px 0 72px;
	background: #eef1f4;
}

.cvh-intro__image img {
	min-height: 292px;
}

/* Editorial rails */
.cvh-editorial,
.cvh-editorial--reverse {
	gap: 66px;
}

.cvh-editorial__copy p {
	max-width: 330px;
	margin-top: 28px;
	color: #666b75;
	font-size: 17px;
	line-height: 1.45;
}

.cvh-carousel__controls {
	margin-top: 34px;
}

.cvh-carousel__btn {
	width: 48px;
	height: 48px;
	border: 1px solid #eceef3;
	background: #fff;
	color: #a0a4ad;
	box-shadow: 0 6px 16px rgba(28, 35, 50, 0.06);
}

.cvh-carousel__btn:not(:disabled) {
	color: #757b87;
}

.cvh-scroller--rail-kost {
	min-height: 514px;
	gap: 48px;
}

.cvh-property-card {
	flex-basis: min(520px, 38vw);
	min-width: 390px;
}

.cvh-property-card:nth-child(2n) {
	padding-top: 112px;
}

.cvh-property-card__image {
	height: 320px;
	border-radius: 7px;
	background: #fff;
	box-shadow: 0 12px 24px rgba(36, 38, 48, 0.08);
}

.cvh-property-card__body {
	padding-top: 18px;
}

.cvh-property-card__body h3 {
	font-size: 23px;
	font-weight: 900;
	line-height: 1.1;
}

.cvh-property-card__body p,
.cvh-status {
	display: none;
}

.cvh-scroller--rail-kamar {
	gap: 22px;
}

.cvh-room-card {
	flex-basis: 334px;
	min-height: 632px;
	border: 1px solid #dfe3ea;
	border-radius: 7px;
	box-shadow: 0 6px 14px rgba(31, 37, 51, 0.08);
}

.cvh-room-card__image {
	height: 216px;
	background: #eef1f4;
}

.cvh-room-card__badge,
.cvh-room-card__category {
	border-radius: 4px;
	font-size: 13px;
	font-weight: 900;
}

.cvh-room-card__category {
	background: #45bdc7;
}

.cvh-room-card__promo {
	min-height: 66px;
	background: #a8c876;
}

.cvh-room-card__promo span {
	font-size: 22px;
	font-weight: 900;
}

.cvh-room-card__promo em {
	font-size: 14px;
	font-weight: 700;
}

.cvh-room-card__body {
	padding: 22px 18px 20px;
}

.cvh-room-card__body h3 {
	font-size: 20px;
	font-weight: 900;
	line-height: 1.18;
}

.cvh-room-card__summary {
	font-size: 14px;
	line-height: 1.35;
}

.cvh-room-card__meta span {
	border-radius: 999px;
	font-size: 12px;
	font-weight: 800;
}

.cvh-room-card__price {
	right: 18px;
	bottom: 22px;
	color: #ed2939;
	font-size: 20px;
	font-weight: 900;
}

/* Lifestyle and community */
.cvh-lifestyle {
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.38fr);
	gap: 56px;
}

.cvh-lifestyle__list {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.cvh-lifestyle-card {
	min-height: 238px;
	border: 1px solid #f0dfc8;
	border-radius: 7px;
	background: #fff6e8;
	box-shadow: 0 5px 12px rgba(46, 37, 28, 0.08);
}

.cvh-lifestyle-card img {
	width: 150px;
	height: 150px;
	margin: 18px auto 6px;
	object-fit: contain;
}

.cvh-lifestyle-card span {
	max-width: 150px;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.12;
}

.cvh-testi {
	grid-template-columns: minmax(320px, 0.95fr) minmax(260px, 0.62fr) minmax(290px, 0.56fr);
	gap: 28px;
}

.cvh-tabs button {
	min-height: 42px;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 800;
}

.cvh-tabs button.is-active {
	background: #6757d9;
	color: #fff;
}

.cvh-testi__quote,
.cvh-testi__middle {
	border-radius: 7px;
	background: #fff;
	box-shadow: 0 6px 16px rgba(31, 37, 51, 0.06);
}

.cvh-testi__media {
	border-radius: 0;
}

.cvh-testi__media span {
	background: #ff1e16;
}

.cvh-testi__middle h3 {
	font-size: 30px;
	font-weight: 200;
	line-height: 1.1;
}

.cvh-testi__middle h3 strong {
	font-weight: 900;
}

.cvh-testi__middle li {
	min-height: 46px;
	border-bottom: 1px solid #dedbd5;
	color: #666b75;
	font-size: 16px;
}

.cvh-testi__roles span {
	min-height: 52px;
	border-color: #e7dfd3;
	background: #fff;
	font-size: 15px;
	font-weight: 900;
}

/* Benefits, FAQ, corporate */
.cvh-benefit-wrap {
	grid-template-columns: minmax(270px, 0.35fr) minmax(0, 1fr);
	gap: 72px;
}

.cvh-benefit-card {
	padding: 0;
	background: transparent;
	box-shadow: none;
}

.cvh-benefit-card img {
	width: 72px;
	height: 72px;
	margin-bottom: 22px;
}

.cvh-benefit-card h3 {
	font-size: 21px;
	font-weight: 900;
}

.cvh-benefit-card p {
	max-width: 360px;
	color: #666b75;
	font-size: 16px;
}

.cvh-faq-layout {
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.36fr);
	gap: 72px;
}

.cvh-faq-item {
	border-bottom-color: #e2e4e8;
}

.cvh-faq-item summary {
	min-height: 66px;
	color: #454750;
	font-size: 16px;
	font-weight: 900;
}

.cvh-faq-copy .cvh-heading {
	font-size: clamp(46px, 4.7vw, 66px);
}

.cvh-section--corp {
	padding: 96px 0 78px;
	background: #07585b;
}

.cvh-corp {
	grid-template-columns: minmax(270px, 0.35fr) minmax(0, 1fr);
	grid-template-areas:
		"copy gallery"
		"copy items";
	column-gap: 48px;
	row-gap: 32px;
	align-items: start;
}

.cvh-corp__copy .cvh-heading {
	font-size: clamp(42px, 3.9vw, 58px);
	line-height: 1.05;
}

.cvh-corp__copy p {
	max-width: 305px;
	margin-top: 32px;
	font-size: 16px;
	line-height: 1.45;
}

.cvh-corp__actions {
	width: min(300px, 100%);
	gap: 14px;
	margin-top: 34px;
}

.cvh-corp__gallery {
	grid-template-columns: 1fr 1fr 0.9fr;
	grid-template-rows: 190px 190px;
	gap: 22px;
	min-height: 402px;
}

.cvh-corp__brand {
	top: -72px;
	width: 274px;
	min-height: 76px;
	border-radius: 0 0 20px 20px;
	background: rgba(0, 65, 68, 0.8);
}

.cvh-corp__photo {
	border-radius: 7px;
}

.cvh-corp__items {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cvh-corp-item {
	min-height: 148px;
	padding: 0 20px;
}

.cvh-corp-item:first-child {
	padding-left: 0;
}

.cvh-corp-item img {
	width: 48px;
	height: 48px;
	margin-bottom: 16px;
}

.cvh-corp-item h3 {
	font-size: 19px;
	line-height: 1.18;
}

.cvh-corp-item p {
	font-size: 15px;
	line-height: 1.42;
}

@media (max-width: 1279px) {
	.cvh-shell {
		width: min(100% - 40px, 980px);
	}

	.cvh-hero-wrap {
		min-height: 668px;
	}

	.cvh-hero {
		min-height: 560px;
	}

	.cvh-hero__media {
		height: 560px;
		min-height: 480px;
		max-height: 560px;
	}

	.cvh-search {
		width: min(900px, calc(100% - 48px));
	}

	.cvh-intro,
	.cvh-editorial,
	.cvh-editorial--reverse,
	.cvh-lifestyle,
	.cvh-testi,
	.cvh-benefit-wrap,
	.cvh-faq-layout,
	.cvh-corp {
		grid-template-columns: 1fr;
	}

	.cvh-editorial--reverse .cvh-editorial__copy {
		order: -1;
	}

	.cvh-corp {
		grid-template-areas:
			"copy"
			"gallery"
			"items";
	}
}

@media (max-width: 760px) {
	.kb-home {
		font-size: 14px;
	}

	.cvh-shell {
		width: min(100% - 24px, 420px);
	}

	.cvh-heading {
		font-size: 34px;
		line-height: 1.08;
	}

	.cvh-section {
		padding: 68px 0;
	}

	#cvh-kost,
	#cvh-kamar {
		padding: 68px 0 74px;
	}

	.cvh-hero-wrap {
		min-height: 552px;
		padding-bottom: 92px;
	}

	.cvh-hero {
		min-height: 430px;
	}

	.cvh-hero__media {
		height: 400px;
		min-height: 400px;
		max-height: 400px;
	}

	.cvh-hero__arrow {
		display: none;
	}

	.cvh-search {
		bottom: -54px;
		width: calc(100% - 24px);
		border-radius: 16px;
		padding: 12px;
		box-shadow: 0 12px 28px rgba(31, 37, 51, 0.16);
	}

	.cvh-search__top {
		display: grid;
		gap: 8px;
		margin-bottom: 10px;
	}

	.cvh-search__top p,
	.cvh-search__chips p {
		font-size: 12px;
	}

	.cvh-duration-switcher {
		width: 100%;
		overflow: hidden;
	}

	.cvh-duration-switcher label {
		flex: 1;
	}

	.cvh-duration-switcher span {
		width: 100%;
		min-width: 0;
		height: 28px;
		padding: 0 8px;
		font-size: 11px;
	}

	.cvh-mobile-search-inline {
		grid-template-columns: minmax(0, 1fr) 48px;
		gap: 8px;
	}

	.cvh-mobile-search-trigger__item {
		min-height: 48px;
		border: 1px solid #e7e7ea;
		border-radius: 999px;
	}

	.cvh-mobile-search-trigger__body > span {
		font-size: 12px;
		font-weight: 600;
	}

	.cvh-mobile-search-trigger__body strong {
		font-size: 11px;
	}

	.cvh-search__submit--mobile-inline {
		width: 48px;
		height: 48px;
		min-width: 48px;
	}

	.cvh-search__chips {
		margin-top: 10px;
		gap: 8px;
	}

	.cvh-search__chips > div {
		display: flex;
		gap: 6px;
		overflow-x: auto;
		padding-bottom: 2px;
	}

	.cvh-chip {
		min-height: 26px;
		padding: 0 12px;
		font-size: 12px;
		white-space: nowrap;
	}

	.cvh-search__row {
		border-radius: 16px 16px 0 0;
		padding: 16px;
	}

	.cvh-search__field {
		min-height: 56px;
		padding: 8px 16px 8px 18px;
	}

	.cvh-search__field + .cvh-search__field {
		border-left: 2px solid #e5e5e5;
	}

	.cvh-intro {
		gap: 24px;
	}

	.cvh-intro__title {
		padding-right: 0;
		border-right: 0;
	}

	.cvh-intro__features ul {
		grid-template-columns: 1fr 1fr;
		gap: 14px 18px;
	}

	.cvh-intro__feature-item {
		grid-template-columns: 28px 1fr;
		gap: 10px;
		font-size: 12px;
	}

	.cvh-intro__feature-icon {
		width: 24px;
		height: 24px;
	}

	.cvh-intro__image {
		min-height: 250px;
		border-radius: 0 44px 0 44px;
	}

	.cvh-intro__image img {
		min-height: 250px;
	}

	.cvh-editorial,
	.cvh-editorial--reverse {
		gap: 28px;
	}

	#cvh-kost .cvh-editorial,
	#cvh-kamar .cvh-editorial {
		grid-template-columns: minmax(0, 1fr);
	}

	#cvh-kost .cvh-editorial__copy,
	#cvh-kost .cvh-editorial__list,
	#cvh-kamar .cvh-editorial__copy,
	#cvh-kamar .cvh-editorial__list {
		min-width: 0;
		width: 100%;
	}

	.cvh-editorial__copy p {
		max-width: 280px;
		margin-top: 18px;
		font-size: 14px;
	}

	.cvh-carousel__controls {
		margin-top: 22px;
	}

	.cvh-carousel__btn {
		width: 42px;
		height: 42px;
	}

	.cvh-editorial__list--kost,
	.cvh-editorial__list--kamar {
		margin-left: 0;
		margin-right: calc(50% - 50vw);
	}

	.cvh-scroller--rail-kost,
	.cvh-scroller--rail-kamar {
		gap: 14px;
		min-height: 0;
		padding-right: 18px;
		padding-left: 0;
	}

	.cvh-property-card,
	.cvh-room-card {
		flex-basis: 80vw;
		min-width: 280px;
	}

	.cvh-property-card:nth-child(2n) {
		padding-top: 0;
	}

	.cvh-property-card__image {
		height: 220px;
	}

	.cvh-room-card {
		min-height: 594px;
	}

	.cvh-room-card__image {
		height: 198px;
	}

	.cvh-room-card__price {
		font-size: 17px;
	}

	.cvh-lifestyle {
		gap: 34px;
	}

	.cvh-lifestyle__list {
		grid-template-columns: 1fr 1fr;
		gap: 12px;
	}

	.cvh-lifestyle-card {
		min-height: 184px;
	}

	.cvh-lifestyle-card img {
		width: 104px;
		height: 104px;
		margin-top: 14px;
	}

	.cvh-lifestyle-card span {
		font-size: 14px;
	}

	.cvh-testi {
		gap: 16px;
	}

	.cvh-testi__quote,
	.cvh-testi__middle {
		padding: 22px 20px;
	}

	.cvh-testi__middle h3 {
		font-size: 27px;
	}

	.cvh-testi__roles span {
		min-height: 46px;
	}

	.cvh-benefit-wrap,
	.cvh-faq-layout {
		gap: 34px;
	}

	.cvh-benefit-wrap__grid {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.cvh-benefit-card img {
		width: 58px;
		height: 58px;
		margin-bottom: 16px;
	}

	.cvh-benefit-card h3 {
		font-size: 18px;
	}

	.cvh-benefit-card p {
		font-size: 13px;
	}

	.cvh-faq-copy .cvh-heading {
		font-size: 36px;
	}

	.cvh-faq-item summary {
		min-height: 58px;
		font-size: 12px;
	}

	.cvh-faq-item > div {
		padding-right: 26px;
		font-size: 13px;
	}

	.cvh-section--corp {
		padding: 66px 0;
	}

	.cvh-corp__copy .cvh-heading {
		font-size: 36px;
	}

	.cvh-corp__copy p {
		margin-top: 24px;
		font-size: 13px;
	}

	.cvh-corp__actions {
		margin-top: 26px;
	}

	.cvh-corp__gallery {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 92px 150px 150px;
		gap: 8px;
		min-height: 0;
	}

	.cvh-corp__brand {
		position: relative;
		grid-column: 1 / -1;
		grid-row: 1;
		top: auto;
		right: auto;
		width: 100%;
		min-height: 84px;
		margin: 0;
		border-radius: 12px;
	}

	.cvh-corp__photo--1 {
		grid-column: 1 / -1;
		grid-row: 2;
	}

	.cvh-corp__photo--2 {
		grid-column: 1;
		grid-row: 3;
	}

	.cvh-corp__photo--3 {
		grid-column: 2;
		grid-row: 3;
	}

	.cvh-corp__photo--4 {
		display: none;
	}

	.cvh-corp__items {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.cvh-corp-item,
	.cvh-corp-item:first-child,
	.cvh-corp-item:nth-child(2n + 1) {
		min-height: 0;
		border-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.16);
		padding: 18px 0;
	}

	.cvh-corp-item img {
		width: 38px;
		height: 38px;
		margin-bottom: 10px;
	}

	.cvh-corp-item h3 {
		font-size: 17px;
	}

	.cvh-corp-item p {
		font-size: 12px;
	}
}

/* Budget popover: match Cove min/max range styling more closely. */
@media (min-width: 761px) {
	#kb-budget-popover.cvh-range {
		width: min(446px, calc(100vw - 32px));
		max-width: min(446px, calc(100vw - 32px));
		border-radius: 8px;
		padding: 22px 28px 20px;
		box-shadow: 0 10px 26px rgba(23, 31, 48, 0.16);
	}
}

#kb-budget-popover .cvh-range__values {
	gap: 10px;
}

#kb-budget-popover .cvh-range__box {
	flex: 1 1 0;
	min-width: 0;
	border-color: #e1e3e8;
	border-radius: 8px;
	padding: 13px 18px 15px;
	text-align: left;
}

#kb-budget-popover .cvh-range__box p {
	margin-bottom: 9px;
	color: #53565e;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.1;
}

#kb-budget-popover .cvh-range__box strong {
	gap: 6px;
	color: #777c86;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.1;
}

#kb-budget-popover .cvh-range__box strong span:first-child {
	font-size: 14px;
	font-weight: 500;
}

#kb-budget-popover .cvh-range__dash {
	width: 8px;
	flex-basis: 8px;
	background: #54565c;
}

#kb-budget-popover .cvh-range__slider {
	height: 34px;
	margin-top: 28px;
}

#kb-budget-popover .cvh-range__track,
#kb-budget-popover .cvh-range__fill {
	top: 13px;
	height: 8px;
	border-radius: 999px;
}

#kb-budget-popover .cvh-range__track {
	background: #eff0f3;
}

#kb-budget-popover .cvh-range__fill {
	background: #ff8172;
}

#kb-budget-popover input.cvh-range__input[type="range"] {
	top: 1px;
	height: 32px;
	background: transparent !important;
	accent-color: #ff8172;
	appearance: none !important;
	-webkit-appearance: none !important;
}

#kb-budget-popover input.cvh-range__input[type="range"]::-webkit-slider-runnable-track {
	height: 8px !important;
	border: 0 !important;
	background: transparent !important;
	appearance: none !important;
	-webkit-appearance: none !important;
}

#kb-budget-popover input.cvh-range__input[type="range"]::-webkit-slider-thumb {
	width: 24px !important;
	height: 32px !important;
	margin-top: -12px !important;
	border: 0 !important;
	border-radius: 8px !important;
	background-color: #fff !important;
	background-image:
		linear-gradient(#9b9da4, #9b9da4),
		linear-gradient(#9b9da4, #9b9da4),
		linear-gradient(#9b9da4, #9b9da4) !important;
	background-position: 8px 9px, 12px 9px, 16px 9px !important;
	background-repeat: no-repeat !important;
	background-size: 1px 14px !important;
	box-shadow: 0 5px 14px rgba(31, 37, 51, 0.16) !important;
	cursor: pointer;
	pointer-events: auto;
	appearance: none !important;
	-webkit-appearance: none !important;
}

#kb-budget-popover input.cvh-range__input[type="range"]::-moz-range-track {
	height: 8px !important;
	border: 0 !important;
	background: transparent !important;
}

#kb-budget-popover input.cvh-range__input[type="range"]::-moz-range-thumb {
	width: 24px !important;
	height: 32px !important;
	border: 0 !important;
	border-radius: 8px !important;
	background-color: #fff !important;
	background-image:
		linear-gradient(#9b9da4, #9b9da4),
		linear-gradient(#9b9da4, #9b9da4),
		linear-gradient(#9b9da4, #9b9da4) !important;
	background-position: 8px 9px, 12px 9px, 16px 9px !important;
	background-repeat: no-repeat !important;
	background-size: 1px 14px !important;
	box-shadow: 0 5px 14px rgba(31, 37, 51, 0.16) !important;
	cursor: pointer;
	pointer-events: auto;
}

#kb-budget-popover .cvh-range__apply {
	min-height: 58px;
	margin-top: 28px;
	border-color: #6757d9;
	background: #6757d9 !important;
	font-size: 20px;
	font-weight: 900;
	box-shadow: none;
}

@media (max-width: 760px) {
	#kb-budget-popover.cvh-range {
		width: auto;
		padding: 18px 16px 20px;
	}

	#kb-budget-popover .cvh-range__box {
		padding: 10px 12px;
		text-align: center;
	}

	#kb-budget-popover .cvh-range__box strong {
		font-size: 15px;
	}

	#kb-budget-popover .cvh-range__apply {
		min-height: 50px;
		font-size: 16px;
	}
}

/* Final search interaction polish: compact desktop range + fixed mobile sheet. */
@media (prefers-reduced-motion: no-preference) {
	.cvh-popover,
	.cvh-mobile-search-backdrop,
	.cvh-search__row,
	.cvh-range__fill,
	.cvh-range__input::-webkit-slider-thumb,
	.cvh-range__input::-moz-range-thumb {
		transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
	}

	.cvh-popover {
		transition-duration: 220ms;
	}

	.cvh-search__row {
		transition-duration: 280ms;
	}

	.cvh-mobile-search-backdrop {
		transition-duration: 220ms;
	}
}

@media (min-width: 761px) {
	#kb-budget-popover.cvh-range {
		width: min(376px, calc(100vw - 32px));
		max-width: min(376px, calc(100vw - 32px));
		padding: 16px 20px 16px;
	}

	#kb-budget-popover .cvh-range__values {
		gap: 9px;
	}

	#kb-budget-popover .cvh-range__box {
		padding: 10px 14px 11px;
	}

	#kb-budget-popover .cvh-range__box p {
		margin-bottom: 7px;
		font-size: 12px;
	}

	#kb-budget-popover .cvh-range__box strong {
		gap: 5px;
		font-size: 15px;
	}

	#kb-budget-popover .cvh-range__box strong span:first-child {
		font-size: 12px;
	}

	#kb-budget-popover .cvh-range__slider {
		height: 30px;
		margin-top: 22px;
	}

	#kb-budget-popover .cvh-range__track,
	#kb-budget-popover .cvh-range__fill {
		top: 13px;
		height: 6px;
	}

	#kb-budget-popover input.cvh-range__input[type="range"] {
		top: 16px;
		height: 0;
		outline: none;
	}

	#kb-budget-popover input.cvh-range__input[type="range"]::-webkit-slider-runnable-track {
		height: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	#kb-budget-popover input.cvh-range__input[type="range"]::-webkit-slider-thumb {
		width: 22px !important;
		height: 30px !important;
		margin-top: -15px !important;
		background-position: 7px 8px, 11px 8px, 15px 8px !important;
		background-size: 1px 13px !important;
		box-shadow: 0 5px 12px rgba(31, 37, 51, 0.14) !important;
	}

	#kb-budget-popover input.cvh-range__input[type="range"]::-moz-range-track {
		height: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	#kb-budget-popover input.cvh-range__input[type="range"]::-moz-range-thumb {
		width: 22px !important;
		height: 30px !important;
		background-position: 7px 8px, 11px 8px, 15px 8px !important;
		background-size: 1px 13px !important;
		box-shadow: 0 5px 12px rgba(31, 37, 51, 0.14) !important;
	}

	#kb-budget-popover .cvh-range__apply {
		height: 48px;
		min-height: 48px;
		margin-top: 22px;
		padding: 0 24px !important;
		font-size: 16px;
	}
}

@media (max-width: 760px) {
	.cvh-hero-wrap {
		min-height: 598px;
		padding-bottom: 0;
	}

	.cvh-hero-wrap .cvh-search {
		position: absolute !important;
		top: 400px;
		left: 0 !important;
		right: auto !important;
		bottom: auto !important;
		width: 100vw;
		max-width: 100vw;
		margin: 0;
		border-radius: 16px;
		padding: 12px 16px;
		transform: none !important;
		backdrop-filter: none !important;
		-webkit-backdrop-filter: none !important;
	}

	.cvh-search__top {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr);
		justify-items: stretch;
		align-items: stretch !important;
		width: 100%;
	}

	.cvh-duration-switcher {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		width: 100%;
		min-width: 0;
		justify-self: stretch;
	}

	.cvh-duration-switcher label,
	.cvh-duration-switcher span {
		width: 100%;
		min-width: 0;
	}

	.cvh-search.is-mobile-search-open .cvh-mobile-search-backdrop {
		position: fixed;
		inset: 0;
		width: 100vw;
		height: 100dvh;
		background: rgba(17, 24, 39, 0.58);
	}

	.cvh-search__row {
		position: fixed !important;
		z-index: 1000;
		inset: auto 0 0 0 !important;
		display: flex;
		width: 100vw !important;
		max-width: 100vw !important;
		height: 310px;
		max-height: min(310px, calc(100dvh - 16px));
		flex-direction: column;
		align-items: stretch;
		gap: 10px;
		margin: 0 !important;
		border-radius: 18px 18px 0 0;
		padding: 18px 16px calc(18px + env(safe-area-inset-bottom));
		background: #fff;
		box-shadow: 0 -18px 46px rgba(22, 31, 52, 0.24);
		opacity: 1;
		overflow: hidden;
		pointer-events: none;
		transform: translate3d(0, 105%, 0);
		will-change: transform;
	}

	.cvh-search.is-mobile-search-open .cvh-search__row {
		pointer-events: auto;
		transform: none;
	}

	.cvh-search__fields {
		display: flex;
		flex-direction: column;
		gap: 10px;
		width: 100%;
		min-height: 0;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		overflow: visible;
	}

	.cvh-search__row .cvh-search__field {
		width: 100%;
		min-height: 58px;
		grid-template-columns: 28px minmax(0, 1fr);
		justify-items: start;
		border: 1px solid #e2e5ea;
		border-radius: 999px;
		padding: 9px 18px;
		text-align: left;
		background: #fff;
	}

	.cvh-search__row .cvh-search__field + .cvh-search__field {
		border-left: 1px solid #e2e5ea;
	}

	.cvh-search__row .cvh-search__field-body,
	.cvh-search__row .cvh-select-trigger,
	.cvh-search__row .cvh-budget-trigger {
		width: 100%;
		text-align: left;
	}

	.cvh-search__row .cvh-select-trigger,
	.cvh-search__row .cvh-budget-trigger {
		justify-content: flex-start;
	}

	.cvh-select-popover.cvh-popover {
		position: fixed !important;
		z-index: 1002;
		inset: auto 0 0 0 !important;
		display: flex;
		width: 100vw !important;
		max-width: 100vw !important;
		min-height: min(310px, calc(100dvh - 16px));
		max-height: min(74dvh, 620px);
		flex-direction: column;
		margin: 0 !important;
		border-radius: 16px 16px 0 0 !important;
		padding: 0 !important;
		background: #fff;
		box-shadow: 0 -18px 46px rgba(22, 31, 52, 0.24);
		overflow: hidden;
		opacity: 1;
		pointer-events: none;
		transform: translate3d(0, 105%, 0);
		transition: opacity 220ms cubic-bezier(0.22, 1, 0.36, 1), transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
	}

	.cvh-search__field.is-open .cvh-select-popover.cvh-popover {
		pointer-events: auto;
		transform: translate3d(0, 0, 0);
	}

	.cvh-select-popover__header {
		display: flex;
		height: 44px;
		min-height: 44px;
		align-items: center;
		border-bottom: 1px solid #e5e7eb;
		padding: 0 16px;
	}

	.cvh-select-popover__back {
		display: grid;
		width: 36px;
		height: 36px;
		place-items: center;
		border: 0;
		border-radius: 50%;
		padding: 0;
		background: transparent !important;
		color: #575a63;
		box-shadow: none !important;
		cursor: pointer;
	}

	.cvh-select-popover__back svg {
		width: 18px;
		height: 18px;
		fill: currentColor;
	}

	.cvh-select-popover__body {
		display: flex;
		min-height: 0;
		flex: 1 1 auto;
		flex-direction: column;
		padding: 12px 16px 14px;
	}

	.cvh-select-popover .cvh-select-list {
		max-height: none;
		min-height: 0;
		flex: 1 1 auto;
		gap: 8px;
		margin-right: -8px;
		overflow-y: auto;
		padding-right: 8px;
		scrollbar-width: thin;
	}

	.cvh-select-popover .cvh-select-option {
		min-height: 48px;
		border-color: #e5e7eb;
		border-radius: 24px;
		padding: 12px 14px;
		background: #fff !important;
		color: #5f6570;
		font-size: 14px;
		font-weight: 800;
	}

	#kb-budget-popover input.cvh-range__input[type="range"] {
		top: 16px;
		height: 0;
		outline: none;
	}

	#kb-budget-popover input.cvh-range__input[type="range"]::-webkit-slider-runnable-track {
		height: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	#kb-budget-popover input.cvh-range__input[type="range"]::-webkit-slider-thumb {
		margin-top: -15px !important;
	}
}

/* Intro section: closer to Cove community block. */
.cvh-intro__image {
	position: relative;
}

.cvh-intro__image-title {
	display: none;
}

@media (min-width: 1280px) {
	.cvh-section--light > .cvh-shell > .cvh-intro {
		grid-template-columns: minmax(300px, 1fr) 288px minmax(420px, 512px);
		gap: 40px;
		align-items: center;
	}

	.cvh-intro__title {
		padding-right: 0;
		border-right: 0;
	}

	.cvh-intro__title .cvh-heading {
		font-size: 48px;
		line-height: 1.06;
	}

	.cvh-intro__title .cvh-heading span {
		display: inline;
	}

	.cvh-intro__features {
		box-sizing: border-box;
		width: 288px;
		border-left: 1px solid #e5e7eb;
		padding: 0 12px 0 40px;
	}

	.cvh-intro__features ul {
		gap: 12px;
	}

	.cvh-intro__feature-item {
		grid-template-columns: 40px minmax(0, 1fr);
		gap: 16px;
		font-size: 16px;
		font-weight: 500;
		line-height: 1.35;
	}

	.cvh-intro__feature-icon {
		width: 40px;
		height: 40px;
	}

	.cvh-intro__image {
		width: 100%;
		min-height: 0;
		aspect-ratio: 512 / 320;
		border-radius: 0 80px 0 80px;
	}

	.cvh-intro__image img {
		position: absolute;
		inset: 0;
		display: block;
		width: 100% !important;
		max-width: none !important;
		height: 100% !important;
		min-height: 0;
		object-fit: cover;
	}
}

@media (max-width: 760px) {
	.cvh-section--light > .cvh-shell > .cvh-intro {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 28px;
	}

	.cvh-intro__title {
		display: none;
	}

	.cvh-intro__features {
		order: 1;
		width: 100%;
	}

	.cvh-intro__features ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px 14px;
		padding: 0 6px;
	}

	.cvh-intro__feature-item {
		grid-template-columns: 36px minmax(0, 1fr);
		gap: 12px;
		font-size: 14px;
		font-weight: 500;
		line-height: 1.35;
	}

	.cvh-intro__feature-icon {
		width: 36px;
		height: 36px;
	}

	.cvh-intro__image {
		order: 2;
		min-height: 0;
		aspect-ratio: 512 / 320;
		border-radius: 0 28px 0 28px;
	}

	.cvh-intro__image img {
		position: absolute;
		inset: 0;
		display: block;
		width: 100% !important;
		max-width: none !important;
		height: 100% !important;
		min-height: 0;
		object-fit: cover;
	}

	.cvh-intro__image-title {
		position: absolute;
		z-index: 1;
		inset: 0;
		display: flex;
		align-items: center;
		padding: 0 24px;
		background: rgba(0, 0, 0, 0.4);
	}

	.cvh-intro__image-title .cvh-heading {
		color: #fff;
		font-size: 30px;
		line-height: 1.08;
		text-align: left;
	}

	.cvh-intro__image-title .cvh-heading span {
		display: inline;
		color: inherit;
	}
}

@media (max-width: 360px) {
	.cvh-intro__features ul {
		grid-template-columns: 1fr;
		padding: 0;
	}

	.cvh-intro__image-title .cvh-heading {
		font-size: 26px;
	}
}

/* Final polish for intro spacing and Cove-like Kost rail. */
@media (min-width: 1280px) {
	#cvh-kost {
		overflow: hidden;
		padding: 80px 0;
		background: #fff8e5;
	}

	#cvh-kost .cvh-shell {
		width: 100%;
		max-width: none;
	}

	#cvh-kost .cvh-editorial--reverse {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		gap: 64px;
	}

	#cvh-kost .cvh-editorial__copy {
		flex: 0 0 288px;
		width: 288px;
		margin-right: max(24px, calc((100vw - 1220px) / 2));
	}

	#cvh-kost .cvh-editorial__copy .cvh-heading {
		width: 288px;
		font-size: 54px;
		line-height: 1.05;
	}

	#cvh-kost .cvh-editorial__copy .cvh-heading::after {
		display: block;
		width: 80px;
		border-top: 1px solid currentColor;
		margin: 24px 0 0;
		content: "";
	}

	#cvh-kost .cvh-editorial__copy p {
		width: 288px;
		max-width: 288px;
		margin-top: 18px;
		font-size: 16px;
		line-height: 1.45;
	}

	#cvh-kost .cvh-carousel__controls {
		margin-top: 40px;
		gap: 10px;
	}

	#cvh-kost .cvh-carousel__btn {
		width: 48px;
		height: 48px;
		border: 2px solid #e5e7eb;
		background: transparent;
		box-shadow: none;
	}

	#cvh-kost .cvh-editorial__list--kost {
		flex: 1 1 auto;
		min-width: 0;
		margin-left: 0;
		overflow: hidden;
	}

	#cvh-kost .cvh-scroller--rail-kost {
		min-height: 0;
		align-items: stretch;
		gap: 40px;
		padding: 0 0 8px max(24px, calc((100vw - 1220px) / 2));
		scroll-snap-type: x mandatory;
	}

	#cvh-kost .cvh-property-card {
		display: flex;
		flex: 0 0 448px;
		width: 448px;
		min-width: 0;
		flex-direction: column;
		gap: 12px;
		padding-top: 0;
		scroll-snap-align: end;
	}

	#cvh-kost .cvh-property-card:nth-child(2n) {
		flex-direction: column-reverse;
		padding-top: 0;
	}

	#cvh-kost .cvh-property-card__image {
		height: 336px;
		max-height: 336px;
		border-radius: 8px;
		box-shadow: none;
	}

	#cvh-kost .cvh-property-card__body {
		display: flex;
		flex-direction: column;
		gap: 12px;
		padding: 0;
	}

	#cvh-kost .cvh-property-card__body h3 {
		font-size: 20px;
		font-weight: 900;
		line-height: 1.2;
	}
}

@media (max-width: 760px) {
	section.cvh-section--light:not([id]) {
		padding-top: 42px;
	}

	section.cvh-section--light:not([id]) .cvh-intro__image {
		width: 100vw;
		margin-right: calc(50% - 50vw);
		margin-left: calc(50% - 50vw);
		border-radius: 0 28px 0 28px;
	}

	#cvh-kost {
		overflow: hidden;
		padding: 40px 0;
		background: #fff8e5;
	}

	#cvh-kost .cvh-shell {
		width: 100%;
		max-width: none;
	}

	#cvh-kost .cvh-editorial--reverse {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
	}

	#cvh-kost .cvh-editorial__copy {
		order: -1;
		width: auto;
		padding: 0 24px;
	}

	#cvh-kost .cvh-editorial__copy .cvh-heading {
		font-size: 40px;
		line-height: 1.05;
	}

	#cvh-kost .cvh-editorial__copy .cvh-heading::after {
		display: block;
		width: 80px;
		border-top: 1px solid currentColor;
		margin: 12px 0 0;
		content: "";
	}

	#cvh-kost .cvh-editorial__copy p {
		max-width: 320px;
		margin-top: 14px;
		font-size: 14px;
		line-height: 1.45;
	}

	#cvh-kost .cvh-carousel__controls {
		display: none;
	}

	#cvh-kost .cvh-editorial__list--kost {
		width: 100%;
		margin: 24px 0 0;
		overflow: hidden;
	}

	#cvh-kost .cvh-scroller--rail-kost {
		min-height: 0;
		gap: 16px;
		padding: 0 24px 8px;
		scroll-snap-type: x mandatory;
	}

	#cvh-kost .cvh-property-card {
		display: flex;
		flex: 0 0 320px;
		width: 320px;
		min-width: 0;
		flex-direction: column;
		gap: 12px;
		padding-top: 0;
		scroll-snap-align: center;
	}

	#cvh-kost .cvh-property-card:nth-child(2n) {
		flex-direction: column-reverse;
		padding-top: 0;
	}

	#cvh-kost .cvh-property-card__image {
		height: 210px;
		max-height: 210px;
		border-radius: 8px;
		box-shadow: none;
	}

	#cvh-kost .cvh-property-card__body {
		padding: 0;
	}

	#cvh-kost .cvh-property-card__body h3 {
		font-size: 20px;
		line-height: 1.2;
	}
}

@media (max-width: 400px) {
	#cvh-kost .cvh-property-card {
		flex-basis: 288px;
		width: 288px;
	}
}

@media (max-width: 360px) {
	#cvh-kost .cvh-property-card {
		flex-basis: 256px;
		width: 256px;
	}
}

/* Final Cove-like alignment for the Kost rail. */
#cvh-kost .cvh-property-card {
	color: var(--cvh-ink);
	text-decoration: none;
}

#cvh-kost .cvh-property-card__image {
	background: #f1f2f4;
}

#cvh-kost .cvh-property-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover !important;
	object-position: center center !important;
}

#cvh-kost .cvh-property-card__body p,
#cvh-kost .cvh-status {
	display: none !important;
}

#cvh-kost .cvh-carousel__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

#cvh-kost .cvh-carousel__btn svg {
	display: block;
	width: 16px;
	height: 24px;
	fill: currentColor;
	stroke: none;
	transform-origin: center;
}

#cvh-kost .cvh-carousel__btn .cvh-carousel__icon--next {
	transform: scaleX(-1);
}

@media (min-width: 1280px) {
	#cvh-kost .cvh-property-card {
		flex-basis: 448px;
		width: 448px;
	}

	#cvh-kost .cvh-property-card__image {
		width: 448px;
		height: 336px;
	}
}

@media (max-width: 760px) {
	#cvh-kost .cvh-property-card__image {
		width: 100%;
		height: 210px;
	}
}

/* Final Cove-like alignment for the room rail without promo/category strips. */
#cvh-kamar {
	--cvh-room-edge-gap: clamp(44px, 4.5vw, 88px);
	overflow: hidden;
	padding: 92px 0 108px;
	background: #fff;
}

#cvh-kamar .cvh-editorial {
	align-items: flex-start;
	gap: 64px;
}

#cvh-kamar .cvh-editorial__copy .cvh-heading {
	max-width: 300px;
	font-size: clamp(42px, 3.5vw, 56px);
	line-height: 1.06;
}

#cvh-kamar .cvh-editorial__copy .cvh-heading::after {
	display: block;
	width: 80px;
	border-top: 1px solid currentColor;
	margin: 18px 0 0;
	content: "";
}

#cvh-kamar .cvh-editorial__copy p {
	max-width: 300px;
	margin-top: 14px;
	font-size: 16px;
	line-height: 1.45;
}

#cvh-kamar .cvh-editorial__copy .cvh-pill-btn {
	display: inline-flex;
	margin-top: 24px;
}

#cvh-kamar .cvh-carousel__controls {
	margin-top: 38px;
}

#cvh-kamar .cvh-carousel__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

#cvh-kamar .cvh-carousel__btn svg {
	display: block;
	width: 16px;
	height: 24px;
	fill: currentColor;
	stroke: none;
	transform-origin: center;
}

#cvh-kamar .cvh-carousel__btn .cvh-carousel__icon--next {
	transform: scaleX(-1);
}

#cvh-kamar .cvh-editorial__list--kamar {
	margin-right: calc(50% - 50vw + var(--cvh-room-edge-gap));
	overflow: hidden;
}

#cvh-kamar .cvh-room-rail {
	display: block;
}

#cvh-kamar .cvh-scroller--rail-kamar {
	align-items: stretch;
	gap: 16px;
	min-width: 0;
	padding: 0 0 16px;
	scroll-padding-right: var(--cvh-room-edge-gap);
	scroll-snap-type: x mandatory;
}

#cvh-kamar .cvh-room-card {
	display: flex;
	flex: 0 0 352px;
	width: 352px;
	min-width: 0;
	min-height: 536px;
	flex-direction: column;
	overflow: hidden;
	border: 0;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 7px 18px rgba(31, 37, 51, 0.14);
	color: var(--cvh-ink);
	text-decoration: none;
	scroll-snap-align: start;
}

#cvh-kamar .cvh-room-card__content,
#cvh-kamar .cvh-room-card__content-link {
	display: flex;
	min-height: 0;
	flex: 1 1 auto;
	flex-direction: column;
	color: inherit;
	text-decoration: none;
}

#cvh-kamar .cvh-room-card__copy-link {
	display: block;
	color: inherit;
	text-decoration: none;
}

#cvh-kamar .cvh-room-card__image {
	position: relative;
	width: 100%;
	height: 256px;
	flex: 0 0 256px;
	overflow: hidden;
	background: #eef1f4;
}

#cvh-kamar .cvh-room-card__slides {
	display: flex;
	width: 100%;
	height: 100%;
	transition: transform 260ms ease;
	will-change: transform;
}

#cvh-kamar .cvh-room-card__slide {
	display: block;
	width: 100%;
	height: 100%;
	flex: 0 0 100%;
	background: #eef1f4;
	color: inherit;
	text-decoration: none;
}

#cvh-kamar .cvh-room-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

#cvh-kamar .cvh-room-card__category,
#cvh-kamar .cvh-room-card__promo {
	display: none !important;
}

#cvh-kamar .cvh-room-card__badge {
	top: 0;
	left: 0;
	min-height: 24px;
	border-radius: 0 0 8px 0;
	padding: 0 9px;
	background: var(--cvh-aqua);
	color: #fff;
	z-index: 6;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-transform: lowercase;
}

#cvh-kamar .cvh-room-card__slider-btn {
	position: absolute;
	top: 0;
	z-index: 5;
	display: flex;
	width: 40px;
	height: 100%;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 0;
	padding: 0;
	background: transparent;
	color: #fff;
	cursor: pointer;
	transition: background 180ms ease;
}

#cvh-kamar .cvh-room-card__slider-btn--prev {
	left: 0;
}

#cvh-kamar .cvh-room-card__slider-btn--next {
	right: 0;
}

#cvh-kamar .cvh-room-card__slider-btn:hover,
#cvh-kamar .cvh-room-card__slider-btn:focus-visible {
	background: rgba(17, 24, 39, 0.1);
}

#cvh-kamar .cvh-room-card__slider-btn:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.92);
	outline-offset: -5px;
}

#cvh-kamar .cvh-room-card__slider-btn svg {
	display: block;
	width: 16px;
	height: 24px;
	fill: currentColor;
	filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.38));
	opacity: 0.84;
	stroke: none;
	transition: opacity 180ms ease, transform 180ms ease;
}

#cvh-kamar .cvh-room-card__slider-btn:hover svg,
#cvh-kamar .cvh-room-card__slider-btn:focus-visible svg {
	opacity: 1;
	transform: scale(1.08);
}

#cvh-kamar .cvh-room-card__slider-btn--next svg {
	transform: scaleX(-1);
}

#cvh-kamar .cvh-room-card__slider-btn--next:hover svg,
#cvh-kamar .cvh-room-card__slider-btn--next:focus-visible svg {
	transform: scaleX(-1) scale(1.08);
}

#cvh-kamar .cvh-room-card__badge--ready-stock {
	background: var(--cvh-aqua);
	color: #fff;
}

#cvh-kamar .cvh-room-card__badge--low-stock {
	background: #f9be67;
	color: #554019;
}

#cvh-kamar .cvh-room-card__badge--coming_soon,
#cvh-kamar .cvh-room-card__badge--penuh {
	background: #6d7486;
}

#cvh-kamar .cvh-room-card__badge--hampir_penuh {
	background: #f9be67;
	color: #554019;
}

#cvh-kamar .cvh-room-card__badge.cvh-room-card__badge--ready-stock {
	background: var(--cvh-aqua);
	color: #fff;
}

#cvh-kamar .cvh-room-card__badge.cvh-room-card__badge--low-stock {
	background: #f9be67;
	color: #554019;
}

#cvh-kamar .cvh-room-card__body {
	display: block;
	min-height: 0;
	flex: 1 1 auto;
	padding: 16px 16px 12px;
}

#cvh-kamar .cvh-room-card__body h3 {
	margin: 0;
	color: var(--cvh-ink);
	font-size: 24px;
	font-weight: 900;
	line-height: 1.16;
}

#cvh-kamar .cvh-room-card__type {
	margin: 4px 0 0;
	color: #626977;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.35;
	text-transform: lowercase;
}

#cvh-kamar .cvh-room-card__location {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 5px 0 0;
	color: #8a909b;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
}

#cvh-kamar .cvh-room-card__location svg {
	width: 12px;
	height: 18px;
	flex: 0 0 12px;
	fill: #c4c8d0;
}

#cvh-kamar .cvh-room-card__location span {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#cvh-kamar .cvh-room-card__summary {
	display: -webkit-box;
	overflow: hidden;
	margin-top: 12px !important;
	color: #555c69 !important;
	font-size: 14px !important;
	font-weight: 500;
	line-height: 1.36;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

#cvh-kamar .cvh-room-card__meta {
	display: flex;
	gap: 5px;
	margin-top: 14px;
	flex-wrap: wrap;
}

#cvh-kamar .cvh-room-card__meta span,
#cvh-kamar .cvh-room-card__meta a {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	min-height: 22px;
	border-radius: 8px;
	padding: 0 8px 0 6px;
	background: #f1f2f4;
	color: #5f6672;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-transform: lowercase;
	text-decoration: none;
	transition: background 180ms ease, color 180ms ease;
}

#cvh-kamar .cvh-room-card__meta a:hover,
#cvh-kamar .cvh-room-card__meta a:focus-visible {
	background: #e8eaee;
	color: #3f4657;
	outline: 0;
}

#cvh-kamar .cvh-room-card__meta .material-icons {
	width: 14px;
	height: 14px;
	color: #5f6672;
	font-size: 14px;
	line-height: 1;
}

#cvh-kamar .cvh-room-card__footer {
	display: block;
	margin-top: auto;
	padding: 0 16px 16px;
	color: inherit;
	text-decoration: none;
}

#cvh-kamar .cvh-room-card__price {
	position: static;
	right: auto;
	bottom: auto;
	display: flex;
	align-items: baseline;
	justify-content: flex-end;
	gap: 4px;
	margin: 0;
	color: #ed1d3a;
	font-size: 14px;
	font-weight: 900;
	line-height: 1;
	text-align: right;
}

#cvh-kamar .cvh-room-card__price-value {
	font-size: 25px;
	font-weight: 900;
	line-height: 0.95;
}

#cvh-kamar .cvh-room-more-card {
	display: flex;
	flex: 0 0 168px;
	width: 168px;
	min-height: 536px;
	align-self: stretch;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border-radius: 8px;
	background: #f7f8fa;
	color: #8a909b;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	transition: background 180ms ease, color 180ms ease;
	scroll-margin-right: var(--cvh-room-edge-gap);
	scroll-snap-align: end;
}

#cvh-kamar .cvh-room-more-card:hover,
#cvh-kamar .cvh-room-more-card:focus {
	background: #f0f2f5;
	color: #5f6672;
}

#cvh-kamar .cvh-room-more-card svg {
	width: 12px;
	height: 18px;
	fill: currentColor;
	transform: scaleX(-1);
}

#cvh-kamar .cvh-room-rail-spacer {
	display: block;
	width: clamp(96px, 10vw, 168px);
	min-height: 1px;
	flex: 0 0 clamp(96px, 10vw, 168px);
	pointer-events: none;
	scroll-snap-align: end;
}

@media (min-width: 1280px) {
	#cvh-kamar .cvh-editorial {
		grid-template-columns: 288px minmax(0, 1fr);
	}
}

@media (max-width: 760px) {
	#cvh-kamar {
		--cvh-room-edge-gap: 0px;
		padding: 42px 0 52px;
	}

	#cvh-kamar .cvh-shell {
		width: 100%;
		max-width: none;
	}

	#cvh-kamar .cvh-editorial {
		display: flex;
		flex-direction: column;
		gap: 0;
	}

	#cvh-kamar .cvh-editorial__copy {
		padding: 0 24px;
	}

	#cvh-kamar .cvh-editorial__copy .cvh-heading {
		max-width: 320px;
		font-size: 40px;
		line-height: 1.05;
	}

	#cvh-kamar .cvh-editorial__copy .cvh-heading::after {
		margin-top: 12px;
	}

	#cvh-kamar .cvh-editorial__copy p {
		max-width: 320px;
		margin-top: 14px;
		font-size: 14px;
	}

	#cvh-kamar .cvh-carousel__controls {
		display: none;
	}

	#cvh-kamar .cvh-editorial__list--kamar {
		width: 100%;
		margin: 24px 0 0;
	}

	#cvh-kamar .cvh-room-rail {
		display: block;
		padding-right: 0;
	}

	#cvh-kamar .cvh-scroller--rail-kamar {
		gap: 16px;
		padding: 0 24px 10px;
	}

	#cvh-kamar .cvh-room-card {
		flex-basis: 352px;
		width: 352px;
		max-width: calc(100vw - 48px);
		min-height: 536px;
		scroll-snap-align: center;
	}

	#cvh-kamar .cvh-room-card__image {
		height: 256px;
		flex-basis: 256px;
	}

	#cvh-kamar .cvh-room-card__body h3 {
		font-size: 22px;
	}

	#cvh-kamar .cvh-room-card__price-value {
		font-size: 23px;
	}

	#cvh-kamar .cvh-room-more-card {
		flex-basis: 168px;
		width: 168px;
		min-height: 536px;
		margin: 0;
		scroll-snap-align: center;
	}

	#cvh-kamar .cvh-room-rail-spacer {
		display: none;
	}
}

@media (max-width: 400px) {
	#cvh-kamar .cvh-room-card {
		flex-basis: 288px;
		width: 288px;
		min-height: 516px;
	}

	#cvh-kamar .cvh-room-card__image {
		height: 228px;
		flex-basis: 228px;
	}

	#cvh-kamar .cvh-room-more-card {
		flex-basis: 66vw;
		min-height: 516px;
	}
}

@media (max-width: 340px) {
	#cvh-kamar .cvh-room-card {
		flex-basis: calc(100vw - 48px);
		width: calc(100vw - 48px);
	}
}

/* Cove-like lifestyle filter band. */
.cvh-section--lifestyle {
	padding: 80px 0;
	background: #fff7e8;
}

.cvh-section--lifestyle .cvh-shell {
	width: min(100% - 40px, 1180px);
}

.cvh-section--lifestyle .cvh-lifestyle {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;
	justify-content: center;
	gap: 64px;
}

.cvh-section--lifestyle .cvh-lifestyle__copy {
	flex: 0 0 340px;
	margin: 0;
}

.cvh-section--lifestyle .cvh-heading {
	max-width: 340px;
	font-size: clamp(44px, 4vw, 60px);
	line-height: 1.04;
}

.cvh-section--lifestyle .cvh-heading span {
	font-weight: 800;
}

.cvh-section--lifestyle .cvh-lifestyle__list {
	display: flex;
	gap: 24px;
	align-items: stretch;
}

.cvh-section--lifestyle .cvh-lifestyle-card {
	display: flex;
	width: 200px;
	min-height: 244px;
	flex: 0 0 200px;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	border: 0;
	border-radius: 8px;
	padding: 24px 16px;
	background: #fff0d3;
	box-shadow: 0 8px 18px rgba(70, 55, 31, 0.14);
	color: #555c69;
	text-align: center;
	text-decoration: none;
}

.cvh-section--lifestyle .cvh-lifestyle-card:hover,
.cvh-section--lifestyle .cvh-lifestyle-card:focus {
	transform: translateY(-2px);
	box-shadow: 0 12px 24px rgba(70, 55, 31, 0.16);
}

.cvh-section--lifestyle .cvh-lifestyle-card img {
	display: block;
	width: 100%;
	max-width: 152px;
	height: 152px;
	margin: 0 auto 8px;
	object-fit: contain;
}

.cvh-section--lifestyle .cvh-lifestyle-card h3,
.cvh-section--lifestyle .cvh-lifestyle-card span {
	max-width: 160px;
	margin: 0 auto;
	color: #555c69;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.14;
}

@media (max-width: 1180px) {
	.cvh-section--lifestyle .cvh-lifestyle {
		gap: 42px;
	}

	.cvh-section--lifestyle .cvh-lifestyle-card {
		width: 184px;
		flex-basis: 184px;
	}
}

@media (max-width: 1023px) {
	.cvh-section--lifestyle {
		padding: 64px 0;
	}

	.cvh-section--lifestyle .cvh-lifestyle {
		display: block;
	}

	.cvh-section--lifestyle .cvh-lifestyle__copy {
		max-width: none;
	}

	.cvh-section--lifestyle .cvh-heading {
		max-width: 560px;
	}

	.cvh-section--lifestyle .cvh-lifestyle__list {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 24px;
		margin-top: 24px;
	}

	.cvh-section--lifestyle .cvh-lifestyle-card {
		width: auto;
		min-height: 230px;
		flex-basis: auto;
	}
}

@media (max-width: 760px) {
	.cvh-section--lifestyle {
		padding: 40px 0;
	}

	.cvh-section--lifestyle .cvh-shell {
		width: min(100% - 40px, 420px);
	}

	.cvh-section--lifestyle .cvh-heading {
		max-width: 330px;
		font-size: 40px;
		line-height: 1.05;
	}

	.cvh-section--lifestyle .cvh-lifestyle__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
		margin-top: 24px;
	}

	.cvh-section--lifestyle .cvh-lifestyle-card {
		min-height: 178px;
		padding: 16px 14px;
		box-shadow: 0 5px 12px rgba(70, 55, 31, 0.14);
	}

	.cvh-section--lifestyle .cvh-lifestyle-card img {
		max-width: 118px;
		height: 112px;
		margin-bottom: 8px;
	}

	.cvh-section--lifestyle .cvh-lifestyle-card h3,
	.cvh-section--lifestyle .cvh-lifestyle-card span {
		max-width: 112px;
		font-size: 14px;
		line-height: 1.16;
	}
}

/* Community mockup alignment */
#cvh-komunitas {
	overflow: hidden;
	padding: 80px 0;
	background: rgba(249, 190, 103, 0.12);
}

#cvh-komunitas .cvh-shell {
	width: min(100% - 56px, 1180px);
}

#cvh-komunitas .cvh-testi {
	display: grid;
	grid-template-columns: minmax(0, 528px) minmax(300px, 344px) minmax(220px, 1fr);
	grid-template-areas: "media fit title";
	gap: 24px;
	align-items: stretch;
}

#cvh-komunitas .cvh-testi__left {
	grid-area: media;
	overflow: hidden;
	border-radius: 8px;
	background: transparent;
}

#cvh-komunitas .cvh-testi__middle {
	position: relative;
	z-index: 2;
	grid-area: fit;
	overflow: visible;
	border-radius: 8px;
	padding: 0;
	background: #fff;
	box-shadow: 0 7px 18px rgba(31, 37, 51, 0.12);
}

#cvh-komunitas .cvh-testi__right {
	grid-area: title;
	align-self: start;
	padding: 0 0 0 16px;
}

#cvh-komunitas .cvh-testi__right .cvh-heading {
	max-width: 300px;
	color: #252b36;
	font-size: 50px;
	font-weight: 300;
	line-height: 1.05;
	letter-spacing: 0;
}

#cvh-komunitas .cvh-testi__right .cvh-heading span {
	display: block;
	color: inherit;
	font-size: inherit;
	font-weight: 800;
}

#cvh-komunitas .cvh-tabs {
	position: absolute;
	top: 288px;
	left: 100%;
	z-index: 6;
	display: grid;
	width: 240px;
	gap: 0;
	margin: 0;
	padding: 0;
	border-radius: 0 8px 8px 0;
	background: #fff;
	box-shadow: 0 7px 18px rgba(31, 37, 51, 0.08);
	transform: translateZ(0);
	will-change: transform;
}

#cvh-komunitas .cvh-tabs button {
	display: flex;
	width: 240px;
	min-height: 68px;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
	gap: 14px;
	border: 0;
	border-radius: 0 8px 8px 0;
	padding: 0 24px;
	background: rgba(249, 190, 103, 0.12);
	box-shadow: 0 2px 7px rgba(31, 37, 51, 0.08);
	color: #555c69;
	cursor: pointer;
	text-align: left;
}

#cvh-komunitas .cvh-tabs button.is-active {
	background: #fff;
	box-shadow: none;
	color: #252b36;
}

#cvh-komunitas .cvh-tabs__icon {
	display: grid;
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
	place-items: center;
	color: #a4a8b1;
}

#cvh-komunitas .cvh-tabs__icon svg {
	display: block;
	width: 24px;
	height: 24px;
	fill: currentColor;
}

#cvh-komunitas .cvh-tabs__label {
	min-width: 0;
	overflow: hidden;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.1;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#cvh-komunitas .cvh-testi__fit-panel {
	position: relative;
	z-index: 3;
	min-height: 100%;
	padding: 32px;
	border-radius: 8px;
	background: #fff;
}

#cvh-komunitas .cvh-testi__fit-panel.is-active {
	display: flex;
	flex-direction: column;
}

#cvh-komunitas .cvh-testi__fit-panel h3 {
	margin: 0;
	color: var(--cvh-ink);
	font-size: 36px;
	font-weight: 900;
	line-height: 1.05;
}

#cvh-komunitas .cvh-testi__fit-panel h3 span {
	display: block;
	font-weight: 200;
}

#cvh-komunitas .cvh-testi__fit-copy {
	display: -webkit-box;
	overflow: hidden;
	margin: 8px 0 0;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	color: #535b67;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.45;
}

#cvh-komunitas .cvh-testi__fit-panel ul {
	display: grid;
	gap: 0;
	margin: 12px 0 24px;
	padding: 0;
	list-style: none;
}

#cvh-komunitas .cvh-testi__fit-panel li {
	display: flex;
	min-height: 50px;
	align-items: center;
	gap: 12px;
	border-bottom: 1px solid #e8e3db;
	padding: 11px 0;
	color: #4f5663;
	font-size: 16px;
	font-weight: 650;
	line-height: 1.35;
}

#cvh-komunitas .cvh-testi__fit-panel li::before {
	content: none;
}

#cvh-komunitas .cvh-testi__feature-icon {
	display: grid;
	width: 22px;
	height: 22px;
	flex: 0 0 22px;
	place-items: center;
}

#cvh-komunitas .cvh-testi__feature-icon img {
	display: block;
	width: 22px;
	height: 22px;
	object-fit: contain;
	opacity: 0.58;
	filter: grayscale(1);
}

#cvh-komunitas .cvh-testi__fit-panel .cvh-pill-btn {
	width: 100%;
	margin-top: auto;
	border-color: var(--cvh-purple);
	background: var(--cvh-purple);
	color: #fff;
}

#cvh-komunitas .cvh-testi__left > .cvh-tab-panel.is-active {
	display: grid;
	grid-template-rows: auto minmax(260px, 320px);
	min-height: 100%;
}

#cvh-komunitas .cvh-testi__left > .cvh-tab-panel.has-no-media.is-active {
	grid-template-rows: 1fr;
}

#cvh-komunitas .cvh-testi__quote {
	display: flex;
	gap: 14px;
	min-height: 264px;
	border-radius: 8px 8px 0 0;
	padding: 40px 24px;
	background: rgba(249, 190, 103, 0.12);
	box-shadow: none;
	color: #4f5663;
}

#cvh-komunitas .cvh-tab-panel.has-no-media .cvh-testi__quote {
	min-height: 100%;
	border-radius: 8px;
}

#cvh-komunitas .cvh-testi__quote-mark {
	display: block;
	width: 42px;
	height: 34px;
	flex: 0 0 42px;
	fill: rgba(249, 190, 103, 0.58);
}

#cvh-komunitas .cvh-testi__quote-copy {
	min-width: 0;
}

#cvh-komunitas .cvh-testi__quote p {
	margin: 0;
	color: #4f5663;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.55;
}

#cvh-komunitas .cvh-testi__person {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 20px;
}

#cvh-komunitas .cvh-testi__person img {
	display: block;
	width: 48px;
	height: 48px;
	flex: 0 0 48px;
	border-radius: 50%;
	object-fit: cover;
}

#cvh-komunitas .cvh-testi__person strong {
	display: block;
	color: var(--cvh-ink);
	font-size: 16px;
	font-weight: 900;
	line-height: 1.2;
}

#cvh-komunitas .cvh-testi__person span {
	display: block;
	margin-top: 3px;
	color: #777d88;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
}

#cvh-komunitas .cvh-testi__video,
#cvh-komunitas .cvh-testi__media {
	position: relative;
	display: block;
	height: 320px;
	overflow: hidden;
	border-radius: 0 0 8px 8px;
	background: #25272e;
}

#cvh-komunitas .cvh-testi__video iframe,
#cvh-komunitas .cvh-testi__media img {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	object-fit: cover;
}

@media (max-width: 1180px) {
	#cvh-komunitas {
		padding: 64px 0;
	}

	#cvh-komunitas .cvh-shell {
		width: min(100% - 40px, 980px);
	}

	#cvh-komunitas .cvh-testi {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-areas:
			"title title"
			"fit media";
		gap: 24px;
	}

	#cvh-komunitas .cvh-testi__right {
		padding-left: 0;
	}

	#cvh-komunitas .cvh-testi__right .cvh-heading {
		max-width: 680px;
	}

	#cvh-komunitas .cvh-tabs {
		position: static;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
		border-radius: 8px 8px 0 0;
		box-shadow: none;
	}

	#cvh-komunitas .cvh-tabs button {
		width: auto;
		min-height: 72px;
		flex-direction: column;
		justify-content: center;
		border-radius: 8px 8px 0 0;
		padding: 12px;
		text-align: center;
	}

	#cvh-komunitas .cvh-tabs__label {
		font-size: 13px;
	}

	#cvh-komunitas .cvh-testi__fit-panel {
		min-height: 0;
		border-radius: 0 0 8px 8px;
		padding: 28px;
	}
}

@media (max-width: 760px) {
	#cvh-komunitas {
		padding: 40px 0;
	}

	#cvh-komunitas .cvh-shell {
		width: min(100% - 40px, 420px);
	}

	#cvh-komunitas .cvh-testi {
		grid-template-columns: 1fr;
		grid-template-areas:
			"title"
			"fit"
			"media";
		gap: 18px;
	}

	#cvh-komunitas .cvh-testi__right .cvh-heading {
		max-width: 340px;
		font-size: 38px;
		line-height: 1.05;
	}

	#cvh-komunitas .cvh-tabs button {
		min-height: 68px;
	}

	#cvh-komunitas .cvh-tabs__icon,
	#cvh-komunitas .cvh-tabs__icon svg {
		width: 22px;
		height: 22px;
	}

	#cvh-komunitas .cvh-testi__fit-panel {
		padding: 28px 24px 24px;
	}

	#cvh-komunitas .cvh-testi__fit-panel h3 {
		font-size: 32px;
	}

	#cvh-komunitas .cvh-testi__fit-copy {
		font-size: 14px;
		-webkit-line-clamp: 4;
	}

	#cvh-komunitas .cvh-testi__fit-panel li {
		min-height: 48px;
		font-size: 15px;
	}

	#cvh-komunitas .cvh-testi__left > .cvh-tab-panel.is-active {
		grid-template-rows: auto 256px;
	}

	#cvh-komunitas .cvh-testi__quote {
		min-height: 0;
		padding: 28px 22px;
	}

	#cvh-komunitas .cvh-testi__quote-mark {
		width: 32px;
		height: 26px;
		flex-basis: 32px;
	}

	#cvh-komunitas .cvh-testi__quote p {
		font-size: 14px;
		line-height: 1.5;
	}

	#cvh-komunitas .cvh-testi__video,
	#cvh-komunitas .cvh-testi__media {
		height: 256px;
	}
}

/* Benefit mockup alignment */
#cvh-benefit {
	padding: 80px 0 88px;
	background: #fff;
}

#cvh-benefit .cvh-shell {
	width: min(100% - 56px, 1120px);
}

#cvh-benefit .cvh-benefit-wrap {
	display: grid;
	grid-template-columns: 288px minmax(0, 1fr);
	gap: 48px;
	align-items: start;
}

#cvh-benefit .cvh-benefit-wrap__title {
	width: 288px;
	max-width: 100%;
}

#cvh-benefit .cvh-benefit-wrap__title .cvh-heading {
	max-width: 288px;
	color: #252b36;
	font-size: clamp(46px, 4.3vw, 64px);
	font-weight: 900;
	line-height: 1.04;
	letter-spacing: 0;
}

#cvh-benefit .cvh-benefit-wrap__title .cvh-heading span {
	display: inline;
	font-weight: 200;
}

#cvh-benefit .cvh-benefit-wrap__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	width: 100%;
	margin-top: 0;
}

#cvh-benefit .cvh-benefit-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0;
	min-width: 0;
	border: 0;
	border-radius: 0;
	padding: 0;
	background: transparent;
	box-shadow: none;
}

#cvh-benefit .cvh-benefit-card img {
	display: block;
	width: 80px;
	height: 80px;
	flex: 0 0 80px;
	margin: 0 0 24px;
	object-fit: contain;
}

#cvh-benefit .cvh-benefit-card__copy {
	min-width: 0;
}

#cvh-benefit .cvh-benefit-card h3 {
	margin: 0 0 4px;
	color: #252b36;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.25;
	letter-spacing: 0;
}

#cvh-benefit .cvh-benefit-card p {
	max-width: 350px;
	margin: 0;
	color: #535b67;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.45;
}

@media (max-width: 1023px) {
	#cvh-benefit {
		padding: 64px 0 72px;
	}

	#cvh-benefit .cvh-shell {
		width: min(100% - 40px, 760px);
	}

	#cvh-benefit .cvh-benefit-wrap {
		display: block;
	}

	#cvh-benefit .cvh-benefit-wrap__title,
	#cvh-benefit .cvh-benefit-wrap__title .cvh-heading {
		width: auto;
		max-width: 560px;
	}

	#cvh-benefit .cvh-benefit-wrap__grid {
		margin-top: 24px;
	}

	#cvh-benefit .cvh-benefit-card {
		flex-direction: row;
		align-items: center;
		gap: 24px;
	}

	#cvh-benefit .cvh-benefit-card img {
		width: 48px;
		height: 48px;
		flex-basis: 48px;
		margin: 0;
	}
}

@media (max-width: 760px) {
	#cvh-benefit {
		padding: 40px 0 56px;
	}

	#cvh-benefit .cvh-shell {
		width: min(100% - 40px, 420px);
	}

	#cvh-benefit .cvh-benefit-wrap__title .cvh-heading {
		max-width: 320px;
		font-size: 38px;
		line-height: 1.08;
	}

	#cvh-benefit .cvh-benefit-wrap__grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	#cvh-benefit .cvh-benefit-card h3 {
		font-size: 18px;
		line-height: 1.22;
	}

	#cvh-benefit .cvh-benefit-card p {
		max-width: none;
		font-size: 15px;
		line-height: 1.45;
	}
}

/* Shared Home section heading scale and tone. */
#cvh-kost .cvh-editorial__copy .cvh-heading,
#cvh-kamar .cvh-editorial__copy .cvh-heading,
.cvh-section--lifestyle .cvh-heading,
#cvh-komunitas .cvh-testi__right .cvh-heading,
#cvh-benefit .cvh-benefit-wrap__title .cvh-heading,
.cvh-faq-copy .cvh-heading {
	color: #252b36;
	font-size: 50px;
	line-height: 1.05;
	letter-spacing: 0;
}

#cvh-kost .cvh-editorial__copy .cvh-heading span,
#cvh-kamar .cvh-editorial__copy .cvh-heading span,
.cvh-section--lifestyle .cvh-heading span,
#cvh-komunitas .cvh-testi__right .cvh-heading span,
#cvh-benefit .cvh-benefit-wrap__title .cvh-heading span,
.cvh-faq-copy .cvh-heading span {
	color: inherit;
	font-size: inherit;
}

@media (max-width: 760px) {
	#cvh-kost .cvh-editorial__copy .cvh-heading,
	#cvh-kamar .cvh-editorial__copy .cvh-heading,
	.cvh-section--lifestyle .cvh-heading,
	#cvh-komunitas .cvh-testi__right .cvh-heading,
	#cvh-benefit .cvh-benefit-wrap__title .cvh-heading,
	.cvh-faq-copy .cvh-heading {
		font-size: 38px;
		line-height: 1.05;
	}
}

/* Cove-style FAQ alignment. */
#cvh-faq {
	overflow: hidden;
	padding: 80px 0 96px;
	background: #fff;
}

#cvh-faq .cvh-shell {
	width: min(100% - 40px, 1180px);
}

#cvh-faq .cvh-faq-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(270px, 0.34fr);
	gap: 48px;
	align-items: start;
}

#cvh-faq .cvh-faq-list {
	border-top: 0;
}

#cvh-faq .cvh-faq-item {
	border-bottom: 1px solid #e5e5e5;
	background: transparent;
}

#cvh-faq .cvh-faq-item summary {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 16px;
	align-items: center;
	gap: 16px;
	min-height: 0;
	padding: 20px 0;
	color: #525252;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.45;
	cursor: pointer;
	list-style: none;
	text-align: left;
}

#cvh-faq .cvh-faq-item summary span {
	min-width: 0;
}

#cvh-faq .cvh-faq-item summary svg {
	width: 16px;
	height: 16px;
	color: var(--cvh-coral);
	fill: currentColor;
	stroke: none;
	transform: rotate(-90deg);
	transition: transform 180ms ease;
}

#cvh-faq .cvh-faq-item[open] summary svg {
	transform: rotate(90deg);
}

#cvh-faq .cvh-faq-item > div {
	max-width: 780px;
	padding: 0 32px 20px 0;
	color: #626977;
	font-size: 15px;
	line-height: 1.55;
}

#cvh-faq .cvh-faq-item > div a {
	color: var(--cvh-purple);
	font-weight: 700;
}

#cvh-faq .cvh-faq-copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

#cvh-faq .cvh-faq-copy .cvh-heading {
	max-width: 320px;
	color: #252b36;
	font-size: 50px;
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: 0;
}

#cvh-faq .cvh-faq-copy .cvh-heading span {
	display: inline;
	color: inherit;
	font-size: inherit;
	font-weight: 200;
}

#cvh-faq .cvh-faq-copy .cvh-pill-btn {
	margin-top: 28px;
}

@media (max-width: 1180px) {
	#cvh-faq {
		padding: 64px 0 72px;
	}

	#cvh-faq .cvh-shell {
		width: min(100% - 40px, 760px);
	}

	#cvh-faq .cvh-faq-layout {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	#cvh-faq .cvh-faq-copy {
		order: -1;
	}

	#cvh-faq .cvh-faq-copy .cvh-heading {
		max-width: 560px;
	}
}

@media (max-width: 760px) {
	#cvh-faq {
		padding: 40px 0 56px;
	}

	#cvh-faq .cvh-shell {
		width: min(100% - 40px, 420px);
	}

	#cvh-faq .cvh-faq-copy .cvh-heading {
		max-width: 320px;
		font-size: 38px;
		line-height: 1.05;
	}

	#cvh-faq .cvh-faq-item summary {
		padding: 20px 0;
		font-size: 16px;
		line-height: 1.45;
	}

	#cvh-faq .cvh-faq-item > div {
		padding: 0 0 18px;
		font-size: 14px;
		line-height: 1.55;
	}
}

/* Search field click target and applied budget summary polish. */
.cvh-search__field {
	cursor: pointer;
}

.cvh-search__field [data-kb-popover] {
	cursor: auto;
}

.cvh-search__field-body {
	display: flex;
	min-width: 0;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
}

.cvh-search__field label {
	margin-bottom: 0;
}

.cvh-select-trigger,
.cvh-budget-trigger {
	height: auto;
	min-height: 20px;
	line-height: 1.2;
}

.cvh-budget-trigger [data-kb-price-summary] {
	display: block;
	max-width: 100%;
	overflow: hidden;
	line-height: 1.2;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media (max-width: 760px) {
	#cvh-faq .cvh-faq-copy .cvh-pill-btn {
		margin-top: 22px;
	}

	.cvh-search__field-body {
		gap: 4px;
	}
}

/* Home polish - 18 Mei 2026. */
@media (min-width: 761px) {
	#cvh-kost .cvh-scroller--rail-kost {
		transform: scaleX(-1);
		transform-origin: center;
	}

	#cvh-kost .cvh-scroller--rail-kost > .cvh-property-card {
		transform: scaleX(-1);
	}

	#cvh-komunitas .cvh-testi__middle,
	#cvh-komunitas .cvh-tabs,
	#cvh-komunitas .cvh-tabs button,
	#cvh-komunitas .cvh-tabs button.is-active {
		box-shadow: none;
	}

	#cvh-komunitas .cvh-testi__fit-panel {
		box-shadow: -8px 7px 18px rgba(31, 37, 51, 0.1), 0 9px 18px rgba(31, 37, 51, 0.06);
	}

	#cvh-komunitas .cvh-tabs {
		background: transparent;
	}

	#cvh-komunitas .cvh-tabs button.is-active {
		width: calc(100% + 1px);
		margin-left: -1px;
		background: #fff;
	}
}

#cvh-kamar .cvh-editorial__list--kamar {
	overflow: visible;
}

#cvh-kamar .cvh-scroller--rail-kamar {
	padding-top: 6px;
	padding-bottom: 22px;
}

#cvh-kamar .cvh-room-card {
	box-shadow: 0 4px 10px rgba(31, 37, 51, 0.09);
}

#cvh-kamar .cvh-room-card:hover {
	box-shadow: 0 6px 14px rgba(31, 37, 51, 0.1);
}

@media (min-width: 761px) and (max-width: 1279px) {
	.cvh-shell {
		width: min(100% - 40px, 1180px);
	}

	.cvh-section--lifestyle .cvh-shell,
	#cvh-komunitas .cvh-shell,
	#cvh-benefit .cvh-shell,
	#cvh-faq .cvh-shell {
		width: min(100% - 40px, 1180px);
	}

	.cvh-section--lifestyle,
	#cvh-komunitas {
		padding: 80px 0;
	}

	#cvh-benefit {
		padding: 80px 0 88px;
	}

	#cvh-faq {
		padding: 80px 0 96px;
	}

	.cvh-intro,
	.cvh-editorial,
	.cvh-lifestyle,
	.cvh-testi,
	.cvh-benefit-wrap,
	.cvh-faq-layout {
		grid-template-columns: minmax(250px, 0.35fr) minmax(0, 1fr);
	}

	.cvh-editorial--reverse {
		grid-template-columns: minmax(0, 1fr) minmax(270px, 0.34fr);
	}

	.cvh-editorial--reverse .cvh-editorial__copy {
		order: 0;
	}

	#cvh-kost {
		overflow: hidden;
		padding: 80px 0 92px;
	}

	#cvh-kost .cvh-shell {
		width: 100%;
		max-width: none;
	}

	#cvh-kost .cvh-editorial--reverse {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		gap: 48px;
	}

	#cvh-kost .cvh-editorial__copy {
		flex: 0 0 270px;
		width: 270px;
		margin-right: max(20px, calc((100vw - 1180px) / 2));
	}

	#cvh-kost .cvh-editorial__copy .cvh-heading {
		width: 270px;
	}

	#cvh-kost .cvh-editorial__list--kost {
		flex: 1 1 auto;
		min-width: 0;
		margin-left: 0;
		overflow: hidden;
	}

	#cvh-kost .cvh-scroller--rail-kost {
		gap: 32px;
		min-height: 0;
		padding: 0 0 8px max(20px, calc((100vw - 1180px) / 2));
		scroll-snap-type: x mandatory;
	}

	#cvh-kost .cvh-property-card {
		display: flex;
		flex: 0 0 clamp(360px, 38vw, 448px);
		width: clamp(360px, 38vw, 448px);
		min-width: 0;
		flex-direction: column;
		gap: 12px;
		padding-top: 0;
		scroll-snap-align: end;
	}

	#cvh-kost .cvh-property-card:nth-child(2n) {
		flex-direction: column-reverse;
		padding-top: 0;
	}

	#cvh-kost .cvh-property-card__image {
		width: 100%;
		height: clamp(270px, 28.5vw, 336px);
		max-height: 336px;
	}

	#cvh-kost .cvh-property-card__body {
		display: flex;
		flex-direction: column;
		gap: 12px;
		padding: 0;
	}

	#cvh-kamar .cvh-editorial {
		display: grid;
		grid-template-columns: 270px minmax(0, 1fr);
		gap: 48px;
	}

	#cvh-kamar .cvh-editorial__copy {
		width: 270px;
	}

	#cvh-kamar .cvh-editorial__list--kamar {
		width: auto;
		margin: 0 calc(50% - 50vw + var(--cvh-room-edge-gap)) 0 0;
	}

	.cvh-section--lifestyle .cvh-lifestyle {
		display: flex;
		flex-direction: row-reverse;
		align-items: flex-start;
		justify-content: center;
		gap: 44px;
	}

	.cvh-section--lifestyle .cvh-lifestyle__copy {
		flex: 0 0 300px;
		max-width: 300px;
	}

	.cvh-section--lifestyle .cvh-lifestyle__list {
		display: flex;
		gap: 18px;
		margin-top: 0;
	}

	.cvh-section--lifestyle .cvh-lifestyle-card {
		width: 172px;
		min-height: 226px;
		flex: 0 0 172px;
	}

	.cvh-section--lifestyle .cvh-lifestyle-card img {
		max-width: 136px;
		height: 136px;
	}

	#cvh-komunitas .cvh-testi {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(260px, 0.72fr) minmax(210px, 0.48fr);
		grid-template-areas: "media fit title";
		gap: 20px;
	}

	#cvh-komunitas .cvh-testi__right {
		padding-left: 12px;
	}

	#cvh-komunitas .cvh-testi__right .cvh-heading {
		max-width: 260px;
	}

	#cvh-komunitas .cvh-tabs {
		position: absolute;
		top: 288px;
		left: 100%;
		display: grid;
		width: 220px;
		grid-template-columns: 1fr;
		border-radius: 0 8px 8px 0;
	}

	#cvh-komunitas .cvh-tabs button {
		width: 220px;
		min-height: 68px;
		flex-direction: row-reverse;
		justify-content: space-between;
		border-radius: 0 8px 8px 0;
		padding: 0 20px;
		text-align: left;
	}

	#cvh-komunitas .cvh-testi__fit-panel {
		min-height: 100%;
		border-radius: 8px;
		padding: 28px;
	}

	#cvh-benefit .cvh-benefit-wrap {
		display: grid;
		grid-template-columns: 270px minmax(0, 1fr);
		gap: 40px;
	}

	#cvh-benefit .cvh-benefit-wrap__title,
	#cvh-benefit .cvh-benefit-wrap__title .cvh-heading {
		width: 270px;
		max-width: 270px;
	}

	#cvh-benefit .cvh-benefit-wrap__grid {
		margin-top: 0;
	}

	#cvh-benefit .cvh-benefit-card {
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
	}

	#cvh-benefit .cvh-benefit-card img {
		width: 72px;
		height: 72px;
		flex-basis: 72px;
		margin: 0 0 20px;
	}

	#cvh-faq .cvh-faq-layout {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(250px, 0.34fr);
		gap: 40px;
	}

	#cvh-faq .cvh-faq-copy {
		order: 0;
	}
}

@media (max-width: 760px) {
	section.cvh-section--light:not([id]) {
		padding-top: 24px;
	}

	#cvh-kamar .cvh-scroller--rail-kamar {
		padding: 6px 24px 20px;
	}

	.cvh-section--lifestyle .cvh-lifestyle-card {
		min-height: 194px;
	}

	.cvh-section--lifestyle .cvh-lifestyle-card img {
		max-width: 130px;
		height: 124px;
	}

	#cvh-kost .cvh-editorial__copy .cvh-heading,
	#cvh-kamar .cvh-editorial__copy .cvh-heading,
	.cvh-section--lifestyle .cvh-lifestyle__copy .cvh-heading,
	#cvh-komunitas .cvh-testi__right .cvh-heading,
	#cvh-benefit .cvh-benefit-wrap__title .cvh-heading,
	#cvh-faq .cvh-faq-copy .cvh-heading {
		font-size: 34px;
		line-height: 1.06;
	}

	#cvh-kost .cvh-editorial__copy .cvh-heading span,
	#cvh-kamar .cvh-editorial__copy .cvh-heading span,
	.cvh-section--lifestyle .cvh-lifestyle__copy .cvh-heading span,
	#cvh-komunitas .cvh-testi__right .cvh-heading span,
	#cvh-benefit .cvh-benefit-wrap__title .cvh-heading span,
	#cvh-faq .cvh-faq-copy .cvh-heading span {
		font-size: inherit;
		line-height: inherit;
	}
}

/* Urban brand color grading - 18 Mei 2026. */
.kb-home-page,
.kb-home {
	background: #fbfdfe;
	color: var(--cvh-ink);
}

.kb-home button:focus-visible,
.kb-home a:focus-visible,
.kb-home input:focus-visible,
.kb-home select:focus-visible {
	outline-color: rgba(242, 118, 137, 0.36);
}

.cvh-heading,
#cvh-kost .cvh-editorial__copy .cvh-heading,
#cvh-kamar .cvh-editorial__copy .cvh-heading,
.cvh-section--lifestyle .cvh-heading,
#cvh-komunitas .cvh-testi__right .cvh-heading,
#cvh-benefit .cvh-benefit-wrap__title .cvh-heading,
#cvh-faq .cvh-faq-copy .cvh-heading {
	color: var(--cvh-deep);
}

.cvh-editorial__copy p,
#cvh-kost .cvh-editorial__copy p,
#cvh-kamar .cvh-editorial__copy p,
#cvh-komunitas .cvh-testi__fit-copy,
#cvh-benefit .cvh-benefit-card p,
#cvh-faq .cvh-faq-item > div {
	color: var(--cvh-muted);
}

.cvh-section--light {
	background: var(--cvh-surface);
}

.cvh-section--beige,
#cvh-kost {
	background: var(--cvh-aqua-soft);
}

#cvh-kamar {
	background: var(--cvh-surface-warm);
}

.cvh-section--lifestyle {
	background: var(--cvh-green-soft);
}

#cvh-komunitas {
	background: #f4fbfe;
}

#cvh-benefit,
#cvh-faq {
	background: #fff;
}

.cvh-pill-btn {
	border-color: var(--cvh-deep);
	color: var(--cvh-deep);
	background: transparent;
}

.cvh-pill-btn:hover,
.cvh-pill-btn:focus-visible {
	background: var(--cvh-deep);
	color: #fff;
}

.cvh-green-btn {
	border-color: var(--cvh-green);
	background: var(--cvh-green);
	color: var(--cvh-deep);
}

.cvh-carousel__btn {
	border-color: var(--cvh-line);
	color: var(--cvh-deep);
	box-shadow: 0 8px 18px rgba(9, 60, 93, 0.08);
}

.cvh-carousel__btn:hover,
.cvh-carousel__btn:active,
.cvh-carousel__btn:focus {
	background: var(--cvh-aqua-soft) !important;
	color: var(--cvh-deep) !important;
}

.cvh-search {
	border: 1px solid rgba(170, 222, 239, 0.72);
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 22px 48px rgba(9, 60, 93, 0.16);
}

.cvh-search__top p,
.cvh-search__chips p,
.cvh-search__field label {
	color: var(--cvh-deep);
}

.cvh-duration-switcher {
	background: #edf8fc;
}

.cvh-duration-switcher span {
	color: #557083;
}

.cvh-duration-switcher input:checked + span {
	background: #fff;
	color: var(--cvh-deep);
	box-shadow: 0 6px 14px rgba(9, 60, 93, 0.13);
}

.cvh-search__fields {
	border-color: #cfe8f1;
}

.cvh-search__field {
	border-left-color: #d9e8ef;
}

.cvh-search__icon {
	color: #62b8d2;
}

.cvh-select-trigger,
.cvh-budget-trigger {
	color: #6b7f8d;
}

.cvh-select-trigger:hover,
.cvh-select-trigger:active,
.cvh-select-trigger:focus,
.cvh-budget-trigger:hover,
.cvh-budget-trigger:active,
.cvh-budget-trigger:focus {
	color: var(--cvh-deep) !important;
}

.cvh-search__submit,
.cvh-range__apply {
	border-color: var(--cvh-coral);
	background: var(--cvh-coral) !important;
	color: #fff !important;
}

.cvh-search__submit:hover,
.cvh-search__submit:active,
.cvh-search__submit:focus-visible,
.cvh-range__apply:hover,
.cvh-range__apply:active,
.cvh-range__apply:focus-visible {
	background: var(--cvh-coral-dark) !important;
}

.cvh-popover {
	border: 1px solid #d8edf4;
	box-shadow: 0 16px 34px rgba(9, 60, 93, 0.16);
}

.cvh-select-option {
	border-color: #dceaf0;
	color: #5f7482;
}

.cvh-select-option:hover,
.cvh-select-option:focus-visible,
.cvh-select-option.is-active {
	border-color: rgba(242, 118, 137, 0.48);
	background: #fff2f4 !important;
	color: var(--cvh-deep) !important;
}

.cvh-select-checkbox {
	border-color: #bfdce7;
}

.cvh-select-option.is-active .cvh-select-checkbox {
	border-color: var(--cvh-coral);
	background: var(--cvh-coral);
}

.cvh-range__box {
	border-color: #dceaf0;
}

.cvh-range__box p,
.cvh-range__box strong,
.cvh-range__dash {
	color: var(--cvh-deep);
}

.cvh-range__dash {
	background: var(--cvh-deep);
}

.cvh-range__track {
	background: #e7f4f9;
}

.cvh-range__fill {
	background: var(--cvh-coral);
}

.cvh-chip:nth-child(3n + 1) {
	background: var(--cvh-deep);
}

.cvh-chip:nth-child(3n + 2) {
	background: var(--cvh-aqua);
	color: var(--cvh-deep) !important;
}

.cvh-chip:nth-child(3n) {
	background: var(--cvh-coral);
}

.cvh-intro__title {
	border-right-color: #d9e8ef;
}

.cvh-intro__feature-item {
	color: var(--cvh-ink);
}

#cvh-kost .cvh-property-card__image,
#cvh-kamar .cvh-room-card__image,
#cvh-kamar .cvh-room-card__slide {
	background: #eaf6fb;
}

#cvh-kost .cvh-property-card__body h3,
#cvh-kamar .cvh-room-card__body h3,
#cvh-benefit .cvh-benefit-card h3,
#cvh-komunitas .cvh-testi__fit-panel h3 {
	color: var(--cvh-deep);
}

#cvh-kamar .cvh-room-card {
	border: 1px solid #edf3f6;
	box-shadow: 0 5px 12px rgba(9, 60, 93, 0.1);
}

#cvh-kamar .cvh-room-card:hover {
	box-shadow: 0 8px 18px rgba(9, 60, 93, 0.12);
}

#cvh-kamar .cvh-room-card__badge,
#cvh-kamar .cvh-room-card__badge--ready-stock,
#cvh-kamar .cvh-room-card__badge.cvh-room-card__badge--ready-stock {
	background: var(--cvh-aqua);
	color: var(--cvh-deep);
}

#cvh-kamar .cvh-room-card__badge--low-stock,
#cvh-kamar .cvh-room-card__badge--hampir_penuh,
#cvh-kamar .cvh-room-card__badge.cvh-room-card__badge--low-stock {
	background: var(--cvh-yellow);
	color: var(--cvh-deep);
}

#cvh-kamar .cvh-room-card__badge--coming_soon,
#cvh-kamar .cvh-room-card__badge--penuh {
	background: var(--cvh-deep);
	color: #fff;
}

#cvh-kamar .cvh-room-card__price {
	color: var(--cvh-coral);
}

#cvh-kamar .cvh-room-card__meta span,
#cvh-kamar .cvh-room-card__meta a {
	background: #edf8fc;
	color: #456478;
}

#cvh-kamar .cvh-room-card__meta a:hover,
#cvh-kamar .cvh-room-card__meta a:focus-visible,
#cvh-kamar .cvh-room-more-card:hover,
#cvh-kamar .cvh-room-more-card:focus {
	background: #e1f1f7;
	color: var(--cvh-deep);
}

#cvh-kamar .cvh-room-more-card {
	background: #f3f8fb;
	color: #60798a;
}

.cvh-section--lifestyle .cvh-lifestyle-card {
	border: 1px solid #e6efc8;
	background: #fffdf7;
	box-shadow: 0 8px 18px rgba(9, 60, 93, 0.08);
	color: var(--cvh-deep);
}

.cvh-section--lifestyle .cvh-lifestyle-card:hover,
.cvh-section--lifestyle .cvh-lifestyle-card:focus {
	box-shadow: 0 12px 24px rgba(9, 60, 93, 0.11);
}

.cvh-section--lifestyle .cvh-lifestyle-card h3,
.cvh-section--lifestyle .cvh-lifestyle-card span {
	color: var(--cvh-deep);
}

#cvh-komunitas .cvh-testi__middle,
#cvh-komunitas .cvh-testi__fit-panel,
#cvh-komunitas .cvh-tabs,
#cvh-komunitas .cvh-tabs button.is-active {
	background: #fff;
}

#cvh-komunitas .cvh-tabs button {
	background: #eaf6fb;
	color: #526d7f;
}

#cvh-komunitas .cvh-tabs button.is-active {
	color: var(--cvh-deep);
}

#cvh-komunitas .cvh-tabs__icon {
	color: #5eb8d3;
}

#cvh-komunitas .cvh-testi__fit-panel .cvh-pill-btn {
	border-color: var(--cvh-deep);
	background: var(--cvh-deep);
	color: #fff;
}

#cvh-komunitas .cvh-testi__quote {
	background: #eef8fc;
}

#cvh-komunitas .cvh-testi__quote-mark {
	fill: rgba(190, 218, 115, 0.76);
}

#cvh-komunitas .cvh-testi__fit-panel li {
	border-bottom-color: #dceaf0;
	color: #4f6574;
}

#cvh-benefit .cvh-benefit-card img {
	filter: drop-shadow(0 6px 12px rgba(9, 60, 93, 0.08));
}

#cvh-faq .cvh-faq-item {
	border-bottom-color: #dceaf0;
}

#cvh-faq .cvh-faq-item summary {
	color: #425c6f;
}

#cvh-faq .cvh-faq-item summary svg,
#cvh-faq .cvh-faq-item > div a {
	color: var(--cvh-coral);
}

#kb-budget-popover .cvh-range__fill {
	background: var(--cvh-coral);
}

#kb-budget-popover input.cvh-range__input[type="range"] {
	accent-color: var(--cvh-coral);
}

#kb-budget-popover .cvh-range__apply {
	border-color: var(--cvh-coral);
	background: var(--cvh-coral) !important;
}

#kb-budget-popover .cvh-range__apply:hover,
#kb-budget-popover .cvh-range__apply:active,
#kb-budget-popover .cvh-range__apply:focus-visible {
	background: var(--cvh-coral-dark) !important;
}

/* Smooth motion polish - 18 Mei 2026. */
.cvh-hero__slide {
	z-index: 0;
	visibility: hidden;
	opacity: 0;
	backface-visibility: hidden;
	pointer-events: none;
	transform: translate3d(0, 0, 0) scale(1.018);
	transition:
		opacity 900ms cubic-bezier(0.22, 1, 0.36, 1),
		transform 1800ms cubic-bezier(0.22, 1, 0.36, 1),
		visibility 0s linear 900ms;
	will-change: opacity, transform;
}

.cvh-hero__slide.is-active {
	z-index: 1;
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
	transform: translate3d(0, 0, 0) scale(1);
	transition:
		opacity 900ms cubic-bezier(0.22, 1, 0.36, 1),
		transform 1800ms cubic-bezier(0.22, 1, 0.36, 1),
		visibility 0s linear 0s;
}

.cvh-hero__slide img,
#cvh-kamar .cvh-room-card__slide,
#cvh-kamar .cvh-room-card__image img {
	backface-visibility: hidden;
	transform: translateZ(0);
}

.cvh-hero__dots button,
.cvh-hero__arrow,
.cvh-carousel__btn,
.cvh-pill-btn,
.cvh-green-btn,
.cvh-line-btn,
.cvh-search__submit,
.cvh-range__apply,
.cvh-select-option,
#cvh-komunitas .cvh-tabs button,
#cvh-kamar .cvh-room-card,
#cvh-kamar .cvh-room-card__meta a,
#cvh-kamar .cvh-room-more-card,
.cvh-section--lifestyle .cvh-lifestyle-card {
	transition-duration: 260ms;
	transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

.cvh-property-card__image img,
#cvh-kamar .cvh-room-card__image img {
	transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
	will-change: transform;
}

.cvh-property-card:hover .cvh-property-card__image img,
#cvh-kamar .cvh-room-card:hover .cvh-room-card__image img {
	transform: translateZ(0) scale(1.028);
}

#cvh-kamar .cvh-room-card__slides {
	transform: translate3d(0, 0, 0);
	transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
	backface-visibility: hidden;
	will-change: transform;
}

.cvh-scroller {
	scroll-behavior: smooth;
}

.cvh-popover {
	display: block;
	opacity: 0;
	transform: translate3d(0, -14px, 0) scale(0.985);
	transition:
		opacity 240ms cubic-bezier(0.22, 1, 0.36, 1),
		transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
	will-change: opacity, transform;
}

.cvh-search__field.is-open .cvh-popover {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale(1);
}

.cvh-tab-panel.is-active {
	animation: cvh-tab-fade-in 280ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

#cvh-komunitas .cvh-testi__fit-panel.is-active,
#cvh-komunitas .cvh-testi__left > .cvh-tab-panel.is-active {
	animation: cvh-tab-fade-in 320ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes cvh-tab-fade-in {
	from {
		opacity: 0;
		transform: translate3d(0, 8px, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@media (max-width: 760px) {
	.cvh-popover {
		transform: translate3d(0, 105%, 0);
		transition:
			opacity 220ms cubic-bezier(0.22, 1, 0.36, 1),
			transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
	}

	.cvh-search__field.is-open .cvh-popover {
		transform: translate3d(0, 0, 0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.cvh-hero__slide,
	#cvh-kamar .cvh-room-card__slides,
	.cvh-popover,
	.cvh-tab-panel.is-active,
	#cvh-komunitas .cvh-testi__fit-panel.is-active,
	#cvh-komunitas .cvh-testi__left > .cvh-tab-panel.is-active {
		animation: none !important;
		transition-duration: 1ms !important;
	}
}

/* UI text normalization v1.4.12. */
.cvh-search__top p,
.cvh-duration-switcher span,
.cvh-mobile-search-trigger__body span,
.cvh-search__field label,
.cvh-select-trigger span,
.cvh-select-option__text,
.cvh-budget-trigger span,
.cvh-range__box p,
.cvh-range__apply,
.cvh-search__chips p,
.cvh-chip,
.cvh-status,
.cvh-heading,
.cvh-heading span,
.cvh-property-card__body h3,
.cvh-room-card__copy-link h3,
.cvh-room-card__badge,
.cvh-room-card__meta a,
.cvh-room-card__price,
.cvh-room-more-card span,
.cvh-pill-btn,
.cvh-lifestyle-card h3,
.cvh-tabs button {
	text-transform: capitalize;
}
