/*
 * TEZKOR IPOTEKA visual system.
 * The DOMTUT information architecture remains the foundation; the brand is independent.
 */
:root {
	--blue: #0f5bd8;
	--brand: #0f5bd8;
	--blue-dark: #0947af;
	--blue-soft: #edf4ff;
	--yellow: #ffb800;
	--accent: #ffb800;
	--yellow-dark: #e39f00;
	--ink: #122033;
	--muted: #67768b;
	--line: #dfe6ef;
	--soft: #f4f7fb;
	--page-bg: #f4f7fb;
	--radius: 16px;
	--shadow: 0 14px 42px rgba(25, 50, 90, .1);
	--container: 1280px;
}

body {
	color: var(--ink);
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 14px;
	background: #fff;
}

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

.utility-bar {
	border-bottom: 1px solid #ededed;
	color: #777;
	font-size: 12px;
}

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

.utility-link svg {
	color: var(--blue);
}

.currency-toggle {
	background: #f0f1f2;
}

.currency-toggle button.is-active {
	color: #222;
}

.site-header {
	position: relative;
	top: auto;
	border-bottom: 0;
	background: #fff;
	backdrop-filter: none;
}

.site-header__inner {
	min-height: 68px;
	gap: 28px;
}

.brand {
	grid-template-columns: 38px auto;
	grid-template-rows: 28px 12px;
	min-width: 228px;
}

.brand__mark {
	position: relative;
	width: 34px;
	height: 34px;
	border-radius: 11px;
	background: linear-gradient(145deg, var(--blue), var(--blue-dark));
	box-shadow: 0 7px 18px rgba(15, 91, 216, .22);
}

.brand__word {
	color: var(--ink);
	font-size: 18px;
	font-weight: 900;
	letter-spacing: -.7px;
	white-space: nowrap;
}

.brand small {
	color: #777;
	font-size: 9px;
	font-weight: 700;
}

.desktop-nav {
	gap: 22px;
}

.desktop-nav > a,
.nav-item > a {
	font-size: 13px;
	font-weight: 700;
}

.header-actions .button {
	min-height: 38px;
	padding: 0 16px;
	border: 0;
	background: var(--yellow);
	color: #222;
	box-shadow: none;
}

.login-link {
	font-size: 13px;
	font-weight: 700;
}

.quick-nav {
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid var(--line);
	background: #fff;
}

.quick-nav__inner {
	display: flex;
	align-items: center;
	min-height: 39px;
	gap: 28px;
}

.quick-nav a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #626975;
	font-size: 11px;
	font-weight: 600;
}

.quick-nav a span {
	color: var(--blue);
	font-size: 16px;
}

.quick-nav a svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: var(--blue);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

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

.quick-nav__phone {
	margin-left: auto;
	color: #222 !important;
	font-weight: 800 !important;
}

.mega-menu {
	border-radius: 0 0 8px 8px;
}

.button {
	min-height: 42px;
	border-radius: 6px;
	font-size: 13px;
}

.button--primary {
	background: var(--yellow);
	color: #242424;
	box-shadow: none;
}

.button--primary:hover {
	background: #ffda55;
}

.domtut-hero {
	min-height: 470px;
	background: #173453;
}

.domtut-hero .hero__image {
	background-image: url("../images/tezkor-ipoteka-hero.png");
	background-position: center;
}

.domtut-hero .hero__veil {
	background: linear-gradient(90deg, rgba(7, 25, 49, .88) 0%, rgba(10, 31, 58, .64) 44%, rgba(10, 29, 52, .08) 78%);
}

.domtut-hero .hero__content {
	padding-top: 54px;
	padding-bottom: 38px;
}

.domtut-hero h1 {
	max-width: 610px;
	margin: 18px 0 10px;
	font-size: clamp(38px, 4vw, 52px);
	font-weight: 800;
	letter-spacing: -1.5px;
	line-height: 1.07;
}

.domtut-hero .hero__content > p {
	margin-bottom: 25px;
	font-size: 16px;
}

.domtut-hero .search-shell {
	max-width: 1050px;
	border-radius: 7px;
	box-shadow: 0 12px 36px rgba(4, 19, 39, .3);
}

.domtut-hero .search-tabs {
	padding: 6px 10px 0;
}

.domtut-hero .search-tabs button {
	padding: 10px 13px 12px;
}

.domtut-hero .hero-search {
	grid-template-columns: 1.55fr .75fr 1.25fr auto auto;
	padding: 10px;
}

.domtut-hero .search-field {
	min-height: 52px;
	padding: 4px 14px;
}

.domtut-hero .search-field > input {
	width: 100%;
}

.domtut-hero .search-field > span {
	font-size: 9px;
}

.domtut-hero .search-submit {
	min-width: 112px;
}

.hero-links {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 14px;
}

.hero-links a,
.hero-links button {
	padding: 7px 11px;
	border: 1px solid rgba(255, 255, 255, .35);
	border-radius: 5px;
	background: rgba(255, 255, 255, .1);
	color: #fff;
	font-size: 11px;
	cursor: pointer;
}

.hero-links button {
	border-color: var(--yellow);
	background: var(--yellow);
	color: #222;
	font-weight: 700;
}

.domtut-section {
	padding: 52px 0;
}

.domtut-section--grey {
	background: #f6f7f8;
}

.domtut-section .section-heading {
	margin-bottom: 19px;
}

.domtut-section .section-heading h2 {
	margin: 0;
	font-size: 27px;
	font-weight: 750;
	letter-spacing: -.6px;
}

.section-subtitle {
	margin: 5px 0 0;
	color: var(--muted);
}

.arrow-link {
	font-size: 12px;
}

.arrow-link span {
	width: 30px;
	height: 30px;
}

.pill-tabs,
.category-switch {
	margin-bottom: 16px;
}

.pill-tabs button,
.category-switch button {
	padding: 7px 13px;
	border-radius: 5px;
	font-size: 11px;
}

.pill-tabs button.is-active,
.category-switch button.is-active {
	border-color: var(--yellow);
	background: var(--yellow);
	color: #222;
}

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

.property-card {
	border-radius: 8px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .02);
}

.property-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(36, 45, 58, .1);
}

.property-card__media {
	aspect-ratio: 1.48 / 1;
}

.property-card__badge,
.property-card__counter {
	top: 9px;
	padding: 4px 7px;
	border-radius: 4px;
}

.property-card__badge {
	left: 9px;
	background: var(--yellow);
}

.property-card__counter {
	right: 9px;
}

.favorite-button {
	top: 38px;
	right: 9px;
	width: 31px;
	height: 31px;
}

.property-card__body {
	padding: 13px;
}

.property-card__meta {
	margin-bottom: 6px;
	font-size: 9px;
}

.property-card__title {
	min-height: 39px;
	margin-bottom: 6px;
	font-size: 15px;
	line-height: 1.25;
}

.property-card__price {
	margin-bottom: 6px;
	font-size: 14px;
}

.property-card__line,
.property-card__address {
	font-size: 10px;
}

.partner-columns {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 22px;
}

.partner-column {
	padding: 21px;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: #fff;
}

.partner-column__title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 14px;
	border-bottom: 1px solid var(--line);
}

.partner-column__title h3 {
	margin: 0;
	font-size: 18px;
}

.partner-column__title a,
.partner-column__title > span {
	color: var(--blue);
}

