.elementor-1424 .elementor-element.elementor-element-3d37d85:not(.elementor-motion-effects-element-type-background), .elementor-1424 .elementor-element.elementor-element-3d37d85 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://media.ourwebprojects.pro/wp-content/uploads/2026/07/Untitled-design-1-1.png");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-1424 .elementor-element.elementor-element-3d37d85 > .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-1424 .elementor-element.elementor-element-3d37d85 > .elementor-container{max-width:1019px;}.elementor-1424 .elementor-element.elementor-element-3d37d85:hover > .elementor-background-overlay{opacity:0.9;}.elementor-1424 .elementor-element.elementor-element-3d37d85{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:10% 0% 7% 0%;}.elementor-1424 .elementor-element.elementor-element-bc908c3.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-1424 .elementor-element.elementor-element-bc908c3 > .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-1424 .elementor-element.elementor-element-d7ca84d{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1424 .elementor-element.elementor-element-d7ca84d .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-1424 .elementor-element.elementor-element-d7ca84d .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-1424 .elementor-element.elementor-element-3d37d85:not(.elementor-motion-effects-element-type-background), .elementor-1424 .elementor-element.elementor-element-3d37d85 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}@media(max-width:767px){.elementor-1424 .elementor-element.elementor-element-3d37d85:not(.elementor-motion-effects-element-type-background), .elementor-1424 .elementor-element.elementor-element-3d37d85 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;}.elementor-1424 .elementor-element.elementor-element-3d37d85{padding:30% 4% 25% 4%;}.elementor-1424 .elementor-element.elementor-element-d7ca84d .elementor-image-box-title{font-size:50px;}}/* Start custom CSS for html, class: .elementor-element-f5ed19e */@import url("https://fonts.googleapis.com/css2?family=Inter:wght@500;600&family=Manrope:wght@400;500;600&display=swap");

/* =====================================================
BASE
===================================================== */

.jpsp-page,
.jpsp-page *,
.jpsp-page *::before,
.jpsp-page *::after {
    box-sizing: border-box;
}

.jpsp-page {
    --jpsp-dark: #071212;
    --jpsp-deep: #040b0b;
    --jpsp-secondary: #163838;

    --jpsp-accent: #91b5ae;
    --jpsp-accent-dark: #3e7770;
    --jpsp-accent-light: #c6d9d5;

    --jpsp-background: #f4f8f7;
    --jpsp-surface: #ffffff;
    --jpsp-soft: #edf5f2;

    --jpsp-heading: #102323;
    --jpsp-body: #405451;
    --jpsp-muted: #71827f;

    --jpsp-border: rgba(22, 56, 56, 0.12);
    --jpsp-border-strong: rgba(62, 119, 112, 0.34);
    --jpsp-focus: rgba(145, 181, 174, 0.45);

    overflow: hidden;
    background: var(--jpsp-background);
    color: var(--jpsp-heading);
}

.jpsp-container {
    position: relative;
    z-index: 2;
    width: min(100%, 1260px);
    margin: 0 auto;
}

.jpsp-page button,
.jpsp-page a {
    -webkit-tap-highlight-color: transparent;
}

.jpsp-page button:focus-visible,
.jpsp-page a:focus-visible {
    outline: 3px solid var(--jpsp-focus);
    outline-offset: 4px;
}

.jpsp-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    color: var(--jpsp-accent-dark);
    font-family: "Manrope", sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.jpsp-label::before {
    content: "";
    width: 32px;
    height: 1px;
    flex: 0 0 auto;
    background: currentColor;
}

.jpsp-label--light {
    color: var(--jpsp-accent);
}

/* =====================================================
BUTTONS
===================================================== */

.jpsp-button,
.jpsp-cta__button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    border: 1px solid var(--jpsp-accent);
    border-radius: 8px;
    background: var(--jpsp-accent);
    color: var(--jpsp-dark);
    font-family: "Manrope", sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition:
        transform 250ms ease,
        color 250ms ease,
        background-color 250ms ease,
        border-color 250ms ease,
        box-shadow 250ms ease;
}

.jpsp-button:hover,
.jpsp-button:focus-visible,
.jpsp-cta__button:hover,
.jpsp-cta__button:focus-visible {
    transform: translateY(-3px);
    border-color: var(--jpsp-accent-dark);
    background: var(--jpsp-accent-dark);
    color: #ffffff;
    box-shadow: 0 15px 34px rgba(62, 119, 112, 0.26);
}

