:root {
    --pcv3-sj-cream: #fbf6ed;
    --pcv3-sj-paper: #fffdf9;
    --pcv3-sj-burgundy: #8b0b14;
    --pcv3-sj-burgundy-dark: #5e0710;
    --pcv3-sj-gold: #b87824;
    --pcv3-sj-text: #271718;
    --pcv3-sj-muted: #625454;
    --pcv3-sj-line: #decfc2;
}

body.pcv3-support-journey-page {
    background: var(--pcv3-sj-cream);
}

body.pcv3-support-journey-page .site-content > .ast-container,
body.pcv3-support-journey-page .site-content .ast-container {
    max-width: none;
    padding: 0;
}

body.pcv3-support-journey-page #primary,
body.pcv3-support-journey-page .site-main,
body.pcv3-support-journey-page .site-main > article,
body.pcv3-support-journey-page .entry-content {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

body.pcv3-support-journey-page .entry-content > p:empty {
    display: none;
}

body.pcv3-support-journey-page .main-header-menu .pax-support-nav > a,
body.pcv3-support-journey-page .main-header-menu .pax-support-nav > .menu-link {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

.pcv3-support-journey,
.pcv3-support-journey * {
    box-sizing: border-box;
}

.pcv3-support-journey {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    color: var(--pcv3-sj-text);
    background: var(--pcv3-sj-cream);
    font-family: "Poppins", "Segoe UI", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.65;
    letter-spacing: 0;
}

.pcv3-support-journey h1,
.pcv3-support-journey h2,
.pcv3-support-journey h3,
.pcv3-support-journey p,
.pcv3-support-journey figure,
.pcv3-support-journey ul {
    margin-top: 0;
}

.pcv3-support-journey h1,
.pcv3-support-journey h2,
.pcv3-support-journey h3 {
    color: var(--pcv3-sj-burgundy-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: 0;
}

.pcv3-support-journey h1 {
    max-width: 700px;
    margin-bottom: 22px;
    color: #3b0c12;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(54px, 4.3vw, 62px);
    font-weight: 700;
    line-height: 0.98;
    white-space: nowrap;
}

.pcv3-support-journey h2 {
    margin-bottom: 22px;
    font-size: 52px;
}

.pcv3-support-journey h3 {
    margin-bottom: 16px;
    font-size: 34px;
}

.pcv3-support-journey a:focus-visible,
.pcv3-support-journey button:focus-visible {
    outline: 3px solid var(--pcv3-sj-gold);
    outline-offset: 4px;
}

.pcv3-sj-hero {
    display: grid;
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 40px max(32px, calc((100% - 1240px) / 2)) 49px;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 500px);
    gap: 52px;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(90deg, #fbf6ed 0%, #fffaf3 56%, #f2e5d9 100%);
}

.pcv3-sj-hero__copy,
.pcv3-sj-hero__media,
.pcv3-sj-heading,
.pcv3-sj-choice,
.pcv3-sj-benefits > article,
.pcv3-sj-split > *,
.pcv3-sj-transparency > * {
    min-width: 0;
}

.pcv3-sj-hero__copy {
    width: 100%;
    max-width: 680px;
}

.pcv3-sj-eyebrow {
    margin-bottom: 18px;
    color: var(--pcv3-sj-burgundy);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
}

.pcv3-sj-hero .pcv3-sj-eyebrow {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 18px;
    padding: 7px 13px;
    border: 1px solid rgba(139, 11, 20, 0.16);
    border-radius: 999px;
    color: var(--pcv3-sj-burgundy);
    background: rgba(255, 253, 249, 0.86);
    box-shadow: 0 8px 22px rgba(58, 8, 12, 0.05);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    text-transform: none;
}

.pcv3-sj-lead {
    max-width: 660px;
    margin-bottom: 24px;
    color: var(--pcv3-sj-text);
    font-size: 20px;
    line-height: 1.55;
}

.pcv3-sj-note {
    margin: 14px 0 0;
    color: var(--pcv3-sj-muted);
    font-size: 16px;
}

.pcv3-sj-button {
    display: inline-flex;
    width: auto;
    min-height: 56px;
    padding: 14px 26px;
    border: 2px solid var(--pcv3-sj-burgundy);
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    color: var(--pcv3-sj-paper);
    background: var(--pcv3-sj-burgundy);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.pcv3-support-journey .pcv3-sj-button,
.pcv3-support-journey .pcv3-sj-button:hover,
.pcv3-support-journey .pcv3-sj-button:focus,
.pcv3-support-journey .pcv3-sj-button:active,
.pcv3-support-journey .pcv3-sj-button:visited {
    text-decoration: none !important;
    text-underline-offset: 0;
}

.pcv3-sj-button:hover {
    border-color: var(--pcv3-sj-burgundy-dark);
    color: #ffffff;
    background: var(--pcv3-sj-burgundy-dark);
}

.pcv3-sj-button--outline {
    color: var(--pcv3-sj-burgundy);
    background: transparent;
}

.pcv3-sj-hero__media {
    position: relative;
    width: 100%;
    max-width: 500px;
    height: auto;
    min-height: 0;
    max-height: 400px;
    margin: 0;
    overflow: visible;
    border-radius: 8px;
    background: transparent;
    box-shadow: 0 22px 54px rgba(67, 28, 20, 0.14);
    aspect-ratio: 5 / 4;
    justify-self: end;
}

.pcv3-sj-hero__image {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.pcv3-sj-hero__media--gateway .pcv3-sj-hero__image {
    object-position: 50% 56%;
}

.pcv3-sj-hero__media--circle .pcv3-sj-hero__image {
    object-position: 50% 70%;
}

.pcv3-support-journey--circle .pcv3-sj-hero__media--circle {
    max-width: 420px;
    margin-bottom: 35px;
    aspect-ratio: 1 / 1;
}

.pcv3-support-journey--circle .pcv3-sj-hero {
    padding-bottom: 45px;
}

.pcv3-support-journey--circle .pcv3-sj-hero__media--circle figcaption {
    transform: translateY(100%);
}

.pcv3-sj-hero__media--stone .pcv3-sj-hero__image {
    object-position: 48% 50%;
}

.pcv3-sj-hero__media figcaption {
    position: absolute;
    right: auto;
    bottom: 0;
    left: 22px;
    display: grid;
    min-width: 238px;
    padding: 14px 17px;
    border: 1px solid rgba(139, 11, 20, 0.12);
    border-radius: 8px;
    gap: 2px;
    color: var(--pcv3-sj-text);
    background: rgba(255, 253, 249, 0.94);
    box-shadow: 0 16px 38px rgba(58, 16, 10, 0.12);
    backdrop-filter: blur(10px);
    font-size: 15px;
    line-height: 1.4;
    transform: translateY(64%);
}

.pcv3-sj-hero__media figcaption strong {
    color: var(--pcv3-sj-burgundy-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    line-height: 1.2;
}

.pcv3-sj-hero__media figcaption span {
    color: var(--pcv3-sj-muted);
}

.pcv3-sj-section {
    width: min(1240px, calc(100% - 64px));
    margin: 0 auto;
    padding: 96px 0;
}

.pcv3-sj-section--paper {
    width: 100%;
    padding-right: max(32px, calc((100% - 1240px) / 2));
    padding-left: max(32px, calc((100% - 1240px) / 2));
    background: var(--pcv3-sj-paper);
}

.pcv3-sj-heading {
    max-width: 860px;
    margin-bottom: 46px;
}

.pcv3-sj-heading > p:last-child {
    max-width: 760px;
    margin-bottom: 0;
    color: var(--pcv3-sj-muted);
    font-size: 19px;
}

.pcv3-sj-choice-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.pcv3-sj-choice {
    display: flex;
    padding: 36px;
    border: 1px solid var(--pcv3-sj-line);
    border-radius: 8px;
    flex-direction: column;
    background: var(--pcv3-sj-cream);
}

.pcv3-sj-choice__markers {
    display: flex;
    margin-bottom: 30px;
    gap: 16px;
    align-items: center;
    color: var(--pcv3-sj-burgundy);
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.pcv3-sj-choice__markers span:first-child {
    display: inline-flex;
    width: 44px;
    height: 44px;
    border: 1px solid var(--pcv3-sj-gold);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.pcv3-sj-choice__name {
    margin-bottom: 10px;
    color: var(--pcv3-sj-burgundy);
    font-size: 16px;
    font-weight: 700;
}

.pcv3-sj-choice > p:not(.pcv3-sj-choice__name):not(.pcv3-sj-choice__fit) {
    color: var(--pcv3-sj-muted);
}

.pcv3-sj-choice__fit {
    margin: 12px 0 22px;
    padding: 18px;
    border-left: 4px solid var(--pcv3-sj-gold);
    background: var(--pcv3-sj-paper);
}

.pcv3-sj-choice__fit strong,
.pcv3-sj-choice__fit span {
    display: block;
}

.pcv3-sj-choice ul {
    margin-bottom: 30px;
    padding-left: 22px;
}

.pcv3-sj-choice li {
    margin-bottom: 8px;
}

.pcv3-sj-choice .pcv3-sj-button {
    width: 100%;
    margin-top: auto;
}

.pcv3-sj-proof {
    display: grid;
    width: 100%;
    padding: 42px max(32px, calc((100% - 1240px) / 2));
    grid-template-columns: repeat(3, minmax(0, 1fr));
    color: #ffffff;
    background: var(--pcv3-sj-burgundy-dark);
}

.pcv3-sj-proof > div {
    display: flex;
    min-width: 0;
    padding: 12px 34px;
    border-right: 1px solid rgba(255, 255, 255, 0.28);
    flex-direction: column;
    gap: 6px;
}

.pcv3-sj-proof > div:first-child {
    padding-left: 0;
}

.pcv3-sj-proof > div:last-child {
    padding-right: 0;
    border-right: 0;
}

.pcv3-sj-proof strong {
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 31px;
}

.pcv3-sj-proof span {
    font-size: 16px;
    line-height: 1.5;
}

.pcv3-sj-mission,
.pcv3-sj-split,
.pcv3-sj-transparency {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 80px;
    align-items: start;
}

.pcv3-sj-mission__points,
.pcv3-sj-transparency__copy {
    display: grid;
    gap: 18px;
}

.pcv3-sj-mission__points p,
.pcv3-sj-transparency__copy > p:not(.pcv3-sj-transparency__conclusion) {
    display: flex;
    margin: 0;
    padding: 24px 0;
    border-top: 1px solid var(--pcv3-sj-line);
    flex-direction: column;
    gap: 6px;
}

.pcv3-sj-mission__points strong,
.pcv3-sj-transparency__copy strong {
    color: var(--pcv3-sj-burgundy-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
}

.pcv3-sj-benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.pcv3-sj-benefits > article {
    padding: 28px;
    border: 1px solid var(--pcv3-sj-line);
    border-radius: 8px;
    background: var(--pcv3-sj-cream);
}

.pcv3-sj-benefits article > span {
    display: block;
    min-height: 45px;
    margin-bottom: 18px;
    color: var(--pcv3-sj-burgundy);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
}

.pcv3-sj-benefits h3 {
    font-size: 29px;
}

.pcv3-sj-benefits p {
    margin-bottom: 0;
    color: var(--pcv3-sj-muted);
    font-size: 16px;
}

.pcv3-sj-checkout .pcv3-sj-heading {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.pcv3-support-journey--circle .pcv3-sj-checkout .pcv3-sj-heading > p:last-child {
    width: min(760px, 100%);
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

@media (min-width: 821px) {
    .pcv3-support-journey--circle .pcv3-sj-checkout .pcv3-sj-heading {
        max-width: 1180px;
    }

    #pcv3-sj-amount-title {
        white-space: nowrap;
    }
}

@media (min-width: 821px) and (max-width: 1100px) {
    #pcv3-sj-amount-title {
        font-size: 44px;
    }
}

.pcv3-sj-amounts {
    display: grid;
    width: min(980px, 100%);
    margin: 0 auto 34px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.pcv3-sj-amount {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 128px;
    padding: 22px 16px;
    border: 2px solid var(--pcv3-sj-line);
    border-radius: 8px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--pcv3-sj-text);
    background: #ffffff;
    font: inherit;
    line-height: 1.35;
    text-align: center;
    cursor: pointer;
}

.pcv3-sj-amount:hover {
    border-color: var(--pcv3-sj-gold);
}

.pcv3-sj-amount.is-selected {
    border-color: var(--pcv3-sj-burgundy);
    color: #ffffff;
    background: var(--pcv3-sj-burgundy);
}

.pcv3-sj-amount strong {
    color: inherit;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    line-height: 1.2;
}

.pcv3-sj-amount span {
    font-size: 15px;
}

.pcv3-sj-amount__name {
    margin-bottom: 8px;
    font-weight: 700;
}

.pcv3-sj-amount small {
    position: absolute;
    top: -13px;
    right: 12px;
    padding: 4px 9px;
    border-radius: 4px;
    color: #ffffff;
    background: var(--pcv3-sj-gold);
    font-size: 14px;
    font-weight: 700;
}

.pcv3-sj-checkout__facts {
    display: grid;
    width: min(980px, 100%);
    margin: 0 auto 34px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.pcv3-sj-checkout__facts p {
    display: flex;
    margin: 0;
    flex-direction: column;
}

.pcv3-sj-checkout__facts strong {
    color: var(--pcv3-sj-burgundy-dark);
}

.pcv3-sj-checkout__facts span {
    color: var(--pcv3-sj-muted);
    font-size: 16px;
}

.pcv3-sj-checkout__action {
    width: min(780px, 100%);
    margin: 0 auto;
    text-align: center;
}

.pcv3-sj-checkout__form {
    width: min(560px, 100%);
    margin: 0 auto;
}

.pcv3-sj-checkout__form .pcv3-sj-checkout__button {
    width: 100%;
}

.pcv3-sj-checkout__action > .pcv3-sj-checkout__button {
    width: min(560px, 100%);
    margin-right: auto;
    margin-left: auto;
}

.pcv3-sj-trust {
    margin-top: 22px;
    overflow: hidden;
    border: 1px solid var(--pcv3-sj-line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(58, 16, 10, 0.06);
    text-align: left;
}

.pcv3-sj-trust__items {
    display: grid;
    margin: 0;
    padding: 20px 22px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    list-style: none;
}

.pcv3-sj-trust__items li {
    display: flex;
    min-width: 0;
    align-items: flex-start;
    gap: 10px;
    color: var(--pcv3-sj-text);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
}

.pcv3-sj-trust__icon {
    display: inline-flex;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    flex: 0 0 24px;
    align-items: center;
    justify-content: center;
    color: var(--pcv3-sj-burgundy);
    background: var(--pcv3-sj-cream);
}

.pcv3-sj-trust__icon svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.pcv3-sj-trust__after {
    margin: 0;
    padding: 17px 22px;
    border-top: 1px solid var(--pcv3-sj-line);
    color: var(--pcv3-sj-text);
    background: var(--pcv3-sj-cream);
    font-size: 16px;
    line-height: 1.55;
}

.pcv3-sj-tax-note {
    margin: 14px 0 0;
    color: var(--pcv3-sj-muted);
    font-size: 15px;
    line-height: 1.55;
}

.pcv3-sj-circle-assurance {
    display: grid;
    width: 100%;
    max-width: none;
    padding-right: max(24px, calc((100% - 1320px) / 2));
    padding-left: max(24px, calc((100% - 1320px) / 2));
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: 70px;
    align-items: start;
    border-top: 1px solid var(--pcv3-sj-line);
    background: var(--pcv3-sj-cream);
}

.pcv3-sj-circle-assurance__heading,
.pcv3-sj-circle-assurance__items,
.pcv3-sj-circle-assurance__items article {
    min-width: 0;
}

.pcv3-sj-circle-assurance__heading > p:last-child {
    max-width: 620px;
    margin: 24px 0 0;
    color: var(--pcv3-sj-muted);
    font-size: 18px;
    line-height: 1.7;
}

.pcv3-sj-circle-assurance__items {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.pcv3-sj-circle-assurance__items article {
    padding: 25px 22px;
    border: 1px solid var(--pcv3-sj-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.76);
}

.pcv3-sj-circle-assurance__items strong {
    display: block;
    margin-bottom: 12px;
    color: var(--pcv3-sj-burgundy-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 23px;
    line-height: 1.25;
}

.pcv3-sj-circle-assurance__items p {
    margin: 0;
    color: var(--pcv3-sj-text);
    font-size: 16px;
    line-height: 1.65;
}

.pcv3-sj-builder {
    display: flex;
    width: min(980px, 100%);
    margin: 0 auto 38px;
    padding: 24px 28px;
    border-left: 5px solid var(--pcv3-sj-gold);
    flex-direction: column;
    gap: 5px;
    background: var(--pcv3-sj-cream);
}

.pcv3-sj-builder strong {
    color: var(--pcv3-sj-burgundy-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 26px;
}

.pcv3-sj-builder span {
    color: var(--pcv3-sj-muted);
}

.pcv3-sj-stat {
    display: inline-block;
    margin-bottom: 32px;
    padding: 12px 16px;
    border: 1px solid var(--pcv3-sj-gold);
    border-radius: 6px;
    color: var(--pcv3-sj-burgundy-dark);
    background: var(--pcv3-sj-paper);
    font-weight: 700;
}

.pcv3-sj-transparency__conclusion {
    margin: 10px 0 0;
    padding: 20px;
    border-left: 4px solid var(--pcv3-sj-gold);
    background: var(--pcv3-sj-paper);
    font-weight: 700;
}

@media (max-width: 1100px) {
    .pcv3-support-journey h1 {
        font-size: 45px;
    }

    .pcv3-support-journey h2 {
        font-size: 46px;
    }

    .pcv3-support-journey h3 {
        font-size: 31px;
    }

    .pcv3-sj-hero {
        padding: 38px 32px 52px;
        grid-template-columns: minmax(0, 1fr) 438px;
        gap: 36px;
    }

    .pcv3-sj-hero__media {
        width: 438px;
        max-width: 100%;
        height: auto;
        min-height: 0;
    }

    .pcv3-sj-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pcv3-sj-benefits article > span {
        min-height: 0;
    }
}

@media (max-width: 1023px) {
    .pcv3-support-journey {
        font-size: 17px;
    }

    .pcv3-sj-section {
        width: min(100% - 40px, 720px);
    }

    .pcv3-sj-hero {
        width: 100%;
        min-height: 0;
        padding: 36px 20px 56px;
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .pcv3-sj-hero__copy {
        width: min(100%, 720px);
        max-width: 720px;
        margin: 0 auto;
    }

    .pcv3-sj-hero__media {
        width: min(100%, 500px);
        height: auto;
        min-height: 0;
        max-height: 400px;
        margin: 0 auto;
        aspect-ratio: 5 / 4;
        justify-self: center;
    }

    .pcv3-sj-section--paper {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }

    .pcv3-sj-choice-grid,
    .pcv3-sj-proof,
    .pcv3-sj-mission,
    .pcv3-sj-split,
    .pcv3-sj-transparency,
    .pcv3-sj-circle-assurance {
        grid-template-columns: 1fr;
    }

    .pcv3-sj-proof {
        padding: 34px 20px;
        gap: 0;
    }

    .pcv3-sj-proof > div,
    .pcv3-sj-proof > div:first-child,
    .pcv3-sj-proof > div:last-child {
        padding: 22px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.28);
    }

    .pcv3-sj-proof > div:last-child {
        border-bottom: 0;
    }

    .pcv3-sj-mission,
    .pcv3-sj-split,
    .pcv3-sj-transparency,
    .pcv3-sj-circle-assurance {
        gap: 24px;
    }

    .pcv3-sj-circle-assurance {
        padding-right: 20px;
        padding-left: 20px;
    }

    .pcv3-sj-circle-assurance__items {
        grid-template-columns: 1fr;
    }

    .pcv3-sj-amounts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pcv3-sj-trust__items {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

@media (max-width: 520px) {
    .pcv3-support-journey h1 {
        margin-bottom: 24px;
        font-size: 33px;
    }

    .pcv3-support-journey--stone h1 {
        font-size: 31px;
    }

    .pcv3-support-journey h2 {
        font-size: 36px;
    }

    .pcv3-support-journey h3 {
        font-size: 28px;
    }

    .pcv3-sj-section {
        width: calc(100% - 32px);
    }

    .pcv3-sj-hero {
        width: 100%;
        padding: 28px 16px 52px;
        gap: 28px;
    }

    .pcv3-sj-lead {
        font-size: 18px;
    }

    .pcv3-sj-button {
        width: 100%;
        min-height: 58px;
        padding-right: 18px;
        padding-left: 18px;
    }

    .pcv3-sj-note {
        font-size: 15px;
    }

    .pcv3-sj-hero__media {
        width: 100%;
        height: auto;
        min-height: 0;
        max-height: none;
        aspect-ratio: 5 / 4;
    }

    .pcv3-sj-hero__media figcaption {
        right: auto;
        bottom: 0;
        left: 16px;
        min-width: min(238px, calc(100% - 32px));
        padding: 12px 14px;
        font-size: 14px;
        transform: translateY(56%);
    }

    .pcv3-sj-hero__media figcaption strong {
        font-size: 18px;
    }

    .pcv3-support-journey--circle .pcv3-sj-hero__media--circle figcaption {
        transform: translateY(85%);
    }

    .pcv3-sj-section {
        padding-top: 68px;
        padding-bottom: 68px;
    }

    .pcv3-sj-section--paper {
        width: 100%;
        padding-right: 16px;
        padding-left: 16px;
    }

    .pcv3-sj-heading {
        margin-bottom: 34px;
    }

    .pcv3-sj-heading > p:last-child {
        font-size: 17px;
    }

    .pcv3-sj-choice {
        padding: 26px 22px;
    }

    .pcv3-sj-benefits {
        grid-template-columns: 1fr;
    }

    .pcv3-sj-benefits > article {
        padding: 24px 22px;
    }

    .pcv3-sj-amounts {
        gap: 12px;
    }

    .pcv3-sj-amount {
        min-height: 126px;
        padding: 22px 10px;
    }

    .pcv3-sj-amount strong {
        font-size: 27px;
    }

    .pcv3-sj-amount small {
        right: 7px;
        font-size: 14px;
    }

    .pcv3-sj-checkout__facts {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .pcv3-sj-checkout__facts p {
        padding-bottom: 14px;
        border-bottom: 1px solid var(--pcv3-sj-line);
    }

    .pcv3-sj-builder {
        padding: 22px;
    }

    .pcv3-sj-trust__items,
    .pcv3-sj-trust__after {
        padding-right: 18px;
        padding-left: 18px;
    }

    .pcv3-sj-circle-assurance {
        width: 100%;
        padding-right: 16px;
        padding-left: 16px;
    }

    .pcv3-sj-circle-assurance__heading > p:last-child {
        font-size: 17px;
    }

    body.pcv3-support-journey-page #ast-scroll-top {
        display: none !important;
    }
}

@media (max-width: 380px) {
    .pcv3-support-journey h1 {
        font-size: 31px;
    }

    .pcv3-support-journey--stone h1 {
        font-size: 29px;
    }
}

@media (max-width: 350px) {
    .pcv3-support-journey h1 {
        font-size: 27px;
    }

    .pcv3-support-journey--stone h1 {
        font-size: 26px;
    }

    .pcv3-support-journey h2 {
        font-size: 33px;
    }

    .pcv3-sj-amounts {
        grid-template-columns: 1fr;
    }

    .pcv3-sj-amount {
        min-height: 104px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pcv3-support-journey *,
    .pcv3-support-journey *::before,
    .pcv3-support-journey *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
