/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,accessibility-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.5.0.1780564359
Updated: 2026-06-04 12:12:39

*/
/* Single object page */

/* Single object page — Realty style */

.object-single {
	background:
		radial-gradient(circle at top left, rgba(210, 166, 82, 0.08), transparent 32%),
		linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
	padding: 44px 0 80px;
	color: #0b1f3a;
}

.object-single__container {
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
}

.object-single__hero {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(340px, 0.9fr);
	gap: 28px;
	align-items: start;
	margin-bottom: 30px;
}

.object-single__gallery,
.object-single__summary,
.object-single__section {
	background: #ffffff;
	border: 1px solid #e7ebf0;
	border-radius: 16px;
	box-shadow: 0 18px 45px rgba(7, 24, 48, 0.08);
	overflow: hidden;
}

.object-single__main-photo {
	display: block;
	aspect-ratio: 16 / 10;
	background: #eef2f6;
	overflow: hidden;
}

.object-single__main-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.object-single__thumbs {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 10px;
	padding: 12px;
	background: #ffffff;
}

.object-single__thumb {
	display: block;
	aspect-ratio: 4 / 3;
	border-radius: 10px;
	overflow: hidden;
	background: #eef2f6;
	border: 2px solid transparent;
	cursor: pointer;
}

.object-single__thumb:hover img {
	transform: scale(1.04);
}

.object-single__thumb.active {
	border-color: #d2a652;
}

.object-single__thumbs a:hover img {
	transform: scale(1.04);
}

.object-single__summary {
	padding: 30px;
	position: sticky;
	top: 32px;
}

.object-single__title {
	font-size: 32px;
	line-height: 1.15;
	margin: 0 0 20px;
	color: #0b1f3a;
	font-weight: 800;
	letter-spacing: -0.02em;
}

.object-single__price {
	font-size: 36px;
	line-height: 1.1;
	font-weight: 800;
	margin-bottom: 6px;
	color: #071832;
}

.object-single__old-price {
	font-size: 18px;
	color: #97a3b3;
	text-decoration: line-through;
	margin-bottom: 18px;
}

.object-single__address {
	font-size: 16px;
	color: #4d5b6c;
	margin-bottom: 8px;
}

.object-single__complex {
	display: inline-flex;
	margin-top: 4px;
	margin-bottom: 22px;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(210, 166, 82, 0.12);
	color: #b88732;
	font-size: 14px;
	font-weight: 700;
}

.object-single__quick {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin: 24px 0;
}

.object-single__quick div {
	background: #f7f9fc;
	border: 1px solid #edf0f4;
	border-radius: 14px;
	padding: 15px 12px;
}

.object-single__quick strong {
	display: block;
	font-size: 20px;
	line-height: 1.1;
	margin-bottom: 5px;
	color: #0b1f3a;
}

.object-single__quick span {
	font-size: 13px;
	color: #7a8594;
}

.object-single__buttons {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-top: 24px;
}

.object-single__button {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	border-radius: 10px;
	font-weight: 800;
	text-decoration: none;
	transition: 0.2s ease;
}

.object-single__button--primary {
	background: linear-gradient(180deg, #102a4c 0%, #071832 100%);
	color: #ffffff;
	box-shadow: 0 10px 22px rgba(7, 24, 50, 0.18);
}

.object-single__button--secondary {
	background: linear-gradient(180deg, #e7c271 0%, #d2a652 100%);
	color: #071832;
	box-shadow: 0 10px 22px rgba(210, 166, 82, 0.22);
}

.object-single__button:hover {
	transform: translateY(-1px);
	filter: brightness(1.03);
}

.object-single__section {
	padding: 34px;
	margin-bottom: 26px;
}

.object-single__section h2 {
	font-size: 28px;
	margin: 0 0 24px;
	color: #0b1f3a;
	font-weight: 800;
	letter-spacing: -0.02em;
}

.object-single__section h2::before {
	content: "";
	display: block;
	width: 42px;
	height: 3px;
	background: #d2a652;
	border-radius: 99px;
	margin-bottom: 14px;
}

.object-single__text {
	font-size: 17px;
	line-height: 1.75;
	color: #4d5b6c;
	max-width: 850px;
}

.object-single__features {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 36px;
}

.object-single__feature {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	padding: 16px 0;
	border-bottom: 1px solid #edf0f4;
}

.object-single__feature span {
	color: #7a8594;
}

.object-single__feature strong {
	color: #0b1f3a;
	text-align: right;
	font-weight: 800;
}

.object-single__floor-plan {
	max-width: 100%;
	height: auto;
	border-radius: 14px;
	background: #f7f9fc;
	border: 1px solid #e7ebf0;
}

.object-single__media-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.object-single__media-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 20px;
	border-radius: 10px;
	background: linear-gradient(180deg, #102a4c 0%, #071832 100%);
	color: #ffffff;
	text-decoration: none;
	font-weight: 800;
}

.object-single__agent-card {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 22px;
	border-radius: 16px;
	background: linear-gradient(135deg, #071832 0%, #102a4c 100%);
	color: #ffffff;
}

.object-single__agent-card img {
	width: 88px;
	height: 88px;
	border-radius: 50%;
	object-fit: cover;
	background: rgba(255,255,255,0.1);
	border: 3px solid rgba(210, 166, 82, 0.8);
}

.object-single__agent-info {
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.object-single__agent-info strong {
	font-size: 21px;
	color: #ffffff;
}

.object-single__agent-info a {
	color: #ffffff;
	text-decoration: none;
	opacity: 0.92;
}

.object-single__agent-info a:hover {
	color: #e7c271;
}

@media (max-width: 960px) {
	.object-single__hero {
		grid-template-columns: 1fr;
	}

	.object-single__summary {
		position: static;
	}

	.object-single__features {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.object-single {
		padding: 24px 0 54px;
	}

	.object-single__container {
		width: min(100% - 20px, 1180px);
	}

	.object-single__summary,
	.object-single__section {
		padding: 22px;
		border-radius: 14px;
	}

	.object-single__title {
		font-size: 25px;
	}

	.object-single__price {
		font-size: 29px;
	}

	.object-single__thumbs {
		grid-template-columns: repeat(3, 1fr);
	}

	.object-single__quick {
		grid-template-columns: 1fr;
	}

	.object-single__buttons {
		grid-template-columns: 1fr;
	}

	.object-single__feature {
		flex-direction: column;
		gap: 5px;
	}

	.object-single__feature strong {
		text-align: left;
	}

	.object-single__agent-card {
		align-items: flex-start;
	}
	
}
.object-single__main-photo {
	position: relative;
}

.gallery-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	height: 48px;
	padding: 0;
	margin: 0;
	border: 1px solid rgba(255,255,255,0.35);
	border-radius: 50%;
	background: rgba(7,24,50,.68);
	color: #ffffff;
	cursor: pointer;
	z-index: 10;

	display: flex;
	align-items: center;
	justify-content: center;

	font-family: Arial, sans-serif;
	font-size: 34px;
	font-weight: 400;
	line-height: 1;

	appearance: none;
	-webkit-appearance: none;
	box-shadow: none;
	opacity: 0;
	transition: .2s ease;
}

.object-single__main-photo:hover .gallery-arrow {
	opacity: 1;
}

.gallery-arrow:hover,
.gallery-arrow:focus {
	background: rgba(7,24,50,.92);
	color: #ffffff;
	outline: none;
}

.gallery-prev {
	left: 18px;
}

.gallery-next {
	right: 18px;
}

.gallery-prev {
	padding-right: 2px;
}

.gallery-next {
	padding-left: 2px;
}

@media (max-width: 768px) {
	.gallery-arrow {
		opacity: 1;
		width: 42px;
		height: 42px;
		font-size: 30px;
	}

	.gallery-prev {
		left: 12px;
	}

	.gallery-next {
		right: 12px;
	}
}

.object-single__thumb {
	cursor: pointer;
	border-radius: 10px;
	overflow: hidden;
	border: 2px solid transparent;
}

.object-single__thumb.active {
	border-color: #d2a652;
}
.gallery-arrow::before {
	content: "";
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	display: block;
}

.gallery-prev::before {
	transform: rotate(-135deg);
	margin-left: 4px;
}

.gallery-next::before {
	transform: rotate(45deg);
	margin-right: 4px;
}
.object-single__main-photo img {
	transition: opacity .28s ease, transform .28s ease;
}

.object-single__main-photo img.is-changing {
	opacity: 0;
	transform: scale(1.01);
}

.object-gallery-counter {
	position: absolute;
	left: 18px;
	bottom: 18px;
	z-index: 10;
	min-width: 64px;
	height: 34px;
	padding: 0 13px;
	border-radius: 999px;
	background: rgba(7, 24, 50, 0.72);
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 800;
	backdrop-filter: blur(8px);
}

.object-gallery-fullscreen {
	position: absolute;
	right: 18px;
	bottom: 18px;
	z-index: 10;
	height: 38px;
	padding: 0 16px;
	border: 1px solid rgba(255, 255, 255, 0.38);
	border-radius: 999px;
	background: rgba(7, 24, 50, 0.72);
	color: #ffffff;
	font-size: 14px;
	font-weight: 800;
	cursor: pointer;
	backdrop-filter: blur(8px);
	transition: .2s ease;
}

.object-gallery-fullscreen:hover {
	background: rgba(7, 24, 50, 0.92);
	color: #ffffff;
}

@media (max-width: 640px) {
	.object-gallery-counter {
		left: 12px;
		bottom: 12px;
		height: 32px;
		font-size: 13px;
	}

	.object-gallery-fullscreen {
		right: 12px;
		bottom: 12px;
		height: 34px;
		padding: 0 13px;
		font-size: 13px;
	}
}

.property-map-section {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
    margin: 60px 0;
}

.property-map-wrap {
    width: 100%;
    min-height: 430px;
    border-radius: 18px;
    overflow: hidden;
    background: #111;
}

.property-yandex-map {
    width: 100%;
    height: 430px;
    min-height: 430px;
}

.property-location-info {
    background: #fff;
    border: 1px solid #e6e9ef;
    border-radius: 18px;
    padding: 30px;
}

.location-item {
    margin-bottom: 20px;
}

.location-item strong {
    display: block;
    color: #001b3f;
    margin-bottom: 6px;
}

.location-item span {
    color: #001b3f;
}

.property-map-marker {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #d4a13a;
    border: 3px solid #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,.35);
    transform: translate(-50%, -50%);
}

.property-map-marker span {
    display: block;
    width: 10px;
    height: 10px;
    background: #001b3f;
    border-radius: 50%;
    margin: 9px auto 0;
}

@media (max-width: 768px) {
    .property-map-section {
        grid-template-columns: 1fr;
    }

    .property-yandex-map,
    .property-map-wrap {
        height: 320px;
        min-height: 320px;
    }
}
.property-route-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    margin-top: 25px;
    padding: 14px 20px;

    background: #d4a13a;
    color: #001b3f;

    font-weight: 700;
    text-decoration: none;

    border-radius: 10px;

    transition: all .25s ease;
}

.property-route-button:hover {
    background: #e3b24f;
    transform: translateY(-2px);
    color: #001b3f;
}
.property-related {
    margin-top: 60px;
    margin-bottom: 26px;
}

.property-related__title {
    margin: 0 0 24px;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
}

.property-related__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.property-related-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.property-related-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
}

.property-related-card__link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.property-related-card__image {
    position: relative;
    aspect-ratio: 4 / 3;
    background: #f3f3f3;
    overflow: hidden;
}

.property-related-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.property-related-card__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #777;
    font-size: 14px;
}

.property-related-card__body {
    padding: 18px;
}

.property-related-card__title {
    margin: 0 0 12px;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 600;
}

.property-related-card__price {
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
}

.property-related-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin-bottom: 10px;
    color: #555;
    font-size: 14px;
}

.property-related-card__metro {
    color: #555;
    font-size: 14px;
}

