/* Contact & Careers — support pages (toolbar hero + section bands) */
body.nine-properties {
    --pm-sp-navy: #09233c;
    --pm-sp-muted: #667085;
    --pm-sp-border: #e7ebf0;
    --pm-sp-green: var(--nine-pm-brand-btn, #0abf53);
    --pm-sp-green-soft: rgb(10 191 83 / 12%);
    --nine-site-header-height: 67px;
}

@media (max-width: 1199px) {
    body.nine-properties {
        --nine-site-header-height: 62px;
    }
}

body.nine-properties .nine-pm-support-page {
    padding: calc(var(--nine-site-header-height, 67px) + var(--nine-pm-section-gap, 2.5rem)) 0 0;
    background: #f4f6f8;
}

body.nine-properties .nine-pm-support-page__inner {
    width: 100%;
    max-width: var(--nine-pm-content-max, 1280px);
    margin: 0 auto;
    padding: 0 var(--nine-pm-content-gutter, 15px);
    box-sizing: border-box;
}

body.nine-properties .nine-pm-support-page__hero-band {
    padding-top: 0 !important;
}

body.nine-properties .nine-pm-support-page__hero-panel {
    padding: 22px 20px 20px;
    border: 1px solid var(--pm-sp-border);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 2px 10px rgb(9 35 60 / 4%);
}

body.nine-properties .nine-pm-support-page__hero-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

body.nine-properties .nine-pm-support-page__intro {
    min-width: 0;
    flex: 1 1 auto;
}

body.nine-properties .nine-pm-support-page__badge {
    display: inline-flex;
    align-items: center;
    margin-bottom: 8px;
    padding: 3px 9px;
    border-radius: 999px;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #1d4ed8;
}

body.nine-properties .nine-pm-support-page__title {
    margin: 0;
    font-size: clamp(24px, 3.2vw, 32px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: var(--pm-sp-navy);
}

body.nine-properties .nine-pm-support-page__subtitle {
    margin: 8px 0 0;
    max-width: 620px;
    font-size: 14px;
    line-height: 1.55;
    color: var(--pm-sp-muted);
}

body.nine-properties .nine-pm-support-page__hero-meta {
    display: inline-flex;
    align-items: stretch;
    flex: 0 0 auto;
    max-width: 100%;
    border: 1px solid var(--pm-sp-border);
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
}

body.nine-properties .nine-pm-support-page__meta-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    min-width: 88px;
    padding: 9px 14px;
    text-align: center;
}

body.nine-properties .nine-pm-support-page__meta-item strong {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.1;
    color: var(--pm-sp-navy);
}

body.nine-properties .nine-pm-support-page__meta-item span {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--pm-sp-muted);
}

body.nine-properties .nine-pm-support-page__meta-divider {
    width: 1px;
    background: var(--pm-sp-border);
}

body.nine-properties .nine-pm-support-page__section-head {
    margin-bottom: 18px;
}

body.nine-properties .nine-pm-support-page__section-title {
    margin: 0 0 6px;
    font-size: clamp(20px, 2.4vw, 24px);
    font-weight: 800;
    letter-spacing: -0.01em;
    color: var(--pm-sp-navy);
}

body.nine-properties .nine-pm-support-page__section-text {
    margin: 0;
    max-width: 640px;
    font-size: 14px;
    line-height: 1.55;
    color: var(--pm-sp-muted);
}

body.nine-properties .nine-pm-support-page__channels-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

body.nine-properties .nine-pm-support-page__channel-card {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    min-height: 100%;
    padding: 16px;
    border: 1px solid var(--pm-sp-border);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 6px 18px rgb(9 35 60 / 5%);
    text-decoration: none;
    color: inherit;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

body.nine-properties a.nine-pm-support-page__channel-card:hover {
    border-color: rgb(10 191 83 / 35%);
    box-shadow: 0 10px 24px rgb(9 35 60 / 8%);
    transform: translateY(-1px);
}

body.nine-properties .nine-pm-support-page__channel-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: var(--pm-sp-green-soft);
    color: var(--pm-sp-green);
    font-size: 18px;
}

body.nine-properties .nine-pm-support-page__channel-body {
    min-width: 0;
    flex: 1 1 auto;
}

body.nine-properties .nine-pm-support-page__channel-body strong {
    display: block;
    margin-bottom: 4px;
    font-size: 13px;
    font-weight: 800;
    color: var(--pm-sp-navy);
}

body.nine-properties .nine-pm-support-page__channel-body span {
    display: block;
    font-size: 13px;
    line-height: 1.45;
    color: var(--pm-sp-muted);
}

