.page-xerf .subpage-md-section {
    padding: 0;
    background: #fff;
}

.page-xerf .subpage-md-section > .container {
    width: 100%;
    max-width: none;
    padding: 0;
}

.page-xerf .subpage-md-content.is-html {
    gap: 0;
}

.page-xerf .subpage-md-content.is-html > section[data-xerf-section] {
    padding: clamp(48px, 6vw, 88px) max(20px, calc((100vw - 1180px) / 2));
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.page-xerf .subpage-md-content > section[data-xerf-section="technology"],
.page-xerf .subpage-md-content > section[data-xerf-section="targets"],
.page-xerf .subpage-md-content > section[data-xerf-section="faq"] {
    background: #f5f8fc;
}

.page-xerf .subpage-md-content > section[data-xerf-section="lifting"] {
    background: #fbf8f5;
}

.page-xerf .xerf-feature,
.page-xerf .xerf-lifting-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: clamp(36px, 6vw, 92px);
    max-width: 1180px;
    margin: 0 auto;
}

.page-xerf .xerf-feature-media,
.page-xerf .xerf-lifting-media {
    display: grid;
    place-items: center;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(25, 45, 74, 0.08);
    border-radius: 24px;
    background: #f2f6fa;
    box-shadow: 0 22px 45px rgba(20, 37, 59, 0.1);
}

.page-xerf .xerf-feature-media {
    min-height: 420px;
    padding: clamp(24px, 4vw, 56px);
}

.page-xerf .xerf-lifting-media {
    min-height: 330px;
    padding: clamp(24px, 4vw, 48px);
    background: #fff;
}

.page-xerf .xerf-feature-media img,
.page-xerf .xerf-lifting-media img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 440px;
    object-fit: contain;
}

.page-xerf .xerf-feature-copy,
.page-xerf .xerf-lifting-copy {
    display: grid;
    gap: 18px;
}

.page-xerf .xerf-eyebrow {
    margin: 0;
    color: #a55d2c;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.17em;
}

.page-xerf .xerf-feature-copy h1,
.page-xerf .xerf-feature-copy h2,
.page-xerf .xerf-lifting-copy h2,
.page-xerf .xerf-section-heading h2 {
    margin: 0;
    color: #202f41;
    font-size: clamp(2rem, 3.6vw, 3.35rem);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.06em;
}

.page-xerf .xerf-feature-copy h2 {
    color: #596879;
    font-size: clamp(1.08rem, 1.8vw, 1.38rem);
    font-weight: 600;
    line-height: 1.55;
    letter-spacing: -0.04em;
}

.page-xerf .xerf-feature-copy p,
.page-xerf .xerf-lifting-copy p,
.page-xerf .xerf-section-heading > p,
.page-xerf .xerf-tech-card p,
.page-xerf .xerf-target-grid p,
.page-xerf .xerf-process p,
.page-xerf .xerf-faq-list dd {
    margin: 0;
    color: #526273;
    font-size: 1rem;
    line-height: 1.9;
    letter-spacing: -0.02em;
}

.page-xerf .xerf-notice {
    padding: 13px 16px;
    border-left: 3px solid #a55d2c;
    background: #fbf5ee;
    color: #6e5a48 !important;
    font-size: 0.9rem !important;
    line-height: 1.75 !important;
}

