.order-modes {
    --modes-blue: #073fae;
    --modes-sky: #1473e6;
    --modes-ink: #101a35;
    --modes-muted: #5c6780;
    --modes-mint: #72e7b2;
    --modes-paper: #fbfaf7;
    --modes-line: #e8e3da;
    position: relative;
    overflow: hidden;
    padding: 104px 0 104px;
    color: var(--modes-ink);
    background:
        radial-gradient(circle at 8% 12%, rgba(20, 115, 230, .07), transparent 24%),
        radial-gradient(circle at 88% 8%, rgba(114, 231, 178, .1), transparent 28%),
        linear-gradient(180deg, var(--modes-paper) 0%, #ffffff 100%);
}

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

.order-modes__inner {
    position: relative;
    width: min(1380px, calc(100% - 80px));
    margin: 0 auto;
}

.order-modes__heading {
    display: grid;
    grid-template-columns: minmax(460px, .94fr) minmax(390px, .78fr);
    gap: 48px 76px;
    align-items: center;
    margin-bottom: 52px;
}

.order-modes__heading-copy {
    position: relative;
    z-index: 2;
}

.order-modes__label {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    padding: 10px 16px;
    border: 1px solid rgba(7, 63, 174, .16);
    border-radius: 999px;
    color: #0644bb;
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 14px 30px rgba(32, 92, 180, .08);
    font-size: 15px;
    font-weight: 850;
    letter-spacing: -.35px;
}

.order-modes__label::before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--modes-mint);
    box-shadow: 0 0 0 6px rgba(114, 231, 178, .18);
    content: "";
}

.order-modes__heading h2 {
    margin: 0;
    color: var(--modes-ink);
    font-size: clamp(42px, 4vw, 64px);
    font-weight: 850;
    line-height: 1.14;
    letter-spacing: -3.5px;
    word-break: keep-all;
}

.order-modes__heading p {
    max-width: 620px;
    margin: 24px 0 0;
    color: var(--modes-muted);
    font-size: 19px;
    line-height: 1.72;
    letter-spacing: -.65px;
    word-break: keep-all;
}

.order-modes__visual {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 460px;
    align-items: center;
    justify-content: center;
}