.jpsp-text-link {
    position: relative;
    color: var(--jpsp-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;
}

.jpsp-text-link::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -6px;
    left: 0;
    height: 1px;
    background: currentColor;
    transform: scaleX(0.35);
    transform-origin: left;
    transition: transform 250ms ease;
}

.jpsp-text-link:hover,
.jpsp-text-link:focus-visible {
    color: var(--jpsp-accent);
}

.jpsp-text-link:hover::after,
.jpsp-text-link:focus-visible::after {
    transform: scaleX(1);
}

/* =====================================================
HERO
===================================================== */

.jpsp-hero {
    position: relative;
    isolation: isolate;
    min-height: 780px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 96px 24px 110px;
    background:
        radial-gradient(
            circle at 8% 15%,
            rgba(62, 119, 112, 0.19),
            transparent 29%
        ),
        linear-gradient(145deg, var(--jpsp-dark), var(--jpsp-deep));
}

.jpsp-hero__background {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.jpsp-hero__grid,
.jpsp-process__grid {
    position: absolute;
    inset: 0;
    opacity: 0.48;
    background-image:
        linear-gradient(
            rgba(145, 181, 174, 0.04) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(145, 181, 174, 0.04) 1px,
            transparent 1px
        );
    background-size: 68px 68px;
}

.jpsp-hero__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(55px);
}

.jpsp-hero__glow--one {
    top: -270px;
    right: -200px;
    width: 630px;
    height: 630px;
    background: rgba(62, 119, 112, 0.2);
}

.jpsp-hero__glow--two {
    bottom: -320px;
    left: -240px;
    width: 680px;
    height: 680px;
    background: rgba(22, 56, 56, 0.52);
}

.jpsp-hero__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.87fr) minmax(500px, 1fr);
    gap: clamp(60px, 9vw, 120px);
    align-items: center;
}

.jpsp-hero__content {
    max-width: 720px;
}

.jpsp-hero h1 {
    margin: 0 0 25px;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-size: clamp(54px, 6.1vw, 86px);
    font-weight: 600;
    line-height: 0.98;
    letter-spacing: -0.061em;
}

.jpsp-hero h1 span {
    display: block;
    color: var(--jpsp-accent);
}

.jpsp-hero__lead,
.jpsp-hero__description {
    margin: 0;
    color: rgba(255, 255, 255, 0.79);
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

.jpsp-hero__description {
    margin-top: 13px;
    color: rgba(255, 255, 255, 0.56);
}

.jpsp-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 23px;
    margin-top: 31px;
}

/* =====================================================
NETWORK
===================================================== */

.jpsp-network {
    position: relative;
    min-height: 610px;
}

.jpsp-network__canvas {
    position: relative;
    width: min(100%, 610px);
    aspect-ratio: 1;
    margin: 0 auto;
}

.jpsp-network__lines {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.jpsp-network__lines line {
    stroke: rgba(145, 181, 174, 0.18);
    stroke-width: 1;
    stroke-dasharray: 5 8;
}

.jpsp-network__orbit {
    position: absolute;
    inset: 76px;
    border: 1px solid rgba(145, 181, 174, 0.14);
    border-radius: 50%;
    animation: jpspRotate 24s linear infinite;
}

.jpsp-network__orbit::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--jpsp-accent);
    box-shadow: 0 0 20px rgba(145, 181, 174, 0.7);
}

.jpsp-network__orbit--inner {
    inset: 145px;
    animation-direction: reverse;
    animation-duration: 17s;
}

.jpsp-network__core {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    width: 190px;
    height: 190px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(145, 181, 174, 0.32);
    border-radius: 50%;
    background:
        radial-gradient(
            circle at 35% 30%,
            rgba(145, 181, 174, 0.2),
            transparent 45%
        ),
        var(--jpsp-secondary);
    box-shadow:
        0 0 0 18px rgba(145, 181, 174, 0.03),
        0 0 70px rgba(62, 119, 112, 0.31);
    transform: translate(-50%, -50%);
}

.jpsp-network__core small,
.jpsp-network__core strong {
    display: block;
    font-family: "Manrope", sans-serif;
    text-align: center;
}