.page-xerf .xerf-section-heading {
    display: grid;
    justify-items: center;
    gap: 12px;
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.page-xerf .xerf-section-heading > p:last-child {
    max-width: 620px;
}

.page-xerf .xerf-tech-grid,
.page-xerf .xerf-target-grid {
    display: grid;
    gap: 22px;
    max-width: 1180px;
    margin: 42px auto 0;
}

.page-xerf .xerf-tech-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-xerf .xerf-tech-card {
    display: grid;
    justify-items: center;
    gap: 16px;
    min-width: 0;
    padding: 34px 26px;
    border: 1px solid rgba(25, 45, 74, 0.1);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 16px 32px rgba(20, 37, 59, 0.06);
    text-align: center;
}

.page-xerf .xerf-tech-icon {
    display: grid;
    place-items: center;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #eaf0f7;
    color: #31577e;
    font-size: 25px;
}

.page-xerf .xerf-tech-card h3,
.page-xerf .xerf-target-grid h3,
.page-xerf .xerf-process h3 {
    margin: 0;
    color: #243548;
    font-size: 1.17rem;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: -0.04em;
}

.page-xerf .xerf-check-list {
    display: grid;
    gap: 10px;
    margin: 2px 0 0;
    padding: 0;
    list-style: none;
}

.page-xerf .xerf-check-list li {
    position: relative;
    padding-left: 26px;
    color: #46596c;
    font-size: 0.96rem;
    line-height: 1.75;
}

.page-xerf .xerf-check-list li::before {
    content: "";
    position: absolute;
    top: 0.6em;
    left: 0;
    width: 13px;
    height: 7px;
    border-bottom: 2px solid #a55d2c;
    border-left: 2px solid #a55d2c;
    transform: rotate(-45deg);
}

.page-xerf .xerf-target-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.page-xerf .xerf-target-grid article {
    display: grid;
    gap: 12px;
    min-width: 0;
    padding: 26px 22px;
    border-top: 3px solid #a55d2c;
    background: #fff;
    box-shadow: 0 14px 28px rgba(20, 37, 59, 0.06);
}

.page-xerf .xerf-target-grid span {
    color: #a55d2c;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.page-xerf .xerf-process {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    max-width: 1180px;
    margin: 38px auto 0;
    padding: 0;
    list-style: none;
}

.page-xerf .xerf-process li {
    display: grid;
    gap: 16px;
    padding: 28px 24px;
    border: 1px solid rgba(25, 45, 74, 0.1);
    border-radius: 18px;
    background: #fff;
}

.page-xerf .xerf-process li > span {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #294c6d;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.page-xerf .xerf-process li > div {
    display: grid;
    gap: 8px;
}

.page-xerf .xerf-faq-list {
    display: grid;
    gap: 14px;
    max-width: 980px;
    margin: 40px auto 0;
    padding: 0;
}

.page-xerf .xerf-faq-list > div {
    display: grid;
    gap: 10px;
    padding: 23px 26px;
    border: 1px solid rgba(25, 45, 74, 0.1);
    border-radius: 16px;
    background: #fff;
}

.page-xerf .xerf-faq-list dt {
    margin: 0;
    color: #26384a;
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.6;
    letter-spacing: -0.03em;
}

.page-xerf .xerf-faq-list dt::before {
    content: "Q";
    display: inline-grid;
    place-items: center;
    width: 23px;
    height: 23px;
    margin-right: 9px;
    border-radius: 50%;
    background: #a55d2c;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0;
    vertical-align: 1px;
}

.page-xerf .xerf-faq-list dd {
    margin: 0;
    padding-left: 32px;
}

@media (max-width: 900px) {
    .page-xerf .xerf-feature,
    .page-xerf .xerf-lifting-layout {
        grid-template-columns: 1fr;
    }

    .page-xerf .xerf-lifting-media {
        order: -1;
    }

    .page-xerf .xerf-feature-media,
    .page-xerf .xerf-lifting-media {
        width: min(100%, 620px);
        margin: 0 auto;
    }

    .page-xerf .xerf-target-grid,
    .page-xerf .xerf-process {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .page-xerf .subpage-md-content.is-html > section[data-xerf-section] {
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .page-xerf .xerf-feature,
    .page-xerf .xerf-lifting-layout {
        gap: 28px;
    }

    .page-xerf .xerf-feature-media,
    .page-xerf .xerf-lifting-media {
        min-height: 280px;
        border-radius: 16px;
    }

    .page-xerf .xerf-feature-copy,
    .page-xerf .xerf-lifting-copy {
        gap: 14px;
    }

    .page-xerf .xerf-feature-copy h1,
    .page-xerf .xerf-lifting-copy h2,
    .page-xerf .xerf-section-heading h2 {
        font-size: 2rem;
    }

    .page-xerf .xerf-tech-grid,
    .page-xerf .xerf-target-grid,
    .page-xerf .xerf-process {
        grid-template-columns: 1fr;
    }

    .page-xerf .xerf-tech-grid,
    .page-xerf .xerf-target-grid,
    .page-xerf .xerf-process,
    .page-xerf .xerf-faq-list {
        margin-top: 28px;
    }

    .page-xerf .xerf-tech-card,
    .page-xerf .xerf-target-grid article,
    .page-xerf .xerf-process li,
    .page-xerf .xerf-faq-list > div {
        padding: 22px 18px;
    }

    .page-xerf .xerf-faq-list dd {
        padding-left: 0;
    }
}
