/* About page — compact card layout (Offers-aligned) */
body.nine-properties {
    --pm-about-navy: #09233c;
    --pm-about-text: #344054;
    --pm-about-muted: #667085;
    --pm-about-border: #e7ebf0;
    --pm-about-surface: #f4f7fb;
    --pm-about-max: 1280px;
    --pm-about-gutter: 15px;
    --pm-about-gap: 16px;
}

body.nine-properties .nine-pm-about-page {
    background: var(--pm-about-surface);
}

/* Override theme heading colors inside this page */
body.nine-properties .nine-pm-about-page h1,
body.nine-properties .nine-pm-about-page h2 {
    font-family: inherit;
    line-height: 1.2;
}

/* 1. Hero */
body.nine-properties .nine-pm-about-page__hero {
    padding: calc(var(--nine-site-header-height, 67px) + 28px) 0 36px;
    background:
        radial-gradient(circle at 88% 12%, rgb(10 191 83 / 16%) 0%, transparent 40%),
        radial-gradient(circle at 8% 100%, rgb(37 99 235 / 10%) 0%, transparent 34%),
        linear-gradient(135deg, #071a2d 0%, #09233c 55%, #0b3154 100%);
}

body.nine-properties .nine-pm-about-page__hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(220px, 360px);
    gap: 28px;
    align-items: center;
    width: 100%;
    max-width: var(--pm-about-max);
    margin: 0 auto;
    padding: 0 var(--pm-about-gutter);
    box-sizing: border-box;
}

body.nine-properties .nine-pm-about-page__eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #86efac;
}