.partner-row {
	display: grid;
	grid-template-columns: 38px 1fr auto;
	align-items: center;
	gap: 10px;
	padding: 10px 0;
	border-bottom: 1px solid #f0f1f2;
}

.partner-row:last-child {
	border-bottom: 0;
}

.partner-row > b {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: var(--blue-soft);
	color: var(--blue);
}

.partner-row > strong {
	font-size: 12px;
}

.partner-row > span {
	color: var(--muted);
	font-size: 10px;
}

.development-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.development-card {
	display: grid;
	grid-template-columns: 205px 1fr;
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: #fff;
}

.development-card__image {
	position: relative;
	min-height: 220px;
}

.development-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.development-card__image span {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 4px 7px;
	border-radius: 4px;
	background: var(--yellow);
	font-size: 9px;
	font-weight: 800;
}

.development-card__body {
	padding: 16px;
}

.development-card__body > small {
	color: var(--muted);
	font-size: 9px;
}

.development-card h3 {
	margin: 5px 0;
	font-size: 17px;
}

.development-card__body > p {
	min-height: 32px;
	margin-bottom: 13px;
	color: var(--muted);
	font-size: 10px;
	line-height: 1.4;
}

.development-rooms {
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.development-rooms span {
	display: grid;
	grid-template-columns: 78px 1fr auto;
	gap: 5px;
	padding-top: 7px;
	border-top: 1px solid #edf0f2;
	font-size: 9px;
}

.development-rooms strong {
	color: #222;
	font-size: 9px;
}

.selection-strip {
	padding: 0 0 52px;
	background: #f6f7f8;
}

.selection-strip__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	padding: 28px 35px;
	border-radius: 8px;
	background: var(--yellow);
}

.selection-strip h2 {
	margin: 0 0 5px;
	font-size: 24px;
}

.selection-strip p {
	margin: 0;
	font-size: 12px;
}

.stats-layout {
	padding: 22px;
	border: 1px solid var(--line);
	border-radius: 8px;
}

.stats-tabs {
	display: flex;
	gap: 7px;
	margin-bottom: 16px;
}

.stats-tabs button {
	padding: 7px 11px;
	border: 1px solid var(--line);
	border-radius: 5px;
	background: #fff;
	font-size: 11px;
	cursor: pointer;
}

.stats-tabs button.is-active {
	border-color: var(--blue);
	background: var(--blue);
	color: #fff;
}

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

.stats-cards > div {
	display: flex;
	flex-direction: column;
	padding: 15px;
	border-radius: 6px;
	background: #f5f7f8;
}

.stats-cards span,
.stats-cards small {
	color: var(--muted);
	font-size: 9px;
}

.stats-cards strong {
	margin: 4px 0;
	font-size: 15px;
}

.mortgage-mini {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 25px;
	margin-top: 12px;
	padding: 18px 20px;
	border-radius: 6px;
	background: #eaf5ff;
}

.mortgage-mini span {
	color: var(--blue);
	font-size: 9px;
	font-weight: 800;
	text-transform: uppercase;
}

.mortgage-mini h3 {
	margin: 4px 0;
}

.mortgage-mini p {
	margin: 0;
	color: var(--muted);
	font-size: 11px;
}

.domtut-journal-grid {
	grid-template-columns: 1.25fr .8fr .8fr;
}

.journal-card {
	border-radius: 8px;
}

.journal-card__image {
	height: 180px;
}

.journal-card__image--city {
	height: 245px;
}

.journal-card > div:last-child {
	padding: 16px;
}

.journal-card h3 {
	font-size: 17px;
}

.journal-card--feature h3 {
	font-size: 22px;
}

.domtut-seo {
	padding-bottom: 45px;
}

.seo-layout {
	display: grid;
	grid-template-columns: 1.5fr .8fr;
	gap: 60px;
}

.seo-layout h2 {
	margin-bottom: 15px;
	font-size: 27px;
}

.seo-layout h3 {
	margin: 22px 0 10px;
	font-size: 18px;
}

.seo-layout p,
.seo-layout li {
	color: #666d77;
	font-size: 12px;
	line-height: 1.7;
}

.seo-layout ul {
	margin: 0 0 20px;
	padding-left: 18px;
}

.service-promos {
	padding-bottom: 52px;
}

.service-promos__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}

.service-promos button,
.service-promos a {
	display: flex;
	flex-direction: column;
	min-height: 112px;
	padding: 20px;
	border: 0;
	border-radius: 8px;
	background: #f1f3f5;
	color: var(--ink);
	text-align: left;
	cursor: pointer;
}

.service-promos button:first-child {
	background: var(--yellow);
}

.service-promos a:last-child {
	background: var(--blue);
	color: #fff;
}

.service-promos b {
	font-size: 16px;
}

.service-promos span {
	max-width: 280px;
	margin-top: 6px;
	font-size: 11px;
	opacity: .72;
}

/* Team64 Forms */
.lead-form--team64 {
	display: block;
	margin-top: 19px;
}

.lead-form--team64 .t64f-form {
	margin: 0;
}

.lead-form--team64 .t64f-messages {
	margin: 0 0 10px;
}

.lead-form--team64 .t64f-ok,
.lead-form--team64 .t64f-error {
	padding: 10px 12px;
	border-radius: 5px;
	font-size: 11px;
}