@media (max-width: 900px) {
    .property-related__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .property-related {
        margin-top: 40px;
    }

    .property-related__title {
        font-size: 26px;
    }

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

.property-status-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 6px 12px;

    border-radius: 999px;

    font-size: 13px;
    font-weight: 600;
    line-height: 1;

    color: #fff;

    background: var(--status-color);

    white-space: nowrap;
}
.object-single__main-photo {
    position: relative;
}

.object-single__main-photo .property-status-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 30;
}
.property-related-card__image {
    position: relative;
    aspect-ratio: 4 / 3;
    background: #f3f3f3;
    overflow: hidden;
    border-radius: 18px 18px 0 0;
}

.property-related-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: relative;
    z-index: 1;
}

.property-related-card__image::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.22) 0%,
        rgba(0, 0, 0, 0.05) 34%,
        rgba(0, 0, 0, 0) 68%
    );
}

.property-related-card__image .property-status-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 3;

    padding: 8px 14px;
    border-radius: 999px;

    font-size: 13px;
    font-weight: 700;
    line-height: 1;

    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}
/* Status badge modifiers */
.property-status-badge--novinka {
    background: #1D4ED8;
    box-shadow: 0 0 20px rgba(37, 99, 235, 0.35);
}

.property-status-badge--snizhena-cena {
    background: #7C3AED;
    box-shadow: 0 0 20px rgba(124, 58, 237, 0.30);
}

.property-related-card--sold {
    opacity: .92;
}

.property-status-badge--zabronirovano {
    background: #F59E0B;
}
.property-related-card--sold .property-related-card__image img {
    filter: brightness(0.55) grayscale(0.15);
}

.property-related-card--sold .property-related-card__image::after {
    background: rgba(0, 0, 0, 0.18);
}
.property-related-card__area {
    display: block;
    margin-top: 6px;

    font-size: 14px;
    font-weight: 500;
    color: #6b7280;
}

.property-related-card__location {
    margin-top: 12px;
}

.property-related-card__address {
    margin-bottom: 8px;
    font-size: 14px;
    color: #4b5563;
}

.property-related-card__metro {
    font-size: 14px;
    color: #4b5563;
}

/* Стили каталога объектов */
.property-archive {
    background: #f6f3ed;
    min-height: 100vh;
}

.property-archive-container {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.property-archive-hero {
    padding: 56px 0 32px;
}

.property-archive-title {
    margin: 0 0 10px;
    font-size: clamp(32px, 5vw, 52px);
    line-height: 1.05;
}

.property-archive-subtitle {
    margin: 0;
    font-size: 18px;
    color: #6b6257;
}

.property-archive-content {
    padding: 16px 0 70px;
}

.property-archive-layout {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

.property-filters-box {
    position: sticky;
    top: 24px;
    background: #fff;
    border: 1px solid rgba(54, 45, 34, 0.12);
    border-radius: 22px;
    padding: 22px;
    box-shadow: 0 14px 38px rgba(38, 31, 22, 0.06);
}

.property-filters-box h2 {
    margin: 0 0 8px;
    font-size: 22px;
}

.property-filters-box p {
    margin: 0;
    color: #7a7065;
    font-size: 15px;
}

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

.property-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(54, 45, 34, 0.12);
    border-radius: 24px;
    box-shadow: 0 16px 40px rgba(38, 31, 22, 0.07);
    transition: transform .22s ease, box-shadow .22s ease;
}

.property-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 54px rgba(38, 31, 22, 0.11);
}

.property-card-image {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #ddd5c8;
    text-decoration: none;
}

.property-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}

.property-card:hover .property-card-image img {
    transform: scale(1.04);
}

.property-card-placeholder {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    color: #7a7065;
    font-size: 15px;
}

.property-card-status {
    position: absolute;
    top: 16px;
    left: 16px;
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #1f2937;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
}

.property-card-status--aktualno,
.property-card-status--aktivno {
    background: #15803d;
}

.property-card-status--novinka {
    background: #1D4ED8;
    box-shadow: 0 0 20px rgba(37, 99, 235, 0.35);
}

.property-card-status--snizhena-cena {
    background: #7C3AED;
    box-shadow: 0 0 20px rgba(124, 58, 237, 0.30);
}

.property-card-status--prodano {
    background: #111827;
}

.property-card-status--rezerv {
    background: #b45309;
}

.property-card-status--snyato {
    background: #6b7280;
}

.property-card-body {
    padding: 20px 22px 22px;
}

.property-card-title {
    margin: 0 0 12px;
    font-size: 21px;
    line-height: 1.25;
}

.property-card-title a {
    color: #241d16;
    text-decoration: none;
}

.property-card-title a:hover {
    color: #8a6428;
}

.property-card-price {
    margin-bottom: 14px;
    font-size: 24px;
    font-weight: 800;
    color: #241d16;
}

.property-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.property-card-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 5px 10px;
    border-radius: 999px;
    background: #f2eee6;
    color: #4b4036;
    font-size: 14px;
    line-height: 1;
}

.property-card-location,
.property-card-metro {
    color: #62584e;
    font-size: 15px;
    line-height: 1.45;
}

.property-card-location + .property-card-metro {
    margin-top: 6px;
}

.property-pagination {
    margin-top: 36px;
}

.property-pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.property-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(54, 45, 34, 0.14);
    color: #241d16;
    text-decoration: none;
    font-weight: 700;
}

.property-pagination .page-numbers.current {
    background: #241d16;
    color: #fff;
}

.property-pagination a.page-numbers:hover {
    background: #8a6428;
    color: #fff;
}

.property-empty {
    background: #fff;
    border-radius: 24px;
    padding: 32px;
    border: 1px solid rgba(54, 45, 34, 0.12);
}

.property-empty h2 {
    margin-top: 0;
}

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

    .property-filters-box {
        position: static;
    }
}

@media (max-width: 760px) {
    .property-archive-hero {
        padding: 38px 0 24px;
    }

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

    .property-card-body {
        padding: 18px;
    }

    .property-card-title {
        font-size: 20px;
    }

    .property-card-price {
        font-size: 22px;
    }
}

/* Стили фильтра */
.property-filter-field {
    margin-top: 18px;
}

.property-filter-field label {
    display: block;
    margin-bottom: 8px;
    color: #3a3128;
    font-size: 14px;
    font-weight: 700;
}

.property-filter-field select,
.property-filter-field input {
    width: 100%;
    min-height: 44px;
    border: 1px solid rgba(54, 45, 34, 0.18);
    border-radius: 14px;
    background: #f8f5ee;
    padding: 0 12px;
    color: #241d16;
    font-size: 15px;
    outline: none;
}

.property-filter-field select:focus,
.property-filter-field input:focus {
    border-color: #8a6428;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(138, 100, 40, 0.12);
}

.property-filter-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.property-filter-actions {
    display: grid;
    gap: 10px;
    margin-top: 22px;
}

.property-filter-actions button {
    min-height: 46px;
    border: none;
    border-radius: 999px;
    background: #241d16;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    transition: background .2s ease, transform .2s ease;
}

.property-filter-actions button:hover {
    background: #8a6428;
    transform: translateY(-1px);
}

.property-filter-actions a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 42px;
    border-radius: 999px;
    color: #6b6257;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.property-filter-actions a:hover {
    color: #241d16;
    background: #f2eee6;
}
.property-catalog-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 22px;
    padding: 16px 18px;
    background: #fff;
    border: 1px solid rgba(54, 45, 34, 0.12);
    border-radius: 20px;
}

.property-catalog-count {
    color: #3a3128;
    font-size: 15px;
    font-weight: 700;
}

.property-catalog-sort {
    display: flex;
    align-items: center;
    gap: 10px;
}

.property-catalog-sort label {
    color: #6b6257;
    font-size: 14px;
    font-weight: 700;
}

.property-catalog-sort select {
    min-height: 40px;
    border: 1px solid rgba(54, 45, 34, 0.18);
    border-radius: 999px;
    background: #f8f5ee;
    padding: 0 14px;
    color: #241d16;
    font-size: 14px;
    font-weight: 700;
}

@media (max-width: 760px) {
    .property-catalog-top {
        flex-direction: column;
        align-items: stretch;
    }

    .property-catalog-sort {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }

    .property-catalog-sort select {
        width: 100%;
    }
}
.property-card--sold {
    opacity: .92;
}

.property-card--sold .property-card-image img {
    filter: grayscale(.35);
}

.property-card-photos {
    position: absolute;
    right: 16px;
    bottom: 16px;
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 11px;
    border-radius: 999px;
    background: rgba(20, 16, 12, .72);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    backdrop-filter: blur(6px);
}

.property-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: -4px 0 14px;
}

.property-card-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 27px;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(138, 100, 40, .10);
    color: #7a541f;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.property-card-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 44px;
    margin-top: 18px;
    border-radius: 999px;
    background: #241d16;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    transition: background .2s ease, transform .2s ease;
}

.property-card-button:hover {
    background: #8a6428;
    color: #fff;
    transform: translateY(-1px);
}

.property-card-button:visited {
    color: #fff;
}
.property-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    color: #7a7065;
    font-size: 14px;
    font-weight: 600;
}

.property-breadcrumbs a {
    color: #7a7065;
    text-decoration: none;
}

.property-breadcrumbs a:hover {
    color: #8a6428;
}

.property-seo-text {
    padding: 0 0 72px;
    background: #f6f3ed;
}

.property-seo-text .property-archive-container {
    background: #fff;
    border: 1px solid rgba(54, 45, 34, 0.12);
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 14px 38px rgba(38, 31, 22, 0.06);
}

.property-seo-text h2 {
    margin: 0 0 14px;
    font-size: 28px;
    line-height: 1.2;
    color: #241d16;
}

.property-seo-text p {
    margin: 0 0 12px;
    color: #62584e;
    font-size: 16px;
    line-height: 1.65;
}

.property-seo-text p:last-child {
    margin-bottom: 0;
}

/* ==============================
   Главная страница
============================== */

.realty-home {
    background: #ffffff;
    color: #111827;
}

.realty-container {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.realty-section {
    padding: 80px 0;
}

.realty-section--muted {
    background: #F6F3EE;
}

.realty-section--dark {
    background: #111827;
    color: #ffffff;
}

.realty-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #B08A3C;
}

.realty-section__head {
    max-width: 760px;
    margin-bottom: 36px;
}

.realty-section__head h2 {
    margin: 0 0 12px;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.08;
}

.realty-section__head p {
    margin: 0;
    color: #6B7280;
    font-size: 18px;
}

.realty-section--dark .realty-section__head p,
.realty-section--dark p {
    color: rgba(255,255,255,.72);
}

.realty-section__head--row {
    max-width: none;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
}

/* Buttons */

.realty-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 22px;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid transparent;
    transition: .2s ease;
    cursor: pointer;
}

.realty-btn--primary {
    background: #B08A3C;
    color: #ffffff;
}

.realty-btn--primary:hover {
    background: #98742f;
    color: #ffffff;
}

.realty-btn--secondary {
    background: #ffffff;
    color: #111827;
    border-color: rgba(17, 24, 39, .14);
}

.realty-btn--secondary:hover {
    background: #F3F4F6;
    color: #111827;
}

.realty-btn--full {
    width: 100%;
}

.realty-link {
    color: #B08A3C;
    font-weight: 700;
    text-decoration: none;
}

.realty-link:hover {
    color: #8C6B2F;
}

/* Hero */

.realty-hero {
    padding: 88px 0;
    background:
        radial-gradient(circle at top left, rgba(176,138,60,.18), transparent 34%),
        linear-gradient(135deg, #F8F5EF 0%, #FFFFFF 58%, #F4EFE6 100%);
}

.realty-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
    gap: 48px;
    align-items: center;
}

.realty-hero__title {
    margin: 0 0 20px;
    font-size: clamp(42px, 6vw, 72px);
    line-height: .98;
    letter-spacing: -0.04em;
    color: #111827;
}

.realty-hero__text {
    max-width: 660px;
    margin: 0 0 28px;
    font-size: 20px;
    line-height: 1.6;
    color: #4B5563;
}

.realty-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 32px;
}

.realty-hero__features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    max-width: 700px;
}