.jpsp-network__core small {
    margin-bottom: 6px;
    color: var(--jpsp-accent);
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.jpsp-network__core strong {
    max-width: 130px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3;
}

.jpsp-network-node {
    position: absolute;
    z-index: 6;
    width: 128px;
    min-height: 82px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
    border: 1px solid rgba(145, 181, 174, 0.22);
    border-radius: 14px;
    background: rgba(7, 18, 18, 0.88);
    backdrop-filter: blur(14px);
    transition:
        transform 300ms ease,
        border-color 300ms ease,
        background-color 300ms ease;
}

.jpsp-network-node:hover,
.jpsp-network-node:focus-within {
    z-index: 8;
    transform: translateY(-7px);
    border-color: var(--jpsp-accent-dark);
    background: var(--jpsp-secondary);
}

.jpsp-network-node span {
    margin-bottom: 7px;
    color: var(--jpsp-accent);
    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 600;
}

.jpsp-network-node strong {
    color: rgba(255, 255, 255, 0.84);
    font-family: "Manrope", sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.35;
}

.jpsp-network-node--one {
    top: 2%;
    left: 50%;
    transform: translateX(-50%);
}

.jpsp-network-node--one:hover {
    transform: translateX(-50%) translateY(-7px);
}

.jpsp-network-node--two {
    top: 27%;
    right: -1%;
}

.jpsp-network-node--three {
    right: 7%;
    bottom: 6%;
}

.jpsp-network-node--four {
    bottom: 6%;
    left: 7%;
}

.jpsp-network-node--five {
    top: 27%;
    left: -1%;
}

.jpsp-network__caption {
    position: absolute;
    right: 0;
    bottom: 8px;
    width: 230px;
    padding: 18px 20px;
    border-left: 1px solid rgba(145, 181, 174, 0.28);
}

.jpsp-network__caption span,
.jpsp-network__caption strong {
    display: block;
    font-family: "Manrope", sans-serif;
}

.jpsp-network__caption span {
    margin-bottom: 6px;
    color: var(--jpsp-accent);
    font-size: 7px;
    font-weight: 600;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.jpsp-network__caption strong {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.45;
}

/* =====================================================
VALUES STRIP
===================================================== */

.jpsp-values-strip {
    padding: 0 24px;
    background: #ffffff;
}

.jpsp-values-strip__grid {
    position: relative;
    z-index: 4;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: -48px;
    overflow: hidden;
    border: 1px solid var(--jpsp-border);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 20px 60px rgba(7, 18, 18, 0.09);
}

.jpsp-values-strip article {
    display: grid;
    grid-template-columns: 37px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    min-height: 112px;
    padding: 24px;
    border-right: 1px solid var(--jpsp-border);
    transition: background-color 250ms ease;
}

.jpsp-values-strip article:last-child {
    border-right: 0;
}

.jpsp-values-strip article:hover {
    background: var(--jpsp-soft);
}

.jpsp-values-strip article > span {
    color: var(--jpsp-accent);
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.jpsp-values-strip small {
    display: block;
    margin-bottom: 4px;
    color: var(--jpsp-muted);
    font-family: "Manrope", sans-serif;
    font-size: 7px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.jpsp-values-strip h2 {
    margin: 0;
    color: var(--jpsp-heading);
    font-family: "Inter", sans-serif;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -0.025em;
}

/* =====================================================
INTRODUCTION
===================================================== */

.jpsp-introduction {
    padding: 105px 24px 92px;
    background:
        radial-gradient(
            circle at 96% 12%,
            rgba(198, 217, 213, 0.3),
            transparent 27%
        ),
        linear-gradient(180deg, #ffffff, var(--jpsp-background));
}

.jpsp-introduction__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(390px, 0.72fr);
    gap: clamp(55px, 9vw, 125px);
    align-items: start;
}

.jpsp-introduction h2,
.jpsp-section-heading h2,
.jpsp-process__header h2,
.jpsp-cta h2 {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    line-height: 1.03;
    letter-spacing: -0.054em;
}

.jpsp-introduction h2 {
    max-width: 800px;
    color: var(--jpsp-heading);
    font-size: clamp(43px, 5vw, 67px);
}

.jpsp-introduction h2 span {
    display: block;
    color: var(--jpsp-accent-dark);
}

.jpsp-introduction__content {
    padding-top: 28px;
}

.jpsp-introduction__content > p {
    margin: 0 0 15px;
    color: var(--jpsp-body);
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    line-height: 1.63;
}

.jpsp-introduction__statement {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    margin-top: 30px;
    padding-top: 24px;
    border-top: 1px solid var(--jpsp-border);
}

.jpsp-introduction__statement span {
    width: 38px;
    height: 38px;
    border: 1px solid var(--jpsp-accent-dark);
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            var(--jpsp-accent) 0 3px,
            transparent 4px
        );
}

.jpsp-introduction__statement strong {
    color: var(--jpsp-heading);
    font-family: "Manrope", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
}

/* =====================================================
PRINCIPLES
===================================================== */

.jpsp-principles {
    padding: 92px 24px;
    background: var(--jpsp-background);
}

.jpsp-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.53fr);
    gap: clamp(48px, 7vw, 95px);
    align-items: end;
    margin-bottom: 50px;
}

.jpsp-section-heading h2 {
    max-width: 900px;
    color: var(--jpsp-heading);
    font-size: clamp(42px, 4.9vw, 66px);
}

.jpsp-section-heading h2 span {
    display: block;
    color: var(--jpsp-accent-dark);
}

.jpsp-section-heading > p {
    margin: 0;
    padding-left: 22px;
    border-left: 1px solid var(--jpsp-border-strong);
    color: var(--jpsp-body);
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    line-height: 1.6;
}

.jpsp-principles__layout {
    display: grid;
    grid-template-columns: 285px minmax(0, 1fr);
    gap: 20px;
    align-items: stretch;
}

/* Navigation */

.jpsp-principles__navigation {
    display: flex;
    flex-direction: column;
    padding: 23px;
    border: 1px solid var(--jpsp-border);
    border-radius: 18px;
    background: var(--jpsp-surface);
    box-shadow: 0 16px 48px rgba(7, 18, 18, 0.05);
}

.jpsp-principles__nav-label {
    display: block;
    margin-bottom: 21px;
    color: var(--jpsp-muted);
    font-family: "Manrope", sans-serif;
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.jpsp-principle-tab {
    width: 100%;
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    padding: 14px 13px;
    border: 1px solid transparent;
    border-radius: 10px;
    background: transparent;
    color: var(--jpsp-body);
    font-family: "Manrope", sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.35;
    text-align: left;
    cursor: pointer;
    transition:
        transform 250ms ease,
        color 250ms ease,
        background-color 250ms ease,
        border-color 250ms ease;
}

.jpsp-principle-tab + .jpsp-principle-tab {
    margin-top: 5px;
}

.jpsp-principle-tab span {
    color: var(--jpsp-accent);
    font-family: "Inter", sans-serif;
    font-size: 12px;
}

.jpsp-principle-tab:hover,
.jpsp-principle-tab:focus-visible,
.jpsp-principle-tab.active {
    transform: translateX(4px);
    border-color: var(--jpsp-border-strong);
    background: var(--jpsp-soft);
    color: var(--jpsp-accent-dark);
}

/* Panels */

.jpsp-principles__content {
    min-width: 0;
}

.jpsp-principle-panel {
    min-height: 610px;
    display: none;
    grid-template-columns: minmax(330px, 0.82fr) minmax(0, 1fr);
    gap: clamp(45px, 6vw, 78px);
    align-items: center;
    padding: clamp(38px, 5vw, 66px);
    border: 1px solid var(--jpsp-border);
    border-radius: 20px;
    background:
        radial-gradient(
            circle at 94% 8%,
            rgba(198, 217, 213, 0.24),
            transparent 32%
        ),
        var(--jpsp-surface);
    box-shadow: 0 18px 58px rgba(7, 18, 18, 0.06);
}

.jpsp-principle-panel.active {
    display: grid;
    animation: jpspPanelEnter 500ms ease both;
}

.jpsp-principle-panel__top {
    position: absolute;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.jpsp-principle-panel {
    position: relative;
}

.jpsp-principle-panel__top {
    top: 28px;
    right: 30px;
    left: 30px;
}

.jpsp-principle-panel__number {
    color: var(--jpsp-accent);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.jpsp-principle-panel__category {
    color: var(--jpsp-muted);
    font-family: "Manrope", sans-serif;
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

/* Panel Visual */

.jpsp-principle-panel__visual {
    position: relative;
    min-height: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jpsp-collaboration-circle {
    position: absolute;
    width: 170px;
    height: 170px;
    border: 1px solid var(--jpsp-accent-dark);
    border-radius: 50%;
    background: rgba(145, 181, 174, 0.08);
}

.jpsp-collaboration-circle--one {
    top: 55px;
    left: 35px;
}

.jpsp-collaboration-circle--two {
    top: 55px;
    right: 35px;
}

.jpsp-collaboration-circle--three {
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.jpsp-collaboration-center {
    position: relative;
    z-index: 3;
    width: 130px;
    height: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--jpsp-accent);
    border-radius: 50%;
    background: var(--jpsp-secondary);
    box-shadow: 0 20px 50px rgba(22, 56, 56, 0.2);
}

.jpsp-collaboration-center small,
.jpsp-collaboration-center strong {
    display: block;
    font-family: "Manrope", sans-serif;
}

.jpsp-collaboration-center small {
    color: var(--jpsp-accent);
    font-size: 7px;
    font-weight: 600;
    text-transform: uppercase;
}

.jpsp-collaboration-center strong {
    margin-top: 4px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
}

/* Chart Visual */

.jpsp-principle-panel__visual--chart {
    overflow: hidden;
    border: 1px solid var(--jpsp-border);
    border-radius: 16px;
    background:
        linear-gradient(
            rgba(22, 56, 56, 0.05) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(22, 56, 56, 0.05) 1px,
            transparent 1px
        ),
        var(--jpsp-soft);
    background-size: 45px 45px;
}

.jpsp-market-chart {
    position: absolute;
    inset: 45px 34px 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
}

.jpsp-market-chart span {
    width: 9%;
    height: var(--jpsp-height);
    border-radius: 5px 5px 0 0;
    background: linear-gradient(
        180deg,
        var(--jpsp-accent),
        var(--jpsp-accent-dark)
    );
}

.jpsp-market-line {
    position: absolute;
    inset: 35px 30px 30px;
    width: calc(100% - 60px);
    height: calc(100% - 65px);
}

.jpsp-market-line path {
    fill: none;
    stroke: var(--jpsp-secondary);
    stroke-width: 4;
    stroke-linecap: round;
}

/* Relationship Visual */

.jpsp-relationship-chain {
    width: 100%;
    display: flex;
    align-items: center;
}

.jpsp-relationship-chain span {
    width: 60px;
    height: 60px;
    flex: 0 0 auto;
    border: 1px solid var(--jpsp-accent-dark);
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            var(--jpsp-accent) 0 6px,
            transparent 7px
        ),
        var(--jpsp-soft);
}

.jpsp-relationship-chain i {
    height: 1px;
    flex: 1;
    background: var(--jpsp-accent-dark);
}

.jpsp-relationship-label {
    position: absolute;
    right: 35px;
    bottom: 55px;
    left: 35px;
    padding-top: 18px;
    border-top: 1px solid var(--jpsp-border);
}

.jpsp-relationship-label small,
.jpsp-relationship-label strong {
    display: block;
    font-family: "Manrope", sans-serif;
}

.jpsp-relationship-label small {
    margin-bottom: 5px;
    color: var(--jpsp-muted);
    font-size: 7px;
    font-weight: 600;
    text-transform: uppercase;
}

.jpsp-relationship-label strong {
    color: var(--jpsp-heading);
    font-size: 14px;
    font-weight: 600;
}

/* Opportunity Visual */

.jpsp-opportunity-orbit {
    position: relative;
    width: 290px;
    height: 290px;
}

.jpsp-opportunity-orbit__ring {
    position: absolute;
    inset: 0;
    border: 1px solid var(--jpsp-accent-dark);
    border-radius: 50%;
    animation: jpspRotate 19s linear infinite;
}

.jpsp-opportunity-orbit__ring--two {
    inset: 48px;
    border-style: dashed;
    animation-direction: reverse;
    animation-duration: 14s;
}

.jpsp-opportunity-orbit__core {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 132px;
    height: 132px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--jpsp-secondary);
    box-shadow: 0 18px 50px rgba(22, 56, 56, 0.2);
    transform: translate(-50%, -50%);
}

.jpsp-opportunity-orbit__core small,
.jpsp-opportunity-orbit__core strong {
    font-family: "Manrope", sans-serif;
}

.jpsp-opportunity-orbit__core small {
    color: var(--jpsp-accent);
    font-size: 7px;
    font-weight: 600;
    text-transform: uppercase;
}

.jpsp-opportunity-orbit__core strong {
    margin-top: 4px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
}

.jpsp-opportunity-dot {
    position: absolute;
    width: 14px;
    height: 14px;
    border: 3px solid var(--jpsp-surface);
    border-radius: 50%;
    background: var(--jpsp-accent-dark);
    box-shadow: 0 0 0 1px var(--jpsp-accent);
}

.jpsp-opportunity-dot--one {
    top: 25px;
    left: 51%;
}

.jpsp-opportunity-dot--two {
    right: 18px;
    bottom: 72px;
}

.jpsp-opportunity-dot--three {
    bottom: 40px;
    left: 30px;
}

/* Panel Copy */

.jpsp-principle-panel__copy {
    padding-top: 25px;
}

.jpsp-principle-panel__copy h3 {
    margin: 0 0 17px;
    color: var(--jpsp-heading);
    font-family: "Inter", sans-serif;
    font-size: clamp(34px, 3.7vw, 51px);
    font-weight: 600;
    line-height: 1.06;
    letter-spacing: -0.046em;
}

.jpsp-principle-panel__copy p {
    margin: 0;
    color: var(--jpsp-body);
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    line-height: 1.63;
}

.jpsp-principle-panel__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 27px;
}

.jpsp-principle-panel__tags span {
    padding: 8px 11px;
    border: 1px solid var(--jpsp-border);
    border-radius: 999px;
    background: var(--jpsp-soft);
    color: var(--jpsp-accent-dark);
    font-family: "Manrope", sans-serif;
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

/* =====================================================
PROCESS
===================================================== */

.jpsp-process {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 92px 24px;
    background:
        radial-gradient(
            circle at 8% 15%,
            rgba(62, 119, 112, 0.2),
            transparent 30%
        ),
        linear-gradient(145deg, var(--jpsp-dark), var(--jpsp-deep));
}

.jpsp-process__background {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.jpsp-process__background > span {
    position: absolute;
    right: -270px;
    bottom: -350px;
    width: 720px;
    height: 720px;
    border-radius: 50%;
    background: rgba(22, 56, 56, 0.5);
    filter: blur(50px);
}

.jpsp-process__header {
    max-width: 870px;
    margin-bottom: 50px;
}

.jpsp-process__header h2 {
    color: #ffffff;
    font-size: clamp(43px, 5vw, 67px);
}

.jpsp-process__header h2 span {
    display: block;
    color: var(--jpsp-accent);
}

.jpsp-process__timeline {
    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);
}

.jpsp-process-step {
    min-height: 290px;
    padding: 28px;
    border-right: 1px solid rgba(145, 181, 174, 0.18);
    transition:
        transform 300ms ease,
        background-color 300ms ease;
}

.jpsp-process-step:last-child {
    border-right: 0;
}

.jpsp-process-step:hover {
    transform: translateY(-6px);
    background: var(--jpsp-secondary);
}

.jpsp-process-step__number {
    display: block;
    margin-bottom: 73px;
    color: var(--jpsp-accent);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.jpsp-process-step small {
    color: var(--jpsp-accent);
    font-family: "Manrope", sans-serif;
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.jpsp-process-step h3 {
    margin: 8px 0 10px;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: -0.03em;
}

.jpsp-process-step p {
    margin: 0;
    color: rgba(255, 255, 255, 0.61);
    font-family: "Manrope", sans-serif;
    font-size: 13px;
    line-height: 1.55;
}

/* =====================================================
STATEMENT
===================================================== */

.jpsp-statement {
    padding: 100px 24px;
    background:
        radial-gradient(
            circle at 85% 15%,
            rgba(198, 217, 213, 0.28),
            transparent 25%
        ),
        #ffffff;
}

.jpsp-statement__layout {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

.jpsp-statement__mark {
    display: block;
    height: 68px;
    color: var(--jpsp-accent);
    font-family: Georgia, serif;
    font-size: 100px;
    line-height: 1;
}

.jpsp-statement blockquote {
    margin: 15px 0 30px;
    color: var(--jpsp-heading);
    font-family: "Inter", sans-serif;
    font-size: clamp(32px, 4vw, 51px);
    font-weight: 600;
    line-height: 1.18;
    letter-spacing: -0.045em;
}

.jpsp-statement__line {
    width: 75px;
    height: 1px;
    margin: 0 auto;
    background: var(--jpsp-accent-dark);
}

/* =====================================================
CTA
===================================================== */

.jpsp-cta {
    padding: 70px 24px;
    background: var(--jpsp-deep);
}

.jpsp-cta__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 55px;
    align-items: end;
    padding: clamp(38px, 5vw, 60px);
    border: 1px solid rgba(145, 181, 174, 0.2);
    border-radius: 21px;
    background:
        radial-gradient(
            circle at 95% 10%,
            rgba(62, 119, 112, 0.25),
            transparent 32%
        ),
        linear-gradient(
            135deg,
            rgba(22, 56, 56, 0.57),
            rgba(4, 11, 11, 0.86)
        );
}

.jpsp-cta__content {
    max-width: 920px;
}

.jpsp-cta h2 {
    color: #ffffff;
    font-size: clamp(42px, 5vw, 67px);
}

.jpsp-cta h2 span {
    display: block;
    color: var(--jpsp-accent);
}

.jpsp-cta p {
    max-width: 820px;
    margin: 20px 0 0;
    color: rgba(255, 255, 255, 0.67);
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    line-height: 1.6;
}

.jpsp-cta__button {
    min-width: 205px;
}

/* =====================================================
REVEAL
===================================================== */

.jpsp-reveal {
    opacity: 0;
    transform: translateY(22px);
    transition:
        opacity 700ms ease,
        transform 700ms ease;
}

.jpsp-reveal.jpsp-visible {
    opacity: 1;
    transform: translateY(0);
}

/* =====================================================
ANIMATIONS
===================================================== */

@keyframes jpspRotate {
    to {
        transform: rotate(360deg);
    }
}

@keyframes jpspPanelEnter {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* =====================================================
TABLET
===================================================== */

@media (max-width: 1080px) {
    .jpsp-container {
        width: min(100%, 940px);
    }

    .jpsp-hero {
        min-height: auto;
    }

    .jpsp-hero__layout {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .jpsp-hero__content {
        max-width: 860px;
    }

    .jpsp-network {
        max-width: 670px;
        width: 100%;
        margin: 0 auto;
    }

    .jpsp-introduction__layout,
    .jpsp-section-heading {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .jpsp-introduction__content {
        max-width: 790px;
        padding-top: 0;
    }

    .jpsp-section-heading > p {
        max-width: 780px;
    }

    .jpsp-principles__layout {
        grid-template-columns: 1fr;
    }

    .jpsp-principles__navigation {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 6px;
    }

    .jpsp-principles__nav-label {
        grid-column: 1 / -1;
    }

    .jpsp-principle-tab + .jpsp-principle-tab {
        margin-top: 0;
    }

    .jpsp-principle-panel {
        grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1fr);
    }

    .jpsp-process__timeline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .jpsp-process-step:nth-child(2) {
        border-right: 0;
    }

    .jpsp-process-step:nth-child(-n + 2) {
        border-bottom: 1px solid rgba(145, 181, 174, 0.18);
    }

    .jpsp-cta__layout {
        grid-template-columns: 1fr;
        gap: 31px;
    }
}

/* =====================================================
MOBILE
===================================================== */

@media (max-width: 767px) {
    .jpsp-hero {
        padding: 72px 16px 92px;
    }

    .jpsp-label {
        gap: 8px;
        font-size: 9px;
    }

    .jpsp-label::before {
        width: 25px;
    }

    .jpsp-hero h1 {
        font-size: clamp(43px, 12vw, 59px);
    }

    .jpsp-hero__lead,
    .jpsp-hero__description {
        font-size: 15px;
    }

    .jpsp-hero__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .jpsp-button {
        width: 100%;
    }

    .jpsp-text-link {
        width: fit-content;
        margin: 0 auto;
    }

    .jpsp-network {
        min-height: 510px;
    }

    .jpsp-network__canvas {
        width: 490px;
        max-width: 100%;
    }

    .jpsp-network__core {
        width: 145px;
        height: 145px;
    }

    .jpsp-network-node {
        width: 106px;
        min-height: 70px;
        padding: 12px;
    }

    .jpsp-network-node strong {
        font-size: 9px;
    }

    .jpsp-network__caption {
        position: static;
        width: 100%;
        margin-top: -20px;
    }

    .jpsp-values-strip {
        padding: 0 16px;
    }

    .jpsp-values-strip__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .jpsp-values-strip article:nth-child(2) {
        border-right: 0;
    }

    .jpsp-values-strip article:nth-child(-n + 2) {
        border-bottom: 1px solid var(--jpsp-border);
    }

    .jpsp-introduction {
        padding: 74px 16px 68px;
    }

    .jpsp-introduction h2,
    .jpsp-section-heading h2,
    .jpsp-process__header h2,
    .jpsp-cta h2 {
        font-size: clamp(36px, 10.5vw, 50px);
    }

    .jpsp-introduction__content > p,
    .jpsp-section-heading > p {
        font-size: 15px;
    }

    .jpsp-principles {
        padding: 68px 16px;
    }

    .jpsp-section-heading {
        margin-bottom: 35px;
    }

    .jpsp-section-heading > p {
        padding-left: 15px;
    }

    .jpsp-principles__navigation {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 16px;
    }

    .jpsp-principle-panel {
        min-height: auto;
        grid-template-columns: 1fr;
        padding: 74px 22px 30px;
    }

    .jpsp-principle-panel__visual {
        min-height: 290px;
    }

    .jpsp-principle-panel__copy {
        padding-top: 0;
    }

    .jpsp-principle-panel__copy h3 {
        font-size: 31px;
    }

    .jpsp-collaboration-circle {
        width: 140px;
        height: 140px;
    }

    .jpsp-collaboration-circle--one {
        left: 8px;
    }

    .jpsp-collaboration-circle--two {
        right: 8px;
    }

    .jpsp-process {
        padding: 68px 16px;
    }

    .jpsp-process__timeline {
        grid-template-columns: 1fr;
    }

    .jpsp-process-step,
    .jpsp-process-step:nth-child(2) {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid rgba(145, 181, 174, 0.18);
    }

    .jpsp-process-step:last-child {
        border-bottom: 0;
    }

    .jpsp-process-step__number {
        margin-bottom: 42px;
    }

    .jpsp-statement {
        padding: 72px 16px;
    }

    .jpsp-statement blockquote {
        font-size: clamp(29px, 8vw, 39px);
    }

    .jpsp-cta {
        padding: 44px 16px;
    }

    .jpsp-cta__layout {
        padding: 30px 22px;
        border-radius: 18px;
    }

    .jpsp-cta__button {
        width: 100%;
    }
}

@media (max-width: 470px) {
    .jpsp-hero,
    .jpsp-values-strip,
    .jpsp-introduction,
    .jpsp-principles,
    .jpsp-process,
    .jpsp-statement,
    .jpsp-cta {
        padding-right: 13px;
        padding-left: 13px;
    }

    .jpsp-network {
        min-height: 430px;
    }

    .jpsp-network__canvas {
        transform: scale(0.82);
        transform-origin: top center;
    }

    .jpsp-network__caption {
        margin-top: -95px;
    }

    .jpsp-values-strip__grid {
        grid-template-columns: 1fr;
    }

    .jpsp-values-strip article,
    .jpsp-values-strip article:nth-child(2) {
        border-right: 0;
        border-bottom: 1px solid var(--jpsp-border);
    }

    .jpsp-values-strip article:last-child {
        border-bottom: 0;
    }

    .jpsp-principles__navigation {
        grid-template-columns: 1fr;
    }

    .jpsp-relationship-chain span {
        width: 46px;
        height: 46px;
    }

    .jpsp-opportunity-orbit {
        width: 245px;
        height: 245px;
    }
}

/* =====================================================
REDUCED MOTION
===================================================== */

@media (prefers-reduced-motion: reduce) {
    .jpsp-page *,
    .jpsp-page *::before,
    .jpsp-page *::after {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important;
    }

    .jpsp-reveal {
        opacity: 1;
        transform: none;
    }
}/* End custom CSS */