.ppro-pmn {
    display: block;
    color: var(--ppro-foreground);
}

.ppro-y26-c-container.ppro-pmn__top {
    padding-top: 10rem;
}

.ppro-pmn__lead a,
.ppro-pmn__sources-list a,
.ppro-pmn__card-details a,
.ppro-pmn__spec-val a,
.ppro-pmn__why-text a,
.ppro-pmn__faq-answer a {
    text-decoration: underline;
    text-underline-offset: 0.125rem;
    transition: opacity 0.2s ease;
}

.ppro-pmn__lead a:hover,
.ppro-pmn__sources-list a:hover,
.ppro-pmn__card-details a:hover,
.ppro-pmn__spec-val a:hover,
.ppro-pmn__why-text a:hover,
.ppro-pmn__faq-answer a:hover {
    opacity: 0.7;
}

.ppro-pmn__back {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: inherit;
    font-family: var(--ppro-font-body);
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.375rem;
}

.ppro-pmn__back-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border: 1px solid currentColor;
    border-radius: 50%;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.ppro-pmn__back:hover .ppro-pmn__back-icon {
    background-color: var(--ppro-foreground);
    color: var(--ppro-color-white);
}

.ppro-pmn__back-arrow {
    width: 1.25rem;
    height: 1.25rem;
}

.ppro-pmn__group-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 2rem;
    overflow-x: auto;
}

.ppro-pmn__tab {
    padding: 1rem;
    border: 1px solid var(--ppro-foreground);
    background-color: var(--ppro-color-paper);
    color: var(--ppro-foreground);
    font-family: var(--ppro-font-body);
    font-size: 1rem;
    font-weight: var(--ppro-font-weight-body);
    line-height: 1rem;
    white-space: nowrap;
    opacity: 0.4;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.ppro-pmn__tab.is-active,
.ppro-pmn__tab:hover {
    opacity: 1;
}

.ppro-pmn__heading {
    margin: 0 0 4rem;
    font-family: var(--ppro-font-display);
    font-weight: var(--ppro-font-weight-display);
    font-size: 2.25rem;
    line-height: 2.75rem;
    letter-spacing: var(--ppro-tracking-tight);
}

.ppro-pmn__intro {
    display: flex;
    gap: 4.5rem;
    align-items: flex-start;
}

.ppro-pmn__intro-main {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    min-width: 0;
}

.ppro-pmn__title-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
}

.ppro-pmn__title {
    margin: 0;
    font-family: var(--ppro-font-display);
    font-weight: var(--ppro-font-weight-display);
    font-size: 3.25rem;
    line-height: 3.75rem;
    letter-spacing: var(--ppro-tracking-tight);
}

.ppro-pmn__badge {
    display: inline-block;
    padding: 0.25rem 0.625rem;
    background-color: var(--ppro-color-midnight);
    color: var(--ppro-color-white);
    font-family: var(--ppro-font-body);
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.ppro-pmn__lead {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    font-family: var(--ppro-font-body);
    font-size: 1.125rem;
    line-height: 1.625rem;
}

.ppro-pmn__lead :is(p, ul, ol) {
    margin: 0;
}

.ppro-pmn__sources {
    position: relative;
    align-self: flex-start;
}

.ppro-pmn__sources-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0;
    background: none;
    border: 0;
    color: inherit;
    font-family: var(--ppro-font-body);
    font-size: 0.875rem;
    line-height: 1.25rem;
    opacity: 0.7;
    transition: opacity 0.2s ease;
}

.ppro-pmn__sources-toggle:hover {
    opacity: 1;
}

.ppro-pmn__sources-underline {
    text-decoration: underline;
    text-underline-offset: 0.125rem;
}

.ppro-pmn__sources-pop {
    position: absolute;
    z-index: 20;
    top: calc(100% + 0.75rem);
    left: 0;
    width: 20rem;
    max-width: 100%;
    padding: 1.25rem;
    background-color: var(--ppro-color-white);
}

.ppro-pmn__sources-close {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    display: inline-flex;
    padding: 0.25rem;
    background: none;
    border: 0;
    color: inherit;
    opacity: 0.7;
    transition: opacity 0.2s ease;
}

.ppro-pmn__sources-close:hover {
    opacity: 1;
}

.ppro-pmn__sources-close-icon {
    width: 1rem;
    height: 1rem;
}