.domtut-form-fields {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.domtut-form-field {
	display: block;
	color: var(--muted);
	font-size: 10px;
}

.domtut-form-input {
	display: block;
	width: 100%;
	height: 46px;
	margin-top: 5px;
	padding: 0 12px;
	border: 1px solid var(--line);
	border-radius: 5px;
	outline: 0;
	color: var(--ink);
}

.domtut-form-input:focus {
	border-color: var(--blue);
	box-shadow: 0 0 0 3px rgba(45, 139, 214, .1);
}

.domtut-form-fields > label:not(.domtut-form-field) {
	display: flex;
	align-items: flex-start;
	gap: 7px;
	color: var(--muted);
	font-size: 9px;
}

.domtut-form-fields > label:not(.domtut-form-field) input {
	flex: 0 0 15px;
	width: 15px;
	height: 15px;
	margin: 0;
}

.t64f-submit {
	width: 100%;
	min-height: 46px;
	border: 0;
	border-radius: 5px;
	background: var(--yellow);
	color: #222;
	font-size: 12px;
	font-weight: 800;
	cursor: pointer;
}

.t64f-submit:disabled {
	opacity: .6;
}

.domtut-form-missing {
	padding: 12px;
	border: 1px solid #f0c5c5;
	border-radius: 5px;
	background: #fff0f0;
	color: #9a3434;
	font-size: 11px;
}

.mobile-bottom-nav {
	display: none;
}

/* Catalogue and property pages */
.catalogue-page,
.property-page {
	padding: 24px 0 64px;
	background: #f7f8f9;
}

.breadcrumbs {
	margin-bottom: 18px;
	font-size: 11px;
}

.catalogue-header {
	margin-bottom: 20px;
}

.catalogue-header h1,
.property-title-row h1 {
	margin: 5px 0 8px;
	font-size: clamp(30px, 3.4vw, 42px);
	letter-spacing: -1.35px;
}

.catalogue-filter {
	padding: 14px;
	border-radius: 8px;
	box-shadow: 0 3px 12px rgba(20, 36, 56, .05);
}

.catalogue-filter select,
.catalogue-filter input,
.catalogue-toolbar select,
.view-button {
	border-radius: 5px;
}

.catalogue-filter__main .button {
	min-height: 44px;
}

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

.catalogue-grid .property-card {
	border-radius: 7px;
}

.catalogue-map {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 400px;
	min-height: 330px;
	margin-top: 48px;
	padding: 0;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: #e9edf0;
}

.catalogue-map > iframe {
	width: 100%;
	height: 100%;
	min-height: 330px;
	border: 0;
}

.catalogue-map > div:last-child {
	width: auto;
	margin: 18px;
	padding: 26px;
	border: 1px solid var(--line);
	border-radius: 6px;
	box-shadow: 0 3px 14px rgba(23, 35, 52, .08);
}

.catalogue-map h2 {
	font-size: 25px;
}

.property-gallery {
	grid-template-rows: repeat(2, 205px);
	margin-bottom: 30px;
	border-radius: 8px;
}

.property-layout {
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 36px;
}

.fact-grid {
	margin: 24px 0 34px;
}

.fact-grid > div,
.property-features span {
	border: 1px solid #edf0f2;
	border-radius: 6px;
	background: #fff;
}

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

.property-content section h2 {
	font-size: 23px;
}

.property-map-block .map-frame {
	height: 300px;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: 7px;
	background: #e9edf0;
}

.property-map-block .map-frame iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

.offer-card {
	padding: 22px;
	border-radius: 8px;
	box-shadow: 0 4px 18px rgba(28, 39, 54, .07);
}

.safety-note {
	border-radius: 8px;
}

/* Standard WordPress pages */
.site-main:not(.domtut-home):not(.catalogue-page):not(.property-page) {
	width: min(calc(100% - 40px), var(--container));
	margin: 0 auto;
	padding: 38px 0 68px;
}

.site-main:not(.domtut-home):not(.catalogue-page):not(.property-page) > article,
.site-main:not(.domtut-home):not(.catalogue-page):not(.property-page) > .page-header,
.site-main:not(.domtut-home):not(.catalogue-page):not(.property-page) > .no-results {
	margin: 0 auto 18px;
	padding: 26px;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: #fff;
}

.entry-title,
.page-title {
	margin: 0 0 14px;
	font-size: clamp(28px, 4vw, 42px);
	letter-spacing: -1px;
	line-height: 1.1;
}

.entry-title a:hover {
	color: var(--blue);
}

.entry-meta,
.entry-footer,
.archive-description {
	color: var(--muted);
	font-size: 11px;
}

.post-thumbnail {
	display: block;
	margin: 20px -26px;
}

.post-thumbnail img {
	width: 100%;
	max-height: 520px;
	object-fit: cover;
}

.entry-content {
	color: #525e69;
	font-size: 14px;
	line-height: 1.75;
}

.entry-content a {
	color: var(--blue);
	text-decoration: underline;
}

.posts-navigation,
.post-navigation {
	max-width: 860px;
	margin: 24px auto;
}

.nav-links {
	display: flex;
	justify-content: space-between;
	gap: 14px;
}

.nav-links a {
	display: block;
	padding: 12px 16px;
	border: 1px solid var(--line);
	border-radius: 5px;
	background: #fff;
}

.nav-subtitle {
	display: block;
	color: var(--muted);
	font-size: 9px;
}

.widget-area {
	display: none;
}

.error-404 {
	max-width: 680px !important;
	padding: 70px 28px !important;
	text-align: center;
}

.error-404__code {
	display: block;
	color: var(--blue);
	font-size: 80px;
	font-weight: 900;
	letter-spacing: -5px;
	line-height: 1;
}

.error-404 h1 {
	margin: 12px 0 8px;
	font-size: 34px;
}

.error-404 p {
	margin: 0 auto 24px;
	color: var(--muted);
}

.error-404__actions {
	display: flex;
	justify-content: center;
	gap: 8px;
}

@media (max-width: 1050px) {
	.quick-nav__inner {
		gap: 16px;
	}

	.quick-nav__phone {
		display: none !important;
	}

	.domtut-hero .hero-search {
		grid-template-columns: 1.4fr .7fr 1.2fr auto auto;
	}

	.development-card {
		grid-template-columns: 170px 1fr;
	}

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

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

	.site-header {
		position: sticky;
		top: 0;
	}

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

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

	.domtut-hero .search-submit {
		grid-column: auto;
	}

	.partner-columns,
	.development-grid {
		grid-template-columns: 1fr;
	}

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

	.seo-layout {
		grid-template-columns: 1fr;
		gap: 15px;
	}

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

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

	.catalogue-map > iframe {
		min-height: 280px;
	}
}

@media (max-width: 650px) {
	body {
		padding-bottom: 58px;
	}

	.utility-bar {
		display: none;
	}

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

	.brand {
		grid-template-columns: 27px auto;
		grid-template-rows: 24px 10px;
		min-width: auto;
	}

	.brand__mark {
		width: 23px;
		height: 27px;
	}

	.brand__word {
		font-size: 21px;
	}

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

	.login-link {
		display: none;
	}

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

	.domtut-hero .hero__image {
		background-position: 58% center;
	}

	.domtut-hero .hero__veil {
		background: linear-gradient(90deg, rgba(7, 25, 49, .93), rgba(10, 31, 58, .57));
	}

	.domtut-hero .hero__content {
		padding-top: 34px;
	}

	.domtut-hero h1 {
		font-size: 35px;
		letter-spacing: -1px;
	}

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

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

	.domtut-hero .search-field {
		min-height: 48px;
	}

	.domtut-hero .filter-button,
	.domtut-hero .search-submit {
		min-height: 44px;
	}

	.hero-links {
		flex-wrap: wrap;
	}

	.domtut-section {
		padding: 38px 0;
	}

	.domtut-section .section-heading h2 {
		font-size: 23px;
	}

	.property-scroller .property-card {
		flex-basis: 82%;
	}

	.partner-columns {
		gap: 12px;
	}

	.partner-column {
		padding: 14px;
	}

	.partner-row {
		grid-template-columns: 34px 1fr auto;
	}

	.development-card {
		display: block;
	}

	.development-card__image {
		display: block;
		min-height: 190px;
	}

	.selection-strip {
		padding-bottom: 38px;
	}

	.selection-strip__inner {
		flex-direction: column;
		align-items: flex-start;
		padding: 24px;
	}

	.stats-tabs {
		overflow-x: auto;
	}

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

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

	.mortgage-mini {
		flex-direction: column;
		align-items: flex-start;
	}

	.domtut-journal-grid {
		grid-template-columns: 1fr;
	}

	.service-promos__grid {
		grid-template-columns: 1fr;
	}

	.catalogue-page,
	.property-page {
		padding-top: 16px;
	}

	.catalogue-header {
		align-items: flex-start;
	}

	.catalogue-header h1,
	.property-title-row h1 {
		font-size: 29px;
	}

	.catalogue-grid {
		grid-template-columns: 1fr;
	}

	.catalogue-filter {
		padding: 12px;
	}

	.catalogue-map {
		margin-top: 34px;
	}

	.catalogue-map > div:last-child {
		margin: 10px;
		padding: 20px;
	}

	.property-gallery {
		border-radius: 6px;
	}

	.property-layout {
		display: block;
	}

	.property-sidebar {
		position: static;
		margin-top: 24px;
	}

	.fact-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.site-main:not(.domtut-home):not(.catalogue-page):not(.property-page) {
		width: min(calc(100% - 24px), var(--container));
		padding-top: 24px;
	}

	.site-main:not(.domtut-home):not(.catalogue-page):not(.property-page) > article,
	.site-main:not(.domtut-home):not(.catalogue-page):not(.property-page) > .page-header,
	.site-main:not(.domtut-home):not(.catalogue-page):not(.property-page) > .no-results {
		padding: 20px;
	}

	.error-404__actions {
		flex-direction: column;
	}

	.mobile-bottom-nav {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 80;
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		height: 58px;
		border-top: 1px solid var(--line);
		background: #fff;
		box-shadow: 0 -4px 18px rgba(20, 30, 45, .08);
	}

	.mobile-bottom-nav a,
	.mobile-bottom-nav button {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 2px;
		padding: 0;
		border: 0;
		background: #fff;
		color: #69717e;
		font-size: 8px;
	}

	.mobile-bottom-nav span {
		color: var(--blue);
		font-size: 18px;
		font-weight: 700;
	}

	.mobile-bottom-nav > a > svg {
		width: 20px;
		height: 20px;
		fill: none;
		stroke: var(--blue);
		stroke-linecap: round;
		stroke-linejoin: round;
		stroke-width: 1.8;
	}

	.mobile-bottom-nav button {
		color: #222;
	}

	.mobile-bottom-nav button span {
		display: grid;
		place-items: center;
		width: 30px;
		height: 30px;
		margin-top: -12px;
		border-radius: 50%;
		background: var(--yellow);
		color: #222;
	}

	.mobile-bottom-nav button span svg {
		width: 18px;
		height: 18px;
		fill: none;
		stroke: currentColor;
		stroke-linecap: round;
		stroke-width: 2;
	}
}

/* 5.0: directories, media, account and configurable chrome */
.utility-bar {
	background: var(--utility-bg);
}

.site-header {
	background: var(--header-bg);
}

.tezkor-header-sticky .site-header {
	position: sticky;
	top: 0;
}

.desktop-nav--custom {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.desktop-nav--custom > li {
	display: block;
	margin: 0;
	list-style: none;
}

.desktop-nav--custom > li > a {
	display: block;
	padding: 22px 0;
	font-size: 13px;
	font-weight: 750;
}

.journal-card__image {
	display: block;
}

.journal-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.journal-card:hover .journal-card__image img {
	transform: scale(1.035);
}

.journal-card h3 a {
	color: inherit;
}

.partner-directory-page,
.partner-profile-page,
.blog-page,
.cabinet-page {
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background: var(--page-bg);
}

.partner-directory-hero,
.blog-hero {
	padding: 30px 0 46px;
	border-bottom: 1px solid var(--line);
	background:
		radial-gradient(circle at 88% 15%, color-mix(in srgb, var(--yellow) 18%, transparent), transparent 24%),
		linear-gradient(145deg, #fff, #f5f9ff);
}

.partner-directory-hero__row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 30px;
}

.partner-directory-hero h1,
.blog-hero h1 {
	max-width: 850px;
	margin: 10px 0 12px;
	font-size: clamp(38px, 5vw, 62px);
	letter-spacing: -2.8px;
	line-height: 1.04;
}

.partner-directory-hero p,
.blog-hero p {
	max-width: 720px;
	margin: 0;
	color: var(--muted);
	font-size: 16px;
	line-height: 1.65;
}

.partner-directory-stat {
	display: flex;
	flex-direction: column;
	min-width: 145px;
	padding: 20px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: #fff;
	box-shadow: var(--shadow);
}

.partner-directory-stat strong {
	color: var(--blue);
	font-size: 36px;
	letter-spacing: -1px;
	line-height: 1;
}

.partner-directory-stat span {
	margin-top: 5px;
	color: var(--muted);
	font-size: 11px;
}

.partner-search {
	display: flex;
	align-items: center;
	width: min(100%, 620px);
	height: 56px;
	margin-top: 30px;
	padding: 0 17px;
	border: 1px solid var(--line);
	border-radius: 13px;
	background: #fff;
	box-shadow: 0 12px 35px rgba(30, 60, 100, .08);
}

.partner-search svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: var(--blue);
	stroke-width: 1.8;
}

.partner-search input {
	flex: 1;
	height: 100%;
	padding: 0 12px;
	border: 0;
	outline: 0;
	background: transparent;
}

.partner-directory-intro {
	max-width: 760px;
	margin-top: 18px;
	color: var(--muted);
	font-size: 12px;
}

.partner-catalogue-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.partner-catalogue-card {
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: #fff;
	box-shadow: 0 12px 34px rgba(27, 54, 92, .07);
	transition: transform .25s ease, box-shadow .25s ease;
}

.partner-catalogue-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 22px 48px rgba(27, 54, 92, .13);
}

