/*
 * TEZKOR IPOTEKA 6.7
 * Final UI layer. Loaded after the legacy theme styles to keep the visual system predictable.
 */
:root {
	--ti-blue: var(--brand, #1264e8);
	--ti-blue-dark: #0848ad;
	--ti-blue-ink: #082a62;
	--ti-cyan: #35b8ff;
	--ti-accent: var(--accent, #ffb300);
	--ti-green: #16a66a;
	--ti-red: #d94343;
	--ti-ink: #142033;
	--ti-muted: #66758b;
	--ti-line: #e4eaf2;
	--ti-surface: #fff;
	--ti-soft: #f5f8fc;
	--ti-radius-sm: 12px;
	--ti-radius: 18px;
	--ti-radius-lg: 26px;
	--ti-shadow-sm: 0 5px 18px rgba(14, 41, 80, .07);
	--ti-shadow: 0 18px 55px rgba(14, 41, 80, .11);
}

/* 6.7: stable responsive chrome, editable templates and wider content */
.utility-bar > .container,
.site-header > .container,
.site-footer--light > .container {
	width: min(calc(100% - 40px), 1540px);
	max-width: none;
}

.utility-action-icon,
.utility-cabinet {
	position: relative;
	display: inline-flex;
	min-width: 30px;
	height: 30px;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 0 5px;
	border: 0;
	border-radius: 7px;
	background: transparent;
	color: #25364f;
	font: inherit;
	font-size: 11px;
	font-weight: 750;
	text-decoration: none;
}

.utility-action-icon:hover,
.utility-cabinet:hover {
	background: #eef4fc;
	color: var(--ti-blue);
}

.utility-action-icon svg,
.utility-cabinet svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.utility-action-icon > span {
	position: absolute;
	top: -2px;
	right: -2px;
	display: grid;
	min-width: 15px;
	height: 15px;
	padding: 0 3px;
	place-items: center;
	border: 2px solid #fff;
	border-radius: 999px;
	background: #ffb800;
	color: #152238;
	font-size: 8px;
	font-weight: 900;
	line-height: 1;
}

.header-phone,
.header-phone:hover {
	min-height: auto;
	padding: 6px 4px;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: #13223a;
	font-size: 12px;
	font-weight: 850;
}

.header-phone:hover {
	color: var(--ti-blue);
}

.icon-close {
	display: grid !important;
	width: 38px !important;
	height: 38px !important;
	flex: 0 0 38px;
	padding: 0 !important;
	place-items: center;
	border: 1px solid #d6e0ec !important;
	border-radius: 50% !important;
	background: #fff !important;
	color: #25364d !important;
	line-height: 1 !important;
}

.icon-close svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-width: 1.8;
}

.icon-close:hover {
	border-color: #9db5d5 !important;
	background: #f3f7fc !important;
	color: var(--ti-blue) !important;
}

.editable-template-content {
	padding-top: 42px;
	padding-bottom: 42px;
	background: #fff;
}

.editable-template-content .entry-content {
	max-width: 1120px;
	font-size: 16px;
	line-height: 1.75;
}

.editable-template-content--home {
	border-bottom: 1px solid #e1e8f1;
}

.map-fallback {
	display: flex;
	min-height: 100%;
	flex-direction: column;
	justify-content: center;
	padding: clamp(28px, 5vw, 64px);
	background:
		radial-gradient(circle at 15% 20%, rgba(19, 103, 224, .12), transparent 34%),
		linear-gradient(145deg, #f8fbff, #e9f0f8);
	color: #15233a;
}

.map-fallback > strong {
	font-size: clamp(24px, 3vw, 38px);
	letter-spacing: -.8px;
}

.map-fallback > p {
	max-width: 650px;
	margin: 12px 0 24px;
	color: #617086;
	font-size: 14px;
	line-height: 1.65;
}

.map-fallback__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 9px;
	max-width: 820px;
}

.map-fallback__list a {
	display: grid;
	gap: 4px;
	padding: 13px 15px;
	border: 1px solid #d7e2ef;
	border-radius: 10px;
	background: rgba(255, 255, 255, .92);
	color: #17263d;
	text-decoration: none;
}

.map-fallback__list a:hover {
	border-color: #87ace0;
	transform: translateY(-1px);
}

.map-fallback__list span {
	overflow: hidden;
	color: #66758a;
	font-size: 11px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.blog-single-page > .container,
.blog-single-hero > .container,
.blog-single-page .blog-single-layout {
	width: min(calc(100% - 40px), 1320px);
	max-width: none;
}

.blog-single-hero {
	padding: 48px 0 58px;
}

.blog-single-hero h1 {
	max-width: 1180px;
	margin: 16px 0;
	font-size: clamp(42px, 5vw, 72px);
	letter-spacing: -2.7px;
	line-height: 1.02;
}

.blog-single-hero > .container > p {
	max-width: 900px;
	font-size: 18px;
}

.blog-single-layout {
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 32px;
}

.blog-single-cover {
	max-height: 580px;
}

.blog-single-content .entry-content {
	padding: clamp(30px, 4vw, 58px);
	font-size: 17px;
	line-height: 1.8;
}

.blog-single-cta {
	margin: 0 clamp(30px, 4vw, 58px) clamp(30px, 4vw, 58px);
	padding: 26px;
}

.blog-single-cta p,
.blog-single-aside ul,
.blog-single-aside > a {
	font-size: 12px;
}

.blog-single-aside {
	padding: 28px;
}

.blog-single-aside > strong {
	font-size: 20px;
	line-height: 1.35;
}

.site-footer--light .footer-discovery,
.site-footer--light .footer-metro {
	padding-top: 34px;
	padding-bottom: 34px;
}

.site-footer--light .footer-main--expanded {
	grid-template-columns: minmax(250px, 1.15fr) repeat(3, minmax(180px, 1fr));
	gap: clamp(34px, 4vw, 72px);
	padding-top: 42px;
	padding-bottom: 42px;
}

.site-footer--light .footer-discovery h2,
.site-footer--light .footer-metro h2,
.site-footer--light .footer-main--expanded .footer-column > strong {
	font-size: 15px;
}

.site-footer--light .footer-link-grid a,
.site-footer--light .footer-discovery__aside a,
.site-footer--light .footer-metro__grid a,
.site-footer--light .footer-column a,
.site-footer--light .footer-column span {
	font-size: 12px;
	line-height: 1.55;
}

.site-footer--light .footer-socials--icons a {
	gap: 10px;
}

@media (min-width: 921px) {
	.desktop-nav {
		display: flex !important;
	}

	.mobile-panel,
	.mobile-panel.is-open,
	.menu-button {
		display: none !important;
	}
}

@media (max-width: 920px) {
	.desktop-nav {
		display: none !important;
	}

	.menu-button {
		display: block !important;
	}

	.mobile-panel,
	.mobile-panel.is-open[hidden] {
		display: none !important;
	}

	.mobile-panel.is-open {
		display: block !important;
	}

	.site-header > .container,
	.utility-bar > .container,
	.site-footer--light > .container {
		width: min(calc(100% - 28px), 100%);
	}

	.blog-single-layout {
		grid-template-columns: 1fr;
	}

	.blog-single-aside {
		position: static;
	}

	.site-footer--light .footer-main--expanded {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	.utility-bar__inner {
		gap: 3px;
	}

	.utility-bar .currency-toggle {
		margin-left: 0;
	}

	.utility-bar .language-toggle {
		display: flex;
	}

	.utility-bar .currency-toggle button {
		min-width: 33px;
		padding: 0 5px;
		font-size: 9px;
	}

	.utility-bar .language-toggle a {
		min-width: 27px;
		padding: 0 5px;
		font-size: 9px;
	}

	.utility-cabinet span,
	.utility-bar .js-open-city .utility-chevron {
		display: none;
	}

	.utility-action-icon,
	.utility-cabinet {
		min-width: 27px;
		width: 27px;
		padding: 0;
	}

	.map-fallback__list {
		grid-template-columns: 1fr;
	}

	.blog-single-page > .container,
	.blog-single-hero > .container,
	.blog-single-page .blog-single-layout {
		width: min(calc(100% - 28px), 100%);
	}

	.blog-single-hero {
		padding: 30px 0 38px;
	}

	.blog-single-hero h1 {
		font-size: clamp(34px, 11vw, 48px);
		letter-spacing: -1.4px;
	}

	.blog-single-hero > .container > p {
		font-size: 15px;
	}

	.site-footer--light .footer-main--expanded {
		grid-template-columns: 1fr;
		gap: 30px;
	}
}

/* 6.7 final cascade: keep page chrome spacious after legacy responsive rules */
.utility-bar > .container,
.site-header > .container,
.site-footer--light > .container {
	width: min(calc(100% - 40px), 1540px);
	max-width: none;
}

.header-phone,
.header-phone:hover {
	min-height: auto;
	padding: 6px 4px;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: #13223a;
	font-size: 12px;
	font-weight: 850;
}

.blog-single-page > .container,
.blog-single-hero > .container,
.blog-single-page .blog-single-layout {
	width: min(calc(100% - 40px), 1320px);
	max-width: none;
}

.blog-single-hero {
	padding: 48px 0 58px;
}

.blog-single-hero h1 {
	max-width: 1180px;
	font-size: clamp(42px, 5vw, 72px);
	letter-spacing: -2.7px;
	line-height: 1.02;
}

.blog-single-layout {
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 32px;
}

.blog-single-content .entry-content {
	padding: clamp(30px, 4vw, 58px);
	font-size: 17px;
	line-height: 1.8;
}

.site-footer--light .footer-main--expanded {
	grid-template-columns: minmax(250px, 1.15fr) repeat(3, minmax(180px, 1fr));
	gap: clamp(34px, 4vw, 72px);
	padding-top: 42px;
	padding-bottom: 42px;
}

.site-footer--light .footer-link-grid a,
.site-footer--light .footer-discovery__aside a,
.site-footer--light .footer-metro__grid a,
.site-footer--light .footer-column a,
.site-footer--light .footer-column span {
	font-size: 12px;
	line-height: 1.55;
}

@media (min-width: 921px) {
	.desktop-nav {
		display: flex !important;
	}

	.mobile-panel,
	.mobile-panel.is-open,
	.menu-button {
		display: none !important;
	}
}

@media (max-width: 920px) {
	.desktop-nav {
		display: none !important;
	}

	.menu-button {
		display: block !important;
	}

	.mobile-panel {
		display: none !important;
	}

	.mobile-panel.is-open {
		display: block !important;
	}

	.utility-bar > .container,
	.site-header > .container,
	.site-footer--light > .container {
		width: min(calc(100% - 28px), 100%);
	}

	.blog-single-layout {
		grid-template-columns: 1fr;
	}

	.site-footer--light .footer-main--expanded {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	.utility-bar .language-toggle {
		display: flex;
	}

	.blog-single-page > .container,
	.blog-single-hero > .container,
	.blog-single-page .blog-single-layout {
		width: min(calc(100% - 28px), 100%);
	}

	.blog-single-hero {
		padding: 30px 0 38px;
	}

	.blog-single-hero h1 {
		font-size: clamp(34px, 11vw, 48px);
		letter-spacing: -1.4px;
	}

	.site-footer--light .footer-main--expanded {
		grid-template-columns: 1fr;
	}
}

/* 6.8: aligned controls, readable navigation and property detail */
.utility-action-icon,
.utility-cabinet,
.menu-button,
.mobile-submenu-toggle,
.property-title-actions button {
	-webkit-appearance: none;
	appearance: none;
	line-height: 1;
}

.utility-action-icon {
	width: 34px;
	height: 34px;
	min-width: 34px;
	padding: 0;
	border-radius: 9px;
}

.utility-cabinet {
	width: auto;
	height: 34px;
	min-width: 34px;
	padding: 0 8px;
	font-size: 12.5px;
	line-height: 1;
}

.utility-action-icon svg,
.utility-cabinet svg {
	display: block;
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
}

.utility-action-icon > span {
	top: -1px;
	right: -1px;
	min-width: 16px;
	height: 16px;
	border-width: 2px;
	font-size: 8px;
}

.site-header__inner {
	min-height: 76px;
}

.desktop-nav__list > li > a,
.desktop-nav > a,
.desktop-nav .nav-item > a {
	gap: 8px;
	font-size: 13.5px;
	line-height: 1.2;
}

.desktop-nav__list .sub-menu a {
	min-height: 40px;
	align-items: center;
	font-size: 13px;
}

.desktop-nav__list .menu-item-has-children > a::before {
	width: 8px;
	height: 8px;
	margin-left: 1px;
}

.header-phone,
.header-phone:hover {
	padding: 8px 5px;
	font-size: 13.5px;
	line-height: 1.2;
}

.property-page > .container {
	width: min(calc(100% - 48px), 1440px);
	max-width: none;
}

.property-page .breadcrumbs {
	gap: 9px;
	margin-bottom: 22px;
	font-size: 12.5px;
	line-height: 1.5;
}

.property-anchor-nav {
	gap: 6px;
	margin-bottom: 24px;
	padding: 8px 9px;
	border-radius: 14px;
}

.property-anchor-nav a,
.property-anchor-nav button {
	min-height: 42px;
	padding: 0 14px;
	border-radius: 9px;
	font-size: 12.5px;
	line-height: 1.2;
}

.property-anchor-nav button {
	padding-right: 19px;
	padding-left: 19px;
}

.property-gallery {
	margin-bottom: 34px;
	border-radius: 16px;
}

.property-layout {
	gap: 44px;
}

.property-title-row h1 {
	font-size: clamp(36px, 4vw, 54px);
}

.property-location {
	font-size: 14px;
	line-height: 1.55;
}

.property-title-actions {
	gap: 8px;
}

.property-title-actions .compare-button,
.property-title-actions .favorite-button {
	display: grid;
	width: 44px;
	height: 44px;
	flex: 0 0 44px;
	padding: 0;
	place-items: center;
	border-radius: 50%;
}

.property-title-actions .compare-button svg,
.property-title-actions .favorite-button svg {
	display: block;
	width: 20px;
	height: 20px;
}

.fact-grid {
	gap: 12px;
	margin: 32px 0 42px;
}

.fact-grid > div {
	min-height: 88px;
	justify-content: center;
	padding: 20px;
	border-radius: 10px;
}

.fact-grid span {
	font-size: 12px;
}

.fact-grid strong {
	margin-top: 6px;
	font-size: 18px;
}

.property-content section {
	padding: 34px 0;
}

.property-content section h2 {
	margin-bottom: 18px;
	font-size: 28px;
	line-height: 1.2;
}

.property-description,
.property-description p {
	font-size: 16px;
	line-height: 1.75;
}

.property-features > div {
	gap: 12px;
	font-size: 14px;
}

.property-features span {
	padding: 14px;
}

.complex-plans {
	margin-top: 26px;
	padding: 32px;
	border-radius: 18px;
}

.property-section-heading {
	align-items: center;
	margin-bottom: 24px;
}

.property-section-heading .eyebrow {
	font-size: 11px;
}

.property-section-heading h2 {
	margin: 7px 0 8px;
	font-size: 30px;
}

.property-section-heading p {
	max-width: 760px;
	font-size: 14px;
	line-height: 1.6;
}

.property-section-heading > span {
	padding: 9px 12px;
	font-size: 11.5px;
}

.complex-plan-grid {
	gap: 14px;
}

.complex-plan-grid a {
	min-height: 140px;
	align-content: start;
	gap: 8px;
	padding: 20px;
	border-radius: 13px;
}

.complex-plan-grid span,
.complex-plan-grid small {
	font-size: 11.5px;
	line-height: 1.45;
}

.complex-plan-grid strong {
	font-size: 22px;
	line-height: 1.2;
}

.complex-plan-grid b {
	margin-top: auto;
	padding-top: 7px;
	font-size: 12px;
}

.complex-plan-selected {
	padding: 18px;
}

.complex-plan-selected span {
	font-size: 10px;
}

.complex-plan-selected h3 {
	font-size: 21px;
}

.complex-plan-selected p {
	font-size: 13px;
}

.property-page .button {
	min-height: 44px;
	padding-right: 18px;
	padding-left: 18px;
	font-size: 13px;
	line-height: 1.2;
}

.offer-card {
	padding: 28px;
}

.offer-card > span,
.offer-card__developer span {
	font-size: 12px;
}

.offer-card > strong {
	font-size: 29px;
}

.offer-card__developer b {
	font-size: 15px;
}

.offer-card > p {
	font-size: 11px;
	line-height: 1.55;
}

@media (max-width: 1180px) {
	.property-layout {
		grid-template-columns: 1fr;
	}

	.property-sidebar {
		position: static;
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(280px, .7fr);
		gap: 16px;
		margin-top: 26px;
	}

	.safety-note {
		margin-top: 0;
	}
}

@media (max-width: 920px) {
	.site-header__inner {
		min-height: 68px;
	}

	.menu-button {
		position: relative;
		display: block !important;
		width: 42px;
		height: 42px;
		padding: 0;
		border-radius: 10px;
	}

	.menu-button span {
		position: absolute;
		left: 10px;
		width: 20px;
		height: 2px;
		margin: 0;
		border-radius: 2px;
	}

	.menu-button span:first-child {
		top: 13px;
	}

	.menu-button span:nth-child(2) {
		top: 20px;
	}

	.menu-button span:last-child {
		top: 27px;
	}

	.menu-button[aria-expanded="true"] span:first-child,
	.menu-button[aria-expanded="true"] span:last-child {
		top: 20px;
	}

	.menu-button[aria-expanded="true"] span:first-child {
		transform: rotate(45deg);
	}

	.menu-button[aria-expanded="true"] span:last-child {
		transform: rotate(-45deg);
	}

	.mobile-panel .container {
		padding: 12px 0 24px;
	}

	.mobile-menu-list > li > a {
		min-height: 54px;
		padding: 0 48px 0 2px;
		font-size: 14px;
		line-height: 1.25;
	}

	.mobile-submenu-toggle {
		top: 10px;
		right: 1px;
		width: 34px;
		height: 34px;
		padding: 0;
		border-radius: 9px;
		line-height: 0;
	}

	.mobile-submenu-toggle svg {
		display: block;
		width: 11px;
		height: 7px;
	}

	.mobile-menu-list .sub-menu {
		padding: 3px 0 12px 13px;
	}

	.mobile-menu-list .sub-menu a {
		min-height: 42px;
		font-size: 12.5px;
	}

	.mobile-panel .button {
		display: flex;
		width: 100%;
		min-height: 46px;
		align-items: center;
		justify-content: center;
		margin: 16px 0 4px;
		padding: 0 18px;
		overflow: hidden;
		border: 0;
		border-radius: 10px;
		font-size: 13px;
		line-height: 1.2;
		text-align: center;
		white-space: normal;
	}

	.mobile-language-toggle {
		grid-template-columns: 1fr auto auto;
		gap: 8px;
		align-items: center;
		margin-top: 14px;
	}

	.mobile-language-toggle a {
		min-height: 40px;
		padding: 0 13px;
	}

	.property-page > .container {
		width: min(calc(100% - 30px), 100%);
	}

	.property-anchor-nav {
		margin-right: 0;
		margin-left: 0;
	}

	.property-section-heading {
		align-items: flex-start;
	}

	.complex-plans {
		padding: 24px;
	}

	.complex-plan-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.property-sidebar {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 600px) {
	.utility-cabinet {
		width: 30px;
		min-width: 30px;
		padding: 0;
	}

	.utility-action-icon {
		width: 30px;
		height: 30px;
		min-width: 30px;
	}

	.property-page > .container {
		width: min(calc(100% - 24px), 100%);
	}

	.property-page .breadcrumbs {
		font-size: 11.5px;
	}

	.property-anchor-nav a,
	.property-anchor-nav button {
		min-height: 38px;
		padding: 0 11px;
		font-size: 11.5px;
	}

	.complex-plans {
		padding: 19px;
	}

	.property-section-heading h2 {
		font-size: 26px;
	}

	.property-section-heading p {
		font-size: 13px;
	}

	.complex-plan-grid {
		grid-template-columns: 1fr;
	}
}

html {
	scroll-behavior: smooth;
}

body {
	color: var(--ti-ink);
	font-size: 15px;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

button,
input,
select,
textarea {
	font: inherit;
}

:where(a, button, input, select, textarea):focus-visible {
	outline: 3px solid color-mix(in srgb, var(--ti-blue) 24%, transparent);
	outline-offset: 2px;
}

.container {
	width: min(calc(100% - 40px), 1280px);
}

.button {
	min-height: 46px;
	padding: 0 20px;
	border-radius: 12px;
	font-size: 14px;
	font-weight: 750;
	transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.button:hover {
	transform: translateY(-1px);
}

.button--primary {
	border-color: var(--ti-blue);
	background: linear-gradient(135deg, var(--ti-blue), #0754cc);
	box-shadow: 0 10px 24px color-mix(in srgb, var(--ti-blue) 24%, transparent);
}

.button--outline {
	border-color: #cfdaea;
	background: #fff;
	color: var(--ti-blue);
}

.button--ghost {
	border-color: transparent;
	background: var(--ti-soft);
	color: var(--ti-muted);
}

.section-heading h2 {
	color: var(--ti-ink);
	font-size: clamp(26px, 2.5vw, 38px);
	letter-spacing: -.035em;
	line-height: 1.14;
}

.eyebrow {
	color: var(--ti-blue);
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .12em;
	text-transform: uppercase;
}

/* Header */
.utility-bar {
	border-color: var(--ti-line);
	background: #fff;
}

.utility-bar__inner {
	min-height: 46px;
}

.utility-link,
.utility-login {
	min-height: 34px;
	border-radius: 9px;
	color: #536177;
	font-size: 13px;
}

.utility-link--boxed,
.currency-toggle,
.utility-login {
	border: 1px solid var(--ti-line);
	background: #fff;
}

.currency-toggle {
	padding: 3px;
	border-radius: 10px;
}

.currency-toggle button {
	min-width: 47px;
	height: 30px;
	border-radius: 7px;
}

.currency-toggle button.is-active {
	background: var(--ti-blue);
	color: #fff;
}

.language-toggle {
	display: inline-flex;
	align-items: center;
	gap: 3px;
	padding: 3px;
	border: 1px solid var(--ti-line);
	border-radius: 10px;
	background: #fff;
}

.language-toggle a {
	display: grid;
	min-width: 34px;
	height: 30px;
	padding: 0 7px;
	place-items: center;
	border-radius: 7px;
	color: #6c788b;
	font-size: 10px;
	font-weight: 800;
}

.language-toggle a.is-active {
	background: #eaf2ff;
	color: var(--ti-blue);
}

.mobile-language-toggle {
	display: flex;
	align-items: center;
	gap: 7px;
	padding: 12px 0 2px;
}

.mobile-language-toggle span {
	margin-right: auto;
	color: var(--ti-muted);
	font-size: 11px;
}

.mobile-language-toggle a {
	padding: 8px 10px;
	border: 1px solid var(--ti-line);
	border-radius: 8px;
	font-size: 11px;
	font-weight: 750;
}

.mobile-language-toggle a.is-active {
	border-color: var(--ti-blue);
	background: #eaf2ff;
	color: var(--ti-blue);
}

.utility-login {
	display: inline-flex;
	align-items: center;
	padding: 0 18px;
	font-weight: 750;
}

.utility-cta {
	min-height: 36px;
	border: 0;
	background: linear-gradient(135deg, #ff7a00, #ff5a00);
	color: #fff;
	box-shadow: 0 8px 20px rgba(255, 100, 0, .2);
}

.site-header {
	border-bottom: 1px solid var(--ti-line);
	box-shadow: 0 5px 22px rgba(17, 45, 83, .045);
}

.site-header__inner {
	min-height: 78px;
}

.brand__mark {
	width: 42px;
	height: 42px;
	border-radius: 13px;
	box-shadow: 0 9px 24px color-mix(in srgb, var(--ti-blue) 24%, transparent);
}

.brand__word {
	color: var(--ti-ink);
	font-size: 18px;
	font-weight: 900;
	letter-spacing: -.03em;
}

.desktop-nav {
	gap: clamp(18px, 2.25vw, 34px);
}

.desktop-nav > a,
.desktop-nav .nav-item > a,
.desktop-nav--custom > li > a {
	position: relative;
	color: #26344a;
	font-size: 14px;
	font-weight: 700;
}

.desktop-nav > a::after,
.desktop-nav .nav-item > a::after,
.desktop-nav--custom > li > a::after {
	position: absolute;
	right: 0;
	bottom: -10px;
	left: 0;
	height: 2px;
	border-radius: 2px;
	background: var(--ti-blue);
	content: "";
	opacity: 0;
	transform: scaleX(.55);
	transition: .18s ease;
}

.desktop-nav > a:hover::after,
.desktop-nav .nav-item > a:hover::after,
.desktop-nav--custom > li > a:hover::after {
	opacity: 1;
	transform: scaleX(1);
}

.mega-menu {
	border: 1px solid var(--ti-line);
	border-radius: var(--ti-radius);
	box-shadow: var(--ti-shadow);
}

.quick-nav {
	border-bottom: 1px solid var(--ti-line);
	background: #fbfcff;
}

.quick-nav__inner a {
	color: #526075;
}

.quick-nav__inner a:hover {
	color: var(--ti-blue);
}

/* Main content refinements */
.domtut-home .domtut-section {
	padding-top: 76px;
	padding-bottom: 76px;
}

.domtut-home .domtut-section--grey {
	background: #f4f7fb;
}

.domtut-hero {
	min-height: 650px;
}

.domtut-hero .hero__content {
	padding-top: clamp(68px, 8vw, 110px);
	padding-bottom: 55px;
}

.domtut-hero h1 {
	max-width: 830px;
	font-size: clamp(46px, 6.3vw, 82px);
	letter-spacing: -.06em;
	line-height: .97;
}

.domtut-hero .hero__content > p {
	max-width: 690px;
	font-size: 16px;
	line-height: 1.65;
}

.hero-search,
.search-shell {
	border-radius: var(--ti-radius);
	box-shadow: 0 22px 60px rgba(8, 35, 75, .16);
}

.search-shell {
	overflow: visible;
	border: 1px solid rgba(255, 255, 255, .72);
	background: rgba(255, 255, 255, .97);
	backdrop-filter: blur(16px);
}

.search-tabs {
	padding: 5px;
	border-radius: 14px 14px 0 0;
}

.search-tabs button {
	border-radius: 9px;
}

.search-field,
.filter-button,
.search-submit {
	min-height: 58px;
}

.property-scroller,
.property-grid--wide {
	gap: 18px;
}

.partner-columns {
	gap: 18px;
}

.partner-column {
	padding: 25px;
	background: linear-gradient(145deg, #fff, #fbfcfe);
}

.selection-strip {
	background:
		radial-gradient(circle at 80% 0, rgba(56, 183, 255, .24), transparent 30%),
		linear-gradient(135deg, #0846aa, #0f69df);
}

.selection-strip h2 {
	color: #fff;
}

.selection-strip p {
	color: rgba(255, 255, 255, .72);
}

.pill-tabs button,
.category-switch button,
.blog-categories a {
	border-radius: 999px;
}

.property-card {
	overflow: hidden;
	border: 1px solid var(--ti-line);
	border-radius: var(--ti-radius);
	background: #fff;
	box-shadow: 0 7px 24px rgba(15, 43, 80, .06);
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.property-card:hover {
	border-color: color-mix(in srgb, var(--ti-blue) 30%, var(--ti-line));
	box-shadow: 0 20px 45px rgba(15, 43, 80, .13);
	transform: translateY(-4px);
}

.property-card__media img {
	transition: transform .5s ease;
}

.property-card:hover .property-card__media img {
	transform: scale(1.035);
}

.estate-price-marker {
	box-shadow: 0 8px 20px rgba(8, 45, 102, .24);
}

.estate-price-marker.is-approximate {
	border: 2px solid #fff;
	background: #ffb300;
	color: #172337;
}

.property-gallery {
	border-radius: var(--ti-radius);
	box-shadow: var(--ti-shadow-sm);
}

.property-gallery > button,
.property-gallery__more {
	position: relative;
	overflow: hidden;
	min-width: 0;
	padding: 0;
	border: 0;
	background: var(--ti-soft);
	cursor: zoom-in;
}

.property-gallery > button img,
.property-gallery__more img {
	transition: transform .45s ease, filter .25s ease;
}

.property-gallery > button:hover img,
.property-gallery__more:hover img {
	filter: brightness(.92);
	transform: scale(1.025);
}

.property-gallery__more > .js-open-gallery {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: zoom-in;
}

.property-gallery__more > .js-open-gallery > span {
	position: absolute;
	right: 15px;
	bottom: 15px;
	padding: 9px 12px;
	border-radius: 9px;
	background: rgba(8, 25, 49, .8);
	color: #fff;
	font-size: 11px;
	font-weight: 750;
	backdrop-filter: blur(8px);
}

.property-lightbox {
	z-index: 10000;
	padding: 22px;
}

.property-lightbox__panel {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-rows: auto minmax(0, 1fr) auto;
	width: min(1180px, 100%);
	height: min(860px, calc(100vh - 44px));
	margin: auto;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 20px;
	background: #081321;
	color: #fff;
	box-shadow: 0 35px 100px rgba(0, 0, 0, .42);
}

.property-lightbox__head {
	display: grid;
	grid-template-columns: 1fr auto auto;
	align-items: center;
	gap: 22px;
	min-height: 72px;
	padding: 12px 18px 12px 24px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.property-lightbox__head > div {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 2px;
}

.property-lightbox__head > div span,
.property-lightbox__head > span {
	color: #91a2b8;
	font-size: 9px;
	font-weight: 700;
	text-transform: uppercase;
}

.property-lightbox__head strong {
	overflow: hidden;
	font-size: 13px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.property-lightbox__head > button {
	display: grid;
	width: 38px;
	height: 38px;
	padding: 0;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 11px;
	background: rgba(255, 255, 255, .07);
	color: #fff;
	font-size: 23px;
	cursor: pointer;
}

.property-lightbox__stage {
	position: relative;
	display: grid;
	min-height: 0;
	place-items: center;
	padding: 18px 70px;
	background: #050b13;
}

.property-lightbox__stage img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.property-lightbox__stage button {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: grid;
	width: 46px;
	height: 54px;
	padding: 0;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .15);
	border-radius: 13px;
	background: rgba(14, 34, 58, .82);
	color: #fff;
	font-size: 31px;
	transform: translateY(-50%);
	cursor: pointer;
	backdrop-filter: blur(8px);
}

.property-lightbox__stage button:first-child {
	left: 16px;
}

.property-lightbox__stage button:last-child {
	right: 16px;
}

.property-lightbox__thumbs {
	display: flex;
	gap: 8px;
	padding: 12px 16px;
	overflow-x: auto;
	border-top: 1px solid rgba(255, 255, 255, .1);
	background: #0a1727;
	scrollbar-width: thin;
}

.property-lightbox__thumbs button {
	flex: 0 0 86px;
	height: 62px;
	overflow: hidden;
	padding: 0;
	border: 2px solid transparent;
	border-radius: 9px;
	background: #142238;
	opacity: .62;
	cursor: pointer;
}

.property-lightbox__thumbs button.is-active {
	border-color: var(--ti-cyan);
	opacity: 1;
}

.property-lightbox__thumbs img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.property-card__badge {
	border-radius: 8px;
	box-shadow: var(--ti-shadow-sm);
}

.partner-column,
.partner-catalogue-card,
.blog-card,
.blog-single-content,
.blog-single-aside {
	border-color: var(--ti-line);
	border-radius: var(--ti-radius);
	box-shadow: var(--ti-shadow-sm);
}

.partner-row {
	border-radius: 12px;
	transition: background .18s ease, transform .18s ease;
}

.partner-row:hover {
	background: var(--ti-soft);
	transform: translateX(3px);
}

.service-promos__grid > a,
.service-promos__grid > button {
	min-height: 150px;
	border-radius: var(--ti-radius);
	box-shadow: var(--ti-shadow-sm);
	transition: transform .18s ease, box-shadow .18s ease;
}

.service-promos__grid > a:hover,
.service-promos__grid > button:hover {
	box-shadow: var(--ti-shadow);
	transform: translateY(-3px);
}

.site-footer {
	border-top: 4px solid var(--ti-blue);
}

.footer-languages a {
	padding: 7px 9px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 8px;
	color: #b9c8dc;
	font-size: 11px;
	font-weight: 750;
}

.footer-languages a.is-active,
.footer-languages a:hover {
	border-color: #4f91ef;
	background: rgba(31, 112, 225, .18);
	color: #fff;
}

@media (max-width: 650px) {
	.mobile-bottom-nav > a:nth-child(3) > span {
		display: grid;
		width: 30px;
		height: 30px;
		place-items: center;
		border-radius: 50%;
		background: var(--ti-accent);
		color: #172337;
	}

	.mobile-bottom-nav > a:nth-child(3) > span svg {
		width: 18px;
		height: 18px;
		fill: none;
		stroke: currentColor;
		stroke-width: 2;
	}
}

/* Mortgage landing */
.mortgage-page {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background: #f4f7fb;
}

.mortgage-hero {
	position: relative;
	overflow: hidden;
	padding: 78px 0 84px;
	background:
		radial-gradient(circle at 85% 5%, rgba(56, 177, 255, .34), transparent 30%),
		radial-gradient(circle at 8% 100%, rgba(255, 179, 0, .12), transparent 28%),
		linear-gradient(135deg, #061c42, #093d92 60%, #0c61cb);
	color: #fff;
}

.mortgage-hero::after {
	position: absolute;
	right: -130px;
	bottom: -230px;
	width: 520px;
	height: 520px;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 50%;
	box-shadow: 0 0 0 70px rgba(255, 255, 255, .025), 0 0 0 145px rgba(255, 255, 255, .018);
	content: "";
}

.mortgage-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(360px, .8fr);
	align-items: center;
	gap: 70px;
}

.mortgage-hero h1 {
	max-width: 780px;
	margin: 14px 0 20px;
	color: #fff;
	font-size: clamp(44px, 6vw, 76px);
	letter-spacing: -.06em;
	line-height: .98;
}

.mortgage-hero p {
	max-width: 680px;
	margin: 0;
	color: rgba(255, 255, 255, .74);
	font-size: clamp(16px, 2vw, 19px);
	line-height: 1.65;
}

.mortgage-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 30px;
}

.mortgage-hero__actions .button--outline {
	border-color: rgba(255, 255, 255, .35);
	background: rgba(255, 255, 255, .08);
	color: #fff;
}

.mortgage-trust {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 30px;
}

.mortgage-trust span {
	padding: 7px 10px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 999px;
	background: rgba(255, 255, 255, .055);
	color: #c6d8ee;
	font-size: 10px;
	font-weight: 700;
}

.mortgage-hero__visual {
	position: relative;
	min-height: 350px;
}

.mortgage-visual-house {
	position: absolute;
	inset: 15px 10px 0 55px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 34px 34px 10px 10px;
	background:
		linear-gradient(90deg, transparent 48%, rgba(255, 255, 255, .08) 49%, rgba(255, 255, 255, .08) 51%, transparent 52%),
		linear-gradient(180deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .045));
	box-shadow: inset 0 1px rgba(255, 255, 255, .2), 0 35px 80px rgba(0, 0, 0, .22);
	transform: perspective(800px) rotateY(-7deg);
}

.mortgage-visual-house::before {
	position: absolute;
	inset: 34px;
	background: repeating-linear-gradient(180deg, rgba(255, 255, 255, .2) 0 2px, transparent 2px 55px);
	content: "";
}

.mortgage-visual-house i {
	position: absolute;
	top: 55px;
	width: 66px;
	height: 92px;
	border-radius: 6px;
	background: linear-gradient(145deg, rgba(80, 197, 255, .7), rgba(8, 56, 123, .5));
	box-shadow: 0 122px 0 rgba(41, 144, 222, .38);
}

.mortgage-visual-house i:nth-child(1) {
	left: 42px;
}

.mortgage-visual-house i:nth-child(2) {
	left: 132px;
}

.mortgage-visual-house i:nth-child(3) {
	left: 222px;
}

.mortgage-visual-card {
	position: absolute;
	right: -4px;
	bottom: 17px;
	z-index: 2;
	display: flex;
	width: 240px;
	flex-direction: column;
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, .7);
	border-radius: 17px;
	background: rgba(255, 255, 255, .94);
	color: var(--ti-ink);
	box-shadow: 0 22px 60px rgba(0, 0, 0, .24);
	backdrop-filter: blur(12px);
}

.mortgage-visual-card span,
.mortgage-visual-card small {
	color: var(--ti-muted);
	font-size: 9px;
}

.mortgage-visual-card strong {
	margin: 6px 0 2px;
	color: var(--ti-blue);
	font-size: 24px;
}

.mortgage-calculator-section {
	padding-top: 78px;
}

.mortgage-calculator-section .section-heading p {
	margin: 8px 0 0;
	color: var(--ti-muted);
}

.mortgage-calculator {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(320px, .7fr);
	gap: 16px;
	padding: 16px;
	border: 1px solid var(--ti-line);
	border-radius: 24px;
	background: #fff;
	box-shadow: var(--ti-shadow);
}

.mortgage-calculator__fields {
	display: grid;
	gap: 28px;
	padding: 28px;
}

.mortgage-calculator__fields label {
	display: grid;
	gap: 15px;
}

.mortgage-calculator__fields label > span {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	color: var(--ti-muted);
	font-size: 12px;
	font-weight: 700;
}

.mortgage-calculator__fields label strong {
	color: var(--ti-ink);
	font-size: 15px;
}

.mortgage-calculator input[type="range"] {
	width: 100%;
	height: 6px;
	accent-color: var(--ti-blue);
	cursor: pointer;
}

.mortgage-calculator__result {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 30px;
	border-radius: 18px;
	background:
		radial-gradient(circle at 100% 0, rgba(53, 184, 255, .28), transparent 32%),
		linear-gradient(145deg, #082d6c, #0c5ac4);
	color: #fff;
}

.mortgage-calculator__result > span {
	color: #a9caef;
	font-size: 10px;
	font-weight: 750;
	text-transform: uppercase;
}

.mortgage-calculator__result > strong {
	margin: 10px 0 5px;
	font-size: clamp(27px, 4vw, 40px);
	letter-spacing: -.04em;
}

.mortgage-calculator__result > small {
	color: #b8cce6;
	font-size: 9px;
}

.mortgage-calculator__result .button {
	margin-top: 24px;
	border-color: #fff;
	background: #fff;
	color: var(--ti-blue);
	box-shadow: none;
}

.mortgage-calculator__result p {
	margin: 14px 0 0;
	color: #a9bad1;
	font-size: 9px;
	line-height: 1.55;
}

.mortgage-steps-section {
	background: #fff;
}

.mortgage-steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 13px;
}

.mortgage-steps article {
	position: relative;
	min-height: 225px;
	overflow: hidden;
	padding: 25px;
	border: 1px solid var(--ti-line);
	border-radius: var(--ti-radius);
	background: linear-gradient(145deg, #fff, #f7f9fc);
}

.mortgage-steps article > span {
	color: var(--ti-blue);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .1em;
}

.mortgage-steps article::after {
	position: absolute;
	right: -35px;
	bottom: -45px;
	color: #edf3fb;
	content: attr(data-step);
	font-size: 120px;
	font-weight: 900;
}

.mortgage-steps h3 {
	margin: 42px 0 9px;
	font-size: 19px;
}

.mortgage-steps p {
	margin: 0;
	color: var(--ti-muted);
	font-size: 11px;
	line-height: 1.65;
}

.mortgage-info-section {
	background: #edf4ff;
}

.mortgage-info-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(340px, .7fr);
	align-items: center;
	gap: 60px;
}

.mortgage-info-grid h2 {
	margin: 9px 0 12px;
	font-size: clamp(30px, 4vw, 46px);
	letter-spacing: -.045em;
}

.mortgage-info-grid p {
	max-width: 700px;
	color: var(--ti-muted);
	font-size: 14px;
	line-height: 1.75;
}

.mortgage-checklist {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 9px;
}

.mortgage-checklist span {
	padding: 15px;
	border: 1px solid #d7e4f5;
	border-radius: 12px;
	background: #fff;
	color: #30415a;
	font-size: 11px;
	font-weight: 750;
}

.mortgage-final-cta {
	padding: 60px 0;
	background: #fff;
}

.mortgage-final-cta .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	padding: 38px 42px;
	border-radius: 24px;
	background: linear-gradient(135deg, #ffb600, #ff9500);
	box-shadow: 0 22px 50px rgba(241, 154, 0, .2);
}

.mortgage-final-cta h2 {
	margin: 8px 0 5px;
	font-size: clamp(27px, 4vw, 42px);
	letter-spacing: -.045em;
}

.mortgage-final-cta p {
	margin: 0;
	color: #745211;
}

.mortgage-final-cta .eyebrow {
	color: #7c5500;
}

.mortgage-final-cta .button {
	flex: 0 0 auto;
	border: 0;
	background: #0a2e67;
	color: #fff;
}

/* Flexible standard pages */
.site-main:not(.domtut-home):not(.catalogue-page):not(.property-page):not(.cabinet-page) > .tezkor-content-page {
	overflow: hidden;
	max-width: 920px;
	padding: 0;
	border: 1px solid var(--ti-line);
	border-radius: var(--ti-radius-lg);
	background: #fff;
	box-shadow: var(--ti-shadow-sm);
}

.tezkor-content-page > .entry-header {
	position: relative;
	padding: 52px clamp(28px, 6vw, 68px) 36px;
	background:
		radial-gradient(circle at 100% 0, color-mix(in srgb, var(--ti-blue) 9%, transparent), transparent 36%),
		#fff;
}

.tezkor-content-page .entry-title {
	max-width: 800px;
	margin: 9px 0 14px;
	color: var(--ti-ink);
	font-size: clamp(35px, 5vw, 58px);
	letter-spacing: -.055em;
	line-height: 1.04;
}

.tezkor-content-page .entry-subtitle {
	max-width: 720px;
	margin: 0;
	color: var(--ti-muted);
	font-size: clamp(15px, 2vw, 19px);
	line-height: 1.6;
}

.tezkor-page-media {
	margin: 0 clamp(28px, 6vw, 68px);
}

.tezkor-page-media .post-thumbnail {
	overflow: hidden;
	margin: 0;
	border-radius: var(--ti-radius);
}

.tezkor-page-media img {
	width: 100%;
	max-height: 520px;
	object-fit: cover;
}

.tezkor-page-media--card {
	max-width: 620px;
}

.tezkor-content-page > .entry-content {
	padding: 42px clamp(28px, 6vw, 68px) 52px;
	color: #425066;
	font-size: 16px;
	line-height: 1.8;
}

.tezkor-content-page .entry-content > :first-child {
	margin-top: 0;
}

.tezkor-content-page .entry-content h2,
.tezkor-content-page .entry-content h3,
.tezkor-content-page .entry-content h4 {
	color: var(--ti-ink);
	letter-spacing: -.03em;
	line-height: 1.2;
}

.tezkor-content-page .entry-content h2 {
	margin-top: 1.8em;
	font-size: clamp(25px, 3vw, 34px);
}

.tezkor-content-page .entry-content h3 {
	font-size: 22px;
}

.tezkor-content-page .entry-content blockquote {
	margin: 30px 0;
	padding: 22px 25px;
	border: 0;
	border-left: 4px solid var(--ti-blue);
	border-radius: 0 14px 14px 0;
	background: var(--ti-soft);
	color: var(--ti-ink);
	font-size: 17px;
}

.tezkor-content-page .entry-content :where(ul, ol) {
	display: grid;
	gap: 8px;
	padding-left: 22px;
}

.tezkor-content-page .entry-content table {
	width: 100%;
	overflow: hidden;
	border: 1px solid var(--ti-line);
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 13px;
}

.tezkor-content-page .entry-content :where(th, td) {
	padding: 13px 15px;
	border-right: 1px solid var(--ti-line);
	border-bottom: 1px solid var(--ti-line);
	text-align: left;
}

.tezkor-content-page .entry-content th {
	background: var(--ti-soft);
	color: var(--ti-ink);
}

.tezkor-page-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	margin: 0 clamp(28px, 6vw, 68px) 52px;
	padding: 28px 30px;
	border-radius: var(--ti-radius);
	background:
		radial-gradient(circle at 90% 0, rgba(53, 184, 255, .35), transparent 35%),
		linear-gradient(135deg, #073b94, #0f67de);
	color: #fff;
}

.tezkor-page-cta h2 {
	margin: 7px 0 5px;
	color: #fff;
	font-size: clamp(22px, 3vw, 30px);
	letter-spacing: -.035em;
}

.tezkor-page-cta p {
	max-width: 620px;
	margin: 0;
	color: rgba(255, 255, 255, .73);
	font-size: 12px;
	line-height: 1.55;
}

.tezkor-page-cta .eyebrow {
	color: #9bd5ff;
}

.tezkor-page-cta .button {
	flex: 0 0 auto;
	border-color: #fff;
	background: #fff;
	color: var(--ti-blue);
	box-shadow: 0 9px 25px rgba(2, 24, 59, .17);
}

.tezkor-page-tone-soft {
	background: var(--ti-soft);
}

.tezkor-page-tone-brand .tezkor-content-page > .entry-header,
.tezkor-page-tone-dark .tezkor-content-page > .entry-header {
	padding-top: 68px;
	padding-bottom: 58px;
}

.tezkor-page-tone-brand .tezkor-content-page > .entry-header {
	background:
		radial-gradient(circle at 85% 0, rgba(53, 184, 255, .35), transparent 32%),
		linear-gradient(135deg, #0843a4, #0e69df);
}

.tezkor-page-tone-dark .tezkor-content-page > .entry-header {
	background:
		radial-gradient(circle at 85% 0, rgba(41, 116, 217, .32), transparent 35%),
		linear-gradient(135deg, #071d42, #0b326d);
}

.tezkor-page-tone-brand .tezkor-content-page > .entry-header :where(.entry-title, .entry-subtitle),
.tezkor-page-tone-dark .tezkor-content-page > .entry-header :where(.entry-title, .entry-subtitle) {
	color: #fff;
}

.tezkor-page-tone-brand .tezkor-content-page > .entry-header .entry-subtitle,
.tezkor-page-tone-dark .tezkor-content-page > .entry-header .entry-subtitle {
	color: rgba(255, 255, 255, .72);
}

.tezkor-page-tone-brand .tezkor-content-page > .entry-header .eyebrow,
.tezkor-page-tone-dark .tezkor-content-page > .entry-header .eyebrow {
	color: #a8d9ff;
}

.tezkor-page-layout-wide .site-main:not(.domtut-home):not(.catalogue-page):not(.property-page):not(.cabinet-page) > .tezkor-content-page {
	max-width: var(--container);
}

.tezkor-page-layout-full .site-main:not(.domtut-home):not(.catalogue-page):not(.property-page):not(.cabinet-page) > .tezkor-content-page {
	border-radius: 0;
}

/* Cabinet: authentication */
.page-template-page-cabinet .site-main {
	background:
		radial-gradient(circle at 10% 5%, color-mix(in srgb, var(--ti-blue) 8%, transparent), transparent 32%),
		linear-gradient(180deg, #f5f8fc, #eef3f9);
}

.cabinet-auth {
	border: 1px solid rgba(255, 255, 255, .8);
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 30px 90px rgba(12, 38, 76, .15);
}

.cabinet-auth__intro {
	position: relative;
	overflow: hidden;
	padding: 76px 68px;
	background:
		radial-gradient(circle at 100% 0, rgba(53, 184, 255, .38), transparent 35%),
		radial-gradient(circle at 0 100%, rgba(255, 179, 0, .18), transparent 30%),
		linear-gradient(145deg, #0746ac, #0f6de9 68%, #1688ee);
}

.cabinet-auth__intro::after {
	position: absolute;
	right: -110px;
	bottom: -135px;
	width: 350px;
	height: 350px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 50%;
	box-shadow: 0 0 0 48px rgba(255, 255, 255, .04), 0 0 0 100px rgba(255, 255, 255, .03);
	content: "";
}

.cabinet-auth__intro h1 {
	font-size: clamp(38px, 4vw, 62px);
	letter-spacing: -.055em;
}

.cabinet-auth__intro p,
.cabinet-auth__intro li {
	font-size: 15px;
}

.cabinet-auth__intro li {
	display: flex;
	align-items: center;
	gap: 10px;
}

.cabinet-auth__card {
	padding: 56px;
}

.cabinet-auth__tabs {
	padding: 5px;
	border: 1px solid var(--ti-line);
	border-radius: 13px;
}

.cabinet-auth__tabs a {
	padding: 12px;
	border-radius: 9px;
	font-size: 14px;
}

.cabinet-auth__tabs a.is-active {
	box-shadow: var(--ti-shadow-sm);
}

/* Cabinet: application shell */
.cabinet-shell {
	grid-template-columns: 280px minmax(0, 1fr);
	min-height: 760px;
	overflow: hidden;
	border: 1px solid #dfe7f1;
	border-radius: 26px;
	background: #f7f9fc;
	box-shadow: 0 28px 80px rgba(14, 41, 80, .13);
}

.cabinet-sidebar {
	position: relative;
	padding: 25px 18px 20px;
	background:
		radial-gradient(circle at 0 0, rgba(53, 184, 255, .2), transparent 30%),
		linear-gradient(180deg, #092e69, #071f49);
	color: #fff;
}

.cabinet-user {
	margin: 0;
	padding: 15px 12px;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 15px;
	background: rgba(255, 255, 255, .065);
}

.cabinet-user > span {
	overflow: hidden;
	width: 42px;
	height: 42px;
	background: linear-gradient(145deg, #fff, #dcecff);
	color: var(--ti-blue);
	font-size: 16px;
}

.cabinet-user > span img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cabinet-user strong {
	max-width: 150px;
	overflow: hidden;
	font-size: 13px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cabinet-user small {
	color: #9dc4f8;
	font-size: 10px;
}

.cabinet-sidebar nav {
	gap: 7px;
	margin-top: 25px;
}

.cabinet-sidebar nav a {
	justify-content: flex-start;
	gap: 11px;
	min-height: 45px;
	padding: 0 12px;
	border: 1px solid transparent;
	border-radius: 12px;
	color: #b9cce8;
	font-size: 13px;
}

.cabinet-sidebar nav a i {
	display: grid;
	width: 24px;
	height: 24px;
	place-items: center;
	border-radius: 7px;
	background: rgba(255, 255, 255, .08);
	font-size: 16px;
	font-style: normal;
}

.cabinet-sidebar nav a b {
	font-weight: 700;
}

.cabinet-sidebar nav a > span {
	margin-left: auto;
}

.cabinet-sidebar nav a.is-active,
.cabinet-sidebar nav a:hover {
	border-color: rgba(255, 255, 255, .08);
	background: linear-gradient(90deg, rgba(42, 130, 255, .3), rgba(255, 255, 255, .08));
	color: #fff;
}

.cabinet-sidebar nav a.is-active i {
	background: var(--ti-blue);
	box-shadow: 0 6px 14px rgba(0, 0, 0, .17);
}

.cabinet-sidebar__progress {
	margin: auto 4px 18px;
	padding: 15px;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 14px;
	background: rgba(255, 255, 255, .06);
}

.cabinet-sidebar__progress div {
	display: flex;
	justify-content: space-between;
	color: #b9cce8;
	font-size: 10px;
}

.cabinet-sidebar__progress div strong {
	color: #fff;
}

.cabinet-sidebar__progress progress,
.cabinet-onboarding progress {
	width: 100%;
	height: 7px;
	margin: 9px 0;
	overflow: hidden;
	border: 0;
	border-radius: 10px;
	background: rgba(255, 255, 255, .14);
}

progress::-webkit-progress-bar {
	border-radius: 10px;
	background: #e7edf5;
}

progress::-webkit-progress-value {
	border-radius: 10px;
	background: linear-gradient(90deg, var(--ti-blue), var(--ti-cyan));
}

progress::-moz-progress-bar {
	border-radius: 10px;
	background: linear-gradient(90deg, var(--ti-blue), var(--ti-cyan));
}

.cabinet-sidebar__progress a {
	color: #8fc5ff;
	font-size: 10px;
	font-weight: 750;
}

.cabinet-logout {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 10px;
	color: #aebfda;
	font-size: 12px;
}

.cabinet-content {
	padding: 0 38px 42px;
	background:
		linear-gradient(rgba(247, 249, 252, .94), rgba(247, 249, 252, .94)),
		radial-gradient(circle at 100% 0, #ddecff, transparent 35%);
}

.cabinet-topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 72px;
	margin: 0 -38px 32px;
	padding: 0 38px;
	border-bottom: 1px solid var(--ti-line);
	background: rgba(255, 255, 255, .8);
	backdrop-filter: blur(12px);
}

.cabinet-topbar > div {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.cabinet-topbar strong {
	font-size: 14px;
}

.cabinet-topbar small {
	color: var(--ti-muted);
	font-size: 10px;
}

.cabinet-profile-state {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 7px 11px;
	border-radius: 999px;
	background: #edf1f6;
	color: #66758b;
	font-size: 10px;
	font-weight: 800;
	white-space: nowrap;
}

.cabinet-profile-state::before {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: currentColor;
	content: "";
}

.cabinet-profile-state--publish {
	background: #e9f8f1;
	color: #0f8a57;
}

.cabinet-profile-state--pending {
	background: #fff4d8;
	color: #9a6900;
}

.cabinet-heading {
	align-items: center;
	margin-bottom: 26px;
}

.cabinet-heading h1 {
	margin: 7px 0 6px;
	font-size: clamp(27px, 3vw, 38px);
	letter-spacing: -.045em;
	line-height: 1.1;
}

.cabinet-heading p {
	max-width: 690px;
	color: var(--ti-muted);
	font-size: 13px;
	line-height: 1.55;
}

.cabinet-stats {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 13px;
}

.cabinet-stats > .cabinet-stat {
	position: relative;
	overflow: hidden;
	min-height: 145px;
	padding: 20px;
	border: 1px solid var(--ti-line);
	border-radius: 17px;
	background: #fff;
	box-shadow: var(--ti-shadow-sm);
}

.cabinet-stat::after {
	position: absolute;
	top: -26px;
	right: -28px;
	width: 84px;
	height: 84px;
	border-radius: 50%;
	background: color-mix(in srgb, var(--stat-color, var(--ti-blue)) 9%, transparent);
	content: "";
}

.cabinet-stats .cabinet-stat > span {
	display: flex;
	align-items: center;
	gap: 7px;
	color: var(--ti-muted);
	font-size: 11px;
	font-weight: 750;
}

.cabinet-stat span i {
	display: grid;
	width: 24px;
	height: 24px;
	place-items: center;
	border-radius: 7px;
	background: color-mix(in srgb, var(--stat-color, var(--ti-blue)) 11%, white);
	color: var(--stat-color, var(--ti-blue));
	font-style: normal;
}

.cabinet-stats .cabinet-stat strong {
	margin-top: 14px;
	color: var(--ti-ink);
	font-size: 36px;
	line-height: 1;
}

.cabinet-stat > small {
	margin-top: 8px;
	color: #8995a6;
	font-size: 9px;
}

.cabinet-stat--live {
	--stat-color: var(--ti-green);
}

.cabinet-stat--wait {
	--stat-color: #d69800;
}

.cabinet-stat--draft {
	--stat-color: #7b62d6;
}

.cabinet-overview-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-top: 16px;
}

.cabinet-panel {
	padding: 24px;
	border: 1px solid var(--ti-line);
	border-radius: 18px;
	background: #fff;
	box-shadow: var(--ti-shadow-sm);
}

.cabinet-panel__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
}

.cabinet-panel__head h2 {
	margin: 5px 0 0;
	font-size: 20px;
	letter-spacing: -.025em;
}

.cabinet-panel__head > strong {
	color: var(--ti-blue);
	font-size: 28px;
}

.cabinet-onboarding progress {
	height: 9px;
	margin: 20px 0 9px;
}

.cabinet-onboarding p {
	min-height: 36px;
	margin: 0 0 17px;
	color: var(--ti-muted);
	font-size: 11px;
	line-height: 1.55;
}

.cabinet-quick-actions {
	display: grid;
	gap: 10px;
}

.cabinet-quick-actions .cabinet-panel__head {
	margin-bottom: 3px;
}

.cabinet-quick-actions > a {
	display: grid;
	grid-template-columns: 38px 1fr auto;
	align-items: center;
	gap: 12px;
	padding: 11px;
	border: 1px solid var(--ti-line);
	border-radius: 13px;
	color: var(--ti-ink);
	transition: .18s ease;
}

.cabinet-quick-actions > a:hover {
	border-color: color-mix(in srgb, var(--ti-blue) 30%, var(--ti-line));
	background: var(--ti-soft);
	transform: translateX(2px);
}

.cabinet-quick-actions > a i {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border-radius: 10px;
	background: var(--ti-blue);
	color: #fff;
	font-size: 18px;
	font-style: normal;
}

.cabinet-quick-actions > a span {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.cabinet-quick-actions > a strong {
	font-size: 11px;
}

.cabinet-quick-actions > a small {
	color: var(--ti-muted);
	font-size: 9px;
}

.cabinet-quick-actions > a b {
	color: var(--ti-blue);
}

.cabinet-help {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 16px;
	padding: 17px 20px;
	border: 1px solid #f2d983;
	border-radius: 15px;
	background: linear-gradient(100deg, #fff9e8, #fffdf7);
}

.cabinet-help > span {
	display: grid;
	flex: 0 0 38px;
	height: 38px;
	place-items: center;
	border-radius: 11px;
	background: var(--ti-accent);
	color: #fff;
	font-size: 18px;
}

.cabinet-help p {
	margin-top: 3px;
	font-size: 10px;
}

.cabinet-notice {
	position: relative;
	margin: -14px 0 24px;
	padding: 14px 16px 14px 45px;
	border: 1px solid #a9e3c8;
	border-radius: 12px;
	background: #edfaf4;
	color: #126e49;
	font-size: 12px;
	box-shadow: var(--ti-shadow-sm);
}

.cabinet-notice::before {
	position: absolute;
	top: 12px;
	left: 16px;
	display: grid;
	width: 20px;
	height: 20px;
	place-items: center;
	border-radius: 50%;
	background: #1ba96d;
	color: #fff;
	content: "✓";
}

.cabinet-notice--error {
	border-color: #f0bbbb;
	background: #fff1f1;
	color: #9f2d2d;
}

.cabinet-notice--error::before {
	background: var(--ti-red);
	content: "!";
}

/* Cabinet: objects */
.cabinet-filters {
	display: flex;
	gap: 7px;
	margin: -8px 0 20px;
	padding-bottom: 2px;
	overflow-x: auto;
}

.cabinet-filters button {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 36px;
	padding: 0 13px;
	border: 1px solid var(--ti-line);
	border-radius: 999px;
	background: #fff;
	color: var(--ti-muted);
	font-size: 11px;
	font-weight: 750;
	white-space: nowrap;
	cursor: pointer;
}

.cabinet-filters button.is-active {
	border-color: var(--ti-blue);
	background: var(--ti-blue);
	color: #fff;
}

.cabinet-filters button span {
	display: grid;
	min-width: 18px;
	height: 18px;
	place-items: center;
	border-radius: 9px;
	background: rgba(255, 255, 255, .2);
}

.cabinet-object-list {
	gap: 12px;
}

.cabinet-object-list article {
	grid-template-columns: 132px minmax(0, 1fr) auto;
	gap: 18px;
	padding: 14px;
	border: 1px solid var(--ti-line);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 4px 16px rgba(14, 41, 80, .045);
	transition: border-color .18s ease, box-shadow .18s ease;
}

.cabinet-object-list article:hover {
	border-color: #cbd8e9;
	box-shadow: var(--ti-shadow-sm);
}

.cabinet-object-list article[hidden] {
	display: none;
}

.cabinet-object-image {
	position: relative;
}

.cabinet-object-list .cabinet-object-image img {
	width: 132px;
	height: 96px;
	border-radius: 12px;
	background: var(--ti-soft);
}

.cabinet-object-image > span {
	position: absolute;
	bottom: 7px;
	left: 7px;
	padding: 3px 6px;
	border-radius: 5px;
	background: rgba(8, 23, 43, .72);
	color: #fff;
	font-size: 8px;
	font-weight: 750;
}

.cabinet-object-list article > div:nth-child(2) {
	justify-content: center;
	gap: 5px;
}

.cabinet-object-list article strong {
	font-size: 14px;
}

.cabinet-object-list article small {
	font-size: 10px;
}

.cabinet-object-list article p {
	margin: 2px 0 0;
	color: var(--ti-ink);
	font-size: 12px;
	font-weight: 800;
}

.cabinet-status {
	width: max-content;
	padding: 4px 8px;
	border-radius: 999px;
	font-size: 8px;
	font-weight: 850;
	letter-spacing: .02em;
}

.cabinet-status--publish {
	background: #e7f8f0;
	color: #0e8b56;
}

.cabinet-status--pending {
	background: #fff3d4;
	color: #986500;
}

.cabinet-status--draft {
	background: #edeaf9;
	color: #6550b2;
}

.cabinet-object-actions a,
.cabinet-object-actions button {
	min-height: 34px;
	padding: 0 11px;
	border-radius: 9px;
	font-size: 10px;
	font-weight: 750;
}

.cabinet-object-actions a {
	display: inline-flex;
	align-items: center;
	border-color: #bcd0ed;
	background: #f1f6ff;
	color: var(--ti-blue);
}

.cabinet-empty {
	display: grid;
	justify-items: center;
	padding: 62px 30px;
	border-radius: 18px;
	background: #fff;
	text-align: center;
}

.cabinet-empty > span {
	display: grid;
	width: 58px;
	height: 58px;
	margin-bottom: 14px;
	place-items: center;
	border-radius: 17px;
	background: #edf4ff;
	color: var(--ti-blue);
	font-size: 28px;
}

.cabinet-empty strong {
	font-size: 18px;
}

.cabinet-empty p {
	max-width: 440px;
	color: var(--ti-muted);
}

/* Cabinet: forms */
.cabinet-form {
	gap: 17px;
}

.cabinet-form-steps {
	display: flex;
	gap: 8px;
	margin: -8px 0 20px;
	overflow-x: auto;
}

.cabinet-form-steps a {
	display: flex;
	align-items: center;
	gap: 7px;
	padding: 8px 12px;
	border: 1px solid var(--ti-line);
	border-radius: 999px;
	background: #fff;
	color: var(--ti-muted);
	font-size: 10px;
	font-weight: 750;
	white-space: nowrap;
}

.cabinet-form-steps a span {
	display: grid;
	width: 20px;
	height: 20px;
	place-items: center;
	border-radius: 50%;
	background: var(--ti-blue);
	color: #fff;
	font-size: 9px;
}

.cabinet-form-section {
	scroll-margin-top: 24px;
	padding: 25px;
	border: 1px solid var(--ti-line);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 4px 17px rgba(14, 41, 80, .04);
}

.cabinet-form-section__head {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 22px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--ti-line);
}

.cabinet-form-section__head > span {
	display: grid;
	flex: 0 0 34px;
	height: 34px;
	place-items: center;
	border-radius: 10px;
	background: linear-gradient(135deg, var(--ti-blue), #0d75e8);
	color: #fff;
	font-size: 12px;
	font-weight: 850;
	box-shadow: 0 7px 17px color-mix(in srgb, var(--ti-blue) 22%, transparent);
}

.cabinet-form-section__head h2 {
	margin: 1px 0 3px;
	font-size: 17px;
}

.cabinet-form-section__head p {
	margin: 0;
	color: var(--ti-muted);
	font-size: 10px;
}

.cabinet-form-grid {
	gap: 17px 15px;
}

.cabinet-form-grid--single {
	grid-template-columns: 1fr;
}

.cabinet-coordinate-notice {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	padding: 12px 14px;
	border: 1px solid #f0d387;
	border-radius: 11px;
	background: #fff9e7;
	color: #775917;
	font-size: 10px;
}

.cabinet-coordinate-notice strong {
	color: #8d6200;
}

.cabinet-form label {
	color: #45546a;
	font-size: 11px;
	font-weight: 750;
}

.cabinet-form label > span {
	margin-bottom: 8px;
}

.cabinet-form label > span b {
	color: var(--ti-red);
}

.cabinet-form input,
.cabinet-form select,
.cabinet-form textarea {
	border-color: #d7e0eb;
	border-radius: 11px;
	background: #fbfcfe;
	color: var(--ti-ink);
	font-size: 13px;
	transition: background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.cabinet-form input,
.cabinet-form select {
	height: 49px;
	padding: 0 14px;
}

.cabinet-form textarea {
	padding: 14px;
	line-height: 1.55;
}

.cabinet-form input:hover,
.cabinet-form select:hover,
.cabinet-form textarea:hover {
	border-color: #b8c7da;
	background: #fff;
}

.cabinet-form input:focus,
.cabinet-form select:focus,
.cabinet-form textarea:focus {
	border-color: var(--ti-blue);
	background: #fff;
	box-shadow: 0 0 0 4px color-mix(in srgb, var(--ti-blue) 10%, transparent);
	outline: none;
}

.cabinet-form input:disabled {
	background: #eef2f6;
	color: #8995a5;
	cursor: not-allowed;
}

.cabinet-form label > small {
	display: block;
	margin-top: 6px;
	color: #8995a5;
	font-size: 9px;
	font-weight: 500;
}

.cabinet-upload {
	position: relative;
	display: grid !important;
	justify-items: center;
	min-height: 150px;
	padding: 20px;
	border: 1.5px dashed #b8c9de;
	border-radius: 14px;
	background: #f7faff;
	text-align: center;
	cursor: pointer;
	transition: .18s ease;
}

.cabinet-upload:hover {
	border-color: var(--ti-blue);
	background: #f0f6ff;
}

.cabinet-upload.has-file {
	border-color: var(--ti-green);
	background: #effaf5;
}

.cabinet-upload.has-file > i {
	background: #dff5eb;
	color: var(--ti-green);
}

.cabinet-upload > span {
	justify-self: start;
}

.cabinet-upload input[type="file"] {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
}

.cabinet-upload > i {
	display: grid;
	width: 42px;
	height: 42px;
	margin: 3px 0 8px;
	place-items: center;
	border-radius: 12px;
	background: #e5efff;
	color: var(--ti-blue);
	font-size: 22px;
	font-style: normal;
}

.cabinet-upload > strong {
	color: var(--ti-ink);
	font-size: 12px;
}

.cabinet-upload > small {
	margin-top: 5px !important;
}

.cabinet-form-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	padding-top: 4px;
}

.cabinet-form-actions > span {
	margin-right: auto;
	color: var(--ti-muted);
	font-size: 9px;
}

.cabinet-profile-summary {
	display: grid;
	grid-template-columns: 100px 1fr;
	align-items: center;
	gap: 22px;
	margin: -8px 0 20px;
	padding: 20px;
	border: 1px solid #cfe0f6;
	border-radius: 17px;
	background: linear-gradient(110deg, #f0f6ff, #fff);
}

.cabinet-profile-summary__score {
	display: grid;
	width: 84px;
	height: 84px;
	place-items: center;
	align-content: center;
	border: 7px solid #cfe3ff;
	border-top-color: var(--ti-blue);
	border-radius: 50%;
	background: #fff;
}

.cabinet-profile-summary__score strong {
	color: var(--ti-blue);
	font-size: 20px;
}

.cabinet-profile-summary__score span {
	color: var(--ti-muted);
	font-size: 8px;
}

.cabinet-profile-summary h2 {
	margin: 7px 0 4px;
	font-size: 18px;
}

.cabinet-profile-summary p {
	margin: 0;
	color: var(--ti-muted);
	font-size: 10px;
}

.cabinet-security-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(240px, .7fr);
	align-items: start;
	gap: 16px;
}

.cabinet-security-form .cabinet-form-section {
	margin: 0;
}

.cabinet-password-field {
	position: relative;
}

.cabinet-password-field input {
	padding-right: 48px;
}

.cabinet-password-field button {
	position: absolute;
	top: 50%;
	right: 8px;
	display: grid;
	width: 33px;
	height: 33px;
	padding: 0;
	place-items: center;
	border: 0;
	border-radius: 8px;
	background: transparent;
	color: #8190a4;
	transform: translateY(-50%);
	cursor: pointer;
}

.cabinet-password-field button:hover,
.cabinet-password-field button.is-active {
	background: #eaf2ff;
	color: var(--ti-blue);
}

.cabinet-security-info {
	padding: 24px;
	border: 1px solid #cfe0f5;
	border-radius: 18px;
	background: linear-gradient(150deg, #eef5ff, #fff);
	box-shadow: var(--ti-shadow-sm);
}

.cabinet-security-info > span {
	display: grid;
	width: 43px;
	height: 43px;
	place-items: center;
	border-radius: 13px;
	background: var(--ti-blue);
	color: #fff;
	font-size: 18px;
	box-shadow: 0 8px 20px color-mix(in srgb, var(--ti-blue) 23%, transparent);
}

.cabinet-security-info h2 {
	margin: 16px 0 12px;
	font-size: 18px;
}

.cabinet-security-info dl {
	display: grid;
	gap: 0;
	margin: 0;
}

.cabinet-security-info dl > div {
	display: grid;
	gap: 3px;
	padding: 11px 0;
	border-bottom: 1px solid #dfe8f4;
}

.cabinet-security-info dt {
	color: var(--ti-muted);
	font-size: 9px;
	font-weight: 700;
}

.cabinet-security-info dd {
	max-width: 100%;
	margin: 0;
	overflow: hidden;
	color: var(--ti-ink);
	font-size: 11px;
	font-weight: 750;
	text-overflow: ellipsis;
}

.cabinet-security-info p {
	margin: 16px 0 0;
	color: var(--ti-muted);
	font-size: 10px;
	line-height: 1.6;
}

/* Admin-facing and general responsive polish */
@media (max-width: 1100px) {
	.mortgage-hero__grid {
		gap: 30px;
	}

	.mortgage-steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cabinet-shell {
		grid-template-columns: 230px minmax(0, 1fr);
	}

	.cabinet-sidebar {
		padding-right: 12px;
		padding-left: 12px;
	}

	.cabinet-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cabinet-content {
		padding-right: 26px;
		padding-left: 26px;
	}

	.cabinet-topbar {
		margin-right: -26px;
		margin-left: -26px;
		padding-right: 26px;
		padding-left: 26px;
	}
}

@media (max-width: 820px) {
	.container {
		width: min(calc(100% - 28px), 1280px);
	}

	.property-gallery > :not(.property-gallery__main) {
		display: none;
	}

	.mortgage-hero {
		padding: 58px 0;
	}

	.mortgage-hero__grid {
		grid-template-columns: 1fr;
	}

	.mortgage-hero__visual {
		display: none;
	}

	.mortgage-calculator,
	.mortgage-info-grid {
		grid-template-columns: 1fr;
	}

	.mortgage-info-grid {
		gap: 25px;
	}

	.cabinet-shell {
		display: block;
		border-radius: 20px;
	}

	.cabinet-sidebar {
		padding: 16px;
	}

	.cabinet-user {
		margin-right: 0;
		margin-left: 0;
	}

	.cabinet-sidebar nav {
		display: flex;
		margin-top: 14px;
		padding-bottom: 3px;
		overflow-x: auto;
	}

	.cabinet-sidebar nav a {
		flex: 0 0 auto;
		min-height: 40px;
	}

	.cabinet-sidebar__progress,
	.cabinet-logout {
		display: none;
	}

	.cabinet-content {
		padding: 0 22px 30px;
	}

	.cabinet-topbar {
		margin-right: -22px;
		margin-bottom: 24px;
		margin-left: -22px;
		padding-right: 22px;
		padding-left: 22px;
	}

	.cabinet-overview-grid {
		grid-template-columns: 1fr;
	}

	.cabinet-security-grid {
		grid-template-columns: 1fr;
	}

	.cabinet-auth__intro,
	.cabinet-auth__card {
		padding: 42px;
	}
}

@media (max-width: 600px) {
	.utility-bar__inner {
		min-height: 42px;
	}

	.cabinet-auth {
		border-radius: 18px;
	}

	.mortgage-hero h1 {
		font-size: 42px;
	}

	.mortgage-hero__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.mortgage-hero__actions .button {
		width: 100%;
	}

	.mortgage-calculator {
		padding: 9px;
		border-radius: 18px;
	}

	.mortgage-calculator__fields,
	.mortgage-calculator__result {
		padding: 21px;
	}

	.mortgage-steps {
		grid-template-columns: 1fr;
	}

	.mortgage-steps article {
		min-height: 180px;
	}

	.mortgage-checklist {
		grid-template-columns: 1fr;
	}

	.mortgage-final-cta .container {
		align-items: stretch;
		flex-direction: column;
		padding: 27px 23px;
	}

	.mortgage-final-cta .button {
		width: 100%;
	}

	.property-lightbox {
		padding: 0;
	}

	.property-lightbox__panel {
		width: 100%;
		height: 100%;
		border: 0;
		border-radius: 0;
	}

	.property-lightbox__stage {
		padding: 10px 45px;
	}

	.property-lightbox__stage button {
		width: 36px;
		height: 46px;
	}

	.property-lightbox__stage button:first-child {
		left: 5px;
	}

	.property-lightbox__stage button:last-child {
		right: 5px;
	}

	.tezkor-content-page > .entry-header {
		padding: 38px 22px 28px;
	}

	.tezkor-page-media {
		margin: 0 22px;
	}

	.tezkor-content-page > .entry-content {
		padding: 30px 22px 38px;
		font-size: 15px;
	}

	.tezkor-page-cta {
		align-items: stretch;
		flex-direction: column;
		margin: 0 22px 35px;
		padding: 23px;
	}

	.tezkor-page-cta .button {
		width: 100%;
	}

	.cabinet-auth__intro,
	.cabinet-auth__card {
		padding: 27px 22px;
	}

	.cabinet-auth__intro h1 {
		font-size: 33px;
	}

	.cabinet-topbar {
		min-height: 60px;
	}

	.cabinet-topbar small,
	.cabinet-topbar .cabinet-profile-state {
		display: none;
	}

	.cabinet-heading {
		align-items: stretch;
	}

	.cabinet-heading .button {
		width: 100%;
	}

	.cabinet-stats {
		grid-template-columns: 1fr 1fr;
	}

	.cabinet-stats > .cabinet-stat {
		min-height: 128px;
		padding: 16px;
	}

	.cabinet-stats .cabinet-stat > span {
		align-items: flex-start;
	}

	.cabinet-stats .cabinet-stat strong {
		font-size: 30px;
	}

	.cabinet-stat > small {
		display: none;
	}

	.cabinet-panel,
	.cabinet-form-section {
		padding: 18px;
	}

	.cabinet-object-list article {
		grid-template-columns: 88px minmax(0, 1fr);
		gap: 12px;
	}

	.cabinet-object-list .cabinet-object-image img {
		width: 88px;
		height: 78px;
	}

	.cabinet-object-actions {
		grid-column: 1 / -1;
		justify-content: flex-end;
	}

	.cabinet-form-grid {
		grid-template-columns: 1fr;
	}

	.cabinet-form-grid .is-wide {
		grid-column: auto;
	}

	.cabinet-form-actions {
		flex-wrap: wrap;
	}

	.cabinet-form-actions > span {
		width: 100%;
		order: -1;
	}

	.cabinet-form-actions .button {
		flex: 1 1 auto;
	}

	.cabinet-profile-summary {
		grid-template-columns: 72px 1fr;
		gap: 13px;
		padding: 15px;
	}

	.cabinet-profile-summary__score {
		width: 68px;
		height: 68px;
	}
}

/* Home search and header alignment — 6.3 */
.domtut-home {
	background: #f4f7fb;
}

.domtut-home .domtut-hero {
	min-height: 0;
	padding: 30px 0 38px;
	background: #f4f7fb;
	color: var(--ti-ink);
}

.domtut-home .domtut-hero .hero__image,
.domtut-home .domtut-hero .hero__veil {
	display: none;
}

.domtut-home .domtut-hero .hero__content {
	padding-top: 0;
	padding-bottom: 0;
}

.hero-panel {
	padding: clamp(26px, 3vw, 38px);
	border: 1px solid #e9edf3;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 12px 38px rgba(22, 43, 75, .055);
}

.domtut-home .hero-eyebrow {
	margin: 0 0 10px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--ti-blue);
	font-size: 11px;
	letter-spacing: .1em;
	backdrop-filter: none;
}

.domtut-home .domtut-hero h1 {
	max-width: 980px;
	margin: 0 0 8px;
	color: var(--ti-ink);
	font-size: clamp(36px, 4vw, 56px);
	font-weight: 850;
	letter-spacing: -.045em;
	line-height: 1.04;
}

.domtut-home .domtut-hero .hero__content > .hero-panel > p {
	max-width: 850px;
	margin: 0;
	color: #526075;
	font-size: 16px;
	line-height: 1.55;
}

.domtut-home .search-shell {
	max-width: none;
	margin-top: 26px;
	overflow: visible;
	border: 0;
	border-radius: 15px;
	background: #f7f9fc;
	box-shadow: none;
	backdrop-filter: none;
}

.domtut-home .hero-search {
	display: grid;
	grid-template-columns: 1.05fr 1.05fr 1.65fr 1.3fr 1.65fr auto;
	align-items: stretch;
	gap: 8px;
	padding: 8px;
	border-radius: 15px;
}

.domtut-home .search-control {
	display: flex;
	min-width: 0;
	min-height: 58px;
	margin: 0;
	padding: 8px 12px;
	flex-direction: column;
	justify-content: center;
	border: 1px solid #dde4ee;
	border-radius: 10px;
	background: #fff;
}

.domtut-home .search-control > span,
.domtut-home .search-control legend {
	margin: 0 0 3px;
	padding: 0;
	color: #8490a3;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .05em;
	line-height: 1.2;
	text-transform: uppercase;
}

.domtut-home .search-control select,
.domtut-home .search-control > input,
.domtut-home .search-price-range input {
	width: 100%;
	min-width: 0;
	height: 24px;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	color: var(--ti-ink);
	font-size: 12px;
	font-weight: 700;
}

.domtut-home .search-control--rooms {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	align-content: center;
	gap: 4px;
	padding: 8px;
}

.domtut-home .search-control--rooms legend {
	grid-column: 1 / -1;
}

.domtut-home .search-control--rooms label {
	display: block;
	margin: 0;
}

.domtut-home .search-control--rooms input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.domtut-home .search-control--rooms label span {
	display: grid;
	min-width: 30px;
	height: 28px;
	padding: 0 7px;
	place-items: center;
	border: 1px solid #e2e7ef;
	border-radius: 7px;
	background: #f6f8fb;
	color: #3d4a5f;
	font-size: 11px;
	font-weight: 750;
	cursor: pointer;
	transition: .16s ease;
}

.domtut-home .search-control--rooms input:checked + span {
	border-color: color-mix(in srgb, var(--ti-blue) 28%, #d7e1ef);
	background: #eaf2ff;
	color: var(--ti-blue);
	box-shadow: inset 0 0 0 1px rgba(18, 100, 232, .06);
}

.domtut-home .search-control--rooms input:focus-visible + span {
	outline: 3px solid color-mix(in srgb, var(--ti-blue) 22%, transparent);
}

.domtut-home .search-price-range {
	display: grid;
	grid-template-columns: 1fr 10px 1fr;
	align-items: center;
	gap: 3px;
}

.domtut-home .search-control--price i {
	display: block;
	width: 8px;
	height: 1px;
	background: #aeb8c7;
}

.domtut-home .search-submit {
	min-width: 112px;
	min-height: 58px;
	border-radius: 10px;
	background: linear-gradient(135deg, #ff7500, #ff5a00);
	box-shadow: 0 8px 20px rgba(255, 99, 0, .18);
}

.domtut-home .search-submit svg {
	width: 17px;
}

.hero-categories {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 10px;
	margin-top: 14px;
}

.hero-categories > a {
	display: flex;
	min-width: 0;
	min-height: 86px;
	padding: 15px 13px 12px 17px;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	overflow: hidden;
	border: 1px solid #e7ecf3;
	border-radius: 13px;
	background: #fff;
	color: var(--ti-ink);
	box-shadow: 0 6px 20px rgba(20, 43, 78, .045);
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.hero-categories > a:hover {
	border-color: #bfd3f1;
	box-shadow: 0 12px 28px rgba(20, 58, 112, .09);
	transform: translateY(-2px);
}

.hero-categories > a > span {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 6px;
}

.hero-categories strong {
	overflow: hidden;
	color: var(--ti-blue);
	font-size: 14px;
	line-height: 1.2;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hero-categories small {
	color: #78869a;
	font-size: 10px;
}

.hero-categories i {
	display: grid;
	width: 48px;
	height: 48px;
	flex: 0 0 48px;
	place-items: center;
	border-radius: 14px;
	background: linear-gradient(145deg, #eef5ff, #e1edff);
	color: var(--ti-blue);
}

.hero-categories svg {
	width: 28px;
	height: 28px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.utility-bar__inner {
	gap: 9px;
}

.utility-bar .utility-link,
.utility-bar .utility-login,
.utility-bar .currency-toggle,
.utility-bar .language-toggle {
	box-shadow: none;
}

.site-header__inner {
	min-height: 74px;
}

.quick-nav__inner {
	min-height: 38px;
}

@media (max-width: 1180px) {
	.domtut-home .hero-search {
		grid-template-columns: 1fr 1fr 1.4fr;
	}

	.domtut-home .search-submit {
		width: 100%;
	}

	.hero-categories {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.hero-categories > a:nth-child(4),
	.hero-categories > a:nth-child(5) {
		grid-column: span 1;
	}
}

@media (max-width: 760px) {
	.domtut-home .domtut-hero {
		padding: 14px 0 28px;
	}

	.hero-panel {
		padding: 22px 18px 18px;
		border-radius: 17px;
	}

	.domtut-home .hero-eyebrow {
		font-size: 9px;
	}

	.domtut-home .domtut-hero h1 {
		font-size: clamp(31px, 10vw, 42px);
		letter-spacing: -.04em;
	}

	.domtut-home .domtut-hero .hero__content > .hero-panel > p {
		font-size: 14px;
	}

	.domtut-home .search-shell {
		margin-top: 20px;
		background: transparent;
	}

	.domtut-home .hero-search {
		grid-template-columns: 1fr 1fr;
		padding: 0;
	}

	.domtut-home .search-control--rooms,
	.domtut-home .search-control--price,
	.domtut-home .search-control--location,
	.domtut-home .search-submit {
		grid-column: 1 / -1;
	}

	.hero-categories {
		display: flex;
		margin-right: -14px;
		padding-right: 14px;
		overflow-x: auto;
		scroll-snap-type: x proximity;
	}

	.hero-categories > a {
		min-width: 210px;
		scroll-snap-align: start;
	}
}

@media (max-width: 430px) {
	.domtut-home .hero-search {
		grid-template-columns: 1fr;
	}

	.domtut-home .search-control,
	.domtut-home .search-control--rooms,
	.domtut-home .search-control--price,
	.domtut-home .search-control--location,
	.domtut-home .search-submit {
		grid-column: auto;
	}

	.domtut-home .search-control--rooms,
	.domtut-home .search-control--price,
	.domtut-home .search-control--location,
	.domtut-home .search-submit {
		grid-column: 1;
	}
}

/* Header, controls and light footer polish — 6.4 */
.button {
	min-height: 42px;
	padding: 0 17px;
	border: 1px solid transparent;
	border-radius: 8px;
	box-shadow: none;
	font-size: 13px;
	font-weight: 750;
	line-height: 1.2;
	transition: border-color .16s ease, background-color .16s ease, color .16s ease;
}

.button:hover {
	box-shadow: none;
	transform: none;
}

.button--primary {
	border-color: var(--ti-blue);
	background: var(--ti-blue);
	color: #fff;
	box-shadow: none;
}

.button--primary:hover {
	border-color: var(--ti-blue-dark);
	background: var(--ti-blue-dark);
	color: #fff;
}

.button--outline {
	border-color: #d6dee9;
	background: #fff;
	color: #26364d;
}

.button--outline:hover {
	border-color: #aebfd5;
	background: #f7f9fc;
	color: var(--ti-blue);
}

.utility-cta,
.header-actions .button {
	border: 1px solid #f46b0b;
	border-radius: 8px;
	background: #ff710f;
	color: #fff;
	box-shadow: none;
}

.utility-cta:hover,
.header-actions .button:hover {
	border-color: #dd5800;
	background: #ed6100;
	color: #fff;
}

.brand {
	grid-template-columns: 50px minmax(0, auto);
	grid-template-rows: 25px 14px;
	column-gap: 0;
	min-width: 258px;
}

.brand__mark {
	grid-row: 1 / -1;
	width: 42px;
	height: 42px;
	border-radius: 12px;
	transform: none;
	box-shadow: 0 5px 14px rgba(15, 91, 216, .16);
}

.brand__mark::after {
	inset: 10px 9px 8px;
}

.brand__word {
	align-self: end;
	font-size: 18px;
	letter-spacing: -.45px;
	line-height: 1;
	white-space: nowrap;
}

.brand small {
	align-self: start;
	margin-top: 3px;
	color: #747f90;
	font-size: 8px;
	font-weight: 650;
	line-height: 1;
	white-space: nowrap;
}

.brand__custom-logo {
	grid-column: 1 / -1;
	width: auto;
	max-width: 240px;
	height: 44px;
	object-fit: contain;
	object-position: left center;
}

.nav-item.has-mega {
	position: relative;
	display: flex;
	align-items: stretch;
	flex: 0 0 auto;
}

.nav-item.has-mega > a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-width: max-content;
	white-space: nowrap;
}

.nav-item.has-mega > a > span {
	display: inline-grid;
	width: 14px;
	height: 14px;
	place-items: center;
	flex: 0 0 14px;
	font-size: 12px;
	line-height: 1;
	transform: translateY(-1px);
	transition: transform .16s ease;
}

.nav-item.has-mega:hover > a > span,
.nav-item.has-mega:focus-within > a > span {
	transform: rotate(180deg);
}

.nav-item.has-mega .mega-menu {
	top: calc(100% - 1px);
	left: 0;
	z-index: 80;
	grid-template-columns: 1fr 1fr 230px;
	gap: 28px;
	width: min(760px, calc(100vw - 40px));
	padding: 24px;
	border: 1px solid #dfe6ef;
	border-radius: 0 0 13px 13px;
	background: #fff;
	box-shadow: 0 18px 45px rgba(22, 42, 72, .12);
}

.nav-item.has-mega .mega-menu a {
	padding: 2px 0;
	line-height: 1.35;
}

.domtut-home .domtut-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background: #dce5ee;
}

.domtut-home .domtut-hero .hero__image {
	z-index: -2;
	display: block;
	background-position: center;
	background-size: cover;
	transform: none;
}

.domtut-home .domtut-hero .hero__veil {
	z-index: -1;
	display: block;
	background:
		linear-gradient(90deg, rgba(13, 30, 52, .32), rgba(13, 30, 52, .08) 62%, rgba(13, 30, 52, .18)),
		linear-gradient(0deg, rgba(225, 233, 242, .24), rgba(239, 244, 249, .1));
}

.hero-panel {
	border-color: rgba(255, 255, 255, .72);
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 16px 42px rgba(13, 34, 61, .14);
	backdrop-filter: blur(12px);
}

.domtut-home .search-control select {
	padding-right: 28px;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='m1 1.5 5 5 5-5' fill='none' stroke='%23556478' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 2px center;
	background-size: 10px 7px;
	cursor: pointer;
}

.domtut-home .search-control > span,
.domtut-home .search-control__title {
	display: block;
	grid-column: 1 / -1;
	margin: 0 0 4px;
	color: #7f8b9e;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .05em;
	line-height: 1.2;
	text-transform: uppercase;
}

.domtut-home .search-submit {
	border: 1px solid #cbd7e5;
	background: #fff;
	color: #17263b;
	box-shadow: none;
}

.domtut-home .search-submit:hover {
	border-color: #8fa9c8;
	background: #f7faff;
	color: var(--ti-blue);
}

.domtut-home .search-submit svg {
	fill: none;
	stroke: currentColor;
}

.site-footer--light {
	padding: 0;
	border-top: 1px solid #e5e9ef;
	background: #fff;
	color: #172033;
}

.site-footer--light > .container {
	width: min(calc(100% - 40px), 1120px);
}

.site-footer--light .footer-discovery {
	grid-template-columns: minmax(0, 1fr) 220px;
	gap: 55px;
	padding: 38px 0 28px;
	border-bottom: 1px solid #dfe4ea;
	color: #172033;
}

.site-footer--light .footer-discovery h2,
.site-footer--light .footer-metro h2 {
	margin-bottom: 16px;
	color: #111827;
	font-size: 14px;
	font-weight: 800;
}

.site-footer--light .footer-discovery a,
.site-footer--light .footer-metro a {
	color: #273548;
	font-size: 11px;
	line-height: 1.35;
}

.site-footer--light .footer-discovery a:hover,
.site-footer--light .footer-metro a:hover {
	color: var(--ti-blue);
}

.site-footer--light .footer-link-grid {
	gap: 8px 30px;
}

.site-footer--light .footer-metro {
	padding: 27px 0 31px;
	border-bottom: 1px solid #dfe4ea;
	color: #172033;
}

.site-footer--light .footer-metro__grid {
	gap: 38px;
}

.site-footer--light .footer-metro__grid > div {
	gap: 8px;
}

.site-footer--light .footer-metro__grid strong {
	color: #172033;
	font-size: 10px;
}

.site-footer--light .footer-main--expanded {
	grid-template-columns: 1.05fr 1.25fr 1.05fr .75fr;
	gap: 48px;
	padding: 29px 0 30px;
	color: #172033;
}

.site-footer--light .brand--light,
.site-footer--light .brand--light .brand__word {
	color: #172033;
}

.site-footer--light .brand {
	grid-template-columns: 40px minmax(0, auto);
	grid-template-rows: 20px 11px;
	min-width: 0;
}

.site-footer--light .brand__mark {
	width: 34px;
	height: 34px;
	border-radius: 9px;
}

.site-footer--light .brand__word {
	font-size: 14px;
}

.site-footer--light .brand small {
	font-size: 7px;
}

.site-footer--light .footer-brand p {
	margin: 16px 0;
	color: #687487;
	font-size: 10px;
	line-height: 1.5;
}

.site-footer--light .footer-main--expanded .footer-brand > strong,
.site-footer--light .footer-main--expanded .footer-brand > span {
	color: #526075;
}

.site-footer--light .footer-phone {
	color: var(--ti-blue) !important;
	font-size: 13px !important;
	font-weight: 800;
}

.site-footer--light .footer-column {
	gap: 9px;
}

.site-footer--light .footer-column > strong {
	margin-bottom: 5px;
	color: #172033;
	font-size: 12px;
}

.site-footer--light .footer-column a,
.site-footer--light .link-button,
.site-footer--light .footer-column span {
	color: #273548;
	font-size: 11px;
}

.site-footer--light .footer-column a:hover,
.site-footer--light .link-button:hover {
	color: var(--ti-blue);
}

.site-footer--light .footer-main--expanded .footer-column p,
.site-footer--light .footer-legal {
	margin-top: 14px;
	color: #7a8697;
	font-size: 9px;
	line-height: 1.55;
}

.site-footer--light .footer-languages {
	margin-top: 14px;
}

.site-footer--light .footer-languages a {
	padding: 5px 8px;
	border: 1px solid #cfd7e2;
	border-radius: 5px;
	background: #fff;
	color: #334158;
}

.site-footer--light .footer-languages a.is-active,
.site-footer--light .footer-languages a:hover {
	border-color: #9db3d0;
	background: #f3f7fc;
	color: var(--ti-blue);
}

.site-footer--light .footer-socials--icons a span {
	width: 18px;
	height: 18px;
	border-radius: 5px;
	background: #273548;
	color: #fff;
	font-size: 9px;
}

.site-footer--light .footer-bottom {
	padding: 17px 0;
	border-top: 1px solid #dfe4ea;
	color: #7a8697;
}

.site-footer--light .footer-bottom a {
	color: #526075;
}

@media (max-width: 980px) {
	.brand {
		min-width: 225px;
	}

	.site-footer--light .footer-main--expanded {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 30px 45px;
	}
}

@media (max-width: 760px) {
	.brand {
		grid-template-columns: 42px minmax(0, auto);
		grid-template-rows: 22px 12px;
		min-width: auto;
	}

	.brand__mark {
		width: 36px;
		height: 36px;
	}

	.brand__word {
		font-size: 15px;
	}

	.brand small {
		font-size: 7px;
	}

	.site-footer--light .footer-discovery {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.site-footer--light .footer-metro__grid,
	.site-footer--light .footer-main--expanded {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 520px) {
	.site-footer--light .footer-link-grid,
	.site-footer--light .footer-metro__grid,
	.site-footer--light .footer-main--expanded {
		grid-template-columns: 1fr;
	}

	.site-footer--light .footer-bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 7px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}

/* 6.5: header navigation, live statistics and property comparison */
.utility-phone {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0 11px;
	border: 1px solid #d9e2ee;
	border-radius: 8px;
	background: #fff;
	color: #16243a;
	font-size: 12px;
	font-weight: 800;
	white-space: nowrap;
}

.utility-phone:hover {
	border-color: #9fbae0;
	color: var(--ti-blue);
}

.compare-trigger {
	gap: 6px;
	white-space: nowrap;
}

.compare-trigger svg {
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-width: 1.8;
}

.compare-count {
	display: grid;
	width: 18px;
	height: 18px;
	place-items: center;
	border-radius: 50%;
	background: #e8f0ff;
	color: var(--ti-blue);
	font-size: 9px;
	font-weight: 850;
}

.desktop-nav--custom {
	align-self: stretch;
	min-width: 0;
}

.desktop-nav__list {
	display: flex;
	height: 100%;
	align-items: stretch;
	gap: clamp(18px, 2vw, 32px);
	margin: 0;
	padding: 0;
	list-style: none;
}

.desktop-nav__list > li {
	position: relative;
	display: flex;
	align-items: stretch;
	margin: 0;
}

.desktop-nav__list > li > a {
	position: relative;
	display: flex;
	align-items: center;
	gap: 7px;
	color: #26344a;
	font-size: 14px;
	font-weight: 750;
	white-space: nowrap;
}

.desktop-nav__list > li > a::after {
	position: absolute;
	right: 0;
	bottom: 14px;
	left: 0;
	height: 2px;
	border-radius: 2px;
	background: var(--ti-blue);
	content: "";
	opacity: 0;
	transform: scaleX(.55);
	transition: opacity .18s ease, transform .18s ease;
}

.desktop-nav__list > li:hover > a,
.desktop-nav__list > li:focus-within > a,
.desktop-nav__list > .current-menu-item > a {
	color: var(--ti-blue);
}

.desktop-nav__list > li:hover > a::after,
.desktop-nav__list > li:focus-within > a::after,
.desktop-nav__list > .current-menu-item > a::after {
	opacity: 1;
	transform: scaleX(1);
}

.desktop-nav__list .menu-item-has-children > a::before {
	width: 7px;
	height: 7px;
	order: 2;
	border-right: 1.7px solid currentColor;
	border-bottom: 1.7px solid currentColor;
	content: "";
	transform: translateY(-2px) rotate(45deg);
	transition: transform .18s ease;
}

.desktop-nav__list .menu-item-has-children:hover > a::before,
.desktop-nav__list .menu-item-has-children:focus-within > a::before {
	transform: translateY(2px) rotate(225deg);
}

.desktop-nav__list .sub-menu {
	position: absolute;
	z-index: 50;
	top: calc(100% - 7px);
	left: -17px;
	display: grid;
	width: max-content;
	min-width: 220px;
	gap: 3px;
	margin: 0;
	padding: 10px;
	border: 1px solid #dfe7f1;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(13, 34, 64, .14);
	list-style: none;
	opacity: 0;
	pointer-events: none;
	transform: translateY(7px);
	transition: opacity .18s ease, transform .18s ease;
}

.desktop-nav__list li:hover > .sub-menu,
.desktop-nav__list li:focus-within > .sub-menu {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.desktop-nav__list .sub-menu a {
	display: flex;
	padding: 10px 12px;
	border-radius: 8px;
	color: #26344a;
	font-size: 12px;
	font-weight: 650;
}

.desktop-nav__list .sub-menu a:hover {
	background: #f0f5fd;
	color: var(--ti-blue);
}

.desktop-nav .nav-chevron {
	width: 11px;
	height: 7px;
	margin-left: 2px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
	transition: transform .18s ease;
}

.desktop-nav .has-mega:hover .nav-chevron {
	transform: rotate(180deg);
}

.mobile-menu-list {
	display: grid;
	gap: 2px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mobile-menu-list a {
	display: flex;
	padding: 12px 0;
	border-bottom: 1px solid #e6ebf2;
}

.mobile-menu-list .sub-menu {
	margin: 0 0 7px 14px;
	padding: 0;
	list-style: none;
}

.stats-layout {
	padding: 22px;
	border-color: #dce5f1;
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 10px 35px rgba(17, 45, 83, .055);
}

.stats-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5ebf3;
}

.stats-tabs button {
	min-height: 36px;
	padding: 0 13px;
	border: 1px solid #d7e0ec;
	border-radius: 8px;
	background: #fff;
	color: #334158;
	font-size: 11px;
	font-weight: 700;
}

.stats-tabs button:hover {
	border-color: #a8bee0;
	background: #f6f9fe;
	color: var(--ti-blue);
}

.stats-tabs button.is-active {
	border-color: var(--ti-blue);
	background: var(--ti-blue);
	color: #fff;
	box-shadow: 0 7px 17px rgba(13, 91, 211, .18);
}

.stats-cards {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	padding: 18px 0;
}

.stats-cards > div {
	display: flex;
	min-height: 112px;
	flex-direction: column;
	justify-content: center;
	padding: 17px;
	border: 1px solid #e3eaf3;
	border-radius: 12px;
	background: #f9fbfe;
}

.stats-cards > div:first-child {
	border-color: #cfe0fb;
	background: #f2f7ff;
}

.stats-cards span,
.stats-cards small {
	color: #718096;
	font-size: 10px;
}

.stats-cards strong {
	margin: 7px 0 5px;
	color: #12213a;
	font-size: clamp(15px, 1.35vw, 18px);
	line-height: 1.2;
}

.stats-cards strong span {
	color: inherit;
	font-size: inherit;
}

.compare-button {
	position: absolute;
	z-index: 4;
	top: 76px;
	right: 10px;
	display: grid;
	width: 36px;
	height: 36px;
	padding: 0;
	place-items: center;
	border: 1px solid rgba(218, 226, 237, .9);
	border-radius: 50%;
	background: rgba(255, 255, 255, .94);
	color: #59677b;
	box-shadow: 0 5px 14px rgba(14, 35, 65, .1);
}

.catalogue-grid.is-list .compare-button {
	top: 56px;
	right: 15px;
}

.compare-button svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-width: 1.8;
}

.compare-button:hover,
.compare-button.is-active {
	border-color: var(--ti-blue);
	background: var(--ti-blue);
	color: #fff;
}

.property-title-actions {
	display: flex;
	align-items: center;
	gap: 8px;
}

.property-title-actions .compare-button,
.property-title-actions .favorite-button {
	position: static;
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
}

.compare-drawer {
	position: fixed;
	z-index: 10000;
	inset: 0;
	display: grid;
	padding: 28px;
	place-items: center;
}

.compare-drawer[hidden] {
	display: none;
}

.compare-drawer__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(8, 22, 43, .68);
	backdrop-filter: blur(4px);
}

.compare-drawer__panel {
	position: relative;
	display: flex;
	width: min(1160px, 100%);
	max-height: calc(100vh - 56px);
	flex-direction: column;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .65);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 28px 80px rgba(5, 17, 36, .3);
}

.compare-drawer__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 24px;
	border-bottom: 1px solid #e2e8f0;
}

.compare-drawer__head span {
	color: var(--ti-blue);
	font-size: 9px;
	font-weight: 850;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.compare-drawer__head h2 {
	margin: 3px 0 0;
	font-size: 24px;
}

.compare-drawer__head > button {
	display: grid;
	width: 38px;
	height: 38px;
	padding: 0;
	place-items: center;
	border: 1px solid #dce3ec;
	border-radius: 50%;
	background: #fff;
	color: #24334a;
	font-size: 24px;
}

.compare-drawer__content {
	overflow: auto;
	padding: 22px 24px;
}

.compare-grid {
	display: grid;
	min-width: calc(210px + (var(--compare-columns) * 195px));
	grid-template-columns: 160px repeat(var(--compare-columns), minmax(195px, 1fr));
	border-top: 1px solid #e1e8f1;
	border-left: 1px solid #e1e8f1;
}

.compare-grid > * {
	min-width: 0;
	padding: 14px;
	border-right: 1px solid #e1e8f1;
	border-bottom: 1px solid #e1e8f1;
}

.compare-grid__label {
	display: flex;
	align-items: center;
	background: #f6f8fb;
	color: #637188;
	font-size: 10px;
	font-weight: 750;
	text-transform: uppercase;
}

.compare-grid__value {
	display: flex;
	align-items: center;
	color: #1c2b42;
	font-size: 12px;
	font-weight: 650;
}

.compare-grid__property {
	position: relative;
	min-height: 172px;
}

.compare-grid__property a {
	display: grid;
	gap: 9px;
	color: #15243c;
}

.compare-grid__property img {
	width: 100%;
	height: 102px;
	border-radius: 9px;
	object-fit: cover;
}

.compare-grid__property strong {
	padding-right: 22px;
	font-size: 12px;
	line-height: 1.35;
}

.compare-grid__property button {
	position: absolute;
	right: 8px;
	bottom: 11px;
	width: 26px;
	height: 26px;
	padding: 0;
	border: 1px solid #dce3ec;
	border-radius: 50%;
	background: #fff;
	color: #6d798b;
}

.compare-drawer__empty {
	display: grid;
	min-height: 300px;
	padding: 45px;
	place-items: center;
	align-content: center;
	text-align: center;
}

.compare-drawer__empty[hidden] {
	display: none;
}

.compare-drawer__empty > span {
	display: grid;
	width: 60px;
	height: 60px;
	margin-bottom: 14px;
	place-items: center;
	border-radius: 17px;
	background: #eaf2ff;
	color: var(--ti-blue);
	font-size: 28px;
}

.compare-drawer__empty strong {
	font-size: 18px;
}

.compare-drawer__empty p {
	max-width: 370px;
	margin: 7px 0 0;
	color: var(--ti-muted);
	font-size: 12px;
}

.compare-drawer__footer {
	display: flex;
	justify-content: flex-end;
	gap: 9px;
	padding: 14px 24px;
	border-top: 1px solid #e2e8f0;
	background: #f8fafc;
}

/* Cabinet polish after removing the secondary header bar. */
.cabinet-shell {
	grid-template-columns: 260px minmax(0, 1fr);
	min-height: 700px;
	border-radius: 20px;
	box-shadow: 0 22px 60px rgba(16, 43, 80, .11);
}

.cabinet-sidebar {
	background: linear-gradient(165deg, #0c438f 0%, #092757 100%);
}

.cabinet-content {
	padding: 0 32px 40px;
	background: #f4f7fb;
}

.cabinet-topbar {
	min-height: 68px;
	margin-right: -32px;
	margin-bottom: 30px;
	margin-left: -32px;
	padding-right: 32px;
	padding-left: 32px;
	border-bottom: 1px solid #dee6f0;
	background: rgba(255, 255, 255, .93);
}

.cabinet-form-section,
.cabinet-panel {
	border-radius: 14px;
	box-shadow: 0 7px 24px rgba(20, 48, 84, .055);
}

.cabinet-form input,
.cabinet-form select,
.cabinet-form textarea {
	border-radius: 9px;
	background: #fff;
}

.site-footer--light {
	border-top: 3px solid var(--ti-blue);
}

.site-footer--light .footer-column > strong {
	font-size: 13px;
}

.site-footer--light .footer-menu {
	display: grid;
	gap: 9px;
	margin: 0;
	padding: 0;
	list-style: none;
}

@media (max-width: 1180px) {
	.utility-phone {
		display: none;
	}

	.desktop-nav__list {
		gap: 15px;
	}

	.desktop-nav__list > li > a {
		font-size: 12px;
	}
}

@media (max-width: 980px) {
	.stats-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cabinet-shell {
		grid-template-columns: 230px minmax(0, 1fr);
	}
}

@media (max-width: 760px) {
	.compare-trigger {
		font-size: 0;
	}

	.compare-trigger .compare-count {
		font-size: 9px;
	}

	.stats-layout {
		padding: 16px;
	}

	.cabinet-content {
		padding: 0 22px 30px;
	}

	.cabinet-topbar {
		margin-right: -22px;
		margin-left: -22px;
		padding-right: 22px;
		padding-left: 22px;
	}

	.stats-tabs {
		flex-wrap: nowrap;
		overflow-x: auto;
	}

	.stats-tabs button {
		flex: 0 0 auto;
	}

	.compare-drawer {
		padding: 0;
		place-items: end center;
	}

	.compare-drawer__panel {
		width: 100%;
		max-height: 92vh;
		border-radius: 18px 18px 0 0;
	}

	.compare-drawer__content {
		padding: 15px;
	}

	.compare-drawer__footer {
		padding: 12px 15px;
	}
}

@media (max-width: 560px) {
	.stats-cards {
		grid-template-columns: 1fr;
	}

	.stats-cards > div {
		min-height: 92px;
	}

	.compare-drawer__head {
		padding: 16px;
	}

	.compare-drawer__head h2 {
		font-size: 19px;
	}

	.compare-drawer__footer {
		flex-direction: column-reverse;
	}

	.compare-drawer__footer .button {
		width: 100%;
	}

	.property-title-actions {
		align-self: flex-start;
	}
}

/* 6.6: compact header, clear mobile menu and refined content pages */
.utility-bar__inner {
	min-height: 38px;
	gap: 8px;
}

.utility-bar .js-open-city {
	min-height: 30px;
	padding: 0 9px;
	border: 0;
	background: transparent;
}

.utility-bar .js-open-city .utility-chevron {
	width: 10px;
	height: 7px;
	margin-left: 2px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.utility-bar .currency-toggle {
	padding: 2px;
}

.utility-bar .currency-toggle button {
	min-width: 40px;
	height: 26px;
}

.utility-bar .language-toggle {
	padding: 2px;
}

.utility-bar .language-toggle a {
	min-width: 31px;
	height: 26px;
}

.site-header__inner {
	min-height: 70px;
	gap: 22px;
}

.site-header .brand {
	flex: 0 0 auto;
	min-width: 218px;
}

.desktop-nav {
	flex: 1 1 auto;
	justify-content: center;
	min-width: 0;
	gap: clamp(13px, 1.35vw, 23px);
}

.desktop-nav__list {
	justify-content: center;
	gap: clamp(13px, 1.35vw, 23px);
}

.desktop-nav__list > li > a,
.desktop-nav > a,
.desktop-nav .nav-item > a {
	font-size: 12px;
}

.header-actions {
	flex: 0 0 auto;
	gap: 7px;
}

.header-phone {
	display: inline-flex;
	min-height: 38px;
	align-items: center;
	padding: 0 11px;
	border: 1px solid #cdd9e8;
	border-radius: 8px;
	background: #fff;
	color: var(--ti-blue);
	font-size: 11px;
	font-weight: 850;
	white-space: nowrap;
}

.header-phone:hover {
	border-color: var(--ti-blue);
	background: #f5f8ff;
}

.header-icon-button {
	position: relative;
	display: grid;
	width: 38px;
	height: 38px;
	padding: 0;
	place-items: center;
	border: 1px solid #d4deea;
	border-radius: 8px;
	background: #fff;
	color: #30415a;
}

.header-icon-button:hover {
	border-color: #9eb8dd;
	background: #f4f8fe;
	color: var(--ti-blue);
}

.header-icon-button svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.header-icon-button > span {
	position: absolute;
	top: -6px;
	right: -6px;
	display: grid;
	min-width: 18px;
	height: 18px;
	padding: 0 4px;
	place-items: center;
	border: 2px solid #fff;
	border-radius: 10px;
	background: #ffb300;
	color: #172033;
	font-size: 8px;
	font-weight: 900;
	line-height: 1;
}

.site-header .login-link {
	display: inline-flex;
	min-height: 38px;
	align-items: center;
	padding: 0 11px;
	border: 1px solid #d4deea;
	border-radius: 8px;
	color: #26364d;
	font-size: 11px;
	font-weight: 750;
}

.header-cta {
	min-height: 38px;
	padding: 0 14px;
	border: 1px solid #f26500;
	border-radius: 8px;
	background: #ff710f;
	color: #fff;
	font-size: 11px;
	font-weight: 800;
}

.header-cta:hover {
	border-color: #d85500;
	background: #ed6100;
	color: #fff;
}

.property-card > .favorite-button,
.property-card > .compare-button {
	right: 10px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
}

.property-card > .favorite-button {
	top: 38px;
}

.property-card > .compare-button {
	top: 80px;
}

.property-card > .favorite-button svg,
.property-card > .compare-button svg {
	width: 18px;
	height: 18px;
}

/* Selection service card */
.selection-strip {
	padding: 42px 0;
	background: #f3f6fa;
}

.selection-strip__inner {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr) auto;
	gap: 23px;
	align-items: center;
	padding: 28px 32px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 20px;
	background:
		radial-gradient(circle at 88% 0, rgba(91, 175, 255, .28), transparent 29%),
		linear-gradient(125deg, #0a367d, #0d61d4);
	box-shadow: 0 18px 46px rgba(8, 54, 125, .18);
}

.selection-strip__icon {
	display: grid;
	width: 60px;
	height: 60px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .28);
	border-radius: 17px;
	background: rgba(255, 255, 255, .13);
}

.selection-strip__icon svg {
	width: 32px;
	height: 32px;
	fill: none;
	stroke: #fff;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.selection-strip__content > span {
	color: #9ecbff;
	font-size: 9px;
	font-weight: 850;
	letter-spacing: .12em;
}

.selection-strip h2 {
	margin: 5px 0;
	font-size: clamp(21px, 2vw, 29px);
	line-height: 1.15;
}

.selection-strip p {
	margin: 0;
	font-size: 12px;
}

.selection-strip__content > div {
	display: flex;
	flex-wrap: wrap;
	gap: 13px;
	margin-top: 13px;
}

.selection-strip__content small {
	color: rgba(255, 255, 255, .83);
	font-size: 9px;
}

.selection-strip .button {
	min-height: 44px;
	gap: 10px;
	padding: 0 17px;
	border-color: #fff;
	background: #fff;
	color: #104b9f;
}

.selection-strip .button:hover {
	background: #eaf3ff;
	color: #0a3b81;
}

/* Dedicated map page */
.map-page {
	padding: 22px 0 70px;
	background: #f4f7fb;
}

.map-page__header {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 25px;
	padding: 28px 0 23px;
}

.map-page__header h1 {
	margin: 6px 0 7px;
	font-size: clamp(32px, 4vw, 48px);
}

.map-page__header p {
	max-width: 650px;
	margin: 0;
	color: var(--ti-muted);
}

.catalogue-map--page {
	min-height: 660px;
	margin: 0;
	border-radius: 18px;
	box-shadow: 0 20px 55px rgba(18, 46, 82, .11);
}

.catalogue-map--page .estate-map {
	min-height: 660px;
}

/* Residential complex page */
.property-anchor-nav {
	position: sticky;
	z-index: 35;
	top: 0;
	display: flex;
	align-items: center;
	gap: 4px;
	margin: 0 0 18px;
	padding: 8px;
	overflow-x: auto;
	border: 1px solid #dce5f0;
	border-radius: 12px;
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 8px 25px rgba(18, 44, 80, .07);
	backdrop-filter: blur(12px);
}

.property-anchor-nav a,
.property-anchor-nav button {
	flex: 0 0 auto;
	min-height: 34px;
	padding: 0 11px;
	border: 0;
	border-radius: 7px;
	background: transparent;
	color: #3b4b62;
	font-size: 10px;
	font-weight: 750;
}

.property-anchor-nav a:hover {
	background: #eef4fd;
	color: var(--ti-blue);
}

.property-anchor-nav button {
	margin-left: auto;
	background: var(--ti-blue);
	color: #fff;
}

.property-section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 18px;
}

.property-section-heading h2 {
	margin: 4px 0 5px;
}

.property-section-heading p {
	max-width: 620px;
	margin: 0;
	color: var(--ti-muted);
	font-size: 12px;
}

.property-section-heading > span {
	padding: 7px 10px;
	border-radius: 7px;
	background: #eef4fd;
	color: var(--ti-blue);
	font-size: 10px;
	font-weight: 750;
}

.complex-plans {
	margin-top: 22px;
	padding: 25px;
	border: 1px solid #dfe7f1;
	border-radius: 16px;
	background: #fff;
}

.complex-plan-selected {
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr) auto;
	gap: 18px;
	align-items: center;
	margin-bottom: 15px;
	padding: 14px;
	border: 1px solid #bdd3f2;
	border-radius: 13px;
	background: #f3f8ff;
}

.complex-plan-selected img {
	width: 150px;
	height: 100px;
	border-radius: 9px;
	object-fit: cover;
}

.complex-plan-selected span {
	color: var(--ti-blue);
	font-size: 9px;
	font-weight: 800;
	text-transform: uppercase;
}

.complex-plan-selected h3 {
	margin: 3px 0;
	font-size: 18px;
}

.complex-plan-selected p {
	margin: 0 0 5px;
	color: var(--ti-muted);
	font-size: 11px;
}

.complex-plan-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.complex-plan-grid a {
	display: grid;
	gap: 5px;
	padding: 15px;
	border: 1px solid #dfe7f1;
	border-radius: 11px;
	background: #fff;
	color: #17263d;
}

.complex-plan-grid a:hover,
.complex-plan-grid a.is-active {
	border-color: #8fb3e5;
	background: #f5f9ff;
	box-shadow: 0 9px 22px rgba(14, 73, 151, .08);
}

.complex-plan-grid span,
.complex-plan-grid small {
	color: var(--ti-muted);
	font-size: 9px;
}

.complex-plan-grid strong {
	font-size: 17px;
}

.complex-plan-grid b {
	margin-top: 5px;
	color: var(--ti-blue);
	font-size: 10px;
}

/* Mortgage additions */
.mortgage-programs-section {
	background: #f4f7fb;
}

.mortgage-programs {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.mortgage-programs article {
	display: flex;
	min-height: 270px;
	flex-direction: column;
	padding: 25px;
	border: 1px solid #dce5f0;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 12px 35px rgba(14, 43, 80, .055);
}

.mortgage-programs article > span {
	display: grid;
	width: 36px;
	height: 36px;
	place-items: center;
	border-radius: 10px;
	background: #eaf2ff;
	color: var(--ti-blue);
	font-size: 11px;
	font-weight: 850;
}

.mortgage-programs h3 {
	margin: 18px 0 8px;
	font-size: 20px;
}

.mortgage-programs p {
	margin: 0 0 20px;
	color: var(--ti-muted);
	font-size: 12px;
	line-height: 1.6;
}

.mortgage-programs article > div {
	display: flex;
	align-items: end;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 17px;
	border-top: 1px solid #e5eaf1;
}

.mortgage-programs article > div small {
	color: var(--ti-muted);
	font-size: 9px;
}

.mortgage-programs article > div strong {
	font-size: 17px;
}

.mortgage-programs button {
	margin-top: 16px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--ti-blue);
	font-size: 11px;
	font-weight: 800;
	text-align: left;
}

.mortgage-properties-section {
	background: #fff;
}

.mortgage-property-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mortgage-faq-section {
	background: #f4f7fb;
}

.mortgage-faq-layout {
	display: grid;
	grid-template-columns: .75fr 1.25fr;
	gap: 55px;
	align-items: start;
}

.mortgage-faq-layout > div:first-child {
	position: sticky;
	top: 25px;
}

.mortgage-faq-layout h2 {
	margin: 7px 0 10px;
	font-size: clamp(28px, 3vw, 39px);
}

.mortgage-faq-layout > div:first-child p {
	color: var(--ti-muted);
}

.mortgage-faq details {
	border-bottom: 1px solid #d8e1ec;
	background: #fff;
}

.mortgage-faq details:first-child {
	border-radius: 13px 13px 0 0;
}

.mortgage-faq details:last-child {
	border-bottom: 0;
	border-radius: 0 0 13px 13px;
}

.mortgage-faq summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	padding: 19px 21px;
	cursor: pointer;
	font-size: 13px;
	font-weight: 800;
	list-style: none;
}

.mortgage-faq summary::-webkit-details-marker {
	display: none;
}

.mortgage-faq summary span {
	color: var(--ti-blue);
	font-size: 19px;
	transition: transform .18s ease;
}

.mortgage-faq details[open] summary span {
	transform: rotate(45deg);
}

.mortgage-faq details p {
	margin: -5px 21px 0;
	padding: 0 0 20px;
	color: var(--ti-muted);
	font-size: 12px;
	line-height: 1.65;
}

/* Cabinet: calm light workspace */
.cabinet-shell {
	grid-template-columns: 232px minmax(0, 1fr);
	min-height: 650px;
	overflow: hidden;
	border: 1px solid #dce4ee;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 18px 55px rgba(22, 50, 86, .09);
}

.cabinet-sidebar {
	padding: 20px 14px;
	border-right: 1px solid #dfe6ef;
	background: #fff;
	color: #24334a;
}

.cabinet-user {
	margin: 0 0 18px;
	padding: 13px;
	border: 1px solid #d8e5f7;
	border-radius: 12px;
	background: #f2f7fe;
}

.cabinet-user > span {
	border-radius: 10px;
	background: var(--ti-blue);
	color: #fff;
}

.cabinet-user strong {
	color: #16243b;
}

.cabinet-user small {
	color: #65758c;
}

.cabinet-sidebar nav {
	gap: 4px;
	margin: 0;
}

.cabinet-sidebar nav a {
	min-height: 44px;
	padding: 0 10px;
	border: 1px solid transparent;
	border-radius: 9px;
	color: #405069;
}

.cabinet-sidebar nav a:hover {
	border-color: #dbe5f2;
	background: #f5f8fc;
	color: var(--ti-blue);
}

.cabinet-sidebar nav a.is-active {
	border-color: var(--ti-blue);
	background: var(--ti-blue);
	color: #fff;
	box-shadow: 0 8px 18px rgba(13, 91, 211, .17);
}

.cabinet-sidebar nav a i {
	background: #edf3fc;
	color: #315f9c;
}

.cabinet-sidebar nav a.is-active i {
	background: rgba(255, 255, 255, .18);
	color: #fff;
}

.cabinet-sidebar nav a > span {
	background: #edf3fc;
	color: #315f9c;
}

.cabinet-sidebar__progress {
	margin: auto 0 0;
	border: 1px solid #dbe5f2;
	background: #f7f9fc;
	color: #405069;
}

.cabinet-sidebar__progress strong,
.cabinet-sidebar__progress a {
	color: var(--ti-blue);
}

.cabinet-sidebar__progress progress {
	background: #dfe7f1;
}

.cabinet-logout {
	color: #65758c;
}

.cabinet-content {
	padding: 0 30px 38px;
	background: #f6f8fb;
}

.cabinet-topbar {
	min-height: 66px;
	margin-right: -30px;
	margin-bottom: 27px;
	margin-left: -30px;
	padding: 0 30px;
	background: #fff;
}

.cabinet-heading h1 {
	font-size: clamp(29px, 3.2vw, 39px);
}

.cabinet-stat,
.cabinet-panel,
.cabinet-form-section,
.cabinet-object-list > article {
	border-color: #dde5ef;
	border-radius: 13px;
	background: #fff;
	box-shadow: 0 5px 18px rgba(20, 49, 85, .045);
}

.cabinet-stat:hover,
.cabinet-panel:hover {
	border-color: #bfd0e5;
	box-shadow: 0 11px 27px rgba(20, 49, 85, .075);
}

.partner-role-strip {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: 18px 0 38px;
}

.partner-role-strip > div {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 3px 12px;
	align-items: center;
	padding: 17px;
	border: 1px solid #dce5f0;
	border-radius: 13px;
	background: #fff;
}

.partner-role-strip span {
	display: grid;
	width: 42px;
	height: 42px;
	grid-row: 1 / 3;
	place-items: center;
	border-radius: 11px;
	background: #eaf2ff;
	color: var(--ti-blue);
	font-size: 18px;
	font-weight: 850;
}

.partner-profile-page--realtor .partner-role-strip span {
	background: #e9f8f1;
	color: #12865b;
}

.partner-role-strip strong {
	font-size: 12px;
}

.partner-role-strip small {
	color: var(--ti-muted);
	font-size: 9px;
	line-height: 1.45;
}

/* Footer readability and social icons */
.site-footer--light .footer-discovery {
	padding: 35px 0;
}

.site-footer--light .footer-discovery h2,
.site-footer--light .footer-metro h2 {
	font-size: 15px;
}

.site-footer--light .footer-link-grid {
	row-gap: 10px;
}

.site-footer--light .footer-link-grid a,
.site-footer--light .footer-discovery__aside a,
.site-footer--light .footer-metro__grid a {
	font-size: 12px;
	line-height: 1.5;
}

.site-footer--light .footer-metro {
	padding: 29px 0 34px;
}

.site-footer--light .footer-metro__grid {
	gap: 34px;
}

.site-footer--light .footer-metro__grid strong {
	margin-bottom: 8px;
	font-size: 12px;
}

.site-footer--light .footer-main--expanded {
	grid-template-columns: 1.2fr 1fr 1.05fr .85fr;
	gap: 52px;
	padding: 38px 0;
}

.site-footer--light .footer-brand p {
	font-size: 12px;
	line-height: 1.65;
}

.site-footer--light .footer-phone {
	font-size: 15px !important;
}

.site-footer--light .footer-column {
	gap: 11px;
}

.site-footer--light .footer-column > strong {
	margin-bottom: 7px;
	font-size: 15px;
}

.site-footer--light .footer-column a,
.site-footer--light .link-button,
.site-footer--light .footer-column span {
	font-size: 12px;
	line-height: 1.45;
}

.site-footer--light .footer-main--expanded .footer-column p,
.site-footer--light .footer-legal {
	font-size: 10px;
	line-height: 1.65;
}

.site-footer--light .footer-socials--icons a {
	display: flex;
	align-items: center;
	gap: 10px;
}

.site-footer--light .footer-socials--icons a span {
	display: grid;
	width: 30px;
	height: 30px;
	flex: 0 0 30px;
	place-items: center;
	border-radius: 8px;
	background: #172a45;
}

.site-footer--light .footer-socials--icons a svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: #fff;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

@media (max-width: 1280px) {
	.site-header .brand {
		min-width: 195px;
	}

	.desktop-nav__list {
		gap: 12px;
	}

	.desktop-nav__list > li > a {
		font-size: 11px;
	}
}

@media (max-width: 1100px) {
	.site-header__inner {
		gap: 14px;
	}

	.site-header .brand {
		min-width: 175px;
	}

	.header-cta {
		display: none;
	}

	.header-phone {
		display: none;
	}

	.mortgage-property-grid,
	.complex-plan-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 920px) {
	.site-header__inner {
		min-height: 62px;
	}

	.site-header .brand {
		min-width: 0;
		margin-right: auto;
	}

	.site-header .login-link,
	.header-phone {
		display: none;
	}

	.header-actions {
		gap: 6px;
	}

	.header-icon-button,
	.menu-button {
		width: 38px;
		height: 38px;
	}

	.menu-button {
		position: relative;
		padding: 9px;
		border-radius: 8px;
	}

	.menu-button span {
		width: 19px;
		margin: 4px auto;
		transition: transform .18s ease, opacity .18s ease;
	}

	.menu-button[aria-expanded="true"] span:first-child {
		transform: translateY(6px) rotate(45deg);
	}

	.menu-button[aria-expanded="true"] span:nth-child(2) {
		opacity: 0;
	}

	.menu-button[aria-expanded="true"] span:last-child {
		transform: translateY(-6px) rotate(-45deg);
	}

	.mobile-panel {
		position: absolute;
		z-index: 100;
		top: 100%;
		right: 0;
		left: 0;
		max-height: calc(100vh - 100px);
		overflow-y: auto;
		border-top: 1px solid #dce4ee;
		background: #fff;
		box-shadow: 0 20px 45px rgba(14, 37, 69, .16);
	}

	.site-header {
		position: relative;
	}

	.mobile-panel .container {
		display: block;
		padding: 10px 0 22px;
	}

	.mobile-menu-list {
		display: block;
	}

	.mobile-menu-list > li {
		position: relative;
		border-bottom: 1px solid #e4eaf2;
	}

	.mobile-menu-list > li > a {
		min-height: 47px;
		align-items: center;
		padding: 0 45px 0 3px;
		border: 0;
		color: #20314b;
		font-size: 13px;
		font-weight: 750;
	}

	.mobile-submenu-toggle {
		position: absolute;
		top: 6px;
		right: 0;
		display: grid;
		width: 36px;
		height: 36px;
		padding: 0;
		place-items: center;
		border: 1px solid #dce4ee;
		border-radius: 8px;
		background: #f7f9fc;
		color: #41536d;
	}

	.mobile-submenu-toggle svg {
		width: 12px;
		height: 8px;
		fill: none;
		stroke: currentColor;
		stroke-linecap: round;
		stroke-linejoin: round;
		stroke-width: 1.7;
		transition: transform .18s ease;
	}

	.mobile-menu-list .sub-menu {
		display: none;
		margin: 0;
		padding: 4px 0 10px 14px;
	}

	.mobile-menu-list .is-submenu-open > .sub-menu {
		display: grid;
	}

	.mobile-menu-list .is-submenu-open > .mobile-submenu-toggle svg {
		transform: rotate(180deg);
	}

	.mobile-menu-list .sub-menu a {
		min-height: 38px;
		align-items: center;
		padding: 0 10px;
		border: 0;
		border-radius: 7px;
		color: #5a6a80;
		font-size: 11px;
		font-weight: 650;
	}

	.mobile-menu-list .sub-menu a:hover {
		background: #f1f5fb;
		color: var(--ti-blue);
	}

	body.mobile-menu-open {
		overflow: hidden;
	}

	.selection-strip__inner {
		grid-template-columns: 54px 1fr;
	}

	.selection-strip__icon {
		width: 52px;
		height: 52px;
	}

	.selection-strip .button {
		grid-column: 2;
		justify-self: start;
	}

	.mortgage-programs {
		grid-template-columns: 1fr;
	}

	.mortgage-programs article {
		min-height: 0;
	}

	.mortgage-faq-layout {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.mortgage-faq-layout > div:first-child {
		position: static;
	}

	.site-footer--light .footer-main--expanded {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.partner-role-strip {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 820px) {
	.cabinet-sidebar {
		border-right: 0;
		border-bottom: 1px solid #dfe6ef;
	}

	.cabinet-sidebar nav {
		margin-top: 12px;
	}

	.cabinet-content {
		padding: 0 20px 28px;
	}

	.cabinet-topbar {
		margin-right: -20px;
		margin-left: -20px;
		padding-right: 20px;
		padding-left: 20px;
	}

	.complex-plan-selected {
		grid-template-columns: 110px minmax(0, 1fr);
	}

	.complex-plan-selected img {
		width: 110px;
	}

	.complex-plan-selected .button {
		grid-column: 1 / -1;
	}
}

@media (max-width: 600px) {
	.utility-bar .currency-toggle {
		margin-left: auto;
	}

	.utility-bar .language-toggle {
		display: none;
	}

	.site-header__inner {
		gap: 8px;
	}

	.site-header .brand {
		grid-template-columns: 37px minmax(0, auto);
		grid-template-rows: 19px 10px;
	}

	.site-header .brand__mark {
		width: 34px;
		height: 34px;
	}

	.site-header .brand__word {
		font-size: 13px;
	}

	.site-header .brand small {
		font-size: 6px;
	}

	.header-icon-button {
		width: 35px;
		height: 35px;
	}

	.header-icon-button > span {
		top: -5px;
		right: -5px;
	}

	.menu-button {
		width: 36px;
		height: 36px;
	}

	.selection-strip {
		padding: 28px 0;
	}

	.selection-strip__inner {
		display: block;
		padding: 24px 20px;
	}

	.selection-strip__icon {
		margin-bottom: 17px;
	}

	.selection-strip__content > div {
		display: grid;
		gap: 7px;
	}

	.selection-strip .button {
		width: 100%;
		justify-content: center;
		margin-top: 19px;
	}

	.map-page__header {
		align-items: stretch;
		flex-direction: column;
	}

	.catalogue-map--page,
	.catalogue-map--page .estate-map {
		min-height: 570px;
	}

	.property-anchor-nav {
		margin-right: -14px;
		margin-left: -14px;
		border-right: 0;
		border-left: 0;
		border-radius: 0;
	}

	.property-anchor-nav button {
		margin-left: 0;
	}

	.complex-plans {
		padding: 18px;
	}

	.property-section-heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.complex-plan-selected {
		display: block;
	}

	.complex-plan-selected img {
		width: 100%;
		height: 160px;
		margin-bottom: 12px;
	}

	.complex-plan-selected .button {
		width: 100%;
		margin-top: 13px;
	}

	.complex-plan-grid,
	.mortgage-property-grid {
		grid-template-columns: 1fr;
	}

	.site-footer--light .footer-main--expanded {
		grid-template-columns: 1fr;
		gap: 30px;
	}
}

/* 6.7 cascade lock — keep this block at the end of the stylesheet */
.utility-bar > .container,
.site-header > .container,
.site-footer--light > .container {
	width: min(calc(100% - 40px), 1540px);
	max-width: none;
}

.header-phone,
.header-phone:hover {
	min-height: auto;
	padding: 6px 4px;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: #13223a;
	font-size: 12px;
	font-weight: 850;
}

.map-page > .container {
	width: min(calc(100% - 40px), 1540px);
	max-width: none;
}

.blog-single-hero > .container,
.blog-single-page .blog-single-layout {
	width: min(calc(100% - 40px), 1320px);
	max-width: none;
}

.blog-single-hero {
	padding: 48px 0 58px;
}

.blog-single-hero h1 {
	max-width: 1180px;
	font-size: clamp(42px, 5vw, 72px);
	letter-spacing: -2.7px;
	line-height: 1.02;
}

.blog-single-layout {
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 32px;
}

.blog-single-content .entry-content {
	padding: clamp(30px, 4vw, 58px);
	font-size: 17px;
	line-height: 1.8;
}

.site-footer--light .footer-main--expanded {
	grid-template-columns: minmax(250px, 1.15fr) repeat(3, minmax(180px, 1fr));
	gap: clamp(34px, 4vw, 72px);
	padding-top: 42px;
	padding-bottom: 42px;
}

@media (min-width: 921px) {
	.desktop-nav {
		display: flex !important;
	}

	.mobile-panel,
	.mobile-panel.is-open,
	.menu-button {
		display: none !important;
	}
}

@media (max-width: 920px) {
	.desktop-nav {
		display: none !important;
	}

	.menu-button {
		display: block !important;
	}

	.mobile-panel {
		display: none !important;
	}

	.mobile-panel.is-open {
		display: block !important;
	}

	.utility-bar > .container,
	.site-header > .container,
	.site-footer--light > .container,
	.map-page > .container {
		width: min(calc(100% - 28px), 100%);
	}

	.blog-single-layout {
		grid-template-columns: 1fr;
	}

	.site-footer--light .footer-main--expanded {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	.utility-bar .language-toggle {
		display: flex;
	}

	.blog-single-hero > .container,
	.blog-single-page .blog-single-layout {
		width: min(calc(100% - 28px), 100%);
	}

	.blog-single-hero {
		padding: 30px 0 38px;
	}

	.blog-single-hero h1 {
		font-size: clamp(34px, 11vw, 48px);
		letter-spacing: -1.4px;
	}

	.site-footer--light .footer-main--expanded {
		grid-template-columns: 1fr;
	}
}
