body.kbhs-why-urban-page {
	overflow-x: hidden;
	background: #ffffff !important;
}

body.kbhs-why-urban-page #page,
body.kbhs-why-urban-page .site,
body.kbhs-why-urban-page #content,
body.kbhs-why-urban-page .site-content,
body.kbhs-why-urban-page .content-area,
body.kbhs-why-urban-page .ast-container,
body.kbhs-why-urban-page .entry-content,
body.kbhs-why-urban-page .elementor,
body.kbhs-why-urban-page .elementor-section,
body.kbhs-why-urban-page .elementor-container,
body.kbhs-why-urban-page .elementor-widget-container {
	max-width: none;
	margin: 0;
	padding: 0;
	background: #ffffff !important;
}

body.kbhs-why-urban-page .site-footer,
body.kbhs-why-urban-page footer.site-footer,
body.kbhs-why-urban-page footer#colophon,
body.kbhs-why-urban-page #colophon,
body.kbhs-why-urban-page .ast-footer-copyright,
body.kbhs-why-urban-page #ast-scroll-top,
body.kbhs-why-urban-page .ast-scroll-top-icon {
	display: none !important;
}

.kwhy-page {
	--kwhy-navy: #093e5a;
	--kwhy-navy-soft: #426171;
	--kwhy-gold: #f0b72f;
	--kwhy-gold-soft: #fff7df;
	--kwhy-mint: #c6dd73;
	--kwhy-teal: #56b8ad;
	--kwhy-coral: #f49b7d;
	--kwhy-surface: #ffffff;
	--kwhy-border: rgba(9, 62, 90, 0.12);
	--kwhy-shadow: 0 18px 44px rgba(9, 62, 90, 0.12);
	--kwhy-radius: 8px;
	width: 100vw;
	max-width: 100vw;
	margin: 0 calc(50% - 50vw);
	background: #ffffff;
	color: var(--kwhy-navy);
	font-family: Inter, "Nunito Sans", "Segoe UI", Arial, sans-serif;
	overflow: hidden;
	letter-spacing: 0;
}

.kwhy-page *,
.kwhy-page *::before,
.kwhy-page *::after {
	box-sizing: border-box;
}

.kwhy-page a {
	color: inherit;
	text-decoration: none;
}

.kwhy-shell {
	width: min(1120px, calc(100% - 48px));
	margin: 0 auto;
}

.kwhy-heading {
	margin: 0;
	color: var(--kwhy-navy);
	font-size: clamp(2.15rem, 4.4vw, 3.9rem);
	font-weight: 850;
	line-height: 1.04;
	letter-spacing: 0;
	text-transform: none;
}

.kwhy-heading span {
	font-weight: 300;
}

.kwhy-heading--center {
	text-align: center;
}

.kwhy-hero {
	position: relative;
	display: flex;
	min-height: 22rem;
	padding: 42px 0;
	overflow: hidden;
	isolation: isolate;
}

.kwhy-hero__media,
.kwhy-hero__overlay {
	position: absolute;
	inset: 0;
}

.kwhy-hero__media {
	z-index: -2;
	background-image: var(--kwhy-hero-image);
	background-position: center 58%;
	background-size: cover;
	transform: scale(1.01);
}

.kwhy-hero__overlay {
	z-index: -1;
	background: rgba(0, 0, 0, 0.46);
}

.kwhy-hero__inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: auto;
	margin-bottom: auto;
}

.kwhy-hero h1 {
	max-width: 760px;
	margin: 0;
	color: #ffffff;
	font-size: clamp(2.45rem, 8vw, 5.4rem);
	font-weight: 850;
	line-height: 0.98;
	letter-spacing: 0;
}

.kwhy-hero p {
	max-width: 650px;
	margin: 16px 0 0;
	color: rgba(255, 255, 255, 0.92);
	font-size: clamp(1rem, 2.2vw, 1.18rem);
	line-height: 1.7;
}

.kwhy-found {
	padding: 54px 0 0;
}

.kwhy-feature-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 38px;
	margin-top: 30px;
}

.kwhy-feature {
	display: flex;
	flex-direction: column;
	gap: 34px;
}

.kwhy-feature__media {
	position: relative;
	width: min(100%, 290px);
	margin: 0 24px 0 0;
	isolation: isolate;
}

.kwhy-feature__media::after {
	position: absolute;
	inset: 0;
	z-index: -1;
	content: "";
	transform: translate(18px, 18px);
	border-top-left-radius: 28px;
	border-bottom-right-radius: 28px;
	background: rgba(9, 62, 90, 0.14);
}

.kwhy-feature--teal .kwhy-feature__media::after {
	background: rgba(86, 184, 173, 0.2);
}

