.pro-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 8px;
    border-radius: 20px;
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #f0d78a;
    background: linear-gradient(135deg, rgba(255, 200, 80, 0.22), rgba(255, 160, 60, 0.12));
    border: 1px solid rgba(255, 210, 100, 0.35);
    box-shadow: 0 2px 8px rgba(255, 180, 50, 0.12);
    vertical-align: middle;
    line-height: 1.2;
    flex-shrink: 0;
}

.pro-badge i {
    font-size: 0.58rem;
    opacity: 0.95;
}

/* В строке с ценой (каталог, главная) */
.pro-badge--price,
.pro-badge--inline {
    position: static;
    margin-right: 6px;
    vertical-align: middle;
}

.product-price-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px 8px;
}

.product-price-row .product-price {
    margin: 0;
}

.product-price-row .old-price {
    margin: 0;
}

/* Бейджи на превью каталога: скидка сверху слева, PRO снизу слева */
.product-img-badges {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 2;
}

.product-img-badges .product-badge {
    position: absolute;
    top: 8px;
    left: 8px;
}

.product-img-badges .pro-badge--thumb {
    position: absolute;
    bottom: 8px;
    left: 8px;
    top: auto;
}

.product-title-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.product-title-row .product-title {
    margin: 0;
    flex: 1 1 auto;
    min-width: 0;
}

.product-price-block-head {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 4px;
}

.product-seller-note {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 10px 12px;
    border-radius: 12px;
    font-size: 0.82rem;
    line-height: 1.45;
    margin: 10px 0 4px;
    border: 1px solid transparent;
}

.product-seller-note i {
    margin-top: 2px;
    opacity: 0.85;
    flex-shrink: 0;
}

.product-seller-note--red {
    background: rgba(255, 110, 110, 0.12);
    border-color: rgba(255, 130, 130, 0.28);
    color: #ffd4d4;
}

.product-seller-note--yellow {
    background: rgba(255, 210, 80, 0.12);
    border-color: rgba(255, 200, 70, 0.28);
    color: #fff0c8;
}

.product-seller-note--green {
    background: rgba(100, 210, 140, 0.12);
    border-color: rgba(90, 200, 130, 0.28);
    color: #d4ffe4;
}

.product-pro-panel {
    margin-top: 12px;
    margin-bottom: 14px;
    padding: 14px 16px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(255, 200, 80, 0.08), rgba(72, 132, 255, 0.06));
    border: 1px solid rgba(255, 210, 100, 0.2);
}

.product-pro-panel + .purchase-actions {
    margin-top: 0;
}

.product-pro-panel__head {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    font-size: 0.88rem;
}

.product-pro-panel__head i {
    color: #f0c96a;
}

.product-pro-panel p {
    font-size: 0.78rem;
    opacity: 0.85;
    margin: 0 0 10px;
    line-height: 1.45;
}

.product-pro-panel__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.btn-pro-download {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 16px;
    border-radius: 12px;
    border: none;
    background: linear-gradient(135deg, #c9a227, #e8c56a);
    color: #1a1408;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.btn-pro-get {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 16px;
    border-radius: 12px;
    background: transparent;
    border: 1px solid rgba(255, 210, 100, 0.4);
    color: #f0d78a;
    font-size: 0.85rem;
    text-decoration: none;
}

.btn-pro-renew {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 16px;
    border-radius: 12px;
    background: rgba(255, 120, 80, 0.15);
    border: 1px solid rgba(255, 150, 100, 0.35);
    color: #ffc8a8;
    font-size: 0.85rem;
    text-decoration: none;
}

.pro-quota {
    font-size: 0.75rem;
    opacity: 0.75;
    margin-top: 8px;
}

.pro-quota strong {
    color: #f0d78a;
    font-weight: 600;
}

.index-home .product-price-row {
    font-size: 1.3rem;
    font-weight: 350;
    margin-bottom: 2px;
}

.catalog-content .product-price-row {
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 4px;
}

.product-price-block-head .pro-price-hint {
    font-size: 0.72rem;
    opacity: 0.65;
    color: #f0d78a;
}

.pro-badge--thumb {
    position: absolute;
    bottom: 8px;
    left: 8px;
    top: auto;
    z-index: 2;
}
