.elementor-568 .elementor-element.elementor-element-04d12bb:not(.elementor-motion-effects-element-type-background), .elementor-568 .elementor-element.elementor-element-04d12bb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-ffca82f );}.elementor-568 .elementor-element.elementor-element-04d12bb{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-568 .elementor-element.elementor-element-04d12bb > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-568 .elementor-element.elementor-element-6dda657{--spacer-size:91px;}.elementor-568 .elementor-element.elementor-element-f07d67c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-568 .elementor-element.elementor-element-f07d67c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}body.elementor-page-568:not(.elementor-motion-effects-element-type-background), body.elementor-page-568 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-6d94685 );}/* Start custom CSS for html, class: .elementor-element-8e23baa */@import url("https://fonts.googleapis.com/css2?family=Inter:wght@500;600&family=Manrope:wght@400;500;600&display=swap");

.jpi-legal,
.jpi-legal *,
.jpi-legal *::before,
.jpi-legal *::after {
    box-sizing: border-box;
}

.jpi-legal {
    --jpi-dark: #071212;
    --jpi-secondary: #163838;
    --jpi-accent-dark: #3e7770;
    --jpi-accent: #91b5ae;
    --jpi-accent-light: #c6d9d5;

    --jpi-background: #f4f8f7;
    --jpi-surface: #ffffff;
    --jpi-soft: #edf5f2;

    --jpi-heading: #102323;
    --jpi-body: #405451;
    --jpi-muted: #71827f;

    --jpi-border: rgba(22, 56, 56, 0.11);
    --jpi-border-strong: rgba(62, 119, 112, 0.27);

    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 90px 28px 90px;
    background:
        radial-gradient(
            circle at 5% 15%,
            rgba(198, 217, 213, 0.36),
            transparent 28%
        ),
        radial-gradient(
            circle at 95% 82%,
            rgba(145, 181, 174, 0.17),
            transparent 27%
        ),
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f8fbfa 50%,
            var(--jpi-background) 100%
        );
    color: var(--jpi-heading);
}

.jpi-legal__container {
    position: relative;
    z-index: 2;
    width: min(100%, 1420px);
    margin: 0 auto;
}

/* =========================================
BACKGROUND
========================================= */

.jpi-legal__background {
    position: absolute;
    inset: 0;
    z-index: -2;
    overflow: hidden;
    pointer-events: none;
}

.jpi-legal__grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(
            rgba(22, 56, 56, 0.023) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(22, 56, 56, 0.023) 1px,
            transparent 1px
        );
    background-size: 72px 72px;
    mask-image: linear-gradient(
        to bottom,
        transparent,
        #000 12%,
        #000 88%,
        transparent
    );
}

.jpi-legal__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(34px);
    animation: jpiLegalGlow 12s ease-in-out infinite;
}

.jpi-legal__glow--one {
    top: -220px;
    right: -170px;
    width: 540px;
    height: 540px;
    background: rgba(145, 181, 174, 0.15);
}

.jpi-legal__glow--two {
    bottom: -270px;
    left: -190px;
    width: 600px;
    height: 600px;
    background: rgba(198, 217, 213, 0.24);
    animation-delay: 3s;
}

/* Abstract corporate architecture */

.jpi-legal__architecture {
    position: absolute;
    left: 4%;
    right: 4%;
    bottom: -25px;
    height: 280px;
    opacity: 0.16;
}

.jpi-legal__architecture::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 82%;
    height: 210px;
    border: 1px solid var(--jpi-accent);
    border-bottom: 0;
    transform: translateX(-50%);
}

.jpi-legal__architecture::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 210px;
    width: 0;
    height: 0;
    border-right: 300px solid transparent;
    border-bottom: 62px solid rgba(145, 181, 174, 0.35);
    border-left: 300px solid transparent;
    transform: translateX(-50%);
}

.jpi-legal__architecture span {
    position: absolute;
    bottom: 0;
    width: 1px;
    height: 205px;
    background: var(--jpi-accent);
}

.jpi-legal__architecture span:nth-child(1) {
    left: 19%;
}

.jpi-legal__architecture span:nth-child(2) {
    left: 34%;
}

.jpi-legal__architecture span:nth-child(3) {
    left: 50%;
}

.jpi-legal__architecture span:nth-child(4) {
    right: 34%;
}

.jpi-legal__architecture span:nth-child(5) {
    right: 19%;
}

/* =========================================
HEADER
========================================= */

.jpi-legal__header {
    margin-bottom: 50px;
}

.jpi-legal__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 21px;
    color: var(--jpi-accent-dark);
    font-family: "Manrope", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.jpi-legal__eyebrow::before {
    content: "";
    width: 42px;
    height: 1px;
    background: currentColor;
}

.jpi-legal__heading-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.55fr);
    gap: clamp(50px, 7vw, 110px);
    align-items: end;
}

