/*
 * Strategy page.
 * UX Builder owns structure and responsive typography.
 * This file supplies page-scoped identity, cards, and interaction states.
 */

.page-id-24 #main,
.page-id-24 .page-wrapper,
.page-id-24 .page-inner {
    background: var(--ahr-color-surface-dark);
    color: var(--ahr-color-white);
    padding: 0;
}

.page-id-24 .entry-header {
    display: none;
}

.page-id-24 .ahr-strategy-page,
.page-id-24 .ahr-strategy-section {
    direction: rtl;
}

.page-id-24 .ahr-strategy-section {
    background: var(--ahr-color-surface-dark);
    border-bottom: 1px solid var(--ahr-color-border-subtle);
    color: var(--ahr-color-white);
}

.page-id-24 .ahr-strategy-section .row {
    max-width: var(--ahr-content-width);
}

.page-id-24 .ahr-strategy-hero-banner .overlay {
    background: linear-gradient(
        90deg,
        color-mix(in srgb, var(--ahr-color-surface-dark) 94%, transparent),
        color-mix(in srgb, var(--ahr-color-surface-dark) 68%, transparent) 52%,
        color-mix(in srgb, var(--ahr-color-surface-dark) 28%, transparent)
    ) !important;
}

.page-id-24 .ahr-strategy-hero-content {
    z-index: 2;
}

.page-id-24 .ahr-strategy-eyebrow,
.page-id-24 .ahr-strategy-eyebrow > * {
    color: var(--ahr-color-accent) !important;
    display: block;
    font-family: var(--ahr-font-heading);
    font-size: 0.78rem;
    font-weight: var(--ahr-font-weight-heading);
    letter-spacing: 1.8px;
    line-height: 1.5;
    margin: 0 0 14px;
}

.page-id-24 .ahr-strategy-hero-title {
    color: var(--ahr-color-white) !important;
    font-family: var(--ahr-font-heading);
    font-size: 1em;
    font-weight: var(--ahr-font-weight-heading);
    letter-spacing: -2px;
    margin-bottom: 22px;
}

.page-id-24 .ahr-strategy-hero-title::after {
    background: var(--ahr-color-accent);
    border-radius: var(--ahr-radius-pill);
    content: '';
    display: block;
    height: 3px;
    margin-top: 22px;
    width: 76px;
}

.page-id-24 .ahr-strategy-hero-lead {
    color: var(--ahr-color-white) !important;
    font-family: var(--ahr-font-body);
    font-size: 1.02rem;
    line-height: 1.9;
    margin-bottom: 28px;
    max-width: 660px;
    opacity: 0.84;
}

.page-id-24 .ahr-strategy-hero .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 0.82rem;
    line-height: 1.2;
    margin: 5px 0 5px 10px;
    min-height: 48px;
    min-width: 174px;
    padding: 0 26px;
    text-transform: none;
}
.page-id-24 .ahr-strategy-section h2,
.page-id-24 .ahr-strategy-section h3,
.page-id-24 .ahr-strategy-section strong {
    font-family: var(--ahr-font-heading);
}

.page-id-24 .ahr-strategy-section h2 {
    color: var(--ahr-color-white);
    font-size: 1em;
    font-weight: var(--ahr-font-weight-heading);
    letter-spacing: -1.4px;
    margin-bottom: 20px;
}

.page-id-24 .ahr-strategy-section h3 {
    color: var(--ahr-color-white);
    font-weight: var(--ahr-font-weight-heading);
}

.page-id-24 .ahr-strategy-section p {
    color: var(--ahr-color-text-muted);
    font-family: var(--ahr-font-body);
}

.page-id-24 .ahr-strategy-anchor {
    display: block;
    position: relative;
    top: -110px;
    visibility: hidden;
}

.page-id-24 .ahr-strategy-section-heading {
    margin: 0 auto 54px;
    max-width: 800px;
}

.page-id-24 .ahr-strategy-section-heading h2 {
    margin-bottom: 14px;
}

.page-id-24 .ahr-strategy-section-heading > p:last-child {
    font-size: 1rem;
    line-height: 1.85;
    margin: 0 auto;
    max-width: 700px;
}

.page-id-24 .ahr-strategy-message {
    background:
        radial-gradient(
            circle at 16% 50%,
            color-mix(in srgb, var(--ahr-color-orange) 9%, transparent),
            transparent 36%
        ),
        var(--ahr-color-surface-dark);
}

.page-id-24 .ahr-strategy-message-heading > p:last-child,
.page-id-24 .ahr-strategy-baseline-copy > p:last-child {
    font-size: 1rem;
    line-height: 1.9;
}

