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

.order-reservation-shop {
    position: relative;
    overflow: hidden;
    padding: 110px 0 116px;
    color: #10213d;
    background:
        radial-gradient(circle at 10% 8%, rgba(0, 193, 198, .13), transparent 30%),
        radial-gradient(circle at 90% 22%, rgba(15, 91, 223, .16), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
}

.order-reservation-shop::before {
    position: absolute;
    inset: 36px 0 auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(15, 91, 223, .18), transparent);
    content: "";
}

.order-reservation-shop__inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(460px, 1.05fr);
    grid-template-areas:
        "operation operation"
        "copy preview"
        "features preview";
    gap: 54px;
    width: min(1280px, calc(100% - 72px));
    margin: 0 auto;
    align-items: center;
}

.order-reservation-shop__operation-intro {
    grid-area: operation;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(440px, .9fr);
    gap: 26px;
    align-items: center;
    padding: 30px 34px;
    border: 1px solid rgba(140, 171, 224, .55);
    border-radius: 30px;
    background:
        radial-gradient(circle at 0 0, rgba(48, 107, 231, .2), transparent 35%),
        linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(239, 246, 255, .92));
    box-shadow: 0 24px 58px rgba(20, 45, 88, .12);
}

.order-reservation-shop__operation-copy > span {
    color: #0f59df;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .08em;
}

.order-reservation-shop__operation-copy > strong {
    display: block;
    margin-top: 8px;
    color: #10213d;
    font-size: 31px;
    font-weight: 950;
    line-height: 1.15;
    letter-spacing: -1.5px;
}

.order-reservation-shop__operation-copy > p {
    max-width: 600px;
    margin: 12px 0 0;
    color: #586980;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.65;
}

