.elementor-1399 .elementor-element.elementor-element-bb7e0bc:not(.elementor-motion-effects-element-type-background), .elementor-1399 .elementor-element.elementor-element-bb7e0bc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://media.ourwebprojects.pro/wp-content/uploads/2026/07/wealth-management.webp");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-1399 .elementor-element.elementor-element-bb7e0bc > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(180deg, #133131 0%, var( --e-global-color-ffca82f ) 100%);opacity:0.9;transition:background 0s, border-radius 0.3s, opacity 0s;}.elementor-1399 .elementor-element.elementor-element-bb7e0bc > .elementor-container{max-width:1019px;}.elementor-1399 .elementor-element.elementor-element-bb7e0bc:hover > .elementor-background-overlay{opacity:0.9;}.elementor-1399 .elementor-element.elementor-element-bb7e0bc{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:10% 0% 7% 0%;}.elementor-1399 .elementor-element.elementor-element-7836c37.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-1399 .elementor-element.elementor-element-7836c37 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-widget-image-box .elementor-image-box-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-widget-image-box:has(:hover) .elementor-image-box-title,
					 .elementor-widget-image-box:has(:focus) .elementor-image-box-title{color:var( --e-global-color-primary );}.elementor-widget-image-box .elementor-image-box-description{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-1399 .elementor-element.elementor-element-c5fa57d{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1399 .elementor-element.elementor-element-c5fa57d .elementor-image-box-title{margin-bottom:0px;font-family:"Inter", Sans-serif;font-size:70px;font-weight:700;text-transform:capitalize;line-height:1.15em;color:#FFFFFF;}.elementor-1399 .elementor-element.elementor-element-c5fa57d .elementor-image-box-description{font-family:"Manrope", Sans-serif;font-size:20px;font-weight:300;line-height:1.7em;color:#F5F4EF;}@media(min-width:1025px){.elementor-1399 .elementor-element.elementor-element-bb7e0bc:not(.elementor-motion-effects-element-type-background), .elementor-1399 .elementor-element.elementor-element-bb7e0bc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}@media(max-width:767px){.elementor-1399 .elementor-element.elementor-element-bb7e0bc:not(.elementor-motion-effects-element-type-background), .elementor-1399 .elementor-element.elementor-element-bb7e0bc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;}.elementor-1399 .elementor-element.elementor-element-bb7e0bc{padding:30% 4% 25% 4%;}.elementor-1399 .elementor-element.elementor-element-c5fa57d .elementor-image-box-title{font-size:50px;}}/* Start custom CSS for html, class: .elementor-element-51bc7e4 */@import url("https://fonts.googleapis.com/css2?family=Inter:wght@500;600&family=Manrope:wght@400;500;600&display=swap");

/* =====================================================
GLOBAL
===================================================== */

.jpim-page,
.jpim-page *,
.jpim-page *::before,
.jpim-page *::after {
    box-sizing: border-box;
}

.jpim-page {
    --jpim-dark: #071212;
    --jpim-deep: #040c0c;
    --jpim-secondary: #163838;

    --jpim-accent-dark: #3e7770;
    --jpim-accent: #91b5ae;
    --jpim-accent-light: #c6d9d5;

    --jpim-background: #f4f8f7;
    --jpim-surface: #ffffff;
    --jpim-soft: #edf5f2;

    --jpim-heading: #102323;
    --jpim-body: #405451;
    --jpim-muted: #71827f;

    --jpim-border: rgba(22, 56, 56, 0.12);
    --jpim-border-strong: rgba(62, 119, 112, 0.32);
    --jpim-focus-ring: rgba(145, 181, 174, 0.4);

    overflow: hidden;
    background: var(--jpim-background);
    color: var(--jpim-heading);
}

.jpim-container {
    position: relative;
    z-index: 2;
    width: min(100%, 1280px);
    margin: 0 auto;
}

.jpim-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 17px;
    color: var(--jpim-accent-dark);
    font-family: "Manrope", sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.jpim-eyebrow::before {
    content: "";
    width: 35px;
    height: 1px;
    flex: 0 0 auto;
    background: currentColor;
}

.jpim-eyebrow--dark {
    color: var(--jpim-accent);
}

.jpim-page a,
.jpim-page button {
    -webkit-tap-highlight-color: transparent;
}

.jpim-page a:focus-visible,
.jpim-page button:focus-visible,
.jpim-page [tabindex]:focus-visible {
    outline: 3px solid var(--jpim-focus-ring);
    outline-offset: 4px;
}

/* =====================================================
BUTTONS
===================================================== */

.jpim-button,
.jpim-cta__button {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 25px;
    border: 1px solid var(--jpim-accent);
    border-radius: 9px;
    background: var(--jpim-accent);
    color: var(--jpim-dark);
    font-family: "Manrope", sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.07em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition:
        transform 250ms ease,
        border-color 250ms ease,
        background-color 250ms ease,
        color 250ms ease,
        box-shadow 250ms ease;
}

.jpim-button:hover,
.jpim-button:focus-visible,
.jpim-cta__button:hover,
.jpim-cta__button:focus-visible {
    transform: translateY(-3px);
    border-color: var(--jpim-accent-dark);
    background: var(--jpim-accent-dark);
    color: #ffffff;
    box-shadow: 0 15px 34px rgba(62, 119, 112, 0.25);
}

.jpim-text-link {
    position: relative;
    color: var(--jpim-accent-light);
    font-family: "Manrope", sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 250ms ease;
}

.jpim-text-link::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -6px;
    left: 0;
    height: 1px;
    background: currentColor;
    transform: scaleX(0.35);
    transform-origin: left center;
    transition: transform 250ms ease;
}

.jpim-text-link:hover,
.jpim-text-link:focus-visible {
    color: var(--jpim-accent);
}

.jpim-text-link:hover::after,
.jpim-text-link:focus-visible::after {
    transform: scaleX(1);
}

/* =====================================================
HERO
===================================================== */

.jpim-hero {
    position: relative;
    isolation: isolate;
    min-height: 780px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 105px 24px 85px;
    background: var(--jpim-dark);
}

.jpim-hero__visual {
    position: absolute;
    inset: 0;
    z-index: -2;
}

.jpim-hero__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(0.72) contrast(1.04);
    transform: scale(1.02);
}

.jpim-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(4, 12, 12, 0.97) 0%,
            rgba(7, 18, 18, 0.91) 43%,
            rgba(7, 18, 18, 0.5) 73%,
            rgba(7, 18, 18, 0.32) 100%
        ),
        linear-gradient(
            180deg,
            rgba(7, 18, 18, 0.14),
            rgba(7, 18, 18, 0.65)
        );
}

