.page-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.10);
    border: 1.5px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 999px;
    padding: 10px 20px;
    width: fit-content;
    color: #fff;
    text-decoration: none;
    transition: border-color 0.2s ease;
}

.page-hero__badge:hover,
.page-hero__badge:focus {
    border-color: rgba(255, 255, 255, 0.4);
    color: #fff;
    text-decoration: none;
}

.page-hero__badge-text,
.page-hero__badge-reviews {
    color: inherit;
    font-size: 0.875rem;
    line-height: 1;
    font-weight: 500;
}

.page-hero__badge-star {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.page-hero__badge-star img {
    width: 18px;
    height: 18px;
    display: block;
}