.ppro-pmn__sources-heading {
    margin: 0 0 0.5rem;
    font-weight: var(--ppro-font-weight-strong);
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.ppro-pmn__sources-list {
    margin: 0;
    padding-left: 1.25rem;
    font-size: 0.75rem;
    line-height: 1.125rem;
}

.ppro-pmn__sources-list li + li {
    margin-top: 0.375rem;
}

.ppro-pmn__sources-list a {
    word-break: break-word;
}

.ppro-pmn__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.ppro-pmn__card {
    flex: 0 0 auto;
    width: 22.5rem;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 3rem 2.5rem;
    background-color: var(--ppro-color-white);
}

.ppro-pmn__card-logo {
    width: auto;
    height: 3.5rem;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
    margin-inline: auto;
}

.ppro-pmn__card-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ppro-pmn__card-form-title {
    margin: 0;
    text-align: center;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.ppro-pmn__card-details {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
}

.ppro-pmn__card-row {
    display: flex;
    gap: 0.75rem;
}

.ppro-pmn__card-row dt {
    flex: 0 0 36%;
    font-weight: var(--ppro-font-weight-strong);
}

.ppro-pmn__card-row dd {
    margin: 0;
    flex: 1 1 auto;
}

.ppro-pmn__card-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding-top: 1.5rem;
    border-top: 1px solid color-mix(in srgb, currentColor 15%, transparent);
    text-align: center;
}

.ppro-pmn__card-cta-text {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.ppro-pmn__why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem 2.5rem;
}

.ppro-pmn__why-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
}

.ppro-pmn__why-icon {
    width: auto;
    height: 4.5rem;
}

.ppro-pmn__why-text {
    font-size: 1rem;
    line-height: 1.5rem;
}

.ppro-pmn__spec + .ppro-pmn__spec {
    margin-top: 3.5rem;
}

.ppro-pmn__spec {
    display: flex;
    gap: 5rem;
    max-width: 42.5rem;
}

.ppro-pmn__spec-title {
    flex: 0 0 18.125rem;
    margin: 0;
    font-family: var(--ppro-font-display);
    font-weight: var(--ppro-font-weight-display);
    font-size: 2rem;
    line-height: 2.5rem;
}

.ppro-pmn__spec-rows {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-width: 0;
}

.ppro-pmn__spec-row {
    display: flex;
    gap: 1.25rem;
    font-size: 1rem;
    line-height: 1.5rem;
}

.ppro-pmn__spec-key {
    flex: 0 0 7.5rem;
    font-weight: 500;
}

.ppro-pmn__spec-val {
    flex: 1 1 auto;
    min-width: 0;
}

.ppro-pmn__feature {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.125rem;
    line-height: 1.625rem;
}

.ppro-pmn__feature.is-inactive {
    opacity: 0.45;
}

.ppro-pmn__feature-mark {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid currentColor;
    border-radius: 50%;
}

.ppro-pmn__feature-icon {
    width: 0.875rem;
    height: 0.875rem;
}

.ppro-pmn__footnote {
    margin: 0.5rem 0 0;
    font-size: 0.875rem;
    line-height: 1.375rem;
    opacity: 0.7;
}

.ppro-pmn__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 3rem;
}

.ppro-pmn__flow-panel[x-cloak] {
    display: none !important;
}

.ppro-pmn__video {
    max-width: 48rem;
    margin-inline-start: 0;
    margin-inline-end: auto;
}

.ppro-pmn__video iframe {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border: 0;
}

.ppro-pmn-slider--screens .swiper-slide {
    width: auto;
}

.ppro-pmn__screen {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    margin: 0;
    height: 100%;
}

.ppro-pmn__screen-img {
    flex: 0 0 auto;
    width: auto;
    height: 30rem;
    max-width: none;
}

.ppro-pmn__screen-caption {
    width: 0;
    min-width: 100%;
    text-align: left;
    font-size: 0.875rem;
    line-height: 1.25rem;
    opacity: 0.7;
}

.ppro-pmn__step {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    height: 100%;
    padding: 2rem 1.5rem;
    background-color: var(--ppro-color-white);
    text-align: center;
}

.ppro-pmn__step::before {
    z-index: 1;
}

.ppro-pmn__step-number {
    align-self: flex-start;
    font-family: var(--ppro-font-mono);
    font-weight: var(--ppro-font-weight-mono);
    font-size: 2.25rem;
    line-height: 1;
    color: inherit;
}

.ppro-pmn__step-icon {
    width: auto;
    height: 6rem;
    margin-inline: auto;
}

.ppro-pmn__step-env {
    align-self: center;
    margin-top: 1.25rem;
    padding: 0.25rem 1rem 0.375rem;
    border-radius: 0;
    background-color: var(--ppro-color-paper);
    color: var(--ppro-foreground);
    font-size: 1rem;
    line-height: 1.375rem;
}

.ppro-pmn__step-env--merchant {
    background-color: var(--ppro-color-sky);
}