.kwhy-feature--gold .kwhy-feature__media::after {
	background: rgba(240, 183, 47, 0.22);
}

.kwhy-feature--green .kwhy-feature__media::after {
	background: rgba(198, 221, 115, 0.28);
}

.kwhy-feature__media img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 0.84;
	object-fit: cover;
	object-position: center;
	border-top-left-radius: 28px;
	border-bottom-right-radius: 28px;
}

.kwhy-feature__copy h3 {
	margin: 0;
	color: var(--kwhy-navy);
	font-size: clamp(1.22rem, 2.5vw, 1.58rem);
	font-weight: 850;
	line-height: 1.2;
	letter-spacing: 0;
}

.kwhy-feature__copy p {
	margin: 10px 0 0;
	color: var(--kwhy-navy-soft);
	font-size: 1rem;
	line-height: 1.7;
}

.kwhy-stats {
	margin-top: 58px;
	padding: 44px 0;
	background: var(--kwhy-gold-soft);
}

.kwhy-stats__inner {
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.kwhy-stats__title {
	max-width: 460px;
}

.kwhy-stat-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
}

.kwhy-stat-card {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	min-height: 84px;
	padding: 14px;
	border-radius: var(--kwhy-radius);
	color: var(--kwhy-navy-soft);
	background: rgba(255, 255, 255, 0.72);
}

.kwhy-stat-card__icon {
	display: grid;
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	place-items: center;
	color: var(--kwhy-navy);
}

.kwhy-stat-card__icon svg {
	display: block;
	width: 34px;
	height: 34px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.4;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.kwhy-stat-card strong {
	display: block;
	color: var(--kwhy-navy);
	font-size: 1.55rem;
	font-weight: 900;
	line-height: 1;
}

.kwhy-stat-card span {
	display: block;
	margin-top: 5px;
	font-size: 0.98rem;
	font-weight: 650;
	line-height: 1.35;
}

.kwhy-steps {
	padding: 56px 0 0;
}

.kwhy-steps__inner {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
}

.kwhy-step-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
}

.kwhy-step {
	position: relative;
	display: flex;
	gap: 16px;
}

.kwhy-step:not(:last-child)::after {
	position: absolute;
	top: 48px;
	bottom: -24px;
	left: 24px;
	content: "";
	border-left: 1px dashed var(--kwhy-gold);
}

.kwhy-step__number {
	position: relative;
	z-index: 1;
	display: grid;
	width: 50px;
	height: 50px;
	flex: 0 0 50px;
	place-items: center;
	border-top-left-radius: 14px;
	border-bottom-right-radius: 14px;
	color: var(--kwhy-gold);
	background: #fff7ed;
	font-size: 1.2rem;
	font-weight: 300;
}

.kwhy-step h3 {
	margin: 2px 0 0;
	color: var(--kwhy-navy);
	font-size: 1.18rem;
	font-weight: 850;
	line-height: 1.25;
}

.kwhy-step p {
	margin: 7px 0 0;
	color: var(--kwhy-navy-soft);
	font-size: 0.98rem;
	line-height: 1.65;
}

.kwhy-live {
	display: flex;
	flex-direction: column;
	gap: 26px;
	margin-top: 56px;
	padding: 44px 0;
	background: var(--kwhy-gold-soft);
}

.kwhy-live__copy {
	padding: 0 24px;
}

.kwhy-live__copy-inner {
	max-width: 420px;
}

.kwhy-live hr {
	width: 82px;
	margin: 18px 0;
	border: 0;
	border-top: 2px solid currentColor;
}

.kwhy-live p {
	margin: 0;
	color: var(--kwhy-navy-soft);
	font-size: 1rem;
	line-height: 1.7;
}

.kwhy-live a:not(.kwhy-property) {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	margin-top: 22px;
	padding: 0 20px;
	border: 2px solid var(--kwhy-navy);
	border-radius: 999px;
	color: var(--kwhy-navy);
	background: transparent;
	font-size: 0.95rem;
	font-weight: 850;
}

.kwhy-live__controls {
	display: none;
	gap: 10px;
	margin-top: 28px;
}

.kwhy-live__controls button {
	display: grid;
	width: 48px;
	height: 48px;
	padding: 0;
	place-items: center;
	border: 2px solid rgba(9, 62, 90, 0.2);
	border-radius: 999px;
	color: var(--kwhy-navy);
	background: #ffffff;
	cursor: pointer;
	transition: border-color 180ms ease, transform 180ms ease;
}

.kwhy-live__controls svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.6;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.kwhy-live__rail {
	display: flex;
	gap: 16px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	padding: 0 24px 8px;
}

.kwhy-live__rail::-webkit-scrollbar {
	display: none;
}

