﻿.page-shop-modern {
    background:
        radial-gradient(circle at 18% 8%, rgba(0, 209, 255, 0.16), transparent 26%),
        radial-gradient(circle at 82% 18%, rgba(123, 88, 255, 0.14), transparent 26%),
        linear-gradient(180deg, #07111b 0%, #09131d 42%, #081118 100%);
}

.shop-product {
    overflow: hidden;
}

.shop-hero {
    position: relative;
    padding: 34px 0 82px;
}

.shop-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255,255,255,0.025) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(180deg, #000 0%, transparent 78%);
}

.shop-hero .container,
.shop-section .container {
    position: relative;
    z-index: 1;
}

.shop-hero__breadcrumb {
    margin-bottom: 42px;
}

.shop-hero__intro {
    min-width: 0;
    text-align: left;
}

.shop-hero__copy {
    min-width: 0;
}

.shop-hero__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    gap: 64px;
    align-items: end;
}

.shop-hero__product {
    width: fit-content;
    margin: 0 0 18px;
    padding: 8px 13px;
    border: 1px solid rgba(88, 166, 255, 0.24);
    border-radius: 999px;
    background: rgba(88, 166, 255, 0.1);
    color: #9dcaff;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1;
}

.shop-hero__intro h1 {
    max-width: 940px;
    margin: 0 0 22px;
    font-size: clamp(2.7rem, 5.6vw, 5.6rem);
    line-height: 0.98;
    letter-spacing: -0.035em;
}

.shop-hero__lead {
    max-width: 720px;
    margin: 0;
    color: #b9c8d3;
    font-size: clamp(1.05rem, 1.6vw, 1.25rem);
    line-height: 1.75;
}

.shop-hero__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px;
    margin-top: 30px;
}

.shop-hero__response {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 16px 0 0;
    color: #8fa4b3;
    font-size: 0.9rem;
}

.shop-hero__response i {
    color: #31d089;
}

.shop-hero-shot {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(230px, 0.55fr);
    gap: 16px;
    margin: 54px 0 0;
    padding: 16px;
    border: 1px solid rgba(126, 164, 185, 0.2);
    border-radius: 22px;
    background:
        radial-gradient(circle at top right, rgba(252, 176, 64, 0.2), transparent 34%),
        linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.018)),
        rgba(7, 16, 24, 0.86);
    box-shadow: 0 30px 90px rgba(0,0,0,0.42);
}

.shop-hero-shot img {
    display: block;
    width: 100%;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    background: #061019;
    object-fit: contain;
    object-position: center;
    box-shadow: 0 18px 46px rgba(0,0,0,0.28);
}

.shop-hero-shot__main img {
    height: 100%;
    min-height: 420px;
    aspect-ratio: 16 / 9;
}

.shop-hero-shot__stack {
    display: grid;
    gap: 16px;
}

.shop-hero-shot__stack img {
    height: 100%;
    min-height: 202px;
    aspect-ratio: 16 / 10;
}

.shop-hero-deal {
    display: grid;
    gap: 14px;
    padding: 26px;
    border: 1px solid rgba(252, 176, 64, 0.3);
    border-radius: 20px;
    background:
        radial-gradient(circle at top right, rgba(252, 176, 64, 0.18), transparent 42%),
        linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.02)),
        rgba(5, 12, 18, 0.88);
    box-shadow: 0 22px 60px rgba(0,0,0,0.32);
}

.shop-hero-deal > span {
    color: #ffc76c;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.shop-hero-deal strong {
    color: #ffffff;
    font-family: var(--font-display);
    font-size: clamp(3rem, 5vw, 4.8rem);
    line-height: 1;
    letter-spacing: -0.035em;
}

.shop-hero-deal__free-price {
    color: #78e8b3 !important;
}

.shop-hero-deal p {
    margin: 0;
    color: #b9c8d3;
    font-size: 1rem;
    line-height: 1.55;
}

.shop-hero-deal__promo {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    padding: 14px;
    border: 1px solid rgba(49, 208, 137, 0.28);
    border-left: 4px solid #31d089;
    border-radius: 10px;
    background: rgba(49, 208, 137, 0.08);
}

