:root {
    --pl-blue: #1769e0;
    --pl-blue-hover: #0e56c9;
    --pl-blue-active: #0a43a5;
    --pl-blue-text: #164b91;
    --pl-text: #172033;
    --pl-muted: #5d6878;
    --pl-border: #dde5ef;
    --pl-surface: #f5f8fc;
    --pl-surface-strong: #edf3fa;
    --pl-white: #ffffff;
}

html {
    scroll-behavior: smooth;
}

body.pl-home-page {
    min-width: 320px;
    margin: 0;
    /* `hidden` would make body a non-scrolling sticky ancestor while html owns the scroll. */
    overflow-x: clip;
    background: var(--pl-white);
    color: var(--pl-text);
    font-family: "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
    letter-spacing: 0;
}

.pl-home,
.pl-home *,
.pl-home *::before,
.pl-home *::after {
    box-sizing: border-box;
}

.pl-home [v-cloak] {
    display: none !important;
}

.pl-home button,
.pl-home a {
    font: inherit;
    letter-spacing: 0;
}

.pl-home button {
    border: 0;
}

.pl-home img {
    display: block;
    max-width: 100%;
}

.pl-header-shell.el-header {
    height: 72px !important;
    padding: 0 !important;
}

.pl-home .header_header__rj0C7 {
    z-index: 100;
    border-bottom: 1px solid rgba(221, 229, 239, 0.9);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 10px 32px rgba(25, 67, 121, 0.07);
    -webkit-backdrop-filter: blur(18px) saturate(115%);
    backdrop-filter: blur(18px) saturate(115%);
}

.pl-home .header_header__rj0C7.header_top__RBLY3 {
    border-bottom-color: rgba(221, 229, 239, 0.72);
    background: rgba(255, 255, 255, 0.78);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.pl-home .header_header__rj0C7 .header_wrapper__uc2cW {
    width: min(100%, 1456px);
    max-width: 1456px;
    padding-right: 48px;
    padding-left: 48px;
}

.pl-home .header_header__rj0C7 .header_wrapper__uc2cW .header_navbar__kqq7_ .header_menu__Izm_i {
    color: #29364a !important;
}

.pl-home .header_header__rj0C7 .header_wrapper__uc2cW .header_navbar__kqq7_ .header_menu__Izm_i:hover,
.pl-home .header_header__rj0C7 .header_wrapper__uc2cW .header_navbar__kqq7_ .header_menu__Izm_i:focus-visible {
    border-bottom-color: var(--pl-blue);
    color: var(--pl-blue) !important;
}

.pl-home .header_header__rj0C7 .header_btns__muxZ1 .el-button--text {
    color: var(--pl-blue-text) !important;
    font-weight: 500;
}

.pl-home .header_header__rj0C7 .header_btns__muxZ1 .el-button--text:hover,
.pl-home .header_header__rj0C7 .header_btns__muxZ1 .el-button--text:focus-visible {
    color: var(--pl-blue) !important;
}

.pl-container {
    width: min(calc(100% - 64px), 1360px);
    margin: 0 auto;
}

.pl-home main {
    display: flex;
    flex-direction: column;
}

.pl-home .pl-hero {
    order: 1;
}

.pl-home .pl-capabilities {
    order: 2;
}

.pl-home .pl-analysis-path {
    order: 3;
}

.pl-home .pl-final-cta {
    order: 4;
}

.pl-section {
    padding: 112px 0;
}

.pl-section-heading {
    max-width: 760px;
    margin-bottom: 56px;
}

.pl-section-heading h2,
.pl-final-cta h2 {
    margin: 0;
    color: var(--pl-text);
    font-weight: 600;
    font-size: 40px;
    line-height: 1.22;
}

.pl-section-heading p,
.pl-final-cta p {
    max-width: 680px;
    margin: 18px 0 0;
    color: var(--pl-muted);
    font-size: 17px;
    line-height: 1.8;
}

.pl-hero {
    position: relative;
    display: flex;
    align-items: center;
    isolation: isolate;
    min-height: clamp(640px, calc(100dvh - 104px), 780px);
    padding: 56px 0 64px;
    overflow: hidden;
    background: var(--pl-white);
}

.pl-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 4.2fr) minmax(0, 7.8fr);
    align-items: center;
    gap: 24px;
}