.realty-hero__features div {
    padding: 18px;
    border-radius: 20px;
    background: rgba(255,255,255,.78);
    box-shadow: 0 12px 35px rgba(17,24,39,.06);
}

.realty-hero__features strong {
    display: block;
    margin-bottom: 4px;
    font-size: 22px;
    color: #111827;
}

.realty-hero__features span {
    display: block;
    font-size: 14px;
    color: #6B7280;
}

.realty-hero__card {
    padding: 30px;
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 28px 80px rgba(17,24,39,.14);
}

.realty-hero__card h2 {
    margin: 0 0 10px;
    font-size: 30px;
}

.realty-hero__card p {
    margin: 0 0 22px;
    color: #6B7280;
}

/* Hero Badge */

.contacts-card__badge {
    margin-top: 24px;
    padding: 22px;
    border-radius: 20px;
    background: linear-gradient(
        135deg,
        rgba(212,175,55,.16),
        rgba(248,231,161,.08)
    );
    border: 1px solid rgba(212,175,55,.28);
}

.contacts-card__badge-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-bottom: 14px;
    border-radius: 14px;
    background: rgba(212,175,55,.18);
    color: #F8E7A1;
    font-weight: 800;
}

.contacts-card__badge strong {
    display: block;
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 1.35;
    color: #ffffff;
}

.contacts-card__badge ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contacts-card__badge li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 9px;
    color: rgba(255,255,255,.76);
    line-height: 1.5;
}

.contacts-card__badge li:last-child {
    margin-bottom: 0;
}

.contacts-card__badge li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #D4AF37;
}

/* Form */

.realty-form {
    display: grid;
    gap: 16px;
}

.realty-form label {
    display: grid;
    gap: 7px;
    font-size: 14px;
    font-weight: 700;
    color: #374151;
}

.realty-form input,
.realty-form select,
.realty-form textarea {
    width: 100%;
    min-height: 48px;
    border-radius: 14px;
    border: 1px solid #D1D5DB;
    padding: 0 14px;
    background: #ffffff;
    color: #111827;
    font-size: 16px;
}

.realty-form input:focus,
.realty-form select:focus,
.realty-form textarea:focus {
    outline: none;
    border-color: #B08A3C;
    box-shadow: 0 0 0 3px rgba(176,138,60,.16);
}

.realty-form small {
    color: #6B7280;
    font-size: 12px;
    line-height: 1.4;
}

/* Cards */

.realty-card-grid {
    display: grid;
    gap: 20px;
}

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

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

.realty-card-grid--four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.realty-service-card,
.realty-problem-card,
.realty-article-card {
    display: block;
    min-height: 170px;
    padding: 26px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(17,24,39,.08);
    text-decoration: none;
    color: #111827;
    box-shadow: 0 14px 34px rgba(17,24,39,.05);
    transition: .2s ease;
}

.realty-service-card:hover,
.realty-problem-card:hover,
.realty-article-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 50px rgba(17,24,39,.1);
    color: #111827;
}

.realty-service-card h3,
.realty-problem-card h3,
.realty-article-card h3 {
    margin: 0 0 10px;
    font-size: 22px;
}

.realty-service-card p,
.realty-problem-card p,
.realty-article-card p {
    margin: 0;
    color: #6B7280;
    line-height: 1.55;
}

/* Steps */

.realty-steps {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.realty-step {
    padding: 24px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(17,24,39,.08);
    box-shadow: 0 14px 34px rgba(17,24,39,.05);
}

.realty-step span {
    display: inline-flex;
    margin-bottom: 18px;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #F4EFE6;
    color: #B08A3C;
    font-weight: 800;
}

.realty-step h3 {
    margin: 0 0 8px;
    font-size: 21px;
}

.realty-step p {
    margin: 0;
    color: #6B7280;
    line-height: 1.5;
}

/* Trust */

.realty-trust {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 48px;
    align-items: start;
}

.realty-trust h2 {
    margin: 0 0 18px;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.05;
}

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

.realty-trust__grid div {
    padding: 24px;
    border-radius: 24px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
}

.realty-trust__grid h3 {
    margin: 0 0 8px;
    color: #ffffff;
}

.realty-trust__grid p {
    margin: 0;
}

/* Object cards */

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

.realty-object-card {
    overflow: hidden;
    border-radius: 26px;
    background: #ffffff;
    border: 1px solid rgba(17,24,39,.08);
    box-shadow: 0 16px 38px rgba(17,24,39,.06);
}

.realty-object-card__image {
    display: block;
    aspect-ratio: 4 / 3;
    background: #E5E7EB;
    overflow: hidden;
}

.realty-object-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .25s ease;
}

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

.realty-object-card__placeholder {
    height: 100%;
    display: grid;
    place-items: center;
    color: #6B7280;
    font-weight: 700;
}

.realty-object-card__body {
    padding: 20px;
}

.realty-object-card__body h3 {
    margin: 0 0 12px;
    font-size: 20px;
    line-height: 1.25;
}

.realty-object-card__body h3 a {
    color: #111827;
    text-decoration: none;
}

.realty-object-card__meta {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 12px;
    color: #6B7280;
    font-size: 14px;
}

.realty-object-card__price {
    margin-bottom: 8px;
    font-size: 22px;
    font-weight: 800;
    color: #111827;
}

.realty-object-card__metro {
    color: #6B7280;
    font-size: 14px;
}

/* Articles */

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

/* SEO */

.realty-seo {
    background: #ffffff;
}

.realty-seo__inner {
    max-width: 1180px;
}

.realty-seo h2 {
    margin: 0 0 22px;
    font-size: clamp(30px, 4vw, 46px);
}

.realty-seo p {
    color: #4B5563;
    font-size: 17px;
    line-height: 1.75;
}

/* Final CTA */

.realty-final-cta {
    padding: 64px 0;
    background: #F4EFE6;
}

.realty-final-cta__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 28px;
    padding: 34px;
    border-radius: 30px;
    background: #111827;
    color: #ffffff;
}

.realty-final-cta h2 {
    margin: 0 0 10px;
    font-size: clamp(28px, 4vw, 44px);
}

.realty-final-cta p {
    margin: 0;
    color: rgba(255,255,255,.72);
}

/* Responsive */

@media (max-width: 1024px) {
    .realty-hero__grid,
    .realty-trust {
        grid-template-columns: 1fr;
    }

    .realty-card-grid--six,
    .realty-card-grid--three,
    .realty-objects-grid,
    .realty-articles-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

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

@media (max-width: 720px) {
    .realty-section {
        padding: 56px 0;
    }

    .realty-hero {
        padding: 56px 0;
    }

    .realty-hero__grid {
        gap: 32px;
    }

    .realty-hero__features {
        grid-template-columns: 1fr;
    }

    .realty-section__head--row,
    .realty-final-cta__inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .realty-card-grid--six,
    .realty-card-grid--three,
    .realty-card-grid--four,
    .realty-objects-grid,
    .realty-articles-grid,
    .realty-trust__grid,
    .realty-steps {
        grid-template-columns: 1fr;
    }

    .realty-hero__card {
        padding: 24px;
        border-radius: 24px;
    }

    .realty-hero__title {
        font-size: 42px;
    }
}
/* Fix trust block */

.realty-section--dark {
    background: #111827;
}

.realty-trust {
    grid-template-columns: 1fr 1.15fr;
}

.realty-trust h2 {
    color: #ffffff !important;
}

.realty-trust > div:first-child p {
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 17px;
    line-height: 1.7;
}

.realty-trust__grid div {
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.realty-trust__grid h3 {
    color: #ffffff !important;
}

.realty-trust__grid p {
    color: rgba(255, 255, 255, 0.72) !important;
}
/* Improve hero form */

.realty-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 480px);
    gap: 56px;
}

.realty-hero__card {
    padding: 38px;
    border-radius: 32px;
    border: 1px solid rgba(176, 138, 60, 0.14);
    box-shadow: 0 32px 90px rgba(17, 24, 39, 0.16);
}

.realty-hero__card h2 {
    font-size: 34px;
    line-height: 1.1;
    color: #111827 !important;
}

.realty-hero__card p {
    font-size: 16px;
    line-height: 1.55;
}

.realty-form {
    gap: 18px;
}

.realty-form input,
.realty-form select {
    min-height: 54px;
    border-radius: 16px;
    font-size: 15px;
}

.realty-form .realty-btn {
    min-height: 56px;
    font-size: 16px;
    border-radius: 18px;
}

.realty-form small {
    display: block;
    text-align: center;
    max-width: 340px;
    margin: 0 auto;
}
.realty-seo {
    background: #ffffff;
    padding-top: 90px;
    padding-bottom: 90px;
}

.realty-seo h2 {
    max-width: 800px;
    margin-bottom: 30px;
}

.realty-seo p {
    max-width: 1000px;
    font-size: 18px;
    line-height: 1.85;
}
.realty-final-cta h2 {
    color: #ffffff !important;
}

.realty-final-cta p {
    color: rgba(255,255,255,.8) !important;
}
.realty-final-cta__inner {
    padding: 48px;
}
.realty-btn {
    white-space: nowrap;
}

/* Mobile fixes for home page */

@media (max-width: 720px) {

    /* Hero mobile */

    .realty-hero {
        padding: 42px 0 50px;
    }

    .realty-hero__grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .realty-hero__content {
        min-width: 0;
    }

    .realty-hero__title {
        font-size: 38px;
        line-height: 1.02;
        letter-spacing: -0.03em;
    }

    .realty-hero__text {
        font-size: 17px;
        line-height: 1.55;
    }

    .realty-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .realty-hero__actions .realty-btn {
        width: 100%;
        min-width: 0;
    }

    .realty-hero__features {
        grid-template-columns: 1fr;
    }

    .realty-hero__card {
        width: 100%;
        min-width: 0;
        padding: 24px;
        border-radius: 24px;
    }

    .realty-hero__card h2 {
        font-size: 27px;
    }

    /* Trust mobile */

    .realty-section--dark {
        padding: 56px 0;
    }

    .realty-trust {
        display: grid;
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .realty-trust h2 {
        font-size: 34px;
        line-height: 1.08;
    }

    .realty-trust__grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .realty-trust__grid div {
        padding: 22px;
        border-radius: 20px;
    }
}

/* ==================================================
   СРОЧНЫЙ ВЫКУП НЕДВИЖИМОСТИ — HERO
================================================== */

.vykup-page {
    overflow: hidden;
}

.vykup-container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.vykup-hero {
    position: relative;
    padding: 90px 0;
    background:
        radial-gradient(circle at 10% 10%, rgba(212, 175, 55, 0.16), transparent 34%),
        linear-gradient(135deg, #0F172A 0%, #1E293B 52%, #111827 100%);
    color: #fff;
}

.vykup-hero::after {
    content: "";
    position: absolute;
    inset: auto -120px -180px auto;
    width: 420px;
    height: 420px;
    background: rgba(212, 175, 55, 0.12);
    border-radius: 50%;
    filter: blur(20px);
    pointer-events: none;
}

.vykup-hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
    gap: 48px;
    align-items: center;
}

.vykup-eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 18px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(212, 175, 55, 0.14);
    border: 1px solid rgba(212, 175, 55, 0.35);
    color: #F8E7A1;
    font-size: 14px;
    font-weight: 700;
}

.vykup-hero__title {
    max-width: 780px;
    margin: 0 0 24px;
    color: #fff;
    font-size: clamp(36px, 5vw, 60px);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.vykup-hero__text {
    max-width: 720px;
    margin: 0;
    color: rgba(255,255,255,.82);
    font-size: 18px;
    line-height: 1.75;
}

.vykup-hero__features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 18px;
    max-width: 720px;
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}

.vykup-hero__features li {
    position: relative;
    padding: 14px 16px 14px 42px;
    border-radius: 14px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.12);
    color: rgba(255,255,255,.9);
    font-weight: 600;
}

.vykup-hero__features li::before {
    content: "✓";
    position: absolute;
    left: 16px;
    top: 14px;
    color: #D4AF37;
    font-weight: 800;
}

.vykup-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 34px;
}

