.hero-section {
    padding: 100px 0;
    text-align: center;
}

.hero-title {
    font-weight: 900;
    font-size: 48px;
    margin-bottom: 20px;
}

.user-badge {
    background-color: var(--4win-card-bg);
    padding: 20px;
    border-radius: 12px;
    display: inline-block;
    margin-top: 20px;
}

.avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.alert-4win-success {
    background-color: #ffffff;
    border: 1px solid var(--4win-primary);
    color: var(--4win-text-main);
    border-radius: 12px;
}

.btn-close {
    /* Удален инверт для светлого фона */
}

/* Home marketplace sections */
.home-section {
    margin-top: 40px;
    margin-bottom: 10px;
}

.home-section-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 24px;
}

.home-section-title {
    font-size: 24px;
    font-weight: 800;
    margin: 0;
    color: #1a1a1a;
}

.home-section-link {
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    color: var(--4win-primary);
}

.home-product-card {
    text-decoration: none;
    color: inherit;
}

.home-shop-section + .home-shop-section {
    margin-top: 30px;
}

@media (max-width: 768px) {
    .home-section-title {
        font-size: 20px;
    }
}