.shop-hero-deal__promo i {
    display: inline-grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: rgba(49, 208, 137, 0.12);
    color: #78e8b3;
}

.shop-hero-deal__promo strong {
    display: block;
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 0.95rem;
    line-height: 1.25;
}

.shop-hero-deal__promo p {
    color: #dff7ea;
    font-size: 0.9rem;
    line-height: 1.55;
}

.shop-hero-deal__promo--trust {
    border-color: rgba(88, 166, 255, 0.28);
    border-left-color: #58a6ff;
    background: rgba(88, 166, 255, 0.08);
}

.shop-hero-deal__promo--trust i {
    background: rgba(88, 166, 255, 0.12);
    color: #9dcaff;
}

.shop-hero-deal__promo--trust p {
    color: #d8ecfb;
}

.shop-hero-deal ul {
    display: grid;
    gap: 10px;
    margin: 4px 0 0;
}

.shop-hero-deal li {
    color: #fff1d6;
    font-size: 0.9rem;
    font-weight: 750;
}

.shop-hero-deal li::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 9px;
    border-radius: 999px;
    background: #ffc76c;
}

.shop-hero__stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    max-width: 1160px;
    margin: 0 auto;
    border: 1px solid rgba(126, 164, 185, 0.18);
    border-radius: 18px;
    overflow: hidden;
    background: rgba(126, 164, 185, 0.12);
}

.shop-hero__stats div {
    padding: 22px 20px;
    background: rgba(8, 17, 26, 0.78);
}

.shop-hero__stats div:first-child {
    background:
        radial-gradient(circle at top left, rgba(0,209,255,0.22), transparent 42%),
        linear-gradient(135deg, rgba(0,209,255,0.16), rgba(123,88,255,0.1)),
        rgba(8, 17, 26, 0.88);
}

.shop-hero__stats strong,
.shop-hero__stats span {
    display: block;
}

.shop-hero__stats strong {
    margin-bottom: 6px;
    color: #ffffff;
    font-family: var(--font-display);
    font-size: clamp(1.15rem, 1.75vw, 1.45rem);
    line-height: 1;
    letter-spacing: -0.02em;
}

.shop-hero__stats span {
    color: #8fa4b3;
    font-size: 0.88rem;
    line-height: 1.45;
}

.shop-section {
    padding: 92px 0;
}

.shop-section--usps {
    padding: 50px 0 76px;
}

.shop-section--flows {
    padding-top: 76px;
}

.shop-section--gallery {
    background:
        radial-gradient(circle at 20% 20%, rgba(0,209,255,0.08), transparent 30%),
        rgba(255,255,255,0.015);
}

.shop-section--features {
    background:
        linear-gradient(180deg, rgba(9, 14, 20, 0.24), rgba(252, 176, 64, 0.035)),
        rgba(255,255,255,0.012);
}

.shop-section__head {
    max-width: 760px;
    margin-bottom: 38px;
}

.shop-section__head--wide {
    max-width: 860px;
}

.shop-section__head h2 {
    margin: 0 0 14px;
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: 1;
    letter-spacing: -0.035em;
}

.shop-section__head p {
    max-width: 660px;
    color: #91a5b3;
    font-size: 1.02rem;
    line-height: 1.75;
}

.shop-flow-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.shop-flow-card {
    min-height: 250px;
    padding: 28px;
    border: 1px solid rgba(126, 164, 185, 0.18);
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.018)),
        rgba(9, 17, 26, 0.78);
}

.shop-flow-card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 30px;
    border-radius: 14px;
    background: rgba(33, 150, 243, 0.12);
    color: #58a6ff;
    border: 1px solid rgba(88, 166, 255, 0.2);
}

.shop-flow-card:nth-child(2) i {
    background: rgba(31, 185, 129, 0.12);
    color: #31d089;
    border-color: rgba(49, 208, 137, 0.2);
}

.shop-flow-card:nth-child(3) i {
    background: rgba(199, 161, 98, 0.13);
    color: #d6ac69;
    border-color: rgba(214, 172, 105, 0.22);
}

.shop-flow-card h3 {
    margin: 0 0 12px;
    font-size: 1.22rem;
}

