.pe-viewport,
.pe-viewport *,
.pe-viewport *::before,
.pe-viewport *::after {
    box-sizing: border-box;
}

.pe-page a {
    color: inherit;
    text-decoration: none;
}

.pe-viewport {
    position: relative;
    width: 100%;
    height: 5669px;
    overflow: hidden;
    background: #fff;
}

.pe-page {
    --pe-beige: #efebe8;
    --pe-beige-deep: #e5dfdb;
    --pe-coral: #e79175;
    --pe-dark: #333;
    --pe-tag: #e0d8d2;
    --pe-mint: #bef9df;
    --pe-mint-deep: #5dd6a2;
    font-family: "Rubik", sans-serif;
    color: #000;
    position: absolute;
    top: 0;
    left: 50%;
    width: 1920px;
    min-width: 1920px;
    overflow: hidden;
    direction: rtl;
    transform: translateX(-50%) scale(1);
    transform-origin: top center;
}

.pe-container {
    position: relative;
    width: 1280px;
    max-width: calc(100% - 48px);
    height: 100%;
    margin: 0 auto;
}

.pe-section-title {
    margin: 0;
    color: #000;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.18;
    text-align: center;
}

.pe-cta {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 54px;
    border-radius: 8px;
    border: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    white-space: nowrap;
    cursor: pointer;
    transition:
        translate 180ms ease,
        background-color 180ms ease,
        filter 180ms ease;
}

.pe-cta span {
    display: block;
}

.pe-cta img {
    flex: none;
    width: 17px;
    height: 12px;
    transform: rotate(180deg);
    transition: translate 180ms ease;
}

.pe-cta--coral {
    background: var(--pe-coral);
}

.pe-cta--dark {
    background: var(--pe-dark);
}

/* landing.css styles bare <a> and h1/h2 site-wide; keep our component colors + weights */
.pe-page a.pe-cta {
    color: #fff;
}

.pe-cta:focus-visible,
.pe-modal__submit:focus-visible,
.pe-modal__close:focus-visible {
    outline: 3px solid #635bff;
    outline-offset: 3px;
}

.pe-cta:hover {
    translate: 0 -1px;
    filter: brightness(1.04);
}

.pe-cta:hover img {
    translate: -4px 0;
}

.pe-cta--dark:hover,
.pe-cta--dark:focus-visible {
    background: #8d8df3;
}

.pe-cta:active {
    translate: 0 0;
}

.pe-page .pe-section-title,
.pe-page .pe-hero__copy h1 {
    font-weight: 700;
}

/* dark final section: keep its title white + weight 700 (landing.css forces h2 to #000/900) */
.pe-page .pe-final h2 {
    color: #fff;
    font-weight: 700;
}

.pe-hero {
    position: relative;
    height: 806px;
    background: var(--pe-beige);
}

.pe-hero__stage {
    height: 806px;
}

.pe-hero__copy {
    position: absolute;
    top: 236px;
    right: 0;
    width: 497px;
    text-align: right;
}

.pe-eyebrow {
    margin: 0 0 18px;
    line-height: 0;
}

.pe-eyebrow img {
    display: inline-block;
    width: 233px;
    height: auto;
    vertical-align: top;
}

.pe-hero__copy h1 {
    margin: 0;
    font-size: 70px;
    font-weight: 700;
    line-height: 70px;
}

.pe-hero__lead {
    margin: 27px 0 0;
    width: 497px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.36;
}

.pe-hero__cta {
    width: 357px;
    margin-top: 24px;
}

.pe-hero__visual {
    position: absolute;
    top: 293px;
    left: 0;
    width: 580px;
    height: 373px;
}