body.nine-properties .nine-pm-support-page__channel-arrow {
    flex: 0 0 auto;
    margin-top: 2px;
    font-size: 12px;
    color: var(--pm-sp-green);
}

body.nine-properties .nine-pm-support-page__panel {
    padding: 24px;
    border: 1px solid var(--pm-sp-border);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 4px 18px rgb(9 35 60 / 6%);
}

body.nine-properties .nine-pm-support-page__panel-head {
    margin-bottom: 20px;
}

body.nine-properties .nine-pm-support-page__panel-title {
    margin: 0 0 6px;
    font-size: clamp(20px, 2.4vw, 24px);
    font-weight: 800;
    color: var(--pm-sp-navy);
}

body.nine-properties .nine-pm-support-page__panel-text {
    margin: 0;
    max-width: 640px;
    font-size: 14px;
    line-height: 1.55;
    color: var(--pm-sp-muted);
}

body.nine-properties .nine-pm-contact-page__label {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 700;
    color: var(--pm-sp-navy);
}

body.nine-properties .nine-pm-contact-page__form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 18px;
}

body.nine-properties .nine-pm-contact-page__field--full {
    grid-column: 1 / -1;
}

body.nine-properties .nine-pm-contact-page__input {
    width: 100%;
    min-height: 46px;
    padding: 0 14px;
    border: 1px solid var(--pm-sp-border);
    border-radius: 10px;
    background: #fff;
    font-size: 14px;
    color: var(--pm-sp-navy);
    box-sizing: border-box;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

body.nine-properties .nine-pm-contact-page__input:focus {
    outline: none;
    border-color: rgb(10 191 83 / 45%);
    box-shadow: 0 0 0 3px rgb(10 191 83 / 12%);
}

body.nine-properties .nine-pm-contact-page__input--textarea {
    min-height: 130px;
    padding: 12px 14px;
    resize: vertical;
}

body.nine-properties .nine-pm-contact-page__input.is-invalid {
    border-color: #ef4444;
}

body.nine-properties .nine-pm-contact-page__form-actions {
    margin-top: 20px;
}

body.nine-properties .nine-pm-contact-page__form-result {
    margin: 12px 0 0;
    font-size: 13px;
    line-height: 1.45;
}

body.nine-properties .nine-pm-contact-page__form-result.is-success {
    color: #15803d;
}

body.nine-properties .nine-pm-contact-page__form-result.is-error {
    color: #b91c1c;
}

body.nine-properties .nine-pm-support-page__actions-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

body.nine-properties .nine-pm-support-page__action-card {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    min-height: 100%;
    padding: 16px;
    border: 1px solid var(--pm-sp-border);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 6px 18px rgb(9 35 60 / 5%);
    text-decoration: none;
    color: inherit;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

body.nine-properties .nine-pm-support-page__action-card:hover {
    border-color: rgb(10 191 83 / 35%);
    box-shadow: 0 10px 24px rgb(9 35 60 / 8%);
    transform: translateY(-1px);
}

body.nine-properties .nine-pm-support-page__action-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #f4f7fb;
    color: var(--pm-sp-navy);
    font-size: 16px;
}

body.nine-properties .nine-pm-support-page__action-copy strong {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 800;
    color: var(--pm-sp-navy);
}

body.nine-properties .nine-pm-support-page__action-copy span {
    display: block;
    font-size: 12px;
    line-height: 1.45;
    color: var(--pm-sp-muted);
}

body.nine-properties .nine-pm-support-page__feature-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    min-height: 100%;
    padding: 18px;
    border: 1px solid var(--pm-sp-border);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 6px 18px rgb(9 35 60 / 5%);
}

body.nine-properties .nine-pm-support-page__feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: var(--pm-sp-green-soft);
    color: var(--pm-sp-green);
    font-size: 18px;
}

body.nine-properties .nine-pm-support-page__feature-copy strong {
    display: block;
    margin-bottom: 6px;
    font-size: 15px;
    font-weight: 800;
    color: var(--pm-sp-navy);
}

body.nine-properties .nine-pm-support-page__feature-copy span {
    display: block;
    font-size: 13px;
    line-height: 1.55;
    color: var(--pm-sp-muted);
}

body.nine-properties .nine-pm-careers-page__culture-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

body.nine-properties .nine-pm-careers-page__roles-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}

body.nine-properties .nine-pm-careers-page__roles-count {
    flex: 0 0 auto;
    padding: 6px 12px;
    border-radius: 999px;
    background: var(--pm-sp-green-soft);
    color: var(--pm-sp-green);
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

body.nine-properties .nine-pm-careers-page__roles {
    display: grid;
    gap: 12px;
}

body.nine-properties .nine-pm-careers-page__role-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 20px;
    border: 1px solid var(--pm-sp-border);
    border-radius: 14px;
    background: #f9fafb;
    transition: border-color 0.15s ease, background 0.15s ease;
}