.shop-flow-card p {
    color: #8fa4b3;
    font-size: 0.94rem;
    line-height: 1.72;
}

.shop-tour {
    display: grid;
    gap: 70px;
}

.shop-tour-item {
    display: grid;
    grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
    gap: 42px;
    align-items: center;
}

.shop-tour-item--reverse {
    grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.82fr);
}

.shop-tour-item--reverse .shop-tour-item__text {
    order: 2;
}

.shop-tour-item--reverse .shop-screen {
    order: 1;
}

.shop-tour-item__text h3 {
    margin: 0 0 18px;
    font-size: clamp(1.65rem, 3vw, 3.1rem);
    line-height: 1.04;
    letter-spacing: -0.025em;
}

.shop-tour-item__text p {
    color: #a9bac5;
    font-size: 1rem;
    line-height: 1.78;
}

.shop-tour-item__text ul {
    display: grid;
    gap: 12px;
    margin-top: 24px;
}

.shop-tour-item__text li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: #d8e4eb;
    font-size: 0.92rem;
}

.shop-tour-item__text li i {
    margin-top: 4px;
    color: #31d089;
    font-size: 0.78rem;
}

.shop-screen {
    margin: 0;
    border: 1px solid rgba(126, 164, 185, 0.2);
    border-radius: 18px;
    background:
        radial-gradient(circle at top right, rgba(252, 176, 64, 0.15), transparent 34%),
        #0a1119;
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.38);
    overflow: hidden;
}

.shop-lightbox-trigger {
    position: relative;
    display: block;
    width: 100%;
    padding: 14px;
    border: 0;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.045), rgba(255,255,255,0.012)),
        transparent;
    color: inherit;
    cursor: zoom-in;
    text-align: inherit;
}

.shop-lightbox-trigger > span {
    position: absolute;
    right: 14px;
    bottom: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 999px;
    background: rgba(6, 12, 18, 0.82);
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 12px 30px rgba(0,0,0,0.34);
    opacity: 0;
    transform: translateY(4px);
    transition:
        opacity var(--transition),
        transform var(--transition),
        background-color var(--transition);
}

.shop-lightbox-trigger:hover > span,
.shop-lightbox-trigger:focus-visible > span {
    opacity: 1;
    transform: translateY(0);
}

.shop-screen img {
    width: 100%;
    aspect-ratio: 16 / 10;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    background: #061019;
    object-fit: contain;
    object-position: center;
    box-shadow: 0 18px 42px rgba(0,0,0,0.28);
}

.shop-tour-item:nth-child(1) .shop-screen img,
.shop-tour-item:nth-child(4) .shop-screen img {
    aspect-ratio: 16 / 11;
}

.shop-gallery {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.shop-gallery-card {
    display: grid;
    grid-template-rows: auto 1fr;
    min-width: 0;
    border: 1px solid rgba(126, 164, 185, 0.18);
    border-radius: 16px;
    background: rgba(9, 17, 26, 0.74);
    overflow: hidden;
}

.shop-gallery-card figure {
    margin: 0;
    background:
        radial-gradient(circle at top right, rgba(252, 176, 64, 0.12), transparent 40%),
        #081018;
    border-bottom: 1px solid rgba(126, 164, 185, 0.14);
}

.shop-gallery-card img {
    width: 100%;
    aspect-ratio: 16 / 11;
    padding: 10px;
    object-fit: contain;
    object-position: center;
}

.shop-lightbox {
    width: min(94vw, 1680px);
    max-width: none;
    max-height: 92vh;
    padding: 0;
    border: 1px solid rgba(126, 164, 185, 0.26);
    border-radius: 18px;
    background: #060c12;
    box-shadow: 0 40px 120px rgba(0,0,0,0.72);
    overflow: hidden;
}

.shop-lightbox::backdrop {
    background: rgba(2, 6, 10, 0.86);
    backdrop-filter: blur(12px);
}

.shop-lightbox img {
    display: block;
    width: 100%;
    max-height: 92vh;
    object-fit: contain;
    background: #060c12;
}

.shop-lightbox__close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 999px;
    background: rgba(6, 12, 18, 0.86);
    color: #ffffff;
    cursor: pointer;
}

