.sr-store-page {
    display: grid;
    gap: 24px;
}

.sr-store-hero {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns:
        minmax(0, 1.1fr)
        minmax(360px, .9fr);
    gap: 28px;
    align-items: center;
    min-height: 285px;
    padding: 28px 32px;
    border: 1px solid rgba(34, 197, 94, .30);
    border-radius: 30px;
    background:
        radial-gradient(
            circle at 18% 0%,
            rgba(34, 197, 94, .22),
            transparent 38%
        ),
        radial-gradient(
            circle at 96% 10%,
            rgba(14, 165, 233, .17),
            transparent 40%
        ),
        linear-gradient(
            135deg,
            rgba(11, 34, 32, .98),
            rgba(15, 23, 42, .98) 54%,
            rgba(10, 32, 43, .98)
        );
    box-shadow:
        0 28px 80px rgba(0, 0, 0, .34);
}

.sr-store-hero::before {
    content: "";
    position: absolute;
    left: -100px;
    bottom: -180px;
    width: 430px;
    height: 430px;
    border-radius: 50%;
    background: rgba(34, 197, 94, .12);
    filter: blur(30px);
    pointer-events: none;
}

.sr-store-hero-content {
    position: relative;
    z-index: 2;
}

.sr-store-eyebrow {
    display: inline-flex;
    padding: 8px 13px;
    border: 1px solid rgba(74, 222, 128, .36);
    border-radius: 999px;
    background: rgba(34, 197, 94, .12);
    color: #86efac;
    font-size: 13px;
    font-weight: 900;
}

.sr-store-hero h1 {
    max-width: 720px;
    margin: 14px 0 12px;
    font-size: clamp(36px, 3.8vw, 50px);
    line-height: 1.02;
    letter-spacing: -1.8px;
}

.sr-store-hero-content > p {
    max-width: 670px;
    color: #cbd5e1;
    font-size: 15px;
    line-height: 1.55;
}

.sr-store-hero-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 20px;
}

.sr-store-hero-actions a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 10px 17px;
    border-radius: 14px;
    background:
        linear-gradient(135deg, #22c55e, #16a34a);
    color: #03140a;
    font-size: 14px;
    font-weight: 1000;
    text-decoration: none;
    box-shadow:
        0 14px 36px rgba(34, 197, 94, .20);
}

.sr-store-hero-actions span {
    color: #94a3b8;
    font-size: 12px;
    font-weight: 900;
}

.sr-store-showcase {
    position: relative;
    z-index: 2;
    overflow: hidden;
    min-height: 220px;
    padding: 18px;
    border: 1px solid rgba(74, 222, 128, .25);
    border-radius: 24px;
    background:
        linear-gradient(
            145deg,
            rgba(2, 6, 23, .78),
            rgba(15, 23, 42, .72)
        );
    box-shadow:
        0 22px 70px rgba(0, 0, 0, .32);
    backdrop-filter: blur(14px);
}

.sr-store-showcase-glow {
    position: absolute;
    top: -100px;
    right: -100px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(34, 197, 94, .18);
    filter: blur(25px);
}

.sr-store-showcase.is-empty {
    display: grid;
    place-items: center;
    align-content: center;
    text-align: center;
}