body.nine-properties .nine-pm-careers-page__role-card:hover {
    border-color: rgb(10 191 83 / 30%);
    background: #fff;
}

body.nine-properties .nine-pm-careers-page__role-title {
    margin: 0 0 8px;
    font-size: 17px;
    font-weight: 800;
    color: var(--pm-sp-navy);
}

body.nine-properties .nine-pm-careers-page__role-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 8px;
}

body.nine-properties .nine-pm-careers-page__role-meta span {
    padding: 4px 10px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid var(--pm-sp-border);
    font-size: 11px;
    font-weight: 700;
    color: var(--pm-sp-muted);
}

body.nine-properties .nine-pm-careers-page__role-summary {
    margin: 0;
    max-width: 680px;
    font-size: 13px;
    line-height: 1.55;
    color: var(--pm-sp-muted);
}

body.nine-properties .nine-pm-careers-page__role-apply {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    background: var(--pm-sp-green);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 8px 18px rgb(10 191 83 / 24%);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

body.nine-properties .nine-pm-careers-page__role-apply:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgb(10 191 83 / 30%);
}

body.nine-properties .nine-pm-careers-page__roles-empty {
    margin: 0;
    padding: 20px;
    border-radius: 12px;
    background: #f9fafb;
    font-size: 14px;
    line-height: 1.55;
    color: var(--pm-sp-muted);
}

body.nine-properties .nine-pm-support-page__cta-band {
    padding-bottom: var(--nine-pm-section-gap, 2.5rem) !important;
}

body.nine-properties .nine-pm-support-page__cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 24px 28px;
    border: 1px solid var(--pm-sp-border);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 4px 18px rgb(9 35 60 / 6%);
}

body.nine-properties .nine-pm-support-page__cta-title {
    margin: 0 0 6px;
    font-size: clamp(20px, 2.4vw, 24px);
    font-weight: 800;
    color: var(--pm-sp-navy);
}

body.nine-properties .nine-pm-support-page__cta-text {
    margin: 0;
    max-width: 560px;
    font-size: 14px;
    line-height: 1.55;
    color: var(--pm-sp-muted);
}

body.nine-properties .nine-pm-support-page__cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex: 0 0 auto;
}

body.nine-properties .nine-pm-support-page__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 20px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid transparent;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

body.nine-properties .nine-pm-support-page__btn--primary {
    background: var(--pm-sp-green);
    color: #fff;
    box-shadow: 0 8px 18px rgb(10 191 83 / 24%);
}

body.nine-properties .nine-pm-support-page__btn--primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgb(10 191 83 / 30%);
}

body.nine-properties .nine-pm-support-page__btn--secondary {
    background: #fff;
    border-color: var(--pm-sp-border);
    color: var(--pm-sp-navy);
}

body.nine-properties .nine-pm-support-page__btn--secondary:hover {
    border-color: rgb(9 35 60 / 18%);
    background: #f9fafb;
}

@media (max-width: 991px) {
    body.nine-properties .nine-pm-support-page__hero-top {
        flex-direction: column;
    }

    body.nine-properties .nine-pm-support-page__hero-meta {
        width: 100%;
        justify-content: stretch;
    }

    body.nine-properties .nine-pm-support-page__meta-item {
        flex: 1 1 0;
        min-width: 0;
    }

    body.nine-properties .nine-pm-support-page__channels-grid,
    body.nine-properties .nine-pm-support-page__actions-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.nine-properties .nine-pm-careers-page__culture-grid {
        grid-template-columns: 1fr;
    }

    body.nine-properties .nine-pm-careers-page__role-card {
        flex-direction: column;
        align-items: flex-start;
    }

    body.nine-properties .nine-pm-careers-page__role-apply {
        width: 100%;
    }

    body.nine-properties .nine-pm-support-page__cta-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    body.nine-properties .nine-pm-support-page__cta-actions {
        width: 100%;
    }

    body.nine-properties .nine-pm-support-page__cta-actions .nine-pm-support-page__btn {
        flex: 1 1 auto;
    }
}

@media (max-width: 767px) {
    body.nine-properties .nine-pm-support-page__channels-grid,
    body.nine-properties .nine-pm-support-page__actions-grid {
        grid-template-columns: 1fr;
    }

    body.nine-properties .nine-pm-contact-page__form-grid {
        grid-template-columns: 1fr;
    }

    body.nine-properties .nine-pm-careers-page__roles-head {
        flex-direction: column;
    }
}