.vykup-hero__note {
    margin-top: 18px;
    color: rgba(255,255,255,.68);
    font-size: 14px;
}

.vykup-hero__form {
    position: relative;
    padding: 34px;
    border-radius: 24px;
    background: #fff;
    color: #0F172A;
    box-shadow: 0 24px 70px rgba(0,0,0,.24);
}

.vykup-form-label {
    display: inline-flex;
    margin-bottom: 16px;
    padding: 7px 12px;
    border-radius: 999px;
    background: #F8FAFC;
    color: #475569;
    font-size: 13px;
    font-weight: 700;
}

.vykup-hero__form h2 {
    margin: 0 0 14px;
    color: #0F172A;
    font-size: 30px;
    line-height: 1.2;
}

.vykup-hero__form p {
    margin: 0 0 24px;
    color: #64748B;
    line-height: 1.65;
}

/* CF7 внутри формы */

.vykup-hero__form .wpcf7-form p {
    margin-bottom: 14px;
}

.vykup-hero__form input,
.vykup-hero__form select,
.vykup-hero__form textarea {
    width: 100%;
    min-height: 50px;
    border-radius: 12px;
    border: 1px solid #CBD5E1;
    padding: 12px 14px;
    background: #fff;
    color: #0F172A;
}

.vykup-hero__form textarea {
    min-height: 110px;
    resize: vertical;
}

.vykup-hero__form input[type="submit"] {
    border: none;
    background: #D4AF37;
    color: #111827;
    font-weight: 800;
    cursor: pointer;
    transition: .2s ease;
}

.vykup-hero__form input[type="submit"]:hover {
    background: #C19A2E;
}

/* MOBILE HERO */

@media (max-width: 1024px) {
    .vykup-hero {
        padding: 70px 0;
    }

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

    .vykup-hero__form {
        max-width: 620px;
    }
}

@media (max-width: 767px) {
    .vykup-hero {
        padding: 52px 0;
    }

    .vykup-container {
        padding: 0 16px;
    }

    .vykup-hero__features {
        grid-template-columns: 1fr;
    }

    .vykup-hero__actions {
        flex-direction: column;
    }

    .vykup-hero__actions .realty-btn {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .vykup-hero__form {
        padding: 24px;
        border-radius: 20px;
    }

    .vykup-hero__form h2 {
        font-size: 24px;
    }
}

/* ==================================================
   СРОЧНЫЙ ВЫКУП — БЛОК ДОВЕРИЯ ПОСЛЕ HERO
================================================== */

.vykup-proof {
    position: relative;
    z-index: 3;
    margin-top: -42px;
    padding-bottom: 70px;
}

.vykup-proof__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    padding: 24px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 20px 55px rgba(15, 23, 42, .12);
}

.vykup-proof__item {
    padding: 24px 20px;
    border-radius: 18px;
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
}

.vykup-proof__number {
    margin-bottom: 8px;
    color: #B88A1D;
    font-size: 34px;
    line-height: 1;
    font-weight: 800;
}

.vykup-proof__text {
    color: #334155;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 600;
}

@media (max-width: 1024px) {
    .vykup-proof__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .vykup-proof {
        margin-top: 0;
        padding: 34px 0 54px;
        background: #F8FAFC;
    }

    .vykup-proof__grid {
        grid-template-columns: 1fr;
        padding: 0;
        background: transparent;
        box-shadow: none;
    }
}

/* ==================================================
   СРОЧНЫЙ ВЫКУП — КАКИЕ ОБЪЕКТЫ ВЫКУПАЕМ
================================================== */

.vykup-section {
    padding: 90px 0;
}

.vykup-types {
    background: #F8FAFC;
}

.vykup-section__head {
    max-width: 860px;
    margin: 0 auto 46px;
    text-align: center;
}

.vykup-section__label {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 7px 13px;
    border-radius: 999px;
    background: #F1F5F9;
    color: #B88A1D;
    font-size: 13px;
    font-weight: 800;
}

.vykup-section__head h2 {
    margin: 0 0 18px;
    color: #0F172A;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.vykup-section__head p {
    margin: 0;
    color: #64748B;
    font-size: 17px;
    line-height: 1.75;
}

.vykup-types__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.vykup-type-card {
    min-height: 230px;
    padding: 28px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid #E2E8F0;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .04);
    transition: .22s ease;
}

.vykup-type-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 42px rgba(15, 23, 42, .09);
}

.vykup-type-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 22px;
    border-radius: 16px;
    background: #F8FAFC;
    font-size: 24px;
}

.vykup-type-card h3 {
    margin: 0 0 12px;
    color: #0F172A;
    font-size: 21px;
    line-height: 1.25;
    font-weight: 800;
}

.vykup-type-card p {
    margin: 0;
    color: #64748B;
    font-size: 15px;
    line-height: 1.65;
}

.vykup-type-card--accent {
    background: linear-gradient(135deg, #111827, #1E293B);
    border-color: rgba(212, 175, 55, .35);
}

.vykup-type-card--accent h3 {
    color: #fff;
}

.vykup-type-card--accent p {
    color: rgba(255,255,255,.74);
}

.vykup-type-card--accent .vykup-type-card__icon {
    background: rgba(212, 175, 55, .14);
}

/* MOBILE */

@media (max-width: 1024px) {
    .vykup-types__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .vykup-section {
        padding: 64px 0;
    }

    .vykup-types__grid {
        grid-template-columns: 1fr;
    }

    .vykup-type-card {
        min-height: auto;
        padding: 24px;
    }
}

/* ==================================================
   СРОЧНЫЙ ВЫКУП — СИТУАЦИИ
================================================== */

.vykup-situations {
    background: #fff;
}

.vykup-situations__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.vykup-situation-card {
    position: relative;
    padding: 30px;
    border-radius: 22px;
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    overflow: hidden;
}

.vykup-situation-card::before {
    content: "";
    position: absolute;
    left: 30px;
    top: 0;
    width: 52px;
    height: 4px;
    border-radius: 0 0 6px 6px;
    background: #D4AF37;
}

.vykup-situation-card h3 {
    margin: 0 0 12px;
    color: #0F172A;
    font-size: 22px;
    font-weight: 800;
}

.vykup-situation-card p {
    margin: 0;
    color: #64748B;
    font-size: 15px;
    line-height: 1.7;
}

@media (max-width: 1024px) {
    .vykup-situations__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .vykup-situations__grid {
        grid-template-columns: 1fr;
    }

    .vykup-situation-card {
        padding: 26px;
    }
}

/* ==================================================
   СРОЧНЫЙ ВЫКУП — КАК ПРОХОДИТ СДЕЛКА
================================================== */

.vykup-steps {
    background: #F8FAFC;
}

.vykup-steps__grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.vykup-step {
    position: relative;
    padding: 32px 28px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid #E2E8F0;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .04);
}

.vykup-step__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: 24px;
    border-radius: 18px;
    background: linear-gradient(135deg, #D4AF37, #B88A1D);
    color: #111827;
    font-size: 18px;
    font-weight: 900;
}

.vykup-step h3 {
    margin: 0 0 12px;
    color: #0F172A;
    font-size: 21px;
    line-height: 1.25;
    font-weight: 800;
}

.vykup-step p {
    margin: 0;
    color: #64748B;
    font-size: 15px;
    line-height: 1.7;
}

@media (max-width: 1024px) {
    .vykup-steps__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .vykup-steps__grid {
        grid-template-columns: 1fr;
    }

    .vykup-step {
        padding: 26px;
    }
}

/* ==================================================
   СРОЧНЫЙ ВЫКУП — ПРЕИМУЩЕСТВА
================================================== */

.vykup-benefits {
    background: #fff;
}

.vykup-benefits__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.vykup-benefit {
    position: relative;
    padding: 30px 30px 30px 34px;
    border-radius: 22px;
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
}

.vykup-benefit::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 30px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #D4AF37;
    color: #111827;
    font-weight: 900;
    box-shadow: 0 8px 18px rgba(212, 175, 55, .28);
}

.vykup-benefit h3 {
    margin: 0 0 12px;
    color: #0F172A;
    font-size: 21px;
    line-height: 1.25;
    font-weight: 800;
}

.vykup-benefit p {
    margin: 0;
    color: #64748B;
    font-size: 15px;
    line-height: 1.7;
}

@media (max-width: 1024px) {
    .vykup-benefits__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .vykup-benefits__grid {
        grid-template-columns: 1fr;
    }

    .vykup-benefit {
        padding: 26px 24px 26px 30px;
    }

    .vykup-benefit::before {
        left: 24px;
        top: -17px;
        transform: none;
    }
}

/* ==================================================
   СРОЧНЫЙ ВЫКУП — БЕЗОПАСНОСТЬ И ПРОЗРАЧНОСТЬ
================================================== */

.vykup-trust {
    background:
        radial-gradient(circle at 90% 10%, rgba(212, 175, 55, .12), transparent 34%),
        linear-gradient(135deg, #0F172A, #1E293B);
    color: #fff;
}

.vykup-trust__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr);
    gap: 50px;
    align-items: center;
}

.vykup-trust__content h2 {
    margin: 0 0 24px;
    color: #fff;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.vykup-trust__content p {
    max-width: 760px;
    margin: 0 0 18px;
    color: rgba(255,255,255,.78);
    font-size: 17px;
    line-height: 1.8;
}

.vykup-trust .vykup-section__label {
    background: rgba(212, 175, 55, .14);
    border: 1px solid rgba(212, 175, 55, .35);
    color: #F8E7A1;
}

.vykup-trust__panel {
    padding: 28px;
    border-radius: 24px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    backdrop-filter: blur(10px);
}

.vykup-trust__item {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 16px;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
}

.vykup-trust__item:first-child {
    padding-top: 0;
}

.vykup-trust__item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.vykup-trust__item span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: #D4AF37;
    color: #111827;
    font-weight: 900;
}

.vykup-trust__item p {
    margin: 0;
    color: rgba(255,255,255,.86);
    font-size: 15px;
    line-height: 1.55;
    font-weight: 600;
}

@media (max-width: 1024px) {
    .vykup-trust__grid {
        grid-template-columns: 1fr;
    }

    .vykup-trust__panel {
        max-width: 720px;
    }
}

@media (max-width: 767px) {
    .vykup-trust__grid {
        gap: 32px;
    }

    .vykup-trust__panel {
        padding: 22px;
    }

    .vykup-trust__item {
        grid-template-columns: 46px 1fr;
        gap: 12px;
    }
}

/* ==================================================
   СРОЧНЫЙ ВЫКУП — ОБЪЕКТЫ В РАБОТЕ
================================================== */

.vykup-catalog {
    background: #F8FAFC;
}

.vykup-catalog__box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, .7fr);
    gap: 40px;
    align-items: center;
    padding: 48px;
    border-radius: 28px;
    background: #fff;
    border: 1px solid #E2E8F0;
    box-shadow: 0 16px 42px rgba(15, 23, 42, .06);
}

.vykup-catalog__content h2 {
    margin: 0 0 18px;
    color: #0F172A;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.vykup-catalog__content p {
    max-width: 720px;
    margin: 0;
    color: #64748B;
    font-size: 17px;
    line-height: 1.75;
}

.vykup-catalog__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.vykup-catalog__list {
    display: grid;
    gap: 14px;
}

.vykup-catalog__item {
    padding: 22px 24px;
    border-radius: 18px;
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
}

.vykup-catalog__item span {
    display: block;
    margin-bottom: 6px;
    color: #64748B;
    font-size: 14px;
    font-weight: 600;
}

.vykup-catalog__item strong {
    display: block;
    color: #0F172A;
    font-size: 18px;
    line-height: 1.3;
}

