.order-hero.order-hero--duo,
.order-hero.order-hero--duo * {
    box-sizing: border-box;
}

.order-hero.order-hero--duo {
    height: auto !important;
    min-height: 0 !important;
    padding: 112px 18px 28px;
    overflow: hidden;
    color: #111827;
    background: #f4f7fb !important;
    font-family: Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif;
}

.order-hero.order-hero--duo::before,
.order-hero.order-hero--duo::after {
    display: none !important;
    content: none !important;
}

.or-hero-sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.or-hero-duo {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    width: min(1780px, 100%);
    margin: 0 auto;
}

.or-hero-service {
    position: relative;
    min-width: 0;
    min-height: clamp(820px, 52vw, 940px);
    overflow: hidden;
    border: 1px solid rgba(206, 219, 239, .84);
    border-radius: 38px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 24px 70px rgba(39, 57, 87, .1);
    isolation: isolate;
}

.or-hero-service::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    pointer-events: none;
}

.or-hero-service--scan {
    background-image: url("../img/hero-scan-bg-20260805.jpg");
}

.or-hero-service--scan .or-hero-service__content {
    padding-top: 78px;
}

.or-hero-service--scan::before {
    background:
        linear-gradient(105deg, rgba(247, 250, 255, .25) 0%, rgba(247, 250, 255, .08) 54%, transparent 74%),
        linear-gradient(180deg, transparent 62%, rgba(235, 243, 255, .6) 100%);
}

.or-hero-service--shop {
    border-color: rgba(236, 208, 182, .72);
    background-color: #fff8ef;
    background-image: url("../img/hero-shop-bg-20260805.jpg");
    background-position: center bottom;
    background-size: auto 118%;
    box-shadow: 0 24px 70px rgba(105, 62, 28, .1);
}

.or-hero-service--shop::before {
    background:
        linear-gradient(108deg, rgba(255, 251, 246, .12), rgba(255, 249, 240, .02) 66%),
        linear-gradient(180deg, transparent 63%, rgba(255, 247, 238, .54) 100%);
}

.or-hero-service__content {
    position: relative;
    z-index: 5;
    width: 63%;
    padding: 44px 0 0 44px;
}

.or-hero-service__eyebrow {
    margin: 0 0 13px;
    color: #2f6de0;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.6px;
}

.or-hero-service--shop .or-hero-service__eyebrow {
    color: #f56613;
}

.or-hero-service__content h2 {
    margin: 0;
    color: #07142f;
    font-size: clamp(43px, 3.25vw, 66px);
    font-weight: 950;
    line-height: 1.16;
    letter-spacing: -4px;
    word-break: keep-all;
}

.or-hero-service__content h2 em {
    color: #1768f2;
    font-style: normal;
    font-weight: inherit;
}

.or-hero-service--shop .or-hero-service__content {
    width: 64%;
    padding-top: 48px;
}

.or-hero-service--shop .or-hero-service__content h2 {
    color: #180c06;
    font-size: clamp(39px, 3vw, 60px);
    line-height: 1.17;
    letter-spacing: -3.5px;
}

.or-hero-service--shop .or-hero-service__content h2 em {
    color: #ff650f;
}

.or-hero-service__rule {
    display: block;
    width: 65px;
    height: 5px;
    margin-top: 34px;
    border-radius: 999px;
    background: #1768f2;
}

.or-hero-service--shop .or-hero-service__rule {
    background: #ff650f;
}

.or-hero-service__points {
    display: grid;
    gap: 16px;
    margin: 29px 0 0;
    padding: 0;
    list-style: none;
}

.or-hero-service__points li {
    position: relative;
    padding-left: 37px;
    color: #17223a;
    font-size: clamp(15px, 1.1vw, 19px);
    font-weight: 760;
    line-height: 1.62;
    letter-spacing: -.6px;
    word-break: keep-all;
}

.or-hero-service__points li::before {
    position: absolute;
    top: 2px;
    left: 0;
    display: grid;
    width: 25px;
    height: 25px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: #1768f2;
    box-shadow: 0 7px 15px rgba(23, 104, 242, .23);
    content: "\2713";
    font-size: 14px;
    font-weight: 900;
}

.or-hero-service__button {
    display: inline-flex;
    min-width: 220px;
    height: 61px;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 30px;
    padding: 0 26px;
    border-radius: 14px;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: -.5px;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.or-hero-service__button svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.1;
}