.order-modes__device-stage {
    position: relative;
    width: min(720px, 100%);
    height: auto;
    min-height: 0;
    overflow: visible;
    margin-left: -18px;
    padding: 0 18px 54px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.order-modes__device-stage::before {
    display: none;
    content: none;
}

.order-modes__device-stage::after {
    position: absolute;
    left: 50%;
    bottom: 8px;
    width: 480px;
    height: 72px;
    border-radius: 50%;
    background: rgba(13, 29, 67, .12);
    filter: blur(18px);
    content: "";
    transform: translateX(-50%);
}

.order-modes__device-glow {
    position: absolute;
    right: 26px;
    top: 48px;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: rgba(23, 198, 189, .22);
    filter: blur(8px);
}

.order-modes__pc,
.order-modes__mobile,
.order-modes__scanner {
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    max-width: none;
    pointer-events: none;
    user-select: none;
}

.order-modes__pc {
    position: relative;
    left: auto;
    top: auto;
    z-index: 2;
    width: min(100%, 700px);
    filter: drop-shadow(0 24px 34px rgba(21, 48, 96, .2));
    transform: none;
}

.order-modes__mobile {
    right: -8px;
    bottom: 30px;
    z-index: 4;
    width: 190px;
    filter: drop-shadow(0 18px 24px rgba(21, 48, 96, .22));
}

.order-modes__scanner {
    right: 155px;
    bottom: 42px;
    z-index: 5;
    width: 110px;
    transform: rotate(-8deg);
    filter: drop-shadow(0 16px 20px rgba(21, 48, 96, .2));
}

.order-modes__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.order-modes__card {
    position: relative;
    min-height: 410px;
    padding: 30px 28px;
    border: 1px solid var(--modes-line);
    border-radius: 22px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 12px 34px rgba(35, 39, 47, .06);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

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

.order-modes__card:hover {
    transform: translateY(-3px);
    border-color: #d7d0c5;
    box-shadow: 0 18px 42px rgba(35, 39, 47, .09);
}

.order-modes__card--precision {
    border-color: #d8e3f7;
    color: var(--modes-ink);
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 14px 38px rgba(7, 63, 174, .09);
}

.order-modes__card--precision::before {
    display: none;
    content: none;
}

.order-modes__card-top,
.order-modes__card h3,
.order-modes__card p,
.order-modes__card ul {
    position: relative;
    z-index: 2;
}

.order-modes__card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.order-modes__step {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 10px;
    color: transparent;
    background: #f7f6f3;
    font-size: 0;
    font-weight: 900;
}

.order-modes__step::before {
    color: #1f2328;
    content: "🧾";
    font-size: 27px;
    font-weight: 400;
    line-height: 1;
}

.order-modes__card--advanced .order-modes__step::before {
    content: "📈";
}

.order-modes__card--precision .order-modes__step::before {
    content: "✨";
}

.order-modes__card--precision .order-modes__step {
    color: transparent;
    background: #f4f7ff;
}

.order-modes__tag {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid #e9e5dd;
    border-radius: 10px;
    color: #645f58;
    background: #f7f6f3;
    font-size: 13px;
    font-weight: 850;
    letter-spacing: -.25px;
}

.order-modes__card--precision .order-modes__tag {
    color: #164ca6;
    border-color: #dfe8fa;
    background: #f4f7ff;
}

.order-modes__card h3 {
    margin: 34px 0 14px;
    color: #12244a;
    font-size: 32px;
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: -1.7px;
}

.order-modes__card--precision h3 {
    color: #12244a;
}

.order-modes__card p {
    margin: 0;
    color: #5d6880;
    font-size: 16px;
    line-height: 1.65;
    letter-spacing: -.45px;
    word-break: keep-all;
}

.order-modes__card--precision p {
    color: #5d6880;
}

.order-modes__card ul {
    display: grid;
    gap: 14px;
    margin: 28px 0 0;
}

.order-modes__card li {
    position: relative;
    padding-left: 31px;
    color: #394862;
    font-size: 15px;
    line-height: 1.55;
    letter-spacing: -.4px;
    word-break: keep-all;
}

.order-modes__card li::before {
    position: absolute;
    top: 2px;
    left: 0;
    display: grid;
    width: 20px;
    height: 20px;
    place-items: center;
    border-radius: 6px;
    color: #0f63d6;
    background: #f4f7ff;
    content: "✓";
    font-size: 12px;
    font-weight: 900;
}

.order-modes__card--precision li {
    color: #394862;
}

.order-modes__card--precision li::before {
    color: #0f63d6;
    background: #f4f7ff;
}

.order-modes__note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 28px;
    padding: 22px 28px;
    border: 1px solid var(--modes-line);
    border-radius: 18px;
    background: rgba(255, 255, 255, .86);
    box-shadow: 0 10px 28px rgba(35, 39, 47, .05);
    text-align: center;
    word-break: keep-all;
}

.order-modes__note::before {
    content: "💡";
    font-size: 22px;
    line-height: 1;
}

.order-modes__note strong {
    color: #073fae;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: -.5px;
}

.order-modes__note span {
    color: #4f5d76;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -.45px;
}

@media (max-width: 1200px) {
    .order-modes__inner {
        width: min(1080px, calc(100% - 56px));
    }

    .order-modes__heading {
        grid-template-columns: 1fr;
        gap: 34px;
        text-align: center;
    }

    .order-modes__label,
    .order-modes__heading p {
        margin-right: auto;
        margin-left: auto;
    }

    .order-modes__heading p {
        max-width: 760px;
    }

    .order-modes__visual {
        min-height: 430px;
    }

    .order-modes__device-stage {
        width: min(680px, 100%);
        height: auto;
        padding: 0 18px 48px;
    }

    .order-modes__pc {
        left: auto;
        top: auto;
        width: min(100%, 640px);
        transform: none;
    }

    .order-modes__mobile {
        right: 8px;
        bottom: 30px;
        width: 150px;
    }

    .order-modes__scanner {
        right: 155px;
        bottom: 42px;
        width: 110px;
    }

    .order-modes__cards {
        grid-template-columns: 1fr;
        max-width: 820px;
        margin: 0 auto;
    }

    .order-modes__card {
        min-height: auto;
    }
}

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

    .order-modes__inner {
        width: calc(100% - 36px);
    }

    .order-modes__heading {
        margin-bottom: 34px;
    }

    .order-modes__label {
        margin-bottom: 14px;
        font-size: 14px;
    }

    .order-modes__heading h2 {
        font-size: 34px;
        line-height: 1.2;
        letter-spacing: -2px;
    }

    .order-modes__heading p {
        font-size: 15px;
        line-height: 1.65;
    }

    .order-modes__visual {
        min-height: 0;
    }

    .order-modes__device-stage {
        width: 100%;
        height: auto;
        padding: 0 0 34px;
        margin-left: 0;
        border-radius: 0;
    }

    .order-modes__device-stage::before {
        top: 22px;
        left: 20px;
        width: 82px;
        height: 82px;
        border-radius: 24px;
    }

    .order-modes__device-stage::after {
        right: 30px;
        bottom: 14px;
        width: 220px;
        height: 42px;
    }

    .order-modes__device-glow {
        right: 24px;
        top: 38px;
        width: 112px;
        height: 112px;
    }

    .order-modes__pc {
        left: auto;
        top: auto;
        width: 112%;
        margin-left: -8%;
        transform: none;
    }

    .order-modes__mobile {
        right: -6px;
        bottom: 30px;
        width: 92px;
    }

    .order-modes__scanner {
        right: 155px;
        bottom: 42px;
        width: 110px;
    }

    .order-modes__cards {
        gap: 16px;
    }

    .order-modes__card {
        padding: 24px 22px;
        border-radius: 26px;
    }

    .order-modes__step {
        width: 40px;
        height: 40px;
        border-radius: 14px;
    }

    .order-modes__tag {
        min-height: 32px;
        padding: 0 12px;
        font-size: 12px;
    }

    .order-modes__card h3 {
        margin-top: 32px;
        font-size: 28px;
    }

    .order-modes__card p,
    .order-modes__card li {
        font-size: 14px;
    }

    .order-modes__note {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
        padding: 20px;
        text-align: left;
    }

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

    .order-modes__note span {
        font-size: 14px;
    }
}

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