.order-reservation-shop__operation-copy > a {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    margin-top: 17px;
    padding: 0 14px;
    border-radius: 11px;
    color: #fff;
    background: #10213d;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}

.order-reservation-shop__operation-choices {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.order-reservation-shop__operation-choices article {
    min-width: 0;
    padding: 20px;
    border: 1px solid #d9e5f6;
    border-radius: 20px;
    background: rgba(255, 255, 255, .92);
}

.order-reservation-shop__operation-choices article:first-child {
    border-color: #9dbcf7;
    background: #f2f7ff;
}

.order-reservation-shop__operation-choices em,
.order-reservation-shop__operation-choices b,
.order-reservation-shop__operation-choices span {
    display: block;
}

.order-reservation-shop__operation-choices em {
    color: #0f59df;
    font-size: 11px;
    font-style: normal;
    font-weight: 900;
}

.order-reservation-shop__operation-choices article:last-child em {
    color: #0f766e;
}

.order-reservation-shop__operation-choices b {
    margin-top: 8px;
    color: #10213d;
    font-size: 19px;
    font-weight: 950;
    line-height: 1.3;
}

.order-reservation-shop__operation-choices span {
    margin-top: 6px;
    color: #69788d;
    font-size: 11px;
    font-weight: 750;
    line-height: 1.5;
}

.order-reservation-shop__copy {
    grid-area: copy;
    min-width: 0;
}

.order-reservation-shop__kicker {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    color: #0f59df;
    background: #eaf2ff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: -.2px;
}

.order-reservation-shop__copy h2 {
    margin: 22px 0 0;
    color: #0f1f3a;
    font-size: clamp(42px, 4.8vw, 72px);
    font-weight: 950;
    line-height: 1.04;
    letter-spacing: -4px;
    word-break: keep-all;
}

.order-reservation-shop__copy p {
    max-width: 570px;
    margin: 28px 0 0;
    color: #4b5b73;
    font-size: 20px;
    font-weight: 650;
    line-height: 1.78;
    letter-spacing: -.65px;
    word-break: keep-all;
}

.order-reservation-shop__grid {
    grid-area: features;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: -18px;
}

.order-reservation-shop__feature {
    position: relative;
    min-height: 178px;
    padding: 22px 22px 24px;
    border: 1px solid rgba(206, 216, 234, .88);
    border-radius: 26px;
    background: rgba(255, 255, 255, .78);
    box-shadow: 0 18px 42px rgba(20, 45, 88, .08);
    backdrop-filter: blur(14px);
}

.order-reservation-shop__feature--primary {
    grid-column: 1 / -1;
    min-height: 150px;
    padding-right: 42px;
    background: linear-gradient(135deg, #0f59df 0%, #0bc5b8 100%);
    color: #fff;
    box-shadow: 0 24px 56px rgba(15, 91, 223, .22);
}

.order-reservation-shop__icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 15px;
    color: #0f59df;
    background: #eef6ff;
}

.order-reservation-shop__feature--primary .order-reservation-shop__icon {
    color: #fff;
    background: rgba(255, 255, 255, .18);
}

.order-reservation-shop__icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.order-reservation-shop__feature strong {
    display: block;
    margin-top: 16px;
    color: #13243f;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: -.7px;
    word-break: keep-all;
}

.order-reservation-shop__feature--primary strong {
    color: #fff;
    font-size: 24px;
}

.order-reservation-shop__feature span {
    display: block;
    margin-top: 9px;
    color: #65748b;
    font-size: 15px;
    font-weight: 650;
    line-height: 1.6;
    letter-spacing: -.35px;
    word-break: keep-all;
}

.order-reservation-shop__feature--primary span {
    max-width: 560px;
    color: rgba(255, 255, 255, .9);
    font-size: 16px;
}

.order-reservation-shop__preview {
    position: relative;
    grid-area: preview;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.order-reservation-shop__phonewrap {
    position: relative;
    width: min(380px, 100%);
    padding: 30px 24px;
    perspective: 1400px;
}

.order-reservation-shop__phone2 {
    position: relative;
    padding: 14px;
    border: 1px solid rgba(206, 216, 234, .8);
    border-radius: 40px;
    background: #10213d;
    box-shadow:
        0 50px 90px rgba(15, 30, 60, .32),
        0 10px 26px rgba(15, 30, 60, .18);
    transform: rotate3d(0, 1, 0, 18deg) rotate(-4deg);
    transform-style: preserve-3d;
    transition: transform .4s ease;
}

.order-reservation-shop__phone2-notch {
    position: absolute;
    top: 14px;
    left: 50%;
    width: 70px;
    height: 18px;
    border-radius: 999px;
    background: #10213d;
    transform: translateX(-50%);
}

.order-reservation-shop__phone2-screen {
    position: relative;
    overflow: hidden;
    padding: 30px 14px 16px;
    border-radius: 28px;
    background: #fff;
}

.order-reservation-shop__banner {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 3px 10px;
    padding: 12px 14px;
    border-radius: 16px;
    background: linear-gradient(120deg, #ff8fb3 0%, #ff5f8f 55%, #ff7a6b 100%);
    color: #fff;
}

.order-reservation-shop__banner-icon {
    grid-row: 1 / 3;
    font-size: 20px;
    line-height: 1;
}

.order-reservation-shop__banner strong {
    font-size: 12.5px;
    font-weight: 900;
    letter-spacing: -.2px;
}

.order-reservation-shop__banner span {
    font-size: 9.5px;
    font-weight: 700;
    line-height: 1.4;
    opacity: .92;
    word-break: keep-all;
}

.order-reservation-shop__phone2-screen h4 {
    margin: 16px 0 0;
    color: #10213d;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: -.4px;
}

.order-reservation-shop__phone2-screen > p {
    margin: 5px 0 0;
    color: #6c7a90;
    font-size: 10.5px;
    font-weight: 700;
    line-height: 1.4;
    word-break: keep-all;
}

.order-reservation-shop__chips {
    display: flex;
    gap: 6px;
    margin-top: 12px;
}

.order-reservation-shop__chips span {
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    height: 26px;
    border: 1px solid #e5ebf4;
    border-radius: 999px;
    color: #56637a;
    font-size: 9.5px;
    font-weight: 800;
    white-space: nowrap;
}

.order-reservation-shop__chips span.is-active {
    border-color: #ffb9cd;
    color: #d81159;
    background: #fff0f5;
}

.order-reservation-shop__products2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 14px;
}

.order-reservation-shop__product2 {
    display: grid;
    padding: 8px;
    border: 1px solid #eef1f6;
    border-radius: 16px;
    background: #fff;
}

.order-reservation-shop__product2-img {
    height: 62px;
    border-radius: 10px;
    background: linear-gradient(135deg, #ffe3ec 0%, #fff4e3 100%);
}

.order-reservation-shop__product2 em {
    display: inline-flex;
    width: fit-content;
    margin-top: 7px;
    padding: 2px 7px;
    border-radius: 999px;
    color: #0f59df;
    background: #eaf2ff;
    font-size: 8px;
    font-style: normal;
    font-weight: 850;
}

.order-reservation-shop__product2 strong {
    display: block;
    margin-top: 5px;
    color: #172033;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.35;
    word-break: keep-all;
}

.order-reservation-shop__product2 b {
    display: block;
    margin-top: 4px;
    color: #10213d;
    font-size: 12px;
    font-weight: 900;
}

.order-reservation-shop__stepper {
    display: grid;
    grid-template-columns: 20px 1fr 20px;
    align-items: center;
    margin-top: 7px;
    padding: 3px;
    border: 1px solid #e5ebf4;
    border-radius: 8px;
    text-align: center;
}

.order-reservation-shop__stepper span {
    color: #8894a7;
    font-size: 11px;
    font-weight: 800;
}

.order-reservation-shop__stepper i {
    font-style: normal;
    color: #172033;
    font-size: 10px;
    font-weight: 800;
}

.order-reservation-shop__product2 button {
    margin-top: 7px;
    height: 26px;
    border: 0;
    border-radius: 8px;
    background: #10213d;
    color: #fff;
    font-size: 10px;
    font-weight: 850;
}

.order-reservation-shop__point-badge,
.order-reservation-shop__confirm-badge {
    position: absolute;
    z-index: 2;
    padding: 12px 16px;
    border: 1px solid rgba(206, 216, 234, .8);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 20px 46px rgba(22, 42, 78, .18);
}

.order-reservation-shop__point-badge {
    top: 6%;
    right: -6%;
    text-align: center;
}

.order-reservation-shop__point-badge span {
    display: block;
    color: #a16207;
    font-size: 10.5px;
    font-weight: 850;
}

.order-reservation-shop__point-badge strong {
    display: block;
    margin-top: 3px;
    color: #b45309;
    font-size: 20px;
    font-weight: 950;
    letter-spacing: -.5px;
}

.order-reservation-shop__confirm-badge {
    bottom: 8%;
    left: -12%;
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: 190px;
}

.order-reservation-shop__confirm-badge svg {
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    fill: none;
    stroke: #0f9d58;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.order-reservation-shop__confirm-badge span {
    color: #10213d;
    font-size: 11.5px;
    font-weight: 850;
    line-height: 1.35;
    word-break: keep-all;
}

.order-reservation-shop__poster,
.order-reservation-shop__phone {
    border: 1px solid rgba(206, 216, 234, .72);
    background: #fff;
    box-shadow: 0 28px 70px rgba(22, 42, 78, .18);
}

.order-reservation-shop__poster {
    padding: 20px 18px 18px;
    border-radius: 28px;
    transform: rotate(-4deg);
}

.order-reservation-shop__poster-label {
    display: inline-flex;
    padding: 7px 10px;
    border-radius: 999px;
    color: #0f59df;
    background: #edf4ff;
    font-size: 11px;
    font-weight: 900;
}

.order-reservation-shop__poster strong {
    display: block;
    margin-top: 14px;
    color: #10213d;
    font-size: 23px;
    font-weight: 950;
    line-height: 1.16;
    letter-spacing: -1px;
}

.order-reservation-shop__qr {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
    width: 116px;
    height: 116px;
    margin-top: 22px;
    padding: 11px;
    border-radius: 18px;
    background: #f3f7fc;
}

.order-reservation-shop__qr i {
    border-radius: 5px;
    background: #10213d;
}

.order-reservation-shop__qr i:nth-child(2),
.order-reservation-shop__qr i:nth-child(4),
.order-reservation-shop__qr i:nth-child(8) {
    background: #0bc5b8;
}

.order-reservation-shop__poster em {
    display: block;
    margin-top: 14px;
    color: #6c7a90;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
}

.order-reservation-shop__phone {
    min-height: 330px;
    padding: 16px;
    border-radius: 34px;
    transform: rotate(3deg);
}

.order-reservation-shop__phone-top {
    width: 64px;
    height: 6px;
    margin: 0 auto 18px;
    border-radius: 999px;
    background: #dbe4f2;
}

.order-reservation-shop__product,
.order-reservation-shop__status {
    padding: 16px;
    border-radius: 22px;
    background: #f6f9ff;
}

.order-reservation-shop__product span {
    display: inline-flex;
    padding: 5px 8px;
    border-radius: 999px;
    color: #fff;
    background: #0f59df;
    font-size: 11px;
    font-weight: 900;
}

.order-reservation-shop__product strong {
    display: block;
    margin-top: 12px;
    color: #13243f;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: -.7px;
}

.order-reservation-shop__product em {
    display: block;
    margin-top: 7px;
    color: #76849a;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
}

.order-reservation-shop__status {
    margin-top: 12px;
    background: #ecfbf8;
}

.order-reservation-shop__status b,
.order-reservation-shop__status small {
    display: block;
}

.order-reservation-shop__status b {
    color: #078a80;
    font-size: 17px;
    font-weight: 950;
}

.order-reservation-shop__status small {
    margin-top: 4px;
    color: #5e746f;
    font-size: 12px;
    font-weight: 800;
}

.order-reservation-shop__button {
    display: grid;
    height: 48px;
    margin-top: 14px;
    place-items: center;
    border-radius: 16px;
    color: #fff;
    background: #10213d;
    font-size: 14px;
    font-weight: 900;
}

@media (max-width: 1180px) {
    .order-reservation-shop__inner {
        grid-template-columns: 1fr;
        grid-template-areas:
            "operation"
            "copy"
            "preview"
            "features";
    }

    .order-reservation-shop__operation-intro {
        grid-template-columns: 1fr;
    }

    .order-reservation-shop__preview {
        justify-content: center;
        margin-top: -10px;
    }

    .order-reservation-shop__grid {
        margin-top: 0;
    }

    .order-reservation-shop__copy {
        max-width: 760px;
    }
}

@media (max-width: 760px) {
    .order-reservation-shop {
        padding: 72px 0 78px;
    }

    .order-reservation-shop__inner {
        width: calc(100% - 28px);
        gap: 28px;
    }

    .order-reservation-shop__operation-intro {
        gap: 20px;
        padding: 23px 18px;
        border-radius: 24px;
    }

    .order-reservation-shop__operation-copy > strong {
        font-size: 26px;
    }

    .order-reservation-shop__operation-choices {
        grid-template-columns: 1fr;
    }

    .order-reservation-shop__kicker {
        min-height: 30px;
        font-size: 12px;
    }

    .order-reservation-shop__copy h2 {
        margin-top: 18px;
        font-size: 37px;
        line-height: 1.1;
        letter-spacing: -2.5px;
    }

    .order-reservation-shop__copy p {
        margin-top: 20px;
        font-size: 16px;
        line-height: 1.72;
        letter-spacing: -.45px;
    }

    .order-reservation-shop__grid {
        grid-template-columns: 1fr;
        gap: 11px;
        margin-top: 26px;
    }

    .order-reservation-shop__feature,
    .order-reservation-shop__feature--primary {
        min-height: auto;
        padding: 18px;
        border-radius: 22px;
    }

    .order-reservation-shop__feature strong,
    .order-reservation-shop__feature--primary strong {
        font-size: 19px;
    }

    .order-reservation-shop__feature span,
    .order-reservation-shop__feature--primary span {
        font-size: 14px;
        line-height: 1.55;
    }

    .order-reservation-shop__preview {
        align-items: center;
    }

    .order-reservation-shop__phonewrap {
        width: min(230px, 72vw);
        padding: 24px 14px;
    }

    .order-reservation-shop__point-badge,
    .order-reservation-shop__confirm-badge {
        max-width: 140px;
        padding: 9px 12px;
        font-size: 11px;
    }

    .order-reservation-shop__point-badge strong {
        font-size: 16px;
    }

    .order-reservation-shop__point-badge {
        top: 2%;
        right: -10%;
    }

    .order-reservation-shop__confirm-badge {
        bottom: 4%;
        left: -14%;
    }

    .order-reservation-shop__poster {
        padding: 14px;
        border-radius: 22px;
    }

    .order-reservation-shop__poster strong {
        font-size: 18px;
    }

    .order-reservation-shop__qr {
        width: 88px;
        height: 88px;
        gap: 5px;
        padding: 9px;
        border-radius: 14px;
    }

    .order-reservation-shop__phone {
        min-height: 268px;
        padding: 13px;
        border-radius: 28px;
    }

    .order-reservation-shop__product,
    .order-reservation-shop__status {
        padding: 13px;
        border-radius: 18px;
    }

    .order-reservation-shop__product strong {
        font-size: 15px;
    }

    .order-reservation-shop__button {
        height: 42px;
        font-size: 13px;
    }
}

@media (max-width: 420px) {
    .order-reservation-shop__point-badge,
    .order-reservation-shop__confirm-badge {
        display: none;
    }

    .order-reservation-shop__phone2 {
        transform: rotate(-3deg);
    }
}
