.pe-order-help-page {
    --peoh-ink: #10233d;
    --peoh-route: #17345a;
    --peoh-blue: #2d5a8a;
    --peoh-wash: #eaf3fb;
    --peoh-white: #ffffff;
    --peoh-orange: #f15c3b;
    --peoh-muted: #5e718b;
    --peoh-line: #d6e2ee;
    overflow: hidden;
    background: var(--peoh-wash);
    color: var(--peoh-ink);
}

.pe-order-help-page *,
.pe-order-help-page *::before,
.pe-order-help-page *::after {
    box-sizing: border-box;
}

.pe-order-help-page a {
    transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease, transform 0.16s ease;
}

.pe-order-help-shell {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.pe-order-help-hero {
    position: relative;
    overflow: hidden;
    padding: 58px 0 96px;
    border-bottom: 4px solid var(--peoh-orange);
    background:
        linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
        linear-gradient(135deg, var(--peoh-ink), #245a82);
    background-size: 34px 34px, 34px 34px, auto;
    color: var(--peoh-white);
}

.pe-order-help-hero::after {
    position: absolute;
    top: -170px;
    right: -120px;
    width: 470px;
    height: 470px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.pe-order-help-breadcrumb {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 34px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
    line-height: 1.45;
}

.pe-order-help-breadcrumb a {
    color: var(--peoh-white);
    text-decoration: none;
}

.pe-order-help-breadcrumb a:hover,
.pe-order-help-breadcrumb a:focus-visible {
    color: var(--peoh-white);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.pe-order-help-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 58px;
    align-items: center;
}

.pe-order-help-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    color: var(--peoh-orange);
    font-family: "MuseoSansBold", "MuseoSansRegular", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.pe-order-help-eyebrow::before {
    width: 24px;
    height: 3px;
    background: currentColor;
    content: "";
}

.pe-order-help-hero .pe-order-help-eyebrow,
.pe-order-help-cta .pe-order-help-eyebrow {
    color: #ffb18c;
}

.pe-order-help-hero h1 {
    max-width: 760px;
    margin: 0;
    color: var(--peoh-white);
    font-family: "MuseoSansBlack", "MuseoSansBold", Arial, sans-serif;
    font-size: clamp(40px, 5.1vw, 66px);
    line-height: 1.04;
    letter-spacing: 0;
}

.pe-order-help-hero__copy > p {
    max-width: 690px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
    line-height: 1.65;
}

.pe-order-help-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.pe-order-help-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 22px;
    border: 1px solid var(--peoh-orange);
    border-radius: 8px;
    background: var(--peoh-orange);
    color: var(--peoh-white);
    font-family: "MuseoSansBold", "MuseoSansRegular", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
}

.pe-order-help-button:hover,
.pe-order-help-button:focus-visible {
    border-color: var(--peoh-ink);
    background: var(--peoh-ink);
    color: var(--peoh-white);
    outline: none;
    text-decoration: none;
    transform: translateY(-1px);
}

.pe-order-help-button--ghost {
    border-color: rgba(255, 255, 255, 0.38);
    background: rgba(255, 255, 255, 0.08);
}

.pe-order-help-hero .pe-order-help-button:hover,
.pe-order-help-hero .pe-order-help-button:focus-visible,
.pe-order-help-cta .pe-order-help-button:hover,
.pe-order-help-cta .pe-order-help-button:focus-visible {
    border-color: var(--peoh-white);
    background: var(--peoh-white);
    color: var(--peoh-ink);
}

.pe-order-help-hero__visual {
    position: relative;
    min-height: 415px;
    padding: 24px 24px 20px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 28px 70px rgba(6, 20, 38, 0.34);
    backdrop-filter: blur(8px);
}

.pe-order-help-hero__visual > img {
    position: absolute;
    top: -36px;
    left: 50%;
    display: block;
    width: 265px;
    height: 335px;
    object-fit: contain;
    transform: translateX(-50%);
}

.pe-order-help-hero__visual dl {
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: 20px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    background: rgba(10, 29, 51, 0.68);
}

.pe-order-help-hero__visual dl div {
    min-width: 0;
    padding: 13px;
}

.pe-order-help-hero__visual dl div + div {
    border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.pe-order-help-hero__visual dt {
    margin-bottom: 5px;
    color: #ffb18c;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.pe-order-help-hero__visual dd {
    margin: 0;
    color: var(--peoh-white);
    font-size: 13px;
    line-height: 1.35;
}

.pe-order-help-summary {
    position: relative;
    z-index: 2;
    margin-top: -46px;
}

.pe-order-help-summary__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border: 1px solid var(--peoh-line);
    border-radius: 8px;
    background: var(--peoh-white);
    box-shadow: 0 18px 46px rgba(16, 35, 61, 0.12);
}

.pe-order-help-summary article {
    min-width: 0;
    padding: 24px 28px;
}

.pe-order-help-summary article + article {
    border-left: 1px solid var(--peoh-line);
}

.pe-order-help-summary span,
.pe-order-help-price-list span,
.pe-order-help-timing > span {
    display: block;
    margin-bottom: 8px;
    color: var(--peoh-orange);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.pe-order-help-summary strong {
    display: block;
    color: var(--peoh-ink);
    font-family: "MuseoSansBlack", "MuseoSansBold", Arial, sans-serif;
    font-size: 26px;
    line-height: 1.1;
}

.pe-order-help-summary p {
    margin: 7px 0 0;
    color: var(--peoh-muted);
    font-size: 14px;
    line-height: 1.45;
}

.pe-order-help-process,
.pe-order-help-terms {
    padding: 82px 0;
}

.pe-order-help-process {
    scroll-margin-top: 96px;
}

.pe-order-help-section-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
    gap: 48px;
    align-items: end;
    margin-bottom: 34px;
}

.pe-order-help-section-head h2,
.pe-order-help-use-cases h2,
.pe-order-help-cta h2 {
    margin: 0;
    color: var(--peoh-ink);
    font-family: "MuseoSansBlack", "MuseoSansBold", Arial, sans-serif;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.08;
    letter-spacing: 0;
}

.pe-order-help-section-head > p {
    margin: 0;
    color: var(--peoh-muted);
    font-size: 16px;
    line-height: 1.65;
}

.pe-order-help-steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pe-order-help-steps::before {
    position: absolute;
    top: 56px;
    right: 9%;
    left: 9%;
    height: 2px;
    background: linear-gradient(90deg, var(--peoh-orange), #89abc8);
    content: "";
}

.pe-order-help-steps li {
    position: relative;
    min-width: 0;
    min-height: 286px;
    padding: 22px;
    border: 1px solid var(--peoh-line);
    border-radius: 8px;
    background: var(--peoh-white);
    box-shadow: 0 14px 34px rgba(16, 35, 61, 0.07);
}

.pe-order-help-step__number {
    position: absolute;
    top: 18px;
    right: 18px;
    color: var(--peoh-orange);
    font-family: "MuseoSansBold", Arial, sans-serif;
    font-size: 13px;
}

.pe-order-help-steps img {
    position: relative;
    z-index: 1;
    display: block;
    width: 70px;
    height: 70px;
    margin-bottom: 24px;
    padding: 3px;
    border-radius: 8px;
    background: var(--peoh-white);
    object-fit: contain;
}

.pe-order-help-steps h3 {
    margin: 0;
    color: var(--peoh-ink);
    font-family: "MuseoSansBold", Arial, sans-serif;
    font-size: 21px;
    line-height: 1.25;
}

.pe-order-help-steps p {
    margin: 12px 0 0;
    color: var(--peoh-muted);
    font-size: 15px;
    line-height: 1.58;
}

.pe-order-help-use-cases {
    padding: 74px 0;
    background: var(--peoh-white);
}

.pe-order-help-use-cases__grid {
    display: grid;
    grid-template-columns: 390px minmax(0, 1fr);
    gap: 76px;
    align-items: center;
}

.pe-order-help-use-cases__visual {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 430px;
    border: 1px solid var(--peoh-line);
    border-radius: 8px;
    background:
        linear-gradient(rgba(45, 90, 138, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(45, 90, 138, 0.06) 1px, transparent 1px),
        #f3f8fc;
    background-size: 28px 28px;
}

.pe-order-help-use-cases__visual img {
    display: block;
    width: min(82%, 330px);
    max-height: 380px;
    object-fit: contain;
}

.pe-order-help-use-cases__content ul {
    display: grid;
    margin: 32px 0 0;
    padding: 0;
    border-top: 1px solid var(--peoh-line);
    list-style: none;
}

.pe-order-help-use-cases__content li {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    min-height: 76px;
    padding: 14px 0;
    border-bottom: 1px solid var(--peoh-line);
    color: var(--peoh-ink);
    font-size: 16px;
    line-height: 1.5;
}

.pe-order-help-list-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: var(--peoh-wash);
}

.pe-order-help-list-icon img {
    display: block;
    max-width: 24px;
    max-height: 24px;
}

.pe-order-help-categories {
    position: relative;
    overflow: hidden;
    padding: 82px 0 76px;
}

.pe-order-help-categories .pe-order-help-shell {
    position: relative;
    z-index: 1;
}

.pe-order-help-section-head--center {
    display: block;
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.pe-order-help-section-head--center .pe-order-help-eyebrow {
    justify-content: center;
}

.pe-order-help-section-head--center > p {
    margin: 16px auto 0;
}

.pe-order-help-category-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pe-order-help-category-grid li {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 15px;
    align-items: center;
    min-height: 76px;
    padding: 14px 18px;
    border: 1px solid var(--peoh-line);
    border-radius: 8px;
    background: var(--peoh-white);
    color: var(--peoh-ink);
    font-family: "MuseoSansBold", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.35;
}

.pe-order-help-category-grid img {
    display: block;
    width: 42px;
    height: 42px;
    padding: 9px;
    border-radius: 8px;
    background: var(--peoh-wash);
    object-fit: contain;
}

.pe-order-help-categories__note {
    position: relative;
    z-index: 1;
    margin: 26px 0 0;
    color: var(--peoh-muted);
    font-size: 15px;
    line-height: 1.55;
    text-align: center;
}

.pe-order-help-categories__note a {
    color: var(--peoh-route);
    font-weight: 700;
    text-underline-offset: 3px;
}

.pe-order-help-hand {
    position: absolute;
    top: 50%;
    z-index: 0;
    width: 230px;
    opacity: 0.18;
    pointer-events: none;
}

.pe-order-help-hand--left {
    left: calc(50% - 860px);
    transform: translateY(-50%);
}

.pe-order-help-hand--right {
    right: calc(50% - 860px);
    transform: translateY(-50%);
}

.pe-order-help-terms {
    background: var(--peoh-white);
}

.pe-order-help-terms__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.75fr);
    gap: 20px;
    align-items: stretch;
}

.pe-order-help-price-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border: 1px solid var(--peoh-line);
    border-radius: 8px;
    background: #f8fbfe;
}

.pe-order-help-price-list > div {
    min-width: 0;
    padding: 26px;
}

.pe-order-help-price-list > div + div {
    border-left: 1px solid var(--peoh-line);
}

.pe-order-help-price-list strong,
.pe-order-help-timing strong {
    display: block;
    color: var(--peoh-ink);
    font-family: "MuseoSansBlack", "MuseoSansBold", Arial, sans-serif;
    font-size: 32px;
    line-height: 1.08;
}

.pe-order-help-price-list p,
.pe-order-help-timing p {
    margin: 10px 0 0;
    color: var(--peoh-muted);
    font-size: 14px;
    line-height: 1.55;
}

.pe-order-help-timing {
    padding: 26px;
    border: 1px solid rgba(241, 92, 59, 0.36);
    border-radius: 8px;
    background: #fff4ef;
}

.pe-order-help-timing strong {
    font-size: 26px;
}

.pe-order-help-cta {
    padding: 64px 0;
    background:
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        var(--peoh-ink);
    background-size: 34px 34px;
}

.pe-order-help-cta__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(360px, 1fr);
    gap: 42px;
    align-items: center;
}

