/* Property Owners + Featured and Occupied (9to9 home) */
body.nine-properties {
    --pm-of-navy: #09233c;
    --pm-of-navy-dark: #061828;
    --pm-of-accent: var(--nine-pm-brand-btn, #fdb813);
    --pm-of-accent-hover: var(--nine-pm-brand-btn-hover, #e5a610);
    --pm-of-third: var(--nine-pm-brand-third, #f24e09);
    --pm-of-border: #e1e1e1;
    --pm-of-text: #333;
    --pm-of-muted: #666;
    --pm-of-surface: #fff;
}

body.nine-properties .nine-pm-section-band {
    width: 100%;
    background: transparent;
    box-sizing: border-box;
}

body.nine-properties .nine-pm-section-band__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

body.nine-properties .nine-pm-owners-section.white-box,
body.nine-properties .nine-pm-featured-section.white-box {
    background: transparent;
    border: none;
    box-shadow: none;
}

/* ----- Property Owners banner ----- */
body.nine-properties .nine-pm-owners-section .referral-banner {
    margin: 0;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    border-radius: 12px;
    min-height: 320px;
}

body.nine-properties .nine-pm-owners-section .banner-illustration {
    position: relative;
    flex: 0 0 auto;
    width: min(380px, 38%);
    max-width: 380px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: #e8eef3;
}

body.nine-properties .nine-pm-owners-section .banner-illustration .img-responsive {
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
    object-position: center bottom;
    display: block;
}

body.nine-properties .nine-pm-owners-section .app-exclusive-badge {
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 1;
    padding: 7px 20px;
    border-radius: 0 20px 20px 0;
    background: var(--pm-of-navy-dark);
}

body.nine-properties .nine-pm-owners-section .app-exclusive-badge span {
    font-size: 18px;
    font-weight: 700;
    background: linear-gradient(180deg, #ffea2e 0, #c0a301 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

body.nine-properties .nine-pm-owners-section .banner-content {
    flex: 1;
    min-width: 0;
    padding: 25px 24px 18px 28px;
    display: flex;
    flex-direction: column;
}

body.nine-properties .nine-pm-owners-section .banner-headline {
    margin: 0 0 8px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.25;
    color: var(--pm-of-text);
}

body.nine-properties .nine-pm-owners-section .headline-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    min-height: 32px;
}

body.nine-properties .nine-pm-owners-section .banner-headline-suffix {
    display: block;
    margin-top: 4px;
    font-size: 22px;
    font-weight: 600;
    color: var(--pm-of-text);
}

body.nine-properties .nine-pm-owners-section .service-ticker {
    display: inline-block;
    height: 32px;
    overflow: hidden;
    vertical-align: top;
}

body.nine-properties .nine-pm-owners-section .service-ticker-track {
    display: flex;
    flex-direction: column;
    will-change: transform;
}

body.nine-properties .nine-pm-owners-section .service-ticker-track span {
    display: flex;
    align-items: center;
    height: 32px;
    font-size: 22px;
    font-weight: 700;
    white-space: nowrap;
    background: linear-gradient(180deg, #fee50a 0, #b19702 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

body.nine-properties .nine-pm-owners-section .banner-desc {
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 1.5;
    color: var(--pm-of-muted);
}

body.nine-properties .nine-pm-owners-section .rewards-slider-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    min-width: 0;
}

body.nine-properties .nine-pm-owners-section .rewards-label {
    flex: none;
    font-size: 13px;
    font-weight: 600;
    color: var(--pm-of-muted);
    white-space: nowrap;
}

body.nine-properties .nine-pm-owners-section .rewards-slider {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

body.nine-properties .nine-pm-owners-section .rewards-track {
    display: flex;
    align-items: center;
    width: max-content;
    will-change: transform;
}

body.nine-properties .nine-pm-owners-section .reward-item {
    position: relative;
    flex: none;
    margin-left: 18px;
    padding-left: 16px;
    font-size: 13px;
    color: var(--pm-of-text);
    white-space: nowrap;
}

body.nine-properties .nine-pm-owners-section .reward-item::before {
    content: '';
    position: absolute;
    top: calc(50% - 3px);
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--pm-of-third);
}

body.nine-properties .nine-pm-owners-section .reward-item:first-child {
    margin-left: 0;
    padding-left: 12px;
}

body.nine-properties .nine-pm-owners-section .pm-owners-process--horizontal {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.nine-properties .nine-pm-owners-section .pm-owners-process__step {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    position: relative;
    min-width: 0;
}

body.nine-properties .nine-pm-owners-section .pm-owners-process--horizontal .pm-owners-process__step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 14px;
    left: 36px;
    right: -10px;
    height: 1px;
    background: #ddd;
}

body.nine-properties .nine-pm-owners-section .pm-owners-process__number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    font-size: 12px;
    font-weight: 700;
    color: #222;
    background: var(--pm-of-accent);
    border-radius: 50%;
    z-index: 1;
}

body.nine-properties .nine-pm-owners-section .pm-owners-process__title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    color: var(--pm-of-text);
}

body.nine-properties .nine-pm-owners-section .pm-owners-process__label {
    font-size: 12px;
    line-height: 1.4;
    color: var(--pm-of-muted);
}

body.nine-properties .nine-pm-owners-section .banner-cta {
    margin-top: auto;
    padding-top: 1rem;
}

body.nine-properties .nine-pm-owners-section .pm-owners-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 240px;
    height: 44px;
    padding: 0 1.85rem;
    border: none;
    border-radius: 8px;
    background: var(--pm-of-accent);
    color: var(--pm-of-text);
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

body.nine-properties .nine-pm-owners-section .pm-owners-cta-btn:hover {
    background: var(--pm-of-accent-hover);
    color: var(--pm-of-text);
}

/* ----- Featured and Occupied ----- */
body.nine-properties .nine-pm-featured-section .title-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

body.nine-properties .nine-pm-featured-section .title-box .title {
    margin: 0;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.25;
    color: var(--pm-of-text);
}

body.nine-properties .nine-pm-featured-section .title-box .description {
    display: block;
    margin: 0 0 10px;
    color: var(--pm-of-muted);
    font-size: 15px;
    line-height: 1.5;
}

body.nine-properties .nine-pm-featured-section .title-box .description:last-child {
    margin-bottom: 0;
}

body.nine-properties .nine-pm-featured-section .nine-pm-featured-filter-tabs {
    display: block;
    width: 100%;
    margin-top: 18px;
    margin-bottom: 12px;
    padding: 0;
    overflow: hidden;
}

body.nine-properties .nine-pm-featured-section .collection {
    margin: 0;
    padding: 0;
}

body.nine-properties .nine-pm-featured-section .nine-pm-featured-filter-tabs .tab-box {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap;
    gap: 10px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    overflow-x: auto;
    scrollbar-width: none;
}

body.nine-properties .nine-pm-featured-section .nine-pm-featured-filter-tabs .tab-box > li {
    display: flex !important;
    flex: 0 0 auto;
    align-items: center;
    margin: 0 !important;
    padding: 0 14px !important;
    height: 40px;
    border: 1px solid var(--pm-of-border);
    border-radius: 8px;
    background: var(--pm-of-surface);
    font-size: 14px;
    font-weight: 700;
    color: var(--pm-of-text);
    white-space: nowrap;
    cursor: pointer;
    list-style: none !important;
}

body.nine-properties .nine-pm-featured-section .nine-pm-featured-filter-tabs .tab-box > li.active {
    border-color: var(--pm-of-navy);
    background: var(--pm-of-navy);
    color: #fff;
    pointer-events: none;
}

body.nine-properties .nine-pm-featured-section .collection > .white-body {
    display: none;
}

body.nine-properties .nine-pm-featured-section .collection > .white-body.active {
    display: flex;
    gap: 15px;
    padding-top: 0;
}

body.nine-properties .nine-pm-featured-section .discover-card {
    flex: 0 0 320px;
    max-width: 320px;
    padding: 15px;
    border: 1px solid var(--pm-of-border);
    border-radius: 15px;
    background: var(--pm-of-surface);
    box-sizing: border-box;
}

body.nine-properties .nine-pm-featured-section .accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

body.nine-properties .nine-pm-featured-section .accordion .panel {
    border: 1px solid var(--pm-of-border);
    border-radius: 8px;
    overflow: hidden;
}

body.nine-properties .nine-pm-featured-section .panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 47px;
    padding: 0 16px;
    border: 0;
    background: none;
    cursor: pointer;
    font: inherit;
    color: var(--pm-of-text);
}

body.nine-properties .nine-pm-featured-section .panel-header strong {
    font-size: 14px;
    font-weight: 700;
    color: #4a4a4a;
}

body.nine-properties .nine-pm-featured-section .panel-header__icon {
    font-size: 12px;
    transition: transform 0.25s ease;
}

body.nine-properties .nine-pm-featured-section .panel.active .panel-header__icon {
    transform: rotate(180deg);
}

body.nine-properties .nine-pm-featured-section .panel-body {
    max-height: 0;
    overflow: hidden;
    padding: 0 16px;
    transition: max-height 0.25s ease, padding 0.25s ease;
}

body.nine-properties .nine-pm-featured-section .panel.active .panel-body {
    max-height: 200px;
    padding: 10px 16px 14px;
    border-top: 1px solid #eee;
}

body.nine-properties .nine-pm-featured-section .panel-body p {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    color: var(--pm-of-muted);
}

body.nine-properties .nine-pm-featured-section .discover-body {
    display: none;
    flex: 1;
    min-width: 0;
    flex-direction: column;
}

body.nine-properties .nine-pm-featured-section .discover-body.active {
    display: flex;
}

body.nine-properties .nine-pm-featured-section .discover-properties.active {
    display: block;
}

body.nine-properties .nine-pm-featured-section .pm-investor-slider {
    position: relative;
    padding-top: 4px;
}

body.nine-properties .nine-pm-featured-section .pm-investor-slider__viewport {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    width: 100%;
}

body.nine-properties .nine-pm-featured-section .pm-investor-slider__viewport::-webkit-scrollbar {
    display: none;
}

body.nine-properties .nine-pm-featured-section .pm-investor-slider__track {
    display: flex;
    gap: 15px;
    width: max-content;
    padding: 0 8px 8px;
}

/* Square Yards discover-more card sizing (282×360 desktop, 179×207 ≤1024px) */
body.nine-properties .nine-pm-featured-section .pm-featured-property-card {
    position: relative;
    flex: 0 0 282px;
    width: 282px !important;
    max-width: 282px;
    height: 360px;
    min-height: 360px;
    border-radius: 10px;
    overflow: hidden;
    scroll-snap-align: start;
    box-sizing: border-box;
    cursor: pointer;
}

body.nine-properties .nine-pm-featured-section .pm-featured-property-card::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 140px;
    border-radius: 0 0 10px 10px;
    background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 79%) 100%);
    pointer-events: none;
}