@media (max-width: 1024px) {
    .vykup-catalog__box {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .vykup-catalog__box {
        padding: 28px 22px;
        border-radius: 22px;
    }

    .vykup-catalog__actions {
        flex-direction: column;
    }

    .vykup-catalog__actions .realty-btn {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
}

/* ==================================================
   СРОЧНЫЙ ВЫКУП — FAQ
================================================== */

.vykup-faq {
    background: #fff;
}

.vykup-faq__list {
    max-width: 1180px;
    margin: 0 auto;
}

.vykup-faq__list details {
    margin-bottom: 14px;
    border-radius: 18px;
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    overflow: hidden;
    transition: .2s ease;
}

.vykup-faq__list details[open] {
    background: #fff;
    box-shadow: 0 12px 28px rgba(15,23,42,.06);
}

.vykup-faq__list summary {
    position: relative;
    padding: 24px 70px 24px 24px;
    cursor: pointer;
    list-style: none;
    color: #0F172A;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
}

.vykup-faq__list summary::-webkit-details-marker {
    display: none;
}

.vykup-faq__list summary::after {
    content: "+";
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    font-weight: 300;
    color: #B88A1D;
}

.vykup-faq__list details[open] summary::after {
    content: "−";
}

.vykup-faq__list details p {
    margin: 0;
    padding: 0 24px 24px;
    color: #64748B;
    font-size: 15px;
    line-height: 1.8;
}

/* ==================================================
   СРОЧНЫЙ ВЫКУП — ФИНАЛЬНАЯ ФОРМА
================================================== */

.vykup-final {
    padding: 100px 0;
    background:
        radial-gradient(circle at 15% 20%, rgba(212, 175, 55, .16), transparent 34%),
        linear-gradient(135deg, #0F172A, #1E293B);
    color: #fff;
}

.vykup-final__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .75fr);
    gap: 46px;
    align-items: center;
}

.vykup-final__content h2 {
    margin: 0 0 22px;
    color: #fff;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.vykup-final__content p {
    max-width: 760px;
    margin: 0 0 26px;
    color: rgba(255,255,255,.78);
    font-size: 17px;
    line-height: 1.8;
}

.vykup-final .vykup-section__label {
    background: rgba(212, 175, 55, .14);
    border: 1px solid rgba(212, 175, 55, .35);
    color: #F8E7A1;
}

.vykup-final__list {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.vykup-final__list li {
    position: relative;
    padding-left: 32px;
    color: rgba(255,255,255,.88);
    font-weight: 600;
}

.vykup-final__list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #D4AF37;
    font-weight: 900;
}

.vykup-final__form {
    padding: 34px;
    border-radius: 24px;
    background: #fff;
    color: #0F172A;
    box-shadow: 0 24px 70px rgba(0,0,0,.24);
}

.vykup-final__form h3 {
    margin: 0 0 12px;
    color: #0F172A;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 800;
}

.vykup-final__form p {
    margin: 0 0 24px;
    color: #64748B;
    line-height: 1.65;
}

/* CF7 внутри финальной формы */

.vykup-final__form .wpcf7-form p {
    margin-bottom: 14px;
}

.vykup-final__form input,
.vykup-final__form select,
.vykup-final__form textarea {
    width: 100%;
    min-height: 50px;
    border-radius: 12px;
    border: 1px solid #CBD5E1;
    padding: 12px 14px;
    background: #fff;
    color: #0F172A;
}

.vykup-final__form textarea {
    min-height: 110px;
    resize: vertical;
}

.vykup-final__form input[type="submit"] {
    border: none;
    background: #D4AF37;
    color: #111827;
    font-weight: 800;
    cursor: pointer;
    transition: .2s ease;
}

.vykup-final__form input[type="submit"]:hover {
    background: #C19A2E;
}

@media (max-width: 1024px) {
    .vykup-final__grid {
        grid-template-columns: 1fr;
    }

    .vykup-final__form {
        max-width: 620px;
    }
}

@media (max-width: 767px) {
    .vykup-final {
        padding: 70px 0;
    }

    .vykup-final__form {
        padding: 24px;
        border-radius: 20px;
    }

    .vykup-final__form h3 {
        font-size: 24px;
    }
}

/* ==================================================
   СРОЧНЫЙ ВЫКУП — SEO БЛОК
================================================== */

.vykup-seo {
    background: #fff;
}

.vykup-seo__content {
    max-width: 1180px;
    margin: 0 auto;
}

.vykup-seo__content h2 {
    margin: 0 0 28px;
    color: #0F172A;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.15;
    font-weight: 800;
}

.vykup-seo__content h3 {
    margin: 42px 0 16px;
    color: #0F172A;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 800;
}

.vykup-seo__content p {
    margin: 0 0 18px;
    color: #475569;
    font-size: 17px;
    line-height: 1.9;
}

/* ==================================================
   СРОЧНЫЙ ВЫКУП — ДРУГИЕ УСЛУГИ
================================================== */

.vykup-services {
    background: #F8FAFC;
}

.vykup-services__grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 22px;
}

.vykup-service-card {
    display: block;
    padding: 30px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid #E2E8F0;
    text-decoration: none;
    transition: .25s ease;
}

.vykup-service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(15,23,42,.08);
}

.vykup-service-card h3 {
    margin: 0 0 12px;
    color: #0F172A;
    font-size: 22px;
    font-weight: 800;
}

.vykup-service-card p {
    margin: 0;
    color: #64748B;
    line-height: 1.7;
}

@media (max-width: 1024px) {
    .vykup-services__grid {
        grid-template-columns: repeat(2,1fr);
    }
}

@media (max-width: 767px) {
    .vykup-services__grid {
        grid-template-columns: 1fr;
    }
}

/* ==================================================
   СРОЧНЫЙ ВЫКУП — РЕАЛЬНЫЕ ОБЪЕКТЫ ИЗ КАТАЛОГА
================================================== */

.vykup-catalog {
    background: #F8FAFC;
}

.vykup-catalog-real__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.vykup-catalog-real__card {
    display: block;
    overflow: hidden;
    border-radius: 24px;
    background: #fff;
    border: 1px solid #E2E8F0;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .06);
    text-decoration: none;
    transition: .25s ease;
}

.vykup-catalog-real__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 48px rgba(15, 23, 42, .11);
}

.vykup-catalog-real__image {
    position: relative;
    aspect-ratio: 16 / 10;
    background: #E2E8F0;
    overflow: hidden;
}

.vykup-catalog-real__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: .35s ease;
}

.vykup-catalog-real__card:hover .vykup-catalog-real__image img {
    transform: scale(1.05);
}

.vykup-catalog-real__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #64748B;
    font-weight: 700;
}

.vykup-catalog-real__body {
    padding: 24px;
}

.vykup-catalog-real__body h3 {
    margin: 0 0 14px;
    color: #0F172A;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 800;
}

.vykup-catalog-real__price {
    margin-bottom: 14px;
    color: #B88A1D;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 900;
}

.vykup-catalog-real__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.vykup-catalog-real__meta span {
    display: inline-flex;
    padding: 6px 10px;
    border-radius: 999px;
    background: #F1F5F9;
    color: #475569;
    font-size: 13px;
    font-weight: 700;
}

.vykup-catalog-real__metro {
    color: #64748B;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
}

.vykup-catalog-real__actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 34px;
}

.vykup-catalog-empty {
    max-width: 760px;
    margin: 0 auto;
    padding: 42px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid #E2E8F0;
    text-align: center;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .06);
}

.vykup-catalog-empty h3 {
    margin: 0 0 12px;
    color: #0F172A;
    font-size: 26px;
    font-weight: 800;
}

.vykup-catalog-empty p {
    margin: 0 0 26px;
    color: #64748B;
    line-height: 1.7;
}

@media (max-width: 1024px) {
    .vykup-catalog-real__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .vykup-catalog-real__grid {
        grid-template-columns: 1fr;
    }

    .vykup-catalog-real__actions {
        flex-direction: column;
    }

    .vykup-catalog-real__actions .realty-btn {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .vykup-catalog-empty {
        padding: 30px 22px;
    }
}

/* ==================================================
   СРОЧНЫЙ ВЫКУП — ЭКСПЕРТ ПО НЕДВИЖИМОСТИ
================================================== */

.vykup-expert {
    background: #fff;
}

.vykup-expert__box {
    display: grid;
    grid-template-columns: minmax(280px, .55fr) minmax(0, 1fr);
    gap: 46px;
    align-items: center;
    padding: 48px;
    border-radius: 30px;
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
}

.vykup-expert__photo {
    position: relative;
}

.vykup-expert__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 420px;
    border-radius: 26px;
    background:
        radial-gradient(circle at 20% 20%, rgba(212, 175, 55, .20), transparent 30%),
        linear-gradient(135deg, #1E293B, #0F172A);
    color: rgba(255,255,255,.72);
    font-weight: 800;
}

.vykup-expert__content h2 {
    margin: 0 0 22px;
    color: #0F172A;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.vykup-expert__content p {
    margin: 0 0 18px;
    color: #475569;
    font-size: 17px;
    line-height: 1.8;
}

.vykup-expert__features {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.vykup-expert__features span {
    display: inline-flex;
    padding: 9px 13px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #E2E8F0;
    color: #334155;
    font-size: 14px;
    font-weight: 700;
}

@media (max-width: 1024px) {
    .vykup-expert__box {
        grid-template-columns: 1fr;
    }

    .vykup-expert__placeholder {
        min-height: 340px;
    }
}

@media (max-width: 767px) {
    .vykup-expert__box {
        padding: 26px 22px;
        border-radius: 24px;
        gap: 28px;
    }

    .vykup-expert__placeholder {
        min-height: 260px;
        border-radius: 20px;
    }
}

/* Страница услуги */

.services-container {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.services-hero {
    padding: 72px 0;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 55%, #334155 100%);
    color: #fff;
}

.services-hero__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
    gap: 48px;
    align-items: center;
}

.services-eyebrow {
    display: inline-flex;
    margin-bottom: 18px;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.1);
    color: #facc15;
    font-size: 14px;
    font-weight: 600;
}

.services-hero h1 {
    max-width: 760px;
    margin: 0 0 22px;
    color: #fff;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.services-hero p {
    max-width: 680px;
    margin: 0 0 32px;
    color: rgba(255,255,255,.82);
    font-size: 18px;
    line-height: 1.65;
}

.services-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.services-hero__card {
    padding: 30px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 28px;
    background: rgba(255,255,255,.08);
    box-shadow: 0 24px 80px rgba(0,0,0,.24);
    backdrop-filter: blur(12px);
}

.services-hero__stats {
    display: grid;
    gap: 14px;
}

.services-hero-stat {
    padding: 18px;
    border-radius: 18px;
    background: rgba(255,255,255,.10);
}

.services-hero-stat span {
    display: block;
    margin-bottom: 4px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
}

.services-hero-stat small {
    display: block;
    color: rgba(255,255,255,.75);
    font-size: 14px;
    line-height: 1.5;
}

.services-main {
    padding: 76px 0;
    background: #f8fafc;
}

.services-section-head {
    max-width: 720px;
    margin-bottom: 38px;
}

.services-section-head span {
    display: inline-block;
    margin-bottom: 10px;
    color: #b45309;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.services-section-head h2 {
    margin: 0 0 14px;
    color: #0f172a;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.1;
}

.services-section-head p {
    margin: 0;
    color: #475569;
    font-size: 17px;
    line-height: 1.7;
}

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

.services-card {
    display: flex;
    flex-direction: column;
    min-height: 260px;
    padding: 24px;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    background: #fff;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 12px 36px rgba(15, 23, 42, .06);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.services-card:hover {
    transform: translateY(-4px);
    border-color: #facc15;
    box-shadow: 0 20px 54px rgba(15, 23, 42, .12);
}

.services-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 18px;
    border-radius: 16px;
    background: #fef3c7;
    font-size: 25px;
}

.services-card h3 {
    margin: 0 0 12px;
    color: #0f172a;
    font-size: 20px;
    line-height: 1.25;
}

.services-card p {
    margin: 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.6;
}

.services-card__link {
    margin-top: auto;
    padding-top: 22px;
    color: #b45309;
    font-weight: 700;
}

