:root {
    --pm-blue: #2e8ff3;
    --pm-blue-deep: #0b4bab;
    --pm-cyan: #31c7df;
    --pm-amber: #ffac3d;
    --pm-green: #20b978;
    --pm-ink: #102641;
    --pm-muted: #60738e;
    --pm-line: #d9e7f7;
    --pm-soft: #f3f8fe;
    --pm-shadow: 0 24px 60px rgba(19, 76, 148, .13);
}

.wx-feature-purchasing-miniapp { background: var(--pm-soft); }

.wx-feature-purchasing-miniapp .fd-hero {
    min-height: 680px;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px) 0 0 / 64px 64px,
        linear-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px) 0 0 / 64px 64px,
        radial-gradient(circle at 80% 18%, rgba(79, 212, 255, .48), transparent 27%),
        linear-gradient(126deg, #082d72 0%, #0f5ecb 51%, #319cf5 100%);
}

.wx-feature-purchasing-miniapp .fd-hero::before {
    top: -430px;
    right: -90px;
    width: 900px;
    height: 900px;
    border-color: rgba(255, 255, 255, .14);
    box-shadow: 0 0 0 118px rgba(255, 255, 255, .027), 0 0 0 236px rgba(255, 255, 255, .018);
}

.wx-feature-purchasing-miniapp .fd-hero-grid {
    grid-template-columns: minmax(0, .92fr) minmax(510px, 1.08fr);
    gap: 44px;
    min-height: 680px;
    padding: 54px 0 88px;
}

.wx-feature-purchasing-miniapp .fd-hero h1 {
    max-width: 640px;
    font-size: clamp(48px, 5vw, 70px);
    line-height: 1.14;
}

.wx-feature-purchasing-miniapp .fd-kicker { color: #bcecff; }
.wx-feature-purchasing-miniapp .fd-kicker::before { background: var(--pm-amber); }
.wx-feature-purchasing-miniapp .fd-button--primary {
    border-color: var(--pm-amber);
    background: var(--pm-amber);
    box-shadow: 0 14px 34px rgba(255, 162, 37, .25);
}

.pm-hero-visual { min-height: 530px; }

.pm-hero-gridlines {
    position: absolute;
    top: 42px;
    right: 0;
    width: 470px;
    height: 430px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 28px;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px) 0 0 / 38px 38px,
        linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px) 0 0 / 38px 38px;
    transform: perspective(900px) rotateY(-7deg) rotateX(3deg);
}