.pl-hero-copy {
    position: relative;
    z-index: 1;
    max-width: 570px;
}

.pl-hero-kicker {
    margin: 0 0 20px;
    color: var(--pl-blue);
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
}

.pl-hero h1 {
    max-width: 560px;
    margin: 0;
    color: var(--pl-text);
    font-weight: 650;
    font-size: 56px;
    line-height: 1.16;
}

.pl-hero-description {
    max-width: 550px;
    margin: 26px 0 0;
    color: var(--pl-muted);
    font-size: 18px;
    line-height: 1.78;
}

.pl-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 36px;
}

.pl-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 132px;
    min-height: 46px;
    padding: 0 24px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.pl-button:hover {
    transform: translateY(-1px);
}

.pl-button:active {
    transform: translateY(1px);
}

.pl-button:focus-visible,
.pl-text-link:focus-visible,
.pl-feature-tab:focus-visible {
    outline: 3px solid rgba(23, 105, 224, 0.24);
    outline-offset: 3px;
}

.pl-button-primary {
    background: var(--pl-blue);
    box-shadow: 0 9px 22px rgba(23, 105, 224, 0.2);
    color: #ffffff;
}

.pl-button-primary:hover {
    background: var(--pl-blue-hover);
    box-shadow: 0 12px 26px rgba(14, 86, 201, 0.23);
}

.pl-button-primary:active {
    background: var(--pl-blue-active);
}

.pl-button-secondary {
    border: 1px solid #b7c9e1;
    background: rgba(248, 251, 255, 0.88);
    color: var(--pl-blue-text);
}

.pl-button-secondary:hover {
    border-color: #9db9df;
    background: #eef5ff;
    color: var(--pl-blue-hover);
}

.pl-button-secondary:active {
    background: #e3efff;
}

.pl-hero-visual {
    position: relative;
    aspect-ratio: 3 / 2;
    min-width: 0;
    overflow: hidden;
}

.pl-network-canvas {
    position: absolute;
    z-index: 0;
    inset: 0;
    opacity: 0.62;
    pointer-events: none;
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.62) 22%, rgba(0, 0, 0, 0) 40%);
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.62) 22%, rgba(0, 0, 0, 0) 40%);
}

.pl-network-canvas canvas {
    width: 100%;
    height: 100%;
}

.pl-product-frame {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.pl-product-frame img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

@media screen and (min-width: 1024px) {
    .pl-hero-visual {
        justify-self: stretch;
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }
}

.pl-analysis-path {
    background: #ffffff;
}

.pl-path-visual {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: transparent;
}

.pl-path-visual img {
    position: relative;
    z-index: 0;
    width: 100%;
    height: auto;
}

.pl-path-visual-copy {
    position: absolute;
    z-index: 1;
    top: 12%;
    left: 7%;
    max-width: 620px;
}

.pl-path-visual-copy h3 {
    max-width: 580px;
    margin: 0;
    color: var(--pl-text);
    font-weight: 600;
    font-size: 30px;
    line-height: 1.4;
}

.pl-path-visual-copy p {
    max-width: 610px;
    margin: 14px 0 0;
    color: #526174;
    font-size: 16px;
    line-height: 1.75;
}

.pl-path-flow-heading {
    display: grid;
    grid-template-columns: minmax(180px, 0.42fr) minmax(0, 1fr);
    align-items: end;
    gap: 40px;
    margin-top: 44px;
}

.pl-path-flow-heading h3 {
    margin: 0;
    color: var(--pl-text);
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4;
}

.pl-path-flow-heading p {
    max-width: 720px;
    margin: 0;
    color: var(--pl-muted);
    font-size: 15px;
    line-height: 1.75;
}

.pl-path-list {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 38px;
    margin: 32px 0 0;
    padding: 0;
    counter-reset: pl-path;
    list-style: none;
}

.pl-path-list::before {
    content: "";
    position: absolute;
    top: 17px;
    right: 8%;
    left: 8%;
    height: 1px;
    background: #b8c9df;
}

.pl-path-list li {
    position: relative;
    min-width: 0;
    padding-top: 52px;
    counter-increment: pl-path;
}

.pl-path-list li::before {
    content: counter(pl-path);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 5px solid #ffffff;
    border-radius: 50%;
    background: var(--pl-blue);
    box-shadow: 0 0 0 1px #a9c5ea;
    color: #ffffff;
    font-weight: 600;
    font-size: 13px;
    transform: translateX(-50%);
}

.pl-path-list li:not(:last-child)::after {
    content: "›";
    position: absolute;
    top: 3px;
    right: -25px;
    z-index: 2;
    width: 28px;
    background: #ffffff;
    color: var(--pl-blue);
    font-size: 24px;
    line-height: 28px;
    text-align: center;
}

.pl-path-list strong,
.pl-path-list span {
    display: block;
    text-align: center;
}

.pl-path-list strong {
    color: var(--pl-text);
    font-weight: 600;
    font-size: 18px;
    line-height: 1.45;
}

.pl-path-list span {
    margin-top: 8px;
    color: var(--pl-muted);
    font-size: 14px;
    line-height: 1.65;
}

.pl-text-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 38px;
}