.shop-gallery-card div {
    padding: 18px;
}

.shop-gallery-card h3 {
    margin: 0 0 8px;
    font-size: 1rem;
}

.shop-gallery-card p {
    color: #8fa4b3;
    font-size: 0.86rem;
    line-height: 1.6;
}

.shop-cta-section {
    padding-bottom: 110px;
}

.shop-cta {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 28px;
    align-items: center;
    padding: 38px;
    border: 1px solid rgba(0,209,255,0.24);
    border-radius: 22px;
    background:
        radial-gradient(circle at 82% 20%, rgba(0,209,255,0.18), transparent 34%),
        linear-gradient(135deg, rgba(255,255,255,0.07), rgba(255,255,255,0.025));
}

.shop-cta h2 {
    margin: 0 0 10px;
    max-width: 820px;
    font-size: clamp(1.9rem, 3.4vw, 3.5rem);
    line-height: 1.02;
    letter-spacing: -0.03em;
}

.shop-cta p {
    max-width: 640px;
    color: #a9bac5;
}

.shop-cta__usps {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}

.shop-cta__usps span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 8px 12px;
    border: 1px solid rgba(0,209,255,0.22);
    border-radius: 999px;
    background: rgba(0,209,255,0.08);
    color: #d9f8ff;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1;
}

@media (max-width: 1100px) {
    .shop-hero__layout {
        grid-template-columns: 1fr;
    }

    .shop-hero__intro {
        text-align: center;
    }

    .shop-hero__product,
    .shop-hero__lead {
        margin-left: auto;
        margin-right: auto;
    }

    .shop-hero__actions {
        justify-content: center;
    }

    .shop-hero__response {
        margin-left: auto;
        margin-right: auto;
    }

    .shop-tour-item,
    .shop-tour-item--reverse {
        grid-template-columns: 1fr;
    }

    .shop-tour-item--reverse .shop-tour-item__text,
    .shop-tour-item--reverse .shop-screen {
        order: initial;
    }

    .shop-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 760px) {
    .shop-hero {
        padding-top: 28px;
    }

    .shop-hero__breadcrumb {
        margin-bottom: 26px;
    }

    .shop-hero__intro h1 {
        font-size: clamp(2.35rem, 13vw, 4rem);
    }

    .shop-hero-shot {
        grid-template-columns: 1fr;
        padding: 12px;
    }

    .shop-hero-shot__main img {
        min-height: 0;
        aspect-ratio: 16 / 10;
    }

    .shop-hero-shot__stack {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .shop-hero-shot__stack img {
        min-height: 0;
    }

    .shop-hero__stats,
    .shop-flow-grid,
    .shop-gallery,
    .shop-cta {
        grid-template-columns: 1fr;
    }

    .shop-section {
        padding: 68px 0;
    }

    .shop-flow-card {
        min-height: 0;
    }

    .shop-tour {
        gap: 54px;
    }

    .shop-cta {
        padding: 26px;
    }

    .shop-cta .btn {
        width: 100%;
    }

    .shop-lightbox-trigger > span {
        opacity: 1;
        transform: none;
    }
}

.page-shop-modern {
    background:
        radial-gradient(circle at 18% 8%, rgba(252, 176, 64, 0.16), transparent 28%),
        radial-gradient(circle at 82% 18%, rgba(0, 209, 255, 0.12), transparent 30%),
        linear-gradient(180deg, #0b1118 0%, #11161c 44%, #080f16 100%);
}

.shop-hero__product {
    border-color: rgba(252, 176, 64, 0.28);
    background: rgba(252, 176, 64, 0.1);
    color: #ffc76c;
}

.shop-hero-deal {
    border-radius: 26px;
    border-color: rgba(252, 176, 64, 0.34);
    background:
        linear-gradient(180deg, rgba(255,255,255,0.09), rgba(255,255,255,0.025)),
        rgba(13, 16, 20, 0.9);
}

.shop-hero-deal::after {
    content: "";
    display: block;
    height: 1px;
    margin-top: 2px;
    border-top: 1px dashed rgba(252, 176, 64, 0.38);
}

.shop-conversion-path {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 28px;
    max-width: 820px;
}

.shop-conversion-path span {
    position: relative;
    display: grid;
    gap: 5px;
    min-height: 104px;
    padding: 14px;
    border: 1px solid rgba(252, 176, 64, 0.2);
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(252, 176, 64, 0.09), rgba(255,255,255,0.02)),
        rgba(8, 13, 18, 0.72);
    box-shadow: 0 16px 40px rgba(0,0,0,0.18);
}

.shop-conversion-path span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    width: 10px;
    height: 1px;
    background: rgba(252, 176, 64, 0.42);
}