.jpim-hero__grid {
    position: absolute;
    inset: 0;
    opacity: 0.42;
    background-image:
        linear-gradient(
            rgba(145, 181, 174, 0.045) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(145, 181, 174, 0.045) 1px,
            transparent 1px
        );
    background-size: 72px 72px;
    mask-image: linear-gradient(
        to right,
        #000,
        #000 54%,
        transparent
    );
}

.jpim-hero__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.52fr);
    gap: clamp(55px, 8vw, 120px);
    align-items: end;
}

.jpim-hero__content {
    max-width: 810px;
}

.jpim-hero .jpim-eyebrow {
    color: var(--jpim-accent);
}

.jpim-hero h1 {
    margin: 0 0 25px;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-size: clamp(53px, 6.3vw, 88px);
    font-weight: 600;
    line-height: 0.98;
    letter-spacing: -0.06em;
}

.jpim-hero h1 span {
    display: block;
    color: var(--jpim-accent);
}

.jpim-hero__content > p {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, 0.79);
    font-family: "Manrope", sans-serif;
    font-size: 17px;
    line-height: 1.58;
}

.jpim-hero__content .jpim-hero__supporting {
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.59);
}

.jpim-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 23px;
    margin-top: 29px;
}

.jpim-hero__insight {
    align-self: end;
    overflow: hidden;
    padding: 29px;
    border: 1px solid rgba(145, 181, 174, 0.24);
    border-radius: 19px;
    background: rgba(7, 18, 18, 0.57);
    box-shadow: 0 25px 65px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(16px);
    transition:
        transform 300ms ease,
        border-color 300ms ease,
        background-color 300ms ease;
}

.jpim-hero__insight:hover,
.jpim-hero__insight:focus-within {
    transform: translateY(-5px);
    border-color: var(--jpim-accent-dark);
    background: rgba(22, 56, 56, 0.68);
}

.jpim-hero__insight-top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 38px;
}