.or-hero-service__button.is-blue {
    background: linear-gradient(135deg, #1975ff, #0f5ae4);
    box-shadow: 0 17px 33px rgba(19, 92, 229, .25);
}

.or-hero-service__button.is-orange {
    background: linear-gradient(135deg, #ff8421, #ff650f);
    box-shadow: 0 17px 33px rgba(230, 91, 12, .24);
}

.or-hero-service__button:hover,
.or-hero-service__button:focus-visible {
    color: #fff;
    text-decoration: none;
    transform: translateY(-3px);
    filter: saturate(1.08);
}

.or-hero-service__button:focus-visible {
    outline: 3px solid rgba(23, 104, 242, .28);
    outline-offset: 4px;
}

/* Barcode ordering story */
.or-scan-story {
    position: absolute;
    right: 28px;
    bottom: 28px;
    left: 28px;
    z-index: 4;
    min-height: 290px;
}

.or-scan-story::before {
    position: absolute;
    top: 105px;
    right: 16%;
    bottom: 94px;
    left: 24%;
    border-right: 2px dashed rgba(34, 103, 239, .76);
    border-bottom: 2px dashed rgba(34, 103, 239, .76);
    border-left: 2px dashed rgba(34, 103, 239, .76);
    border-radius: 0 0 18px 18px;
    content: "";
}

.or-scan-metric {
    position: absolute;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .96);
    border-radius: 20px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 17px 42px rgba(45, 67, 101, .14);
    backdrop-filter: blur(12px);
}

.or-scan-metric--pos {
    top: 0;
    left: 4%;
    width: 47%;
    min-height: 139px;
    padding: 17px 19px;
}

.or-scan-metric--shortage {
    top: 0;
    right: 4%;
    width: 40%;
    min-height: 122px;
    padding: 17px;
}

.or-scan-metric__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #121d33;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: -.4px;
}

.or-scan-metric__head b {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: #eb302b;
    box-shadow: 0 7px 14px rgba(235, 48, 43, .23);
    font-size: 12px;
}

.or-scan-metric__body {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 13px;
    align-items: end;
    margin-top: 7px;
}

.or-scan-metric__body > img {
    display: block;
    width: 70px;
    height: 74px;
    object-fit: contain;
}

.or-mini-sales-chart svg {
    display: block;
    width: 100%;
    height: 42px;
    overflow: visible;
}

.or-mini-sales-chart .area {
    fill: url(#orHeroScanArea);
}

.or-mini-sales-chart .line {
    fill: none;
    stroke: #2f7bff;
    stroke-width: 2.4;
}

.or-mini-sales-chart circle {
    fill: #fff;
    stroke: #2f7bff;
    stroke-width: 2;
}

.or-mini-sales-chart small,
.or-mini-sales-chart strong {
    display: block;
}

.or-mini-sales-chart small {
    margin-top: 3px;
    color: #65738a;
    font-size: 9px;
    font-weight: 750;
}

.or-mini-sales-chart strong {
    margin-top: 2px;
    color: #111a2e;
    font-size: 13px;
    font-weight: 900;
}

.or-mini-sales-chart strong em {
    color: #246af0;
    font-size: 9px;
    font-style: normal;
}

.or-product-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 7px;
    margin-top: 18px;
}

.or-product-row i {
    position: relative;
    display: block;
    height: 50px;
    border: 1px solid #e9edf4;
    border-radius: 10px;
    background: #f8fafc;
}