@media (max-width: 1024px) {
    .services-hero__inner {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 640px) {
    .services-hero {
        padding: 48px 0;
    }

    .services-main {
        padding: 54px 0;
    }

    .services-hero__actions {
        flex-direction: column;
    }

    .services-hero__actions .realty-btn {
        width: 100%;
        justify-content: center;
    }

    .services-hero__card {
        padding: 22px;
        border-radius: 22px;
    }

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

    .services-card {
        min-height: auto;
    }
}

.services-section-head--center {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.services-reasons {
    padding: 76px 0;
    background: #ffffff;
}

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

.services-reason-card {
    position: relative;
    min-height: 250px;
    padding: 26px;
    border-radius: 24px;
    background: #0f172a;
    color: #ffffff;
    overflow: hidden;
}

.services-reason-card::after {
    content: "";
    position: absolute;
    right: -36px;
    bottom: -36px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(250, 204, 21, .14);
}

.services-reason-card__number {
    margin-bottom: 34px;
    color: #facc15;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .12em;
}

.services-reason-card h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 21px;
    line-height: 1.25;
}

.services-reason-card p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: rgba(255,255,255,.78);
    font-size: 15px;
    line-height: 1.65;
}

@media (max-width: 1024px) {
    .services-reasons__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .services-reasons {
        padding: 54px 0;
    }

    .services-reasons__grid {
        grid-template-columns: 1fr;
    }

    .services-reason-card {
        min-height: auto;
    }
}

.services-property-types {
    padding: 76px 0;
    background: #f8fafc;
}

.services-property-types__inner {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 48px;
    align-items: center;
}

.services-property-types__note {
    margin-top: 26px;
    padding: 20px 22px;
    border-left: 4px solid #facc15;
    border-radius: 18px;
    background: #ffffff;
    color: #334155;
    font-size: 16px;
    line-height: 1.65;
    box-shadow: 0 12px 34px rgba(15, 23, 42, .06);
}

.services-property-types__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.services-property-type-card {
    display: flex;
    align-items: center;
    min-height: 82px;
    padding: 20px 22px;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    background: #ffffff;
    color: #0f172a;
    font-size: 17px;
    font-weight: 700;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .05);
}

.services-property-type-card::before {
    content: "✓";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    margin-right: 12px;
    border-radius: 50%;
    background: #fef3c7;
    color: #92400e;
    font-size: 15px;
    font-weight: 900;
}

@media (max-width: 900px) {
    .services-property-types__inner {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width: 640px) {
    .services-property-types {
        padding: 54px 0;
    }

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

    .services-property-type-card {
        min-height: auto;
    }
}

.services-process {
    padding: 76px 0;
    background: #ffffff;
}

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

.services-process-card {
    position: relative;
    padding: 28px;
    border-radius: 24px;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    box-shadow: 0 12px 36px rgba(15, 23, 42, .06);
}

.services-process-card__step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 22px;
    border-radius: 16px;
    background: #fef3c7;
    color: #92400e;
    font-size: 18px;
    font-weight: 800;
}

.services-process-card h3 {
    margin: 0 0 12px;
    color: #0f172a;
    font-size: 21px;
    line-height: 1.25;
}

.services-process-card p {
    margin: 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.7;
}

@media (max-width: 1024px) {
    .services-process__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .services-process {
        padding: 54px 0;
    }

    .services-process__grid {
        grid-template-columns: 1fr;
    }
}

.services-trust {
    padding: 76px 0;
    background: #0f172a;
    color: #ffffff;
}

.services-trust__inner {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 48px;
    align-items: center;
}

.services-trust .services-section-head h2 {
    color: #ffffff;
}

.services-trust .services-section-head p {
    color: rgba(255,255,255,.76);
}

.services-trust__cta {
    margin-top: 28px;
}

.services-trust__items {
    display: grid;
    gap: 16px;
}

.services-trust-item {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 18px;
    padding: 22px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 22px;
    background: rgba(255,255,255,.07);
}

.services-trust-item__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: rgba(250, 204, 21, .14);
    font-size: 26px;
}

.services-trust-item h3 {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.25;
}

.services-trust-item p {
    margin: 0;
    color: rgba(255,255,255,.72);
    font-size: 15px;
    line-height: 1.65;
}

@media (max-width: 900px) {
    .services-trust__inner {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width: 640px) {
    .services-trust {
        padding: 54px 0;
    }

    .services-trust-item {
        grid-template-columns: 1fr;
    }
}

.services-objects {
    padding: 76px 0;
    background: #f8fafc;
}

.services-objects__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 12px;
}

.services-object-card {
    display: block;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 26px;
    background: #ffffff;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 12px 36px rgba(15, 23, 42, .07);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.services-object-card:hover {
    transform: translateY(-4px);
    border-color: #facc15;
    box-shadow: 0 20px 54px rgba(15, 23, 42, .13);
}

.services-object-card__image {
    position: relative;
    height: 220px;
    background: #e2e8f0;
}

.services-object-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.services-object-card__placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #64748b;
    font-weight: 700;
}

.services-object-card__content {
    padding: 22px;
}

.services-object-card h3 {
    margin: 0 0 14px;
    color: #0f172a;
    font-size: 20px;
    line-height: 1.3;
}

.services-object-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.services-object-card__meta span {
    display: inline-flex;
    padding: 6px 10px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #334155;
    font-size: 13px;
    font-weight: 700;
}

.services-object-card__address {
    margin-bottom: 14px;
    color: #64748b;
    font-size: 15px;
    line-height: 1.5;
}

.services-object-card__price {
    margin-bottom: 16px;
    color: #0f172a;
    font-size: 22px;
    font-weight: 800;
}

.services-object-card__link {
    color: #b45309;
    font-weight: 800;
}

.services-objects__empty {
    grid-column: 1 / -1;
    padding: 28px;
    border-radius: 22px;
    background: #ffffff;
    color: #64748b;
    text-align: center;
    box-shadow: 0 12px 36px rgba(15, 23, 42, .06);
}

.services-objects__more {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

@media (max-width: 1024px) {
    .services-objects__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .services-objects {
        padding: 54px 0;
    }

    .services-objects__grid {
        grid-template-columns: 1fr;
    }

    .services-object-card__image {
        height: 210px;
    }
}

.services-faq {
    padding: 76px 0;
    background: #ffffff;
}

.services-faq__list {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    gap: 14px;
}

.services-faq-item {
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .05);
    overflow: hidden;
}

.services-faq-item summary {
    cursor: pointer;
    padding: 22px 24px;
    color: #0f172a;
    font-size: 18px;
    font-weight: 800;
    list-style: none;
}

.services-faq-item summary::-webkit-details-marker {
    display: none;
}

.services-faq-item summary::after {
    content: "+";
    float: right;
    color: #b45309;
    font-size: 24px;
    line-height: 1;
}

.services-faq-item[open] summary::after {
    content: "−";
}

.services-faq-item p {
    margin: 0;
    padding: 0 24px 22px;
    color: #64748b;
    font-size: 16px;
    line-height: 1.7;
}

@media (max-width: 640px) {
    .services-faq {
        padding: 54px 0;
    }

    .services-faq-item summary {
        padding: 20px;
        font-size: 17px;
    }

    .services-faq-item p {
        padding: 0 20px 20px;
    }
}

/* ==================================================
   СТРАНИЦА УСЛУГ — ФИНАЛЬНАЯ ФОРМА
   Использует визуальный стиль формы выкупа
================================================== */

.services-final {
    margin-top: 0;
}

/* ==================================================
   SEO БЛОК
================================================== */

.services-seo {
    padding: 80px 0;
    background: #ffffff;
}

.services-seo__content {
    max-width: 1180px;
    margin: 0 auto;
}

.services-seo__content h2 {
    margin: 0 0 24px;
    color: #0F172A;
    font-size: clamp(30px, 4vw, 42px);
    line-height: 1.15;
}

.services-seo__content h3 {
    margin: 42px 0 16px;
    color: #0F172A;
    font-size: 26px;
    line-height: 1.25;
}

.services-seo__content p {
    margin: 0 0 18px;
    color: #475569;
    font-size: 17px;
    line-height: 1.85;
}

@media (max-width: 767px) {
    .services-seo {
        padding: 60px 0;
    }

    .services-seo__content h3 {
        font-size: 22px;
    }

    .services-seo__content p {
        font-size: 16px;
        line-height: 1.75;
    }
}

/* ================================
   Contacts Page
================================ */

.contacts-page {
    background: #ffffff;
    color: #0F172A;
}

.contacts-page section {
    padding: 88px 0;
}

.contacts-hero {
    background: linear-gradient(135deg, #0F172A 0%, #1E293B 100%);
    color: #ffffff;
    padding: 96px 0;
}

.contacts-hero__grid,
.contacts-request__grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 48px;
    align-items: center;
}

.contacts-hero__content h1 {
    max-width: 760px;
    margin: 0 0 22px;
    font-size: clamp(36px, 5vw, 64px);
    line-height: 1.05;
    letter-spacing: -0.04em;
    color: #ffffff;
}

.contacts-hero__content p {
    max-width: 680px;
    margin: 0;
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255,255,255,.78);
}

.contacts-hero__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.contacts-card {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 28px;
    padding: 32px;
    box-shadow: 0 24px 70px rgba(0,0,0,.24);
    backdrop-filter: blur(12px);
}

.contacts-card h2 {
    margin: 0 0 24px;
    font-size: 26px;
    color: #ffffff;
}

.contacts-card__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contacts-card__list li{
    display:flex;
    align-items:center;
    gap:18px;

    padding:20px 0;
}

.contacts-card__icon{

    flex:0 0 52px;

    width:52px;
    height:52px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:16px;

    background:rgba(212,175,55,.12);

    color:#F8E7A1;

    transition:.3s ease;

}

.contacts-card__icon svg{

    width:22px;
    height:22px;

}

.contacts-card__info{

    display:flex;
    flex-direction:column;

    gap:4px;

}

.contacts-card__info span{

    font-size:13px;

    text-transform:uppercase;

    letter-spacing:.08em;

    color:rgba(255,255,255,.55);

}

.contacts-card__info a,
.contacts-card__info strong{

    font-size:18px;

    font-weight:600;

    color:#fff;

    text-decoration:none;

}

.contacts-card__list li:hover .contacts-card__icon{

    background:#D4AF37;

    color:#0F172A;

    transform:scale(1.08);

}

.contacts-card__list li {
    display: grid;
    gap: 6px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
    color: rgba(255,255,255,.78);
}

.contacts-card__list li:first-child {
    padding-top: 0;
}

.contacts-card__list li:last-child {
    border-bottom: 0;
}

.contacts-card__list strong {
    font-size: 14px;
    color: #F8E7A1;
}

.contacts-card__list a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
}

.contacts-card__list a:hover {
    color: #F8E7A1;
}

.contacts-card__note {
    margin-top: 22px;
    padding: 20px;
    border-radius: 20px;
    background: rgba(212,175,55,.12);
    border: 1px solid rgba(212,175,55,.25);
}

.contacts-card__note strong {
    display: block;
    margin-bottom: 8px;
    color: #F8E7A1;
}

.contacts-card__note p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255,255,255,.76);
}

.contacts-help,
.contacts-company,
.contacts-faq {
    background: #ffffff;
}

.contacts-territory,
.contacts-trust,
.contacts-seo {
    background: #F8FAFC;
}

.contacts-help__grid,
.contacts-territory__grid,
.contacts-trust__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.contacts-help-card,
.contacts-territory-card,
.contacts-trust-card {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 26px;
    padding: 28px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .06);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.contacts-help-card:hover,
.contacts-territory-card:hover,
.contacts-trust-card:hover {
    transform: translateY(-4px);
    border-color: rgba(212, 175, 55, .45);
    box-shadow: 0 24px 60px rgba(15, 23, 42, .10);
}

.contacts-help-card h3,
.contacts-territory-card h3,
.contacts-trust-card h3 {
    margin: 0 0 12px;
    font-size: 21px;
    line-height: 1.25;
    color: #0F172A;
}

.contacts-help-card p,
.contacts-territory-card p,
.contacts-trust-card p {
    margin: 0;
    font-size: 16px;
    line-height: 1.65;
    color: #64748B;
}

.contacts-territory__grid,
.contacts-trust__grid {
    grid-template-columns: repeat(4, 1fr);
}