.pm-previewable { cursor: zoom-in; outline: none; }
.pm-previewable:focus-visible { outline: 3px solid #fff; outline-offset: 5px; }

.pm-hero-screen {
    position: absolute;
    z-index: 3;
    transition: transform .22s ease;
}
.pm-hero-screen img { display: block; width: 100%; height: auto; }
.pm-hero-screen:hover { transform: translateY(-5px); }
.pm-hero-screen--main {
    top: -16px;
    left: 24px;
    width: 320px;
    filter: drop-shadow(0 28px 30px rgba(2, 29, 80, .34));
}
.pm-hero-screen--side {
    right: -10px;
    bottom: 20px;
    width: 185px;
    overflow: hidden;
    border: 7px solid rgba(255, 255, 255, .96);
    border-radius: 25px;
    background: #fff;
    box-shadow: 0 24px 34px rgba(2, 29, 80, .3);
}

.pm-hero-route {
    position: absolute;
    z-index: 6;
    top: 19px;
    right: 5px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 11px 15px;
    border: 1px solid rgba(255, 255, 255, .58);
    border-radius: 999px;
    color: var(--pm-blue-deep);
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 14px 32px rgba(3, 42, 105, .2);
    font-size: 12px;
    font-weight: 800;
}
.pm-hero-route i { color: var(--pm-amber); font-style: normal; }

.pm-hero-badge {
    position: absolute;
    z-index: 6;
    min-width: 168px;
    padding: 14px 17px;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 14px;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 18px 36px rgba(3, 42, 105, .22);
}
.pm-hero-badge strong,
.pm-hero-badge small { display: block; }
.pm-hero-badge strong { color: var(--pm-blue-deep); font-size: 16px; }
.pm-hero-badge small { margin-top: 5px; color: #71839c; font-size: 12px; }
.pm-hero-badge--loss { bottom: 72px; left: -8px; }
.pm-hero-badge--settle { right: 95px; bottom: -2px; }

.wx-feature-purchasing-miniapp .fd-section {
    padding: 0 0 110px;
    background: linear-gradient(180deg, #f1f7fe 0%, #fff 49%, #f4f8fe 100%);
}

.pm-page { position: relative; }

.pm-metrics {
    position: relative;
    z-index: 8;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid #d5e6fb;
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--pm-shadow);
    transform: translateY(-42px);
}
.pm-metrics article {
    position: relative;
    min-height: 138px;
    padding: 27px 25px 24px;
    border-right: 1px solid #e2ebf7;
}
.pm-metrics article:last-child { border-right: 0; }
.pm-metrics article > span { color: var(--pm-blue); font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.pm-metrics strong { display: block; margin-top: 14px; color: var(--pm-ink); font-size: 18px; }
.pm-metrics p { margin: 7px 0 0; color: var(--pm-muted); font-size: 13px; line-height: 1.6; }

.pm-local-nav {
    position: sticky;
    z-index: 70;
    top: 88px;
    display: flex;
    width: fit-content;
    margin: -12px auto 68px;
    padding: 7px;
    border: 1px solid var(--pm-line);
    border-radius: 12px;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 12px 28px rgba(20, 72, 139, .1);
    backdrop-filter: blur(14px);
}
.pm-local-nav a {
    min-width: 112px;
    padding: 11px 18px;
    border-radius: 8px;
    color: #536985;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}
.pm-local-nav a:hover { color: #fff; background: var(--pm-blue); }

.pm-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--pm-blue);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .17em;
}
.pm-eyebrow::before { width: 28px; height: 3px; border-radius: 2px; background: var(--pm-amber); content: ""; }

.pm-flow {
    margin-bottom: 82px;
    padding: 62px;
    border-radius: 24px;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px) 0 0 / 44px 44px,
        linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px) 0 0 / 44px 44px,
        linear-gradient(132deg, #071f4d, #0b489f 68%, #1370d7);
    box-shadow: 0 30px 70px rgba(7, 45, 104, .2);
}
.pm-flow header { max-width: 790px; }
.pm-flow .pm-eyebrow { color: #73dcf6; }
.pm-flow h2,
.pm-story h2,
.pm-section-head h2,
.pm-close-copy h2 {
    margin: 16px 0 18px;
    color: var(--pm-ink);
    font-size: clamp(32px, 3.4vw, 46px);
    line-height: 1.3;
    letter-spacing: -.035em;
}
.pm-flow h2 { color: #fff; }
.pm-flow header > p,
.pm-story-copy > p,
.pm-section-head > p,
.pm-close-copy > p { margin: 0; color: var(--pm-muted); font-size: 16px; line-height: 1.9; }
.pm-flow header > p { color: rgba(229, 242, 255, .72); }
.pm-flow ol {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
    margin: 42px 0 0;
    padding: 0;
    list-style: none;
}
.pm-flow li {
    position: relative;
    min-height: 164px;
    padding: 22px 18px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 13px;
    background: rgba(255, 255, 255, .07);
}
.pm-flow li:not(:last-child)::after {
    position: absolute;
    z-index: 3;
    top: 34px;
    right: -15px;
    display: flex;
    width: 19px;
    height: 19px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: var(--pm-amber);
    content: "›";
    font-size: 15px;
}
.pm-flow li b { color: #75d9f5; font-size: 12px; letter-spacing: .12em; }
.pm-flow li strong { display: block; margin-top: 18px; color: #fff; font-size: 16px; }
.pm-flow li span { display: block; margin-top: 8px; color: rgba(227, 241, 255, .65); font-size: 13px; line-height: 1.55; }

.pm-story {
    display: grid;
    grid-template-columns: minmax(350px, .82fr) minmax(520px, 1.18fr);
    gap: 64px;
    align-items: center;
    margin-bottom: 82px;
    padding: 68px 64px;
    border: 1px solid var(--pm-line);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--pm-shadow);
}
.pm-story-copy ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 31px 0 0; padding: 0; list-style: none; }
.pm-story-copy li { min-height: 110px; padding: 18px; border: 1px solid #dceaf9; border-radius: 13px; background: #f7fbff; }
.pm-story-copy li b,
.pm-story-copy li span { display: block; }
.pm-story-copy li b { color: var(--pm-blue-deep); font-size: 15px; }
.pm-story-copy li span { margin-top: 7px; color: #6c7d96; font-size: 13px; line-height: 1.6; }

.pm-demand-stage {
    position: relative;
    min-height: 650px;
    overflow: hidden;
    border-radius: 22px;
    background:
        radial-gradient(circle at 60% 16%, rgba(54, 190, 224, .32), transparent 28%),
        linear-gradient(145deg, #eaf6ff, #f2f8ff);
}
.pm-demand-stage::before { position: absolute; top: 50%; left: 50%; width: 400px; height: 400px; border: 1px solid rgba(45, 143, 243, .15); border-radius: 50%; box-shadow: 0 0 0 55px rgba(45, 143, 243, .04), 0 0 0 110px rgba(45, 143, 243, .025); content: ""; transform: translate(-50%, -50%); }

.pm-shot { position: absolute; z-index: 3; transition: transform .22s ease, filter .22s ease; }
.pm-shot:hover { filter: brightness(1.03); }
.pm-shot img { display: block; width: 100%; height: auto; }
.pm-shot--menu { top: 34px; left: 32px; width: 245px; overflow: hidden; border: 6px solid #fff; border-radius: 24px; box-shadow: 0 22px 40px rgba(18, 70, 138, .18); transform: rotate(-3deg); }
.pm-shot--menu:hover { transform: translateY(-6px) rotate(-3deg); }
.pm-shot--task { right: 30px; bottom: -58px; width: 255px; overflow: hidden; border: 6px solid #fff; border-radius: 24px; box-shadow: 0 22px 40px rgba(18, 70, 138, .18); transform: rotate(3deg); }
.pm-shot--task:hover { transform: translateY(-6px) rotate(3deg); }

.pm-stage-note {
    position: absolute;
    z-index: 6;
    min-width: 150px;
    padding: 14px 16px;
    border: 1px solid #fff;
    border-radius: 12px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 15px 32px rgba(19, 74, 146, .16);
}
.pm-stage-note b,
.pm-stage-note span { display: block; }
.pm-stage-note b { color: var(--pm-blue-deep); font-size: 15px; }
.pm-stage-note span { margin-top: 5px; color: #718199; font-size: 12px; }
.pm-stage-note--auto { top: 26px; right: 22px; }
.pm-stage-note--assign { bottom: 28px; left: 22px; }

.pm-source {
    margin-bottom: 82px;
    padding: 70px 64px;
    border: 1px solid var(--pm-line);
    border-radius: 24px;
    background: linear-gradient(145deg, #f2f8ff, #fff 60%);
    box-shadow: var(--pm-shadow);
}
.pm-section-head { max-width: 790px; margin-bottom: 45px; }
.pm-source-grid { display: grid; grid-template-columns: minmax(440px, 1fr) minmax(380px, 1fr); gap: 62px; align-items: center; }
.pm-inquiry-device { position: relative; min-height: 620px; overflow: hidden; border-radius: 22px; background: linear-gradient(150deg, #e6f4ff, #eafaff); }
.pm-shot--inquiry { top: 28px; left: 50%; width: 275px; overflow: hidden; border: 6px solid #fff; border-radius: 25px; box-shadow: 0 24px 42px rgba(17, 70, 138, .17); transform: translateX(-50%); }
.pm-shot--inquiry:hover { transform: translate(-50%, -6px); }

.pm-quote-card {
    position: absolute;
    z-index: 6;
    min-width: 145px;
    padding: 14px 16px;
    border: 1px solid #d5e7fa;
    border-radius: 12px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 15px 32px rgba(20, 75, 147, .15);
}
.pm-quote-card span,
.pm-quote-card strong,
.pm-quote-card small { display: block; }
.pm-quote-card span { color: #687b94; font-size: 12px; }
.pm-quote-card strong { margin-top: 6px; color: var(--pm-blue-deep); font-size: 22px; }
.pm-quote-card small { margin-top: 4px; color: var(--pm-green); font-size: 11px; }
.pm-quote-card--one { top: 95px; left: 17px; }
.pm-quote-card--two { right: 17px; bottom: 74px; }

.pm-source-points { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.pm-source-points article { min-height: 205px; padding: 25px 23px; border: 1px solid #dce9f8; border-radius: 15px; background: #fff; }
.pm-source-points b { color: var(--pm-ink); font-size: 18px; }
.pm-source-points p { margin: 12px 0 22px; color: var(--pm-muted); font-size: 14px; line-height: 1.7; }
.pm-source-points span { display: inline-flex; padding: 6px 9px; border-radius: 7px; color: var(--pm-blue-deep); background: #edf6ff; font-size: 12px; font-weight: 700; }

.pm-close-loop {
    display: grid;
    grid-template-columns: minmax(360px, .9fr) minmax(500px, 1.1fr);
    gap: 64px;
    align-items: center;
    margin-bottom: 90px;
    padding: 70px 64px;
    border-radius: 24px;
    color: #fff;
    background: linear-gradient(135deg, #071f4b, #0c4b9e 67%, #1372d7);
    box-shadow: 0 28px 68px rgba(8, 45, 104, .2);
}
.pm-close-loop .pm-eyebrow { color: #73dff2; }
.pm-close-copy h2 { color: #fff; }
.pm-close-copy > p { color: rgba(229, 241, 255, .74); }
.pm-ledger { display: grid; gap: 9px; margin-top: 28px; }
.pm-ledger div { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 13px 15px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 9px; background: rgba(255, 255, 255, .07); }
.pm-ledger span { color: rgba(229, 242, 255, .74); font-size: 13px; }
.pm-ledger strong { color: #fff; font-size: 14px; }
.pm-close-copy aside { margin-top: 22px; padding: 19px; border-left: 4px solid var(--pm-amber); background: rgba(255, 255, 255, .07); }
.pm-close-copy aside b,
.pm-close-copy aside span { display: block; }
.pm-close-copy aside b { color: #fff; font-size: 15px; }
.pm-close-copy aside span { margin-top: 7px; color: rgba(226, 240, 255, .67); font-size: 13px; line-height: 1.7; }

.pm-close-devices { position: relative; min-height: 640px; border: 1px solid rgba(255, 255, 255, .13); border-radius: 22px; background: rgba(255, 255, 255, .055); }
.pm-shot--orders { top: 26px; left: 24px; width: 255px; overflow: hidden; border: 6px solid #fff; border-radius: 24px; box-shadow: 0 22px 42px rgba(2, 25, 65, .28); transform: rotate(-3deg); }
.pm-shot--orders:hover { transform: translateY(-6px) rotate(-3deg); }
.pm-shot--detail { right: 24px; bottom: -52px; width: 255px; overflow: hidden; border: 6px solid #fff; border-radius: 24px; box-shadow: 0 22px 42px rgba(2, 25, 65, .28); transform: rotate(3deg); }
.pm-shot--detail:hover { transform: translateY(-6px) rotate(3deg); }

.pm-capabilities { padding-top: 5px; }
.pm-capabilities .pm-section-head { max-width: 780px; margin: 0 auto 44px; text-align: center; }
.pm-capabilities .pm-eyebrow::before { display: none; }
.pm-feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.pm-feature-grid article { position: relative; min-height: 200px; overflow: hidden; padding: 25px 23px; border: 1px solid var(--pm-line); border-radius: 15px; background: #fff; box-shadow: 0 10px 28px rgba(18, 71, 140, .065); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.pm-feature-grid article::after { position: absolute; top: -34px; right: -34px; width: 92px; height: 92px; border: 14px solid #f1f7ff; border-radius: 50%; content: ""; }
.pm-feature-grid article:hover { border-color: #9cc9fb; box-shadow: 0 20px 40px rgba(18, 71, 140, .12); transform: translateY(-4px); }
.pm-feature-grid article > b { position: relative; z-index: 2; color: var(--pm-blue); font-size: 12px; letter-spacing: .13em; }
.pm-feature-grid h3 { position: relative; z-index: 2; margin: 20px 0 10px; color: var(--pm-ink); font-size: 19px; }
.pm-feature-grid p { position: relative; z-index: 2; margin: 0; color: var(--pm-muted); font-size: 14px; line-height: 1.72; }

.pm-lightbox[hidden] { display: none; }
.pm-lightbox { position: fixed; z-index: 4200; inset: 0; display: grid; place-items: center; padding: 30px; background: rgba(3, 17, 42, .9); backdrop-filter: blur(12px); }
.pm-lightbox figure { max-width: min(92vw, 650px); max-height: 90vh; margin: 0; text-align: center; }
.pm-lightbox figure img { display: block; width: auto; max-width: 100%; max-height: 82vh; margin: auto; object-fit: contain; box-shadow: 0 28px 54px rgba(0, 0, 0, .36); }
.pm-lightbox figcaption { margin-top: 12px; color: rgba(255, 255, 255, .8); font-size: 14px; }
.pm-lightbox-close { position: absolute; top: 24px; right: 28px; min-width: 72px; height: 42px; border: 1px solid rgba(255, 255, 255, .3); border-radius: 999px; color: #fff; background: rgba(255, 255, 255, .1); cursor: pointer; }
body.pm-lightbox-open { overflow: hidden; }

@media (max-width: 1100px) {
    .wx-feature-purchasing-miniapp .fd-hero-grid { grid-template-columns: minmax(0, 1fr) 470px; }
    .pm-hero-screen--main { left: 8px; width: 305px; }
    .pm-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .pm-metrics article:nth-child(2) { border-right: 0; }
    .pm-metrics article:nth-child(-n+2) { border-bottom: 1px solid #e2ebf7; }
    .pm-flow ol { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .pm-story,
    .pm-close-loop { grid-template-columns: 1fr; }
    .pm-source-grid { grid-template-columns: 1fr; }
    .pm-inquiry-device { max-width: 650px; width: 100%; margin: auto; }
    .pm-close-devices { max-width: 630px; width: 100%; margin: auto; }
    .pm-feature-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 980px) {
    .wx-feature-purchasing-miniapp .fd-hero-grid { grid-template-columns: 1fr; padding-bottom: 92px; }
    .wx-feature-purchasing-miniapp .fd-hero-copy { max-width: 690px; }
    .pm-hero-visual { width: min(560px, 100%); min-height: 520px; margin: 0 auto; }
    .pm-local-nav { top: 84px; }
    .pm-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
    .wx-feature-purchasing-miniapp .fd-hero-grid { gap: 14px; padding: 36px 0 88px; }
    .wx-feature-purchasing-miniapp .fd-hero h1 { font-size: 39px; line-height: 1.18; }
    .wx-feature-purchasing-miniapp .fd-hero-copy > p { font-size: 16px; line-height: 1.78; }
    .wx-feature-purchasing-miniapp .fd-hero-visual { min-height: 440px; transform: none; }
    .pm-hero-gridlines { top: 48px; right: 50%; width: 330px; height: 330px; transform: translateX(50%); }
    .pm-hero-screen--main { top: 8px; left: 50%; width: 250px; transform: translateX(-60%); }
    .pm-hero-screen--main:hover { transform: translate(-60%, -4px); }
    .pm-hero-screen--side { right: 0; bottom: 5px; width: 125px; border-width: 4px; border-radius: 18px; }
    .pm-hero-route { top: 0; right: 0; gap: 5px; padding: 9px 11px; font-size: 10px; }
    .pm-hero-badge { min-width: 140px; padding: 11px 12px; }
    .pm-hero-badge strong { font-size: 14px; }
    .pm-hero-badge small { font-size: 11px; }
    .pm-hero-badge--loss { bottom: 64px; left: 0; }
    .pm-hero-badge--settle { display: none; }
    .pm-metrics { grid-template-columns: 1fr; border-radius: 15px; transform: translateY(-34px); }
    .pm-metrics article { min-height: 112px; padding: 21px; border-right: 0; border-bottom: 1px solid #e2ebf7; }
    .pm-metrics article:last-child { border-bottom: 0; }
    .pm-local-nav { top: 80px; width: 100%; margin: -4px 0 46px; overflow-x: auto; }
    .pm-local-nav a { flex: 0 0 auto; min-width: 102px; padding: 10px 12px; }
    .pm-flow { margin-bottom: 48px; padding: 38px 22px; border-radius: 18px; }
    .pm-flow h2,
    .pm-story h2,
    .pm-section-head h2,
    .pm-close-copy h2 { font-size: 30px; }
    .pm-flow ol { grid-template-columns: 1fr; }
    .pm-flow li { min-height: 120px; }
    .pm-flow li:not(:last-child)::after { top: auto; right: 50%; bottom: -15px; transform: translateX(50%) rotate(90deg); }
    .pm-story { gap: 36px; margin-bottom: 48px; padding: 38px 22px; border-radius: 18px; }
    .pm-story-copy ul { grid-template-columns: 1fr; }
    .pm-story-copy li { min-height: 96px; }
    .pm-demand-stage { min-height: 550px; }
    .pm-shot--menu { top: 27px; left: -8px; width: 195px; }
    .pm-shot--task { right: -8px; bottom: -25px; width: 205px; }
    .pm-stage-note { min-width: 132px; padding: 11px; }
    .pm-stage-note--auto { top: 18px; right: 6px; }
    .pm-stage-note--assign { bottom: 24px; left: 6px; }
    .pm-source { margin-bottom: 48px; padding: 40px 22px; border-radius: 18px; }
    .pm-source-grid { gap: 34px; }
    .pm-inquiry-device { min-height: 560px; }
    .pm-shot--inquiry { width: 245px; }
    .pm-quote-card { min-width: 126px; padding: 11px; }
    .pm-quote-card--one { top: 78px; left: 5px; }
    .pm-quote-card--two { right: 5px; bottom: 55px; }
    .pm-source-points { grid-template-columns: 1fr; }
    .pm-source-points article { min-height: 168px; }
    .pm-close-loop { gap: 38px; margin-bottom: 54px; padding: 42px 22px 50px; border-radius: 18px; }
    .pm-close-devices { min-height: 540px; }
    .pm-shot--orders { top: 22px; left: -8px; width: 205px; }
    .pm-shot--detail { right: -8px; bottom: -18px; width: 205px; }
    .pm-feature-grid { grid-template-columns: 1fr; }
    .pm-feature-grid article { min-height: 166px; }
    .pm-lightbox { padding: 18px; }
    .pm-lightbox-close { top: 15px; right: 15px; }
}

@media (prefers-reduced-motion: reduce) {
    .pm-hero-screen,
    .pm-shot,
    .pm-feature-grid article { transition: none; }
}
