.shop-main {
    --shop-text-strong: var(--text-color);
    --shop-text-soft: var(--primary-80);
    --shop-surface: var(--white-color);
    --shop-surface-muted: var(--white-80);
    --shop-shadow-soft: var(--primary-10);
    --shop-shadow-strong: var(--primary-20);
    max-width: 980px;
    margin: 0 auto;
    padding: 5.5rem 1rem 1rem;
    text-align: center;
}

.shop-title {
    font-size: 1.6rem;
    font-family: var(--gotham-rounded-bold);
    margin: 2rem auto;
}

.shop-promise {
    margin: 1rem auto 0;
    max-width: 760px;
    font-size: 1.1rem;
    line-height: 1.45;
    color: var(--shop-text-soft);
}

.shop-proof-list {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 1.1rem;
    margin: 2.25rem 0 1.5rem;
    padding: 0;
    flex-wrap: wrap;
}

.shop-proof-list li {
    margin: 0;
    padding: 0.5rem 0.9rem;
    border-radius: 999px;
    background: var(--shop-surface);
    box-shadow: 0 3px 10px var(--shop-shadow-soft);
    font-size: 0.98rem;
    color: var(--shop-text-strong);
    white-space: nowrap;
}

.shop-hook {
    margin: 0 auto 2.6rem;
    max-width: 760px;
    font-size: 1.28rem;
    line-height: 1.3;
    font-weight: 600;
    color: var(--shop-text-strong);
}

.shop-product {
    margin: 0 auto 3rem;
}

.shop-product-title {
    margin: 0 0 0.5rem;
    font-size: 2.2rem;
    color: var(--shop-text-strong);
    font-family: var(--heading-font);
    font-weight: 600;
    line-height: 1.05;
}

.shop-product-subtitle {
    margin: 0 0 1.2rem;
    font-size: 1.06rem;
    color: var(--shop-text-soft);
}

.shop-shipping {
    margin-top: 0.9rem;
    font-size: 0.92rem;
    color: var(--shop-text-soft);
}

.shop-why {
    max-width: 760px;
    margin: 0 auto 2.5rem;
    padding: 1.4rem 1.1rem;
    border-radius: 18px;
    background: var(--shop-surface-muted);
    box-shadow: 0 6px 22px var(--shop-shadow-strong);
}

.shop-why-title {
    font-size: 1.25rem;
    margin: 0 0 0.95rem;
    color: var(--shop-text-strong);
}

.shop-why-item {
    margin: 0.35rem 0;
    color: var(--shop-text-soft);
}

@media (max-width: 900px) {
    .shop-proof-list {
        gap: 0.75rem;
    }

    .shop-proof-list li {
        white-space: normal;
        border-radius: 14px;
        width: 100%;
        max-width: 540px;
    }
}

@media (max-width: 640px) {
    .shop-main {
        padding-top: 5rem;
    }

    .shop-promise {
        font-size: 1rem;
    }

    .shop-hook {
        font-size: 1.1rem;
        margin-bottom: 2.1rem;
    }

    .shop-product-title {
        font-size: 1.9rem;
    }
}