.kwhy-property {
	display: flex;
	width: min(80vw, 320px);
	flex: 0 0 auto;
	flex-direction: column;
	gap: 12px;
	scroll-snap-align: center;
}

.kwhy-property:nth-child(even) {
	flex-direction: column-reverse;
}

.kwhy-property img {
	display: block;
	width: 100%;
	max-height: 230px;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 8px;
}

.kwhy-property h3 {
	margin: 0;
	color: var(--kwhy-navy);
	font-size: 1.24rem;
	font-weight: 900;
	line-height: 1.2;
}

.kwhy-property span {
	color: var(--kwhy-navy-soft);
	font-size: 0.94rem;
	font-weight: 700;
}

.kwhy-testimonials {
	--kwhy-testimonial-gutter: 24px;
	margin-top: 56px;
	padding: 44px 0 52px;
	background: #fff8ee;
	overflow: hidden;
}

.kwhy-testimonials .kwhy-shell {
	width: calc(100% - (var(--kwhy-testimonial-gutter) * 2));
	max-width: none;
}

.kwhy-testimonials__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
}

.kwhy-testimonials__header .kwhy-heading {
	max-width: 620px;
	color: #3f4a51;
	font-size: clamp(2.1rem, 4.1vw, 3.25rem);
	font-weight: 900;
	line-height: 1.05;
}

.kwhy-testimonials__controls {
	display: none;
	gap: 10px;
	flex: 0 0 auto;
}

.kwhy-testimonials__controls button {
	display: grid;
	width: 48px;
	height: 48px;
	padding: 0;
	place-items: center;
	border: 2px solid rgba(9, 62, 90, 0.16);
	border-radius: 999px;
	color: #66727a;
	background: transparent;
	cursor: pointer;
	transition: border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.kwhy-testimonials__controls button:disabled {
	border-color: transparent;
	color: #a7a7a7;
	background: rgba(0, 0, 0, 0.05);
	cursor: default;
}

.kwhy-testimonials__controls svg {
	width: 16px;
	height: 24px;
	fill: currentColor;
	stroke: none;
}

.kwhy-testimonials__controls [data-kwhy-testimonial-next] svg {
	transform: scaleX(-1);
}

.kwhy-testimonials__rail {
	display: flex;
	gap: 16px;
	margin-top: 28px;
	overflow-x: auto;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	padding: 0 var(--kwhy-testimonial-gutter) 6px;
}

.kwhy-testimonials__rail::-webkit-scrollbar {
	display: none;
}

.kwhy-testimonial {
	width: min(72vw, 288px);
	flex: 0 0 auto;
	scroll-snap-align: center;
}

.kwhy-testimonial__photo {
	position: relative;
	margin: 0;
}

.kwhy-testimonial__photo::after {
	display: none;
}

.kwhy-testimonial__photo img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: center;
	border-top-left-radius: 24px;
	border-bottom-right-radius: 24px;
}

.kwhy-testimonial__body {
	position: relative;
	margin-top: 32px;
	padding: 0 24px;
	color: var(--kwhy-navy);
}

.kwhy-testimonial__quote {
	position: absolute;
	top: -26px;
	left: 0;
	width: 48px;
	height: 48px;
	color: rgba(240, 183, 47, 0.44);
	fill: currentColor;
}

.kwhy-testimonial__body p {
	position: relative;
	margin: 0;
	color: #46515a;
	font-size: 0.95rem;
	line-height: 1.62;
}

.kwhy-testimonial__body h3 {
	margin: 12px 0 0;
	color: #32373b;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.25;
}

.kwhy-testimonial__body span {
	display: block;
	margin-top: 4px;
	color: #68747c;
	font-size: 0.85rem;
	font-weight: 750;
	line-height: 1.35;
}

.kwhy-reveal {
	opacity: 0;
	transform: translateY(14px);
	transition: opacity 420ms ease, transform 420ms ease;
}