.jpim-hero__insight-top span {
    color: var(--jpim-accent);
    font-family: "Manrope", sans-serif;
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.jpim-hero__insight-top strong {
    color: var(--jpim-accent-light);
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 600;
}

.jpim-hero__insight blockquote {
    margin: 0;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-size: clamp(22px, 2.2vw, 31px);
    font-weight: 500;
    line-height: 1.28;
    letter-spacing: -0.032em;
}

.jpim-hero__insight-bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid rgba(145, 181, 174, 0.17);
}

.jpim-hero__insight-bottom span {
    padding: 7px 10px;
    border: 1px solid rgba(145, 181, 174, 0.2);
    border-radius: 999px;
    color: var(--jpim-accent-light);
    font-family: "Manrope", sans-serif;
    font-size: 7px;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

/* =====================================================
JOURNEY
===================================================== */

.jpim-journey {
    padding: 0 24px;
    background: #ffffff;
}

.jpim-journey__track {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        70px
        minmax(0, 1fr)
        70px
        minmax(0, 1fr)
        70px
        minmax(0, 1fr);
    align-items: center;
    margin-top: -44px;
    padding: 26px 30px;
    border: 1px solid var(--jpim-border);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 22px 65px rgba(7, 18, 18, 0.1);
}

.jpim-journey__step {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 11px;
    border-radius: 12px;
    transition:
        background-color 250ms ease,
        transform 250ms ease;
}

.jpim-journey__step:hover,
.jpim-journey__step:focus-within {
    transform: translateY(-3px);
    background: var(--jpim-soft);
}

.jpim-journey__number {
    color: var(--jpim-accent);
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.jpim-journey__step small {
    display: block;
    margin-bottom: 4px;
    color: var(--jpim-muted);
    font-family: "Manrope", sans-serif;
    font-size: 7px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.jpim-journey__step h2 {
    margin: 0;
    color: var(--jpim-heading);
    font-family: "Inter", sans-serif;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: -0.025em;
}

.jpim-journey__line {
    position: relative;
    height: 1px;
    background: var(--jpim-border-strong);
}

.jpim-journey__line::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 6px;
    height: 6px;
    border-top: 1px solid var(--jpim-accent-dark);
    border-right: 1px solid var(--jpim-accent-dark);
    transform: translateY(-50%) rotate(45deg);
}

/* =====================================================
APPROACH INTRO
===================================================== */

.jpim-approach-intro {
    padding: 92px 24px 46px;
    background:
        radial-gradient(
            circle at 94% 10%,
            rgba(198, 217, 213, 0.28),
            transparent 25%
        ),
        linear-gradient(180deg, #ffffff, var(--jpim-background));
}

.jpim-section-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.55fr);
    gap: clamp(48px, 7vw, 95px);
    align-items: end;
}

.jpim-section-header h2,
.jpim-process__header h2 {
    max-width: 830px;
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: clamp(41px, 4.8vw, 66px);
    font-weight: 600;
    line-height: 1.02;
    letter-spacing: -0.054em;
}

.jpim-section-header h2 {
    color: var(--jpim-heading);
}

.jpim-section-header h2 span,
.jpim-process__header h2 span {
    display: block;
}

.jpim-section-header h2 span {
    color: var(--jpim-accent-dark);
}

.jpim-section-header > p {
    margin: 0;
    padding-left: 23px;
    border-left: 1px solid var(--jpim-border-strong);
    color: var(--jpim-body);
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    line-height: 1.55;
}

/* =====================================================
STRATEGIES
===================================================== */

.jpim-strategies {
    padding: 0 24px 88px;
    background:
        radial-gradient(
            circle at 4% 80%,
            rgba(198, 217, 213, 0.24),
            transparent 26%
        ),
        var(--jpim-background);
}

.jpim-strategies__list {
    display: grid;
    gap: 20px;
}

.jpim-strategy {
    display: grid;
    grid-template-columns: minmax(0, 1.07fr) minmax(400px, 0.93fr);
    min-height: 445px;
    overflow: hidden;
    border: 1px solid var(--jpim-border);
    border-radius: 22px;
    background: var(--jpim-surface);
    box-shadow: 0 18px 55px rgba(7, 18, 18, 0.06);
    transition:
        transform 350ms ease,
        border-color 350ms ease,
        box-shadow 350ms ease;
}

.jpim-strategy:hover,
.jpim-strategy:focus-within {
    transform: translateY(-6px);
    border-color: var(--jpim-accent-dark);
    box-shadow: 0 28px 72px rgba(7, 18, 18, 0.11);
}

.jpim-strategy--reverse .jpim-strategy__media {
    order: 2;
}

.jpim-strategy__media {
    position: relative;
    min-height: 445px;
    overflow: hidden;
    background: var(--jpim-secondary);
}

.jpim-strategy__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.82);
    transition:
        transform 850ms ease,
        filter 350ms ease;
}