.jpi-legal__heading-row h2 {
    max-width: 900px;
    margin: 0;
    color: var(--jpi-heading);
    font-family: "Inter", sans-serif;
    font-size: clamp(45px, 5.2vw, 74px);
    font-weight: 600;
    line-height: 1.02;
    letter-spacing: -0.052em;
}

.jpi-legal__heading-row h2 span {
    display: block;
    color: var(--jpi-accent-dark);
}

.jpi-legal__heading-row p {
    margin: 0;
    padding-left: 27px;
    border-left: 1px solid var(--jpi-border-strong);
    color: var(--jpi-body);
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    line-height: 1.5;
}

/* =========================================
SUMMARY PANEL
========================================= */

.jpi-legal__summary {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 50px;
    align-items: center;
    overflow: hidden;
    margin-bottom: 18px;
    padding: 35px 38px;
    border: 1px solid var(--jpi-border);
    border-radius: 23px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.98),
            rgba(237, 245, 242, 0.9)
        );
    box-shadow:
        0 25px 70px rgba(7, 18, 18, 0.08),
        inset 0 1px 0 #ffffff;
}

.jpi-legal__summary::before {
    content: "";
    position: absolute;
    top: 0;
    left: 38px;
    width: 105px;
    height: 3px;
    background: linear-gradient(
        90deg,
        var(--jpi-accent-dark),
        transparent
    );
}

.jpi-legal__summary::after {
    content: "";
    position: absolute;
    right: -130px;
    bottom: -160px;
    width: 330px;
    height: 330px;
    border-radius: 50%;
    background: rgba(145, 181, 174, 0.16);
    filter: blur(30px);
}

.jpi-legal__summary-content,
.jpi-legal__summary-meta {
    position: relative;
    z-index: 2;
}

.jpi-legal__summary-content {
    max-width: 760px;
}

.jpi-legal__summary-label {
    display: block;
    margin-bottom: 10px;
    color: var(--jpi-accent-dark);
    font-family: "Manrope", sans-serif;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.jpi-legal__summary h3 {
    margin: 0 0 12px;
    color: var(--jpi-heading);
    font-family: "Inter", sans-serif;
    font-size: clamp(26px, 2.6vw, 39px);
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.037em;
}

.jpi-legal__summary p {
    margin: 0;
    color: var(--jpi-body);
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

.jpi-legal__summary-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(120px, 1fr));
    gap: 10px;
}

.jpi-legal__summary-meta div {
    min-width: 130px;
    padding: 18px;
    border: 1px solid rgba(62, 119, 112, 0.13);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.66);
}

.jpi-legal__summary-meta span,
.jpi-legal__summary-meta strong {
    display: block;
    font-family: "Manrope", sans-serif;
}

.jpi-legal__summary-meta span {
    margin-bottom: 6px;
    color: var(--jpi-muted);
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.jpi-legal__summary-meta strong {
    color: var(--jpi-accent-dark);
    font-size: 12px;
    font-weight: 600;
}

/* =========================================
INFORMATION CARDS
========================================= */

.jpi-legal__grid-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.jpi-legal-card {
    position: relative;
    min-height: 245px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 27px;
    border: 1px solid var(--jpi-border);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 16px 47px rgba(7, 18, 18, 0.055);
    transition:
        transform 350ms ease,
        border-color 350ms ease,
        box-shadow 350ms ease,
        background-color 350ms ease;
}

.jpi-legal-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 27px;
    width: 62px;
    height: 2px;
    background: linear-gradient(
        90deg,
        var(--jpi-accent-dark),
        transparent
    );
    opacity: 0;
    transition: opacity 300ms ease;
}

.jpi-legal-card::after {
    content: "";
    position: absolute;
    right: -95px;
    bottom: -115px;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(145, 181, 174, 0.15),
        transparent 68%
    );
    transition: transform 450ms ease;
}

.jpi-legal-card:hover {
    transform: translateY(-7px);
    border-color: var(--jpi-border-strong);
    box-shadow: 0 27px 68px rgba(7, 18, 18, 0.1);
}

.jpi-legal-card:hover::before {
    opacity: 1;
}

.jpi-legal-card:hover::after {
    transform: scale(1.18);
}

.jpi-legal-card__top,
.jpi-legal-card__content {
    position: relative;
    z-index: 2;
}