.contacts-company__card {
    max-width: 920px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 28px;
    padding: 12px;
    box-shadow: 0 22px 60px rgba(15, 23, 42, .08);
}

.contacts-company__row {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 24px;
    padding: 20px 22px;
    border-bottom: 1px solid rgba(15, 23, 42, .08);
}

.contacts-company__row:last-child {
    border-bottom: 0;
}

.contacts-company__row span {
    color: #64748B;
    font-size: 15px;
}

.contacts-company__row strong {
    color: #0F172A;
    font-size: 16px;
    line-height: 1.5;
}

.contacts-company__row a {
    color: #0F172A;
    text-decoration: none;
}

.contacts-company__row a:hover {
    color: #D4AF37;
}

.contacts-cta {
    background: #0F172A;
    color: #ffffff;
}

.contacts-cta__inner {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 32px;
    align-items: center;
    padding: 44px;
    border-radius: 30px;
    background: linear-gradient(135deg, #1E293B 0%, #0F172A 100%);
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 28px 70px rgba(0,0,0,.22);
}

.contacts-cta__content h2 {
    margin: 0 0 14px;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.1;
    color: #ffffff;
}

.contacts-cta__content p {
    max-width: 760px;
    margin: 0;
    font-size: 17px;
    line-height: 1.7;
    color: rgba(255,255,255,.76);
}

.contacts-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: flex-end;
}

.contacts-request {
    background: #ffffff;
}

.contacts-request__content h2 {
    margin: 0 0 18px;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.1;
    color: #0F172A;
}

.contacts-request__content p {
    margin: 0;
    font-size: 17px;
    line-height: 1.7;
    color: #64748B;
}

.contacts-request__list {
    margin: 26px 0 0;
    padding: 0;
    list-style: none;
}

.contacts-request__list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 14px;
    color: #0F172A;
    font-weight: 600;
}

.contacts-request__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #D4AF37;
}

.contacts-request__contacts {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.contacts-request__contacts a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 10px 16px;
    border-radius: 999px;
    background: #F8FAFC;
    border: 1px solid rgba(15, 23, 42, .08);
    color: #0F172A;
    text-decoration: none;
    font-weight: 700;
}

.contacts-request__contacts a:hover {
    border-color: rgba(212, 175, 55, .45);
    color: #D4AF37;
}

.contacts-request__form {
    background: #F8FAFC;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 30px;
    padding: 34px;
    box-shadow: 0 22px 60px rgba(15, 23, 42, .08);
}

/* ================================
   FAQ
================================ */

.contacts-faq__list {
    max-width: 920px;
    margin: 0 auto;
}

.contacts-faq__item {
    margin-bottom: 18px;
    background: #ffffff;
    border: 1px solid rgba(15,23,42,.08);
    border-radius: 22px;
    overflow: hidden;
    transition: .25s;
    box-shadow: 0 10px 35px rgba(15,23,42,.05);
}

.contacts-faq__item:hover {
    border-color: rgba(212,175,55,.35);
    box-shadow: 0 18px 45px rgba(15,23,42,.08);
}

.contacts-faq__item summary {
    list-style: none;
    cursor: pointer;
    padding: 24px 28px;
    font-size: 18px;
    font-weight: 700;
    color: #0F172A;
    position: relative;
}

.contacts-faq__item summary::-webkit-details-marker {
    display: none;
}

.contacts-faq__item summary::after {
    content: "+";
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    font-weight: 300;
    color: #D4AF37;
    transition: .25s;
}

.contacts-faq__item[open] summary::after {
    transform: translateY(-50%) rotate(45deg);
}

.contacts-faq__item p {
    margin: 0;
    padding: 0 28px 28px;
    color: #64748B;
    line-height: 1.8;
}

.contacts-faq__item summary::after {
    content: "+";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(212, 175, 55, .12);
    border: 1px solid rgba(212, 175, 55, .28);
    color: #D4AF37;
    font-size: 24px;
    line-height: 1;
}

.contacts-faq__item[open] summary::after {
    content: "−";
    transform: translateY(-50%);
    background: #D4AF37;
    color: #0F172A;
}

/* ================================
   SEO block
================================ */

.contacts-seo__content {
    max-width: 900px;
    margin: 0 auto;
}

.contacts-seo__content p {
    margin: 0 0 24px;
    font-size: 17px;
    line-height: 1.9;
    color: #475569;
}

.contacts-seo__content p:last-child {
    margin-bottom: 0;
}

/* ================================
   Contacts Page Responsive
================================ */

@media (max-width: 1200px) {
    .contacts-help__grid {
        grid-template-columns: repeat(2, 1fr);
    }

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

@media (max-width: 992px) {
    .contacts-page section {
        padding: 72px 0;
    }

    .contacts-hero__grid,
    .contacts-request__grid,
    .contacts-cta__inner {
        grid-template-columns: 1fr;
    }

    .contacts-cta__actions {
        justify-content: flex-start;
    }

    .contacts-card {
        max-width: 620px;
    }
}

@media (max-width: 768px) {
    .contacts-page section {
        padding: 58px 0;
    }

    .contacts-hero {
        padding: 72px 0;
    }

    .contacts-hero__content h1 {
        font-size: 38px;
    }

    .contacts-help__grid,
    .contacts-territory__grid,
    .contacts-trust__grid {
        grid-template-columns: 1fr;
    }

    .contacts-card,
    .contacts-request__form,
    .contacts-cta__inner {
        border-radius: 24px;
        padding: 26px;
    }

    .contacts-company__row {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .contacts-request__contacts {
        flex-direction: column;
    }

    .contacts-request__contacts a {
        justify-content: center;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .contacts-hero__content h1 {
        font-size: 34px;
    }

    .contacts-hero__content p,
    .contacts-request__content p,
    .contacts-cta__content p {
        font-size: 16px;
    }

    .contacts-hero__buttons,
    .contacts-cta__actions {
        flex-direction: column;
    }

    .contacts-hero__buttons .realty-btn,
    .contacts-cta__actions .realty-btn {
        width: 100%;
        justify-content: center;
    }

    .contacts-help-card,
    .contacts-territory-card,
    .contacts-trust-card {
        padding: 24px;
        border-radius: 22px;
    }

    .contacts-faq__item summary {
        padding: 22px 54px 22px 22px;
        font-size: 17px;
    }

    .contacts-faq__item summary::after {
        right: 22px;
    }

    .contacts-faq__item p {
        padding: 0 22px 24px;
    }
}

.contacts-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-bottom: 18px;
    border-radius: 16px;
    background: rgba(212, 175, 55, .12);
    color: #D4AF37;
}

.contacts-icon svg {
    width: 24px;
    height: 24px;
}

/* Contacts cards polish */

.contacts-help-card,
.contacts-territory-card,
.contacts-trust-card {
    position: relative;
    overflow: hidden;
}

.contacts-help-card::before,
.contacts-territory-card::before,
.contacts-trust-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 4px;
    background: #D4AF37;
    transition: width .35s ease;
}

.contacts-help-card:hover::before,
.contacts-territory-card:hover::before,
.contacts-trust-card:hover::before {
    width: 100%;
}

.contacts-icon {
    transition: transform .35s ease, background .35s ease, color .35s ease;
}

.contacts-help-card:hover .contacts-icon,
.contacts-territory-card:hover .contacts-icon,
.contacts-trust-card:hover .contacts-icon {
    transform: scale(1.08);
    background: rgba(212, 175, 55, .18);
}

.contacts-icon svg {
    width: 24px;
    height: 24px;
    stroke-width: 1.5;
}

/* ================================
   About page
================================ */

.about-page {
    background: #ffffff;
    color: #0F172A;
}

/* Hero */

.about-hero {
    padding: 96px 0 80px;
    background:
        radial-gradient(circle at top right, rgba(212, 175, 55, 0.16), transparent 34%),
        linear-gradient(135deg, #F8FAFC 0%, #ffffff 55%, #F8FAFC 100%);
}

.about-hero__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 56px;
    align-items: center;
}

.about-hero__content h1 {
    max-width: 720px;
    margin: 16px 0 22px;
    font-size: clamp(38px, 5vw, 64px);
    line-height: 1.05;
    letter-spacing: -0.04em;
    color: #0F172A;
}

.about-hero__content p {
    max-width: 660px;
    margin: 0;
    font-size: 18px;
    line-height: 1.7;
    color: #64748B;
}

.about-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.about-hero__aside {
    position: relative;
}

.about-hero-card {
    position: relative;
    padding: 38px;
    border-radius: 32px;
    background: #0F172A;
    color: #ffffff;
    overflow: hidden;
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.22);
}

.about-hero-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(212, 175, 55, 0.32), transparent 42%),
        linear-gradient(180deg, rgba(255,255,255,0.08), transparent);
    pointer-events: none;
}

.about-hero-card > * {
    position: relative;
    z-index: 2;
}

.about-hero-card__icon {
    width: 64px;
    height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    margin-bottom: 26px;
    color: #D4AF37;
    background: rgba(212, 175, 55, 0.12);
    border: 1px solid rgba(212, 175, 55, 0.28);
}

.about-hero-card__icon svg {
    width: 30px;
    height: 30px;
}

.about-hero-card h2 {
    margin: 0 0 16px;
    font-size: 28px;
    line-height: 1.2;
    color: #ffffff;
}

.about-hero-card p {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255,255,255,0.72);
}

/* Hero composition — stable */

.about-hero__aside {
    position: relative;
    display: grid;
    gap: 18px;
}

.about-hero-card--primary {
    padding: 40px;
}

.about-hero-card__label {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(212,175,55,.15);
    color: #F8E7A1;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.about-hero-list {
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 18px;
}

.about-hero-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,.88);
    font-size: 15px;
}

.about-hero-list svg {
    width: 18px;
    height: 18px;
    color: #D4AF37;
    flex-shrink: 0;
}

.about-hero-mini {
    position: relative;
    width: auto;
    padding: 24px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(15,23,42,.08);
    box-shadow: 0 18px 45px rgba(15,23,42,.08);
    transition: .3s ease;
}

.about-hero-mini:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 55px rgba(15,23,42,.12);
}

.about-hero-mini h3 {
    margin: 16px 0 10px;
    font-size: 18px;
    color: #0F172A;
}

.about-hero-mini p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #64748B;
}

.about-hero-mini--left,
.about-hero-mini--right {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
}

.about-hero-mini--left,
.about-hero-mini--right {
    min-height: 180px;
}

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

.about-hero-card--primary {
    grid-column: 1 / -1;
}

/* About reasons accents */

.about-reasons__grid {
    align-items: stretch;
}

.about-reason-card {
    min-height: 260px;
}

.about-reason-card:nth-child(1),
.about-reason-card:nth-child(6),
.about-reason-card:nth-child(8) {
    background:
        radial-gradient(circle at top right, rgba(212, 175, 55, 0.12), transparent 34%),
        #ffffff;
}

.about-reason-card h3 {
    max-width: 240px;
}

.about-reason-card .about-card-icon {
    transition: transform .25s ease, background .25s ease, color .25s ease;
}

.about-reason-card:hover .about-card-icon {
    transform: scale(1.08) rotate(-3deg);
    background: #D4AF37;
    color: #ffffff;
}

/* About buyout process */

.about-step-card .about-card-icon {
    transition: transform .25s ease, background .25s ease, color .25s ease;
}

.about-step-card:hover .about-card-icon {
    transform: scale(1.08);
    background: #D4AF37;
    color: #ffffff;
}

/* Common sections */

.about-reasons,
.about-buyout,
.about-types,
.about-services {
    padding: 88px 0;
}

.about-reasons,
.about-types {
    background: #ffffff;
}

.about-buyout,
.about-services {
    background: #F8FAFC;
}

.about-reasons__grid,
.about-types__grid,
.about-trust__grid,
.about-services__grid {
    display: grid;
    gap: 22px;
    margin-top: 46px;
}

.about-reasons__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.about-types__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

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

/* Cards */