.jpim-strategy:hover .jpim-strategy__media img,
.jpim-strategy:focus-within .jpim-strategy__media img {
    transform: scale(1.045);
    filter: saturate(1);
}

.jpim-strategy__media-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        transparent 45%,
        rgba(7, 18, 18, 0.62)
    );
}

.jpim-strategy__media-label {
    position: absolute;
    bottom: 25px;
    left: 25px;
    padding: 8px 12px;
    border: 1px solid rgba(198, 217, 213, 0.22);
    border-radius: 999px;
    background: rgba(7, 18, 18, 0.62);
    color: var(--jpim-accent-light);
    font-family: "Manrope", sans-serif;
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
}

.jpim-strategy__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(38px, 5.5vw, 68px);
}

.jpim-strategy__header {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 54px;
}

.jpim-strategy__number {
    color: var(--jpim-accent);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.jpim-strategy__category {
    color: var(--jpim-muted);
    font-family: "Manrope", sans-serif;
    font-size: 8px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-align: right;
    text-transform: uppercase;
}

.jpim-strategy h3 {
    margin: 0 0 16px;
    color: var(--jpim-heading);
    font-family: "Inter", sans-serif;
    font-size: clamp(29px, 3.2vw, 43px);
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -0.043em;
}

.jpim-strategy__content > p {
    margin: 0;
    color: var(--jpim-body);
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    line-height: 1.58;
}

.jpim-strategy__points {
    display: grid;
    gap: 10px;
    margin: 25px 0 0;
    padding: 0;
    list-style: none;
}

.jpim-strategy__points li {
    position: relative;
    padding-left: 21px;
    color: var(--jpim-body);
    font-family: "Manrope", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.45;
}

.jpim-strategy__points li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 8px;
    height: 8px;
    border: 2px solid var(--jpim-accent-dark);
    border-radius: 50%;
    transition:
        border-color 250ms ease,
        background-color 250ms ease;
}

.jpim-strategy:hover .jpim-strategy__points li::before,
.jpim-strategy:focus-within .jpim-strategy__points li::before {
    border-color: var(--jpim-accent-dark);
    background: var(--jpim-accent);
}

/* =====================================================
PROCESS
===================================================== */

.jpim-process {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 90px 24px 82px;
    background:
        radial-gradient(
            circle at 8% 15%,
            rgba(62, 119, 112, 0.2),
            transparent 30%
        ),
        linear-gradient(
            145deg,
            var(--jpim-dark),
            var(--jpim-deep)
        );
}

.jpim-process__background {
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
}

.jpim-process__grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(
            rgba(145, 181, 174, 0.035) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(145, 181, 174, 0.035) 1px,
            transparent 1px
        );
    background-size: 68px 68px;
}

.jpim-process__glow {
    position: absolute;
    right: -210px;
    bottom: -280px;
    width: 620px;
    height: 620px;
    border-radius: 50%;
    background: rgba(22, 56, 56, 0.46);
    filter: blur(42px);
}

.jpim-process__header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.54fr);
    gap: clamp(45px, 7vw, 92px);
    align-items: end;
    margin-bottom: 47px;
}

.jpim-process__header h2 {
    color: #ffffff;
}

.jpim-process__header h2 span {
    color: var(--jpim-accent);
}

.jpim-process__header > p {
    margin: 0;
    padding-left: 23px;
    border-left: 1px solid rgba(145, 181, 174, 0.25);
    color: rgba(255, 255, 255, 0.66);
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    line-height: 1.55;
}

.jpim-process__steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid rgba(145, 181, 174, 0.18);
    border-bottom: 1px solid rgba(145, 181, 174, 0.18);
}

.jpim-process-card {
    min-height: 310px;
    padding: 29px;
    border-right: 1px solid rgba(145, 181, 174, 0.18);
    transition:
        background-color 300ms ease,
        transform 300ms ease;
}

.jpim-process-card:last-child {
    border-right: 0;
}

.jpim-process-card:hover,
.jpim-process-card:focus-within {
    transform: translateY(-6px);
    background: var(--jpim-secondary);
}

