.salary-benchmark-hero {
    background: radial-gradient(circle at 12% 12%, rgba(203, 0, 254, .22), transparent 28rem), linear-gradient(135deg, var(--colore-bluscuro) 0%, #123047 58%, #342053 100%);
    color: #fff;
}

.salary-benchmark-hero-title {
    max-width: 800px;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.08;
    text-transform: none;
}

.salary-benchmark-hero-text {
    max-width: 720px;
    color: rgba(255, 255, 255, .8);
    font-size: 1.1rem;
}

.salary-benchmark-results,
.salary-benchmark-detail-page,
.salary-lead-embed-page {
    background: linear-gradient(180deg, #f7f8fb 0%, #fff 52%);
}

.salary-benchmark-methodology,
.salary-benchmark-methodology-detail {
    border-left: 4px solid var(--colore-viola);
    border-radius: 14px;
    background: #f6f7fb;
    color: #425466;
    padding: 1.25rem 1.4rem;
}

.salary-benchmark-methodology h2,
.salary-benchmark-methodology-detail h2,
.salary-role-description h2,
.salary-benchmark-table-section h2,
.salary-benchmark-section-title {
    color: var(--colore-bluscuro);
    text-transform: none;
}

.salary-benchmark-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 100%;
    border: 1px solid rgba(12, 31, 46, .12);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(12, 31, 46, .08);
    padding: 1.25rem;
}

.salary-benchmark-card h3 {
    margin: .35rem 0 .55rem;
    font-size: 1.18rem;
    text-transform: none;
}

.salary-benchmark-card h3 a {
    color: var(--colore-bluscuro);
    text-decoration: none;
}

.salary-benchmark-card h3 a:hover {
    color: var(--colore-bluchiaro);
    text-decoration: underline;
}

.salary-benchmark-card p {
    margin: 0;
    color: #637184;
    font-size: .9rem;
}

.salary-benchmark-card-label,
.salary-benchmark-update {
    display: inline-flex;
    border-radius: 999px;
    background: #eef2f7;
    color: var(--colore-bluscuro);
    font-size: .83rem;
    font-weight: 700;
    padding: .35rem .7rem;
}

.salary-benchmark-empty-state {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid rgba(12, 31, 46, .12);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(12, 31, 46, .08);
    padding: 1.5rem;
    text-align: center;
}

.salary-benchmark-empty-state h2 {
    color: var(--colore-bluscuro);
    font-size: 1.35rem;
    text-transform: none;
}

.salary-benchmark-empty-state p {
    color: #637184;
}

.salary-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-bottom: 1rem;
    color: #637184;
    font-size: .92rem;
}

.salary-benchmark-detail-card {
    overflow: hidden;
    border: 1px solid rgba(12, 31, 46, .12);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(12, 31, 46, .12);
}

.salary-benchmark-detail-hero {
    background: linear-gradient(135deg, var(--colore-bluscuro) 0%, #132f45 58%, #342053 100%);
    color: #fff;
    padding: 2.4rem;
}

.salary-benchmark-detail-hero h1 {
    font-size: clamp(1.75rem, 3vw, 2.6rem);
    text-transform: none;
}

.salary-benchmark-detail-hero p {
    color: rgba(255, 255, 255, .78);
}

.salary-benchmark-detail-body {
    padding: 2.1rem;
}

.salary-role-description,
.salary-benchmark-table-section {
    margin-bottom: 2.25rem;
}

.salary-role-description p {
    color: #425466;
    line-height: 1.7;
}

.salary-benchmark-table {
    margin-bottom: 0;
}

.salary-benchmark-table thead th {
    border-bottom-width: 1px;
    color: #637184;
    font-size: .86rem;
    text-transform: uppercase;
}

.salary-benchmark-table td,
.salary-benchmark-table th {
    padding: .9rem .75rem;
    vertical-align: middle;
}

.salary-benchmark-median {
    color: var(--colore-bluscuro);
    font-weight: 800;
}

.salary-lead-component {
    border-top: 1px solid #dce2ea;
    margin-top: 2.25rem;
    padding-top: 2.25rem;
}

.salary-lead-heading {
    border-radius: 18px;
    background: var(--colore-bluscuro);
    color: #fff;
    padding: 1.5rem;
}

.salary-lead-heading .public-action-kicker {
    color: rgba(255, 255, 255, .76);
}

.salary-lead-title {
    font-size: 1.35rem;
    text-transform: none;
}

.salary-lead-heading p {
    color: rgba(255, 255, 255, .78);
}

.salary-lead-form .form-label {
    color: var(--colore-bluscuro);
}

.salary-lead-honeypot {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.salary-lead-feedback {
    border-radius: 12px;
    background: #f6f7fb;
    color: #425466;
    padding: .9rem 1rem;
}

.salary-lead-feedback:empty {
    display: none;
}

.salary-lead-feedback-success {
    border-left: 4px solid #198754;
    background: #e8f5ed;
    color: #146c43;
}

.salary-lead-feedback-error {
    border-left: 4px solid #dc3545;
    background: #fbe9eb;
    color: #b02a37;
}

@media (max-width: 767.98px) {
    .salary-benchmark-card {
        align-items: flex-start;
        flex-direction: column;
    }

    .salary-benchmark-card .btn {
        width: 100%;
    }

    .salary-benchmark-detail-hero,
    .salary-benchmark-detail-body {
        padding: 1.35rem;
    }

    .salary-benchmark-table th,
    .salary-benchmark-table td {
        min-width: 120px;
    }
}
