.order-industries {
    --industries-blue: #073fae;
    --industries-ink: #101a35;
    --industries-mint: #72e7b2;
    position: relative;
    overflow: hidden;
    padding: 118px 0 125px;
    color: var(--industries-ink);
    background:
        radial-gradient(circle at 8% 18%, rgba(7, 63, 174, .045), transparent 24%),
        #fff;
}

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

.order-industries__inner {
    display: grid;
    width: min(1380px, calc(100% - 80px));
    margin: 0 auto;
    grid-template-columns: minmax(400px, .8fr) minmax(650px, 1.2fr);
    gap: 90px;
    align-items: center;
}

.order-industries__section-no {
    display: inline-block;
    padding-bottom: 9px;
    border-bottom: 2px solid var(--industries-blue);
    color: var(--industries-blue);
    font-size: 20px;
    font-weight: 850;
    line-height: 1;
}

.order-industries__intro h2 {
    margin: 35px 0 0;
    color: var(--industries-ink);
    font-size: clamp(51px, 4.4vw, 72px);
    font-weight: 800;
    line-height: 1.16;
    letter-spacing: -4.5px;
    word-break: keep-all;
}

.order-industries__intro h2 strong {
    color: var(--industries-blue);
    font-weight: 850;
}

.order-industries__lead {
    margin: 35px 0 0;
    color: #1455bd;
    font-size: 21px;
    font-weight: 750;
    line-height: 1.55;
    letter-spacing: -.8px;
    word-break: keep-all;
}

.order-industries__body {
    max-width: 530px;
    margin: 25px 0 0;
    color: #46536b;
    font-size: 17px;
    line-height: 1.75;
    letter-spacing: -.4px;
    word-break: keep-all;
}

.order-industries__scan-visual {
    display: flex;
    min-height: 190px;
    align-items: center;
    gap: 24px;
    margin-top: 45px;
}

.order-industries__barcode {
    position: relative;
    display: grid;
    width: 190px;
    height: 150px;
    place-items: center;
    border-radius: 20px;
}

.order-industries__barcode::before,
.order-industries__barcode::after,
.order-industries__barcode > span::before,
.order-industries__barcode > span::after {
    position: absolute;
    width: 22px;
    height: 22px;
    border-color: #8db5ff;
    border-style: solid;
    content: "";
}

.order-industries__barcode::before { top: 0; left: 0; border-width: 3px 0 0 3px; border-radius: 7px 0 0; }
.order-industries__barcode::after { top: 0; right: 0; border-width: 3px 3px 0 0; border-radius: 0 7px 0 0; }
.order-industries__barcode > span::before { bottom: 0; left: 0; border-width: 0 0 3px 3px; border-radius: 0 0 0 7px; }
.order-industries__barcode > span::after { right: 0; bottom: 0; border-width: 0 3px 3px 0; border-radius: 0 0 7px; }