.pe-photo-card {
    position: absolute;
    width: 349px;
    height: 309px;
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.pe-photo-card--front {
    z-index: 2;
    top: 0;
    left: 0;
    background: var(--pe-beige-deep);
}

.pe-photo-card--front img {
    position: absolute;
    top: -140px;
    left: -123px;
    width: 1001px;
    height: 685px;
    object-fit: cover;
}

.pe-photo-card--back {
    z-index: 1;
    top: 64px;
    left: 231px;
    background: #fff;
}

.pe-photo-card--back img {
    position: absolute;
    top: -221px;
    left: -469px;
    width: 887px;
    height: 608px;
    object-fit: cover;
}

.pe-steps {
    position: relative;
    height: 710px;
    background: #fff;
}

.pe-steps__title {
    position: absolute;
    top: 105px;
    left: 50%;
    width: 496px;
    transform: translateX(-50%);
}

.pe-steps__grid {
    position: absolute;
    top: 256px;
    left: 0;
    display: grid;
    grid-template-columns: repeat(3, 400px);
    gap: 40px;
    direction: rtl;
}

.pe-step {
    position: relative;
    width: 400px;
    height: 343px;
    overflow: hidden;
    padding: 43px 33px 31px;
    border-radius: 20px;
    background: var(--pe-beige);
    text-align: right;
}

.pe-step__number {
    color: var(--pe-coral);
    font-size: 50px;
    font-weight: 400;
    line-height: 50px;
}

.pe-step h3 {
    margin: 5px 0 12px;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
}

.pe-step p {
    margin: 0;
    width: 334px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.31;
}

.pe-step__cta {
    position: absolute;
    right: 33px;
    bottom: 31px;
    width: 334px;
    min-height: 45px;
    font-size: 20px;
    font-weight: 600;
}

.pe-advisors {
    position: relative;
    height: 1761px;
    background: var(--pe-beige);
}

.pe-advisors.is-boris-expanded {
    height: 2073px;
}

.pe-advisors .pe-container {
    max-width: 1280px;
}

.pe-advisors__title {
    position: absolute;
    top: 109px;
    left: 50%;
    width: 337px;
    transform: translateX(-50%);
}

.pe-advisor {
    position: absolute;
    left: 0;
    width: 1280px;
    height: 248px;
    overflow: hidden;
    border-radius: 20px;
    background: #fff;
}

.pe-advisor--first {
    top: 252px;
}

.pe-advisor--second {
    top: 540px;
}

.pe-advisors.is-boris-expanded .pe-advisor--second {
    height: 560px;
}

.pe-advisor--third {
    top: 828px;
}

.pe-advisors.is-boris-expanded .pe-advisor--third {
    top: 1140px;
}

.pe-advisor--fourth {
    top: 1116px;
}

.pe-advisors.is-boris-expanded .pe-advisor--fourth {
    top: 1428px;
}

.pe-advisor--fifth {
    top: 1404px;
}

.pe-advisors.is-boris-expanded .pe-advisor--fifth {
    top: 1716px;
}

.pe-advisor__avatar {
    position: absolute;
    top: 53px;
    right: 38px;
    width: 142px;
    height: 142px;
    overflow: hidden;
    border-radius: 100px;
    background: #ddd;
}

.pe-advisor__avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pe-advisor__main {
    position: absolute;
    top: 46px;
    right: 217px;
    width: 570px;
    text-align: right;
}

.pe-advisor--first .pe-advisor__main {
    width: 346px;
}

.pe-advisor--second .pe-advisor__main {
    width: 507px;
}

.pe-advisor__main h3 {
    margin: 0 0 12px;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
}

.pe-advisor__main p {
    margin: 0;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.36;
}

.pe-advisor__main p + p {
    margin-top: 2px;
}

.pe-advisor__main a {
    font-weight: 700;
    text-decoration: underline;
}

.pe-advisor__extra {
    margin-top: 14px;
}

.pe-advisor__extra[hidden] {
    display: none;
}

.pe-advisor__extra p + p {
    margin-top: 10px;
}

.pe-advisor__extra strong {
    font-weight: 700;
}

.pe-tags {
    display: flex;
    gap: 10px;
    margin-top: 19px;
}

.pe-tags span {
    display: inline-flex;
    height: 24px;
    align-items: center;
    justify-content: center;
    padding: 1px 8px 0;
    border-radius: 8px;
    background: var(--pe-tag);
    font-size: 16px;
    line-height: 1;
}

.pe-advisor__offer {
    position: absolute;
    top: 46px;
    left: 108px;
    width: 266px;
    text-align: right;
}

.pe-advisor__offer span,
.pe-advisor__offer strong {
    display: block;
    font-size: 22px;
    line-height: 1.22;
}

.pe-advisor__offer span {
    font-weight: 400;
}

.pe-advisor__offer strong {
    margin-top: 8px;
    font-weight: 700;
}

.pe-advisor__offer small {
    display: block;
    margin-top: 6px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}

.pe-advisor__cta {
    position: absolute;
    left: 108px;
    bottom: 46px;
    width: 266px;
    min-height: 45px;
    font-size: 20px;
    font-weight: 600;
}

.pe-trust {
    height: 626px;
    background: #fff;
}

.pe-trust__title {
    position: absolute;
    top: 99px;
    left: 50%;
    width: 511px;
    transform: translateX(-50%);
}

.pe-trust__grid {
    position: absolute;
    top: 260px;
    left: 0;
    display: grid;
    grid-template-columns: repeat(3, 400px);
    gap: 40px;
    direction: rtl;
}

.pe-trust article {
    width: 400px;
    text-align: right;
}

.pe-trust h3 {
    margin: 0 0 29px;
    color: var(--pe-coral);
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
}

.pe-trust p {
    margin: 0;
    width: 334px;
    font-size: 18px;
    line-height: 1.31;
}

.pe-trust__cta {
    position: absolute;
    top: 473px;
    left: 50%;
    width: 334px;
    transform: translateX(-50%);
}

.pe-report {
    height: 1539px;
    background: var(--pe-mint);
}

.pe-report__title {
    position: absolute;
    top: 101px;
    left: 50%;
    width: 467px;
    transform: translateX(-50%);
}

.pe-report__lead {
    position: absolute;
    top: 212px;
    left: 50%;
    width: 411px;
    margin: 0;
    transform: translateX(-50%);
    font-size: 18px;
    line-height: 1.31;
    text-align: center;
}

.pe-report__preview {
    position: absolute;
    top: 320px;
    left: 0;
    width: 1280px;
    height: 707px;
    overflow: hidden;
    border: 1px solid #cbcbcb;
    border-bottom: 0;
    border-radius: 20px;
    background: var(--pe-mint-deep);
    box-shadow: 0 -10px 10px rgba(180, 237, 212, 0.5);
}

.pe-report__preview-main {
    position: absolute;
    top: -121px;
    left: -1px;
    width: 1280px;
    height: auto;
}

.pe-report__preview-lower {
    position: absolute;
    top: 775px;
    left: 6px;
    width: 1266px;
    height: auto;
}

.pe-report__fade {
    position: absolute;
    top: 471px;
    left: -24px;
    width: 1328px;
    height: 236px;
    background: linear-gradient(to bottom, rgba(190, 249, 223, 0), var(--pe-mint));
}

.pe-report__features {
    position: absolute;
    top: 1093px;
    left: 50%;
    transform: translateX(-50%);
    display: grid;
    grid-template-columns: repeat(4, 250px);
    gap: 70px;
    direction: rtl;
}

.pe-report__features article {
    position: relative;
    width: 250px;
    min-height: 245px;
    text-align: right;
}

.pe-feature-icon {
    display: block;
    width: 36px;
    height: 36px;
    margin: 0 0 22px auto;
}

.pe-feature-icon--pie {
    width: 35px;
}

.pe-feature-icon--star {
    width: 32px;
    height: 32px;
    margin-top: 6px;
    margin-bottom: 20px;
}

.pe-feature-icon--bars {
    display: flex;
    width: 36px;
    height: 36px;
    align-items: flex-end;
    gap: 4px;
    margin: 0 0 22px auto;
    color: #8a8af2;
}

.pe-feature-icon--bars i {
    display: block;
    width: 9px;
    border: 1.75px solid currentColor;
    background: currentColor;
}

.pe-feature-icon--bars i:nth-child(1) {
    height: 18px;
}

.pe-feature-icon--bars i:nth-child(2) {
    height: 32px;
}

.pe-feature-icon--bars i:nth-child(3) {
    height: 24px;
}

.pe-report__features h3 {
    margin: 0 0 22px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.18;
}

.pe-report__features p {
    margin: 0;
    width: 236px;
    font-size: 18px;
    line-height: 24px;
}

.pe-report__cta {
    position: absolute;
    top: 1384px;
    left: 50%;
    width: 284px;
    transform: translateX(-50%);
}

.pe-final {
    position: relative;
    height: 515px;
    overflow: hidden;
    background: var(--pe-dark);
    color: #fff;
}

.pe-final__lines {
    position: absolute;
    top: -419px;
    left: 118px;
    width: 1979px;
    height: 1334px;
    transform: rotate(180deg) scaleY(-1);
    opacity: 1;
}

.pe-final__content {
    position: absolute;
    top: 137px;
    left: 50%;
    width: 520px;
    transform: translateX(-50%);
    text-align: center;
}

.pe-final h2 {
    margin: 0;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
}

.pe-final p {
    width: 487px;
    margin: 33px auto 0;
    font-size: 20px;
    line-height: 1.36;
}

.pe-final__cta {
    width: 334px;
    margin-top: 22px;
}

/* ===================== Contact popup (advisor messages) ===================== */
.pe-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    direction: rtl;
    font-family: "Rubik", sans-serif;
}

