.shop-hero-actions {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.shop-primary,
.shop-ghost {
    min-height: 54px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 850;
}

.shop-primary {
    color: #fff;
    background: var(--portal-ink);
    box-shadow: 0 16px 35px rgba(23, 26, 61, 0.16);
}

.shop-primary i {
    font-style: normal;
    font-size: 18px;
}

.shop-ghost {
    border: 1px solid var(--portal-line);
    color: var(--portal-ink);
    background: rgba(255, 255, 255, 0.8);
}

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

.shop-feature-grid article {
    min-height: 250px;
}

.shop-feature-grid h3 {
    margin-top: 28px;
}

.shop-extra-grid {
    margin-top: 16px;
}

.shop-compare {
    border: 1px solid var(--portal-line);
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
}

.shop-compare-row {
    display: grid;
    grid-template-columns: 1.1fr 1.1fr 1fr 1fr;
    gap: 16px;
    padding: 18px 22px;
    border-top: 1px solid #f0f1f6;
    font-size: 14px;
    line-height: 1.45;
}

.shop-compare-row:first-child {
    border-top: 0;
}

.shop-compare-head {
    background: #f7f7fc;
    color: #6b7086;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.shop-compare-row > span:first-child {
    color: #5c6178;
    font-weight: 700;
}

.shop-compare-row b {
    color: #078e60;
    font-weight: 800;
}

.shop-case-card {
    min-height: 320px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), #fff 42%),
        linear-gradient(145deg, #f0efff, #e9fbf5);
}

.shop-case-vega {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), #fff 42%),
        linear-gradient(145deg, #efefff, #f6f4ff);
}

.shop-case-card .product-card-copy {
    padding-top: 40px;
}

.shop-plans article {
    color: var(--portal-ink);
    background: #fff;
    border: 1px solid var(--portal-line);
    min-height: 240px;
}

.shop-plans article > span {
    color: var(--portal-purple);
}

.shop-plans h3 {
    color: var(--portal-ink);
}

.shop-plans p {
    color: #6f7389;
}

.shop-note {
    max-width: 760px;
    margin: 28px 0 0;
    color: #6f7389;
    font-size: 15px;
    line-height: 1.65;
}

@media (max-width: 900px) {
    .shop-feature-grid,
    .shop-compare-row {
        grid-template-columns: 1fr 1fr;
    }

    .shop-compare-head span:nth-child(n + 3),
    .shop-compare-row span:nth-child(n + 3) {
        display: none;
    }

    .shop-case-card {
        min-height: 280px;
    }
}

@media (max-width: 700px) {
    .shop-feature-grid,
    .shop-compare-row,
    .shop-extra-grid,
    .shop-plans {
        grid-template-columns: 1fr;
    }

    .shop-compare-head span:nth-child(n + 3),
    .shop-compare-row span:nth-child(n + 3) {
        display: none;
    }

    .portal-cta {
        grid-template-columns: 1fr;
        padding: 32px 22px;
    }
}