.kwhy-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (min-width: 768px) {
	.kwhy-shell {
		width: min(1120px, calc(100% - 80px));
	}

	.kwhy-hero {
		min-height: 32rem;
		padding: 80px 0;
		border-bottom-right-radius: 160px;
	}

	.kwhy-hero__media {
		background-position: center 68%;
	}

	.kwhy-found {
		padding-top: 72px;
	}

	.kwhy-feature-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 42px 54px;
		margin-top: 44px;
	}

	.kwhy-feature {
		flex-direction: row;
		align-items: center;
		gap: 28px;
	}

	.kwhy-feature__media {
		width: 238px;
		flex: 0 0 238px;
	}

	.kwhy-feature__media img {
		aspect-ratio: 1 / 1;
	}

	.kwhy-stats {
		margin-top: 80px;
		padding: 72px 0;
	}

	.kwhy-stats__inner {
		display: flex;
		flex-direction: row-reverse;
		gap: 56px;
		align-items: flex-start;
	}

	.kwhy-stats__title {
		width: 310px;
		flex: 0 0 310px;
	}

	.kwhy-stat-grid {
		flex: 1 1 auto;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 16px;
	}

	.kwhy-stat-card {
		min-height: 128px;
		padding: 22px;
		background: #ffffff;
		box-shadow: var(--kwhy-shadow);
	}

	.kwhy-stat-card__icon {
		width: 50px;
		height: 50px;
		flex-basis: 50px;
	}

	.kwhy-stat-card__icon svg {
		width: 42px;
		height: 42px;
	}

	.kwhy-stat-card strong {
		font-size: 2.05rem;
	}

	.kwhy-steps {
		padding-top: 78px;
	}

	.kwhy-steps__inner {
		grid-template-columns: 260px minmax(0, 1fr);
		gap: 50px;
	}

	.kwhy-step-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 30px;
	}

	.kwhy-step {
		flex-direction: column;
		gap: 18px;
	}

	.kwhy-step:not(:last-child)::after {
		top: 50px;
		right: -30px;
		bottom: auto;
		left: 96px;
		border-top: 1px dashed var(--kwhy-gold);
		border-left: 0;
	}

	.kwhy-step__number {
		width: 96px;
		height: 96px;
		flex-basis: 96px;
		border-top-left-radius: 28px;
		border-bottom-right-radius: 28px;
		font-size: 3rem;
	}

	.kwhy-live {
		flex-direction: row-reverse;
		align-items: center;
		gap: 58px;
		margin-top: 82px;
		padding: 76px 0;
	}

	.kwhy-live__copy {
		width: min(390px, 38vw);
		flex: 0 0 min(390px, 38vw);
		padding-right: max(40px, calc((100vw - 1120px) / 2));
		padding-left: 0;
	}

	.kwhy-live__copy-inner {
		max-width: 320px;
	}

	.kwhy-live__controls {
		display: flex;
	}

	.kwhy-live__rail {
		flex: 1 1 auto;
		gap: 36px;
		padding-right: 0;
		padding-left: max(40px, calc((100vw - 1120px) / 2));
	}

	.kwhy-property {
		width: min(31vw, 448px);
		scroll-snap-align: end;
	}

	.kwhy-property img {
		max-height: 336px;
	}

	.kwhy-testimonials {
		--kwhy-testimonial-gutter: clamp(72px, 6.25vw, 112px);
		margin-top: 82px;
		padding: 80px 0;
	}

	.kwhy-testimonials__controls {
		display: flex;
	}

	.kwhy-testimonials__rail {
		gap: 16px;
		margin-top: 24px;
		padding-right: var(--kwhy-testimonial-gutter);
		padding-left: var(--kwhy-testimonial-gutter);
	}

	.kwhy-testimonial {
		width: 320px;
		scroll-snap-align: none;
	}

	.kwhy-testimonial__body {
		margin-top: 48px;
		padding: 0 24px;
	}

	.kwhy-testimonial__quote {
		top: -30px;
		width: 48px;
		height: 48px;
	}

	.kwhy-testimonial__body p {
		font-size: 1rem;
		line-height: 1.52;
	}

}

@media (min-width: 1180px) {
	.kwhy-feature__media {
		width: 240px;
		flex-basis: 240px;
	}
}

@media (max-width: 767.98px) {
	.kwhy-shell {
		width: min(100% - 32px, 560px);
	}

	.kwhy-heading {
		font-size: clamp(2rem, 9vw, 2.75rem);
	}

	.kwhy-heading--center {
		text-align: left;
	}

	.kwhy-feature__media {
		width: calc(100% - 18px);
	}

	.kwhy-stat-card {
		box-shadow: none;
	}

	.kwhy-testimonials__header .kwhy-heading {
		font-size: clamp(2rem, 9vw, 2.65rem);
	}

}

@media (hover: hover) and (pointer: fine) {
	.kwhy-live__controls button:hover {
		border-color: var(--kwhy-navy);
		transform: translateY(-1px);
	}

	.kwhy-live a:not(.kwhy-property):hover {
		color: #ffffff;
		background: var(--kwhy-navy);
	}

	.kwhy-property:hover h3 {
		color: #0c5578;
	}

	.kwhy-testimonials__controls button:not(:disabled):hover {
		border-color: var(--kwhy-navy);
		color: var(--kwhy-navy);
		transform: translateY(-1px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.kwhy-live__rail,
	.kwhy-testimonials__rail {
		scroll-behavior: auto;
	}

	.kwhy-live__controls button,
	.kwhy-testimonials__controls button {
		transition: none;
	}

	.kwhy-reveal {
		transition: none;
	}
}