.partner-catalogue-card__visual {
	position: relative;
	display: grid;
	height: 170px;
	place-items: center;
	background: linear-gradient(145deg, #edf4ff, #f9fbff);
}

.partner-catalogue-card__visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.partner-catalogue-card__visual > span,
.partner-profile-avatar > span {
	display: grid;
	width: 86px;
	height: 86px;
	place-items: center;
	border-radius: 26px;
	background: linear-gradient(145deg, var(--blue), var(--blue-dark));
	box-shadow: 0 14px 35px color-mix(in srgb, var(--blue) 26%, transparent);
	color: #fff;
	font-size: 35px;
	font-weight: 900;
}

.partner-catalogue-card__visual i {
	position: absolute;
	right: 14px;
	bottom: 14px;
	display: grid;
	width: 28px;
	height: 28px;
	place-items: center;
	border: 3px solid #fff;
	border-radius: 50%;
	background: #16a36a;
	color: #fff;
	font-style: normal;
	font-weight: 900;
}

.partner-catalogue-card__body {
	padding: 20px;
}

.partner-catalogue-card__body > small {
	color: var(--blue);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.partner-catalogue-card h2 {
	margin: 7px 0 8px;
	font-size: 22px;
	letter-spacing: -.6px;
}

.partner-catalogue-card p {
	min-height: 54px;
	margin-bottom: 18px;
	color: var(--muted);
	font-size: 11px;
	line-height: 1.6;
}

.partner-catalogue-card__facts {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 7px;
	margin-bottom: 18px;
}

.partner-catalogue-card__facts span {
	display: flex;
	flex-direction: column;
	padding: 9px;
	border-radius: 10px;
	background: var(--soft);
	color: var(--muted);
	font-size: 8px;
}

.partner-catalogue-card__facts b {
	margin-bottom: 3px;
	color: var(--ink);
	font-size: 13px;
}

.partner-search-empty,
.cabinet-empty {
	padding: 40px;
	border: 1px dashed var(--line);
	border-radius: var(--radius);
	background: #fff;
	color: var(--muted);
	text-align: center;
}

.partner-profile-page {
	padding: 28px 0 70px !important;
}

.partner-profile-hero {
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr) 265px;
	gap: 28px;
	align-items: center;
	padding: 30px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background:
		radial-gradient(circle at 90% 0, color-mix(in srgb, var(--yellow) 18%, transparent), transparent 30%),
		#fff;
	box-shadow: var(--shadow);
}

.partner-profile-avatar {
	display: grid;
	width: 150px;
	height: 150px;
	overflow: hidden;
	place-items: center;
	border-radius: 36px;
	background: #edf4ff;
}

.partner-profile-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.partner-profile-main h1 {
	margin: 7px 0 9px;
	font-size: 40px;
	letter-spacing: -1.5px;
}

.partner-profile-main > p {
	max-width: 660px;
	color: var(--muted);
	line-height: 1.6;
}

.partner-profile-main > div {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.partner-profile-main > div span {
	padding: 8px 10px;
	border-radius: 8px;
	background: var(--soft);
	color: var(--muted);
	font-size: 9px;
}

.partner-profile-main > div b {
	color: var(--ink);
}

.partner-profile-contact {
	display: flex;
	flex-direction: column;
	gap: 9px;
	padding: 20px;
	border-radius: 14px;
	background: var(--soft);
}

.partner-profile-contact > strong {
	margin-bottom: 4px;
	font-size: 20px;
}

.partner-profile-contact > a:last-child {
	color: var(--blue);
	font-size: 10px;
	font-weight: 750;
	text-align: center;
}

.partner-about,
.partner-properties {
	margin-top: 26px;
	padding: 30px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: #fff;
}

.partner-about h2,
.partner-properties h2 {
	margin: 7px 0 15px;
	font-size: 27px;
	letter-spacing: -.8px;
}

.partner-about > div {
	max-width: 880px;
	color: var(--muted);
	font-size: 13px;
	line-height: 1.8;
}

.blog-categories {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 28px;
}

.blog-categories a {
	padding: 9px 13px;
	border: 1px solid var(--line);
	border-radius: 999px;
	background: #fff;
	font-size: 10px;
	font-weight: 750;
}

.blog-categories a.is-active,
.blog-categories a:hover {
	border-color: var(--blue);
	background: var(--blue);
	color: #fff;
}

.blog-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.blog-card {
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: #fff;
	box-shadow: 0 12px 35px rgba(28, 55, 94, .08);
}

.blog-card__image {
	position: relative;
	display: block;
	height: 215px;
	overflow: hidden;
}

.blog-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .4s ease;
}

.blog-card:hover .blog-card__image img {
	transform: scale(1.04);
}

.blog-card__image span {
	position: absolute;
	top: 13px;
	left: 13px;
	padding: 6px 9px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .92);
	color: var(--blue);
	font-size: 8px;
	font-weight: 850;
	text-transform: uppercase;
}