.page-id-24 .ahr-strategy-quote {
    background: var(--ahr-color-surface-card);
    border: 1px solid var(--ahr-color-border);
    border-radius: 22px;
    padding: 42px 44px;
    position: relative;
}

.page-id-24 .ahr-strategy-quote::before {
    color: var(--ahr-color-accent);
    content: '“';
    font-family: Georgia, serif;
    font-size: 6rem;
    line-height: 1;
    opacity: 0.28;
    position: absolute;
    right: 24px;
    top: 12px;
}

.page-id-24 .ahr-strategy-quote blockquote {
    border: 0;
    color: var(--ahr-color-white);
    font-family: var(--ahr-font-body);
    font-style: normal;
    margin: 0 0 24px;
    padding: 0;
    position: relative;
}

.page-id-24 .ahr-strategy-signature {
    align-items: flex-start;
    border-top: 1px solid var(--ahr-color-border-subtle);
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0;
    padding-top: 20px;
}

.page-id-24 .ahr-strategy-signature strong {
    color: var(--ahr-color-accent);
    font-size: 0.94rem;
}

.page-id-24 .ahr-strategy-signature span {
    color: var(--ahr-color-text-muted);
    font-size: 0.82rem;
}

.page-id-24 .ahr-strategy-pillars {
    background:
        radial-gradient(
            circle at 50% 0,
            color-mix(in srgb, var(--ahr-color-accent) 7%, transparent),
            transparent 34%
        ),
        var(--ahr-color-surface-dark);
}

.page-id-24 .ahr-strategy-pillars-row > .col > .col-inner {
    height: 100%;
}

.page-id-24 .ahr-strategy-pillar-card {
    background: var(--ahr-color-surface-card);
    border: 1px solid var(--ahr-color-border-subtle);
    border-radius: 18px;
    height: 100%;
    min-height: 310px;
    overflow: hidden;
    padding: 30px 26px;
    position: relative;
    transition:
        transform var(--ahr-transition-card),
        border-color var(--ahr-transition-card),
        box-shadow var(--ahr-transition-card);
}

.page-id-24 .ahr-strategy-pillar-card::after {
    background: var(--ahr-color-accent);
    content: '';
    height: 3px;
    inset: auto 0 0;
    position: absolute;
    transform: scaleX(0.28);
    transform-origin: right;
    transition: transform var(--ahr-transition-card);
}

.page-id-24 .ahr-strategy-pillar-card:hover {
    border-color: var(--ahr-color-border);
    box-shadow: var(--ahr-card-shadow-hover);
    transform: translateY(var(--ahr-card-lift));
}

.page-id-24 .ahr-strategy-pillar-card:hover::after {
    transform: scaleX(1);
}

.page-id-24 .ahr-strategy-pillar-number {
    align-items: center;
    background: color-mix(in srgb, var(--ahr-color-accent) 12%, transparent);
    border: 1px solid var(--ahr-color-border);
    border-radius: 12px;
    color: var(--ahr-color-accent);
    display: inline-flex;
    font-family: var(--ahr-font-heading);
    font-size: 0.82rem;
    height: 44px;
    justify-content: center;
    margin-bottom: 38px;
    width: 50px;
}

.page-id-24 .ahr-strategy-pillar-card h3 {
    font-size: 1.08rem;
    margin-bottom: 14px;
}

.page-id-24 .ahr-strategy-pillar-card p {
    font-size: 0.9rem;
    line-height: 1.85;
    margin-bottom: 26px;
}

.page-id-24 .ahr-strategy-pillar-card > strong {
    bottom: 26px;
    color: var(--ahr-color-accent);
    font-size: 0.82rem;
    position: absolute;
    right: 26px;
}

.page-id-24 .ahr-strategy-baseline {
    background: var(--ahr-color-surface-card);
}

