body#module-psclassifiedssearch-realestate.page .breadcrumb {
    display: flex !important;
}

.pscs-realestate-page {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 4px 0 34px;
    color: #142b3f;
}

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

.pscs-realestate-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
    align-items: center;
    gap: 38px;
    min-height: 280px;
    padding: 1px 26px 40px;
    overflow: hidden;
    border-radius: 24px;
    background:
        radial-gradient(circle at 86% 14%, rgba(247, 152, 53, 0.2), transparent 30%),
        linear-gradient(135deg, #102a43 0%, #373f61 100%);
    box-shadow: 0 20px 48px rgba(16, 42, 67, 0.15);
    color: #fff;
}

.pscs-realestate-hero::after {
    position: absolute;
    right: -90px;
    bottom: -120px;
    width: 320px;
    height: 320px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    content: "";
}

.pscs-realestate-hero__copy,
.pscs-realestate-stays-link {
    position: relative;
    z-index: 1;
    min-width: 0;
}

.pscs-realestate-eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 13px;
    color: #ffb15d;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.pscs-realestate-hero h1 {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-size: clamp(2rem, 3.4vw, 3.25rem);
    font-weight: 760;
    letter-spacing: -0.035em;
    line-height: 1.08;
}

.pscs-realestate-hero__copy p {
    max-width: 720px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    line-height: 1.65;
}

