:root {
    --om-blue: #2477ef;
    --om-blue-deep: #0b49b5;
    --om-green: #08bf5b;
    --om-green-deep: #078947;
    --om-orange: #ff9e2c;
    --om-ink: #102443;
    --om-muted: #61728d;
    --om-line: #dbe8f8;
    --om-soft: #f3f8ff;
    --om-shadow: 0 24px 64px rgba(20, 76, 158, .13);
}

.wx-feature-ordering-miniapp {
    background: var(--om-soft);
}

.wx-feature-ordering-miniapp .fd-hero {
    min-height: 660px;
    background:
        radial-gradient(circle at 79% 19%, rgba(150, 229, 255, .48), transparent 25%),
        radial-gradient(circle at 54% 110%, rgba(37, 210, 135, .22), transparent 32%),
        linear-gradient(125deg, #0a48b5 0%, #2378ef 55%, #45a5ff 100%);
}

.wx-feature-ordering-miniapp .fd-hero::before {
    top: -420px;
    right: -70px;
    width: 880px;
    height: 880px;
    border-color: rgba(255, 255, 255, .16);
    box-shadow: 0 0 0 120px rgba(255, 255, 255, .035), 0 0 0 240px rgba(255, 255, 255, .02);
}

.wx-feature-ordering-miniapp .fd-hero::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 160px;
    background: linear-gradient(180deg, transparent, rgba(7, 48, 126, .18));
    content: "";
    pointer-events: none;
}

.wx-feature-ordering-miniapp .fd-hero-grid {
    grid-template-columns: minmax(0, .9fr) minmax(500px, 1.1fr);
    gap: 42px;
    min-height: 660px;
    padding: 48px 0 84px;
}

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

.wx-feature-ordering-miniapp .fd-kicker {
    color: #d4f7ff;
}

.wx-feature-ordering-miniapp .fd-kicker::before {
    background: #92f3bf;
}

.wx-feature-ordering-miniapp .fd-button--primary {
    border-color: var(--om-green);
    background: var(--om-green);
    box-shadow: 0 14px 34px rgba(0, 170, 82, .27);
}

.om-hero-visual {
    min-height: 520px;
}

.om-hero-orbit {
    position: absolute;
    top: 30px;
    right: 12px;
    width: 440px;
    height: 440px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 50%;
    box-shadow: 0 0 0 60px rgba(255, 255, 255, .03), 0 0 0 120px rgba(255, 255, 255, .02);
}

.om-hero-orbit::before,
.om-hero-orbit::after {
    position: absolute;
    width: 13px;
    height: 13px;
    border: 4px solid rgba(255, 255, 255, .86);
    border-radius: 50%;
    background: var(--om-green);
    box-shadow: 0 8px 20px rgba(4, 45, 115, .24);
    content: "";
}

.om-hero-orbit::before { top: 64px; right: 48px; }
.om-hero-orbit::after { bottom: 42px; left: 34px; background: var(--om-orange); }

.om-previewable {
    cursor: zoom-in;
    outline: none;
}

.om-previewable:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 5px;
}

.om-hero-phone {
    position: absolute;
    z-index: 2;
    transition: transform .24s ease;
}

.om-hero-phone:hover { transform: translateY(-5px); }

.om-hero-phone img {
    display: block;
    width: 100%;
    height: auto;
}

.om-hero-phone--main {
    top: -28px;
    left: 54px;
    width: 325px;
    filter: drop-shadow(0 28px 32px rgba(2, 38, 98, .28));
}

.om-hero-phone--data {
    z-index: 3;
    right: -4px;
    bottom: 1px;
    width: 174px;
    filter: drop-shadow(0 20px 22px rgba(2, 38, 98, .25));
}

.om-hero-chip {
    position: absolute;
    z-index: 5;
    min-width: 174px;
    padding: 14px 17px;
    border: 1px solid rgba(255, 255, 255, .65);
    border-radius: 15px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 17px 34px rgba(3, 49, 120, .22);
    backdrop-filter: blur(10px);
}