.about-reason-card,
.about-step-card,
.about-type-card,
.about-trust-card,
.about-service-card {
    position: relative;
    padding: 28px;
    border-radius: 26px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 16px 44px rgba(15, 23, 42, 0.06);
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.about-reason-card::before,
.about-step-card::before,
.about-type-card::before,
.about-trust-card::before,
.about-service-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 28px;
    right: 28px;
    height: 3px;
    background: #D4AF37;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .25s ease;
}

.about-reason-card:hover,
.about-step-card:hover,
.about-type-card:hover,
.about-trust-card:hover,
.about-service-card:hover {
    transform: translateY(-5px);
    border-color: rgba(212, 175, 55, 0.35);
    box-shadow: 0 22px 60px rgba(15, 23, 42, 0.11);
}

.about-reason-card:hover::before,
.about-step-card:hover::before,
.about-type-card:hover::before,
.about-trust-card:hover::before,
.about-service-card:hover::before {
    transform: scaleX(1);
}

.about-card-icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    margin-bottom: 20px;
    color: #D4AF37;
    background: rgba(212, 175, 55, 0.10);
}

.about-card-icon svg {
    width: 24px;
    height: 24px;
}

.about-reason-card h3,
.about-step-card h3,
.about-type-card h3,
.about-trust-card h3,
.about-service-card h3 {
    margin: 0 0 12px;
    font-size: 19px;
    line-height: 1.25;
    color: #0F172A;
}

.about-reason-card p,
.about-step-card p,
.about-trust-card p,
.about-service-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: #64748B;
}

/* Timeline */

.about-buyout__timeline {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 46px;
}

.about-step-card {
    min-height: 250px;
}

.about-step-card__number {
    position: absolute;
    top: 24px;
    right: 26px;
    font-size: 42px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.05em;
    color: rgba(15, 23, 42, 0.07);
}

/* Object types */

.about-type-card {
    min-height: 150px;
}

.about-type-card h3 {
    margin-bottom: 0;
}

/* Dark trust section */

.about-trust {
    padding: 96px 0;
    background:
        radial-gradient(circle at top left, rgba(212, 175, 55, 0.18), transparent 32%),
        #0F172A;
}

.about-trust .services-eyebrow {
    color: #F8E7A1;
}

.services-section-head--dark h2 {
    color: #ffffff;
}

.services-section-head--dark p {
    color: rgba(255,255,255,0.72);
}

.about-trust-card {
    background: rgba(255,255,255,0.06);
    border-color: rgba(255,255,255,0.10);
    box-shadow: none;
}

.about-trust-card h3 {
    color: #ffffff;
}

.about-trust-card p {
    color: rgba(255,255,255,0.68);
}

.about-trust-card:hover {
    border-color: rgba(212, 175, 55, 0.38);
    box-shadow: 0 22px 60px rgba(0,0,0,0.22);
}

/* CTA */

.about-cta {
    padding: 88px 0 104px;
    background: #ffffff;
}

.about-cta__inner {
    position: relative;
    padding: 58px;
    border-radius: 34px;
    background:
        radial-gradient(circle at top right, rgba(212, 175, 55, 0.18), transparent 34%),
        #0F172A;
    color: #ffffff;
    overflow: hidden;
}

.about-cta__inner h2 {
    max-width: 780px;
    margin: 14px 0 18px;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.08;
    letter-spacing: -0.035em;
    color: #ffffff;
}

.about-cta__inner p {
    max-width: 760px;
    margin: 0;
    font-size: 17px;
    line-height: 1.7;
    color: rgba(255,255,255,0.72);
}

.about-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

/* About trust polish */

.about-trust {
    position: relative;
    overflow: hidden;
}

.about-trust::after {
    content: "";
    position: absolute;
    right: -140px;
    bottom: -180px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(212, 175, 55, 0.10);
    filter: blur(8px);
    pointer-events: none;
}

.about-trust .services-container {
    position: relative;
    z-index: 2;
}

.about-trust-card {
    min-height: 230px;
}

.about-trust-card .about-card-icon {
    background: rgba(212, 175, 55, 0.14);
    border: 1px solid rgba(212, 175, 55, 0.24);
    color: #F8E7A1;
}

.about-trust-card:hover .about-card-icon {
    transform: scale(1.08);
    background: #D4AF37;
    color: #0F172A;
}

.about-trust-card .about-card-icon {
    transition: transform .25s ease, background .25s ease, color .25s ease;
}

/* About object types polish */

.about-types__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
}

.about-type-card {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 118px;
    padding: 24px;
}

.about-type-card .about-card-icon {
    flex: 0 0 48px;
    margin-bottom: 0;
}

.about-type-card h3 {
    margin: 0;
    font-size: 17px;
    line-height: 1.25;
    word-break: normal;
    overflow-wrap: anywhere;
}

.about-type-card .about-card-icon {
    transition: transform .25s ease, background .25s ease, color .25s ease;
}

.about-type-card:hover .about-card-icon {
    transform: scale(1.08);
    background: #D4AF37;
    color: #ffffff;
}

@media (max-width: 1180px) {
    .about-types__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .about-types__grid {
        grid-template-columns: 1fr;
    }
}
/* ================================
   About page responsive
================================ */

@media (max-width: 1024px) {
    .about-hero__aside {
        grid-template-columns: 1fr;
    }

    .about-hero-card {
        max-width: none;
    }

    .about-buyout__timeline::before,
    .about-step-card::after {
        display: none;
    }
}

@media (max-width: 768px) {
    .about-hero-list {
        grid-template-columns: 1fr;
    }

    .about-hero-card--primary {
        padding: 30px;
    }
}

@media (max-width: 1180px) {
    .about-reasons__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media (max-width: 1024px) {
    .about-hero {
        padding: 78px 0 68px;
    }

    .about-hero__inner {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .about-hero__aside {
        grid-template-columns: 1fr;
    }

    .about-hero-card {
        max-width: none;
    }

    .about-buyout__timeline,
    .about-trust__grid,
    .about-services__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-reasons,
    .about-buyout,
    .about-types,
    .about-services,
    .about-trust {
        padding: 72px 0;
    }

    .about-cta {
        padding: 72px 0 88px;
    }
}

@media (max-width: 768px) {
    .about-hero {
        padding: 58px 0 54px;
    }

    .about-hero__content h1 {
        font-size: 38px;
        line-height: 1.08;
    }

    .about-hero__content p {
        font-size: 16px;
        line-height: 1.65;
    }

    .about-hero-list {
        grid-template-columns: 1fr;
    }

    .about-hero-card--primary {
        padding: 30px;
    }

    .about-hero__actions,
    .about-cta__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .about-hero__actions .realty-btn,
    .about-cta__actions .realty-btn {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .about-reasons__grid,
    .about-buyout__timeline,
    .about-types__grid,
    .about-trust__grid,
    .about-services__grid {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-top: 34px;
    }

    .about-reason-card,
    .about-step-card,
    .about-type-card,
    .about-trust-card,
    .about-service-card {
        min-height: auto;
        padding: 24px;
        border-radius: 22px;
    }

    .about-step-card__number {
        top: 22px;
        right: 22px;
        font-size: 34px;
    }

    .about-cta__inner {
        padding: 34px 26px;
        border-radius: 26px;
    }
}

@media (max-width: 480px) {
    .about-hero__content h1 {
        font-size: 34px;
    }

    .about-hero-card {
        padding: 26px 22px;
    }

    .about-reasons,
    .about-buyout,
    .about-types,
    .about-services,
    .about-trust {
        padding: 58px 0;
    }

    .about-cta {
        padding: 58px 0 72px;
    }

    .about-cta__inner h2 {
        font-size: 29px;
    }
}

/* About CTA polish */

.about-cta__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .55fr);
    gap: 42px;
    align-items: center;
}

.about-cta__points {
    display: grid;
    gap: 14px;
}

.about-cta__points div {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px;
    border-radius: 18px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.12);
    color: rgba(255,255,255,.86);
    font-size: 15px;
    font-weight: 600;
}

.about-cta__points svg {
    width: 22px;
    height: 22px;
    color: #D4AF37;
    flex-shrink: 0;
}

@media (max-width: 900px) {
    .about-cta__inner {
        grid-template-columns: 1fr;
    }
}

.about-cta__content {
    min-width: 0;
}

/* About feature strip */

.about-features {
    margin-top: -34px;
    margin-bottom: 26px;
    padding-top: 100px;
    position: relative;
    z-index: 5;
}

.about-features__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.about-feature {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 22px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(15,23,42,.08);
    box-shadow: 0 18px 45px rgba(15,23,42,.08);
    transition: all .25s ease;
}

.about-feature:hover {
    transform: translateY(-4px);
    border-color: rgba(212,175,55,.35);
    box-shadow: 0 24px 60px rgba(15,23,42,.12);
}

.about-feature .about-card-icon {
    width: 46px;
    height: 46px;
    margin: 0;
    flex-shrink: 0;
}

.about-feature span {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
    color: #0F172A;
}

@media (max-width:1024px){

    .about-features{
        margin-top:40px;
    }

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

}

@media (max-width:768px){

    .about-features__grid{
        grid-template-columns:1fr;
    }

}

/* Contact Form 7 inside realty form */

.realty-form--cf7 .wpcf7-form {
    display: grid;
    gap: 18px;
}

.realty-form--cf7 label {
    display: grid;
    gap: 7px;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: #374151;
}

.realty-form--cf7 .wpcf7-form-control-wrap {
    display: block;
}

.realty-form--cf7 input,
.realty-form--cf7 select,
.realty-form--cf7 textarea {
    width: 100%;
    min-height: 54px;
    border-radius: 16px;
    border: 1px solid #D1D5DB;
    padding: 0 14px;
    background: #ffffff;
    color: #111827;
    font-size: 15px;
    box-shadow: none;
}

.realty-form--cf7 textarea {
    min-height: 110px;
    padding-top: 12px;
    resize: vertical;
}

.realty-form--cf7 input:focus,
.realty-form--cf7 select:focus,
.realty-form--cf7 textarea:focus {
    outline: none;
    border-color: #B08A3C;
    box-shadow: 0 0 0 3px rgba(176,138,60,.16);
}

.realty-form--cf7 input[type="submit"] {
    min-height: 56px;
    border: none;
    border-radius: 18px;
    background: #B08A3C;
    color: #ffffff;
    font-weight: 700;
    cursor: pointer;
    transition: .2s ease;
}

.realty-form--cf7 input[type="submit"]:hover {
    background: #98742F;
    color: #ffffff;
}

.realty-form--cf7 .wpcf7-spinner {
    margin: 8px auto 0;
}

.realty-form--cf7 .wpcf7-response-output {
    margin: 10px 0 0;
    padding: 12px 14px;
    border-radius: 12px;
    font-size: 14px;
}

.realty-form--cf7 .wpcf7-not-valid-tip {
    margin-top: 6px;
    font-size: 13px;
    color: #DC2626;
}

/* Убираем стандартные отступы Contact Form 7 */

.realty-form--cf7 p {
    margin: 0;
    padding: 0;
}

.realty-form--cf7 br {
    display: none;
}

/* Отступ между элементами формы */

.realty-form--cf7 .wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* Убираем лишние отступы у кнопки */

.realty-form--cf7 input[type="submit"] {
    margin-top: 4px;
    margin-bottom: 0;
}

/* Сообщение после отправки */

.realty-form--cf7 .wpcf7-response-output {
    margin-top: 12px !important;
    margin-bottom: 0 !important;
}

/* Compact CF7 form */

.realty-form--cf7 p {
    margin: 0;
    padding: 0;
}

.realty-form--cf7 br {
    display: none;
}

.realty-form--cf7 .wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.realty-cf7-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.realty-cf7-field label {
    margin: 5px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    color: #111827;
}

.realty-form--cf7 input,
.realty-form--cf7 select,
.realty-form--cf7 textarea {
    min-height: 48px;
    border-radius: 15px;
    font-size: 15px;
}

.realty-form--cf7 textarea {
    min-height: 96px;
    max-height: 130px;
    padding: 12px 14px;
}

.realty-form--cf7 input[type="submit"] {
    min-height: 52px;
    margin-top: 6px;
    border-radius: 16px;
}