.or-product-row i::before {
    position: absolute;
    right: 30%;
    bottom: 6px;
    left: 30%;
    height: 31px;
    border-radius: 4px 4px 7px 7px;
    background: linear-gradient(180deg, #1b1c21 0 20%, #d89817 21% 64%, #fff 65% 72%, #d89817 73%);
    box-shadow: 0 4px 7px rgba(20, 28, 42, .14);
    content: "";
}

.or-product-row i::after {
    position: absolute;
    top: 8px;
    left: calc(50% - 3px);
    width: 6px;
    height: 6px;
    border-radius: 2px 2px 0 0;
    background: #25272c;
    content: "";
}

.or-product-row i.is-orange::before { background: linear-gradient(180deg, #e47a00 0 20%, #f6a019 21% 64%, #fff 65% 72%, #f6a019 73%); }
.or-product-row i.is-brown::before { background: linear-gradient(180deg, #54230d 0 20%, #96502c 21% 64%, #fff 65% 72%, #96502c 73%); }
.or-product-row i.is-cream::before { background: linear-gradient(180deg, #d1c5ae 0 20%, #eee4d1 21% 64%, #fff 65% 72%, #eee4d1 73%); }
.or-product-row i.is-navy::before { background: linear-gradient(180deg, #121821 0 20%, #293b50 21% 64%, #fff 65% 72%, #293b50 73%); }

.or-scan-route {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.or-scan-route > span {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    padding: 0 13px;
    border-radius: 12px 12px 0 0;
    color: #1c2a43;
    background: rgba(255, 255, 255, .95);
    font-size: 11px;
    font-weight: 900;
}

.or-scan-route__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.or-scan-route__list > div {
    display: flex;
    min-width: 0;
    min-height: 72px;
    align-items: center;
    gap: 10px;
    padding: 11px 13px;
    border: 1px solid rgba(255, 255, 255, .95);
    border-radius: 0 16px 16px 16px;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 14px 30px rgba(45, 67, 101, .1);
    backdrop-filter: blur(12px);
}

.or-scan-route__list > div:not(:first-child) {
    border-radius: 16px;
}

.or-scan-route__list img {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    object-fit: contain;
}

.or-scan-route__list strong {
    min-width: 0;
    color: #172238;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: -.35px;
    white-space: nowrap;
}

/* ROS reservation commerce story */
.or-hero-service__lead {
    margin: 24px 0 0;
    color: #3f332c;
    font-size: clamp(15px, 1.15vw, 19px);
    font-weight: 720;
    line-height: 1.65;
    letter-spacing: -.55px;
    word-break: keep-all;
}

.or-hero-service__lead strong,
.or-hero-service__lead span {
    display: block;
}

.or-hero-service__lead strong {
    margin-bottom: 3px;
    color: #21140c;
    font-size: 1.16em;
    font-weight: 900;
}

.or-hero-service__lead b {
    color: #ff650f;
    font-weight: 950;
}

.or-hero-service--shop .or-hero-service__points {
    gap: 12px;
    margin-top: 19px;
}

.or-hero-service--shop .or-hero-service__points li {
    color: #3f332c;
}

.or-hero-service--shop .or-hero-service__points li::before {
    background: #ff650f;
    box-shadow: 0 7px 15px rgba(255, 101, 15, .22);
}

.or-shop-profit-card,
.or-shop-managed-card {
    position: absolute;
    z-index: 4;
    border: 1px solid rgba(255, 255, 255, .96);
    border-radius: 18px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 18px 42px rgba(98, 61, 32, .13);
    backdrop-filter: blur(12px);
}

.or-shop-profit-card {
    top: 42px;
    right: 27px;
    width: 30%;
    min-width: 190px;
    padding: 18px 18px 12px;
}

.or-shop-profit-card > span,
.or-shop-profit-card > strong {
    display: block;
}

.or-shop-profit-card > span {
    color: #303438;
    font-size: 11px;
    font-weight: 820;
}

.or-shop-profit-card > strong {
    margin-top: 8px;
    color: #209a44;
    font-size: 22px;
    font-weight: 950;
    letter-spacing: -1px;
}

.or-shop-profit-card > strong small {
    margin-left: 2px;
    font-size: 11px;
}

.or-shop-profit-card > em {
    position: absolute;
    top: 48px;
    right: 16px;
    color: #209a44;
    font-size: 10px;
    font-style: normal;
    font-weight: 900;
}

.or-shop-profit-card svg {
    display: block;
    width: 100%;
    height: 57px;
    margin-top: 8px;
    overflow: visible;
}

.or-shop-profit-card .area { fill: url(#orHeroShopArea); }
.or-shop-profit-card .line { fill: none; stroke: #229c46; stroke-width: 2.2; }
.or-shop-profit-card circle { fill: #229c46; }

.or-shop-managed-card {
    top: 235px;
    right: 28px;
    width: 26%;
    min-width: 174px;
    padding: 17px;
}

.or-shop-managed-card i {
    display: grid;
    float: left;
    width: 31px;
    height: 31px;
    margin-right: 9px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: #31a24a;
    box-shadow: 0 7px 14px rgba(49, 162, 74, .2);
    font-size: 15px;
    font-style: normal;
    font-weight: 900;
}

.or-shop-managed-card strong {
    display: block;
    padding-top: 6px;
    color: #242a30;
    font-size: 12px;
    font-weight: 900;
}

.or-shop-managed-card p {
    clear: both;
    margin: 14px 0 0;
    color: #4f565e;
    font-size: 10px;
    font-weight: 730;
    line-height: 1.5;
}

.or-shop-dashboard {
    position: absolute;
    right: 25px;
    bottom: 26px;
    left: 25px;
    z-index: 5;
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    min-height: 258px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .96);
    border-radius: 22px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 22px 52px rgba(101, 61, 27, .16);
    backdrop-filter: blur(15px);
}

.or-shop-dashboard aside {
    padding: 16px 11px;
    border-right: 1px solid #eceff3;
}

.or-shop-dashboard__brand {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0 5px 14px;
}

.or-shop-dashboard__brand img {
    width: 20px;
    height: 20px;
    border-radius: 6px;
}

.or-shop-dashboard__brand b {
    color: #1b1f25;
    font-size: 9px;
    font-weight: 900;
}

.or-shop-dashboard aside > span {
    display: flex;
    height: 32px;
    align-items: center;
    gap: 7px;
    margin-top: 3px;
    padding: 0 9px;
    border-radius: 8px;
    color: #5d6269;
    font-size: 10px;
}

.or-shop-dashboard aside > span.is-active {
    color: #2165e9;
    background: #edf4ff;
}

.or-shop-dashboard aside > span b {
    font-weight: 780;
}

.or-shop-dashboard__main {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    padding: 16px;
}

.or-shop-product-card,
.or-shop-number-card {
    position: relative;
    min-width: 0;
    min-height: 156px;
    padding: 12px;
    border: 1px solid #edf0f4;
    border-radius: 13px;
    background: rgba(255, 255, 255, .92);
}

.or-shop-product-card small,
.or-shop-number-card small {
    color: #393f47;
    font-size: 8px;
    font-weight: 850;
}

.or-shop-product-card > em {
    position: absolute;
    top: 10px;
    right: 9px;
    padding: 3px 5px;
    border-radius: 5px;
    color: #2d9d4b;
    background: #eaf8ed;
    font-size: 7px;
    font-style: normal;
    font-weight: 850;
}

.or-demo-product {
    position: relative;
    display: block;
    width: 39px;
    height: 58px;
    margin: 12px auto 7px;
    border-radius: 8px;
    background: linear-gradient(135deg, #667f42, #d7ca72);
    box-shadow: 0 7px 12px rgba(55, 45, 26, .17);
}

.or-demo-product::before {
    position: absolute;
    top: 5px;
    right: 7px;
    left: 7px;
    height: 9px;
    border-radius: 4px;
    background: rgba(255, 255, 255, .78);
    content: "";
}

.or-demo-product.is-bottle {
    width: 28px;
    border-radius: 6px 6px 9px 9px;
}

.or-demo-product.is-bottle::after {
    position: absolute;
    top: -6px;
    left: 8px;
    width: 12px;
    height: 9px;
    border-radius: 3px 3px 0 0;
    background: #3a3325;
    content: "";
}

.or-demo-product.is-pack {
    background: linear-gradient(145deg, #fff0a8, #d87228 46%, #43642c 47%);
    transform: rotate(-3deg);
}

.or-shop-product-card > strong,
.or-shop-product-card > span {
    display: block;
    text-align: center;
}

.or-shop-product-card > strong {
    color: #252a30;
    font-size: 9px;
    font-weight: 900;
}

.or-shop-product-card > span {
    margin-top: 4px;
    color: #68707a;
    font-size: 7px;
    font-weight: 750;
}

.or-shop-number-card > strong,
.or-shop-number-card > span {
    display: block;
}

.or-shop-number-card > strong {
    margin-top: 29px;
    color: #15191e;
    font-size: 25px;
    font-weight: 950;
    letter-spacing: -1px;
}

.or-shop-number-card > strong em {
    font-size: 9px;
    font-style: normal;
}

.or-shop-number-card > span {
    margin-top: 3px;
    color: #25a149;
    font-size: 8px;
    font-weight: 900;
}

.or-bar-chart {
    position: absolute;
    right: 11px;
    bottom: 11px;
    left: 11px;
    display: flex;
    height: 35px;
    align-items: flex-end;
    gap: 5px;
    border-bottom: 1px solid #ffd9bd;
}

.or-bar-chart b {
    flex: 1;
    border-radius: 2px 2px 0 0;
    background: #ff9b55;
}

.or-bar-chart b:nth-child(1) { height: 30%; }
.or-bar-chart b:nth-child(2) { height: 58%; }
.or-bar-chart b:nth-child(3) { height: 42%; }
.or-bar-chart b:nth-child(4) { height: 76%; }
.or-bar-chart b:nth-child(5) { height: 100%; }

.or-line-chart {
    position: absolute;
    right: 12px;
    bottom: 22px;
    left: 12px;
    height: 28px;
    border-bottom: 2px solid #ff7423;
    transform: skewY(-16deg);
}

.or-line-chart::before,
.or-line-chart::after {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ff7423;
    content: "";
}

.or-line-chart::before { bottom: -3px; left: 18%; }
.or-line-chart::after { right: 8%; bottom: -3px; }

.or-shop-dashboard__tasks {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 7px;
}

.or-shop-dashboard__tasks span {
    display: grid;
    min-height: 44px;
    place-items: center;
    border: 1px solid #edf0f4;
    border-radius: 11px;
    color: #4b5057;
    background: rgba(255, 255, 255, .94);
    font-size: 8px;
    font-weight: 820;
    text-align: center;
}

@media (max-width: 1450px) and (min-width: 1121px) {
    .order-hero.order-hero--duo {
        padding-right: 12px;
        padding-left: 12px;
    }

    .or-hero-duo {
        gap: 12px;
    }

    .or-hero-service {
        min-height: 820px;
        border-radius: 32px;
    }

    .or-hero-service__content {
        width: 62%;
        padding-left: 34px;
    }

    .or-hero-service__content h2 {
        font-size: clamp(39px, 3.35vw, 49px);
        letter-spacing: -3px;
    }

    .or-hero-service--shop .or-hero-service__content h2 {
        font-size: clamp(37px, 3.15vw, 46px);
        letter-spacing: -2.8px;
    }

    .or-hero-service__points li,
    .or-hero-service__lead {
        font-size: 14px;
    }

    .or-hero-service__button {
        min-width: 190px;
        height: 56px;
        padding: 0 20px;
        font-size: 14px;
    }

    .or-shop-profit-card {
        min-width: 174px;
        padding-right: 14px;
        padding-left: 14px;
    }

    .or-shop-managed-card {
        min-width: 154px;
    }

    .or-shop-dashboard {
        grid-template-columns: 112px minmax(0, 1fr);
    }

    .or-scan-route__list > div {
        padding-right: 9px;
        padding-left: 9px;
    }

    .or-scan-route__list img {
        flex-basis: 35px;
        width: 35px;
        height: 35px;
    }

    .or-scan-route__list strong {
        font-size: 10px;
    }
}

@media (max-width: 1120px) {
    .or-hero-duo {
        grid-template-columns: 1fr;
        width: min(820px, 100%);
    }

    .or-hero-service {
        min-height: 920px;
    }

    .or-hero-service__content h2 {
        font-size: clamp(48px, 7vw, 65px);
    }

    .or-hero-service--shop .or-hero-service__content h2 {
        font-size: clamp(45px, 6.5vw, 60px);
    }
}

@media (max-width: 700px) {
    .order-hero.order-hero--duo {
        height: auto !important;
        min-height: 0 !important;
        padding: 84px 10px 18px;
    }

    .or-hero-duo {
        gap: 12px;
    }

    .or-hero-service {
        min-height: 900px;
        border-radius: 26px;
        background-position: 57% center;
    }

    .or-hero-service--shop {
        min-height: 940px;
        background-position: 51% bottom;
        background-size: auto 118%;
    }

    .or-hero-service__content,
    .or-hero-service--shop .or-hero-service__content {
        width: 100%;
        padding: 27px 22px 0;
    }

    .or-hero-service--scan .or-hero-service__content {
        padding-top: 36px;
    }

    .or-hero-service__eyebrow {
        margin-bottom: 9px;
        font-size: 9px;
    }

    .or-hero-service__content h2,
    .or-hero-service--shop .or-hero-service__content h2 {
        max-width: 350px;
        font-size: clamp(39px, 11.6vw, 51px);
        line-height: 1.13;
        letter-spacing: -3px;
    }

    .or-hero-service__rule {
        width: 52px;
        height: 4px;
        margin-top: 22px;
    }

    .or-hero-service__points {
        gap: 11px;
        margin-top: 19px;
    }

    .or-hero-service__points li {
        max-width: 360px;
        padding-left: 30px;
        font-size: 14px;
        line-height: 1.55;
    }

    .or-hero-service__points li::before {
        width: 21px;
        height: 21px;
        font-size: 11px;
    }

    .or-hero-service__button {
        min-width: 0;
        height: 52px;
        margin-top: 21px;
        padding: 0 18px;
        border-radius: 12px;
        font-size: 13px;
    }

    .or-scan-story {
        right: 14px;
        bottom: 16px;
        left: 14px;
        min-height: 264px;
    }

    .or-scan-story::before {
        display: none;
    }

    .or-scan-metric--pos {
        left: 0;
        width: 53%;
        min-height: 118px;
        padding: 13px;
    }

    .or-scan-metric--shortage {
        right: 0;
        width: 44%;
        min-height: 108px;
        padding: 13px;
    }

    .or-scan-metric__body {
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 7px;
    }

    .or-scan-metric__body > img {
        width: 52px;
        height: 58px;
    }

    .or-mini-sales-chart svg {
        height: 33px;
    }

    .or-mini-sales-chart strong {
        font-size: 9px;
    }

    .or-product-row {
        gap: 3px;
        margin-top: 13px;
    }

    .or-product-row i {
        height: 43px;
    }

    .or-product-row i::before {
        right: 28%;
        left: 28%;
        height: 27px;
    }

    .or-scan-route__list {
        gap: 5px;
    }

    .or-scan-route__list > div {
        min-height: 62px;
        gap: 5px;
        padding: 8px 6px;
        border-radius: 13px;
    }

    .or-scan-route__list img {
        flex-basis: 31px;
        width: 31px;
        height: 31px;
        border-radius: 9px;
    }

    .or-scan-route__list strong {
        font-size: 9px;
        letter-spacing: -.5px;
    }

    .or-hero-service__lead {
        max-width: 350px;
        margin-top: 17px;
        font-size: 14px;
    }

    .or-shop-profit-card {
        top: 465px;
        right: 18px;
        width: 190px;
        min-width: 0;
        padding: 14px 14px 9px;
    }

    .or-shop-profit-card > strong {
        font-size: 18px;
    }

    .or-shop-profit-card svg {
        height: 42px;
    }

    .or-shop-managed-card {
        display: none;
    }

    .or-shop-dashboard {
        right: 13px;
        bottom: 15px;
        left: 13px;
        grid-template-columns: 1fr;
        min-height: 245px;
        border-radius: 18px;
    }

    .or-shop-dashboard aside {
        display: none;
    }

    .or-shop-dashboard__main {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 5px;
        padding: 10px;
    }

    .or-shop-product-card,
    .or-shop-number-card {
        min-height: 145px;
        padding: 8px;
    }

    .or-shop-number-card > strong {
        margin-top: 28px;
        font-size: 20px;
    }

    .or-shop-dashboard__tasks {
        gap: 4px;
    }

    .or-shop-dashboard__tasks span {
        min-height: 42px;
        padding: 3px;
        font-size: 7px;
    }
}

@media (max-width: 430px) {
    .or-hero-service--scan {
        min-height: 880px;
    }

    .or-hero-service--shop {
        min-height: 920px;
    }

    .or-shop-dashboard__main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .or-shop-product-card,
    .or-shop-number-card {
        min-height: 92px;
    }

    .or-demo-product,
    .or-bar-chart,
    .or-line-chart {
        display: none;
    }

    .or-shop-product-card > strong,
    .or-shop-product-card > span {
        margin-top: 12px;
    }

    .or-shop-number-card > strong {
        margin-top: 18px;
    }

    .or-shop-dashboard__tasks {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (prefers-reduced-motion: no-preference) {
    .or-hero-service {
        transition: transform .32s ease, box-shadow .32s ease;
    }

    .or-hero-service:hover {
        transform: translateY(-4px);
        box-shadow: 0 30px 82px rgba(39, 57, 87, .15);
    }

    .or-hero-service--scan .or-scan-metric,
    .or-hero-service--scan .or-scan-route {
        animation: orHeroRise .7s cubic-bezier(.22, .8, .3, 1) both;
    }

    .or-hero-service--scan .or-scan-route { animation-delay: .12s; }
    .or-hero-service--shop .or-shop-dashboard,
    .or-hero-service--shop .or-shop-profit-card,
    .or-hero-service--shop .or-shop-managed-card {
        animation: orHeroRise .72s cubic-bezier(.22, .8, .3, 1) both;
    }

    .or-hero-service--shop .or-shop-profit-card { animation-delay: .08s; }
    .or-hero-service--shop .or-shop-managed-card { animation-delay: .16s; }
}

@keyframes orHeroRise {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
    .or-hero-service,
    .or-hero-service__button {
        transition: none;
    }
}