.pe-modal[hidden] {
    display: none;
}

.pe-modal *,
.pe-modal *::before,
.pe-modal *::after {
    box-sizing: border-box;
}

.pe-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

.pe-modal__card {
    position: relative;
    width: 100%;
    max-width: 440px;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    padding: 32px 28px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
    text-align: right;
}

.pe-modal__close {
    position: absolute;
    top: 12px;
    left: 14px;
    width: 32px;
    height: 32px;
    border: 0;
    background: transparent;
    color: #333;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    transition:
        background-color 180ms ease,
        color 180ms ease,
        transform 180ms ease;
}

.pe-modal__close:hover {
    background: var(--pe-beige, #efebe8);
    color: #000;
    transform: rotate(8deg);
}

.pe-modal__title {
    margin: 0 0 6px;
    color: #000;
    font-size: 24px;
    font-weight: 700;
}

.pe-modal__subtitle {
    margin: 0 0 20px;
    color: #555;
    font-size: 15px;
}

.pe-modal__form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.pe-modal__form label {
    display: flex;
    flex-direction: column;
    gap: 6px;
    color: #333;
    font-size: 14px;
    font-weight: 600;
}

.pe-modal__form input,
.pe-modal__form textarea {
    width: 100%;
    padding: 11px 14px;
    border: 1px solid #d3cdc8;
    border-radius: 10px;
    background: #faf8f7;
    color: #000;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
}

.pe-modal__form input:focus,
.pe-modal__form textarea:focus {
    outline: none;
    border-color: var(--pe-coral, #e79175);
    box-shadow: 0 0 0 3px rgba(231, 145, 117, 0.2);
}

.pe-modal__form textarea {
    min-height: 96px;
    resize: vertical;
}

.pe-modal__submit {
    margin-top: 4px;
    padding: 14px;
    border: 0;
    border-radius: 8px;
    background: var(--pe-coral, #e79175);
    color: #fff;
    font-family: inherit;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition:
        translate 180ms ease,
        background-color 180ms ease,
        filter 180ms ease;
}

.pe-modal__submit:not(:disabled):hover {
    translate: 0 -1px;
    filter: brightness(1.04);
}

.pe-modal__submit:not(:disabled):active {
    translate: 0 0;
}

.pe-modal__submit:disabled {
    opacity: 0.6;
    cursor: default;
}

.pe-modal__status {
    margin: 6px 0 0;
    min-height: 18px;
    font-size: 14px;
}

.pe-modal__status.is-error {
    color: #c0392b;
}

.pe-modal__status.is-success {
    position: relative;
    display: flex;
    min-height: 0;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid #9ac7a9;
    border-radius: 10px;
    background: #f0faf3;
    color: #1e5c36;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    box-shadow: 0 10px 24px rgba(46, 125, 79, 0.14);
}

.pe-modal__status.is-success::before {
    content: "";
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #2e7d4f;
}

.pe-modal__status.is-success::after {
    content: "";
    position: absolute;
    top: 22px;
    right: 24px;
    width: 10px;
    height: 6px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
}

/* ===================== Responsive (tablet & mobile) ===================== */
/* Below this breakpoint the fixed 1920 canvas is dropped (see the inline
   script) and every section reflows into a single, full-width column. */
@media (max-width: 900px) {
    .pe-viewport {
        height: auto;
        overflow: visible;
    }

    .pe-page {
        position: static;
        width: 100%;
        min-width: 0;
        left: auto;
        transform: none;
        overflow: hidden;
    }

    .pe-container {
        width: 100%;
        max-width: 100%;
        height: auto;
        padding: 0 24px;
    }

    .pe-section-title {
        font-size: 30px;
        line-height: 1.18;
    }

    .pe-steps__title,
    .pe-advisors__title,
    .pe-trust__title,
    .pe-report__title,
    .pe-report__lead {
        position: static;
        width: auto;
        transform: none;
    }

    .pe-cta {
        min-height: 50px;
        padding: 10px 22px;
        font-size: 17px;
        line-height: 1.25;
        white-space: normal;
        text-align: center;
    }

    /* ---- Hero ---- */
    .pe-hero {
        height: auto;
        padding: 102px 0 48px;
    }
    .pe-hero__stage {
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .pe-hero__copy {
        position: static;
        width: 100%;
        text-align: center;
    }
    .pe-hero__copy h1 {
        max-width: 350px;
        margin: 0 auto;
        font-size: clamp(34px, 9.7vw, 40px);
        line-height: 1.1;
    }
    .pe-eyebrow img {
        width: 160px;
    }
    .pe-hero__lead {
        width: min(100%, 350px);
        margin: 18px auto 0;
        font-size: 17px;
        line-height: 1.5;
    }
    .pe-hero__cta {
        width: 100%;
        max-width: 336px;
        margin: 22px auto 0;
    }
    .pe-hero__visual {
        position: relative;
        display: block;
        top: auto;
        left: auto;
        width: 100%;
        max-width: 350px;
        height: 300px;
        margin: 0 auto;
    }
    .pe-photo-card {
        position: absolute;
        width: 78%;
        height: 220px;
        border-radius: 22px;
    }
    .pe-photo-card--front {
        top: 0;
        left: 0;
    }
    .pe-photo-card--back {
        top: 80px;
        right: 0;
        left: auto;
    }
    .pe-photo-card--front img,
    .pe-photo-card--back img {
        width: 200%;
        height: auto;
        top: 50%;
        transform: translateY(-50%);
    }
    .pe-photo-card--front img {
        left: 0;
    }
    .pe-photo-card--back img {
        left: auto;
        right: 0;
    }

    /* ---- Steps ---- */
    .pe-steps {
        height: auto;
        padding: 48px 0;
    }
    .pe-steps__title {
        margin-bottom: 26px;
    }
    .pe-steps__grid {
        position: static;
        transform: none;
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: 100%;
    }
    .pe-step {
        width: 100%;
        height: auto;
        padding: 24px;
        border-radius: 18px;
    }
    .pe-step__number {
        font-size: 42px;
        line-height: 42px;
    }
    .pe-step h3 {
        margin: 4px 0 8px;
        font-size: 20px;
        line-height: 1.3;
    }
    .pe-step p {
        width: 100%;
        font-size: 16px;
        line-height: 1.5;
    }
    .pe-step__cta {
        position: static;
        margin-top: 18px;
        font-size: 16px;
    }

    /* ---- Advisors ---- */
    .pe-advisors {
        height: auto;
        padding: 48px 0;
    }
    .pe-advisors.is-boris-expanded {
        height: auto;
    }
    .pe-advisors .pe-container {
        max-width: 100%;
    }
    .pe-advisors__title {
        margin-bottom: 26px;
    }
    .pe-advisor {
        position: static;
        width: 100%;
        height: auto;
        top: auto;
        display: flex;
        flex-direction: column;
        gap: 14px;
        padding: 22px;
        margin-bottom: 16px;
        border-radius: 18px;
    }
    .pe-advisors.is-boris-expanded .pe-advisor--second,
    .pe-advisors.is-boris-expanded .pe-advisor--third,
    .pe-advisors.is-boris-expanded .pe-advisor--fourth,
    .pe-advisors.is-boris-expanded .pe-advisor--fifth {
        top: auto;
        height: auto;
    }
    .pe-advisor__avatar {
        position: static;
        top: auto;
        right: auto;
        width: 108px;
        height: 108px;
        align-self: flex-start;
    }
    .pe-advisors .pe-advisor__main {
        position: static;
        top: auto;
        right: auto;
        width: 100%;
    }
    .pe-advisor__main h3 {
        margin-bottom: 8px;
        font-size: 21px;
    }
    .pe-advisor__main p {
        font-size: 15.5px;
        line-height: 1.5;
    }
    .pe-tags {
        flex-wrap: wrap;
        margin-top: 14px;
    }
    .pe-advisor__offer {
        position: static;
        top: auto;
        left: auto;
        width: 100%;
        padding-top: 14px;
        border-top: 1px solid #e7e1dd;
    }
    .pe-advisor__offer span,
    .pe-advisor__offer strong {
        font-size: 19px;
    }
    .pe-advisor__offer strong {
        margin-top: 5px;
    }
    .pe-advisor__cta {
        position: static;
        left: auto;
        bottom: auto;
        font-size: 16px;
    }

    /* ---- Trust ---- */
    .pe-trust {
        height: auto;
        padding: 48px 0;
    }
    .pe-trust__title {
        margin-bottom: 24px;
    }
    .pe-trust__grid {
        position: static;
        transform: none;
        display: flex;
        flex-direction: column;
        gap: 0;
        width: 100%;
    }
    .pe-trust article {
        width: 100%;
        padding: 22px 0;
        border-top: 1px solid #e7e1dd;
    }
    .pe-trust h3 {
        margin-bottom: 10px;
    }
    .pe-trust p {
        width: 100%;
        font-size: 16px;
        line-height: 1.5;
    }
    .pe-trust__cta {
        position: static;
        transform: none;
        width: 100%;
        max-width: 360px;
        margin: 24px auto 0;
    }

    /* ---- Report ---- */
    .pe-report {
        height: auto;
        padding: 48px 0;
    }
    .pe-report__title {
        margin-bottom: 16px;
    }
    .pe-report__lead {
        width: 100%;
        margin: 0 auto 24px;
        font-size: 16px;
        line-height: 1.5;
    }
    .pe-report__preview {
        position: static;
        width: 100%;
        height: auto;
        margin: 0 auto 28px;
        border-radius: 16px;
    }
    .pe-report__preview-main {
        position: static;
        width: 100%;
        height: auto;
    }
    .pe-report__preview-lower,
    .pe-report__fade {
        display: none;
    }
    .pe-report__features {
        position: static;
        transform: none;
        display: flex;
        flex-direction: column;
        gap: 0;
        width: 100%;
    }
    .pe-report__features article {
        width: 100%;
        min-height: 0;
        padding: 22px 0;
        border-top: 1px solid rgba(46, 125, 79, 0.2);
    }
    .pe-report__features h3 {
        margin-bottom: 10px;
    }
    .pe-report__features p {
        width: 100%;
        font-size: 16px;
        line-height: 1.5;
    }
    .pe-feature-icon,
    .pe-feature-icon--bars {
        margin-right: 0;
        margin-left: auto;
    }
    .pe-report__cta {
        position: static;
        transform: none;
        width: 100%;
        max-width: 320px;
        margin: 24px auto 0;
    }

    /* ---- Final ---- */
    .pe-final {
        height: auto;
        padding: 56px 0;
    }
    .pe-final__lines {
        display: none;
    }
    .pe-final__content {
        position: static;
        width: 100%;
        transform: none;
    }
    .pe-final h2 {
        font-size: 30px;
        line-height: 1.18;
    }
    .pe-final p {
        width: 100%;
        margin-top: 18px;
        font-size: 16px;
        line-height: 1.5;
    }
    .pe-final__cta {
        width: 100%;
        max-width: 360px;
        margin: 22px auto 0;
    }

    /* Hug content + center so the arrow sits at the button edge (no full-width float) */
    .pe-hero__cta,
    .pe-trust__cta,
    .pe-report__cta,
    .pe-final__cta,
    .pe-step__cta,
    .pe-advisor__cta {
        display: flex;
        width: fit-content;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        align-self: center;
    }
}

@media (max-width: 380px) {
    .pe-container {
        padding-right: 18px;
        padding-left: 18px;
    }

    .pe-section-title {
        font-size: 27px;
    }

    .pe-hero__copy h1 {
        font-size: 34px;
    }

    .pe-hero__lead {
        font-size: 16px;
    }

    .pe-hero__visual {
        height: 274px;
    }

    .pe-photo-card {
        height: 202px;
    }

    .pe-photo-card--back {
        top: 72px;
    }
}