.blog-card > div {
	padding: 19px;
}

.blog-card small {
	color: var(--muted);
	font-size: 9px;
}

.blog-card h2 {
	margin: 8px 0;
	font-size: 19px;
	letter-spacing: -.45px;
	line-height: 1.25;
}

.blog-card p {
	min-height: 54px;
	color: var(--muted);
	font-size: 11px;
	line-height: 1.65;
}

/* Front-end account */
.cabinet-page {
	min-height: 720px;
	padding: 30px 0 70px !important;
}

.cabinet-auth {
	display: grid;
	grid-template-columns: 1.05fr .75fr;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 24px 70px rgba(25, 49, 86, .13);
}

.cabinet-auth__intro {
	min-height: 600px;
	padding: 70px;
	background:
		radial-gradient(circle at 80% 15%, rgba(255, 184, 0, .3), transparent 28%),
		linear-gradient(145deg, var(--blue-dark), var(--blue));
	color: #fff;
}

.cabinet-auth__intro .eyebrow {
	color: var(--yellow);
}

.cabinet-auth__intro h1 {
	max-width: 560px;
	margin: 16px 0;
	font-size: clamp(38px, 4.6vw, 58px);
	letter-spacing: -2.3px;
	line-height: 1.05;
}

.cabinet-auth__intro p {
	max-width: 540px;
	color: rgba(255, 255, 255, .76);
	font-size: 16px;
	line-height: 1.7;
}

.cabinet-auth__intro ul {
	display: grid;
	gap: 13px;
	margin: 34px 0 0;
	padding: 0;
	list-style: none;
}

.cabinet-auth__intro li::before {
	content: "✓";
	display: inline-grid;
	width: 22px;
	height: 22px;
	margin-right: 9px;
	place-items: center;
	border-radius: 50%;
	background: var(--yellow);
	color: var(--ink);
	font-size: 11px;
	font-weight: 900;
}

.cabinet-auth__card {
	align-self: center;
	padding: 50px;
}

.cabinet-auth__tabs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 26px;
	padding: 4px;
	border-radius: 11px;
	background: var(--soft);
}

.cabinet-auth__tabs a {
	padding: 10px;
	border-radius: 8px;
	color: var(--muted);
	font-size: 11px;
	font-weight: 800;
	text-align: center;
}

.cabinet-auth__tabs a.is-active {
	background: #fff;
	color: var(--blue);
	box-shadow: 0 3px 12px rgba(25, 50, 90, .1);
}

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

.cabinet-form label {
	display: block;
	color: var(--muted);
	font-size: 10px;
	font-weight: 700;
}

.cabinet-form label > span {
	display: block;
	margin-bottom: 6px;
}

.cabinet-form input,
.cabinet-form select,
.cabinet-form textarea {
	width: 100%;
	border: 1px solid var(--line);
	border-radius: 10px;
	outline: 0;
	background: #fff;
	color: var(--ink);
}

.cabinet-form input,
.cabinet-form select {
	height: 46px;
	padding: 0 12px;
}

.cabinet-form textarea {
	padding: 12px;
	resize: vertical;
}

.cabinet-form input:focus,
.cabinet-form select:focus,
.cabinet-form textarea:focus {
	border-color: var(--blue);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--blue) 12%, transparent);
}

.cabinet-form .cabinet-checkbox {
	display: flex;
	align-items: center;
	gap: 7px;
}

.cabinet-checkbox input {
	width: 16px;
	height: 16px;
}

.cabinet-forgot {
	color: var(--blue);
	font-size: 10px;
	text-align: center;
}

.cabinet-hp {
	position: absolute !important;
	left: -9999px !important;
}

.cabinet-shell {
	display: grid;
	grid-template-columns: 245px minmax(0, 1fr);
	min-height: 680px;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 20px 60px rgba(25, 50, 90, .11);
}

.cabinet-sidebar {
	display: flex;
	flex-direction: column;
	padding: 24px 16px;
	background: #101d31;
	color: #fff;
}