.pl-text-link {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid #aac4e7;
    border-radius: 8px;
    background: #f4f8ff;
    box-shadow: 0 5px 14px rgba(23, 105, 224, 0.07);
    color: var(--pl-blue-text);
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.pl-text-link::after {
    content: "›";
    margin-left: 10px;
    font-size: 19px;
    line-height: 1;
    transition: transform 180ms ease;
}

.pl-text-link:hover {
    border-color: var(--pl-blue);
    background: #eaf3ff;
    color: var(--pl-blue);
    transform: translateY(-1px);
}

.pl-text-link:hover::after {
    transform: translateX(2px);
}

.pl-text-link:active {
    transform: translateY(1px);
}

.pl-capabilities {
    background: var(--pl-surface);
    overflow: visible !important;
}

@media screen and (min-width: 1024px) {
    .pl-capabilities {
        min-height: 440vh;
    }

    .pl-capabilities > .pl-container {
        position: sticky;
        top: 92px;
        display: flex;
        align-items: center;
        min-height: calc(100vh - 92px);
    }

    .pl-capability-desktop {
        width: 100%;
        align-items: center;
    }
}

.pl-capabilities.pl-reveal,
.pl-capabilities.pl-reveal.is-visible {
    opacity: 1;
    transform: none !important;
}

.pl-capability-desktop {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr);
    align-items: start;
    gap: 56px;
    position: relative;
    overflow: visible;
}

.pl-capability-left {
    align-self: start;
    z-index: 1;
}

.pl-capability-left .pl-section-heading {
    margin-bottom: 26px;
}

.pl-feature-sticky-stage {
    width: 100%;
}

.pl-stage-monitor {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 18px 48px rgba(26, 46, 74, 0.10);
}

.pl-stage-body {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    background: #f2f5f9;
    overflow: hidden;
}

.pl-stage-media {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.pl-stage-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #f2f5f9;
}

.pl-img-next-enter-active, .pl-img-next-leave-active,
.pl-img-prev-enter-active, .pl-img-prev-leave-active {
    transition: opacity 300ms ease, transform 560ms cubic-bezier(0.16, 1, 0.3, 1);
}
.pl-img-next-enter { opacity: 0; transform: translateY(9%); }
.pl-img-next-leave-to { opacity: 0; transform: translateY(-9%); }
.pl-img-prev-enter { opacity: 0; transform: translateY(-9%); }
.pl-img-prev-leave-to { opacity: 0; transform: translateY(9%); }

.pl-stage-caption {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px 15px;
    border-top: 1px solid var(--pl-border);
    background: #ffffff;
    color: var(--pl-muted);
    font-size: 13px;
}

.pl-stage-caption-index {
    font-family: "SFMono-Regular", Consolas, monospace;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: var(--pl-blue);
}

.pl-stage-caption-index i {
    margin: 0 6px;
    font-style: normal;
    opacity: 0.35;
}

.pl-stage-caption em {
    font-style: normal;
    color: var(--pl-text);
}

.pl-feature-rail {
    position: relative;
    height: 780px;
    min-height: 780px;
    padding-top: 30px;
}

.pl-rail-track {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0;
    width: 2px;
    border-radius: 2px;
    background: #e1e8f2;
}