.shop-conversion-path span:last-child::after {
    display: none;
}

.shop-conversion-path small {
    color: #ffc76c;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.shop-conversion-path strong {
    color: #ffffff;
    font-size: 0.98rem;
    line-height: 1.15;
}

.shop-conversion-path em {
    color: #9fb2bf;
    font-size: 0.78rem;
    font-style: normal;
    font-weight: 750;
}

.shop-hero-shot {
    grid-template-columns: 1fr;
    min-height: 560px;
    padding: 22px;
    border-radius: 28px;
}

.shop-hero-shot img {
    border-radius: 18px;
}

.shop-hero-shot__main img {
    width: 76%;
    min-height: 470px;
    object-position: top center;
}

.shop-hero-shot__stack {
    position: absolute;
    right: 32px;
    top: 58px;
    width: 34%;
    gap: 18px;
}

.shop-hero-shot__stack img {
    min-height: 210px;
    background: #0b1118;
}

.shop-hero-shot__stack img:first-child {
    transform: rotate(2deg);
}

.shop-hero-shot__stack img:last-child {
    transform: rotate(-2deg) translateX(-18px);
}

.shop-hero-callout {
    position: absolute;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 10px 13px;
    border: 1px solid rgba(252, 176, 64, 0.3);
    border-radius: 999px;
    background: rgba(8, 13, 18, 0.88);
    color: #fff1d6;
    font-size: 0.78rem;
    font-weight: 850;
    box-shadow: 0 16px 38px rgba(0,0,0,0.32);
}

.shop-hero-callout i {
    color: #ffc76c;
}

.shop-hero-callout--checkout {
    left: 36px;
    bottom: 34px;
}

.shop-hero-callout--portal {
    right: 42px;
    top: 32px;
}

@media (max-width: 760px) {
    .shop-conversion-path {
        grid-template-columns: 1fr;
    }

    .shop-conversion-path span::after {
        display: none;
    }

    .shop-hero-shot {
        min-height: 0;
    }

    .shop-hero-shot__main img {
        width: 100%;
        min-height: 0;
    }

    .shop-hero-shot__stack {
        position: static;
        width: auto;
    }

    .shop-hero-shot__stack img:first-child,
    .shop-hero-shot__stack img:last-child {
        transform: none;
    }

    .shop-hero-callout {
        position: static;
        width: fit-content;
        margin-top: 10px;
    }
}

.shop-section--journey {
    background:
        radial-gradient(circle at 14% 0%, rgba(252,176,64,0.09), transparent 34%),
        rgba(255,255,255,0.012);
}

