.hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 26px;
}

.hero-proof span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 11px;
    border: 1px solid var(--cu-line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    color: var(--cu-muted);
    font-size: 0.74rem;
    font-weight: 750;
}

.territory-center {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    width: 132px;
    height: 132px;
    align-content: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--cu-green-deep);
    color: #fff;
    text-align: center;
    transform: translate(-50%, -50%);
    box-shadow: 0 18px 42px rgba(8, 54, 38, 0.22);
}

.territory-center span {
    font-size: 0.68rem;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    opacity: 0.7;
}

.territory-center strong {
    font-size: 1.15rem;
}

.territory-label {
    position: absolute;
    padding: 8px 11px;
    border: 1px solid rgba(13, 74, 52, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: var(--cu-green-deep);
    font-size: 0.72rem;
    font-weight: 800;
}

.label-evidence {
    top: 14%;
    right: 13%;
}

.label-participation {
    bottom: 15%;
    left: 12%;
}

.label-monitoring {
    right: 11%;
    bottom: 20%;
}

.ecosystem-link {
    display: inline-flex;
    margin-top: 18px;
    color: var(--cu-green);
    font-size: 0.84rem;
    font-weight: 850;
    text-decoration: none;
}

.ecosystem-link:hover {
    text-decoration: underline;
}

@media (max-width: 620px) {
    .hero-proof {
        display: grid;
    }

    .hero-proof span {
        justify-content: center;
    }

    .territory-center {
        width: 110px;
        height: 110px;
    }
}