.pl-rail-progress {
    width: 100%;
    height: 0;
    border-radius: 2px;
    background: linear-gradient(180deg, #8db8ff, var(--pl-blue));
}

.pl-rail-item {
    position: relative;
    margin: 0 0 10px;
    padding: 22px 18px 22px 46px;
    border: 1px solid transparent;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 260ms ease,
                border-color 260ms ease,
                box-shadow 260ms ease;
}

.pl-rail-item::before {
    content: "";
    position: absolute;
    top: 27px;
    left: -6px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #c9d5e4;
    transition: background-color 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.pl-rail-item:hover {
    background: rgba(255, 255, 255, 0.65);
}

.pl-rail-item.is-active {
    background: #ffffff;
    border-color: #dbe6f4;
    box-shadow: 0 12px 28px rgba(26, 46, 74, 0.08);
}

.pl-rail-item.is-active::before {
    background: var(--pl-blue);
    border-color: #a9c6f2;
    animation: pl-rail-pulse 2.4s ease-in-out infinite;
}

@keyframes pl-rail-pulse {
    0%, 100% { box-shadow: 0 0 0 4px rgba(23, 105, 224, 0.1); }
    50% { box-shadow: 0 0 0 9px rgba(23, 105, 224, 0.04); }
}

.pl-rail-head {
    display: flex;
    align-items: baseline;
    gap: 10px;
    min-height: 26px;
}

.pl-rail-num {
    color: var(--pl-blue);
    font-family: "SFMono-Regular", Consolas, monospace;
    font-size: 12px;
    font-weight: 600;
    opacity: 0.5;
    transition: opacity 260ms ease;
}

.pl-rail-item.is-active .pl-rail-num {
    opacity: 1;
}

.pl-rail-title {
    margin: 0;
    color: #172033;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
    transition: color 260ms ease;
}

.pl-rail-item.is-active .pl-rail-title {
    color: var(--pl-blue);
}

.pl-rail-short {
    margin-left: auto;
    color: #8a97a8;
    font-size: 13px;
    white-space: nowrap;
}

.pl-rail-body {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: max-height 420ms cubic-bezier(0.16, 1, 0.3, 1), opacity 260ms ease, transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.pl-rail-item.is-expanded {
    background: #ffffff;
    border-color: #dbe6f4;
    box-shadow: 0 12px 28px rgba(26, 46, 74, 0.08);
}

.pl-rail-item.is-expanded .pl-rail-body {
    max-height: 154px;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.pl-rail-item.is-reversing .pl-rail-body {
    transform: translateY(8px);
}

.pl-rail-item.is-reversing.is-expanded .pl-rail-body {
    transform: translateY(0);
}

.pl-rail-body-inner {
    box-sizing: border-box;
    height: auto;
    min-height: 0;
    overflow: hidden;
    padding: 4px 14px 12px;
}

.pl-rail-item.is-expanded .pl-rail-body-inner {
    height: 154px;
}

.pl-rail-summary {
    max-width: 520px;
    margin: 12px 0 0;
    color: #536174;
    font-size: 14px;
    line-height: 1.7;
}

.pl-rail-points {
    margin: 10px 0 2px;
    padding: 0;
    color: #667386;
    font-size: 13px;
    line-height: 1.7;
    list-style: none;
}

.pl-rail-points li {
    position: relative;
    margin-bottom: 6px;
    padding-left: 16px;
}

.pl-rail-points li::before {
    content: "";
    position: absolute;
    top: 0.85em;
    left: 0;
    width: 7px;
    height: 1px;
    background: var(--pl-blue);
    opacity: 0.6;
}

@media screen and (min-width: 1024px) and (max-height: 820px) {
    .pl-capability-left .pl-section-heading {
        margin-bottom: 16px;
    }

    .pl-capability-left .pl-section-heading h2 {
        font-size: 38px;
    }

    .pl-capability-left .pl-section-heading p {
        margin-top: 10px;
        font-size: 15px;
    }

    .pl-stage-body {
        aspect-ratio: 4 / 3;
    }

    .pl-feature-rail {
        height: 582px;
        min-height: 582px;
        padding-top: 8px;
    }

    .pl-rail-item {
        margin-bottom: 2px;
        padding: 10px 14px 10px 46px;
    }

    .pl-rail-item::before {
        top: 15px;
    }

    .pl-rail-head {
        min-height: 24px;
    }

    .pl-rail-body-inner {
        padding: 2px 10px 7px;
    }

    .pl-rail-item.is-expanded .pl-rail-body-inner {
        height: 118px;
    }

    .pl-rail-item.is-expanded .pl-rail-body {
        max-height: 118px;
    }

    .pl-rail-summary {
        margin-top: 7px;
        font-size: 13px;
        line-height: 1.55;
    }

    .pl-rail-points {
        margin-top: 6px;
        font-size: 12px;
        line-height: 1.55;
    }

    .pl-rail-points li {
        margin-bottom: 3px;
    }
}

.pl-feature-media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 470px;
    padding: 26px;
    background: var(--pl-surface-strong);
}

.pl-feature-media img {
    width: 100%;
    max-height: 500px;
    object-fit: contain;
}

.pl-feature-copy {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
    gap: 44px;
    padding: 34px 38px 38px;
}

.pl-feature-copy h3,
.pl-mobile-feature h3 {
    margin: 0;
    color: var(--pl-text);
    font-weight: 600;
    font-size: 28px;
    line-height: 1.35;
}

.pl-feature-copy p,
.pl-mobile-feature p {
    margin: 12px 0 0;
    color: var(--pl-muted);
    font-size: 15px;
    line-height: 1.75;
}

.pl-feature-copy ul,
.pl-mobile-feature ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pl-feature-copy li,
.pl-mobile-feature li {
    position: relative;
    padding-left: 18px;
    color: #485669;
    font-size: 14px;
    line-height: 1.75;
}

.pl-feature-copy li + li,
.pl-mobile-feature li + li {
    margin-top: 8px;
}

.pl-feature-copy li::before,
.pl-mobile-feature li::before {
    content: "";
    position: absolute;
    top: 0.78em;
    left: 0;
    width: 8px;
    height: 1px;
    background: var(--pl-blue);
}

.pl-feature-fade-enter-active,
.pl-feature-fade-leave-active {
    transition: opacity 240ms ease, transform 240ms ease;
}

.pl-feature-fade-enter {
    opacity: 0;
    transform: translateY(12px);
}

.pl-feature-fade-leave-to {
    opacity: 0;
    transform: translateY(-8px);
}

.pl-capability-mobile {
    display: none;
}

.pl-final-cta {
    border-top: 1px solid var(--pl-border);
    background: #ffffff;
}

.pl-final-cta-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 48px;
    padding-top: 72px;
    padding-bottom: 72px;
}

.pl-final-cta h2 {
    max-width: 760px;
    font-size: 36px;
}

.pl-final-cta p {
    font-size: 16px;
}

.pl-home .footer_footer__5GPuZ {
    height: auto !important;
    min-height: 350px;
    border-top: 0;
    background: #111318 !important;
    color: #aeb6c2;
}

.pl-home .footer_footer__5GPuZ .footer_mainbody__HqTme {
    width: min(calc(100% - 64px), 1360px);
    max-width: 1360px;
}

.pl-home .footer_footer__5GPuZ .footer_content__jmtCH {
    width: 100%;
}

.pl-home .footer_footer__5GPuZ h2,
.pl-home .footer_footer__5GPuZ h4 {
    color: #f5f7fa !important;
}

.pl-home .footer_footer__5GPuZ h2 {
    letter-spacing: 0;
}

.pl-home .footer_footer__5GPuZ .row-item,
.pl-home .footer_footer__5GPuZ .footer_icons__8C_r8 span,
.pl-home .footer_footer__5GPuZ .filings {
    color: #aeb6c2 !important;
}

.pl-home .footer_footer__5GPuZ .row-item i {
    color: #7f8a99;
}

.pl-home .footer_footer__5GPuZ .image-item {
    width: 84px !important;
    height: 84px !important;
    border-radius: 4px;
    background: #ffffff;
    opacity: 0.92;
}

.pl-home .footer_footer__5GPuZ .footer_icons__8C_r8 {
    gap: 10px !important;
    width: 320px !important;
}

.pl-home .footer_footer__5GPuZ .footer_copyright__Do9OP {
    border-top-color: rgba(255, 255, 255, 0.1);
    color: #7f8a99;
}

.pl-home .footer_footer__5GPuZ .footer_copyright__Do9OP a {
    color: #aeb6c2;
    transition: color 180ms ease;
}

.pl-home .footer_footer__5GPuZ .footer_copyright__Do9OP a:hover {
    color: #ffffff;
}

.pl-reveal {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 280ms ease, transform 280ms ease;
}

.pl-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media screen and (min-width: 2000px) {
    .pl-container {
        width: min(calc(100% - 96px), 1520px);
    }

    .pl-home .header_header__rj0C7 .header_wrapper__uc2cW {
        width: min(calc(100% - 96px), 1520px);
        max-width: 1520px;
        padding-right: 0;
        padding-left: 0;
    }

    .pl-hero {
        min-height: 820px;
    }

    .pl-hero-grid {
        grid-template-columns: minmax(0, 4.2fr) minmax(0, 7.8fr);
        gap: 36px;
    }

    .pl-hero-copy {
        max-width: 610px;
    }

}

@media screen and (max-width: 1279px) {
    .pl-container {
        width: min(calc(100% - 48px), 1180px);
    }

    .pl-home .header_header__rj0C7 .header_wrapper__uc2cW {
        padding-right: 24px;
        padding-left: 24px;
    }

    .pl-hero-grid {
        grid-template-columns: minmax(0, 4.2fr) minmax(0, 7.8fr);
        gap: 24px;
    }

    .pl-hero h1 {
        font-size: 48px;
    }

    .pl-hero-description {
        font-size: 17px;
    }

    .pl-capability-desktop {
        grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
        gap: 40px;
    }

    .pl-feature-media {
        min-height: 400px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
    .pl-hero-grid {
        grid-template-columns: minmax(0, 4.2fr) minmax(0, 7.8fr);
        gap: 24px;
    }

    .pl-hero h1 {
        font-size: 44px;
    }

}

@media screen and (max-width: 1023px) {
    .pl-section {
        padding: 78px 0;
    }

    .pl-section-heading {
        margin-bottom: 42px;
    }

    .pl-hero {
        min-height: auto;
        padding: 68px 0 76px;
    }

    .pl-hero-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .pl-hero-copy {
        max-width: 680px;
    }

    .pl-hero h1 {
        max-width: 650px;
    }

    .pl-hero-description {
        max-width: 650px;
    }

    .pl-hero-visual {
        width: 100%;
        max-width: 820px;
        margin: 0 auto;
    }

    .pl-path-flow-heading {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .pl-path-visual-copy {
        top: 9%;
        left: 6%;
        max-width: 560px;
    }

    .pl-path-visual-copy h3 {
        font-size: 26px;
    }

    .pl-path-list {
        grid-template-columns: 1fr;
        gap: 20px;
        padding-left: 4px;
    }

    .pl-path-list::before {
        top: 17px;
        right: auto;
        bottom: 20px;
        left: 20px;
        width: 1px;
        height: auto;
    }

    .pl-path-list li {
        min-height: 62px;
        padding: 6px 0 0 58px;
    }

    .pl-path-list li::before {
        left: 0;
        transform: none;
    }

    .pl-path-list strong,
    .pl-path-list span {
        text-align: left;
    }

    .pl-path-list li:not(:last-child)::after {
        display: none;
    }

    .pl-capability-desktop {
        display: none;
    }

    .pl-capability-mobile {
        display: block;
    }

    .pl-mobile-feature {
        display: grid;
        grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
        align-items: center;
        gap: 42px;
        padding: 48px 0;
        border-top: 1px solid var(--pl-border);
    }

    .pl-mobile-feature:last-child {
        padding-bottom: 0;
    }

    .pl-mobile-feature-media {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 0;
        padding: 0;
        border-radius: 8px;
        background: var(--pl-surface-strong);
        overflow: hidden;
    }

    .pl-mobile-feature-media img {
        width: 100%;
        height: auto;
    }

    .pl-mobile-feature ul {
        margin-top: 20px;
    }

    .pl-home .footer_footer__5GPuZ .footer_mainbody__HqTme {
        width: min(calc(100% - 32px), 790px);
    }
}

@media screen and (max-width: 767px) {
    html {
        scroll-behavior: auto;
    }

    .pl-container {
        width: calc(100% - 32px);
    }

    .pl-home .header_header__rj0C7 .header_wrapper__uc2cW {
        height: 64px;
        padding-right: 16px;
        padding-left: 16px;
    }

    .pl-home .header_header__rj0C7 .header_wrapper__uc2cW .header_logo__g9VCY {
        width: min(190px, 58vw);
        margin-right: 16px;
    }

    .pl-header-shell.el-header {
        height: 64px !important;
    }

    .pl-section {
        padding: 68px 0;
    }

    .pl-section-heading {
        margin-bottom: 36px;
    }

    .pl-section-heading h2,
    .pl-final-cta h2 {
        font-size: 31px;
        line-height: 1.28;
    }

    .pl-section-heading p,
    .pl-final-cta p {
        margin-top: 14px;
        font-size: 15px;
        line-height: 1.75;
    }

    .pl-hero {
        padding: 56px 0 60px;
    }

    .pl-hero-grid {
        gap: 40px;
    }

    .pl-hero-kicker {
        margin-bottom: 16px;
        font-size: 17px;
    }

    .pl-hero h1 {
        font-size: 38px;
        line-height: 1.2;
    }

    .pl-hero-description {
        margin-top: 20px;
        font-size: 16px;
        line-height: 1.72;
    }

    .pl-actions {
        margin-top: 28px;
    }

    .pl-button {
        min-height: 46px;
    }

    .pl-hero-visual {
        aspect-ratio: 3 / 2;
    }

    .pl-network-canvas {
        display: none;
    }

    .pl-path-visual img {
        min-height: 190px;
        object-fit: cover;
        object-position: center;
    }

    .pl-path-visual-copy {
        display: none;
    }

    .pl-path-list {
        gap: 22px;
        margin-top: 28px;
    }

    .pl-text-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 30px;
    }

    .pl-text-link {
        justify-content: space-between;
        width: 100%;
        min-height: 46px;
    }

    .pl-mobile-feature {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 42px 0;
    }

    .pl-mobile-feature h3 {
        font-size: 25px;
    }

    .pl-mobile-feature-media {
        order: 2;
    }

    .pl-final-cta-inner {
        grid-template-columns: 1fr;
        gap: 30px;
        padding-top: 58px;
        padding-bottom: 58px;
    }

    .pl-final-cta .pl-button {
        justify-self: start;
    }

    .pl-home .footer_footer__5GPuZ {
        min-height: 0;
    }

    .pl-home .footer_footer__5GPuZ .footer_mainbody__HqTme {
        width: calc(100% - 32px);
        padding-top: 36px;
    }

    .pl-home .footer_footer__5GPuZ .footer_content__jmtCH {
        display: grid;
        gap: 30px;
        padding: 0;
    }

    .pl-home .footer_footer__5GPuZ .footer_mainbody__HqTme .footer_content__jmtCH .footer_left___4uA2 {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
    }

    .pl-home .footer_footer__5GPuZ .footer_mainbody__HqTme .footer_content__jmtCH .footer_left___4uA2 .footer_column__4EhlJ {
        width: 100%;
        margin: 0;
    }

    .pl-home .footer_footer__5GPuZ .footer_mainbody__HqTme .footer_content__jmtCH .footer_left___4uA2 .footer_column__4EhlJ:not(:first-child) {
        display: none;
    }

    .pl-home .footer_footer__5GPuZ .row-item {
        min-width: 0;
        font-size: 13px;
        line-height: 1.65;
    }

    .pl-home .footer_footer__5GPuZ .footer_right__HiNU_ {
        width: 100% !important;
        margin: 0 auto !important;
    }

    .pl-home .footer_footer__5GPuZ .footer_icons__8C_r8 {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px !important;
        width: 100% !important;
        margin-top: 0 !important;
    }

    .pl-home .footer_footer__5GPuZ .footer_icons__8C_r8 > div {
        display: flex;
        justify-content: center;
        padding: 0 !important;
    }

    .pl-home .footer_footer__5GPuZ .footer_copyright__Do9OP {
        padding: 18px 16px;
        font-size: 12px;
        line-height: 1.7;
    }
}

@media screen and (max-width: 479px) {
    .pl-hero h1 {
        font-size: 35px;
    }

    .pl-actions {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .pl-actions .pl-button {
        width: 100%;
    }

}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .pl-home *,
    .pl-home *::before,
    .pl-home *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .pl-reveal {
        opacity: 1;
        transform: none;
    }

    .pl-network-canvas {
        display: none;
    }
}

@media (prefers-reduced-transparency: reduce) {
    .pl-home .header_header__rj0C7,
    .pl-home .header_header__rj0C7.header_top__RBLY3,
    .pl-hero-visual,
    .pl-button-secondary {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }
}