body.nine-properties .nine-pm-about-page__hero-title {
    margin: 0 0 14px;
    font-size: clamp(30px, 4.2vw, 46px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.03em;
    color: #fff;
}

body.nine-properties .nine-pm-about-page__hero-lead {
    margin: 0;
    max-width: 620px;
    font-size: clamp(14px, 1.5vw, 17px);
    line-height: 1.65;
    color: rgb(255 255 255 / 88%);
}

body.nine-properties .nine-pm-about-page__hero-media {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgb(255 255 255 / 14%);
    box-shadow: 0 16px 36px rgb(0 0 0 / 22%);
    max-height: 240px;
}

body.nine-properties .nine-pm-about-page__hero-media img {
    display: block;
    width: 100%;
    height: 240px;
    object-fit: cover;
}

/* Highlights strip */
body.nine-properties .nine-pm-about-page__highlights {
    margin-top: -18px;
    padding: 0 var(--pm-about-gutter) 4px;
}

body.nine-properties .nine-pm-about-page__highlights-inner {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
    max-width: var(--pm-about-max);
    margin: 0 auto;
}

body.nine-properties .nine-pm-about-page__highlight {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    min-height: 100%;
    padding: 14px 16px;
    border: 1px solid var(--pm-about-border);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 24px rgb(9 35 60 / 8%);
}

body.nine-properties .nine-pm-about-page__highlight-icon {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgb(10 191 83 / 12%);
    color: var(--nine-pm-brand-btn, #0abf53);
    font-size: 16px;
}

body.nine-properties .nine-pm-about-page__highlight strong {
    display: block;
    margin-bottom: 2px;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
    color: var(--pm-about-navy);
}

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

/* Content stack */
body.nine-properties .nine-pm-about-page__stack {
    display: flex;
    flex-direction: column;
    gap: var(--pm-about-gap);
    width: 100%;
    max-width: var(--pm-about-max);
    margin: 0 auto;
    padding: 24px var(--pm-about-gutter) 32px;
    box-sizing: border-box;
}

body.nine-properties .nine-pm-about-page__duo {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--pm-about-gap);
}

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

body.nine-properties .nine-pm-about-page__card--lead {
    border-top: 3px solid var(--nine-pm-brand-btn, #0abf53);
}

body.nine-properties .nine-pm-about-page__card--network {
    border-top: 3px solid #2563eb;
}

body.nine-properties .nine-pm-about-page__card--vision {
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

body.nine-properties .nine-pm-about-page__card-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

body.nine-properties .nine-pm-about-page__card-kicker {
    flex: 0 0 auto;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: var(--nine-pm-brand-btn, #0abf53);
}

body.nine-properties .nine-pm-about-page__card-icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgb(10 191 83 / 10%);
    color: var(--nine-pm-brand-btn, #0abf53);
    font-size: 17px;
}

body.nine-properties .nine-pm-about-page__card--network .nine-pm-about-page__card-icon {
    background: rgb(37 99 235 / 10%);
    color: #2563eb;
}

body.nine-properties .nine-pm-about-page__card-title {
    margin: 0;
    font-size: clamp(20px, 2.2vw, 26px);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: var(--pm-about-navy);
}

body.nine-properties .nine-pm-about-page__prose p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: var(--pm-about-text);
}

body.nine-properties .nine-pm-about-page__prose p + p {
    margin-top: 12px;
}

body.nine-properties .nine-pm-about-page__prose--inverse p {
    color: rgb(255 255 255 / 88%);
}

body.nine-properties .nine-pm-about-page__pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

body.nine-properties .nine-pm-about-page__pill {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid var(--pm-about-border);
    border-radius: 999px;
    background: var(--pm-about-surface);
    font-size: 12px;
    font-weight: 700;
    color: var(--pm-about-navy);
}

body.nine-properties .nine-pm-about-page__card-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-top: 14px;
}

body.nine-properties .nine-pm-about-page__card-links a {
    font-size: 13px;
    font-weight: 700;
    color: #2563eb;
    text-decoration: none;
}

/* Trust band */
body.nine-properties .nine-pm-about-page__trust {
    padding: 26px 24px;
    border-radius: 16px;
    background:
        radial-gradient(circle at 92% 16%, rgb(10 191 83 / 14%) 0%, transparent 38%),
        linear-gradient(135deg, #071a2d 0%, #09233c 100%);
    box-shadow: 0 10px 28px rgb(9 35 60 / 14%);
}

body.nine-properties .nine-pm-about-page__trust-top {
    margin-bottom: 18px;
}

body.nine-properties .nine-pm-about-page__trust-title {
    margin: 0 0 12px;
    font-size: clamp(22px, 2.4vw, 28px);
    font-weight: 800;
    line-height: 1.2;
    color: #fff;
}

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

body.nine-properties .nine-pm-about-page__stat {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 16px 12px;
    border: 1px solid rgb(255 255 255 / 12%);
    border-radius: 12px;
    background: rgb(255 255 255 / 6%);
    text-align: center;
}

body.nine-properties .nine-pm-about-page__stat strong {
    font-size: clamp(22px, 2.8vw, 30px);
    font-weight: 800;
    line-height: 1;
    color: #fff;
}

body.nine-properties .nine-pm-about-page__stat span {
    font-size: 12px;
    line-height: 1.35;
    color: rgb(255 255 255 / 78%);
}

/* CTA */
body.nine-properties .nine-pm-about-page__cta {
    padding: 0 var(--pm-about-gutter) 40px;
}

body.nine-properties .nine-pm-about-page__cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    max-width: var(--pm-about-max);
    margin: 0 auto;
    padding: 24px 28px;
    border-radius: 16px;
    background: linear-gradient(135deg, #071a2d 0%, #09233c 100%);
    box-shadow: 0 14px 32px rgb(9 35 60 / 16%);
    box-sizing: border-box;
}

body.nine-properties .nine-pm-about-page__cta-title {
    margin: 0 0 8px;
    font-size: clamp(22px, 2.4vw, 28px);
    font-weight: 800;
    line-height: 1.2;
    color: #fff;
}

body.nine-properties .nine-pm-about-page__cta-text {
    margin: 0;
    max-width: 560px;
    font-size: 15px;
    line-height: 1.6;
    color: rgb(255 255 255 / 82%);
}

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

body.nine-properties .nine-pm-about-page__cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 0.18s ease;
}

body.nine-properties .nine-pm-about-page__cta-btn--primary {
    background: var(--nine-pm-brand-btn, #0abf53);
    color: #fff;
    box-shadow: 0 8px 20px rgb(10 191 83 / 24%);
}

body.nine-properties .nine-pm-about-page__cta-btn--secondary {
    border: 1px solid rgb(255 255 255 / 28%);
    color: #fff;
}

body.nine-properties .nine-pm-about-page__cta-btn:hover {
    transform: translateY(-1px);
}

@media (max-width: 991px) {
    body.nine-properties .nine-pm-about-page__hero-inner,
    body.nine-properties .nine-pm-about-page__duo {
        grid-template-columns: 1fr;
    }

    body.nine-properties .nine-pm-about-page__highlights-inner {
        grid-template-columns: 1fr;
    }

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

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

@media (max-width: 767px) {
    body.nine-properties .nine-pm-about-page__hero {
        padding-bottom: 28px;
    }

    body.nine-properties .nine-pm-about-page__hero-media {
        max-height: 200px;
    }

    body.nine-properties .nine-pm-about-page__hero-media img {
        height: 200px;
    }

    body.nine-properties .nine-pm-about-page__stack {
        padding-top: 18px;
    }

    body.nine-properties .nine-pm-about-page__card {
        padding: 18px 16px 20px;
    }

    body.nine-properties .nine-pm-about-page__stats {
        grid-template-columns: 1fr;
    }

    body.nine-properties .nine-pm-about-page__cta-actions {
        flex-direction: column;
    }

    body.nine-properties .nine-pm-about-page__cta-btn {
        width: 100%;
    }
}