.pscs-realestate-stays-link {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 22px;
    gap: 5px 12px;
    align-items: center;
    padding: 19px 20px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    text-decoration: none;
    backdrop-filter: blur(10px);
    transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.pscs-realestate-stays-link:hover {
    border-color: rgba(255, 255, 255, 0.32);
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}

.pscs-realestate-stays-link span {
    grid-column: 1;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.76rem;
}

.pscs-realestate-stays-link strong {
    grid-column: 1;
    font-size: 0.94rem;
}

.pscs-realestate-stays-link svg {
    grid-column: 2;
    grid-row: 1 / 3;
    width: 20px;
    height: 20px;
}

.pscs-realestate-search {
    position: relative;
    z-index: 2;
    width: calc(100% - 64px);
    margin: -34px auto 0;
    padding: 24px 26px 26px;
    border: 1px solid #e2e9f0;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(26, 51, 76, 0.13);
}

.pscs-realestate-section-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.pscs-realestate-section-heading__icon {
    display: inline-flex;
    flex: 0 0 38px;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 11px;
    background: #eef5fb;
    color: #1d5a86;
}

.pscs-realestate-section-heading__icon svg {
    width: 21px;
    height: 21px;
}

.pscs-realestate-section-heading h2 {
    margin: 0;
    color: #142b3f;
    font-size: 1.12rem;
    font-weight: 750;
}

.pscs-realestate-section-heading p {
    margin: 3px 0 0;
    color: #6b7c8c;
    font-size: 0.82rem;
}

.pscs-realestate-form {
    display: grid;
    grid-template-columns: minmax(160px, 0.9fr) repeat(3, minmax(150px, 1fr)) auto;
    gap: 12px;
    align-items: end;
}

.pscs-realestate-inline-search {
    padding: 14px;
    border: 1px solid #e2e9f0;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 14px 34px -26px rgba(26, 51, 76, 0.32);
}

.pscs-realestate-field {
    min-width: 0;
}

.pscs-realestate-field label {
    display: block;
    margin: 0 0 6px;
    color: #526779;
    font-size: 0.74rem;
    font-weight: 650;
}

.pscs-realestate-field input,
.pscs-realestate-field select {
    width: 100%;
    height: 44px;
    min-width: 0;
    padding: 0 12px;
    border: 1px solid #d8e1e9;
    border-radius: 10px;
    outline: 0;
    background: #f9fbfc;
    color: #1b3348;
    font-size: 0.88rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.pscs-realestate-field input:focus,
.pscs-realestate-field select:focus {
    border-color: #4b83ab;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(50, 113, 158, 0.12);
}

.pscs-realestate-search-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 132px;
    height: 44px;
    padding: 0 19px;
    border: 0;
    border-radius: 10px;
    background: #ed731d;
    box-shadow: 0 8px 18px rgba(237, 115, 29, 0.22);
    color: #fff;
    font-size: 0.87rem;
    font-weight: 750;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.pscs-realestate-search-button:hover {
    background: #d96212;
    box-shadow: 0 10px 24px rgba(218, 92, 9, 0.27);
    transform: translateY(-1px);
}

.pscs-realestate-search-button:focus-visible,
.pscs-realestate-project-card:focus-visible,
.pscs-realestate-stays-link:focus-visible,
.pscs-realestate-publish__button:focus-visible {
    outline: 3px solid rgba(237, 115, 29, 0.35);
    outline-offset: 3px;
}

.pscs-realestate-search-button svg {
    width: 18px;
    height: 18px;
}

.pscs-realestate-projects {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin: 30px 32px 0;
}

.pscs-realestate-project-card {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 17px;
    min-width: 0;
    padding: 24px;
    border: 1px solid #e1e8ef;
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(31, 57, 81, 0.07);
    color: #17324a;
    text-decoration: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.pscs-realestate-project-card:hover {
    border-color: #c7d7e5;
    box-shadow: 0 16px 38px rgba(31, 57, 81, 0.12);
    color: #17324a;
    text-decoration: none;
    transform: translateY(-3px);
}

.pscs-realestate-project-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 15px;
}

.pscs-realestate-project-card--sale .pscs-realestate-project-card__icon {
    background: #eef5fb;
    color: #1d5a86;
}

.pscs-realestate-project-card--rent .pscs-realestate-project-card__icon {
    background: #fff3e9;
    color: #d96515;
}

.pscs-realestate-project-card__icon svg {
    width: 31px;
    height: 31px;
}

.pscs-realestate-project-card__body,
.pscs-realestate-project-card__topline,
.pscs-realestate-project-card__description,
.pscs-realestate-project-card__action {
    display: block;
    min-width: 0;
}

.pscs-realestate-project-card__topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.pscs-realestate-project-card__topline strong {
    font-size: 1.08rem;
    font-weight: 760;
}

.pscs-realestate-project-card__count {
    flex: 0 0 auto;
    padding: 5px 9px;
    border-radius: 999px;
    background: #f1f5f8;
    color: #607485;
    font-size: 0.7rem;
    font-weight: 700;
}

.pscs-realestate-project-card__description {
    margin-top: 8px;
    color: #687b8c;
    font-size: 0.86rem;
    line-height: 1.55;
}

.pscs-realestate-project-card__action {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 15px;
    color: #1d5a86;
    font-size: 0.8rem;
    font-weight: 750;
}

.pscs-realestate-project-card--rent .pscs-realestate-project-card__action {
    color: #ca5b0e;
}

.pscs-realestate-project-card__action svg {
    width: 17px;
    height: 17px;
    transition: transform 0.2s ease;
}

.pscs-realestate-project-card:hover .pscs-realestate-project-card__action svg {
    transform: translateX(3px);
}

.pscs-realestate-publish {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin: 22px 32px 0;
    padding: 25px 28px;
    border: 1px solid #e2e9f0;
    border-radius: 17px;
    background: #f7fafc;
}

.pscs-realestate-publish > div {
    min-width: 0;
}

.pscs-realestate-publish__eyebrow {
    color: #d96515;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pscs-realestate-publish h2 {
    margin: 5px 0 0;
    color: #17324a;
    font-size: 1.08rem;
    font-weight: 750;
}

.pscs-realestate-publish p {
    margin: 6px 0 0;
    color: #687b8c;
    font-size: 0.82rem;
}

.pscs-realestate-publish__button {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 17px;
    border-radius: 10px;
    background: #373f61;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 750;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.pscs-realestate-publish__button:hover {
    background: #102f49;
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

.pscs-realestate-publish__button svg {
    width: 17px;
    height: 17px;
}

@media (max-width: 1100px) {
    .pscs-realestate-form {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pscs-realestate-search-button {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .pscs-realestate-page {
        padding-bottom: 22px;
        overflow: hidden;
    }

    .pscs-realestate-hero {
        grid-template-columns: 1fr;
        gap: 24px;
        min-height: 0;
        padding: 5px 10px 28px;
        border-radius: 17px;
    }

    .pscs-realestate-hero h1 {
        font-size: 2rem;
    }

    .pscs-realestate-hero__copy p {
        margin-top: 14px;
        font-size: 0.9rem;
    }

    .pscs-realestate-stays-link {
        padding: 16px;
    }

    .pscs-realestate-search {
        width: calc(100% - 20px);
        margin-top: -30px;
        padding: 18px 15px;
        border-radius: 14px;
    }

    .pscs-realestate-section-heading {
        margin-bottom: 15px;
    }

    .pscs-realestate-form {
        grid-template-columns: 1fr;
        gap: 11px;
    }

    .pscs-realestate-field input,
    .pscs-realestate-field select,
    .pscs-realestate-search-button {
        height: 46px;
    }

    .pscs-realestate-projects {
        grid-template-columns: 1fr;
        gap: 13px;
        margin: 20px 10px 0;
    }

    .pscs-realestate-project-card {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 13px;
        padding: 18px 16px;
        border-radius: 14px;
    }

    .pscs-realestate-project-card__icon {
        width: 48px;
        height: 48px;
        border-radius: 12px;
    }

    .pscs-realestate-project-card__icon svg {
        width: 26px;
        height: 26px;
    }

    .pscs-realestate-project-card__topline {
        display: block;
    }

    .pscs-realestate-project-card__count {
        display: inline-flex;
        margin-top: 7px;
    }

    .pscs-realestate-publish {
        display: block;
        margin: 13px 10px 0;
        padding: 20px 17px;
        border-radius: 14px;
    }

    .pscs-realestate-publish__button {
        width: 100%;
        margin-top: 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pscs-realestate-page *,
    .pscs-realestate-page *::before,
    .pscs-realestate-page *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}