.order-industries__barcode > span {
    width: 145px;
    height: 90px;
    background: repeating-linear-gradient(90deg, #16366c 0 3px, transparent 3px 6px, #16366c 6px 8px, transparent 8px 13px);
}

.order-industries__barcode > i {
    position: absolute;
    right: 8px;
    left: 8px;
    top: 50%;
    height: 3px;
    background: var(--industries-mint);
    box-shadow: 0 0 9px rgba(114, 231, 178, .65);
}

.order-industries__scan-flow {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #4dd9aa;
}

.order-industries__scan-flow b {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
}

.order-industries__scan-flow svg {
    width: 32px;
    height: 32px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3;
}

.order-industries__shelf {
    width: 210px;
}

.order-industries__shelf svg {
    display: block;
    width: 100%;
    fill: none;
    stroke: #7b9bd3;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.4;
}

.order-industries__shelf .accent {
    stroke: #41cfa1;
}

.order-industries__list {
    position: relative;
    margin: 0;
    padding: 38px 30px;
}

.order-industries__list::before {
    position: absolute;
    z-index: 0;
    inset: 0 0 0 35px;
    border-radius: 24px;
    background: linear-gradient(135deg, #f5f8ff, #edf3ff);
    content: "";
}

.order-industries__list li {
    position: relative;
    z-index: 1;
    display: grid;
    min-height: 126px;
    grid-template-columns: 98px 82px 1fr;
    align-items: center;
    border-bottom: 1px solid #d8e1f0;
    background: rgba(255, 255, 255, .76);
    transition: transform .22s ease, background .22s ease, box-shadow .22s ease;
}

.order-industries__list li:first-child {
    border-radius: 16px 16px 0 0;
}

.order-industries__list li:last-child {
    border-bottom: 0;
    border-radius: 0 0 16px 16px;
}

.order-industries__list li:nth-child(2) { margin-left: -10px; }
.order-industries__list li:nth-child(3) { margin-left: -20px; }
.order-industries__list li:nth-child(4) { margin-left: -30px; }
.order-industries__list li:nth-child(5) { margin-left: -40px; }

.order-industries__list li:hover {
    z-index: 3;
    background: #fff;
    box-shadow: 0 15px 35px rgba(47, 82, 143, .12);
    transform: translateX(-7px);
}

.order-industries__number {
    display: grid;
    align-self: stretch;
    place-items: center;
    border-right: 1px solid #d8e1f0;
    color: var(--industries-blue);
    font-size: 24px;
    font-weight: 850;
}

.order-industries__icon {
    display: grid;
    place-items: center;
    color: #174aa0;
}

.order-industries__icon svg {
    width: 54px;
    height: 54px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.2;
}

.order-industries__icon .accent {
    stroke: #32c99a;
}

.order-industries__copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 9px;
    padding: 18px 25px 18px 6px;
}

.order-industries__copy strong {
    color: #111c38;
    font-size: 21px;
    line-height: 1.35;
    letter-spacing: -.65px;
    word-break: keep-all;
}

.order-industries__copy em {
    color: #536078;
    font-size: 15px;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -.35px;
    word-break: keep-all;
}

@media (max-width: 1200px) {
    .order-industries__inner {
        width: min(1080px, calc(100% - 56px));
        grid-template-columns: .75fr 1.25fr;
        gap: 55px;
    }

    .order-industries__scan-visual {
        transform: scale(.85);
        transform-origin: left center;
    }

    .order-industries__list li {
        grid-template-columns: 78px 70px 1fr;
    }
}

@media (max-width: 900px) {
    .order-industries {
        padding: 90px 0 95px;
    }

    .order-industries__inner {
        grid-template-columns: 1fr;
        gap: 65px;
    }

    .order-industries__intro {
        text-align: center;
    }

    .order-industries__intro h2 br {
        display: none;
    }

    .order-industries__intro h2 > span {
        margin-right: .2em;
    }

    .order-industries__body {
        margin-right: auto;
        margin-left: auto;
    }

    .order-industries__scan-visual {
        justify-content: center;
        transform: none;
    }

    .order-industries__list {
        width: min(720px, 100%);
        margin: 0 auto;
    }
}

@media (max-width: 640px) {
    .order-industries {
        padding: 68px 0 72px;
    }

    .order-industries__inner {
        width: calc(100% - 36px);
        gap: 42px;
    }

    .order-industries__section-no {
        font-size: 16px;
    }

    .order-industries__intro h2 {
        margin-top: 25px;
        font-size: 39px;
        line-height: 1.2;
        letter-spacing: -2.5px;
    }

    .order-industries__lead {
        margin-top: 25px;
        font-size: 17px;
    }

    .order-industries__lead br {
        display: none;
    }

    .order-industries__body {
        margin-top: 20px;
        font-size: 14px;
        line-height: 1.7;
    }

    .order-industries__scan-visual {
        min-height: 130px;
        gap: 10px;
        margin-top: 32px;
    }

    .order-industries__barcode {
        width: 115px;
        height: 105px;
    }

    .order-industries__barcode > span {
        width: 84px;
        height: 60px;
    }

    .order-industries__barcode::before,
    .order-industries__barcode::after,
    .order-industries__barcode > span::before,
    .order-industries__barcode > span::after {
        width: 16px;
        height: 16px;
    }

    .order-industries__scan-flow {
        gap: 4px;
    }

    .order-industries__scan-flow b {
        width: 4px;
        height: 4px;
    }

    .order-industries__scan-flow svg {
        width: 22px;
        height: 22px;
    }

    .order-industries__shelf {
        width: 125px;
    }

    .order-industries__list {
        padding: 16px 0 16px 12px;
    }

    .order-industries__list::before {
        left: 0;
        border-radius: 18px;
    }

    .order-industries__list li,
    .order-industries__list li:nth-child(n) {
        min-height: 108px;
        grid-template-columns: 52px 58px 1fr;
        margin-left: 0;
    }

    .order-industries__list li:hover {
        transform: none;
    }

    .order-industries__number {
        font-size: 17px;
    }

    .order-industries__icon svg {
        width: 42px;
        height: 42px;
    }

    .order-industries__copy {
        gap: 6px;
        padding: 14px 12px 14px 5px;
    }

    .order-industries__copy strong {
        font-size: 16px;
    }

    .order-industries__copy em {
        font-size: 12px;
        line-height: 1.45;
    }
}

@media (prefers-reduced-motion: reduce) {
    .order-industries__list li {
        transition: none;
    }
}

/* Notion-style refresh */
.order-industries {
    --industries-paper: #fbfaf7;
    --industries-line: #e8e3da;
    --industries-soft: #f7f6f3;
    --industries-blue-soft: #f4f7ff;
    background:
        radial-gradient(circle at 8% 12%, rgba(7, 63, 174, .055), transparent 24%),
        linear-gradient(180deg, #fff 0%, var(--industries-paper) 100%);
}

.order-industries__section-no {
    border: 1px solid var(--industries-line);
    border-radius: 10px;
    padding: 10px 14px;
    color: #645f58;
    background: var(--industries-soft);
    font-size: 0;
}

.order-industries__section-no::before {
    content: "🧩 적용 업종";
    font-size: 15px;
    font-weight: 850;
    letter-spacing: -.35px;
}

.order-industries__intro h2 strong {
    color: #164ca6;
}

.order-industries__lead {
    color: #164ca6;
}

.order-industries__scan-visual {
    width: min(560px, 100%);
    min-height: 166px;
    padding: 20px;
    border: 1px solid var(--industries-line);
    border-radius: 22px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 12px 34px rgba(35, 39, 47, .055);
}

.order-industries__barcode {
    background: var(--industries-soft);
}

.order-industries__barcode::before,
.order-industries__barcode::after,
.order-industries__barcode > span::before,
.order-industries__barcode > span::after {
    border-color: #d7d0c5;
}

.order-industries__barcode > span {
    background: repeating-linear-gradient(90deg, #1f2328 0 3px, transparent 3px 6px, #1f2328 6px 8px, transparent 8px 13px);
}

.order-industries__barcode > i {
    background: #72e7b2;
}

.order-industries__shelf svg {
    stroke: #7a746b;
}

.order-industries__shelf .accent {
    stroke: #164ca6;
}

.order-industries__list {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
}

.order-industries__list::before {
    display: none;
    content: none;
}

.order-industries__list li,
.order-industries__list li:nth-child(n) {
    display: grid;
    min-height: auto;
    grid-template-columns: 58px 64px 1fr;
    margin-left: 0;
    overflow: hidden;
    border: 1px solid var(--industries-line);
    border-radius: 20px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 10px 28px rgba(35, 39, 47, .055);
}

.order-industries__list li:hover {
    background: #fff;
    box-shadow: 0 18px 42px rgba(35, 39, 47, .09);
    transform: translateY(-3px);
}

.order-industries__number {
    border-right: 1px solid var(--industries-line);
    color: #8a837a;
    background: var(--industries-soft);
    font-size: 15px;
}

.order-industries__icon {
    color: #1f2328;
}

.order-industries__icon svg {
    display: none;
}

.order-industries__icon::before {
    content: "🏬";
    font-size: 30px;
    line-height: 1;
}

.order-industries__list li:nth-child(2) .order-industries__icon::before {
    content: "🛍️";
}

.order-industries__list li:nth-child(3) .order-industries__icon::before {
    content: "💊";
}

.order-industries__list li:nth-child(4) .order-industries__icon::before {
    content: "🏢";
}

.order-industries__list li:nth-child(5) .order-industries__icon::before {
    content: "🔗";
}

.order-industries__copy {
    gap: 7px;
    padding: 20px 24px 20px 4px;
}

.order-industries__copy strong {
    color: #12244a;
}

.order-industries__copy em {
    color: #5d6880;
}

@media (max-width: 900px) {
    .order-industries__scan-visual {
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 640px) {
    .order-industries__scan-visual {
        padding: 14px;
        border-radius: 18px;
    }

    .order-industries__list li,
    .order-industries__list li:nth-child(n) {
        grid-template-columns: 48px 52px 1fr;
        border-radius: 18px;
    }

    .order-industries__icon::before {
        font-size: 25px;
    }
}