.om-hero-chip b,
.om-hero-chip span { display: block; }
.om-hero-chip b { color: var(--om-blue-deep); font-size: 17px; }
.om-hero-chip span { margin-top: 5px; color: #71829a; font-size: 12px; }
.om-hero-chip--channel { top: 24px; right: -14px; }
.om-hero-chip--input { bottom: 52px; left: -8px; }
.om-hero-chip--recommend { right: 98px; bottom: -2px; }

.wx-feature-ordering-miniapp .fd-section {
    padding: 0 0 110px;
    background: linear-gradient(180deg, #f3f8ff 0%, #fff 48%, #f6faff 100%);
}

.om-page {
    position: relative;
}

.om-summary {
    position: relative;
    z-index: 8;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .86);
    border-radius: 22px;
    background: #dce9fa;
    box-shadow: var(--om-shadow);
    transform: translateY(-42px);
}

.om-summary article {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    min-height: 132px;
    align-items: center;
    padding: 25px 22px;
    background: rgba(255, 255, 255, .98);
}

.om-summary article > span {
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    color: #fff;
    background: linear-gradient(145deg, var(--om-blue), #49a4ff);
    font-size: 12px;
    font-weight: 800;
}

.om-summary strong { display: block; color: var(--om-ink); font-size: 17px; }
.om-summary p { margin: 7px 0 0; color: var(--om-muted); font-size: 13px; line-height: 1.65; }

.om-local-nav {
    position: sticky;
    z-index: 70;
    top: 88px;
    display: flex;
    width: fit-content;
    margin: -12px auto 68px;
    padding: 7px;
    border: 1px solid var(--om-line);
    border-radius: 999px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 12px 30px rgba(19, 70, 145, .10);
    backdrop-filter: blur(14px);
}

.om-local-nav a {
    min-width: 112px;
    padding: 11px 18px;
    border-radius: 999px;
    color: #536783;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.om-local-nav a:hover { color: #fff; background: var(--om-blue); }

.om-story {
    display: grid;
    grid-template-columns: minmax(340px, .84fr) minmax(520px, 1.16fr);
    gap: 64px;
    align-items: center;
    margin-bottom: 82px;
    padding: 68px 64px;
    border: 1px solid var(--om-line);
    border-radius: 28px;
    background: #fff;
    box-shadow: var(--om-shadow);
}

.om-story--reverse {
    grid-template-columns: minmax(500px, 1.04fr) minmax(340px, .96fr);
    background: linear-gradient(145deg, #f5faff, #fff 62%);
}

.om-story--reverse .om-story-copy { order: 2; }
.om-story--reverse .om-single-device { order: 1; }

.om-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--om-blue);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .17em;
}

.om-eyebrow::before {
    width: 28px;
    height: 3px;
    border-radius: 2px;
    background: var(--om-green);
    content: "";
}

.om-story-copy h2,
.om-section-head h2 {
    margin: 16px 0 18px;
    color: var(--om-ink);
    font-size: clamp(32px, 3.4vw, 46px);
    line-height: 1.28;
    letter-spacing: -.035em;
}

.om-story-copy > p,
.om-section-head > p {
    margin: 0;
    color: var(--om-muted);
    font-size: 16px;
    line-height: 1.9;
}

.om-point-list {
    display: grid;
    gap: 11px;
    margin-top: 32px;
}

.om-point-list article {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 15px;
    align-items: center;
    padding: 15px 16px;
    border: 1px solid #e1ecfa;
    border-radius: 14px;
    background: #f8fbff;
}

.om-point-list article > b {
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: var(--om-blue);
    background: #e7f1ff;
    font-size: 12px;
}

.om-point-list strong,
.om-point-list span { display: block; }
.om-point-list strong { color: var(--om-ink); font-size: 15px; }
.om-point-list span { margin-top: 4px; color: #71819a; font-size: 13px; line-height: 1.55; }

.om-device-stage {
    position: relative;
    min-height: 650px;
    overflow: hidden;
    border-radius: 24px;
    background:
        radial-gradient(circle at 40% 12%, rgba(93, 176, 255, .38), transparent 29%),
        linear-gradient(145deg, #e9f5ff, #e8fff3);
}

.om-device-stage::before {
    position: absolute;
    top: 48%;
    left: 50%;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(36, 119, 239, .15);
    border-radius: 50%;
    box-shadow: 0 0 0 55px rgba(36, 119, 239, .04), 0 0 0 110px rgba(8, 191, 91, .025);
    content: "";
    transform: translate(-50%, -50%);
}

.om-shot {
    position: absolute;
    z-index: 3;
    transition: filter .22s ease, transform .22s ease;
}

.om-shot:hover { filter: brightness(1.03); }
.om-shot img { display: block; width: 100%; height: auto; }
.om-shot--catalog { top: 38px; left: 22px; width: 245px; transform: rotate(-3deg); }
.om-shot--catalog:hover { transform: translateY(-6px) rotate(-3deg); }
.om-shot--keyboard { top: 14px; right: 18px; width: 248px; transform: rotate(3deg); }
.om-shot--keyboard:hover { transform: translateY(-6px) rotate(3deg); }
.om-shot--cart { right: 50%; bottom: -110px; width: 250px; transform: translateX(50%); }
.om-shot--cart:hover { transform: translate(50%, -6px); }

.om-single-device {
    position: relative;
    min-height: 650px;
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient(145deg, #e8fff3, #edf5ff);
}

.om-shot--waterfall {
    top: 24px;
    left: 50%;
    width: 295px;
    filter: drop-shadow(0 22px 24px rgba(22, 75, 144, .16));
    transform: translateX(-50%);
}
.om-shot--waterfall:hover { transform: translate(-50%, -6px); }

.om-float-note {
    position: absolute;
    z-index: 5;
    min-width: 156px;
    padding: 15px 17px;
    border: 1px solid rgba(255, 255, 255, .9);
    border-radius: 14px;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 16px 35px rgba(19, 73, 148, .15);
}
.om-float-note b,
.om-float-note span { display: block; }
.om-float-note b { color: var(--om-blue-deep); font-size: 15px; }
.om-float-note span { margin-top: 5px; color: #73839a; font-size: 12px; }
.om-float-note--top { top: 90px; left: 20px; }
.om-float-note--bottom { right: 20px; bottom: 76px; }

.om-tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.om-tag-cloud span {
    padding: 9px 13px;
    border: 1px solid #cee3ff;
    border-radius: 999px;
    color: var(--om-blue-deep);
    background: #eef6ff;
    font-size: 13px;
    font-weight: 700;
}

.om-insight {
    margin-top: 28px;
    padding: 22px 23px;
    border-left: 4px solid var(--om-green);
    border-radius: 0 14px 14px 0;
    background: #effcf5;
}
.om-insight b { color: #0c693d; font-size: 16px; }
.om-insight p { margin: 7px 0 0; color: #5d776a; font-size: 13px; line-height: 1.7; }

.om-merchant {
    margin-bottom: 82px;
    padding: 74px 64px;
    border-radius: 28px;
    color: #fff;
    background:
        radial-gradient(circle at 7% 4%, rgba(70, 172, 255, .28), transparent 30%),
        linear-gradient(135deg, #092d6b 0%, #0c53be 62%, #1c75dd 100%);
    box-shadow: 0 28px 70px rgba(7, 49, 117, .2);
}

.om-merchant .om-section-head { max-width: 780px; margin-bottom: 48px; }
.om-merchant .om-eyebrow { color: #85e6ff; }
.om-merchant .om-section-head h2 { color: #fff; }
.om-merchant .om-section-head > p { color: rgba(231, 243, 255, .75); }

.om-merchant-grid {
    display: grid;
    grid-template-columns: minmax(480px, 1.1fr) minmax(340px, .9fr);
    gap: 56px;
    align-items: center;
}

.om-merchant-devices {
    position: relative;
    min-height: 610px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 24px;
    background: rgba(255, 255, 255, .06);
}

.om-shot--merchant-choice { top: 36px; left: 34px; width: 245px; transform: rotate(-3deg); }
.om-shot--merchant-choice:hover { transform: translateY(-6px) rotate(-3deg); }
.om-shot--merchant-form { right: 34px; bottom: -46px; width: 255px; transform: rotate(3deg); }
.om-shot--merchant-form:hover { transform: translateY(-6px) rotate(3deg); }

.om-review-flow {
    display: grid;
    gap: 13px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.om-review-flow li {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 15px;
    background: rgba(255, 255, 255, .08);
}

.om-review-flow li > span {
    display: flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    color: #fff;
    background: rgba(63, 206, 134, .22);
    font-size: 14px;
    font-weight: 800;
}
.om-review-flow strong { display: block; color: #fff; font-size: 16px; }
.om-review-flow p { margin: 6px 0 0; color: rgba(229, 242, 255, .67); font-size: 13px; line-height: 1.65; }

.om-capabilities {
    padding-top: 12px;
}

.om-capabilities .om-section-head {
    max-width: 760px;
    margin: 0 auto 44px;
    text-align: center;
}
.om-capabilities .om-eyebrow::before { display: none; }

.om-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.om-feature-grid article {
    position: relative;
    min-height: 190px;
    overflow: hidden;
    padding: 28px 28px 25px;
    border: 1px solid var(--om-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(20, 75, 150, .07);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.om-feature-grid article::after {
    position: absolute;
    top: -44px;
    right: -42px;
    width: 112px;
    height: 112px;
    border: 18px solid #f0f6ff;
    border-radius: 50%;
    content: "";
}

.om-feature-grid article:hover {
    border-color: #9fc8fc;
    box-shadow: 0 20px 42px rgba(20, 75, 150, .12);
    transform: translateY(-4px);
}

.om-feature-grid article > b {
    position: relative;
    z-index: 2;
    color: var(--om-green);
    font-size: 12px;
    letter-spacing: .12em;
}
.om-feature-grid h3 { position: relative; z-index: 2; margin: 20px 0 10px; color: var(--om-ink); font-size: 20px; }
.om-feature-grid p { position: relative; z-index: 2; margin: 0; color: var(--om-muted); font-size: 14px; line-height: 1.75; }

.om-lightbox[hidden] { display: none; }
.om-lightbox {
    position: fixed;
    z-index: 4200;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 30px;
    background: rgba(4, 18, 45, .88);
    backdrop-filter: blur(12px);
}
.om-lightbox figure { max-width: min(92vw, 620px); max-height: 90vh; margin: 0; text-align: center; }
.om-lightbox figure img { display: block; width: auto; max-width: 100%; max-height: 82vh; margin: auto; object-fit: contain; filter: drop-shadow(0 28px 48px rgba(0, 0, 0, .4)); }
.om-lightbox figcaption { margin-top: 12px; color: rgba(255, 255, 255, .8); font-size: 14px; }
.om-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.om-lightbox-open { overflow: hidden; }

@media (max-width: 1100px) {
    .wx-feature-ordering-miniapp .fd-hero-grid { grid-template-columns: minmax(0, 1fr) 470px; }
    .om-hero-phone--main { left: 22px; width: 305px; }
    .om-summary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .om-story,
    .om-story--reverse { grid-template-columns: 1fr; }
    .om-story--reverse .om-story-copy { order: 1; }
    .om-story--reverse .om-single-device { order: 2; }
    .om-story-copy { max-width: 760px; }
    .om-merchant-grid { grid-template-columns: 1fr; }
    .om-merchant-devices { max-width: 620px; width: 100%; margin: auto; }
}

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

@media (max-width: 680px) {
    .wx-feature-ordering-miniapp .fd-hero-grid { gap: 14px; padding: 36px 0 86px; }
    .wx-feature-ordering-miniapp .fd-hero h1 { font-size: 39px; line-height: 1.18; }
    .wx-feature-ordering-miniapp .fd-hero-copy > p { font-size: 16px; line-height: 1.78; }
    .wx-feature-ordering-miniapp .fd-hero-visual { min-height: 430px; transform: none; }
    .om-hero-orbit { top: 32px; right: 50%; width: 330px; height: 330px; transform: translateX(50%); }
    .om-hero-phone--main { top: 2px; left: 50%; width: 255px; transform: translateX(-58%); }
    .om-hero-phone--main:hover { transform: translate(-58%, -4px); }
    .om-hero-phone--data { right: 4px; bottom: 2px; width: 130px; }
    .om-hero-chip { min-width: 136px; padding: 11px 12px; }
    .om-hero-chip b { font-size: 14px; }
    .om-hero-chip span { font-size: 11px; }
    .om-hero-chip--channel { top: 8px; right: 0; }
    .om-hero-chip--input { bottom: 62px; left: 0; }
    .om-hero-chip--recommend { display: none; }
    .om-summary { grid-template-columns: 1fr; border-radius: 18px; transform: translateY(-34px); }
    .om-summary article { min-height: 108px; padding: 19px; }
    .om-local-nav { top: 80px; width: 100%; margin: -4px 0 46px; overflow-x: auto; border-radius: 14px; }
    .om-local-nav a { flex: 0 0 auto; min-width: 102px; padding: 10px 13px; }
    .om-story,
    .om-story--reverse { gap: 35px; margin-bottom: 48px; padding: 36px 22px; border-radius: 20px; }
    .om-story-copy h2,
    .om-section-head h2 { font-size: 30px; }
    .om-device-stage { min-height: 540px; }
    .om-shot--catalog { top: 40px; left: -10px; width: 190px; }
    .om-shot--keyboard { top: 22px; right: -12px; width: 190px; }
    .om-shot--cart { bottom: -60px; width: 196px; }
    .om-single-device { min-height: 560px; }
    .om-shot--waterfall { width: 255px; }
    .om-float-note { min-width: 136px; padding: 12px; }
    .om-float-note--top { top: 74px; left: 8px; }
    .om-float-note--bottom { right: 8px; bottom: 52px; }
    .om-merchant { margin-bottom: 54px; padding: 43px 22px 50px; border-radius: 20px; }
    .om-merchant-grid { gap: 36px; }
    .om-merchant-devices { min-height: 510px; }
    .om-shot--merchant-choice { top: 24px; left: -7px; width: 195px; }
    .om-shot--merchant-form { right: -7px; bottom: -20px; width: 205px; }
    .om-feature-grid { grid-template-columns: 1fr; }
    .om-feature-grid article { min-height: 166px; padding: 25px; }
    .om-lightbox { padding: 18px; }
    .om-lightbox-close { top: 15px; right: 15px; }
}

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