.jpim-process-card__number {
    display: block;
    margin-bottom: 74px;
    color: var(--jpim-accent);
    font-family: "Inter", sans-serif;
    font-size: 17px;
    font-weight: 600;
}

.jpim-process-card small {
    display: block;
    margin-bottom: 9px;
    color: var(--jpim-accent);
    font-family: "Manrope", sans-serif;
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.jpim-process-card h3 {
    margin: 0 0 12px;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.18;
    letter-spacing: -0.03em;
}

.jpim-process-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.63);
    font-family: "Manrope", sans-serif;
    font-size: 13px;
    line-height: 1.52;
}

/* =====================================================
QUOTE
===================================================== */

.jpim-quote {
    padding: 105px 24px;
    background: var(--jpim-surface);
}

.jpim-quote__content {
    max-width: 1040px;
    margin: 0 auto;
    text-align: center;
}

.jpim-quote__mark {
    display: block;
    height: 60px;
    margin-bottom: 8px;
    color: var(--jpim-accent);
    font-family: Georgia, serif;
    font-size: 96px;
    line-height: 1;
}

.jpim-quote blockquote {
    margin: 0;
    color: var(--jpim-heading);
    font-family: "Inter", sans-serif;
    font-size: clamp(36px, 5.3vw, 70px);
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -0.052em;
}

.jpim-quote cite {
    display: inline-block;
    margin-top: 29px;
    color: var(--jpim-accent-dark);
    font-family: "Manrope", sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

/* =====================================================
CTA
===================================================== */

.jpim-cta {
    padding: 84px 24px;
    background:
        radial-gradient(
            circle at 92% 15%,
            rgba(198, 217, 213, 0.28),
            transparent 27%
        ),
        linear-gradient(
            180deg,
            var(--jpim-background),
            #ffffff
        );
}

.jpim-cta__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 65px;
    align-items: end;
    padding-top: 45px;
    border-top: 1px solid var(--jpim-border-strong);
}

.jpim-cta__content {
    max-width: 900px;
}

.jpim-cta h2 {
    margin: 0 0 20px;
    color: var(--jpim-heading);
    font-family: "Inter", sans-serif;
    font-size: clamp(42px, 5vw, 68px);
    font-weight: 600;
    line-height: 1.02;
    letter-spacing: -0.054em;
}

.jpim-cta h2 span {
    display: block;
    color: var(--jpim-accent-dark);
}

.jpim-cta p {
    max-width: 820px;
    margin: 0;
    color: var(--jpim-body);
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    line-height: 1.55;
}

.jpim-cta__button {
    min-width: 205px;
}

/* =====================================================
REVEAL ANIMATION
===================================================== */

.jpim-reveal {
    opacity: 0;
    transform: translateY(22px);
    transition:
        opacity 700ms ease,
        transform 700ms ease;
}

.jpim-reveal.jpim-visible {
    opacity: 1;
    transform: translateY(0);
}

/* =====================================================
TABLET
===================================================== */