body.nine-properties .nine-pm-featured-section .pm-featured-property-card__media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

body.nine-properties .nine-pm-featured-section .pm-featured-property-card__media img,
body.nine-properties .nine-pm-featured-section .pm-featured-property-card .img-responsive {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1);
    transition: transform 0.3s ease;
}

body.nine-properties .nine-pm-featured-section .pm-featured-property-card:hover .pm-featured-property-card__media img {
    transform: scale(1.1);
}

body.nine-properties .nine-pm-featured-section .pm-featured-card__badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

body.nine-properties .nine-pm-featured-section .pm-featured-card__badge--featured {
    color: var(--pm-of-navy);
    background: var(--pm-of-accent);
}

body.nine-properties .nine-pm-featured-section .pm-featured-card__badge--occupied {
    color: #fff;
    background: rgb(0 0 0 / 72%);
}

body.nine-properties .nine-pm-featured-section .property-status-body {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 15px 20px;
    color: #fff;
    background: none;
}

body.nine-properties .nine-pm-featured-section .property-status-body .location {
    display: block;
    margin-bottom: 6px;
    text-decoration: none;
    color: #fff;
}

body.nine-properties .nine-pm-featured-section .property-status-body .location strong {
    display: block;
    font-size: 15px;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.nine-properties .nine-pm-featured-section .property-status-body .location span {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    opacity: 0.92;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.nine-properties .nine-pm-featured-section .pm-investor-card__meta {
    display: flex;
    flex-direction: column;
    gap: 3px;
    font-size: 12px;
    line-height: 1.4;
    color: rgb(255 255 255 / 92%);
}

body.nine-properties .nine-pm-featured-section .pm-investor-card__status {
    font-weight: 700;
    color: var(--pm-of-third);
}

body.nine-properties .nine-pm-featured-section .pm-investor-slider__nav {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    background: rgb(0 0 0 / 72%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transform: translateY(-50%);
    font-size: 14px;
}

body.nine-properties .nine-pm-featured-section .pm-investor-slider__nav--prev {
    left: 4px;
}

body.nine-properties .nine-pm-featured-section .pm-investor-slider__nav--next {
    right: 4px;
}

body.nine-properties .nine-pm-featured-section .pm-featured-slider__empty {
    flex: 1 1 100%;
    margin: 24px 8px;
    padding: 24px 16px;
    text-align: center;
    font-size: 15px;
    color: var(--pm-of-muted);
    background: #f8f8f8;
    border-radius: 8px;
    border: 1px dashed var(--pm-of-border);
}

@media (max-width: 991px) {
    body.nine-properties .nine-pm-featured-section .collection > .white-body.active {
        flex-direction: column;
    }

    body.nine-properties .nine-pm-featured-section .discover-card {
        flex: none;
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 1024px) {
    body.nine-properties .nine-pm-featured-section .pm-featured-property-card {
        flex: 0 0 179px;
        width: 179px !important;
        max-width: 179px;
        height: 207px;
        min-height: 207px;
    }

    body.nine-properties .nine-pm-featured-section .pm-featured-property-card::after {
        height: 110px;
    }

    body.nine-properties .nine-pm-featured-section .property-status-body {
        padding: 12px 14px;
    }

    body.nine-properties .nine-pm-featured-section .property-status-body .location strong {
        font-size: 13px;
        line-height: 15px;
    }

    body.nine-properties .nine-pm-featured-section .property-status-body .location span,
    body.nine-properties .nine-pm-featured-section .pm-investor-card__meta {
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    body.nine-properties .nine-pm-owners-section .referral-banner {
        flex-direction: column;
        min-height: 0;
    }

    body.nine-properties .nine-pm-owners-section .banner-illustration {
        width: 100%;
        max-width: 100%;
        max-height: 220px;
    }

    body.nine-properties .nine-pm-owners-section .banner-illustration .img-responsive {
        min-height: 0;
        max-height: 200px;
    }

    body.nine-properties .nine-pm-owners-section .pm-owners-process--horizontal {
        grid-template-columns: 1fr 1fr;
    }

}

/* View All card — 11th slide in each featured / occupied track */
body.nine-properties .nine-pm-featured-section .pm-featured-view-all-card {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: inherit;
    border: 2px dashed rgba(253, 184, 19, 0.45);
    background: linear-gradient(145deg, rgba(253, 184, 19, 0.08) 0%, rgba(244, 110, 123, 0.06) 100%);
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

body.nine-properties .nine-pm-featured-section .pm-featured-view-all-card::after {
    content: none;
    display: none;
}

body.nine-properties .nine-pm-featured-section .pm-featured-view-all-card:hover,
body.nine-properties .nine-pm-featured-section .pm-featured-view-all-card:focus-visible {
    border-color: var(--nine-btn, #fdb813);
    background: linear-gradient(145deg, rgba(253, 184, 19, 0.14) 0%, rgba(244, 110, 123, 0.1) 100%);
    transform: translateY(-2px);
}

body.nine-properties .nine-pm-featured-section .pm-featured-view-all-card__inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 20px 14px;
    text-align: center;
    height: 100%;
    width: 100%;
}

body.nine-properties .nine-pm-featured-section .pm-featured-view-all-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--nine-btn, #fdb813);
    color: #1a1a1a;
    font-size: 18px;
}

body.nine-properties .nine-pm-featured-section .pm-featured-view-all-card__title {
    font-size: 16px;
    font-weight: 700;
    color: var(--nine-text, #1a1a1a);
}

body.nine-properties .nine-pm-featured-section .pm-featured-view-all-card__text {
    font-size: 12px;
    line-height: 1.35;
    color: rgba(26, 26, 26, 0.65);
}

@media (max-width: 767px) {
    body.nine-properties .nine-pm-featured-section .pm-featured-view-all-card__icon {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }

    body.nine-properties .nine-pm-featured-section .pm-featured-view-all-card__title {
        font-size: 14px;
    }

    body.nine-properties .nine-pm-featured-section .pm-featured-view-all-card__text {
        font-size: 11px;
    }
}