.page-id-24 .ahr-strategy-stats {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.page-id-24 .ahr-strategy-stats article {
    background: var(--ahr-color-surface-dark);
    border: 1px solid var(--ahr-color-border-subtle);
    border-radius: 16px;
    min-height: 150px;
    padding: 26px;
    position: relative;
}

.page-id-24 .ahr-strategy-stats article::before {
    background: var(--ahr-color-accent);
    border-radius: 50%;
    content: '';
    height: 8px;
    left: 20px;
    position: absolute;
    top: 20px;
    width: 8px;
}

.page-id-24 .ahr-strategy-stats strong {
    color: var(--ahr-color-accent);
    display: block;
    font-size: 2.25rem;
    line-height: 1.2;
    margin-bottom: 12px;
}

.page-id-24 .ahr-strategy-stats span {
    color: var(--ahr-color-text-muted);
    font-family: var(--ahr-font-body);
    font-size: 0.9rem;
}

.page-id-24 .ahr-strategy-roadmap-list {
    display: grid;
    gap: 14px;
}

.page-id-24 .ahr-strategy-roadmap-list article {
    align-items: flex-start;
    background: var(--ahr-color-surface-card);
    border: 1px solid var(--ahr-color-border-subtle);
    border-radius: 16px;
    display: flex;
    gap: 18px;
    padding: 22px;
    transition:
        border-color var(--ahr-transition-fast),
        transform var(--ahr-transition-fast);
}

.page-id-24 .ahr-strategy-roadmap-list article:hover {
    border-color: var(--ahr-color-border);
    transform: translateX(-4px);
}

.page-id-24 .ahr-strategy-roadmap-list article > span {
    align-items: center;
    background: var(--ahr-color-accent);
    border-radius: 10px;
    color: var(--ahr-color-black);
    display: inline-flex;
    flex: 0 0 44px;
    font-family: var(--ahr-font-heading);
    font-size: 0.76rem;
    height: 44px;
    justify-content: center;
}

.page-id-24 .ahr-strategy-roadmap-list strong {
    color: var(--ahr-color-white);
    display: block;
    font-size: 0.98rem;
    margin-bottom: 7px;
}

.page-id-24 .ahr-strategy-roadmap-list p {
    font-size: 0.86rem;
    line-height: 1.75;
    margin: 0;
}

.page-id-24 .ahr-strategy-cover-image {
    margin-inline: auto;
}

.page-id-24 .ahr-strategy-cover-image .img-inner {
    background: var(--ahr-color-surface-card);
    border: 1px solid var(--ahr-color-border);
    border-radius: 22px;
    box-shadow: -18px 18px 0
        color-mix(in srgb, var(--ahr-color-accent) 10%, transparent);
    overflow: hidden;
}

.page-id-24 .ahr-strategy-documents {
    background:
        radial-gradient(
            circle at 50% 100%,
            color-mix(in srgb, var(--ahr-color-orange) 8%, transparent),
            transparent 38%
        ),
        var(--ahr-color-surface-dark);
}

.page-id-24 .ahr-strategy-documents-row > .col > .col-inner {
    height: 100%;
}

.page-id-24 .ahr-strategy-document-card {
    background: var(--ahr-color-surface-card);
    border: 1px solid var(--ahr-color-border-subtle);
    border-radius: 20px;
    height: 100%;
    overflow: hidden;
    transition:
        transform var(--ahr-transition-card),
        border-color var(--ahr-transition-card),
        box-shadow var(--ahr-transition-card);
}

.page-id-24 .ahr-strategy-document-card:hover {
    border-color: var(--ahr-color-border);
    box-shadow: var(--ahr-card-shadow-hover);
    transform: translateY(var(--ahr-card-lift));
}

.page-id-24 .ahr-strategy-document-image,
.page-id-24 .ahr-strategy-document-image .img,
.page-id-24 .ahr-strategy-document-image .img-inner {
    margin: 0;
}

.page-id-24 .ahr-strategy-document-image .img-inner {
    border-radius: 0;
}

.page-id-24 .ahr-strategy-document-copy {
    padding: 28px 30px 30px;
}

.page-id-24 .ahr-strategy-document-copy > span {
    color: var(--ahr-color-accent);
    display: block;
    font-family: var(--ahr-font-heading);
    font-size: 0.74rem;
    margin-bottom: 10px;
}

.page-id-24 .ahr-strategy-document-copy h3 {
    font-size: 1.2rem;
    margin-bottom: 12px;
}

.page-id-24 .ahr-strategy-document-copy p {
    font-size: 0.9rem;
    line-height: 1.8;
    margin-bottom: 22px;
}

.page-id-24 .ahr-strategy-document-copy .button {
    margin: 0;
    text-transform: none;
}

.page-id-24 .ahr-strategy-cta {
    background:
        radial-gradient(
            circle at 50% 110%,
            color-mix(in srgb, var(--ahr-color-accent) 17%, transparent),
            transparent 48%
        ),
        var(--ahr-color-surface-card);
}

.page-id-24 .ahr-strategy-cta-copy {
    margin-bottom: 26px;
}

.page-id-24 .ahr-strategy-cta-copy h2 {
    margin-bottom: 16px;
}

.page-id-24 .ahr-strategy-cta-copy p:last-child {
    font-size: 1rem;
    line-height: 1.85;
    margin-inline: auto;
    max-width: 720px;
}

.page-id-24 .ahr-strategy-cta .button {
    margin: 6px;
    min-width: 170px;
    text-transform: none;
}

@media (max-width: 849px) {
    .page-id-24 .ahr-strategy-hero-banner .overlay {
        background: linear-gradient(
            90deg,
            color-mix(in srgb, var(--ahr-color-surface-dark) 90%, transparent),
            color-mix(in srgb, var(--ahr-color-surface-dark) 58%, transparent)
        ) !important;
    }

    .page-id-24 .ahr-strategy-pillar-card {
        min-height: 275px;
    }

    .page-id-24 .ahr-strategy-hero-content,
    .page-id-24 .ahr-strategy-hero-content p,
    .page-id-24 .ahr-strategy-hero-content h1 {
        text-align: center !important;
    }

    .page-id-24 .ahr-strategy-hero-title::after {
        margin-inline: auto;
    }

    .page-id-24 .ahr-strategy-hero-lead {
        margin-inline: auto;
    }

    .page-id-24 .ahr-strategy-message-heading {
        margin-bottom: 34px;
        max-width: 680px;
        margin-inline: auto;
        text-align: center;
    }

    .page-id-24 .ahr-strategy-cover-image .img-inner {
        box-shadow: -10px 10px 0
            color-mix(in srgb, var(--ahr-color-accent) 9%, transparent);
    }
}

@media (max-width: 549px) {
    .page-id-24 .ahr-strategy-hero-banner .overlay {
        background: color-mix(
            in srgb,
            var(--ahr-color-surface-dark) 78%,
            transparent
        ) !important;
    }

    .page-id-24 .ahr-strategy-hero-content,
    .page-id-24 .ahr-strategy-hero-content p,
    .page-id-24 .ahr-strategy-hero-content h1 {
        text-align: center !important;
    }

    .page-id-24 .ahr-strategy-hero-title {
        letter-spacing: -0.8px;
    }

    .page-id-24 .ahr-strategy-hero-title::after {
        margin-inline: auto;
    }

    .page-id-24 .ahr-strategy-hero-lead {
        font-size: 0.93rem;
        line-height: 1.8;
        margin-inline: auto;
    }

    .page-id-24 .ahr-strategy-hero .button {
        display: block;
        margin: 10px auto;
        max-width: 260px;
        width: 100%;
    }

    .page-id-24 .ahr-strategy-eyebrow,
    .page-id-24 .ahr-strategy-eyebrow > * {
        font-size: 0.7rem;
        letter-spacing: 1.2px;
    }

    .page-id-24 .ahr-strategy-message-heading {
        margin-bottom: 30px;
        text-align: center;
    }

    .page-id-24 .ahr-strategy-quote {
        padding: 32px 24px;
    }

    .page-id-24 .ahr-strategy-section-heading {
        margin-bottom: 38px;
    }

    .page-id-24 .ahr-strategy-pillar-card {
        min-height: 0;
        padding: 26px 22px 70px;
    }

    .page-id-24 .ahr-strategy-pillar-number {
        margin-bottom: 24px;
    }

    .page-id-24 .ahr-strategy-baseline-copy {
        margin-bottom: 30px;
    }

    .page-id-24 .ahr-strategy-stats {
        gap: 10px;
    }

    .page-id-24 .ahr-strategy-stats article {
        min-height: 128px;
        padding: 22px 18px;
    }

    .page-id-24 .ahr-strategy-stats strong {
        font-size: 1.85rem;
    }

    .page-id-24 .ahr-strategy-stats span {
        font-size: 0.78rem;
    }

    .page-id-24 .ahr-strategy-roadmap-list {
        margin-bottom: 34px;
    }

    .page-id-24 .ahr-strategy-roadmap-list article {
        gap: 14px;
        padding: 18px;
    }

    .page-id-24 .ahr-strategy-roadmap-list article > span {
        flex-basis: 40px;
        height: 40px;
    }

    .page-id-24 .ahr-strategy-cover-image .img-inner {
        box-shadow: -7px 7px 0
            color-mix(in srgb, var(--ahr-color-accent) 8%, transparent);
    }

    .page-id-24 .ahr-strategy-document-copy {
        padding: 24px 22px 26px;
    }

    .page-id-24 .ahr-strategy-documents-row > .col + .col {
        margin-top: 18px;
    }

    .page-id-24 .ahr-strategy-cta .button {
        display: block;
        margin: 10px auto;
        max-width: 260px;
        width: 100%;
    }
}