.shop-commerce-journey {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.shop-commerce-stage {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    align-items: start;
    min-height: 100%;
    border: 1px solid rgba(252, 176, 64, 0.18);
    border-radius: 26px;
    background:
        linear-gradient(180deg, rgba(252,176,64,0.08), rgba(255,255,255,0.018)),
        rgba(9, 14, 20, 0.78);
    overflow: hidden;
    box-shadow: 0 24px 70px rgba(0,0,0,0.22);
    transition: transform var(--transition), border-color var(--transition);
}

.shop-commerce-stage:hover {
    transform: translateY(-6px);
    border-color: rgba(252, 176, 64, 0.34);
}

.shop-commerce-stage .shop-screen {
    order: -1;
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.shop-commerce-stage .shop-lightbox-trigger {
    padding: 16px 16px 0;
}

.shop-commerce-stage .shop-screen img {
    aspect-ratio: 16 / 9;
    border-radius: 18px;
}

.shop-commerce-stage .shop-tour-item__text {
    padding: 24px;
}

.shop-commerce-stage__marker {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 14px;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(252,176,64,0.11);
    color: #ffc76c;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.shop-commerce-stage.shop-tour-item--reverse .shop-tour-item__text,
.shop-commerce-stage.shop-tour-item--reverse .shop-screen {
    order: initial;
}

.shop-commerce-stage.shop-tour-item--reverse .shop-screen {
    order: -1;
}

.shop-backstage {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    align-items: stretch;
}

.shop-backstage .shop-gallery-card {
    grid-column: span 2;
    border-radius: 22px;
    background:
        radial-gradient(circle at top right, rgba(252,176,64,0.09), transparent 42%),
        rgba(10, 15, 21, 0.78);
}

.shop-backstage .shop-gallery-card:first-child,
.shop-backstage .shop-gallery-card:nth-child(4) {
    grid-column: span 3;
}

.shop-gallery-card__area {
    display: inline-flex;
    margin-bottom: 10px;
    color: #ffc76c;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.shop-feature-kicker {
    display: inline-flex;
    margin-bottom: 14px;
    color: #ffc76c;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.shop-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.shop-feature-group {
    position: relative;
    display: grid;
    gap: 18px;
    min-width: 0;
    padding: 22px;
    border: 1px solid rgba(126, 164, 185, 0.18);
    border-left: 4px solid rgba(252, 176, 64, 0.76);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.014)),
        rgba(8, 13, 18, 0.78);
}

.shop-feature-group:nth-child(3n + 2) {
    border-left-color: rgba(0, 209, 255, 0.72);
}

.shop-feature-group:nth-child(3n) {
    border-left-color: rgba(49, 208, 137, 0.72);
}

.shop-feature-group__head {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 14px;
    align-items: start;
}

.shop-feature-group__head > span {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 34px;
    border: 1px solid rgba(252, 176, 64, 0.25);
    border-radius: 6px;
    background: rgba(252, 176, 64, 0.09);
    color: #ffc76c;
    font-size: 0.78rem;
    font-weight: 900;
}

.shop-feature-group h3 {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 1.08rem;
    line-height: 1.25;
}

.shop-feature-group__head p {
    margin: 0;
    color: #91a7b4;
    font-size: 0.9rem;
    line-height: 1.6;
}

.shop-feature-list {
    columns: 2 260px;
    column-gap: 26px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.shop-feature-list li {
    display: grid;
    grid-template-columns: 16px 1fr;
    gap: 9px;
    break-inside: avoid;
    margin: 0 0 10px;
    color: #d8e4eb;
    font-size: 0.86rem;
    line-height: 1.52;
}

.shop-feature-list i {
    margin-top: 4px;
    color: #31d089;
    font-size: 0.72rem;
}

@media (max-width: 980px) {
    .shop-commerce-journey,
    .shop-backstage {
        grid-template-columns: 1fr;
    }

    .shop-backstage .shop-gallery-card,
    .shop-backstage .shop-gallery-card:first-child,
    .shop-backstage .shop-gallery-card:nth-child(4) {
        grid-column: auto;
    }

    .shop-feature-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .shop-feature-group {
        padding: 18px;
    }

    .shop-feature-group__head {
        grid-template-columns: 1fr;
    }

    .shop-feature-list {
        columns: auto;
    }
}

@media (prefers-reduced-motion: no-preference) {
    .effects-ready .shop-commerce-stage,
    .effects-ready .shop-gallery-card,
    .effects-ready .shop-flow-card,
    .effects-ready .shop-hero__stats > div,
    .effects-ready .shop-feature-group {
        opacity: 0;
        transform: translateY(22px);
        transition:
            opacity 520ms ease,
            transform 520ms ease,
            border-color var(--transition);
    }

    .effects-ready .shop-commerce-stage.is-visible,
    .effects-ready .shop-gallery-card.is-visible,
    .effects-ready .shop-flow-card.is-visible,
    .effects-ready .shop-hero__stats > div.is-visible,
    .effects-ready .shop-feature-group.is-visible {
        opacity: 1;
        transform: translateY(0);
    }

    .effects-ready .shop-commerce-stage.is-visible:hover {
        transform: translateY(-6px);
    }
}