/* 2026-07-06: content rhythm closer to Sabangnet service pages */
.order-modes {
    --modes-blue: #2563eb;
    --modes-sky: #2563eb;
    --modes-ink: #111827;
    --modes-muted: #4b5563;
    --modes-mint: #14b8a6;
    --modes-paper: #ffffff;
    --modes-line: #e5e7eb;
    padding: 112px 0;
    background: #fff;
    font-family: Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif;
}

.order-modes__inner {
    width: min(1280px, calc(100% - 72px));
}

.order-modes__heading {
    grid-template-columns: minmax(0, .86fr) minmax(420px, .9fr);
    gap: 70px;
    margin-bottom: 44px;
    align-items: center;
}

.order-modes__label {
    margin-bottom: 18px;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: #2563eb;
    background: transparent;
    box-shadow: none;
    font-size: 14px;
    font-weight: 800;
}

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

.order-modes__heading h2 {
    color: #111827;
    font-size: clamp(42px, 4.1vw, 64px);
    font-weight: 850;
    line-height: 1.12;
    letter-spacing: -3.4px;
}

.order-modes__heading p {
    max-width: 600px;
    color: #4b5563;
    font-size: 18px;
    font-weight: 500;
}

.order-modes__visual {
    min-height: 390px;
}

.order-modes__device-stage {
    padding-bottom: 42px;
}

.order-modes__device-stage::after {
    opacity: .7;
}

.order-modes__cards {
    gap: 16px;
}

.order-modes__card {
    min-height: 0;
    padding: 28px;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    background: #fff;
    box-shadow: none;
}

.order-modes__card:hover {
    border-color: #bfdbfe;
    box-shadow: 0 18px 42px rgba(17, 24, 39, .08);
}

.order-modes__step {
    width: auto;
    height: auto;
    place-items: start;
    color: #2563eb;
    background: transparent;
    font-size: 14px;
    font-weight: 900;
}

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

.order-modes__tag,
.order-modes__card--precision .order-modes__tag {
    min-height: 30px;
    padding: 0 11px;
    border-color: #dbeafe;
    border-radius: 999px;
    color: #2563eb;
    background: #eff6ff;
    font-size: 12px;
    font-weight: 800;
}

.order-modes__card h3 {
    margin: 30px 0 14px;
    color: #111827;
    font-size: 28px;
    font-weight: 850;
    letter-spacing: -1.4px;
}

.order-modes__card p {
    color: #4b5563;
    font-size: 15px;
    font-weight: 500;
}

.order-modes__card ul {
    gap: 11px;
    margin-top: 24px;
}

.order-modes__card li {
    color: #374151;
    font-size: 15px;
    font-weight: 500;
}

.order-modes__card li::before,
.order-modes__card--precision li::before {
    color: #2563eb;
    background: #eff6ff;
}

.order-modes__note {
    justify-content: flex-start;
    margin-top: 20px;
    border-color: #dbeafe;
    border-radius: 16px;
    background: #eff6ff;
    box-shadow: none;
    text-align: left;
}

.order-modes__note::before {
    content: "!";
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: #2563eb;
    font-size: 14px;
    font-weight: 900;
}

.order-modes__note strong {
    color: #1d4ed8;
}

@media (max-width: 1200px) {
    .order-modes__heading {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .order-modes__label,
    .order-modes__heading p {
        margin-left: 0;
    }
}

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

    .order-modes__inner {
        width: calc(100% - 32px);
    }

    .order-modes__heading h2 {
        font-size: 36px;
        letter-spacing: -2.2px;
    }

    .order-modes__heading p {
        font-size: 16px;
    }

    .order-modes__card {
        padding: 22px;
        border-radius: 16px;
    }
}