.cabinet-user {
	display: flex;
	align-items: center;
	gap: 11px;
	padding: 7px 7px 22px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.cabinet-user > span {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border-radius: 12px;
	background: var(--blue);
	font-weight: 900;
}

.cabinet-user div {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.cabinet-user strong {
	overflow: hidden;
	font-size: 11px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cabinet-user small {
	color: rgba(255, 255, 255, .55);
	font-size: 8px;
}

.cabinet-sidebar nav {
	display: grid;
	gap: 5px;
	margin-top: 20px;
}

.cabinet-sidebar nav a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 11px 12px;
	border-radius: 9px;
	color: rgba(255, 255, 255, .7);
	font-size: 10px;
	font-weight: 750;
}

.cabinet-sidebar nav a.is-active,
.cabinet-sidebar nav a:hover {
	background: rgba(255, 255, 255, .1);
	color: #fff;
}

.cabinet-sidebar nav span {
	display: grid;
	min-width: 20px;
	height: 20px;
	place-items: center;
	border-radius: 999px;
	background: var(--yellow);
	color: var(--ink);
	font-size: 8px;
}

.cabinet-logout {
	margin-top: auto;
	padding: 11px 12px;
	color: rgba(255, 255, 255, .62);
	font-size: 10px;
}

.cabinet-content {
	min-width: 0;
	padding: 34px;
}

.cabinet-heading {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 26px;
}

.cabinet-heading h1 {
	margin: 6px 0 5px;
	font-size: 30px;
	letter-spacing: -1px;
}

.cabinet-heading p {
	margin: 0;
	color: var(--muted);
	font-size: 11px;
}

.cabinet-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
}

.cabinet-stats > div {
	display: flex;
	flex-direction: column;
	padding: 20px;
	border: 1px solid var(--line);
	border-radius: 14px;
	background: linear-gradient(145deg, #fff, #f7faff);
}

.cabinet-stats span {
	color: var(--muted);
	font-size: 9px;
}

.cabinet-stats strong {
	margin-top: 6px;
	color: var(--blue);
	font-size: 32px;
}

.cabinet-help {
	margin-top: 18px;
	padding: 20px;
	border-radius: 14px;
	background: #fff5d7;
}

.cabinet-help p {
	margin: 5px 0 0;
	color: #7c6740;
	font-size: 11px;
}

.cabinet-notice {
	margin-bottom: 18px;
	padding: 12px 14px;
	border-radius: 10px;
	background: #e7f7ef;
	color: #146c45;
	font-size: 11px;
	font-weight: 700;
}

.cabinet-notice--error {
	background: #fff0f0;
	color: #a33636;
}

.cabinet-object-list {
	display: grid;
	gap: 10px;
}

.cabinet-object-list article {
	display: grid;
	grid-template-columns: 100px minmax(0, 1fr) auto;
	gap: 14px;
	align-items: center;
	padding: 10px;
	border: 1px solid var(--line);
	border-radius: 13px;
}

.cabinet-object-list img {
	width: 100px;
	height: 76px;
	border-radius: 9px;
	object-fit: cover;
}

.cabinet-object-list article > div:nth-child(2) {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

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

.cabinet-object-list article small {
	color: var(--muted);
	font-size: 9px;
}

.cabinet-status {
	width: max-content;
	padding: 4px 7px;
	border-radius: 99px;
	background: #fff4d6;
	color: #8a6200;
	font-size: 7px;
	font-weight: 850;
	text-transform: uppercase;
}

.cabinet-status--publish {
	background: #e5f7ed;
	color: #147348;
}

.cabinet-status--draft {
	background: #eef1f5;
	color: #657083;
}

.cabinet-object-actions {
	display: flex;
	align-items: center;
	gap: 8px;
}

.cabinet-object-actions a,
.cabinet-object-actions button {
	padding: 7px 9px;
	border: 1px solid var(--line);
	border-radius: 7px;
	background: #fff;
	color: var(--blue);
	font-size: 8px;
	font-weight: 750;
	cursor: pointer;
}

.cabinet-form-section {
	padding: 20px;
	border: 1px solid var(--line);
	border-radius: 14px;
	background: #fbfcfe;
}

.cabinet-form-section h2 {
	margin: 0 0 16px;
	font-size: 17px;
}

.cabinet-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

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

/* Expanded footer */
.site-footer {
	padding: 0;
	background: linear-gradient(to bottom, #fff 0, #fff 55%, var(--footer-bg) 55%, var(--footer-bg) 100%);
}

.footer-discovery,
.footer-metro {
	display: grid;
	color: var(--ink);
}

.footer-discovery {
	grid-template-columns: minmax(0, 1fr) 230px;
	gap: 60px;
	padding: 42px 0 32px;
	border-bottom: 1px solid var(--line);
}

.footer-discovery h2,
.footer-metro h2 {
	margin: 0 0 17px;
	font-size: 15px;
	letter-spacing: -.2px;
}

.footer-discovery__aside {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.footer-discovery a,
.footer-metro a {
	color: #334158;
	font-size: 10px;
}

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

.footer-link-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px 28px;
}

.footer-metro {
	padding: 30px 0 38px;
}

.footer-metro__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 30px;
}

.footer-metro__grid > div {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.footer-metro__grid strong {
	margin-bottom: 2px;
	font-size: 10px;
}

.footer-main--expanded {
	grid-template-columns: 1.05fr 1.2fr 1.1fr .7fr;
	gap: 55px;
	padding: 42px 0 34px;
	border-top: 0;
}

.footer-main--expanded .footer-brand > strong {
	display: block;
	margin: 18px 0 5px;
	color: rgba(255, 255, 255, .55);
	font-size: 9px;
}

.footer-main--expanded .footer-brand > span {
	display: block;
	margin-top: 8px;
	color: rgba(255, 255, 255, .55);
	font-size: 9px;
}

.footer-main--expanded .footer-column p {
	margin-top: 20px;
	color: rgba(255, 255, 255, .54);
	font-size: 9px;
	line-height: 1.65;
}

.footer-main--expanded .footer-column li {
	margin-bottom: 8px;
	list-style: none;
}

.footer-main--expanded .footer-column ul {
	margin: 0;
	padding: 0;
}

.footer-languages {
	display: flex;
	gap: 7px;
	margin-top: 18px;
}

.footer-languages span {
	padding: 6px 8px;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 6px;
	color: rgba(255, 255, 255, .8) !important;
}

.footer-socials--icons a {
	display: flex;
	align-items: center;
	gap: 8px;
}

.footer-socials--icons a span {
	display: grid;
	width: 20px;
	height: 20px;
	place-items: center;
	border-radius: 6px;
	background: rgba(255, 255, 255, .12);
	color: #fff;
	font-size: 10px;
}

.footer-legal {
	opacity: .85;
}

@media (max-width: 1050px) {
	.partner-catalogue-grid,
	.blog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.partner-profile-hero {
		grid-template-columns: 130px minmax(0, 1fr);
	}

	.partner-profile-contact {
		grid-column: 1 / -1;
		display: grid;
		grid-template-columns: 1fr auto auto;
		align-items: center;
	}

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

@media (max-width: 820px) {
	.cabinet-auth {
		grid-template-columns: 1fr;
	}

	.cabinet-auth__intro {
		min-height: 0;
		padding: 45px;
	}

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

	.cabinet-sidebar {
		display: block;
	}

	.cabinet-sidebar nav {
		display: flex;
		overflow-x: auto;
	}

	.cabinet-sidebar nav a {
		flex: 0 0 auto;
	}

	.cabinet-logout {
		display: none;
	}

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

	.footer-metro__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 650px) {
	.partner-directory-hero__row,
	.cabinet-heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.partner-directory-hero h1,
	.blog-hero h1 {
		font-size: 36px;
		letter-spacing: -1.5px;
	}

	.partner-directory-stat {
		display: none;
	}

	.partner-catalogue-grid,
	.blog-grid {
		grid-template-columns: 1fr;
	}

	.partner-profile-hero {
		grid-template-columns: 1fr;
		padding: 20px;
	}

	.partner-profile-avatar {
		width: 100px;
		height: 100px;
		border-radius: 24px;
	}

	.partner-profile-main h1 {
		font-size: 32px;
	}

	.partner-profile-contact {
		display: flex;
	}

	.partner-about,
	.partner-properties {
		padding: 20px;
	}

	.cabinet-page {
		padding: 12px 0 40px !important;
	}

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

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

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

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

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

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

	.cabinet-object-list img {
		width: 75px;
		height: 65px;
	}

	.cabinet-object-actions {
		grid-column: 1 / -1;
	}

	.footer-link-grid {
		grid-template-columns: repeat(2, 1fr);
	}

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

	.footer-main--expanded {
		gap: 30px;
	}
}

/* TEZKOR IPOTEKA 4.0 — premium brand and configurable component layer */
body {
	background: var(--page-bg);
	-webkit-font-smoothing: antialiased;
}

.site {
	overflow: clip;
	background: #fff;
}

.site-header {
	z-index: 70;
	box-shadow: 0 1px 0 rgba(19, 40, 70, .08);
}

.tezkor-header-glass .site-header {
	background: rgba(255, 255, 255, .88);
	backdrop-filter: blur(18px);
}

.tezkor-header-dark .site-header,
.tezkor-header-dark .quick-nav {
	border-color: rgba(255, 255, 255, .1);
	background: #101d31;
}

.tezkor-header-dark .brand__word,
.tezkor-header-dark .desktop-nav > a,
.tezkor-header-dark .nav-item > a,
.tezkor-header-dark .login-link,
.tezkor-header-dark .quick-nav a {
	color: #fff;
}

.brand__mark i {
	position: absolute;
	bottom: 8px;
	width: 5px;
	border-radius: 5px 5px 2px 2px;
	background: #fff;
}

.brand__mark i:nth-child(1) {
	left: 8px;
	height: 10px;
}

.brand__mark i:nth-child(2) {
	left: 15px;
	height: 17px;
}

.brand__mark i:nth-child(3) {
	left: 22px;
	height: 13px;
	background: var(--yellow);
}

.brand__custom-logo {
	grid-row: 1 / -1;
	width: auto;
	max-width: 220px;
	height: 46px;
	object-fit: contain;
	object-position: left center;
}

.desktop-nav {
	justify-content: center;
}

.desktop-nav > a,
.nav-item > a,
.login-link {
	transition: color .2s ease;
}

.desktop-nav > a:hover,
.nav-item > a:hover,
.login-link:hover {
	color: var(--blue);
}

.header-actions .button {
	border-radius: 10px;
	background: var(--yellow);
	box-shadow: 0 8px 20px color-mix(in srgb, var(--yellow) 28%, transparent);
}

.button {
	border-radius: max(9px, calc(var(--radius) * .65));
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

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

.button--primary {
	background: var(--blue);
	color: #fff;
	box-shadow: 0 10px 24px color-mix(in srgb, var(--blue) 26%, transparent);
}

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

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

.domtut-hero .hero__veil {
	background:
		linear-gradient(90deg, rgba(6, 20, 40, .94) 0%, rgba(8, 29, 58, .78) 40%, rgba(10, 31, 60, .14) 75%),
		linear-gradient(0deg, rgba(7, 22, 42, .36), transparent 45%);
}

.domtut-hero .hero__content {
	padding-top: 66px;
	padding-bottom: 52px;
}

.hero-eyebrow {
	display: inline-flex;
	margin-bottom: 12px;
	padding: 7px 11px;
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 999px;
	background: rgba(255, 255, 255, .1);
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	backdrop-filter: blur(10px);
}

.domtut-hero h1 {
	max-width: 720px;
	margin-top: 18px;
	font-size: clamp(42px, 5.2vw, 68px);
	font-weight: 850;
	letter-spacing: -3px;
}

.domtut-hero .hero__content > p {
	max-width: 620px;
	font-size: 17px;
	line-height: 1.55;
}

.domtut-hero .search-shell {
	max-width: 1150px;
	overflow: visible;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: var(--radius);
	background: rgba(255, 255, 255, .97);
	box-shadow: 0 26px 60px rgba(3, 17, 38, .38);
}

.domtut-hero .search-tabs {
	border-radius: var(--radius) var(--radius) 0 0;
}

.domtut-hero .search-tabs button.is-active {
	color: var(--blue);
}

.domtut-hero .search-tabs button.is-active::after {
	background: var(--blue);
}

.domtut-hero .hero-search {
	border-radius: 0 0 var(--radius) var(--radius);
}

.domtut-hero .search-field {
	border-radius: 10px;
	background: #f6f8fb;
}

.domtut-hero .search-submit {
	background: var(--yellow);
	color: #182033;
	box-shadow: none;
}

.domtut-section--grey,
.catalogue-page,
.property-page {
	background: var(--page-bg);
}

.section-heading h2 {
	letter-spacing: -1.2px;
}

.property-card,
.development-card,
.partner-column,
.journal-card,
.offer-card,
.catalogue-filter,
.catalogue-map,
.site-main:not(.domtut-home):not(.catalogue-page):not(.property-page) > article {
	border-radius: var(--radius);
	box-shadow: 0 10px 30px rgba(25, 50, 90, .07);
}

.property-card {
	overflow: hidden;
	border-color: rgba(203, 214, 228, .75);
	transition: transform .25s ease, box-shadow .25s ease;
}

.property-card:hover,
.development-card:hover,
.journal-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 20px 45px rgba(25, 50, 90, .13);
}

.property-card__image,
.development-card__image,
.journal-card__image {
	overflow: hidden;
}

.property-card__image img,
.development-card__image img {
	transition: transform .45s ease;
}

.property-card:hover .property-card__image img,
.development-card:hover .development-card__image img {
	transform: scale(1.035);
}

.selection-strip {
	background: linear-gradient(120deg, var(--blue-dark), var(--blue));
}

.selection-strip__inner {
	border-radius: var(--radius);
	background:
		radial-gradient(circle at 85% 15%, color-mix(in srgb, var(--yellow) 26%, transparent), transparent 35%),
		linear-gradient(120deg, var(--blue-dark), var(--blue));
	color: #fff;
	box-shadow: 0 24px 60px color-mix(in srgb, var(--blue) 20%, transparent);
}

.selection-strip .button {
	background: var(--yellow);
	color: var(--ink);
}

.service-promos button,
.service-promos a {
	border-radius: var(--radius);
}

.service-promos button:first-child {
	background: linear-gradient(135deg, var(--yellow), #ffd462);
}

.service-promos a:last-child {
	background: linear-gradient(135deg, var(--blue-dark), var(--blue));
}

.catalogue-map {
	position: relative;
	grid-template-columns: minmax(0, 1fr) 350px;
	min-height: 520px;
	overflow: hidden;
	padding: 0;
}

.estate-map {
	z-index: 1;
	width: 100%;
	min-height: 520px;
	background: #e9eff6;
}

.property-map-block .estate-map {
	min-height: 330px;
}

.catalogue-map__panel {
	align-self: center;
	width: auto !important;
	margin: 22px !important;
	padding: 28px !important;
	border: 1px solid rgba(216, 226, 238, .9) !important;
	border-radius: var(--radius) !important;
	background: rgba(255, 255, 255, .96) !important;
	box-shadow: 0 18px 50px rgba(26, 51, 88, .12) !important;
}

.catalogue-map__panel p {
	color: var(--muted);
	line-height: 1.6;
}

.catalogue-map__panel p strong {
	color: var(--blue);
	font-size: 24px;
}

.catalogue-map__panel .map-admin-note {
	padding: 9px 11px;
	border-radius: 9px;
	background: #fff4d6;
	color: #865a00;
	font-size: 10px;
}

.map-legend {
	display: grid;
	gap: 8px;
	margin: 18px 0 22px;
	color: var(--muted);
	font-size: 11px;
}

.map-legend span {
	display: flex;
	align-items: center;
	gap: 8px;
}

.map-legend i {
	width: 14px;
	height: 14px;
	border: 4px solid #fff;
	border-radius: 50%;
	background: var(--blue);
	box-shadow: 0 0 0 1px var(--line);
}

.map-legend span:last-child i {
	background: var(--yellow);
}

.leaflet-container {
	font-family: inherit;
}

.estate-price-marker-wrap {
	background: none;
	border: 0;
}

.estate-price-marker {
	position: relative;
	display: grid;
	place-items: center;
	min-width: 70px;
	height: 30px;
	padding: 0 10px;
	border: 2px solid #fff;
	border-radius: 9px 9px 9px 2px;
	background: var(--blue);
	box-shadow: 0 8px 20px rgba(20, 52, 100, .28);
	color: #fff;
	font-size: 11px;
	font-weight: 850;
	white-space: nowrap;
	transition: transform .2s ease, background .2s ease;
}

.estate-price-marker:hover,
.estate-price-marker.is-active {
	z-index: 2;
	transform: translateY(-3px) scale(1.06);
	background: var(--yellow);
	color: var(--ink);
}

.leaflet-popup-content-wrapper {
	overflow: hidden;
	border-radius: 14px;
	box-shadow: 0 20px 55px rgba(17, 42, 78, .2);
}

.leaflet-popup-content {
	width: 280px !important;
	margin: 0;
}

.map-property-card > a {
	display: block;
	height: 132px;
	overflow: hidden;
}

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

.map-property-card > div {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 14px;
}

.map-property-card__title {
	color: var(--ink);
	font-size: 14px;
	font-weight: 850;
}

.map-property-card span,
.map-property-card small {
	color: var(--muted);
	font-size: 10px;
}

.map-property-card strong {
	color: var(--blue);
	font-size: 15px;
}

.map-unavailable {
	display: grid;
	height: 100%;
	margin: 0;
	place-items: center;
	padding: 30px;
	color: var(--muted);
	text-align: center;
}

.entry-subtitle {
	max-width: 760px;
	margin: -4px 0 24px;
	color: var(--muted);
	font-size: 17px;
	line-height: 1.6;
}

.tezkor-hide-page-title .entry-header {
	display: none;
}

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

.tezkor-page-layout-full .site-main:not(.domtut-home):not(.catalogue-page):not(.property-page) {
	width: 100%;
	max-width: none;
	padding-top: 0;
}

.tezkor-page-layout-full .site-main:not(.domtut-home):not(.catalogue-page):not(.property-page) > article {
	max-width: none;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

@media (max-width: 1180px) {
	.brand {
		min-width: 194px;
	}

	.brand__word {
		font-size: 15px;
	}

	.desktop-nav {
		gap: 14px;
	}
}

@media (max-width: 920px) {
	.catalogue-map {
		grid-template-columns: 1fr;
	}

	.catalogue-map__panel {
		position: absolute;
		right: 10px;
		bottom: 10px;
		left: 10px;
		z-index: 500;
		margin: 0 !important;
		padding: 18px !important;
	}

	.catalogue-map__panel .map-legend,
	.catalogue-map__panel .eyebrow {
		display: none;
	}

	.catalogue-map__panel h2 {
		margin: 0 0 4px;
		font-size: 20px;
	}

	.catalogue-map__panel p {
		margin: 0 0 12px;
	}
}

@media (max-width: 650px) {
	.brand {
		grid-template-columns: 30px auto;
		min-width: 0;
	}

	.brand__mark {
		width: 28px;
		height: 28px;
		border-radius: 9px;
	}

	.brand__mark i {
		bottom: 6px;
	}

	.brand__mark i:nth-child(1) {
		left: 6px;
	}

	.brand__mark i:nth-child(2) {
		left: 12px;
		height: 15px;
	}

	.brand__mark i:nth-child(3) {
		left: 19px;
	}

	.brand__word {
		font-size: 13px;
		letter-spacing: -.35px;
	}

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

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

	.domtut-hero .hero__content {
		padding-top: 38px;
	}

	.domtut-hero h1 {
		font-size: 38px;
		letter-spacing: -1.8px;
	}

	.domtut-hero .search-shell {
		border-radius: 13px;
	}

	.estate-map,
	.catalogue-map {
		min-height: 590px;
	}

	.catalogue-map__panel .button {
		width: 100%;
	}
}

/* Header layout matching the configurable two-row reference */
.utility-bar__inner {
	min-height: 54px;
}

.utility-link--boxed,
.utility-bar .js-open-city,
.utility-login {
	min-height: 34px;
	padding: 0 12px;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: #fff;
}

.utility-login {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 78px;
	background: var(--soft);
	color: var(--ink);
	font-size: 11px;
	font-weight: 750;
}

.utility-cta {
	min-height: 36px;
	border: 0;
	background: var(--yellow);
	color: var(--ink);
	font-size: 11px;
	font-weight: 800;
}

@media (min-width: 651px) {
	.tezkor-has-utility .header-actions > .button,
	.tezkor-has-utility .header-actions > .login-link {
		display: none;
	}
}

.blog-single-page {
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 0 70px !important;
	background: var(--page-bg);
}

.blog-single-hero {
	padding: 30px 0 48px;
	background: linear-gradient(145deg, #fff, #f3f7fd);
}

.blog-single-hero h1 {
	max-width: 960px;
	margin: 12px 0;
	font-size: clamp(40px, 5.5vw, 70px);
	letter-spacing: -3px;
	line-height: 1.03;
}

.blog-single-hero > .container > p {
	max-width: 750px;
	color: var(--muted);
	font-size: 16px;
	line-height: 1.65;
}

.blog-single-hero > .container > div {
	display: flex;
	gap: 15px;
	color: var(--muted);
	font-size: 10px;
}

.blog-single-layout {
	display: grid;
	grid-template-columns: minmax(0, 860px) 260px;
	gap: 36px;
	align-items: start;
	margin-top: 32px;
}

.blog-single-content {
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: #fff;
}

.blog-single-cover {
	width: 100%;
	max-height: 470px;
	object-fit: cover;
}

.blog-single-content .entry-content {
	padding: 36px;
	font-size: 15px;
	line-height: 1.85;
}

.blog-single-content .entry-content p {
	margin-bottom: 20px;
}

.blog-single-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin: 0 36px 36px;
	padding: 22px;
	border-radius: 14px;
	background: var(--blue-soft);
}

.blog-single-cta p {
	margin: 4px 0 0;
	color: var(--muted);
	font-size: 10px;
}

.blog-single-aside {
	position: sticky;
	top: 100px;
	padding: 22px;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: #fff;
}

.blog-single-aside > strong {
	display: block;
	margin: 8px 0 13px;
	font-size: 17px;
}

.blog-single-aside ul {
	display: grid;
	gap: 8px;
	margin: 0 0 18px;
	padding-left: 18px;
	color: var(--muted);
	font-size: 10px;
}

.blog-single-aside > a {
	color: var(--blue);
	font-size: 10px;
	font-weight: 800;
}

@media (max-width: 820px) {
	.blog-single-layout {
		grid-template-columns: 1fr;
	}

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

@media (max-width: 650px) {
	.blog-single-hero h1 {
		font-size: 38px;
		letter-spacing: -1.6px;
	}

	.blog-single-content .entry-content {
		padding: 22px;
	}

	.blog-single-cta {
		align-items: flex-start;
		flex-direction: column;
		margin: 0 22px 22px;
	}
}