.pe-order-help-cta__grid > .pe-order-help-button {
    justify-self: start;
}

.pe-order-help-cta h2 {
    max-width: 780px;
    color: var(--peoh-white);
}

.pe-order-help-cta p {
    margin: 15px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 16px;
    line-height: 1.6;
}

@media (max-width: 1020px) {
    .pe-order-help-hero__grid {
        grid-template-columns: minmax(0, 1fr) 330px;
        gap: 38px;
    }

    .pe-order-help-hero__visual {
        min-height: 370px;
    }

    .pe-order-help-hero__visual > img {
        width: 235px;
        height: 300px;
    }

    .pe-order-help-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pe-order-help-steps::before {
        display: none;
    }

    .pe-order-help-use-cases__grid {
        grid-template-columns: 330px minmax(0, 1fr);
        gap: 46px;
    }

    .pe-order-help-terms__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1699px) {
    .pe-order-help-hand {
        top: auto;
        width: 180px;
    }

    .pe-order-help-hand--left {
        top: 24px;
        left: -68px;
        transform: none;
    }

    .pe-order-help-hand--right {
        right: -68px;
        bottom: 12px;
        transform: none;
    }
}

@media (max-width: 760px) {
    .pe-order-help-shell {
        width: min(100% - 30px, 620px);
    }

    .pe-order-help-hero {
        padding: 34px 0 76px;
    }

    .pe-order-help-breadcrumb {
        margin-bottom: 24px;
        font-size: 12px;
    }

    .pe-order-help-hero__grid,
    .pe-order-help-section-head,
    .pe-order-help-use-cases__grid,
    .pe-order-help-cta__grid {
        grid-template-columns: 1fr;
    }

    .pe-order-help-hero__grid {
        gap: 42px;
    }

    .pe-order-help-hero h1 {
        font-size: 38px;
    }

    .pe-order-help-hero__copy > p {
        font-size: 16px;
    }

    .pe-order-help-actions {
        display: grid;
    }

    .pe-order-help-button {
        width: 100%;
    }

    .pe-order-help-hero__visual {
        min-height: 355px;
    }

    .pe-order-help-summary__grid {
        grid-template-columns: 1fr;
    }

    .pe-order-help-summary article {
        padding: 19px 22px;
    }

    .pe-order-help-summary article + article {
        border-top: 1px solid var(--peoh-line);
        border-left: 0;
    }

    .pe-order-help-process,
    .pe-order-help-terms,
    .pe-order-help-categories {
        padding: 58px 0;
    }

    .pe-order-help-categories {
        padding-bottom: 118px;
    }

    .pe-order-help-section-head {
        gap: 16px;
        margin-bottom: 26px;
    }

    .pe-order-help-section-head h2,
    .pe-order-help-use-cases h2,
    .pe-order-help-cta h2 {
        font-size: 32px;
    }

    .pe-order-help-steps,
    .pe-order-help-category-grid,
    .pe-order-help-price-list {
        grid-template-columns: 1fr;
    }

    .pe-order-help-steps li {
        min-height: 0;
    }

    .pe-order-help-use-cases {
        padding: 58px 0;
    }

    .pe-order-help-use-cases__grid {
        gap: 36px;
    }

    .pe-order-help-use-cases__visual {
        min-height: 330px;
    }

    .pe-order-help-use-cases__visual img {
        max-height: 300px;
    }

    .pe-order-help-category-grid li {
        min-height: 70px;
    }

    .pe-order-help-hand {
        top: auto;
        display: block;
        width: 108px;
        opacity: 0.22;
    }

    .pe-order-help-hand--left {
        top: 16px;
        left: 12px;
        transform: none;
    }

    .pe-order-help-hand--right {
        right: 12px;
        bottom: 14px;
        transform: none;
    }

    .pe-order-help-price-list > div {
        padding: 22px;
    }

    .pe-order-help-price-list > div + div {
        border-top: 1px solid var(--peoh-line);
        border-left: 0;
    }

    .pe-order-help-cta {
        padding: 52px 0;
    }

    .pe-order-help-cta__grid {
        gap: 26px;
    }
}

@media (max-width: 430px) {
    .pe-order-help-hero h1 {
        font-size: 34px;
    }

    .pe-order-help-hero__visual {
        min-height: 330px;
        padding: 18px;
    }

    .pe-order-help-hero__visual > img {
        top: -22px;
        width: 215px;
        height: 270px;
    }

    .pe-order-help-hero__visual dl {
        right: 14px;
        bottom: 14px;
        left: 14px;
    }

    .pe-order-help-hero__visual dl div {
        padding: 10px 8px;
    }

    .pe-order-help-hero__visual dd {
        font-size: 11px;
    }

    .pe-order-help-use-cases__content li {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 12px;
        font-size: 15px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pe-order-help-page a {
        transition: none;
    }
}