.sr-store-showcase-empty-logo {
    position: relative;
    display: grid;
    place-items: center;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    border-radius: 24px;
    background:
        linear-gradient(135deg, #22c55e, #14532d);
    color: #04130a;
    font-size: 22px;
    font-weight: 1000;
    box-shadow:
        0 0 45px rgba(34, 197, 94, .30);
}

.sr-store-showcase.is-empty > span,
.sr-store-showcase-content > span {
    position: relative;
    color: #86efac;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .09em;
}

.sr-store-showcase.is-empty > strong {
    position: relative;
    margin-top: 6px;
    color: #f8fafc;
    font-size: 20px;
}

.sr-store-showcase.is-empty > p {
    position: relative;
    max-width: 310px;
    margin-top: 7px;
    color: #94a3b8;
    font-size: 12px;
}

.sr-store-showcase-badges {
    position: relative;
    display: flex;
    gap: 6px;
    margin-top: 13px;
}

.sr-store-showcase-badges i {
    padding: 5px 9px;
    border: 1px solid rgba(148, 163, 184, .16);
    border-radius: 999px;
    background: rgba(148, 163, 184, .08);
    color: #cbd5e1;
    font-size: 11px;
    font-style: normal;
    font-weight: 900;
}

.sr-store-showcase-media {
    position: relative;
    overflow: hidden;
    height: 120px;
    border-radius: 17px;
    background: #020617;
}

.sr-store-showcase-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sr-store-showcase-content {
    position: relative;
    padding-top: 12px;
}

.sr-store-showcase-content > strong {
    display: block;
    margin: 7px 0;
    color: #f8fafc;
    font-size: 19px;
}

.sr-store-showcase-content > p {
    color: #94a3b8;
    font-size: 13px;
    line-height: 1.55;
}

.sr-store-showcase-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
}

.sr-store-showcase-footer b {
    color: #86efac;
    font-size: 17px;
}

.sr-store-showcase-footer a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border: 1px solid rgba(74, 222, 128, .25);
    border-radius: 12px;
    background: rgba(34, 197, 94, .12);
    color: #86efac;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.sr-store-showcase-footer i {
    font-style: normal;
}

.sr-store-category-navigation {
    display: flex;
    align-items: center;
    gap: 8px;
    overflow-x: auto;
    padding: 10px;
    border: 1px solid rgba(148, 163, 184, .14);
    border-radius: 18px;
    background: rgba(15, 23, 42, .74);
    scrollbar-width: thin;
}

.sr-store-category-link {
    flex: 0 0 auto;
    padding: 11px 16px;
    border: 1px solid transparent;
    border-radius: 12px;
    color: #cbd5e1;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.sr-store-category-link:hover,
.sr-store-category-link.is-active {
    border-color: rgba(74, 222, 128, .26);
    background: rgba(34, 197, 94, .13);
    color: #86efac;
}

.sr-store-trust-strip {
    display: grid;
    grid-template-columns:
        repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, .14);
    border-radius: 20px;
    background: rgba(15, 23, 42, .72);
}

.sr-store-trust-strip article {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 86px;
    padding: 17px;
    border-right: 1px solid rgba(148, 163, 184, .12);
}

.sr-store-trust-strip article:last-child {
    border-right: 0;
}

.sr-store-trust-strip article > span {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(74, 222, 128, .26);
    border-radius: 13px;
    background: rgba(34, 197, 94, .11);
    color: #86efac;
    font-weight: 1000;
}

.sr-store-trust-strip strong {
    display: block;
    margin-bottom: 4px;
    color: #f8fafc;
    font-size: 13px;
}

.sr-store-trust-strip p {
    color: #94a3b8;
    font-size: 11px;
    line-height: 1.35;
}

@media (max-width: 980px) {
    .sr-store-hero {
        grid-template-columns: 1fr;
    }

    .sr-store-trust-strip {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .sr-store-trust-strip article:nth-child(2) {
        border-right: 0;
    }

    .sr-store-trust-strip article:nth-child(-n+2) {
        border-bottom:
            1px solid rgba(148, 163, 184, .12);
    }
}

@media (max-width: 620px) {
    .sr-store-hero {
        min-height: auto;
        padding: 27px;
    }

    .sr-store-hero h1 {
        font-size: 42px;
    }

    .sr-store-hero-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .sr-store-trust-strip {
        grid-template-columns: 1fr;
    }

    .sr-store-trust-strip article {
        border-right: 0;
        border-bottom:
            1px solid rgba(148, 163, 184, .12);
    }

    .sr-store-trust-strip article:last-child {
        border-bottom: 0;
    }
}