.ppro-pmn__step-env--ppro {
    background-color: var(--ppro-color-midnight);
    color: var(--ppro-color-white);
}

.ppro-pmn__step-env--method {
    background-color: var(--ppro-color-lilac);
}

.ppro-pmn__step-env--point {
    background-color: var(--ppro-color-lime);
}

.ppro-pmn__step-desc {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5rem;
}

.ppro-pmn__faq {
    display: flex;
    flex-direction: column;
}

.ppro-pmn__faq-item {
    padding-block: 1.5rem;
}

.ppro-pmn__faq-item + .ppro-pmn__faq-item {
    border-top: 1px solid color-mix(in srgb, currentColor 12%, transparent);
}

.ppro-pmn__faq-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    background: none;
    text-align: left;
    color: inherit;
}

.ppro-pmn__faq-question {
    font-family: var(--ppro-font-display);
    font-weight: var(--ppro-font-weight-display);
    font-size: 1.5rem;
    line-height: 2rem;
}

.ppro-pmn__faq-mark {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
}

.ppro-pmn__faq-mark-icon {
    position: relative;
    width: 1rem;
    height: 1rem;
}

.ppro-pmn__faq-mark-icon::before,
.ppro-pmn__faq-mark-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: currentColor;
}

.ppro-pmn__faq-mark-icon::before {
    width: 1rem;
    height: 0.075rem;
    transform: translate(-50%, -50%);
}

.ppro-pmn__faq-mark-icon::after {
    width: 0.075rem;
    height: 1rem;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease;
}

.ppro-pmn__faq-item.is-open .ppro-pmn__faq-mark-icon::after {
    transform: translate(-50%, -50%) scaleY(0);
}

.ppro-pmn__faq-body {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease;
}

.ppro-pmn__faq-item.is-open .ppro-pmn__faq-body {
    grid-template-rows: 1fr;
}

.ppro-pmn__faq-body-inner {
    overflow: hidden;
    min-height: 0;
}

.ppro-pmn__faq-answer {
    padding-top: 1rem;
    padding-right: 3.5rem;
    font-size: 1rem;
    line-height: 1.625rem;
    opacity: 0.7;
}

.ppro-pmn__faq-answer :is(p, ul, ol):first-child {
    margin-top: 0;
}

.ppro-pmn__faq-answer :is(p, ul, ol):last-child {
    margin-bottom: 0;
}

.ppro-pmn__outro {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    text-align: center;
}

.ppro-pmn__outro-title {
    max-width: 37.5rem;
    margin: 0;
    font-family: var(--ppro-font-display);
    font-weight: var(--ppro-font-weight-display);
    font-size: 2.25rem;
    line-height: 2.75rem;
    letter-spacing: var(--ppro-tracking-tight);
}

@media (max-width: 1279px) {
    .ppro-pmn__intro {
        gap: 3rem;
    }

    .ppro-pmn__why-grid {
        gap: 3rem 2rem;
    }

    .ppro-pmn-slider--screens .ppro-pmn__screen-img {
        height: 26rem;
    }
}

@media (max-width: 1023px) {
    .ppro-pmn__intro {
        flex-direction: column;
        gap: 3rem;
    }

    .ppro-pmn__card {
        align-self: center;
    }

    .ppro-pmn__why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ppro-pmn__spec {
        gap: 2rem;
    }

    .ppro-pmn__spec-title {
        flex-basis: 12rem;
    }

    .ppro-pmn-slider--screens .ppro-pmn__screen-img {
        height: 22rem;
    }
}

@media (max-width: 767px) {
    .ppro-pmn__title {
        font-size: 2.125rem;
        line-height: 2.5rem;
    }

    .ppro-pmn__heading {
        margin-bottom: 2rem;
        font-size: 1.75rem;
        line-height: 2.25rem;
    }

    .ppro-pmn__lead {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .ppro-pmn__card {
        width: 100%;
        padding: 2.5rem 1.5rem;
    }

    .ppro-pmn__why-grid {
        grid-template-columns: 1fr;
    }

    .ppro-pmn__spec {
        flex-direction: column;
        gap: 1rem;
    }

    .ppro-pmn__spec-title {
        flex: none;
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .ppro-pmn__spec-key {
        flex-basis: 6.5rem;
    }

    .ppro-pmn__feature {
        font-size: 1rem;
        line-height: 1.375rem;
    }

    .ppro-pmn__faq-question {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .ppro-pmn__faq-answer {
        padding-right: 0;
    }

    .ppro-pmn-slider--screens .ppro-pmn__screen-img {
        height: 18rem;
    }

    .ppro-pmn__outro-title {
        font-size: 1.75rem;
        line-height: 2.25rem;
    }
}