@media (max-width: 1080px) {
    .jpim-container {
        width: min(100%, 940px);
    }

    .jpim-hero {
        min-height: auto;
    }

    .jpim-hero__layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .jpim-hero__content {
        max-width: 850px;
    }

    .jpim-hero__insight {
        max-width: 560px;
    }

    .jpim-journey__track {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 10px;
    }

    .jpim-journey__line {
        display: none;
    }

    .jpim-section-header,
    .jpim-process__header {
        grid-template-columns: 1fr;
        gap: 23px;
    }

    .jpim-section-header > p,
    .jpim-process__header > p {
        max-width: 780px;
    }

    .jpim-strategy {
        grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr);
    }

    .jpim-process__steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .jpim-process-card:nth-child(2) {
        border-right: 0;
    }

    .jpim-process-card:nth-child(-n + 2) {
        border-bottom: 1px solid rgba(145, 181, 174, 0.18);
    }

    .jpim-cta__layout {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

/* =====================================================
MOBILE
===================================================== */

@media (max-width: 767px) {
    .jpim-hero {
        min-height: auto;
        padding: 74px 16px 88px;
    }

    .jpim-hero__overlay {
        background:
            linear-gradient(
                180deg,
                rgba(4, 12, 12, 0.88),
                rgba(7, 18, 18, 0.95)
            );
    }

    .jpim-hero__grid {
        background-size: 47px 47px;
        mask-image: none;
    }

    .jpim-eyebrow {
        gap: 8px;
        margin-bottom: 14px;
        font-size: 9px;
        letter-spacing: 0.11em;
    }

    .jpim-eyebrow::before {
        width: 25px;
    }

    .jpim-hero h1 {
        font-size: clamp(43px, 12vw, 59px);
        line-height: 1;
    }

    .jpim-hero h1 span {
        margin-top: 5px;
    }

    .jpim-hero__content > p {
        font-size: 15px;
    }

    .jpim-hero__actions {
        flex-direction: column;
        align-items: stretch;
        gap: 18px;
    }

    .jpim-button {
        width: 100%;
    }

    .jpim-text-link {
        width: fit-content;
        margin: 0 auto;
    }

    .jpim-hero__insight {
        padding: 23px;
        border-radius: 17px;
    }

    .jpim-hero__insight-top {
        margin-bottom: 28px;
    }

    .jpim-hero__insight blockquote {
        font-size: 22px;
    }

    .jpim-journey {
        padding: 0 16px;
    }

    .jpim-journey__track {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: -42px;
        padding: 17px;
        border-radius: 16px;
    }

    .jpim-journey__step {
        min-height: 90px;
    }

    .jpim-approach-intro {
        padding: 70px 16px 35px;
    }

    .jpim-section-header h2,
    .jpim-process__header h2,
    .jpim-cta h2 {
        font-size: clamp(36px, 10.5vw, 50px);
    }

    .jpim-section-header h2 span,
    .jpim-process__header h2 span,
    .jpim-cta h2 span {
        margin-top: 4px;
    }

    .jpim-section-header > p,
    .jpim-process__header > p {
        padding-left: 15px;
        font-size: 15px;
    }

    .jpim-strategies {
        padding: 0 16px 62px;
    }

    .jpim-strategies__list {
        gap: 15px;
    }

    .jpim-strategy {
        grid-template-columns: 1fr;
        min-height: auto;
        border-radius: 18px;
    }

    .jpim-strategy--reverse .jpim-strategy__media {
        order: 0;
    }

    .jpim-strategy__media {
        min-height: 270px;
    }

    .jpim-strategy__content {
        padding: 27px 23px 31px;
    }

    .jpim-strategy__header {
        margin-bottom: 35px;
    }

    .jpim-strategy h3 {
        font-size: 30px;
    }

    .jpim-strategy__content > p {
        font-size: 14px;
    }

    .jpim-process {
        padding: 68px 16px 59px;
    }

    .jpim-process__grid {
        background-size: 47px 47px;
    }

    .jpim-process__header {
        margin-bottom: 34px;
    }

    .jpim-process__steps {
        grid-template-columns: 1fr;
    }

    .jpim-process-card,
    .jpim-process-card:nth-child(2) {
        min-height: auto;
        padding: 24px 21px;
        border-right: 0;
        border-bottom: 1px solid rgba(145, 181, 174, 0.18);
    }

    .jpim-process-card:last-child {
        border-bottom: 0;
    }

    .jpim-process-card__number {
        margin-bottom: 40px;
    }

    .jpim-quote {
        padding: 75px 16px;
    }

    .jpim-quote__mark {
        height: 48px;
        font-size: 76px;
    }

    .jpim-quote blockquote {
        font-size: clamp(33px, 10vw, 47px);
    }

    .jpim-cta {
        padding: 65px 16px;
    }

    .jpim-cta__layout {
        padding-top: 34px;
    }

    .jpim-cta p {
        font-size: 15px;
    }

    .jpim-cta__button {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .jpim-hero,
    .jpim-journey,
    .jpim-approach-intro,
    .jpim-strategies,
    .jpim-process,
    .jpim-quote,
    .jpim-cta {
        padding-right: 13px;
        padding-left: 13px;
    }

    .jpim-journey__track {
        grid-template-columns: 1fr;
    }

    .jpim-journey__step {
        min-height: 72px;
    }

    .jpim-strategy__category {
        max-width: 140px;
    }

    .jpim-strategy__media {
        min-height: 235px;
    }
}

/* =====================================================
REDUCED MOTION
===================================================== */

@media (prefers-reduced-motion: reduce) {
    .jpim-page *,
    .jpim-page *::before,
    .jpim-page *::after {
        animation: none !important;
        scroll-behavior: auto !important;
        transition: none !important;
    }

    .jpim-reveal {
        opacity: 1;
        transform: none;
    }
}/* End custom CSS */