.jpi-legal-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.jpi-legal-card__number {
    color: var(--jpi-accent-dark);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.jpi-legal-card__category {
    color: var(--jpi-muted);
    font-family: "Manrope", sans-serif;
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.jpi-legal-card__content {
    margin-top: auto;
    padding-top: 54px;
}

.jpi-legal-card__label {
    display: block;
    margin-bottom: 11px;
    color: var(--jpi-accent-dark);
    font-family: "Manrope", sans-serif;
    font-size: 9px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.jpi-legal-card h3 {
    margin: 0;
    color: var(--jpi-heading);
    font-family: "Inter", sans-serif;
    font-size: clamp(20px, 1.7vw, 25px);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.03em;
    overflow-wrap: anywhere;
}

/* Featured register card */

.jpi-legal-card--featured {
    background:
        linear-gradient(
            145deg,
            var(--jpi-secondary),
            var(--jpi-dark)
        );
}

.jpi-legal-card--featured::after {
    background: radial-gradient(
        circle,
        rgba(145, 181, 174, 0.24),
        transparent 68%
    );
}

.jpi-legal-card--featured .jpi-legal-card__number,
.jpi-legal-card--featured .jpi-legal-card__label {
    color: var(--jpi-accent-light);
}

.jpi-legal-card--featured .jpi-legal-card__category {
    color: rgba(255, 255, 255, 0.45);
}

.jpi-legal-card--featured h3 {
    color: #ffffff;
}

/* =========================================
FOOTER STRIP
========================================= */

.jpi-legal__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 18px;
    padding: 27px 30px;
    border: 1px solid var(--jpi-border);
    border-radius: 19px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 14px 40px rgba(7, 18, 18, 0.045);
}

.jpi-legal__footer div > span {
    display: block;
    margin-bottom: 6px;
    color: var(--jpi-accent-dark);
    font-family: "Manrope", sans-serif;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.jpi-legal__footer p {
    margin: 0;
    color: var(--jpi-body);
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    line-height: 1.45;
}

.jpi-legal__footer-status {
    flex: 0 0 auto;
    padding: 10px 15px;
    border: 1px solid rgba(62, 119, 112, 0.17);
    border-radius: 999px;
    background: var(--jpi-soft);
    color: var(--jpi-accent-dark);
    font-family: "Manrope", sans-serif;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

/* =========================================
REVEAL
========================================= */

.jpi-legal-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition:
        opacity 700ms ease,
        transform 700ms ease;
}

.jpi-legal-reveal.jpi-legal-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes jpiLegalGlow {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(18px, -14px, 0);
    }
}

/* =========================================
TABLET
========================================= */

@media (max-width: 1180px) {
    .jpi-legal {
        padding-right: 24px;
        padding-left: 24px;
    }

    .jpi-legal__heading-row {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .jpi-legal__heading-row p {
        max-width: 800px;
    }

    .jpi-legal__summary {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .jpi-legal__summary-meta {
        max-width: 600px;
    }

    .jpi-legal__grid-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* =========================================
MOBILE
========================================= */

@media (max-width: 767px) {
    .jpi-legal {
        padding: 72px 16px 58px;
    }

    .jpi-legal__grid {
        background-size: 48px 48px;
    }

    .jpi-legal__architecture {
        left: -45%;
        right: -45%;
        opacity: 0.08;
    }

    .jpi-legal__header {
        margin-bottom: 37px;
    }

    .jpi-legal__eyebrow {
        gap: 9px;
        margin-bottom: 17px;
        font-size: 10px;
        letter-spacing: 0.12em;
    }

    .jpi-legal__eyebrow::before {
        width: 28px;
    }

    .jpi-legal__heading-row h2 {
        font-size: clamp(39px, 11vw, 55px);
    }

    .jpi-legal__heading-row h2 span {
        margin-top: 5px;
    }

    .jpi-legal__heading-row p {
        padding-left: 16px;
        font-size: 16px;
    }

    .jpi-legal__summary {
        padding: 27px 23px;
        border-radius: 19px;
    }

    .jpi-legal__summary-meta {
        grid-template-columns: 1fr;
    }

    .jpi-legal__summary-meta div {
        min-width: 0;
    }

    .jpi-legal__grid-list {
        grid-template-columns: 1fr;
        gap: 13px;
    }

    .jpi-legal-card {
        min-height: 220px;
        padding: 24px 22px;
        border-radius: 18px;
    }

    .jpi-legal-card__content {
        padding-top: 45px;
    }

    .jpi-legal-card h3 {
        font-size: 22px;
    }

    .jpi-legal__footer {
        align-items: flex-start;
        flex-direction: column;
        padding: 24px 22px;
        border-radius: 17px;
    }

    .jpi-legal__footer-status {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 420px) {
    .jpi-legal {
        padding-right: 13px;
        padding-left: 13px;
    }

    .jpi-legal__summary,
    .jpi-legal-card {
        padding-right: 20px;
        padding-left: 20px;
    }

    .jpi-legal-card__top {
        align-items: flex-start;
    }

    .jpi-legal-card__category {
        max-width: 130px;
        text-align: right;
    }
}

@media (prefers-reduced-motion: reduce) {
    .jpi-legal *,
    .jpi-legal *::before,
    .jpi-legal *::after {
        animation: none !important;
        transition: none !important;
    }

    .jpi-legal-reveal {
        opacity: 1;
        transform: none;
    }
}/* End custom CSS */